diff --git a/.gitignore b/.gitignore index 3558c56..e84c191 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +*.DS_Store bin/ build/ diff --git a/JFlex/.classpath b/JFlex/.classpath index f2d4146..73dc875 100644 --- a/JFlex/.classpath +++ b/JFlex/.classpath @@ -1,6 +1,6 @@ - + diff --git a/JFlex/META-INF/MANIFEST.MF b/JFlex/META-INF/MANIFEST.MF index d156ec5..f97ff5d 100644 --- a/JFlex/META-INF/MANIFEST.MF +++ b/JFlex/META-INF/MANIFEST.MF @@ -8,6 +8,6 @@ Export-Package: JFlex, JFlex.anttask, JFlex.gui, JFlex.tests -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: java_cup;bundle-version="1.0.0" Bundle-ClassPath: . diff --git a/JFlex/build.xml b/JFlex/build.xml new file mode 100644 index 0000000..ed9cf9a --- /dev/null +++ b/JFlex/build.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..457c78c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# compling +Repository for "compling" files - ECG Analyzer, ECG Workbench, and dependencies. +Use Eclipse Neon RCP to compile the Analyzer and Workbench. Compiled copies of the +Analyzer and Workbench can be found in the [ecg_framework_code](https://github.com/icsi-berkeley/ecg_framework_code) +and [ecg_workbench_release](https://github.com/icsi-berkeley/ecg_workbench_release) +repositories respectively. + + +### Compilation Instructions +1. Download Eclipse RCP Oxygen 4.7 +2. Download compling dev branch +3. Import compling from git using eclipse +4. Go to preferences->plug in development->api baselines and set it from error to warning +5. Go to file export and java->JAR file for the **Analyzer jar** +6. Go to file export and plug-in development->eclipse product file for the **Workbench** + +Note: That in order to export the eclipse product for multiple platforms, you need to follow the instructions given [here](https://wiki.eclipse.org/A_Brief_Overview_of_Building_at_Eclipse#Multi-platform_builds). diff --git a/com.clarkparsia.pellet/.classpath b/com.clarkparsia.pellet/.classpath index fb4307c..e1e1ccf 100644 --- a/com.clarkparsia.pellet/.classpath +++ b/com.clarkparsia.pellet/.classpath @@ -1,6 +1,6 @@ - + diff --git a/com.clarkparsia.pellet/META-INF/MANIFEST.MF b/com.clarkparsia.pellet/META-INF/MANIFEST.MF index a44c21f..6c70995 100644 --- a/com.clarkparsia.pellet/META-INF/MANIFEST.MF +++ b/com.clarkparsia.pellet/META-INF/MANIFEST.MF @@ -313,5 +313,5 @@ Export-Package: arq, uk.ac.manchester.cs.owlapi.modularity, vocabularies Bundle-Vendor: ICSI Berkeley -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/explanation/test/MiscExplanationTests.class b/com.clarkparsia.pellet/bin/com/clarkparsia/explanation/test/MiscExplanationTests.class index 9ff498b..660de87 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/explanation/test/MiscExplanationTests.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/explanation/test/MiscExplanationTests.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/modularity/IncrementalClassifier.class b/com.clarkparsia.pellet/bin/com/clarkparsia/modularity/IncrementalClassifier.class index 6503bc5..f48de95 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/modularity/IncrementalClassifier.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/modularity/IncrementalClassifier.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/owlapi/explanation/GlassBoxExplanation.class b/com.clarkparsia.pellet/bin/com/clarkparsia/owlapi/explanation/GlassBoxExplanation.class index 32ac148..bd2210a 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/owlapi/explanation/GlassBoxExplanation.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/owlapi/explanation/GlassBoxExplanation.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/DatatypeReasonerImpl.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/DatatypeReasonerImpl.class index b8baeb9..6f7ce54 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/DatatypeReasonerImpl.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/DatatypeReasonerImpl.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/FloatingPointInterval.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/FloatingPointInterval.class index e8110b7..2acbe38 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/FloatingPointInterval.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/FloatingPointInterval.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEDoubleType.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEDoubleType.class index 7dd8286..7a5cc34 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEDoubleType.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEDoubleType.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEFloatType.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEFloatType.class index 6ab1828..caa4659 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEFloatType.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/IEEEFloatType.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval$LineType.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval$LineType.class index 82d0fd8..18fc519 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval$LineType.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval$LineType.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval.class index 6570d94..1d3cb02 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealInterval.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealUtils.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealUtils.class index 967a823..13384c9 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealUtils.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/OWLRealUtils.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/test/DatatypeReasonerTests.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/test/DatatypeReasonerTests.class index d291a36..f3f2c90 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/test/DatatypeReasonerTests.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/test/DatatypeReasonerTests.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/FloatingPointInterval.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/FloatingPointInterval.class index 4269414..b38d39e 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/FloatingPointInterval.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/FloatingPointInterval.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEDoubleType.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEDoubleType.class index 2ae1cd7..94b8c32 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEDoubleType.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEDoubleType.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEFloatType.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEFloatType.class index 175b08e..605d6f3 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEFloatType.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/floating/IEEEFloatType.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/IntegerInterval.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/IntegerInterval.class index cc3e774..73e22ae 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/IntegerInterval.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/IntegerInterval.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/RestrictedRealDatatype.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/RestrictedRealDatatype.class index 535aefa..003a55f 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/RestrictedRealDatatype.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/datatypes/types/real/RestrictedRealDatatype.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/owlapiv3/PelletReasoner.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/owlapiv3/PelletReasoner.class index 6e95d7a..70d097c 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/owlapiv3/PelletReasoner.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/owlapiv3/PelletReasoner.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/builtins/NumericPromotion.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/builtins/NumericPromotion.class index 0d3ba4b..aa75eb2 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/builtins/NumericPromotion.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/builtins/NumericPromotion.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BinaryAtom.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BinaryAtom.class index 053dbcd..6487308 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BinaryAtom.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BinaryAtom.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BuiltInAtom.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BuiltInAtom.class index 9d4fcdb..0cb0bed 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BuiltInAtom.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/BuiltInAtom.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/UnaryAtom.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/UnaryAtom.class index d2fb316..0d17702 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/UnaryAtom.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/model/UnaryAtom.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Compiler.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Compiler.class index be4a974..f43230f 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Compiler.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Compiler.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Index$IndexNode.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Index$IndexNode.class index 96b1b60..2339344 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Index$IndexNode.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/rules/rete/Index$IndexNode.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/AbstractABoxEngineWrapper.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/AbstractABoxEngineWrapper.class index 42b3fbd..88da1c0 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/AbstractABoxEngineWrapper.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/AbstractABoxEngineWrapper.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/CombinedQueryEngine.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/CombinedQueryEngine.class index d3ed396..d4fc07c 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/CombinedQueryEngine.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/CombinedQueryEngine.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryCost.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryCost.class index 6c24143..0c6b6e3 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryCost.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryCost.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryEngine.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryEngine.class index f5b6232..ab7fc8b 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryEngine.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QueryEngine.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QuerySubsumption.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QuerySubsumption.class index be3cbf1..b3ddd22 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QuerySubsumption.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/engine/QuerySubsumption.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/jena/SparqlDLExecutionFactory.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/jena/SparqlDLExecutionFactory.class index ef05355..3d56b6b 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/jena/SparqlDLExecutionFactory.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/jena/SparqlDLExecutionFactory.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/model/CoreNewImpl.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/model/CoreNewImpl.class index ccb6064..6460800 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/model/CoreNewImpl.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/sparqldl/model/CoreNewImpl.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPITests.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPITests.class index 9ed7947..2aa637b 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPITests.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPITests.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPIv3Tests.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPIv3Tests.class index ac00cfa..baef954 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPIv3Tests.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/owlapi/OWLAPIv3Tests.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ARQSparqlDawgTester.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ARQSparqlDawgTester.class index abfbfb4..1d903f7 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ARQSparqlDawgTester.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ARQSparqlDawgTester.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ManifestEngine.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ManifestEngine.class index 295bd04..3fab84f 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ManifestEngine.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/ManifestEngine.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/PelletSparqlDawgTester.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/PelletSparqlDawgTester.class index acf7ec7..3a5dc61 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/PelletSparqlDawgTester.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/PelletSparqlDawgTester.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/TestQuerySubsumption.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/TestQuerySubsumption.class index f449032..57b65c7 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/TestQuerySubsumption.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellet/test/query/TestQuerySubsumption.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/lintpattern/LintPatternLoader.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/lintpattern/LintPatternLoader.class index 8a30f85..25c31bb 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/lintpattern/LintPatternLoader.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/lintpattern/LintPatternLoader.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/rdfxml/OWLSyntaxChecker.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/rdfxml/OWLSyntaxChecker.class index 325501c..bf14af8 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/rdfxml/OWLSyntaxChecker.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/rdfxml/OWLSyntaxChecker.class differ diff --git a/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/test/rdfxml/RDFModelTest.class b/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/test/rdfxml/RDFModelTest.class index 79c2670..2b53e54 100644 Binary files a/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/test/rdfxml/RDFModelTest.class and b/com.clarkparsia.pellet/bin/com/clarkparsia/pellint/test/rdfxml/RDFModelTest.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/ABox.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/ABox.class index 9f319de..338ab7e 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/ABox.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/ABox.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/KRSSLoader.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/KRSSLoader.class index 7f809eb..b7e48a4 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/KRSSLoader.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/KRSSLoader.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/RBox.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/RBox.class index 6b5bf54..170911f 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/RBox.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/RBox.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/RoleTaxonomyBuilder.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/RoleTaxonomyBuilder.class index 8242763..0a7a38e 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/RoleTaxonomyBuilder.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/RoleTaxonomyBuilder.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/examples/QuerySubsumptionExample.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/examples/QuerySubsumptionExample.class index faaf4e9..e18548b 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/examples/QuerySubsumptionExample.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/examples/QuerySubsumptionExample.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/jena/graph/loader/DefaultGraphLoader.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/jena/graph/loader/DefaultGraphLoader.class index a9b9426..6fca064 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/jena/graph/loader/DefaultGraphLoader.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/jena/graph/loader/DefaultGraphLoader.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/AbstractConceptCache.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/AbstractConceptCache.class index 85b3c60..f9d771f 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/AbstractConceptCache.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/AbstractConceptCache.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/ConceptCacheLRU.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/ConceptCacheLRU.class index 2d8d28d..4d54660 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/ConceptCacheLRU.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/tableau/cache/ConceptCacheLRU.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/CDOptimizedTaxonomyBuilder.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/CDOptimizedTaxonomyBuilder.class index b08231a..607d0b9 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/CDOptimizedTaxonomyBuilder.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/CDOptimizedTaxonomyBuilder.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/Taxonomy.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/Taxonomy.class index 9e3d1e7..97e033a 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/Taxonomy.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/taxonomy/Taxonomy.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/tbox/impl/TBoxImpl.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/tbox/impl/TBoxImpl.class index 272931b..b77606a 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/tbox/impl/TBoxImpl.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/tbox/impl/TBoxImpl.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/LiebigTestSuite.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/LiebigTestSuite.class index 3111426..f1e59e0 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/LiebigTestSuite.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/LiebigTestSuite.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/WebOntTest.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/WebOntTest.class index 65e13c0..8fd5043 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/WebOntTest.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/WebOntTest.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/rules/BindingGeneratorsTest.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/rules/BindingGeneratorsTest.class index 2cd9395..fd86338 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/rules/BindingGeneratorsTest.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/test/rules/BindingGeneratorsTest.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap$1.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap$1.class index dea4757..52b3e66 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap$1.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap$1.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap.class index c5f0027..25fdd22 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/MultiValueMap.class differ diff --git a/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/PartialOrderBuilder.class b/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/PartialOrderBuilder.class index 01eba76..d1118f1 100644 Binary files a/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/PartialOrderBuilder.class and b/com.clarkparsia.pellet/bin/org/mindswap/pellet/utils/PartialOrderBuilder.class differ diff --git a/com.clarkparsia.pellet/bin/pellet/PelletCmdApp.class b/com.clarkparsia.pellet/bin/pellet/PelletCmdApp.class index eb16780..d107076 100644 Binary files a/com.clarkparsia.pellet/bin/pellet/PelletCmdApp.class and b/com.clarkparsia.pellet/bin/pellet/PelletCmdApp.class differ diff --git a/com.clarkparsia.pellet/build.xml b/com.clarkparsia.pellet/build.xml new file mode 100644 index 0000000..de35993 --- /dev/null +++ b/com.clarkparsia.pellet/build.xml @@ -0,0 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com.clarkparsia.pellet/src/org/mindswap/pellet/tableau/cache/AbstractConceptCache.java b/com.clarkparsia.pellet/src/org/mindswap/pellet/tableau/cache/AbstractConceptCache.java old mode 100644 new mode 100755 index af81878..74254e8 --- a/com.clarkparsia.pellet/src/org/mindswap/pellet/tableau/cache/AbstractConceptCache.java +++ b/com.clarkparsia.pellet/src/org/mindswap/pellet/tableau/cache/AbstractConceptCache.java @@ -436,14 +436,14 @@ private MultiValueMap collectNeighbors(CachedNode ind) { ATermAppl neighbor = edge.getFromName(); if( !ATermUtils.isBnode( neighbor ) ) - neighbors.put( neighbor, role ); + neighbors.putSingle( neighbor, role ); } for( Edge edge : ind.getOutEdges() ) { Role role = edge.getRole(); ATermAppl neighbor = edge.getToName(); if( role.isObjectRole() && !ATermUtils.isBnode( neighbor ) ) - neighbors.put( neighbor, role.getInverse() ); + neighbors.putSingle( neighbor, role.getInverse() ); } return neighbors; } diff --git a/com.clarkparsia.pellet/src/org/mindswap/pellet/utils/MultiValueMap.java b/com.clarkparsia.pellet/src/org/mindswap/pellet/utils/MultiValueMap.java old mode 100644 new mode 100755 index 6291cbc..e7229d3 --- a/com.clarkparsia.pellet/src/org/mindswap/pellet/utils/MultiValueMap.java +++ b/com.clarkparsia.pellet/src/org/mindswap/pellet/utils/MultiValueMap.java @@ -36,13 +36,14 @@ public MultiValueMap(int initialCapacity) { super( initialCapacity ); } - public Set put( K key, V value ) { + public Set putSingle( K key, V value ) { Set set = new HashSet(); set.add( value ); return super.put( key, set ); } + @Override public Set put( K key, Set values ) { return super.put( key, values ); } @@ -67,15 +68,16 @@ public boolean addAll(K key, Collection collection) { return values.addAll( collection ); } - public boolean remove( K key, V value ) { - boolean removed = false; + public boolean remove(Object key, Object value) { + boolean removed = false; Set values = get( key ); if( values != null ) { removed = values.remove( value ); - if( values.isEmpty() ) - super.remove( key ); + if( values.isEmpty() ) { + super.remove( key ); + } } return removed; @@ -83,7 +85,9 @@ public boolean remove( K key, V value ) { public boolean contains( K key, V value ) { Set values = get( key ); - if (values == null) return false; + if (values == null) { + return false; + } return values.contains(value); } @@ -93,24 +97,29 @@ public Iterator flattenedValues() { private Iterator> setIterator = values().iterator(); private Iterator valueIterator = null; - public boolean hasNext() { + @Override + public boolean hasNext() { while( valueIterator == null || !valueIterator.hasNext() ) { - if( !setIterator.hasNext() ) - return false; + if( !setIterator.hasNext() ) { + return false; + } valueIterator = setIterator.next().iterator(); } return true; } - public V next() { - if( !hasNext() ) - throw new NoSuchElementException(); + @Override + public V next() { + if( !hasNext() ) { + throw new NoSuchElementException(); + } return valueIterator.next(); } - public void remove() { + @Override + public void remove() { setIterator.remove(); } }; diff --git a/compling.core/.classpath b/compling.core/.classpath index 812da6e..b56908c 100644 --- a/compling.core/.classpath +++ b/compling.core/.classpath @@ -1,7 +1,7 @@ - + diff --git a/compling.core/.settings/org.eclipse.jdt.core.prefs b/compling.core/.settings/org.eclipse.jdt.core.prefs index 8000cd6..3a21537 100644 --- a/compling.core/.settings/org.eclipse.jdt.core.prefs +++ b/compling.core/.settings/org.eclipse.jdt.core.prefs @@ -1,11 +1,11 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/compling.core/META-INF/MANIFEST.MF b/compling.core/META-INF/MANIFEST.MF index 9865605..5bf9db7 100644 --- a/compling.core/META-INF/MANIFEST.MF +++ b/compling.core/META-INF/MANIFEST.MF @@ -141,7 +141,8 @@ Export-Package: compling.annotation, compling.util.math, compling.util.probability, compling.utterance;uses:="compling.util.fileutil" -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-Vendor: ICSI Berkeley Bundle-ClassPath: . +Import-Package: org.eclipse.core.runtime diff --git a/compling.core/base2m/.project b/compling.core/base2m/.project deleted file mode 100644 index bfddfa7..0000000 --- a/compling.core/base2m/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - base2m_grammar - - - - - - - - diff --git a/compling.core/base2m/English morphology in ECG.pdf b/compling.core/base2m/English morphology in ECG.pdf deleted file mode 100644 index e69de29..0000000 diff --git a/compling.core/base2m/README.txt b/compling.core/base2m/README.txt deleted file mode 100644 index aef56c6..0000000 --- a/compling.core/base2m/README.txt +++ /dev/null @@ -1,40 +0,0 @@ -=================================== - base2m : syntactic+morphological grammar of English -=================================== - -14 June 2009, Nathan Schneider (nschneid@cs.cmu.edu). - -Expanded from the 'base2' English syntactic grammar to include morphological constructions as well. For the purposes of the syntactic vs. morphological parsers, this is actually split up into two overlapping grammars. Loaded separately into the ECG Workbench, both grammars should have no errors, though only the syntactic one can be used for parsing in the Workbench. For the most part, changes from base2 are marked with "nschneid" in the file header or inline comments. - -For more information, see written description of the base2m grammar, "Towards an ECG implementation of morphological compositionality and (sub)regularity in English." The morphological analyzer has not yet been released; contact the author for more information. - - -Grammar files/directories: ---------------------- - -base2m-morph.prefs : Points to grammar files for the morphological parser, which operates on individual words. - -base2m-phrasal.prefs : Points to grammar files for the syntactic parser, which operates on sentences and cannot handle morphologically complex constructions. - -base2m-core/ : Files shared by both grammars. - -base2m-morphonly/ : Files used by the morphological grammar only. Including these in the other grammar causes the syntactic parser to break. A list of morphological construction names (organized by file) is in morphcxnindex.txt. - -base2m-phrasalonly/ : Files used by the syntactic grammar only. Includes generatedwords.grm, which contains syntactic parser-compatible versions of the analyses produced by the morphological analyzer for certain words. - - -Diagrams: --------- - -Included along with grammar files are diagrams showing some portions of the construction and schema hierarchies. These are specified in .dotgraph files; from these, the Graphviz 'dot' tool was used to generate .pdf files for visualization. - -base2m-core/ - grammaticalschemas_AgreementFeatures.{dotgraph,pdf} - morphschemas_MorphForm.{dotgraph,pdf} - morphschemas.{dotgraph,pdf} - verb_FiniteOrNonFinite.{dotgraph,pdf} - -base2m-morphonly/ - nounmorphology.{dotgraph,pdf} - verbmorphology.{dotgraph,pdf} - verbmorphology-small.{dotgraph,pdf} diff --git a/compling.core/base2m/base2m-core/adj.grm b/compling.core/base2m/base2m-core/adj.grm deleted file mode 100644 index d815d83..0000000 --- a/compling.core/base2m/base2m-core/adj.grm +++ /dev/null @@ -1,84 +0,0 @@ -/*** - *** - *** Adjectives - *** - *** This file has constructions for abstract adjectives and adjectival phrases - *** As well as example lexical adjectives. - *** - *** The file also contains a construction for building a simple list of adjectives - *** which is the only concrete construction for building adjectival phrases of - *** more than one word. More adjectival phrases need to be written, obviously. - *** - ***/ - -// This is a recursive version of adj e.g. 'big, red', 'very big', -// 'very big and red' -// -general construction AdjectivalPhrase - meaning: Modifier - -general construction Adj - subcase of Word, AdjectivalPhrase, SimpleAdjectiveList - - -/*** - *** - *** Building Adjectival Phrases - *** - *** Currently just supporting simple adjective lists e.g. 'the big green apple' - *** Represented as left recursive trees - *** - ***/ - -general construction SimpleAdjectiveList - subcase of AdjectivalPhrase - -construction SimpleAdjectiveListRecursive - subcase of SimpleAdjectiveList - constructional - constituents - list: SimpleAdjectiveList - adj: Adj - form - constraints - list.f meets adj.f - meaning - constraints - self.m.modifiedEntity <--> list.m.modifiedEntity - self.m.modifiedEntity <--> adj.m.modifiedEntity - - -/*** - *** - *** Example Adjectives - *** I need help for the meaning of these... - *** - ***/ - -construction Red - subcase of Adj - form - constraints - self.f.orth <-- "red" - meaning: ScalarModifier - constraints - self.m.scalarValue <-- "red" // central red?, red hair? - self.m.scale <-- "colorSpace" // multi-dimensional scale??? - - -construction Big - subcase of Adj - form - constraints - self.f.orth <-- "big" - meaning: ScalarModifier - constraints - self.m.scalarValue <-- "big" - self.m.scale <-- "size" - -construction LEGAL // nschneid - subcase of Adj - form constraints - self.f.orth <-- "legal" - meaning: Legal - diff --git a/compling.core/base2m/base2m-core/adverb.grm b/compling.core/base2m/base2m-core/adverb.grm deleted file mode 100644 index 3e2a111..0000000 --- a/compling.core/base2m/base2m-core/adverb.grm +++ /dev/null @@ -1,43 +0,0 @@ -/*** - *** - *** This file is a place holder for adverbs until some comes - *** along and does them right. - *** - ***/ - - -general construction AdverbialPhrase - meaning: Modifier - - -general construction Adverb - subcase of Word, AdverbialPhrase - - -general construction PolarityAdverb - subcase of Adverb - - -schema Negation - subcase of Modifier - - -construction Not - subcase of PolarityAdverb - form - constraints - self.f.orth <-- "not" - meaning:Negation - - -schema Support - subcase of Modifier - - -construction So - subcase of PolarityAdverb - form - constraints - self.f.orth <-- "so" - meaning: Support - diff --git a/compling.core/base2m/base2m-core/argstruct-causation.grm b/compling.core/base2m/base2m-core/argstruct-causation.grm deleted file mode 100644 index 1ce3c65..0000000 --- a/compling.core/base2m/base2m-core/argstruct-causation.grm +++ /dev/null @@ -1,135 +0,0 @@ -general construction ActiveTransitiveCEA - subcase of ArgumentStructure - constructional - constituents - np: NP [1.0, .9] - constraints - np.features.case <-- "acc" // nschneid - form - constraints - v.f before np.f - meaning: CauseEffectAction - constraints - self.m.affected <--> np.m.referent - - - - - -// causative action, Causer profiled -//e.g. he hit the table - -construction ActiveTransitiveProfiledCauser - subcase of ActiveTransitiveCEA - meaning: CauseEffectAction - evokes ForcefulMotionAction as fma - constraints - v.m <--> fma - self.m.process1 <--> fma.process1 - self.m.causer <--> ed.profiledParticipant - self.m.x-net <--> fma.routine - - -construction ActiveTransitiveComplexVerb // nschneid: like ActiveTransitiveProfiledCauser, except with a causative verb - subcase of ActiveTransitiveCEA - constructional constituents - v: CausativeVerb - meaning: CauseEffectAction - constraints - self.m <--> v.m - self.m.causer <--> ed.profiledParticipant - - - - -// causative action, Instrument profiled -//e.g. The hammer hit the table - -construction ActiveTransitiveProfiledInstrument - subcase of ActiveTransitiveCEA - meaning: CauseEffectAction - evokes ForcefulMotionAction as fma - constraints - v.m <--> fma - self.m.process1 <--> fma.process1 - self.m.process1.instrument <--> ed.profiledParticipant - self.m.x-net <--> fma.routine - -// Agentively caused process, Causer profiled -//e.g. He slid the box - -construction ActiveTransitiveProfiledCauserResultProcess - subcase of ActiveTransitiveCEA - meaning: CauseEffectAction - evokes Motion as mp - constraints - mp <--> v.m - self.m.process2 <--> mp - self.m.causer <--> ed.profiledParticipant - - - - - - - - -//Passive CEA -general construction PassiveCEA - subcase of ArgumentStructure, RootType - constructional - constituents - optional byPhrase:ByPhrase - constraints - v.features.verbform <-- PastParticiple - form - constraints - v.f before byPhrase.f - meaning:CauseEffectAction - constraints - self.m.affected <--> ed.profiledParticipant - -general construction PassiveCauserBYPhrase - subcase of PassiveCEA - meaning - constraints - self.m.causer <--> byPhrase.m.landmark - - -construction PassiveCEACauserBYPhrase - subcase of PassiveCauserBYPhrase - meaning - evokes ForcefulMotionAction as fma - constraints - self.m.process1 <--> fma.process1 - v.m <--> fma - self.m.x-net <--> fma.routine - -construction PassiveCEAInstrumentBYPhrase - subcase of PassiveCEA - meaning - evokes ForcefulMotionAction as fma - constraints - v.m <--> fma - self.m.process1 <--> fma.process1 - self.m.process1.instrument <--> byPhrase.m.landmark - self.m.x-net <--> fma.routine - -construction PassiveCEACauserBYPhraseResultProcess - subcase of PassiveCauserBYPhrase - meaning - evokes Motion as mp - constraints - mp <--> v.m - self.m.process2 <--> mp - -general construction PassiveCEAComplexVerb // nschneid: case where the verb's meaning is itself a CauseEffectAction, as in Institutionalize - subcase of PassiveCEA - constructional constituents - v: CausativeVerb - meaning - constraints - self.m <--> v.m - -construction PassiveCEAComplexVerbCauserBYPhrase // nschneid - subcase of PassiveCEAComplexVerb, PassiveCauserBYPhrase diff --git a/compling.core/base2m/base2m-core/argstruct-control.grm b/compling.core/base2m/base2m-core/argstruct-control.grm deleted file mode 100644 index a440ecb..0000000 --- a/compling.core/base2m/base2m-core/argstruct-control.grm +++ /dev/null @@ -1,44 +0,0 @@ - - - -construction SubjectControl - subcase of ArgumentStructure - constructional - constituents - v:ControlVerb - vp:VP - constraints - vp.features.verbform <-- Infinitive - form - constraints - v.f before vp.f - meaning - constraints - self.m.protagonist <--> ed.profiledParticipant - vp.ed.profiledParticipant <--> ed.profiledParticipant - //ed.eventType <--> ed.profiledProcess - self.m <--> v.m - vp.ed <--> v.m.event - - -construction SubjObjRaising - subcase of ArgumentStructure - constructional - constituents - v:ControlVerb - np: NP - vp:VP - constraints - vp.features.verbform <-- Infinitive - np.features.case <-- "acc" - form - constraints - v.f before np.f - np.f before vp.f - meaning - constraints - self.m.protagonist <--> ed.profiledParticipant - np.m.referent <--> vp.ed.profiledParticipant - //ed.eventType <--> ed.profiledProcess - self.m <--> v.m - vp.ed <--> v.m.event diff --git a/compling.core/base2m/base2m-core/argstruct-dit.grm b/compling.core/base2m/base2m-core/argstruct-dit.grm deleted file mode 100644 index 73aa3fe..0000000 --- a/compling.core/base2m/base2m-core/argstruct-dit.grm +++ /dev/null @@ -1,73 +0,0 @@ - -//*************************************************** -//Jack gave Jill a cake -//*************************************************** - -//this is a general construction used for inheritance -general construction ActiveDitransitive - subcase of ArgumentStructure - constructional - constituents - np1: NP - np2: NP - constraints - np1.features.case <-- "dat" - np2.features.case <-- "acc" - form - constraints - v.f before np1.f - np1.f before np2.f - meaning: ObjectTransfer - constraints - self.m.giver <--> ed.profiledParticipant - self.m.getter <--> np1.m.referent - self.m.theme <--> np2.m.referent - - -//this cxn actually binds the meaning of "give" to the meaning of the cxn -construction CentralActiveDitransitive - subcase of ActiveDitransitive - meaning - constraints - self.m <--> v.m - - - - -//*************************************************** -//Jack threw Jill a cake -//*************************************************** - -construction ActiveDitransitiveCauseMotion - subcase of ActiveDitransitive - meaning - evokes CauseMotionPathAction as cmp - constraints - ignore self.m <--> v.m - cmp <--> v.m - cmp.process1 <--> self.m.process1 - self.m.getter <--> cmp.process2.spg.goal - - - - -//*************************************************** -//Jack baked Jill a cake -//*************************************************** - -construction ActiveCreationDitransitive - subcase of ActiveDitransitive - meaning - evokes CreationAction as ca - evokes Intention as int - constraints - v.m <--> ca - ca.creator <--> int.actor - int.intendedAct <--> self.m.process1 - ca.creator <--> self.m.giver - ca.createdThing <--> self.m.theme - - - - - diff --git a/compling.core/base2m/base2m-core/argstruct-intransitive.grm b/compling.core/base2m/base2m-core/argstruct-intransitive.grm deleted file mode 100644 index 308451b..0000000 --- a/compling.core/base2m/base2m-core/argstruct-intransitive.grm +++ /dev/null @@ -1,6 +0,0 @@ -construction IntransitiveArgumentStructure - subcase of ArgumentStructure - meaning: Process - constraints - self.m.protagonist <--> ed.profiledParticipant - self.m <--> v.m diff --git a/compling.core/base2m/base2m-core/argstruct-motion.grm b/compling.core/base2m/base2m-core/argstruct-motion.grm deleted file mode 100644 index b8a27d0..0000000 --- a/compling.core/base2m/base2m-core/argstruct-motion.grm +++ /dev/null @@ -1,61 +0,0 @@ -//e.g. He walked into the house - -construction ActiveMotionPath1 - subcase of ArgumentStructure - constructional - constituents - pp: Spatial-PP - form - constraints - v.f before pp.f - meaning: MotionPath - constraints - self.m <--> v.m - self.m.spg <--> pp.m - self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - pp.np.m.ontological-category <-- @concrete-entity - - -//e.g. He slapped at the box -//there is something funny about this passive? -construction EffectorMotionPath3 - subcase of ArgumentStructure - constructional - constituents - pp: Spatial-PP - form - constraints - v.f before pp.f - meaning: EffectorMotionPath - evokes ForcefulMotionAction as fma - constraints - fma <--> v.m - self.m <--> fma.process2 - self.m.spg <--> pp.m - self.m.protagonist <--> ed.profiledParticipant - pp.np.m.ontological-category <-- @concrete-entity - - -//e.g. He slapped his hand at the box -//this one can't be passivized? -construction ActiveTransitiveEffectorMotionPath3 - subcase of ArgumentStructure - constructional - constituents - np: NP - pp: Spatial-PP - form - constraints - v.f before np.f - np.f before pp.f - meaning: EffectorMotionPath - evokes ForcefulMotionAction as fma - constraints - fma <--> v.m - self.m <--> fma.process2 - self.m.process1.effector <--> np.m.referent - self.m.spg <--> pp.m - self.m.protagonist <--> ed.profiledParticipant - pp.np.m.ontological-category <-- @concrete-entity - - diff --git a/compling.core/base2m/base2m-core/auxiliaries.grm b/compling.core/base2m/base2m-core/auxiliaries.grm deleted file mode 100644 index 7249d5f..0000000 --- a/compling.core/base2m/base2m-core/auxiliaries.grm +++ /dev/null @@ -1,210 +0,0 @@ -/********************************************************* -*** This file provides a starting point for incorporating -*** auxes into the base grammar. I used Sag, Wasow and Bender's -*** "Syntactic Theory" as a guide to the linguistics of auxes, but -*** the approach taken here is quite different in that auxes don't -*** specify and argument structure, and no lexical rules are needed. -*** -*** Currently this file does not do the semantics of auxes with -*** the hope that Nancy and Ellen will work the semantics out. -*** However the syntax of auxes should be ok. And by that I mean -*** that the caveats in section 13.2.3 in "Syntactic Theory" are also -*** a problem here. -*** -*** Note that general constructions PastTense are (currently) in verb.grm -*** -**********************************************************/ - -general construction Aux - subcase of HasVerbFeatures, Word - constructional: AuxFeatures - - -/********** -*** -*** This is the rule that combines a NonFiniteAux with a VP -*** -***********/ -construction NonFiniteAuxPlusVP - subcase of VP - constructional - constituents - aux: Aux - vp: VP - constraints - aux.features.verbform <-- NonFinite - self.features <--> aux.features - aux.features.expectedVerbForm <--> vp.features.verbform - form - constraints - aux.f meets vp.f // is this right? - meaning - constraints - self.m <--> vp.m // I assume the semantics comes from the vp - ed <--> vp.ed - // how should the semantics of the aux interact with this cxn? - - -/********** -*** -*** This is the rule that combines a FiniteAux with a VP. -*** Note that this rule is not used for inversion. -*** -*** Motivation for this rule being separate from the NonFiniteAux -*** rule is that optional polarity items like "not", "so" and "too" -*** can (sort of) only occur after the finite aux, and the vp consituent -*** can be elided in this rule, but not the NonFinite rule. -*** Additionally, since modals only occur as finite verbs, this covers -*** the modals at the front constraint for free. -*** -***********/ -construction FiniteAuxPlusVP - subcase of VP - constructional - constituents - aux: Aux - vp: VP - optional pol:PolarityAdverb - constraints - aux.features.verbform <-- Finite - self.features <--> aux.features - aux.features.expectedVerbForm <--> vp.features.verbform - form - constraints - aux.f before vp.f - aux.f meets pol.f - meaning - constraints - self.m <--> vp.m //I assume the semantics comes from the vp - ed <--> vp.ed - //how should the semantics of the aux interact with this cxn? - //how does the semantics of a polarity item interact with the ED? - pol.m.modifiedEntity <--> self.m - - -/************************** -*** -*** Be Aux Examples -*** -***************************/ - - -general construction BeAux - subcase of Aux - constructional - constraints - self.features.expectedVerbForm <-- Participle - //something about aspect should go in the meaning here? - -construction BePastSing - subcase of BeAux, PastTense, Singular - form - constraints - self.f.orth <-- "was" - -construction BePastPart - subcase of BeAux, PastPart - form - constraints - self.f.orth <-- "been" - -construction BePresentPart - subcase of BeAux, PresentPart - form - constraints - self.f.orth <-- "being" - -construction BeBase - subcase of BeAux, VerbalBase - form - constraints - self.f.orth <-- "be" - -/************************** -*** -*** Have Aux Examples -*** -***************************/ - -general construction HaveAux - subcase of Aux - constructional - constraints - self.features.expectedVerbForm <-- PastParticiple - //something about aspect should go in the meaning here? - -construction HaveAuxPast - subcase of HaveAux, PastTense //PastTense sets the speech time and verbform to Past(Finite) - form - constraints - self.f.orth <-- "had" - -construction HaveAuxBase - subcase of HaveAux, VerbalBase - form - constraints - self.f.orth <-- "have" - -/************************** -*** -*** Do Aux Examples -*** -*** In these examples I follow Sag et al by saying that aux do only occurs in finite forms. -*** -***************************/ - -general construction DoAux - subcase of Aux - constructional - constraints - self.features.expectedVerbForm <-- Base - //something about aspect should go in the meaning here? - -construction DoAuxPast - subcase of DoAux, PastTense - form - constraints - self.f.orth <-- "did" - -construction DoAuxPresent1stSing - subcase of DoAux, PresentTense, Singular, FirstPerson - form - constraints - self.f.orth <-- "do" - -construction DoAuxPresent2ndSing - subcase of DoAux, PresentTense, Singular, SecondPerson - form - constraints - self.f.orth <-- "do" - -construction DoAuxPresent3rdSing - subcase of DoAux, PresentTense, Singular, ThirdPerson - form - constraints - self.f.orth <-- "does" - - -construction DoAuxPresentPlural - subcase of DoAux, PresentTense, Plural - form - constraints - self.f.orth <-- "do" - - -/************************** -*** -*** A Modal Example -*** -***************************/ - - -construction CouldAux - subcase of Aux - constructional - constraints - self.features.verbform <-- Finite - self.features.expectedVerbForm <-- Base - form - constraints - self.f.orth <-- "could" diff --git a/compling.core/base2m/base2m-core/frames.grm b/compling.core/base2m/base2m-core/frames.grm deleted file mode 100644 index 344f309..0000000 --- a/compling.core/base2m/base2m-core/frames.grm +++ /dev/null @@ -1,198 +0,0 @@ - -schema Possession - roles - possessor - possessed - - -/* -schema Process - roles - protagonist - x-net : @process -*/ - -schema ComplexProcess - subcase of Process - roles - x-net : @complexxnet - process1: Process - process2: Process - protagonist2 - constraints - protagonist <--> process1.protagonist - protagonist2 <--> process2.protagonist - -schema Motion - subcase of Process - roles - mover: @entity - speed // scale - heading // place - x-net : @motion - constraints - mover <--> protagonist - -schema MotionPath // (bounded) translational motion - subcase of Motion - evokes SPG as spg - constraints - mover <--> spg.trajector - - -schema MotorControl - subcase of Process - roles - actor : @animate - effector - effort - routine : @routine - constraints - actor <--> protagonist // protagonist inherited from Process - routine <--> x-net - -schema EffectorMotion - subcase of ComplexProcess - roles - routine: @effectormotion - process1: MotorControl - process2: Motion - constraints - process1.effector <--> process2.mover - -schema EffectorMotionPath - subcase of EffectorMotion - evokes SPG as spg - roles - target - constraints - target <--> spg.landmark - process1.effector <--> spg.trajector - -schema ForceTransfer // (physical); revised 9/06/07 - evokes Contact as cont - roles - supplier: @entity - recipient: @entity - amount - constraints - supplier <--> cont.entity1 - recipient <--> cont.entity2 - -schema ForceApplication - subcase of MotorControl - evokes ForceTransfer as ft - roles - actedUpon: @entity - routine : @forceapplication - instrument:@instrument - constraints - actor <--> ft.supplier - actedUpon <--> ft.recipient - instrument <--> effector - effort <--> ft.amount - -schema ForcefulMotionAction - subcase of ComplexProcess - roles - process1: ForceApplication - process2: EffectorMotionPath - routine: @forcefulmotionaction - constraints - protagonist <--> protagonist2 - process1.actedUpon <--> process2.target - process1.instrument <--> process2.process1.effector - routine <--> x-net - -schema AgentiveImpactAction - subcase of ForcefulMotionAction - roles - //routine: @agentiveimpactaction - -schema CauseEffectAction - subcase of ComplexProcess - roles - process1: ForceApplication - process2: Process // result - causer - affected - constraints - protagonist <--> causer - protagonist2 <--> affected - process1.actedUpon <--> affected - - -schema ObjectTransfer - subcase of ComplexProcess - roles - process1: ReleaseHold - process2: EstablishHold - giver - getter - theme - x-net: @objecttransfer - constraints - protagonist <--> giver - protagonist2 <--> getter - process1.actedUpon <--> theme - process2.actedUpon <--> theme - -schema ReleaseHold //"release", "drop", "let go" - subcase of ForceApplication - roles - routine: @releasehold - -schema EstablishHold //"grab" - subcase of ForceApplication - roles - routine: @establishhold - -schema CauseMotionPathAction - subcase of CauseEffectAction - roles - process2:MotionPath - -schema Intention - roles - actor - intendedAct:Process - -schema CreationAction - subcase of Process - roles - creator - createdThing - constraints - protagonist <--> creator - - -schema ControlVerbProcess - subcase of Process - roles - event - - -schema WantProcess - subcase of ControlVerbProcess - roles - wanter - constraints - wanter <--> protagonist - - -schema StateChange // nschneid: For inchoatives, etc. - subcase of Process, TemporalOrdering - roles - initialState: Modifier - finalState: Modifier - constraints - earlier <--> initialState - later <--> finalState - -schema CauseStateChange // nschneid - subcase of CauseEffectAction - roles - process2: StateChange - constraints - affected <--> process2.protagonist - \ No newline at end of file diff --git a/compling.core/base2m/base2m-core/grammaticalschemas.grm b/compling.core/base2m/base2m-core/grammaticalschemas.grm deleted file mode 100644 index 1be1bff..0000000 --- a/compling.core/base2m/base2m-core/grammaticalschemas.grm +++ /dev/null @@ -1,179 +0,0 @@ -// A simple RD schema -schema RD - roles - ontological-category - givenness - referent - number - - -// A simple schema for a word -schema WordForm - subcase of MorphForm - -schema AgreementFeatureSet - roles - number: NumberFeature // types: nschneid - person: PersonFeature - -schema AgreementFeatures - subcase of MorphFeatures - roles - features: AgreementFeatureSet - - -schema NominalFeatureSet - subcase of AgreementFeatureSet - roles - case - massOrPlural //set to 'yes' for mass nouns and plural nouns - - -schema NominalFeatures - subcase of AgreementFeatures - roles - features:NominalFeatureSet - - -schema VerbFeatureSet - subcase of AgreementFeatureSet - roles - verbform - - -schema AuxFeatureSet - subcase of VerbFeatureSet - roles - expectedVerbForm - - -schema VerbFeatures - subcase of AgreementFeatures - roles - features:VerbFeatureSet - //morph:VerbMorphDescriptors // nschneid - - -schema AuxFeatures - subcase of VerbFeatures - roles - features:AuxFeatureSet - -schema SentenceFeatureSet - roles - mood - -schema SentenceFeatures - roles - features: SentenceFeatureSet - - - -schema NounInflectionMeaning - roles - number - - - -/* -schema EventDescriptor - roles - eventType: Process - profiledProcess: Process - profiledParticipant -*/ - - -schema WH-Question-SpeechAct - roles - focus - - - - - -// nschneid - Person/number feature schemas to facilitate e.g. inflections of 'be' - -// Joint schemas - -schema NotSg3 subcase of AgreementFeatureSet - -schema Sg2OrPl subcase of AgreementFeatureSet - -schema NotSg2OrPl subcase of AgreementFeatureSet - -schema Sg1 subcase of NotSg3, NotSg2OrPl -constraints - person <-- Person1 - number <-- Sg - -schema Sg2 subcase of NotSg3, Sg2OrPl -constraints - person <-- Person2 - number <-- Sg - -schema Sg3 subcase of NotSg2OrPl -constraints - person <-- Person3 - number <-- Sg - -schema Pl1 subcase of NotSg3, Sg2OrPl -constraints - person <-- Person1 - number <-- Pl - -schema Pl2 subcase of NotSg3, Sg2OrPl -constraints - person <-- Person2 - number <-- Pl - -schema Pl3 subcase of NotSg3, Sg2OrPl -constraints - person <-- Person3 - number <-- Pl - -// Verb counterparts, for type correctness - -schema VerbNotSg3 subcase of NotSg3, VerbFeatureSet // present tense agreement - -schema VerbNotSg2OrPl subcase of NotSg2OrPl, VerbFeatureSet // 'was' - -schema VerbSg2OrPl subcase of Sg2OrPl, VerbFeatureSet // 'were' - -schema VerbSg1 subcase of Sg1, VerbFeatureSet - -schema VerbSg2 subcase of Sg2, VerbFeatureSet - -schema VerbSg3 subcase of Sg3, VerbFeatureSet - -schema VerbPl1 subcase of Pl1, VerbFeatureSet - -schema VerbPl2 subcase of Pl2, VerbFeatureSet - -schema VerbPl3 subcase of Pl3, VerbFeatureSet - - -// Number only - -schema NumberFeature - -schema Pl subcase of NumberFeature - -schema Sg subcase of NumberFeature - -// Person only - -schema PersonFeature - -schema NotPerson3 subcase of PersonFeature - -schema Person1 subcase of NotPerson3 - -schema Person2 subcase of NotPerson3 - -schema Person3 subcase of PersonFeature - - - - - diff --git a/compling.core/base2m/base2m-core/grammaticalschemas_AgreementFeatures.dotgraph b/compling.core/base2m/base2m-core/grammaticalschemas_AgreementFeatures.dotgraph deleted file mode 100644 index ff015ee..0000000 --- a/compling.core/base2m/base2m-core/grammaticalschemas_AgreementFeatures.dotgraph +++ /dev/null @@ -1,24 +0,0 @@ -digraph types { - size="11,8.5"; - node [fontname="Arial", fontcolor=black, color="#ffaaaa", fillcolor="#ffaaaa"]; - node [style="solid"]; - node [style="filled"]; - - // Subtypes of AgreementFeatureSet, minus VerbFeatureSet and its subtypes (these are the same, but have names starting with Verb) - // and minus NominalFeatureSet - - AgreementFeatureSet -> NotSg2OrPl - NotSg2OrPl -> Sg3 - NotSg2OrPl -> Sg1 - NotSg3 -> Sg1 - AgreementFeatureSet -> Sg2OrPl - Sg2OrPl -> Pl1 - NotSg3 -> Pl1 - Sg2OrPl -> Pl3 - NotSg3 -> Pl3 - Sg2OrPl -> Sg2 - NotSg3 -> Sg2 - Sg2OrPl -> Pl2 - NotSg3 -> Pl2 - AgreementFeatureSet -> NotSg3 -} \ No newline at end of file diff --git a/compling.core/base2m/base2m-core/grammaticalschemas_AgreementFeatures.pdf b/compling.core/base2m/base2m-core/grammaticalschemas_AgreementFeatures.pdf deleted file mode 100644 index c3e2a4a..0000000 Binary files a/compling.core/base2m/base2m-core/grammaticalschemas_AgreementFeatures.pdf and /dev/null differ diff --git a/compling.core/base2m/base2m-core/imageschemas.grm b/compling.core/base2m/base2m-core/imageschemas.grm deleted file mode 100644 index 8e4ad7f..0000000 --- a/compling.core/base2m/base2m-core/imageschemas.grm +++ /dev/null @@ -1,42 +0,0 @@ - -schema BoundedRegion - roles - boundary : @closedCurve - interior: @region - exterior: @region - -/* -schema BoundedObject - subcase of BoundedRegion - roles - boundedObject: @entity -*/ - -schema SpatialRelation - -schema Proximity - subcase of SpatialRelation - roles - center - proximalArea - -schema Contact // short version - subcase of SpatialRelation - roles - entity1: @entity - entity2: @entity - -schema TrajectorLandmark - roles - trajector - landmark - profiledArea // ProfiledArea is defined with respect to Landmark - - -// This schema is actually part of a radial category of SPG schemas -schema SPG - subcase of TrajectorLandmark - roles - source - path - goal diff --git a/compling.core/base2m/base2m-core/lexicalverbplaceholder.grm b/compling.core/base2m/base2m-core/lexicalverbplaceholder.grm deleted file mode 100644 index 6bc7f2a..0000000 --- a/compling.core/base2m/base2m-core/lexicalverbplaceholder.grm +++ /dev/null @@ -1,184 +0,0 @@ -/********************* -*** This file is just a place holder until the verb hierarchy gets -*** worked out. -**********************/ - - - -general construction ControlVerb - subcase of Verb - meaning:ControlVerbProcess - - -general construction CausativeVerb // nschneid - subcase of Verb - meaning: CauseEffectAction - -/* -construction SlidePast - subcase of Verb, PastTense - form - constraints - self.f.orth <-- "slid" - meaning: MotionPath - constraints - self.m.x-net <-- @slide - - -construction SlideBase - subcase of Verb, Base - form - constraints - self.f.orth <-- "slide" - meaning: MotionPath - constraints - self.m.x-net <-- @slide - - -construction SlidePresentParticiple - subcase of Verb, PresentPart - form - constraints - self.f.orth <-- "sliding" - meaning: MotionPath - constraints - self.m.x-net <-- @slide - - -construction SlidePastParticiple - subcase of Verb, PastPart - form - constraints - self.f.orth <-- "slid" - meaning: MotionPath - constraints - self.m.x-net <-- @slide - -construction Walk - subcase of VerbStem, PresentNot3SgVerb - form - constraints - self.f.orth <-- "walk" - meaning: MotionPath - constraints - self.m.x-net <-- @walk -*/ - - -construction SLAP1 - subcase of Verb // may be subcase of FA Verbs and of EMP Verbs - form - constraints - self.f.orth <-- "slapped" - meaning: AgentiveImpactAction - constraints - self.m.routine <-- @slap - - -construction HIT1 - subcase of Verb // may be subcase of FA Verbs and of EMP Verbs - form - constraints - self.f.orth <-- "hit" - meaning: AgentiveImpactAction - constraints - self.m.routine <-- @hit - - -construction Give1 - subcase of Verb - form - constraints - self.f.orth <-- "gave" - meaning: ObjectTransfer - constraints - self.m.x-net <-- @give - - -construction ThrowPastTense - subcase of Verb - form - constraints - self.f.orth <-- "threw" - meaning: CauseMotionPathAction - constraints - self.m.x-net <-- @throw - - -construction Bake1 - subcase of Verb - form - constraints - self.f.orth <-- "baked" - meaning: CreationAction - constraints - self.m.x-net <-- @bake - -/* -construction WANTED - subcase of ControlVerb - form - constraints - self.f.orth <-- "wanted" - meaning:WantProcess -*/ - -/* // without allowing -ize verbs to be further inflected -construction HOSPITALIZE_ - subcase of Verb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_26_ - form - constraints - self.f.orth <-- "hospitalize" - meaning - evokes WLSuffixForm as WLSuffixForm_1_ - evokes MotionPath as MotionPath_2_ - evokes SPG as SPG_3_ - evokes @entity as ONTOLOGY_entity_4_ - evokes @complexxnet as ONTOLOGY_complexxnet_5_ - evokes Institutionalization as Institutionalization_7_ - evokes @animate as ONTOLOGY_animate_10_ - evokes @entity as ONTOLOGY_entity_11_ - evokes ForceApplication as ForceApplication_14_ - evokes RD as RD_15_ - evokes @hospital as ONTOLOGY_hospital_17_ - evokes NominalFeatureSet as NominalFeatureSet_18_ - evokes NounMorphDescriptors as NounMorphDescriptors_19_ - evokes WordForm as WordForm_21_ - evokes Sg as Sg_24_ - evokes VerbFeatureSet as VerbFeatureSet_26_ - constraints - WLSuffixForm_1_.affix <-- "ize" - WLSuffixForm_1_.suffix <-- "ize" - NominalFeatureSet_18_.massOrPlural <-- "no" - NounMorphDescriptors_19_.pluralType <-- "-s" - WordForm_21_.orth <-- "hospital" - self.m <--> Institutionalization_7_ - Institutionalization_7_.process2 <--> MotionPath_2_ - Institutionalization_7_.process1 <--> ForceApplication_14_ - Institutionalization_7_.x-net <--> ONTOLOGY_complexxnet_5_ - Institutionalization_7_.authority <--> ONTOLOGY_animate_10_ - Institutionalization_7_.protagonist <--> ONTOLOGY_animate_10_ - Institutionalization_7_.causer <--> ONTOLOGY_animate_10_ - ForceApplication_14_.protagonist <--> ONTOLOGY_animate_10_ - ForceApplication_14_.actor <--> ONTOLOGY_animate_10_ - MotionPath_2_.mover <--> ONTOLOGY_entity_11_ - MotionPath_2_.protagonist <--> ONTOLOGY_entity_11_ - Institutionalization_7_.affected <--> ONTOLOGY_entity_11_ - Institutionalization_7_.protagonist2 <--> ONTOLOGY_entity_11_ - Institutionalization_7_.patient <--> ONTOLOGY_entity_11_ - ForceApplication_14_.actedUpon <--> ONTOLOGY_entity_11_ - MotionPath_2_.spg <--> SPG_3_ - SPG_3_.goal <--> ONTOLOGY_entity_4_ - Institutionalization_7_.facility <--> ONTOLOGY_entity_4_ - RD_15_.referent <--> ONTOLOGY_entity_4_ - NominalFeatureSet_18_.number <--> Sg_24_ - RD_15_.ontological-category <--> ONTOLOGY_hospital_17_ -*/ - - - - - diff --git a/compling.core/base2m/base2m-core/massnouns.grm b/compling.core/base2m/base2m-core/massnouns.grm deleted file mode 100644 index f9e07e1..0000000 --- a/compling.core/base2m/base2m-core/massnouns.grm +++ /dev/null @@ -1,49 +0,0 @@ -/********** -*** -*** Mass Nouns -*** -***********/ - -general construction MassNoun - subcase of Noun - constructional - constraints - self.features.massOrPlural <-- "yes" - self.features.number <-- Sg - - -construction Juice - subcase of MassNoun - form - constraints - self.f.orth <-- "juice" - meaning - constraints - self.m.ontological-category <-- @juice - -construction Recession1 - subcase of MassNoun, CommonNoun - form - constraints - self.f.orth <-- "recession" - meaning - constraints - self.m.ontological-category <-- @recession - -construction Prosperity - subcase of MassNoun, CommonNoun - form - constraints - self.f.orth <-- "prosperity" - meaning - constraints - self.m.ontological-category <-- @prosperity - -construction Depression2 - subcase of MassNoun, CommonNoun - form - constraints - self.f.orth <-- "depression" - meaning - constraints - self.m.ontological-category <-- @depression diff --git a/compling.core/base2m/base2m-core/metaphor.grm b/compling.core/base2m/base2m-core/metaphor.grm deleted file mode 100644 index 6260434..0000000 --- a/compling.core/base2m/base2m-core/metaphor.grm +++ /dev/null @@ -1,268 +0,0 @@ -//////////////////////////////////////////////////////////////////////////////// -// -// metapthor.grm: A test for the new map primitive -// -//////////////////////////////////////////////////////////////////////////////// - - -// -// Some structures that are redefined wrt the ones in base2. The original ones -// (in the indicated files) are commented out. -// - - -// from frames.grm -// -schema Process - roles - protagonist: @concrete-entity - //protagonist: @entity - x-net: @process - - -// from imageschemas.grm -// -schema BoundedObject - subcase of BoundedRegion - roles - boundedObject: @concrete-entity - -// -// Auxiliaries -// -construction BePresentSing - subcase of BeAux, PresentTense, Singular - form - constraints - self.f.orth <-- "is" - - - - -construction Dire - subcase of Adj - form - constraints - self.f.orth <-- "dire" - meaning: ScalarModifier - constraints - self.m.scalarValue <-- "bad" - self.m.scale <-- "judgmentScale" - - -// Recession1, Depression2, Prosperity moved to massnouns.grm (nschneid) -// Recession2, Depression1 moved to singularnouns.grm (nschneid) - - - - - - -// -// Intitutions as Persons -// - - -schema InstitutionAsPersonPair - subcase of Pair - roles - first: @institution - second: @generic-person - - -map InstitutionAsPerson - subcase of Metaphor - roles - //target: Institution - //source: Person - target: RD - source: RD - // Let the Pair determine the exact types - institutionToPerson: InstitutionAsPersonPair - constraints - institutionToPerson.first <--> target.ontological-category - institutionToPerson.second <--> source.ontological-category - - -// XXX: These 3 are not used -/* -schema Institution - subcase of RD - constraints - self.ontological-category <-- @institution - - -schema Person - subcase of RD - constraints - self.ontological-category <-- @generic-person - - -schema NationState - subcase of Institution -*/ - - -// -// Metaphor proper -// - -schema Pair - roles - first - second - - -general map Metaphor - roles - target - source - -// -// States as Locations -// - -schema ConcreteSPG - subcase of SPG - roles - trajector: @concrete-entity - landmark: @concrete-entity - source: @concrete-entity - goal: @concrete-entity - - -schema AbstractSPG - subcase of SPG - roles - trajector: @abstract-entity - landmark: @abstract-entity - source: @abstract-entity - goal: @abstract-entity - - -schema StateAsLocationPair - subcase of Pair - roles - first: @state - second: @location - - -map StateAsLocation - subcase of Metaphor - roles - target: RD - source: RD - stateAsLocation: StateAsLocationPair - constraints - stateAsLocation.first <--> target.ontological-category - stateAsLocation.second <--> source.ontological-category - - -map DifficultyAsHole - subcase of StateAsLocation - constraints - stateAsLocation.first <-- @predicament - stateAsLocation.second <-- @generic-hole - // stateAsLocation.first <--> target.referent // Useless - - -schema Change - subcase of AbstractSPG - - -map ChangeAsMotion - subcase of Metaphor - roles - target: Change - source: MotionPath - stateAsLocation: StateAsLocationPair - institutionAsPerson: InstitutionAsPersonPair - constraints - stateAsLocation.first <--> target.goal - stateAsLocation.second <--> source.spg.goal - - institutionAsPerson.first <--> target.trajector - institutionAsPerson.second <--> source.mover - - -construction EventDescriptorActiveDeclarative - subcase of Declarative - constructional - constituents - fin: MetaphoricalActiveMotionPath1 - meaning // this is an ED - evokes InstitutionAsPerson as metaphor - //evokes Metaphor as metaphor - constraints - ignore subj.m.referent <--> self.m.profiledParticipant - ignore subj.m.ontological-category <-- @concrete-entity - subj.m.ontological-category <-- @abstract-entity - metaphor.target <--> subj.m - metaphor.source.referent <--> self.m.profiledParticipant - - -construction StateAsLocationPathPrepPhrase - subcase of PathPrepPhrase1 - meaning - //evokes DifficultyAsHole as stateAsLocation - evokes StateAsLocation as stateAsLocation - constraints - ignore self.m.landmark <--> np.m.referent - stateAsLocation.source.referent <--> self.m.landmark - stateAsLocation.target <--> np.m - //stateAsLocation.target.referent <--> np.m.referent - ignore np.m.ontological-category <-- @concrete-entity - np.m.ontological-category <-- @abstract-entity - - -// e.g. France walked into recession -// -construction MetaphoricalActiveMotionPath1 - subcase of ActiveMotionPath1 - constructional - constituents - pp: StateAsLocationPathPrepPhrase - meaning - evokes ChangeAsMotion as changeAsMotion - constraints - ignore pp.np.m.ontological-category <-- @concrete-entity - pp.np.m.ontological-category <-- @abstract-entity - changeAsMotion.source.mover <--> self.m.mover - changeAsMotion.target.goal <--> pp.np.m.referent - - -construction ON1 - subcase of LocativePreposition - form - constraints - self.f.orth <-- "on" - meaning: TrajectorLandmark - evokes BoundedObject as bo - constraints - self.m.landmark <--> bo.boundedObject - self.m.profiledArea <--> bo.boundary // surface - - -construction IN1 - subcase of LocativePreposition - form - constraints - self.f.orth <-- "in" - meaning: TrajectorLandmark - evokes BoundedObject as bo - constraints - self.m.landmark <--> bo.boundedObject - self.m.profiledArea <--> bo.interior // inside - - -construction INTO2 - subcase of PathPreposition - form - constraints - self.f.orth <-- "into" - meaning: ConcreteSPG - evokes BoundedObject as bo - constraints - self.m.landmark <--> bo.boundedObject - self.m.goal <--> bo.interior - self.m.source <--> bo.exterior diff --git a/compling.core/base2m/base2m-core/modification.grm b/compling.core/base2m/base2m-core/modification.grm deleted file mode 100644 index 4a93138..0000000 --- a/compling.core/base2m/base2m-core/modification.grm +++ /dev/null @@ -1,44 +0,0 @@ -/**** -*** -*** Modifier Schemas -*** -****/ - - -// A simple modifier schema which is the root of the modifier schema hierarchy - -schema Modifier - roles - modifiedEntity - -// A simple modifier schema for scalars like "big" or "red" - -schema ScalarModifier - subcase of Modifier - roles - scale - scalarValue - - -// A simple (atomic) attribute-filler modifier (e.g. someone's name) - -schema AttributeFiller - subcase of Modifier - roles - relationName - filler - - -// For noun noun compounds, we need a way to underspecify the -//relation between the two entities, so this one will leave the "relationName" role blank -//and just specify the two entities that are in relation two each other - -schema NounNounModifier - subcase of Modifier - roles - modifierEntity - - -// Of course, frame based modifiers will also have to be a subcase of Modifier, -// but I'm not sure how to proceed with them. - diff --git a/compling.core/base2m/base2m-core/morphschemas.dotgraph b/compling.core/base2m/base2m-core/morphschemas.dotgraph deleted file mode 100644 index ad8fe39..0000000 --- a/compling.core/base2m/base2m-core/morphschemas.dotgraph +++ /dev/null @@ -1,113 +0,0 @@ -digraph types { - size="11,8.5"; - node [fontname="Arial", fontcolor=black, color="#ffaaaa", fillcolor="#ffaaaa"]; - node [style="solid"]; - node [style="filled"]; - - MorphForm -> AffixForm - AffixForm -> SuffixForm - SilentE -> SuffixEForm - SuffixForm -> SuffixEForm - SuffixEForm -> PresentOnlyEInflectionForm - WLAffixForm -> WLSuffixForm - SuffixForm -> WLSuffixForm - SilentE -> WLSuffixEForm - WLSuffixForm -> WLSuffixEForm - WLSuffixForm -> WLAblautForm - SilentE -> WLAblautEForm - WLAblautForm -> WLAblautEForm - AffixForm -> WLAffixForm - WordForm -> WLAffixForm - MorphForm -> FinalY - MorphForm -> SilentE - MorphForm -> FinalSibilant - MorphForm -> WordForm - AgreementFeatures -> AgreementFeatureSet [label="features", style="dotted"] - AgreementFeatures -> NominalFeatures - NominalFeatures -> NominalFeatureSet [label="features", style="dotted"] - NominalFeatures -> NounMorphDescriptors [label="morph", style="dotted"] - AgreementFeatures -> VerbFeatures - VerbFeatures -> VerbFeatureSet [label="features", style="dotted"] - VerbFeatures -> AuxFeatures - AuxFeatures -> AuxFeatureSet [label="features", style="dotted"] - AgreementFeatureSet -> NumberFeature [label="number", style="dotted"] - AgreementFeatureSet -> PersonFeature [label="person", style="dotted"] - AgreementFeatureSet -> NotSg2OrPl - NotSg2OrPl -> NumberFeature [label="number", style="dotted"] - NotSg2OrPl -> PersonFeature [label="person", style="dotted"] - NotSg2OrPl -> Sg1 - NotSg3 -> Sg1 - Sg1 -> NumberFeature [label="number", style="dotted"] - Sg1 -> PersonFeature [label="person", style="dotted"] - VerbFeatureSet -> VerbSg1 - Sg1 -> VerbSg1 - VerbSg1 -> NumberFeature [label="number", style="dotted"] - VerbSg1 -> PersonFeature [label="person", style="dotted"] - NotSg2OrPl -> Sg3 - AgreementFeatureSet -> Sg3 - Sg3 -> NumberFeature [label="number", style="dotted"] - Sg3 -> PersonFeature [label="person", style="dotted"] - Sg3 -> VerbSg3 - VerbFeatureSet -> VerbSg3 - VerbSg3 -> NumberFeature [label="number", style="dotted"] - VerbSg3 -> PersonFeature [label="person", style="dotted"] - NotSg2OrPl -> VerbNotSg2OrPl - VerbFeatureSet -> VerbNotSg2OrPl - VerbNotSg2OrPl -> NumberFeature [label="number", style="dotted"] - VerbNotSg2OrPl -> PersonFeature [label="person", style="dotted"] - AgreementFeatureSet -> VerbFeatureSet - VerbFeatureSet -> NumberFeature [label="number", style="dotted"] - VerbFeatureSet -> PersonFeature [label="person", style="dotted"] - VerbFeatureSet -> VerbSg2OrPl - Sg2OrPl -> VerbSg2OrPl - VerbSg2OrPl -> NumberFeature [label="number", style="dotted"] - VerbSg2OrPl -> PersonFeature [label="person", style="dotted"] - VerbFeatureSet -> VerbPl1 - Pl1 -> VerbPl1 - VerbPl1 -> NumberFeature [label="number", style="dotted"] - VerbPl1 -> PersonFeature [label="person", style="dotted"] - Sg2 -> VerbSg2 - VerbFeatureSet -> VerbSg2 - VerbSg2 -> NumberFeature [label="number", style="dotted"] - VerbSg2 -> PersonFeature [label="person", style="dotted"] - VerbFeatureSet -> VerbNotSg3 - NotSg3 -> VerbNotSg3 - VerbNotSg3 -> NumberFeature [label="number", style="dotted"] - VerbNotSg3 -> PersonFeature [label="person", style="dotted"] - VerbFeatureSet -> AuxFeatureSet - AuxFeatureSet -> NumberFeature [label="number", style="dotted"] - AuxFeatureSet -> PersonFeature [label="person", style="dotted"] - VerbFeatureSet -> VerbPl3 - Pl3 -> VerbPl3 - VerbPl3 -> NumberFeature [label="number", style="dotted"] - VerbPl3 -> PersonFeature [label="person", style="dotted"] - VerbFeatureSet -> VerbPl2 - Pl2 -> VerbPl2 - VerbPl2 -> NumberFeature [label="number", style="dotted"] - VerbPl2 -> PersonFeature [label="person", style="dotted"] - AgreementFeatureSet -> NominalFeatureSet - NominalFeatureSet -> NumberFeature [label="number", style="dotted"] - NominalFeatureSet -> PersonFeature [label="person", style="dotted"] - AgreementFeatureSet -> NotSg3 - NotSg3 -> NumberFeature [label="number", style="dotted"] - NotSg3 -> PersonFeature [label="person", style="dotted"] - Sg2OrPl -> Sg2 - NotSg3 -> Sg2 - Sg2 -> NumberFeature [label="number", style="dotted"] - Sg2 -> PersonFeature [label="person", style="dotted"] - Sg2OrPl -> Pl2 - NotSg3 -> Pl2 - Pl2 -> NumberFeature [label="number", style="dotted"] - Pl2 -> PersonFeature [label="person", style="dotted"] - Sg2OrPl -> Pl1 - NotSg3 -> Pl1 - Pl1 -> NumberFeature [label="number", style="dotted"] - Pl1 -> PersonFeature [label="person", style="dotted"] - Sg2OrPl -> Pl3 - NotSg3 -> Pl3 - Pl3 -> NumberFeature [label="number", style="dotted"] - Pl3 -> PersonFeature [label="person", style="dotted"] - AgreementFeatureSet -> Sg2OrPl - Sg2OrPl -> NumberFeature [label="number", style="dotted"] - Sg2OrPl -> PersonFeature [label="person", style="dotted"] -} \ No newline at end of file diff --git a/compling.core/base2m/base2m-core/morphschemas.grm b/compling.core/base2m/base2m-core/morphschemas.grm deleted file mode 100644 index c166900..0000000 --- a/compling.core/base2m/base2m-core/morphschemas.grm +++ /dev/null @@ -1,94 +0,0 @@ -/******************** - Schemas for describing morphological constructions - ********************* - nschneid - 2009-05-13 -*/ - -schema MorphForm - roles - orth - -schema AffixForm - subcase of MorphForm - roles - stem - affix - -schema SuffixForm - subcase of AffixForm - roles - suffix - constraints - suffix <--> affix - -schema SuffixEForm subcase of SuffixForm, SilentEForm - -schema SilentEForm - subcase of MorphForm - roles - silentE - -schema FinalYForm - subcase of MorphForm - roles - finalY - -schema FinalSibilantForm - subcase of MorphForm - roles - finalSib - -schema WLSuffixEForm // e.g. 'mov{e(s),ing}/moved/moved' - subcase of WLSuffixForm, SilentEForm - -schema WLFinalSibilantForm - subcase of WLSuffixForm, FinalSibilantForm - -schema WLFinalYForm - subcase of WLSuffixForm, FinalYForm - -schema WLFinalSibilantFinalYForm - subcase of WLFinalSibilantForm, WLFinalYForm - -schema WLAblautForm // only mainV changes, e.g. 'ring{s,ing}/rang/rung'; 'know{s,ing}/knew/known' - subcase of WLSuffixForm - roles - initial - mainV - final - -schema WLAblautEForm // e.g. 'rid{e,ing}/rode/ridden', 'eat(ing)/ate/eaten', 'break(ing)/broke/broken', 'slid{e,ing}/slid/slid' - subcase of WLAblautForm, SilentEForm - roles - // initial; mainV; final; silentE; suffix - silentE - - - -// e.g. break/broke/broken, , ring/rang/rung, - -schema WLAffixForm - subcase of AffixForm, WordForm - -schema WLSuffixForm - subcase of SuffixForm, WLAffixForm - - - -schema MorphFeatures - roles - atWordLevel - -schema NounMorphDescriptors - roles - pluralType - - -schema VerbMorphDescriptors - roles - presType - pastType - pres3SgType - prespartType - pastpartType diff --git a/compling.core/base2m/base2m-core/morphschemas.pdf b/compling.core/base2m/base2m-core/morphschemas.pdf deleted file mode 100644 index 48ecb6c..0000000 Binary files a/compling.core/base2m/base2m-core/morphschemas.pdf and /dev/null differ diff --git a/compling.core/base2m/base2m-core/morphschemas_MorphForm.dotgraph b/compling.core/base2m/base2m-core/morphschemas_MorphForm.dotgraph deleted file mode 100644 index 9d8b4e9..0000000 --- a/compling.core/base2m/base2m-core/morphschemas_MorphForm.dotgraph +++ /dev/null @@ -1,32 +0,0 @@ -digraph types { - size="11,8.5"; - pad="0.2,0.0"; - node [fontname="Arial", fontcolor=black, color="#ffaaaa", fillcolor="#ffaaaa"]; - node [style="solid"]; - node [style="filled"]; - - MorphForm -> SilentEForm - SilentEForm -> WLAblautEForm - WLAblautForm -> WLAblautEForm - SilentEForm -> WLSuffixEForm - WLSuffixForm -> WLSuffixEForm - SilentEForm -> SuffixEForm - SuffixForm -> SuffixEForm - SuffixEForm -> PresentOnlyEInflectionForm - MorphForm -> WordForm - AffixForm -> WLAffixForm - WordForm -> WLAffixForm - WLAffixForm -> WLSuffixForm - SuffixForm -> WLSuffixForm - WLSuffixForm -> WLAblautForm - FinalSibilantForm -> WLFinalSibilantForm - WLSuffixForm -> WLFinalSibilantForm - WLFinalYForm -> WLFinalSibilantFinalYForm - WLFinalSibilantForm -> WLFinalSibilantFinalYForm - WLSuffixForm -> WLFinalYForm - FinalYForm -> WLFinalYForm - MorphForm -> FinalSibilantForm - MorphForm -> FinalYForm - MorphForm -> AffixForm - AffixForm -> SuffixForm -} diff --git a/compling.core/base2m/base2m-core/morphschemas_MorphForm.pdf b/compling.core/base2m/base2m-core/morphschemas_MorphForm.pdf deleted file mode 100644 index 89ef130..0000000 Binary files a/compling.core/base2m/base2m-core/morphschemas_MorphForm.pdf and /dev/null differ diff --git a/compling.core/base2m/base2m-core/np.grm b/compling.core/base2m/base2m-core/np.grm deleted file mode 100644 index 8b7c8c6..0000000 --- a/compling.core/base2m/base2m-core/np.grm +++ /dev/null @@ -1,167 +0,0 @@ -/******************************************************************************* - np.grm - -This file contains (possible) constructions for kernel noun phrases. - -The assumption is that each NP has an RD structure as its meaning. -This implies that proper nouns, pronouns, and mass/plural nouns make -RD their meaning. For sake of uniformity, I also assume that common -count nouns (which are not NPs) also denote an RD. - -Semantically, adjectives, noun modifiers and post-nominal modifiers form a constellation -of modifiers around the primary RD for the NP. Each modifier binds the -referent role of the entity that it's modifying to its modifiedEntity role. - - -Additionally, the givenness role should be inspected and evaluated for the -different types of NPs, and this file has "?" when I didn't know what value to -assign a role. - -*******************************************************************************/ - - -/*** - *** - *** The root constructions of the NP, Noun and Nominal hierarchy - *** - ***/ - -general construction NP - subcase of HasNominalFeatures //, RootType - meaning: RD - -general construction Nominal //This is the root of nouns and noun noun compounds - subcase of HasNominalFeatures - meaning: RD - -general construction Noun - subcase of Word, Nominal - -general construction CommonNoun // nschneid - subcase of Noun - -/*** - *** - *** Combining Adjectives and Nouns - *** - ***/ - - -// Note that Kernel is NOT an NP -// it is general because we need a supertype to cover the bracketed phrases in -// 'the [big table]' and 'the [big table and leather chair]' -// -general construction Kernel - subcase of HasNominalFeatures - meaning: RD - - -construction SimpleKernel - subcase of Kernel - constructional - constituents - optional ap: AdjectivalPhrase - n: Nominal - constraints - self.features <--> n.features - form - constraints - ap.f meets n.f - meaning - constraints - self.m <--> n.m - self.m.referent <--> ap.m.modifiedEntity - - -general construction SpecifierPlusKernel - subcase of NP - constructional - constituents - s: NPSpecifier - k: Kernel - constraints - self.features <--> k.features - self.features <--> s.features - form - constraints - s.f meets k.f - meaning - constraints - self.m <--> k.m - self.m <--> s.m - - -construction DeterminerPlusKernel - subcase of SpecifierPlusKernel - constructional - constituents - s: Determiner - - -// I separated PossessivePronounPlusKernel because the likelihood of omitting -// the kernel is nonzero with possessive pronouns (e.g. 'I want the'* vs. 'I -// want his') - -construction PossessivePronounPlusKernel - subcase of SpecifierPlusKernel - constructional - constituents - s: PossessivePronoun - k: Kernel // Here is where we would specify the higher likelihood of an - // omitted kernel given a PossPronoun - - -construction UndeterminedNP - subcase of NP, SimpleKernel - constructional - constraints - n.features.massOrPlural <-- "yes" - meaning - constraints - self.m.givenness <-- "type-identifiable" // Michael - - -/*** - *** Building Noun Noun Compounds - *** Note that this construction allows for both left and right branching. - *** - *** One way to extend this would be to make this construction general, - *** and then make subcases of it for the productive kinds of noun-noun - *** modification and the lexicalized noun-noun compound - *** - ***/ - -construction NounNounCompound - subcase of Nominal - constructional - constituents - mod: Nominal - head: Nominal - constraints - self.features <--> head.features - form - constraints - mod.f meets head.f - meaning - evokes NounNounModifier as nnm - constraints - self.m <--> head.m - nnm.modifiedEntity <--> head.m.referent - nnm.modifierEntity <--> mod.m.referent - - -/*** - *** WH NPs can be be wh pronouns or NPs in which 'which' and 'what' are the - *** specifiers - *** - ***/ - -general construction WH-NP - subcase of NP - - -construction WhSpecifierPlusKernel - subcase of SpecifierPlusKernel, WH-NP - constructional - constituents - s:WH-Specifier diff --git a/compling.core/base2m/base2m-core/ontology.ont b/compling.core/base2m/base2m-core/ontology.ont deleted file mode 100644 index 6d42f89..0000000 --- a/compling.core/base2m/base2m-core/ontology.ont +++ /dev/null @@ -1,148 +0,0 @@ -// -// ontology.ont -// - -DEFS: - -(type entity) - -(type concrete-entity sub entity) - -(type instrument sub concrete-entity) - -(type animate sub concrete-entity) - -(type generic-person sub animate) - -(type male-person sub generic-person) - -(type female-person sub generic-person) - -(type señor sub male-person) - -(type niña sub female-person) - -(type hand sub instrument) - -(type hammer sub instrument) - -(type table sub concrete-entity) - -(type territory sub concrete-entity region) - -(type location sub concrete-entity region) - -(type room sub concrete-entity region) - -(type house sub concrete-entity region) - -(type box sub concrete-entity region) - -(type cake sub concrete-entity) - -(type apple sub concrete-entity) - -(type hospital sub concrete-entity) - -(type tree sub concrete-entity) - -(type juice sub concrete-entity) - -(type berry sub concrete-entity) - -//================== - -(type region sub concrete-entity) - -(type generic-hole sub location) - -(type closedCurve sub region) - -// -// Abstract stuff -// - -(type abstract-entity sub entity) - -(type state sub abstract-entity) - -(type predicament sub abstract-entity state) - -(type length sub abstract-entity) - -//(type difficulty sub predicament state) - -(type economic-condition sub state) - -(type disorder sub state) - -(type depression sub disorder) - -(type recession sub economic-condition predicament) - -(type prosperity sub economic-condition ) - -(type institution sub abstract-entity) - -(type nation sub institution) - -(type france sub nation) - -(type germany sub nation) - -(type concept sub abstract-entity) - -(type time sub abstract-entity) - -(type now sub time) - -(type time-delta sub time) - -(type year sub time-delta) - -(type number sub concept) - -// -// -// - -(type process) - -(type complexxnet sub process) - -(type routine sub process) - -(type motion sub process) - -(type effectormotion sub complexxnet) - -(type forceapplication sub routine) - -(type forcefulmotionaction sub complexxnet) - -(type agentiveimpactaction sub forcefulmotionaction) - -(type causeeffect sub complexxnet) - -(type slap sub agentiveimpactaction) - -(type hit sub agentiveimpactaction) - -(type slide sub motion) - -(type walk sub motion) - -(type objecttransfer sub complexxnet) - -(type releasehold sub forceapplication) - -(type establishhold sub forceapplication) - -(type throw sub complexxnet) - -(type give sub objecttransfer) - -(type bake sub process) - -INSTS: - diff --git a/compling.core/base2m/base2m-core/pluralnouns.grm b/compling.core/base2m/base2m-core/pluralnouns.grm deleted file mode 100644 index 06aa8dc..0000000 --- a/compling.core/base2m/base2m-core/pluralnouns.grm +++ /dev/null @@ -1,25 +0,0 @@ -/********** -*** -*** Plural Nouns -*** -***********/ -/* -general construction PluralNoun - subcase of Noun, Plural - constructional - constraints - self.features.massOrPlural <-- "yes" - meaning - constraints - self.m.number <-- ">1" - - -construction Apples - subcase of PluralNoun - form - constraints - self.f.orth <-- "apples" - meaning - constraints - self.m.ontological-category <-- @apple -*/ \ No newline at end of file diff --git a/compling.core/base2m/base2m-core/pp.grm b/compling.core/base2m/base2m-core/pp.grm deleted file mode 100644 index 98a9c7f..0000000 --- a/compling.core/base2m/base2m-core/pp.grm +++ /dev/null @@ -1,47 +0,0 @@ - - -general construction Spatial-PP - subcase of RootType - constructional - constituents - prep: SpatialPreposition - np: NP - form - constraints - prep.f before np.f - meaning: TrajectorLandmark - constraints - self.m <--> prep.m - self.m.landmark <--> np.m.referent - np.m.ontological-category <-- @concrete-entity - - -construction PathPrepPhrase1 // central case - subcase of Spatial-PP - constructional - constituents - prep: PathPreposition // e.g. into, to, from - meaning: SPG - - -construction PathPrepPhrase2 // extension for locative preps - subcase of Spatial-PP - constructional - constituents - prep: LocativePreposition // e.g. in, inside, on, under - meaning: SPG - constraints - self.m.goal <--> prep.m.profiledArea - - -construction ByPhrase - constructional - constituents - by: BY - np: NP - form - constraints - by.f meets np.f - meaning:TrajectorLandmark - constraints - np.m.referent <--> self.m.landmark diff --git a/compling.core/base2m/base2m-core/prep.grm b/compling.core/base2m/base2m-core/prep.grm deleted file mode 100644 index 6766cab..0000000 --- a/compling.core/base2m/base2m-core/prep.grm +++ /dev/null @@ -1,76 +0,0 @@ -general construction SpatialPreposition - subcase of Word - meaning: TrajectorLandmark - - -general construction PathPreposition - subcase of SpatialPreposition - meaning: SPG - - -general construction LocativePreposition - subcase of SpatialPreposition - - -construction TO1 - subcase of PathPreposition - form - constraints - self.f.orth <-- "to" - meaning: SPG - constraints - self.m.landmark <--> self.m.goal - -/* -construction INTO1 - subcase of PathPreposition - form - constraints - self.f.orth <-- "into" - meaning: SPG - evokes BoundedObject as bo - constraints - self.m.landmark <--> bo.boundedObject - self.m.goal <--> bo.interior - self.m.source <--> bo.exterior - - -construction ON1 - subcase of LocativePreposition - form - constraints - self.f.orth <-- "on" - meaning: TrajectorLandmark - evokes BoundedObject as bo - constraints - self.m.profiledArea <--> bo.boundary // surface - self.m.landmark <--> bo.boundedObject -*/ - -construction AT1 - subcase of LocativePreposition - form - constraints - self.f.orth <-- "at" - meaning: TrajectorLandmark - evokes Proximity as p - constraints - self.m.profiledArea <--> p.proximalArea - self.m.landmark <--> p.center - - -construction BY - subcase of LocativePreposition - form - constraints - self.f.orth <-- "by" - meaning: TrajectorLandmark - -construction TO-Infinitive-Marker - subcase of Word - constructional: VerbFeatures // nschneid - constraints - self.features.verbform <-- Infinitive // nschneid - form - constraints - self.f.orth <-- "to" diff --git a/compling.core/base2m/base2m-core/pronoun.grm b/compling.core/base2m/base2m-core/pronoun.grm deleted file mode 100644 index d519a39..0000000 --- a/compling.core/base2m/base2m-core/pronoun.grm +++ /dev/null @@ -1,98 +0,0 @@ -/********* -*** -*** Pronouns -*** -*********/ - -general construction Pronoun - subcase of NP, Word - constructional - constraints - self.features.massOrPlural <-- "no" - meaning - constraints - self.m.givenness <-- "in-focus" - - -construction He - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "he" - meaning - constraints - self.m.ontological-category <-- @male-person - self.m.number <-- "1" - - -construction HimDat - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "dat" - form - constraints - self.f.orth <-- "him" - meaning - constraints - self.m.ontological-category <-- @male-person - self.m.number <-- "1" - - -construction HimAcc - subcase of Pronoun, Singular - constructional - constraints - self.features.case <-- "acc" - form - constraints - self.f.orth <-- "him" - meaning - constraints - self.m.ontological-category <-- @male-person - self.m.number <-- "1" - - -construction She - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "she" - meaning - constraints - self.m.ontological-category <-- @female-person - self.m.number <-- "1" - - -construction HerDat - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "dat" - form - constraints - self.f.orth <-- "her" - meaning - constraints - self.m.ontological-category <-- @female-person - self.m.number <-- "1" - - -construction HerAcc - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "acc" - form - constraints - self.f.orth <-- "her" - meaning - constraints - self.m.ontological-category <-- @female-person - self.m.number <-- "1" diff --git a/compling.core/base2m/base2m-core/proper-noun.grm b/compling.core/base2m/base2m-core/proper-noun.grm deleted file mode 100644 index 39653be..0000000 --- a/compling.core/base2m/base2m-core/proper-noun.grm +++ /dev/null @@ -1,34 +0,0 @@ -// -// Proper nouns. -// - -/* -general construction ProperNounNP - subcase of NP, Word - - -construction JOHN - subcase of ProperNounNP - constructional - constraints - self.features.number <-- "sg" - form - constraints - self.f.orth <-- "John" - meaning - constraints - self.m.ontological-category <-- @maleAnimate - - -construction LAURA - subcase of ProperNounNP - constructional - constraints - self.features.number <-- "sg" - form - constraints - self.f.orth <-- "Laura" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate -*/ \ No newline at end of file diff --git a/compling.core/base2m/base2m-core/propernouns.grm b/compling.core/base2m/base2m-core/propernouns.grm deleted file mode 100644 index c41c524..0000000 --- a/compling.core/base2m/base2m-core/propernouns.grm +++ /dev/null @@ -1,57 +0,0 @@ -// -// Proper nouns -// - -general construction ProperNoun - subcase of NP, Word, Singular - - -general construction ProperMaleNoun - subcase of ProperNoun - meaning - constraints - self.m.ontological-category <-- @male-person - - -general construction ProperFemaleNoun - subcase of ProperNoun - meaning - constraints - self.m.ontological-category <-- @female-person - - -construction John - subcase of ProperMaleNoun - form - constraints - self.f.orth <-- "John" - - -construction Laura - subcase of ProperFemaleNoun - form - constraints - self.f.orth <-- "Laura" - -// -// Other lexical items -// - -construction France - subcase of ProperNoun - form - constraints - self.f.orth <-- "France" - meaning - constraints - self.m.ontological-category <-- @france - - -construction Germany - subcase of ProperNoun - form - constraints - self.f.orth <-- "Germany" - meaning - constraints - self.m.ontological-category <-- @germany diff --git a/compling.core/base2m/base2m-core/root.grm b/compling.core/base2m/base2m-core/root.grm deleted file mode 100644 index 4cfedba..0000000 --- a/compling.core/base2m/base2m-core/root.grm +++ /dev/null @@ -1,71 +0,0 @@ -construction ROOT - constructional - constituents - rootconstituent: RootType - meaning - constraints - self.m <--> rootconstituent.m - - -general construction RootType - - -construction UnknownWord - subcase of Word, RootType - form - constraints - self.f.orth <-- "UNKNOWN-ITEM" - - -general construction HasAgreementFeatures - constructional: AgreementFeatures - - -general construction HasVerbFeatures - subcase of HasAgreementFeatures - constructional: VerbFeatures - - -general construction HasNominalFeatures - subcase of HasAgreementFeatures - constructional: NominalFeatures - - -general construction Singular - subcase of HasAgreementFeatures - constructional - constraints - self.features.number <-- Sg - -general construction Plural - subcase of HasAgreementFeatures - constructional - constraints - self.features.number <-- Pl - - -general construction FirstPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- Person1 - -general construction SecondPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- Person2 - -general construction ThirdPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- Person3 - - -general construction Word - subcase of WLMorph //, RootType - form : WordForm - - - diff --git a/compling.core/base2m/base2m-core/schemas-institutionalize.grm b/compling.core/base2m/base2m-core/schemas-institutionalize.grm deleted file mode 100644 index 15c190c..0000000 --- a/compling.core/base2m/base2m-core/schemas-institutionalize.grm +++ /dev/null @@ -1,28 +0,0 @@ -/********************* - Schemas for the Institutionalization frame - ********************* - nschneid - 2009-05-13 -*/ - -// Adapted from FrameNet: http://framenet.icsi.berkeley.edu/index.php?option=com_wrapper&Itemid=118&frame=Institutionalization - -/* -A Patient is commited to the care of a medical Facility by a proper Authority. -Regardless of whether the Patient agrees or does not agree with their placement in the Facility, -the Authority judges that it is in the best interest of the Patient or his environment that -the Patient receive treatment in the Facility. -*/ - - -schema Institutionalization - subcase of CauseMotionPathAction - roles - authority: @animate // The Authority is the actor carrying out the institutionalization with proper legal authorization, either invested into them in general by the government or granted due to power of attorney over the Patient. - facility: @entity // The facility where the Patient is taken for treatment. - patient: @animate // The person who is committed to a facility with a view towards helping them mentally or physically. - affliction // The condition exhibited by the Patient, which is deemed to merit institutionalization by the Authority. - constraints - causer <--> authority - affected <--> patient - process2.spg.goal <--> facility diff --git a/compling.core/base2m/base2m-core/schemas-legality.grm b/compling.core/base2m/base2m-core/schemas-legality.grm deleted file mode 100644 index ab8d15c..0000000 --- a/compling.core/base2m/base2m-core/schemas-legality.grm +++ /dev/null @@ -1,95 +0,0 @@ -/********************* - Schemas for the Legality frame - ********************* - nschneid - 2009-05-12 -*/ - -// Adapted from FrameNet: http://framenet.icsi.berkeley.edu/index.php?option=com_wrapper&Itemid=118&frame=Legality - -// The main frame: positive or negative legality - -schema Legality - roles - entity - code // The Code is the set of rules, laws or regulations that determine whether the Action is allowed or prohibited. - islegal // "yes" (for legality) or "no" (for illegality) - -schema ObjectLegality - subcase of Legality - roles - object: @entity // The Object complies with or violates the Code by virtue of its existence, location or possession. - -schema ActionLegality - subcase of Legality - roles - action: Process // The Action is the behavior which complies with or violates the Code. - -// Modifiers - -// Legal - -schema Legal - subcase of Modifier, Legality - constraints - islegal <-- "yes" - // self << modifiedEntity // some role of Legality is filled by modifiedEntry: action ('legal action') or object ('legal drug'). Cannot be the code; 'legal document/requirement' is a different sense of 'legal' - -schema LegalObject - subcase of Legal, ObjectLegality - constraints - object <--> modifiedEntity - -schema LegalAction - subcase of Legal, ActionLegality - constraints - action <--> modifiedEntity - -// Illegal - -schema Illegal - subcase of Modifier, Legality - constraints - islegal <-- "no" - // self << modifiedEntity // some role of Legality is filled by modifiedEntry: action ('illegal action') or object ('illegal drug'). Cannot be the code (*'illegal code'). - -schema IllegalObject - subcase of Illegal, ObjectLegality - constraints - object <--> modifiedEntity - -schema IllegalAction - subcase of Illegal, ActionLegality - constraints - action <--> modifiedEntity - -// Verb: Legalize (use productive -ize suffix instead) -/* -schema Legalize - subcase of CauseStateChange - evokes Illegal as illeg - evokes Legal as leg - constraints - process2.initialState <--> illeg - process2.finalState <--> leg - -schema LegalizeObject - subcase of Legalize - evokes IllegalObject as oilleg - evokes LegalObject as oleg - constraints - illeg <--> oilleg - leg <--> oleg - oilleg.object <--> affected - oleg.object <--> affected - -schema LegalizeAction - subcase of Legalize - evokes IllegalAction as ailleg - evokes LegalAction as aleg - constraints - illeg <--> ailleg - leg <--> aleg - ailleg.action <--> affected - aleg.action <--> affected -*/ diff --git a/compling.core/base2m/base2m-core/sentence.grm b/compling.core/base2m/base2m-core/sentence.grm deleted file mode 100644 index cee2b0c..0000000 --- a/compling.core/base2m/base2m-core/sentence.grm +++ /dev/null @@ -1,115 +0,0 @@ -// -// sentence.grm -// - - -// The general cxn S is the root of most (all?) speech acts -// -general construction S - subcase of RootType - constructional: SentenceFeatures - meaning: EventDescriptor - - -// This general cxn does the agreement between subj and verb -// -general construction S-With-Subj - subcase of S - constructional - constituents - subj: NP - fin: HasVerbFeatures - constraints - fin.features.verbform <-- Finite - subj.features.person <--> fin.features.person - subj.features.number <--> fin.features.number - subj.features.case <-- "nom" - meaning - constraints - subj.m.ontological-category <-- @concrete-entity - subj.m.referent <--> self.m.profiledParticipant - - -construction Declarative - subcase of S-With-Subj - constructional - constituents - fin: VP - optional delim: Period - constraints - self.features.mood <-- "Declarative" - form - constraints - subj.f before fin.f - fin.f before delim.f - meaning - constraints - self.m <--> fin.ed - - -construction SubjWH-Question - subcase of S-With-Subj - constructional - constituents - subj: WH-NP - fin: VP - delim: QuestionMark - constraints - self.features.mood <-- "WH-Question" - form - constraints - subj.f before fin.f - fin.f before delim.f - meaning - constraints - self.m <--> fin.ed - - -// This general cxn licenses "he is walking" -// where "he" is the subj, "is" is the finite aux, -// and "walking" is the nonfinite argument structure - -general construction S-With-Aux-Inversion - subcase of S-With-Subj - constructional - constituents - fin: Aux - vp: VP - constraints - fin.features.expectedVerbForm <--> vp.features.verbform - form - constraints - fin.f meets subj.f - subj.f before vp.f - meaning - constraints - vp.ed <--> self.m - - -construction Yes-No-Question - subcase of S-With-Aux-Inversion - constructional - constituents - delim: QuestionMark - constraints - self.features.mood <-- "YN-Question" - form - constraints - vp.f before delim.f - // semantic stuff has to happen for questions, but I don't know what. - - -construction Fronted-WH-Question - subcase of Yes-No-Question - constructional - constituents - extraposed qnp: WH-NP - constraints - ignore self.features.mood <-- "YN-Question" - self.features.mood <-- "WH-Question" - form - constraints - qnp.f meets fin.f - // semantic stuff has to happen for questions, but I don't know what. - - diff --git a/compling.core/base2m/base2m-core/situation.grm b/compling.core/base2m/base2m-core/situation.grm deleted file mode 100644 index 39435c2..0000000 --- a/compling.core/base2m/base2m-core/situation.grm +++ /dev/null @@ -1,480 +0,0 @@ -// -// situation.grm: Situation stuff -// - - -// -// Lexical definitions -// - - -construction This - subcase of Determiner - form - constraints - self.f.orth <-- "this" - - -// -// Clauses and other stuff -// - - -schema PunctuationForm - roles - orth - - -general construction Punctuation - form: PunctuationForm - - -construction Comma - subcase of Punctuation // XXX: Not a word - form - constraints - self.f.orth <-- "," - - -construction Period - subcase of Punctuation // XXX: Not a word - form - constraints - self.f.orth <-- "." - - -construction QuestionMark - subcase of Punctuation // XXX: Not a word - form - constraints - self.f.orth <-- "?" - - -/* -general construction Clause - subcase of RootType - meaning: EventDescriptor - - -// from sentence.grm -general construction S - subcase of Clause - constructional: SentenceFeatures - - -general construction Subordinate - subcase of RootType - meaning: Modifier - - -general construction ComplexS - subcase of S - constructional - constituents - subordinate: Subordinate - optional comma: Comma - main: Clause - form - constraints - subordinate.f before comma.f - comma.f before main.f - meaning - constraints - subordinate.m.modifiedEntity <--> main.m - self.m <--> main.m - - -general construction Phrase - subcase of RootType - - -construction MultiClause - subcase of RootType - constructional - constituents - phrase: Phrase - optional comma: Comma - predication: Declarative // ??? - form - constraints - clause.f before comma.f - comma.f before predication.f - meaning: EventDescriptor - evokes Discourse_Segment as DS - constraints - self.m <--> predication.m - self.m <--> clause.m - DS.sit-space <--> clause.DS.sit-space - DS.sit-space <--> predication.DS.sit-space -*/ - -/* - general construction TimeNoun - subcase of Noun - - -general construction TemporalSpecifier - subcase of NP - constructional - constituents - spec: NPSpecifier - n: TimeNoun - meaning: RD - constraints - self.m.ontological-category <--> n.m - self.m.referent <--> n.m - - -construction TemporalPhrase - subcase of RootType - constructional - constituents - spec: TemporalSpecifier - adj: TemporalAdverb - form - constraints - spec.f before adj.f - meaning: EventDescriptor - evokes Discourse_Segment as DS - evokes TemporalSpace as past - constraints - spec.m <--> adj.m - //DS.speech_act <--> self.m.speechAct - // Focus shifts: - // o First, set the current space's parent - // to the current focus... - //DS.sit-space.parent <-- focus - // o then, shift focus to the evoked past space. - //focus <-- past - // o and finally unify the current space - //DS.sit-space <-- past - DS.sit-space <--> past - -*/ - -// Replaces the ED in grammaticalschemas.grm -// -schema EventDescriptor - roles - eventType: Process - host: SituationRoot - profiledProcess: Process - profiledParticipant - profiledState - - -schema CardinalModifier - subcase of ScalarModifier - constraints - scale <-- "quantity" - - -general construction Cardinal - subcase of Word, HasAgreementFeatures - meaning: CardinalModifier - - -construction One - subcase of Cardinal, Singular - form - constraints - self.f.orth <-- "one" - meaning - constraints - self.m.scalarValue <-- "1" - - - -construction Ten - subcase of Cardinal, Plural - form - constraints - self.f.orth <-- "ten" - meaning - constraints - self.m.scalarValue <-- "10" - -// Year moved to singularnouns.grm (nschneid) - - -construction Years - subcase of CommonNoun - constructional - constraints - features.number <-- Pl3 - features.massOrPlural <-- "yes" - form - constraints - self.f.orth <-- "years" - meaning - constraints - self.m.ontological-category <-- @year - - -schema SpatialModifier - subcase of Modifier - - -schema TemporalModifier - subcase of Modifier - roles - profiledInterval // one of "present", "past", "future" - timeDelta - - -general construction ModifierPhrase - subcase of RootType - meaning: Modifier - - -general construction TemporalPhrase - subcase of ModifierPhrase - meaning: TemporalModifier - - -// Optional NP -construction TemporalPhrase1 - subcase of TemporalPhrase - constructional - constituents - optional np: NP - so: SpecOptional - form - constraints - np.f meets so.f - meaning: TemporalModifier - constraints - self.m <--> so.m - - -construction TemporalPhrase2 - subcase of TemporalPhrase - constructional - constituents - np: NP - sr: SpecRequired - form - constraints - np.f meets sr.f - meaning: TemporalModifier - constraints - self.m <--> sr.m - - -general construction SpecRequired - - -general construction SpecOptional - - -general construction TemporalAdverb - subcase of TemporalPhrase, Word - - -construction Ago1 - subcase of SpecRequired, TemporalAdverb - form - constraints - self.f.orth <-- "ago" - meaning - constraints - self.m.profiledInterval <-- "past" - //self.m.landmark <-- @now - - -construction CardinalPhrase - subcase of HasAgreementFeatures - constructional - constituents - ca: Cardinal - constraints - ca.features <--> self.features - meaning: CardinalModifier - constraints - ca.m <--> self.m - - -construction QuantifiedKernel - subcase of Kernel - constructional - constituents - cp: CardinalPhrase - sk: SimpleKernel - constraints - self.features <--> cp.features - self.features <--> sk.features - form - constraints - cp.f meets sk.f - meaning - constraints - cp.m.modifiedEntity <--> sk.m.referent - self.m <--> sk.m - - -construction QuantifiedNP - subcase of NP, QuantifiedKernel - constructional - constituents - sk: UndeterminedNP - constraints - sk.n.features.massOrPlural <-- "yes" - meaning - constraints - self.m.givenness <-- "type-identifiable" // Michael - - -// -// Sentence -// - - -general construction ModifiedS // also space, books, etc. - subcase of S - constructional - constituents - p: ModifierPhrase // possibly also comma - s: S - //delim: Punctuation - constraints - //self.delim <--> s.delim - meaning - constraints - self.m <--> s.m - p.m.modifiedEntity <--> self.m.profiledProcess.x-net - - -general construction TemporallyModifiedS - subcase of ModifiedS - constructional - constituents - p: TemporalPhrase // possibly also comma - meaning - evokes TemporalSpace as timeSpace - constraints - timeSpace.timeDelta <--> p.m.timeDelta - self.m.host <--> timeSpace - - -construction PreTemporallyModifiedS - subcase of TemporallyModifiedS - constructional - constituents - optional c: Comma - form - constraints - p.f before s.f - p.f before c.f - c.f before s.f - //s.f before delim.f - - -construction PostTemporallyModifiedS - subcase of TemporallyModifiedS - form - constraints - s.f before p.f - //p.f before delim.f - - -/* -construction TemporalPhrase2 - -general construction TemporalModifier - subcase of TemporalPhrase - -construction PP1 - subcase of SpecOptional, - -general construction Prep - - -construction PrepPlusSpecifier - subcase of PrepKernel - constructional - constituents - np: NP - tp: SpecRequired - - -construction PrepKernel - subcase of ModifierPhrase - constructional - constituents - optional np: NP - tp: TemporalPhrase - form - constraints - np.f meets tp.f - meaning: TemporalModifier - constraints - self.m <--> tp.m - - -construction QuantifiedNP - subcase of Kernel, RootType - constructional - constituents - cp: CardinalPhrase - np: NP - constraints - self.features <--> cp.features - self.features <--> np.features - form - constraints - cp.f meets np.f - meaning - constraints - cp.m.modifiedEntity <--> np.m.referent - self.m <--> np.m - - -*/ - - -// -// Situations -// - - -situation SituationRoot - roles - base: SituationRoot - parent: SituationRoot - - -situation BaseSpace - subcase of SituationRoot - - -situation SimSpace - subcase of SituationRoot - - -situation TemporalSpace - subcase of SimSpace - roles - timeDelta: @time-delta - - -schema Speech_Act - roles - speaker: @generic-person - addressee: @generic-person - content: EventDescriptor - //forcefulness: @forcefulness - - -schema Discourse_Segment - roles - speaker: @generic-person - addressee: @generic-person - attentional_focus - speech_act: Speech_Act - host: SituationRoot - constraints - speaker <--> speech_act.speaker - addressee <--> speech_act.addressee - //sit-space <-- BaseSpace - - diff --git a/compling.core/base2m/base2m-core/specifiers.grm b/compling.core/base2m/base2m-core/specifiers.grm deleted file mode 100644 index a3177ec..0000000 --- a/compling.core/base2m/base2m-core/specifiers.grm +++ /dev/null @@ -1,103 +0,0 @@ -/* - * Specifiers (Determiners, Possessive Pronouns, wh-words) - * - */ - -general construction NPSpecifier - subcase of Word, HasNominalFeatures - meaning: RD - - -general construction Determiner - subcase of NPSpecifier - - -construction The - subcase of Determiner - form - constraints - self.f.orth <-- "the" - meaning - constraints - self.m.givenness <-- "uniquely-identifiable" - - -construction A - subcase of Determiner, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "a" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.number <-- "1" - - -construction An - subcase of Determiner, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "an" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.number <-- "1" - - -general construction PossessivePronoun - subcase of Word, NPSpecifier - meaning - evokes Possession as possession - evokes RD as possessor - constraints - self.m.referent <--> possession.possessed - possessor.referent <--> possession.possessor - possessor.givenness <-- "in-focus" - - -construction His - subcase of PossessivePronoun - form - constraints - self.f.orth <-- "his" - meaning - constraints - possessor.ontological-category <-- @male-person - - -construction HerPoss - subcase of PossessivePronoun - form - constraints - self.f.orth <-- "her" - meaning - constraints - possessor.ontological-category <-- @female-person - - -general construction WH-Specifier - subcase of NPSpecifier - -construction What - subcase of WH-Specifier, WH-NP - form - constraints - self.f.orth <-- "what" - meaning - constraints - self.m.givenness <-- "???" - -construction Which - subcase of WH-Specifier, WH-NP - form - constraints - self.f.orth <-- "which" - meaning - constraints - self.m.givenness <-- "???" diff --git a/compling.core/base2m/base2m-core/temporal.grm b/compling.core/base2m/base2m-core/temporal.grm deleted file mode 100644 index 4a6d238..0000000 --- a/compling.core/base2m/base2m-core/temporal.grm +++ /dev/null @@ -1,14 +0,0 @@ -/********************* - Schemas for the temporal relations - ********************* - nschneid - 2009-05-12 -*/ - -schema TemporalRelation - -schema TemporalOrdering - subcase of TemporalRelation - roles - earlier - later diff --git a/compling.core/base2m/base2m-core/verb.grm b/compling.core/base2m/base2m-core/verb.grm deleted file mode 100644 index d7347e1..0000000 --- a/compling.core/base2m/base2m-core/verb.grm +++ /dev/null @@ -1,79 +0,0 @@ -//******** Verb Form Schemas - -schema FiniteOrNonFinite - -schema Finite subcase of FiniteOrNonFinite - -schema NonFinite subcase of FiniteOrNonFinite - -schema Participle subcase of NonFinite - -schema Base subcase of NonFinite - -schema Infinitive subcase of NonFinite - -schema PresentParticiple subcase of Participle - -schema PastParticiple subcase of Participle - -schema Past subcase of Finite - -schema Present subcase of Finite - - - -//************ General Verb constructions - -general construction Verb - subcase of WLMorph, HasVerbFeatures - meaning: Process - -general construction SuffixingVerb - subcase of Verb - form: WLSuffixForm - -general construction PastTense - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- Past - //can put stuff about an action wrt speech time here - -general construction PresentTense - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- Present - //can put stuff about an action wrt speech time here - -general construction VerbalBase - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- Base - -general construction PresentPart - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- PresentParticiple - -general construction PastPart - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- PastParticiple - -general construction AbstractPastVerb - subcase of Verb, PastTense - - - - - - - - - - - diff --git a/compling.core/base2m/base2m-core/verb_FiniteOrNonFinite.dotgraph b/compling.core/base2m/base2m-core/verb_FiniteOrNonFinite.dotgraph deleted file mode 100644 index 24981a5..0000000 --- a/compling.core/base2m/base2m-core/verb_FiniteOrNonFinite.dotgraph +++ /dev/null @@ -1,16 +0,0 @@ -digraph types { - size="11,8.5"; - node [fontname="Arial", fontcolor=black, color="#ffaaaa", fillcolor="#ffaaaa"]; - node [style="solid"]; - node [style="filled"]; - - FiniteOrNonFinite -> Finite - Finite -> Past - Finite -> Present - FiniteOrNonFinite -> NonFinite - NonFinite -> Infinitive - NonFinite -> Participle - Participle -> PastParticiple - Participle -> PresentParticiple - NonFinite -> Base -} \ No newline at end of file diff --git a/compling.core/base2m/base2m-core/verb_FiniteOrNonFinite.pdf b/compling.core/base2m/base2m-core/verb_FiniteOrNonFinite.pdf deleted file mode 100644 index 533cd77..0000000 Binary files a/compling.core/base2m/base2m-core/verb_FiniteOrNonFinite.pdf and /dev/null differ diff --git a/compling.core/base2m/base2m-core/vp.grm b/compling.core/base2m/base2m-core/vp.grm deleted file mode 100644 index 8bb0ec6..0000000 --- a/compling.core/base2m/base2m-core/vp.grm +++ /dev/null @@ -1,39 +0,0 @@ - - -general construction VP - subcase of HasVerbFeatures - meaning: Process - evokes EventDescriptor as ed - constraints - self.m <--> ed.eventType - -general construction ArgumentStructure - subcase of VP - constructional - constituents - v : Verb - constraints - self.features <--> v.features - meaning - constraints - v.m <--> ed.profiledProcess - - -construction ToPlusVP - subcase of VP - constructional - constituents - to:TO-Infinitive-Marker - vp:VP - constraints - vp.features.verbform <-- Base - self.features <--> to.features // nschneid - self.ed <--> vp.ed // nschneid - form - constraints - to.f meets vp.f - meaning - constraints - self.m <--> vp.m - //what other semantic stuff goes here? - diff --git a/compling.core/base2m/base2m-morph.prefs b/compling.core/base2m/base2m-morph.prefs deleted file mode 100644 index 5da860e..0000000 --- a/compling.core/base2m/base2m-morph.prefs +++ /dev/null @@ -1,58 +0,0 @@ - -GRAMMAR_EXTENSIONS = grm - -GRAMMAR_PATHS ::== - ./base2m-core - ./base2m-morphonly -; - -ONTOLOGY_PATHS ::== - ./base2m-core/ontology.ont -; - -ROBUST = TRUE -BEAM_SIZE = 13 -DEFAULT_OMISSION_PROB = 0 -DEBUG = TRUE -NUM_ANALYSES_RETURNED = 6 -MULTI_ROOT_PENALTY = -3 - -EXAMPLE_SENTENCES ::== -apple -apples -berry -berries -want -wants -wanted -wanting -move -moves -moved -moving -slide -slides -slid -sliding -ring -rings -rang -rung -ringing -wanter -mover -movers -slider -ringer -hospital -hospitals -hospitalize -hospitalizes -hospitalized -hospitalizing -hospitalizer -hospitalizers -legal -legalize -legalizing -; diff --git a/compling.core/base2m/base2m-morphonly/derivationalsuffixes.grm b/compling.core/base2m/base2m-morphonly/derivationalsuffixes.grm deleted file mode 100644 index a743915..0000000 --- a/compling.core/base2m/base2m-morphonly/derivationalsuffixes.grm +++ /dev/null @@ -1,101 +0,0 @@ -/********************* - Derivational suffixes - ********************* - nschneid - 2009-05-12 -*/ - -general construction DerivationalMorpheme - subcase of Morph - constructional - constituents - stem: Morph - constraints - stem.atWordLevel <-- "no" - - -construction SuffixAgentiveER - subcase of RegularInflectedNoun, CommonNoun, DerivationalMorpheme - constructional - constituents - stem: Verb - form: WLSuffixForm - constraints - self.f.orth <-- "er" - self.f.stem <-- "" - stem.f meets self.f.orth - self.f.orth meets self.f.stem - meaning: RD - constraints - self.m.referent <--> stem.m.protagonist - stem.m.protagonist <-- @animate - - -construction SuffixAgentiveEE - subcase of RegularInflectedNoun, CommonNoun, DerivationalMorpheme - constructional - constituents - stem: Verb - form: WLSuffixForm - constraints - self.f.orth <-- "ee" - self.f.stem <-- "" - stem.f meets self.f.orth - self.f.orth meets self.f.stem - meaning: RD - evokes ForceApplication as fa - constraints - self.m.referent <--> fa.actedUpon // not sure how to connect this explicitly to the stem's event--add a new subtype under Process? - - -construction SuffixATION - subcase of RegularInflectedNoun, CommonNoun, DerivationalMorpheme - constructional - constituents - stem: CausativeSuffixIZE - form: WLSuffixForm - constraints - self.f.orth <-- "ation" - self.f.stem <-- "" - stem.f meets self.f.orth - self.f.orth meets self.f.stem - meaning - constraints - self.m.referent <--> stem.m // here, the referent is a process - -general construction CausativeSuffixIZE - subcase of RegularFinalEVerb, CausativeVerb, DerivationalMorpheme - constructional constituents - stem: WLMorph - form constraints - self.f.stem <-- "iz" - stem.f meets self.f.stem - -construction CausativeSuffixIZEAdj - subcase of CausativeSuffixIZE - constructional constituents - stem: Adj - meaning: CauseStateChange - evokes Negation as neg - constraints - neg.modifiedEntity <--> stem.m - self.m.process2.initialState <--> neg - self.m.process2.finalState <--> stem.m - -construction CausativeSuffixIZENoun - subcase of CausativeSuffixIZE - constructional - constituents - stem: Noun - constraints - stem.features.number <-- Sg - // self.m.process2 <<< stem.m.referent // the frame of the resulting state somehow involves the referent of the stem - - -construction HOSPITALIZE - subcase of CausativeSuffixIZENoun - constructional constituents - stem: Hospital - meaning: Institutionalization - constraints - self.m.facility <--> stem.m.referent // more specific than the purely compositional meaning diff --git a/compling.core/base2m/base2m-morphonly/inflectionalsuffixes.grm b/compling.core/base2m/base2m-morphonly/inflectionalsuffixes.grm deleted file mode 100644 index 239de8d..0000000 --- a/compling.core/base2m/base2m-morphonly/inflectionalsuffixes.grm +++ /dev/null @@ -1,32 +0,0 @@ -/********************* - Inflectional suffixes - ********************* - nschneid - 2009-05-13 -*/ - -general construction BareSuffix - subcase of WLSuffix - form constraints - self.f.suffix <-- "" - -general construction SSuffix - subcase of WLSuffix - form constraints - self.f.suffix <-- "s" - -general construction EDSuffix - subcase of WLSuffix - form constraints - self.f.suffix <-- "ed" - -general construction NSuffix - subcase of WLSuffix - form constraints - self.f.suffix <-- "n" - -general construction INGSuffix - subcase of WLSuffix - form constraints - self.f.suffix <-- "ing" - diff --git a/compling.core/base2m/base2m-morphonly/morph.grm b/compling.core/base2m/base2m-morphonly/morph.grm deleted file mode 100644 index e7ab122..0000000 --- a/compling.core/base2m/base2m-morphonly/morph.grm +++ /dev/null @@ -1,49 +0,0 @@ -/******************** - Some general morphological constructions - - Due to weirdnesses in the original version of the phrasal parser, - this file will be slightly different for that vs. the morphological parser. - ********************* - nschneid - 2009-05-13 -*/ - -construction WROOT - constructional - constituents - word: WLMorph - constraints - word.atWordLevel <-- "yes" - form: WordForm - constraints - self.f.orth <-- "" - self.f.orth meets word.f - - -general construction Morph - constructional: MorphFeatures - form: MorphForm - -general construction WLMorph // Word-Level - subcase of Morph - form: WordForm - -general construction Affix - subcase of Morph - constructional constituents - stem: Morph - form: AffixForm - -general construction Suffix - subcase of Affix - form: SuffixForm - constraints - stem.f meets self.f.suffix - -general construction WLAffix - subcase of WLMorph, Affix - form: WLAffixForm - -general construction WLSuffix - subcase of WLAffix, Suffix - form: WLSuffixForm diff --git a/compling.core/base2m/base2m-morphonly/morphcxnindex.txt b/compling.core/base2m/base2m-morphonly/morphcxnindex.txt deleted file mode 100644 index ba18922..0000000 --- a/compling.core/base2m/base2m-morphonly/morphcxnindex.txt +++ /dev/null @@ -1,98 +0,0 @@ -verbmorphology.grm -general construction InflectedVerb -general construction RegularInflectedVerb -general construction RegularSimpleInflectedVerb -construction Want -general construction RegularFinalEVerb -construction Move -general construction PresentOnlyEVerb -construction Slide -general construction VerbInflection -general construction RegularVerbInflection -general construction SuffixEInflection -general construction RegularSuffixEInflection -general construction BareInflection -construction PresentNon3SgInflection -general construction NonWordLevelInflection -construction BaseInflection -general construction WordLevelInflection -construction Present3SgInflection -construction PastInflection -construction PresentParticipleInflection -construction PastParticipleInflection -construction InternalInflection -construction PastInflectionBare -general construction PresentOnlyEInflection -construction PastParticiplePresentOnlyEInflection -general construction IngAngUngVerbParadigm -general construction IngAngUngInflectedVerb -construction Ring -general construction InkAnkUnkInflectedVerb -construction Drink -general construction IngAngUngInflection -general construction BareIngAngUngInflection -construction BaseIngAngUngInflection -construction PresentNon3SgIngAngUngInflection -construction Present3SgIngAngUngInflection -construction PastIngAngUngInflection -construction PastParticipleIngAngUngInflection -construction PresentParticipleIngAngUngInflection -general construction BEAbstract -construction Be -construction Am -construction Is -construction Are -construction Was -construction Were -construction Been -construction Being - -nounmorphology.grm -construction PluralSNoun -general construction InflectedNoun -general construction RegularInflectedNoun -general construction RegularSimpleInflectedNoun -general construction RegularFinalSibInflectedNoun -general construction RegularFinalYNoun -general construction NounInflection -construction InternalNounInflection -general construction SingularNounInflection -general construction PluralNounInflection -general construction RegularNounInflection -general construction RegularSimpleNounInflection -construction RegularNounSingular -construction RegularSimpleNounPlural -general construction RegularFinalYNounInflection -construction RegularFinalYNounPlural -general construction RegularFinalSibilantPlural -construction FinalSPlural -construction FinalZPlural -construction FinalXPlural -construction FinalSHPlural -construction FinalCHPlural - -inflectionalsuffixes.grm -general construction BareSuffix -general construction SSuffix -general construction EDSuffix -general construction NSuffix -general construction INGSuffix - -derivationalsuffixes.grm -general construction DerivationalMorpheme -construction SuffixAgentiveER -construction SuffixAgentiveEE -construction SuffixATION -general construction CausativeSuffixIZE -construction CausativeSuffixIZEAdj -construction CausativeSuffixIZENoun -construction HOSPITALIZE - -morph.grm -construction WROOT -general construction Morph -general construction WLMorph -general construction Affix -general construction Suffix -general construction WLAffix -general construction WLSuffix diff --git a/compling.core/base2m/base2m-morphonly/nounmorphology.dotgraph b/compling.core/base2m/base2m-morphonly/nounmorphology.dotgraph deleted file mode 100644 index 2767d1a..0000000 --- a/compling.core/base2m/base2m-morphonly/nounmorphology.dotgraph +++ /dev/null @@ -1,53 +0,0 @@ -digraph types { - size="11,8.5"; - node [fontname="Arial", fontcolor=black, color="#aaff88", fillcolor="#aaff88"]; - node [style="solid"]; NounInflection RegularSimpleInflectedNoun RegularInflectedNoun PluralNounInflection RegularFinalYNounInflection SingularNounInflection InflectedNoun RegularFinalSibilantPlural RegularNounInflection RegularFinalSibInflectedNoun RegularFinalYNoun RegularSimpleNounInflection; - node [style="filled"]; - - // Omits several noun cxns which behave just like 'Apple' and 'Hospital' - // Also omits FinalCHPlural and FinalSHPlural, which are siblings of FinalSPlural, FinalZPlural, and FinalXPlural - - InflectedNoun -> NounInflection [label="infl", style="dotted"] - InflectedNoun -> RegularInflectedNoun - RegularInflectedNoun -> RegularNounInflection [label="infl", style="dotted"] - RegularInflectedNoun -> SuffixAgentiveEE - SuffixAgentiveEE -> Verb [label="stem", style="dotted"] - SuffixAgentiveEE -> RegularNounInflection [label="infl", style="dotted"] - RegularInflectedNoun -> RegularFinalYNoun - RegularFinalYNoun -> RegularFinalYNounInflection [label="infl", style="dotted"] - RegularFinalYNoun -> Berry - Berry -> RegularFinalYNounInflection [label="infl", style="dotted"] - RegularInflectedNoun -> SuffixAgentiveER - SuffixAgentiveER -> Verb [label="stem", style="dotted"] - SuffixAgentiveER -> RegularNounInflection [label="infl", style="dotted"] - RegularInflectedNoun -> RegularFinalSibInflectedNoun - RegularFinalSibInflectedNoun -> RegularNounInflection [label="infl", style="dotted"] - RegularFinalSibInflectedNoun -> Box - Box -> RegularNounInflection [label="infl", style="dotted"] - RegularInflectedNoun -> SuffixATION - SuffixATION -> CausativeSuffixIZE [label="stem", style="dotted"] - SuffixATION -> RegularNounInflection [label="infl", style="dotted"] - RegularInflectedNoun -> RegularSimpleInflectedNoun - RegularSimpleInflectedNoun -> RegularSimpleNounInflection [label="infl", style="dotted"] - RegularSimpleInflectedNoun -> Apple - Apple -> RegularSimpleNounInflection [label="infl", style="dotted"] - RegularSimpleInflectedNoun -> Hospital - Hospital -> RegularSimpleNounInflection [label="infl", style="dotted"] - NounInflection -> RegularNounInflection - RegularNounInflection -> RegularFinalSibilantPlural - RegularFinalSibilantPlural -> FinalXPlural - RegularFinalSibilantPlural -> FinalSPlural - RegularFinalSibilantPlural -> FinalZPlural - RegularNounInflection -> RegularSimpleNounInflection - PluralNounInflection -> RegularSimpleNounPlural - RegularSimpleNounInflection -> RegularSimpleNounPlural - RegularFinalYNounInflection -> RegularNounSingular - SingularNounInflection -> RegularNounSingular - RegularSimpleNounInflection -> RegularNounSingular - RegularFinalYNounInflection -> InternalNounInflection - RegularSimpleNounInflection -> InternalNounInflection - RegularNounInflection -> RegularFinalYNounInflection - RegularFinalYNounInflection -> RegularFinalYNounPlural - NounInflection -> PluralNounInflection - NounInflection -> SingularNounInflection -} \ No newline at end of file diff --git a/compling.core/base2m/base2m-morphonly/nounmorphology.grm b/compling.core/base2m/base2m-morphonly/nounmorphology.grm deleted file mode 100644 index a9e451b..0000000 --- a/compling.core/base2m/base2m-morphonly/nounmorphology.grm +++ /dev/null @@ -1,169 +0,0 @@ -/********************* - Compositional morphology for nominals - ********************* - nschneid - 2009-05-13 -*/ - -/* -construction PluralSNoun - subcase of SSuffix, RegularCommonNoun, PluralNoun - constructional - constituents - stem: RegularCommonNoun - constraints - stem.features.number <-- Sg - stem.features.massOrPlural <-- "no" - meaning - constraints -// ignore stem.m.number <-- "1" - self.m <--> stem.m -*/ - -general construction InflectedNoun - subcase of Noun - constructional - constituents - infl: NounInflection - constraints - self.features <--> infl.features - self.atWordLevel <--> infl.atWordLevel - meaning constraints - self.m.number <--> infl.m.number - -general construction RegularInflectedNoun - subcase of InflectedNoun - constructional - constituents - infl: RegularNounInflection - form: WLFinalSibilantForm - constraints - self.f.finalSib <-- "" // to avoid overgenerating the -es suffix - self.f.finalSib <--> infl.f.finalSib - self.f.stem before infl.f.suffix - self.f.stem meets infl.f.suffix - -general construction RegularSimpleInflectedNoun - subcase of RegularInflectedNoun - constructional constituents - infl: RegularSimpleNounInflection - -general construction RegularFinalSibInflectedNoun - subcase of RegularInflectedNoun - form: WLFinalSibilantForm - constraints - ignore self.f.stem meets infl.f.suffix - ignore self.f.finalSib <-- "" - self.f.stem meets self.f.finalSib - self.f.finalSib before infl.f.suffix - self.f.finalSib meets infl.f.suffix - -general construction RegularFinalYNoun - subcase of RegularInflectedNoun - constructional - constituents - infl: RegularFinalYNounInflection - form: WLFinalSibilantFinalYForm - constraints - ignore self.f.stem meets infl.f.suffix - self.f.stem meets infl.f.finalY - infl.f.finalY meets infl.f.suffix - - - - -general construction NounInflection - subcase of HasNominalFeatures, Morph - form: SuffixForm - meaning: NounInflectionMeaning - -construction InternalNounInflection - subcase of RegularSimpleNounInflection, RegularFinalYNounInflection - constructional constraints - self.atWordLevel <-- "no" - form constraints - self.f.finalY <-- "" - self.f.suffix <-- "" - -general construction SingularNounInflection - subcase of NounInflection, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - self.atWordLevel <-- "yes" - meaning - constraints - self.m.number <-- "1" - -general construction PluralNounInflection - subcase of NounInflection, Plural - constructional - constraints - self.features.massOrPlural <-- "yes" - self.atWordLevel <-- "yes" - meaning - constraints - self.m.number <-- ">1" - -general construction RegularNounInflection - subcase of NounInflection - form: WLFinalSibilantFinalYForm - -general construction RegularSimpleNounInflection - subcase of RegularNounInflection - -construction RegularNounSingular - subcase of RegularSimpleNounInflection, RegularFinalYNounInflection, SingularNounInflection - form constraints - self.f.finalY <-- "y" - self.f.suffix <-- "" - -construction RegularSimpleNounPlural - subcase of RegularSimpleNounInflection, PluralNounInflection - form constraints - self.f.finalSib <-- "" - self.f.finalY <-- "" - self.f.suffix <-- "s" - - -general construction RegularFinalYNounInflection - subcase of RegularNounInflection - -construction RegularFinalYNounPlural - subcase of RegularFinalYNounInflection, Plural - form constraints - self.f.finalSib <-- "" - self.f.finalY <-- "" - self.f.suffix <-- "ies" - -general construction RegularFinalSibilantPlural // the stem ends in a sibilant - subcase of RegularNounInflection, Plural - form constraints - self.f.suffix <-- "es" - -construction FinalSPlural - subcase of RegularFinalSibilantPlural - form constraints - self.f.finalSib <-- "s" - -construction FinalZPlural - subcase of RegularFinalSibilantPlural - form constraints - self.f.finalSib <-- "z" - -construction FinalXPlural - subcase of RegularFinalSibilantPlural - form constraints - self.f.finalSib <-- "x" - -construction FinalSHPlural - subcase of RegularFinalSibilantPlural - form constraints - self.f.finalSib <-- "sh" - -construction FinalCHPlural - subcase of RegularFinalSibilantPlural - form constraints - self.f.finalSib <-- "ch" - - \ No newline at end of file diff --git a/compling.core/base2m/base2m-morphonly/nounmorphology.pdf b/compling.core/base2m/base2m-morphonly/nounmorphology.pdf deleted file mode 100644 index 43ad20e..0000000 Binary files a/compling.core/base2m/base2m-morphonly/nounmorphology.pdf and /dev/null differ diff --git a/compling.core/base2m/base2m-morphonly/singularnouns.grm b/compling.core/base2m/base2m-morphonly/singularnouns.grm deleted file mode 100644 index 3dd4e82..0000000 --- a/compling.core/base2m/base2m-morphonly/singularnouns.grm +++ /dev/null @@ -1,161 +0,0 @@ -/********** -*** -*** Singular Count Nouns -*** -***********/ - -/*general construction Noun - subcase of Word - constructional:NominalFeatures - meaning: @entity*/ - - -/* -general construction SingularNoun - subcase of Noun, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - meaning - constraints - self.m.number <-- "1" -*/ - -construction Apple - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "apple" - meaning - constraints - self.m.ontological-category <-- @apple - -construction Tree - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "tree" - meaning - constraints - self.m.ontological-category <-- @tree - -construction Hand - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "hand" - meaning - constraints - self.m.ontological-category <-- @hand - - -construction Box - subcase of RegularFinalSibInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "bo" - self.f.finalSib <-- "x" - meaning - constraints - self.m.ontological-category <-- @box - -construction Table - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "table" - meaning - constraints - self.m.ontological-category <-- @table - -construction Hammer - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "hammer" - meaning - constraints - self.m.ontological-category <-- @hammer - -construction House - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "house" - meaning - constraints - self.m.ontological-category <-- @house - -construction Niña - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "niña" - meaning - constraints - self.m.ontological-category <-- @niña - -construction Cake - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "cake" - meaning - constraints - self.m.ontological-category <-- @cake - - -construction Room - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "room" - meaning - constraints - self.m.ontological-category <-- @room - - -construction Hospital // nschneid - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.stem <-- "hospital" - meaning - constraints - self.m.ontological-category <-- @hospital - -construction Berry // nschneid - subcase of RegularFinalYNoun, CommonNoun - form - constraints - self.f.stem <-- "berr" - meaning - constraints - self.m.ontological-category <-- @berry - -construction Recession2 - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.orth <-- "recession" - meaning - constraints - self.m.ontological-category <-- @recession - -construction Depression1 - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.orth <-- "depression" - meaning - constraints - self.m.ontological-category <-- @depression - -construction Year - subcase of RegularSimpleInflectedNoun, CommonNoun - form - constraints - self.f.orth <-- "year" - meaning - constraints - self.m.ontological-category <-- @year diff --git a/compling.core/base2m/base2m-morphonly/verbmorphology-small.dotgraph b/compling.core/base2m/base2m-morphonly/verbmorphology-small.dotgraph deleted file mode 100644 index 41a2317..0000000 --- a/compling.core/base2m/base2m-morphonly/verbmorphology-small.dotgraph +++ /dev/null @@ -1,44 +0,0 @@ -digraph types { - size="11,8.5"; - node [fontname="Arial", fontcolor=black, color="#aaff88", fillcolor="#aaff88"]; - node [style="solid"]; InkAnkUnkInflectedVerb RegularSimpleInflectedVerb InflectedVerb CausativeSuffixIZE IngAngUngVerbParadigm RegularFinalEVerb PresentOnlyEVerb RegularInflectedVerb IngAngUngInflectedVerb; - node [style="filled"]; - - InflectedVerb -> VerbInflection [label="infl", style="dotted"] - InflectedVerb -> RegularInflectedVerb - RegularInflectedVerb -> RegularVerbInflection [label="infl", style="dotted"] - RegularInflectedVerb -> RegularFinalEVerb - RegularFinalEVerb -> RegularSuffixEInflection [label="infl", style="dotted"] - RegularFinalEVerb -> Move - Move -> RegularSuffixEInflection [label="infl", style="dotted"] - RegularFinalEVerb -> CausativeSuffixIZE - CausativeSuffixIZE -> WLMorph [label="stem", style="dotted"] - CausativeSuffixIZE -> RegularSuffixEInflection [label="infl", style="dotted"] - CausativeSuffixIZE -> CausativeSuffixIZEAdj - CausativeSuffixIZEAdj -> Adj [label="stem", style="dotted"] - CausativeSuffixIZEAdj -> RegularSuffixEInflection [label="infl", style="dotted"] - CausativeSuffixIZE -> CausativeSuffixIZENoun - CausativeSuffixIZENoun -> Noun [label="stem", style="dotted"] - CausativeSuffixIZENoun -> RegularSuffixEInflection [label="infl", style="dotted"] - CausativeSuffixIZENoun -> HOSPITALIZE - HOSPITALIZE -> Hospital [label="stem", style="dotted"] - HOSPITALIZE -> RegularSuffixEInflection [label="infl", style="dotted"] - RegularInflectedVerb -> RegularSimpleInflectedVerb - RegularSimpleInflectedVerb -> RegularVerbInflection [label="infl", style="dotted"] - RegularSimpleInflectedVerb -> Want - Want -> RegularVerbInflection [label="infl", style="dotted"] - InflectedVerb -> PresentOnlyEVerb - PresentOnlyEVerb -> PresentOnlyEInflection [label="infl", style="dotted"] - PresentOnlyEVerb -> Slide - Slide -> PresentOnlyEInflection [label="infl", style="dotted"] - InflectedVerb -> IngAngUngVerbParadigm - IngAngUngVerbParadigm -> IngAngUngInflection [label="infl", style="dotted"] - IngAngUngVerbParadigm -> IngAngUngInflectedVerb - IngAngUngInflectedVerb -> IngAngUngInflection [label="infl", style="dotted"] - IngAngUngInflectedVerb -> InkAnkUnkInflectedVerb - InkAnkUnkInflectedVerb -> IngAngUngInflection [label="infl", style="dotted"] - InkAnkUnkInflectedVerb -> Drink - Drink -> IngAngUngInflection [label="infl", style="dotted"] - IngAngUngInflectedVerb -> Ring - Ring -> IngAngUngInflection [label="infl", style="dotted"] -} \ No newline at end of file diff --git a/compling.core/base2m/base2m-morphonly/verbmorphology-small.pdf b/compling.core/base2m/base2m-morphonly/verbmorphology-small.pdf deleted file mode 100644 index 2b789ce..0000000 Binary files a/compling.core/base2m/base2m-morphonly/verbmorphology-small.pdf and /dev/null differ diff --git a/compling.core/base2m/base2m-morphonly/verbmorphology.dotgraph b/compling.core/base2m/base2m-morphonly/verbmorphology.dotgraph deleted file mode 100644 index b502dc0..0000000 --- a/compling.core/base2m/base2m-morphonly/verbmorphology.dotgraph +++ /dev/null @@ -1,76 +0,0 @@ -// Omits subtype links from 'WordLevelInflection' - -digraph types { - size="11,8.5"; - node [fontname="Arial", fontcolor=black, color="#aaff88", fillcolor="#aaff88"]; - node [style="solid"]; RegularSuffixEInflection PresentOnlyEInflection RegularSimpleInflectedVerb InflectedVerb NonWordLevelInflection WordLevelInflection IngAngUngInflection BareInflection BareIngAngUngInflection PresentOnlyEVerb InkAnkUnkInflectedVerb CausativeSuffixIZE RegularVerbInflection RegularFinalEVerb IngAngUngVerbParadigm RegularInflectedVerb VerbInflection SuffixEInflection IngAngUngInflectedVerb; - node [style="filled"]; - - InflectedVerb -> VerbInflection [label="infl", style="dotted"] - InflectedVerb -> RegularInflectedVerb - RegularInflectedVerb -> RegularVerbInflection [label="infl", style="dotted"] - RegularInflectedVerb -> RegularFinalEVerb - RegularFinalEVerb -> RegularSuffixEInflection [label="infl", style="dotted"] - RegularFinalEVerb -> Move - Move -> RegularSuffixEInflection [label="infl", style="dotted"] - RegularFinalEVerb -> CausativeSuffixIZE - CausativeSuffixIZE -> WLMorph [label="stem", style="dotted"] - CausativeSuffixIZE -> RegularSuffixEInflection [label="infl", style="dotted"] - CausativeSuffixIZE -> CausativeSuffixIZEAdj - CausativeSuffixIZEAdj -> Adj [label="stem", style="dotted"] - CausativeSuffixIZEAdj -> RegularSuffixEInflection [label="infl", style="dotted"] - CausativeSuffixIZE -> CausativeSuffixIZENoun - CausativeSuffixIZENoun -> Noun [label="stem", style="dotted"] - CausativeSuffixIZENoun -> RegularSuffixEInflection [label="infl", style="dotted"] - CausativeSuffixIZENoun -> HOSPITALIZE - HOSPITALIZE -> Hospital [label="stem", style="dotted"] - HOSPITALIZE -> RegularSuffixEInflection [label="infl", style="dotted"] - RegularInflectedVerb -> RegularSimpleInflectedVerb - RegularSimpleInflectedVerb -> RegularVerbInflection [label="infl", style="dotted"] - RegularSimpleInflectedVerb -> Want - Want -> RegularVerbInflection [label="infl", style="dotted"] - InflectedVerb -> PresentOnlyEVerb - PresentOnlyEVerb -> PresentOnlyEInflection [label="infl", style="dotted"] - PresentOnlyEVerb -> Slide - Slide -> PresentOnlyEInflection [label="infl", style="dotted"] - InflectedVerb -> IngAngUngVerbParadigm - IngAngUngVerbParadigm -> IngAngUngInflection [label="infl", style="dotted"] - IngAngUngVerbParadigm -> IngAngUngInflectedVerb - IngAngUngInflectedVerb -> IngAngUngInflection [label="infl", style="dotted"] - IngAngUngInflectedVerb -> InkAnkUnkInflectedVerb - InkAnkUnkInflectedVerb -> IngAngUngInflection [label="infl", style="dotted"] - InkAnkUnkInflectedVerb -> Drink - Drink -> IngAngUngInflection [label="infl", style="dotted"] - IngAngUngInflectedVerb -> Ring - Ring -> IngAngUngInflection [label="infl", style="dotted"] - VerbInflection -> WordLevelInflection - IngAngUngInflection -> PastParticipleIngAngUngInflection - IngAngUngInflection -> PresentParticipleIngAngUngInflection - RegularSuffixEInflection -> PastParticipleInflection - BareIngAngUngInflection -> PresentNon3SgIngAngUngInflection - RegularSuffixEInflection -> PastInflection - IngAngUngInflection -> PastIngAngUngInflection - BareInflection -> PresentNon3SgInflection - RegularSuffixEInflection -> Present3SgInflection - PresentOnlyEInflection -> Present3SgInflection - PresentOnlyEInflection -> PastInflectionBare - PresentOnlyEInflection -> PastParticiplePresentOnlyEInflection - BareInflection -> BaseInflection - RegularSuffixEInflection -> PresentParticipleInflection - PresentOnlyEInflection -> PresentParticipleInflection - IngAngUngInflection -> Present3SgIngAngUngInflection - VerbInflection -> IngAngUngInflection - IngAngUngInflection -> BareIngAngUngInflection - BareIngAngUngInflection -> BaseIngAngUngInflection - VerbInflection -> SuffixEInflection - RegularVerbInflection -> RegularSuffixEInflection - SuffixEInflection -> RegularSuffixEInflection - RegularSuffixEInflection -> BareInflection - PresentOnlyEInflection -> BareInflection - RegularSuffixEInflection -> InternalInflection - PresentOnlyEInflection -> InternalInflection - NonWordLevelInflection -> InternalInflection - SuffixEInflection -> PresentOnlyEInflection - VerbInflection -> RegularVerbInflection - VerbInflection -> NonWordLevelInflection -} \ No newline at end of file diff --git a/compling.core/base2m/base2m-morphonly/verbmorphology.grm b/compling.core/base2m/base2m-morphonly/verbmorphology.grm deleted file mode 100644 index 800061c..0000000 --- a/compling.core/base2m/base2m-morphonly/verbmorphology.grm +++ /dev/null @@ -1,335 +0,0 @@ -/********************* - Compositional morphology for verbals - ********************* - nschneid - 2009-05-13 -*/ - -general construction InflectedVerb - subcase of Verb - constructional - constituents - infl: VerbInflection - constraints - self.features <--> infl.features - self.atWordLevel <--> infl.atWordLevel - - -general construction RegularInflectedVerb - subcase of InflectedVerb - constructional - constituents - infl: RegularVerbInflection - -general construction RegularSimpleInflectedVerb - subcase of RegularInflectedVerb - form constraints - self.f.orth meets infl.f.suffix - -construction Want - subcase of ControlVerb, RegularSimpleInflectedVerb - form constraints - self.f.orth <-- "want" - -general construction RegularFinalEVerb // e.g. mov{e(s),ing}/moved/moved - subcase of RegularInflectedVerb - constructional - constituents - infl: RegularSuffixEInflection - form: WLSuffixEForm - constraints - self.f.stem meets infl.f.silentE - infl.f.silentE meets infl.f.suffix - -construction Move - subcase of RegularFinalEVerb - form constraints - self.f.stem <-- "mov" - meaning: Motion - -general construction PresentOnlyEVerb // e.g. hid{e(s),ing}/hid/hidden; slid{e(s),ing}/slid/slid - subcase of InflectedVerb - constructional - constituents - infl: PresentOnlyEInflection - form: WLAblautEForm - constraints - self.f.initial meets self.f.mainV - self.f.mainV meets self.f.final - self.f.final meets infl.f.presentOnlyE - infl.f.presentOnlyE meets infl.f.suffix - -construction Slide - subcase of PresentOnlyEVerb - form - constraints - self.f.initial <-- "sl" - self.f.mainV <-- "i" - self.f.final <-- "d" - meaning - constraints - self.m.x-net <-- @slide - -general construction VerbInflection - subcase of HasVerbFeatures, Morph - form: SuffixForm - -general construction RegularVerbInflection - subcase of VerbInflection - -general construction SuffixEInflection - subcase of VerbInflection - form: SuffixEForm - -general construction RegularSuffixEInflection - subcase of SuffixEInflection, RegularVerbInflection - - -general construction BareInflection - subcase of PresentOnlyEInflection, RegularSuffixEInflection - form constraints - self.f.suffix <-- "" - self.f.silentE <-- "e" - ignore self.f.presentOnlyE <-- "" - self.f.presentOnlyE <-- "e" - -construction PresentNon3SgInflection - subcase of PresentTense, BareInflection, WordLevelInflection - constructional - constraints - self.features <-- VerbNotSg3 - -general construction NonWordLevelInflection - subcase of VerbInflection - constructional - constraints - self.atWordLevel <-- "no" - -construction BaseInflection - subcase of VerbalBase, BareInflection, WordLevelInflection - -general construction WordLevelInflection - subcase of VerbInflection - constructional - constraints - self.atWordLevel <-- "yes" // finite verbs must not be embedded within derivational morphology - - -construction Present3SgInflection - subcase of PresentTense, PresentOnlyEInflection, RegularSuffixEInflection, WordLevelInflection - constructional - constraints - self.features <-- VerbSg3 - form constraints - self.f.suffix <-- "s" - self.f.silentE <-- "e" - ignore self.f.presentOnlyE <-- "" - self.f.presentOnlyE <-- "e" - -construction PastInflection - subcase of PastTense, RegularSuffixEInflection, WordLevelInflection - form constraints - self.f.suffix <-- "ed" - self.f.silentE <-- "" - -construction PresentParticipleInflection - subcase of PresentPart, PresentOnlyEInflection, RegularSuffixEInflection, WordLevelInflection - form constraints - self.f.suffix <-- "ing" - self.f.silentE <-- "" - self.f.presentOnlyE <-- "" - -construction PastParticipleInflection // e.g. believ{e(s),ing}/believed/believed - subcase of PastPart, RegularSuffixEInflection, WordLevelInflection - form constraints - self.f.suffix <-- "ed" - self.f.silentE <-- "" - - - - -// SUBREGULAR PARADIGMS - -// - Base form without final 'e'--used when composing within derivational suffixes - -construction InternalInflection - subcase of VerbalBase, RegularSuffixEInflection, PresentOnlyEInflection, NonWordLevelInflection - form constraints - self.f.suffix <-- "" - self.f.silentE <-- "" - self.f.orth <-- "" - -// - Past tense form is same as present tense, but without any final 'e': e.g. slide/slid - -construction PastInflectionBare - subcase of PastTense, PresentOnlyEInflection, WordLevelInflection - form constraints - self.f.suffix <-- "" - self.f.silentE <-- "" - -// - PresentOnlyE : the stem has a final 'e' which appears only in the present tense - -schema PresentOnlyEInflectionForm // there is an 'e' only in the present tense: e.g. hid{e(s),ing}/hid/hidden; slid{e(s),ing}/slid/slid - subcase of SuffixEForm - roles - presentOnlyE - -general construction PresentOnlyEInflection - subcase of SuffixEInflection - form: PresentOnlyEInflectionForm - constraints - self.f.presentOnlyE <-- "" - -construction PastParticiplePresentOnlyEInflection // e.g. slid{e(s),ing}/slid/slid - subcase of PastPart, PresentOnlyEInflection, WordLevelInflection - form constraints - self.f.suffix <-- "" - self.f.presentOnlyE <-- "" - - -// - IngAngUng : e.g. 'ring/rang/rung' - -general construction IngAngUngVerbParadigm // schematic construction for all verbs in the paradigm - subcase of InflectedVerb - constructional - constituents - infl: IngAngUngInflection - form: WLAblautEForm - constraints - self.f.initial meets infl.f.mainV - infl.f.mainV meets self.f.final - self.f.final meets infl.f.suffix - -general construction IngAngUngInflectedVerb // prototype, e.g. 'ring', 'sing' - subcase of IngAngUngVerbParadigm - form - constraints - self.f.final <-- "ng" - -construction Ring - subcase of IngAngUngInflectedVerb - form - constraints - self.f.initial <-- "r" - -general construction InkAnkUnkInflectedVerb // extension of the prototype: e.g. 'drink', 'sink' - subcase of IngAngUngInflectedVerb - form - constraints - ignore self.f.final <-- "ng" - self.f.final <-- "nk" - -construction Drink - subcase of InkAnkUnkInflectedVerb - form - constraints - self.f.initial <-- "dr" - -general construction IngAngUngInflection // e.g. ring{s,ing}/rang/rung; swim{s,ming}/swam/swum - subcase of VerbInflection - form: WLAblautForm - -general construction BareIngAngUngInflection - subcase of IngAngUngInflection - form constraints - self.f.mainV <-- "i" - self.f.suffix <-- "" - -construction BaseIngAngUngInflection // either word-level (ring) or non-word-level (ringer) - subcase of VerbalBase, BareIngAngUngInflection - -construction PresentNon3SgIngAngUngInflection - subcase of PresentTense, BareIngAngUngInflection, WordLevelInflection - constructional constraints - self.features <-- VerbNotSg3 - -construction Present3SgIngAngUngInflection - subcase of PresentTense, IngAngUngInflection, WordLevelInflection - constructional constraints - self.features <-- VerbSg3 - form constraints - self.f.mainV <-- "i" - self.f.suffix <-- "s" - -construction PastIngAngUngInflection - subcase of PastTense, IngAngUngInflection, WordLevelInflection - form constraints - self.f.mainV <-- "a" - self.f.suffix <-- "" - -construction PastParticipleIngAngUngInflection - subcase of PastPart, IngAngUngInflection, WordLevelInflection - form constraints - self.f.mainV <-- "u" - self.f.suffix <-- "" - -construction PresentParticipleIngAngUngInflection - subcase of PresentPart, IngAngUngInflection, WordLevelInflection - form constraints - self.f.mainV <-- "i" - self.f.suffix <-- "ing" - -// Totally irregular verbs: no constituents - -general construction BEAbstract - subcase of Verb - // TODO: specify meaning here - -construction Be - subcase of BEAbstract, VerbalBase - form constraints - self.f.orth <-- "be" - -construction Am - subcase of BEAbstract, PresentTense - constructional constraints - self.features <-- VerbSg1 - self.atWordLevel <-- "yes" - form constraints - self.f.orth <-- "am" - -construction Is - subcase of BEAbstract, PresentTense - constructional constraints - self.features <-- VerbSg3 - self.atWordLevel <-- "yes" - form constraints - self.f.orth <-- "is" - -construction Are - subcase of BEAbstract, PresentTense - constructional constraints - self.features <-- VerbNotSg3 - self.atWordLevel <-- "yes" - form constraints - self.f.orth <-- "are" - -construction Was - subcase of BEAbstract, PastTense - constructional constraints - self.features <-- VerbNotSg2OrPl - self.atWordLevel <-- "yes" - form constraints - self.f.orth <-- "was" - -construction Were - subcase of BEAbstract, PastTense - constructional constraints - self.features <-- VerbSg2OrPl - self.atWordLevel <-- "yes" - form constraints - self.f.orth <-- "were" - -construction Been - subcase of BEAbstract, PastPart - constructional constraints - self.atWordLevel <-- "yes" - form constraints - self.f.orth <-- "been" - -construction Being - subcase of BEAbstract, PresentPart - constructional constraints - self.atWordLevel <-- "yes" - form constraints - self.f.orth <-- "being" diff --git a/compling.core/base2m/base2m-morphonly/verbmorphology.pdf b/compling.core/base2m/base2m-morphonly/verbmorphology.pdf deleted file mode 100644 index 7e940f2..0000000 Binary files a/compling.core/base2m/base2m-morphonly/verbmorphology.pdf and /dev/null differ diff --git a/compling.core/base2m/base2m-morphonly/verbmorphology2 b/compling.core/base2m/base2m-morphonly/verbmorphology2 deleted file mode 100644 index 63a7a45..0000000 --- a/compling.core/base2m/base2m-morphonly/verbmorphology2 +++ /dev/null @@ -1,98 +0,0 @@ -/* -construction Want // a prototypical verb in terms of its inflections - subcase of ControlVerb, SuffixingVerb - form - constraints - self.f.stem <-- "want" - meaning:WantProcess - - -construction WantPast - subcase of Want, PastVerb -*/ - -/* -construction Slide - subcase of Verb - form: WLAblautEForm - constraints - self.f.initial <-- "sl" - self.f.mainV <-- "i" - self.f.final <-- "d" - self.f.silentE <-- "e" - //self.f.suffix <-- "" // inherited - self.f.initial meets self.f.mainV - self.f.mainV meets self.f.final - self.f.final meets self.f.silentE - self.f.silentE meets self.f.suffix - - -general construction InflectedVerb - subcase of Verb - constructional constraints - ignore self.features.verbform <-- NonFinite - -construction PresentNot3SgVerb // finite, present tense, 3 singular - subcase of InflectedVerb, PresentTense, SuffixingVerb - constructional - constraints - self.features.verbform <-- Present - self.features <-- VerbNotSg3 - -construction Present3SgVerb // finite, present tense, 3 singular - subcase of InflectedVerb, PresentTense, SuffixingVerb - constructional - constraints - self.morph.pres3SgType <-- "-s" - self.features.verbform <-- Present - self.features <-- VerbSg3 - form constraints - ignore self.f.suffix <-- "" - self.f.suffix <-- "s" - -construction PastVerb // finite, past tense - subcase of InflectedVerb, AbstractPastVerb, SuffixingVerb - constructional - constraints - self.morph.pastType <-- "-ed" - self.features.verbform <-- Past - form constraints - ignore self.f.suffix <-- "" - self.f.suffix <-- "ed" - -general construction IrregularPastVerb // no stem--this should simply inherit from the bare verb - subcase of AbstractPastVerb - constructional constraints - ignore self.morph.pastType <-- "-ed" - self.morph.pastType <-- "X" // X stands for irregular (usu. with a stem-internal change) - -construction PrespartVerb // present participle - subcase of InflectedVerb, PresentParticiple, SuffixingVerb - constructional - constraints - self.morph.prespartType <-- "-ing" - self.features.verbform <-- PresentParticiple - form constraints - ignore self.f.suffix <-- "" - self.f.suffix <-- "ing" - -construction PastpartVerb // past participle - subcase of InflectedVerb, PastParticiple, SuffixingVerb - constructional - constraints - self.morph.pastpartType <-- "-ed" - self.features.verbform <-- PastParticiple - form constraints - ignore self.f.suffix <-- "" - self.f.suffix <-- "ed" - -construction PastpartVerbN // past participle with -n suffix (e.g. 'thrown') - subcase of PastpartVerb - constructional - constraints - ignore self.morph.pastpartType <-- "-ed" - self.morph.pastpartType <-- "-n" - form constraints - ignore self.f.suffix <-- "ed" - self.f.suffix <-- "n" -*/ \ No newline at end of file diff --git a/compling.core/base2m/base2m-phrasal.prefs b/compling.core/base2m/base2m-phrasal.prefs deleted file mode 100644 index 70c5f26..0000000 --- a/compling.core/base2m/base2m-phrasal.prefs +++ /dev/null @@ -1,51 +0,0 @@ - -GRAMMAR_EXTENSIONS = grm - -GRAMMAR_PATHS ::== - ./base2m-core - ./base2m-phrasalonly -; - -ONTOLOGY_PATHS ::== - ./base2m-core/ontology.ont -; - -ROBUST = TRUE -BEAM_SIZE = 13 -DEFAULT_OMISSION_PROB = 0 -DEBUG = TRUE -NUM_ANALYSES_RETURNED = 6 -MULTI_ROOT_PENALTY = -3 - -EXAMPLE_SENTENCES ::== -he slid -he could slide -he could sliding -he could slid -he was sliding -he was slid -he was slide -he had slid -he had sliding -he had slide -he could have slide -he could be sliding -he had been sliding -he could have been sliding -he had could slid -he was being sliding -he was being slid - -he not slid -he could not slide -he was not sliding -he had not slid -he could be not sliding -he could not be not sliding -he did slide - -could he be sliding -did he slide -did he sliding -did he slid -; diff --git a/compling.core/base2m/base2m-phrasal.sents b/compling.core/base2m/base2m-phrasal.sents deleted file mode 100644 index c821f0c..0000000 --- a/compling.core/base2m/base2m-phrasal.sents +++ /dev/null @@ -1,30 +0,0 @@ -he slid -he could slide -he could sliding -he could slid -he was sliding -he was slid -he was slide -he had slid -he had sliding -he had slide -he could have slide -he could be sliding -he had been sliding -he could have been sliding -he had could slid -he was being sliding -he was being slid - -he not slid -he could not slide -he was not sliding -he had not slid -he could be not sliding -he could not be not sliding -he did slide - -could he be sliding -did he slide -did he sliding -did he slid diff --git a/compling.core/base2m/base2m-phrasalonly/generatedwords.grm b/compling.core/base2m/base2m-phrasalonly/generatedwords.grm deleted file mode 100644 index 92fc954..0000000 --- a/compling.core/base2m/base2m-phrasalonly/generatedwords.grm +++ /dev/null @@ -1,463 +0,0 @@ - -construction APPLES_ - subcase of CommonNoun - constructional:NominalFeatures - constraints - features <--> NominalFeatureSet_18_ - features.massOrPlural <-- "yes" - features.number <--> Pl_3_ - form - constraints - self.f.orth <-- "apples" - meaning - evokes RD as RD_2_ - evokes Pl as Pl_3_ - evokes NounInflectionMeaning as NounInflectionMeaning_6_ - evokes @apple as ONTOLOGY_apple_8_ -// evokes WLFinalSibilantForm as WLFinalSibilantForm_16_ -// evokes WLFinalSibilantFinalYForm as WLFinalSibilantFinalYForm_17_ - evokes NominalFeatureSet as NominalFeatureSet_18_ - constraints - RD_2_.number <-- ">1" - NounInflectionMeaning_6_.number <-- ">1" -// WLFinalSibilantForm_16_.finalSib <-- "" -// WLFinalSibilantForm_16_.stem <-- "apple" -// WLFinalSibilantFinalYForm_17_.finalSib <-- "" -// WLFinalSibilantFinalYForm_17_.affix <-- "s" -// WLFinalSibilantFinalYForm_17_.suffix <-- "s" -// WLFinalSibilantFinalYForm_17_.finalY <-- "" - self.m <--> RD_2_ - RD_2_.ontological-category <--> ONTOLOGY_apple_8_ - - -construction WANTS_ - subcase of ControlVerb - constructional:VerbFeatures - constraints - features <--> VerbSg3_12_ - features.verbform <--> Present_8_ - form - constraints - self.f.orth <-- "wants" - meaning - evokes @process as ONTOLOGY_process_0_ -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_2_ - evokes WordForm as WordForm_6_ - evokes Present as Present_8_ - evokes ControlVerbProcess as ControlVerbProcess_10_ - evokes VerbSg3 as VerbSg3_12_ - constraints -// PresentOnlyEInflectionForm_2_.affix <-- "s" -// PresentOnlyEInflectionForm_2_.suffix <-- "s" -// PresentOnlyEInflectionForm_2_.silentE <-- "e" -// PresentOnlyEInflectionForm_2_.presentOnlyE <-- "e" -// WordForm_6_.orth <-- "want" - self.m <--> ControlVerbProcess_10_ - ControlVerbProcess_10_.x-net <--> ONTOLOGY_process_0_ - -construction SLIDE_BASE - subcase of Verb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_21_ - features.verbform <--> Base_1_ - form - constraints - self.f.orth <-- "slide" - meaning - evokes Base as Base_1_ - evokes Process as Process_8_ -// evokes WLAblautEForm as WLAblautEForm_12_ -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_15_ - evokes VerbFeatureSet as VerbFeatureSet_21_ - evokes @slide as ONTOLOGY_slide_22_ - constraints -// WLAblautEForm_12_.final <-- "d" -// WLAblautEForm_12_.mainV <-- "i" -// WLAblautEForm_12_.initial <-- "sl" -// PresentOnlyEInflectionForm_15_.affix <-- "" -// PresentOnlyEInflectionForm_15_.suffix <-- "" -// PresentOnlyEInflectionForm_15_.silentE <-- "e" -// PresentOnlyEInflectionForm_15_.presentOnlyE <-- "e" - self.m <--> Process_8_ - Process_8_.x-net <--> ONTOLOGY_slide_22_ - -construction SLID_PAST - subcase of Verb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_6_ - features.verbform <--> Past_3_ - form - constraints - self.f.orth <-- "slid" - meaning -// evokes WLAblautEForm as WLAblautEForm_2_ - evokes Past as Past_3_ - evokes VerbFeatureSet as VerbFeatureSet_6_ - evokes Process as Process_16_ - evokes @slide as ONTOLOGY_slide_20_ -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_22_ - constraints -// WLAblautEForm_2_.final <-- "d" -// WLAblautEForm_2_.mainV <-- "i" -// WLAblautEForm_2_.initial <-- "sl" -// PresentOnlyEInflectionForm_22_.affix <-- "" -// PresentOnlyEInflectionForm_22_.suffix <-- "" -// PresentOnlyEInflectionForm_22_.silentE <-- "" -// PresentOnlyEInflectionForm_22_.presentOnlyE <-- "" - self.m <--> Process_16_ - Process_16_.x-net <--> ONTOLOGY_slide_20_ - -construction SLID_PAPART - subcase of Verb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_8_ - features.verbform <--> PastParticiple_6_ - form - constraints - self.f.orth <-- "slid" - meaning - evokes PastParticiple as PastParticiple_6_ - evokes VerbFeatureSet as VerbFeatureSet_8_ -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_10_ - evokes @slide as ONTOLOGY_slide_11_ - evokes Process as Process_20_ -// evokes WLAblautEForm as WLAblautEForm_22_ - constraints -// PresentOnlyEInflectionForm_10_.affix <-- "" -// PresentOnlyEInflectionForm_10_.suffix <-- "" -// PresentOnlyEInflectionForm_10_.presentOnlyE <-- "" -// WLAblautEForm_22_.final <-- "d" -// WLAblautEForm_22_.mainV <-- "i" -// WLAblautEForm_22_.initial <-- "sl" - self.m <--> Process_20_ - Process_20_.x-net <--> ONTOLOGY_slide_11_ - - -construction SLIDES_ - subcase of Verb - constructional:VerbFeatures - constraints - features <--> VerbSg3_21_ - features.verbform <--> Present_20_ - form - constraints - self.f.orth <-- "slides" - meaning - evokes Process as Process_0_ -// evokes WLAblautEForm as WLAblautEForm_14_ -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_16_ - evokes @slide as ONTOLOGY_slide_19_ - evokes Present as Present_20_ - evokes VerbSg3 as VerbSg3_21_ - constraints -// WLAblautEForm_14_.final <-- "d" -// WLAblautEForm_14_.mainV <-- "i" -// WLAblautEForm_14_.initial <-- "sl" -// PresentOnlyEInflectionForm_16_.affix <-- "s" -// PresentOnlyEInflectionForm_16_.suffix <-- "s" -// PresentOnlyEInflectionForm_16_.silentE <-- "e" -// PresentOnlyEInflectionForm_16_.presentOnlyE <-- "e" - self.m <--> Process_0_ - Process_0_.x-net <--> ONTOLOGY_slide_19_ - - -construction SLIDER_ - subcase of CommonNoun - constructional:NominalFeatures - constraints - features <--> NominalFeatureSet_3_ - features.massOrPlural <-- "no" - features.number <--> Sg_18_ - form - constraints - self.f.orth <-- "slider" - meaning - evokes NounInflectionMeaning as NounInflectionMeaning_1_ - evokes Process as Process_2_ - evokes NominalFeatureSet as NominalFeatureSet_3_ - evokes RD as RD_6_ -// evokes WLFinalSibilantForm as WLFinalSibilantForm_7_ -// evokes WLFinalSibilantFinalYForm as WLFinalSibilantFinalYForm_9_ - evokes Sg as Sg_18_ - evokes @animate as ONTOLOGY_animate_23_ -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_28_ -// evokes WLAblautEForm as WLAblautEForm_32_ - evokes Base as Base_34_ - evokes VerbFeatureSet as VerbFeatureSet_37_ - evokes @slide as ONTOLOGY_slide_43_ - constraints - NounInflectionMeaning_1_.number <-- "1" - RD_6_.number <-- "1" -// WLFinalSibilantForm_7_.orth <-- "er" -// WLFinalSibilantForm_7_.finalSib <-- "" -// WLFinalSibilantForm_7_.stem <-- "" -// WLFinalSibilantFinalYForm_9_.finalSib <-- "" -// WLFinalSibilantFinalYForm_9_.affix <-- "" -// WLFinalSibilantFinalYForm_9_.suffix <-- "" -// WLFinalSibilantFinalYForm_9_.finalY <-- "y" -// PresentOnlyEInflectionForm_28_.orth <-- "" -// PresentOnlyEInflectionForm_28_.affix <-- "" -// PresentOnlyEInflectionForm_28_.suffix <-- "" -// PresentOnlyEInflectionForm_28_.silentE <-- "" -// PresentOnlyEInflectionForm_28_.presentOnlyE <-- "" -// WLAblautEForm_32_.final <-- "d" -// WLAblautEForm_32_.mainV <-- "i" -// WLAblautEForm_32_.initial <-- "sl" - self.m <--> RD_6_ - Process_2_.protagonist <--> ONTOLOGY_animate_23_ - RD_6_.referent <--> ONTOLOGY_animate_23_ - VerbFeatureSet_37_.verbform <--> Base_34_ - Process_2_.x-net <--> ONTOLOGY_slide_43_ - -construction HOSPITALIZE_BASE - subcase of CausativeVerb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_18_ - features.verbform <--> Base_25_ - form - constraints - self.f.orth <-- "hospitalize" - meaning -// evokes WLSuffixEForm as WLSuffixEForm_2_ - evokes Institutionalization as Institutionalization_7_ - evokes @entity as ONTOLOGY_entity_8_ - evokes @complexxnet as ONTOLOGY_complexxnet_9_ - evokes RD as RD_11_ - evokes Sg as Sg_14_ - evokes SPG as SPG_15_ - evokes MotionPath as MotionPath_17_ - evokes VerbFeatureSet as VerbFeatureSet_18_ - evokes ForceApplication as ForceApplication_19_ -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_21_ - evokes @animate as ONTOLOGY_animate_24_ - evokes Base as Base_25_ - evokes NominalFeatureSet as NominalFeatureSet_26_ - evokes @animate as ONTOLOGY_animate_30_ -// evokes WLFinalSibilantFinalYForm as WLFinalSibilantFinalYForm_36_ -// evokes WLFinalSibilantForm as WLFinalSibilantForm_39_ - evokes NounInflectionMeaning as NounInflectionMeaning_42_ - evokes @hospital as ONTOLOGY_hospital_43_ - constraints -// WLSuffixEForm_2_.stem <-- "iz" -// PresentOnlyEInflectionForm_21_.affix <-- "" -// PresentOnlyEInflectionForm_21_.suffix <-- "" -// PresentOnlyEInflectionForm_21_.silentE <-- "e" -// PresentOnlyEInflectionForm_21_.presentOnlyE <-- "e" -// WLFinalSibilantFinalYForm_36_.finalSib <-- "" -// WLFinalSibilantFinalYForm_36_.affix <-- "" -// WLFinalSibilantFinalYForm_36_.suffix <-- "" -// WLFinalSibilantFinalYForm_36_.finalY <-- "" -// WLFinalSibilantForm_39_.finalSib <-- "" -// WLFinalSibilantForm_39_.stem <-- "hospital" - self.m <--> Institutionalization_7_ - Institutionalization_7_.process1 <--> ForceApplication_19_ - Institutionalization_7_.x-net <--> ONTOLOGY_complexxnet_9_ - NominalFeatureSet_26_.number <--> Sg_14_ - Institutionalization_7_.facility <--> ONTOLOGY_entity_8_ - RD_11_.referent <--> ONTOLOGY_entity_8_ - SPG_15_.goal <--> ONTOLOGY_entity_8_ - Institutionalization_7_.authority <--> ONTOLOGY_animate_30_ - Institutionalization_7_.protagonist <--> ONTOLOGY_animate_30_ - Institutionalization_7_.causer <--> ONTOLOGY_animate_30_ - ForceApplication_19_.protagonist <--> ONTOLOGY_animate_30_ - ForceApplication_19_.actor <--> ONTOLOGY_animate_30_ - Institutionalization_7_.affected <--> ONTOLOGY_animate_24_ - Institutionalization_7_.protagonist2 <--> ONTOLOGY_animate_24_ - Institutionalization_7_.patient <--> ONTOLOGY_animate_24_ - MotionPath_17_.mover <--> ONTOLOGY_animate_24_ - MotionPath_17_.protagonist <--> ONTOLOGY_animate_24_ - ForceApplication_19_.actedUpon <--> ONTOLOGY_animate_24_ - MotionPath_17_.spg <--> SPG_15_ - RD_11_.ontological-category <--> ONTOLOGY_hospital_43_ - Institutionalization_7_.process2 <--> MotionPath_17_ - -construction HOSPITALIZED_PAST - subcase of CausativeVerb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_27_ - features.verbform <--> Past_22_ - form - constraints - self.f.orth <-- "hospitalized" - meaning - evokes Sg as Sg_0_ - evokes @complexxnet as ONTOLOGY_complexxnet_1_ -// evokes WLSuffixEForm as WLSuffixEForm_6_ - evokes @entity as ONTOLOGY_entity_8_ -// evokes SuffixEForm as SuffixEForm_10_ - evokes @animate as ONTOLOGY_animate_12_ - evokes MotionPath as MotionPath_14_ - evokes ForceApplication as ForceApplication_16_ - evokes RD as RD_17_ - evokes SPG as SPG_18_ - evokes NominalFeatureSet as NominalFeatureSet_20_ - evokes Institutionalization as Institutionalization_21_ - evokes Past as Past_22_ - evokes @animate as ONTOLOGY_animate_24_ - evokes VerbFeatureSet as VerbFeatureSet_27_ - evokes @hospital as ONTOLOGY_hospital_30_ -// evokes WLFinalSibilantForm as WLFinalSibilantForm_31_ -// evokes WLFinalSibilantFinalYForm as WLFinalSibilantFinalYForm_39_ - evokes NounInflectionMeaning as NounInflectionMeaning_43_ - constraints -// WLSuffixEForm_6_.stem <-- "iz" -// SuffixEForm_10_.affix <-- "ed" -// SuffixEForm_10_.suffix <-- "ed" -// SuffixEForm_10_.silentE <-- "" -// WLFinalSibilantForm_31_.finalSib <-- "" -// WLFinalSibilantForm_31_.stem <-- "hospital" -// WLFinalSibilantFinalYForm_39_.finalSib <-- "" -// WLFinalSibilantFinalYForm_39_.affix <-- "" -// WLFinalSibilantFinalYForm_39_.suffix <-- "" -// WLFinalSibilantFinalYForm_39_.finalY <-- "" - self.m <--> Institutionalization_21_ - ForceApplication_16_.protagonist <--> ONTOLOGY_animate_24_ - ForceApplication_16_.actor <--> ONTOLOGY_animate_24_ - Institutionalization_21_.authority <--> ONTOLOGY_animate_24_ - Institutionalization_21_.protagonist <--> ONTOLOGY_animate_24_ - Institutionalization_21_.causer <--> ONTOLOGY_animate_24_ - NominalFeatureSet_20_.number <--> Sg_0_ - MotionPath_14_.mover <--> ONTOLOGY_animate_12_ - MotionPath_14_.protagonist <--> ONTOLOGY_animate_12_ - ForceApplication_16_.actedUpon <--> ONTOLOGY_animate_12_ - Institutionalization_21_.affected <--> ONTOLOGY_animate_12_ - Institutionalization_21_.protagonist2 <--> ONTOLOGY_animate_12_ - Institutionalization_21_.patient <--> ONTOLOGY_animate_12_ - Institutionalization_21_.x-net <--> ONTOLOGY_complexxnet_1_ - MotionPath_14_.spg <--> SPG_18_ - Institutionalization_21_.process1 <--> ForceApplication_16_ - RD_17_.ontological-category <--> ONTOLOGY_hospital_30_ - RD_17_.referent <--> ONTOLOGY_entity_8_ - SPG_18_.goal <--> ONTOLOGY_entity_8_ - Institutionalization_21_.facility <--> ONTOLOGY_entity_8_ - Institutionalization_21_.process2 <--> MotionPath_14_ - -construction HOSPITALIZED_PAPART - subcase of CausativeVerb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_27_ - features.verbform <--> PastParticiple_0_ - form - constraints - self.f.orth <-- "hospitalized" - meaning - evokes PastParticiple as PastParticiple_0_ - evokes Sg as Sg_1_ - evokes SPG as SPG_5_ - evokes ForceApplication as ForceApplication_7_ - evokes @animate as ONTOLOGY_animate_8_ -// evokes WLSuffixEForm as WLSuffixEForm_9_ - evokes @entity as ONTOLOGY_entity_10_ - evokes NominalFeatureSet as NominalFeatureSet_11_ - evokes @animate as ONTOLOGY_animate_12_ - evokes MotionPath as MotionPath_14_ - evokes @complexxnet as ONTOLOGY_complexxnet_16_ - evokes Institutionalization as Institutionalization_19_ - evokes RD as RD_25_ -// evokes SuffixEForm as SuffixEForm_26_ - evokes VerbFeatureSet as VerbFeatureSet_27_ - evokes @hospital as ONTOLOGY_hospital_30_ -// evokes WLFinalSibilantFinalYForm as WLFinalSibilantFinalYForm_34_ -// evokes NounInflectionMeaning as NounInflectionMeaning_37_ -// evokes WLFinalSibilantForm as WLFinalSibilantForm_40_ - constraints -// WLSuffixEForm_9_.stem <-- "iz" -// SuffixEForm_26_.affix <-- "ed" -// SuffixEForm_26_.suffix <-- "ed" -// SuffixEForm_26_.silentE <-- "" -// WLFinalSibilantFinalYForm_34_.finalSib <-- "" -// WLFinalSibilantFinalYForm_34_.affix <-- "" -// WLFinalSibilantFinalYForm_34_.suffix <-- "" -// WLFinalSibilantFinalYForm_34_.finalY <-- "" -// WLFinalSibilantForm_40_.finalSib <-- "" -// WLFinalSibilantForm_40_.stem <-- "hospital" - self.m <--> Institutionalization_19_ - Institutionalization_19_.process1 <--> ForceApplication_7_ - MotionPath_14_.spg <--> SPG_5_ - RD_25_.ontological-category <--> ONTOLOGY_hospital_30_ - SPG_5_.goal <--> ONTOLOGY_entity_10_ - Institutionalization_19_.facility <--> ONTOLOGY_entity_10_ - RD_25_.referent <--> ONTOLOGY_entity_10_ - Institutionalization_19_.x-net <--> ONTOLOGY_complexxnet_16_ - ForceApplication_7_.actedUpon <--> ONTOLOGY_animate_12_ - MotionPath_14_.mover <--> ONTOLOGY_animate_12_ - MotionPath_14_.protagonist <--> ONTOLOGY_animate_12_ - Institutionalization_19_.affected <--> ONTOLOGY_animate_12_ - Institutionalization_19_.protagonist2 <--> ONTOLOGY_animate_12_ - Institutionalization_19_.patient <--> ONTOLOGY_animate_12_ - Institutionalization_19_.process2 <--> MotionPath_14_ - ForceApplication_7_.protagonist <--> ONTOLOGY_animate_8_ - ForceApplication_7_.actor <--> ONTOLOGY_animate_8_ - Institutionalization_19_.authority <--> ONTOLOGY_animate_8_ - Institutionalization_19_.protagonist <--> ONTOLOGY_animate_8_ - Institutionalization_19_.causer <--> ONTOLOGY_animate_8_ - NominalFeatureSet_11_.number <--> Sg_1_ - -construction HOSPITALIZING_ - subcase of CausativeVerb - constructional:VerbFeatures - constraints - features <--> VerbFeatureSet_13_ - features.verbform <--> PresentParticiple_9_ - form - constraints - self.f.orth <-- "hospitalizing" - meaning -// evokes PresentOnlyEInflectionForm as PresentOnlyEInflectionForm_1_ - evokes @entity as ONTOLOGY_entity_3_ - evokes @complexxnet as ONTOLOGY_complexxnet_4_ - evokes PresentParticiple as PresentParticiple_9_ - evokes @animate as ONTOLOGY_animate_12_ - evokes VerbFeatureSet as VerbFeatureSet_13_ -// evokes WLSuffixEForm as WLSuffixEForm_14_ - evokes @animate as ONTOLOGY_animate_15_ - evokes Institutionalization as Institutionalization_16_ - evokes ForceApplication as ForceApplication_20_ - evokes MotionPath as MotionPath_21_ - evokes SPG as SPG_22_ - evokes RD as RD_24_ - evokes Sg as Sg_25_ - evokes NominalFeatureSet as NominalFeatureSet_29_ -// evokes WLFinalSibilantFinalYForm as WLFinalSibilantFinalYForm_31_ -// evokes WLFinalSibilantForm as WLFinalSibilantForm_32_ - evokes @hospital as ONTOLOGY_hospital_35_ - evokes NounInflectionMeaning as NounInflectionMeaning_40_ - constraints -// PresentOnlyEInflectionForm_1_.affix <-- "ing" -// PresentOnlyEInflectionForm_1_.suffix <-- "ing" -// PresentOnlyEInflectionForm_1_.silentE <-- "" -// PresentOnlyEInflectionForm_1_.presentOnlyE <-- "" -// WLSuffixEForm_14_.stem <-- "iz" -// WLFinalSibilantFinalYForm_31_.finalSib <-- "" -// WLFinalSibilantFinalYForm_31_.affix <-- "" -// WLFinalSibilantFinalYForm_31_.suffix <-- "" -// WLFinalSibilantFinalYForm_31_.finalY <-- "" -// WLFinalSibilantForm_32_.finalSib <-- "" -// WLFinalSibilantForm_32_.stem <-- "hospital" - self.m <--> Institutionalization_16_ - Institutionalization_16_.facility <--> ONTOLOGY_entity_3_ - SPG_22_.goal <--> ONTOLOGY_entity_3_ - RD_24_.referent <--> ONTOLOGY_entity_3_ - Institutionalization_16_.affected <--> ONTOLOGY_animate_12_ - Institutionalization_16_.protagonist2 <--> ONTOLOGY_animate_12_ - Institutionalization_16_.patient <--> ONTOLOGY_animate_12_ - ForceApplication_20_.actedUpon <--> ONTOLOGY_animate_12_ - MotionPath_21_.mover <--> ONTOLOGY_animate_12_ - MotionPath_21_.protagonist <--> ONTOLOGY_animate_12_ - Institutionalization_16_.process1 <--> ForceApplication_20_ - Institutionalization_16_.x-net <--> ONTOLOGY_complexxnet_4_ - NominalFeatureSet_29_.number <--> Sg_25_ - Institutionalization_16_.process2 <--> MotionPath_21_ - MotionPath_21_.spg <--> SPG_22_ - Institutionalization_16_.authority <--> ONTOLOGY_animate_15_ - Institutionalization_16_.protagonist <--> ONTOLOGY_animate_15_ - Institutionalization_16_.causer <--> ONTOLOGY_animate_15_ - ForceApplication_20_.protagonist <--> ONTOLOGY_animate_15_ - ForceApplication_20_.actor <--> ONTOLOGY_animate_15_ - RD_24_.ontological-category <--> ONTOLOGY_hospital_35_ diff --git a/compling.core/base2m/base2m-phrasalonly/morph.grm b/compling.core/base2m/base2m-phrasalonly/morph.grm deleted file mode 100644 index ac9b493..0000000 --- a/compling.core/base2m/base2m-phrasalonly/morph.grm +++ /dev/null @@ -1,49 +0,0 @@ -/******************** - Some general morphological constructions - - Due to weirdnesses in the original version of the phrasal parser, - this file will be slightly different for that vs. the morphological parser. - ********************* - nschneid - 2009-05-13 -*/ - -/* -construction WROOT // for morphological parser only - constructional constituents - word: WLMorph - form: MorphForm - constraints - self.f.orth <-- "" - self.f.orth meets word.f -*/ - -general construction Morph - form: MorphForm - -general construction WLMorph // Word-Level - subcase of Morph - - -general construction Affix - subcase of Morph - constructional constituents - stem: Morph - form: AffixForm - -general construction Suffix - subcase of Affix - form: SuffixForm - constraints - stem.f meets self.f.suffix - -general construction WLAffix - subcase of WLMorph, Affix - form: WLAffixForm - -general construction WLSuffix - subcase of WLAffix, Suffix - form: WLSuffixForm - - - diff --git a/compling.core/base2m/base2m-phrasalonly/singularnouns.grm b/compling.core/base2m/base2m-phrasalonly/singularnouns.grm deleted file mode 100644 index ed465c9..0000000 --- a/compling.core/base2m/base2m-phrasalonly/singularnouns.grm +++ /dev/null @@ -1,166 +0,0 @@ -/*** - *** - *** Singular Count Nouns - *** -***********/ - -// Identical to the version in the morphological grammar, except: -// - supertypes which are morphology-only are replaced with SingularNoun -// - form assignment is to self.f.orth rather than self.f.stem - -/*general construction Noun - subcase of Word - constructional:NominalFeatures - meaning: @entity*/ - - - -general construction SingularNoun - subcase of Noun, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - meaning - constraints - self.m.number <-- "1" - - -construction Apple - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "apple" - meaning - constraints - self.m.ontological-category <-- @apple - - -construction Tree - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "tree" - meaning - constraints - self.m.ontological-category <-- @tree - - -construction Hand - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "hand" - meaning - constraints - self.m.ontological-category <-- @hand - - -construction Box - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "box" - meaning - constraints - self.m.ontological-category <-- @box - -construction Table - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "table" - meaning - constraints - self.m.ontological-category <-- @table - -construction Hammer - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "hammer" - meaning - constraints - self.m.ontological-category <-- @hammer - -construction House - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "house" - meaning - constraints - self.m.ontological-category <-- @house - -construction Niña - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "niña" - meaning - constraints - self.m.ontological-category <-- @niña - -construction Cake - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "cake" - meaning - constraints - self.m.ontological-category <-- @cake - -construction Room - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "room" - meaning - constraints - self.m.ontological-category <-- @room - - -construction Hospital // nschneid - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "hospital" - meaning - constraints - self.m.ontological-category <-- @hospital - -construction Berry // nschneid - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "berr" - meaning - constraints - self.m.ontological-category <-- @berry - -construction Recession2 - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "recession" - meaning - constraints - self.m.ontological-category <-- @recession - -construction Depression1 - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "depression" - meaning - constraints - self.m.ontological-category <-- @depression - -construction Year - subcase of SingularNoun, CommonNoun - form - constraints - self.f.orth <-- "year" - meaning - constraints - self.m.ontological-category <-- @year - \ No newline at end of file diff --git a/compling.core/build.xml b/compling.core/build.xml new file mode 100644 index 0000000..e69378f --- /dev/null +++ b/compling.core/build.xml @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compling.core/build/compling.core.jar b/compling.core/build/compling.core.jar index 560aa49..70dcdee 100644 Binary files a/compling.core/build/compling.core.jar and b/compling.core/build/compling.core.jar differ diff --git a/compling.core/data/.cvsignore b/compling.core/data/.cvsignore deleted file mode 100644 index 6196a48..0000000 --- a/compling.core/data/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -junk -orig diff --git a/compling.core/data/Context/MiniOntology.cup b/compling.core/data/Context/MiniOntology.cup deleted file mode 100644 index 39c4040..0000000 --- a/compling.core/data/Context/MiniOntology.cup +++ /dev/null @@ -1,239 +0,0 @@ -package compling.context; - -import java_cup.runtime.*; -import java.util.*; -import compling.context.MiniOntology; -import compling.context.MiniOntology.*; - -parser code {: -public MiniOntology m = new MiniOntology(true); -public String file="unknown"; - -public MiniOntology getMiniOntology(){return m;} - -public void setMiniOntology(MiniOntology mo){this.m = mo;} - -public void report_error(String message, Object info){ - super.report_error("In file " +file+": "+message+" around line number "+((Yylex) getScanner()).getLineNumber(), null); -} - -public int counter = 0; - -:} - -/* Terminals (tokens returned by the scanner). */ -terminal OPENPAREN, CLOSEPAREN, SUB, REL, FUN, IND, FIL, EQ, TRANSIENT, NONBLOCKING, DEFS, INSTS, TYPE, INST, CURRENTINTERVAL, REM; -terminal String IDENTIFIER, STR; - - -/* Non terminals */ - -non terminal fun_prim, rel_prim, ind_prim, fil_prim, sub_prim, eq_prim, type_prim, update_interval_prim, interval_prim, rem_prim, rem_all_prim; -non terminal ont_list, defs_list, insts_list, def_prim, inst_prim; -non terminal List parent_list, opt_parent_list, opt_rels_list, rel_pair_list, opt_bindings_list, binding_pair_list, opt_fil_list, fil_pair_list; -non terminal String instance_prim, inst_name; - -ont_list ::= DEFS defs_list INSTS insts_list ; - -defs_list ::= - defs_list OPENPAREN def_prim CLOSEPAREN - | - /*NOTHING*/ -; - -def_prim ::= fun_prim | rel_prim | sub_prim | eq_prim | type_prim; - -insts_list ::= - insts_list OPENPAREN inst_prim CLOSEPAREN - | - /*NOTHING*/ - {: parser.m.build(); :} -; - -inst_prim ::= ind_prim | fil_prim | instance_prim | interval_prim | update_interval_prim | rem_prim | rem_all_prim; - -type_prim ::= - TYPE IDENTIFIER:name opt_parent_list:pl opt_rels_list:rl opt_bindings_list:bl - {: - parser.m.addType(name, pl); - for (String relpair : rl){ - String[] pair = relpair.split(":"); - boolean persistent = true; - boolean blocking = true; - if (pair[0].indexOf(\%) != -1){peristent = false; pair[0] = pair[0].substring(1);} - if (pair[0].indexOf(\$) != -1){blocking = false; pair[0] = pair[0].substring(1);} - parser.m.addRelation(pair[0], name, pair[1], persistent, blocking); - } - for (String eqpair : bl){ - String[] pair = eqpair.split(":"); - parser.m.addCoindexation(name, pair[0], pair[1]); - } - :} -; - -opt_parent_list ::= - SUB parent_list:pl - {: RESULT = pl; :} - | /*NOTHING*/ - {: RESULT = new ArrayList(); :} -; - -opt_rels_list ::= - REL rel_pair_list:rpl - {: RESULT = rpl; :} - | /*NOTHING*/ - {: RESULT = new ArrayList(); :} -; - -rel_pair_list ::= - rel_pair_list:rpl OPENPAREN IDENTIFIER:name IDENTIFIER:range CLOSEPAREN - {: rpl.add(name+":"+range); RESULT = rpl; :} - | rel_pair_list:rpl OPENPAREN TRANSIENT IDENTIFIER:name IDENTIFIER:range CLOSEPAREN - {: rpl.add("%"+name+":"+range); RESULT = rpl; :} - | rel_pair_list:rpl OPENPAREN NONBLOCKING IDENTIFIER:name IDENTIFIER:range CLOSEPAREN - {: rpl.add("$"+name+":"+range); RESULT = rpl; :} - | rel_pair_list:rpl OPENPAREN TRANSIENT NONBLOCKING IDENTIFIER:name IDENTIFIER:range CLOSEPAREN - {: rpl.add("%$"+name+":"+range); RESULT = rpl; :} - | rel_pair_list:rpl OPENPAREN NONBLOCKING TRANSIENT IDENTIFIER:name IDENTIFIER:range CLOSEPAREN - {: rpl.add("%$"+name+":"+range); RESULT = rpl; :} - | /*NOTHING*/ - {: RESULT = new ArrayList(); :} -; - -opt_bindings_list ::= - EQ binding_pair_list:rpl - {: RESULT = rpl; :} - | /*NOTHING*/ - {: RESULT = new ArrayList(); :} -; - -binding_pair_list ::= - rel_pair_list:rpl OPENPAREN IDENTIFIER:name1 IDENTIFIER:name2 CLOSEPAREN - {: rpl.add(name1+":"+name2); RESULT = rpl; :} - | /*NOTHING*/ - {: RESULT = new ArrayList(); :} -; - -fun_prim ::= - FUN IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, true, true); :} - | TRANSIENT FUN IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, false, true); :} - | NONBLOCKING FUN IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, true, false); :} - | NONBLOCKING TRANSIENT FUN IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, false, false); :} - | TRANSIENT NONBLOCKING FUN IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, false, false); :} -; - -rel_prim ::= - REL IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, true, true); :} - | TRANSIENT REL IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, false, true); :} - | NONBLOCKING REL IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, true, false); :} - | NONBLOCKING TRANSIENT REL IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, false, false); :} - | TRANSIENT NONBLOCKING REL IDENTIFIER:name IDENTIFIER:domain IDENTIFIER:range - {: parser.m.addFunction(name, domain, range, false, false); :} -; - - -sub_prim ::= - SUB IDENTIFIER:new_type parent_list:pl - {: parser.m.addType(new_type, pl); :} -; - -parent_list ::= - parent_list:pl IDENTIFIER:p - {: pl.add(p); RESULT=pl; :} - | /*NOTHING*/ - {: RESULT=new ArrayList(); :} -; - -eq_prim ::= - EQ IDENTIFIER:cat IDENTIFIER:r1 IDENTIFIER:r2 - {: parser.m.addCoindexation(cat, r1, r2); :} -; - -ind_prim ::= - IND IDENTIFIER:name IDENTIFIER:cat - {: parser.m.addIndividual(name, cat); :} -; - -fil_prim ::= - FIL IDENTIFIER:relname IDENTIFIER:holder IDENTIFIER:value - {: parser.m.addRelationFiller(relname, holder, value); :} - | FIL IDENTIFIER:relname IDENTIFIER:holder STR:value - {: parser.m.addRelationFiller(relname, holder, value); :} -; - -rem_prim ::= - REM IDENTIFIER:relname IDENTIFIER:holder IDENTIFIER:value - {: parser.m.removeRelationFiller(relname, holder, value); :} - | REM IDENTIFIER:relname IDENTIFIER:holder STR:value - {: parser.m.removeRelationFillers(relname, holder, value); :} -; - -rem_all_prim ::= - REM IDENTIFIER:relname IDENTIFIER:holder - {: parser.m.removeAllRelationFiller(relname, holder); :} -; - - - -instance_prim ::= - INST IDENTIFIER:name IDENTIFIER:type IDENTIFIER:parent IDENTIFIER:preceding opt_fil_list:ofl - {: - parser.m.defineNewInterval(name, type, parent, preceding); - for (String filpair : ofl){ - String pair[] = filpair.split(":"); - parser.m.addRelationFiller(pair[0], name, pair[1]); - } - RESULT = name; - :} - | INST IDENTIFIER:name IDENTIFIER:type opt_fil_list:ofl - {: - parser.m.addIndividual(name, type); - for (String filpair : ofl){ - String pair[] = filpair.split(":"); - parser.m.addRelationFiller(pair[0], name, pair[1]); - } - RESULT = name; - :} - | INST IDENTIFIER:type opt_fil_list:ofl - {: - String name = type+parser.counter; - parser.counter++; - parser.m.addIndividual(name, type); - for (String filpair : ofl){ - String pair[] = filpair.split(":"); - parser.m.addRelationFiller(pair[0], name, pair[1]); - } - RESULT = name; - :} -; - -opt_fil_list ::= - FIL fil_pair_list:rpl - {: RESULT = rpl; :} - | /*NOTHING*/ - {: RESULT = new ArrayList(); :} -; - -fil_pair_list ::= - fil_pair_list:rpl OPENPAREN IDENTIFIER:relname inst_name:instname CLOSEPAREN - {: rpl.add(relname+":"+instname); RESULT = rpl; :} - | /*NOTHING*/ - {: RESULT = new ArrayList(); :} -; - -inst_name ::= - IDENTIFIER:i {: RESULT = i; :} - | OPENPAREN instance_prim:i CLOSEPAREN {: RESULT = i; :} - | STR:s {: RESULT = s; :} -; - -update_interval_prim ::= CURRENTINTERVAL IDENTIFIER:name {: parser.m.setCurrentInterval((MiniOntology.Interval)parser.m.getCurrentInterval().getIndividual(name)); :}; \ No newline at end of file diff --git a/compling.core/data/Context/test.ont b/compling.core/data/Context/test.ont deleted file mode 100644 index 4500523..0000000 --- a/compling.core/data/Context/test.ont +++ /dev/null @@ -1,14 +0,0 @@ -DEFS: - -(type Entity sub Element) - -(type Child sub Entity) - -(type Hand sub Entity) - -(type Face sub Entity) - -(type Shoulder sub Entity) - - -INSTS: diff --git a/compling.core/data/Context/test.sim b/compling.core/data/Context/test.sim deleted file mode 100644 index ed4f551..0000000 --- a/compling.core/data/Context/test.sim +++ /dev/null @@ -1,6 +0,0 @@ -SCRIPT CHI { - exec (inst childHand Hand); - exec (inst childFace Face); - exec (inst childShoulder Shoulder); - //exec (inst CHI Child fil (name "Xixi") (gender "female") (hand childHand) (face childFace)); -} \ No newline at end of file diff --git a/compling.core/data/Context/test2.ont b/compling.core/data/Context/test2.ont deleted file mode 100644 index 859f094..0000000 --- a/compling.core/data/Context/test2.ont +++ /dev/null @@ -1,16 +0,0 @@ -DEFS: - -(type Element) - -(type Entity sub Element) - -(type Child sub Entity) - -(type Hand sub Entity) - -(type Face sub Entity) - -(type Shoulder sub Entity) - - -INSTS: diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue36.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue36.xml deleted file mode 100644 index 9a10638..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue36.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - nei4zhi1shou3na2bi3 - - - - - - - - 那隻手拿筆 - - - - - - - - - - you4shou3 - - - - - - - - 峿‰‹ - - - - - - - - - - en - - - - - - - - - - - - - - - - - - - - - - - ainei4shou3 - - - - - - - - 哎那手 - - - - - - - - - - - - - - - huan4guo4shou3 - - - - - - - - æ›éŽæ‰‹ - - - - - - - - - - zang

1 - - - - - - - - é«’ - - - - - - - - - - zang1ye3dei3yong4zhei4geshou3 - - - - - - - - 髒也得用這手 - - - - - - - - - - bi4xu1dei3yong4you4shou3xie3zi4 - - - - - - - - å¿…é ˆå¾—ç”¨å³æ‰‹å¯«å­— - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue37.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue37.xml deleted file mode 100644 index 0e75d52..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue37.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - mao1mao1 - - - - - - - - 貓貓 - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - mao1mao1 - - - - - - - - 貓貓 - - - - - - - - - - enhua4ba - - - - - - - - å—¯ç•«å§ - - - - - - - - - - hua4mao1mao1ba - - - - - - - - ç•«è²“è²“å§ - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue38.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue38.xml deleted file mode 100644 index cc68ad4..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue38.xml +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hua1hua1 - - - - - - - - 花花 - - - - - - - - - - hua1hua1ya - - - - - - - - 花花呀 - - - - - - - - - - zen3meyou4hua1hua1ya - - - - - - - - 怎麼åˆèŠ±èŠ±å‘€ - - - - - - - - - - - - - - - bie2dong4 - - - - - - - - 別動 - - - - - - - - - - ni3bie2nong4 - - - - - - - - 你別弄 - - - - - - - - - - ma1nong4 - - - - - - - - 媽弄 - - - - - - - - - - song1kai1shou3 - - - - - - - - 鬆開手 - - - - - - - - - - bie2jiu1zhezhei4ge - - - - - - - - 別æªè‘—這個 - - - - - - - - - - song1shou3 - - - - - - - - 鬆手 - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue39.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue39.xml deleted file mode 100644 index 63ee5de..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue39.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4gea - - - - - - - - - - - - - - - - - - tai4da4 - - - - - - - - - - - - - - - - - - ni3bu2shi4ye3you3zhe4meyi2gema - - - - - - - - 你䏿˜¯ä¹Ÿæœ‰é€™éº¼ä¸€å€‹å—Ž - - - - - - - - - - zhei4gea - - - - - - - - - - - - - - - - - - zhei4xiao3ya1zi - - - - - - - - 這å°é´¨å­ - - - - - - - - - - zhei4gea - - - - - - - - - - - - - - - - - - zhei4gea - - - - - - - - - - - - - - - - - - aiya - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue40.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue40.xml deleted file mode 100644 index 60dca8d..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue40.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na4ma1gei3zhai1 - - - - - - - - 那媽給摘 - - - - - - - - - - ma1gei3zhai1 - - - - - - - - - - - - - - - - - - qi3lai2 - - - - - - - - - - - - - - - - - - ma1zhai1ni3bie2dong4 - - - - - - - - - - - - - - - - - - - - - - - ma1gei3zhai1le - - - - - - - - - - - - - - - - - - ei

ma1gei3ni3zhai1ao - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - ma1gei3ni3zhai1le - - - - - - - - - - - - - - - - - - bie2dong4wo3gei3ni3zhai1ao - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue41.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue41.xml deleted file mode 100644 index 3bc4d53..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue41.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yao4bu4wo3bu2dai4ni3wanr2qu4le - - - - - - - - è¦ä¸æˆ‘ä¸å¸¶ä½ çŽ©åŽ»äº† - - - - - - - - - - you4gei3wo3deng4chu1lai2le - - - - - - - - åˆçµ¦æˆ‘蹬出來了 - - - - - - - - - - enma1ma - - - - - - - - - - - - - - - - - - gao4wo3 - - - - - - - - - - - - - - - - - - eini3mei2bi3ne - - - - - - - - - - - - - - - - - - ma1gei3ni3mai3denei4yi2tao4bi3ne - - - - - - - - 媽給你買的那一套筆呢 - - - - - - - - - - hai2you3ma - - - - - - - - 還有嗎 - - - - - - - - - - awo3gei3ni3mai3denei4yi2tao4bi3hai2you3ma - - - - - - - - - - - - - - - - - - ma1ma

- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue42.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue42.xml deleted file mode 100644 index 244ecb2..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue42.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zher4ne - - - - - - - - - - - - - - - - - - ma1gei3ni3na2 - - - - - - - - - - - - - - - - - - - - - - - gei3ni3na2cai3bi3 - - - - - - - - 給你拿彩筆 - - - - - - - - - - ni3rang4a1yi2kan4kan4ni3debi3hao3kan4bu4hao3kan4 - - - - - - - - - - - - - - - - - - a

- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue43.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue43.xml deleted file mode 100644 index 4e5f88b..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue43.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xing2lequ4xie1zi4qu4ba - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - aiyoujiu1huai4lezhei4geyao4shi4 - - - - - - - - 唉æªå£žäº†é€™å€‹è¦æ˜¯ - - - - - - - - - - qu4xie3zir4qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xing2lequ4xie1zi4qu4ba - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - - - - - - aiyoujiu1huai4lezhei4geyao4shi4 - - - - - - - - - - - - - - - - - - qu4xie3zir4qu4 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue44.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue44.xml deleted file mode 100644 index 4c330db..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue44.xml +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ne4shi4tu3dou4 - - - - - - - - - - - - - - - - - - tu3dou4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4dianr3gei3ni3 - - - - - - - - - - - - - - - - - - - - - - - - chi1 - - - - - - - - - - - - - - - - - - ni3gei3a1yi2na2tu3dou4gan4shen2meya - - - - - - - - - - - - - - - - - - ni3shuo1ni3zhen1tao3yan4 - - - - - - - - - - - - - - - - - - - - - - - ni3zen4metuo1zhekou3dai4 - - - - - - - - 你怎麼脫這å£è¢‹ - - - - - - - - - - - - - - - - ni3bie2na2 - - - - - - - - - - - - - - - - - - ao - - - - - - - - - - - - - - - - - - ni3rang4a1yi2zi4ji3na2 - - - - - - - - - - - - - - - - - - tuo1zhekou3dai4ni3shuo1a1yi2chi1ao - - - - - - - - - - - - - - - - - - ni3shuo1yi2chi1 - - - - - - - - - - - - - - - - - - aozen4meshuo1ao - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - ni3shuo1yi

2chi1 - - - - - - - - - - - - - - - - - - INVyou

2yi2 - - - - - - - - - - - - - - - - - - ni3shuo1nin2chi1 - - - - - - - - - - - - - - - - - - INVchi1 - - - - - - - - - - - - - - - - - - ni3shuo1nin2 - - - - - - - - - - - - - - - - - - INVnin2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue45.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue45.xml deleted file mode 100644 index d7ee747..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue45.xml +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ta1nar3hui4chi1a - - - - - - - - - - - - - - - - - - ta1hui4chi1ma - - - - - - - - - - - - - - - - - - wu1wo3wai4wei4ya - - - - - - - - - - - - - - - - - - wo3wei4ya - - - - - - - - - - - - - - - - - - wei4ta1ya - - - - - - - - - - - - - - - - - - bu2hui4chi1 - - - - - - - - - - - - - - - - - - ta1mei2you3zui3 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue46.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue46.xml deleted file mode 100644 index 286c099..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue46.xml +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jiu4na2liar3jiu4xing2le - - - - - - - - 就拿倆就行了 - - - - - - - - - - - - - - - na2yi2gehong2deyi2geluu4de - - - - - - - - - - - - - - - - - - - - - - - zai4na2yi2gehong2de - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na2liang3gejiu4xing2le - - - - - - - - - - - - - - - - - - - - - - - kan4 - - - - - - - - - - - - - - - ni3kan4ni3dou1gei3ba1diao4lezhei4ge - - - - - - - - 你看你都給扒掉了這個 - - - - - - - - - - - - - - - zai4na2yi2geya - - - - - - - - - - - - - - - - - - na2liar3 - - - - - - - - - - - - - - - - - - - - - - - - - na2liang3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - da4 - - - - - - - - - - - - - - - - - - dou1yi2yang4da4 - - - - - - - - - - - - - - - - - - da

4 - - - - - - - - - - - - - - - - - - aozai4na2yi2ge - - - - - - - - - - - - - - - - - - da

4 - - - - - - - - - - - - - - - - - - kuai4dianr3na2liang3gejiu4xing2le - - - - - - - - - - - - - - - - - - zai4na2yi2geya - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue47.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue47.xml deleted file mode 100644 index 5102321..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue47.xml +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3shuo1yi2gexiao3bai2tu4ba - - - - - - - - - - - - - - - bing1bing1 - - - - - - - - - - - - - - - - - - - bing1bing1 - - - - - - - - - - - - - - - - - - - ni3shuo1yi2gexiao3bai2tu4 - - - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - - - bing1bing1shuo1yi2gexiao3bai2tu4 - - - - - - - - - - - - - - - - - - - shuo1ya - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue48.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue48.xml deleted file mode 100644 index 6657cdc..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue48.xml +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - bing1bing1 - - - - - - - - - - - - - - - - - - - - - - ni3kan4zhei4shen2meche1ya - - - - - - - - - - - - - - - - ni3shang4ma - - - - - - - - - - - - - - - - shang4bu2shang4a - - - - - - - - - - - - - - - - shang4shang4le - - - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - ma1madai4ni3qu4 - - - - - - - - - - - - - - - - xing2ma - - - - - - - - - - - - - - - - zuo4da4qi4che1qu4 - - - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue49.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue49.xml deleted file mode 100644 index 2411c14..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue49.xml +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4gou3gou

3 - - - - - - - - - - - - - - - - - - - mo1qu4ba - - - - - - - - - - - - - - - - - - - - - - - xiao3gou3gou

3 - - - - - - - - - - - - - - - - - - - xiao3gou3gou3 - - - - - - - - - - - - - - - - - - - xiao3gou3gou3 - - - - - - - - - - - - - - - - - - - xiao3gou3gou3 - - - - - - - - - - - - - - - - - - xiao3gou3gou3pa4ma - - - - - - - - - - - - - - - - - - pa4 - - - - - - - - - - - - - - - - - mo1ma - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue50.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue50.xml deleted file mode 100644 index ea63615..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue50.xml +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - che1che1 - - - - - - - - - - - - - - - - wo3bao4ni3shang4qu4ba - - - - - - - - - - - - - - - - xing2ma - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4shi4shen2medeng1a - - - - - - - - - - - - - - - - - - hong2eng1deng1 - - - - - - - - - - - - - - - - - - hong2deng

1 - - - - - - - - - - - - - - - - - - - - - - - - zhei4shen2medeng1lebing1bing1 - - - - - - - - - - - - - - - - - - - bing1bing1 - - - - - - - - - - - - - - - zhei4shen2medeng1le - - - - - - - - - - - - - - - - - - - luu4deng1le - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue51.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue51.xml deleted file mode 100644 index cbbfed9..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue51.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bing1bing1tiao4ba - - - - - - - - - - - - - - - - - - - bing1bing1tiao4bu4 - - - - - - - - - - - - - - - - - - - ma1matiao4ba - - - - - - - - - - - - - - - - - - - music - - - - - - - - - - - - - - - - - - - bing1bing1tiao4ba - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue52.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue52.xml deleted file mode 100644 index 68c81ea..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue52.xml +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3kan4jian4tian1shang4dexing1xing1lema - - - - - - - - - - - - - - - - - - - kan4jian4lema - - - - - - - - - - - - - - - - - - - kan4jian4lema - - - - - - - - - - - - - - - - - - - ayou3xing1xing1ma - - - - - - - - - - - - - - - - - - - you3mei2you3a - - - - - - - - - - - - - - - - - - - you3 - - - - - - - - - - - - - - - - - - - you3a - - - - - - - - - - - - - - - - - - - you3ji3geya - - - - - - - - - - - - - - - - - - - shu3shu3 - - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - - shu3shu3you3ji3geya - - - - - - - - - - - - - - - - - - - san1ge - - - - - - - - - - - - - - - - - - - san1geyacai2 - - - - - - - - - - - - - - - - - - - zai4shu3shu3 - - - - - - - - - - - - - - - - - - - san1ge - - - - - - - - - - - - - - - - - - - hai2san1geya - - - - - - - - - - - - - - - - - - - zai4shu3shu3 - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue53.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue53.xml deleted file mode 100644 index 8c5c30e..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue53.xml +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - wo3wen4ni3shang4tuo1er2suo3a - - - - - - - - - - - - - - - - - - a1yi2hao3ma - - - - - - - - - - - - - - - - - - hao3bu4hao3 - - - - - - - - - - - - - - - - - - ni3hai2qu4bu2qu4tuo1er2suo3le - - - - - - - - - - - - - - - - - - wo3wo3jin1tian1gei3ni3song4qu4 - - - - - - - - - - - - - - - xing2ma - - - - - - - - - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - zan2menshang4tuo1er2suo3 - - - - - - - - - - - - - - - - - - enbu4 - - - - - - - - - - - - - - - - - - yuan4yi4bu2yuan4yi4qu4tuo1er2suo3le - - - - - - - - - - - - - - - - - - qu4ma - - - - - - - - - - - - - - - - - - a2bu2qu4 - - - - - - - - - - - - - - - - - - bu2qu4a - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue54.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue54.xml deleted file mode 100644 index b0aeb0b..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue54.xml +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2mo2le - - - - - - - - - - - - - - - - - - mei4meiteng2 - - - - - - - - - - - - - - - - - - enteng2 - - - - - - - - - - - - - - - - - - mei4meiteng2 - - - - - - - - - - - - - - - - - - enmei4meiteng2 - - - - - - - - - - - - - - - - - - hao2yu3a - - - - - - - - - - - - - - - - - - - - - - - du2shu1a - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - - - - - - po4 - - - - - - - - - - - - - - - - - - po4a - - - - - - - - - - - - - - - - - - mei2po4 - - - - - - - - - - - - - - - - - - ting3hao3de - - - - - - - - - - - - - - - mei2po4 - - - - - - - - - - - - - - - - - - zhang1zang1 - - - - - - - - - - - - - - - - - - zang1le - - - - - - - - - - - - - - - - - - eixi3xi3 - - - - - - - - - - - - - - - - - - enxi3xi3 - - - - - - - - - - - - - - - - - - xing2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue55.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue55.xml deleted file mode 100644 index 77beb09..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue55.xml +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2hao2yu3 - - - - - - - - - - - - - - - zhei4shi4shen2meya - - - - - - - - - - - - - - - - - - - - - - - jiu4zhe4hong2 - - - - - - - - - - - - - - - - - - zhei4shi4shen2me - - - - - - - - - - - - - - - - - - da4hong2 - - - - - - - - - - - - - - - - - - - - - - - kan4zhei4ge - - - - - - - - - - - - - - - - - - zhei4ge - - - - - - - - - - - - - - - - - - yue4liang4 - - - - - - - - - - - - - - - - - - eidui4 - - - - - - - - - - - - - - - yue4liang4 - - - - - - - - - - - - - - - - - - zhei4geche1dei - - - - - - - - - - - - - - - - - - enen - - - - - - - - - - - - - - - - - - yue4liang4 - - - - - - - - - - - - - - - - - - zhei4geji3a - - - - - - - - - - - - - - - - - - wu3 - - - - - - - - - - - - - - - - - - xia1shuo1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue56.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue56.xml deleted file mode 100644 index 23bbab7..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue56.xml +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4shen2meyan2se4 - - - - - - - - - - - - - - - - - - shen2meyan2se4a - - - - - - - - - - - - - - - - - - dian4shi4 - - - - - - - - - - - - - - - - - - mei2you3 - - - - - - - - - - - - - - - - - - guan1 - - - - - - - - - - - - - - - - - - mei2you3a - - - - - - - - - - - - - - - - - - zhei4shi4shen2meyan2se4a - - - - - - - - - - - - - - - - - - hong2 - - - - - - - - - - - - - - - - - - hong2 - - - - - - - - - - - - - - - - - - zhei4gene - - - - - - - - - - - - - - - - - - hong

2 - - - - - - - - - - - - - - - - - - zhei4ge - - - - - - - - - - - - - - - - - - zhei4geshen2meyan2se4 - - - - - - - - - - - - - - - zhei4ge - - - - - - - - - - - - - - - - - - - - - - - nai3ping

2 - - - - - - - - - - - - - - - - - - nai3ping2 - - - - - - - - - - - - - - - - - - nar3nai3ping2a - - - - - - - - - - - - - - - - - - zhei4shen2meyan2se4 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue57.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue57.xml deleted file mode 100644 index e9cfb5f..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue57.xml +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xiu1hao3le - - - - - - - - - - - - - - - - - - qu4ba - - - - - - - - - - - - - - - - - - ya4huai4 - - - - - - - - - - - - - - - - - - aoya1ya1huai4 - - - - - - - - 啊壓壓壞 - - - - - - - - - - huai4 - - - - - - - - - - - - - - - - - - you4huai4 - - - - - - - - - - - - - - - - - - - - - - - - huai4le - - - - - - - - - - - - - - - - - - wo3kanye3shi4huai4le - - - - - - - - - - - - - - - - - - ta1shi4huai4lema - - - - - - - - - - - - - - - - - - mei2huai4 - - - - - - - - - - - - - - - - - - zhei4bu2shi4ting3hao3dema - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - - xiu1hao3 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue58.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue58.xml deleted file mode 100644 index c5ff574..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue58.xml +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xiang3jiu4jiulema - - - - - - - - - - - - - - - - - - - - - - - - endeng1 - - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - - gei3ni3da3dian4hua4 - - - - - - - - - - - - - - - - - - jiu4jiulai2kan4ni3lai2 - - - - - - - - - - - - - - - xing2ma - - - - - - - - - - - - - - - - - - - - - - - - deng1yi3huai4 - - - - - - - - - - - - - - - - - - deng1huai4le - - - - - - - - - - - - - - - - - - mei2you3deng1 - - - - - - - - - - - - - - - - - - zhei4che1mei2you3deng1 - - - - - - - - - - - - - - - - - - deng1yideng1nao3lao3huai4 - - - - - - - - - - - - - - - - - - deng1zhe4deng1nao3lao3huai4 - - - - - - - - - - - - - - - - - - eizhei4geyou3deng1 - - - - - - - - - - - - - - - - - - zhei4gedeng1ye3huai4le - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue59.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue59.xml deleted file mode 100644 index 01ba692..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue59.xml +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3huan4yi2gezhei4ge - - - - - - - - - - - - - - - - - - zhe4ge - - - - - - - - - - - - - - - - - - enhuan4zhei4ge - - - - - - - - - - - - - - - - - - huan4zhe4ge - - - - - - - - - - - - - - - - - - huan4gebai2de - - - - - - - - - - - - - - - - - - huan4gebai2de - - - - - - - - - - - - - - - - - - huang2de - - - - - - - - - - - - - - - - - - huan4gehong2deba - - - - - - - - - - - - - - - - - - FAhong2 - - - - - - - - - - - - - - - - - - zhei4shi4huang2de - - - - - - - - - - - - - - - - - - FAaiyouei2mei2 - - - - - - - - - - - - - - - - - - FAaiyoumei2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue60.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue60.xml deleted file mode 100644 index 7c90fd0..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue60.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4gene - - - - - - - - - - - - - - - - - - zhei4yang4neng2cha1ma - - - - - - - - - - - - - - - - - - zhei4geneng2cha1jin4qu4 - - - - - - - - - - - - - - - - - - - - - - - - zhei4gecha1jin4qu4 - - - - - - - - - - - - - - - - - - heizhei4yi2xia4dou1huai4leba - - - - - - - - - - - - - - - - - - zhe4tei1tai4xiao3 - - - - - - - - - - - - - - - - - - tai4xiao3laugh - - - - - - - - - - - - - - - - - - - - - - - lai2chong2nong4yi2ge - - - - - - - - - - - - - - - - - - nong4yi2geda4de - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue61.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue61.xml deleted file mode 100644 index 56381e1..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue61.xml +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2bie2da3qi4che1 - - - - - - - - - - - - - - - - - - da3qi4che1da3huai4le - - - - - - - - - - - - - - - - - - qi4che1jiu4bu4neng2wanr2leao - - - - - - - - - - - - - - - - - - bie2da3ao - - - - - - - - - - - - - - - - - - - - - - - - - - - - ting1jian4mei2you3 - - - - - - - - - - - - - - - - - - - - - - sheng1qi4le - - - - - - - - - - - - - - - - - - - - - - enei

qi3lai2 - - - - - - - - - - - - - - - qi3lai2 - - - - - - - - - - - - - - - qi3lai2laugh - - - - - - - - - - - - - - - - - - ni3ba3qi4che1da3huai4lehai2zen3mewanr2a - - - - - - - - - - - - - - - - - - qi3lai2ba - - - - - - - - - - - - - - - - - - yu3 - - - - - - - - - - - - - - - - - - ni3da3huai4le - - - - - - - - - - - - - - - zen3mewanr2ahai2 - - - - - - - - - - - - - - - - - - - - - - bu2rang4ni3da3ni3bie2da3lejiu4xing2le - - - - - - - - - - - - - - - - - - bu4xu3sheng1qi4ao - - - - - - - - - - - - - - - - - - en

- - - - - - - - - - - - - - - - - - - - - - - - ni3kan4zhei4shi4shen2meyahao2yu3 - - - - - - - - - - - - - - - - - - huar1laugh - - - - - - - - - - - - - - - - - - zhei4huar1hao3kan4ma - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue62.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue62.xml deleted file mode 100644 index bdce9eb..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue62.xml +++ /dev/null @@ -1,575 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zen3mezen4meai4sheng1qi4a - - - - - - - - - - - - - - - - - - ai4sheng1qi4bu2shi4hao3hai2zile - - - - - - - - - - - - - - - - - - dou4ni3wanr

2nelaugh - - - - - - - - - - - - - - - - - - zhi1dao4ma - - - - - - - - - - - - - - - - - - en

dou4ni3wanr

2ne - - - - - - - - - - - - - - - - - - wanr2ne - - - - - - - - - - - - - - - wanr

2ne - - - - - - - - - - - - - - - wanr2ne - - - - - - - - - - - - - - - wanr2nelaugh - - - - - - - - - - - - - - - - - - - - - - wo3xiang3wan2 - - - - - - - - - - - - - - - - - - wanr2 - - - - - - - - - - - - - - - - - - ailai2wanr2 - - - - - - - - - - - - - - - - - - - - - - - kuai4qi3lai2bawanr2 - - - - - - - - - - - - - - - - - - tang3zhebu4shu1fu - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - tang3 - - - - - - - - - - - - - - - qi3lai2wanr2ao - - - - - - - - - - - - - - - - - - - - - - - - - - - - ji1ji1 - - - - - - - - - - - - - - - - - - enaonei4shi4she4 - - - - - - - - - - - - - - - - - - ni3shuo1she4xiang4ji1 - - - - - - - - - - - - - - - - - - she4xiang4ji1 - - - - - - - - - - - - - - - - - - she4zhei4 - - - - - - - - - - - - - - - she4xiang4ji1 - - - - - - - - æ”相機 - - - - - - - - - - she4xiang4ji1 - - - - - - - - - - - - - - - - - - aodui4zhei4shi4ji1 - - - - - - - - - - - - - - - - - - dui4zhei4shi4ji1 - - - - - - - - - - - - - - - - - - de4zhe4huai4 - - - - - - - - - - - - - - - - - - aozhe4ji1huai4 - - - - - - - - - - - - - - - - - - zhe4shi4ji1 - - - - - - - - - - - - - - - - - - zhe4ci4shuo1dui4leao - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue63.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue63.xml deleted file mode 100644 index 23c3dac..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue63.xml +++ /dev/null @@ -1,602 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - enlai2 - - - - - - - - - - - - - - - qi2mo2tuo1che1 - - - - - - - - - - - - - - - - - - - - - - - qi2nei3gemo2tuo1che1 - - - - - - - - - - - - - - - - - - zan2hai2you3mo2tuo1che1ma - - - - - - - - - - - - - - - - - - mo2tuo1che1mei2 - - - - - - - - - - - - - - - - - - enmo2tuo1che1mei2 - - - - - - - - - - - - - - - - - - mei2you3 - - - - - - - - - - - - - - - mo2tuo1che1 - - - - - - - - - - - - - - - - - - mei2you3zen3meban4ya - - - - - - - - - - - - - - - - - - - - - - - - - - - - aoqi2zhei4geche1ba - - - - - - - - - - - - - - - - - - - - - - - - gei3 - - - - - - - - - - - - - - - zhei4geche1ye3yi1yang4 - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - - qi4che1huai4 - - - - - - - - - - - - - - - - - - qi4che1huai4le - - - - - - - - - - - - - - - - - - bu2yao4jin3de - - - - - - - - - - - - - - - - - - qi2 - - - - - - - - - - - - - - - - - - qi2shang4qu4 - - - - - - - - - - - - - - - - - - wo3huai

4 - - - - - - - - - - - - - - - - - - wo3huai

4 - - - - - - - - - - - - - - - - - - huai4jiu4shi4huai4le - - - - - - - - - - - - - - - - - - mei2shir4 - - - - - - - - - - - - - - - - - - - - - - - wo3gei3ni3ca1ca1 - - - - - - - - - - - - - - - - - - ni3qi2zhei4geche1ao - - - - - - - - - - - - - - - - - - lai2jin4qu4ba - - - - - - - - - - - - - - - - - - qi2mo2tuo1che1 - - - - - - - - - - - - - - - - - - na2nei4gedai4ti4mo2tuo1che1ao - - - - - - - - - - - - - - - - - - huai4leao - - - - - - - - - - - - - - - - - - hai2qi2bu4qi2ni3nei4geche1le - - - - - - - - - - - - - - - - - - che1 - - - - - - - - - - - - - - - - - - lai2qi2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue64.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue64.xml deleted file mode 100644 index a313f2a..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue64.xml +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - guai3guo4lai2 - - - - - - - - - - - - - - - - - - guai3guo4lai2 - - - - - - - - - - - - - - - yi4huir3 - - - - - - - - - - - - - - - pao3chuang2di4xia4qu4la - - - - - - - - - - - - - - - - - - guai3guo4lai2 - - - - - - - - - - - - - - - - - - guai3 - - - - - - - - - - - - - - - - - - - - - - - guai

3m and hy reorienting cars away from cot - - - - - - - - - - - - - - - - - - ang

- - - - - - - - - - - - - - - guai3guo4lai2 - - - - - - - - - - - - - - - - - - guai

3guo

4lai2 - - - - - - - - - - - - - - - - - - zher4 - - - - - - - - - - - - - - - - - - jiu4zai4zher4 - - - - - - - - - - - - - - - - - - dou1guai3yi4guai3 - - - - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - - kai1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue65.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue65.xml deleted file mode 100644 index 5fd603d..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue65.xml +++ /dev/null @@ -1,521 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - huai4la - - - - - - - - - - - - - - - - - - huai4le - - - - - - - - - - - - - - - - - - ni3hao3haorting1hua4ba - - - - - - - - - - - - - - - - - - yao4bu4ran2dou1huai4le - - - - - - - - - - - - - - - - - - ting1jian4mei2you3 - end of side one for hy's tape$Q:MEI - - - - - - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - - hao2yu3 - - - - - - - - - - - - - - - - - - - - - - - you4huai4la - - - - - - - - - - - - - - - - - - you4huai4le - hy manipulating cars - - - - - - - - - - - - - - - - - - hai2shang4tuo1er2suo3ma$Q:QP:M - - - - - - - - - - - - - - - - - - yu3$VOC - - - - - - - - - - - - - - - - - - wo3gei3ni3song4tuo1er2suo3qu4 - - - - - - - - - - - - - - - xing2bu4xing2$Q:VNV:T - - - - - - - - - - - - - - - - - - qu4ma - - - - - - - - - - - - - - - yu3 - hy manipulating cars$Q:QP:M - - - - - - - - - - - - - - - - - - - - - - - oudi1ma

1ma

1ma1 - - - - - - - - - - - - - - - - - - nei4bu4hao3tui1 - - - - - - - - - - - - - - - - - - shi4bu2shi4 - - - - - - - - - - - - - - - - - - - - - - - pao3kuai4 - - - - - - - - - - - - - - - - - - eng

$INTERJ - - - - - - - - - - - - - - - - - - pao3kuai4 - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - - gei3ni3kai1kai1 - - - - - - - - - - - - - - - xing2bu2xing2$Q:VNV:T - - - - - - - - - - - - - - - - - - - - - - - kai1kai1jiu4kuai4le - robot noise turned on - - - - - - - - - - - - - - - - - - huai

4la - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue66.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue66.xml deleted file mode 100644 index 1c00d0a..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue66.xml +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4gemei2far3kai1 - - - - - - - - - - - - - - - - - - zhei4gejiu4shi4wanr2de

- - - - - - - - - - - - - - - - - - - - - - - zhei4shi4ji1xie4de - - - - - - - - - - - - - - - - - - zhei4shi4zhei4shi4zhei4ge - - - - - - - - - - - - - - - shang4dian4chi2de - - - - - - - - - - - - - - - - - - zhei4gemei2you3 - - - - - - - - - - - - - - - you3dian4chi2 - - - - - - - - - - - - - - - mei2far3shang4dian4chi2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue67.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue67.xml deleted file mode 100644 index 2d461bf..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue67.xml +++ /dev/null @@ -1,774 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kai1che1 - - - - - - - - - - - - - - - - - - dui

4 - - - - - - - - - - - - - - - kai1che - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hao2yu3 - - - - - - - - - - - - - - - zhei4shou3na2zhei4geba - - - - - - - - - - - - - - - - - - - - - - - bie2na2nei4gele - - - - - - - - - - - - - - - nei4ge - - - - - - - - - - - - - - - - - - - - - - - nei4ge - - - - - - - - - - - - - - - zhei4geche1tui1bu2dong4 - - - - - - - - - - - - - - - - - - zhei4geche1tui1bu2dong4 - - - - - - - - - - - - - - - zhi3neng2nong4 - - - - - - - - - - - - - - - dian4tui1 - - - - - - - - - - - - - - - - - - jiu4zen4mezhao1 - - - - - - - - - - - - - - - - - - - - - - - zhei4shi4ke3yi3yong4shou3tui1 - - - - - - - - - - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - - dui4 - - - - - - - - - - - - - - - - - - zen4mezhe - - - - - - - - - - - - - - - kai1che1 - - - - - - - - - - - - - - - - - - dui4 - - - - - - - - - - - - - - - - - - - - - - - ta1lei4la - - - - - - - - - - - - - - - - - - dui4 - - - - - - - - - - - - - - - - - - ta1lei4lalaugh - - - - - - - - - - - - - - - - - - ta1lei4le - - - - - - - - - - - - - - - ang - - - - - - - - - - - - - - - - - - che

1 - - - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - dui4 - - - - - - - - - - - - - - - - - - - - - - - bu2lei4la - - - - - - - - - - - - - - - - - - eng

- - - - - - - - - - - - - - - zhei4 - - - - - - - - - - - - - - - - - - - - - - - zhei4geche1dou1bu2pa4lei4 - - - - - - - - - - - - - - - - - - - - - - - nei4geche1pa4lei4 - - - - - - - - - - - - - - - - - - zhi1dao4ma$Q:QP:M - - - - - - - - - - - - - - - - - - ta1pa4lei

4 - - - - - - - - - - - - - - - - - - eng

- - - - - - - - - - - - - - - ta1pa4lei4 - - - - - - - - - - - - - - - - - - - - - - - jiu4zhei4gebu2pa4lei4 - - - - - - - - - - - - - - - - - - zhei4gepa4lei4 - - - - - - - - - - - - - - - zhei4gedou1bu2pa4 - - - - - - - - - - - - - - - - - - - - - - - tui1ba - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue68.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue68.xml deleted file mode 100644 index 0d77a25..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue68.xml +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yi2gong4ji3liang4che1$Q:QW - - - - - - - - - - - - - - - - - - shu3shu3 - - - - - - - - - - - - - - - - - - shu3shu3 - - - - - - - - - - - - - - - - - - zhei4geeiduohuo3che1che1 - - - - - - - - - - - - - - - - - - ji3liang4che1 - - - - - - - - - - - - - - - yi2gong4$Q:QW - - - - - - - - - - - - - - - - - - liang3liang3liang4che

1 - - - - - - - - - - - - - - - - - - nei4shi4liang3liang

4 - - - - - - - - - - - - - - - - - - zhei4shi4liang3liang

4 - - - - - - - - - - - - - - - - - - yi2gong4shi4ji3liang4$Q:QW - - - - - - - - - - - - - - - - - - yi

1er4san1 - - - - - - - - - - - - - - - - - - yi

1 - - - - - - - - - - - - - - - - - - yi1 - - - - - - - - - - - - - - - yi1 - - - - - - - - - - - - - - - liang3liang4che

1 - - - - - - - - - - - - - - - - - - ao

4 - - - - - - - - - - - - - - - nei4liang4che1 - - - - - - - - - - - - - - - - - - zhei4liang3liang4che1 - - - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - - - - wo3he2liang3liang4che1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue69.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue69.xml deleted file mode 100644 index 5cc9b0d..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue69.xml +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xiao3xing1xing1zen3mezhao1lai2zhe - m flipping through book$Q:QW - - - - - - - - - - - - - - - - - - xiao3xing1xing1zhe4li3mei2you3le - - - - - - - - - - - - - - - - - - you3dianr3xing1xing1zai4zhei4li3tou - - - - - - - - - - - - - - - - - - you

3 - - - - - - - - - - - - - - - - - - nar3ne$Q:QW - - - - - - - - - - - - - - - - - - ni3gei3wo3zhao3chu1xiao3xing1xing1 - - - - - - - - - - - - - - - - - - xiao3xing1xing1zhei4li3mei2you3 - - - - - - - - - - - - - - - - - - zhei4geshu1li3you3xiao3xing1xing

1 - - - - - - - - - - - - - - - - - - xiao3xing1xing1zen3mezhao1lai2zhe$Q:QW - - - - - - - - - - - - - - - - - - xiao3xing1xing

1zuo4wa - - - - - - - - - - - - - - - - - - eng - - - - - - - - - - - - - - - zher4you3xing1xing1 - - - - - - - - - - - - - - - ha - - - - - - - - - - - - - - - - - - xiao3xing1xing1zuo4zuo4 - - - - - - - - - - - - - - - - - - aiyouyao4you3xing1xing1zuo4zuo4ya - - - - - - - - - - - - - - - - - - eixiao3xing1xing1zen3mezhao1lai2zhe$Q:QW - - - - - - - - - - - - - - - - - - ni3shuo1 - - - - - - - - - - - - - - - - - - xing1xing1zai4zher

4 - - - - - - - - - - - - - - - - - - xing1xing1zai4zher4 - - - - - - - - - - - - - - - - - - engdiao

4laend of m's tape - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue70.xml b/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue70.xml deleted file mode 100644 index 06d6d56..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/dialogue70.xml +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na4ni3gei3fang4jin4qu4ba - - - - - - - - - - - - - - - - - - ying1gai1shen2me - - - - - - - - - - - - - - - - - - ying1gai1bu2shi

4 - - - - - - - - - - - - - - - - - - ying1gai1bu2shi4a - - - - - - - - - - - - - - - - - - ying1gai1shi4a - - - - - - - - - - - - - - - - - - - - - - - ying1gai1zhei4ge - - - - - - - - - - - - - - - - - - - - - - - ying1gai1nei3gele - - - - - - - - - - - - - - - - - - - - - - - - ying1gai1zhei4yang4 - - - - - - - - - - - - - - - - - - ai

ni3kan4kan4ba - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - - - - ei

ya - - - - - - - - - - - - - - - - - - ni3zhei4yang4 - - - - - - - - - - - - - - - bao4guo4lai2 - - - - - - - - - - - - - - - - - - - - - - - - ba4nong4 - - - - - - - - - - - - - - - - - - ayani3zi4ji3nong4bu4liaojiu4wo3nong4 - - - - - - - - - - - - - - - - - - ba4nenong4 - - - - - - - - - - - - - - - - - - ni3kan4zhei4yang4ni3kan4zhei4yang4nong4le - - - - - - - - - - - - - - - hao3leba - - - - - - - - - - - - - - - - - - - - - - - ni3kan4hua4ba - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/additional dialogues/talkbank.xsd b/compling.core/data/Learning/Chinese Data/additional dialogues/talkbank.xsd deleted file mode 100644 index 0ffd330..0000000 --- a/compling.core/data/Learning/Chinese Data/additional dialogues/talkbank.xsd +++ /dev/null @@ -1,2359 +0,0 @@ - - - - - This version of XML schema has been adapted by Eva Mok for use in a - computational language learning model. Main changes include: i) numbering of utterances - (subsumed by newer releases of the schemas available at the XML talkbank) ii) utterances split - into clauses at pauses iii) elaboration of entities present in the environment and their - attributes iv) allowing the enumeration of the initial setting at the start of the transcript - v) allowing the annotation of events using the "e" tag designed specifically for the learning - model - The current version defines two types of documents: the global elements - below... The global types are available for reusing through schema type extension/restriction. - The most up to date document definition is CHAT, it is also the richest in structure. Ideally, - each group should develop a schema module defining the structure of their specific (class of) - annotations, this schema should be an assembly of their definitions. - Developed by Romeo Anghelache, from the CHAT specifications, released under - the GNU Public License, 2001. Continuing development by Franklin Chen. - - - - - - - - - - - - @Participants; a structure enumerating the beings - participating - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 31 March 1999 is formatted as 1999-03-31 - - - - - this work might be done in an extended interval of time; a duration of - 1 year, 2 months, 3 days, 10 hours, and 30 minutes, one would write: - P1Y2M3DT10H30M - - - - - - - - - - - - - - - e.g. when you write russian words using english characters, then - Lang="ru" and Script is "en" - - - - - - - - - - - - an AIF document, see http://morph.ldc.upenn.edu/AG/doc/xml/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - administrative descriptions, reused from Dublin Core - - - - - - - - - () in a word - - - - - - - - - precode at the beginning of an utterance; CHAT [- ...] - - - - - - - - - - unscoped code in the middle of an utterance; CHAT {...} - - - - - - - - - postcode at the end of an utterance; CHAT [+ ...] - - - - - - - - - - - - - - - - - - - - - allows semi structured extensions to the current set of annotations: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inlined annotations, the conventional CHAT symbols are listed - too - - - - - - - - - - - - - [!] - - - - - [!!] - - - - - ["] - - - - - [?] in CHAT, ( text ) in CA - - - - - [/] in CHAT - - - - - [//] in CHAT, - in CA - - - - - [///] in CHAT - - - - - [/?] - - - - - [/-] - - - - - quicker tempo, no CHAT equivalent, used in CA - - - - - slower tempo, no CHAT equivalent, used in CA - - - - - larger volume, louder, no CHAT equivalent, used in - CA - - - - - lower volume, no CHAT equivalent, used in CA - - - - - - - - - - - CA-style overlap - - - - - - - - fmc - - - - - fmc - - - - - - - - - - - fmc - - - - - fmc - - - - - - - - - - mark overlap scoping - - - - - - - - [>] - - - - - [<] - - - - - - - - - - - [*] or [* text] - - - - - - - ,, for %mor - - - - - - For %mor - - - - - - - - - - non verbal happenings - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - intended as a feature of a word, see also the CHAT conventional - notations - - - - - - - - - - - @ap - - - - - @b - - - - - @c - - - - - @cue - - - - - @d - - - - - @f - - - - - @fp - - - - - @g - - - - - @i - - - - - @inf - - - - - @ins - - - - - @k - - - - - @l - - - - - @m - - - - - @n - - - - - @nv - - - - - @o - - - - - @p - - - - - @pr - - - - - -s - - - - - @q - - - - - @s - - - - - @sc - - - - - @sas - - - - - @si - - - - - @sl - - - - - @t - - - - - @u - - - - - @x - - - - - @wp - - - - - - - - - - - a nonempty string - - - - - - - - - - temporary hack till we define language better, possibly using XML language - type - - - - - - - - - - syntactic structure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - the unit of a %mor line corresponding to a word (this element belongs to a - word element, but, if the precise correspondence is not yet established, these elements will - be present at the utterance level (contained in an utterance); - - - - - - - - - - - - - - - - - - - - - - - - - - %mor part of speech - - - - - - - - omitted, CHAT equivalent is 0 - - - - - - category - - - - - subcategory - - - - - - - - - - a %mor or %trn line - - - - - - - - - - - - - - - - two or more alternate morphemic groups; CHAT ^ - - - - - - - - - - a group of words in %mor - - - - - - - - - - - - - - - a single word or a compound word - - - - - - - - - - - - - - - - - - - - - a construct formed by words linked through clitic or compound e.g. - once+and+for+all - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - nonfinal tone marker - - - - - - - -, - - - - - -_ - - - - - -' - - - - - - - - - - - ,, - - - - - -: - - - - - - - - - - - structure used to let annotations to belong to more than one word, can be - recursive, although unnecessary: one can attach more than one annotations to a word, group - of words, or whole utterances - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon , clause delimiter [^c]; - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - a word - - - - - - - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - - xx - - - - - yy - - - - - xxx - - - - - yyy - - - - - www - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - - utterance initiators or linkers; they indicate the way to fit the current - utterance with an earlier one, the CHAT conventional symbols are listed - too - - - - - - - +" - - - - - +^ - - - - - +< - - - - - +, - - - - - ++ - - - - - - - - - - - - - - a pointer to a selection in a video/audio file - - - - - - - - - - - - - - - - - - - - - frame - - - - - second - - - - - - millisecond - - - - - byte - - - - - character - - - - - - - - - - - - - + for mor - - - - - - word# - - - - - - - - - =word (English translation) - - - - - - - - - morphemes - - - - - - - - - suffix marker, CHAT equivalent is - - - - - - suffix fusion marker, CHAT equivalent is &; - - - - - - omitted affix, CHAT equivalent is -0 - - - - - incorrectly omitted affix, CHAT equivalent is - -0* - - - - - morphological category, CHAT equivalent is :, when used after - the stem - - - - - - - - - - - - - the beings along with their characteristics (age, sex...) - - - - - - - - - - - - - - - - - - - - - - other entities present in the environment, namely the objects (e.g. - furniture, toys) - - - - - - - - - - - specifying fillers for speech act annotation - - - - - - - - - - constructional part of the gold standard annotation for each - clause - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - specifying bindings of fields and values - - - - - - - - - - - - - - - - - - - - - - - - - stress, blocking etc. - - - - - - - - - - / - - - - - // - - - - - /// - - - - - : - - - - - ^ internal - - - - - ^ at beginning - - - - - *text* in CA - - - - - - - - - - - #, pause between words - - - - - the place to add research content - - - - - the place to add research content - - - - - - - - - - - - - - - [x number] in CHAT - - - - - - - - - - - - - - [c] clause-delimiter; - - - - - - - - - - - period, question, exclamation; basic utterance terminator; tone - terminator - - - - - - - - - - - - +. - - - - - +... - - - - - +..? - - - - - +!? - - - - - +/. - - - - - +/? - - - - - +//. - - - - - +//? - - - - - +"/. - - - - - +". - - - - - - - -? - - - - - -. - - - - - -! - - - - - -'. - - - - - -,. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon, clause_delimiter [^c]; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - - - - the place to add research content - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - clitic or compound or reduplication markers in wordnet - - - - - - - compound, CHAT + - - - - - clitic, CHAT ~ - - - - - reduplication, CHAT ++ - - - - - hyphen, CHAT - - - - - - - - - - - clitic separators in morphemics - - - - - - - preclitic, CHAT $ - - - - - postclitic, CHAT ~ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a group of utterances having something in common, usually the - speaker - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - these are the (legacy) dependent tiers, %mor line is, now, - <morphemics> element - - - - - %add - - - - - %act - - - - - %alt - - - - - %cod; general purpose coding - - - - - %coh; cohesion tier - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - - %eng - - - - - %err; error coding - - - - - [%exc ...] - - - - - %exp; [= text] - - - - - %flo - - - - - %fac - - - - - %gls - - - - - %gpx - - - - - %int - - - - - %lan - - - - - %ort - - - - - %par: - - - - - %: - - - - - %pho: - - - - - - %pht: - - - - - %mod: - - - - - [: text] - - - - - %def; on the main line, not recommended - - - - - %sit - - - - - %ssy - - - - - %spa - - - - - %spe - - - - - %tim - - - - - arbitrary annotations, intended as an extension - mechanism - - - - - %ton - - - - - %rom - - - - - %sdi - - - - - %sch - - - - - %sxx - - - - - - - - - - - - - - - - - No symbol - - - - - d - - - - - - - - - - # - - - - - ## - - - - - ### - - - - - - - - fmc should change to xs:duration - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - Begin and end delimited material (degenerate case) - - - - - - - - Underline arbitrary content - - - - - - - - - - - - - Italic arbitrary content - - - - - - - - - - - - - Bold arbitrary content - - - - - - - - - - - - - Long feature <TAG material TAG>for Santa Barbara; other - begin/end features - - - - - - - - - - - - - Nonvocal <<TAG material TAG>>for Santa - Barbara - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/debug/debug01.xml b/compling.core/data/Learning/Chinese Data/debug/debug01.xml deleted file mode 100644 index 4c23dbd..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug01.xml +++ /dev/null @@ -1,563 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2mo3wai4tou2a

- - - - - - - - 別抹外頭啊 - - - - - - - - - - - - - - - - - - - - - - - - - - mo3wai4tou2ke3jiu4bu4hao3kan4lea

- - - - - - - - 抹外頭å¯å°±ä¸å¥½çœ‹äº†å•Š - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - mo3yi4dianr3 - - - - - - - - 抹一點 - - - - - - - - - - - - - - - - - - - - mo3yi4dianr3jiu4xing2latrucks outside - - - - - - - - 抹一點就行啦 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2gei3ma1mawang3lian3shang4mo

3e

- - - - - - - - 別給媽媽往臉上抹呃 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - low pitch motheresema1mabu4mo

3you

2 - - - - - - - - åª½åª½ä¸æŠ¹æ²¹ - - - - - - - - - - - - - - - - - - - - - ni3mo3ya$Q:NQP - - - - - - - - 你抹呀? - - - - - - - - - - - - - - - - - - - - - - - - - ni3xia4di4mo3ba - - - - - - - - ä½ ä¸‹åœ°æŠ¹å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3qiao2mo3zheyi4shou3 - - - - - - - - 你瞧抹著一手 - - - - - - - - - - - - - - - - - - - - - - - - - - - - mo3tai4duo1le - - - - - - - - 抹太多了 ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - bu4xu3zai4mo3le - - - - - - - - ä¸è¨±å†æŠ¹äº† - - - - - - - - - - - - - - - - bu4xu3zai4mo3le - - - - - - - - ä¸è¨±å†æŠ¹äº† - - - - - - - - - - - - - - - - bu4xu3zai4mo3le - - - - - - - - ä¸è¨±å†æŠ¹äº† - - - - - - - - - - - - - - - - - - - ni3zai4mo3wo3jiu4bu4xi3huan1ni3la

- - - - - - - - ä½ å†æŠ¹æˆ‘å°±ä¸å–œæ­¡ä½ å•¦ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2mo3le - - - - - - - - 別抹了 - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/debug/debug02-part1.xml b/compling.core/data/Learning/Chinese Data/debug/debug02-part1.xml deleted file mode 100644 index 2c34189..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug02-part1.xml +++ /dev/null @@ -1,525 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xi1xi1chi1yao4 - - - - - - - - 希希åƒè—¥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - chi1bao3lema - - - - - - - - åƒé£½äº†å—Ž ? - - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - - - - - - wo3bu4chi1 - - - - - - - - 我ä¸åƒ - - - - - - - - - - - - - - - ni3chi1ba - - - - - - - - ä½ åƒå§ ! - - - - - - - - - - - - - - - - - - - - - chi1fan4ma - - - - - - - - åƒé£¯å—Ž - - - - - - - - - - - - - - - - - - hao2yu3chi1ma - - - - - - - - 豪宇åƒå—Ž - - - - - - - - - - - - - - - - - - na4ni3hai2chi1bu4chi1fan4le - - - - - - - - 那你還åƒä¸åƒé£¯äº† - - - - - - - - - - - - - - - - - - - - - - - - ni3shao3chi1dianr3 - - - - - - - - ä½ å°‘åƒé»ž - - - - - - - - - - - - - - - - - - - - - - - - chi1fan4qie - - - - - - - - åƒé£¯åŽ»! - - - - - - - - - - - - - - - - - - - - - - - - ba3ni3nei4dianr3fan4chi1lou - - - - - - - - 把你哪點飯åƒå˜! - - - - - - - - - - - - - - - - - - kuai4chi1 - - - - - - - - å¿«åƒ! - - - - - - - - - - - - - - - - - - - hai2chi1ma - - - - - - - - é‚„åƒå—Ž - - - - - - - - - - - - - - - - - - - - - - - - na2nei4gexiao3shao2chi1qu4ba - - - - - - - - æ‹¿å“ªå€‹å°æ“åƒåŽ»å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jiao2wan2le - - - - - - - - 嚼完了 - - - - - - - - - - - - - - - - - zai4wang3zui3li3ge1 - - - - - - - - å†å¾€å˜´è£¡æ“± - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/debug/debug02-part2.xml b/compling.core/data/Learning/Chinese Data/debug/debug02-part2.xml deleted file mode 100644 index ba56233..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug02-part2.xml +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3rang4a1yi2chi1 - - - - - - - - ä½ è®“é˜¿å§¨åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3a1yi2chi1 - - - - - - - - çµ¦é˜¿å§¨åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVenchi

1 - - - - - - - - å—¯åƒ - - - - - - - - - - - - - - - - - - - - - - - ni3rang4a1yi2chi1 - - - - - - - - ä½ è®“é˜¿å§¨åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/debug/debug02-part3.xml b/compling.core/data/Learning/Chinese Data/debug/debug02-part3.xml deleted file mode 100644 index 402adde..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug02-part3.xml +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - hai2he1bu4he1le - - - - - - - - é‚„å–ä¸å–了 - - - - - - - - - - - - - - - - - - - zhei4hai2he1ma - - - - - - - - 這還å–å—Ž - - - - - - - - - - - - - - - - - - - - - - - - - - yong4ping2zihe1yachair moving$Q:NQP - - - - - - - - 用瓶å­å–å‘€ ? - - - - - - - - - - - - - - - - - - - yong4ping2zihe1ya$Q:NQP - - - - - - - - 用瓶å­å–å‘€ ? - - - - - - - - - - - - - - - - - - - na4ni3jiu4yong4ping2zihe1ba - - - - - - - - 那你就用瓶å­å–å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na2wanr3he1ba - - - - - - - - 拿碗å–å§ ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVhe1wan3shui3ba - - - - - - - - å–ç¢—æ°´å§ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/debug/debug03-part1.xml b/compling.core/data/Learning/Chinese Data/debug/debug03-part1.xml deleted file mode 100644 index 5be5523..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug03-part1.xml +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - ma1gei3ni3na2fanr4 - - - - - - - - 媽給你拿飯 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - beng2na2zhei4wanr3le - - - - - - - - 甭拿這碗兒了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na2wanr3he1ba - - - - - - - - 拿碗å–å§ ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/debug/debug03-part2.xml b/compling.core/data/Learning/Chinese Data/debug/debug03-part2.xml deleted file mode 100644 index 1f7f2e9..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug03-part2.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - ni3dou1na2guo4lai2le - - - - - - - - 你都拿éŽä¾†äº† - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3gei3na2yi2geda4kuair4de - - - - - - - - 你給拿一個大塊的 - - - - - - - - - - - - - - - - - - - - - - - - - gei3a1yi2na2geda4ge4de - - - - - - - - 給阿姨拿個大個的 - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/debug/debug03-part3.xml b/compling.core/data/Learning/Chinese Data/debug/debug03-part3.xml deleted file mode 100644 index 12c7d12..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug03-part3.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - ba3qiu2na2guo4lai2 - - - - - - - - æŠŠçƒæ‹¿éŽä¾† - - - - - - - - - - - - - - - - - - - - - - - - - ba3qiu2na2guo4lai2 - - - - - - - - æŠŠçƒæ‹¿éŽä¾† - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/debug/debug03-part4.xml b/compling.core/data/Learning/Chinese Data/debug/debug03-part4.xml deleted file mode 100644 index 9a5fb78..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug03-part4.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ma1na2 - - - - - - - - 媽拿 - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhe4na2 - - - - - - - - 這拿 - - - - - - - - - - - - - - - - - - - - - bu4na2nei4ge - - - - - - - - 䏿‹¿å“ªå€‹ - - - - - - - - - - - - - - - - - - na2liang3gejiu4gou4le - - - - - - - - 拿兩個就夠了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3ni3na2shao2 - - - - - - - - çµ¦ä½ æ‹¿æ“ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3ni3na2na2hui2qu4 - - - - - - - - 給你拿回去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na2shao2 - - - - - - - - æ‹¿æ“ - - - - - - - - - - - - - - - - - - - - - - - ma1gei3ni3cheng2shang4 - - - - - - - - 媽給你盛上 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2duan1hui2qu4 - - - - - - - - 來端回去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qu4duan1guo4qu4 - - - - - - - - 去端éŽåŽ» - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ba3zhei4gei3wo3 - - - - - - - - 把這給我 - - - - - - - - - - - - - - - - - - - - - - - - - na2nei4gexiao3shao2chi1qu4ba - - - - - - - - æ‹¿å“ªå€‹å°æ“åƒåŽ»å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/debug/debug03-part5.xml b/compling.core/data/Learning/Chinese Data/debug/debug03-part5.xml deleted file mode 100644 index 0f98bd0..0000000 --- a/compling.core/data/Learning/Chinese Data/debug/debug03-part5.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3bu2xia4di4wo3ye3mei2fa3gei3ni3cheng2a - - - - - - - - ä½ ä¸ä¸‹åœ°æˆ‘也沒法給你盛啊 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3xia4di4ma1gei3ni3cheng2hao3ma - - - - - - - - 你下地媽給你盛好嗎 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - enwo3gei3ni3cheng2rou4rou4qu4ao - - - - - - - - 嗯我給你盛肉肉去噢 - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/.cvsignore b/compling.core/data/Learning/Chinese Data/dialogues/.cvsignore deleted file mode 100644 index db15654..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -*.lnk -dialogues (old).zip diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue01.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue01.xml deleted file mode 100644 index 3ec3c95..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue01.xml +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3kan4dao4dian4deng1leba - - - - - - - - ä½ çœ‹åˆ°é›»ç‡ˆäº†å§ - - - - - - - - - - - - - - - - - - - - eizhen1mei3 - - - - - - - - ㄟ真美 - - - - - - - - - - - - - - - - - youdian4deng1nou - - - - - - - - 呦電燈嗕 - - - - - - - - - - - - liang4deng1mei2you3en - - - - - - - - 亮燈沒有嗯 - - - - - - - - - - - - - - - - - - - duo2hao3wanr2a - - - - - - - - 多好玩啊 - - - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - 你看 - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue02.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue02.xml deleted file mode 100644 index 76b4b31..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue02.xml +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2mo3wai4tou2a

- - - - - - - - 別抹外頭啊 - - - - - - - - - - - - - - - - - - - - - - - - - - mo3wai4tou2ke3jiu4bu4hao3kan4lea

- - - - - - - - 抹外頭å¯å°±ä¸å¥½çœ‹äº†å•Š - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - mo3yi4dianr3 - - - - - - - - 抹一點 - - - - - - - - - - - - - - - - - xing2lexing2le - - - - - - - - 行了行了 - - - - - - - - - - - - - - - - - - mo3yi4dianr3jiu4xing2latrucks outside - - - - - - - - 抹一點就行啦 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zeyaa

- - - - - - - - 嘖呀啊 - - - - - - - - - bie2gei3ma1mawang3lian3shang4mo

3e

- - - - - - - - 別給媽媽往臉上抹呃 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - low pitch motheresema1mabu4mo

3you

2 - - - - - - - - åª½åª½ä¸æŠ¹æ²¹ - - - - - - - - - - - - - - - - - - - - - ai1you - - - - - - - - 唉喲 - - - - - - - - ni3mo3ya$Q:NQP - - - - - - - - 你抹呀? - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue03.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue03.xml deleted file mode 100644 index 4fbefc7..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue03.xml +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - huai4 - - - - - - - - 壞 - - - - - - - - - - - - - - - - huai4le - - - - - - - - 壞了 - - - - - - - - - - - - - - - - - che1huai4 - - - - - - - - 車壞 - - - - - - - - - - - - - - - - che1huai4 - - - - - - - - 車壞 - - - - - - - - - - - - - - - - e1huai

4huai4 - - - - - - - - 壞壞 - - - - - - - - - - - - - - - - - huai4le - - - - - - - - 壞了 - - - - - - - - - - - - - - - - - che1huai4 - - - - - - - - 車壞 - - - - - - - - - - - - - - - - ao4 - - - - - - - - 噢 - - - - - - - - che1huai4le - - - - - - - - 車壞了 - - - - - - - - - - - - - - shi4ma - - - - - - - - 是嗎 - - - - - - - - - - - - - $Q:QP:T - ? - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue04.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue04.xml deleted file mode 100644 index 457ba6d..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue04.xml +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - points to stars in pic. of sky - enghuai

4 - - - - - - - - - 嗯壞 - - - - - - - - - - - - - - - - huai4 - - - - - - - - 壞 - - - - - - - - - - - - - nei3gehuai4le$Q:QW - - - - - - - - 哪個壞了? - - - - - - - - - - - - - - - - - eng - - - - - - - - 嗯 - - - - - - - - huai

4 - - - - - - - - 壞 - - - - - - - - - - - - - - - - nar3huai4la$Q:QW - - - - - - - - 哪壞了? - - - - - - - - - - - - - - - - - nei3gehuai4a$Q:QW - - - - - - - - 哪個壞啊? - - - - - - - - - - - - - - - - - - - - - huai4 - - - - - - - - 壞 - - - - - - - - - - - - - - - - zhei4gehuai4la

$Q:NQP - - - - - - - - 這個壞了? - - - - - - - - - - - - - - - - - zhei4huai4 - - - - - - - - 這壞 - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue05.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue05.xml deleted file mode 100644 index 8edbef2..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue05.xml +++ /dev/null @@ -1,819 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - 嗯 - - - - - - - - xiang1xiang1 - - - - - - - - 香香 - - - - - - - - - - - - - - - - - - - - - - - aiyou

- - - - - - - - 唉喲 - - - - - - - - ge

1bo1teng2 - - - - - - - - 胳膊疼 - - - - - - - - - - - - - - - - ni3xia4di4mo3ba - - - - - - - - ä½ ä¸‹åœ°æŠ¹å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hao3ma

$Q:QP:T - - - - - - - - 好嗎 ? - - - - - - - - - - - - - - - - ma1mage

1bo1teng2 - - - - - - - - 媽媽胳膊疼 - - - - - - - - - - - - - - - - - - xing2ma

$Q:QP:M - - - - - - - - 行嗎? - - - - - - - - - - - - - - - - - - - - - - - - - - - aiyou - - - - - - - - 唉唷 - - - - - - - - ni3qiao2mo3zheyi4shou3 - - - - - - - - 你瞧抹著一手 - - - - - - - - - - - - - - - - - - - - - - - - - kuai4ge1jin4qie - - - - - - - - 快擱進去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4ge1jin4qie - - - - - - - - 快擱進去 - - - - - - - - - - - - - - - - - - - - - - - - - mo3tai4duo1le - - - - - - - - 抹太多了 ! - - - - - - - - - - - - - - - - - - - - - - tai4duo1lea - - - - - - - - 太多了啊 - - - - - - - - - - - - - - - - - - - - - - - hao3la

- - - - - - - - 好啦 - - - - - - - - - - - - - - - - bu4xu3zai4mo3le - - - - - - - - ä¸è¨±å†æŠ¹äº† - - - - - - - - - - - - - - - - bu4xu3zai4mo3le - - - - - - - - ä¸è¨±å†æŠ¹äº† - - - - - - - - - - - - - - - - bu4xu3zai4mo3le - - - - - - - - ä¸è¨±å†æŠ¹äº† - - - - - - - - - - - - - - - - - - - ni3zai4mo3wo3jiu4bu4xi3huan1ni3la

- - - - - - - - ä½ å†æŠ¹æˆ‘å°±ä¸å–œæ­¡ä½ å•¦ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wen2wen2ba - - - - - - - - èžèžå§! - - - - - - - - - - - - - - - - - - - bie2mo3le - - - - - - - - 別抹了 - - - - - - - - - - - - - - - wen2wen2 - - - - - - - - èžèž! - - - - - - - - - - - - - - - - - - - wen2wen2 - - - - - - - - èžèž! - - - - - - - - - - - - - - - - xiang1bu4xiang1ba

$Q:VNV - - - - - - - - 香ä¸é¦™å§ ? - - - - - - - - - - - - - - - - xiang1bu4xiang1$Q:VNV - - - - - - - - 香ä¸é¦™ ? - - - - - - - - - - - - - - - - xiang1 - - - - - - - - 香 - - - - - - - - - - - - - lai2 - - - - - - - - 來 - - - - - - - - - - - - - ma1gei3ni3na2fanr4 - - - - - - - - 媽給你拿飯 - - - - - - - - - - - - - - - - - - - - zan2menchi1fan4 - - - - - - - - 咱們åƒé£¯ - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue06.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue06.xml deleted file mode 100644 index efbedf6..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue06.xml +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3ba3nei4gepi2bu4xu3gei3wo3wang3di4xia4reng1ao - - - - - - - - - 你把哪根皮ä¸è¨±çµ¦æˆ‘往地下扔噢 - - - - - - - - - - - - - - - - - - - - - - - - - - - - ting1jian4lema - - - - - - - - è½è¦‹äº†å—Ž - - - - - - - - - - - - - - - - - - - - zou3kai1 - - - - - - - - èµ°é–‹ - - - - - - - - - - - - - - - - - - - - - - ni3bu4xu3gei3wo3wang3di4xia4reng1ao - - - - - - - - ä½ ä¸è¨±çµ¦æˆ‘往地下扔噢 - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai2gei3wo3cuo1 - - - - - - - - é‚„çµ¦æˆ‘æ“ - - - - - - - - - - - - - - - - - - - - - - - - bu4xu3wang3di4xia4reng1ao - - - - - - - - ä¸è¨±å¾€åœ°ä¸‹æ‰”噢 - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue07.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue07.xml deleted file mode 100644 index 028494a..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue07.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xi1xi1chi1yao4 - - - - - - - - 希希åƒè—¥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xi1xi1ding3yi2ge - - - - - - - - 希希頂一個 - - - - - - - - - - - - - - - - - - - - - - - reng1ne4melao3gao1a - - - - - - - - 扔那麼è€é«˜å•Š - - - - - - - - - - - - - - - - - - - dou1reng1dao4fang2ding3shang4qu4leni3 - - - - - - - - 都扔到房頂上去了你 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xian1ti2ti2ku4ziwo3cai2rang4ni3wanr2ne - - - - - - - - å…ˆææè¤²å­æˆ‘æ‰è®“你玩呢 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue08.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue08.xml deleted file mode 100644 index 6fd4c57..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue08.xml +++ /dev/null @@ -1,517 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bing1Bingbei1zheshu1bao1qu4shang4xue2 - - - - - - - - 冰背著書包去上學 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en

2 - - - - - - - - å—¯ - - - - - - - - $INTERJ - - - - - - en

1$INTERJ - - - - - - - - 嗯 - - - - - - - - - - - yi4er3yi4special distortion - - - - - - - - 一二一 - - - - - - - - - - - yi4er3yi4 - - - - - - - - 一二一 - - - - - - - - - - - bei1zheshu1bao1qu4shang4xue2a - - - - - - - - 背著書包去上學啊 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - slowlao3shishuo1ta1nian2ji4xiao

3 - - - - - - - - è€å¸«èªªå¥¹å¹´ç´€å° - - - - - - - - - - - - - - - - - - - - - - - - - ta1ku1zhenao4zhewang3wai4pao

3$INTERJ - - - - - - - - 她哭著鬧著往外跑 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shi4ba - - - - - - - - æ˜¯å§ - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - gan4ma2ya - - - - - - - - 幹嘛呀 - - - - - - - - you4pao3zher4lai2 - - - - - - - - åˆè·‘這來 - - - - - - - - - - - - - - - - - - - - gan4ma2ya - - - - - - - - 幹嘛呀 ? - - - - - - - - $Q:QW - - - - - - chi1bao3lema - - - - - - - - åƒé£½äº†å—Ž ? - - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - 來 - - - - - - - - - - - - - lai2shang4zher4bb is standing beside the shoerack at the doorway and m is trying to get her to come into the lr - - - - - - - - 來上這 ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue09.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue09.xml deleted file mode 100644 index fe804eb..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue09.xml +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - em1offering food ?$INTERJ - - - - - - - - 呃 - - - - - - - - - - - wo3bu4chi1 - - - - - - - - 我ä¸åƒ - - - - - - - - - - - - - - - ni3chi1ba - - - - - - - - ä½ åƒå§ ! - - - - - - - - - - - - - - - - - - - - - hao3haor

de - - - - - - - - 好好的 - - - - - - - - - - - - - - - - jiao2wan2le - - - - - - - - 嚼完了 - - - - - - - - - - - - - - - - - zai4wang3zui3li3ge1 - - - - - - - - å†å¾€å˜´è£¡æ“± - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ting1jian4ma - - - - - - - - è½è¦‹å—Ž ? - - - - - - - - - - - - - - - - $Q:QP:M - - - - - - en

2$Q:PRMPT - - - - - - - - å—¯ - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue10.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue10.xml deleted file mode 100644 index 368a9a4..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue10.xml +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ti

1 - - - - - - - - 踢 - - - - - - - - - - - - - - - - - - ti1ya - - - - - - - - 踢呀 ! - - - - - - - - - - - - - - - hy moving around - - - - - - - - - - - - ba3qiu2na2guo4lai2 - - - - - - - - æŠŠçƒæ‹¿éŽä¾† - - - - - - - - - - - - - - - - - - - - - - bie2wang3wai4ti1le - - - - - - - - 別往外踢了 ! - - - - - - - - - - - - - - - - - - - - - - - - - - hao2yu3 - - - - - - - - 豪宇 - - - - - - - - ba3qiu2na2guo4lai2 - - - - - - - - æŠŠçƒæ‹¿éŽä¾† - - - - - - - - - - - - - - - - - - - - - - - - - - - - hao2yu

3$VOC - - - - - - - - 豪宇 - - - - - - - - - - - - - - - - heh1$INTERJ - - - - - - - - 嘿 - - - - - - - - - - - - - - - - - ei

1 - - - - - - - - ㄟ - - - - - - - - zhen1guai1 - - - - - - - - 真乖 - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue11.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue11.xml deleted file mode 100644 index 16fc921..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue11.xml +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai2he1bu4he1le - - - - - - - - é‚„å–ä¸å–了 - - - - - - - - - - - - - - - - - - - hao2yu3ai - - - - - - - - 豪宇唉 - - - - - - - - - - - - - - - - - - - - - - aoba3zhei4gegei3ni3 - - - - - - - - 噢把這個給你 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ba3zhei4gegei3a1yi2ao - - - - - - - - 把這個給阿姨噢 - - - - - - - - - - - - - - - - - - - - zhei4hai2he1ma - - - - - - - - 這還å–å—Ž - - - - - - - - - - - - - - - - - - - - - - - - - - dui4 - - - - - - - - å° - - - - - - - - - - - - - e4bu2e4 - - - - - - - - 餓ä¸é¤“ - - - - - - - - - - - - - - - - chi1fan4ma - - - - - - - - åƒé£¯å—Ž - - - - - - - - - - - - - - - - - - gei3ni3liu2zhene - - - - - - - - 給你留著呢 - - - - - - - - - - - - - - - - - - - - - - - - - hao2yu3chi1ma - - - - - - - - 豪宇åƒå—Ž - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue12.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue12.xml deleted file mode 100644 index 02a7f66..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue12.xml +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3rang4a1yi2chi1 - - - - - - - - ä½ è®“é˜¿å§¨åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - ni3dou1na2guo4lai2le - - - - - - - - 你都拿éŽä¾†äº† - - - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - ni3ba3zhe4da4degei3a1yi2 - - - - - - - - 你把這大的給阿姨 - - - - - - - - - - - - - - - - - - - - - - - - - - - da4ge4de - - - - - - - - 大個的 - - - - - - - - - - - - - - da4ge4degei3a1yi2ge1shou3li3 - - - - - - - - 大個的給阿姨擱手裡 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - enhao3bao3bao3 - - - - - - - - 嗯好寶寶 - - - - - - - - - - - - enenda4 - - - - - - - - 嗯嗯大 - - - - - - - - - - - - - - - - gei3a1yi2chi1 - - - - - - - - çµ¦é˜¿å§¨åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVenchi

1 - - - - - - - - å—¯åƒ - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue13.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue13.xml deleted file mode 100644 index bf30ddb..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue13.xml +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yong4ping2zihe1yachair moving$Q:NQP - - - - - - - - 用瓶å­å–å‘€ ? - - - - - - - - - - - - - - - - - - - yong4ping2zihe1ya$Q:NQP - - - - - - - - 用瓶å­å–å‘€ ? - - - - - - - - - - - - - - - - - - - en$INTERJ - - - - - - - - å—¯ - - - - - - - - - - - en$INTERJ - - - - - - - - å—¯ - - - - - - - - - - - na4ni3jiu4yong4ping2zihe1ba - - - - - - - - 那你就用瓶å­å–å§ - - - - - - - - - - - - - - - - - - - - - - - - beng2na2zhei4wanr3le - - - - - - - - 甭拿這碗兒了 - - - - - - - - - - - - - - - - - - hao3ma$Q:QP:M - - - - - - - - 好嗎 ? - - - - - - - - - - - - - - - - fussingenn

enn$UNINT - - - - - - - - 嗯嗯 - - - - - - - - - - - na4ni3ba3nei4ping2zigei3wo3ya - - - - - - - - 那你把哪瓶å­çµ¦æˆ‘å‘€ ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na2wanr3he1ba - - - - - - - - 拿碗å–å§ ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - traffic, shovelling sounds outside, footsteps - - - - - - - - - - - - - na4ni3hai2chi1bu4chi1fan4le - - - - - - - - 那你還åƒä¸åƒé£¯äº† - - - - - - - - - - - - - - - - xixi$Q:VNV - - - - - - - - 希希 - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue14.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue14.xml deleted file mode 100644 index 0d930d2..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue14.xml +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tu4chu1lai2a - - - - - - - - å出來啊 - - - - - - - - - - - - - - - - - - - - - - - - - - - - you3cir4tu4chu1lai2ao - - - - - - - - 有刺å出來噢 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - entiao1le - - - - - - - - 嗯挑了 - - - - - - - - - - - - - - - zhen1xi4 - - - - - - - - 真細 - - - - - - - - - - - - - - - - - - - - - - - - entiao1bu4lene4mexi4 - - - - - - - - 嗯挑ä¸äº†é‚£éº¼ç´° - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lao3you3cir4zha1 - - - - - - - - è€æœ‰åˆºæ‰Ž - - - - - - - - - - - - - - - - - - - - - - - - - - ni3shao3chi1dianr3 - - - - - - - - ä½ å°‘åƒé»ž - - - - - - - - - - - - - - - - - - - you3cir4tu4chu1lai2ao - - - - - - - - 有刺å出來噢 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue15.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue15.xml deleted file mode 100644 index db6b05e..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue15.xml +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ma3 - - - - - - - - 馬 - - - - - - - - - - - - ma3che1ma

3 - - - - - - - - 馬車馬 - - - - - - - - - - - - - yao4kan4ma3ya$Q:NQP - - - - - - - - è¦çœ‹é¦¬å‘€? - - - - - - - - - - - - - - - - - - - - - - - - - - - wo3gei3ni3zhao3ma3a - - - - - - - - 我給你找馬啊 - - - - - - - - - - - - - - - - - - - - - - - - enyi3che

1yache

1 - - - - - - - - 嗯椅車呀車 - - - - - - - - - - - - - - engche1ache1 - - - - - - - - 嗯車呀車 - - - - - - - - - - wo3gei3ni3zhao3ma3a - - - - - - - - 我給你找馬啊 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue16.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue16.xml deleted file mode 100644 index a334e9d..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue16.xml +++ /dev/null @@ -1,717 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - zhe4che1hao3wanr2hei - - - - - - - - 這車好玩嘿 - - - - - - - - - - - - - - - - hao3wanr2 - - - - - - - - 好玩 - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - lai2 - - - - - - - - 來 - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - kai1shi3ba - - - - - - - - é–‹å§‹å§ - - - - - - - - - - - - - - - - lai2kai1 - - - - - - - - 來開 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kai1shi

3 - - - - - - - - é–‹å§‹ - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - kai1shi

3 - - - - - - - - é–‹å§‹ - - - - - - - - - - - - - - - - - - - - - - - - - - - ao - - - - - - - - 噢 - - - - - - - - ba3nei4xie1dou1zhuang1nei4che1li3toulaugh - - - - - - - - 把哪些都è£å“ªè»Šè£¡é ­ - - - - - - - - - - - - - - - - - - - - - - - - - - - ba3zhei4xie1dou1zhuang1nei4che1li3tou - - - - - - - - 把這些都è£å“ªè»Šè£¡é ­ - - - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - - - - - - che1huai4 - - - - - - - - 車壞 - - - - - - - - - - - - - - - - huai4 - - - - - - - - 壞 - - - - - - - - - - - - - - - - huai4lebu2yao4jin3 - - - - - - - - 壞了ä¸è¦ç·Š - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai2ke2yi3zhuang1zhei4li3toune - - - - - - - - é‚„å¯ä»¥è£é€™è£¡é ­å‘¢ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - 你看 - - - - - - - - - - - - - - - - - - zhei4ke2yi3zhuang1zhei4li3tou - - - - - - - - 這å¯ä»¥è£é€™è£¡é ­ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - zhuang1 - - - - - - - - è£ - - - - - - - - - - - - - - - - - - zhuang1 - - - - - - - - è£ - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - dou1zhuang1 - - - - - - - - éƒ½è£ - - - - - - - - - - - - - - - - - - - - - - - - - xing2le - - - - - - - - 行了 - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue17.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue17.xml deleted file mode 100644 index 2d0f4f2..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue17.xml +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4you4gei3wo3hui3 - - - - - - - - 這åˆçµ¦æˆ‘毀 - - - - - - - - - - - - - - - - - - - - - - - - ni3shuo

1 - - - - - - - - 你說 - - - - - - - - - - - - - - - - - - ni3you4gei3wo3wang3zhei4shang4hua4 - - - - - - - - ä½ åˆçµ¦æˆ‘往這上畫 - - - - - - - - - - - - - - - - - - - - - - - - - - - - mei2you3 - - - - - - - - 沒有 - - - - - - - - - - - - - - - zhei4shi4shu1neng2luan4hua4ma - - - - - - - - 這是書能亂畫嘛 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - neng2ma - - - - - - - - 能嘛 - - - - - - - - - - - - - zhei4bu4neng2xia1hua4 - - - - - - - - 這ä¸èƒ½çžŽç•« - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhi3neng2zhei4yi4zhang1neng2hua4 - - - - - - - - åªèƒ½é€™ä¸€å¼µèƒ½ç•« - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue18.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue18.xml deleted file mode 100644 index 57b19f2..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue18.xml +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qu4 - - - - - - - - 去 - - - - - - - - - - - - - chi1fan4qie - - - - - - - - åƒé£¯åŽ»! - - - - - - - - - - - - - - - - - - - - - - - ba3ni3nei4dianr3fan4chi1lou - - - - - - - - 把你哪點飯åƒå˜! - - - - - - - - - - - - - - - - - - hao3ma - - - - - - - - 好嗎? - - - - - - - - - - - - - footsteps, pouring water$Q:QP:M - - - - - - - - - - - - - - - - - INVlai2 - - - - - - - - 來 - - - - - - - - - - - - - gei3ni3 - - - - - - - - 給你 - - - - - - - - - - - - - - - - - - - - INVhe1wan3shui3ba - - - - - - - - å–ç¢—æ°´å§ - - - - - - - - - - - - - - - - - - kuai4chi1 - - - - - - - - å¿«åƒ! - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue19.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue19.xml deleted file mode 100644 index 3a0dd74..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue19.xml +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - - - ai

hai4hai4hai4hai4 - - - - - - - - å—å— - - - - - - - - zhei4ke3bu4xu3dong4 - - - - - - - - 這å¯ä¸è¨±å‹• - - - - - - - - - - - - - - - - - - zhei4li3hai2you3dong1xi1 - - - - - - - - 這裡還有æ±è¥¿ - - - - - - - - - - - - - - - - - - - zhei4ke3bu4xu3dong

4a

- - - - - - - - 這å¯ä¸è¨±å‹• - - - - - - - - - - - - - - - - - - - - - ma1gei3ni3zhao3wan2yir4 - - - - - - - - åª½çµ¦ä½ æ‰¾çŽ©æ„ - - - - - - - - - - - - - - - - - - - - - a

- - - - - - - - 啊 - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue20.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue20.xml deleted file mode 100644 index 518b22f..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue20.xml +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - gei3 - - - - - - - - 給 - - - - - - - - - - - - - - - - - - - - gei3wo3leao - - - - - - - - 給我了噢 - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - gei3shei2a - - - - - - - - 給誰啊 - - - - - - - - - - - - - - - - - - - - wo3wen4ni3zhei4bi3gei3shei2 - - - - - - - - 我å•你這筆給誰 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3shei2a - - - - - - - - 給誰啊 - - - - - - - - - - - - - - - - - - - - shuo1ya - - - - - - - - 說呀 - - - - - - - - - - - - - - - - - - gei3shei2 - - - - - - - - 給誰 - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue21.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue21.xml deleted file mode 100644 index c43b268..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue21.xml +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hao2yu3lai2 - - - - - - - - 豪宇來 - - - - - - - - - - - - - - - - - - - - - - - - - - hai2chi1ma - - - - - - - - é‚„åƒå—Ž - - - - - - - - - - - - - - - - - - - - - - - - kuai4chi1 - - - - - - - - å¿«åƒ - - - - - - - - - - - - - - - - chi1wan2zan2menzhao3qian4qian4wanr2qu4 - - - - - - - - åƒå®Œå’±å€‘找倩倩玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xiang3bu4xiang3qian4qian4le - - - - - - - - æƒ³ä¸æƒ³å€©å€©äº† - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4dou1shi4shei2de - - - - - - - - 這都是誰的 - - - - - - - - - - - - - - - - - - - - dou1shi4hao2yu3de - - - - - - - - 都是豪宇的 - - - - - - - - - - - - - - - - - - - - shi4bu2shi4a - - - - - - - - æ˜¯ä¸æ˜¯å•Š - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue22.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue22.xml deleted file mode 100644 index f8c6290..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue22.xml +++ /dev/null @@ -1,476 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4shi4shen2me - - - - - - - - 這是甚麼 - - - - - - - - - - - - - - - - - - yang2 - - - - - - - - 羊 - - - - - - - - - - - - zhei4shi4yang2 - - - - - - - - 這是羊 - - - - - - - - - - - - - - - - - - - - - - - zhei4gene - - - - - - - - 這個呢 - - - - - - - - - - - - lu4lu4 - - - - - - - - 鹿鹿 - - - - - - - - - - - - - zhei4shi4shen2me - - - - - - - - 這是甚麼 - - - - - - - - - - - - - - - - - - chang2lu4lu4 - - - - - - - - 長鹿鹿 - - - - - - - - - - - - hu2shuo1 - - - - - - - - 胡說 - - - - - - - - - - - - - - - - - - - chang2lu4luchang2+jing3+lu4zai4nar3ne - - - - - - - - 長鹿鹿在哪呢 - - - - - - - - - - - - - - - - - - - - - - - zhei4shi4chang2lu4luchang2+jing3+lu4 - - - - - - - - 這是長鹿鹿 - - - - - - - - - - - - - - - - - - - - - - - zhei4gene - - - - - - - - 這個呢 - - - - - - - - - - - - chang2lu4lu4 - - - - - - - - 長鹿鹿 - - - - - - - - - - - - zhei4shi4shen2me - - - - - - - - 這是甚麼? - - - - - - - - - - - - - - - - - - chang2lu4lu4 - - - - - - - - 長鹿鹿 - - - - - - - - - - - - - - - - - ai

- - - - - - - - 唉 - - - - - - - - chang2lu4lu4 - - - - - - - - 長鹿鹿 - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - chang2lu4luchang2+jing3+lu4 - - - - - - - - 長鹿鹿 - - - - - - - - - - - - chang2lu4 - - - - - - - - 長鹿 - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue23.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue23.xml deleted file mode 100644 index e740dd9..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue23.xml +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhe4 - - - - - - - - 這 - - - - - - - - - eini3yao4chuan1shang4zhe4xie2 - - - - - - - - ㄟ你è¦ç©¿ä¸Šé€™éž‹ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - enda

4 - - - - - - - - 嗯大 - - - - - - - - - - - - eda

4 - - - - - - - - 呃大 - - - - - - - - - - - - chuan1da4degan4ma2ya - - - - - - - - 穿大的幹嘛呀 - - - - - - - - - - - - - - - - - - - eida4 - - - - - - - - ㄟ大 - - - - - - - - - - - - ni3chuan1xiao3deleba - - - - - - - - ä½ ç©¿å°çš„äº†å§ - - - - - - - - - - - - - - - - - - - - - - - - zhei4da4 - - - - - - - - 這大 - - - - - - - - - - - - - - - - - - - - - ni3dexie2wang3nar3ge1 - - - - - - - - 你的鞋往哪擱 - - - - - - - - - - - - - - - - - - - - - - - - - - ni3shuo1ni3wang3nar3ge1 - - - - - - - - 你說你往哪擱 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4xie

2 - - - - - - - - 這鞋 - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue24.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue24.xml deleted file mode 100644 index 71307e4..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue24.xml +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - aidui4leni3wen4ni3ba4nei4da4qi4qiu2nar3qu4le - - - - - - - - 唉å°äº†ä½ å•你爸哪大氣çƒå“ªåŽ»äº† - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3ba4gei3ni3ge1nar3qu4le - - - - - - - - 你爸給你擱哪去了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3wen4wen4ta1 - - - - - - - - - ä½ å•å•ä»– - - - - - - - - - - - - - - - - - - - - - gei3reng1le - - - - - - - - 給扔了 - - - - - - - - - - - - - - - - - - - - - - - ni3ba4gei3ni3reng1la - - - - - - - - 你爸給你扔啦 - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - bu4xing2wo3dei3zhao3ta1suan4zhang4qu4 - - - - - - - - ä¸è¡Œæˆ‘得找他算帳去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3wo3menxi1xi1deda4qiu2reng1lehai2xing2a - - - - - - - - çµ¦æˆ‘å€‘å¸Œå¸Œçš„å¤§çƒæ‰”了還行啊 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shi4ma - - - - - - - - 是嗎 - - - - - - - - - - - - - - - - gei3ni3reng1le - - - - - - - - 給你扔了 - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue25.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue25.xml deleted file mode 100644 index 7eab224..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue25.xml +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - whinyem1ei

2che

1 - - - - - - - - 呃ㄟ車 - - - - - - - - - - - - jiu4ai4kan4nei4geche1laugh - - - - - - - - 就愛看哪個車 - - - - - - - - - - - - - - - - - - - - - - - - - - - yao4che1 - - - - - - - - è¦è»Š - - - - - - - - - - - - - - - - - - eng - - - - - - - - å—¯ - - - - - - - - ge4shi4ge4yang4deche1 - - - - - - - - å„å¼å„樣的車 - - - - - - - - - - - hang

1$Q:NQP - - - - - - - - å­? - - - - - - - - - - - dou1mei2jian4guo4 - - - - - - - - éƒ½æ²’è¦‹éŽ - - - - - - - - - - - - - - - - - shi4bu2shi4a$Q:VNV:T - - - - - - - - æ˜¯ä¸æ˜¯å•Š? - - - - - - - - - - - - - - - - - - - - - - - - - - a2a2che

1 - - - - - - - - 啊啊車 - - - - - - - - - - - - ka3che1 - - - - - - - - å¡è»Š - - - - - - - - - tu3 - - - - - - - - 土 - - - - - - - - - - - - a

4 - - - - - - - - 啊 - - - - - - - - tui1tu

3laugh - - - - - - - - 推土 - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue26.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue26.xml deleted file mode 100644 index 7553802..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue26.xml +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3 - - - - - - - - 給 - - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - 嗯 - - - - - - - - a$INTERJ - - - - - - - - 啊 - - - - - - - - - - - gei3 - - - - - - - - 給 - - - - - - - - - - - - - - - - - outside noise - - - - - - zhei4zhuang1shen2meya

$Q:QW - - - - - - - - 這è£ç”šéº¼å‘€? - - - - - - - - - - - - - - - - - - ni3gao4wo3zhuang1shen2medeya

$Q:QW - - - - - - - - 你告我è£ç”šéº¼å‘€? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - enna

$INTERJ - - - - - - - - 嗯哪 - - - - - - - - - - - - - - - - half-whisperjiu4zhei4yangr4 - - - - - - - - 就這樣 - - - - - - - - - - - - zhei4yangr4 - - - - - - - - 這樣 - - - - - - - - - - - - zhuang1shen2medeya

- - - - - - - - è£ç”šéº¼çš„å‘€? - - - - - - - - - - - - - - - $Q:QW - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue27.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue27.xml deleted file mode 100644 index c289fa1..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue27.xml +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - ni3ba4da3ni3 - - - - - - - - 你爸打你 - - - - - - - - - - - - - - - a - - - - - - - - 啊 - - - - - - - - - - - ni3yao4bu4lao3shi2 - - - - - - - - ä½ è¦ä¸è€å¯¦ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tui1tui1ya

- - - - - - - - 推推呀 - - - - - - - - - - - - - - - - - - - azhe4tui

1 - - - - - - - - 阿這推 - - - - - - - - - - - - - - - - - - - - - ni3ba4da

3ni3pa4bu2pa4ya

- - - - - - - - ä½ çˆ¸æ‰“ä½ æ€•ä¸æ€•å‘€? - - - - - - - - - - - - - - - - - - - - - - - - - - - $Q:VNV - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue28.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue28.xml deleted file mode 100644 index 3113f20..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue28.xml +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shang4 - - - - - - - - 上 - - - - - - - - - - - - - - - - - - - - - shang4 - - - - - - - - 上 - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - shang4 - - - - - - - - 上 - - - - - - - - - - - - - - - - - - - - - shang4nei4gexiang1shang4lehao - - - - - - - - 上那個箱上了好 - - - - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - 來 - - - - - - - - - - - - - kai1ba - - - - - - - - é–‹å§ - - - - - - - - - - - - - - - - kai1shi3 - - - - - - - - é–‹å§‹ - - - - - - - - - - - - - - - - - - - - - kai1shi3 - - - - - - - - é–‹å§‹ - - - - - - - - - - - - - di - - - - - - - - 弟 - - - - - - - - - di

- - - - - - - - 弟 - - - - - - - - - - - - ni3lei4bu2lei4 - - - - - - - - ä½ ç´¯ä¸ç´¯ - - - - - - - - - - - - - - - - lei4lejiu4ti1huir3qiu2ba - - - - - - - - 累了就踢會çƒå§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - la1huir3che1 - - - - - - - - 拉會車 - - - - - - - - - - - - - - - - xing2ma - - - - - - - - 行嗎 - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue29.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue29.xml deleted file mode 100644 index dd860ae..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue29.xml +++ /dev/null @@ -1,782 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a1yi2shi4bu2shi4cang2qi3lai2le$Q:VNV - - - - - - - - é˜¿å§¨æ˜¯ä¸æ˜¯è—起來了? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a1yi2cang2qi3lai2ne4 - - - - - - - - 阿姨è—起來呢 - - - - - - - - - - - - - - - - - - - - - - a4 - - - - - - - - 啊 - - - - - - - - cang2qi3lai2ba - - - - - - - - è—èµ·ä¾†å§ - - - - - - - - - - - - - - - - - - - cang2nei4hou4touqu4le - - - - - - - - è—哪後頭去了 - - - - - - - - - - - - - - - - - - - - - - - zhao3buzhao2le - - - - - - - - 找ä¸è‘—了 - - - - - - - - - - - - - - - - shi4ba$Q:NQP:T - - - - - - - - æ˜¯å§ ? - - - - - - - - - - - - - - - - emn

$INTERJ - - - - - - - - 嗯 - - - - - - - - - - - ma1mabao4bao4 - - - - - - - - 媽媽抱抱! - - - - - - - - - - - - - - - - - - - - - - - - - - you4$INTERJ - - - - - - - - 喲 - - - - - - - - - - - - - - - - ma1magei3bie2shang4 - - - - - - - - 媽媽給別上 - - - - - - - - - - - - - - - - - huar1huarm puts her microphone back on - - - - - - - - 花花 - - - - - - - - - - - - - - - - - - kan4ma1mabie2huar1huar - - - - - - - - 看媽媽別花花! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2huar1huar - - - - - - - - 別花花 - - - - - - - - - - - - - - - - - - - - - - - - - - - you4 - - - - - - - - 喲 - - - - - - - - a1yi2you

4cang2qi3lai2le - - - - - - - - 阿姨åˆè—起來了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4chi1 - - - - - - - - å¿«åƒ! - - - - - - - - - - - - - - - - - - - - - - kuai4chi1 - - - - - - - - å¿«åƒ! - - - - - - - - - - - - - - - - - - - you4cang2qi3lai2le - - - - - - - - åˆè—起來了 - - - - - - - - - - - - - - - - - - - - - - - - laughing - - - - - - dui4bu2dui4$Q:VNV - - - - - - - - å°ä¸å°? - - - - - - - - - - - - - - - - hmhm$INTERJ - - - - - - - - ㄇㄇ - - - - - - - - - - - laughs - - - - - - - - - - - - - kuai4chi1 - - - - - - - - å¿«åƒ - - - - - - - - - - - - - - - - kuai4chi1 - - - - - - - - å¿«åƒ ! - - - - - - - - - - - - - - - - - - - ao

1hmm1yumm$INTERJ - - - - - - - - 噢ㄇ - - - - - - - - - - - you - - - - - - - - å–² - - - - - - - - a1yi2you4cang2qi3lai2le - - - - - - - - 阿姨åˆè—起來了 - - - - - - - - - - - - - - - - - - - - - - - - shi4bu2shi4a - - - - - - - - æ˜¯ä¸æ˜¯å•Š ? - - - - - - - - - - - - - $Q:VNV - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue30.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue30.xml deleted file mode 100644 index 77e9874..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue30.xml +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - ni3gei3na2yi2geda4kuair4de - - - - - - - - 你給拿一個大塊的 - - - - - - - - - - - - - - - - - - - - - - - - - you3da4demei2you3zhe4li3 - - - - - - - - 有大的沒有這裡 - - - - - - - - - - - - - - - - - - you3da4dema - - - - - - - - 有大的嗎 - - - - - - - - - - - - - - - - - gei3a1yi2na2geda4ge4de - - - - - - - - 給阿姨拿個大個的 - - - - - - - - - - - - - - - - - - - - - - - - tiao1yi2ge - - - - - - - - 挑一個 - - - - - - - - - - - - - - - - - - tiao1yi2geda4deao - - - - - - - - 挑一個大的噢 - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue31.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue31.xml deleted file mode 100644 index 8c8cec9..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue31.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - chuan1nei4xie2shuai1jiao1 - - - - - - - - 穿哪鞋摔跤 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bu4guan3ao - - - - - - - - ä¸ç®¡å™¢ - - - - - - - - - - - - - - - - - - shuai1jiao1wo3ke3bu4guan3ao - - - - - - - - 摔跤我å¯ä¸ç®¡å™¢ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shuai1jiao1jiu4bu4xu3ku1 - - - - - - - - 摔跤就ä¸è¨±å“­ - - - - - - - - - - - - - - - - - - - - - - - - - - ting1jian4mei2you3 - - - - - - - - è½è¦‹æ²’有 - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue32.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue32.xml deleted file mode 100644 index a26dbcb..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue32.xml +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3bu2xia4di4wo3ye3mei2fa3gei3ni3cheng2a - - - - - - - - ä½ ä¸ä¸‹åœ°æˆ‘也沒法給你盛啊 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a - - - - - - - - 啊 - - - - - - - - - - - ni3xia4di4ma1gei3ni3cheng2hao3ma - - - - - - - - 你下地媽給你盛好嗎 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - nouen - - - - - - - - å—•å—¯ - - - - - - - - - - - enwo3gei3ni3cheng2rou4rou4qu4ao - - - - - - - - 嗯我給你盛肉肉去噢 - - - - - - - - - - - - - - - - - - - - - - - - - - - ao - - - - - - - - 噢 - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue33.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue33.xml deleted file mode 100644 index a1ed910..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue33.xml +++ /dev/null @@ -1,803 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qi3lai2 - - - - - - - - 起來 - - - - - - - - - - - - - - - - - - - - - - - - - - ma1na2 - - - - - - - - 媽拿 - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhe4na2 - - - - - - - - 這拿 - - - - - - - - - - - - - - - - - - - - - bu4na2nei4ge - - - - - - - - 䏿‹¿å“ªå€‹ - - - - - - - - - - - - - - - - - - na2liang3gejiu4gou4le - - - - - - - - 拿兩個就夠了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3ni3na2shao2 - - - - - - - - çµ¦ä½ æ‹¿æ“ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qi3lai2zou3 - - - - - - - - 起來走 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3ni3na2na2hui2qu4 - - - - - - - - 給你拿回去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shao2 - - - - - - - - æ“ - - - - - - - - - - - - - - - - - - - - - - - - na2shao2 - - - - - - - - æ‹¿æ“ - - - - - - - - - - - - - - - - - - - - - - - - - - - ma1gei3ni3cheng2shang4 - - - - - - - - 媽給你盛上 - - - - - - - - - - - - - - - - - - - - - - - - gan4ma2 - - - - - - - - 幹嘛 - - - - - - - - - - - - - - - - - lai2duan1hui2qu4 - - - - - - - - 來端回去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xing2le - - - - - - - - 行了 - - - - - - - - - - - - - - xing2le - - - - - - - - 行了 - - - - - - - - - - - - - - xing2le - - - - - - - - 行了 - - - - - - - - - - - - - - qu4duan1guo4qu4 - - - - - - - - 去端éŽåŽ» - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - chu1qu4le - - - - - - - - 出去了 - - - - - - - - - - - - - - - - - - - - - kuai4qu4 - - - - - - - - 快去 - - - - - - - - - - - - - - - - - en - - - - - - - - å—¯ - - - - - - - - - - - - - - - - - - - - - - ba3zhei4gei3wo3 - - - - - - - - 把這給我 - - - - - - - - - - - - - - - - - - - - - - - - - na2nei4gexiao3shao2chi1qu4ba - - - - - - - - æ‹¿å“ªå€‹å°æ“åƒåŽ»å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue34.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue34.xml deleted file mode 100644 index 4e52944..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue34.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3rang4a1yi2chi1 - - - - - - - - ä½ è®“é˜¿å§¨åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3gei3yi2 - 你給姨 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xie4xie4 - - - - - - - - è¬è¬ - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/dialogue35.xml b/compling.core/data/Learning/Chinese Data/dialogues/dialogue35.xml deleted file mode 100644 index d233479..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/dialogue35.xml +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - - - - - - - - - - - - - - chuan1shang4xie2 - - - - - - - - 穿上鞋 - - - - - - - - - - - - - - - - - - - you4you4guang1jiao3ya1zi - - - - - - - - åˆå…‰è…³é´¨å­ - - - - - - - - - - - - chuan1shang4 - - - - - - - - 穿上 - - - - - - - - - - - - - - - - - - - bu4chuan1 - - - - - - - - ä¸ç©¿ - - - - - - - - - - - - - - - - - - - chuan1shang4 - - - - - - - - 穿上 - - - - - - - - - - - - - - - - - - - ni3kan4kan4a1yi2dou1chuan1xie2le - - - - - - - - 你看看阿姨都穿鞋了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3bu4chuan1xie2 - - - - - - - - ä½ ä¸ç©¿éž‹ - - - - - - - - - - - - - - - - - - enxie2 - - - - - - - - 嗯鞋 - - - - - - - - - - - - xie2dui4 - - - - - - - - éž‹å° - - - - - - - - - - - - dou1dei3chuan1xie2 - - - - - - - - 都得穿鞋 - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/dialogues/talkbank.xsd b/compling.core/data/Learning/Chinese Data/dialogues/talkbank.xsd deleted file mode 100644 index 0ffd330..0000000 --- a/compling.core/data/Learning/Chinese Data/dialogues/talkbank.xsd +++ /dev/null @@ -1,2359 +0,0 @@ - - - - - This version of XML schema has been adapted by Eva Mok for use in a - computational language learning model. Main changes include: i) numbering of utterances - (subsumed by newer releases of the schemas available at the XML talkbank) ii) utterances split - into clauses at pauses iii) elaboration of entities present in the environment and their - attributes iv) allowing the enumeration of the initial setting at the start of the transcript - v) allowing the annotation of events using the "e" tag designed specifically for the learning - model - The current version defines two types of documents: the global elements - below... The global types are available for reusing through schema type extension/restriction. - The most up to date document definition is CHAT, it is also the richest in structure. Ideally, - each group should develop a schema module defining the structure of their specific (class of) - annotations, this schema should be an assembly of their definitions. - Developed by Romeo Anghelache, from the CHAT specifications, released under - the GNU Public License, 2001. Continuing development by Franklin Chen. - - - - - - - - - - - - @Participants; a structure enumerating the beings - participating - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 31 March 1999 is formatted as 1999-03-31 - - - - - this work might be done in an extended interval of time; a duration of - 1 year, 2 months, 3 days, 10 hours, and 30 minutes, one would write: - P1Y2M3DT10H30M - - - - - - - - - - - - - - - e.g. when you write russian words using english characters, then - Lang="ru" and Script is "en" - - - - - - - - - - - - an AIF document, see http://morph.ldc.upenn.edu/AG/doc/xml/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - administrative descriptions, reused from Dublin Core - - - - - - - - - () in a word - - - - - - - - - precode at the beginning of an utterance; CHAT [- ...] - - - - - - - - - - unscoped code in the middle of an utterance; CHAT {...} - - - - - - - - - postcode at the end of an utterance; CHAT [+ ...] - - - - - - - - - - - - - - - - - - - - - allows semi structured extensions to the current set of annotations: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inlined annotations, the conventional CHAT symbols are listed - too - - - - - - - - - - - - - [!] - - - - - [!!] - - - - - ["] - - - - - [?] in CHAT, ( text ) in CA - - - - - [/] in CHAT - - - - - [//] in CHAT, - in CA - - - - - [///] in CHAT - - - - - [/?] - - - - - [/-] - - - - - quicker tempo, no CHAT equivalent, used in CA - - - - - slower tempo, no CHAT equivalent, used in CA - - - - - larger volume, louder, no CHAT equivalent, used in - CA - - - - - lower volume, no CHAT equivalent, used in CA - - - - - - - - - - - CA-style overlap - - - - - - - - fmc - - - - - fmc - - - - - - - - - - - fmc - - - - - fmc - - - - - - - - - - mark overlap scoping - - - - - - - - [>] - - - - - [<] - - - - - - - - - - - [*] or [* text] - - - - - - - ,, for %mor - - - - - - For %mor - - - - - - - - - - non verbal happenings - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - intended as a feature of a word, see also the CHAT conventional - notations - - - - - - - - - - - @ap - - - - - @b - - - - - @c - - - - - @cue - - - - - @d - - - - - @f - - - - - @fp - - - - - @g - - - - - @i - - - - - @inf - - - - - @ins - - - - - @k - - - - - @l - - - - - @m - - - - - @n - - - - - @nv - - - - - @o - - - - - @p - - - - - @pr - - - - - -s - - - - - @q - - - - - @s - - - - - @sc - - - - - @sas - - - - - @si - - - - - @sl - - - - - @t - - - - - @u - - - - - @x - - - - - @wp - - - - - - - - - - - a nonempty string - - - - - - - - - - temporary hack till we define language better, possibly using XML language - type - - - - - - - - - - syntactic structure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - the unit of a %mor line corresponding to a word (this element belongs to a - word element, but, if the precise correspondence is not yet established, these elements will - be present at the utterance level (contained in an utterance); - - - - - - - - - - - - - - - - - - - - - - - - - - %mor part of speech - - - - - - - - omitted, CHAT equivalent is 0 - - - - - - category - - - - - subcategory - - - - - - - - - - a %mor or %trn line - - - - - - - - - - - - - - - - two or more alternate morphemic groups; CHAT ^ - - - - - - - - - - a group of words in %mor - - - - - - - - - - - - - - - a single word or a compound word - - - - - - - - - - - - - - - - - - - - - a construct formed by words linked through clitic or compound e.g. - once+and+for+all - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - nonfinal tone marker - - - - - - - -, - - - - - -_ - - - - - -' - - - - - - - - - - - ,, - - - - - -: - - - - - - - - - - - structure used to let annotations to belong to more than one word, can be - recursive, although unnecessary: one can attach more than one annotations to a word, group - of words, or whole utterances - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon , clause delimiter [^c]; - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - a word - - - - - - - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - - xx - - - - - yy - - - - - xxx - - - - - yyy - - - - - www - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - - utterance initiators or linkers; they indicate the way to fit the current - utterance with an earlier one, the CHAT conventional symbols are listed - too - - - - - - - +" - - - - - +^ - - - - - +< - - - - - +, - - - - - ++ - - - - - - - - - - - - - - a pointer to a selection in a video/audio file - - - - - - - - - - - - - - - - - - - - - frame - - - - - second - - - - - - millisecond - - - - - byte - - - - - character - - - - - - - - - - - - - + for mor - - - - - - word# - - - - - - - - - =word (English translation) - - - - - - - - - morphemes - - - - - - - - - suffix marker, CHAT equivalent is - - - - - - suffix fusion marker, CHAT equivalent is &; - - - - - - omitted affix, CHAT equivalent is -0 - - - - - incorrectly omitted affix, CHAT equivalent is - -0* - - - - - morphological category, CHAT equivalent is :, when used after - the stem - - - - - - - - - - - - - the beings along with their characteristics (age, sex...) - - - - - - - - - - - - - - - - - - - - - - other entities present in the environment, namely the objects (e.g. - furniture, toys) - - - - - - - - - - - specifying fillers for speech act annotation - - - - - - - - - - constructional part of the gold standard annotation for each - clause - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - specifying bindings of fields and values - - - - - - - - - - - - - - - - - - - - - - - - - stress, blocking etc. - - - - - - - - - - / - - - - - // - - - - - /// - - - - - : - - - - - ^ internal - - - - - ^ at beginning - - - - - *text* in CA - - - - - - - - - - - #, pause between words - - - - - the place to add research content - - - - - the place to add research content - - - - - - - - - - - - - - - [x number] in CHAT - - - - - - - - - - - - - - [c] clause-delimiter; - - - - - - - - - - - period, question, exclamation; basic utterance terminator; tone - terminator - - - - - - - - - - - - +. - - - - - +... - - - - - +..? - - - - - +!? - - - - - +/. - - - - - +/? - - - - - +//. - - - - - +//? - - - - - +"/. - - - - - +". - - - - - - - -? - - - - - -. - - - - - -! - - - - - -'. - - - - - -,. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon, clause_delimiter [^c]; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - - - - the place to add research content - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - clitic or compound or reduplication markers in wordnet - - - - - - - compound, CHAT + - - - - - clitic, CHAT ~ - - - - - reduplication, CHAT ++ - - - - - hyphen, CHAT - - - - - - - - - - - clitic separators in morphemics - - - - - - - preclitic, CHAT $ - - - - - postclitic, CHAT ~ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a group of utterances having something in common, usually the - speaker - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - these are the (legacy) dependent tiers, %mor line is, now, - <morphemics> element - - - - - %add - - - - - %act - - - - - %alt - - - - - %cod; general purpose coding - - - - - %coh; cohesion tier - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - - %eng - - - - - %err; error coding - - - - - [%exc ...] - - - - - %exp; [= text] - - - - - %flo - - - - - %fac - - - - - %gls - - - - - %gpx - - - - - %int - - - - - %lan - - - - - %ort - - - - - %par: - - - - - %: - - - - - %pho: - - - - - - %pht: - - - - - %mod: - - - - - [: text] - - - - - %def; on the main line, not recommended - - - - - %sit - - - - - %ssy - - - - - %spa - - - - - %spe - - - - - %tim - - - - - arbitrary annotations, intended as an extension - mechanism - - - - - %ton - - - - - %rom - - - - - %sdi - - - - - %sch - - - - - %sxx - - - - - - - - - - - - - - - - - No symbol - - - - - d - - - - - - - - - - # - - - - - ## - - - - - ### - - - - - - - - fmc should change to xs:duration - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - Begin and end delimited material (degenerate case) - - - - - - - - Underline arbitrary content - - - - - - - - - - - - - Italic arbitrary content - - - - - - - - - - - - - Bold arbitrary content - - - - - - - - - - - - - Long feature <TAG material TAG>for Santa Barbara; other - begin/end features - - - - - - - - - - - - - Nonvocal <<TAG material TAG>>for Santa - Barbara - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/more.xml b/compling.core/data/Learning/Chinese Data/more.xml deleted file mode 100644 index 3dadcf8..0000000 --- a/compling.core/data/Learning/Chinese Data/more.xml +++ /dev/null @@ -1,1129 +0,0 @@ - - -ting1hua4wo3jiu4gei3xiang1xiang1bu4ting1hua4bu4bu4gei3xiang1xiang1 -lai2ma1magei3ni3bo1dianr3ji1dan4 -yao4bu4ran2wo3jiu4bu4gei3ni3xiang1xiang1le -ni3ba3xiang1xiang1huan2gei3wo3ba -lai2ma1mawei4en -aiyoushao3mo3dianr3 -ma1magei3ni3na2dianr3zhi3ba -bie2mo3lehao3ma

$Q:QP:T - -xia4di4ma1mawei4 -ni3na2nei4xiao3yi

3 -xiao3yi3 -ma1mawei4ni3hao3ba

$Q:NQP:T -angzuo4 -enzuo4zuo4 -zuo4zher4zher4m moves the chair over to the table -zan2menge1nei4zhuo

1shang4chi1hao3ma

$Q:QP:T -ma1mawei4 -qi3lai2 -zhan4qi3lai2 -zuo4zuo4 -ei

4zhen1hao3 -hao3chi1ba -ma1mawei4ni3hao3ma

$Q:QP:T - -a

dao4diao4 -adiao4a -diao4lejiu4bu2yao4le -diao4lejiu4zang1le -na2zhei4shou3fu

2zhezhe4wan3 -hnnduan1zhechi

1le -diao4lejiu4bu2yao4le -diao4di4xiajiu4bu2yao4le -na4bu2yao4le -bu2yao4le -zang1lezang1le - -chu1qu4ba -bie2tui1le

-pushing chairwa

$UNINT -qu4ba -qu4wanr2qi4qu4ba -wanr2nei4xiao3he2he - -enenenxx tries to get teddy bear to drink tea$UNINT -ta1bu2hui4he1 -ta1nar3hui4he1ya

$Q:QW -aiyoudou1sa3di4xia4le -ta1bu2hui4he1 -laughing; xx tries to use teddy bear to mop up spilled tea -whisperheihei$INTERJ -zang1lea

-shei2rang4ni3ge1shui3li3lea

$Q:QW -ge1shui3li3hai2bu4zang1a

$Q:NQP - -enxx throws ball to m$INTERJ -aiyouhe$INTERJ -laughs -youthrows the ball on the floor$INTERJ -na4wo3zhuai1lea

ready to throw to xx -throws ball -ni3pai1yi2ge4 - -qu4jian3qi4qu4xx runs to get ball; m laughing softly -guan1men2 -bu4guan1men

2 -guan1men2gan4ma

$Q:QW -guan1men2jiu4gai1re4lea -kai1kai1men2xx throws ball -qi4ba3men2kai1kai1 - -zhei4shi4kai1nar4dema

$Q:QP:M -en$INTERJ -shi4a

$Q:NQP -jieshi4 -shi4na4ni3jiu4kai1ba -cha1shang4la

-ni3kai1ani3zi4ji3kai1ya -ni3zi4ji3zhe4mezhekai1 -zhe4mezhe -hmmm shows her$INTERJ -hhbu4dui

4 -zhei4bu2shi4kai1lema$Q:QP:M -bu2shi4gei3ni3cha1shang4lema$Q:QP:M -kai

1 -cha1shang4ni3zi4ji3kai

1 -zi4ji3kai

1 - - -xixining3zher4 -ning3zher4 -ning3zher4hmmm winds up the toy and lets it go, then xx plays with it -you4zuo4di4xia4yi4huir2shenr1shang4you4dou1zang

1le -kuai4qi3lai2ba

-shenr1shang4dou1zang1le -ma1magei3ni3zhei4ge -ni3bie2lao3na

2ta1xx plays with toys - -ni3nei4qiu

2ne$Q:QP:N -qiu2nar3qu4le$Q:QW -ni3gei3wo3zhao3qu4wo3chou3chou3zai3nar3ne$Q:QW -dar4zher4 -zhei4shi4nei4qiu2azhei4shi4qiu2ma$Q:QP:M -da

4$UNINT -qiu2$UNINT -zhui4ni3as she throws the ball$UNINT -ou

ounhhh$UNINT -qi3lai

2 -zhan4qi3lai

2 -ta1you4gui4you4gui4di4xia4 -qi3lai2 - - - -fang4jie1zher4 -zhe4dou1rang4ni3gei3nong4huai4leni3 -rang4ni3ba4xiu1xiu1ao -enhenhenjie

1zher4 -zhei4gebu4xiang3 -na4ni3chi1tao2bu4chi1le -ma1mashuo1zhe4huai4le -ta1bu4xiang3le - -wo3gei3ni3ca1ca1 -na4zui3lao3bu2bi4zhe -en -ca1ca1 -zai4ni3deshu1shang4hua4qu4ba -xie3gezir4ao -ba3nei4gebi3diao4guo4lai2 -aiyou

bie2zai4zhe4hao3 -zhe4shi4nei4ben3hao3de -bu4xing2 -na2nei4ben3 -na2yi4ben3huai4dequ4 -na2nei4ben3po4dequ4 -qu4huan4yi4ben3shu1ao - - - -yiaini3chi1rou4rou4ba -en -chi1a -en -ma1gei3ni3zhai2hao3ma -zhai2yu2hao3ma - -na4ni3gei3ge1nar3leni3xiang3xiang3 -ei3gei3en1reng1 -ni3gei3reng1le -a -reng1nar3le -ei3gei3reng1 -reng1nar3le -shi4reng1wu1li3lehai2shi4reng1wai4toule -wai4bianr1 -reng1wai4bianr1le - - -ma1magei3ni3zhao3zhao3nei4xiao3bao1bao1ba -hao3ba -wo3gei3ni3zhao3zhao3nei4bao1bao1qu4 -ni3xia4di4hao3ma -cry -na4ni3dao4chi1rou4leni3hai2rang4wo3bao4zheni3a -bu4gei3ni3chi1 -ni3gen1a1yi2wanr2qu4ba -chi1rou

4 -chi1rou4a -chi1fan4maxi1xi1ao -rang4ni3ba4chi1wan2fan4chi1rou4le - -wo3zhi1dao4tuo1lexie2ni3yao4guang1jiao3ya1zixia4di4 -chuan1shang4xie2kuai4dianr3ting1jian4mei2you3 -kuai4chuan1 -chuan1shang4xie2ao -chuan1xie2xia4di4chi1qu4ao - -ma1gei3ni3zhai2zhai2rou4 -ni3kuai4zou3 -ma1gei3ni3zhai2rou4neao -ma1ma -ma1gei3zhai2rou4rou4ao -kuai4lai2 -aiyoushi4wo3wei4ni3ahai2shi4ni3zi4ji3chi1a -enenrou4zhai2 -bie2bie2bie2wo3gei3ni3 -wo3gei3ni3zhai2 -you3cir4xi1xi1 -e1wo3zhai2 -ni3zi4ji3bu2hui4zhai2 - -duan1zhenei4wan3chi1 -ma1gei3ni3kuai3dianr3tang1lai2 -chi1na

2 -en -gei3ni3dianr3cai4laizhe -lai2wo3gei3ni3ge1dianr3cai4lai2 -zhei4gecai4dehao3chi1wo3gao4su4ni3 -kuai4lai2 -aochi1ba -hao3haochi1ao -chi1ba -wo3lai2gei3ni3cheng2 -gei3 -hen -ni3na2shou3fu2zhezhei4wan3 - -ni3bie2gei3wo3xia1hu2lai2ao -nong4nar3dou1shi4 -ge1zhei4shang4chi1 -ge1zhuo1shang4chi1 -zai4bu4hao3haochi1jiu4da3lei2leao - -lai2qu4wanr2 -shang4wu1qu4 -ehenheneehenha

-ni3gei3wo3chuan1shang4ni3dexie2 -ao

-chuan1shang4 -a1chuan1jie2xie2 -chuan4nei4xie2ye3xing2chuan1shang4 -ai4chuan1xie2ya -enchuan1shang4 -a1chuan1xie2 -wo3kan4kan4nei4geqi4qiu2ying1pao4zhei4li3mian4 -wo3gu1ji4zai4zhei4li3toune -shuo1ni3nei4geqi4qiu2nar3qu4lexi1xi1 -a

-ni3nei4qi4qiu2na3qu4le -ni3ye3zou3 -zou3 -jiu3zou3 -nar3qu4ya -ma1ma

-ni3qiao2qiao2 -ni3qiao2qiao2fei1dei3chuan1shang4da4xie2 -cry -guo4lai2 -chuan1chuan1chuan1ni3zi4ji3dexiao3xie2qu4 - - - - -ni3bu4kou1menr2ni3ba3zhei4gegei3a1yi2 -ni3qu4gei3 -ao

-na4ni3jiu4shi4kou1menr2 -mei2 -gei3ni3yi2ge -zhei4ge -mei2 -shou3li3shou3li3na2zheni3jiu4shuo1xia1hua4 -ni3lao3zuo4zai4wo3tui3shang4gan4ma2ya - -eshui3shui3hua1he1 -enchi1qu4ba -ni3nei4zui3li3hai2you3tang2mei2you3le -chi1wan2tang2zai4he1cough -chi1wan2lema -wan2 -wan2lehe1shui3 -hai2you3a -man4dianr3 -zi4ger3na2zhe -cough -he1bu4he1 -en

-na2qu4 -ni3zai4shuo1chi1tang2wo3jiu4ning2ni3 -chi1liang3gejiu4de2le - -chi1zhei4getang2 -chi1zhei4getang2 -en

-ni3gei3a1yi2 -a1yi2ye3chi1zhei4getang2kuai4dianr3 -gei3a1yi2na2 -kuai4dianr3a -en -ni3gei3a1yi2na2yi2getang2 -ni3gei3a1yi2na2 -a1yi2ye3chi1zhei4getang2 -ni3ye3chi1zhei4ge -a1yi2ye3chi1zhei4ge -jiu

4chi1 -aowo3gei3ni3nei4ge - -aini3zen3meba3zhei4gegei3na2hui2lai2le -zhei4gegei3a1yi2deya -en -gei3a1yi2deyanei4ge -ei

jiu4dui4le -hao3a1yi2chi1zhei4geni3chi1zhei4ge -dou1gei3a1yi2ge1na4 -ba3zhei4ji3gedou1gei3a1yi2chi1 -qu4ba -qu4gei3a1yi2 -ni3ni3bu4xu3dong4nei4ge -ni3ba3zhei4gegei3a1yi2 -zhei4geshi4a1yi2de - - - -ni3shang4ta1nar4ceng4dianr3fan4qu4 -ceng4dianr3fan4zai4lai2 -bu4chi1fan4nar3xing2a -en

chi1yang

2tang2 -shang4ta1nar4qu4ceng4yi4kou3fan4qu4 -ceng4yi4kou3fan4zan2menjiu4wanr2hao3ma -enen

-ceng4wan2fan4ma1dai4ni3wai4toupao3bu4hao3ma - -bu4chi1la -na4ni3rang4a1yi2chi1bahao3ma -fen1a1yi2chi1ao -a1yi2ye3bu4chi1 -ni3shuo1chi1bachi1 -wo3yi3jing1chi1leyi2kuair4le -ma1magei3a1yi2zhei4gehao3ma - - - -wo3gei3ni3na2 -ni3ni3ni3kan4zhei4ge -ni3kan4neni3kan4nei -xiao3mao1mao1 -wo3wen4ni3 -ni3ni3ni3zhao

4zhehua4yi2ge -zhao4zheta1hua4ang

-hua4ta1ang

-em4$INTERJ -ba3ta1ye3hua4xia4lai2 -hua4mao1mao

1 -wang3zhei

4shang4hua4ni3zhao

4zhezhei4ge -zhao4zhezhei4shang4tou2demao1mao1zai4zhei4benr3shang4hua42 different booksxx starting to scribble on notebook -wo3rang4ni3hua

4 -zai4zhei

4shang4hua4m taps notebook -zai4benr3shang4hua4 -eng1offering pen to m$INTERJ -ni3hua4 - -wo3gei3ni3ca

1zheni3nar4you3qiao3ke3li4 -ei4ei4wo3wen4ni3 -ni3zhi

1dao4a1yi2na2nei4shen2mema -ni3kan4ni3qiao2qiao2$Q:QP:M -qiao2a1yi2na

2nei4shi4shen2meya$Q:QW -shuo1 - -bao4bao4 -whinybao4bao4 -bu2bao4zhelaughs -eng

4m$INTERJ -ni3hua4 -ni3hua4mao

1 -jiu1wo3tou2fa4"jiu1 .le" -ni3ni3ni3hua4mao1mao1hua4mao1mao1 -hua4ya -hao3ma$Q:QP:M -yao4mani3xie3yi1er4san1si4softerwu3liu4qi1ba1jiu3shi2 -en

1bao4bao4 -ni3kan4zhei4shi4lou

3zheni3lou

3zheni3 -lou3zheni3 - -bie2tui1zhuo

1zi -kicking her feeteiyi

hei1$UNINT -ni3tui1zhuo1zijiu4mei2far3xie

3le -zhi1dao4ma$Q:QP:M -hua4che1che1 -zha

4xx banging her feet on sofa$UNINT -screaminga

a

a

2a$UNINT -bu4xu3yao3shou3 -teng2 - -eng

ni3lao3zai4nar4yi1huir3gai1zhuang

4zhene -qi2guo4lai2 -zi4ger3qi2guo4lai2 -wo3kan4kan4hui4leba$Q:NQP:T -gang1cai1ni3dou1hui4qi

2la -neng2neng2qi2la -deng1 -zi4ger3deng1 -deng1 -ni3zai4wang3qian2zuo4zuo4jiu4xing2le -wang3qian2zuo4zuo4 -ben4xx gets off tricycle and runs to m -xx knocks something over, it rattles/clangs$UNINT - -gan4ma2nexx flips tricycle over$Q:QW -yao4xiu

1xiu1 -xiu1xiu1 -xiu1xiu1$Q:INT -an

4affirming$INTERJ -ni3hui4maxx gets up and walks to other side of trike$Q:QP:M -enni3hai2xiu1xiu1 -m trying to fix xx's microphone wire$INTERJ -qu4xiu1che1qu4 -xiu1che1qu4 -xiu1che1 -bao

4 -xiu1che1 -ni3kan4ni3nei4che1huai4laxi1xi -ni3kan4kan4ta1bu4zou3le - -ang

m turns on player and speaker sounds, but then stops$INTERJ -ting1zhe -ni3bie2dong4 -ni3yi1dong4jiu4huai4lesilence, then ninja turtles song comes on -tiao4baxx dancing, banging ground with plastic stool -nei4jiao4tiao4wu3ba$Q:NQP -nei4jiao4pai1deng

4zine -wo3rang4ni3tiao4wu

3 -ni3gen1zherchang4as she takes stool away -ta1chang4ne -ni3zen3mebu2chang4axx banging stool$Q:QW -yawningwo3gei3ni3fang4yin1yue4nayawns again - -guo3ya$Q:NQP -guo3wo3gei3ni3na2zhequ4m and xx walk into kitchen; metal clanging noise -jiu4chi1yi1dianr3ang -ni3chi1duo1lebu4xing2m starts cutting -chi1duo1leni3you4bu4chi1fan4le -ni3jiu4ge1nar4qu4 -ni3hai2na2 - -wo3gei3shei2chi1azhu3wan2le$Q:QW -zhu3wan2legei3shei2chi1a$Q:QW -en

yi

2 -gei3yi2chi1a$Q:NQP -en4$INTERJ -gei3wo3chi1 -ni3chi1a$Q:NQP - -wo3gei3ni3qie1kai1ba -en

qie1 -bu4qie1kai1kai1nei4geda

4ni3chi1bu4liao3 -ni3kuai3bu2shang4lai2 -hao3ma$Q:QP:M -ahhh

$INTERJ -wo3gei3ni3qie1kai1 -na2nei4shou3fu2zhewan3xx using spoon by herself -wo3gei3ni3qie1 -an4wo3gei3ni3qie1liang3banr4 -qie1yi1dianr3 -qie1yi1dianr3chi1 - - - -ka3che

1 -hai2yao4kan4ka3che1ya

$Q:NQP -fussing, grabs bookei

che1 -hao3hao3hao3gei3 -ti1qiu

2 -eng

$INTERJ -hao2yu3jiu4yao4kan4qiu2 -ni3kan4bakan4ba -ti1qiu

2 -a

ti1qiu2a4$Q:NQP -ma3shang4jiu4yao4ti1qiu2a -gei3ni3na2qiu2qu4a -whinyhenhen

qiu

2hy runs after m, who went to get a ball for him -ma3shang4jiu4yao4ti1qiu2 -zhei4geqiu2ne$Q:QP:N -qiu2qiu2 -gei3wo3 -fussy, highgei

3 -gei3gei3gei3gei3gei3 -ti1ti1qiu2hao3 - -na2 -yao4na

2 -shi4bam goes to get ball$Q:NQP -wo3gei3ni3na2 -eng2$Q:PRMPT -pao3 -pao3na2jin4lai2ba -bie2chu1qu4le -na2jin4lai2 -pao3hy walking around -adiao

4a$UNINT -diao4 -diao4nar3le

$Q:QW - -hei4ti1qiu2 -FApao3 -FApao3aheh

ti

1 -FAeh

ti

1yati1 -hahati1yati1 -zuo4zhebaf pushes chair$Q:NQP -FAbu2zuo

4more chair sounds -FAheieizuo4 -zuo4 -hei1hei1zuo4 - -ti1em2hy's shoe falls off -zen3me$Q:QW -diao4leba$Q:NQP -diao

4 -diao4lai2kan4kan4 -gei3ni3chuan1shang4 -wan2yiwanr

2 -wanr2wanr

2 -eng

$INTERJ -excited vocalizations$UNINT -engzou3 -hui2qu4hui2qu4 -hui2qu4hui2qu4a -hui2qu4wo3gei3ni3na2ji1qi1ren2crying then laugh/squealing$UNINT -wo3gei3ni3na2ji1qi1ren2 -kan4ji1qi1renr2ji1qi1renr

2laughs -ge1gea4 -kan4ji1qi1renr2a -wo3gei3ni3na

2ji1qi1renr

2xing2ma$Q:QP:T -bie2chu1qu4lea -lai2lai2lai2kan4ji1qi1renr2 -rang4ba4gei3ni3nong4dianr3shui3a - -wan2xiao3ya1ya1ba -ni3lao3wan2zhei4geyi4huir3ni3kan4ni3lao3cai3 -hahalao3shuai1 -wanr2yi4huir3jiu4shuai1hy throws robot car -ei4$INTERJ -huai4 -eiyou4huai4le -huai4lewo3gei3ni3an1shang4ascraping sound -gei3 -zhei4gem rattles toy - -huai

4m rattling the toy and laughing as she watches hy -huai4rattling stops -gei3nong4hao3le -chai1chai1 -engchai1chai1ya

-gei3 -ei1guo4lai2gei3 -scratchygei3 -ke4rattling and banging sounds -eieigei3ni3kan4 -shuai1leni3kan4 -bie2shuai1huai4lemei2fa3wanr2le -na2zou

3 -na2zou3le -che1che1mei2you2mei2 you3eh - -ma1ma1gei3ni3shou1qi3lai2xing2ma$Q:QP:T -ni3wanr2nei4ya1ya1sound of hy pushing robot car along ground -tui1 -tui1tui1ya

-inaudible, obscured by hy pushing car$UNINT -xing2le -rang4ta1xie1huir3xing2ma$Q:QP:T -lei4a$Q:NQP -rang4ta1xie1huir3ba -nei

4lei4 -ata1lei4le - -wanr2ya1ya1 -zan2wanr2ya1ya1xiao3di4di4xx -wo3gei3ni3na2xiao3qi4che1a4m moving about and putting robot car away -wanr2xiao3qi4che

1ne -che

1 -ao

4che

1 -na2yi4xiao3dea4 -ma1aima11hai

ma

1$VOC -zhei4gebu2pa4shuai1ang -zhei4ge -gei3ni3yi2ge -slurredshuai

1yashuai1 -eng

$INTERJ -shuai1yashuai1mechanical fluttering noise -hae

hy banging the matchbox-type car$UNINT - -rang4wo3na2na2ba -in distancena2shen2me$Q:QW -bu4gen1wo3wanr2lehao2yu3$Q:INT -wu3clatter as car falls to ground$INTERJ -di4shang4 -hao2yu3ai4gan1jing4ha$Q:NQP -kan4di4shang4ne4mezang1leshi4bu2shi4$Q:VNV:T -zai4deng4zishang4wanr

2laughs -tiao4wu

3 -tiao4wu

3laughs$Q:INT -tiao4wu

3laugh$Q:INT -ni3hai2hui4tiao4wu3ne$Q:NQP -ni3tiao4yi2gegei3wo3kan4kan4hy hitting something, banging noise - -sternengde2nei4zen3mewanr2a$Q:QW -zang1si3le -mei2you3 -hai2wang3lian3shang4neng4nonglaugh -ham

1$UNINT -hai2wanr2ma$Q:QP:M -wanr2nei3geya$Q:QW - -enhuai4pieces being manipulated -ni3nong4ge4xiao3fang1kuair4ba -kuai4kuai

4kuai4 -nong4fang1kuair4a -gei3gei3wo3 -eng2$Q:PRMPT -mei2you3le -jiu4zhei4yang4balaughs -ni3hui4cha1ma$Q:QP:M -gei3wo3cha1yi2xiao3fang1kuair4 -ni3dei3zi4ji3lian4xi2cha1a

-ni3kan

4 -cha1cha1 -engcha1cha1 -zi4ji3neng2cha1cha1lai2 - -qin2nehy running to look for it$Q:QP:N -nar4narnar4 -deng4deng4shang4 -a4na2na2lai2tan2tan2 -qin

2 -engba3zhei4gei3wo3 -enna

2 -high, excitedna2na2qin2 -na2qin2tan2zhei4qin2 -tan2qin2gei3wo3men2ting1ting1 -kai1shi3tan2qi3lai2 -hao2yu

3$VOC -ni3bu4tan2qin2le$Q:NQP - - - -lai2lai2lai2he1ba -aiyouyou -ce4zhedianr3ao -bie2ba3nei4gelu4yin1ji1ya1le -laugh -he1shui3le - -enwo3ye3dei3tang3xia4le -wo3ye3dei3tang3zhe -wo3ye3tang3zhe -xian4zai4xing2leba -man3yi4leba -INVta1tang3wo3ye3dei3tang3zhelaugh -kuai4he1 -hao2yu3 -en

xiao1yang3 -enhao2yu3tang3tang3 - -chi1hao3 -lai2wo3gei3ni3cheng2 -fan4hai2gei3ni3liu2zhene -fan4hai2re

4ne -shi4bu2shi4hao2yu3 -lai2 -zhei4li3you3yu

2 -hao2yu3chi1yu2 -ba3cir4tu3chu1lai2ao -yao4bu4ran2zha1ni3 -bu4chi1a -chi1yu2yao4bu4ran2 -hai2you3yu2 -chi1yu2ba - -chi1cai4huar1ma -kan4cai4huar1 -cai4huar1chi1cai4huar1ba -ni3bu2chi1fan4chi1cai4huar1balai2 - -haiyohao2yu3zhen1guai1 -ni3kan4wo3menhao2yu3chi1yi2da4gecai4huar1he -bu2yao4hai2yao4cai4huar1 -hao2yu3shuo1 -aiyouhehao2yu3zhen1ai4chi1cai4huar1ao -cai4huar1hao3chi1ma -xiang1bu4xiang1 -enlao3chi1laugh -lai2cai4huar1kuai4chi1 -gei3 -lai2 -chi1ye3bu4chi1 - -zai4chi1dianr3lai2 -hai2chi1ba -lai2lia2lai2lai2whisper -kuai4dianr3 -chi1leshi4hao3hai2zi -hao2yu3zhen1ting1hua4 -lai2kuai4chi1fan4 -ni3kan4you4you4peng4nar4leba -cry -lai2lai2 -cry -wo3gei3ni3na2da4qi4che1ba -zhe4mei2qiao1che1a -gei3ni3na2da4qi4che1 -deng3zheao - -lai2kan4kan4zhei4shi4shen2meya -guang2guan1yi -aoguan1 -nei4guan1le -eshuo3suo3 -en -eshuo3suo3 -aozhei4suo3shang4le -zhei4suo3shang4lema -INVkan4dao4zhei4men2guan1shang4lesuo3shang4lelaugh -men2guan1shang4suo3 -eizhei4gene -zan2jia1you3zhei4gema -zai4zan2jie1jia1 -aozan2jia1 -guan1xiao3suo3 -enhai2guan1suo3 -aihai2shuo1suo3wan1guan1 -aicong2zher4kan4kan4 - -ma3 -enzhei4shi4niu2 -niu2 -hao3chang2shi2jian1bu2kan4ledou1wang4le -niu2 -wang4yi -wang4leba -zhei4hai2ji4dema -wang4re -en

ma

3 -shi4ma3ma -niu

2 -zhei4shi4niu2 -ma3che1 -you4xiang3qi3ma3che1le -ma3che1zhei4li3mei2you3 - -aota1ba3ta1na2zou3leshi4ma -ta1bao4bao4 -aota1ba3ta1na2zou3le -ni3shuo1gei3wo3kan4kan4ge1ge -zan2liar3kan4 -ni3shuo1ge1gezan2liar3kan4 -hen -eta3ta1pao1pao3 -pao3leshi4ma - - - -si1si

1 -enyue4liang4si1er -zhei4si1le -ni3kan4ni2gei3si1le -ba3yue4lianggei3si1le -zhei4shi4shen2me -xi1xing1xing1+xing1 -xing1xing1 -zhei4gene -xi1xingdeba4bamao4mao

4 -kan4kan4zhei4xie1dou1shi4chong

2zi -bu2kan4zhei4xie1chong2ziguai4ke3pa4de -shi4bu2shi4 -pa4 -en - -xiong2 -en -qi1xie

2 -aoxie

2 -xie2mei

2 -ao4ta1mei2chuan1xie2ao -ni3kan4mei2chuan1xie2 -xie2huai

4 -endou1mei2chuan1xie2hao -gou3xiong2bu4chuan1xie2ao -duo1duo1xiong2duo1duo1xiong2 -yi3mei2kai1xie2 - -enzher4hai2you3ne -ni2hai2shi4duo1fan1leyi4pian1 -zhe4li3mei2you3niu2ao -zhe4li3you3niu2 -zhu1yang2 -en -yiang2xechi1cai

4cai -enchi1cai4 -chi1cao3ne -chi1tao3cao3 -chi1dao3cao3 - -zhei4shi4shen2meya -ha3dian2shi4deguan1ou -aidian4shi4guan

1 -zhei4shi4shen2me -dian4shi4shi4dian4+shi4+ji1 - -kai1 -kai1 -wo3gei3ni3zhao3nei4ge -lai2wo3gei3ni3zhao3zhei4geqin2ao -ni3kan4 -qin2 -endou1nei3gedang1qin2aren4shima -er4duo1 -ennei3geshi4qin2 -qin2 -gang1qin2 -zhei4shi4gang1qin2 -hai2hao3duo1 -hao2duo1 -hai2hao3duo1qin2 -enhao3duo1qin2 - -hong2qi4che1mei

2 -enhong2qi4che1mei2le -che1mei2 -wo3gei3ni3zhao3zhao3ao -che1che1 -na4shi4shen2meqiang1ni3zhi1dao4ma -hong2qi4che1mei2le -hong2qi4che1mei2le -jiu4wanr2ni3zhei4geche1ba -zhao3 -zhao3 -zhao3 -bie2zhao3lemei2you3le -mei2you3 - -tui1tui1che1 -entui1che1 -tui1 -tui1a -tui1che1ba -tui1en

dao3 -ohuai4ledao3le -dao3 -ennong4dao3le -gei3ni3cha1shang4ao -da4ka3che1 -mei1yi1 -huo3che1 -kan4ni3dehong2qi4che1 -hao3yu3zherne -zhao3zhao2le -zhei4shi4shen2mezhei4geyan2 - -lai2kuai4dianr3 -nei4ge -kuai4cha1 -cha1leyi3hou4zan2menjiu4kai1che1leao -o -tai4man4leke3bu4xing2 -cha1 -kai1che1 -en -xing2le -gan3kuai4cha1 -zan2menjiu4ba3che1kai1kai1qi3lai2le -kai1qi3lai2le -bie2lao3nong4huai4le -cha1hao3le -man4manr4cha1 - -kai1che1 -kai1che1 -kai1che1lou

1 -kai1che1lou

1 -hai2you3 -ni3hai2cha1ya -yao4cha1duo2gao1deche1yaa -hai2gao1 -zhe4che1hao3wanr2hei - -dou1ge1zhe4li3leba3che1 -en -fang4bu2jin4qu4leba -xiang3xiang3kan4zen3mefang4 -xing2le -ni3zai4chai1 -chai1ni3ye3nong4fang4bu4liao3le -dui4dou1ge1zhei4li3ba -xing2xing2xing2lexing2le -dao4 -dao4 -ni3zi4ji3na2shou3na2 -zen4mezhedao4dao4bu4chu1lai2 -mei2mei

2 -mei2lea -wo3kan4nar3mei2la - -lei4 -lei4le -hai2lei4lelaugh -ni3hai2zhi1dao4lei

4na -enche1lei

4 -aoche1lei4le -shi4che1lei4lehai2shi4ni3lei4le -lai2xie1huir3ba -ti1huir3qiu2 -ti1huir3qiu2zai4wanr2zhei4geao -qiu2 -xing2ma -ti1qiu2 -ti1qiu2 -lai2ti1qiu2 -zan2liang3ti1hao2yu3 -ti1qiu2 -ti

1 -hao2yu3ye3ti1 -hao2yu3ti1 -ti

1 -kuai4ti1 - -wo2jiang1 -you4shang

4 -aiyou4shang4 -dui4you4shang4qu4le -xia

4 -xia

4 -xia4xia4lai2leyou4 -xia4 -xia4 -xia1nai4xia4+lai2 -xia

4 -eidui4 -xia4lai

2 -bu2shi4xia4lai4 -shi4xia4lai2 -hao2yu3 -xia4 -hao2yu3ke3ma - -ta1mei2jiu3zou3 -enta1hai2mei2you

-eiyaozen3meban4ne -na2qiang1na2qiang1 -gou4chu1lai2 -na2qiang1 -dui4 -a1na2qiang1 -enna2qiang1qu4gou4chu1lai -chu1lailema -na

2zou

3 -en -na2qiang1 -enna2qiang1 -na2qiang3qiang1qiang1+qiang1 -na2qiang1da3qiu2 -endui4 -yi -ni3kan4you4ti1ge2li3le -kuai4na2qiang1qu4nong4chu1lai - -aozhei4ge -ba3zhei4gena2chu1lai -lai2lai2lai2zhei4li3 -bu4gu3ge1 -bu4ge1 -ge1che1li3touye3xing2 - -apo4 -a -aopo4le -shuai1po4leshi4ba -zu3shuai1 -enzu3shuai1 -ta1ban

4 -enban4 -dui4ban4dao3le -ta1ban4dao3le -shuai1le -ba3lian3shuai1po4leshi4ma - -jin1tian1ni3 -shei2ba3ni3shou3gei3wo1le -ma1ma

-shi4ma1mama -wo1shou3wo1shou3le -shei2ba3ni3shou3gei3wo1la -en -na4shi4shei2ba3ni3shou3gei3wo1la -wo4 -shei2wo1de -shei2gei3ni3wo1deni3zhi1dao4ma -bao2bao

1 -bao1bao1 -dou3zou3 -ta1zou3ao -ta1na2zheshu1bao1zou3le -na4shi4shei2a -jiu4ma1 -jiu4bajiu4+ma -jiu4ma1zou3 -aidui4jiu4ma1zou3 -jiu4ma1ba3hao2yu3deshou3gei3wo1leshi4ma -ma1maai3ye3wo1 -ma1maye3wo1le -wo1 -shen2meshi2hou4wo1ni3shou3lelaugh -jiu4mawo1deshou3ao -jiu4mawo1shou3shou3 - -da4ka3che1lai2 -endui4 -da4da4ka3che1 -duida4ka3che1lai2le -ting1de2shi4dui4 -shi4da4ka3che1lai2 -zhei4you3tuo1la1ji1ma -pao3pao3le -da4ka3che1nai2lai2 -ei -da4ka3che1nai2lai2 -shi4da4ka3che1lai2 -ting1sheng1yin1shi4da4ka3che1 -kuai4ting1ting -wo3gei3ni3da3kai1menr2ting1tingqing1chu3 -the voice of opening the door -che1nai2lai2 -hai2you3che1ma -hai2you3bie2deche1ma -hao2yu3 - - - -shi4nai3naipao3 -nai3naipao3le -nei4shu1shuhao3ma -eixiang3bu4xiang3chai2yan3le -shu1shupao

3 -shu1shupao3le -aini3ba4qian2xie1ri4zishang4nar3qu4le -ni3zhi1dao4ma -song

4liu3ba4ba -ba4banar3qu4leqian2xie1ri4zi -qi1qu4 -qu4nar3le -xia4men

2 -shi4bu2shi4a -en

-zan2liar3wanr2wanr2ba - -aohuar1 -gei3 -wo3na

2 -huar1na

2 -gei3 -nai2lai2che1 -en -na2zhe4 -eibie2dong4 -bie2nong4huai4le -bie2jiu1 -bie2jiu1ao -zhei4shi4shen2mehua1a - -xi3huan1ma -zha1 -zha1 -zha1leao -liu2xue3 -enliu2xue3 -nar3ne -wo3kan4nar3liu2xue3le -po4 -po4le -aiyouliu2xue3le -shou3 -en -shou3po4le -shi4ma -mei2liu2xue3ao -xi3huan1zhei4gehuar1ma -dao4dao4 -bie2dao4bie2dao4 -dao4lejiu4huai4le - -zhe4che1shei2gei3mai3dezhi1dao4ma -jiu4jiumai3 -aijiu4jiumai3deche1 -ni3shuo1jiu4jiumai3deche1 -shuo1 -mai3che

1 -en -ni3shuo1jiu4jiumai3deche1 -che1mai3de -kai1 -kai1kai1 -wo3gei3ni3kai1 -wo3gei3ni3kai1yi2ge - -endiao4 -diao4le -jian3qi3lai2 -jian3qi3lai2 -wu1yao4ji1 -aiyouhao2yu3zhen1guai1 -jian3qi3lai2ai -yao4duo2shao3 -ao -kai1zou3 -enkai1zou3 -pao3che1 -enjiu4zher4hao2yu3 -xiao3jiao4che1 -eidui4xiao3jiao4che1 - -tai4ji3jin3e -entai4jin3 -tai4jin3na2chu1lai2jiu4bu4jin3le -na2chu1lai2 -a2na2chu1dai3lai2 -na2chu1lai2 -bu4na2chu1lai2 -na4ni3zen4mezhe -ba3zhei4gefang4jin4qu4 - -bang3bang3 -bang3bang3a -zen3mebang3bang3a -gan4ma2ya -dao3 -ni3zhei4li3bu2hui4dao3de -FAma1mabang3 -ni3zi4ji3bang3hao3bu4hao3 -zen4mezhaoba -zen4mezhela1xing2 -na4zen3mebang3 -ni3gao4su4wo3yao4zen3mebang3 -zen3mebang3ani3shuo1 -bang3nar3ba -bang3zher4 -bang3qian2mian4xing2ma -bang3zhe4yanr3li3shi4ma diff --git a/compling.core/data/Learning/Chinese Data/testSet/talkbank.xsd b/compling.core/data/Learning/Chinese Data/testSet/talkbank.xsd deleted file mode 100644 index 0ffd330..0000000 --- a/compling.core/data/Learning/Chinese Data/testSet/talkbank.xsd +++ /dev/null @@ -1,2359 +0,0 @@ - - - - - This version of XML schema has been adapted by Eva Mok for use in a - computational language learning model. Main changes include: i) numbering of utterances - (subsumed by newer releases of the schemas available at the XML talkbank) ii) utterances split - into clauses at pauses iii) elaboration of entities present in the environment and their - attributes iv) allowing the enumeration of the initial setting at the start of the transcript - v) allowing the annotation of events using the "e" tag designed specifically for the learning - model - The current version defines two types of documents: the global elements - below... The global types are available for reusing through schema type extension/restriction. - The most up to date document definition is CHAT, it is also the richest in structure. Ideally, - each group should develop a schema module defining the structure of their specific (class of) - annotations, this schema should be an assembly of their definitions. - Developed by Romeo Anghelache, from the CHAT specifications, released under - the GNU Public License, 2001. Continuing development by Franklin Chen. - - - - - - - - - - - - @Participants; a structure enumerating the beings - participating - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 31 March 1999 is formatted as 1999-03-31 - - - - - this work might be done in an extended interval of time; a duration of - 1 year, 2 months, 3 days, 10 hours, and 30 minutes, one would write: - P1Y2M3DT10H30M - - - - - - - - - - - - - - - e.g. when you write russian words using english characters, then - Lang="ru" and Script is "en" - - - - - - - - - - - - an AIF document, see http://morph.ldc.upenn.edu/AG/doc/xml/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - administrative descriptions, reused from Dublin Core - - - - - - - - - () in a word - - - - - - - - - precode at the beginning of an utterance; CHAT [- ...] - - - - - - - - - - unscoped code in the middle of an utterance; CHAT {...} - - - - - - - - - postcode at the end of an utterance; CHAT [+ ...] - - - - - - - - - - - - - - - - - - - - - allows semi structured extensions to the current set of annotations: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inlined annotations, the conventional CHAT symbols are listed - too - - - - - - - - - - - - - [!] - - - - - [!!] - - - - - ["] - - - - - [?] in CHAT, ( text ) in CA - - - - - [/] in CHAT - - - - - [//] in CHAT, - in CA - - - - - [///] in CHAT - - - - - [/?] - - - - - [/-] - - - - - quicker tempo, no CHAT equivalent, used in CA - - - - - slower tempo, no CHAT equivalent, used in CA - - - - - larger volume, louder, no CHAT equivalent, used in - CA - - - - - lower volume, no CHAT equivalent, used in CA - - - - - - - - - - - CA-style overlap - - - - - - - - fmc - - - - - fmc - - - - - - - - - - - fmc - - - - - fmc - - - - - - - - - - mark overlap scoping - - - - - - - - [>] - - - - - [<] - - - - - - - - - - - [*] or [* text] - - - - - - - ,, for %mor - - - - - - For %mor - - - - - - - - - - non verbal happenings - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - intended as a feature of a word, see also the CHAT conventional - notations - - - - - - - - - - - @ap - - - - - @b - - - - - @c - - - - - @cue - - - - - @d - - - - - @f - - - - - @fp - - - - - @g - - - - - @i - - - - - @inf - - - - - @ins - - - - - @k - - - - - @l - - - - - @m - - - - - @n - - - - - @nv - - - - - @o - - - - - @p - - - - - @pr - - - - - -s - - - - - @q - - - - - @s - - - - - @sc - - - - - @sas - - - - - @si - - - - - @sl - - - - - @t - - - - - @u - - - - - @x - - - - - @wp - - - - - - - - - - - a nonempty string - - - - - - - - - - temporary hack till we define language better, possibly using XML language - type - - - - - - - - - - syntactic structure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - the unit of a %mor line corresponding to a word (this element belongs to a - word element, but, if the precise correspondence is not yet established, these elements will - be present at the utterance level (contained in an utterance); - - - - - - - - - - - - - - - - - - - - - - - - - - %mor part of speech - - - - - - - - omitted, CHAT equivalent is 0 - - - - - - category - - - - - subcategory - - - - - - - - - - a %mor or %trn line - - - - - - - - - - - - - - - - two or more alternate morphemic groups; CHAT ^ - - - - - - - - - - a group of words in %mor - - - - - - - - - - - - - - - a single word or a compound word - - - - - - - - - - - - - - - - - - - - - a construct formed by words linked through clitic or compound e.g. - once+and+for+all - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - nonfinal tone marker - - - - - - - -, - - - - - -_ - - - - - -' - - - - - - - - - - - ,, - - - - - -: - - - - - - - - - - - structure used to let annotations to belong to more than one word, can be - recursive, although unnecessary: one can attach more than one annotations to a word, group - of words, or whole utterances - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon , clause delimiter [^c]; - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - a word - - - - - - - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - - xx - - - - - yy - - - - - xxx - - - - - yyy - - - - - www - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - - utterance initiators or linkers; they indicate the way to fit the current - utterance with an earlier one, the CHAT conventional symbols are listed - too - - - - - - - +" - - - - - +^ - - - - - +< - - - - - +, - - - - - ++ - - - - - - - - - - - - - - a pointer to a selection in a video/audio file - - - - - - - - - - - - - - - - - - - - - frame - - - - - second - - - - - - millisecond - - - - - byte - - - - - character - - - - - - - - - - - - - + for mor - - - - - - word# - - - - - - - - - =word (English translation) - - - - - - - - - morphemes - - - - - - - - - suffix marker, CHAT equivalent is - - - - - - suffix fusion marker, CHAT equivalent is &; - - - - - - omitted affix, CHAT equivalent is -0 - - - - - incorrectly omitted affix, CHAT equivalent is - -0* - - - - - morphological category, CHAT equivalent is :, when used after - the stem - - - - - - - - - - - - - the beings along with their characteristics (age, sex...) - - - - - - - - - - - - - - - - - - - - - - other entities present in the environment, namely the objects (e.g. - furniture, toys) - - - - - - - - - - - specifying fillers for speech act annotation - - - - - - - - - - constructional part of the gold standard annotation for each - clause - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - specifying bindings of fields and values - - - - - - - - - - - - - - - - - - - - - - - - - stress, blocking etc. - - - - - - - - - - / - - - - - // - - - - - /// - - - - - : - - - - - ^ internal - - - - - ^ at beginning - - - - - *text* in CA - - - - - - - - - - - #, pause between words - - - - - the place to add research content - - - - - the place to add research content - - - - - - - - - - - - - - - [x number] in CHAT - - - - - - - - - - - - - - [c] clause-delimiter; - - - - - - - - - - - period, question, exclamation; basic utterance terminator; tone - terminator - - - - - - - - - - - - +. - - - - - +... - - - - - +..? - - - - - +!? - - - - - +/. - - - - - +/? - - - - - +//. - - - - - +//? - - - - - +"/. - - - - - +". - - - - - - - -? - - - - - -. - - - - - -! - - - - - -'. - - - - - -,. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon, clause_delimiter [^c]; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - - - - the place to add research content - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - clitic or compound or reduplication markers in wordnet - - - - - - - compound, CHAT + - - - - - clitic, CHAT ~ - - - - - reduplication, CHAT ++ - - - - - hyphen, CHAT - - - - - - - - - - - clitic separators in morphemics - - - - - - - preclitic, CHAT $ - - - - - postclitic, CHAT ~ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a group of utterances having something in common, usually the - speaker - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - these are the (legacy) dependent tiers, %mor line is, now, - <morphemics> element - - - - - %add - - - - - %act - - - - - %alt - - - - - %cod; general purpose coding - - - - - %coh; cohesion tier - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - - %eng - - - - - %err; error coding - - - - - [%exc ...] - - - - - %exp; [= text] - - - - - %flo - - - - - %fac - - - - - %gls - - - - - %gpx - - - - - %int - - - - - %lan - - - - - %ort - - - - - %par: - - - - - %: - - - - - %pho: - - - - - - %pht: - - - - - %mod: - - - - - [: text] - - - - - %def; on the main line, not recommended - - - - - %sit - - - - - %ssy - - - - - %spa - - - - - %spe - - - - - %tim - - - - - arbitrary annotations, intended as an extension - mechanism - - - - - %ton - - - - - %rom - - - - - %sdi - - - - - %sch - - - - - %sxx - - - - - - - - - - - - - - - - - No symbol - - - - - d - - - - - - - - - - # - - - - - ## - - - - - ### - - - - - - - - fmc should change to xs:duration - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - Begin and end delimited material (degenerate case) - - - - - - - - Underline arbitrary content - - - - - - - - - - - - - Italic arbitrary content - - - - - - - - - - - - - Bold arbitrary content - - - - - - - - - - - - - Long feature <TAG material TAG>for Santa Barbara; other - begin/end features - - - - - - - - - - - - - Nonvocal <<TAG material TAG>>for Santa - Barbara - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/testSet/testDialogue01.xml b/compling.core/data/Learning/Chinese Data/testSet/testDialogue01.xml deleted file mode 100644 index f8b1ce7..0000000 --- a/compling.core/data/Learning/Chinese Data/testSet/testDialogue01.xml +++ /dev/null @@ -1,2348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - TXN plus TT - - This visit took place just after M and WW had breakfast. They spend most of the visit outside where WW wants to play with his friends, - but his one friend (XingXing) hasn't come out yet. On their second trip outside, WW ends up playing in the sand while M talks to an older woman - from the neighbouring apartment building. The older woman has a 6+8 month old grandchild who she has in a stroller while she is outside - talking with WW's mother. WW has some brief (mostly nonverbal) interactions with this child towards the end of the visit. - - WW's mother only has a 5th grade education and does not work full-time, so is the primary caregiver for WW. - His father works in a factory as a welder and they live in a factory-provided low-rise apartment building. - - - - - - - - - hao3le - - - - - - - - 好了 - - - - - - - - - - - - - sound of car horn honking in background - - - - - xia4lou2wanr2qu4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - em4 - - - - - - - - 厄 - - - - - - - - xia4lou2wanr2qu4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sound of footsteps, ww playing with something - - - - - xia4lou

2wanr

2qu

4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xia4lou2wanr

2qu

4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hao3 - - - - - - - - 好 - - - - - - - - - - - - - - - na4wo3men2jiu4xia4lou

2ba - - - - - - - - é‚£æˆ‘å€‘å°±ä¸‹æ¨“å§ - - - - - - - - - - - - - - - - - - - zou3 - - - - - - - - èµ° - - - - - - - - - - - - - - - xia4lou2 - - - - - - - - 下樓 - - - - - - - - - - - - - - - - - - - na4ma

1ma

$VOC - - - - - - - - 那媽媽 - - - - - - - - - - - ang4en

ma1mazou3le

- - - - - - - - 啊嗯媽媽走 - - - - - - - - - - - - - ww walking around - - - - - kuai4lai2 - ' - - - - - - 快來 - - - - - - - - - - - - - - - - - - - xiang3chu1lou2wanr

2qu4 - - - - - - - - 想出樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVba3men2zhuang4shang4jiu4xing2le - - - - - - - - 把門撞上就行了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MOTjiu4zhei4yangr4$Q:INT - - - - - - - - 就這樣 - - - - - - - - - - - INVei4 - - - - - - - - 欸 - - - - - - - - zhuang4shang4jiu4xing2le - - - - - - - - 撞上就行了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - r slams the door behind them - - - - - - - - - - - INVxing2le - - - - - - - - 行了 - - - - - - - - - - - - - - - - - - - zou3a - - - - - - - - 走啊 - - - - - - - - - - - - - - - - - - wabao4zher

- - - - - - - - 娃抱著 - - - - - - - - - - - - - - - - - - - hai2bao

4zhe - - - - - - - - 還抱著 - - - - - - - - - - - - - - - - - - - - - - m liftingai

you

4 - - - - - - - - 唉 - - - - - - - - ahn

- - - - - - - - 啊 - - - - - - - - m carries ww past two older children, aged 4 or 5, playing in haoc, sound of trucks going by in lane$INTERJ - - - - - - - - - - - - humminghmmm

- - - - - - - - ㄇ - - - - - - - - $INTERJ - - - - - huo

4 - - - - - - - - 或 - - - - - - - - bei1xiao3shu1baor1la - - - - - - - - èƒŒå°æ›¸åŒ…啦 - - - - - - - - - - - - - - - - - ha

4$INTERJ - - - - - - - - 哈 - - - - - - - - - - shei2you4bei1xiao3shu1baor1le

- - - - - - - - 誰åˆèƒŒå°æ›¸åŒ…了 - - - - - - - - - - - - - - - - $Q:QW - - - - - an

2 - - - - - - - - 啽 - - - - - - - - m carrying ww towards stairs$Q:PRMPT - - - - - - - - - - - - - - - - coughs; m starts down the stairs with ww, r teasing ww with pen - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVfussyou4wa

$UNINT - - - - - - - - åˆå¨ƒ - - - - - - - - - - - ai4you - - - - - - - - 唉喲 - - - - - - - - ai4you - - - - - - - - 唉喲 - - - - - - - - youyouyouyouyou$INTERJ - - - - - - - - 喲喲喲喲喲 - - - - - - - - - - - - - - - - lao3lie

1bershen2meya$Q:QW - - - - - - - - è€å’§æ†‹ç”šéº¼å‘€ - - - - - - - - - - - - - - - - chu1tang4menr

2lai2jiu4ku

1le - - - - - - - - 出趟門來就哭了 - - - - - - - - - - - - - - - - - - offering pen - - - - - - - - - - - - yao4bu2yao4 - - - - - - - - è¦ä¸è¦ - - - - - - - - - - - - - - - $Q:VNV - - - - - INVyao

4 - - - - - - - - è¦ - - - - - - - - - - - - - - - - - yao4a

- - - - - - - - è¦å•Š - - - - - - - - - - - - - - - $Q:NQP - - - - - qu4na2bi

3 - - - - - - - - 去拿筆 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yao4bu2yao4$Q:VNV - - - - - - - - è¦ä¸è¦ - - - - - - - - - - - - - - - - - INVbu4a - - - - - - - - ä¸å•Š - - - - - - - - - - a2 - - - - - - - - 阿 - - - - - - - - m stioc carrying ww downstairs, r foocowing$Q:PRMPT - - - - - - - - - - - - - - - - - na4ni3jiu4huan2gei3a1yi2 - - - - - - - - 那你就還給阿姨 - - - - - - - - - - - - - - - - - they have reached the bottom of the stairs - - - - - you

4$INTERJ - - - - - - - - åˆ - - - - - - - - - - dou1mei2ren

2ne - - - - - - - - 都沒人呢 - - - - - - - - - - - - - - - - - - - mei2renr2xia4lai2ni - - - - - - - - 沒人下來呢 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - mei2renr2xia4lai2niu - - - - - - - - 沒人下來嗕 - - - - - - - - - - - - - - - - - - - - - - - - - - - a

1$INTERJ - - - - - - - - 啊 - - - - - - - - - - na4shang4nar3wanr2qu4 - - - - - - - - 那上哪玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zan2men - - - - - - - - 咱們 - - - - - - - - - $Q:QW - - - - - an

2 - - - - - - - - 啽 - - - - - - - - $Q:PRMPT - - - - - - - - - - - soft, putting him downxia4di4wanr2ba - - - - - - - - ä¸‹åœ°çŽ©å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - 來 - - - - - - - - - - - - - - - fussingen

a

emg

$UNINT - - - - - - - - 嗯啊呃 - - - - - - - - - - lao3rang4bao4zhenar3xing2a

$Q:QW - - - - - - - - è€è®“抱著哪行 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - stioc fussing, softly, ends$UNINT - - - - - bu4gen1ni3hao3lea - - - - - - - - ä¸è·Ÿä½ å¥½äº†å•Š - - - - - - - - - - - - - notice use of "ta1" - - - - - wo3mai3hao3chi1dequ4le - - - - - - - - 我買好åƒçš„去了 - - - - - - - - - - - - - - - - - - - - bu4gei3ta1chi1 - - - - - - - - ä¸çµ¦å¥¹åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussing louderen

2$UNINT - - - - - - - - 嗯 - - - - - - - - - - enni3chou3 - - - - - - - - 嗯你醜 - - - - - - - - - - - - - ni3chou3nei4nai3nailai2le - - - - - - - - 你醜哪奶奶來了 - - - - - - - - - - - - - - - - - - - - - - - - - - - gai1shuo1ni3shei2reg., creakyzen3melao3rang4bao4zheya

$Q:QW - - - - - - - - 該說你誰怎麼è€è®“抱著呀 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a2$Q:PRMPT - - - - - - - - 阿 - - - - - - - - - - kuai4liang3sui4le - - - - - - - - 快兩歲了 - - - - - - - - - - - - - hai2rang4bao4zhe - - - - - - - - 還讓抱著 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussen

- - - - - - - - 嗯啊呃 - - - - - - - - $UNINT - - - - - tsch$INTERJ - - - - - - - - 哧 - - - - - - - - - - nai3nailai2le - - - - - - - - 奶奶來了 - - - - - - - - - - - - - - - ni3kan4zhe - - - - - - - - 你看這 - - - - - - - - - - - - - - - - - ni3kan4kan4kan4kan4kan4 - - - - - - - - 你看看看看看 - - - - - - - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - 你看 - - - - - - - - - - - - - - - - - lai2le - - - - - - - - 來了 - - - - - - - - - - - - - lai2le - - - - - - - - 來了 - - - - - - - - - - - - - lai

2le - - - - - - - - 來了 - - - - - - - - - - - - - - - - - - lai2mei2lai2ya - - - - - - - - 來沒來呀 - - - - - - - - - - - - - $Q:VNV - - - - - fussingem

bao4zher

a

- - - - - - - - 嗯抱著啊 - - - - - - - - - - - - - - - - - - fussbao

4zhe

- - - - - - - - 抱著 - - - - - - - - - - - - - - - - - - tschni3jiu4rang4bao4zhe - - - - - - - - 哧你就讓抱著 - - - - - - - - - - - - - - - - - - - - - - - - - - - zen3melaughai2you - - - - - - - - 怎麼唉唷 - - - - - - - - ww silent$Q:QW - - - diff --git a/compling.core/data/Learning/Chinese Data/testSet/testDialogue02.xml b/compling.core/data/Learning/Chinese Data/testSet/testDialogue02.xml deleted file mode 100644 index 33e540a..0000000 --- a/compling.core/data/Learning/Chinese Data/testSet/testDialogue02.xml +++ /dev/null @@ -1,2314 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TXN plus TT - - This visit took place just after M and WW had breakfast. They spend most of the visit outside where WW wants to play with his friends, - but his one friend (XingXing) hasn't come out yet. On their second trip outside, WW ends up playing in the sand while M talks to an older woman - from the neighbouring apartment building. The older woman has a 6+8 month old grandchild who she has in a stroller while she is outside - talking with WW's mother. WW has some brief (mostly nonverbal) interactions with this child towards the end of the visit. - - WW's mother only has a 5th grade education and does not work full-time, so is the primary caregiver for WW. - His father works in a factory as a welder and they live in a factory-provided low-rise apartment building. - - - - - - - - cries loudly for 3.0 and another 3.0; ww pushes m's legs$UNINT - - - - - - - - - - - - - - - - - tui1wo3le - - - - - - - - 推我了 - - - - - - - - - - - - - - - - ha

1 - - - - - - - - 哈 - - - - - - - - ww drinking$Q:NQP - - - - - - - - - - - hao3lei1 - - - - - - - - 好哩 - - - - - - - - - - - - - wo3dai1huir3bu2dai4ta1wanr

2qu4 - - - - - - - - 我待會ä¸å¸¶å¥¹çŽ©åŽ» - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai2tui1bu4tui1la - - - - - - - - é‚„æŽ¨ä¸æŽ¨å•¦ - - - - - - - - - - - - - - - - ww drinking from bottle$Q:VNV - - - - - - - - - - - - whiningen

wanrdeng

1$UNINT - - - - - - - - 嗯玩燈 - - - - - - - - - - - - - - - - - whiningna2deng

1ziya4 - - - - - - - - 拿燈å­å‘€ - - - - - - - - - - - - - - - - - whiningna

2sheng

2zi

- - - - - - - - æ‹¿ç¹©å­ - - - - - - - - - - - - - - - ww walks out to haocway - - - - - - - - - - - gei3wo3hui2lai2 - - - - - - - - 給我回來 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4shen2meya

- - - - - - - - 這甚麼呀 - - - - - - - - - - - - - - - ni3jiu4na

2 - - - - - - - - 你就拿 - - - - - - - - - - - - - - - $Q:QW - - - - - fuss, cryingwa

4enh - - - - - - - - 哇嗯 - - - - - - - - ww walks to door then drinks - - - - - - - - - - - - - - - - ei1 - - - - - - - - ㄟ - - - - - - - - - - - chirping of cicadas; coughs; ww in haocway$INTERJ - - - - - wei2wei

- - - - - - - - 韋韋 - - - - - - - - kuai4hui2lai2 - - - - - - - - 快回來 - - - - - - - - - - - - - - - - - - - - - - - - ni3hui2bu4hui2lai2 - - - - - - - - 你回ä¸å›žä¾† - - - - - - - - - - - - - - - - - - ni3a - - - - - - - - 你啊 - - - - - - - - - ww in haocway, chirping of cicadas$Q:VNV - - - - - wo3jiao

4ni3 - - - - - - - - 我å«ä½  - - - - - - - - - - - - - - - shi4bu4shi4mei2ting1jian4na - - - - - - - - æ˜¯ä¸æ˜¯æ²’è½è¦‹å¶ - - - - - - - - - - - - - - - - - - a

2 - - - - - - - - 啊 - - - - - - - - ww stioc in haocway, cicadas, m goes to haocway$Q:VNV - - - - - - - - - - - - - - - - zou3 - - - - - - - - 走 - - - - - - - - - - - - - - - - - - - - - - - - - tsch

- - - - - - - - å“§ - - - - - - - - ai1ya

4 - - - - - - - - 唉呀 - - - - - - - - zang1bu4zang1a

$Q:VNV - - - - - - - - é«’ä¸é«’ - - - - - - - - - - - - - - - - - - - - - fussingen

$INTERJ - - - - - - - - å—¯ - - - - - - - - - - fussingen

2 - - - - - - - - å—¯ - - - - - - - - m goes into kitchen and rinses ww's bottle$INTERJ - - - - - - - - - - - - - - - - - - - - - - ni3shuo1ni3zhei4hai2zi - - - - - - - - ä½ èªªä½ é€™å­©å­ - - - - - - - - - - - - - - - tao2bu4tao2qi4ba - - - - - - - - æ·˜ä¸æ·˜æ°£å§ - - - - - - - - - - - - - ni3 - - - - - - - - ä½  - - - - - - - - - ww in haocway$Q:VNV:T - - - - - - - - - - - - - - - gei3wo3hui2lai2 - - - - - - - - 給我回來 - - - - - - - - - - - - - - - - - - - - - - - - m foocows ww out into haocway, stands over ww - - - - - hui2bu4hui2qu4ya - - - - - - - - 回ä¸å›žå޻呀 - - - - - - - - - - - - - - - - - - $Q:VNV - - - - - fussingen

2$INTERJ - - - - - - - - å—¯ - - - - - - - - - - qiao2ta1na4zui

3ba - - - - - - - - 瞧她那嘴巴 - - - - - - - - - - - - - - - - - - - - - - fussing for 3.0$UNINT - - - - - kuai4hui2lai2slaps ww - - - - - - - - 快回來 - - - - - - - - - - - - - - - - - - - - - fussing$UNINT - - - - - bu4ting1hua

4le - - - - - - - - ä¸è½è©±äº† - - - - - - - - - - - - - shi4bu4shi4$Q:VNV:T - - - - - - - - æ˜¯ä¸æ˜¯ - - - - - - - - - - - - - - - - - - fussing; ww drinking, cicadas chirping$UNINT - - - - - - - - - - - - - - - - em

you3dianr

3ke

3lou

1 - - - - - - - - å‘ƒæœ‰é»žæ¸´å˜ - - - - - - - - - - - - - - - - - - kuai4qi3lai2 - - - - - - - - 快起來 - - - - - - - - - - - - - - - - - - - - - - - - you3dianr3ke

3lou

1 - - - - - - - - æœ‰é»žæ¸´å˜ - - - - - - - - - - - - - - - - - - - - - you3dianr3ke3lou

1 - - - - - - - - æœ‰é»žæ¸´å˜ - - - - - - - - - - - - - - - - - - ke3la

1 - - - - - - - - 渴啦 - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - zen3meyou

4ke3la - - - - - - - - æ€Žéº¼åˆæ¸´å•¦ - - - - - - - - - - - - - - ni

3 - - - - - - - - ä½  - - - - - - - - - $Q:QW - - - - - - guo

1$UNINT - - - - - - - - é‹ - - - - - - - - - - - mei

2 - - - - - - - - 沒 - - - - - - - - - - eng2na4$INTERJ - - - - - - - - 嗯那 - - - - - - - - - - wu1wang4wei1$UNINT - - - - - - - - 嗚望餵 - - - - - - - - - - - - - - - - - - - wei4yi

1wei4$UNINT - - - - - - - - 餵一餵一 - - - - - - - - - - - - - - - - - - - - wei4wei4yi

2$UNINT - - - - - - - - 餵餵一 - - - - - - - - - - - - - - - - - - - - wei4wi

2$UNINT - - - - - - - - 餵餵 - - - - - - - - - - - - - - - - - - - - - - - - - - eng

4em

4$UNINT - - - - - - - - 嗯嗯 - - - - - - - - - - screamsa

soft, highwuwu

wuwu

- - - - - - - - 啊嗚嗚嗚嗚 - - - - - - - - banging sounds of pot as m puts sugar in bottle$UNINT - - - - - wo3zhao3ma1ma

- - - - - - - - 我找媽媽 - - - - - - - - - - - - - - - qu4le - - - - - - - - 去了 - - - - - - - - - - - - - - - gei3ma

1ma

1 - - - - - - - - 給媽媽 - - - - - - - - - - - - - - - - - m walks back to near ww - - - - - - - - - - - - - - - - - yao4gei3ma1ma

ou

3 - - - - - - - - è¦çµ¦åª½åª½å™¢ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yao4gei3ma

1ma

1ou

3 - - - - - - - - è¦çµ¦åª½åª½å™¢ - - - - - - - - - - - - - - - - - - - - - - - - - - m putting more water in bottle for ww - - - - - - - - - - - - ye

2$UNINT - - - - - - - - 爺 - - - - - - - - - - wo3da1ben4 - - - - - - - - 我大笨 - - - - - - - - - - - - - $UNINT - - - - - enh

aenh

$INTERJ - - - - - - - - 嗯啊嗯啊 - - - - - - - - - - kuai4gei3ni3 - - - - - - - - 快給你 - - - - - - - - - - - - - - - - - - - - vocalizing, softlyen2enh

$INTERJ - - - - - - - - 嗯嗯 - - - - - - - - - - - - - - - - - he1bu4he1a

1 - - - - - - - - å–ä¸å–啊 - - - - - - - - - - - - - - - ww drinking$Q:VNV - - - - - yer

2gei3de

$UNINT - - - - - - - - 噎給的 - - - - - - - - - - - - - - - - - - - en

gei2dei3yao

4stamping feet$UNINT - - - - - - - - å—¯çµ¦å¾—è¦ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussingum

em

m

4$INTERJ - - - - - - - - ㄇ - - - - - - - - - - gan4ma2ya

4 - - - - - - - - 幹麻呀 - - - - - - - - $Q:QW - - - - - - - - - - fussem

4$INTERJ - - - - - - - - 呃 - - - - - - - - - - lao3heng1heng1shen2meya$Q:QW - - - - - - - - è€å“¼å“¼ç”šéº¼å‘€ - - - - - - - - - - - - - - - - - en

2em

- - - - - - - - 嗯嗯 - - - - - - - - banging noise$INTERJ - - - - - hai2he1bu4he1la - - - - - - - - é‚„å–ä¸å– - - - - - - - - - - - - - - - - $Q:VNV - - - - - a

2 - - - - - - - - 啊 - - - - - - - - $Q:PRMPT - - - - - happy, highya2$INTERJ - - - - - - - - 呀 - - - - - - - - - - vocalizeya

4a

- - - - - - - - 呀啊 - - - - - - - - cicadas and noise of ww manipulating bottle$INTERJ - - - - - - - - - - - ai4ya4 - - - - - - - - 唉呀 - - - - - - - - ni3shuo1ni3tao2bu4tao2 - - - - - - - - ä½ èªªä½ æ·˜ä¸æ·˜ - - - - - - - - - - - - - - - - - - - - - - banging sound$Q:VNV - - - - - stamping feet, fussingenem$INTERJ - - - - - - - - 嗯嗯 - - - - - - - - - - na4ni3kuai4he1 - - - - - - - - é‚£ä½ å¿«å– - - - - - - - - - - - - - - - - - - - - - - - - - - - you4nie1 - - - - - - - - åˆæ - - - - - - - - - - - - - - - - you4nie1 - - - - - - - - åˆæ - - - - - - - - - - - - - - - - - - - - - zang1bu4zang1a$Q:VNV - - - - - - - - é«’ä¸é«’啊 - - - - - - - - - - - - - - - hahaemem

- - - - - - - - 哈呃 - - - - - - - - $INTERJ - - - - - - - - - spits; laughs; end of visit$UNINT - - - - diff --git a/compling.core/data/Learning/Chinese Data/testSet/testDialogue03.xml b/compling.core/data/Learning/Chinese Data/testSet/testDialogue03.xml deleted file mode 100644 index 7450624..0000000 --- a/compling.core/data/Learning/Chinese Data/testSet/testDialogue03.xml +++ /dev/null @@ -1,1753 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TXL plus TT - WW's father is laid off for a few months and is now home during the day to take care of WW while his mother works part-time. In this visit, they are both home. It is a Tuesday afternoon and there is no television programming, so the mother of XingXing, a little boy about the same age as WW comes by to visit about halfway through this recording. WW spends a great deal of time jealously guarding his toys against XX's intrusion while their 2 mothers talk. - WW and his family live in a factory-provided low-rise apartment building. - - - - - guo4lai2 - - - - - - - - éŽä¾† - - - - - - - - - - - - - - - - - - wei2wei - - - - - - - - 韋韋 - - - - - - - - - - ni3wanr2qu4kuai4zhe - - - - - - - - 你玩去快著 - - - - - - - - - - - - - - - - - - - - - - - - - - - - wanr2qu4ba - - - - - - - - çŽ©åŽ»å§ - - - - - - - - - - - - - - - - - - - - fussingen

en

2$UNINT - - - - - - - - 嗯嗯 - - - - - - - - - - kuai4wanr2qu4a

- - - - - - - - 快玩去 - - - - - - - - - - - - - - - - - - - - - fussingen

4 - - - - - - - - å—¯ - - - - - - - - $UNINT - - - - - - - - - - - ni3qu4na2ni3dewan2yir4qu4 - - - - - - - - 你去拿你的玩æ„去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3nei4wan2yir4nar3qu4le$Q:QW - - - - - - - - 你哪玩æ„哪去了 - - - - - - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - å—¯ - - - - - - - - - - wei2weini3dewan2yir4ne

$Q:QP:N - - - - - - - - 韋韋你的玩æ„å‘¢ - - - - - - - - - - - kuai4na2wan2yir4qu4 - - - - - - - - 快拿玩æ„去 - - - - - - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - å¿«è‘— - - - - - - - - - - - - - - - - wei2weini3detang2lao3ya1nar3qu4le$Q:QW - - - - - - - - 韋韋你的å”è€é´¨å“ªåŽ»äº† - - - - - - - - - - - - - - - - - - - - - - - - - - - ge1nei4xiao3chuang2shang4leba

$Q:NQP - - - - - - - - 擱那å°åºŠä¸Šäº†å§ - - - - - - - - - - - - - - - - - - - - - - - kuai4na2tang2lao3ya1qu4 - - - - - - - - å¿«æ‹¿å”è€é´¨åŽ» - - - - - - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - å¿« - - - - - - - - - - - - - - - ni3delao3ya1ne - - - - - - - - ä½ çš„è€é´¨å‘¢ - - - - - - - - - $Q:QP:N - - - - - tang2lao3ya

1ne$Q:QP:N - - - - - - - - å”è€é´¨å‘¢ - - - - - - - - - - - kuai4lai2 - - - - - - - - 快來 - - - - - - - - - - - - - - - - bao4tang2lao3ya1wanr2qu4le - - - - - - - - 抱å”è€é´¨çŽ©åŽ»äº† - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FAinaudible, asking where his donald duck is$UNINT - - - - - - - - - - - MOTai4 - - - - - - - - 唉 - - - - - - - - tang2lao3ya1zai4zher4ne - - - - - - - - å”è€é´¨åœ¨é€™å‘¢ - - - - - - - - - - - - - - - - - nei4tang2lao3ya1gen1xiao3hei1xiong

2shi4dele - - - - - - - - 哪å”è€é´¨è·Ÿå°é»‘熊是的了 - - - - - - - - - - - - - - - FAlaughs - - - - - kuai4lai2 - - - - - - - - 快來 - - - - - - - - - - - - - - - - - - - - - - - - - - bao4zhe - - - - - - - - 抱著 - - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - 唉 - - - - - - - - - - ai4 - - - - - - - - 唉 - - - - - - - - kuai4lou3zheta1 - - - - - - - - 快摟著它 - - - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - 唉 - - - - - - - - - - lou3zheta1wanr2qu4ba - - - - - - - - æ‘Ÿè‘—å®ƒçŽ©åŽ»å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - 快點 - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - 嗯 - - - - - - - - - - - - - - - - shang4zhei4tou2wanr2lai2 - - - - - - - - 上這頭玩來 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4tour2 - - - - - - - - 這頭 - - - - - - - - - - fussingem

em

2$UNINT - - - - - - - - 嗯嗯 - - - - - - - - - - shang4nei4tou2qu4wanr2wanr2 - - - - - - - - 上哪頭去玩玩 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4tour2 - - - - - - - - 這頭 - - - - - - - - - - guo4lai2 - - - - - - - - éŽä¾† - - - - - - - - - - - - - - - - - - f adjusting a stool for himself - - - - - - - - - - - wanr2ni3pai1yi

1wo3pai1yi1lai2 - - - - - - - - 玩你æ‹ä¸€æˆ‘æ‹ä¸€ä¾† - - - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - 快來 - - - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - éŽä¾† - - - - - - - - - - - - - - - - - - - - fusswo3zhao3ma1ma

enh - - - - - - - - 我找媽媽嗯 - - - - - - - - - - - - - - - - - whinyma

1ma$VOC - - - - - - - - 媽媽 - - - - - - - - - - gan4ma2ar$Q:QW - - - - - - - - 幹嘛啊 - - - - - - - - - - whinyba

4ba$VOC - - - - - - - - 爸爸 - - - - - - - - - - gan4ma2a$Q:QW - - - - - - - - 幹麻啊 - - - - - - - - - - whinywo3yi3zi - - - - - - - - æˆ‘æ¤…å­ - - - - - - - - - - - fussing loudlyer

er

4er

$UNINT - - - - - - - - 二二二 - - - - - - - - - - akhah

$INTERJ - - - - - - - - 啊 - - - - - - - - - - whinywo3yi3zi - - - - - - - - æˆ‘æ¤…å­ - - - - - - - - - - - whinyen

4$INTERJ - - - - - - - - å—¯ - - - - - - - - - - FAyao4rang4ta1zuo4nar4 - - - - - - - - è¦è®“ä»–å哪 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wo3gei3ni3na2xiao3ban3dengr4qu4 - - - - - - - - æˆ‘çµ¦ä½ æ‹¿å°æ¿å‡³åŽ» - - - - - - - - - - - - - - - - - - - - - - - - - - - ang

- - - - - - - - 嗯 - - - - - - - - - - - - - - - - - - - - FAai4 - - - - - - - - 唉 - - - - - - - - ni3na2ta1nei4xiao3deng

4ziqu4 - - - - - - - - ä½ æ‹¿ä»–é‚£å°å‡³å­åŽ» - - - - - - - - - - - - - - - - - - - - - - - - fussing loudlyah

$UNINT - - - - - - - - 啊 - - - - - - - - - - - - - - - - - - - - - - FAta1rang4ni3zuo4ta1xiao3deng4zi

- - - - - - - - 他讓你åä»–å°å‡³å­ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na4wo3zuo4le - - - - - - - - 那我å了 - - - - - - - - - - - - - a - - - - - - - - 啊 - - - - - - - - f sits on ww's stool - - - - - - - - - - - an2$Q:PRMPT - - - - - - - - 啽 - - - - - - - - - - - - - - - - ni3zuo4nar4 - - - - - - - - ä½ å哪 - - - - - - - - - - - - - - - - - - - - wo3zuo4zher4 - - - - - - - - 我å這 - - - - - - - - - - - - - - - - - - - - hao3ma$Q:QP:M - - - - - - - - 好嗎 - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/testSet/testDialogue04.xml b/compling.core/data/Learning/Chinese Data/testSet/testDialogue04.xml deleted file mode 100644 index 2fca95d..0000000 --- a/compling.core/data/Learning/Chinese Data/testSet/testDialogue04.xml +++ /dev/null @@ -1,2621 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TXL plus TT - WW's father is laid off for a few months and is now home during the day to take care of WW while his mother works part-time. In this visit, they are both home. It is a Tuesday afternoon and there is no television programming, so the mother of XingXing, a little boy about the same age as WW comes by to visit about halfway through this recording. WW spends a great deal of time jealously guarding his toys against XX's intrusion while their 2 mothers talk. - WW and his family live in a factory-provided low-rise apartment building. - - - - guo4lai2 - - - - - - - - éŽä¾† - - - - - - - - - - - - - - - - - - - - kuai4guo4lai2 - - - - - - - - å¿«éŽä¾† - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ta1ma

de - - - - - - - - 他媽的 - - - - - - - - nar4harchi1qu4lalaughm walks over to wipe ww's nose - - - - - - - - 哪孩åƒå޻啦 - - - - - - - - - - - - - - - - - - - - fussing loudlyai

eh$UNINT - - - - - - - - 唉呃 - - - - - - - - - - a

ehba4ba

eh$VOC - - - - - - - - 啊呃爸爸呃 - - - - - - - - - - - - - - - - - eh

ba4bajia1qi3lai2le

- - - - - - - - 呃爸爸夾起來了 - - - - - - - - - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - 嗯 - - - - - - - - - - - - - - - - ma1maba3zhei4jia

1qi3lai

2le - - - - - - - - 媽媽把這夾起來了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eng4 - - - - - - - - å—¯ - - - - - - - - chi1ba - - - - - - - - åƒå§ - - - - - - - - - - - - - - - ww eating then pants - - - - - - - - - - - eng4 - - - - - - - - å—¯ - - - - - - - - $INTERJ - - - - - chi1ba - - - - - - - - åƒå§ - - - - - - - - - - - - - - - - - mei2hu2 - - - - - - - - æ²’æ ¸ - - - - - - - - - - - - - - - mei2you3hu

2 - - - - - - - - 沒有核 - - - - - - - - - - - - - - - rang4hai2neng2chi

1la

- - - - - - - - 讓還能åƒå•¦ - - - - - - - - - - - - - - - - - - - eng4 - - - - - - - - å—¯ - - - - - - - - mei2 - - - - - - - - æ²’ - - - - - - - - - - - - - - - eng

4 - - - - - - - - å—¯ - - - - - - - - $INTERJ - - - - - you3hur2tu3chu1lai2 - - - - - - - - 有核å出來 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ang

1 - - - - - - - - 啽 - - - - - - - - - - eng

4$INTERJ - - - - - - - - å—¯ - - - - - - - - - - - - - - - - - chi1ba - - - - - - - - åƒå§ - - - - - - - - - - - - - - - - - - - - - - - engbai

1la - - - - - - - - 嗯掰啦 - - - - - - - - - - - - - - - - - ang1 - - - - - - - - 啽 - - - - - - - - bai1zhe - - - - - - - - 掰著 - - - - - - - - - - - - - - - - bai1zhechi1 - - - - - - - - æŽ°è‘—åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eng

mei2 - - - - - - - - 嗯沒 - - - - - - - - - - - - - - - - xiao4yi2ge - - - - - - - - 笑一個 - - - - - - - - - - - - - - - wei2weixiao4yi2ge - - - - - - - - 韋韋笑一個 - - - - - - - - - - - - - - - - - - gei3a1yi2xiao4yi2ge - - - - - - - - 給阿姨笑一個 - - - - - - - - - - - - - - - - - - - - xiao4yi2ge - - - - - - - - 笑一個 - - - - - - - - - - - - - - - kuai4laughs - - - - - - - - å¿« - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - xiao4yi2ge - - - - - - - - 笑一個 - - - - - - - - - - - - - - - ei2ya4$INTERJ - - - - - - - - 呃呀 - - - - - - - - - - - - - - - zhuan4yun1leyi1huir3 - - - - - - - - 轉暈了一會 - - - - - - - - - - - - - - - - - shuai1gen1tou - - - - - - - - 摔跟頭 - - - - - - - - - - - - - - - lai2ba4ba - - - - - - - - 來爸爸 - - - - - - - - - - - - - - - - - - - - - ai4 - - - - - - - - 唉 - - - - - - - - guo4lai2 - - - - - - - - éŽä¾† - - - - - - - - - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - éŽä¾† - - - - - - - - - - - - - - - - - - ba4baba3ni3shu1bao1gei3nong4nong4 - - - - - - - - 爸爸把你書包給弄弄 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunts loudlyzui4hou4yi2ge - - - - - - - - 最後一個 - - - - - - - - - - - eh - - - - - - - - 呃 - - - - - - - - f taking off backpack$INTERJ - - - - - - - - - - - zui4hou4yi

2ge - - - - - - - - 最後一個 - - - - - - - - - - - chi1wan2jiu4 - - - - - - - - åƒå®Œå°± - - - - - - - - - - - - - - - - wan2le - - - - - - - - 完了 - - - - - - - - - - - - - - - - ang1$INTERJ - - - - - - - - 啊 - - - - - - - - - - - - - - - - zui4hou4yi2gelou

1 - - - - - - - - æœ€å¾Œä¸€å€‹å˜ - - - - - - - - - - - eng

4 - - - - - - - - 呃 - - - - - - - - $INTERJ - - - - - zui4hou4yi2ge - - - - - - - - 最後一個 - - - - - - - - - - - eng4 - - - - - - - - å—¯ - - - - - - - - ww panting$INTERJ - - - - - qu4ca1ca1shou3qu4 - - - - - - - - 去擦擦手去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - 來 - - - - - - - - - - - - - ma1gei3ni3ca1ca1shou3 - - - - - - - - 媽給你擦擦手 - - - - - - - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - 快來 - - - - - - - - - - - - - - - - qu4qu4qu4qu4qu4 - - - - - - - - 去去去去去 - - - - - - - - - - - - - - ww runs - - - - - kuai4guo4lai2 - - - - - - - - å¿«éŽä¾† - - - - - - - - - - - - - - - - - - - - - - - - - - - pao3le - - - - - - - - 跑了 - - - - - - - - - - - - - - - - - - - lai2ca1shou3lai

2 - - - - - - - - 來擦手來 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - in distanceei1you4$INTERJ - - - - - - - - 唉喲 - - - - - - - - - - - wo3yao4chi1ping2guo

3 - - - - - - - - 我è¦åƒè˜‹æžœ - - - - - - - - - - - - - - - - - - - - - - - - - - whinywo3yao4chi1ping2guo3 - - - - - - - - 我è¦åƒè˜‹æžœ - - - - - - - - - - - - - - - - - - - - - - - - - - whinywo3yao4chi1ping2guo

3 - - - - - - - - 我è¦åƒè˜‹æžœ - - - - - - - - - - - - - - - - - - - - - - - - - - hahazher4hai2chi1ping2guo

3 - - - - - - - - 哈這還åƒè˜‹æžœ - - - - - - - - - - - - - - - - - - - - - - - - zher4bu4zuo4letakes stool - - - - - - - - 這ä¸å了 - - - - - - - - - - - - - - - - - - - - - - - - - - - ang4 - - - - - - - - 啽 - - - - - - - - nei4zui

3 - - - - - - - - 哪嘴 - - - - - - - - - - - bu4xian

2zhe - - - - - - - - ä¸é–‘è‘— - - - - - - - - - - - - - - - - zhe4 - - - - - - - - 這 - - - - - - - - - - - - - - - - - - - - - - fang4zher4 - - - - - - - - 放這 - - - - - - - - - - - - - - - - - - - - - - fang4zher4rang4a1yi2zuo4zhe - - - - - - - - 放這讓阿姨åè‘— - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ban1chu1lai2 - - - - - - - - æ¬å‡ºä¾† - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - shang4chuang

2 - - - - - - - - 上床 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai1 - - - - - - - - 嗨 - - - - - - - - ni3zen3mechuan1xie2jiu4shang4chuang2 - - - - - - - - 你怎麼穿鞋就上床 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ang4 - - - - - - - - 啊 - - - - - - - - $Q:QW - - - - - du1you

you$UNINT - - - - - - - - 嘟喲喲 - - - - - - - - - - ba4ba

$VOC - - - - - - - - 爸爸 - - - - - - - - - - - eh$INTERJ - - - - - - - - 呃 - - - - - - - - - - xia4lai2 - - - - - - - - 下來 - - - - - - - - - - - - - - - - - - - - grunts - - - - - - xia4lai2gei3na2ping2guo

3 - - - - - - - - 下來給拿蘋果 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wo3yao4chi1ping2guo3 - - - - - - - - 我è¦åƒè˜‹æžœ - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4xia4lai2 - - - - - - - - 快下來 - - - - - - - - - - - - - - - - - - - - - wo3yao4chi1xi1gua1 - - - - - - - - 我è¦åƒè¥¿ç“œ - - - - - - - - - - - - - - - - - - - - - - - - - - eng1 - - - - - - - - å—¯ - - - - - - - - chi1 - - - - - - - - åƒ - - - - - - - - - - - - - - - - - xia4lai2 - - - - - - - - 下來 - - - - - - - - - - - - - - - - - - - - - - - grunting - - - - - xia4lai2 - - - - - - - - 下來 - - - - - - - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - xia4lai2 - - - - - - - - 下來 - - - - - - - - - - - - - - - - - - - - - - - grunting; ww walks back into living room - - - - - - - - - - - - - - - wo3xie2diao

4end of visit - - - - - - - - 我鞋掉 - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/cx1.xml b/compling.core/data/Learning/Chinese Data/transcripts/cx1.xml deleted file mode 100644 index b17643c..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/cx1.xml +++ /dev/null @@ -1,1462 +0,0 @@ - - - - - - - - - -Start at 8:00 am with M preparin g then feeding XX breakfast, XX crying for much of the first 10 minutes. After XX eats, she gets down and starts playing in their living room with various toys. XX keeps wanting to sit on the floor through much of the visit and M is struggling to get her to squat. - -M says XX was crying because she was afraid that we were nurses from the hospital and that we were going to give her a needle! - - -crying -ni3yao4ku1wo3bu4xi3huan1ni3la

xx still crying -bie2ku1laxx still crying, but almost stops -ma1magei3ni3cheng2fan4 -hao3maxx still crying$Q:QP:M -hao3bu4hao3$Q:VNV -crying$UNINT -jue2dui4rang4ni3zi4ji3chi1hao3ma$Q:QP:T -a$Q:PRMPT -still crying$UNINT -ni3yao4nao4wo3bu4xi3huan1lea

-soft, but abruptma1magei3ni3cheng2xx only sobbing now -ma1macheng2 -ma1macheng2 -ma1macheng2 -ma1macheng2xx crying again -wo3bu4xi3huan1lea

-xx's cry turns into a scream -zou4ni3sound of chopping up food -starts crying again -na4gei3ni3gei3 -xixizi4ji3chi1leima1mabu4guan3 -ma1mabu4guan3 -xixizi4ji3chi1 -crying again$UNINT -gei3ni3 -gei3ni3 -kuai4zhexx still crying -zen3mehui2zihui2shir4asilence$Q:QW -starts crying again -zai4nao4wo3bu4xi3huan1ni3la

-hn$Q:PRMPT -ensound of bowl and spoon, xx not crying anymore$Q:PRMPT -na4zan2gen1zher4chi1zan2bu2rang4a1yi2kan4jian4hao3ma

$Q:QP:T -hao3ma$Q:QP:M -more crying$UNINT -ma1magei3ni3ca1ca1$Q:VNV:T -en$Q:PRMPT -bu4xi3huan1ni3jiu4zhe4yang4r -crying softly now$UNINT -enkuai4chi1chi1 -ni3zi4ji3chi1ma1duan1zhe -na4na4na4zen3mehui2zi -zen3mele$Q:QW -silence, then starts to cry again$UNINT -na4ni3yao4gan4ma2$Q:QW -ni3yao4gan4ma2$Q:QW -a single whimper-cry$UNINT -na4ni3yao4gan4ma2$Q:QW -gei3ni3zhei4gexx almost finished crying -zhei4ge -whimperen

$UNINT -bu2yao4 -na4ni3yao4shen2me$Q:QW -whimpering$UNINT -gei3ni3zhei4ge -whimpering$UNINT -hnn

$INTERJ -zhei4gehao3shi4ba

$Q:NQP:T -high, playfulxiang1xiang1 -bai

2 -ai4you1heen

shi4bai2 -bai2deshi4ba

$Q:NQP:T -en$INTERJ -enbai2de -dai1huir3jiu4chi1fan4fanr -en

$Q:PRMPT -play scoldyou

mo3yi4shou

3 -laughs$UNINT -ai4you

xx and then m laughs$INTERJ -ni3jiao4a1yi2wen2wen2ni3shuo1xiang1bu4xiang1a

$Q:VNV -jiao4a1yi2wen2wen2qu4 -kuai4qu4truck goes by outside -bie2mo3wai4tou2a

-mo3wai4tou2ke3jiu4bu4hao3kan4lea

-a

$INTERJ -mo3yi4dianr3xing2lexing2le -mo3yi4dianr3jiu4xing2latrucks outside -ya

3a

$UNINT -ya

1a

$UNINT -zeyaa

bie2gei3ma1mawang3lian3shang4mo

3e

-low pitch motheresema1mabu4mo

3you

2 -ai1youni3mo3ya$Q:NQP -aiyoulaughing softly$INTERJ -mo3zui3shang4lea

"shuo ta"m laughs softly, r1 also laughs$Q:NQP -aiyouaiyouhexing2le -xing2lem laughing -dou4dou4trying to say "xiang1+xiang1" ? -enxiang1xiang1 -aiyou

ge

1bo1teng2 -ni3xia4di4mo3bahao3ma

$Q:QP:T -ma1mage

1bo1teng2 -xing2ma

$Q:QP:M -aiyouni3qiao2mo3zheyi4shou3kuai4ge1jin4qie -kuai4ge1jin4qiemo3tai4duo1le -tai4duo1lea -aiyouhigh pitchhuo4lenir

2leou

-huo4nir

2leou

-ye$INTERJ -ye$INTERJ -hao3la

-hao3le -bu4xu3zai4mo3lebu4xu3zai4mo3lebu4xu3zai4mo3le -ai

you

$INTERJ -whines$UNINT -ni3zai4mo3wo3jiu4bu4xi3huan1ni3la

-e

nen$UNINT -mo3yi4shou3ca1ca1zai4mo3ca1ca1 -a

shh

$UNINT -ou

$UNINT -wen2wen2ba -bie2mo3lewen2wen2 -wen2wen2xiang1bu4xiang1ba

$Q:VNV -xiang1bu4xiang1$Q:VNV -djiang1xiang1 -xiang1ba

-xiang1lai2ma1gei3ni3na2fan4rzan2menchi1fan4r -a

$INTERJ -yao4bu4ran2ma1majiu4bu4gei3ni3zhei4gexiang1xiang1le -hao3ma

$Q:QP:M -ting1hua4wo3jiu4gei3xiang1xiang1bu4ting1hua4bu4bu4gei3xiang1xiang1 -hao3ma

$Q:QP:M -a

$Q:PRMPT -lai2ma1magei3ni3bo1dianr3ji1dan4 -hao3ma

$Q:QP:M -en

en

$UNINT -yao4bu4ran2wo3jiu4bu4gei3ni3xiang1xiang1le -ni3ba3xiang1xiang1huan2gei3wo3ba -ellhall$UNINT -lai2ma1mawei4en -hei2e$UNINT -ei

ei$UNINT -hei

eim chopping food, feeding xx$UNINT -aiyoushao3mo3dianr3 -aiyou

$INTERJ -clickstschtschtschtsch$INTERJ -shao3mo3dianr3mo3tai4duo1le -ma1magei3ni3na2dianr3zhi3ba -hao3ma$Q:QP:M -high, like first tonehnn$INTERJ -bie2mo3lehao3ma

$Q:QP:T -a

$Q:PRMPT -ai2you4mo3yi4shou

3 -qiao2qiao2 -qiao2qiao2xx gets blue plastic chair out from under wall unit -gei3ni3zhei4gezhei4duo1hao3a -zhei4geduo1hao3a

-zhei4getraffic noise outside -mo3leyi4shou3xiang1xiang1 -shi4bu2shi4a

$Q:VNV -hnn

$Q:PRMPT -xia4di4ma1mawei4 -ni3na2nei4xiao3yi

3 -hao3ma$Q:QP:M -a

4$INTERJ -ei4you

xixizuo4xiao3yi3 -un

shda4$UNINT -aozhei4kai

1la

$Q:INT -en$INTERJ -kai1lemei2guan1xi4 -mei2guan1xi4 -sda4$UNINT -ai4$INTERJ -en$INTERJ -ei$Q:PRMPT -ei4youzhei4getui3 -hao3zuo4xiao3yi3 -xiao3yi32

xiao3 yi3 -enai$INTERJ -ma1mawei4ni3hao3ba

$Q:NQP:T -angzuo4 -enzuo4zuo4 -zuo4zher4zher4m moves the chair over to the table -laughing as she walks to maiyou

$INTERJ -aiyoulaughs$INTERJ -aiyou

moving the chair again$INTERJ -zan2menge1nei4zhuo

1shang4chi1hao3ma

$Q:QP:T -ma1mawei4 -a1yi

2$VOC -ma1mawei4 -INVa1yi

2$VOC -na4ni3shang4zher4zhar4zher4mei2fa3r

chi1 -a$INTERJ -zher4zen3mechi1a

$Q:QW -qi3lai2 -zhan4qi3lai2 -ei

zhen

1guai1 -ei

2$INTERJ -zuo4zuo4 -eiei4youei4you$INTERJ -ei

4zhen1hao3 -hao3chi1ba -ma1mawei4ni3hao3ma

$Q:QP:T -bu

2wei

4 -xing2ma

$Q:QP:M -ma1mapa4ni3nong4yi4shen1jiu4zang1leyi1shang4 -hao3ma

$Q:QP:M -fussennhnn$UNINT -ni3kan4ni3nong4yi4qun2ziyou2 -quietlyni3kan4kan4 -zhei4geni3kan4kan4 -ba

xxoffering spoon to m$UNINT -ma1mabu4chi1ni3chi1ba -ni3chi1ba -fast, highkuai4zhediao4lediao4le -sternni3kan4 -whinea

$UNINT -bu2yao4le -bu2yao4lebu2yao4le -whinedia4$UNINT -en$INTERJ -laughs -a

dao4diao4 -adiao4a -a

n$INTERJ -diao4lejiu4bu2yao4le -en

$INTERJ -diao4lejiu4zang1le -na2zhei4shou3fu

2zhezhe4wan3 -aduxxdiao1diao4 -ei

$INTERJ -hnn$INTERJ -hnnduan1zhechi

1le -en$INTERJ -diao4lejiu4bu2yao4le -diao4di4xiajiu4bu2yao4le -a

$INTERJ -dji4$UNINT -en$INTERJ -na4bu2yao4le -bu2yao4le -zang1lezang1le -quietlychi1ba -ma1mawei4ni3ba

-hao3ma

$Q:QP:M -fussingen

en

$UNINT -na4wo3shi4bu4gen1ni3hao3lem cutting xx's food in bowl -gei1gu1smacks her lips$UNINT -aiyouaiyouhehe

hezhe4mexiang3na

laughs -bie2cai3zan2nei4tui3zang1 -enhnn$UNINT -enchi1ba -laughing -kuai4chi

1 -ni3jiao3xia4qiequ4laughing -lai2ma1wei4ni3 -kuai4ni3kan4cai3lea -lai2ma1wei4 -kan4xixiguai1zhenexixi -fussing; sound of cutting vegetables in bowl$UNINT -ni3dou1nong4yi4shen1 -hnn

$Q:PRMPT -nong4yi4shen1 -nong4yi4diao4zhar4zher4lenoise -kuai4lai2wo3wei4ni3ba -kuai4zhe -en$INTERJ -yao4bu4ni3yi4huir2jiu4gai1nei4shen2mele -kou4di4xia4lea -hao3ma

$Q:QP:M -vocalizing$UNINT -bu4xi3huan1ni3lem cutting food in bowl -ma

1$VOC -en

$INTERJ -vocalizing$UNINT -xxxx$UNINT -ma1wei4ya

$Q:NQP -shi4ma$Q:QP:M -xxxxxxxxxxxxxxxx$UNINT -en -ni3chi1ba -rou3rou4 -chi1ba -laughing with her mouth full -whisperhao3haorchi1 -wo2zhe4yi2yi

2yiyi

xxxxxxxxnoise$UNINT -whisperkuai4chi1 -whineseng$UNINT -whisperlai2ma1mawei4ma1mawei4wan2hai2dai4ni3wanr2ne -rou2rou4ra2rou4voices outside -na4wo3bu4dai4ni3wanr2lea -bu4gen1ni3wanr2leanoise; copy tape blank for 30 secs -a

$INTERJ -ni3kan4ni3chi1ge4fan4chi1denar3nar3dou1shi4ba

-ma1mawei4ni3 -a

a

ou$UNINT -nei4bu4neng2chi1le -ouou$INTERJ -nei4zang1lea -aaocopy tape blank for 18 seconds ; laugh$INTERJ -en2en4$UNINT -whisperlai2ma1mawei4 -fussingen4tape stopped$INTERJ -er3geoffering to m$UNINT -ni3chi1bewo3bu4chi1 -jiu2jie4chi1+chi1 ? -wo3bu4chi1 -ni3chi1banoise -laughs; noise; side b of tape 1, transcribed by ll; clacking of spoon, bowl -enjiu

2qiu2 -enqiur2bu2dong4kuai4chi1ba -jiu2jiu

2qiu2 -enqiu2qiu2qiu2qiu2qiu2qiua

-laughs -qiu2qiu2hao3ma$Q:QP:M -jiao3hao3 -hao3a -ensound of spoon, bowl$INTERJ -laughing -qiu2qiu2 -shi4ba

$Q:NQP -enhen$INTERJ -dan1$UNINT -en$Q:PRMPT -zhou2qiu2 -a

$INTERJ -qiu2qiu2 -en$Q:PRMPT -aqiu2qiu2 -ma1maen -qiu3qiu2qiu2+qiu2 -qiu2qiu2 -entraffic noise, cutting food, ...$INTERJ -ennoise$INTERJ -deng3teng2 -leng3$Q:INT -deng3teng -zen3mela

$Q:QW -deng3teng2 -nar3teng2a

$Q:QW -ke1zhela

$Q:NQP -en$INTERJ -en$INTERJ -hao3haorzhebu4jiu4bu4ke1buzhao2lema

-shi4bu2shi4anoise$Q:VNV -hao3haorchi1footsteps -hao3haorchi1 -jiu3jiu2qiu2+qiu2 -enqiu2qiu2 -jiu3jiu2qiu2+qiu2 -en$INTERJ -qiu2qiu2 -yan4le -ba3zui3li3nar4yan4le -shuai1shuai1a

-zhuo4zuo4 -zhuo4zuo4 -shei2zuo4ya

$Q:QW -rang4shei2zuo4$Q:QW -rang4wo3zuo4a

$Q:NQP -whisperbu2rang4$Q:INT -ei$INTERJ -en$INTERJ -a

u

$UNINT -ennoise$INTERJ -whisperhei$INTERJ -jiao3xia4lainoise -jiao3xia4qie4 -chi1fan4mei2yangr4 -whisperkuai4jiao2noise -gan4ma2ne$Q:QW -bites the table -gan4ma2nenoise$Q:QW -jiao2 -laughing$UNINT -ma1ma$VOC -aikuai4jiao2 -enwu

xxxxxxxxyu2 -en$INTERJ -nar3you3yu2a

$Q:QW -mei2you3yu2 -ji1dan4 -hnn$Q:PRMPT -mei2you3yu2 -ji1dan4 -jian4jian4dan4+dan4 -en$INTERJ -dan4dan4 -kuai4chi1ba -dan4dan4dan4+dan4 -en$INTERJ -ni3jiao2wan2lewo3gei3ni3 -dan4dan4 -endan4dan4 -ai4you4ni3yi4shuo1hua4jiu4diao4chu1lai2le -whisperqiao2qiao2 -en$INTERJ -dan4dan4 -enspoon in bowl$INTERJ -you4zou3la

$Q:NQP -en

noise; m sighs$Q:PRMPT -en$INTERJ -whisperskuai4jiao2 -fiu3fiu2qiu2+qiu2 -en$INTERJ -en$Q:PRMPT -ni3you3qiu2qiu2mei2you3$Q:VNV -qiu3qiu2qiu2+qiu2 -ha

ha

ha

ni3ye3you3qiur2qiu2a

$Q:NQP -enen$UNINT -en$INTERJ -kuai4chi1ba -spits out food -hei4$INTERJ -tao3yan4a

-bu4xu3dong4 -ting1jian4leba

$Q:NQP -MOTzhai1xia4lai2kan4 -INVta1a

-MOTzang1ledeha -laughing softly -kuai4chi1 -shuai1shuai1 -ni3zen3medeng1yi3zishang4lai2labowl and spoon$Q:QW -shuai1ni3 -en$UNINT -qiao2tao2ba

$Q:NQP:T -tao2bani3$Q:NQP -autao2 -tao2qi4sound -whisperai4ya1zhe4fan4yi4huir3jiu4sa3le -whisperhuai4 -xia4lai2 -xia4qi4qu4chi1 -xia4qi4qu4 -a

ou

$UNINT -xxxx$UNINT -hei4$INTERJ -kuai4jiao2 -kuai4zhe -xxxxxxxxxx -kuai4 -yao4bu4en

kuai4chi1 -kan4ni3nong4dezhei4ge -ai4you1footsteps$INTERJ -ni3kuai4chi1a

-xixi$VOC -a

$Q:PRMPT -ting1jian4mei2you3footsteps$Q:MEI -talking to herself, softlyzan2gei3a1yi2dao4bei1shui3he1sound of pouring water, getting cups in kitchen -runs into kitchen -xixi$VOC -en$Q:PRMPT -ni3gan4ma2qi4qu4$Q:QW -dangdan$UNINT -qu4chi1fan4qie -ba3ni3nei4dianr3fan4chi1lou -hao3mafootsteps, pouring water$Q:QP:M -INVlai2gei3ni3 -INVhe1wan3shui3ba -kuai4chi1 -ni3kan4kanyi4chi1fan4nong4deman3di4 -en$INTERJ -kuai4zhe -whisperma1mawei4 -ei$INTERJ -ha1$INTERJ -hahahei

$INTERJ -a

ni3you4gen1a1yi2nar4alaughing -en$INTERJ -whisperzhang1zui3 -en$INTERJ -bu4chi1lea

$Q:NQP -chi1leba -jiu4sheng4liang3kou3le -hao3ma

$Q:QP:M -en$Q:PRMPT -bu4chi1re.le -jiu4sheng4liang3kou3le -bu4chi1re.le -ni3ye3he1shui3ya$Q:NQP -shi4ma

$Q:QP:M -shi4ma

$Q:QP:M -en$INTERJ -wo3gei3ni3na2qiequ4 -a

$INTERJ -enm walks into kitchen, pours water$INTERJ -ma1ma4$VOC -ei$INTERJ -ma1magei3ni3na2pours water -xxxx$UNINT -enas she gives xx the cup$INTERJ -biao4bu2 yao4 -a$INTERJ -yong4ping2zihe1yachair moving$Q:NQP -yong4ping2zihe1ya$Q:NQP -en$INTERJ -en$INTERJ -na4ni3jiu4yong4ping2zihe1ba -beng2na2zhei4wanr3le -hao3ma$Q:QP:M -fussingenn

enn$UNINT -na4ni3ba3nei4ping2zigei3wo3ya -a$Q:PRMPT -ei$INTERJ -en$INTERJ -na2wanr3he1batraffic, shovelling sounds outside, footsteps -na4ni3hai2chi1bu4chi1fan4lexixi$Q:VNV -enfootsteps$Q:PRMPT -eini3nei4qiang1nei4hei$Q:NQP -vocalized very softly$UNINT -whispersaiyou$INTERJ -laughs loudly$UNINT -hayou4gei3da3kai1lea

$Q:NQP -ca1ca1zui3 -a

$INTERJ -ca1ca1zui3 -hai2chi1bu4chi1nei4liang3kou3fan4le$Q:VNV -chi1ma$Q:QP:M -xxxxbu4 chi1$UNINT -a$Q:PRMPT -xxxxbu4 chi1$UNINT -bu4chi1a

$Q:NQP -bu4chi1la1dao3ba -vocalizing to herself$UNINT -aiyou

$INTERJ -gan4ma2ne$Q:QW -mo3you2na

$Q:QP:N -a$INTERJ -a$INTERJ -mo3xiang1xiang1neba

$Q:NQP -a$INTERJ -pleasedaen$INTERJ -jaai1+yabei2mei2 -en$INTERJ -amei2 -mei2 -mei2le -gei1gei3 -mei2la

-dai4gai4 -en$INTERJ -gai4 -ni3gai4bafootsteps, chair -xxyouxx$UNINT -en

$INTERJ -dei1gei3shuai1sui4le$UNINT -a

$INTERJ -MOTmicrophone fell -hei$INTERJ -wo3gao4ni

3 -ni3shuo1shuo1zhei4hai2zijiu4bu4zhang3ji4xing4xx pushing chair -xing2lea

-chu1qu4ba -bie2tui1le

-gradually softerbie2tui1le -softerbie2tui1le -laughs and squeals, pushes chair$UNINT -bia1xxbia

1xx$UNINT -xxenxx puts cream on chair, pushes, and cream falls off$INTERJ -tao2qi4bu4tao2qi4$Q:VNV -en

$INTERJ -di1ledi1leku4zi -de2$INTERJ -en$INTERJ -pushing chairwa

$UNINT -za

za

za

laughing loudly$UNINT -laughing softly -xxxxxxxx$UNINT -en$INTERJ -dao4diao4 -en

$INTERJ -diao4leba

$Q:NQP -en

$INTERJ -en$INTERJ -jiang2$UNINT -en$Q:PRMPT -xxxxxx$UNINT -jiu2qiu2 -en$INTERJ -en$INTERJ -jiu4zhen4mezheba -jiu4zhen4mezhaor1ba -jiu3jiu2qiu2+qiu2 -enjiu4zhen4mege1zheba -impatientlyjiu4zhen4mege1zheba -jiu3jiu2qiu2+qiu2 -aawo3zhi1dao4qiu2qiu2 -jiu4zhen4mege1zheba -ennnaennna$UNINT -hai4ni3wanr2ni3deba -softerwanr2ni3deba -wanr2ni3deba -xxxxxxxx$UNINT -ya4$UNINT -laughs -wanr2ni3deba -tui1qi4qu4 -qu4ba -qu4wanr2qi4qu4ba -wanr2nei4xiao3he2he -mo3dianr3you2wan3wang3lian3shang4chair, traffic -wei2mei2 -en$INTERJ -mei2 -pushing chair -sing-songya1wa

yi1$UNINT -en$INTERJ -enenenxx tries to get teddy bear to drink tea$UNINT -a

a

$UNINT -ta1bu2hui4he1 -aen$INTERJ -aenlaughs excitedly$INTERJ -en$INTERJ -ta1nar3hui4he1ya

$Q:QW -aiyoudou1sa3di4xia4le -ta1bu2hui4he1 -laughing -laughing; xx tries to use teddy bear to mop up spilled tea -whisperheihei$INTERJ -zang1le -zang1lea

-nem4mewanr2jiu4zang1lea

-z

ang1 -zang1leba

$Q:NQP -very softlyen$INTERJ -shei2rang4ni3ge1shui3li3lea

$Q:QW -ge1shui3li3hai2bu4zang1a

$Q:NQP -dedong1$UNINT -en$INTERJ -jie3traffic sound, footsteps$UNINT -qi4wanr2ba

-ei4$INTERJ -xxxxxxxxxxxxxxxxxx$UNINT -bai1pai1 -en$INTERJ -ni3pai1 -yi2yi1 -aiyouhe$INTERJ -yi2yi1ba1 -aba1ya$Q:NQP -laughs, throws ball to m -aiyouhe$INTERJ -zhei4bianr1ne -zher4nelaughs together with xx -footsteps -en$Q:PRMPT -en$INTERJ -bu4xu3dong4 -bu4xu3dong4 -ma1$VOC -enxx throws ball to m$INTERJ -aiyouhe$INTERJ -laughs -ei

$INTERJ -youthrows the ball on the floor$INTERJ -yi

1 -jin4shi3+jin4 -aiyoulaughs; footsteps$INTERJ -ei

$INTERJ -jia1$UNINT -aiyouhe$INTERJ -na4wo3zhuai1lea

ready to throw to xx -en$INTERJ -en$INTERJ -ei$INTERJ -ai2ya4ya4ya

4microphone$INTERJ -MOT$UNINT -MOTshi4bu2shi4you3dianr3song1le$Q:VNV -INVdui4laughs -MOTjin3ma$Q:QP:M -INVbu4jin3 -INVxing2laughs -eiyi

1 -en$INTERJ -wanr2ba -ni3ni3shu3shu4a -ni3shuo1yi1 -bong1$UNINT -ni3shuo1yi1 -aiyi1 -ba4ba1 -ni3kan4a -yi1 -er4 -san1 -throws ball -ni3pai1yi2ge4 -ni3shu3yi1ge4 -ji1qi1ba1 -en$INTERJ -qi1ba1 -aiyou$INTERJ -ni3shuo1yi1 -eiyi1 -ye4$UNINT -laughs -laughs -xxxx$UNINT -aiyoulaughs; xx tries to get at tape recorder$INTERJ -zhei4ni3bu4xu3dong4 -xiao3bao3bei4r -xxxx$UNINT -ata1zhuan4newo3zhi1dao4 -ha

$Q:PRMPT -ta1zhuan4neshi4ba

$Q:NQP:T -en$INTERJ -enen2$Q:PRMPT -zhuan4nea

-aa$INTERJ -ni3bu4xu3dong4 -kan4zheke3yi3 -a

$INTERJ -awa4zhuan4 -ta1zen3mezhuan4ya$Q:QW -turns around in a circle -aiyoulaughs$INTERJ -en$INTERJ -en$INTERJ -ma1mabu2dong4 -ma

1bu2dong4 -en$INTERJ -ma1mabu2dong4 -gei3ni3zhei4qiu2ba$Q:NQP -qu4ba -ni3duo3kai1duo3kai1zher4ba -a

$INTERJ -gei3ni3qiu2gei3ni3qiu2 -bao3bao1bao1+bao1picking up case for recorder -a

$INTERJ -high, like xxbao1bao1 -yi2xxxxxx$UNINT -nei4shei2debao1bao1a$Q:QW -xxxx$UNINT -shei2deya

$Q:QW -shei2debao1bao1a

$Q:QW -en$Q:PRMPT -xxxxlaughs$UNINT -en$INTERJ -gei3 -ena$INTERJ -gei3outside noise -wa

$UNINT -zhei4zhuang1shen2meya

$Q:QW -ni3gao4wo3zhuang1shen2medeya

$Q:QW -enna

$INTERJ -half-whisperjiu4zhei4yangr4 -zhei4yangr4 -zhuang1shen2medeya

$Q:QW -you3ma

$Q:QP:M -you3mei2you3$Q:VNV -en

$INTERJ -enfai1huai4 -en$Q:PRMPT -youyi$UNINT -en$INTERJ -ni3bie2dong4zhei4ge -zhei4ni3bu4xu3dong4 -bu

3ri4laughs$UNINT -en$INTERJ -whispersbu4neng2dong4laughs softly -jie2qiu2 -en

throws ball$INTERJ -xxx$UNINT -hai$INTERJ -zen3megui4di4xia4a

$Q:QW -u$INTERJ -ni3shu3ge4shu4 -en$Q:PRMPT -pai1ji3ge4le

$Q:QW -pai1laughs -yi3wa

ni3 wanr2 -en$INTERJ -xxx$UNINT -yiaia$UNINT -en$INTERJ -zen3melea$Q:QW -en$INTERJ -enen$INTERJ -zen3melea$Q:QW -dji4di4 -di4ya

-en$INTERJ -ge1di4xia4ya

$Q:NQP -laughing, vocalizing -yi3bai1ni3 pai1 -en$INTERJ -pai1 -wa1throws ball$UNINT -wa

$UNINT -en$INTERJ -chao2nei4bianr1qu4jian3 -qu4jian3 -en$Q:PRMPT -qu4jian3qi4qu4xx runs to get ball; m laughing softly -ma3nme2guan1 men2 -bu4guan1men

2 -guan1men2gan4ma

$Q:QW -xxx$UNINT -guan1men2jiu4gai1re4lea -xixi$VOC -a

$INTERJ -kai1kai1men2xx throws ball -INVji4shi2jian1 -INVen$INTERJ -qi4ba3men2kai1kai1 -a

$INTERJ -kuai4qi4 -footsteps, but ignores m -footsteps, pushing chair$UNINT -yi2$INTERJ -ha1$INTERJ -sui2$UNINT -en$INTERJ -hahaai

you

m and xx both laugh$INTERJ -footsteps, laughing -yiba4a1yi2footsteps; xx laughing$UNINT -en$INTERJ -jie3zuo4di4 -en$INTERJ -reng1ba -en$INTERJ -reng1 -xxxdi4 -you4zuo4di4 -zuo4di4xia4bu4xi3huan1 -enenenenen$UNINT -jie3di4 -screams$UNINT -laughs -jie

3zuo4laughs -kuai4qi3 -laughing -laughs quietly; footsteps -xixi$VOC -ni3shu3ge4shu4a

-kuai4lai2 -ma1jiao1gei3ni3 -guo4lai2 -lai2 -yi2yi1 -ba1 -shen2meyi1ba1yalaughs quietly$Q:QW -yi1something drops; xx standing on m's foot -aiyouyou4you4$INTERJ -za2zhao2 -zou4ni3lea

-laughs -ennennfootsteps$UNINT -whisperstao2qi4 -gei3ni3zhei4ge -enas m gives it to her$INTERJ -footsteps -jiu1ma1ma1$VOC -duang1$INTERJ -bang1$INTERJ -deng$INTERJ -laughs through next series of voc's -deng4$INTERJ -deng4$INTERJ -en$INTERJ -beng

4$INTERJ -en$INTERJ -deng4$INTERJ -haiyou.aiyou$INTERJ -dong4$INTERJ -aiyou$INTERJ -laughs -quietlybang

4$INTERJ -deng2teng2 -bu4teng2m blows on xx's finger -hao3le -endeng2teng2 -laughing softly, cutting food in bowl -wo3wen4ni3eiei -xie

2 -en$Q:PRMPT -enn$INTERJ -zhei4shi4chui2zi -en$Q:PRMPT -ni3ruo1shuo1chui2 -chui2zim hits balloon hammer -en$INTERJ -enhits hammer again$INTERJ -aiyouhe$INTERJ -zhei4shi4shen2mechui2ziya

$Q:QW -en

hammer$Q:PRMPT -yi2$INTERJ -eini3gao4yi2ni3jiao4shen2meya$Q:QW -INVyi2$VOC -ni3jiao4shen2meplaying with hammer$Q:QW -ni3ruo1shuo1chen2xi1 -shuo1ya -ni3jiao4ren2shen2me$Q:QW -ni3gao4wo3ni3jiao4ren2shen2me$Q:QW -yi2does xx think m is telling her to "jiao4 a1+yi2"? if so, "yi2" is an appropriate answer, but not for m's actual question -ni3ruo1shuo1ni3ruo1shuo1ta1jiao4chen2xi1 -di1di1Xi1Xi1 -a$INTERJ -chen2xi1$VOC -ni3shu3ge4shu4playing with hammer -ni3ruo1shuo1yi1 -shuo1yi1plays with hammer -shuo1yi1 -er4 -shuo1ya -shuo1ya -xxx -enplays with hammer, xx runs$INTERJ -die

$UNINT -aiyou$INTERJ -hahazen3mela

$Q:QW -hahahahajiu4jiu2qiu2+qiu2 -hahazen3mela

$Q:QW -raspybu1footsteps$UNINT -xxx -aiyou$INTERJ -da3wo3ya$Q:NQP -laughs, pushing chair -mm

$INTERJ -bia1yi$UNINT -aiyou$INTERJ -laughing, pushing chair -biayi$UNINT -aiyou$INTERJ -ou

3$INTERJ -da3yi3ni3pushing chair -enpushing chair$INTERJ -da4da3laughing -da3 -ni3da3wo3dou1jiu4bu4gen1ni3wanr2le -laughing, pushing chair -nei4xiao3xiong2na

$Q:QP:N -na4jiu4reng1di4xia4le

footsteps$Q:NQP -yio

ashi1.le -wa

$UNINT -louderyioashi1.le -en$INTERJ -enfootsteps$Q:PRMPT -zen3mele$Q:QW -jiu

jiushi1+shi1 -shi1lea

$Q:NQP -en$INTERJ -gang1cai2ni3bu2zhan4zheshui3ma

$Q:QP:M -ke3bu4jiu4shi1lea

-shi4ba

$Q:NQP -en$INTERJ -en$INTERJ -yi4da1$UNINT -en$INTERJ -gei3ta1yi4qiang1 -dong4$INTERJ -eda3ni3laughing softly -laughs -aiyou$INTERJ -shuai1shuai1lea -jiu4footsteps; something drops -aiyou$INTERJ -bi

4$UNINT -laughing -yi

yi

yi

$UNINT -tao2qi4noise -mm

$INTERJ -aiyou$INTERJ -aiyouyou4shuai1yi2pi4duir1 -kuai4xi3qi3lai2 -ajiuhe$INTERJ -laughs -kuai4qi3 -ajiu

4laughs$INTERJ -xxx -nar4shi4shen2me

$Q:QW -ya4shi4yao4+shi4 -very softyao4shi -footsteps -laughs -zhei4shi4kai1nar4dema

$Q:QP:M -en$INTERJ -shi4a

$Q:NQP -jieshi4 -en$INTERJ -shi4na4ni3jiu4kai1ba -laughing -njacha1shang4la

-footsteps -eiya$INTERJ -enr gives xx plastic wrapping from audiotape$INTERJ -quietni3shuo1xie4xie4lema$Q:QP:M -ni3ruo1shuo1xie4xie

4 -die4die4xie4+xie4 -laughs -ei$INTERJ -yi2$INTERJ -xxx -ei

$INTERJ -zhen1hao3wanr2hei

-zhen1hao3wanr2hei4noise -en$INTERJ -gei3ni3wanr2 -ni3pai1ba -pai1xiangr3 -enas m gives xx the paper$INTERJ -MOTchanging tapes; tape 2, g102, transcribed by qh -fussingeh

hm$UNINT -ehnni3pai1ni3zi4ji3pai1 -ni3pai1hmnxx tipping bucket of toys -ehnghehdao

3aooulaughs$UNINT -hmnyou4dao3leba

$Q:NQP -ahh$INTERJ -hmnxx dumps bucket of toys on floor$INTERJ -hai4$INTERJ -jun1jundeang

jun

1jun

jun

hhxx playing with toys$UNINT -ai4you

2dao

3ao -zhan4qi3lai2 -zhan4dao

3 -in rapid successionhai4ni3shuo1zheihai2zihai4 -shei2jiao4ni3gui4di4xia4dekuai4qi3lai2zhan4qi3lai2 -aihhai$UNINT -endiandou$UNINT -ai

hh$INTERJ -qiu

2 -hmnqiu2 -qiu

2aihhai -ai$INTERJ -ma1mm

$VOC -hhhnlaughing softly$INTERJ -zhan4qi3lai -qiu

2 -zhan4qi3lai2 -qiu

2 -ahhqiu2ni3jian3qu4jian3qiu2qu4 -qu4jian3qu4 -jian3qu4 -ai4ehn

gm

$INTERJ -hhhsqueal then laughheeheehhhheehee$UNINT -hh$UNINT -ou

uh$INTERJ -ou

ounh$INTERJ -ai4yahei4zhan4qi3lai2 -kuai4lai2 -zhan4qi3lai2 -bu4xi3huan1ni3la

a -ahhm looking for toys in bucket$INTERJ -zhan4qi3lai2m looking for toys; xx's footsteps -hmmyong4zhei4gequ4wanr2hnn -hmmzhei4che1gu2luzen3memei2le$Q:QW -hm

m$Q:PRMPT -che1gu2lunem looking for toys$Q:QP:N -ai

ai$INTERJ -ei4ei4eibu4neng2dong4 -ai

hai4hai4hai4hai4zhei4ke3bu4xu3dong4zhei4li3hai2you3dong1xi1 -kuai4 -zhei4ke3bu4xu3dong

4a

-ma1gei3ni3zhao3wan2yir4a

-dao4 -bu2dao4dao4leyi1di4ma1hai2dei3zhuang

1 -ehn

$INTERJ -ehn

hmmhhhplaying with toys$INTERJ -shoutingxxxxdao

4 -dao4yi1di4hai2dei3zhuang

1m looking for toys -hmm$INTERJ -hmmzhei4gezhei4gehao3ba$Q:NQP -ba1ba1ba

2zhi$UNINT -ehhn$INTERJ -xxxxxxdi4qu4$UNINT -hmm$INTERJ -di4di4 -bu4xu3zuo4di4di4 -e

nn

ahh$UNINT -zuo4di4di4bu4hao3eh -ao

ou

ooo$UNINT -nonsensedun2unh

dun

un

dun$UNINT -ei

4dun1zhedun1zhewanr2dun1zhewanr2 -dun1zhe -ei

hh$INTERJ -yao2yao1hao2duo1duodian

3di

1wo3 yao4 zi4+che1 zuo4 di4$UNINT -ahh$Q:PRMPT -aiai

youxxxxxx$INTERJ -laughs -hai

$INTERJ -shuo1deshen2meya$Q:QW -yao4dei4di4 -ahh$Q:PRMPT -di4 -di

4ya$Q:NQP -ahh$INTERJ -zuo4di4xia4liang2bu4liang2zuo4di4xia4$Q:VNV -zang1bu4zang1$Q:VNV -enh

$Q:PRMPT -enh

hen$UNINT -zhe4shi4shen2meas she taps toy$Q:QW -xiao3renr2renr

2 -ni3shuo1xiao

3tu4 -tu4tu4 -hmm$INTERJ -whiningen$UNINT -zhei4gene$Q:QP:N -whiningenh

$UNINT -en$INTERJ -zhei4shi4shen2me$Q:QW -enh

$INTERJ -hmmzhei4shi4shen2me$Q:QW -xiao3tu

4tu4 -zhei4bu2shi4tu4tu4zhei4shi4xiao

3lu

4 -lu

3lu4lu4+lu4 -hmmxiao

3lu4 -ai

2very high pitchdodoodoodoodalaughs$UNINT -zhei4shi4shen2meya$Q:QW -hmmgou

3gou

3 -gou3gou3a$Q:NQP -enh$INTERJ -shi4gou3gou3ma$Q:QP:M -shi4de -shi4am looking for a toy$Q:NQP -zhei4gene$Q:QP:N -ni3shuo1zhei4shi4che1che

1 -ehqi4qi4+che1 -qi4che1 -che4che1qi4+che1 -qi

4che

1 -zhen4mewanr2 -che

1 -zhen4mewanr2tui1 -ma1gao4ni3 -du

aoas she pushes the car$UNINT -zhen4mewanr2ei

ao -xxdu

aou

aopushing car$UNINT -ao

enh

enh

$INTERJ -ei

hhxx pushing car$INTERJ -hmmzhei4che1huai4lezhei4che1shi4ma$Q:QP:T -enh$INTERJ -enhzhei4genexx plays with car$Q:QP:N -huai4leshi4ba$Q:NQP:T -enh$INTERJ -hmm$INTERJ -zou

3 -hmm$Q:PRMPT -dzou

3zou3 -zhan4qi3lai2ni3lao3dun1zuo4zhe -dun1zhe -dun1qi3lai2 -dun1zhe -yao4bu4chong2chong2yao3pi4pi4le -kuai4qi3lai2 -kuai4qi3 -zhei4shi4shen2me$Q:QW -yao3xiao3renr

2 -xiao3renr2a$Q:NQP -gou

3 -gou

3 -gou3a -enhenhenh$UNINT -xiao3renr2 -zou

3 -xiao3renr2 -ahh

$INTERJ -gan4ma2$Q:QW -dou

3zou3 -fussingenhm

hh$UNINT -rang4ta1zou3a$Q:NQP -enh$INTERJ -ta1mei2you3tui

3 -mei2you

3tui3 -enh4$INTERJ -ta1mei2you3tui3xx throws ball -diu4$UNINT -huai4kuai4qi3lai2 -bu4xu3zuo4di4xia4qi3lai2xx playing with toys -kuai4dianr3 -slurredzhei4shi4shen2meya$Q:QW -zhei4ge -shenr2renr2 -zhei4shi4xiao3ya1ya1en -ya1ya -ya1ya -enhlaugh$INTERJ -enh$INTERJ -yi1yi

$UNINT -yi1playing with toys$UNINT -hai4xx plays with toys$INTERJ -enh$INTERJ -dao

4 -dao4leni3bu2shi4dao4lema$Q:QP:M -hai2yao4ni3dao4 -dao

4ao

-ai4yo

u$INTERJ -shoutingarrahrah$UNINT -hai2dou1dao4chu1lai2ya -shoutingahh

$INTERJ -hhh

hhhhhhhhdao4 -hmm$INTERJ -shoutingarhdada

dumps bucket of toys$UNINT -ennhh

qi3 -hmmkuai4qi3ai

hh -ei

4$INTERJ -enh$INTERJ -enh$INTERJ -enh$INTERJ -ai4yo

uhe4$INTERJ -ai4yo

uhe$INTERJ -lai2sound of toys -de1che1 -hmmnche1 -hmmyi1$INTERJ -lou

2$UNINT -lou

2xx playing with toys$UNINT - -mao2mao

1xiong2+mao1 - -hmmmao1mao1na4shi4xiong2mao1 -ahhm winds up a green plastic animal$INTERJ -oooohh

oooohh

$UNINT -hmm$Q:PRMPT -aohh$INTERJ - -xiong2mao1xiong2xiong1mao1 - -ahh

ahh

ahh

$UNINT -hhdai4 -dai4a$Q:NQP -zhei4mei2you3shengr2ledai4bu4liao3le -mei2shengr2le -hmmqu4ba -mao2mao

1a -hmmmao1mao1 -engmao

1mao

1 -quicklymao1mao1 -hmm$INTERJ -zhuang2ni3$UNINT -ai4you

2he$INTERJ -ei

hh$INTERJ -zher4ne -yao

3ou

-hmmyao3 -rada4$UNINT -hmmxx playing with toys$INTERJ -ni3kan4zhei4ge -m winds up toyni3kan4 -kan4zhei4shi4shen2me$Q:QW -enh

enh$INTERJ -kan4zhei4shi4shen2me$Q:QW -kan4zhei4 -yao1 -enh

enh$INTERJ -laughs -ai

hhhhzou

3 -hmnmheioudou4eiadou4a$INTERJ -hmm$INTERJ -eidou2dou1dao4$UNINT -laughs softly -zher4ning3zher4 -xixining3zher4 -ning3zher4 -ning3zher4hmmm winds up the toy and lets it go, then xx plays with it -ai

hh$INTERJ -you4zuo4di4xia4yi4huir2shenr1shang4you4dou1zang

1le -qiao2qiao2qiao2qiao2 -qiao2qiao2zang1leba$Q:NQP:T -kuai4qi3lai2ba

-ehhshenr1shang4dou1zang1le -ei

hhehh$INTERJ -ma1magei3ni3zhei4ge -ni3bie2lao3na

2ta1ahhxx plays with toys -en

ghmdou

3zou3en

ghmehhdzo

u

3 -ehhzou3am winds up toy again, lets it go -dou3zou3 -ehhdzo

u

3zou3 -hmm$INTERJ -hh$INTERJ -gan4ma2ne$Q:QW -gan4ma2$Q:QW -enhmenh$INTERJ -ahhzen3mela$Q:QW -xx looks behind her through her legs, then squats and pees on the floor -mei2you3a

-ai4$INTERJ -ni

3you

4m slaps xx then goes out to get a mop from the balcony -kuai4qi3lai2 -mei2xiu1ba$Q:NQP -hmmxx playing with toys$Q:PRMPT -hh

$INTERJ -hhn$INTERJ -hhh$INTERJ -hhzou3 -zou

3a$Q:NQP -zhe

4 -zhe

$UNINT -laughs -hnnzou

3 -ehzou3 -hnn$INTERJ -zou3lexx plays with toy -zou

3 -hmmtoy falls on groundai4you

2$INTERJ -ai

4you

3m picks up toy, winds it up, and lets it go$INTERJ -hmm$INTERJ -bie2ti1ya -ehn

$Q:PRMPT -ti1ta1gan4ma2a$Q:QW -ehn$INTERJ -gou

3zou3 -ehhm winds toy and sets it off$INTERJ -ma1ma

1$VOC -ai

4$INTERJ -xx runs to men

ghm$INTERJ -qu4wan2rba -e

n$INTERJ -na2zhei4gegan4ma2na2zhei4ge$Q:QW -ehn

$Q:PRMPT -na2zhei4gegan4ma2ya$Q:QW -yao4shi -yao4shialaughs; m walks into kitchen then comes back just as keys fall on floor$Q:NQP -ai4you

2$INTERJ -ai4you2laughai

hhhai$INTERJ -zen3mela$Q:QW -aihh$INTERJ -hhsden

g2teng2 -wo3kan4kan4a -ehh$INTERJ -enhenh$INTERJ -nei4genei4ba3yao4shishi4kai1chou1tide -nei4huang2 -ehhtong3se4zhei4ge -zhei4gem helping xx find the right key to open the drawer -ai

hh$INTERJ -bu4bu2dui

4 -bu4dui

4xx jumping up and down -hmmkai1kai1lem shows her that it is unlocked -excitedei4you

2enh

hh$INTERJ -yao1laughs$UNINT -ai

hh$INTERJ -bei

$UNINT -hmm$INTERJ -hnnbu

4dui

4hhhaxx jumping up and down again -ni3kai1ani3zi4ji3kai1ya -ni3zi4ji3zhe4mezhekai1 -zhe4mezhe -hmmm shows her$INTERJ -hmmbu

4dui

4 -hmm$INTERJ -kai1 -hhbu4dui

4 -zhei4bu2shi4kai1lema$Q:QP:M -bu2shi4gei3ni3cha1shang4lema$Q:QP:M -kai

1 -cha1shang4ni3zi4ji3kai

1 -zi4ji3kai

1 -yao

ouou$UNINT -yao

$UNINT -ya

$UNINT -laughs softly to herself -da

nie2xx pushing chair and ball together$UNINT -qiu2 -xxxxxx$UNINT -a1yi2 -xxxxpai

1qiu

2 -ma1ma$VOC -hmmaqiu

2a -zou3zou

3xx pushing chair and ball -kan4zhebie2ya1a1yi2jiao

3 -uh

oowwoo

hoowh

$UNINT -oow

oow

woo

oow

woo$UNINT -hei4nei4qiu2qiu2ne$Q:QP:N -hei4 -qiu2ne

$Q:QP:N -qiu

2ne

$Q:QP:N -qiu2neni3nei4qiu2ne$Q:QP:N -hai4luan4 -bie2tui1nei4ge -oow

woooowhn

unxx still pushing chair, laughing$UNINT -hai4hai4ei4ei4ei4ni3nei4qiu2ne$Q:QP:N -ni3nei4qiu

2ne$Q:QP:N -qiu2nar3qu4le$Q:QW -ahh

$Q:PRMPT -qiu2ne$Q:QP:N -nar3ne$Q:QW -hmm$Q:PRMPT -ni3gei3wo3zhao3qu4wo3chou3chou3zai3nar3ne$Q:QW -dar4zher4 -ahhqiu2ne$Q:QP:N -zhei4shi4nei4qiu2azhei4shi4qiu2ma$Q:QP:M -da

4$UNINT -qiu2$UNINT -zhui4ni3as she throws the ball$UNINT -ou

ounhhh$UNINT -qi3lai

2 -zhan4qi3lai

2 -yi

2wa

4$UNINT -ai4you

2helaughs$INTERJ -xxxxxxxx$UNINT -hhhhhhhhhhhh$UNINT -pi

$UNINT -ai4you

2he$INTERJ -ta1you4gui4you4gui4di4xia4 -qi3lai2 -a

hhha$INTERJ -bu

ya$UNINT -ai

aihhxx crawling on floor, playing with ball$INTERJ -tschhai4zen3mezou3lu4ne$Q:QW -xixi$VOC -zhan4qi3lai2 -zhan4qi3lai2 -ahh$Q:PRMPT -wo3yao4ni3zhan4qi3lai2 -yi1er4zhan

4 -yi

4ding4$UNINT -ai4you

$INTERJ -ba3$UNINT -hmmqu4jian3qu4 -jian3qu4 -qiu

2xx throws ball at m -enh$INTERJ -hmm$INTERJ -high pitchhmmxx running around after ball$INTERJ -hhhhpanting$UNINT -yi2xx throws ball at m$INTERJ -ai4you

2he$INTERJ -ehnehn$INTERJ -tschqu

4 -laughs -tschqu

4 -qu4qu4qu4 -whisperinghai4qi3lai

2 -ai4dou

4$UNINT -laughs -qu4 -qu4 -qu4throws ball -dejun

$UNINT -zhan4qi3lai2zou3lu

4 -ehh

ehxxxxxxxxxxxxxx$UNINT -chen2xi

1a$VOC -zhan4qi3lai2zou

3lu

4 -ehh

ehahh

deng

enahh

aahhdeng

ahh

deng$UNINT -ai

hhxx throws ball at m$UNINT -da

3ni3 -da3ni3 -da3ni

3xx running around -ai

hhbingbingbingberehzherqiuqiuahh$UNINT -da3ni3 -aqu

4both m and xx laugh$UNINT -a

da3ni3 -ai4you

2$INTERJ -oudeng

2teng2deng

2 -de4xx kneeling on ground again$UNINT -tschlao3gui4di4xia4a -eng

$INTERJ -zhan4qi3lai2 -qiao2ni3nei4shou3dou1hei1lebalao3gui4di4xia4 -laughing, soft voiceni3gan4ma2ni3ne$Q:QW -ai

4you

2$INTERJ -ma1ma

1$VOC -ai

4xx still pushing chair$INTERJ -xixiyaguo4lai2 -guo4lai2wo3kan4kan4ni3dexiao3bei4bao

a -kuai4lai2laughs; end of visit - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/cx2.xml b/compling.core/data/Learning/Chinese Data/transcripts/cx2.xml deleted file mode 100644 index e0096a5..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/cx2.xml +++ /dev/null @@ -1,1431 +0,0 @@ - - - - - - - - - - - -duo3kai1 -xxxxxx -diao

4 -na4shi4shei2rang4ni3lao3chuan1tuo1xie2a -wo3jiao4ni3tuo1chuan1ni3dexie2leba -bu4xu3chuan1tuo1xie2 - -enen

- -gei3 -gei3a1yi2yi1gequ4ao -en -ni3shuo1a1yi2chi1ao -ao -ba3ni3nei4shou3xi3xi3 -guo4lai2 - -nei4ge -xian1xi

3 -xian1ba3ni3shou3shou3xi3xi3lai2 -deleen -mei2pi

2 -eiyou3pi2yi4huir3ma1magei3ni3bo1 -ba3zhe4hong2degei3a1yi2ao -en -enchi1ba -ao -xxxxyou3pi

2ai -aoyou3pi2mei2guan1xi4de -you3pi2pa4shen2medeya -ren2jia1shei2chi1ren2dou1chi1pi2 -jiu4shi4ni3bu4chi1pi2 -INVen -aiya -jiao4yi2 -ni3shuo1yi2 -xx -gei

3 -ai

-INVgai

3gei3 -zen4meshuo1 -ni3shuo1 -xie4xie4 -yi2chi1 -zen4meshuo1 -INVyi

2 -ai

-hao3 -ni3shuo1yi2chi1 -bu4neng2shuo1chi1 -ni3shuo1yi2chi1 -INVye

2yi2 -ni3shuo1yi2 -yi2chi1 -INVye

2yi2 -ni3rang4yi2chi1 -aiye

2yi2 -laugh -laugh -ai -INVlaugh -INVta1gao4wo3you3pi2 -INVmei3hui2chi1ren2dou1gei3ta1bao1pi2 -MOTen -INVer2qie3chi1shen2medou1shuo1bao1pi2 -you4wang3di4xia4reng1 -gei3wo3jian3qu4 -INVe -en -ni3beng2gei3bao1 -ni3ni3ni3ni3beng2gei3a1yi2bao1 -a1yi2zi4ji3hui4bao1 -ni3ni3ba3nei4gepi2bu4xu3gei3wo3wang3di4xia4reng1ao -ting1jian4lema -zou3kai1 -ni3bu4xu3gei3wo3wang3di4xia4reng1ao -hai2gei3wo3cuo1 -bu4xu3wang3di4xia4reng1ao - -xxxxxxyao1+he sheng1 - -xxxxxxxxyao1+he sheng1 - -xxxxxxxxyao1+he sheng1 - -xxxxxxxxyao1+he sheng1 -INVyi

2 -you3pi2mei2guan1xi4de -na4pa4shen2mede -pi2ye3neng2chi1 -xxxxyao1+he sheng1 -pi

2 -zhen1shir4 -pi2you3pi2 -INVpi

2 -aiyou3pi2jiu4bu4neng2chi1la -pi2mei2shir4de -youdiao4lelaugh -INVlaugh -laugh -xiao3tao2qi4bao1laugh - -ta1dou1gei3zao1jianle -ta1yi4chi1ta1jiu4zao1jian -da3pi

2hei -yao3yi4kou3jiu4tu4 -xx -yao3yi1kou3jiu4tu4 -yao4bu4shuo1dou1dou1bu2ai4gei3ni3chi1 -chi1leni3jiu4zao1jian -ni3kan4kan4 -endei3zhe4ya

4la4 -enla4laugh -nei4shei2bu2 -ni3bu4xiang3chi1bani3a -a -laugh -laugh -ai -ni3yao4xiang3chi1ni3ni3ni3jiu4bu2la4leni3 -INVta1shuo1la4 -xxxxxxla4 - -ni3rang4a1yi2chi1ba -rang4a1yi2chi1nei4ge -ejie

4 -ni3shuo1a1yi2nin2chi1nei

4ge -xx -INVai

-hao3le -INVhei -laugh -zhei4ni3chi1zhei4ge -ni3chi1nei4ge -INVjiang

1 -a1yi2bu4chi1nei4ge -a1yi2a1yi2xian2ni3nei4gelaugh -ni3chi1zhei4gea1yi2chi1nei4ge -ni3gao4su4a1yi2zan2yi1ren2yi2geao -INVyi2ge -aoyi2ge -xxxx -INVnin2chi1le -INVmei2you3a -INVhai2you3hao3duo1ne -INVnin2chi1ba -rang4a1yi2chi1 -xi1xi1ni3rang4a1yi2chi1 -ni3rang4a1yi2chi1 -ni3gei3yi2 -ni3gei3yi2 -xxxx -xie4xie4 -ni3shuo1yi2chi1 -INVe3yi2je2chi1 -shuo1ni3shuo1hao3chi1 -INVao

3jie2hao3+chi1 -enhao3chi1laugh - -aoje1chi1 -aoni3gei3ya -ni3shuo1yi2nin2chi1ba -en -INVje

1chi1 -ni3shuo1nin2chi1ba -shuo1ni3shuo1nin2chi1 -INVan

je

1chi1 -laugh -man2man2man4+man4chi1hao3ba -laugh -INVen -wo3xian1fang4hao3ma -INVen -laugh -wo3xian1fang4zhehao3ba -ni3shuo1xing2 -INVen -INVya2xing2 -laugh -zhe4xiao3dong1xi1xiao3dong1xi1 -chaun1shang4xie2 -you4you4guang1jiao3ya1zi -chuan1shang4 -bu4chuan1 -chuan1shang4 -ni3kan4kan4a1yi2dou1chuan1xie2le -ni3bu4chuan1xie2 - -enjie

3xie2 -xie2dui4 -dou1dei3chuan1xie2 -en

jie2xie2 -enxie2 - -mu4se1en

3ao

1e3da1 -laugh -enzher4 -en - -zhe4shen2meshi2hou4you4ceng4dehei1azher4 -jar4zher4 -shen2meshi2hou4ceng4dezhei4shi4 -xxjar4zher4 - -ejie

4zhei4 -de2le

nei4genei4gegen1nei4gedou1rang4ni3gei3nong4huai4lenei4ge -fang4jie1zher4 -zhe4dou1rang4ni3gei3nong4huai4leni3 -hui2lai2 -rang4ni3ba4xiu1xiu1ao -enhenhenjie

1zher4 -ni3ni3ni3 -zhei4gebu4xiang3 -xxzhe

4 -ni3kan4ta1dou1huai4leni3kan4 -ni3kan4 -bu4xiang3 -en -ni3kan4dou1huai4lehao -en -dou1huai4le -enen

-hui2tou2ni3ba4hui2lai2dei3da3ni3le -enenxxxx -enjiang

3xiang3 -na4ni3chi1tao2bu4chi1le -en

e -ma1mashuo1zhe4huai4le -ta1bu4xiang3le -xxxxxx -beng4a -en -ni3jiu4zen4mebeng4bu2jiu4de2lema -ner4bu4xiang3le -hui2tou2nong4huai4leni3ba4bagai1da3ni3le -ni3beng4a -en -tao3yan4 - -ene

- -sheng1yin1zhe4xxxx -eizhei4nei3shi4xiao3a -dou1bu4zhi1dao4 -xxxxxxxxyao1+he sheng1 -qi3lai2wo3kan4kan4zhei4zhei4sen3meshi4zhei4gem

dong -bie2dong4 -gao4su4ni3zhei4huai4le -ni3fei1dei3yao4ting1ting1ting1 -ting1shen2meya - -en

en -xxxxbu2hui4nong4zhe4gewan2yir4ne -xxxxxxxxgan4ma2ya -music -ba -music -qu4beng4qu4ba -music -beng4qu4ba -eijue

2ei -shi4babeng4ba -ni3bu2yao4beng4le -guan1le -xxlaugh -music -INVyi2 -xxxxxxxxxx -en -chi1dong1xi1jiu4zao1jianni3 -ni3you4dong4 -yao4bu4ran2ni4jiu4beng2ting1le -sing -ni3yao4xia1dong4wo3zou4ni3leao -sing -beng

4 -ni3yao4tiao4ni3jiu4hao3haotiao4 -yao4bu4ran2jiu4guan1shang4 -music -yi -sing -ei

-music -en -music -sing -music -cough -music -ni3you4xia1dong4ao -music -aiwai

yiwa -music -cough - -xxxxxxxx -ni3you4en4qu4le -en - -yue - -da -hai2da

3 -mei2you3le -gang

1guan1 -guan1le -e -guan1lejiu4mei2lebei -ta1chang4wan2lebei - -enme - -ya -aiyouni3jiu4xia1nong4bacheng2xin1 - -xxxxxxyao1+he sheng1 -xxxxxxyao1+he sheng1 -xxxxxx -da -su1da1 - -ya - -ebi - -e -xxxxxx -en - -xing2le -guan1shang4ba -ni3dou1gei3nong4huai4le -enbaenen -zhei4ge -ei -zhei4gewo3kan4shi4nei3geya -zhei4ge -zhei4hei1men2 - -ni3ni3bu2hui4 -ge1li3 -ni3gei3ge1huai

4le -ni3yao4ge1bu4hao3 - -xing2le -qu4tiao4qu4ba - -zhei4gejiu4bie2en4le - -tiao4qu4baqu4 - -music -en -zhe4eini3yao4chuan1shang4zhe4xie2 -enda

4 - -eda

4 -chuan1da4degan4ma2ya -eida4 -ni3chuan1xiao3deleba -zhei4da4 -jiang4 -music -ehen -music -xxxxxie2wang3nar3ge1 -ni3shuo1ni3wang3nar3ge1 -zhei4xie

2 -yao4xxxie2shi4ma -xxxxxxxx -ege

1 - -yigai3gei3 -gan4ma2laugh -ni3zen3menen4meyu2a -ni3na2ni3depo4bi3huan4yi2gehao3dea -a -laugh -zai4huan4yi2geba -laugh -yao2yao2nei4ge -yao2yao2nei4ge -zhei4ge -na2zhei4gehuan4qu4 -na2zhei4gehuan4qu4 -INVen -xing2 -music -xxxx -en -yaya

-xxxxxx -INVyaya

-xxxx -xiao3renr

2shi4ba -INVa -INV -INVrenr

2 -laugh -zai4gei3 - -en -nei4gea -shi4yao4nei4gea -nar4hai2yi2gene - -INVen -en - -INVenenhen

-INVa -INV -enen

- -INVen -li3chen2hui1ei -ni3dexie2nen4megao1ji2na -a -en -en

en -jiu4ge1zher4 - -chuan1shang4xie2 -bu4neng2lao3guang1jiao3ya1zi -xxxx -aiyani3lao3kai1zhei4wan2yir4gan4ma2ya -en -kai1zhedianr3 -hui2tou2you4nong4huai4le -wo3bu4guan3 -nong4huai4leni3ai1da3ao - -en1ai1da

3 -nong4huai4leni3ba4da3ni3 -zhi1dao4ma -en

-en

- -enhen -eichi1nei4geba - -endai

2 -eidai

2 -dang1ran2ge1nei4li3 -zen3mele - -hen -bu2yao4le - -da3 -en -ai - -INVen

-enhao3chi1ma -INVen -laugh - -hao3chi1ma -en -xiang1ma -da1xiang1 -xiang1a -ai4chi1bu2ai4chi1 -baba -aiyouhuozhe4gexiang1na -en -ai4chi1ma -en -ai4chi1a -ende -dao3zhe4gan4ma2ya -xxxxxxxxxx -xxxxxx -nei4ge -guo4lai2guo4lai2 -ou

zhei4gexxxxxx -ai

zhei4gebu4neng2dong4 -zhei4yi2dong4jiu4huai4le -she2lezhi1dao4ba -en -zhe4yi2dong4jiu4she2le -eiei -e

2she2 -aoyi2dong4jiu4she

2ao -enshe

2 -she2lea1yi2shuo1de

ni3pei2ba -beng2mai3chi1dele -ba3qian2gei3wo3ba -pei2ba -yao4ni3pei2 -zhi1dao4ma -a1a1+yi2da

3 -enrang4ni3pei2 -ou

- -enen -engei3yi2chi1 -gei3yi2 -aiyou

na4kou

1ou -na2yi2ge -na2duo1duo1de -hai2you3ne -yi2hai2you3 -you3ni3jiu4wang3wai4dao4ba -wang4shou3li3dao4 -dui4xxxx -ai

dao4hao3bao3bao3 -you

-laugh -hao3lehao3lehao3le -laugh -xxxxchi1ba -laugh -ei

zhen1hao3 -yi2geyi2gedeei

-ni3rang4a1yi2ni3chi1ba -INVqi

2chi1 -enni3shuo1chi1ba -INVqi

1chi1e -ni3rang4a1yi2chi1ni3dou1na2guo4lai2le -en -ni3ba3zhe4da4degei3a1yi2 -da4ge4de -da4ge4degei3a1yi2ge1shou3li3 -enhao3bao3bao3 -enenda4 -en -en -eihao3 -gei3a1yi2chi1 -INVenchi

1 -a1yi2gei3xi1xi1chi1 -xxxxnin2chi1 -en -zhe4ren2 -INVxxxx -ni3shuo1nin2chi1 -chi1 -INVe3nin2jai4chi1 -laugh -chi1 -ni3shuo1nin2chi1 -INVe3nin2jai4chi1 -aohao3 -laugh -zhe4xx -laugh -zhen1hao3 -INVxxxx -laugh -hao3 -wu4bu4jai4chi1 -aoa1yi2bu4chi1a -en -laugh -bu4ji1chi1 -wu4bu4ji1chi1 - -ni3rang4a1yi2chi1a -wu3bu4jie1chi1 -bu4ji1chi1a -en3bu4jie1chi1 -bu4chi1a -en -a1yi2bu4chi1a -en -na4ni3ne -en3ni3ji1chi1 -ni3chi1a -enenenadang2en

-laugh -ai

li3da

2 -en -enni3rang4a1yi2chi1ba -en3bu4jia1chi1 -en -wu1bu4xie1chi1 -bu4chi1a -en -na4a1yi2ke3neng2yao4gei3ni3liu2zhebei -shi4ba -en4bu4jie1chi1 -laugh -en4bu4jie1chi1 -chi1ba -bie2zen4mena2 -yi2geyi2gedeba -youaiyou

-aiyou

hou -laugh -aiyouzhua1zhen4meyi2da4ba3a -en -na4ni3ge1de2dao4zui3li3mazhua1zen4meduo1 -en -xxbawo3gei3ni3jie1xia4lai2 -enyao

3 -enwo3gei3ni3xx -beng2yao3nei4gele -xing2dai1huir3 -en

-hei

siheyao3zhu4wo3deshou3heiyou - -ni3xian1jiao2 -xing2lei -xian1jiao2dou1diao4le -xian1jiao2 -jiao2wan2lezai4ge1zui3li3ao -aoaoshang4 -shang4qu4 -shang4qu4dou1xxshuai1le -shang4hui2shuai1xia4lai2leba -na4ni3hai2shang4 - -shang

4 -enendou1diao4le - -yezhe4chi1dong1xi1jiu4na2ta1 -zang1si3le -en

en -hen -gei3a1yi2kan4 -a1yi2shuo1ni3 -tao3yan4 -deai -enenen -you3 -xxxxxxxxxxxxxx -aoxxxxxxxxmei2shir4 -ni3zhei4yang4bu2jiu4ya1bu4zhao2lema -xxxxhai2pa4ya1zhe -en -hen -fa

4 -ai - -en -en

en

wa -aiyouchi1a -laugh -kuai4jiao2 - -INVenenen

yie

1yi2 -ai -INVji1jie

1 -zhei4shi4ge1shen2me

-enai

-lu4yin1ji

1 -wu4ji1lu4+yin1+ji1 -ailu4yin1ji1 -ni3shuo1yi2ge -lu4yin1ji1 -e3ji

1lu4+yin1+ji1 -ni3shuo1lu4yin1ji1 -en3jie1lu4+yin1+ji1 -yin1ji1lu4+yin1+ji1 -laugh -INVyin1ji1lu4+yin1+ji1jiu4bu2hui4shuo1lu4laugh -ni3shuo1lu4 -wuo4lu4 -yin1ji1 -yin1jie

1yin1+ji1 -laugh -hao3 -laugh -lu4yin1ji1 -laugh -eieiei

-en -laugh -lu4yin1ji1 -INVwu3ji1lu4+yin1+ji1 -en -en -ni3ye3shuo1 -ni3shuo1lu

4yin1ji1shuo1ya -laugh -enhen -a1yi2hao3ma -INVdao3hao:3 -xxxx -enhao3 -xi1xi1hao3ma -xi1xi1hao3ma -INVdao3hao3 -laugh -wo3shuo1xi1xi1bu4hao3 -ni3hao3ma -hao3 -hao3a -laugh -the 2. side of the tape -ao

nei4bu4neng2dong4 -aixi2xi2 -xi2xi2nei4bu4neng2dong4ao -nei4gewo3menbu2dong4lehao3bu4hao3 - -gang1cai

2nei4bi3shi4ma -a1yi2gei3ni3zhei4gebi3hao3ba -ei

zhei4gehao3 -eizhei4gehua1dehao -en -zhei4geni3gei3a1yi2hao3bu4hao3 -enai

-gei3a1yi2leei -eizhen1guai1 -enbi

3 -eaiyouhe -bi3ma1mahua4hua4ma -ma1ma

-ni3xxxxxxni3hua4 -ni3yi2hua4yi1shen1 -en -zhei4yang4na2zheba - -hao3ma - -en -mei2you3le -jiu4yi2ge -zhi1dao4ma - -enda

3 -da3ya -en -enna4ni3nini3gao4su4a1yi2ni3ni3ni3zhu4nar3a -INVhai3jie4hai3+dian4 -hai3dian4a -laugh -you

-laugh -zhu4ji3lou2a -ai3jie4hai3+dian4 -wen4ni3zhu4ji3lou2 -hai3jie

4hai3+dian4 -aohai3dian4ji3lou2a -aijiao3rou

2jiu3+lou2 -liu4lou2a -ehelaugh -en - -en - -qiao2ni3zhe4ha1la1zi -wo3gei3ni3ca1ca1 -na4zui3lao3bu2bi4zhe -enda

3 -ca1ca1aoda3kai1le -da3 -zai4ni3deshu1shang4hua4qu4ba -xie3gezir4ao -xie3chen2xi1ao -fan3le -you4fan3le - -you4fan3le -ba3nei4gebi3diao4guo4lai2 - -MOTxxxxxxxx -INVei -ei -wo3kan4ni3hua4de -aiyou

bie2zai4zhe4hao3 -zhe4shi4zhe4shi4nei4ben3hao3deba -zhe4shi4nei4ben3hao3de -a -bu4xing2 -na2nei4ben3 -na2yi4ben3huai4dequ4 -na2nei4ben3po4dequ4 -qu4huan4yi4ben3shu1ao -zhe4ben3shu1shi4hao3deni3bie2 - -en -ni3jin4na2hao3shu1ni3ao -wo3gei3ni3na2yi4ben3ba -xxxx -bu4xing2 -ma1magei3na2yi4ben3ba -gei2gei3na2 -na2yi4ben3shen2mede -zhei4gehao3le -zhei4gejiu4xing2 -guo4lai2 -zhei4ge -eizher4xie3 -xie

3xi1xi1 -hao3ma - -en

-aohai2bu2rang4wo3fu2zhe - -ejie1xi1 -azhe4zhen1nian4xi1ma -wo3ke3chou3zhebu2xiang4 - -enji1xi1 -enxi1 -ni3zai4xie3gechen2 - -en -zher4zhei4genian4xi1a -en -zhei4gene -en -jie4zhe4 -zhei4nian4zhei4nian4shen2me -jie4zher4 -aoshen2meya -zai3zai4zher4 -zhei4shi4shen2me -jie3 -zhei4nian4shen2me -ma1mu

1mao1+mao1 -zhei4nian4shen2me -ma1mu

1mao1+mao1 -nian4mao1mao1 -en -na4zhei4gene -mao1mao

1 -zhei4ye3nian4mao1mao1a -enmu

2mao1 -shi4mao1ma -e1bu2jie4shi4 -bu2shi4 -zhei4cai2shi4ne -ei

en -zhei4cai2shi4ne -enhen

-xxxxxx -wo3kan4zheni3xia4 -xxxx -mu1mu1mao1+mao1 -en - -mao1mao

1 - -mao1mao

1 -en -mao1mao

1 -enwa

4pa4 -pa4pa4shen2meya -mao1mao1you4bu4yao3ni3 - -aiapu1 -aen -ba4pa4shen2me -pa4shen2me -enmao

1 - -music - -dang4luo1 -da1xxxx -en -xxxxxxxx -aokan4a -e - -xxxx -xie3 -xie3yi1 -dai3xie3yi1 -en

-da

3xie3yi

1 -yi1 -yi1 -xie3geyi1 -xie3yi

1 -en - -en - -zen4mexie3ni3kan4ni3 -ni3kan4ni3kan4hua4shen1shang4leba -kan4jian4lema -zher4 -li3ang

1 -kan4jian4lema -en -bu4neng2wang3shen1shang4hua4ao -bie2wang3shen1shang4kao4 -zai4zhe4bi

3 -wo3zhi1dao4shi4ni3 -jiu4shi4yin1wei4bi3cai2bu4neng2wang3shen1shang4mo3nezhi1dao4ma -xi3bu2diao4 -xxbi

3 -wo3zhi1dao4 -en -wo3zhi1dao4nei4shi4bi3 -nong4shen1shang4xi3bu2diao4zhi1dao4ma -engei3 -zen3meyang4 -xxxxxie3 -dao3 -en

-emao

1 -wo3jiao1ni3xie3 - -xxxxxx - -mao1 -gai3gei3 -e3lao3mao1 -en - -en -kou4shang4leshi4ma -e

-shei2de -enhen -diao4le - -dou1gei3wo1le - -xxxxxxxx -xxxxxx - -en -eixxxxshang4toule -en -hen -enexxxxxx -xxxx -enen -xxxx - -wuenen -enmao1mao1 -xxxx - -en -en -ni3bu4xie3le -en -xie3ya -beng2xie3le -tie

3xie3 - -ni3you4bu2hui4xie3 - -en -shen2me -ei -aiai

shang4nar3ya -zhe1guo4qu4hui2tou2 -qu4xie3 -dededegei3ni3zhe1guo4qu4ya -xxxxxxxx -henen -nong4ta1gan4ma2 -zhei4shi4ca1nei4ge -ca1nei4geshen2mede -xxxx -enna2ta1gan4ma2ya -nei4zang1 -en

-en

-wo3zou4ni3leao -sha1zang1 -aiyou

dou1ceng4zang1le -shang4nei4li3qu4 - -chi1bing3gan1ba -en -aijiu

2 - -e -da3zhen1 - -ni3kan4zhe4duo1zang1a -zhei4dou1ca1deluan4qi1ba1zao1de -zang1 -bi2bi

2 -en - -xxxx -mao

1 - -ma1bo

1bao4 -bao4gan4ma2ya -qu4na2shu1 -na2shu1nian4shu1 -zi4ger3wan2qu4 -bao4zhehou1guai4lei4de - -en -gei3 -gei3wo3leao -en -en -enzhou1zhe4 -gei3shei2a -wo3wen4ni3zhei4bi3gei3shei2 -gei3shei2a -en -gei3shei2a -shuo1ya -gei3shei2 - -laugh -gan4ma2tou1zhekan4ya -hai2en - -tan4+qi4 - -reng1di4xia4jiu4nei4gebeng2chi1leao - -ta1lao3wang3ni3shou3shang4tang3 -ni3shuo1zhen1tao3yan4 -en -en -kuai4xia4lai2 - -kuai4xia4lai2 - -si

xia4qu4ya -ehen

-ni3bu4ting1hua4ao - -ni3xia4qu4 -ma1 - -xia4qu4xi1xi1 -en - -xia4qu4xia4qu4xia4qu4whisper -hei - -xia4qu4 - -henenen -zou4ni3 - -een - -cough -en -deng3ni3deng3ni3 -ee -laugh -ai - -hen -ei - -chou1ni3huo2gai1 - -chi1ren2jia1dehao3ma -hao3ma - -chi1ren2jia1debu2shi4hao3hai2zi -zhi1dao4ma - -xia4lai2ni3 -ke -xia4lai2ni3 -aen

-ni3demao1mao1hai2you3mei2you3le -ye -reng

1 -hai3you3ma -reng1a -en -shei2reng1a -yao

3 -shei2gei3reng1de -ni3reng1 -wo3reng1a -en -laugh -hai2ni3reng

1 -engei3 -eikan4shu1shu

1 -hen - -gai3gei3 -gei3 -engei3 - -gei3 -dai3gei3 -en -ni3bie2lao3si1le -dai3gei3 -de2lede2lexing2le -en

xxxx -wo3kan4zhei4ge -ni4kan4zhei4ge -mao

1 -du1duo

4zuo4+zuo4 -du1duo

4zuo4+zuo4 -nei4geshi4zuo4zuo4a -nei3egea -ei1ji1fei1+ji1 -ba1 - -zhei4you4gei3wo3hui3ni3shuo

1 -ni3you4gei3wo3wang3zhei4shang4hua4 -mei2you3 -bi

3 -xxxx -zhei4shi4shu1neng2luan4hua4ma -a -neng2ma - -MOTzhei4xie1shu1shi4gang1mai3dema -INVen -MOTzhei4xie1shu1shi4gang1mai3dema -INVnei4ge

shi

4 -INVjiu4shi4wo3jie3ta1mennei4gexiao3hair2bu4shi4gai1shang4xue2lema -MOTen -INVna4ye3jiu4dou1gei3ta1lelaugh -MOTenbao3cun2dehai2ting3hao3 -INVenren2jia1dou1nei4ge -INVta1zhei4gedao4ta1shou3li3jiu4bu4xing2le -INVni3kan4kan4zhei4dou1ting3nei4geshen2mede -INVren2jia1nong4dezhei4geshu1 -INVyi2dao4ta1shou3li3ta1jiu4luan4hua4 -INVni3qiao2qiao2 -zhei4bu4neng2xia1hua4 -zhi3neng2zhei4yi4zhang1neng2hua4 -na4jiu4 -zhei4zhang1shi4dan1 -zhei4geshi4huai4de -zhei4gezhei4dou1bu4neng2hua4 -zhi1dao4ma -INVye

2yi2 -INVyi

2 -ni3yao4xia1hua4wo3jiu4da3ni3 -ni3jiu4beng2kan4le -bu2rang4ni3kan4le - -da

4 -pa4ni3lao3xia1hua4 -ni3kan4kan4 -dou1gei3hua4hua4geluan4qi1ba1zao1 -ni3kan4 -ni3kan4kan4 - -aiwo3wen4ni3zhei4shi4shen2me -mao1mao

1 -zai4shuo1 -zhuo1zhuo

1zhu1+zhu1 -bu2dui4 -shen2me -xie3xiao3zhuo1 -da4xiang4 - -zhi1dao4ma -en - -you4na2nei4gegan4ma2 -ge1hui2qu4 -laugh -bu4gai1ni3dong4dedong1xi1ni3lao3xia1dong4 -en

en -ma1ma

-jiao4ma1maye3bu4gei3 -e - -en -kan4shen2me -laugh -gu1gu1 -gu1 - -da3ni3ani3yao4na2lai2xx -endou

4diao4 -endiao4 -diao4ye3shi4ni3nong4de -e -en

xiao3dong1xi1 -na2bu4chu1lai2leba -da3 -da

3 -eien -you

reng1zi4ji3nao3dai4shang4a -en -laugh -ehe

-jiu4yuan4ni3zi4ji3 -bu4xu3gui4di4xia4a -chuan3 qi4. - -aiyoubu2ai4mei2 guan1+xide -kuai4qi3 -laugh -enhen -laugh -xxxx -laugh -da4ni

2 - -enhen -zou4ni3lea -lao3na2zhezhuai4 - -eihai

-zhua1 -yi1xxdi1 -aieaiya

- -dan3ye1ye1 -ni3bian1shang4qu4 - -laugh - -tao3yan4ba -yang1reng1 -bu4reng1 -xxxxxx -cough - -ya

-hehen

-ni3xxjie1zhe -xxxxxx - -en -en -ja

-bie2je -ja

-zai4zher4neni3kan4 -gei3 -ni3hui4ma -jia

- -dei -ehen -ya

laugh -a

-de2mei2le -jie4zher4 -enzher4a -a -zher4ni3jian3qi3lai2ba - -jia1hei

-chi1yi2ge -laugh -aaa

-enkuai4chi1yi2ge -aiyou -heen -e2kai1wa

2menr2 -a

-yao4kai1wa

2menr2 -shen2me -yao4kai1wa

2menr2 -kai1menr2a -en

-kai1menr2gan4ma2ya -aiyouwei -kai1menr2gan4ma2ya -jie4zai4jiao4zher4 -ao

-hua1hua1ya -en -jui4zuo4zher4ba -hai2tounar3qu4a -jiu4jiu4jiu4zuo4zher4 -hua1hua1 -wo3kan4dou1pi4gumei2you3 -wo3kan4dou1pi4guma -ku4zi -enzuo4ba - -xue2guai1lehao -niao4zi4ji3jiu4na2pen2pen2hao -wan2le -en -jiu4niao4zen4medianr3jiu4wan2le -a -eezu

1 -a -hezu

1 -bu4xing2ni3chuan1nei4xie2bu4xing2 -enhe

1 -enzu

1 -wo3gen3ni3shuo1ni3chuan1zhei4gexie2a -zu

1 -na4wo3gei3ni3 -na4ku4zichang2 -ni3chuan1nei4gexie2hai2dei3ba3ku4ziwan3shang4qu4 -en

-enchu1 -chuan1nei4xie2shuai1jiao1 -en

-bu4guan3ao -shuai1jiao1wo3ke3bu4guan3ao -ao -en

-shuai1jiao1jiu4bu4xu3ku1ting1jian4mei2you3 -enhen -youhenshen2meni3henhen -ni3hai2henhenhenhendeneen -ti2ku4zi - -suo1zhezui3gai1shuai1jiao1leao -ye -bie2cai3di4xia4ni3kan4 -hai2jiang3bu2re4 - -xxxxxx -gei3 -en - -hao3lechi1ba - -xing2ma -zou3de2liao3lu4ma -zou3yi2gewo3chou3chou3 -zou3yi2ge -zou3de2liao3mawo3kan4kan4 -laugh -zou3a - -a -ni3zou3a - -MOTxxxxzi4ji3xxxx -MOTzi4ji3zou3le -laugh -heichuan1tuo1xie2 - -zou3de2liaolu4ma - -qu4wanr2qu4 -hen -enhen -lao3diao4ba -en -laugh -gen1ben3ni3jiu4chuan1bu4liao3tuo1xie2ma -en - -gei3a1yi2dianr3chi1qu4 - -enhen -gei3a1yi2dianr3chi1 - -na

2 -ni3zi4ji3na2 - -yi3gan

1bing3+gan1 -zen3mele -en

-haozen3mele -yi3gan

1bing3+gan1 -aonei4bu2shi4ting3hao3dema - -en3duai

4huai4 -mei2huai4 - -gei3a1yi2ba -INVgei3 -hai2gao4huai

4laugh -MOTshe3bu4de2chi1 -INVen -INVnei4you3guo1ba1laugh -MOTguo1ba1xxxx -en -ni3gei3na2yi2geda4kuair4de -you3da4demei2you3zhe4li3 -you3da4dema -gei3a1yi2na2geda4ge4de -tiao1yi2ge -ao -tiao1yi2geda4deao -xing2ma -en -e -enni3xxxxxxxxxx -laugh -nei4gebu2da4 -nei4shi4laugh -ni3hen3kou1menr2le -laugh -kou1menr2bu4kou1menr2en -e

-laugh -a1yi2shuo1ni3kou1menr2 -kuai4gei3huan4yi2geba -huan4yi2geda4deba -shuo1ni3kou1menr2laugh -wo3gao4su4ni3 -dei3tiao1yi2geda4kuair4de -zen4meda4de -da4dewhisper -ai -aixxxxxx -elaugh - -xxxxani3 -yi -en - -xi1xi1a - -hui2lai2 -en - -INVesu

2 -ai

- -aiyou

- -zhei4gexxxxxx -INVyou -you -INVxxxx -xxxx -jia1 -nar3qu4 -ni3chi1tao2bu4chi1axi1xi1 -the end - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/cx3.xml b/compling.core/data/Learning/Chinese Data/transcripts/cx3.xml deleted file mode 100644 index 7160d5f..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/cx3.xml +++ /dev/null @@ -1,1680 +0,0 @@ - - - - - - - - - - - - -a

-xxxx -aoma1magei3ti2ti2ku4ku4ao -bi4bu4xing

2 -aobu4xing2 -xxgei3ni3le -bu4gei3ni3le -INVcry -aoma1mayao4xing2 -cry -ma1mayao4xing2 -cry -xing2ma -cry -bu4xing2ma1mayao4xxxxxxxx -cry -fang4zai4ni3deku4zixxxx -didi

cry -youma1mayao4ma1bu4gei3ni3 -cry -INVenzhe4 -MOTna4jiu4zhei4yang4ba -cry -ma1mayao4ma1mayao4 -cry -aiyoua1yi2gei3ni3kan4gei3xxxxxx -cry -INVyao4bu2yao4na2zou3ta1 -cry -o

-INVjie

cry -na3zhi4yu3a -cry -cry -yi4huir3wo3gei3ni3da3di1da3di1da

hao3maao -cry -a -cry -kan4kan4ni3ni3kan4kan4nar4hu2le -yi4huir3xxxxfan4hu2le -cry -hu2lou

aiyou

-cry -laugh -cry -yiaini3chi1rou4rou4ba -en -chi1a -en -ma1gei3ni3zhai2hao3ma -zhai2yu2hao3ma -en -xing2ma -en -en -zai4ye3bu4xu3nao4lea - -ni3ba4ba3chan3zifang4 - -kan4kan4shou2lemei2you3ao -shou2le -shou2lexxba - -FAni3guan1huo3 -MOTyao4ma -ei

ni3dao4zhei4kuair4lai2xi1xi1 -hao3ma -en

en -ba4lai2leni3ba4lai2le -MOTgan4ma2ne -FAxxxxxxxxxx -FAbu4xia4shenr1 -MOTxxxxxxxx -MOT -wu

-bu2yong4bu2yong4 -cry -aiaihuai4lehuai4lehuai4le -cry -endai4zhe -cry -FAxi1xi1yao4chi1rou4 -FAni3ba3huo3guan1legei3wo3menzhai2rou4rou4chi1ba -ni3yao4chi1rou4rou4shi4ma -FAshou2le -FAwo3gang1nong4shou2le -MOTxxxxxxxxxxxx -FAge1zher4xing2ma -FAna4ni3xian4zai4ge1ya -cry - -FAen -FA -ni3kan4zhei4xiao3qiu2qiu2zhen1hao3wanr2ai -eiuo2mei3ashi4ma -cry -eixi1xi1zhei4shi4shen2me -xxxxna4wo3men -ni3kan4zhei4shi4shen2meya -MOTchi1fan4le -zhei4shi4shen2meya -ei -nei4shi4shen2meyanei4shi4 -a -cry -zhe4 -rang4ni3ba4bage1 -MOTxxxxxxxxxxxxxxxx -FAhua1juanr3 -lai2chi1ba -MOTxxxx -chi1ba -INVxi1xi1hai2mei2chi1fan4nexi1xi1 -MOTxxxxshang4banr1qu4 -jin4lai2ba -en -chi1wan2fan4nei4a1yi2ye3zou3leao - -e

-laugh -ee

-MOTxxxxxx -INVaiyawo3na2zhe -INV -aiyouwo3kan4dao4ren2dian4deng1leba -ni3kan4dao4dian4deng1leba -eizhen1mei3 -youdian4deng1nou -liang4deng1mei2you3en -duo2hao3wanr2a -ni3kan4 - -hao3wanr2ma -hao3wanr2ma -xxxxxx -MOTxxxxxxxxxxxx -youyouzhei4shi4shen2meyazhei4shi4a -youyou - -aiyouwalaugh -ba4bu4zou3ma -en -ge1nei4xiao3bao1bao1li3qu4bahao3ma -xing2ma - -ge1nei4xiao3shu1bao1li3qu4hao3ma -FAzou3le -MOThao3bu4hao3aen -FAhao3 -FA -bie2den4zhei4yang4jiu4den4huai4lebie2den4 -ting1jian4mabie2nong4xxxxxxxxting1jian4ma - -bu4xu3den4 -yi2den4jiu4bu2dong4jiu4huai4leao -fu2zhe -gu1dong3chu1chu1 -ailaugh -laugh -ni3xia4di4 -xia4di4ma1magei3ni3na2xiao3shu1bao1gei3wo3 -ma1ge1boteng3 -cry -ni3lao3bu2xia4di4wo3lao3bao4zheni3ye3bu2shi4shir4a -aiyou -yu

4rou4 -wo3zhi1dao4 -na4ni3xia4di4wo3gei3ni3cheng2a -ni3bu2xia4di4 -MOTxxxx -FAge1mei2ge1suanba -MOTge1le -cough -ni3bu2xia4di4wo3ye3mei2fa3gei3ni3cheng2aa -ni3xia4di4ma1gei3ni3cheng2hao3ma -nouen -enwo3gei3ni3cheng2rou4rou4qu4aoao -dao1mei1xu1 -aidui4leni3wen4ni3ba4nei4da4qi4qiu2nar3qu4le -ni3ba4gei3ni3ge1nar3qu4le -ni3wen4wen4ta1 -shi3gei3renreng1le -ni3ba4gei3ni3reng1la -en -bu4xing2wo3dei3zhao3ta1suan4zhang4qu4 -gei3wo3menxi1xi1deda4qiu2reng1lehai2xing2a -shi4ma -gei3ni3reng1le -en -henrang4ta1pei2 -hui2touwo3gei3ni3mai3qu4 -xxxxgei3mai3yi2gequ4ao -jiu1rou4zhu1+rou4 -enzhu1rou4 -FAxi1xi1shuo1ni3ba3ta1da4qiu2gei3wo3menreng1le -FAlaugh -FAxxxxxxxxxx -MOTnar3qu4le -MOTmei2le -FAni3reng1nar3qu4le -MOTwo3mei2dong4 -FAna4nar4zhun3shi4ge1 -FAna4nar3qu4le -FAzhen1shi4reng1le -MOTwo3dai4ta1gan4ma2 -FAwo3na2hui2lai2leya -MOTna2hui2lai2ye3hui4mei2de -FAlaugh -FAni3lao3shi2shuo1shi4reng1lema -MOTbao4leba -FAmei2bao4 -MOTxxxxxxxx -FAmei

2bao4mei2bao4 -FAwo3sa1leqi4le -MOTsa1qi4le -FAen -MOTna4jiu4bu2hui4reng1le -MOTdeng3zhea -FAjiu4jiu4jiu4reng1zai4zhei4gewu1 -FAreng1zai4sha1fa1shang4le -MOTxxxxxxxxxxxxxxxxxxxx -MOTge1sha1fa1a -FAen -ge4hu3wu3wu1 -FAbu2hui4pao4pen2li3deya -FAwo3na3neng2pao4yi2 -FAzen3medou1pao4pen2li3ne -FA -FAzhen1dema -MOTxxxxxxxxxxxxxxxx -FAnar4ni3kan4nar4pen2li3bu2hui4you3de -FA -FAlaugh -FAxxxxxxxxni3hai2zhen1zhao3bu4zhao2 -FAzhei4gan4ma2 -FA -FAxxxxna4gei3ni3reng1le -heimei2leba -FAmei2leba -FAbeng2wanr2leba -MOTchou1tili3 -FAmei2you3 -e

-FAwo3sa1leqi4wo3jiu4gei3reng1dao4nei4wu1reng1dao4nar4le -FAshei2zhi1dao4 -FAxi1xi1ni3dong4lemei2you3a -FAen -FAni3dong4lemei2you3 -dong1rou

4zhu1+rou4 -rou4rou4a -en -ni3jiu4shi4yao4chi1rou4rou4 -MOTxxxxxx -hai2jiu4yao4chi1shen2meya -xxxxxxxia4di4 -xia4lai2wo3gei3ni3zhao3zhao3 -ke3neng2kan4zhexiang4zai4zhei4di3xia4 -cry -aiyou -MOTdi -cry -FAaiyou -xxxx -en -FAwo3zhei4ge1bodou1kuai4she2lewo3gao4su4ni3ba -FAainei4da4qi4qiu2ne -FA -bei1xiao3bao1ma -bei1xiao3shu1bao1bao1hao3ma -en -youqiu2qiu2diao4le -qiu2qiu2qiu2qiu2qiu2qiu2 -laugh -imitates xx's laugh -hakan4zhei4ge -qiu2qiu2diao4lebo2pebo2pe -laugh -enhe4zen3mela1ya -MOTxxxxxxxx -INVbu2shi4ta1 -INVaoaoao -MOTxxxxreng1diao4le -INVaozhei4gediao4le -INVwo3shuo1neshuo1shi4zen3mean1denelaugh -MOThao -zhao3zhele -FAxxxxxxxxshi4ma -MOTzhao3zhezai4nar3ne -FAbu2shi4qi4qiu2mei2zhao3zhe -FAzhei4ge -FAaoa1yi2wang4lezhei4xian4leshi4ma -MOTmei2gong1fu1zou3lao -FAqi2shi2bu2 -FAshei2zhi1dao4ta1dong4mei2dong4 -FAfan3zheng4ge1zhewo3gei3ta1ge1zai4zher4sha1fa1 -FAbu4zhi1dao4ta1dong4mei2dong4 -chen2xi1ni3dong4lema -en -na4ni3gei3ge1nar3leni3xiang3xiang3 -ei3gei3en1reng1 -ni3gei3reng1le -a -reng1nar3le -ei3gei3reng1 -reng1nar3le -ai3gei3lereng1 -shi4reng1wu1li3lehai2shi4reng1wai4toule -we3bei4wai4+bianr1 -reng1wai4bianr1le -en -na4ni3beng2wanr2le -beng2wanr2le -eei

-en -en -zhu1rou

4 -shei2ba3qiu2reng1le -MOTzen3mele -FAni3wen4ta1 -cry -zhe

re4 -eezhai

1 -zhei4geduo2hao3wanr2a -zhai1lexxxxxx -eiei -ni3yao4dao4wai4bianr1rang4qiang3zou3lezhi1dao4mawhisper -cry -qiang3zou3ni3jiu4mei2you3le -cry -xxxx -MOTxxxxxxxxxxxx -ni3shang4wu1ba4gei3ni3na2guo4lai2qu4 -kuai4chuan1 -cry -zhai1lezhai1le -cry -zhai1le -bu4jie1zhai1 -ge1zher4 -ge1jiezher4 -laugh -MOTxxxxxxxxxxxxxxxx -MOTxxxxxx -FAwo

3jue2dui4na2hui2lai2le -FAni3qiao2ni3 -MOTyouna4jiu4bu4zhi1dao4le -MOTxxxxxxxx -zai4zher4 -FAjue2dui4wo3na2hui2lai2le -FAwo3hai2shuo1wo3shuo1ni3qiao2wo3zhei4qi4qiu2you4you4mei2qi4le -rou4rou4 -MOTxxxxxxxx -FAenmei2you3le -rou4rou4 -mei2you3le -rou4rou

4 -ni3qiu2qiu2dou1gei3ni3zhao3bu4zhao3le -ni3hai2rou4rou4neni3 -ni3rou4rou4zai4rou4rou4bani3 -cry -gei3ni3na2gei3ni3na2 -ni3ba4gei3ni3cheng2qu4ao -ma1magei3ni3zhao3zhao3nei4xiao3bao1bao1ba -xxxxyi4huir3nei4xiao3bao1bao1ye3mei2le -hao3ba -en

-xing2bu4xing2 -e3gei3li1reng1 -a -e3gei3reng1 -e3gei3reng1 -reng1lehai2xing2 -e -reng1lebu4xing2 -reng1lecry -reng1lejiu4mei2you3lehao3ma -ehui1hui1 -ei -a1hao3le -ni3bu2nong4 -na2hui4diao4di4xia4de -ni3jiu4zen4memo1xing2 -na2bu4xing2 -hui2toudiao4dao4di4xia4lehuai4le -ei -deng1deng1shi4ma -einei4gebu2 -en

-ainei4gekai1guan

1 -enenbao

1 -bu4guan1 -en

-wo3gei3ni3zhao3zhao3nei4bao1bao1qu4 -ni3xia4di4hao3ma -cry -na4ni3dao4chi1rou4leni3hai2rang4wo3bao4zheni3a -cough -en -bu4gei3ni3chi1xxhe1ni3dezhei4gezhei4shen2mexxxxxxxxxxxx -bu2yao4ni3le - -ni3gen1a1yi2wanr2qu4ba -chi1rou

4 -chi1rou4a -en -endeng3ni3ba4yi4huir3ca1ca1zhuo1zicheng2chu1lai2 -cheng2dianr3fan4 -e1yao4zhei

4ge -naoaiyouaiyouaiyozhua1zhezhe4ge1bozhe4teng3a -eneneizhe

1tuo1 -tuo1xie2yayao4 -en -na4ni3ke3bu4xu3zai4xia4di4leao -en -ni3lao3guang1zhejiao3ya1zixia4di4liang2 -ezao3 -zhi1dao4ma -ezao3 -aizao3 -ei -na4ni3shang4nei4shang4qu4 -en

mexia

4 -MOTfan4xxhao3leao -FAxxxxxxxx -ni3bu4xu3xia4di4 -xia4di4nei4ge

guang1jiao3ya1zile -ni3shang4nei4shang4bianr1ke3yi3 -hao3ma -cry -enenpa

4 -shen2me

-en3you3nei2lei2 -mei2you3lei2 -nar3you3lei2a -nar3you3lei2a -mei2you3lei2 -mei2xia4yu3da3shen2melei2a - -e - -xxxxxxxxxx -chi1fan4maxi1xi1ao -rang4ni3ba4chi1wan2fan4chi1rou4le -a -hahou

-qu4shang4nei4shang4chi1qu4ao -enenlei2 -en -you3lei2 -yi4huir3wo3chou1ni3ni3kan4 -wo3zhi1dao4tuo1lexie2ni3yao4guang1jiao3ya1zixia4di4 - -chuan1shang4xie2kuai4dianr3ting1jian4mei2you3 -pei2 -kuai4chuan1 -chuan1shang4xie2ao -chuan1xie2xia4di4chi1qu4ao -ji

1gei3xin3qiang4sing -yao1mahang3hang1hei

1sing -hang3hang1hei1sing -ha

you4chang4ge1na -zhen

1hao3ting1 -ha3ba1ba1 -hei3xin3xin3wang4wan4hei1xin3gang1wa1 -khei1shang3gao1sing - -nei4zhi1xie2 - -qi3lai2 -xi1xi1dao3luan4lema -aiyou

- -guo1guo1 - -zou3ba - -en -dang1xin1lei1zheni3aen -mei1me

1 - -la1la1la1sing -xxxxxxxxxxwhisper -FAxxxxxxxxxxxxxx -FA -ao -ei

ke -tee - -zhei4ye3chang2ao -en -ooo -dededede -ei -zhei4shi4shen2mewanr2yir4 -en

ma

-shen2mewanryir4 -mao1mao1 -mao1mao1a -ei -ni3zhei4aozhei4shi4qiu2 -zhei4shi4mao1mao1ba -zhei4shi1ne -ma

3 -shen2me

-ma

3 -mao1 -zen3mehui4shi4ma3ne -ni3mei2kan4jian4zhe4zhe4xiao3hu2zia -kan4jian4leba -gu4jiao

3 -zhei4shi4shen2me -mu1mao1 -aomao1 -zhei4gene -jiu1li1jiu1 -qiu2qiu2 -jiu4jiu4qiu2+qiu2 -en -qiu

2 -aimao

1 -di4zhei4 -ai -ji4gezhei4+ge -nei4ge -ju

1 -e1dai3 -ai -wo3gei3ni3zhai2 -emi

3 -emi3 -e -na2zhe -ai -na2ji3geya -ge1zher4 -xxxx -na2ji3geya -cry -wo3na2kuai4kuai4yi4huir3zai4zuo4hao3ma -en

-zhe4ma1mazuo4zher4 -ni3yong4kuai4kuai4a -mei2kuai4kuai4wo3na2shen2megei3ni3nong4a -eidai4zhei4 -na4bu4gei3zhai2le -enbai

4 -yi4huir3ni3ba4hui2shuo1ni3 -bu4xu3xxxxdeng3huir3 -exx -wo3gei3ni3na2kuai4ziqu4bahao3ma -en -aodeng3zhe -en - -shen2me -hua1hua1 -hua1hua1deng3huir -deng3zheqi3lai2 -guo4lai2 - -ai - -laugh - -ei

-ainiao4wan2le -en -enma1nong4ni3ba -jiu4niao4zen4medianr3a - -FAshao1hao3lema -MOTshao1hao3le -MOT -aiaiai

-zen3mele -hou4bei

4 -shi4ma -shou1bei

4hou4+bei4 -hou4bei4zen3melehou4bei4 -hou4bei4zen3mele -cry -zen3melezhe4xxxxxx -cry -cry -chen2na -cry -shi4ma -cry -na4ni3na2ni3deshu1bao1qu4bahao3ba -cry -zou3wo3gei3ni3zhao3ni3deqi4qiu2qu4 -cry -MOTxxxxxx -zou3zou3zou3zou3zou3zou3zou3 -xiang3jiu

3zou3 -e -kui

4kuai4 -shen2me -kui

4kuai4 -MOTyao4shen2me -FAkuai4 -FAlai2wo3gei3na2kuai4zi -FAma1gei3na2kuai4zi -MOTzhi1dao4le -qi3lai2 - -ma1na2 -ni3duo3kai1 -zhe4na2 -a -bu4na2nei4ge -na2san1gejiu4gou4le -na2liang3gejiu4gou4le -gei3ni3na2shao2 - -qi3lai2zou3gei3ni3na2na2hui2qu4 - -xiao3shao2 -na2xiao2shao2 -xxxxxx -sing - -enen -ma1gei3ni3cheng2shang4 -gan4ma2 -lai2duan1hui2qu4 -xxxxxx -xing2lexing2lexing2lequ4duan1guo4qu4 -chu1qu4le -kuai4qu4 -en -MOTai -ba3zhei4gei3wo3 -na2nei4gexiao3shao2chi1qu4ba -eeede -en

-deng3rou4rou4 -nei4wu1qu4 -you4rou4 - -qu4fan4na2zhehui4shuai1deting1jian4mei2you3 -FAyao4wo3gao4su4ni3ba3zhe4man2touliu4liu4le -MOTbu4hao3chi1xxxxxxxxxx -gou4chi1 -yihendou1hu2ledou1 -qu4baqu4kuai4 -dao4zhuo1shang4chi1qu4 -FAni3chi1wo3chi1man2tou -MOThao3 -ting1dao4maxi1xi1 -en -die2 -eigei3ni3duan1guo4qu4a -ai -ni3ba3ta1duan1guo4qu4wo3hao3zai4cheng2a -FAgou4ma -MOTni3na2guo4qu4ba -MOTwo3xian1bu4chi1dai1huir3 -FAge1zher4a -kuai4zou3 -ma1gei3ni3zhai2zhai2rou4 -ni3kuai4zou3 -zou3 -ma1gei3ni3zhai2rou4neao -ma1ma -en -ma1gei3zhai2rou4rou4ao - -kuai4lai2 - -aiyoushi4wo3wei4ni3ahai2shi4ni3zi4ji3chi1a -enenrou4zhai2 -bie2bie2bie2wo3gei3ni3 -wo3gei3ni3zhai2 -you3cir4xi1xi1 -e1wo3zhai2 -ni3zi4ji3bu2hui4zhai2 -ni3dou1chu3lan4le -enenzhei

2zhai2cry -yi4huir3ni3ba4shuo1ni3le -wo3rang4ta1da3ni3lai2le -eee

-ni3hui4ma -an -ni3bu2hui4 -wo3gei3ni3zhai2 -aizhai2 -ni3kan4dou1shun4zhexxxx - -eizhair4zher4 -e1wo3na

2 -you3cir4 -ni3zhi1dao4mazha1ni3 -en - -ge1jie4zher4 - -en - -en - -zhai1xxxxxxxxxxxx -dao

-en -ezher

4 -wo3gei3ni3zhai2 -ehai2zha2zhai2 -en - -zhu3chi1zha4cai4 -bie2nong4nei4geao -zhu3chi1zhai

4cai4 -zhu1chi1zhai

4cai4 -zhu3chi1zhair4cai4 -zhe4cai4wo3dai1huir3gei3ni3na2 - -enen

-ni3bu4ting1hua4bu2shi4 - -e -rou4rou4 -gei3ni3zhai2yu2ao - -diao4le - -ji1chi1cu4 -enba3nei4gei3wo3 -zhe4zha1ni3 - -duan1zhenei4wan3chi1 -ma1gei3ni3kuai3dianr3tang1lai2 - -chi1na

2 - -en - -gei3ni3dianr3cai4laizhe -aoaoao

-enen -wo3gei3ni3xx -zhen1tao3yan4bani3 - -lai2wo3gei3ni3ge1dianr3cai4lai2 -en -bu4jiao4yao4 -zhei4gecai4dehao3chi1wo3gao4su4ni3 -kuai4lai2 -ai -aochi1ba - -hao3haochi1ao - -INVni3he1shui3ma -FAxxxxxxxx -INVxxxxxxxxxxxx -FAxie4xie4ao -FA -mao4 -en - -ba4 -enchi1ba -kan4chi1yi4lian3laugh -laugh -en -chi1yi4lian3 -en - -MOTxxxxxxxx -FAxxxxxxxx -FA -MOTnei4gexxxx -MOT -MOTxing2ma -FAbu4xing2 -FA -zhe4rou4 -en -you3fei2rou4wo3dou1gei3ni3zhai2le -rou4rou

4 -ni3bie2ji2 -zhei4you4rou4 -zhei4rou4rou4ni3bu4chi1 -ni3chi1ma -chi1 - -na2shao2kuai3 -ge1li3touna2shao2kuai3 -na4shao2zina3xxxx - -cough -en -re4 -ni3ye3bo1ya -en -zuo4nar3a -zher4 -guo4qu4ba -zher4dou1shi4re

4 -ni3na2yi2gedengr4lai2zuo4zher4bahao3ma -endao4zher

4 -cough -dao4jiu1zher4 -ni3zuo4ner4ni3gou4bu4zhao2 -lai2 -enjiu

1 -ajiu

1 - -en -xxxxxxxxxx - -ma4 -aichi1ba - -a

-xxni3tao2qi4 -xxxxxx - -kuai4hao3haochi1 -xxxxxxxxlaugh -na2shao2wai3 -e

-na4ni3jiu4beng2chi1le - -wo3dia

1jia1 -en -jia

1 -endui4jia1 -xxxxjia1 -en -haha -cough -ezhe4 -en - -zher4 - -MOThai2xxxxshang4ci4nei4xxma -FAlao3chi1ni3nei4gechao3dou4jiao3 -FAwo3ye3bu4xing2 -bu4jie3xing2 - -laugh -ai

-en -xxxx -chi1ba - -wo3lai2gei3ni3cheng2 - -zhe4dang

2 -ma1 -en -gei3 - -hen -ni3na2shou3fu2zhezhei4wan3 -ezhei4ge -xxzhei

4 -MOTda3gedian4hua4 -FAen -ge1zhei

4 -en -ge1zhei

4 -pai -na2shen2medou1yao3zhechi1 -zhei

4 - -zhei4 -aizhei4 - -be1dao4 -ei

laugh - -eera

-jiao4shen2mehe -du

-chi1jiu4beng2la1 - -ei

-kuai4chi1bie2wanr2 - -edai

4 -enqiao2qiao2nei4wan3li3you3ne4meduo1cai4ne - -zhe4ge -cough -e

-den1dao4edao

4 -shen2meya -enzhao

4dao4 -shen2me -enzher

4 -enendao4le -en -bu4guan

3le -an

wo3dao4 -ta1zi4ji3hai2bu4zhi1dao4dao4hai2yong4ni3shuo1ya -en

-FAni3he1yi4kou3ba -MOTen -gou4ma -enengao

4gou4 -enzuo4dui4a -zuo4di4xia4le -en - -enenen -ni3xxxxxxxxxxxxxxxx -laugh -bu2shi4nei4wan3 -zhe4 -en -MOTzen3mele -dao1jiu3 -aodao4xxxx -yaoe -another side of the tape -ma1ma - -e

zhe3ao -en

-diao4lejian3qi3lai2 -jian3qi3lai2 -xxxxxxxxxx - -eden4diao4 -jian3qi3lai2 -endong4diao4 -zang1lebu2yao4le - -ezhei

4 -en -ezhei4 -chi1dianr3zhei4gechang2chang2 -aien

-wo3gao4su4ni3zhei4gecai4hao3chi1 -enjie4zhei4 -en

-enenzhuo

1 -e3wo3zhuo

1 -na2zhe -egai4 - -enzhei4 -shir4 - -gu2da4gu2+tou -engu2toureng1leba -jiao

3 - -di2ba -en - -reng1 - -en

-e -e -eizha

-e -laugh -en

-en -xxxx -ee3wo3zhe

1chi1 -enhenen -en

-ni3chi1ni3dewo3chi1wo3de - -enhe

1en -xxxxxx -he

1 -FAyao4na3ge -dang3 -zhu

1 -xxxxxx -hao3ba -en -xxxx -zhu

1 -ezhu

1 -ezhe4xxxxxxbaxx -eden4? -e -chuan1shang4xie2ye3neng2deng1 -xxxxxxxxxia4di4ting1jian4mei2you3 -ezhe

1zuo4 -zuo4bu4xu3xia4di4a -a -xxmezhe1 - -FAbu2yong4jie3 -FAzen4meyi4ba1lejiu4xia4lai2le -FA -bu4xu3xia4di4a -en -xia4di4jiu4zang1le -wa4zigai1zang1le -xxxxxxxxxx - -den2na

2 -en -na2shen2me -FAni3xxxxfan4ao -FA -e3wo3hui

4 -en - -gang2ang1ei4e -hao3haochi1fan4 -ting1jian4mei2you3 -bian1chi1bian1wanr2 - -ji3renr

2 - -ee -ei - -FAxxxxxxxxxxxx -FAxxxxxxxx -ba4ba -en - -kuai4chi1ya -kuai4chi1xxxx - -dao4 -en - -haichen2xi1 -en -a

-jiao4ni3xian1chi1fan4 -chi1wan2fan4zai4la1 - -zhe4ren2dao4 -xxxx -zhe4ren2dao4 -adao4 - -xxxxkuai4dianr3chi1hao3le - -en - -FAta1xxxxxxxx -chi14 -FAen -FA -FAxxxxxxxxxxxx -xxxxxxxxxx -FAenhen -FA -kuai4chi1 - -xxxxxxxxxx -yi4huir3ma3shang4da3ni3leao -xxxxxx -henhenhen

-xxxxxxxxxxxxxx -laugh -ba2bu4chu1lai2le -FAxxxxxxxx -laugh -INVxxxxxxxxxxxx -FAxxxxxxxx -fan4hao3haochi1 -cough -shao1yi4huir3ni3ma1madai4shang4dai4ni3menwanr2qu4gen1a1yi2ao -kuai4dianr3 -ai -ting1jian4mei2you3 -hui2qu4chi1qu4 - -aiya

bu4xing2en

-mei2 -chi1 - -INVxxhong2lian3xxxxxxxx -yao3sui4lemei2 -yi4huir3chi1wo3bu2rang4ni3chi1leao -en - -kuai4chi1 -wu1wa3 -ai3gai4 -en - -gei3wo3ba - -chen2xi1 -en

-ni3gan4ma2ya -ni3xxxxyao4da3xxxx -ao -xxxxxxxxxxen -MOTrang4ta1qu4ba -ee

-he2ha1 -cough -ha

-xxxxwo3jiu4gei3ni3bang3qi3lai2 -a

-a

-gan4shen2meya -eyizhei

4ge - -ao

- -kuai4chi1ao -kan4shei2chi1de2kuai4 -e1wo3guai4kuai4 -dui4 -e3wo3kai4kuai4 -e3wo3kai

4kuai4 -en - -aiyaen - -laugh -he3da4 -gei

3 -wo3chou1ni3a -ei -xxgu4yi4wang3zhei4li3ge1 -ei -ao

-xxxxxxxxge1dao4yi2kuair4 -ei

- -zheen - -gou - -cough -bie2lai2bu4lai2jiu4lai2ting1jian4mei2you3ao - -ai

-e

shi -qia2qiao2 - -qiao2ni3hai2shi4 -en -en -chi1chi

1 -beng2zhe4ge -en

-cry -hai2pao3bu4pao3le -zou4ni3 - -a

a

-ni3chi1hao3haochi1 -ni3bie2gei3wo3xia1hu2lai2ao -enenen - -nong4nar3dou1shi4 -ge1zhei4shang4chi1 -ge1zhuo1shang4chi1 - -eo

-ni3da3dewo3yi4shen1na -he -ting1jian4mei2you3 - -xxxxwo3da3ni3 - -xxxxxxxxxx - -bu4chi1wan3shang4chi1 -diao4nar3dou1shi4 -en -zang1bu4zang1 - -hou3zhei4 -engei3 - -zai4bu4hao3haochi1jiu4da3lei2leao -chi

1 - -you -you - -ma1ma

-en - -mei

2 -xxxxxxxxxx -en

-en -FAta1bu2shi4wan3li3you3ma -FA -FAkuai4chi1qu4 -FA -ai - -zher4xia4 -nao

3 -zhan4guo4lai2 -ne4meyuan3xxxxren2jiachi1wanr2zou3le -da4 -ong1kei4 -chi1wan2lebazi4ao -en

-ni3yao4shi4lao3chi1zhe4gexxxxni3bu4zhang3ge4 -ao -ting1jian4ma -chi1wan2jiu4bo1zhei4geen -e -chi1leba -FAta1shuo1ta1bao3le -FAhai2mei2chi1nejiu4bao3le -xxxxxx -xxxx -a

-hai2dei3chi1dianr3ao -xxxx -bu4chi1guang1xia4di4 -mei2chuan1xie2shang4qu4 -en

-chuan1xie2 -chou1ni3ao -ting1jian4mei2you3 -en

-na4jiu4chuan1nei4shuang1tuo1xie2qu4 -a

-chuan1nei4shuang1xiao3tuo1xie2qu4 - -de4 -eixxxx -ee -na2xia4lai2chuan1ya -xxxxe -ye

-de1chuan1xie2 - -jia1 - -ei

-di1da3di3da

1sing -laugh -hao3ba -e3ba4ai -xxxxxx -bie2dong4 -ting1jian4mei2you3 -eta1yao1yao4ta1bao

4 -da1ta1bao

4 -ta1bao

4 -ni3zhong4ma -ee

gei

2 -ee -e3xiao3di1di1 -e3xiao3di1 -ei - -mei2kai1 -ni3bie2xxxxxx - -bie2na

2 -e

-xxxx -dei

- -e3du4 -mei2ni3shen2meshi4leba -xx -en -guo4lai2 -xxxxxxxx -music from tv -ei -yao2shang4yao2shang4ta1 - -music from tv -MOTxxxx -FAa -ei -MOTxxxx -bei1bei1de1de1lei1 -e

-e -music from tv -bie2xxxxxx -sing in the tv -ting1jian4mei2you3 -tang4 -sing in the tv -e -e

-FAxxxxxxxxbianr1shang4dele -FAsing in the tv -MOTxxxxge1bu4xia4en -MOTsing in the tv -aidao

3 -MOTxxxxxxxx -MOTsinging in the tv -MOTsinging in the tv -eieini1zi -singing in the tv -cough -singing in the tv -cough - -sha1da3 -ei -ehuai

4 -en -ehuai4 -xxxxxx -e1yao4zou

3 -a -e4yao4dou3zou3 -ai4yao4dou3zou -enhao3ba -en -singing in the tv -ni3bie2dong4nei4geda4xxxxtang4zheni3ao -singing in the tv -singing in the tv -dang1dao3 -singing in the tv -en -singing in the tv -egaie -aige1bu2xia4leba - -dindin -ge1wai1a -en -ni3bu2shi4shuo1ni3bao3lema -ni3bao3lezen3mehai2chi1gan1gan1a -enenao1yao4nao1yao4 -yi1deyi2+ge -yao4chi1ni3jiu4chi1ba -ao -yao4chi1ni3jiu4na2yi1kuair4ba - -na2yi2kuair4guai1laikuai4 -chi1bu4chi1 -ai4bu4qia4chi1 -bu4chi1qu4yi4bianr1qu4 -aiyou -a -nai2ba -bie2gei3wo3bang3tai4huo2nei4shou3duo3kai1 -zuo4zhewo3gei3ni3nong4nong4qi3lai2 - -xing2qi3lai2ba -ni3kan4dian4shi4bu4xing2ma -qi3lai2 -hao

3 -singing in the tv -xxxxxxxx -jin1de -adedeade -ni3kan4bu2kan4qi1se4guang1a -en -kan1kan4 -kan4kan4qu4 -kan4ma -e -hai -e -dou1mi3dou

1mi -xxxx -xxxxxxxxbie2xia4xxxxxx - -qu4chu1qu4zou3chu1qu4 -e3di1da3 -chu1qu4 -jie

1 -qu4xxxxwo3zou3lea -yu

-na4ni3yi1renr2gen1zhei4wu1baa -en - -xxmei2you3xx -xxxxxxxxxx -zou3 -ei -xxxxxxsing -ma1ma

bao

1 -de -ni3bie2gei3wo3guan1li3touashi4ba -ai

-lai2qu4wanr2 -shang4wu1qu4 -ehenheneehenha

-ni3gei3wo3chuan1shang4ni3dexie2 -ao

-chuan1shang4 -a1chuan1jie2xie2 -chuan4nei4xie2ye3xing2chuan1shang4 -ai4chuan1xie2ya -enchuan1shang4 -a1chuan1xie2 -yao4bu4ran

2lao3gei3wo3guang1jiao3ya1ziwo3da3ni3ao -ai4chuan1xie2ya -zai1chuan1xie2a -an1chuan1xie2 -aiyou

-xxxxxxguang1jiao3ya1ziwo3gai1da3ni3leaowo3gen1ni3shuo1 -xie

2a -beng2fei4hua4 -e3ba4 -chou1si3ni3 -en - -en -chuan1zhei4xie2wai3ni3jiao3 -music from tv -zhe4hai2zizen3mezen4metao3yan4 - -wo3kan4kan4nei4geqi4qiu2ying1pao4zhei4li3mian4 - -wo3gu1ji4zai4zhei4li3toune - -shuo1ni3nei4geqi4qiu2nar3qu4lexi1xi1 -a

-ni3nei4qi4qiu2na3qu4le -qi4qiu3qi4+qiu2a -en - -zou3 -zou3 -ni3ye3zou3 -zou3 -jiu3zou3 - -nar3qu4ya -ma1ma

-aijiao4shenme -qu4zhao3ni3ba4xxqu4 -ni3qiao2qiao2 -ni3qiao2qiao2fei1dei3chuan1shang4da4xie2 -cry -guo4lai2 -chuan1chuan1chuan1ni3zi4ji3dexiao3xie2qu4 -guo4lai2 -hao3 -hao3 -ni3yao4chuan1nei4geyi4huir3hai2ke1ni3 - -wo3yao4zhao3ta1nei4qi4qiu2nar3qu4le -yi4huir3hai2shuai1ni3ao -chuan1zhe4 -hai2shuai1ni3 -e

- -gei3ni3xia1tiao2 -xxzhe4 -gei3gei3 -xia1diao

2xia1+tiao2 -xia1niao2xia1+tiao2 -axxxxxxxx -xxxxxxxxxxni3chi1xai1tiao2le -gei3ma1machi1yi2geba -laugh -ou2xugua1xu1 - -zou3shang4di3xia4qu4 -xxxxxxxx -chuan1xie2 -lao3guang1jiao3ya1zi -MOTxxxx -FAzhe4wu1li3you3 -FAhao3xiang4you3qi1dian3le -MOTdian4shi4wan2le -FAqi1dian3you3leba -MOTbu4zhi3qi1dian3 -MOTxxxxxxxx -wo3wang4lewa3wa

4 -FAcha1shi2wu3fen1 -FAcha1shang4leba -FAmusic from tv -FAqi1se4guang1ke3neng2shi4shi2shi2wu3pin2dao4ba -INVjiu4ai4kan4qi1se4guang1yi4you3qi1se4guang1jiu4tiao4 -a -laugh -bao

4edei

3 -chuan1shang4xie2 -xxxxxxxxxx -xxxxxxxxxxxx -FAni3gei3ta1kan4kan4you3mei2you3nei4geqi1se4guang1le -xxxxxx -FAna4shi2wu3 -MOTxxxxxxxxxx -FAaihai2you3nei4ge -xxxxxxxxxxbu4lai2zuo2tian1deng3xxxx -yi4dian3shi4shen2me -yi4zhang1 -xxxxxx -en -MOTni3qiao2qiao2 -FAmei

2nei4gong1fu1 -FAyou3ma -nei4shei2chen2xi1ni3dou4wo3ba -shei2ahui4xxxxxxxxxx -FAbie2ge1zai4zhe4ji1jiao3ner4 -MOTge1ner3bu2shi4ji1jiao3 -FAenxxxxxx -FAni3kan4kan4sha1fa1di3xia4zhun3shi4sai1di3xia4leba -MOTxxxxxxsha1fa1di3xia4qu4 -FAaina4na4jiu4ying1gai1dou3mei2le -FAmusic from tv -FAni3shang3nar3dou3loulaizhe -MOTxxxxxxxx -FAni3kan4zhu3yao4ni3dou3lebu4lema -FAhai2shuo1dou3loumei2 -FAmusic from tv -FAxxxxxxxxdei3reng1leba -guo4lai2xxxxxx -FAta1lao3wo1nei4geqiu2shi4bu2shi4you3nei4sha1yan3a -MOTbu4zhi1dao4 -FAaita1zen3melao3mei2qir4a -MOTxxxxxxxx -MOTmusic from tv -FAenne

chu1qu4wo3zai4gei3ji4yi2geba -FAwo3ji4yi2geshi4shi4 -en

-ni3ba4nei4ji4de2dou1bu4xing2 -lao3pao3qi4 -ji4bu2zhu4 -zhao3shei

2 -MOTni3 -FAxxxxwo3leyou4 -zhe4you4geji1hui4ye3bu2hui4nan2 -xxxxxxxxxx -eenaa

-xxxxxxxxxx -zou3 -chuan1zi4ji3dexie2duo2hao3 -sheng3deshuai1ken1toushi4ma -en -ma4ye3ma4 -en

-singing in the tv -en

-singing in the tv -bie2leyou4you4gei3chui1bao4le -chui1cha4bu4duo1jiu4dele -singing in the tv -tei1tai4duo1le -xxxxxxxxxx -dao4shi2hou4beng1zheni3 -laugh -music from tv -ta1zhe4hou4du4bu4yi1yang4ni3zhi1dao4ma -singing in the tv -you3hou4dedir4you3bao2dedir4 -singing in the tv -aiyou

wo3demadou1hai4pa4le -singing in the tv -zhao2wo3ji4 -singing in the tv -we1wo3ji4 -singing in the tv -ni3bu2hui4ji4 -ni3qi3lai2ni3ni3ni3ji4 -e3wo3ji

4 -wo3gen1ni3shuo1ni3ji4delao3pao3qi4 -eee

-e1wo3ji4 -singing in the tv -eee

ji4 -e3wo3ji

4cry -xing2le -na2zheba -singing in the tv -bi3ni3nao3dai4dou1da4 -ni3ni3nao3daidou1da4 -singing in the tv -bu4bu4 -singing in the tv -bie2ai1dian4shi4 -bie2ai1dian4shi4yi4ai1dian4shi4jiu4bao4le -singing in the tv -laugh -aiyoujia1zhegexxxxchui1dejiu4chui1xxxxda4yi4huir3jiu4beng1le -laugh -aiyouaiyouaiyou -yiya

aa

ea

-ha

-laugh -man4dianr3man4dianr3man4dianr3ni3nei4geke3neng2bao4a -xxxx -yi4shi3jingr4gai1huai4le -xxxxxxxxxxxx -ta1bi4xu1dei3gei3wo3yi2geji1hui4 -shi4a

-ni3zhao3hui2xxxx -laugh -gan4shen2me -aiyouyouyou -xxxxxxxx -laugh -laugh -laugh -ai -ohei

-i

-ahahaha

laugh -o -aieta1bu4ting1hua4 -ni3kan4 -music from tv -mei2shu

3 -shu3 -cough -laugh -gou4bu4zhao2leba -music from tv -you3you3a -xxxxxxxxxx -yiyou

-daha -xxxxxx -hen -zhe

-cough -ai4zhai3 -ni3kan4wo3yi2geshou3zhi2tou -ni3kan4ni3kan4 -ao

laugh -yi

-ou

-cough -xxxxxx -FAni3rou2ma -he1dianr3yao4ao -xxxxxxxx -xxxxxx -aihe1dianr3yao4ba -jie1 -nao

2 -ebu4he1yao4zhe4shen2meshi2hou4hao3a -a -xxxxxx -xxxxxxxxxx -xxxx -ei

-man4zhedianr3 -eyou -ni3qi3kai1dianr3 -en

-laugh -laugh -xxxxxx -xi1xi1chi1yao4 -laugh -xi1xi1ding3yi2ge -xxxx -aiyounan4yi4dianr3 -reng1ne4melao3gao1a -laugh -dou1reng1dao4fang2ding3shang4qu4leni3 -azhei4cha2tai4zhong4 -laugh -xian1ti2ti2ku4ziwo3cai2rang4ni3wanr2ne -laugh -MOTzhao3zhema -FAzai4nar4 -yihe -xxxxxxxxxxxx -the end of the tape - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/cx4.xml b/compling.core/data/Learning/Chinese Data/transcripts/cx4.xml deleted file mode 100644 index 4d1ff2d..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/cx4.xml +++ /dev/null @@ -1,2382 +0,0 @@ - - - - - - - - - - - - - -xxxxxx -lai2gei3 -xing2lema -en -xing2leba - -enenen -ai

-en

en

en -xing2 -ma1ba1lou1 -ni3xie3geyi1 -xxxxxx -ga1ga1 -ga1ga1gou1 -xie3 -ga3gu1 -ni3jiu4zhi1dao4gou3gou3 -en -xie3zi4a -ni3xie3a -wo3xie3 -ni3qu4xie3ni3deya -aiyaenen -xie3ba -yao3ren2 -en

ma1xx -bao3bao3 -aiya -nei4zhi1shou3na2bi3 -you4shou3 -en -ainei4shou3 -huan4guo4shou3 -zang

1 -zang1ye3dei3yong4zhei4geshou3 -bi4xu1dei3yong4you4shou3xie3zi4 -ang

-xxxxxxxxxx -xxxxxx -zuo4zuo4zher4 -ni3xxxxdei3lian4 - -yang4hu2 -OFFen -xxna2nei4zhishou3 -you4shou3 -you4shou3xie3zi4 - -ni3kan4a1yi2xie3dezi4duo2piao4liang4 - -enxxxxma -enen

enen

-ei -OCang

-OClai2kuai4lai2 -OClaugh -OCna2gedeng4zishang4zher4lai2 -yien

-qi4xxxxxx -xxxxxx -ajia4 -enjia4 -ai2hai2you3 -en -aiyou -mao1mao1 -en -mao1mao1 -enhua4ba -hua4mao1mao1ba -en -OFFwo3ye3hua4mao1mao1ne -hua4mao1mao1mao1 -xxxxxx -eeen

-en

-OFFhua4mao1mao

1 -xi1xi1ni3xiao3jie3jiehua4mao1mao1ne -xxxxxxxx -xi1xi

1 -ni3xiao3jie3jiegou4hua4de -ni3zen3mezen4meluan

4laugh -OClaugh -ni3xiao3jie3jiehua4mao1mao1 -OCxxxxji2 -en -OCeilaugh -laugh -wo3ye3zai4xxxxhenhen -OClaugh -xxxxxxxx -OCxxxx -OClaugh -wo3gao4su4ni3ni3zhei4yang4xia4xue3wanr2 -OCxxxxxxxxxxxxxx -OCta1xiao3 -OCta1bu4dong3shir4 -OFFai1wa2 -aoaoao -OCxxxxzhuang4shang4le -OCzhi1dao4zen3meca1ta1ba -a

-OCxxxxxx -OCta1xxta1xiao3ta1bu4dong3shir4 -OFFxxxxxxxx -OCta1shei2ye3bu4xxxxxx -OFFbu4bu4bu4 -OCni3shi4xue2sheng1 -OFFbu

4 -OCni3you4xxxxxin1de -OFFbu

4 -aobu4ao -ni3jiu4xie3ba -xie3shen2medou1cheng2 - -ai2xie3mao1mao1 -aomao1mao1 -zher4 -xie3a -biao -xxxxxx -a -laugh -MOTfan3zheng4wo3ye3xxyi2gexiao3jia1huo3 -anan - -en - -eyie -ni3bie2qu4hu1yan3jing1 -ni3deshou3 -enen -kuai4dian3 - -eku

e -wu3dai1ya -xx -na4li3na4li3bu2shi4you3ni3debi3ma -een

-shang4qu4shang4qu4shang4qu -eenen

-shang4nar3qu4a -en -enbei1xx -enbei1xx -kai1ya -en - -ni3jue2deyou3shen2me - -na2yi1zhang1zhei4ge -ge2zizhi3 -aiendui4 -MOTwo3cong2xiao3jiu4shi4na2zhei4zhong3dege2ge2zhi3 -OCen -MOTzhei4zhong3ge2ge2zhi3zui4hao3le -OCen -zai4na2yi2ge -xxxxxxxx -MOTxxxxxxxx -OCshi4ma -zhei4gehao3ma -ayaya -xxxxxxxx -zhe4mei2you3 -zhei4xiao3zimei2chang2le -INVxxxxxxxxxx -ei -MOTyao4bu4jiu4shi3gang1bi3 -OCengang1bi3ta1na3hui4yong4 -OC -dao3 -gei3ni3zhei4geba -xxxx -zhei4ge -xxjia1gu1 -ai

-aixi1xi1 -ni3ni3shuo1gebo1 -xxxxxx -shuo1yi2ge -en -ni3shuo1bo1po1 -xi1xi1po1 -en -OCbo1 -eijie3jieshuo1yi2ju4ni3shuo1yi2ju4ao -yi4bai4yu4+bei4qi2 -OCbo

-OCbo1 -po1 -OCbo1 -po1 -OCbo1 -an

-OCmo1 -fo1 -zher4 -aini3shuo1 -ni3ting1ni3ting1 -ta1you4shuo1yi2ju4shen2me -OCbo1 -OCxx -de1 -OCge1 -ke1 -OCzhua1 -OCxxxxxx -xxxxwo3wen4ni3xxxx -bo1po1age1 -ayaye

-laugh -ai -OCzhao4yu3ni3shuo1yi2gewo1ta1ye3shuo1 -OCmo

1 -ni3ting1ni3ting1ta1shuo1yi2ju4shen2me -mo

1a -mo

1 -mo

1 -de

1 -OCde

1 -OCte

1 -te

1 -ne

1 -OCne

1 -OCle

1 -le

1 -ge

1 -ke

1 -pie

3 -zher4ne -he

1 -ge

1 -OCyi

1 -OCyi

1 -yi

1 -bo

1 -OCxi

1 -OCxx -ri

1 -shi

1 -OCge

1 -OCxx -xx -INVxi1xi1ni3zhi3yao4yi2geyi2geshuo1ta1ta1dou1neng2gen1zhe -xxxxxx -OCxxxxxx -MOTao -ne1 -en -en -zhi1 -wo3mei2xxxx -wo3mei2jiao4ni3xxxxxx -ao -zhi1chi1shi1 -OCxxxxxx -ao -OCjiao4ni3zen3mexxxxxxxx -INVwo3jiu4shuo1guo4yi2ci4 -INVmei2shuo1guo4 -INVnei4ci4ye3bu2shi4 -INVta1kun4le -INVwo3shuo1heixi1xi1 -hao3 -INVma1majiao1ni3shuo1a1 -INVa1o1e1ba -INVeijiu4shuo1nen4meyi2ci4 -MOTen -xxxxxxxx -MOTni3gei3ta1xie3 -OFFta1jiu4ji4zhu4le -xxxx -shei2a -guo1guo1 -ao -en -a

-INVta1jiu4shi4bu4shuo1 -INVfei1dei3you3ren2xxxxxxxxxx -INVyou3shi2hou4ni3jiao1ta1ta1gao1xing4leta1shuo1 -INVbu4gao1xing4ta1bu4li3ni3le -INVbu4shuo1 -INVfei1dei3gao1xing4leta1cai2shuo1ne -INVbo1po1mo1fo1 -OFFda

4 -en -kuai4xue2ba -OFFada

4 -ni3shuo1ren2jia1jie3jiejiu4shuo1le -ren2jia1jie3jieyou4kai1shi3le -yu4bei

4qi2 -xxxxxxxx -xxxxxx -ni3 -ni3shuo1detai4kuai4 -tai4kuai4 -e -yi2gezi4yi2gezi4deshuo1 -OFFao -zhe1 -xing2 -ta1shuo1shen2me -ni3kuai4shuo1 -gen1ta1xue2 -e -ni3ting1ta1shuo1shen2mene -ting1 -xxxxxx -bu4gen1ni3hao3le -ei -wo3xie3ni3xxhua4 -OCaizhei

4xx -xxxxxx -na4li3toumei2dong1xia -ao -chu2lezhi3jiu4shi4nei4gebi3mei2tong1xi -exxxx -en

-ni3yao4shen2meni3xian1shuo1 -echa

4 -sing -rang4ni3jie3jiegei3zhao3 -zhao3yi2gehao3dequ4 -rang4ni3jie3jiegei3zhao3yi2gehao3dequ4 -MOTzhao3shen2meya -OCni3rang4ta1zi4ji3zhao3 -OCni3wen4ta1yao4shen2me -OC -ni3yao4qu4zhao3xie1shen2meya -xxxxzhi1dao4 -zhe4gema -OCenen -xxxxshen2me -zhei4geya - -zuo4zher4 -en

-hua1hua1 -xxxxxx -hua1hua1ya -zen3meyou4hua1hua1ya -zhan4men2kou3ba -en

-laugh -bie2dong4 -ni3bie2nong4 -ma1nong4 -bie1zheao -song1kai1shou3 -bie2jiu1zhezhei4ge -song1shou3 -xxxxxx -sing -enlai2ma1gei3ni3xxxxzheao -bie1zheao -en -xian1bie2xian1bie2niao4neao -wo

3 -yi4huir3xxxxxxxxxx -OFFni3shuo1ta1zen3melao3mei2he1duo1shao3shui3a -OFF -en -bie1zheao -en -niao4ba - -bu4 -niao4wan2le -enwan2le -hao3 -zou3xia4di4 -pi2qiu

2a -xia4di4ni3na2 -pi2qiu

2a -ni3zhan4zhema1ti2ku4zi -pi2qiu2a -enqiu2qiu2 -ebei1ya -aobei1ya -gua1gua1 -xxxxhao3ma -en

-xxxxxxxx -MOTwo3lai2bang1ni3 -INVmei2shir4 -INVwo3ba3zhei4xian1gei3ta1die2shang4wo3 -MOTxxxxxx -MOTxian1la1shang4 -INVxian1gei3ta1die2shang4bawo3shuo1 -ee -INVyao4bu4ran2nin2na2zhe -MOTxxxxxxxxwo3qu4gei3ta1die2shang4 -a

-qu4 -shou3qi3lai2 -yao4mao

4mao4 -aya -MOTshi1le -xxxx -INVenwo3gei3ta1chuan1desi3dang1ku4suo3yi3neyi1sa1niao4wo3jiu4dei3gei3ta1tuo1ku4zi -xxxxxxxx -ma1ma1ma

1 -lai2ma1ma -ma1gei3ni3ti2ku4ku4 -aa -xxxxqi3lai2 -enen -en

-xxxxxx -xxxxxxxx -xxxxjie3lai2qiang3lai2le -a

-youqiang3lai2leqiang3lai2leqiang3lai2le -a

-cry -a1yi2kan4kan4jie3jieshi4bu2shi4xxxxxx -ni3kan4jie3jieshi4bu2shi4 -en

cry -shi4ni3jie3jiena2shen2me -qi3lai2 -wo3gei3ni3ti2 -wo3gei3ni3ti2ku4ku4 -en

cry -e

e

cry -xxxx -ni3you4nao4leao -cry -xing2lequ4zhao3jie3jiequ4 -en -cry -kuai4jie3jiegei3ni3 -jie3jiejie3jiegei3ni3na2hao3dong1xizou3 -ma1bao4bao4zou3 -cry -ni3kan4 -xxnei4yang4 -kuai4guo4lai2 -en -cry -xxxxxx -ni3xxxxpi2qi4leba -cry -xxxxxxxxxx -xxxxyi1eiei -ni3kan4ta1hua4yi2geshen2me -cry -hua4yi2geshen2me -cry -ni3ku1hui2tou2rang4ren2jia1xiao4hua4ni3 -cry -bu4xu3xx -ni3kan4qi1se4guang1ba -cry -gei3ni3kan4qi1se4guang1ba -cry -hao3ma -xxxx -aokuai4lai2ao -xxxx -aoaokuai4xx -aoxing2lexing2lekai1shi3le -ya -kan4you3qi1se4guang1maao -edai -xing2lean4yi2xia4ta1jiu4chu1renr2le -yi4huir3jiu4chu1renr2le - -mei2kai1kai1ba -MOTkai1kai1you3xxxxxx -OFFen -MOTxxxxxxxxxx -eiqi1se4guang1 -OFFkuai4dianr3xia4di4tiao4qi1se4guang1 -OCxxxxxxxx -da3kai1 -yi4huir3ni3jie3jieye3tiao4kuai4dianr3 -en -qi1se4guang1 -en -aoba3zhe4gei3wo3 -tiao4qi1se4guang1ao -hen -ei -hen -eini3kan4ni3kan4ni3kan4zher4 -yi4huir3jiu4you3le -ni3kan4na -en

-yi4huir3yi4huir3ta1bu2rang4ni3tiao4 -ni3kan1zheta1 -xxxxhe2ji4yi4gao4su4wo3menshuo1 -shi4bu2shi4wan2leya -xi1wang4xiao3peng2you3xxxxxx -hai2shi4gang1kai1shi3a -qi1se4guang1dexxxxxxxxxxxxxxxx -xxxxxxwo3menshe4cheng2ren2zu3he2er2tong2zu3liang3bu4fen4 -fen1bie2she4yi1er4san1deng3jiang3 -xx -OCni3wei4shen2mechi1yao4 -OFFwo3ye3bu4xxxx -qing3ji4zhu4lai2han2qing3ji4bei3jing4shi4dong1cheng2qu1xxxxxx -di4zhi3zai4bei3jing1dong1zhi4men2xxxxxxshi2hao4 -you2zheng4bian1ma3shi4san1ling2ling2ling2er4yi1 -xxxxxxxxxxxx -ni3kan4ta1zhei4shi4gang1kai1shi3hai2shi4xxxx -xxxxxxxx -enen -MOTchou3shei2a -OFFchou3aikan4wan2qi1se4guang1zan2menjiu4shang4qu4le -kan4zhezan2menshang4qu4 -gei3ni3chi1fan4lai2zhe -enen

-en

-wo3ning3ni3a -en

-ni3kuai4kan4 -aiwei -en -ke3neng2kai1shi3le -zhei4shi4kai1xxxxxx -ma1ma

-xxxxdetiao2jian4shi4 -ma1ma -en -chu1er4dao4gao1er4dezhong1xue2sheng1 -zhei4gea -tai4da4 -ni3bu2shi4ye3you4zhe4meyi2gema -xxxx -e -zhei4gea -en -zhei4xiao3ya1zi -en -zhei4gea -enxx -laugh -zhei4gea -aiya -laugh -laugh -laugh -laugh -ni3lai2hui2xxxxwo3ya -laugh -laugh -laugh -xxxx -laugh -laugh -xxxx -wo3gei3ni3na2ba -ni3lao3cheng2xin1 -xxxxxx -xxxx -na4ni3zi4ji3na2zi4ji3na2 -enhao3le -ni3zhei4shi4shen2me -kai1shi3 -ma1 -kai1shi3lekai1shi3le -qi1se4guang1shi4ma -music -OCzhei4wan2leshi4ba -OCao -OCsing -OCbu4zhei4wan2leshi4qi1se4guang1ma -OCbu2shi4a -OCna4qi1se4guang1wan2le -OCmusic -MOTxxxxxxxxxx -OCaoao -ben3jie2mu4you2bei3jing1shi4bai3huo4da4lou2wan2ju4xxxxxxxx -ou

-woa

ou

-qi1se4guang1shi4qi1se4guang1 -kuai4dianr3kuai4dianr3 -MOTxxxx -kuai4dianr3 -MOTni3na4shi4qi1se4guang1ma -shi4bu2shi4a -MOTbu2shi4 -MOTxxxxxxxxxx -MOTmusic -OCni3kan4zhe4zhun3shi4 -MOTbu2shi4 -OCshi4 -MOTbu2shi4 -OCni3kan4qi1se4guang1ba -MOTxxxx -MOTmusic -aizen3mebian4nei4gele -laugh -MOTxxxxxxxx -axxxx -INVyi4you3qi1se4guang1ta1jiu4tiao4 -zher4 -lai2 -INVzui4ai4kan4qi1se4guang1 -lai2 -aomei2you3 -yi4huir3you3hao -ye -music -laugh -OCxxxxxxxxxx -OCwo3mei2da3ta1shi4xiao3mei4mei -OCni3shi4xiao3jie3jieni3zhi1dao4mei2you3 -OCbu4gen1ta1xue2 -OCting1jian4mei2you3 -OCao -laugh -laugh -OCni3gen1ta1xue2 -OCxxxxxxxxni3cheng2bu4liao3ren2lewo3gen1ni3shuo1 -OCta1duo2xiao3 -OCta1shen2meye3bu4dong3 -xxxxxxxxxx -OFFxxxxxx -aiyouni3xxxx -enen

xxxx -en -xxxx -ma1nong4ma1nong4 -ma1nong4ma1ye3nong4ma1ye3nong4 -cry -cao2xu4jie3jiecao2xu4jie3jiecao2xu4jie3jiecao2xu4jie3jie -enen -da3ni3lai2le -a

-da3ni3lai2le -yiyi

cry -na4bu2xxmao1mao1le -cry -cry -na4ma1gei3zhai1 -ma1gei3zhai1 -qi3lai2 -ma1zhai1ni3bie2dong4 -ma1gei3zhai1le -ei

ma1gei3ni3zhai1ao -en -ma1gei3ni3zhai1le -bie2dong4wo3gei3ni3zhai1ao -en -INVxxshang4xue2 -INVyi1shang4xue2jiu4xxxxxxxxshen2meshir4dou1zhi1dao4le -OFFen -yi

yi -OCxxxxhou2bu4la1ji1tiao2+pi2de -OCni3gen1ni3gen1nei4geshei2chen2xi1xue2a -OCbu2rang4ren2jia1xiao4hua4ni3a -OFFxxxxxxxx -enen

mao4mao4 -enmao1mao1mao4+mao4diao4lexi1xi1 -OCxxxxxxxx -en -mao1mao1diao4le -OCxxxxxxxx -MOTzhei4gebu2yao4rang4xxxxliang3gexian4jiu4bu2yao4fang4xxxxxx -INVao -xxxxxx -nai3 -OFFni3xxxxxxxx -OCxxxxxxxxxx -INVenzhei4yang4ta1jiu4ceng4bu2dao4 -OCxxxxxxbu4he2shi4 -xing2le -OCni3fei1dei3zhe4shen2me -OC -zhou3zou3 -enzou3 -xxxxxxlaugh -enen -xing2lema1gei3zhai1le -shi4zhai1le -zhei4geqiu2qiu2bu4zhai1 -qiu2qiu2yi4zhai1hui2toujiu4bu4gei3ni3leshi4ba -en

en -zher4nezher4you3zir3 -zher4you3zir3 -en -zher4you3zir3 -zhei4dou1li3you3zir3 -youmei2le -zhao3 -dou1zhar1 -mei2you3leni3kan4 -en

-you3ma -henmei2le -youzhe4shen2mexx -laugh -mei2leba -dou1shi4sui4mo4mo4leba -xxxxxxxx -dou1zhi

1 -shi4zhe4qiu2qiu2 -wo3gao4su4ni3wo3gao4su4ni3 -wo3gei3ni3zhai1 -en -qiu2gei3ni3en -xxxxxx -zuo4deshi2jian1chang2a -xxxxxxxxxx -xxxxhen3duo1hen3duo1deji1 -peng2you3mendou1xxxxxxxx -MOTxxxxxxxxbo2zixia4mian4ba -INVzhei4ni3dei3duo2chang2shi2jian1na -de -MOTta1bo2zixia4mian4nei4gedai4 -MOTbo2zixxxx -MOTta1li3bian1nei4kuair4 -MOTxxxx -INVen -you

-xxxxxxxx -xi1xi1ni3xxxx -wo3bu4gen1ni3hao3lea -bu4gei3ni3 -na4wo3gei3cao2xu4qu4 -qi3lai2 -lai2 -OCcao2xu4a1yi2gei3ni3 -OCbu4gei3ta1 -OCbu4gei3chen2xi1 -gei3ta1gan4shen2meya -bu4ting1hua4 -bu4gei3ni3le -wo3gei3jie3jie -qie3qie

3zir3+zir3 -zir3zir3a -hai2you3ma -you3 - -oumei

2 -qu4 -wanr2qu4 -zou3xxxxwanr2qu4 -xxxx -ni3yao4ting1hua4jiu4dai4ni3wanr2qu4 -ni3ting1hua4ma -en -ting1hua4ya -en -zhen1da -en -xing2 -wo3dai4ni3wanr2qu4 -ni3ting1hua4 -ni4bie2gei3wo3xia1dong4hao3ma -ai - -MOTxxxxxxxxxx -gei3 -ke1 -en -xxxxni3yao4ma -xxxxxx -MOTxxxxxx -hai2yao4ma -hai2yao4bu2yao4 -jinr1yao4bu4wo3bu2dai4ni3wanr2qu4le -you4gei3wo3deng4chu1lai2le -enma1ma -gao4wo3 -e -eini3mei2bi3ne -ma1gei3ni3mai3denei4yi2tao4bi3ne -hai2you3ma -awo3gei3ni3mai3denei4yi2tao4bi3hai2you3ma -ma1ma

-xxxxxx -MOTxxbao1zai4na3 -yi4huir3ni3yi4huir3ni3rang4a1yi2kan4kan4ni3nei4bi3qu4hao3ma -xing2ma -xxxx -rang4a1yi2kan4kan4ni3nei4bi3ma1magei3ni3mai3de -xxxxxxxx -xxxxqu4ba -ai -qu4 -zou3xxgen1a1yi2shagn4lou2wanr2qu4 -xxxxxx -hao3ma -en

-xing2ma -eeeeeen

-cry -ma1bu4gen3ni3hao3le -de

4 -ma1bu4xi3huan1ni3le -de4 -en

en -deng3zhe -deng3a1yi2 -en

-gen1a1yi2 -e

-gen1a1yi2yi2kuair4zou3hao3ma -e2bu2qu4en

-zen3mebu4xing2le - -zou3le -zan2mengen1a1yi2yi2kuair4hao3ma -a1yi2zou3le -enni3jiu4gen1nai3naizai4jian4 -zai4jian4 -OFFxxxx -hao3zai4jian4xxxx -laugh -xxxx -aizai4jian4 -xxxxxxxxxx -yi

2 -xxxx -shang4qu4ma1gei3ni3na2qu4 -OFFmei2shir4mei2shir4 -INVxxxxxxxxxx -OFFtai4re4le -e -INVzou3le -en -en -ke1kai1men2 -ao -qu

4 -ma1gei3ni3na2qu4ao -ke1kai1men2qu4 -ao -INVman4zou3a

-OFFhao3 -en -zan2men

zan2menna2ni3nei4gecai3bi3qu4hao3bu4hao3 -ao3hao3 -xing2ma -en -ni3gao4su4a1yi2 -ni3shuo1wo3ma1magei3wo3mai3leyi2tao4cai3bi3 -ame2mei2shi

4 -ni3gao4su4a1yi2ya -ame2mei2che

4shi4 -aoenen -jia1li3you3 -ma1bu2shi4nei4tian1gei3ni3mai3lema -en -en

-wo3zou4ni3ao -en

-wo3bu2shi4gei3ni3mai3bi3lema -enen

-en

en -ni3yao4shi4bu4ting1hua4wo3jiu4gei3ni3reng1zai4zhe4li3le -wo3bu2yao4ni3le -en

-ren2jia1nei4bianr1dou1guan1men2le -en

-een

en

-you1youyou -ni3kan4nar4 -nei4hei1youaiyou -en

-aiyoudei1xiao3hair2de -en

-na4shi4dei1xiao3hair2de -en

-en

-you4bu4ting1hua4ba -en

-en

-en

-bu4ting1hua4yi4huir3ner4lao3tou2shuo1ni3 -qiao2zhe -en

-qiao2lao3tou2shuo1ni3 -ee

en

-wo3ba3nei4cai3bi3wo3gei3cao2xu4na2qu4wo3bu4gei3ni3le -en

-en

-wo3gei3ta1le -en

en

-bu4gei3ni3lewo3 -en -ni3bu2shi4bu4ting1hua4ma -MOTzhe4ji3a -OMMba1 -OMM -OMMenba1neng2ting2a -OMM -MOTxxxxxxxx -OMMenta1mei2wen4 -MOTxxxxxxxxdou1mei2you3xxxx -MOT -dao4le -chu1lai2 - -MOTni3menxian1qu4ba -INVai -zou3 - -xxxx -engei3 -mei2 -a4yao4zhei4yang4 -ma1kan4kan4 -ai4yao4zhei4yang -en -zhou1 -e4yao4zhei4yang -en -wo3shui1shuai1le -shen2me -wo3shui1shuai1de - -enmei2zai4jia1 -aiyouyao4zuo4fan4 -ta1zuo4fan4 -hen -xia4di4 -mai2mei2 -mei2le -hai2gao4su4shuo1ta1zuo4fan4 -ta1dao4nar3zuo4fan4ne -zuo4ta1ma1pi4 -xxxxxxxxxxnai3naizhao3ta1qu4ao -xxxxnar3wanr2qu4wo3men - -bie2dui4nei4ge -xxxx -xxzhei4gegan4shen2meya -en -wo3chou1ni3a -dai1huir3agan1cui4 -rang4ta1wo3menyi4huir3chi1fan4 -na4zan2mengan1cui4 -yao4bu4zan2menyi4huir3shang4ta1nai3nainar4chi1qu4 -rang4ta1shang4ta1nai3nainar4chi1qu4 -wo3mennei4shen2medou1mei2shang4lai2 -MOTxxxx -INVnei4liang3tian1wo3gen2ta1da3jia4nexxxx -MOTxxxx -INVmei2li3ta1 -INVnao4bie4niu3ne -en -bie2zhai1 -en

-ni3qiao2qiao2ta1shuo1deduo2hao3 -gao4su4ta1er2zishang4lai2zuo4fan4lai2le -shang4nar3zuo4lai2le -ta1zuo4guo4fan4ma - -nizhai

1ni3shuo1zhe4shi4shen2me -ni3jiu4re3wo3sheng1qi4 -zai4ta1ma1you3huo3wo3gen1ni3sa1wo3gao4su4ni3ao -dai -INVen

-xxxxxiao3bei1bao1xxxxxxxx -INVnei4genei4shen2me -INVnei4geta1la4zai4ta1lao3laojia1le -enene -INVdei3gei3ta1na2qu4 -cry -lei1shou3la -gai1 -cry -shei2rang4ni3bu4ting1wo3hua4ya -cry -xxxx -cry -rang4a1yi2jiu4zen4mezhezuo4huir3 -wo3mei2mei2mei2fan4le -zhe4xxchi1gei3ni3 -xxxxxx -xxxx -nei4shen2meyana4 -zhai1a -en

-INVdao4shi2hou4shang4lai2xxwo3dei3gen1ta1shuo1 -INVyao4bu4ta1yi3wei2ta1er2zizuo4fan4ne -INVta1er2zicong2lai2mei2zuo4guo4fan4 -INVbie2yi3wei2ta1jinr1ta1nei4geshen2me -enen

-bie2dong4ao -INVen

-rang4a1yi2xxxxxxxxxxxxjiao4shang4lai2 -xxxxxxjiao4shang4 -kan4 -xi1xi1ni3decai3bi3zai4nar3 -ni3na2ni3decai3bi3 -ni3kan4zhe4wu1zhe4luan4 -mei2gui1zhi4shou1+shi -hao3xxba3ni3deyi1fuyi4huir4wan3shang4 -wo3gei3ni3xi3chu1lai2 -mei

2 -en -zhe4mei2 -xxshuai1zhe -INVwo3ye3bu2dong4 -INVwo3jiu4wo3jiu4gei3ta1zen4mege1zhe -INVta1shei2shuai1deshei2sao3 -INVwo3bu4guan3 -enen

-INVyi4dianr2ren2shir4dou1bu4dong3wo3gao4su4ni3ba -enzhei4gene -ezhei4ge -en -aiwo3gei3ni3na2 -enkuai4na2 -wo3gei3ni3chai1kai1 - -yi4dianr3ren2shir4dou1bu4dong3 -gei3 -zher4ne -ma1gei3ni3na2 -gei3ni3na2cai3bi3 -ni3rang4a1yi2kan4kan4ni3debi3hao3kan4bu4hao3kan4 -a

-chou1ni3 -bu4 -en - -INVxxgei3nin2zhei4yi1fugua4shang4ba -INVgua4zai4nei4yi1fu2jia4shang4 -MOTxing2 -MOT -ai

-INVcong2zuo2tian1wan3shang4wo3jiu4mei2gei3ta1zuo4fan4 -MOTzuo2wan3 -INVen -ai -INVmei2zuo4 -INVjin1tian1yi1tian1ye3mei2gei3ta1zuo4fan4 -INVhen -MOTna4zhei4liang3tian1ta1chi1shen2me -wei

-INVta

1a -MOTta1zhei4laing3tian1bu2shang4ban1ma -INVta1yi4zhi2xie1zhe -MOTen -INVyi4zhi2xie1zhene -INVxie1zhenexx -xxxx -INVmei2zhun3ke3+neng2xie1xie1zhejiu4jiu4mei2shir4jiu4jiu4zhao3shir4shi4bu2shi4 -banban - -INVwo3yao4yi4shuo1ya -INVjiu4shu3luo4bu2xxne -INVaiyawo3ye3nin2kan4zheta1xxxxxxxxxxxxxxxx -INVxin1li3toudou1ge2zhe -INVdou1ge2zhene -MOTshi4ba -INVxxxxxxwo3dou1bu2yuan4yi4shuo1 -INVkan4shang4qu4xiang4gerenr2shi4de -INVmei2xx -INVzhei4ji1zhe4 -INVzhe4hui2shi4bu2shi4gei3wo3gei3wo3bi1ji2lema -INVwo3jiu4shi4shuo1lai2zhe -INVta1ta1mendou1mei2nei4geta1bu2xxxxxxxx -INVjinr1gewen4wo3shuo1ni3menyi4lun4shen2meya -INVwo3shuo1yi4lun4shen2meya -INVwo3shuo1gou3zhei4ren

2shuo1shi2zai4 -INVwo3shuo1ren2deren3nai4shi4you3xian4du4de -INVgou3ye3shi4ni3 -INVnei4shen2meren3nai4ye3shi4you3xian4de -INVwo3shuo1gou3ji2lehai2dei3yao4tiao4qiang2ne -INVni3shuo1shi4bu2shi4a -INVhe2kuang4ren2ne -ji1tiao1 -INVwo3shuo1wo3da3gen1ta1jie2hun1dao4xian4zai4wo3shuo1hai2zidou1liang3sui4le -INVni3shuo1wo3menjie2hun1duo2shao3nian2le -MOTen -INVwo3shuo1zhe4hai2zicong2chu1sheng1dao4xian4zai4chuan1guo4chuan1guo4ta1menchen2jia1men2yi2gebu4sir1ma -MOTen -INVa -INVwo3shuo1xxxxxxxxxxdui4bu2dui4 -INVta1hai2zidou1ceng4shang4wo3 -INVneng2ceng4de2shang4ma -INVchi1he1shi3deyong4de -MOTen -INVmei2you3melian2wo3gui1nu3xxxxxxxxxxxx -INVjinr1xxxxwo3wo3bu4shuo1wo3ye3bie1de2huang1 -INVni3shuo1xxxxxxxxxx -INVlian2zhe4pan2ziwan3xxquan2shi4ta1lao3laogei3de -INVni3xiang2xiang2ta1menjia1gei3shen2mele -INVwo3gen1nin2shuoba -INVzhei4geshi4ta1menjia1de -INVzhei4geshi4ta1menjia1de -agouwu

-INVhai2you3zhei4gechuang2 -INVnei4gechuang2shi4ta1menjia1de -wuwu

-INVni3shuo1ta1menjia1gei3shen2me -cough -INVa -cough -INVni3kan4ni3kan4ni3kan4ni4kan4ta1ta1shuo1zen3memai3guo4shen2meya -ouou -MOTen -enen -INVxxzhe4yong4dekan4dechuan1dedou1dei3quan2lao3lao3gei3 -cry -INVcong2jie2hun1dao4xian4zai4a -a

-INValain2da4wan3dou1shi4a -cry -cry -gan4ma2ya -gan4ma2ya -en

-ni3kan4dian4shi4ba -kan4dian4shi4qu4 -kan4dian4shi4qu4 -cry -kan4dian4shi4qu4 -cry -kan4qu4 -cry -xxxxa1yi2xiao4hua4ni3a -cry -a1yi2hui2touba3zhei4gei3cao2xu4na2zou3le -cry -wo3qu4na2benr3gei3ni3xie3 -cry -hao3ba -en

-wo3gei3ni3na2benr3qu4xing2ma -en

cry -xing2ma -cry -wo3gei3ni3na2benr3qu4 -ren2jia1a1yi

2shuo1le -cry -xi1xi1you3zhi3ma -you3zhi3ma -a1yi2nar4you3you3zhi3zhi3 -ni3yao4ma -wo3gei3ni3zhi3ba -gei3ni3zhi3 -INVni3bie2gei3ta1si1 -INVzher4you3 -INVbeng2gei3ta1si1xxxxxx -INVenyou3 -hao3ma1magei3ni3na2ao -ni3kan4ni3kan4a1yi2 -ni3zhei4benr3gen1a1yi2nei4benr3yi2yangmani3kan4kan4ao -a -e - -youenma1mazhei4yi1wan3shang4ye3zhao3bu2dui4leao - -zou3 -en -gei3 -qu4ba -en -en -eigei3a1yi2chi1qu4 -ei

-ni3gei3a1yi2na2dianr3zhei4getang2qu4ba -zhe4 -INVxxxxjiu4lian2ta1lian2lian2ta1chi1dedong1xidou1shi4ta1xxxxxxxx -gagaga -MOTshi4ba -gagaga -gaga -INVzhi3yao4zen4meda4bu4gei3mai3qu4 -INVzhe4yi4mai3hui2lai2lebu2bu2shi4ma -en -INVaochi1jiu4zhe4nen4meda4ren2lehai2zhang1zui3chi1 -INVwo3wo3rang4ni3chi1 -INVwo3gei3ta1suo3qi3lai2le -INVni3beng2chi1 -ni3qu4gei3a1yi2na2dianr3tang2qu4 -ao

-ao

-a1yi2shuo1a1yi2shuo1ni3bu4dong3shir4 -xx -ge

4 -shen2mepo4ya -anyou -a1yi2shuo1ni3bu4dong3shir4 -en -xing2lequ4xie1zi4qu4ba -en -aiyoujiu1huai4lezhei4geyao4shi4 -qu4xie3zir4qu4 -een -en -eheehee

-ni3yao4qi4wo3wo3da3ni3ao -en

-eeee

-ni3zhao3da3ya -en

-na4benr3ne -na4benr3ne -na4benr3ne -qu4gei3wo3na2benr3qu4ya -benr3ne -benr3ne -mei2you3benr3ni3zen3mexie3a -qu4gei3wo3na1qu4 -ao -hao3ma -a1yi2gei3ni3zhei4gezhi3ba -INVen -INV -INVen -INV -youa1yi2gei3yi2gezhi3le -zhen1hao3 -kuai4xie3xie3 -eda4 -kuai4xie3xie3 -kuai4dianr3 -xie3 -enxie3yi2ge -nao1en -aoaiyouzhen1hao3 -shi4ba -eiqiu2qiu2 -bie2duo1duo1 -yi1duo1duo1nei4genei4gebi3jianr1jiu4jin4qu4le -xie3zen4mexie3 -eqiu2qiu2 -aoqiu2qiu2 -ei -bie2wang3nei4shang4xie3a - -INVwo3yao4you3shen2meshir4ta1cong2lai2 -INVshi4ta1er2zibu2dui4ta1ye3bu4shuo1 -MOTye3bu4shuo1 -INVbu4shuo1 -INVer2qie3ni3hai2bie2shuo1ta1er2zizuo4de2bu2dui4 -INVyi1shuo1ta1er2zizuo4de2bu2dui4 -INVxxxxta1ye3jiu4bu2ai4ting1 -ejiao3 -INVzhei4yi4jia1zijiu4zen4mejiu4zen4mebu4xxxx -MOTen -MOT -enna2 -edai3jiu4 -INVxxni3kan4gang1cai2nin2kan4jian4mei2you3 -INVta1yi3wei2ta1er2zishang4lai2zuo4fan4lai2le -xxxx -MOThai2bu2yong4shuo1xx -INVaoni3wei4shen2medang1wo3gen1qian2shuo1ba -INVaoxia4mian4zuo4fan4qu4le -MOTxxxx -INVni3er2zizuo4fan4dang1ran2wo3jiu4xia4qu4 -INVwo3jiu4gao4su4ta1 -wuwu -xxxxxxxx -INVni3shuo1ta1shi4zuo4fan4qu4lema -INVye3bu4shi4shang4nar3zuo4fan4qu4le -INVyou4gen1zhexxzuo4fan4qu4le -enma1maen -INVwo3gen1nin2shuo1deta1 -INVwo3gen1nin2shuo1xxxxxxxx -INVwo3dou1cong2lai2mei2mei2guan3guo4 -MOTen -INVlain2zhe4hai2zita1dou1mei2guan3guo4 -INVta1nar3xxxxxxxx -qu4 -INVni3mei2xxa -ei

-INVxxxxxxxxxxxxxx -xxxxxx -MOTjiu4lao3lao -laugh -INVlao3laoguan3leyi2geyue4 -yu

-INVchu1lechu1lenei4yi2geyue4xxxxxxxxxx -yu

cry -cry -INVzhe4chuan1dequan2shi4lao3laoxxxxxxxx -cry -INVlao3laogei3zuo4le -dui3shui3 -shui3wo3mei2na2nei4ping2ziwang4le -ma1gei3ni3na2bei1zinong4dianr3shui3qu4 -e -hao3ba -enen -wo3gei3ni3na2bei1ziba -wo3wang4legei3ni3 -another side of tape -wo3mei2dai4ping2zi -ping2zizai4di3xia4ne -cry -yi4huir3zan2mengen1a1yi2xia4qu4 -cry -e

cry -wo3chou1ni3ani3yao4gen1wo3nao4 -cry -ma1gei3ni3qi1dianr3 -ma1gei3ni3qi1dianr3 -ma1mei2na2zhi1dao4ma -en -na2nei4gela4bi3qu4leshi4ma -ma1gei3ni3na2qu4ao -ao - -ba

4 -en -ba

4 -beng2jiao4ta1 -ni3jiao4ta1gan4ma2 -ta1si3qu4le -e -ee

- -ei -qu4nei4wu1he1qu4 -ge1tang2xx -ge1tang2le -ge1tang2le -en -ye3ge1zhir1le -ge1guo3zhir1le -enshang4zher4lai2lai2 - -kuai4lai2 - -INVzuo2wanr3ta1dou1cei4diao4le -ei

-INVwo3shuo1newo3shuo1ni3dou1cei4le -INVni3lian2da4yi1gui4jing4zidou1cei4le -INVni3cei4deshao3 -INVni3dou1cei4leta1 -MOTen -ei -MOTta1hai2hui4yong4bei1zihe1 -INVta1hui4yong4laugh -INV -na2zheng4le -wai1zhena2jiu4sa3le -MOTta1he1shen2me -MOTtang2shui3 -INVnei4gegei3ta1ge1 -INVta1yi2nei4dir4 -INVta1yi2gei3de -INVyi2gei3leyi1ping2nei4geguo3zhir1 -MOTao -INVgei3le -INVgei3guo4hao3ji3ping2dou1he2wan2le -INVzhe4gexxxx -INVqian2liang3tianr1bu2shi4qu4lema -INVyou4gei3leyi1ping2 -da

3tang2 -dang

2tang2 -entang2tang2 -a -kuai4he1ba -hao3he1ma -INVxxna2qu4 -ni3detang2zai4bing1xiang1li3ne -ni3qu4na2qu4 -na2liang3ge -a1yi2yi2geni3ni3yi2ge -hao3ma -ni3gei3a1yi2ba3zhei4ge -xxxxxx -gei3na2 -ba3zhei4gezhei4gejie3kai1 -xxyu

2 -zhe4bu2shi4yu2 -ne4shi4tu3dou4 -ao2dao4tu3+dou4 - -kuai4dianr3gei3ni3 -chi1 -ni3gei3a1yi2na2tu3dou4gan4shen2meya -ni3shuo1ni3zhen1tao3yan4 - -ni3zen4metuo1zhekou3dai4 -ni3bie2na2 -ao -ni3rang4a1yi2zi4ji3na2 -tuo1zhekou3dai4ni3shuo1a1yi2chi1ao -ni3shuo1yi2chi1 -aozen4meshuo1ao -en -ni3shuo1yi

2chi1 -INVyou

2yi2 -ni3shuo1nin2chi1 -INVjie1chi1 -ni3shuo1nin2 -INVnian2nin2 -ai -chi1 -INVjie1chi1 -hao

3 -laugh -wo3chi1ba -xie4xie4ni3le -ni3shuo1bu2yong4xie4 -INVai1bu2dai4xie4 -aobu2xie4 -laugh -hao3 -e -en

-ni3gao4su4a1yi2 -zhei4shi4shei2mai3de -INVyi

2 -xxxxxx -yi2gei3mai3de -ni3chi1 -xxxxxie4xie4 -INVen

-INVxxshi4zhei4yang4 -INVshei2gei3mai3dedong1xi1ta1zi4ji3dou1zhi1dao4 -MOTen -INVshei2gei3ni3mai3de -INVyi2 -INVyi2gei3mai3de -xi1xi1chi1ba -INVen

-xi1xi1chi1 -INVxxxxwo3menshen2meshi2hou4qu4lao3laojia1 -INVbu2shi4lao3laogei3mai3dong1xijiu4shi4yi2gei3mai3dong1xi -INVlao3shi4 -INVenqu4ni3shi4kong1shou3qu4 -INVhui2lai2lao3shi4dei3endei3na2zhedianr3dong1xihui2lai2 -INVzong3shi4zhei4yang -INVmei2 -emei2le - -INVta1menjia1ke3hao3 -INVlain2nen4meyi1kuair4tang2dou1mei2gei3mai3guo4 -MOTen -MOT -xxxxxx -kuai4he1ni3nei4shui3 -en -he1ni3nei4shui3 - -INVyi4lai2jiu4you3bing4 -INVliang3lai2jiu4you3bing4 -INVaotou2yun1 -INVtou2yun1ni3dao4shi4gei3ni3ni3kan4bing4 -INVna2yao4ni3dao4shi4chi1yao4a -INVni3bu4chi1 -INVbu4ni3you3bing4meni3bu4jia1xie1zhe -INVni3ni3ni3yi1wanr2pai2wanr2wanr2yi4xiu3ye4 -ee -en

-INVdi4er4tian1ni3shen2medou1bu2gan4 -INVshen2medou1bu4guan3 -MOTta1xi3huan1wanr2pai2 -INVwanr2pai2 -INVwanr2nei4ma2jiang4pai2 -MOTen -ee -xxxxxx -INVjiu4zai4lou2shang4xxxxfeng1 -INVwo3jiu4shuo1zhu4zhei4lou2bu4xing2 -INVwo3shuo1feng1qi4bu4hao3 -INVlao3deshao4dequan2dou1gou1yin3zhewanr2 -MOTen -enzhu4 -INVxxxxxxni3wanr2 -INVni3dei3you3shi3you3you3xxxxxxxx -xxxxxxxx -ezhu

4 -INVni3ai4wanr2jiu4wanr2ba -INVxxxxxxxx -wu

-INVxiao3shi2shi4ba -xxxx -INVni3hui2lai2gai1gan4shen2megan4shen2me -aa

-enen

xxxxxx -INVni3zhe4dao3ke3hao3ni3shen2medou1bu4guan3 -a - -xiu1 -INVaoyi4lai2jiu4gen1ta1chao3jia4 -INVneng2bu4gei3ni3shi4bu4gei3ni3 -de

1 -INVbu4gei3ni3chao3jia4liu2zheni3ne -INV -eni2nie1ya1e -en -eni2nie1ya1 -nie1nei3gea -en -xian

2wo3dou1bu4gei3ni3nie1 -e1wo3xiang

3 -zai4chi1yi2gejiu4de2lea -en -chi1yi2geyi4huir3shang4ni3nai3nainar4xxxxchi1 -chi1mian4tiao2qu4 -bu4 -INVjin1tian1zhong1wu3ta1gen1ta1ma1nar4chi1de -INVwo3ziji3nong4le -INVdun4lenen4meliang3getu3dou4 -MOTen -MOT -xing2lea -yi4huir3nong4yi4shen1 -xian2 - -yu2 -aiyu2 - -chai4cai4 - -da4 -dei2da4 -tao3yan4 -ai

-INVta1ba1cheng2you4shi4wanr2pai2qu4le -INVwei -eieiei -aiheihei -wo3chou1ni3a -xx -enemao1mao

1 -aomao1mao1 -eda

4 -aoda4 -eeexiao

3 -ni3kan4nei4xiao3mao1mao1 -en -nei3gexiao3mao1mao1 -eda4 -nei3geya -bai2 -ee

-ai -nai3 -nar3qu4a -wo3doubu4zhi1dao4ni3shuo1deshi4nei3gemao1mao1 -xxxx -shi4zhei4gema -a -zhei4geba -a -ao -zhei4da

4 -ni3gei3a1yi2kan4zhei4shi4shen2me -zhei4ma1magei3mai3deshen2me -zhao2 -zhe2 -eee -quan2shi4ma -mao1 -nei3gemao1a -xxyapa2ya -nei3gemao1a -aiya - -zhei4geya -a -ni3lao3wanr2dou1rang4ni3gei3wanr2zang1lehui2tou -eda4 -eizhe4zhe4hai2zizen3menen4meqi4wo3ya - -nei3geda4ya -nei3geda4ya -ai2hai2ya2you3 -mei2you3 -bu2yao4la1dao3 - -ni3yao4bu2yao4a -en -bu2yao4la1dao3 -e

-nei3geya -ayao4 -xx -zhe4zhe4 -nei3ge -xxxx -en -xx -aiya -aozhei4geya -zhei4gexiao3xiong2mao1ba -en -na2zhei4li3lai2 -ehei

-eeeheiheihei

-qu4ba -ai

-qu4wanr2qu4ba -aiaiai -aiyou

-aida3ni

3 -aiyou

- -edai1 -wo3bu4mao2mang2 -entao4shang4 -aiailao3gao1 - -laugh -xiao3xiong2mao1hui4dong4ma -enen

yuyu

yuyuyu

-hao3 - -aihen3lei4ya -gan4ma2ya -hao3lei4ya -ao - -eda4 -edao3 -en - -en -ta1nar3hui4chi1a -en -ta1hui4chi1ma -en -wu1wo3wai4wei4ya -en -e3wo3wai4wei4ya -wei4ta1ya -bu2hui4chi1 -ta1mei2you3zui3 -ezhui2zui3ya - -ta1you3zui3mani3jiu4gei3ta1chi1 -e1mei2ei3zui3 -INVezhe1chi1 -xi1xi1chi1ba -enen

-ni3chi1ba -chi

1 -ta1bu4chi1a -en -ta1mei2you3zui3 -da3 -da3ni3 -laugh -da3ta1ya -a -hao3zhong

4 -reng1leta1ya -en -na4ta1jiu4gai1ku1le -en -reng1leta1 -a1ta1yao3wo4wo3 -a1ta1yao3wo4wo:3 -a1ta1yao3wo4wo3 -yao3ni3 -ni3qu4kai1bing1xiang1 -ni3gei3na2liang3ge -na2liang3kuair4nei4zhong3tang2qu4 -nei4yuan2detang2 -hao3ma -eda4 -ao -eiyi2bu2shi4hai2gei3ni3mai3nei4geyuan2tang2lema -qu4na2liang3gelai2 -ee

-wa

-en

-enxxxxxx -ni3qu4na2nei4tang2qu4 - -ni3gei3a1yi2na2yi2kuair4qu4 -ni3chi1yi2kuair4ao -en -xing2ma -ge

4 -a1bu4xing2 -cry -bu4xing2bu4xing2bu4xing2 -bu4xing2 - -he1kai1men2 -ni3zi4ji3qu4na2qu4 -enxx - -en -zi4ji3qu4na2qu4 -ei -na2liang3geao -ao3hao3ba -shen2meba1ge -jiu4na2liar3jiu4xing2le - -na2yi2gehong2deyi2gelu4de -zai4na2yi2gehong2de - -na2liang3gejiu4xing2le -kan4ni3kan4ni3dou1gei3ba1diao4lezhei4ge -zai4na2yi2geya -na2liar3 -a2na2jia3liang3 -ao -da4 -xxdou1yi2yangda4 - -da

4 -aozai4na2yi2ge -da

4 -kuai4dianr3na2liang3gejiu4xing2le -zai4na2yi2geya -a -zai4na2yi2geya - -xxxxxxya -zai4na2qu4a -na2liang3ge -tang2na2le -wo3na2ya -ao - -de -e -INVwei -ei -ni3gei3a1yi2yi2ge -a

-heixiao3zi - -ni3ting1bu4ting1wo3dehua4 -en -ting1bu4ting1 -xxxx -ni3gei3a1yi2yi2gema1maxxxxxx -bu

4 -ni3gei3a1yi2yi2ge -bu4 -zhei4xiao3ziyou4bu4dong3shir4 -gang1gang1ting3dong3shir4de -ting3guai1de - -mei2 - -mei

2 -en

-mei2 -edou1dou

1 -edou1dou

1 -bu4li3ni3 -edou1dou

1 -aoedou1dou

1 -dou1dou1zen3meledou1dou1 -ni3na2chu1yi2gelai2 -gan4ma2dou1ge1dou1dou1a - -mei

2 -mei2you3ni3nei4dou1dou1li3shi4shen2meya - -zhe4bu2zhe4hai2you3yi2gelema -zhe4bu4zhe4hai2you3yi2gelema -eee

-wo3bu4gen1ni3hao3lewo3gao4su4ni3shuo1ba -xiao3dong1xide - -na4ni3zai4qu4zai4na2yi2gequ4 -zou3 - -qu4ba -qu4zai4na2yi2gequ4 -en

-kou1bu4kou1a - -zhen1kou1wo3gao4su4ni3shuo1ba - -na2shou3bao1 -yu

2 -na2shou3bao1pi2 -shuo1ni3leba -na2shou3bao1pi2 - -laugh -wo3jiao4ni3na2nei4geshou3bao1pi2 - -cheng2xin1 - -ei

-qu4yi4bianr1dai1 -xxxx -xxxxxx -qu4gei3a1yi2na2yi2kuair4tang2whisper -en

-qu4ba -en -de2xing4 -ma1mabu4li3ni3lewo3xxxx -bu4gen1ni3hao3le -qu4yi1bianr1qu4 - -bie2na2nei4shou3nie1nei4getang2 -hou1hen3nian2de -cough - -he1shui3ei -he1ba -cough - -ge1zui3li3han2zhe -you3ni3zen4me -you3ni3zen4mechi1tang2dema -lao3jiao2 -en -zuo4zai4zher4hen2zhe -eai -hen2zhe - -en -enen -en -en -ai4yao4zhei4yang -ya2chi3 -laugh -gei3a1yi2tang2 -en -gei3a1yi2tang2 -bu4 - -laugh -zhen1kou1 -kou1menr2 -re

4 -kou1menr2 -re

4 -kou1menr2 -en -kou1menr2 -en -xkou1menr2 -en

- -ni3bu4kou1menr2ni3ba3zhei4gegei3a1yi2 -ni3qu4gei3 -ao

-a -na4ni3jiu4shi4kou1menr2 - -mei2 -gei3ni3yi2ge -mei2 -zhei4ge -mei2 -shou3li3shou3li3na2zheni3jiu4shuo1xia1hua4 -enxx - -you4jiao2 - -en

- -xxxxxxxxwhisper -en

-ni3lao3zuo4zai4wo3tui3shang4gan4ma2ya - -xxxxxxxx -en

- -xxxxduo2neng2chi1tang2 -te4neng2chi1tang2 -INVmei

2 -mei2 -wo3shuo1 -xxxx -ni3gei3a1yi2yi2kuair4ni3dou1chi1le -en -hen -bu4dong3shi4 - -wo3te4xx -chen2xi1wo3gao4su4ni3 -yi4huir3yi4huir3ni3jiu4jin4qu4 -ni3shuo1wo3e4le -chi1fan4fanr4 -ao -ting1jian4lema -jiu4gen1shang4qu3shi4de -en

-en

-jin4qu4ni3jiu4shuo1e4 -en -guan3ta1yao4fan4 -xxxx -a -ni3yao4shi4bu4shuo1hui2toubu4gei3ni3chi1 -ni3shuo1wo3e4 -ao -en

-ting1jian4lema -ting1jian4mei2you3a - -INVwo3xxxx -xian4zai4gei3a1yi2shi4ma -INVbu4a

-enbu4gei

3 -laugh -hai2shi4bu4gei3 -kong1deye3bu4gei3 -en -shi4ma - -xxxxxxxx -sui2ni3menchen2jia1men2gao4su4ni3 -aizhei4gebu4neng2chi1 -zang1le -zang1 -INVxxxx -INVai

-INV -laugh -hai4pa4ba -ni3shuo1bu2hai4pa4 -e1bu2ba4pa4 -hai4pa4 -xxxxxx -eque3que3shui3+shui3hua1he1 -enchi1qu4ba -xxxx -hen -en -ni3nei4zui3li3hai2you3tang2mei2you3le -a -chi1wan2tang2zai4he1 -hui2touyi4huir3qia3zhe - -you4jiao2you4jiao2 -laugh -tao3yan4 -qu4xxxxxx -kan4jian4wo3jiu4you3qi4 -qu4xxxxxx -en

-duo3hou4bianr1 - -e - -laugh -INVmei

2 -INVen -mei2 -dao1 -eai

laugh -chi1wan2lema -wan2 -wan2lehe1shui3 -zhao3 -hai2you3a - -enan2ya -en - -cough -man4dianr3 -zi4ger3na2zhe -zou1zhe -zi4ji3dong4 -cough - -he1bu4he1 -en

- -xxna2qu4 -ni3zai4shuo1chi1tang2wo3jiu4ning2ni3 -e

-chi1liang3gejiu4de2le -wo3na2zai4 -mei2you3le -en

-ni3yao4zai4shuo1na2qu4 -hui2toua1yi2gei3ni3da3zhen1 -zher4you3gezhen1a1yi2nar4you3zhen1 -chi1tang2duo1xxxxya1teng2da3zhen1 -henhen

-wo3zou4ni3ba -en

-en -enen

-chi1zhei4getang2 -chi1zhei4getang2 -en

-enenenen

en

-ni3gei3a1yi2 -a1yi2ye3chi1zhei4getang2kuai4dianr3 -gei3a1yi2na2 -kuai4dianr3a -en -ni3gei3a1yi2na2yi2getang2 -ni3gei3a1yi2na2 -a1yi2ye3chi1zhei4getang2 -xxxx -ni3ye3chi1zhei4ge -a1yi2ye3chi1zhei4ge -xxjiu

4chi1 -aowo3gei3ni3nei4ge -ni3dei3xia4lai2ya -en - -eda

4 -edui4 -jian3zhe4da4dena2 -nei3geda4dena2nei3ge -nei4da4 -wan2lenei4xiao3 -zhei4kuan1deda4 -nei4gepang2bianr1nei4ge -aiaidui4dui4 -ei

dui4 -en -dui4nei4geda4 -xie4xie4 -ni3zhei4ge -xi1xi1zai4na2yi2geda4de -xi1xi1zai4na2yi2geda4de -bu2shi4 -nei4geshi4gei3a1yi2de -ni3zai4na2yi2geda4de -ma1mashuo1ni3 -gen1a1yi2yi1ren2yi2ge -ni3zai4na2yi2geda4de -ai

nei4geye3ting3da4de -xing2hao3 -ai

-ai -zhen1hao3 -xi1xi1zhei4yang4jiu4dui4lehao -xi1xi1bu4chi1ma -aini3zen3meba3zhei4gegei3na2hui2lai2le -zhei4gegei3a1yi2deya -en -gei3a1yi2deyanei4ge -ei

jiu4dui4le -laugh -wo3xxwo3shuo1 -hao3a1yi2chi1zhei4geni3chi1zhei4ge -wo3shuo1aini3chi1laugh -laugh -INVta1cheng2xin1de -wo3shuo1rang4ni3ba3nei4gegei3a1yi2 -ni3zai4chi1yi2ge -zhi1dao4ma -en -cheng2xin1shi4bu2shi4a -aotai4da

4 -a -da4 -ai -xxxxxxbu4gei3dao4 -yao4dao4jiu4bu4gen1ni3hao3le -na2zhexing2 -dao4bu4xing2 -en -eda4 -eexxxx -INVhai -INVchi1getang2 -MOTxie4xie4 -hao3 -en -zen4meguai1 -laugh -laugh -INVta1cheng2xin1 -laugh -INVta1xxxxxx -laugh -wo3bu4gen1ni3hao3le -wo3bu4gen1ni3hao3le -dou1gei3a1yi2ge1na4 -ba3zhei4ji3gedou1gei3a1yi2chi1 -qu4ba -qu4gei3a1yi2 -enaihao3guai1 -bu2shi4bu2shi4bu2shi4laugh -laugh -aa

-laugh -xxxx -laugh -shang4lian3shi4ba -laugh -shang4lian3shi4ba -en -xxxxxx -laugh -xxni3a -laugh -ben3lai2ni3ya2zhang3de2jiu4bu4duo1laugh -laugh -wo3chou3chou3zhang2ji3ge -zen3mehai2shi4nei4ji3geya2ya -wo3kan4kan4 -zhang4da4zui3 -ba1 -ba1geya -wo3shu3shu3 - -xxrang4wo3kan4kan4 -wo3gei3ni3shu3shu3 -wo3gei3ni3shu3shu3 -laugh -bie2le4ao -en -ke3bu2shima -hai2shi4nei4ji3geya2 -laugh -laugh -bu4zhang3ya2 -bu4zhang2ya2 - -ti1di4xia4qu4le -beng2chi1le - -emao

1 -en -mao1mao1 -en -mao1mao1 -hen -emao1mao1e - -chen2xi1ani3chi1xxxx -e1bu4chi1 -bu4chi1a -a

- -zher -bie2si1a - -wo3chou1ni3lea -esi1lemei2far1xie3zi4le - -e3xie3zi4a -enzen3me -engan4ma2 -INVxx -zhei4gebu4xing2 -ni3ni3bu4xu3dong4nei4ge -ni3ba3zhei4gegei3a1yi2 -xxxx -zhei4geshi4a1yi2de -ni3shuo1shang4hui2wo3ma1majiu4wang4le -nai3naiwang4legei3nin2le -ni3shuo1a1yi2la4zher4deshi4ma -INVxxxxxxxx -laugh -laugh -zhe4shen2me -INVmao1 -aiyou -mao1shi4ba -jiu4shi4wo3xie3deshi4mao1mao1 -INVmao1mao1 -ai -zher4you3yi2ge -zher4you3yi2ge -chi1ba -ni3rang4a1yi2chi1ba -chi1ba -INVmao1 -en -laugh -xxxxxx -bie2ba3zhei4gegei3yi2ao -ni3shuo1yi2zhei4shi4nin2la4zher4debi3 -shuo1ya -emao1mao1 -ni3bie2hua4 -ni3gao4su4a1yi2shi4 -ni3shuo1ni3shuo1zhei4shi4nin2debi3 -INVedi3bi3 -aixie4xie4 -laugh -INVshagn4hui2wohai2xiang3zhexiang3zhe -INVwang4le -INVdeng3nin2yi4zou3wo3shuo1you

-INVwo3shuo1dui4le -INVwo3shuo1zhei4bi3zen3memei2gei3ya -MOTlaugh -INVlaugh -INVwo3shuo1xian1ge1zher4 -wa -INVlaugh -INVwo3jiu4gei3wang4le -xxxx -MOTwo3ye3wang4le -INVan -en - -xxxxxxxx -zan2mengen1yi2chi1wan2fan4 -chi1fan4qu4 -chi1qu4ni3 -ni3quan2ba3ta1chi1jin4qu4 -INVma1mai3 -ao -ma1mai3 -ma1mabu4guan3 -ni3bu2shi4ni3reng1de -zan2menbu4jian3 -aozan2menbu4guan3 -zan2jiu4zen4mege1zhe -INVjinr1zao3shang4ta1nai3naishang4lai2le -INVjiao4ta1jiao4ta1ba4lai2le -INVxxxxxxxx -laugh -INVkan4zhexxxxxx -xxxx -INVjia4yi2gexxxxxxxx -en

-en

-INVta1ba3wan3dou1shuai1le -INVye3ye3bu4zhi1shi4shei2shuai1de -cry -MOTen -INVwo3xxxxxxyou3shei2shuai1de -cry -INVchu2leni3er2zixxxxbie2ren2mei2ren2shuai1 -cry -ma1mama1ba4ba

4 -cry -gei3 -laugh -he1bu4he1ya -xxxx -ni3he1bu4he1ya -xxxxxxxx -ni3bu4he1wo3he1lea -en -aa -jiadaidai -laugh -aideng1xx -chou4xx -edailaugh -he1ma -laugh -he1 - -wo3gen1ni3shuo1guo4ni3ni3ba1zhewo3zen3mehe1ya - -mei2 -mei2 -mei2 -mei2jiu4ge1zher4le -hai2chi1e -wanr2qu4ya -ai4hai2yao4 -ai4hai2yao4 -en -xxxxxx -wanr2qu4 -xxxxxx -ni3shang4ta1nar4ceng4dianr3fan4qu4 -ceng4dianr3fan4zai4lai2 -zan2menjiu4xxxx -en

-cry -bu4chi1fan4nar3xing2a -en

chi1yang

2tang2 -shang4ta1nar4qu4ceng4yi4kou3fan4qu4 -en -ao -en -ceng4yi4kou3fan4zan2menjiu4wanr2hao3ma -enen

-ceng4wan2fan4ma1dai4ni3wai4toupao3bu4hao3ma -eouxxxxxx -xing2ma -wawawu

-xing2ma -wuen

-xxxx -en -na4zen3mezhe -enen

-wo3mo1mo1ni3denao3dai4 -en

-wo3momo1you3re4ma -xxxx -enen -xxxxxxzhe4yang4bao4zhe -cry -a -enen

-bao4zhebao4zhebao4zhebao4zhe -xing2leba -xxxxxx -xxchi

1 -xi1xi1chi1bu4chi1tang2 -a1yi2shuo1ni3chi1tang2ma -chi1tang2ma -chi1ma -MOTeizhei4wan2le -xxxxxx -wan2le -xxxx -MOTmei2shir4 -MOTxian4zai4yi3jing1wan2le -INVao -MOTjian3qi3lai2 -INVna4xing2 -INVeinei4shen2me -ni3ni3ni3chi1tang2maa1yi2shuo1 -en1bu4chi1 -bu4chi1la -na4ni3rang4a1yi2chi1bahao3ma -a1yi2chi1 -fen1a1yi2chi1ao -a1yi2ye3bu4chi1 -ni3shuo1chi1bachi1 -INVqi1chi1ba -wo3yi3jing1chi1leyi2kuair4le -INVchi1ba -laugh -gou4le -tai4tian2le -laugh -tai4tian2lea1yi2shuo1 -MOTxxxxxxxx -INVen -en

-na4ni3xia4di4 -ma1magei3a1yi2zhei4gehao3ma -en

-xxxxxxxx -xxxxxxxxhao3bu4hao3a -zhai1xia4lai2hao3ma -ao -a1yi2xxxxao -zhen1guai1 - -xi1xi1you3shi2hou4hen3guai1 -enyou3shi2hou4 -xxxxxxxxxx -ye3tao

2 -bu4ting1hua4 -en -gei3a1yi2gei3a1yi2gei3a1yi2 -gei3a1yi2 -xxxx -xi1xi1ani3ji3sui4le -INVba1 -ye

-liang2sui4 -laugh -INVba1 -liang3sui4 -INVba1 -xxxxxxxxcheng2xin1zheba -INVba1 -er4 -laugh -xxxx -INVba1 -ta1qi4ren2 - -enqu4gen1nai3naitao3kou3fan4chi1 -xxxx -en -aorang4a1yi2xxxxxx -zou3 -MOThui2jia1 -yao4bao4bao4a -ee -the end - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/cx5.xml b/compling.core/data/Learning/Chinese Data/transcripts/cx5.xml deleted file mode 100644 index ba74a57..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/cx5.xml +++ /dev/null @@ -1,1603 +0,0 @@ - - - - - - - - - - - -Start at 10:00 am, IN gives XX some little chocolate balls and raquets, M tries to get XX to draw then they go over to the fridge, XX pulling various things out as M goes to start preparing lunch. - - -wanr2ba -zhen

1hao

3 -a1yi2gei3mai3dezhei4gehang

1$Q:NQP -em

1$INTERJ -ni3ke3bie2mang1qiu

2liang3gepaor

1$UNINT -tsch$INTERJ -shi4bu2shi4a$Q:VNV -em1$INTERJ -heng4$INTERJ -hao3ba

$Q:NQP -engbou

1dezhsh

$INTERJ -na4zhei4yang4 -bou

1$UNINT -ni3shuo1a

-ni3shuo1xie4xie

4 -shuo1yaxx walking -shuo1yaxx walking -ni3yao4bu4shuo1wo3jiu4bu4gei3ni3bao1guo3leke -MOTta

1 -shuo1ya -MOTni3gu4ji4jin1tian1ta1ji3dian3chi1a$Q:QW -INVhai

4$INTERJ -INVnei4ge

-INVshi2yi1dian3 -INVnin2shen2meshi2hou

4$Q:QW -INVnin2da3suan

4 -MOTru2guo3shuo1 -INVta1yi1ban

1defan3zheng4jiu4shi2yi1dian3duo1zhong1shi2yi1dian3ban4 -MOTshi2yi1dian3duo1 -INVen4$INTERJ -MOTao4hao3hao3hao3 -wo3na2 -na2qu

4 -MOTneng2bu4neng2shao1weizao3yi1dian3shi2yi1dian3zheng3$Q:VNV -INVnna4ye3xing2 -INVshi2yi1dian3ye3xing2 -MOTye3xing2$Q:INT -INVao4$INTERJ -INVti2qian2yi1dianr3ye3cheng2 -na2qu

4 -INVen4$INTERJ -na2qu4 -ai

4na2qu4 -na4ni3shuo1xie4xie4yi2 -soft, high fussen

1$INTERJ -na

4wo3bu4gei3ni3na2opening plastic bag -ni3shuo1ni3shuo1xie4xie

4 -shuo1ya -shuo1yaxx kicks her feet against sofa -ni3shuo1ba -soft, whineen

1$INTERJ -ren2jia1zhei4zhei4zhei4lao3gen1nei4li3zen4mege1zhewanr2duo1hao3ni3hai2fei

1dei3yao4chi1 -yi1chi1jiu4de2lea

4 -en1$INTERJ -yi4huir3ni3chi1chi1duo1leni3you4gai1bu4chi1fan4lejiu4 -chi1yi1gejiu4xing2le -zhei4gejiu4ge1zher4lea

1 -em4$INTERJ -em4$INTERJ -ge1zher4ni3ba4bakan4kan4ni3shuo1zhei4shi4yi

2gei3mai3deang1 -na

2qu4a -em1$INTERJ -eng4$INTERJ -hai2ji

1eh$UNINT -laughs softly -zen4mezhao1bo1 -zhen

1bang

4 -ni3dou

1transcriber has "ni3 deng3 huir3 -yi1ya -em4zhar4zher4jiu4zen4mebo1 -cong2zher4bo1 -ei

$INTERJ -eieireng

1yi1di4 -eng4$INTERJ -laughs -ei1youhe4$INTERJ -ni3dao4ting3hui4chi1a4 -laughs -squeala1he4$INTERJ -ao

4swallowing-like sound$INTERJ -ni3shuo

1xie4xie4yi2lema$Q:QP:M -an

2$Q:PRMPT -shuo1yi1shengr1a -ni3shuo1xie

4xie4 -enren2wu

3$UNINT -ang2$Q:PRMPT -bao1bao1bo1+bo1 -bao1bao1 -em4bo1bo1 -qiu

2qiua -en2$Q:PRMPT -qiu

2qiua -en4$INTERJ -qiu2qiu -wan2qiu2qiulaugh -en4$INTERJ -coughs -em4xx chewing candy$INTERJ -ao1wu

$UNINT -ao3wu$UNINT -heng4$INTERJ -xiao3lao3hu3yi1yang4 -shi4ma$Q:QP:M -en2$Q:PRMPT -heng4$INTERJ -high, animal-cry likeen

1a

yi$UNINT -sigh -em1offering food ?$INTERJ -wo3bu4chi1ni3chi1ba -hao3haor

de -jiao2wan2lezai4wang3zui3li3ge1 -ting1jian4ma$Q:QP:M -en

2$Q:PRMPT -ai1dar4$UNINT -em

2$INTERJ -hahasheng4yi2banr

4leba

$Q:NQP -a

1$INTERJ -na4pair1mei2leba

of chocolate ball racket$Q:NQP -very softa1$INTERJ -ena

4$INTERJ -haina

$UNINT -yawns -xxxxwei4wan2leang1$UNINT -en4$INTERJ -mei

2 -mei2ya

$Q:NQP -heng4$INTERJ -heng

1$INTERJ -de2le$INTERJ -eng$INTERJ -ca1ca1shou3 -fusseng

2engm

4$UNINT -ca1ca1shou3 -fusseng

2$UNINT -ni3yao4bu4ting1wo3hua4wo3zou4ni3la -whineeng

1$UNINT -hei1you4bi2ziliu2xie3bi2ziliu2xie3 -enh

4enh

4enh$UNINT -a1yi2xiao4hua4ni3 -shuo1ni3mei2xiu1 -mei2xiu1mei2sao4laughs; xx starts to kick sofa -you

4you4kan4kan4naryouxxhang2laughing$UNINT -en

1bao4bao4 -ai4en4ni3ni3ni3ni3ni3kan4a1yi2nar4gan4ma2ne$Q:QW -ni3kuai4qiao2 -zheng1$UNINT -nei4shen2meya$Q:QW -squeals/laughs$UNINT -laughs -kuai4qi3lai2ya -ni3kan4nei4shi4gan4ma

2ne$Q:QW -ei1$INTERJ -bao4bao4 -bao

4zhebu4xing2 -wo3gei3ni3na2 -ni3ni3ni3kan4zhei4ge -ni3kan4neni3kan4nei -xiao3mao1mao1 -xiao3mao1mao1da3mao1mao1 -eng

4$INTERJ -mao1mao1da3mao1mao1 -shi4ba$Q:NQP -ta1bu4da3 -laughs; xx walks across room -wo3wen4ni3 -ei4ei4$INTERJ -wo3wen4ni3 -ni3ni3ni3zhao

4zhehua4yi2ge -hua

4yi2gemao1mao1m flips pages -ni3kan4xx walking back towards mom -zhao4zheta1hua4ang

-em

4$INTERJ -hua4ta1ang

-em4$INTERJ -ba3ta1ye3hua4xia4lai2 -hua4mao1mao

1 -ang1$INTERJ -wang3zhei

4shang4hua4ni3zhao

4zhezhei4ge -zhao4zhezhei4shang4tou2demao1mao1zai4zhei4benr3shang4hua42 different booksxx starting to scribble on notebook -hei1$INTERJ -na4shi

4ma$Q:QP:M -na4shi4ma

$Q:QP:M -na4hua4shen2mena$Q:QW -bu2dui4 -bu2dui4 -laughs -na4ye3bu2dui4crunching sounds -en2$Q:PRMPT -wo3rang4ni3hua

4 -zhao4zheta1hua

4 -hua4mao1mao1 -en1hua4mao1mao

1 -en

4$INTERJ -zai4zhei

4shang4hua4m taps notebook -zai4benr3shang4hua4 -eng1offering pen to m$INTERJ -ni3hua4 -eng1$INTERJ -ni3 -hua4yi1zhuo1zixx scribbling -ni3hua4 -ni3hua4yi4mao1mao1 -na2shou3fu2zhenei4benr3shang4 -ni3xxxxkuai3$UNINT -en4zhe -eng

1$INTERJ -xiao3mao

1zi -laughs -bao4bao4 -still laughing -bo$UNINT -nei4hua

4shen2meyabumping sound$Q:QW -ei1you4he$INTERJ -ke1zhewo3le -eiheinei4gehua4shen2meya$Q:QW -qi3lai2 -deng1deng1squeals -nnnei4nei4 -ao4wo3gaor

4ni3 -eiyou4$INTERJ -wo3gao4ni3zhi1dao4nei4shi4shen2mema$Q:QW -wo3wen4ni3zhi1dao4ma -qi3lai2$Q:QP:T -qi3lai2ya -ni3ni3ni3 -en

1bao4bao4 -ni3zhi1dao4nei4 -ni3zhi

1dao4nei4shi4shen2memalaughing$Q:QP:M -laughing -hahawo3gei3ni3ca

1laughm and xx both laughing -wo3gei3ni3ca

1zheni3nar4you3qiao3ke3li4 -ei4ei4wo3wen4ni3 -ni3zhi

1dao4a1yi2na2nei4shen2mema -ni3kan4ni3qiao2qiao2$Q:QP:M -qiao2a1yi2na

2nei4shi4shen2meya$Q:QW -shuo1 -squeala

1hhhhhh$UNINT -bao4bao4 -laughs -whinybao4bao4 -whinybao

4 -bu2bao4zhelaughs -eng

4m$INTERJ -laughs -ni3hua4 -ni3hua4mao

1 -laughing -ei

1you4$INTERJ -jiu1wo3tou2fa4"jiu1 .le" -ni3ni3ni3hua4mao1mao1hua4mao1mao1 -hua4ya -hao3ma$Q:QP:M -yao4mani3xie3yi1er4san1si4softerwu3liu4qi1ba1jiu3shi2 -hao3ma$Q:QP:M -hua4mao1tu

2a$Q:NQP -eng

4$INTERJ -hua4ma -em$INTERJ -hua4ma -zen4mehua4 -na2 -na2nei4zhi1 -you4shou3 -xie3yi1 -en

1bao4bao4 -zhei4bu4ma1bao

4$Q:INT -ni3kan4zhei4shi4lou

3zheni3lou

3zheni3 -lou3zheni3 -ai4xie3yi1 -en1$INTERJ -zhei4yangr4na2hao3ne -yi1 -er4 -san1 -si4 -wu3 -liu4ni3ye3shuo1 -ni3shuo

1ya -ni3shuo1qi1 -shuo1ya -qi

1a -an1$INTERJ -ni3nei4shou3 -nei4shou3 -ei

1ya4$INTERJ -en4$INTERJ -ni3xie3 -xie3yi1er4san1si4wu3liu4qi1 -yi

1 -yi1 -yi

1 -dui4a -zai4xie3yi1er4 -er4 -zhar4zhar4 -zhei4er

4zher4mei2you3nei4hengr

2mei2guo4mei2you

3a

-zher4hai2yao4lai2yi1hengr

2ne -ai

4er4 -zhar4xie3san1 -slurredyi

1er

4san1 -san1 -xie3san1 -san1zen3mexie3a$Q:QW -wo3gao4suni3zher4 -ni3kan4 -hua4mao1mao

-ang

1$INTERJ -ni3kan4zhei4yi

1xie3dehao3 -zhei4er4xie3deye3 -jiu4shi4la4yi1hengr2 -disagreeing/fussingen2en2en

2$UNINT -you4guai3wanr1mei2you3hengr2 -xie3gesan1 -xie3a -xiang4zher

4 -en

1$INTERJ -gen1zhe4er

4shi4de -er4shi4nar4harhang1$Q:NQP -en1$INTERJ -en

na

4mou1$INTERJ -zai4zhei

4shang4xie3na4 -yi31

ye$UNINT -ehdiao

3diu1xiao3 qiu2 -tiu

2ouqiu2 -axiao

4diao4 -en1diao

4 -na4ni3jian3qu4ba -jian3qu4xx moving table as she tries to get something from floor -qi3lai2 -en

2$INTERJ -en4jian3qi3lai2de2le -na4table being moved along floor again$INTERJ -xie3 -yi

1 -zhar4xie3 -zhar4 -a1ya

1ya

1 -ou4shen2meya1ya1$Q:QW -jiu4hjiu4jiu4xie3yi

1ba -ba3yi1xie3hao3le -ya

1yi

1 -ni3kan4ni3zhei4yi1xie3dehao3 -zhar4xie3yi1geyi

1 -yi

1er

4 -san

1 -tsan

1san1 -si

4 -jiu

3 -shen2mejiu3wa$Q:QW -si4ge -zhe

4si4 -wu

3 -wu

3 -liu

4 -lou

4liu4 -shen2menuo

4liu4$Q:QW -liu4 -luo

4liu4 -qi

1 -qi

1 -ba

1 -ba

1 -jiu

3 -tiu

3jiu3 -shi

2 -shi

2 -aini3xie3 -guang1hui4shuo1la

gai1hui4xie3la -shi4ba

$Q:NQP -ni3xie3yi2geyawns -ei

1$INTERJ -hai1hai1ni3gan4ma

ne$Q:QW -soft, whinyeng

1m$INTERJ -soft, whinyeng

1m$INTERJ -hao3 -hao3hao3 -wo3gei3ni3nong4bie2 nong4 -gei3ni3nong4" " -slurredyi

1er

4san

1 -kuai4xie3a -ei

you4ei1you

2uren2+renr2$INTERJ -en1$INTERJ -en

2$Q:PRMPT -eng1wo3kan4 -wo3kan4zhei4shi4ren2renr2ma$Q:QP:M -shi

4 -laughs -na4renr

2 -zhei4shi4renr2a$Q:NQP -an1affirmative$INTERJ -zhei4geshi4shei2hua

4de$Q:QW -mao1mao

1note error, replies as if "hua4 shen2+me .de ? -zhei4geshei2hua4de$Q:QW -wo

3hua4 -nei4ni3hua

4deya

$Q:NQP -eng

4$INTERJ -na4zhei4gehua4dexiang4ge4san

1ya -xiao

3san

1 -en

4$INTERJ -wo

3san1 -aubouwuwuwuwu

wuwu$UNINT -hee1heehee

$UNINT -laughs -xiao

3gravellysan

1 -gravellyeh

eheh$INTERJ -bie2tui1zhuo

1zi -ai4yi1tui1zhuo

1zihai2zen3mexie

3ya$Q:QW -kicking her feeteiyi

hei1$UNINT -ni3tui1zhuo1zijiu4mei2far3xie

3le -zhi1dao4ma$Q:QP:M -hei$INTERJ -hua4che1che1 -hei

2ei

$INTERJ -yi

1er4 -san

1 -hua

4laughhahahei

ei

hei

-laughs softly -zha

4xx banging her feet on sofa$UNINT -ei

1you4laughing softly$INTERJ -screaminga

a

a

2a$UNINT -huo4$INTERJ -bu4xu3yao3shou3 -teng2 -ei1yidiu

1 -yao

3 -aqiu2 -ei

zen3menong4naxx moves over to m$Q:QW -ei

ya

4ou4$INTERJ -zou4na -ai

ou

ou$INTERJ -zher

4neshi4zher

4nena2na4 -kan4zhekan4zhe -ei

4xx running around with tricycle$INTERJ -yao

4$UNINT -ni3qi

2 -wuwuwuwuwu

stamping her feetxx rides into table$UNINT -cheng2xin1shi4ba$Q:NQP:T -cheng2xin1zhuang4 -shi4bu2shi4a$Q:VNV -heng1heng

1$INTERJ -huai

4 -ji1ji1ji

1$UNINT -henm4$INTERJ -heng

2simultaneous with banging sound$UNINT -huoyu

4yu

4$UNINT -jumping up and downao

4wuwuwughwughwu

jumping; m yawns in middle$UNINT -you4fan1chu1qu4$Q:INT -chen2xi1crinkling noise$VOC -eng

1$INTERJ -ao4$INTERJ -eng1$INTERJ -eng

2$INTERJ -yi

1 -laughs -er4xx banging something -laughs -hee

2yibi$UNINT -ao4ao4ao

4$UNINT -nei4tui3xia4qu4crinkling and xx kicking sofa -ti

1qiu

2 -laughing softly -dar

1arararar$UNINT -ambaumyidao

4xx still kicking sofa, m laughing$UNINT -yer2yar2der1dar1ar1$UNINT -ao

4u

$UNINT -zou

4bouncing/jumping throughout these vocalizations$UNINT -high, bark-like soundshee

2hou4hou

4hou4$UNINT -dei

2de$UNINT -bou

2du

4fai

2bai2 you4 bai2$INTERJ -gou3wai

1de$UNINT -henghengakhdeng1wai

2$UNINT -laughing softly -yer1har1$UNINT -laughing, softbai2you4bai2$INTERJ -guo2xi

4$UNINT -guo

2yen

$UNINT -ei4ni3zai4beng4yi2gexiao3bai2tu4 -zai4shuo1yi2ge -fussing softly -chen2xi1$VOC -fussing softlyen$INTERJ -wo3wanr

2qu4 -ni3zai4beng4yi2gexiao3bai2tu4wo3jiu4rang4ni3wanr2qu4 -na4xxmei2ren2 -ni

3ni3zai4beng4yi2ge -wo3kan4ni3beng4dehao3ma$Q:QP:M -zai4shuo1yi2gexiao3bai2tu4bai2you4bai2 -beng4yi2gewo3chou2chou2 -zai4beng4yi2gerattle/banging sounds -aiyou4he4$INTERJ -wa

1heh$UNINT -haheh

heh

heh

$UNINT -haor

$UNINT -beng4yi2ge -beng4yi2 -tu

4tu

4 -ni3beng4yi2xiao3bai

2tu4 -fuss/whineeng

2eng$UNINT -en4ni3bu2hui4qi

2 -qi2 -ni3bu2hui4shi3jinr4 -wai

1$UNINT -yao

4wei1$UNINT -wei

2$UNINT -hao

4$UNINT -hei

1hai2neng2deng1yi1bur4 -ni3dui4zai4deng1yi1gewo3kan4kan4 -awei

2$UNINT -wo3kan4ni3gangcai2deng1dedui

4la -nnong4deng1zou3le -ni3zai4deng1yi1ge2 taps -zai4deng1yi1gesound of xx pushing trike -wo3kan4hui4yi1gemasound of trike moving$Q:QP:M -gruntseh

4$INTERJ -eng4$INTERJ -deng1 -shi3jin4 -ei

1xing2ai4 -zai4deng1 -shi3jinr4laughs -zai4shi3jinr4 -shi3jinr4xx moves on her tricyle -pi

2xie

2 -a4a1yi2chuan1pi2xie2la

laughs -na4ni3gen1nar4deng1 -wai1wai1guai3 wanr1 -wai

1wo3shuo1wan2shi3deng1 -deng1dao4a1yi2nar4har -yu3bei

4qi2 -shi3jinr4 -deng1 -shi3jinr4wo3kan4 -deng1 -deng1a -ei

1xing2 -zai4shi3jin4 -zai4shi3jin4 -zhei4zhi1jiao3shi3jin4 -zhei4zhi1 -ei1shi3jin4 -zou3 -zou3 -zou3a -zhei4jiao3zai4shi3jin4agai1 -fussing softlyai

1$INTERJ -zhei4jiao3 -ei

1$INTERJ -jiu4neng2deng1yi2xiar4laughs -whining -still laughing -ai1deng1 -eng

4$INTERJ -shi4agai1wang3hou4la

-eng

ni3lao3zai4nar4yi1huir3gai1zhuang

4zhene -qi2guo4lai2 -zi4ger3qi2guo4lai2 -wo3kan4kan4hui4leba$Q:NQP:T -qi2 -gang1cai1ni3dou1hui4qi

2la -neng2neng2qi2la -deng1 -zi4ger3deng1 -deng1 -zou3 -ei

4zou3 -ni3zai4wang3qian2zuo4zuo4jiu4xing2le -wang3qian2zuo4zuo4 -ei1$INTERJ -wai3yiyiyi

$UNINT -en4zou3 -zou3 -zou3a

-deng1a

-eng

2qi

2 -ben4ba

$Q:NQP -zher4zhi3neng2deng1yi1bu4 -ben4xx gets off tricycle and runs to m -awai

1xx knocks something over, it rattles/clangs$UNINT -ei4$INTERJ -fusseng

3$UNINT -yi1huir3wang3hou4che4 -wang3hou4che4zai4wang3qian2tui1 -wang3hou4che4 -wang3hou4 -hai2yao4wang3hou4 -che4dao4nuan3qi4pianrnar4qu4xx trying to move tricycle backwards -under breatheiyou4m laughing softly$INTERJ -dao

3$UNINT -uttered while bouncingou4ou4ou

3ou

ou

ououou

banging noise of tricycle$UNINT -tschlaughing softly$INTERJ -na2nei4na2nei4gegan4ma2$Q:QW -gan4ma2am laughs$Q:QW -wo3wen4ni3ni3zhe4gan4ma

2ne$Q:QW -gan4ma2nexx flips tricycle over$Q:QW -yao4xiu

1xiu1 -a2$Q:PRMPT -xiu1xiu1 -xiu1xiu1$Q:INT -an

4affirming$INTERJ -ni3hui4maxx gets up and walks to other side of trike$Q:QP:M -ni3 -enni3hai2xiu1xiu1 -heng4$INTERJ -ni3ceng4yi1shen1nei4gu2lugu1+lu -ni3kan4 -ni3kan4ni3ni3kan4zhe -ni3kan4ni3mian2ao3zang1le -gu

1lu

gu

1luxx playing with wheel and pedals of trike, m yawning -zhe4 -ei1$INTERJ -MOTxxdong4zhenei4ge

xian4jiu4shi

4nong4kai1yi1dian3 -wi1m trying to fix xx's microphone wire$INTERJ -englaughing$INTERJ -hahazen3melalaughing for 2.0$Q:QW -qu4xiu1che1qu4 -xiu1che1qu4 -xiu1che1 -bao

4 -xiu1che1 -ni3kan4ni3nei4che1huai4laxi1xi -ni3kan4kan4ta1bu4zou3le -ni3kan4 -xiu1xiu1 -xiu1xiu1 -bie2mo1na -mo1nar4ye3xing2 -ai1you

4$INTERJ -laughs; m laughing for 15.0 as xx "fixes" tricycle -deng1deng1 -eng2qi

2 -em4$INTERJ -engqi2 -whinyeng

1qi

2 -gan4ma2ya$Q:QW -gan4ma2$Q:QW -whinyeng

1qi

2 -bu4qi2a$Q:NQP -eng1$INTERJ -whiningeng

1$UNINT -whinyaong1xiu1xiu1 -xing2la -yi2qi

2 -laughing -ou

1wu

1wu1wu$UNINT -laughing softly; xx runs into something and rests, panting -xiao

3wa -wuwu

wu

$UNINT -hai2argh$UNINT -qi2jiu3chao4enh$UNINT -ha

1ha

3ehhahjumping$UNINT -laughing softly -eng4qi

2yi

-eng4qi2liao

3$UNINT -dian4shi4jiu4 -huai

4lemei2dian

4leshen2medou1mei2you3le -whiningwo3qu4 -shen2medou1mei2you3leni3tiao4wu3qu4ba -tiao4xiao3bai2tu

4bai2you4bai2 -tiao4wu3 -bu2tiao

4 -en

ya

$UNINT -zhei4ye3mei2dian4le -ni3kan4kan4sound of something being thrown on floor -bu4xiang3ba

$Q:NQP -whining, fussing and jumpingeng

engeng$UNINT -fussing and jumpingeng

engeng

$UNINT -whining, highgei3ni

$UNINT -sterngao4su4ni3 -sternwo3gao

4ni3 -cry/whining$UNINT -ni3tiao4xiao3bai2tu4bai2you4bai2qu4 -high, babyishtiao4xiao3bai2tu

4 -babyishbai2you4bai

2$INTERJ -cry/whiningeng

$UNINT -eng$INTERJ -deep, angry growl-likeenh

enh

$INTERJ -whinyen

$INTERJ -tsch$INTERJ -wo3gen1ni3shuo1 -whiningen

4$UNINT -na4na4na4ni3tiao4wu3ma$Q:QP:M -tiao

4 -tiao4a

laugh -em

1confirmingm setting up tape player for xx to listen to music$INTERJ -eng4$INTERJ -fang4ang4m puts a tape into player -ang

4a1yi2gei3ni3mai3dezhei4geni3jiu4tiao4 -ting1jian4mei2you3$Q:MEI -en

1affirming$INTERJ -en4m putting cassette tape into player$INTERJ -ba

4mai

3 -a1yi

2mai3 -zhei4geshi4a1yi2mai3dem closing tape player -yi

2mai3 -em

4$INTERJ -yi2mai3de -ni3bu4xu3dong4ang

about tape player -ang

m turns on player and speaker sounds, but then stops$INTERJ -eng2speaker sounds, tape header running through$Q:PRMPT -a4heh4$INTERJ -ting1zhe -ni3bie2dong4 -ni3yi1dong4jiu4huai4lesilence, then ninja turtles song comes on -xing2le -tiao4baxx dancing, banging ground with plastic stool -nei4jiao4tiao4wu3ba$Q:NQP -nei4jiao4pai1deng

4zine -xxx$UNINT -wo3rang4ni3tiao4wu

3 -ni

3xia1fan1 -ni3gen1zherchang4as she takes stool away -ta1chang4ne -ni3zen3mebu2chang4axx banging stool$Q:QW -eng

4m$INTERJ -yawningwo3gei3ni3fang4yin1yue4nayawns again -en

2$Q:PRMPT -en2$Q:PRMPT -ma1fang4yin1yue4ni3ni3zuo4cao1abanging sound; m laughs -zhen1you3yingr

3nehang1laughs$Q:NQP -ni3wang3nei4bianr1zuo4cao1you3yingr3nexx walks -ni3gen1a1yi2nem4mezou3nar4you3tai

4yang2ta1jiu4you3yingr3xx walking -ni3kan4 -kan -hei

1$INTERJ -nar4nar4 -nar4 -laughs -ei2$INTERJ -bu4neng2 -ni3ke3bu4xu3dong4 -kuai4dianr3 -na4jiu4wo3jiu4guan1shang4lea

4 -ni3yni3yao4bu2tiao4wo3jiu4guan1shang4lea

-zuo4cao1ma$Q:QP:M -zuo4cao1ma$Q:QP:M -ni3yao4bu2zuo4wo3jiu4guan1shang4lea -high, softdoo

1du

du

$UNINT -qu4qu4qu4 -qu4zuo4cao1qu4 -zuo4cao1 -yi

1er4san1si4 -tuo4zuo4 -xie4xie4 -hei

2xx jumping$INTERJ -as she jumpsyi

1er

4san1 -tou

qmusic, subtle movements then loud banging$UNINT -laughing softly -banging on sth. like a drum, vocalizingdudu

$UNINT -yawns -du1dudu

$UNINT -wan2le -mei2wan2 -hai2you3ne -nei4yi2gewan2le -hou4mian4hai2you3 -harsh whisperhai4$INTERJ -xiao

3yao3 -xiao

3yao3 -eng2$Q:PRMPT -xiao

3yao3 -eng4yao

3 -yao3 -sighs -hai2you

3you3$Q:INT -you3 -laughing; song changes to a much quieter one -engm

$INTERJ -ha

voices begin on song, xx joins in$INTERJ -singingheng

$UNINT -tiao

3wu2tiao4+wu3 -anh2$Q:PRMPT -slurredtiao

4wu3bounces twice -eng4tiao4wu3xx bouncing, m laughs -singing ?a

wa

$UNINT -hahazhei4shi4zhei4shi4 -zhei4jiao4shen2mewu

3axx bouncing/jumping$Q:QW -aiyou4wu3xx bounces -laughing -ai4you

4laugh$INTERJ -laughs with xx -hhh$INTERJ -laughing, hiccup-like, for 3.0 -laughing -ai4ni3 -ni3ni3yi1huir3chang4ge1bei -laughing -ni3zhei4jiao4shen2mewu3a$Q:QW -still laughing -an2$Q:PRMPT -yi

1 -wuher

4and xx flops to ground -kuai4qi

3 -aiyilaughs for 2.0$INTERJ -ni3kan4 -tsch$INTERJ -laughs -kuai4qi3lai2 -gui1di4xia

4le -ang4eh$INTERJ -ni3zi4ger3tiao4wu3 -zi4ger3tiao4 -kuai4 -fussinga

1wu$UNINT -yawningtiao4ge4xiao3bai2tu4qu4ba -yao3 -zher4 -zher

4 -zher4 -nei4yao

3 -ni3kan4ta1zhar4zhar4yi1zui

3 -yao

3ni3 -xxxx$UNINT -na4zui3yao3ren

2 -xxx$UNINT -eng

4$INTERJ -nar4yi1zui3 -ta1hai2you3ya

2 -yao3ren2 -yi

3yao3ren

2 -eng4hem4$INTERJ -yao3ren2end of side one, flip to side two; music playing as xx jumps -ni3zuo4cao1 -wo3geini3han3 -yi

1er4ya

-guang1han3yi1er

4ni3zen3mezuo

4ya$Q:QW -qi3lai2 -wa4$INTERJ -qi3lai2music playing, xx dancing -ni3kan4ni3 -ni3zhei4zhei4gan4ma

2ne$Q:QW -laugh -laughs; xx laughing throughout, m occasionally -xiao3feng1ya1tou2 -kuai4qi3lai2xx still laughing -ni3kan4laughing, xx laughing -whisperxxtou

2$UNINT -squealai

2yi

hei

$INTERJ -hahakuai4qi3 -kuai4qi3kuai4qi3lai2 -qu4ni3zi4ji3wanr2qu4ba -qu4baxx still panting and laughing -wo3lei

4le -kuai4lai2silence -qu4ni3zi4ji3wanr2ma1ma1ma1ma1emma1lei4le -xxni3xxxxxxbeijing dialect, fast$UNINT -zi4ger3wanr2qu4hao3ma$Q:QP:T -kuai4qu4 -kuai4 -squealyi4$INTERJ -laughs -laughs; xx still laughing -ni3qu4 -ni3qu4 -nei4geni3ting1bu4ting1$Q:VNV -bu4ting1zan2jiu4guan1le -ting1bu4ting1$Q:VNV -hhh$INTERJ -ni3ta1bu4ting1wo3guan1qu4le -qi3lai2 -kuai4qi

3 -hai1you4$INTERJ -kuai4qi

3 -ni3ting1bu4ting1a$Q:VNV -in distanceba1bu4$UNINT -ni3ting1bu4ting1a$Q:VNV -shouts, in distanceting

1footsteps -ting1ni3jiu4ting1 -ni3yao4bu4ting1wo3jiu4guan1le -whiningem

$INTERJ -em

$INTERJ -you4$INTERJ -hu2dou1kai1le -wo3dou1wang

4lein kitchen -em1$INTERJ -nei4hu2dou -INVnei4shui3dou1ao

2ye3ye3yi1banr

4lelaugh -INVgei3wang

4lem pouring water out of kettle into container -screams in distanceao

1laughing$INTERJ -a

2laughs$INTERJ -aou34

$INTERJ -in distancenao2nao3nao

4$UNINT -en2$INTERJ -in distance, inaudible$UNINT -INVdeng1deng

3$UNINT -xxx$UNINT -INVxxx$UNINT -INVxxx$UNINT -ma1magei3ni3xxxx$UNINT -xxx$UNINT -INVxxx$UNINT -INVxxx$UNINT -INVxxx$UNINT -xxxm walks into bedroom$UNINT -INVguan1men

2ei4 -ni3jiu4tui1yi1bu4gei3wo3guan1menr2 -gei3wo3guan1menr2 -yi

2mai

3 -en2$Q:PRMPT -eng1$INTERJ -yi2 -na3geshi4yi2mai3deya$Q:QW -yar

4yarmai3 -kan4jiao3di3xia4 -ai1zher4mai3 -pu4h$UNINT -wah4xx has refrigerator door open$UNINT -na2shang4jiu4guan1menr2 -ni3lao3chang3menr

2 -fei4dian4 -you3dou

4dou4 -hai2you3dou

4dou4 -laughs -nei4menr

2nei4menr

2 -INVyou3dou

4dou4 -en

4$INTERJ -INVyou3dou

4dou4 -nei4menr2 -nei4menr2xx bouncing; m laughs -heeyou3dou

4dou4 -laughs -laughs -shen2medou1you3lalaugh -laughs -emdou4dou4 -laughing; xx pulls out a potato -you3tu

3 -laughing -eng32

$INTERJ -na4ni3zhei4gegan4ma

2nelaugh$Q:QW -you3tu

3xx -hei1zher4you

3la -laughs -tang2gei3ni3 -laughs; banging sound -ar4$INTERJ -ei1you

4wo3dema1ya$INTERJ -ni3kan

4zhedianr3laugh -vocalizing$UNINT -hahani

3m still laughing -teasingwo3da3ni3lea

silence -zhei4geen

2 -heh2$Q:PRMPT -laughs -na4shi4sheng

1na -sheng1na -en4$INTERJ -a1shi4$UNINT -sheng

1 -laughing -hahaxing

2la -ei1gu

1$INTERJ -ni3kan4 -ei1you

4$INTERJ -deng1nei4deng1 -deng

1 -nei4deng1gan4shen2me$Q:QW -you4$INTERJ -ni3dong4nei4geyi1huir3nei4gedeng1bu4zhao2le -huai4le -ni3ba4jiu4gai1da3ni3la -whinyeng

1ge1qi3lai2 -ge1qu4a

1$Q:NQP -ni3yao4bu4chi1 -ni3chi1ma$Q:QP:M -en

2chi1 -bu4chi1wo3ge1qu4 -eibang

4$UNINT -eh

heh

ge

3$UNINT -laughs -mei2xi3haven't washed -qie

3xi3 -ni3bu4neng2chi1la -yi1huir3xxzai4chi1ni3jiu4mei2fanr3chi1fan4le -whining, unclear$UNINT -eng

1$INTERJ -bu4chi1 -whiningchi

1 -yao4chi1shen2meyayi1huir3chi1fan4fanr4$Q:QW -whiningeng

$INTERJ -chi

1 -yi1huir3ni3hai2dei3chi1fan4fanr4 -whiningchi

1ya -chi

1 -chi1ni3guan1shang4menr2 -chi1yi1dianr3ang4 -ang4$INTERJ -yao4bu4yi1huir3ni3mei2far3chi1le -chi1bu4liao3fan

4leyou4 -lao3chi1ling2zui3 -walking awayyi1chi1zui3$UNINT -chi1ling2zui3ni3you4bu4chi1fan4 -soft, in distancea

fan

4m pouring water; xx inaudible -ai3yidai1yai2ya$UNINT -dai1huir3wo3gei3nong4an

4 -mumblingdu

eiya$UNINT -wo3xian1zhu3jiao3zim pulling frozen jiaozi from freezer -ge

3guo3a -eng

2$Q:PRMPT -ke

3guo3a

-guo3ya$Q:NQP -an

1affirm$INTERJ -guo3wo3gei3ni3na2zhequ4m and xx walk into kitchen; metal clanging noise -hei1$INTERJ -jiu4chi1yi1dianr3ang -en4$INTERJ -en4ni3chi1duo1lebu4xing2m starts cutting -chi1duo1leni3you4bu4chi1fan4le -chang2shen2me$Q:QW -la4 -la

4 -la4traffic sounds from street -la4 -zhi1dao4la4 -la4 -la4ni3jiu4ge1nar4qu4 -la4ni3hai2na2 -INVeng2giving candy to r?$INTERJ -bu4chi1le$Q:INT -INVla4 -eng

4$INTERJ -la4 -INVyi2a

ou$VOC -INVmi3mi3 -INVmi

3 -eng1$INTERJ -mi

3eng

2 -laughs -mi

3a4 -laughs -mei

2la$Q:NQP -INVlaughmi

3 -INVmi

3 -ao4mi

3 -hahahhh$INTERJ -ao

4xx pulling out lids from cupboard beside m -chi1a -eng4$INTERJ -eng

4$INTERJ -a1yi2bu4chi1la

-INVjiao

3jiao3jiao3+zi -INVeng2$Q:PRMPT -shen2me$Q:QW -INVjiao3jiao3 -INVjiao3jiao3laughs -INVdang

4tang4 -INVeng2$Q:PRMPT -tang4 -shi4ma$Q:QP:M -eng

4tang4 -eng

tang4 -wo3gei3shei2chi1azhu3wan2le$Q:QW -eng$INTERJ -zhu3wan2legei3shei2chi1a$Q:QW -en

yi

2 -gei3yi2chi1a$Q:NQP -en4$INTERJ -eng4$INTERJ -gei3wo3chi1 -ni3chi1a$Q:NQP -en4$INTERJ -eng4m stirring boiling pot of jiaozi$INTERJ -zhu3huir3zhu3huir3jiu4shou2lesoft thud -eng

2$INTERJ -spits$UNINT -laughs -zou4ni3ao

4 -gu

2hu2en2$Q:NQP -gu

2hu2 -mei2you3hur2 -nei4hur2zai4nei4li3tou2 -wo3dou1gei3ni3 -mei2gei3ni3qie1nei4hu2 -mei2qie1hu2 -laughs; 3 banging/chopping sounds -en4dou2fa

4tou2+fa4 -a2$Q:PRMPT -endou2fa4 -shen2me$Q:QW -endou

2fa

4tou2+fa4 -rang4wo3zou3a$Q:NQP -en1dou

2fa4tou2+fa4 -tou2fa4ya$Q:NQP -an

affirm$INTERJ -shei2detou2fa4$Q:QW -tiao4wu

3 -ni3dezen3mela$Q:QW -xia

1nie1xia1chi1 -yi1huir3jiu4 -dou4dou

4 -laughs -en2$Q:PRMPT -dou4dou

4 -laughing -INVdou4dou

4 -INVeng2$INTERJ -ei

4$INTERJ -INVen4dou

4dou4 -INVen

4$INTERJ -ni3yao4bu4chi1ni3jiu4gei3wo3ge1zhe -xia1nie1 -INVfan4fan

4 -INVen

2$INTERJ -INVfan4fan

4 -INVfussen

2$INTERJ -laughing -zhi

1dao4shi4fan4fan

4 -a1yi2hai2bu4zhi1dao4nei4shi4fan4fan4a$Q:NQP -INVfan4fan

4 -ni3chi1ma$Q:QP:M -ni3shuo1nei4shi4sheng

4dele -shi4ba$Q:NQP -INVsheng

4 -laughing -shei2sheng4deyanei4shi4$Q:QW -wo3sheng

4 -heng4$INTERJ -ta1sheng

4 -shei2a$Q:QW -ta1deng

sheng4 -ni3sheng4deba$Q:NQP -ta1sheng4 -ta1sheng4ta1shi4shei2a$Q:QW -jie3jie

sheng4 -nei3gejie3jiea$Q:QW -jing

2ting2 -ting2tingjie3jiea$Q:NQP -en

affirming$INTERJ -ting2jie3mei2lai2gen1ben3jiu4 -ting2jie3lai2lema$Q:QP:M -an1banging sound as something wooden falls on floor$INTERJ -deng4 -deng4zidao3la -en

2$INTERJ -ni3na2xx -engbanging noises$INTERJ -en2$INTERJ -en

2water splashing, banging sounds$INTERJ -en

2$INTERJ -hahani3shuo1ni3laugh$INTERJ -gei3wo3zher4you4 -fastyou4gei3wo3wang3di3xia4reng1 -you4gei3wo3wang3di4xia4reng1 -gei3wo3jian3qi3lai2 -fussen

32$UNINT -jian3qi3lai2 -en

1offering candy to m$INTERJ -wo3bu2yao4 -ni3gei3wo3ge

1li3tou2qu4 -ni3zhei4geren

2jian4shen2memianr4$Q:QW -eneng$INTERJ -ge1li3touqu4 -kuai4shou2lelaughing -ni3shen2medou1gei3wo3wang3di4xia4ge

1a$Q:QW -ang4$INTERJ -zou4ni3leao

4 -qi3lai2 -cai4ye3la1yi1huir3 -whiningen

$INTERJ -gai1chi1jiao3jiaoqu4la -jiao3jiao3shou

2la -whiningem

4$INTERJ -kuai4 -jiao3jiao3shou2la -qi3lai2 -kuai4qi3lai2metal banging as xx throws a pot lid onto the floor -zen3menem4metao3yan

4ni3shuo1zhei4hai2zi$Q:QW -pu4$UNINT -whiningen

$INTERJ -nei4jiao3jiaoshou

2la -ni3bu4chi1jiao3ziqu4a$Q:NQP -whining$UNINT -en

en

2$INTERJ -laughs -en1xxxx$INTERJ -ni3zhen

1tao3yan

4wo3gao4suni3xx banging pot lids on floor -shi4zen4mege1dema$Q:QP:M -qi3lai2xx continues banging pot lids on floor -tao

3yan4tao3yan4m picking up pot lids -yan3ni3deshou3ang

1 -INVmei

2 -INVen2$INTERJ -mei

2 -INVengm

4$INTERJ -INVen

2$INTERJ -INVxxxclanging of porcelain$UNINT -INVen

2xx walks over to m$INTERJ -mei

2 -mei2la$Q:NQP -eng4$INTERJ -mei2lajiu4de2lem spooning jiaozi into xx's bowl, puts down ladle. -en

2$INTERJ -ou

2$INTERJ -xx$UNINT -ni3xxxxxxxx$UNINT -xx$UNINT -INVxx$UNINT -INVtiao4wu

3 -tiao4wu3a$Q:NQP -INVxx$UNINT -INVxxxxxx in lr with r as m prepares xx's lunch and chews on sth.$UNINT -INVxxxxxx$UNINT -INVxxxx$UNINT -xx$UNINT -xxx$UNINT -INVxxxx$UNINT -xxx$UNINT -xxx$UNINT -INVxxxm pouring something in kitchen$UNINT -INVxxx$UNINT -INVxxx$UNINT -INVxxx$UNINT -xxx$UNINT -INVxxx$UNINT -INVxxx$UNINT -INVxxx$UNINT -INVxxx$UNINT -INVxxxm carries xx's food into lr$UNINT -chen2xi1a$VOC -eng

2$Q:PRMPT -zhei4gezen3mereng1di4xia4le$Q:QW -duo

3$UNINT -eng2$Q:PRMPT -chen2xi1$VOC -chi1jiao3jiaoxi1xi1 -chi1wan2zai4wanr2 -eng

xx$INTERJ -na4you3wo3chi1a

-wo3chi1lezui3 -tang

4 -bu2tang4 -wo3dou1gei3ni3yong4shui3 -fusseng

3$UNINT -achi

1a -em4$INTERJ -yong4shui3wo3jiao1wo3gei3ni3qie1kai1ba -en

qie1 -bu4qie1kai1kai1nei4geda

4ni3chi1bu4liao3 -ni3kuai3bu2shang4lai2 -hao3ma$Q:QP:M -ahhh

$INTERJ -wo3gei3ni3qie1kai1 -hao3ma$Q:QP:M -engm

4xx eating by herself$INTERJ -na2nei4shou3fu2zhewan3xx using spoon by herself -kuai

3ya -wo3gei3ni3qie1 -qie1liang3banr4 -qie1liang3banr4ni3jiu4hao3kuai3 -ang1$INTERJ -akua

4kuaikuai3+kuai3 -an4wo3gei3ni3qie1liang3banr4 -ang

1qie1 -ni3zen4meqie1bu2dui4 -zen4meqie1 -zen4meqie1 -very softwo3gao4suni3zhei4yangr4m cutting xx's jiaozi -fan

4ya

4$UNINT -en4en4$INTERJ -na4 -qie1yi1dianr3 -qie1yi1dianr3chi1 -hao3haochi1ni3dou1cuo1lan

4le -wo3gei3ni3qie1wan2leni3jiu4kuai3zhechi1 -xie4xie4$INTERJ -laughs softly -hao3le -yao3zhechi1 -yao3 -lai2wo3wei4ni3ba -hao3ma$Q:QP:M -ang1$INTERJ -ni3yao4bu4ting1hua4wo3gai1gei3ni3he1yao

4le -ei

4walking away$INTERJ -ni3yao4bu4ting1hua4wo3gei3ni3he1yao4 -nei4shui3tang4 -liang4liang4in kitchen -ni3zhei4shui3dei3liang4liang4tang

4 -guo4lai2 -eng2$INTERJ -shui3tang

4 -liang4liang4 -en1dang

4tang4 -eng

1$INTERJ -liang4liang4 -kuai4lai2 -guo4lai2 -fussingeng

2eng

2xx runs$UNINT -ni3chang2chang2tang4bu2tang4$Q:VNV -liang4 -em

dei3liang4liang4 -tang4eihm cutting xx's jiaozi -tang

4 -tang4ba$Q:NQP -xian1chi1 -enengwalking away$INTERJ -kuai4dianr

3 -wo3xia4qu4tapping sound -ni3yao4bu4hao3haorchi1wo3gei3ni3 -wo3wo3gei3ni3wei4yao4lea

4 -he1yao4 -eng1m feeds xx a spoonful$INTERJ -chuang

4yinbanging sound$UNINT -ei4you

4$INTERJ -sa3lebanging noises -ni3yao4hao3haorchi1zan2jiu4bu4chi1yao4 -yao4bu4ran2jiu4dei3he1yao4 -en

1$INTERJ -ang1$Q:PRMPT -en

4$INTERJ -en4$INTERJ -jiao2a4 -jiao2wan2leyan4 -kuai4dianr3xx chewing jiaozi, ringing noise in background -tang4 -eng

2$Q:PRMPT -tang4bu2tang4$Q:VNV -em4feeding another piece ?$INTERJ -very softeng1eng$INTERJ -kuai4dianr3 -em1laughs$INTERJ -chen2xi1wo3zou4ni3lea

-eng4xx wanted to drink; note "lesson" on proper eating$INTERJ -xian1chi

1ma

-chi1wan2zai4he1 -nar3you3shuo1yi4bianr1chi1yi4bianr1he1de$Q:QW -chi1wan2le -chi1bao3lezai4he1 -yi4bianr1chi1yi4bianr1he1bu4hao3 -dang

4tang4 -en

2$INTERJ -dang

4tang4 -en4tang4 -tang

4eng

3 -tang

4 -em4$INTERJ -kuai4chi

1 -zhen1bang4 -en4m cutting xx's jiaozi, xx's footsteps$INTERJ -eng

4eng1$INTERJ -yao

4medicine -eng

2$INTERJ -yao

4 -yao4yao

4 -ni3yao4bu4hao3haorhe1 -bu4hao3haorchi1wo3jiu4qu4na2qu4 -yao

4 -INVeng324

$INTERJ -en

$INTERJ -INVeng4$INTERJ -a1yi2zhi1dao4yao4 -ni3guo4lai2chi1 -eng2$INTERJ -kuai4lai2 -ta1chi1guo

4la$UNINT -fa4yu

2$UNINT -eng

4$INTERJ -guo4lai2 -andi

2ni

4$UNINT -yan4lema$Q:QP:M -ei

4hao3haorchi1zan2menbu4chi1yao4shi4ba$Q:NQP:T -heng$INTERJ -INVeng

4eng2eng4chi1le -INVeng2$Q:PRMPT -eng4$INTERJ -bu4chi1le -INVlaughheng

4xx walks to other side of room$INTERJ -kuai4jiao2a

-jiao2wan2lehai2gei3 -ku

3wer

4eng

2$UNINT -ma1magei3cai4ya

-eng2$Q:PRMPT -laughs -guo

3a -laughing -ni3kuai4qiao

2baxx stamps her feet -qiao

2a

4 -laughs softly -INVda

3da3+kai1 -bu4da3kai1 -INVgu

3ku3 -laughs -INVeng2$Q:PRMPT -zhei4shi4shen2me$Q:QW -INVku

3 -INVku

3 -INVeng

$INTERJ -INVba4ba

4mai3 -laughing -INVba

4mai

3 -ba4ba

4mai

3laugh -INVba4mai

3 -eng

4$INTERJ -INVba4mai

3 -eng

4$INTERJ -INVeng32

4$INTERJ -hahakuai4he1laughing too hard -ni3gei3wo3laughing too hard -kuai4he1yao4bu4wo3gei3ni3he1lea -wo3da3kai1gei3ni3he1la -eng

4$INTERJ -kuai4dianr3 -bu4he1 -na4ni3kuai4dianr3 -ni3chi1jiu4rang4ni3ba4bahe1 -xi1xibu4he1 -shi4ba$Q:NQP -eng4$INTERJ -jiao2 -MOTni3zi4ji3zuo4dejiao3zi$Q:INT -INVeng

4$INTERJ -INVwo3gei3ta1bao

1delaugh -da4shi4ta1bao

1 -nai3nai

-lao3lao

-eng2$INTERJ -lao3lao

-nar3you3lao3lao$Q:QW -ni3shuo1lao3laomei2zai

4zher4 -xxxx$UNINT -mei2zai4zher4 -laughs -ku

3waeng2 -zhi

1dao4ku3leni3jiu4chi1ba -ni3bu4duo1shuo

1leyi1bian4lema$Q:QP:M -INVku

3 -en

4$INTERJ -shi4 -INVku

3 -en

4$INTERJ -kuai4 -zai4zhang1zui3 -en2enenbu2yao4le -kuai4jiao2 -wu4wu3wu

2wu4wo3$UNINT -eng2$Q:PRMPT -yi1kou

3 -laughs -ni3lai2 -zhang1zui3m feeds xx a spoonful of jiaozi; xx runs away again -ao2jiao2 -eng4$INTERJ -jiao2qu4 -jiao2wan2le

guo4lai2ang -eng4m yawns, then xx comes back over to m, m laughs$INTERJ -eng32

$INTERJ -eng4offering sth. to m$INTERJ -wo3bu4chi1 -ku3laughing -kuai4jiao

2laugh -kuai4chi1bani3xx rummaging through medicine drawer, pulls sth. else out -eng

$INTERJ -bai

2ku

3 -eng2$INTERJ -kuai4jiao2 -kan4nei4ku4zituo

dele -cai3zang

1lehou4yanr3 -jiao3xia4qu4 -dai1huir3gei3ni3wang3shang4ti2ti2ang -kuai4jiao2 -MOTzhei4shen2mele$Q:QW -xiao3niu2pian4 -INVeng

4$INTERJ -MOTxiao3xxxx -INVxiao3niur2 -INVxiao3niur2pian4gei3ta

1chi1delaugh -MOTgan4ma2yong4$Q:QW -INVnei4ge

sniffs -INVzhei4hai2shi4shang

4hui2gei3ta1kan

4de -INVbu2zhi4shi4zhi4ke2souhai2shi -INVshi4qu1huo3deya$Q:NQP -INVqu1huo3dehao3xiang4shi4 -MOTem4$INTERJ -INVta

1denei4geshi

4 -INVnei4ta1ye3mei2xie3zhi4shen2mejiu4shi4nei4hui2kan

4le -INVkan4wan2yi3hou4wo3chi1sheng4xia4de -INVjiu4wang4lezhi4shen2medele -eng

2$INTERJ -INVta1nei4ge

-INVta1nei4gezhong1ke1yuan

4zi4ger3zuo

4de -INVzi4ji3zuo4deyao4 -kuai4chi1 -zhang1zui3 -hai

2mei2yan4neei

4you4 -kuai4yan4le -na4as she gives xx another spoonful$INTERJ -kuai4kuai4 -zhang1zui3 -ba

4ba4$UNINT -ai

$INTERJ -ni

3ni3xian1zhang1zui3 -zhang1wan2zui3ni3zai4guo4qu4 -xian1chi1xx walks back to medicine drawer, pulls sth. out, returns -deng3huir3$UNINT -eng4$INTERJ -qiao2ni3zher4leng3lezhei4ge -heng

$INTERJ -tao3yan4ang4 -xia

1ti

1nei4jiao3 -nei4jiao

3 -engdaideng

4$UNINT -wang3$UNINT -hao3la -laughs -eng

$INTERJ -jiao2 -zui3li3 -jiao2 -engh4$INTERJ -zhen1bang4eng4 -hao

3 -tiao4wu3a -enm

$INTERJ -eng2eng4$INTERJ -xx vocalizing musically "em1 em2 em:1 ..." for 3.0$UNINT -shou

3 -shou

3 -laughs -eng

$INTERJ -ni3kuai4jiao2 -INVshou

3 -en4shen2meshou

3$Q:QW -INVshou

3 -INVeng

shou3laughs -ni3kan4ni3 -tunong4chu1lai2leba$Q:NQP -ni3jiao

2yan4wan2lezai4shuo1hua4ni3kan4kan4 -kuai4jiao2 -en2$Q:PRMPT -jiao2wan2leyan4 -shou

3xx walks over to other side of the room -eng4xian

2xian -engxian

2 -engxian

2xian -soft, laughingshen2me$Q:QW -laughing -ni3zai4shuo1yi1bian4a1yi2mei2ting1qing1 -whinyeng

creaking of wind-up toy$INTERJ -ni3gen1a1yi2shuo1shen2me$Q:QW -ni3shuo1shang4xian

2 -eng

xian

2 -eng4shang

4enh -laughs and winds up toy for xx; toy set off -eng$INTERJ -you

4laugh$INTERJ -ben

4ni

3 -laughing softly -ni3shuo1shen2mene$Q:QW -hao3 -gentlezou4ni3 -na4ni3ben4bu2ben4ya$Q:VNV -soft whineeng

$INTERJ -eng2$Q:PRMPT -soft whineen

4$INTERJ -ni3ben4ma$Q:QP:M -wo3zou

3 -ni3 -ni3bu2ben4ni3wei4shen2mebu4gen1a1yi2shang4nebang, then wind-up toy set off$Q:QW -you

4laugh$INTERJ -laughs -laughs -laughs -laughs -kuai4chi1 -lai2 -INVben

4yi2 -laughs -MOTlaughben

4yi2 -ang

4laugh$INTERJ -ni3kan4ta1duo2huai4laugh -ni

3bu2ben4laughs$Q:INT -bu2ben4ni3zi4ji3shang4 -ning

3 -zi4ger3ben

4 -bu4shuo1zi4ji3ben4 -ni3kan4 -you4rou4ni3kan4 -diao

4leba

$Q:NQP -ni3zhei4hai2zixx sets off wind-up toy -laughs -laughs -eng$INTERJ -gang1cai2yao3ni3 -jiao4nei4xiao3ya1ya1yao3ni3laugh -laughs -laughs -laughs -kuai4chi1xx laughing with her mouth full; end of visit - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx1.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx1.xml deleted file mode 100644 index c4f3e34..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx1.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx2.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx2.xml deleted file mode 100644 index 5806ea7..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx2.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx3.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx3.xml deleted file mode 100644 index 783509b..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx4.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx4.xml deleted file mode 100644 index 74e7142..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx4.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx5.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx5.xml deleted file mode 100644 index a8e97e4..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-cx5.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy1.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy1.xml deleted file mode 100644 index 4d6b861..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy2.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy2.xml deleted file mode 100644 index f2f8f4f..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy2.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy3.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy3.xml deleted file mode 100644 index 3c8accd..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy4.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy4.xml deleted file mode 100644 index dd3253b..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy4.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy6.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy6.xml deleted file mode 100644 index 4e738b5..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-hy6.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-lxb1.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-lxb1.xml deleted file mode 100644 index 81e8e83..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-lxb1.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-lxb2.xml b/compling.core/data/Learning/Chinese Data/transcripts/dialogue-lxb2.xml deleted file mode 100644 index 0e82cf4..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/dialogue-lxb2.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/hy1.xml b/compling.core/data/Learning/Chinese Data/transcripts/hy1.xml deleted file mode 100644 index 7688246..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/hy1.xml +++ /dev/null @@ -1,2221 +0,0 @@ - - - - - - - - - - -CX plus TT - -Start at 5:00 pm, HY and MO looking at a new picture book that MO has just bought for him, FA cooking in the kitchen and looking in on HY and MO in the living room every once in a while. MO and HY eventually come out into dining area and kick a ball around plus play with various other things. - -MO is a school-teacher and has several characters (for his name, plus numbers and other simple characters) pasted on the door between the living room and dining room. "Zu2" is MO's maternal grandfather and takes care of HY during the days when MO is working. - - -ma3che1ma3 -ma3che1nar3you3ma3che1ya$Q:QW -INVnei4gema3che1nei4ben3shu1mei3zhang1dou1dang1ma3che1lelaughs -na3ma3che1$Q:QW -qiu2qiu2 -eng

4ta1yao4ma3che1 -qiu2qiu2 -ma3che1nei4ben3shu1mei2le -miu

2hou2$UNINT -excitedei2hao2yu3$VOC -kuai4dian3gei3wo3zhao3yi2gezhe4li3ni3zui4xi3huan1deyi2ge -ma3 -zhei4shi4shen2meya$Q:QW -zhei4ge -che1run2lun2 -zhei4shen2meyam is pointing to a tractor that hy decides is a broken car$Q:QW -huai4 -huai4le -che1huai4 -che1huai4 -zhei4bu2shi4tuo1la1ji1ma$Q:QP:M -ni3bu2shi4wai4bian1kan4denei4gewang4la$Q:NQP -zhe4shi4shen2meya$Q:QW -e1huai

4huai4 -huai4le -che1huai4 -ao4che1huai4leshi4ma$Q:QP:T -zhei4shen2meyaf comes to doorway$Q:QW -yu3yu3 -che1huai4 -ao

4tuo1la1ji

1 -high, a little whinyaooo1oo4$UNINT -qia3che1ka3+che1 -a4ka3che

1 -INVgao4su4ka3che1laughs, r also laughs -qiu4jiu4zhei4geche

1 -eng

mian4bao1che1 -a4huai4 -eng

4$INTERJ -ahuo

3che

1 -eng

4$INTERJ -zhei4che

1a4huo3che

1 -eng

4zhei4getui1tu3ji1 -hang1$INTERJ -nei4tuo1la1ji1 -eng

4$INTERJ -high whinyeiei

1ehstaccatozheiche

1 -ka3che

1 -ka3che1ya$Q:NQP -hai2kan4ka3che1a$Q:NQP -wo3kan

4ka3che

1 -da4che

1 -INVwo3gang1gei3ta1mai3hui2lai2de -INVgang1wo3chu1qu4gei3ta1mai3leyi4benr3laugh -INVta1ting3xi3huan1dehai2hy points to a street-cleaning truck that he thinks is; another broken truck because of the water streaming out -ne4huai

4huai4huai

4 -a

4zhei4che1sa3shui3nemei2huai4ang4 -euyou2you3yuche1 -zhei4shi4shen2meya$Q:QW -ma3 -ya4ga4$INTERJ -ma

3laugh -ka

3che

1 -ma3che

1 -laughs -ma3che

1 -ma3che1 -ma3ma3che1 -ma3ma3che1 -ma3che1 -da4che

1 -da4che1 -en4$INTERJ -che1huai4che1huai4che

1 -che1che1huai

4 -che1huai4 -che1huai4 -ma3che1 -ma3che

1 -engma3che1 -ma3che1ka3che

1 -ka3che

1ma3che1ka3che1 -hui4shuo1ma3che1he2ka3che1laugh -zhei4li3mei2you3ma3che1a4 -ma3che1nei4benr3shu1zhao3bu4zhao2le -gei3wo3 -ma3pao3 -ma3pao3 -INVlaughgao4suma3pao3 -ei4$INTERJ -eiyou4ou4grunts$INTERJ -zen3mele$Q:QW -hao3haorna2zhe -zhei4shi4xin1mai3de -you4gei3 -zhei4shu1bie2 -gai1zhe

2le -qing1qing1na2zhe -fang4nar4kan4ang -fang

4che

1 -en

fang4che

1laugh -en4$INTERJ -che3te

1$UNINT -engche1 -tai

1ji1tuo1+la1+ji1 -engtuo1la1ji1 -zhe4ge -enzhei4shi4chan3tu3ji1 -zhei4gene$Q:QW -zhei4shi4shen2meche1 -zhei4ge$Q:INT -euhuai4 -zhei4huai4 -zhei4shi4mian4bao

1che1 -tu

2tu3atu2 -eng4$INTERJ -eng4$INTERJ -qi1huai4ji1huai4 -zhei4huai4lam turns the pages to another part of the book, hy upset$Q:NQP -whinyem1ei

2che

1 -jiu4ai4kan4nei4geche1laugh -yao4che1 -engge4shi4ge4yang4deche1hang

1$Q:NQP -dou1mei2jian4guo4shi4bu2shi4a$Q:VNV:T -a2a2che

1 -ka3che1tu

2tu3 -a

4tui1tu

3laugh -tu

3 -tu

3laugh -axia4axia

4tui1hy seems to saying that he wants to go see the ; tractors downstairs, where the road is under construction -tui1che1xia

4xia

4 -eng1$INTERJ -xia4xia

4 -xia

4 -INVta1yao4xia4qu4 -INVta1yao4xia4qu4 -INVta1yi2kan4jian4nei4che1laugh -MOTao

4kan4jian4nei4yang4deche1 -INVeng

$INTERJ -MOTzhei4shen2medong1xi1$Q:QW -MOTreadingya1tu3ji1 -MOTeng

$INTERJ -tui1$UNINT -INVtui1tu3ji1 -en1a4huai

4huai4 -a4huai

4 -mei2huai4 -kan4baang -tui1tui1tui

1 -youwo3kan4zhei4bianr1hai2you3shen2me$Q:QW -as he pushes both the sofa and the booktui1tui1 -tui1 -en4$INTERJ -ba3tui1tui1ye3zhen1tui1qu4le -ei1zhei4geni3bu2shi4te4ai4kan4zhei4bian1zhei4gema$Q:QP:M -yi2butui1 -hai2yao4kan4nei4tui1ya$Q:NQP -fussytui

1 -em

xing2le -kan4huir3jiu4xing2le -grunttui

1 -he4$INTERJ -tui

1tui1jiu4tui1sha1fa1shang4letui

1laughs -na4jiao4tui1ya$Q:NQP -atui1a

tui1trans. "tui1, wo3 yao4 tui1" -INVta1yao4tui1laugh -INVen

$INTERJ -tu

3tu

1 -aotu3che1 -huai4huai4 -tui1 -tui

1tui1 -tui

1 -hahaao4na4jiu4jiao4tui

1 -INVzhei4tui1mei2ren2gao4suta1laugh -che1tui1 -a2$Q:PRMPT -ni3shuo1nei4gejiu4nei4gejiao4tui1shi4ba$Q:NQP:T -en4$INTERJ -ya4ni3kan4zhei4bian1denei4gexiao3dong4wushen2mede -ka3che

1 -hai2yuan4yi4kan4ka3che1shi4ma$Q:QP:T -ka3che1 -xxx$UNINT -ka3 -che

1 -zhei4gene$Q:QP:N -che1che1 -en4zhe4niu

2 -tu3tu3 -zhei4niu2a$Q:NQP -kan4kan4zhei4li3you3mei2you3niu2$Q:VNV -wo3gei3ni3zhao3zhao3a -wo3gei3ni3zhao3zhao3you3mei2you3niu2a -ni

2$UNINT -ei2$INTERJ -ao4zher4shi4niu2 -aniu

2 -enniu

2 -zhei4genem points to pig$Q:QP:N -niu

2hou

2for pig -zhei4hou2a4$Q:NQP -laugh -zhei4gene$Q:QP:N -achchjiao4 -engjiao4 -ajiao4awhinyche1huai4 -ao

4huai4 -che1huai4huai

4 -zhei4genehorse$Q:QP:N -ni3hou4hei

1 -hei1le -yi2huan4jiu4bu4zhi1dao4shi4shen2mele -zhei4bu2shi4ma3ma$Q:QP:M -ma2ma3 -ma3pao

3 -ma3pao3a$Q:NQP -eng

1$UNINT -dao

1ou4$UNINT -zhei4shi4shen2meyacamel$Q:QW -pointing to an orangutan sitting on a boardzuo

4 -zhei4ao4ta1zuo4 -INVgao4suta1zuo4zhenelaugh -INVgao4suzuo4laugh -zhei4gene$Q:QP:N -zuo4zuo4 -engta1zuo4zuo4ha$Q:NQP -pa

4 -pa

4 -pa4shen2meya

$Q:NQP -da3ta1m slaps picturebu2pa4 -yi

2yi

2$UNINT -da3che

1da3che

1f comes to living room door to look at m and hy -ei1zhei4shi4zhei4shi4shen2meya$Q:QW -yi3zhu1hao2+zhu1, porcupine -yi3 -laugh -ei1$INTERJ -eng1che

1ge -zhei4ge -zhei4geni3bu2shi4shang4wu3ni3shuo1zhei4shi4zhei4jiao4shen2melai2zhezhei4ge$Q:QW -zha3zha3zha1+zha1 -a

4zha1zha1zhei4ge -zhei4gejiao4shen2meya$Q:QW -hao

2zhu1 -shi4bu2shi4hao2zhu1a

$Q:VNV -INVta1shang4wu3shuo1te4qing1chu3laugh -INVta1shuo1hao2zhu1 -zhei4genehy runs to bedroom door and points to thecharacter "zhang" pasted on the door$Q:QP:N -zhang1zhang

1azhang1hao

3 -zhang

1 -zhang

1 -zhang1ao4zhang1 -you4kan4ta1nei4gezhang1lai2le -swallowing type of soundaoao

3$UNINT -INVta1kan4ta1nei4gezhang1lai2lelaugh -hao3hao2laugh$UNINT -lai2zhei4men2shang4you3yi2geta1dexiang4le -zhang1laughta1shuo1zhang1laugh -yu

2yu3 -ang2$Q:QW -nei3geyu3 -zuo

4 -engzuo4 -eng2pao2pao3zuo

4 -eng

$INTERJ -zuo4zuo

4 -eng

$INTERJ -zuo4zuo4 -aozuo4zuo4hai2kan4nei4gezuo4zuo4lai2m flipping through book to find orangutan again -zuo

4 -dui4buzhei4gezuo4zuo4$Q:VBU -heng

1zuo4zuo4 -cheng2le -INVta1gang1cai2shuo1leyi2geer4laugh -eng

$INTERJ -cheng

2cheng2 -engcheng

2 -INVgao4wo3cheng2zhei4shi4laugh -zhei4gezhei4shen2meya

$Q:QW -wanr2tu4tu3 -tu2tu

2tu3+tu3 -qitu3tu3+tu3 -hai2kan4tu3a$Q:NQP -tu3tui1tui1 -tu3tui

1 -tui1tu

1tu3 -che1tu

3trying to say "tui1+tu3+che1" -eng

tu

3 -engtu

3 -nar3you3tu3a

$Q:QW -aiyouzhei4shen2meyan2se4ayu3$Q:QW -ache

1 -ache1mei2you

2mei2 you3 -che1mei2you

3 -fan1 -che1 -yi1pian1pian1fan1jiu4you3le -ma3zhe

4ma3+che1 -eng

hai2yao4kan4zhei4che1hang1$Q:NQP -kan4zhei4che1 -engka3che

1 -ka3tui

1 -qia3qia

3che1ka3 ka3+che1 -qia3che

1ka3+che1 -high, excitedma3ma3che

1 -ka3dein1deing

1$UNINT -che1chetui

1 -tui

1 -tui

1laughlao3shuo1zhei4gema3shang4jiu4tui1zhe -xia

4 -enxia

4 -xia

4 -xia4nar3qu4ya$Q:QW -xia4 -xia4nar3qu4hao2yu3$Q:QW -xia4enxia

4 -tui1tui1 -ma3tu3a4tu

3 -atu3da1na2da

2tu3 -na2na2tao

2 -na2tao

2$Q:INT -enda2da2da

2$INTERJ -nar3you3tao2a$Q:QW -mei2tao2a -en

na2na2tao

2 -na2fussing -mei2tao2 -fussheng

4$INTERJ -hao2yu3ni3kan4zhei4shi4shen2melai2zhe$Q:QW -na2na2na2 -na2tao

2 -na2tao2tao

2 -tao

2$Q:INT -INVtao2tao

2 -tao2tao

2na3geshi4tao2tao

2$Q:QW -INVtu

3tu

3 -tu3tu3shi4ba$Q:NQP:T -INVniu

2 -zhei4shi4shen2meya$Q:QW -ne

ka3che

1 -ka3che

1laugh -ka3che

1 -ang

$INTERJ -ka3che

1 -xia4xia4 -zhei4shi4shen2melai2zhezhei4ge$Q:QW -luo

4$UNINT -eng2$Q:PRMPT -pa

4 -zhei4hai2pa4ya$Q:NQP -zhei4gene$Q:QP:N -zhei4shi4shen2melai2zhe$Q:QW -che4que4for ostrich -que

4 -que4pao

3 -aque4pao3 -que4mei2pao3ni3que4bu2zai4nar4lema$Q:QP:T -emque

4 -que

4 -eng

2$INTERJ -eng2$Q:PRMPT -que4ne -points to stars in pic. of skyenghuai

4 -huai4nei3gehuai4le$Q:QW -enghuai

4 -enghuai

4 -niaohuai

4 -enghuai

4 -enghuai

4 -enghuai4dedehuai

4 -nar3huai4la$Q:QW -nei3gehuai4a$Q:QW -en4$INTERJ -huai4 -huai4 -zhei4gehuai4la

$Q:NQP -zhei4huai4 -huai

4 -eng1$INTERJ -da4da1che

1 -da4che

1 -tu3ka3che

1 -eng

$INTERJ -ka3che1hy watching tape recorder turning -huai4huai

4 -INVlaughta1kan4zhe4li3lai2leref to tape-rec. -huai4huai

4 -huai4huai

4 -ka3che

1ka3che1 -ang

1jiu4yuan4yi4kan4nei4ka3che1ha

1$Q:NQP -da4da4che

1 -ka3che

1 -qia3che

1ka3+che1 -ka3che

1 -che1ka3che1 -fussingna4na

4che

1 -na4da

4che

1 -wo3kan4zhe4li3you3mei2you3xia1ya$Q:VNV -ni3bu2shi4lao3xiang3kan4xia

1ma$Q:QP:M -zher4you3xia1zher4ne -INVta1te4lao3yi3qian2lao3shi4gen1wo3shuo1xia1 -bu4zhi1dao4xia1shen2meyangr4ne -lai2 -zher4you3xia1zher4you3xia1 -xia

1 -zher4you3xia1 -shin2mexia

3shen2+me xia1$UNINT -ka3ke

1ka3+che1ka3che

1 -qia3che

1ka3+che1 -a

cha3che

1ka3+che1 -chai

3che

1ka3+che1 -ang

$INTERJ -yi4yi

2huai

4hy has flipped back to the street cleaning truck that he; says is broken because of the water coming out from it -laughs -wu2huai4 -wu

1huai4ahuai4 -eihao2yu3$VOC -zhei4geshang4shang4wu3ni3shuo1shang4wu3ni3shuo1zhei4geshi4shen2meyazhei4ge$Q:QW -teng2$UNINT -zhei4ge$Q:INT -xshi

4$UNINT -wao

2$UNINT -ang2$Q:PRMPT -wang

2m picks up cushion with embroidered peacock on it$UNINT -zhei4shen2meya$Q:QW -que

4 -que

4laugh -ageique4que

4 -eng

kong3que

4 -INVgao4wo3kong3que

4laugh -tuo1tuo

1ji1tuo1+la1+ji1 -tuo1yi

1tuo1+la1+ji1 -tuo1la1ji1laugh -INVlaughgao4suwo3tuo1la1ji1kong3que4 -xiang3qi3lai2leha2$Q:NQP -INVta1yi4mei3ci4kan4jian4gao4su4wo3que

4kong3que

4 -ka3che

1 -ka3che1 -cha

1 -aocha1m walks away for a few seconds -che1ka3che1 -ka

3che1 -INVka3che

1 -ai

4$INTERJ -INVka3che1 -na3geshi4$Q:QW -INVa1yi2$VOC -a1yi2laugh -hao2yu3ban4tian1 -cha1che

1 -INVcha1 -bu2shi4a1yi2ya

-INVtuo1ji

1tuo1+la1+ji1 -INVtui1tui1 -zhei4bu2shi4tui1ji1ya

-slowya

1lu

4ji1 -ya1lu4ji1 -shi4bu2shi4gang1cai2kan4dao4le$Q:VNV -eng2$Q:PRMPT -enhuai4huai4 -huai4huai4 -zher4nezher4shi4tuo1la1ji1 -hen

1che

1che1 -reiche

1 -hao2yu3ni3kan4zhei4xxzher4ne -che

1 -ache1che1pao

3 -che1che1 -ma3 -ma3che1ma

3 -yao4kan4ma3ya$Q:NQP -wo3gei3ni3zhao3ma3a -enyi3che

1yache

1 -engche1ache1wo3gei3ni3zhao3ma3a -inaudible$UNINT -fussei

2che

1 -hao2yu3zhei4bianr1 -aiyou$INTERJ -ei2lai2 -zhei4bianr1lai2 -hao2yu3zhei4bianr1 -ne

$INTERJ -engwo3gei3ni3wo3gei3ni3zhao3yi2gema3a -ma3che1che1 -high, fussingyi2yi1che

1 -enche1 -meniu

2 -enzher4ne -niu

2ma

3shi4bu2shi4a$Q:VNV:T -eng$INTERJ -niu

2 -zhei4gezhei4shen2mema3lai2zhezhei4gezebra$Q:QW -emzuo

4 -engta1zuo4ha1$Q:NQP -zhei4gene$Q:QP:N -bai

1chmngbai

1bai1ban1+ban1for ban1+ma3 -ban1ban

1laugh -INVlaughgao4suban1ma3 -bai1bei

1bei1ban1+ban -en

-ban

1ma

3 -ban1ban

1 -ban1ban1a

4 -ban

1 -zhei4genecamel$Q:QP:N -zhei4shen2meya$Q:QW -ni3gang1cai2gang1cai2ni3bu2gao4suwo3zhei4shen2meyazhei4ge$Q:QW -zhei4tuo

4 -ao4zhei4tuo

4tuo

4luo4tuo4 -INVlaughbu2hui4shuo1luo4tuo4shuo1tuo

4laugh -zhei4gene$Q:QP:N -niu

2 -zhei4shi4niu2$Q:INT -en4$INTERJ -niu2nar3ne$Q:QW -niu2zai4zher4ne -zhei4shi4niu

2 -hei

1hei1 -enghei1hei1 -INVlaughta1hai2hui4shuo1hei1hei1 -high, softzhei4ge$Q:INT -zhei4shi4shen2meyaducklings$Q:QW -yi2che1 -ya1ya

1 -ya1ya

1 -hahaya1ya1kan4jian4ya1yalehang2$Q:NQP -xi3huan1ya1ya

1ha -whinyche1che1che

1eng -ka3che

1 -hai2yao4kan4ka3che1ya

$Q:NQP -tphapao

3 -eng

pao

3 -aihei1ai2$UNINT -en

$INTERJ -heta1hepeta1pao3 -ao4ta1pao

3 -niao3 -niao

3heniao3laugh -niao3zhei4suan4shi4ren4shi4leha1$Q:NQP -ka3che1 -zhei4gene$Q:QP:N -ka3che

1 -eizhei4shen2mezhei4ge$Q:QW -fussingei2ei

2ei4$INTERJ -eiche1ka3che

1 -zhei4che1rei2che

1 -rei3che

1 -zhei4ge$Q:INT -fussing, grabs bookei

che1 -hao3hao3hao3gei3 -hangzher4zhe4meduo1qiu

2hei -ti1qiu

2 -ti1qiu

2 -eng

$INTERJ -ti1qiu

2 -em

1$INTERJ -fussing, highhengheng

heng

$UNINT -hao2yu3jiu4yao4kan4qiu2 -ni3kan4bakan4ba -hei

1$UNINT -laughs -ti1qiu

2 -a

ti1qiu2a4$Q:NQP -ma3shang4jiu4yao4ti1qiu2a -gei3ni3na2qiu2qu4a -whinyhenhen

qiu

2hy runs after m, who went to get a ball for him -ma3shang4jiu4yao4ti1qiu2 -zhei4geqiu2ne$Q:QP:N -qiu

2 -qiu

2 -ha4zher

4ne

-heng$INTERJ -hayar4ne

zher4 .ne -dar4azher/nar4 -dar4azher/nar4 -hahadar4zher4/nar4 -ou2$INTERJ -em

$INTERJ -qiu2qiu

2 -qiu2qiu2 -gei3wo3 -fussy, highgei3wo3 -fussy, highgei

3 -gei3gei3gei3gei3gei3 -ti1ti1qiu2hao3 -laughs -ti1pao

3 -ti1pao3ti1ya -INVgao4suti1pao3 -ti1bahy kicks the ball to m in dining room area; m and r laugh -ti1 -ti1hy kicks the ball into something, banging noise; f comes in to watch -FAti1 -FAti1you4ti1 -engti1ya -you4$INTERJ -FAti1 -FAyou4hy runs after ball$INTERJ -engti1ya -FAehhu1hu

hu

2da3alaugh$UNINT -laughs -laughs; hy runs after ball, which rolls behind fridge; laughs -mei2 -mei2gao4sushuo1mei2laugh -ei

4eh$UNINT -xxx$UNINT -ei

4$UNINT -a1yi

2$VOC -dao

4oo

ada3$UNINT -lai2ti1laughs -ti1bahy runs -be4$UNINT -he4$INTERJ -te

4$UNINT -xxx$UNINT -engengnao

2adong

4$INTERJ -nar3ne$Q:QW -adong4hy runs to kick$UNINT -a4$INTERJ -eng$INTERJ -du4$INTERJ -you

4$INTERJ -yiyou

4$INTERJ -yi1$INTERJ -aiyou4banging noise$INTERJ -yi$INTERJ -hei

2$INTERJ -ge1li3bian1lai2de

-cheng2xin1bu4ge1li3bian1lai2delaugh -niu4huai

4qiu2wa4$UNINT -qiu2ne$Q:QP:N -qiu2ne$Q:QP:N -qiu

2 -eng$INTERJ -eng

1$INTERJ -you3 -nar4you3a$Q:NQP -wo3gei3ni3na2qu4a -wa4$UNINT -beng4 -beng4beng4beng4yi2xia4kan4kan4 -FAjumpeng

4$INTERJ -beng4 -beng4 -tiao4 -beng4yi2xia4zi -tiao

4 -tiao4ba -tiao4 -engtiao4laughs as hy does jump -a4yi1you

4$UNINT -ai1you

4$INTERJ -ai1you

4ta1gang1cai2ai1you

4laugh -ai1you4ei1you4$INTERJ -ei1you4$INTERJ -ei1you4$INTERJ -you4you4$INTERJ -ti1guo4lai2 -kan4ti1jin4qu4lemei2$Q:MEI -pao3eiweiweihehe

pao

3 -laughs -xxx$UNINT -hao

3qiu

2keeps vocalizing loud excitedly -diu4adiu4a

$UNINT -a4$INTERJ -you4$INTERJ -nia4yai

2agu

4gu4creaking sound$UNINT -gan4ma

2ahee$UNINT -xing2le -qiu

2ya4awei1banging noise as hy kicked ball against sth. metal -ei

2$INTERJ -ehxing2leni3ge1degou4qu4wo3bu4gei3ni3gou4leani3bu4hao3gou4 -mei2le -whinyyao

4a4 -ayao4 -na2 -na2yao4na

2 -shi4bam goes to get ball$Q:NQP -wo3gei3ni3na2 -engeh$INTERJ -eng4$INTERJ -aiyou4$INTERJ -a

1you4a

1you4yiyi4hy running around$INTERJ -eiyou

4$INTERJ -eng4$INTERJ -eng2$Q:PRMPT -pao3 -pao3na2jin4lai2ba -bie2chu1qu4le -na2jin4lai2 -pao3hy walking around -eng

nghy walking; next vocalizations loud and excited$INTERJ -eh

dao

4$UNINT -eh$INTERJ -aiyou

4ou$INTERJ -adiao

4a$UNINT -diao4 -diao4nar3le

$Q:QW -henghy walking$INTERJ -ei4dao4$UNINT -ehdu1a

1hah$UNINT -ao4ou4eh4hen$UNINT -a

ti4$UNINT -ei1you4$INTERJ -eiyou

4$INTERJ -untranscribable vocalizations, loud, babbling$UNINT -xxx$UNINT -engthqiu

1$UNINT -qiu2loud laughing -laughs -ouhao2yu3zhen1ai

4ti1qiu2ha$Q:NQP -panting as he runs and gets ready to kick ball -ati

1 -you4$INTERJ -mei

2 -qiu2ne$Q:QP:N -qiu

2hexiu

1eh -fussingeibibiaoeh

$UNINT -crying$UNINT -xxx$UNINT -crying or vocalizing$UNINT -ah4as he kicks the ball again$INTERJ -ou4$INTERJ -whew1hy runs$INTERJ -ti1noise -ti

1 -ti1yahy moving around -grunts$UNINT -hao2yu

3$VOC -ba3qiu2na2guo4lai2bie2wang3wai4ti1le -hao2yu3ba3qiu2na2guo4lai2 -hao2yu

3$VOC -na2lai2 -sh

eh4$UNINT -heh1$INTERJ -ei

1zhen1guai1 -dui4ei

1 -you4$INTERJ -you4he4shuai1dao3le -dao

3ah

-ni3zen3meshuai1dao

3a$Q:QW -ah

4$INTERJ -heng4$INTERJ -eng1en

$INTERJ -ar

4$UNINT -xxx$UNINT -nao

3aonao4$UNINT -eng$INTERJ -eh$INTERJ -a4diao

4 -eh$INTERJ -eh$INTERJ -laughs -qiu2ne$Q:QP:N -ao4zher4ne -ahrahr

rahrrahr4$UNINT -dao4eh

ahdao

1$UNINT -dao3burps$UNINT -squeals/vocalizes$UNINT -he

$UNINT -mi

1trans. wrote "menr1" as correct token$INTERJ -zhei4jiu4shi4mi

1laugh -mi

1ha1$INTERJ -mi

1mi

2menr1hy tangling his microphone wire$INTERJ -eihao2yu3$VOC -guo4lai2guo4lai2guo4lai2 -guo4lai2 -guo4lai2 -guo4lai2lai2lai2lai2lai2lai2 -INVti1qiu2 -lai2lai2lai2lai2ni3bie2dong4a1yi2gei3nong4zhekan4ni3zhei4shang4mianr1you4zen3mexxx -INVhuai

4 -huai4le$Q:NQP -zhen1ma2fan

2 -hengheng$INTERJ -zhen1huai4le -heng$INTERJ -eng

$INTERJ -qiu

2ne$Q:QP:N -eng

$INTERJ -enheng$INTERJ -ei4mei2shir4mei2shir4ei

4inaudible whisper, as hy is squirming -ei2$INTERJ -you4$INTERJ -you4$INTERJ -hao3 -INVhao3 -INVhao3 -hahata1ye3shuo1hao

3 -ao4ehinaud. two-word imperative, perhaps "shi3 jin4!"$INTERJ $UNINT -ao

4$INTERJ -xxx$UNINT -ai1you4zang1lebu4xu3na2nei4gechi1af bounces ball on floor -hei4ti1qiu2 -FApao3 -FApao3aheh

ti

1 -FAeh

ti

1yati1 -hahati1yati1 -zuo4zhebaf pushes chair$Q:NQP -FAbu2zuo

4more chair sounds -FAheieizuo4 -FAhei$INTERJ -xxzuo4 -zuo4 -hei1hei1zuo4 -xxxxzuo4 -eiwei4gu$UNINT -heng$INTERJ -wei4wa

1gurgling sound with his lips and cheeks; laughing$UNINT -aiyou4he4gao1xing4ajin1tian1 -a1yi2yi4lai2wo3men2te4bie2gao1xing4ha$Q:NQP -squealingyou

ti1ya4ti1 -you

a

$UNINT -mawatshata$UNINT -excitedlyti

1ya4ti

1ya4ti

1ya4 -ti

1 -ai1ya

4ti

1 -yiya4ti

1 -more excited voc's, with his breathing$UNINT -xxx$UNINT -tshl

ti1ya4ti

1 -ati1ya4ti

1 -ati

1yati1inaudible about a1+yi2$UNINT -more loud, excited vocalizations$UNINT -squeals; hy running$UNINT -hao2yu3$VOC -xxxxzang1le -ai1you4you4you4you4$INTERJ -bu4ke3yi3chi1 -laughing excitedly -squealing; mike wire being bumped$UNINT -a1yi2zen3mele$Q:QW -a1yi2duo1lei4a -INVhigh, excitedduo

4duo4duo4aduo

4$UNINT -aiyou4wai1de -squeal-vocalizing$UNINT -ei2ei2ei

2laugh$INTERJ -laughs -hao2yu3a$VOC -squeals, laughs$UNINT -hahahao2yu3zen3mele$Q:QW -zu

3hao3zu3 %because of sandhi -zu3hao3 -gao4suzu3hao3 -ai1you4he4$INTERJ -zu3lei4 -loud squealing vocalization$UNINT -hao2hao2yu3zu3gan4ma2qu4le$Q:QW -more squealing$UNINT -laughs -hao2yu3zu3gan4ma2qu4le$Q:QW -squeals; laughs$UNINT -da4yi2ne$Q:QP:N -da4pao3da4p -da4yi2pao

3 -da4yi2pao3le

$Q:NQP -INVgao4da4yi2pao3laugh -laughs -squealing; runs$UNINT -in distancelai2lelai2le -wo3zai4zher4ne -wo3zai4ce4suo3ne -as he runsheng4heng4he

dao

3$INTERJ -heda4du

2azu3 -du2azu3 -tuo

1du

2 -ao

4du3zu3zai4nema$Q:QP:M -dai4zai4 -zai4 -you3ma$Q:QP:M -you2you3 -you3ma$Q:QP:M -nar3nezu2zu3$Q:QW -pi

4 -pi4laugh -squealing and vocalizing$UNINT -hao2yu3ni3kan4da4yi2zai4nar3ne$Q:QW -dai32da4+yi2 -da4yi2zai4bu2zai4$Q:VNV -jiai

4zai4 -zai4ma$Q:QP:M -dyou

4dyou

4zai4 -kan4da4yi2zai4men2hou4tou2mei2you3$Q:MEI -hou4 -kan4da4da4yi2zai4men2hou4tou2 -da4da

4yi

2pao3 -da4yi2pao3le -hao2yu3kuai4guo4lai2hy running -rhu4rhu4pa4 -kuai4guo4lai2 -pa4 -pa4yaxxxx -xxx$UNINT -squeal/laughs; laughs$UNINT -squeals; laughs$UNINT -aiyou

4aiyou

4$INTERJ -you

1zen3me

le

laugh$Q:QW -dou4a

$UNINT -laughs -squeals and laughs$UNINT -eiyou

1youyouyouyou$INTERJ -ti1em2ehnden1hy's shoe falls off -zen3me$Q:QW -xxxxxx$UNINT -diao4leba$Q:NQP -diao

4 -diao4lai2kan4kan4 -gei3ni3chuan1shang4 -wan2yiwanr

2 -wanr2wanr

2 -eng

$INTERJ -excited vocalizations$UNINT -more vocalizations$UNINT -cha4bi

1bi

1$UNINT -hee

ou4$UNINT -abi1$UNINT -yi

2$UNINT -yi1shlaoou$UNINT -engzou3 -hui2qu4hui2qu4 -cries$UNINT -ni3kan4ni3kan4xxyou3zu3zu3zai4crying$UNINTtapping noise -xxx$UNINT -hui2qu4hui2qu4a -hui2qu4wo3gei3ni3na2ji1qi1ren2crying then laugh/squealing$UNINT -wo3gei3ni3na2ji1qi1ren2 -xxx$UNINT -squealing and laughing$UNINT -kan4ji1qi1renr2ji1qi1renr

2laughs -ge1gea4 -kan4ji1qi1renr2a -wo3gei3ni3na

2ji1qi1renr

2xing2ma$Q:QP:T -bie2chu1qu4lea -guai1guai1ai

4 -high, whinyake

3ke

3 -wo3gei3na2ji1qi1renr2 -high, whinyke3ke3 -high, whinyke3ke

3 -high, whinyake

3 -ke3lea

$Q:NQP -high, whinyahe

3ke3 -hang1ke3leou4 -INVta1shuo1ke

3laugh -eng

1$INTERJ -lai2lai2lai2kan4ji1qi1renr2 -rang4ba4gei3ni3nong4dianr3shui3a -INVagei3 -gei3ya$Q:NQP -na4ni3guo4lai2 -INVduo

4lai

2guo4 lai2 -zuo4hao3zuo4hao3lejiu4gei3 -kan4kan4 -INVhuai4biao

3 -ei

4pao3biao

3 -INVen

biao

3 -shen2me$Q:QW -INVsqueal vocalizing$UNINT -ei1$INTERJ -INVlaughbiao

3ta1shuo1zhei4shi4biao

3ha$Q:NQP -MOTem4$INTERJ -biao

3 -zhei4gene$Q:QP:N -eihy looking at wheels on tape recorder$INTERJ -ahuai

4 -ahuai

4a4huai4 -mei2huai4 -zai4zhuan4 -INVnie

4ne$UNINT -INVniu

2ehniu

2hy likes to say niu2 around r because of the shirt she wore -hao2yu3xxxxxx$VOC -ka3che

1 -ka3che

1 -qia3che

1 -niu3niu4qia

3che

1 -eiche1a1yi

2ya

-ai1you

4ehge

deyao

4ya4 -ehyao

1plastic banging sounds of robot car$UNINT -ehfah

1$UNINT -heche

1 -eng

che1 -hengehche1 -eng$INTERJ -tuo1la1ji

1banging noise as m and hy manipulate robot car -aiyou

4you

4kai1ya -engkai1xxxxxx -ka4kai1 -kai1zuo

4 -engrang4ta1zuo

4ya$Q:NQP -rang4ta1zuo4xing2 -rang4ta1zuo4zai4shang4mian4am puts robot on his seat in the car -kai1zuo4 -kai

1che1laugh "ha!" "ha!" -kai1che1gao4su4kai1che1zuo4kai1che1laugh -zuo4zuo4 -eng

$INTERJ -xing2zuo4kai1che1lai2 -che

1 -eng

$INTERJ -lai

2zuo4hao3le -kai1ma$Q:QP:M -kai1 -eng4kai1electronic screeching noise of robot car as m turns it on -ei

2$INTERJ -huai4 -huai

4squeal -happy deep squeals$UNINT -more loud, happy vocalizations$UNINT -eicontinuing screeching sounds of robot car$INTERJ -ni3kan4hy kicks the robot car and r turns it off -de2$INTERJ -huai4 -huai4 -bu4xu3ti

1a -ti1lejiu4huai4le -bu4xu3ti1a -ni3yao4ti1 -kai1kai1 -ao4kai1kai1screeching as m turns it on again. -huai4huai

4 -laugh/squealing$UNINT -ei2ei

2ei

2$INTERJ -eng$INTERJ -kai

1kai1kai1 -enhha

robot car is shut off again$INTERJ -huai

4huai

4 -cha1hen

cha1 shang4 -englai2cha1shang4 -cha1shang4 -INVlaughta1gao4sushuo1cha1shang4 -ni3hai2hui4shuo1cha1shang4nehao2yu3 -huai4 -eng1$INTERJ -mei2huai4 -engcha1shang4jiu4huai4lescreeching sound as m turns robot car on again -huai4enh

bawaidewao

-grunt/panting noises$UNINT -yi

be

be

end of side one$UNINT -high-pitched fussingehehehehyou

huai

4eh

$UNINT -gan4ma2ya$Q:QW -huai4 -eng4$INTERJ -high, fussingtan

1eh

m and hy manipulating robot car$UNINT -xing2le -wan2leban4tian1xie1huir3ang1 -tai4lei4leang -lei4 -ouehhuai

4 -ehhuai

4huai4 -ehhuai

4 -mei2huai4 -INVehhuai4ehhuai

4 -huai4lema$Q:QP:M -eng

na4ni3jiu4fang4hui2qu4ba -INVengbanging noise$INTERJ -INVeh

bangehyou4$INTERJ -INVyou4huai4 -INVfussen

en

en

4$UNINT -INVehbanging$INTERJ -INVahuai4 -fang4hui2qu4ba -INVche

1 -mei2huai4 -INVche1che1 -lai2hao2yu3 -INVche1che1huai4 -gei3ni3 -che1huai4 -che1che1huai

4ou -huai4huai4 -na4ni3yao4fang4hui2qu4ni3jiu4wan2zhei4gexiao3ya1ya1ba -hao3ma$Q:QP:M -INVai1ya$INTERJ -INVhao3 -INVehhuai

4 -wan2xiao3ya1ya1ba -INVendoun$UNINT -wan2xiao3ya1ya1ba -ni3lao3wan2zhei4geyi4huir3ni3kan4ni3lao3cai3 -hahalao3shuai1 -wanr2yi4huir3jiu4shuai1hy throws robot car -ei4$INTERJ -ei4$INTERJ -ni3kan4 -enhuai

4 -zhei4yang4jiu

4huai4le -hao2yu3$VOC -gurgling noise$UNINT -ni3kan4banging noise -ehhuai4rattling noise -zuo4zuo4zuo

4zuo4zuo4zuo

4 -ai

2yao4zuo4zuo4laugh -vocalizationbrrooprattling noise$UNINT -ei2ei

3more rattling$INTERJ -zuo4 -tang3tang3 -emtang3tang3 -tang3tang3hui4shuo1tang3tang3a

rattling object drops -huai4 -eiyou4huai4le -huai4lewo3gei3ni3an1shang4ascraping sound -eng

$INTERJ -ji1dan4 -ji1dan4 -hahata1gao4su4shuo1ji1dan4banging, manipulating toy -tuo

1ji1tuo1+la1+ji1 -INVkan4jian4wai4bian1ya4che1legao4su4tuo1la1ji1 -gei3 -zhei4gem rattles toy -tang3 -emtang3rattle, then sound of it hitting floor -huai4 -eiyouhuai4 -yi3$INTERJ -hao3haona2zhe

a -zhei4xiao3di4di4bie2shuai1huai4le -lai2 -gi4gi4di4+di4 -engdi

4di4rattling sound -che1che

2che1+che1a4 -eng

$INTERJ -sneezes twice -en

hei$INTERJ -tuo2tuo2tuo

2$UNINT -eng4$INTERJ -tuo

2$UNINT -eng4$INTERJ -tuo2high, excitedtuo2tuo

2$UNINT -ei

ni3kan4tuo2tuo2tuo2ni3kan4eng4tuo2m rattles the toy for him -tui

1 -engmore rattling$INTERJ -hao3wanr2ma$Q:QP:M -youyoulaughs$INTERJ -wei2$INTERJ -huai4 -huai

4m rattling the toy and laughing as she watches hy -huai4rattling stops -gei3nong4hao3le -chai1chai1 -engchai1chai1ya

-gei3 -ning3ning3a -ning3 -engning3 -gei3 -ehhuai4 -ei1guo4lai2gei3 -scratchygei3 -ke4rattling and banging sounds -eieigei3ni3kan4 -shuai1leni3kan4 -fusses loudly$UNINT -bie2shuai1huai4lemei2fa3wanr2le -nuodu4ou3diao3na2zou

3 -na2zou3le -che1che1mei2you2mei2 you3eh -mumbling, unclear and obscured by toy banging sound$UNINT -che1 -banging, rolling sounds of toys, hy vocalizing to himself$UNINT -duo2duo4duo4duo4$UNINT -duo4scraping sound of toy along ground$UNINT -ma1ma1gei3ni3shou1qi3lai2xing2ma$Q:QP:T -ni3wanr2nei4ya1ya1sound of hy pushing robot car along ground -tui1 -tui1tui1ya

-inaudible, obscured by hy pushing car$UNINT -xing2le -rang4ta1xie1huir3xing2ma$Q:QP:T -ai

2nei

4nei4lei4, lei4 -lei4a$Q:NQP -dui4ata1lei4le -shi4ba

$Q:NQP -rang4ta1xie1huir3ba -hang$Q:PRMPT -nei

4lei4 -ata1lei4le -dui4laughs -xie1huir3lei

4 -engta1xie1huir3a4 -eng

$INTERJ -xie1huir3ni3wanr2ya1ya1ba -wanr2ya1ya1 -zan2wanr2ya1ya1xiao3di4di4xx -wo3gei3ni3na2xiao3qi4che1a4m moving about and putting robot car away -wanr2xiao3qi4che

1ne -che

1 -ao

4che

1 -na2yi4xiao3dea4 -che1ao

xiao3che

1 -ai1you

4che

1 -ai1you

4che

1 -ai

1ma1ma

panting$VOC -ma1aima11hai

ma

1$VOC -hai

ma

1haima

1$VOC -qiuwaehwa$UNINT -engna2zhei4ge -zhei4hao3 -oungmgh$UNINT -eng

$INTERJ -huai

4huai4 -zhei4gebu2pa4shuai1ang -zhei4ge -gei3ni3yi2ge -slurredshuai

1yashuai1 -eng

$INTERJ -shuai1yashuai1mechanical fluttering noise -che1che

1ashwyao

2 -eng

$INTERJ -che1 -engche1 -xing2wanr2che1ba -hae

hy banging the matchbox-type car$UNINT -huai4 -zhei4che1bu2huai4laughbanging sound, like a drumming bear toy -enhehenh2$INTERJ -laughs -enh

laughpanting as he bangs matchbox car$INTERJ -eiche1 -eng

$INTERJ -wo4$INTERJ -lai2che1arrarr

2 -a

da

3 -rang4wo3na2na2ba -vocalizingnao

2nao

nao

2$UNINT -in distancena2shen2me$Q:QW -bu4gen1wo3wanr2lehao2yu3$Q:INT -wu3clatter as car falls to ground$INTERJ -huai4 -gen1nar3wanr

2$Q:QW -xi4sha4di4 shang4 -enghao2yu3ai4gan1jing4ha$Q:NQP -kan4di4shang4nem4mezang1leshi4bu2shi4$Q:VNV:T -zai4deng4zishang4wanr

2laughs -tiao4wu

3 -tiao4wu

3laughs$Q:INT -em

$INTERJ -tiao4wu

3laugh$Q:INT -ni3hai2hui4tiao4wu3ne$Q:NQP -you

4shi4ma$Q:QP:M -ni3tiao4yi2gegei3wo3kan4kan4hy hitting something, banging noise -gei3wo3yi2dong4tan2ni3jiu4shuo1tiao4wu3shi4ma$Q:QP:T -as he throws somethingtu4tu4 -ai1you

4na4ye3bu2shi4na4bu2pa4shuai1ye3bu4neng2lao3shuai1a

-lao3shuai1nei4geye3shuai1huai4le

-dwu3aai1you

4$INTERJ -eng

$INTERJ -aqiu2adutu4a couple of bang/taps$UNINT -zhen1guai1a4 -gei3zhei4ge -che1che

1 -che1ba -cha1cha1 -eng

cha1cha1 -ni3cha1cha1 -ni3hui4cha1cha1ma$Q:QP:M -cha1cha1lai2 -gei3 -cha1 -ei2$INTERJ -you42 bang/taps$INTERJ -gei3 -aiyou

4$INTERJ -eng

$INTERJ -ei2$INTERJ -dou4dou4dou

4diao4, diao4, diao4 -diao4le

-lai2 -che

1huai4yache

1you4 -eng

eng$INTERJ -zher4shen2mezhei4shen2meyan2se

4a$Q:QW -nan

2nan2lan2+lan2hei1hei

1 -ao

4lan2lan

2 -zhei4gene$Q:QP:N -nan2lan2hei1nan2lan2 -ao4na2tui1na

2lan2dezhei4geshen2meyan2se4$Q:QW -tu4a

-hhh

enh

$INTERJ -lai2 -na2zhei4ge -kan4yi2kan4asound of toys being moved -gei3ni3xiao3tu4 -lai2cha1cha1 -zan2shang4nei4wu1cha1cha1qu4xing2ma$Q:QP:T -nei4wu1 -engche1 -xing2bu4xing

2$Q:VNV -ni3shang4nei4wu1cha1cha1qu4bazou3 -a1$INTERJ -yao4bu4ran2a1yi2mei2far3zuo4zhea1 -dao4nei4wu1cha1cha1qu4a -dao4nei4wu1zou3 -hao2yu3zhen

1ting1hua4 -nhua

4ting hua4 -ao4ting1hua

4 -lai2 -nhua

4ting1+hua4 -eng

$INTERJ -woushchoush

$UNINT -engeng4cha1cha1 -gei3a1yi2cha1cha1kan4kan4a -ei1$INTERJ -eng$INTERJ -waowou3wuhdou4$UNINT -eng

4$INTERJ -dou4dou4adou4$UNINT -adouadou3$UNINT -cha1cha1 -gei3a1yi2kan4kan4laughrustling sound as hy pulls plastic building pieces out -cha1cha1 -zhe

4che1huai

4 -eng

4$INTERJ -che1huai4ya -hao2yu3ni3kan4 -cha1rustling sound -che1huai

4huai

4 -engcha1wan2leei2 -enhehkai1 -eng

$INTERJ -mei2you2you3 -zi4ger3cha1 -cha1xxxx -you2you

2you3 you3 -ei2zhei4shi4shen2mecha

1deya$Q:QW -zhei4ge -zhe4mecha

1deme$Q:QP:M -cha1 -cha1 -cha

1cha1ba -hai2hai2zhe4mecha1zhewanr2 -na2na2che1run2lun2cha1 -ah

kai1kai1 -kai1kai1 -eikai1kai1xing2 -ba2bai2che1 -engcha1ba -enga$INTERJ -eng

$INTERJ -eng$INTERJ -eihu4$UNINT -eng$INTERJ -ou2laugh$INTERJ -ehhuai

4huai

4 -zhe4mecha1 -cha1zhong1jianr1debu2huai4le -cha1zhong1jianr1 -ei2$INTERJ -cha1leba$Q:NQP -ei

2rattling/fumbling noise$INTERJ -ehheh$UNINT -eidu1a$UNINT -du1du1du

1$UNINT -eng

$INTERJ -du1du1$UNINT -cha1ma$Q:QP:M -hai2neng2cha1ma$Q:QP:M -lai2cha1m helps hy -fussaaa$UNINT -cha

1ma -che1 -eng2$Q:PRMPT -yicha1 -cha1cha1 -eng$INTERJ -cha1 -eng

2$INTERJ -azai

2ei

2$UNINT -ei1you1he4hao2yu3zhe4mecha1zhelia3lun2zi -he4zhen1hao3kan4hei -ei2$INTERJ -kai1huai1kai1+kai1 -eng$INTERJ -ou2ou4pah

$UNINT -mei4you4mei2 you3 -mei2you3 -mei

2yi -eng$INTERJ -dao4uph

$UNINT -yi

1$UNINT -sternengde2nei4zen3mewanr2a$Q:QW -zang1si3le -mei2you3 -hai2wang3lian3shang4neng4nonglaugh -ham

1$UNINT -hai2wanr2ma$Q:QP:M -wanr2nei3geya$Q:QW -qiu2hui

2 -eng

$INTERJ -ehqiu2qiu2wei2wa -cha1cha1ya -lai2m helps -eiou

1eh

$UNINT -cheish$UNINT -kai

1 -kai1kai1 -kai1che

1 -enghao2yu3kai1kai1a -he

1$UNINT -fussyhe

akai

1che

1 -eng$INTERJ -ei2$INTERJ -gruntlike as he puts pieces togetheryi

yi

2$INTERJ -ei2xing2 -cha1shang4lelaugh -ha1$INTERJ -eng$INTERJ -hai2neng2cha1ne -lai2cha1 -fussehhehheh

heh$UNINT -chaeuha$UNINT -cha1enh -eng$INTERJ -cha

1 -cha1 -cha1 -cha1 -cha1cha1 -cha1cha1yalai2 -eng4lai2 -ka1cha1cha1 -ei2xing2leba

$Q:NQP -ei

2chai1cha1kai1 -enghy runs to other room$INTERJ -you4gan4shen2meya$Q:QW -huak4huak4$UNINT -eng2$Q:PRMPT -chou4 -chou

4 -da3ni3 -chou4 -happy voc'sheibiyawubi$UNINT -laughs -happyhei1wuyawa$UNINT -heibabe

slobbers$UNINT -teng

2 -teng2a$Q:NQP -da3teng2 -hai2xia1shuo1bu4xia1shuo1le$Q:VNV -shuo1shemba

-eiyouou4$INTERJ -ao4$INTERJ -anda

3 -da

3gao4suni3ni3xia1shuo1jiu4da3ni3a -ting1jian4mei2you3$Q:MEI -INVa1yi

2$VOC -a1yi2laugh -a1yi2hao3ma$Q:QP:M -hao3 -eng

$INTERJ -xx$UNINT -ani3$UNINT -a1yi2zou3lexiang3a1yi2ma$Q:QP:M -zou3enh -xiang3bu4xiang3a$Q:VNV -xiang3 -xiang

3 -eienglishgobye

-eng4$INTERJ -huai4 -englishbyebye

-huai

4 -eng$INTERJ -ahuai4diao

4 -diao

4 -englishbyebye

-chineseni3hai2hui4shuo1engbyebyechinelaughs -ehu

$UNINT -eiyou$INTERJ -eiyou$INTERJ -enhlaughs$INTERJ -laughs -yi

3kai1 -kai1 -kai1hu2xi1xxxx -kai1wo3gei3ni3kai1ya

-zi4ji3hui4kai1ma$Q:QP:M -na2zou3na

2 -na2 -ei1hao2yu3zhei4gezhei4geshen3meyan2se4a$Q:QW -kai1kai1 -eng2$Q:PRMPT -hei1hei

1 -diao

4 -diao4 -eidiao

4diao4 -diao4 -xing2lewo3gei3ni3nong4 -zhe4mezhaozhuan4zhuan4a -nezhei4gebu4xing2sound of m spinning two pieces put together like a top -eng$INTERJ -huai4 -enghuai4 -zhei4zhem4mezhaozhem4mezhaozhuan4 -wo3gei3ni3xxxxzhuan4$UNINT -azhuan4a -engzhuan

4 -enduanhuai4a -che1che

1 -engche1che1 -lai2as she moves him overzher4zuo4lai2m spins the pieces like a top -hao3ma$Q:QP:M -che1cai3 -cai3a$Q:NQP -bie2cai3a -cai3huai4lezen3meban4$Q:QW -huang

eng$UNINT -cai3 -cai3ya -cai3laugh/vochong2hong

2 -cai3cai3 -cai3hong2voc -cai3hong2 -ehhong2 -cai3hong2ma$Q:QP:M -laugh -ni3hai2hui4 -cai3 -huai4 -huai

4 -cai3cai3hong2 -cai3hong2 -yao4nongzhei4genong4zhei4ge -wo3gei3ni3 -zhe4$UNINT -eng2$Q:PRMPT -endiu$UNINT -enggei3ni3nong4zhei4ge -fussaiaiyou$INTERJ -encha1 -ni3na2zhei4ge -na2yi2na2hong2dewo3na2na2zhei4geam spins pieces like a top again -eipieces spinning on floor$INTERJ -totsh$UNINT -cai3hong

2 -cai3hong2ei -eng

$INTERJ -zhe4hua4$UNINT -zhei4shi4guang1hong2dema$Q:QP:M -zhei4bu2shi4you3lan

2dema$Q:QP:M -lan2 -dou4lan2 -englan2 -dui4 -zhei4shi4lan2zhei4shi4lan2yan2se4 -ji4zhu4mei2you3$Q:MEI -enhuai

4 -eng$INTERJ -huai4de -lai2 -fussingen2en2ei

3$UNINT -ei

2$INTERJ -enh$INTERJ -hei4dianr3$UNINT -engspins pieces$INTERJ -ei2$INTERJ -he4$INTERJ -englai2 -hei2$INTERJ -xxx$UNINT -hei1 -ei2laugh$INTERJ -kai1kai1kai

1 -eng$INTERJ -kai1kai1heavy breathing -kai1kai1 -kai1kai1 -hai2kai1kai1ya$Q:NQP -kai1kai1shen2meya$Q:QW -mei

2 -engmei2lem manipulating pieces -shen2moum

1$UNINT -engzhei4shi4shen2meyan2se4$Q:QW -hao2yu3ni3dexie2shen2meyan2se4a$Q:QW -xie

2 -xie2shen2meyan2se4$Q:QW -xie

2points to r's shoes -hahaa1yi2nei4xie2 -ni3dexie2shen2meyan2se4a$Q:QW -huai4huai4 -eng$INTERJ -eng$INTERJ -en

wei$UNINT -eng$INTERJ -kai1ming2 -kai1ming2 -chuan1chuan1ba -cha1cha1 -enhuai

4 -eng

4$INTERJ -eixia1Xia1 Ling2a1yi

2hao3 -enxie2 -eiyou4$INTERJ -dei4zhei4huai4eh

-che

1huai

4 -che1cai

3 -hai2cai3ya$Q:NQP -cai3hong2 -cai3cai3zang

1ledou1 -deng

1$UNINT -huai4 -eng$INTERJ -enhuai4pieces being manipulated -ni3nong4ge4xiao3fang1kuair4ba -xing2ma$Q:QP:M -huai4 -eng

$INTERJ -kua4kuar

4$UNINT -ei2eieiyou$INTERJ -kuai4kuai

4kuai4 -eng

kuair4kuair

4 -nong4fang1kuair4a -ahuai

4 -eng

$INTERJ -eihuai

4ehhuai4 -huai4 -eng

pieces being manipulated$INTERJ -gei3gei3wo3 -eng2$Q:PRMPT -mei2you3le -jiu4zhei4yang4balaughs -eng$INTERJ -enh$INTERJ -ehhuai

4 -eng

$INTERJ -ni3hui4cha1ma$Q:QP:M -gei3wo3cha1yi2xiao3fang1kuair4 -kan4zhei4geneng2cha1yi2ge -eng$INTERJ -hao2yu3zhei4geneng2cha1yi2gefang1kuair4 -ni3kan4 -eng$INTERJ -xiao

3de -ei2$INTERJ -ei4$INTERJ -ehhuai

4eh -ehheh$INTERJ -ehhuai4mei2you3 -eng2$Q:PRMPT -mei3you2mei2 you3 -mei2you3nei3gemei2you3a$Q:NQP -mei3you2mei2 you3 -mei2you3shen2mele$Q:QW -whinymei2you3mei2you3 -eng

2$Q:PRMPT -whinymei2ehmei2 -zen3mela$Q:QW -mei3you3mei2 you3huai

4 -mei2you3huai

4 -enhuai4eng24 -enhhuai

4 -ahuai4 -eng2$INTERJ -eng2$INTERJ -me

1$UNINT -whinycha

1cha1 -cha

1ehcha

1 -eng

cha1cha1 -su1su1fang4zhecha1mei3you2mei2 you3 -ehcha1mei3you2mei2 you3 -mei2you3 -mei2you3 -eng2$Q:PRMPT -che1mei2cha1 -che1mei2cha1 -che1mei2cha1mei3you2mei2 you3 -engmei2you

3 -che1mei2cha

1 -eng

$INTERJ -ei$INTERJ -che1mei2cha1 -che1mei2cha

1mei3you2mei2 you3ah -du1du

2du$UNINT -eng

$INTERJ -diu1du

4du4$UNINT -engdu1du2du4$INTERJ -du4kai

1 -kai1 -kai

1bedu4 -eng

$INTERJ -du4du

4du4$UNINT -kai

1du4du4du4 -tu1du

4$UNINT -eng2$Q:PRMPT -kai1du4 -hao2yu3kan4 -di1$UNINT -zhei4gecha1hao3le -yi2gefang1kuair4 -enhuai

4 -engkuair

4lai2 -kua4kua4kuair4+kuair4 -eng$INTERJ -eng

$INTERJ -enhuai

4ahhuai4 -engzhei4gemei2you3le -zhei4gemei2you3zen4meda

4dele

-ei2zhei4gehao3lelaugh -dou1cha1hao3le -lai2 -kuair4 -engpieces being manipulated$INTERJ -happyehhuai

4 -eng

$INTERJ -panting -hao3ma

$Q:QP:M -zhei4ge -bukun

$UNINT -youheahuai

4 -pantsahuai

4heh

-eimanipulating pieces$INTERJ -enheh

$INTERJ -ni3dei3zi4ji3lian4xi2cha1a

-ni3kan

4 -cha1cha1 -engcha1cha1 -zi4ji3neng2cha1cha1lai2 -cha

1huai4 -engcha1huai4 -ei2$INTERJ -cha1sha

4oushang4 -lai2zhei4yangr4de -eideida

4eida

4 -eng2$Q:PRMPT -da

4shen2meda

4$Q:QW -dei4zhei4+ -eihuai

4huai

4 -mei2huai4 -ting2hao3de -enh

$INTERJ -ei2ni3kan4 -hao3kan4ma$Q:QP:M -hao3kan

4 -eng

train whistle in background$INTERJ -kan4 -kan4hang$Q:NQP -kan4kan4 -zuo4zuo4 -zuo4zhe4shang4 -en$INTERJ -enni3yao4zhei4geyao4zhei4gekan4kan4 -zuo

4 -engzuo4shang4lezuo4zhelaughs -engzuo4zher4amanipulating pieces -kuair4kuair

4 -eng

$INTERJ -ni3zi4ji3lian4xi2cha1 -zi4ji3cha1 -cha1shen2meyangr4dedou1xing2 -cha1hong

2 -eng

cha1hong2a -zi4ji3na2hong2decha1 -nei3gehong2de$Q:QW -zhei4ge

-enggei3wo3na2yi2gehong2decha1cha1 -fussen

$UNINT -lai2 -cha1cha1 -cha1cha1cha1cha1 -enhei2wou4$INTERJ -eng2$Q:PRMPT -enghuhudi

$INTERJ -cha1cha1 -en

1$INTERJ -cha1cha1 -englai2 -cha1cha1 -cha1 -cha1cha1 -eng

dui4 -ni3kan4cha1shen2meyangr4dedou1xing2 -ni3kan4 -ei1$INTERJ -shi4bu2shi4a$Q:VNV -ei2$INTERJ -ei2$INTERJ -en$INTERJ -diao4 -diao4 -ni3kan4 -haidiao4 -eng

diao4 -ni3kan4zhei4gezhei4yangr4de -duo4duo4zuo4+zuo4 -zuo4zuo4ha$Q:NQP -duo4duo4zuo4+zuo4 -di4di4zuo4zuo4lehangclicking noise as hy puts toy figure on pieces to sit$Q:NQP -duo4duo4 -eng

$INTERJ -zuo4zuo4 -zuo4 -di1di

1di4+di4 -dei4gezhei4+ge -zhei4ge -zuo

4 -ni3you4ni3laughhai2yao4zuo4laugh -hahani3zuo4zhei4neng2zuo4ma$Q:QP:M -zhem4meyi4dianr3ni3kan4 -zuo4 -rang4xiao3di

4di4zuo4a -eh$INTERJ -zuo

4 -eng

$INTERJ -di4di

4 -engdi4di4zuo4 -ni3tai4da4leni3bu4neng2zuo4 -ni3zuo4zuo4zhei4geaas she pats stool -engeh$UNINT -eng$INTERJ -ehhuai

4 -huai4 -ehdi4di4 -adi4di4 -eiyoudi4di4huai

4le -kuai4ba3di4di4nong4hao3leba -di4di4as he manipulates "di4+di4" -zhei4di4di4hao3ma$Q:QP:M -zhei4di4di4 -hao3 -hao3a

-zuo4zuo4 -engzuo4zuo4 -engzuo4zuo4tang3tang3ba -eng

2$INTERJ -eng2tang3tang3 -tang3tang3 -zuo4zuo4 -zuo4zuo4 -enghai2zuo4zuo4xing2 -lai2as she fixes "di4+di4"'s position -xing2lema$Q:QP:M -zuo4zuo4 -tuo

1tuo1+la1+ji1 -tuo

1ji1 -tuo

1ji1 -tuo1ji1 -tuo1la1ji1$Q:INT -nar3netuo1la1ji1$Q:QW -nar3you3tuo1la1ji1$Q:QW -tuo1ji1 -eng

rattling sound of toys$INTERJ -ei1$INTERJ -bai1bai1 -eng

rattling stops$INTERJ -bai1bai1 -bai1huai4leba$Q:NQP -hai2hui4cha1ma$Q:QP:M -cha1cha1cha1 -cha1cha1ni3kan4zen3mecha1$Q:QW -duo4duo4zuo4+zuo4 -zen4mecha1 -duo4duo4duo4zuo4+zuo4+zuo4 -zen4me -zai4zuo4zuo4xing2le -duo

4zuo4 -englai2 -cha1zen4meyi

4cha1 -cha1shang4le -zuo4zuo4 -enghai2zuo4zuo4xing2 -tuo

1ji

1 -eng$INTERJ -tuo

1chang

2tang3 -engtang3 -ta1tang

3 -ehta

1tang

3 -engta1tang3 -zhei4bu2shi4tang3le$Q:INT -ta1tang3lexing2leba$Q:NQP:T -du4di4di

4ha

1duo4duo4$UNINT -hang2$Q:PRMPT -tang3 -engtang3 -rang4ta1tang3ba -tuo

1che

1ji1 -eng

$INTERJ -tuo

1ji1 -hah32

$UNINT -zhei4tuo1la1ji1 -zhei4tuo1la1ji1 -chang2he1ba4ji1dao4as he runs out$UNINT -ni3yao4nar3qu4a$Q:QW -nou3ge4dou

4$UNINT -ji1zhu

4hy walks further away$UNINT -shang4nar3qu4yayu3$Q:QW -ehche

1 -INVta1yao4shang4kang4shang4qu4kang4 used for "cot" here -xiao3di4di4ye3dao4kangshang4qu4 -rang4ta1zai4kang4omitted "shang4"tang3tang3a$Q:NQP -hua4hua4$UNINT -tang3tang3 -tang

3 -zhei4tang3 -eng$INTERJ -zuo4zuo4 -eng$INTERJ -zhei4tang3zuo4zuo4 -hai2tang

3m sweeping cot with hand then both m and hy lay on cot -tang3 -tang

3tang3 -tang3tang3 -engtang3tang3 -soft, inaudible$UNINT -tang3 -engtang3 -tuo

1huai

4sound of hy manipulating toy -ei2$INTERJ -huai4 -ahuai

4 -engxxhuai

4 -deiche1 -lai2 -tang3tang3 -tuo1ji1 -tuo1ji1 -tui

1ahy gets up and walks out; vocalizes, unclear -ai

2$INTERJ -in distancegan4ma2qu4yayou4$Q:QW -hao2yu3 -ou

4eh$UNINT -in distancehui2lai2 -in distancehao2yu3xx$VOC -runningeihrenr4$UNINT -jian4jian4$UNINT -ei

4$INTERJ -ahtang3 -high, squeakytang

3 -high, squeakyzuo4zuo4 -tang3 -eng$INTERJ -zhei4tang3 -engzhei4tang3 -high, squeakyzhei4tang3tang3 -engtang3tang3 -vocalizing/pantingehhehhuai

huai

ou

$UNINT -eng

$INTERJ -zhei4bi

2bi

2yabi

2bi3 -abi3bi3 -bi3bi3zen3mele$Q:QW -bi3bi3 -bi3 -bi3zen3mele$Q:QW -bi3bi

3 -bi3bi3zen3mele$Q:QW -wao4da

4diao

4 -diao

4 -adiao4diao4diao

4 -xxxxxxhao2yu3$VOC -wa

4$UNINT -enghao2yu3qin

2lai2 -hao2yu3qin2lai2gei3a1yi2zai4tan2tan2hao3bu4$Q:VBU -nei4qin2ne$Q:QP:N -qin

2pan2 -lai2nei4qin2lai2nei4qin2 -lai2tan2tan2$UNINT -qin2nehy running to look for it$Q:QP:N -nar4narnar4 -deng4deng4shang4 -nar4 -a4$INTERJ -a4na2na2lai2tan2tan2 -ahtu

1qin2qin

2qin

2 -eng$INTERJ -qiqiu

2$UNINT -eng$INTERJ -qin

2 -engba3zhei4gei3wo3 -ei4$INTERJ -enna

2 -high, excitedna2na2qin2 -na2qin2tan2zhei4qin2 -tan2qin2gei3wo3men2ting1ting1 -tsh

du1du

1starts to hit keys on pianobanging keys, then stops$UNINT -qin2 -laughs; hy clapping -singingda3da1da1da1da

3$UNINT -adui4da1da1da1da1da

3 -kai1shi3tan2qi3lai2 -singing, higherda1da1da1da

$UNINT -laughs -vocalizing, happyyou4nou4yao3yi2ya

1ga$UNINT -yulao

gull$UNINT -hao2yu

3$VOC -ni3bu4tan2qin2le$Q:NQP -qin

2 -ao4da

4wu -da4da

4 -da

4 -da

4laugh -da

3huo3da

3$UNINT -wu

1hu

wu1huai

4lepantsehhuai

4he

-a4a4$INTERJ -tuo2tuo2huai

4 -a2$Q:PRMPT -huai

4 -nar3huai4le$Q:QW -jiu

3qiuhuai

4 -hetang

3 -enghai2rang4ta1tang3ha -cheng2leba$Q:NQP -zhei4xia4hao3leha$Q:NQP -ta1tang3tang3 -eng

$INTERJ -ahtang

3 -eng

$INTERJ -tang

3 -eng

$INTERJ -ta1tang3ni3ne$Q:QP:N -ni3gan4ma2ya$Q:QW -ni3ni3ha2zi$UNINT -shui4jiao

4 -ni3hua

3$UNINT -henhwalks$INTERJ -jiao

4 -eng2$Q:PRMPT -jiao

4 -shui4jiao4a

$Q:NQP -enxi

1huyao

4$UNINT -engshui4jiao4ba -gai4gai4 -huai4 -gaer

4$UNINT -wa3cha1tou$UNINT -ehhuai4 -ehhuai4 -ehhuai4 -nar3huai4le$Q:QW -huai4duo1 -ma1ma1$VOC -eng$INTERJ -ei

4gai4gai4ha$Q:NQP -hata1duo

4$UNINT -enggei3ta1ye3gai4gai4ya$Q:NQP -ta1leng3a$Q:NQP -lai2 -hao2yu3ni3gei3ta1gai4shang4balaughs -gai4gai4 -enggai4gai4xing2le -henghuo4bi

3$UNINT -eng$INTERJ -dri

xing

yu2$UNINT -eng$INTERJ -gei2gei2bi

3$UNINT -eng

$INTERJ -engbi

gai4 -enggai4 -heiwohuai

4guai

4gai4 -eng

huai4gai4gai4 -tuo2wuh$UNINT -heng

huai4gai4gai4 -eng

$INTERJ -huai3a -he4huai

4 -eng$INTERJ -tang3 -engni3ye3tang3 -ni3men2lia3tang3yi2kuair4alaugh -he4huai4tang

3 -eng2$Q:PRMPT -ta1htang3 -ta1tang3 -ni3ne$Q:QP:N -hao2yu3ne$Q:QP:N -tuo1tuo1tuo2tuo2tuo

2tuo1hy wants m to take the backpack off for him -a4tuo1tuo1a -bu4tuo1bu4tuo

1a -zai4dai4zai4dai4yi4huir3 -ta1tang3 -tang3ao4 -tang3ni3ce4zhetang3 -zen4mezen4metang3as m turns him over onto his side -che

4ce4 -ace4 -engdui4 -yi2dui4 -hao2yu3ce4zhetang3ting3hao3de -che4wa1da

3$UNINT -eng$INTERJ -ahuai4 -huai4ya

$Q:NQP -ehhuai4 -huai4lelai2 -wo3gei3ni3nong4hao3lem adjusts backpack -xing2le -eng$INTERJ -nong4hao3leke3yi3tang3zher4le -ni3ye3tang3zhe -tang3 -eng$INTERJ -ta1huai

4 -engta1huai4la

-ni3ye3tang3zhea1 -tang3 -eng$INTERJ -tang

3 -eng$INTERJ -a$INTERJ -ta1ta1 -ehda

3 -da3shei2ya$Q:QW -qin2 -pa1ma1da

3$UNINT -ou

$INTERJ -dao4wadao

4wa

$UNINT -ahdao

4$UNINT -wo3kan4ni3ya2fan1ji3gele$Q:QW -ao

3mgh

$UNINT -ao4$INTERJ -INVa

1yi

4$VOC -INVadthi

yi4a

dwee

$UNINT -INVvocalizing$UNINT -INVa

you1qiu

$UNINT -ni3ba4da3ni3a -ni3yao4bu4lao3shi2 -tui1tui1ya

t -azhe4tui

1 -ni3ba4da

3ni3pa4bu2pa4ya

$Q:VNV -eng2$Q:PRMPT -a

2diao4wa -da4da

3 -bu4neng2da3laughs -stern, lowei2ei2laughs$INTERJ -laughs -huo4$UNINT -eng

$INTERJ -ei2hy tries to hit r$INTERJ -ei2$INTERJ -da3a1yi2bu4xi3huan1ni3 -ma1maye3bu4xi3huan1ni3le -bu4neng2da3 -hao2yu3ya$VOC -eng$INTERJ -ei1hao2yu3nei4ge

whimpers$UNINT -gen1ma1mahao3ma1macai2xi3huan1ni3le -ei4hao2yu3$VOC -wo3men2tuo1tuo1hao3ba

r suggests taking off pack$Q:NQP:T -tuo1ba -tuo1ya -lai2tuo1 -engr pulling backpack off hy$INTERJ -INVxxx$UNINT -eng1$INTERJ -guo4lai2 -tuo1ba -MOTinaudible, about microphone and backpack$UNINT -INVeng

$INTERJ -tuo1tuo1 -INVgang1cai2ta1jiu4shuo1tuo1tuo1laugh -INVshuo1tang3tang3tuo1tuo1 -tuo

1a -tang3 -ouni3hai2tang3 -ni3tang3ba -zhei4hui4tang3jiu4bu4tang3lea -pantinghuai

4 -huai

4le -mei2huai

4 -hao

3le -ni3shuo1hao

3 -INVei$INTERJ -hao

3 -INVhao3 -ai4$INTERJ -zhen

1hao

3 -zhen1hao

3 -INVeng2eng4$INTERJ -hao2yu3jin1tian1shuo1xi

3que4 -INVshang4wu3shuo1xi3que4xia4wu3jiu4bu4shuo1le -MOTlaughs -INVkan4dao4shu1gao4suxi

3que

4 -vocalizing, unclear$UNINT -in distance, unclear$UNINT -INVjinr1ta1zen3meyang4$Q:QW -INVxing2ma$Q:QP:M -zhei4gelaugh -MOTting3hao3 -laughs -hao2yu3zhei4zang

1le -inaudible, in background$UNINT -hao2yu3zhei4bianr1dou1zang1lewo3gei3ni3huan4huan4ba -zhei4yi1futai4zang1lea -laughs -vocalizing$UNINT -gei3ni3huan4huan4baa -esha4$UNINT -eng

$INTERJ -huan4tai4zang

1le -yi2tiu

2$UNINT -ang

$INTERJ -ta1tuo

1 -engxian4zai4tuo

1 -ma1ma

1de$VOC -tuo1tuo1 -engtuo1tuo1 -lai2 -tuo1tuo1dei1ya -eng$INTERJ -high, soft, whinyei2diao

4 -ei2di$UNINT -you$INTERJ -diao4leyi2kou4 -kou4 -kou4 -kou4diao4leend of visit - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/hy2.xml b/compling.core/data/Learning/Chinese Data/transcripts/hy2.xml deleted file mode 100644 index 7db5521..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/hy2.xml +++ /dev/null @@ -1,2060 +0,0 @@ - - - - - - - - - - - - - - -aien

cry -youhao2yu3 -you

-bu4gei3hao2yu3kan4 -cry -aiyoukan4a1yi2nar4shi4shen2me -zhei4shi4shen2mehao3dong1xi1 -heizhen1hao3 -MOTei -haiaiyou - -kan4zhei4xiao3bai2tu

4 -heibiao3laugh -kan4kan4zen3meyang4 -cry -en

-enen -e -ehai2yun4niang4yun4niang4 -hen

-ehen -yun4niang4yun4niang4gan3qing

2shi4bu2shi4hao2yu3 -en - -rang4a1yi2kai1 -en

-INVaoaidui4nei4ge

wo3qu4 -INVwo3gen1dai4fushuo1wo3shuo1ni3gan3mao4le -INVhao3chang2shi2jian1bu4hao3 -INVta1shuo1enni3fa1bu4fa1shao1 -INVni3fa1shao1mayi4zhi2 -MOTyi4dian3dian3 -INVyi4dianr3 -INVhai2shuo1ni3bi2zitong1qir4bu4tong1qir4 -MOTenbu4tong1qir4 -INVliu2bu4liu2bi2ti -MOTliu2 -INVta1shuo1you3shi2hou4shi4bi2yan2bu2jian4de2shi4gan3mao4 -INVnei4gedai4fugen1wo3dao4zen4meshuo1de -INVsuo3yi3li3 -INVwo3mennei4gesan1ling2yi1yuan4dao4ting3xiao3de -INVke3shi4nei4gedai4futing3you3quan2wei1de -INVta1qiao2dete4bie2hao3 -INVwo3wen4lewen4ta1 -INVta1shuo1shi4kan4kan4zai4shuo1shi4bu2shi4bi2yan2 -INVta1you3shi2hou4bi2yan2neng2dang1cheng2gan3mao4le -INVni3you3bi2yan2ma -MOTbu2shi4 -MOTwo3yan3jing1dou1mei2shi4 -MOTxxxxxxxxxx -INVao

-MOTshi4gan3mao4 -INVaoshi4gan3mao4hao -en

-gan4ma2ya -en -hai2ji4de2ne -hai2gan4shen2meya -yao4yao4shui3shi4ma -wo3gei3ni3na2qu4ao -FAshui3hao3lema -FAni3ba3nei4rou4pi2xuan4xia4lai2ao -FAting1jian4mei2you3 -MOTxxxxxxxx -FAxxxxxx -MOTzhei4rou4bu4xin1xian1 -FAzen4mexin1xian1hai2bu4xin1xian1 -lai2hao2yu3he1he1ba -nong4leyi4bei1ban3lan2gen1 -zan2menyu4fang2yu4fang2laugh -en - -wo3bao4zheni3he1xing2ma - -youshang4zher4lai2le -tang3zai4nar4he1shi4ma -e -en -en -lai2lai2lai2he1ba - -aiyouyou -ce4zhedianr3ao -bie2ba3nei4gelu4yin1ji1ya1le -laugh -jia1zheni3 -laugh -chong4zen4mezhe -INVta1jiu4zhei4gexi2guan4 -INVyi4he1laughjiu4yao4tang3zhe -MOTe -MOT -he1shui3le -kai1shi3lehang - -INVeinei4genei4genong4ma -INV -INVlaugh -INVhe1shui3yi4zhi2 -MOTting3dan1wu4shi2jian1 -INVen -INV -en -xxxxxxhe1 -en

-MOThe1bu4zhao2le -INVen -enen

nene

-enwo3ye3dei3tang3xia4le -xxxxxx -aizhei4hui2xxxxxxlaugh -wo3ye3dei3tang3zhe -wo3ye3tang3zhe -xing2ma -xian4zai4xing2leba -man3yi4leba - -INVta1tang3wo3ye3dei3tang3zhelaugh -en -kuai4he1 - -ehen -youlaugh - -hao2yu3 - -laugh -zie -en

xiao1yang3 -enhao2yu3tang3tang3 -xing2lema - -hai2he1bu4he1le - -hao2yu3ai - -INVxxxxxxhen3you3gui1lu4 -INVzhi3yao4yi4he1shui3jiu4yao4tang3xia4 -aoba3zhei4gegei3ni3 -aogei3ba3zhei4gegei3a1yi2ao -zhei4hai2he1ma -dui4e4bu2e4 -a -chi1fan4ma -en -gei3ni3liu2zhene - -hao2yu3chi1fan4ma -hao2yu3chi1ma -chen2le

-chen2bu4chen2 -jin1tian1you3yi4dianr3chen2shi4ma -chen2mahao2yu3 -en -eaibie2dong4 -bie2dong4 -di4diei -xxxxxxbei1bei1ao -eecry -bu2yao4le -zhei4xiao3mei4mei -zhei4xiao3mei4meiduo2hao3a -bei1 -en

-bei1mei4meilai2 -xxxxxxxxzhei4you3shen2mehao3chi1de -en

cry -kan4you3yu2 -hao2yu3zui4ai4chi1yu2le -kuai4kan4yu2 -ni3kan4yu

2 -shi4bu2shi4 -dou4fu -en

-chi1hao3 -lai2wo3gei3ni3cheng2 -fan4hai2gei3ni3liu2zhene -fan4hai2re

4ne -shi4bu2shi4hao2yu3 -lai2 -xxwen4ba4bayao4yi2geshao2 -gei3wo3menhao2yu3na2yi2geshao2 -MOTshao2qian2mian4jiu4you3 -FAna4jiu4wo3na2ba -FAhen -ni3zhei4shi4hao2yu3 -ni3jiao4shen2meming2zia -en -enming

2ming2+zi -ming2 -ming2 -enni3deming2zijiao4shen2meya -enenxxxxchi1zhei4geao -zhei4li3you3yu

2 -hao2yu3chi1yu2 -ba3cir4tu3chu1lai2ao -yao4bu4ran2zha1ni3 -dai4zai4di1chi1 -en -tai4zai4ti1chi1 -en -dou1zhi1chi1 -a -diao4en

-chi1ma -en -te4bie2hao3chi1zen3meyang4 -chi1ba -hao3ma -en

-encai4chi1 -zan2menbu4chi1nei4ge -ni3kan4ni3ba4you4gei3zan2qiang3le -xxyi1gen1cir4 - -ni3xian1ni3xian1chang2yi4kou3zhou1ba -enhai2xing2lai2 -en -chi1ma -en

-bu4chi1a -chi1yu2yao4bu4ran2 -hai2you3yu2 -chi1yu2ba -INVhai2ting3chan2laugh -INVchi1yu2bu4chi1zhou1 -zhei4yu2hao3chi1ma -henhen -zen3mele - -en -enen

enen

-lai2chi1fan4ba -e

-ni3bu4chi1a1yi2yi4huir3dou1chi1le -dou1qiang3lea1yi2 -e -en -en

e -enen

ai -lai2 -ai

cry -ee

-bu4chi1a -duo2xiang1a -ni3wen2wen2 -xiang1xiang1 -e

eyi -lai2ba -you2ha4a3da1 -a -e

-aolai2lai2lai

2lai2 -ai -MOTta1you3xxxxxx -INVlaugh -lai2 -en

een

-xxxxlaugh -en

-zen3mele -en

-lai2 -MOTxxxxxxxxxxxx -ai

dui4hao2yu3jiu4shi4guai1 -yi4you3gecir4jiu4gei3wo3tu3chu1lai2ao -kan4kan4you3mei2you3cir4 - -en -hao2yu3lai2guai1 -hao2yu3ting1ma1mahua4 -enenenenjia

1ma4 -shen2mele -aiyo

cry -laugh -en

-hai2kun4ma - -laugh -xxxx -INVxxxxgang1hao3 -INVzan2xxxxxxxxmei2yong4xing2lelaugh -MOTmei2shir4bie2zhao1ji2 -INVen -MOTxxxxxxxxxxxxxxxx -INVlaugh -MOTbie2guan3ta1bie2guan3ta1 -INVen -en -hao2yu3shui4jiao4jiao4ba -shi4zheng1yan3jing1lai2ma - -MOTkan4xx -MOT -kun4 -INVwo3kao3lu4ta1shi4bu2shi4you3dianr3gan3mao4a -MOTxxxxxxxx -INVzhang3ya2ao -INVta1xian4zai4shi4hao3xiang4zheng4zai4zhang3ya2 -INVta1deya2zhang3detai4shao3le -INVren2jia1ta1zen4meda4dou1yi3jing1zhang3lezhei4ge -MOTta1ke3neng2xxxxxxxx -hao2yu3chi1dianr3ba -enen -chi1cai4huar1ma -kan4cai4huar1 -cai4huar1chi1cai4huar1ba -ni3bu2chi1fan4chi1cai4huar1balai2 - -haiyohao2yu3zhen1guai1 -ni3kan4wo3menhao2yu3chi1yi2da4gecai4huar1he - -laugh - -laugh - -en - -enke -aidou4fu -bu2yao4hai2yao4cai4huar1 - -hao2yu3shuo1 -aiyouhehao2yu3zhen1ai4chi1cai4huar1ao -cai4huar1hao3chi1ma -xiang1bu4xiang1 - -enlao3chi1laugh - -en - -eneneneneenenen

-en -enen - -e -FAenai4chi1zhei4cai4huar1hen -FAbu2ai4chi1dou4fule -en -yi3qian2ni3bu2shi4te4bie2ai4chi1dou4fuma -bu4chi1le - -INVyahezhei4hai2zijinr1jin1+tian1ye3bu4zhi1zen3mele -INV -INVwo3jintian1xie3wo3jin1tian1xxta1hai2bu4shui4jiao4 -INVta1yao4bu2shui4jiao4wo3menda4jia1ye3bu2shui4 -INVta1bu2shui4jiao4ba -INVdao4nei4geliu4dian3duo1zhong1ta1jiu4zi4ger3zi4+ji3shui4le -MOTen -INVshi2ji4shang4ta1shui4jiao4hai2ting3gao1xing4 -INVjie2guo3shui4wan2bu4xing3lelaugh -zen3mele -kan4dian4shi4ke3yi3ma -INVeneneneeee

-you3yi1tian1ye3bu2shui4jiao4 -ran2hou4liu4dian3zhong1jiu4shui4zhao2le -enen -zen3mele -e

cry -bu4xiang3 - -hao2yu3xian4zai4tiao4wu3ma -FAlaugh -FAgou4qiang4laugh -MOTtan2qin2tan2qin2tan2qin2 -FAba3nei4qin2na2lai2 -FAqi4che1 -xxxxshen2me -xxxxxx -en -enlaugh -MOTxxxxxx -MOTxxxxxxxx -INVxxxxjiu4rang4ta1xxlehao -lai2cai4huar1kuai4chi1 -gei3 -lai2 -chi1ye3bu4chi1 -INVta1jing1chang2shi4zhei4yang4 -INVyou3shi2ta1yi1tian1ye3bu2shui4jiao4 -INVran2hou4liu4dian3duo1zhong1shui4zhao2le -INVxxxxba1dian3duo1zhong1xing3le -INVjie1zhechi1ping2nai3 -INVhe1wan2nai3jie1zhejiu4shui4le -INVyou3shi2hou4ta1jiu4shi2yi1dian3jiu4shui4le -INVzhei4hai2shi4wo3shuo1xxxxxxxxxx -INVta1tuo1er3suo3jiu4te4bie2bu2yuan4yi4 -INVta1yao4xiang3shui4dang1ran2jiu4shui4 -INVfan3zheng4da4huo3tong3yi1shui4jiao4 -INV -INVta1zen4meda4xiao3hair2zai4tuo1er3suo3ye3shou4zui4laugh -INVa1yi2guan3he1shui3 -MOTen -INVzhei4dianr3xxxxxxxxxx -INVsuo3yi3xiao3hair2lao3yao4niao4 -INVzao3shang4lao3shi1bu2rang4he1 -MOTna4ye3bu4hao3 -INVaobu2rang4he1shui3 -INVxxxxta1you3shi2niao4xxxxlao3shi1shuo1ni3xxxxxxxxxxxxxxxx -INVjiu4shi4jin4lai2yi3hou4xxxxxxxxxxxxxxxxzai4hui2jia1laugh -MOTlaugh -INVkan4yang4zihai2sheng4lexxxx -INVxxxxxxxxyou3shi2hou4zhe4xiao3hair2la1ku4zishi3ashen2mede -INVniao4you4niao4yi2ku4zixxxxxxxxxx -INVa1yi2gen1ben3bu4guan3 -INVjiu4da3dian4hua4rang4ni3ma1ni3ba4gei3ni3huan4lai2laugh -MOTxxxxxx -FAen -INVaohen3shao3you3guan3de -INVsuo3yi3hao3xiang4you3tuo1er3suo3guan3 -INVyi1ban1ren2ye3bu4guan3 -INVgei3ni3da3dian4hua4ren2jia1bu4shuo1rang4ni3huan4huan4shi3lai2 -INVren2shuo1ni3menjia1hai2zianei4geku4zishi1le -INVni3na2tiao2ku4zilai2 -INVni3yi4lai2yi2kan4hai2zi -MOTxxxxxxxx -INVwan2lehai2hai2ai1yi1ku4zi -INVzhei4lou2di3xia4jiu4shi4ye3shi4nei4gexxxxxxxxxxhai2zi -INVshang4tuo1er3suo3gei3ni3da3yi2gedian4hua4 -INVshuo1rang4na2tiao2ku4zilai2hai2ziniao4le -INVjie2guo3yi2qu4hai2zila1yi2ku4zishi3laugh -INVren2you4bu4gei3huan4laugh -heirang4a1yi2na2xia3lai2hao3ma -bu4bei1lehao3bu4hao3 -bei1ma -bu4bei1le -zhei4na2jin4lai2 - -kan4shang4mian4 -nei4bu2shi4hai2you3deng1 -en -ai -ren2hao3ban4tian1mei2shui4jiao4le -MOTxxxxxxxxxx -INVlaugh -yi4zhi2jiu4shi4 -hao2yu3jiu4shi4 -zhei4ci4biao3xian4zui4bu4hao3deyi1ci4 -MOTmei2shir4 -MOTta1kun4le -MOTwo3ye3bing4le -MOT -INVxxxxxxxx -MOTxxxxxxxx -INVjin1tian1shi4bu2shi4ta1deku4tai4yuan2le -INVxia4wu3jiu4guan1le -xxxxzhei4gewo3mengei3ma1maba - -gei3 - -FAbu4chi1 -MOTxxxx -FAxing2fang4zai4nar4ta1jiu4lao3shi2le -ta1jiu4huo2podianr3leao -lai2 -MOTdui4mian4neng2xian1guan1leba -en -en

-wu

guan1le -MOTni3neng2bu4neng2shi4shi4zen4me -INVao -MOTzen4mezhei4yang4zi -INVwo3zhe4mena2zheao -MOTaini3jiu4zhei4yang4zi -MOT -INVzhe4lu4wo3ya -MOTni3fan3zheng4li2ta1jin4yi4dianr3 -INVduan1guo4qu4ao -MOTen -lai2hao2yu3lai2chi1fan4 -aiaihen -hao3chi1ma -e -lai2ai -e -xxxxa1yi2chi1ni3chi1deduo1duo1 -rang4a1yi2gao1xing4ao -chi1yu

2lai2 -yu2zhou1 -haohao2yu3zhen1guai1 - -en - -lai2zai4chi1 - -dou1huai

4huai

4 -huai4le -ma1ma -lai2lai2 -ji4xi1zhei4+xieyou3you4huai4a -zhei4huai4aozhei4yang4huai4leao -zhei4gehuai4 -yu4you4huai4a -aonei4geye3huai4leshi4huai4lelei -bao1bao1wu1wo3na

2 -bao1bao1bao1na2 -bie2na2nei4gebao1bao1ao -bao3bao3bao1+bao1 -ni3xian1chi1fan4 -ni3hai2mei2chi1wan2fan4ne -wu4hu3huei4huai4huai4 -ni3kan4ni3 -ni3kuai4hao3hao3dechi1wan2xxxxxxxxjin4qu4 -enxxxx -enhuai

4 -huai4lemashi4ma -lai2kuai4chi1 -chi1wan2zan3menzhao3qian4qian4wanr2qu4le -wu

hua1huai4ya -lai2lai2lai2lai2lai

2 -you

-shi4huai4le -a1yi2kan4jian4le -ni3ba3zhei4zhei4chi1leba -ende -zhei4hai2ziguo4lai2 -INVa1yi2 -INVa1yi

2 -ei - -gei3 -INVneng2bu4neng2na2shou3zen4mena2zhedianr3a -MOTxxxxbu4xing2whisper -INVxxbu2yao4jin3 -INVjiu4shi4wo3zen4mewo3zen4megei3ta1na2zhedele -INVta1nei4ge -INV -INVyao4bu4wo3yao4bei1zhepa4ta1shuo1hua4ting1bu4qing1chu3 -INVlaugh -MOTmei2guan1xi4 -xxxxxxxxxxxx -MOTxxxxxxjiao4ta1xxxx -INVen -INV -aiyo

-xxxxhai2shuo1 -ni3gao1xing4le -hou -yiyahou -ni3e4bu2e4ya -e

1e4 -e4hai2bu4kuai4chi1lai2 - -lai2 -aiyohuai

4 -en -bu4huai4 -huai4huai4 -xxxxxxxx -shi4ma -lai2chi1 -lai2hao3hai2zikuai4dianr3 -lai2lai2lai2lai2lai2lai2whisper - -wu1li

3xie3 -bu4xie3 -xie3a -xxxx -xie3 -enxie3 -eyoujiu4xiao3jiu

4dai4 -de

1de3de1 -ta1de4zher4mei2you3de4zhe4 -en -xxxxxxxxxx - -lai2hao2yu3bei1shang4bayao4bu4ran2 -en -enbei1ma -enbei1 -ailai2bei1bei1 -you -xxxxxxlai2 -bei1bei1xiao3mei4meiao -ai

hao2yu3hao2yu3zhen1 -xiao3mei4mei

-aomei4mei -hao2yu3shi4ge1ge -ge1gebei1mei4meiao -huhao3ge1ge

1 -henge1ge -hen3hao3ge1gehen -gan4hao3ge1gege1ge -en -hao2yu3shi4ge1gema -ge

1 -jin1gu1bai3ge3ge1ge1+gege1ge

-hao2yu3zhen1hao3en -enge1ge

ai -heheen -hao2yu

3 -shei2jiao4hao2yu3a -ha1yu

3hao2+yu3 -laugh -nei4shi4shei2a -INVma1ma

1 -bu

2shi4 -laugh -INVbu2shi4ma1ma -ni3shuo1shi4ma1ma -shuo1wo3shi4hao2yu3 -INVhao2li3hao2+yu3 -enwo3jiu4shi4ni3zen4meshuo1 -hao2yu

3zhei4shi4shei2a -shuo1a1yi

2 -a1yi

2 -ai -a1a1yi2jiao4shen2meming2zia -shen2mea1yi2 -INVxie4xiao1 -laugh -bu2shi4 -laugh -xia2ling2 -INVenxia4ning2xia2+ling2 -zhen1hao3 -laugh -INVxia1ning2xia2+ling2 -a1yi

2 -xia2ling

2 -ni3na4shi4 -INVa1yi

2 -ai -xia2ling2a1yi2 -xia2ling2a1yi2 -dui4ma -laugh -shuo1xia2ling2 -en -gan1gan1 -kuai4chi1 -bu4xia

1 -hao3le -bi4xia

1 -aoxi3zao3laugh -aichi1xia1gei3ni3 -lai2lai2lai2mei2you3xia1le -jiu4shi4 -hai2yao4yu2yu3yu2+yu2 -enlai2chi1yu2ba -hou4wai4hou4+mian4you2you3yu

2 -enlai2 -hao2yu3zhen1guai1 -yu1yu3yu2+yu2 -en -eqiao1cir4qiao1cir

4cir4+cir4 -cir4cir4 -cir4you3cir4cir4tu4chu1lai2 -tu4chu1lai2 -na3you3cir4cir4 -tu4 -tu4 -tu4chu1lai2a -you3cir4tu4chu1lai2ao -entiao1lezhen1xi4 -entiao1bu4lene4mexi4 -lao3you3cir4zha1 -ni3shao3chi1dianr3 -du4tu4zha

1 -zha1 -you3cir4tu4chu1lai2ao -en - -hao2yu3lai2 - -hai2chi1ma -kuai4chi1chi1wan2zan2menzhao3qian4qian4wanr2qu4 -xiang3bu4xiang3qian4qian4le -you2jiu1you2you2you2 -lao3di4you2 -you1huai

4huai4 -shen2menyou2huai4le -INVhuai

4you1you2huai

4 -INVyou1you2huai4 -zhei4dou1shi4shei2de -dou1shi4hao2yu3de -shi4bu2shi4a -hu1ta

3 -hu1ta3ta3 -gei3ni3ca1ca1 -henlaugh -aiyoueaiyouhuai4 -yihuai4 -eibai

2ji1xiu1 -dou1huai

4ehuai4 -dou1huai

4 -en -dou1huai4 -enzhe4shi4zhei4 -zhe4shi4dezhei4nong4huai4lezhei4ge -bu

3 -bu1huai

4e -enlai2ba3zhei4gei3chi1le -chi1wan2wo3menzhao3qian4qian4wanr2qu4kuai4dian3 -ren2jiaqian4qian4dou1chi1wan2leni3hai2mei2chi1wan2ne -kuai4dianr3 -wu1ka1ka1wu1gei3chui1xin2 -gan4ma2 -zhei4zhei4li3qi4che1duo1haoni3kan4kan4ba -yi4che1qi4+che1 -enqi4che1 -tuo1a

1ji1tuo1+la1+ji1he1he2qiu1che1 -tuo1a1ji1tuo1+la1+ji1laugh -zhei4shi4tuo1la1ji1ma -xi3che

1qi4+che1 -dui4qi4che1 -xi3che1qi4+che1vao3pao3 -endui4qi4che1pao3 -you4you3xia1 -che

1yi -yi4yao4che1 -e4yao4che1acry -chi1wan2ba3zhei4ge -xxche1ni -xiao3ye2yu3 -yao4bu4ba3zhei4dianr3chi1lelai2 -wo1zhi4me3she1wo

4qie4qie4 -ni3ni3gen1ni3nong4wan2zai4wo3gei3ni3na2lai2da4che1 -hao3he1ma - -zai4chi1dianr3lai2 -xxxxxxxx -en -hai2chi1ba -lu1nong4huai

4 -lai2lia2lai2lai2whisper -kuai4dianr3 -eehuai

4ya -chi1leshi4hao3hai2zi -hao2yu3zhen1ting1hua4 -lai2kuai4chi1fan4 -ni3kan4you4you4peng4nar4leba -cry -lai2lai2 -cry -wo3gei3ni3na2da4qi4che1ba -zhe4mei2qiao1che1a -gei3ni3na2da4qi4che1 -hen

-deng3zheao -xxqiao

1che1 -nei4yang4liang4qiao1che1 -zheng4zhao3ne -eiqiao1che1 -da4qiao1che1mei2ecry - -lai2da4qi4che1 -hao2yu3ni3kan4 - -nei4egeqiao1che1 -di1qiao1qiao1che1+che1 -ai -di1yu2qiu1che1 -hao2yu3lai2zhei4che1bu2zheng4 -nei4gegeng4hao3ma -zhei4che1xiao3 -yienei4+geqiao1che1 - -zhei4qiao

1che1 -zhei4che1qian2ting3xiao3 -du2ye2lai2le -du2hao3 -zen3mepao3a -epao3 -pao3geche1 -kuai4wanr2ni3deqi4che1qu4ba -zhei4shu1hao3chang2ri4zihao3chang2shi2jian1bu4xue2leao -dou1wang4guang1leba -zhei4xiao2qi1xue2+xi2 -enni3gei3a1yi2jiang3jiang3qu4 -qiu4 -zhei4shen2meya -mmen

2 -men2laugh -laugh -zhei4tian1an1men2 -INVta1shuo1ta1shuo1men

2 -ta1men2tian1+an1+men2 -aotian1an1men2 -tian1 -shi4he3huai4 -enzhei4shi4shen3meya -ji1jia

1ya1+ya1 -aoya1ya1 -zhei4gene -ya1ya

1 -zhei4geshen2meya - -bai2qiu4qiu4tu4+tu4 -enbai2tu4tu4 -aobai2tu4tu4laugh -gao4su4shuo1bai2tu4tu4laugh -jiang3zhe4shi4bai2 -zhe

4zhe4nre3ya -enbai2tu4tu4 -de4zhe4chong2 -enchong2 -zhei4shi4shen2meya -che4zhe4shi4tou2tao2a -tao2hao -shi4tao2 -tao2 -zhei4gene -qi4qiu

2 -enqi4qiu2 -zhei4geshen2meya -bo1gua1feng

1 -zhei4shi4gua1feng1a -zhei4shi4shu4 -zhei4ye3shi4shu4 -dou1shi4shu4 -zhei4ya

2 -zhei4ya2laugh -hymeien

shai3 -en -another side of the tape -ye2 -zhei4shi4shen2meya -aiya

2aya

2 -zhei4aodui4 -zhei4gezhei4shi4shen2meyazhei4ge -aibi3 -aodui4zhei4shi4bi3ao -du2du

4 -xxxx -zhei4shi4shen2meya -jiu4zhei4ge -ren

2yan3 -aiyan3 -ni3zen3meyi4yan3jiu4kan4jian4yan3le -henyan3laugh -nou2nou2lou2+lou2 -enlou2lou2 -zhei4dou1shi4nao2nao2lou2+lou2laughhao -ge1ge

-ao

nei4shi4ge1gema -nen4menian2qing1xxxx -zhe4shi4xiang4ge1ge -zen4mebu4ting1hua4de -zhei4shi4shen2meya -yi4ye3hua1 -a -hu1hua1ehua1e -zhei4ge -zhei4geshi4shen2meya -na

4hua1 -zhei4shi4shen2me -na4huar1 -a -ehuar1 -huar1 -ehuar1a -en -ye3hua2hua1 -na4huar1 -he2hai2tao2 -enenhai2you3tao2 -heiaiyoutou2tou2 -zhe4shi4tou2tou2a -shu1tou2yong4deshi4bu2shi4a -shu1zi -tou2e -enshu1tou2yong4de -yong4 -enyong4 -yong4 -you -zhei4shi4shen2meya - -xxxx -a1huang1gua1 feng1 -aogua1feng1a -zhei4shi4gua1feng1leshi4ma -ouhai2feng1 -zhei4gene -zhei4gezen3meleya -xia4yu3 -xia4yu3 -zhei4gene -xi1shi4xia4yu3 -enxia4yu3lehao -yue4yue4 -aozhei4shi4yue4yue4 -shi4yue4yue4 -zhe4gua1feng1 -en -shi4ma -a1feng1gua1 feng1 -a3feng1gua1 feng1 -a1feng

1gua1 feng1 -aozhe4shi4yue4yue4hao -zhe4shi4 -zhe4shi4yue4guang

1 -shi4ma -zhei4gene -ong2hong2yue4yue4 -zhe4shi4yue4yue4 -zhei4gene -na -tai4yang2 -netang4tai4+yang2 -tai4yang2bu4ming2xian3 -tai4bu4ming2xian3le -you4feng1 -engua1feng1 -zhei4gene -heng

4 -zhei4gezen3mele -he4nian3hou4+mian4huai4 -nei4huai4 -xia4xue3leshi4bu2shi4a -he4xia4xue3 -en -wo

-kai1 -kai1 -na3genei4geshi4wa4wa4ya -exie

2 -enaixie2 -shi4mao4mao4 -aomao4mao4a -zhei4shi4mao4mao4 -mao4mao4 -enmao4 -enxie

2 -en -en -zhei4shi4ku4ku4 -ku4ku4 -en -zhe4shi4xie

2ao -xie2 -en -zhei4gene - -zhe

4wo3kun4 -bu4zhi1dao4ao -hai2mei2jiao1guo4ni3hao -hai3xiang4da4+xiang4 -en -zhe4li3you3ni3ren4shidema -en -en -mei2jiao1guo4zan2jiu4bu2hui4 -chi1fan4ai3huai4 -aozhei4shi4chi1fan4yong4dehao -INVxxxxxxxxxx -you3you

1 -gong1gao1lou2 -lou2 -na2nian4 -feng1feng1 -enaohai2kan4feng1feng1 -kan4ba -da4hun1feng1 -aoda4feng1 -wo3huai

4e -enhuai4lehao -shu4dou1wai1leke3bu2shi4huai4lema -dao3dao3 -endao3dao3 -aoshu4dao3dao3le -INVta1zhei4gemei2ren2gao4su4ta1dao3dao3laugh -ta1you3shi2hou4hua4mei2ren2gao4su4ta1jiu4 -xia4yu3xia4yu3 -INVyou3delao3jiao1ta1lao3jiao1ta1ta1ye3bu2hui4 -xia4yu3e -en -enmao4 -mao4mao4 -zhe4shi4shen2meya -li2yuan3dianr3 -gai1kan4bu4qing1le -du1deng4du4deng4 -deng4 -zhei4gene -xx -hu4huai4 -en -ehuai4 -qi4qiu2hen

hennana

-da4yi1gui4 -yi1gui4 -gun1gui4gun

1gui4 -zhei4geshi4 -shua

1 -aofa1 -zhe4shi4fa1ya -fa

1fu1sha1+fa1 -enfa1fa1sha1+fa1 -zhe4sha1fa1 -bu2hui4shuo1 -ke1yi1ke3+yi3jiao4zuo4a -enaizuo4a -cha2ji3zhe4shi4 -zuo

4jiu4zher4 -enzhe4shi4zhuo1zi -duo4zhuo1 -enzhe4gene -duo4zuo4 -enzhei4shi4zuo4 -zhei4ge -en4shi4rou2lou2en1shi4rou2lou2rou2lou2 -enlou2 -lai2kan4kan4zhei4shi4shen2meya -hua4ran3ma4 -guang2guan1yi -aoguan1 -nei4guan1le -laugh -eshuo3suo3 -en -en -eshuo3suo3 -aozhei4suo3shang4le -zhei4suo3shang4lema -INVkan4dao4zhei4men2guan1shang4lesuo3shang4lelaugh -men2guan1shang4suo3 -eizhei4gene -zan2jia1you3zhei4gema -zai4zan2jie1jia1 -aozan2jia1 -guan1xiao3suo3 -enhai2guan1suo3 -aihai2shuo1suo3wan1guan1 -aicong2zher4kan4kan4 -aiyouzher4liang4 -xi3hang1wang3 -xxxxxxxx -FAwo3da3jian4zai4+jian4 -aizai4jian4 -zai4jian4laugh -zai4jian4leabai2 -ni3shuo1byezai4jian4 -FAchu1shuo1dai4jiang4zai4+jian4 -byebye -FAgu1ba4bai

2byebye -byebye -lai2laugh -hao2yu3zhe4 -kuang

4 -zhei4shen2meyan2se4ya -nan2lan:2 -shen2melan2hong2laugh -hong2nan2lan2 -hong2lan2 -wuhenne -enzhei4shi4lan2 -zhei4shi4shen2meshar3 -nan2lan2 -lan2 -nan2lan2 -zhei4shi4zi -an

-laugh -laugh -da3bi2zi -en

-hao2yu3kan4zhei4shi4shen2emya -INVlaugh -da4xiang4 -zhe

4me2mei2feng1 -zhe4bu2shi4fang1 -di4dixi3 -enxi3xi3 -aixi

3ou -zhei4shui3 -shui3 -deng1deng

1 -enaodeng1deng1 -aodeng1deng1 -INVta1gao4su4ni3deng1deng1deng1 -INVta1shi4zhei4you3laugh -ni3zhei4shuo1deren2jia1shei2ye3bu4ming2bai2adeng1deng1 -zhe4wo3 -ma3ti2zideng1deng1laugh -ma3 -enzhei4shi4niu2 -niu2 -hao3chang2shi2jian1bu2kan4ledou1wang4le -niu2 -wang4yi -wang4leba -zhei4hai2ji4dema -wang4re -en

ma

3 -shi4ma3ma -laugh -niu

2 -zhei4shi4niu2 -ma3che1 -MOTshi4ma3 -ma3che

1 -you4xiang3qi3ma3che1le -ma3che1zhei4li3mei2you3 -zhei4shi4shen2me -enmei2ma3mei2you3 -mei2you3 -zhu1 -zhu1 -chou4pa4 -zhu1dou1pa4lao3tian1 -du

4shi

1shi1 -enshi1shi1 -zhe4shi4shi1shi1a -xing1xing1 -xing1xing

1 -enzhei4gene -xing1xing

1 -zhei4shi4shen2meya -shi2shi4luo4tuo2 -aoluo4tuo2 -INVzhei4liang3gezi4shuo1deting3qing1chu3laugh -bao1ma3ban1+ma3 -aoban1ma3 -zhei4gene -entu4tu4 -laugh -shi4tu4tu4ma -xiong2mao1 -mao1 -enzhei4shi4mao1 -mao1mao1 -ken1 -aizhei4shi4shen2meya -wang4wang4 -enwang4wang

4 -wang4 -enwang4 -zhei4shi4shen2meya -e3shi4wang4 -enwang4 -zhei4shi4shen2meya -dia1zhe4huo3che1xx -a -he1che1huo3+che1huo4 -hu2li -li1hu2+li -hu2li -tu4ma1ma

-zhei4shi4shen2meya -shi

1 -aoshi1 -zhei4gene -zhei4shi4shen2me -hu3hu2hu3 -zhei4bu2shi4hu3 -zhei4shi4she2 -shen3she2 -enzher4ne -shuo1huang2le -tuo1hua2 -etong

3chong2 -en -enniuniao3 -niao3a -nar3you3deniao3a -aozhei4li3zhei4bianr1you3niao3leao -niu2niao3 -en -niu2niao3niu2niao3 -zhe4mao1tou2ying1 -ying1mao1+tou2+ying1 -ying1 -mi4he -yu2 -yu2 -eiaoxia

1 -aiaihui4zhei4shi4xia1 -xia

1 -en -xi1wa

1qing1+wa1 -enqing1wa1 -exiong

2e -qing1wa1 -xxxxxxxx -zhei4shi4shen2meya -xxxiong2ma -zhei4shi4shen2me -ge1zhei4che

2she2 -enshe2 -she2dai3 -en -you -you -youyou -pang2xie4 -xie4pang2+xie4 -pang2xie4 -xie4pang2+xie4 -xie4 -pang2xie4pang2 -en -jiu4zher4 -kan4shi1shi1 -aohai2kan4shi1 -ka1kan4qiu4qiu3qi4+qiu2 -aoqiu2qiu2 -nar3you3qiu2qiu2 -zhei4shi4qiu2qiu2hao -mei2jian4guo4zhei4gehao -aiqiu2van -zhei4shi4qiu2shi4qiu2a -shi4mao2te1mo2+tuo -mo2tuo1ya -ba1tuo1ji4gezhei4+ge -xiao3jiao4che1 -diao

4qiu

1jiao4+che1 -aidui4jiao4che1 -huo3che1hui4huai4 -aohuo3che1 -gu

1 -wu

xxxx -INVhuo3che1wu

-wu

1 -en -ka3ka3+che1shi4ka

3ke1ka3+che1 -enka3che1 -ka3che1xxxia

4 -enxia4 -zhei4shi4zhei4shi4shen2meya -dong4wu4 -xxgang1ni3zai4shuo1yi2bian4 -zhei4gemei2shuo1qing1chu3 -mo2che1che1mo2+tuo1+che1ha -aomo2tuo1che1 -zhei4gene -zhei4xia1che1san1+lun2+che1 -aosan1lun2che1 -zhei4gene -li4che1zi4+xing2+che1 -zi4xing2che1 -enniu2 -shi1shi1 -xxxxxx -eshi1shi1 -hai2kan4shi1shi1a -ni3bu2ai4kan4zhei4chuan2a -huar1 -che1chan3chuan2 -nen4meduo1huar1 -kan4shi1shi

1 -aoshi1shi1wo3lai2gei3ni3kan4shi1shi1 -xiang3shi1shi1le -gei3zhe4bu2shi4shi1shi1ma -hu -ji3eji3+geshi1 -youyouhouyou -zhu4zhe4jiu4zhe4 -di4e

2 -zhu4zhe4 -nai

3chia1 -zhei4you3 -zhei4shi4zhei4li3de -jiu4zhe4 -zhei4jing1chang2chi1ni3ren4shibazhei4ge -zhei4shi4shen2meya -gua

1 -xi1gua1 -kai1kai1 -aokai1kai1lehao -zhei4gene -tao

2 -pu2tao -pu2pu2+tao -pu2tao -enna2enna2 -enna2 -ni3na2na2kan4neng2na2ma -enna2 -enna2 -na2laugh -INVta1kan4wan2dian4shi4ta1jiu4na2na2laugh -INVkan4na2dian4shi4li3delaugh -shi4shi4 -aoshi4shi4 -huai4huai4 -enshi4shi4mei2huai4 -xian4zai4mei2you3huai4 -aomei2huai4 - -ong1shu3song1+shu3 -en -ong1shu3song1+shu3zhao3 -en -na4shu1shu

-en -e4kan4shu1shu

-enzhei4ge -qie3qiao

1tie3+qiao1 -enzhei4tie3qiao1 -qie3jiao1tie3+qiao1 -enzhei4shi4shen2meya -qie3jiu1tie3+qiao1 -qie3qiao1tie3+qiao1 -entie3qiao1 -ti1hu3jiu1 -entie3qiao1 -chu2tou -INVmei2jiao1deta1jiu4bu2hui4laugh -INVjiao1leta1jiu4hui4shuo1 -ai -jiu

3wu1la -zhei4shi4shen2me -zhei4gexue2guo4 -zhei4shi4shen2me -tie3qiu

1tie3+qiao1 -zhei4shi4tie3qiao1a -zai4xiang3xiang3zhei4shi4shen2melai2zhe -aoqian2 -aoqian2 -zhei4gene -ti3xiao

1tie3+qiao1 -zhei4shi4fu3ziwang4le -fu3fu3 -enfu3fu3 -bao4bao4 -en -he4hao3 -zhei4shi4shen2meya -qi

4che1 -shen2meche1ya -huo3huai4 -aohuai4le -mei2huai4 -zhei4shou1ge1ji1 -zhei4mei2huai4 - -tuo1a

1ji1tuo1+la1+ji1 -enzhei4shi4tuo1la1ji1 -aozhei4gedao4bu2shi4tuo1la1ji1 -zhei4ye3shi4tuo1la1ji1 -zhei4shi4tuo1la1ji1 -zhei4shi4tui1tu3ji1 -tu3ka3che1bao3pao3 -ka3che1 -nar3you3ka3che1ya -mei2ka3che1ya -du1fa3che1 -en -qi3chuo2ji1qi3+zhong4+ji1 -aoqi3 -xia1sa3xui3shui3 -aosa3shui3 - -heaqiu2 -qiu2 -eqiu2yuqiu2 -en -yi4qiu2qi4+qiu2 -en -wo3qiu2you

3woxi -youyi1qiu2 -enzhei4li3yi2geqiu2 -youjie1yi4+xie1che1 -enyi4xie1che1 -zhei4de1you3qin2 -zhe4qin2 -zhei4ke3bu2shi4qin2 -zhei4hea1qi

1 -aoaoa1ti1 -ao2qiao3a1qi1 -aoa1ti1 -en

qiao1che1 -enche1 -jiu4jiu

4 -enzhei4shen2meya -qin2 -zhei4shi4qin2 -enhuo -huo1qin3 -en -yi4gao3 -gang1qin2 -ge1gang1gua1xin2gang1+qin2 -engang1qin2 -oumuo3huai4zhei4 -ang1qin2gang1+qin2 -engang1qin2 -zhei4dou1shi4qin2 -lai2kan4zhei4zen3mele -hao2yu3zhei4ge -aishi4zhei4ge -hei1he1yao4 -aochi1yao4 -hei1he1yao4xue3yao4+shui3 -en -e1he1xue3shui3 -enxxxie2shi4ma -zhei4gene -zhao4xiang

4 -aota1xia4qu4le -xia4qu4gan4ma2qu4le - -ta1dou3zou3xxxx -ta1menyi4zhi2zou3zou3 -dui4zhei4shi4zou3zou3 -dou3zou3 -enzhei4gene -ge1ge

-aoge1geaozhei4shi4ge1gehao -zhei4gezen3melezhei4ge -zou3 -zhe4gan4ma2ne -ni3huo1 -en -you3you3 -en -you3 -ao -tuo1xie2xia4xia4 -enchuan1xie2xia4xia4 -ta1xia

4 -enta1shui4jiao4nebu4ke3yi3qi3lai2ao -dei1xin1xie

2 -enxin1xie2 -wuaiyou -ji1le -en -chi1lu3 -a2hai2yao4jia

4 -nao2jia

4aiyou -huo3huo4huo4 -xie1huir3ba -huo4xxqi

3 -enlai2 -da3kai1ba -you3xi2you4xi2 -you

4xi2e -ni3you2yi4you3xie4jiao4shui4+jiao4 -enxxxxxx -xia4xia4 -enzhe4bu2xia4le -ta1shui4jiao4lebu4neng2xia4ao - -zhei4gedian4hua4zhei4shi4zhi1dao4ma -tuo1tuo1a1ji1tuo1+la1+ji1 -zhe4tuo1a1ji1tuo1+la1+ji1 -tuo

1 -ouyiche1ji4che1qi4+che1 - -tuo1a

1tuo1+la1+ji1 -tuo1a

1jituo1+la1+ji1 -che1tuo1che1a1ji1tuo1+la1+ji1 -tuo1gai4zheche1 -mei2che1e -zhei4bo1zhong3ji1bo1+zhong3+ji1 -bo

1zhong

3bo1zhong3ji1 -chou

3chen2mao3xian1 -en -huo4huo4 -en -zhei4gegao3 -gao3qiu1qiao1 -entie3qiao1 -qie3qiu

1tie3+qiao1 -hu3hu3 -aohu3hu3 -wo3gei3ni3kan4hu3hu3 -zher4 -qie3xiao1tie3+qiao1 -entuo1a

1ji1tuo1+la1+ji1 -zui4ai4kan4tuo1la1ji1shi4ma -na4ni3kan4balaugh -tuo

1tuo1+la1+ji1huai4huai4 -zheigeshi4shou1ge1ji1mei2huai4 -di4zhei4xieshi4che1 -en -lu4ye3che1yue4+ye3+che1 -a4ye3che1 -enche1 -ajiao4jiao4zuo4+zuo4 -ejiao4zuo4 -zhei4zen3mezuo4ya -ni3zuo4zuo4shi4shi4lai2 -lai2shi4shi4lai2 -neng2bu4neng2zuo4kan4kan4 -shi4shi4neng2bu4neng2zuo4 - -zhe4shi4hua4zhede -en

-zhei4shi4jia3debu4neng2zuo4 -ejia3 -en -zhen1dejiu4neng2zuo4 -o1wo3xia3xia3sa3+sa3 -ensa3sa3 -xia3sa3 -yi1xia4 -en -yi1xia4 -enji4zhe4xiao3mo1shen2+me -en -wu1wu1hu1hu1 -ai

-you

youyou -ai -ai

-you -zai4jia1ma -OFFzai4jia1 -MOTxxxxxx -ehaihihaihihaihihaihihaihihaihi

-MOTxxxxxxxxxxxx -ei

shei2lai2le -OFFkai1kai1yi4lai2zui4xxxxxxxx -OFFaini3hao

3 -yiha -haihaizhei4shi4shei2yahao2yu3 -JJJjin4lai2 -jia1jia

1 -aojia1jia1 -ma

1 -jia1jia

1 -hao3 -hao3 -xiao3ge1geshi4ma -INVzhe3xiao3ge1 -OFFzhei4gexiao3ge1geba -INVxxxxxxxxxx -INVxxxxxxxxxx -laugh -INVzui4ai4zhao3xxxxxxxxwanr2le -huhei -aohei3hei3shou3shou3 -dou1ce1lai3ce1 -OFFta1deche1gei3ren2jia1zhuang4lexxxxxxxx -MOTxxxxxxxxxxxx -gua1gua

1gua1gua

1 -enma

1heizien -eizilaugh -gei3ge1gekan4kan4 -rang4ge1gekan4kan4xing2ma -en

-rang4ge1gekan4kan4aohao2yu3 -en

-rang4ge1gekan4kan4ao -hua -xiao3degua

1 -JJJxxxxxxxx -JJJgu1gua1hao3 -OFFxxxxxxxxxxxxxx -JJJgu1bu4hao3 -cry -JJJxxxxxxxx -JJJbie2tui1bie2tui1ao -laugh -JJJbie2tui1 -JJJjia1jia

1 -JJJxxxxxx -jia1jia1jia1jia1hao3ma -bao4aobu2bao4 -aobu2bao4 -aobu2bao4 -jia1jia1xxxxao -JJJzhei4shi4shen2me -JJJxxxxxx -etui

1 -tui1 -tui1 -JJJjia1jia1gan4shen2me -JJJzhei4shen2me -en -aojia1jia1tui1ni3 -JJJxxxxxxxx -tuo1a

1ji1tuo1+la1+ji1a -JJJzhei4shi4shen2meya -JJJxxxxxxxx -en1huai4huai4le -huai4huai4 -enna2ena2 -ena2ena2 -ei1qiu1e -qiu1e -eizhi1che1jian3jian3 -shen2me -jian3qiu1qiu1che1+che:1 -JJJbu2qu4rne2jia1 -OFFeqiu1qiu1che1+che:1 -qiu1qiu

1che1+che1 -hao2yu3 -ge4ba4apao3pao3 -aoba4pao3pao3a - -he

-hao2yu3zhei4shi4shen2mea -du2du

2 -MOTxxxx -zhei4shi4shen2me -wu2zhu

2 -zhei4shi4shen2me -bu2hui4kai1yi4kai1 -zhei4shi4shen2me -zhei4shi4shen2me -kai

1kai1yi -e3wo3kai1xiang1 -MOTxxxxxx -e3wo3xiang1xiang3guang

3guan1xiang1 -tou

2na

3na3na3 -he2hai2you3you3qiu

2 -en -hou4xiu

3 -xxxxxx -nong4che1 -entuo1man4 -di4che1che

1 -bei4qiao1qiao

1che1+che1 -youdi4didi1ji4jiu4huo1ji1 -zhei4shi4shen2meya -OFFka3qiu

1ka3+che1 -ka3qiu1ka3+che1 -OFFka3qiu

1ka3+che1 -ka3qiu

1ka3+che1laugh -OFFdia3qiu

1ka3+che1 -ka3che

1 -OFFdiao4che

1jiao4+che1 -en

-jiao4che1hai2jiao4che1 -you3jiao4che1mazhei4li3bianr1 -zhei4yi4bianr1 -OFFen

mo2che1che

1mo2+tuo1+che1 -mo2tuo1che

1 -bu2cuo4ei -mo2tuo1che1 -OFFxxxxxxxxxxche1 -gan4shen2mene -zi4xing2che

1 -OFFeiche4che1qian2 -en

-OFFhu

ka3che

1 -ka3che

1 -OFFjiu4zuo4ezuo4 -aoka3che

1 -OFFyou4zuo

4 -zuo4zuo4ya -shei2zuo4zuo4ya -eijia1jia

1 -jia1jia1zuo4zuo4yalaugh -aayi -laugh -hao2yu3zhei4geshen2meche1ya -e -hao2yu3 -hong2hua

1e -dui4a -huo2qi1 -ao -zhei4shi4shen2meche1yahao2yu3 -diao4che

1jiao4+che1 -zhei4shi4shen2meche1ya -hong2hong1 -diao4che

1jiao4+che1 -zhei4shen2meche1 -huo3che

1 -dui4lehuo3che1 -OFFxxxxxxxxxx -zhei4shen2meche1ya -wo3hui

4 -huo3che1huo3che1 -mhyen -zhei4shi4shen2meche1yahao2yu3 -zhei4shen2me -yue4yue4che1yue4+ye3+che1 -zhei4shi4shen2meche1ya -wei4che1 -qi4che1 -xxxxxx -qi4che1jia4zhe

1 -zhe4huir3men2 -ene3wo3qi1awa -en -huai4huai4 -e3wo3huai4le -JJJxxxxxxxxxx -niaiyou -enen -OFFchu2chong2chu3chong2 -chong2chong2 -chuo3chong2 -chong2 -MOTchuo3chong2 -enhuhetang4e -xiu4you4qiu4qiu4qian3 -zhei

4ge -qie3qie3 -qing1ting2 -en -qing1ting2 -qian3qing1+ting2 -MOTting2qing1+ting2 -enqing1ting2 -dei4gezhei4+ge -zhei4geshi4shen2me -wo1niu2 -niu2wo1+niu2 -zhei

4ge -hu2die2 -zhei4ge -zhei4geshi4mi4feng1 -xxxx -hua4huai4douhui4huai4le -quaiaisu1youai1hu -yiyayi2 -JJJheaiai

ai -JJJni3huai4you3eji4ji4aiyou -JJJeiei -JJJxxxxxxxxxxxx -OFFyi3ya -JJJeieiei

ei -yi3ya -JJJxxxx -JJJnong4he4huai4 -JJJxxxxxxxx -xxxxxx -OFFen

-JJJni3xxxxzhei4rang4hao2yu3kan4na -JJJgei3hao2yu3kan4 -OFFen

-JJJgei3hao2yu3kan4kan4 -OFFen

en

-JJJlaugh -JJJgei3hao2yu3kan4kan4ni3jiu4na2zou3le -INVa3you

4a1+yi2 -JJJei -OFFa3you4a1+yi2 -JJJen -JJJni3gei3hao2yu3kan4kan4 -JJJni3gei3hao2yu3kan4kan4 -JJJhao2yu3shi4xiao3di4di -JJJni3gei3xiao3di4dikan4 -ewawawa

-aota1ba3ta1na2zou3leshi4ma -ta1bao4bao4 -aota1ba3ta1na2zou3le -ni3shuo1gei3wo3kan4kan4ge1ge -zan2liar3kan4 -ni3shuo1ge1gezan2liar3kan4 -hen -eta3ta1pao1pao3 -pao3leshi4ma -bu4qian3qiang3qian3qiang3 -shen2me -eqian3qiang3 -eqian3qiang3qian3qiang3 -OFFxxxxxxxxlaugh -MOTxxxxxx -enna2ena2 -laugh -laugh -mei2you3hen -OFFxxyao4nai3laugh -na2xxxxxxxx -OFFwo3zai4ban4gong1shi4 -zhei4ye3zhei4wa2 -OFFxxxxxxxx -aiyou

niu2 -MOTxxxxxx -OFFyouxxxxzen3meyang4 -laugh -OFFyao4qian2 -zhe

4ge -zhei4li3shi4shei3me -wo3kan4kan4zhei4li3shi4shen2me -yi -xxxxdexiao3peng2you3zhen1piao4liang4 -MOTwo3kan4kan4 -zuozuoeee -OCxiao3peng2you3 -OFFbu2yong

4 -eaiyo

jia4dao3etou2 -OCjia1jia

1 -jia1jia

1 -OFFzhe4jiu4jia4you3jia4you3 -shen2me

-INVta1shuo1ja1jia1ta1 -INVjian3jian3duo4zuo4zhe -INVxxxxxx -jia1jia1zuo4zuo4shi4ma -hao2yu3ye3zuo4zuo4ba -shen2me -lai2zuo4zuo4 -hao2yu3zuo4zuo4ba -gen1a1yi2zuo4zai4yi2kuair3ba -INVmi1wu2 -gen1a1yi2zuo4zai4yi2kuair4 -ji4you3enhenjiao4zuo4 -lai2xxxxxx -zuo4zher4ao -bing4zai4yi2kuair4ao -yier -eao1chou2 -enaoyou -jia4zher4ejia4zher4jia4zher4 -ennei4gemei2shir4 -nei4xiao3mei4meishi4ba -een

-mei4ge1ge

1 -hao2yu3ye3ren4shixiao3xxxxxx -ge1ge -ge1geyi -ge1ge1shen2me -OFFeniao4niao4 -niao4niao4 -ni3yao4niao4ma -xxxxxx -niao4niao4lai2 -niao4niao4 -yue4ye3che

1 -ji4che1qi4+che1yi4you3 -en -che1 -niao4niao

4 -heniao

4en -niao3niao4niao4+niao4 -enniao4niao4 -en -niao4niao4 -enniao4niao4 -niao4niao4 -kou3+shao4 -niao4niao

4 -kou3+shao4 -niao4eniao4eyou3 -kou3+shao4 -duo1niao4dianr3 -ei

zan3zen4neyi4dianr3laugh -jiu4zen4meyi4dianr3xxxxxx -enniao4niao4ni1niao4niao4 -einiao4niao4 -xxxxxxxx -hui2jia1sa1niao4lai2 -laugh -enjie

3xie2 -enxie2 -tuo1xin

2tuo1+xie2 -wu2na

3na

3 -INVzhei4xie2mai3dejiu4xiao3lelaugh -MOTlaugh -xiao3 -xxchuan1zhei4xie2shi4xiao3 -yixiao3xiao3 -enni3xxxxxxxiao3le -en

-xiao3xiao3 -yiguxia4 -you3aiyoufa4la3dai4gei1 -enguan1nou3lou2men2 -xxxxxxxxxx -mo3zhei

4ge -nei4shi4shen2meya -mo

3zhei4ge -wo3kan4kan4wu3zhezhei4ge -wo3kan4kan4shi4shen2me -JJJwu3zheba -JJJwu3dezhei4geshen2me -JJJwo3kan4kan4dou1you3shen2me -JJJgei3wo3kan4kan4yajia1jia1 -MOTen -JJJxxxxkan4kan4dou1you3shen2meguo4lai2 -JJJwo3kan4kan4dou1you3shen2me -OFFdei1fao1 -JJJma1makan4kan4dou1you3shen2me -huo3huo4te1 -ga1kou4 -zhe4 -JJJhuo3qiu1huo3+che1hui4huai4 -JJJxxxxxxxxxx -ai -JJJxxxxxxxx -hao2yu3a -OFFen

-dou1huai4huai4e -shen2meshi2hou4huai4guo4ya -huo3huoche1hui4huai4 -OFFeyode1 -JJJxxxxjiu4gei3reng1le -JJJhuo

3 -OFFta1ma

4wo3 -JJJlaugh -OFFta1ma

4wo3 -JJJhuo3che1 -JJJxxxxxx -huo3che

1 -xxxxlu4yin1ji1ne -you3xxxxxxxxxx -henhen

-huo3che1 -enhu

-MOTxxxxxxxxxxxxxx -enhuo3che

1 -enhuo3che1en

-huo3che1 -zai4jia1tian1tian1ting1 -enbu2huo3che

1 -kan4zhejia1xxxxxx -MOTyao4ma1ma -huo3che1huhuo3huo3che

1 -OFFxxxxxxxxxxxxxx -huo3che1 -na3you3huo3che1ya -zan2huo3che1bu2shi4huai4lema -huo3che1zai4na4li3you3 -ni3ben3shang4mian4you3 -zhei4ge -jiu4zhei4li3you3 -enzhei4li3you3huo3che1 -aizhei4li3you3huo3che1 -xxxx -qiao2qiao2 -angni -qiao2zher4na3you3huo3che1 -xxxxxx -aiai -OFFenen -ai -OFFen -zher4you3huo3che1 -yi

-huo3zhou1huo3+che1 -huo3che1duhu -na3geshi4huo3che1wo3kan4kan4 -nei3geshi4huo3che1 -OFFhuo3che1 -gei1a1yi2ju3ju3nei4geshi4huo3che1 -OFFzhe4hong3yu3xia4 -gei3a1yi2ju3ju3nei3geshi4huo3che1 -OFFequ3xia4xia4 -dian4che1 -zhei4you3liang3gen1xian4shi4dian4che1 -OFFde4ei -zhei4shi4huo3che1 -zhe4ba3che1che1le -e

-huo3che1 -OFFahaehee -huo3che1 -zhei4shi4jiao4che1 -OFFdiao4che

1jiao4+che1 -OFFehuan2che

1ma3+che1 -ma3che1 -OFFen -ka3che1 -yi3ni3hou1shuo1shen2me

-JJJwawa

-JJJyi

-JJJwaqiaoahuai4be -en

-JJJni3zhei4shi4ge1ge -OFFhuai4ba -OFFenna

2enna

2na2 -OFFao

cry -hao2yu3guo4lai2xxxxxxxx -na2na2 -OFFxxxx -JJJaiwang3li3mian4tui1 -OFFen -JJJwang3li3mian4tui1 -zhe4shen2meya -qiao2qiao2wo3 -OFFgua -en

-xiu3ma

2che1 -OFFxxxxxxxx -ma2che1che

1mo2+tuo1+che1 -aimo2tuo1che1 -enmo2qiu1mo2+tuo1+che1huo3qiu1huo3+che1 -enhuo3che1mo2tuo1che1xiao3jiao4che1 -mo2qiao1qiao1mo2+tuo1+che1 -en -wo3enen -xxxxxxxxxxxxxx -JJJjia1jia1nei4shi4shen2me -qi1wa1xiong2qing1+wa1 -enqing1wa1 -JJJxxxxxx -xiong2qing1wu1xiong2 -JJJa -xi4shi4qi1wa1qing1+wa1si4shi4 -enqing1wa1 -JJJxxxxxxxxxx -qi1wa1qing1+wa1yi4si -JJJxxxxxxxx -qi1wa1qing1+wa1xiao1shuo1 -JJJxxxxxxxx -JJJxxxxxxxx -jia1jia1hao3ma -pao3pao3pao

3 -ta1pao3pao3lehao -mei2mei2 -aomei2le -MOTxxxxxxxxxx -ta1pao3 -enta1pao3 -JJJejia1jia

1 -INVlaugh -INVxxxxxxxxxxxx -huan1huan1 -huan1huan1 -hhhyxxxx -JJJxxxxxx -JJJei

xxxx -MOTzou3lezai4jian4 -JJJzai4jian4 -OFFwo3bu4zou3 -JJJaobu4zou3lelaugh -JJJpi2qiu2 -OFFfeng1zheng -JJJjia1jia1jia1jia

1 -MOTen -JJJzhei4ge -JJJjia1jia1jin4qu4bajia1jia1 -JJJzhei4gexxxxjia1jia1 -JJJxxxxxx -INVen -JJJgei3 -OFFen -zhei4shen2me -OFFaichong2na

2chong2chong2 -JJJxxxxxxxxxx -chong2na2le -JJJxxxxxx -OFFna

2en -JJJxxna2ma1maxie2mei2li3mao4 -JJJna2ma1maxie2mei2li3mao4 -OFFbu4na

2 -JJJma1machuan1shen2me -JJJhui2jia1zai4na2ma1maxie2xxxxxxmei2di4fang1chuan1le -JJJbu4xing2 -JJJxxxxwo3menjia1lai2 -JJJhai2gen1ren2zai4yi2kuair4 -JJJhai2nei4yang4laugh -OFFta1yao4zhu3dong4da3ren2yi2xia4xing2 -OFFren2jia1yao4da3ta1jiu4mei2ban4fa3lelaugh -pa4 -hai4pa4leshi4bu2shi4 -pa

4 -pa4hini3kan4wo3menliang3guo4lai2ta1mei2you3pa4ai -OFFwo3gei3ni3na2ao -MOThi

hi

-chu -OFFgei3 -INVheita1yi2kan4ta1guo4lai2jiu4xia4cheng2zhei4yang4lelaugh -xia

-INVta1danr3te4bie2xiao3 -xiao3exiao

3 - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/hy3.xml b/compling.core/data/Learning/Chinese Data/transcripts/hy3.xml deleted file mode 100644 index 7de1614..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/hy3.xml +++ /dev/null @@ -1,2388 +0,0 @@ - - - - - - - - - - - -kan4shu1 - -lai2hao2yu3 -ma3 -ma

3 -ei4dui4ma

3ma3che1 -kan4ma3che

1 -ei4kan4ma3che1 -zhei4you3guo

2qi

2 -xing1xing1 -guo2qi2 - -emmla

-akhahahaha -hahahaha

-en

2 -lai2 -zen4meduo1shu1ne -kan4ba -xxkan

4 -en -hao2haoyuzhei4geshi4shen2meya

- -zhei4ge

-zhong1guo

2 -qu4ma3xin1xinxing1+xingduo4duo

4zuo4+zuo4 -ouhai2 -ouhai2kan4ma3 -kan4xing1xingzuo4zuo -soft laugh -xing1xing1 -zhe4shi4shen2meya -yi1sheng1 - -a1yi

2 -adui4a1yi2 -xing1 -em - -kan4kan

4 -zhe4shi4shen2me -yue4yangyue4+liang4 -yue

4liang4 -zhei4gene -hong2dezhei4ge -piang4tai4+yang -tai

4yang -zhei4ge - -xing1xing1 -xing1xing -zhei4gebai2deshi4shen2me -bai2yun2 -yun2 -zhei4gene -ta1 -ta1xie

3xie2 -ou

-ta1xie3xie2 -en - -zhei4shi4shen2me -xie

3xie2 -xie2 -ha4yi

1shang4+yi1 -aishang4yi

1 -zhei4gene -ku4ku4+zi -zhei4shi4qun2zi -laughs -qun2qun2+zi -zhei4gene -mou

4mao4+zi -endui4maor4 -zhei4ge -maor4 -maor4 -zhei4ge -xie

2 -zhei4shi4 -zhei4shi4wa

4zi -wa4zi -wa4zixie2 -zhei4gexie2 -zhei4geshou3tao

4 -zhei4geshi4shen2me -shou3tao4 -ku4zi -ku4ji

1ku4+zi -em

-zhei4ge - -bei4 -eidui4 -bei4 -ping2 -ba2? -ba1ping2 -ennuan3shui3ping

2 -dao4ping

2 -youheyi1xia4jiu4fan1zher4le -kan4zhei4ge -da4ka3che1che1ka3+che1 -ei4da4ka3che

1 -xiao3jiu4jiu

4che

1jiao4+che1 -da4jiao4che

1 -ga4da4ka3che1 -enzhei4gene -xiao3jiao4che1 -jiu

4jiu4jiu4jiu4che1jiao4+che1 -xiao3jiao4che1da4jiao4che1 -da4ka3che1lai2 -zhei4shi4 -enda4ka3ke1ka3+che1 -da4ka3che1lai2 -lou2 -en -zhei4gene -da4ka3che1wu

xiu

xiang3 -anwu

xiang3 -wu

xiang3 -awu

xiang3 -shen2mewuwuxiang3a -zhei4shi4shen2meya -huo3che1 -aizhei4huo3che1 -wu

-huo3che1wu

jiao4wujiao4 -an4huo3che1wu

xiang3 -zhei4gene -da4ka3che1 -zhe4shi4dian

4che1 -dian4che

1 -endui4 -da4jiao4che1 -eidui4 -dian4che1liang3genr1gunr4 -shi4ba -kan4zhei4ge -gu1gunr4 -zhei4shi4shen2me -dududu

-dududu

-zhei4shen2meche1 -jiang1yang

2yun

2san1+lun2+che1 -jiang1 -ou -zhei4shi4san1lunr2che1 -ousan1lunr2 -zhei4gene -mo2te1che

1mo2+tuo1+che1 -aidui4mo

2tuo1che1 -zhei4ge -qi2ji4qi4che1zi4+xing2+che1 -aoqi2zi4xing2che1a -zi4xing2che1 - -zhei4ni3dou1bu4xi3huan1 -jiu4xi3huan1che1 -shi4bu2shi4a -dou1shi4chuan

2 -fei1ji1 -wu1ji1fei1+ji1 -en -huo3che1he3che

1huo3+che1 -zhei4shi4da4pao4 -zhei4shi4da4pao4 -bu2shi4fei1ji1ang -qi4che1 -en

-qi

4 -huo3jian4pao4 -zhei4bu2shi4qi4che1huo3jian4pao4 -qi4che

1 -zhei4shi4dao

3dan4 -huo3jian4 -zhei4shi4shen2me -kan4zhei4shi4shen2me -qian2qiang1 -qiang1 -zhei4ye3shi4qiang1 -shou3qiang1 -zhei4shi4ji1guan1qiang1 - -zhei4dou1zhei4dou1shi4shen2melai2deheiya -zhei4huar1 -mhyaizhei4dou1shi4huar1 -aozhei4dou1shi4huar1 -duo3duo4duo

1 -duo

1 -aozhei4shi4shan1cha2hua1 -jun1zi3lan2 - -en -hua4dian4+hua4 -hua4 -wei

2wei

2 -eidui4 -hua

4 -aohua

4 -wei

2 -enwei2 -ni3hao

3 -ni3shuo1wo3shi4zhang1hao2yu3ya -ni3kan4zhei4shi4shen2meya - -piao

3biao3 -aizhei4shi4shou3biao3 -ba4ba

-endui4 -ba4badai4shou3biao3 -shi4ba -zhei4gene -si1shu1shu1+shu -en

-su1shu1shu1+shu -aoshu1shuye3dai4shou3biao3leha - -zhei4shi4shen2me -zhi1dao4ma -xie2bia3ba4 -mhyenzhei4shi4bo4qi -tiao

2zhou -tiao2zhi

tiao2+zhou -enzhei4geshi4shen2meya -ren4shima -chi

4gi1gi1dian4+shi4+ji1 -aoshi4ji1ya -dian

4shi4ji

1 -zhen4gun

4 -aozhei4gene -cha2ge1ji1chang4+ge1+ji1 -aochang4ger1ji1 -INVta1shuo1shi4chang4ger1ji1 -INVlaughs -lu4ji1lu4+yin1+ji1 -zhei4shi4lu4yin

1ji1 -eshou1lu4ji1 -zan2menjia1nei4geyou3shou1lu4ji1 -shi4bu2shi4 -zhei4shi4dian4shi4ji1 - -chuang2 -zhei4shi4shen2me -chuang2 -ting1 -zhei4ge -fenfeng -feng1shen2meya -wuwuda4 -feng1da4laugh -feng1shan4 -dian4feng1shan4 -shan4 -en -shan4 -mhyen -zher4you3ni3ren4shidema -dou1bu2ren4shi -xx -mhyen

-tu1wa1ji1tuo1+la1+ji1 -entuo1la

-dong4dong

4 -en -aodui4 -zhong4zhong4bo1+zhong4+ji1laugh -bo1zhong4ji1 -zhei4gene -tuo1deng4 -enzhei4geshi4shen2me -ka1gou1ji1shou1+ge1+ji1 -aishou1ge1ji1 -ang -zhei4xie1 -zhei4geni3bu2shi4zhi1dao4ma -zhei4shi4shen2me -pa2xie3guang

1 -shen2me -fu3zir -xxxxxx -shang1shui3che

1sa3+shui3+che1 -ei4dui4 -sa3shui3che

1 -zhei4gene -gu1gu1fang2fang2che

1xiao1+fang2+che1 -aifang2fang2che1xiao1+fang2+che1laugh -xing1fang2che

1xiao1+fang2+che1 -xiao1 -fang2fang2che1xiao1+fang2+che1 -ai4dui4 -xiaofang2che1 -na2du1ji1 -mhyzhei4shi4jiu4hu4che

1 -gu1huo3jiu

4jiu4+hu4+che1 -jiu

4hu

4dijiu4+hu4+che1 -jiu

4kuo3qijiu4+hu4+che1 -jiu4huo3che

1 -endui4 -jiu4huo3laugh -zhe4na4du3ji

1ya4+lu4+ji1 -ei4ya4lu4ji1 -zhei4shi4shen2meni3zhi1dao4ma -mo2fang1 -fang1mo2+fang1 -enzhei4shi4mo

2fang1 -qi4che

1 -enqi4che1 -eigege

-en

-keke

-a2qi1hua2+ti1 -enhua2ti1 -embeng

-en -ka2xi1hua2+ti1 -xxxx -ban1ma3 -ban1ma

3 -shi4ban1ma3ma -zhei4shi4mu4ma3wanr2de -ban1ma3zai4qian2mianr4ne -zhei4shi4mu4ma3 -ao -zhei4shi4ban1ma3 - -luo4tuo3luo4tuo3luo4+tuo -ailuo4tuo -qiuo

shu

3song1+shu3 -enshu

3 -zhei4ge -wong4gou

3 -gou3 -wong4wong4 -xxxx -xiao3gou3zen3mejiao4a -wuwang

4wang

4 -endui4wang4wang4 -zhei4ge -gou3 -zhei4shi4hu2li -hu2nihu2+li -hu2li -xing1xing1zuo4zuo4 -eixing1xing1zuo4zuo4 -song1shu

3 -zhei4shi4xiong2mao1 -xiong2mao1 -zhei4geshi4 -xiong2mao1 -aozhei4shi4mao1 -zhei4shi4xiong

2mao1 -zhei4shi4mao1 -zhei4shi4xiong2mao1 -ao -duo1 -enzheng4zai4chi1shen2mene -chi1zhu

2zi - -chi1du

2zhu2 -en -zhei4shi4shen2me -chi1du

2zhu2 -chi1zhu2 -aodui4 -xiong2mao1chi1zhu2zi -zhei4shi4shen2me -nu1nu1xiong2+mao1chi1du2zhu2 -en -haoyukan4zhei4shi4shen2meya -niu

2chi1du

2zhu2 -niu

2 -chi1du

2zhu2 -en -chi1zhu

2dui4 -chi1zhu2zi -chi1du

2zhu2 -en - -chi1du

2zhu2 -duo1duo

1 -mhyen -ga

1 -aini3kan4zhei4gene -ban1ma

3 -mhyzhei4geshi4shen2meya -yang2 -nei3geshi4yang2 -duzhu1 -zher4shi4zhu1 -yang2ne - -zhei4ge -yang2 -enyang2 -niu2ne -kan4niu2ne -niu2 -niu2shi4zhei4geniu2ma -nei3geshi4niu2 -ma3de1li4deng1 -endui4 -ma

3 -aodui4 -ma3zai4nar4deng1ne -shi4ba -ma3ti1zideng1deng1deng1 -shi4ma -niu2ne -wu2 -zher4shi4zhu1 -du1zhu1 -zhei4shi4shen2me -yang2 -zhei4shi4yang2 -zhei4gene -nu4nu4lu4 -zhei4shi4shen2me -ta2nu4nu4chang2+jing3+lu4 -hu2shuo1 -chang2lu4luchang2+jing3+lu4zai4nar3ne -zhei4shi4chang2lu4luchang2+jing3+lu4 -zhei4gene -ta2nu4nu4chang2+jing3+lu4 -zhei4shi4shen2me -ta2nu4nu4chang2+jing3+lu4 -laugh -ai

ta2nu4nu4chang2+jing3+lu4 -enchang2lu4luchang2+jing3+lu4 -tang2nu4chang2+jing3+lu4 -bao3bao4 -enbao4 -hu

2hu2+li -enhu2hu2+li -zhei4ge -hu2li

-enzhei4shi4shen2me -sneeze -xxxx -chi1de -zhei4gene -hu2hu

3 -mhyzheigehei1de -hu3 -zan2menshang4dong4wu4yuan2kan4denei4gexiong

2 -xiong

2 -en

-xiong2 -en -zheige

-jiezhei4xi1shi4gei3gexiang4 -xiang4 -xiang4bi

2 -enxiang4bi2 -xiang4bi2chang

2 -lang2ne -lang2 -endui4lang2 -zhei4shi4shen2me -hou2 -enzan2menkan4kanhou2 -kanhou2lu4xiang4ni3ji4de2te4bie2qing1chu3hang -kan4hou

2 -en

-zhei4shi4shen2me -ji1mu3ji1 -enmu3ji1 -gong1ji1ne - -ger1ger1 -gong1ji1ger1ger1 -gu1gu1da

1 -aozai4zher4gong1ji1 -zhei4shi4mu3ji1ger1da

1 -ge1da

-zhei4shi4ya1ya1 -ya1ya1 -enzhei4gene -gu1da

1 -ho1da

1 -en

-zhei4shi4shen2me -niang3liang3genu

niang3liang3ge -nar3liang3geya

-yi2gexiao3tu4 -yi1zhi1xiao3tu4 -yi1zhi1xiao3bai2tu4 -m2beng4qiao4qiao

4"beng4"-beng4 "tiao4"-tiao4 -enbeng4beng4tiao4tiao

4 -ni3gei3a1yi2shuo1shuo1zhei4xiao3bai2tu4zen3mezhao2a -bu4qiao4qiao4"beng4 "tiao4"-tiao4 -xiao3bai2tu4bai2you4bai

2 -kan4xing1xing1 - -INVlaughjiu4ai4kan4zhei4geaozhei4geche1 -INVbie2dedou1bu2ai4kan4 -xin1xin1xing1+xing1 -en - -hu

3 -zhei4bu2shi4hu3 -zhei4shi4xiong

2 -xiong2 -en -hao2xiong2 -en -xinxin1xing1+xing1zuo4zuo4 -enxing1xing1zuo4zuo4 -nei3geshi4hong2dezhi1dao4ma -hmm

bam

-nar3nehong2 -zhei4shi4shen2me -hong2 -zhei4shi4hong2de -hong2 -hong2nan2lan2 -aodui4 -dui4zhei4shi4lan2 -INVta1ren4shilan2 -lan2 -en -huang2dezhi1dao4shi4nei3gema -xxhuang

2 -nar3nehuang2 -gei3wo3zhi3zhi3 -duo1duo

1 -a2 -duo1che1 -duo1che1 -duo

1 -zhei4shi4huang2de -huang2 -en -zhu1 -en -pa1pa1men

2tian1+an1+men2 -enpa1men2tian1+an1+men2 -tian1anmen -ca1ca1yan1men2tian1+an1+men2 -entian1an1men2 -zhong1guo2ne -chong1guo2zhong1+guo2 -xinxinxing1+xing1stars -enzhei4shi4xing1xing1 -zhei4shi4zhong1guo2 -xin1xin1xing1+xing1 -enzhi1dao4zhei4shang4mian4you3xing1xing1 -guo2qi2 -guo2qi2shang4you3xing1xing1 -wu3ke1xing1xing1 -shang

4 -en -shang4 -en - -nei3geshi4liang3a -nair2nar4nar4 -dui4 -muo4 -zhei4shi4liang3 -liang3zhi1ya1ya1 -zhei4shi4yi2ge -yi2gexxyu2 -enzhei4yu2shi4si4si4tiao2yu2 -yi1er4san1si4 -xiao3tu4ne

-yi1er4san1san1zhi1tu4 -niang3liang3ge -san1zhi1tu3 -liang3zhi1ya1ya1 -en

-niang3liang3ge

-san1ge -yi1er4san1 - -tu4 -niang3liang3ge

-endui4zhei4shi4liang3ge -zhei4shi4yi2geao -yi1ge -nei3geshi4yi2geya -yi1yi2ge -liang3gene -xi1shi4niang3liang3ge -en -kan4xiong2 -kan4xiong2hang -kan4xiong2 -en -zai4hong

2cai3+hong2 -encai3hong

2 -dui4cai3hong3 -zhei4gene -tai1tai1xia4yu3 -xia4yu3 -xia4yu3yao4gan4ma2ya -yao4da3san3shi4bu2shi4a -da3san3 -enxia4yu3da3san3 -xue3ren2ei2 -xinnue4niang4xing1+xing1, yue4+liang4 -ao

-si1si

1 -enyue4liang4si1er -zhei4si1le -ni3kan4ni2gei3si1le -ba3yue4lianggei3si1le - -INVzhei4gezi4nian4yue4liang4 -INVni3kan4ta1yue4liang4si1hai2ji4zhene -INVkan4yue4liang4mei2legao4su4shuo1yue4liang4si1 -zhei4shi4shen2me - -xi1xing1xing1+xing1 -xing1xing1 -zhei4gene -xi1xingdeba4bamao4mao

4 -aomao

4mao4mao4 -zhei4shi4xue3renr2 - -xue3qiu2 -di4qiu2 -qi1qi1ti1+ti1 -aidui4 -ti1neng2ti1ma -kan4kan4shi4shi4 -na

2 -aina2 -neng2na2ma -na

2 -na2de2chu1lai2ma -enqie2yao

3ni -en -zhei4yu3zhou4fei1chuan

2 -chen2chuan2 -em

-ni3kan4 -lai2kan4 -zher4hai2you3zen4meduo1chuan2ni3kan4 -zen4meduo1dou1shi4chuan -zuan3chuan2hu3che1huo3+che1 -zhei4shi4huo3che1ma -zhei4shi4qi4dian4chuan2 -zuan2chuan2 -lun2chuan2 -dou1shi4chuan2 -zhei4shi4shen2meya -dou1 -ha3kuo

1 -a -ha3ge1zi1 -zhei4shi4tuo2niao3 -tuo1tuo2niao

3 -zhei4shi4yan4 -kan4kan4kan4kan

4 -xxtuo2niao3xi2xi2niao3xi3+que4 -aoxi2xi2niao3xi3+que4laugh -xi

3niao3xi3+que4 -en -bai3ling2niao3shi4xi3que4 -xi3que4xi3 -dou1wang

4leshi4ba -wang4 -en -zhei4shi4shen2mezhi1dao4ma -xie

2 -xie2 -ba4ba -ba4badexie2 -ni3ba4dexie2shi4hong2xie2 -laugh -zhei4shi4shen2me -dou1shi4 -dao4shei3shui3 -aodao4shui3yong4deha -kai1 -enkai1 -honking of horns - -em2 -kan4kan4zhei4xie1dou1shi4chong

2zi -bu2kan4zhei4xie1chong2ziguai4ke3pa4de -shi4bu2shi4 -pa4 -en -xiao3tong

2chong2 -enkan4hou4benr3dehao3 -tong

2tong2chong2+chonghonghong -zhei4shi4shen2meya -bang4 -si1shu1hong2 -bang4 -zhei4shi4hai

3luo2 - -zhei4ying1gai1ren4shiao -qi3e2 -xia

1 -zhei4shi4xia1ma -zhei4bu2shi4xia1 -zhei4shi4mo4dou3yu2 -xiang4xia1zhang3deshi4bu2shi4 -zhei4shi4shen2meyazhi1dao4ma -xia3hen3 -xia1zai4zhe4li3nenei4xia1 -nei4li3mei2you3xia1 -xiao1xia1mei2you3 -en -huo3che1 - -enzhei4shi4xia1 -zhei4shi4xia1 -mei2you3a -en -su1yimei2you

3 -zhei4shi4mo4dou3yu2 -zhei4shi4shen2mezhi1dao4ma -guo3xia3xia

1xia1 -nei3geshi4xia1 -xi1wa1qing1+wa1 -aoqing1wa1dui4 -xin1wa1qing1+wa1huai4 -enqing1wa1huai4le -zhei4shi4shen2me -hao1yu3qing1wa1wei4shen2mehuai4le - -en -INVwo2wa2wa2 -ta1shi4zen3mehuai4de -INVwa2wa2 -INVouta1ke3neng2shi4zai4shuo1ta1nei4ge -INVta1you3yi2geqing1wa1huai4le -INVta1yi3qian2you3 -INVgei3ta1mai3leyi2geqing1wa1wan2ju

4laugh -MOTshi4ma -INVhuai4le -INVhuai

4 -INVta1lian2xiang3dao4zhei4gekan4dao4zhei4geqing1wa1jiu4gao4su4ni3qing1wa1huai4le -xxxiao3niao3 -tuan2mu1wu1 -xxxxying1 -ying1 -niao3ying1 -en -niao3ying1ying1 -caugh -yi1yiying1 -a3ying

1lao3+ying1 -a1tao3yong1lao3+ying1 -a1tao3yong1nai3 -a1tao3yong1 -lai2 -chai2chong2 -a1tao3yong1 -a1tao3yong1 -laugh - -hu2hu2 -hu2 -enhu2kai4kan4zheir4you3gehu2 -hu2xiong2 -xxxxxxxxxx -xxxxxxxx -xiong2 -kan4lu4lu4 -chang2lu4luchanu2+jing3+lu4 -wei2wei2wei

2 -aowei2wei2 -wa4mexxxxxx -ee -ahar3 -dian4hua4 -ahar3 -aoaha3 -ahar3 -lai2lai2laugh -hua4 -ni3syao -ni3shuo1dehua4laugh -zhen1gou4jian3dan1dealaugh -xxxxxxxx -he2ni4hu2+li -he2ni

4 -enhu2li -zhei4shi4shen2me -he2ni4 -zhei4shi4hu2li -zhei4gene -si1she

2 -dui4she2 -niu2 -niu

2xxxx -zhei4shi4shen2me -he4niu2he4niu

2 -yao4kan4niu2 -kan4niu2a -niu2 -niu2zhe4limei2you3niu2 -zhe4shi4xiong2 -xiong2 - -he4a - -xiong2 -en -qi1xie

2 -aoxie

2 -xie2mei

2 -ao4ta1mei2chuan1xie2ao -ni3kan4mei2chuan1xie2 - -xie2huai

4 -enxie2huai4le - -hao2yu3ni3kan4zhei4gegou3xiong2neao -xiong

2 -kan4zhei4gegou3xiong2you3 -xie2xie

2 -endou1mei2chuan1xie2hao - -en2mei2ta1chuan1xie

2 -en -bu1tuo1xie

2 -bu1tuo1xie2 -en -tuo1xie2 -gou3xiong2bu4chuan1xie2ao -noice -duo1duo1xiong2duo1duo1xiong2 -en - -yi3mei2kai1xie2 -kai1xie

2 -en1gu3xi1tua1xie2 -en -kai1xie2 -yi2 -enzher4hai2you3ne -ni2hai2shi4duo1fan1leyi4pian1 -kan4nu4nu4lu4+lu4 -en -kan4nu4nu4lu4+lu4 -kan4nu4nu4 -kan4nu4nu4 -kan4nu4nu4 -xxxxxx -xi1niu2mei2 -zhe4li3mei2you3niu2ao -zhe4li3you3niu2 -shi4xie

2 -zhei4xie2 -lu1ba3ao1den -den4 -zhei4 -zhu1yang2 -en -yiang2xechi1cai

4cai -enchi1cai4 -chi1cao3ne -chi1tao3cao3 -chi1dao3cao3 -hu2hu3hu3 -dui4shi4hu3a -hu2nihu2+li -hu2li -zhe4li3mei2you3hu2li -eizhei4ge -hai2ji4de2zhei4shi4shen2mema -zhei4shi4shen2me -zhei4shi -wan2ban1ma3 -she2me -zai4xiang3xiang3zhei4shi4shen2mezhei4ge -zhei4shi4la1zheshe2menezhei4shi4 -ban1ma3 -shi4ban1ma3ma -zhei4shi4shen2me -na1na1la1 -la1zhei4shi4ma3che1 -ma3che1 -en - -ma3la1deche1ao - -ne1ne1 -MOTzher4ji3nian2ji2de -INVyi1nian2ji2 -ji3che1qi4+che -INVen -INVyi1nian2ji2di4yi1ce4 -MOTgou4fu3za2de -MOTxian4zai4ta1men -qi4che1 -INVaishi4ting3fu3za2de -INVxiao3hair2ting3shou4zui4defan3zheng4 -qi4qi4che1 -INVshang4xue2zhi1qian2jia1zhang3dou1dei3jiao1 -INVru2guo3bu4jiao1xiao3hai2zigen2bu2shang4 -qi4che1qi4che1 -enqi4che -na4ci2yi2ma3 -INVjiu4zhei4gelao3tai4taienta1zi4ji3dou1bu2jian4de2neng2zuo4de2chu2lai2laugh -MOTna3gelao3tai4tai -jiu4shi4jiao1denei4gelao3tai4tai -MOTwo3ye3bu2jian4de2 -INVzhei4ge -MOTen -feng1da4 -MOTyou3dezi4xxdewo3dou1bu2ren4shi1a -INVao -MOTta1you3hao3duo1ji1qi1renr2guai4dong4wuwo3ye3bu2ren4shi1 -INVen -xie1xie3xie1xie3 -enzhei4gebu4neng2xie3ao2 -yao4xie3 -lai2hao2yu3kan4zhe4geze3meyang4 -yao4xie3cryhahaha -hao2yu3gei3gei3a1yi2jiang3zhei4shi4zen3melezhei4ge -hui2 -enhui2 -xia4 -xia4 -en -hui2 -en -hui3 -hui2jia1 -wo2xiang3hui2jia1jia4 -enhui2jia1 -zhei4shi4shei2ya -nao3nao

1lao3+lao -hahalao3laocheng2lao3laolelaugh -shang4hui2shuo1deshi4ma1mane -zhei4shi4shei2a -ma1ma -zhei4ma1aodui4zhei4shi4ma1ma -zhei4shi4shei4a -ye2ge1hege1+ge -ai4dui4 -ge1ge

-enge1ge -zhei4shi4shen2meya -ha3dian2shi4deguan1ou -aidian4shi4guan

1 -INVta1shuo1hua4shi4te4bie2dejian3dan1 -INVdian4shi4 -INVguan1 -zhei4shi4shen2me -dian4shi4shi4dian4+shi4+ji1 -enshi4shi4dian4+shi4+ji1 -nei4shi4zan2menjia1deshi4shi4dian4+shi4+ji1 -dian4shi4 -za2zan2jang1jia1renza2zan2jang1jia1 -shi4 -en -qi4che1 -aiqi4che1 -qi4che1mao4 -enmao4 -qing1wa1ao -en -niang3laing3geniang3liang3ge -aoniang3liang3geniang3laing3ge -zi1si1si1 -en -jie1you1si1 -enjiu4jiugei3si1deya -ni3si1dezen3melai4jiu4jiua - -hai2si1 -en -hai3shi1 -enhai3shi1dui4zhei4shi4hai3shi1 -hao2yu3zhei4hui2cong1minglea -zhi1daozhei4shi4hai3shi1le -lang2 -lang2dui4 -lang2 -en -chi2chi2 -enhao2yu3zhei4shi4shen2me -a4xiang4bing1+xiang1 -che1 -a -xiang1che1 -hai2xiang3che1ya -xiang1xiang1 -aixiang1xiang1 -xxxxxxbing1xiang1 -bu2yao4shuo1xiang1xiang1 -biang1 -qi4che1pao3 -aidui4qi4che1pao3 -pao3 -hao2yu3zhei4gehaoshuo1de2hao3ao -qi4che1pao3 -shuo1wan2zheng3leao -che1 -huo3che1dou1kan4le -ni3gao4su4woni3gao4su4wozhei4shi4shen2meya -wo3bu4ren4shizhei4shi4shen2me -shei4shi4 -zhei4shi4shen2meya -qing1wa1 -huo3che1 -cryhuo3che -huo3che1huo3che1 -kuai4kan4zhei4bu2shi4 -zher4nehuo3che1 -xxxxxx -qi4qi4 -xiang1xiang

1che1 -en -bi1xiang1bing1+xiang1 -enbing1xiang1 -zhei4liyou3yi2gebing1xing1ao -jiu4jiu4che1jiu4+hu4+che1 -en -xia1xiao3jiao4che1 -jiu4jia4jia

4che1 -enzhei4shi4jiao4che1 -zhei4shi4shen2meche1ya -mian4bao2che1pao3 -enmian4bao1che1pao3laugh -pao

3 -en -pao

2 -enpao

2 -pao

2 -che1 -ti1ti1qi4che1gong1+gong4+qi4+che1 -en -xi1xiang4che1 -wei3xang1wei3 -INVta1tou2yi1ci4shuo1si4gezir4 -INVmian4bao1che1pao3laugh -INVdou1shuan1dian3 -INVzhei4hai2zishuo1hua4te4bie2nei4geshen2me -INVta1shen2 -INVta1jiu4shuo1yi2gezir4 -INVbu1zhi1dao4zhei4shi4wei4shen2me -che1 -xian4zai4kai1shi3shuo1liang3gezir4 -huo3che1huo3che1 -en -MOTxiao3hair2jiu4shi4zhei4yang4fa1zhan3deni3bie2zhao1ji2 -MOTlaugh -da4ka3ka3laugh -enmian4bao1che1pao3 -MOTyou3dexiao3hai2xian4zai4hai2shi4shuo1yi2gezi4 -INVao -MOTda4bu4fendou1shi4yong4shou3shi4 -dai4 -INVyong4shou3shi4la -shu3qiang1shou3+qiang1 -shu3qiang1shou3+qiang1 -enshou3qiang1shou3qiang1 -dou3qiang1shou3+qiang1 -zhei4shi4ji1guan1qiang1 -dededededede

-deda

hehe

-laugh -ta1te4bie2ai4kan4shu1 -neng2kan4yi1xiao3shi2mei3you3wen4ti2 -da2tan2qin2 -endui4ni3yao4kan4qin2 -zan2menkan4kanqin2 -eizhei4shi4shen2mezhi1dao4ma -qin2 -zhei4ge -xiang1 -xiang1 -bing1xiang1 -dian4bing1xiang1 -kai1 -kai1 -xxxx -wo3gei3ni3zhao3nei4ge -lai2wo3gei3ni3zhao3zhei4geqin2ao -ni3kan4 -qin2 -endou1nei3gedang1qin2aren4shima -er4duo1 -ennei3geshi4qin2 -xxqin2 -gang1qin2 -zhei4shi4gang1qin2 -hai2hao3duo1 -hao2duo1 -hai2hao3duo1qin2 -enhao3duo1qin2 -endui4hao3duo1qin2 -qin2mei2 -en -mei2you3mei2 -en -mei2 -xia4 -eixia4 -enzhei4gan4 -jiu4jiu4shui4+jiao4 -endui4hao2yu3shuo1dui4le -shui4jiao4 -xi1xia4 -en -xia4 -xia4 -xia4 -shui4jiao4le -shui4jiao

4 -en -zhei4gezhei4shi4shen2meya -xxduo1 -en -duo1duo1 -hen3duo1 -INVgai4shuo1hen3duo1 -hen3duo1 -zhei4zhei4xie1dou1shi4qin2hao -shi4bu2shi4 -zhei4shi4shou3feng1qin2dian4zi3qin2da4ti2qin2yang2qin2 -ha2qin2tan2 qin2 -enyang2qin2 -hao2yu3zhe4shi4gan4ma2ne -shu1shudong1ximei2 -zhei4shi4gan4ma2ne -qi4che1 -qi4che1qi4che1you3 -qi4che1mei2le -kan4zher4you3qi4che1 - -zhei4budou1shi4qi4che1ma -da4qi4che1xiao3qi4che1 - -hong2qi4che1nehao2yu3 -hong2qi4che1 -en -hong2qi4che1mei

2 -enhong2qi4che1mei2le -dou2dou

2 -en -che1mei2 -wo3gei3ni3zhao3zhao3ao - -che1che1 -xx - -qiang1 -enqiang1 -qiang1 -en -shou3qiang1shou3+qiang1 -na4shi4shen2meqiang1ni3zhi1dao4ma - -xxxx -hong2qi4che1mei2le -xxxx -hong2qi4che1mei2le -jiu4wanr2ni3zhei4geche1ba -zhao3 -zhao3 -zhao3 -bie2zhao3lemei2you3le -mei2you3 -enzheir4hai2you3zhei4gechene -da4 -en -che1xx -da4che1 -en -da4 -ca1che1 -dui4ca1ba - -eiei

-xiao2xiao3 -xiao2xiao3den4 -xiao3den4 -xiao3den4 -xiao2xiao3 -xiao3den4 -xiao3den4 -xiao3den4 -shen2mejiao4xiao3den4laugh -xiao3den4 -xiao3de -xiao3deao -bu2shi4 -xxxx -xiao3de

-INVta1te4bie2ai4wanr2zhei4geche1 -xxxx -xiao3cha1 -cha1 -endui4cha1cha1wan2la1zhezou3ao -zou3 -en -zou3 -zhei4shi4shen2meyan2se4ya -hong2hong2 -shen2mehong2 -zhei4shi4hong2 -zhei4shi4hong2 -hong2 -enzhei4gene -nan2lan2 -nei3geshi4lan2 -zhei4ge -zhei4geshi4lan2 -hu2hu2 -zhei4shi4shen2meyan2se4 -xx -a -huo4 -huo4ahuo4shen2me -huo4 -wuo4 -en -huo4 -engei3gei3 -gai3you3ne -hai2you3 -enhai2you3 -tahai2duo1 -hai2duo1 -laugh -hai2duo1 -xxxxxx -xxxx -xx -en -hai2duo1 -ei -en -ei

-kan4che1 -zou3zan2menlai2ding3zhezhei4geche1 -xxxxyi2liang4 -xxxxxxxxxxxx -en -tui1tui1che1 -entui1che1 -tui1 -tui1a -tui1 -tui1che1ba -tui1en

dao3 -ohuai4ledao3le -dao3 -ennong4dao3le -xxxx -gei3ni3cha1shang4ao -tututu3yi1 -en -da4ka3che1 -xxfang4 -mei1yi1 -huo3che1 - -kan4ni3dehong2qi4che1 -en - -hai2yu3zherne -zhao3zhao2le -zhei4shi4shen2mezhei4geyan2 -zhei4geqi4che1shi4shen2meyan2se4ya -mian4bao1che1 -aozhe3shi4mian4bao1che1ma -zhei4shi4xiao3wuo4che1jiao4+che1 -xiao3jiao4che1 -eizhei4shi4shen2meyan2se4a -hong2 -aizhei4cishuo1dui4lehong2 -qin2 -myaiyouhao2yu3da1deche1zhen1hao3kan4hei -hao3kan4 -en -ca1ca1 -en -hai2ca1 -lai2 -hei1ji3qi4zi4+ji3ca1 -he3yi3ji3zi4+ji3ca1 -wo1 -enxxxx -xxxxxx -voice of closing the door - -ca1 -INVlin2 -ku

1 -en -xx -ku

1 -enku

1 -ayaohao2yu3da1deqi4che1zhen1hao3kan4 -aya

he -xxshang

4 -enhai2yao4hai2shang4ne -ayahe -shang4 -zhen1hao3hei -ei -en -ei -en -hai2gao1 -hai2hai2gao1a -eiyahai2gao1a -gao1 -laughheizhen1hao3 -xxxxxx -xxxx -xing2leni3jiu4bie2ba2le -yuyou4nong4you4nong4huai4leba -yiyi -heiheixiu

4 -aiyouhouhao2yu3zhei4huir3da1dejiu4gen1gangcai2bu4yi1yang4le -hui2 -enda1zen4meduo1ne -hui2 -zhao3ba -zhao3 - -yong4yong4 -ca2shou

3yong1 -en -chou1yong1 -enao -yuu4huai

4 -aoyou4huai4 -you4huai4 -you4huai4bu2yao4jin3 -jie1zheni3jie1zhecha1 -cha1 -encha1 -heihai2ta1cha1 -eiai

-xx -zhe4zha1zherha2hai2duo1 -en -ha2hai2duo1 -ha2hai2duo1 -hai2duo1 -e -en -ai -hai4 -en -xxxxxxxx -zhei4shi4shen2meyan2se4ya -hong2hong2 -huang2 -huang

2 -en -zhezhang4 -ai -zhang4 -enhen -hui2xxxx - -lai2kuai4dianr3 -nei4ge -kuai4cha1 -cha1leyi3hou4zan2menjiu4kai1che1leao -o -tai4man4leke3bu4xing2 -cha1 -ta1tai4man4 -ta1tai4man

4 -zou3zou3 -ta1tai4man4 -ta1tai4man4 -xxxx -zou

3 -xxdou1zou3 - -jiao1jiao1 -jiao4jiao4che1jiao4+che1 -jiao4jiao4che1jiao4+che1 -ai

dui4dui4dui4 -xiao3jiao4che1 -xiao3jiao4che1 -xiao4jiao4che1 -kai1 -enkai1 -kai1kai1 -enkai1kai1 -kai1che1 -en -xing1xing1 -aixing1xing -xing2le -xxxxgan3kuai4cha1 -zan2menjiu4ba3che1kai1kai1qi3lai2le -kai1qi3lai2le -bie2lao3nong4huai4le -cha1hao3le -man4manr4cha1 -dui4liang3geshou3fu2zhecha1 -xxxx -yi -xxx -wu -wudewude -da1yi1ge -xxxxxx -zai4cha1 -cha1cha1bu4liao3liang3gele -cha1yi2geba -enke2yi3 -yi2ge -enyi2ge -dui4cha1yi2geba -qi4qi4 -hai2ge4hai2 you3 yi2+ge -enhai2you3yi2ge -hai2you3yi2gecha1zher4lai2 -ei - -xxxx -yi3ta1 -gei3 -enzhe4jiu4hao3le -gei3 -kuai4 -kai1che1 -kai1che1 -kai1che1lou

1 -kai1che1lou

1 -hai2you3 -ni3hai2cha1ya -yao4cha1duo2gao1deche1yaa -hai2xxgao1 -hai2gao1 -hai

xxxxche1 -man4 - -ei -eihe -zhe4che1hao3wanr2hei -hao1wanr2hao3+wan2 -enlai2 -en -kai1shi3ba -lai2kai1 -kai1shi

3 -enkai1shi

3 -aoba3nei4xie1dou1zhuang1nei4che1li3toulaugh -ba3zhei4xie1dou1zhuang1nei4che1li3tou -en -che1huai4 -huai4 -huai4lebu2yao4jin3 -hai2ke2yi3zhuang1zhei4li3toune -ni3kan4 -dou1 -zhei4ke2yi3zhuang1zhei4li3tou -mai2dou1nou2xi4 -en -zhuang1 -zhuang1endou1zhuang1 -xing2le -kai1shi3lou

-hao2yu3 -kai1che1zu

3zou3 -aokai1zou3 -kai1shi3le -kai1shi

3 -enkai1shi3zen3mezhe -zen3meni3dei3tui1zheda4che1ba -xxxxtui1 -tui1 -tai4duo1 -en -tai4duo1 -laugh -shang4 -duo1 - -shang4 - -zhei4liang3liang4che1ya -en -ding3zhe1 -xiang

3 -enkai2shi3 -bu4hai1shi3kai1+shi3 -xxxx -bu2yao4zhei4ge -bu4xi3huan1ya -ta1huai4 -aonei4gehuai4le - -da

4qi4che1gan3gan3+kuai4kai1 - -zhao3zhao3zou3+zou3 -zhao3zhao

zou3+zou3 -ei -zhao3zhao

3zou3+zou3 -zou3ba -kai1zou3ba -bu

4 - -wuhaha -hali3touzhuang1ne4meduo1a -heizhen1hao3 - -xxshang4 -ji3zi4+ji3shang4 -enshang4 -shang4bu2qu4le -guai3wanr1 - -shang4 -en -hai2shang4 -shang4che1 -aoshang4che1lai2 -shang4 -zou3 -guai3wanr1guai3wanr1 -guai3wanr1 -ai -guai3wanr1 -guai4wanr1 - -you1 -en -hai

3 -aku1zhuang1 -yi4qi3shuo1 -zhuang1qi4che1 -geraigerai -jia1zhetui1 -tui1 - -ai - -ei

dui4 -dui4 -dao4dao4 -en -dao

4 -dui4dao4dao

4 -dao

4 - -yi - -che

1 -kan4che1 -qiiuqiiu -che1 -kai1 -hu1hu1che1kai1 -en -bu4kai1 -bu4kai1 -lai2 -hu -kai1 -dou1ge1zhe4li3leba3che1 -en - -fang4bu2jin4qu4leba -xiang3xiang3kan4zen3mefang4 -eyaohezen4mebang4 -xx -en -xing2le -ni3zai4chai1 -chai1ni3ye3nong4fang4bu4liao3le -ei - -yi2 -lai

2 -dui4dou1ge1zhei4li3ba - -xing2xing2xing2lexing2le -dao4 -dao4 -ni3zi4ji3na2shou3na2 -ei -zen4mezhedao4dao4bu4chu1lai2 -yi - -en -xxxx -en - -mei2mei

2 -mei2lea -wo3kan4nar3mei2la -you3 -hai2xxxxxx -yiyi -aozhei4li3hai2you3yi2genehao -hao2yu3kan4jian4le - -xxxxxx -huo3che1 -en -kai1 -aokai1zhedidi

-kai1 - -mei2xxxx -shang4chuang2che1 -shang4shang4 -shang4xxxxche1 -shang4chuang2che1 -shang4chuang2che1 -shang4 -e

-zou3zou

3 -en -zou3 -bu1zou3 -xxxx - -fang4 -wo3fang4 -enfang - -mei2 -en -mei

2 -en -mei2 -mei2 -da3che1 -lai

2wo -en -bu4dei1 -lai2wu

o -hahaha

-haha - -xxshang4 -xxshang4 -enshang4 -shang4nei4gexiang1shang4lehao -lai2kai1ba -kai1shi3 -kai1shi3didi

-ni3lei4bu2lei4 -lei4lejiu4ti1huir3qiu2ba -la1huir3che1xing2ma -xing

2neilei4 -xing2ma -lei4 -lei4le -eyao -hai2lei4lelaugh -ni3hai2zhi1dao4lei

4na -enche1lei

4 -aoche1lei4le -shi4che1lei4lehai2shi4ni3lei4le -da4 -en -lai2xie1huir3ba -ti1huir3qiu2 -ti1huir3qiu2zai4wanr2zhei4geao -qiu2 -xing2ma -ti1qiu2 -ti1qiu2 -lai2ti1qiu2 -zan2liang3ti1hao2yu3 -ti1qiu2 -lei4lei4 -endui4lei4 -ti

1 -hao2yu3ye3ti1 -hao2yu3ti1 -ti

1 -eiei -ei

-kuai4ti1 -a

-en -duo4 -aiti1qiu2 -nai4 -hai2shi4ti1huir3qiu2ba -ti1qiu2 -dai1huir3zai4wanr2che1 -lai2zan2menti1qiu2 -lai2awu

- -kan4qiu2ne -kuai4na2qiu2 -lai2ti1ti1 -ti1 -aidui4ti1 -yiu4ruo2lei -yaozen4mezhena4ni3zen3meti1a -eieiha -ti1ei -eikuai4qu4na2chu1lai2 -eidui4 -hao2yu3zan2menti1lai -eiei -enhao2yu3zai4zher4 -hai2na2 -eiei -eieieiei

-ei -ei -dui4yong4shou3na2 -yiyaohe -ti1 -kuai4ti1 -ti1 -ai

dui4 -hao3 -yao4che1 -niang3laing3niang3liang3 -liang3gelai2 -ei -wo3 - -niang3liang3geniang3liang3ge -aidui4liang3ge -zhei4shi4ji3geyazhei4ge -ji3ge

-ji3geshuo1 -yi1geei -zhei4shi4yi2ge -laugh -ji3ge -yi2ge -zhei4zhei4shi4 -zhei4shi4duo2shao3 -duo1duo1 -aozhei4duo1le -liang3ge -liang3ge -en -zhe4shi4yi2ge -yi2ge -liang3ge -yi2ge -yi2ei -yiyi2ge -en -yi2ge -en -hai2you3 -en -kuai4na2 -hai2ti1 -eiti2ti1 -ti3ti1 -yie4 -ei -hao2yu3kuai4ti1 -eiei -eiei -laugh -wo2jiang1 -you4shang

4 -aiyou4shang4 -dui4you4shang4qu4le -xia

4 -xia

4 -xia4xia4lai2leyou4 -xia4 - -xia4 -xia1nai4xia4+lai2 -xia

4 -eidui4 -xia4lai

2 -bu2shi4xia4lai4 -shi4xia4lai2 -hao2yu3 -xia4 -hao2yu3ke3ma -xia4 -xia4 -you4xia4 -eiyou4xia4 -xia4you4xia

4 -enxia4you4xia4 -you4xia4 -xia4xia

4 -en -you4xia4 -you

4xia

4 -you4xia

4 -you4xia4 -xxxx -yaoliang3ge

liang3ge

-kan4yi

-ei -kuai4jiu3zou3 -en - -eiei -ei -ei -ta1mei2jiu3zou3 -enta1hai2mei2you

-eiyaozen3meban4ne -na2qiang1na2qiang1 -gou4chu1lai2 -na2qiang1 -dui4 -a1na2qiang1 -enna2qiang1qu4gou4chu1lai -ai

dui4 -chu1lailema -ei -eihao3 -na

2zou

3 -en -na2qiang1 -enna2qiang1 -na2qiang3qiang1qiang1+qiang1 -na2qiang1da3qiu2 -endui4 -yi -ni3kan4you4ti1ge2li3le -kuai4na2qiang1qu4nong4chu1lai -xxxxxx -zhao3 -zhao3 -zhao3 -xxxx - -qi4qiu2you4bao3pao3 -you4pao3 -kuai4lai2 -yi2yi2yi2yi

2 -bie2ke1nao3daiao -ke3 -yuehao2yu3mei2you3leheilaugh -ei -ei -wu1 -shang4hai2qu4 -hai2yao4na2 -hai2yao4na2shen2meya -na2jie3ju1 -aozhei4ge -ba3zhei4gena2chu1lai -eiei -en -lai2lai2lai2zhei4li3 -bu4gu3ge1 -bu4ge1 -ge1che1li3touye3xing2 -eiyuehe -da

1ou3lou2 -xxdao3 - -laugh -hao2yu3 -hao2yu3hao3ma -ni3hao3huai4a -leng

3 -yi1fang4 -yi1fang4 -xiang2zu3lema -zu3hai3 -xiang3zu

3 -xiang2zu3a -xia4xiang3 -zu3zen3mele -huai4 -zu3zen3mele -zuo2tian1kan4zu3lema -zu3guan1 -zu3shuai1 -aozu3shuai1le -xiang3bu4xiang3zu3a -apo4 -a -aopo4le -shuai1po4leshi4ba -laugh -INVwen4ta1xiang3zu3ma -INVta1shuo3zu3shuai1 -ka3ye4 -lao3ye4lao3+ye2 -lao3lao3ye2lao3ye2zen3mele -sai1shuai1 -lao3ye2shuai1le -na4shi4wo3delao3ye2 -ni3dezu3aolaugh -sai1shuai1 -shuai1 -leinong4zhua1 -enzhua1 -nong4zhua1lehao - -ni3xin1teng2bu4xin1teng2a -du3zu3teng1teng2 -du3zu3 -du3zu3teng1teng2 -endu3zu3teng3teng2 -zu3shuai1 -enzu3shuai1 -ta1ban

4 -enban4 -dui4ban4dao3le -ta1ban4dao3le -shuai1le -ba3lian3shuai1po4leshi4ma - -ni3xin1li3nan2shou4ma -jiu

4 -anjiu4jiu -jiu4jiuzen3mela -shei2gei3ni3mai3deche1ya -shi4jiu4jiu -enshi4jiu4jiu -zhei4hong2che1shi4jiu4jiumai3dehao -hong2jiu4che1jiu4jiu -zhe4bu2shi4jiu4jiu -zhe4shi4da4da -da2dada4+da -aida2dada4+da -ba4ba -aiba4badan1wei4deda4dagei3dehao -ba4ba -en -bu1zhi1jiu

3di4 -aodui4zhei4shi4jiu4jiumai3delaugh - -hao2yu3zhei4shi4shei2gei3ni3mai3deya -jiu4zhei4zhei4xiao3zhei4gexiao3che -zhei4cha1jiao3che1 -shei2gei3mai3deya -zhi1dao4ma -a -sha4sha4shi4da4da -zhei4gebu2shi4da4dale -zhei4geshei2gei3mai3de -da4da

-bu2shi4da4dale -zhei4ge -ni3hai2kan4nei4li3tou -enshi4xia2ling2a1yi2gei3mai3de -shuo1 -xxxxxx -eieieimi -eigan4ma2 -xxxx -mi -shi1ku - -mi -xxxxxx - -hokai1chela -kai1shuang1ceng2che1 -liang3geche1 -hao2yu3zhen1you3ben3shi -haineng2kai1liang3geche1 -duo

1 -a -duo1 -duo1hao -duo1duo

1 -enao -zhuang4le -zhuang4che1 -ke3bie2zhuang4che1 - -niang3liang3ge -niang3liang3ge -aidui4liang3ge -liang3geche1 -liang3liang4che1shi4ba -INVliang3geliang3gelaugh -you4you4nei

2lai2 -you4nai

2lai2 -you4lai2la -enenyou4you4nai2lai2ne.le -niang3niang4liang3+liang4che1 -duiliang3liang4che1 -hao2yu3shuo1dezhen1hao3 -you4you4nai3lai2 -enyou4lai2 -you4nai3lai2che1 -en -you4lai2che1leshi4ba - -you4nai2lai2 - -gu - -zu3jiao

4 -enjiao3le -jiao3zhu4leshi4ma -enkan4zher4 -enen -hai2you3yi2ge -eizher4hou4bianrhai2you3yi2gezhei4gene -zhe4huai

4 -enhuai4le -che1huai4 -enche1huai4lehao -you3niang3niang

4liang3+liang4 -liang3liang4 -dui4liang3liang4che1 -xx -che1nai2lai2 -che1nai

2lai2 -enche1lai2 -che1nai

2lai:2 -en -che1nai

2lai:2 -en -che1nai2lai2 -zan2menkan4ma3lu4shang4zhei4ge -zhei4geji2pu3che1hao3kan4ma -kao3kan4hao3+kan4 -hao3kan4ao -ji1che1ji2+pu3+che1 -aozhei4shi4ji2pu3che1dexing2zhuang4 -wai4bianr1da1shang4bu4jiu4shi4ji2pu3che1le -nei4gene -shi4xiao3jiao4che1zhi1dao4ma -xxxx -niu4niu4 -nei4shi4shen2meya -ludenei4ge -kan4jian4mei2you -liu4 -xxxx -na4shi4shen2me -kan3ke4tan3+ke4 -aitan3ke4 -duo1duo1che1 -enhen3duo1che1 -ni2xi3huan1tan3ke4ya -xi3huan1che1ya -xi1huan1xi3+huan1qi4cheduo1 -enxi3huan1che1hao -da4da -enda4da -dui4da4da -da4da

-da4dagei3mai

3 -ai

da4da

4 -nei4shi4jiu4jiumai3de -shuo1 -jiu4jiu

-en -da4da -nei4tian1jiu4jiuling3shei2lai2le -hui

2 -hui2jia1le -jin1tian1ni3 -shei2ba3ni3shou3gei3wo1le -ma1ma

-shi4ma1mama -hang

4 -en -wo1shou3wo1shou3le -shei2ba3ni3shou3gei3wo1la -tou

2 -enta1pao3le -ta1shi4shei2a -pao3 -en -na4shi4shei2ba3ni3shou3gei3wo1la -wo4 -shei2wo1de -pao3 -ta1pao3le -shi4pao3le -tashei2gei3ni3wo1deni3zhi1dao4ma -bao2bao

1 -bao1bao1 -dou3zou3 -ta1zou3ao -ta1na2zheshu1bao1zou3le -na4shi4shei2a -jiu4ma1 -jiu4bajiu4+ma -jiu4ma1zou3 -aidui4jiu4ma1zou3 -jiu4ma1ba3hao2yu3deshou3gei3wo1leshi4ma -wo1 -teng3maxian4zai4hai2 -ma1maai3ye3wo1 -ma1maye3wo1le -wo1 -shen2meshi2hou4wo1ni3shou3lelaugh -jiu4mawo1deshou3ao -jiu4mawo1shou3shou3 - -qiu3shou3hao3hao3 -en -hao3hao3 -aihao3hao3caugh - -pao

2 -aihao3 -aiwo3gao4su4ni3zen4mezhao -ni3shi3dianr3jingr4 -zen4mezhewu

2 -ei

kuai4na2qu4 -kuai4na2qu4hao2yu3 -kuai4na2qu4hao2yu3a -na2qu4 -xxtui3 -entui3 -eiya2ya -niang3liang3ge -enliang3ge -qi1chui3 -en -xxxxxxxx -jiu4che1che1jiu4+hu4+chedai2lai2 -aiji1 -jiu4he1che1jiu4+hu4+che1 -xxxx -jiu4huo3che

1 -en -jiu4che1jiu4+hu4+che1 -jiu4hu3che1jiu4+hu4+che1 -jie1jie1hu3che1jiu4+hu4+che1 -enlaughdui4 -ji1ji1chu3 -bie1bie1pu3che1ji2+pu3+che1 -laugh -ji4pu3che1ji2+pu3+che1 -xxxxxx -mian4bao1che1 -aidui4mian4bao1che1 -shi4xiao3jiao4che1 -zan2menmei2you3mian4bao1che1ao -zhei4shi4xiao3jiao4che1ao -ji1pu3che1 -enji1pu3che1lai2lema -pao3 -en -niao4niao

4 -aoyao4niao4niao4a -xing2 -jiu4hu4che1jiu4+huo3+che1lai2 -ainiao4niao4laugh -gu1gu1gu1gu1gegu3gu1 -enjinr1ni3biao3xian4tin3hao3de -gu1gu1gu1lai

2 -en - -xxqiang1 -en -yao4qiang1 -en -ji1pu3che1lai2 -ren2niao4niao4dei3shuo1hua4ao -bu4wang3ku4li3niao4 -jin1tian1biao3xian4ting3hao3 -ba3ba

3 -dui4ba3ba3 -niao4niao4 -ba3ba3 -jiji1bu3che1ji2+pu3+che1lai

2 -en -xxxxlai

2 -duiji2pu3che1lai2 -ni3ting1shen2meche1lai2le -dong4dong4 -shen2meche1 -pao2 -you4lai2 -eipin1 -shi4ji2pu3che1ma -ting1zhe -xxxx -jiu4hu3che1jiu4+hu4+che1lai2 -pao3 -laugh -huai4 -huai4 -huai4 -da4ka3che1lai2 -endui4 -da4 -da4da4ka3che1 -duida4ka3che1lai2le -ting1de2shi4dui4 -shi4da4ka3che1lai2 -zhei4you3tuo1la1ji1ma -pao3pao3le -aodou1huai4 -eihuai4lehao -tuo1a1ji1tuo1+la1+ji1huai4 -aotuo1la1ji1huai4 - -da4ka3che1nai2lai2 -ei -da4ka3che1nai2lai2 -shi4da4ka3che1lai2 -ting1sheng1yin1shi4da4ka3che1 -ni3kan4ma -kan4ma -pao3 -niqu4yang2tai2kan4ma -pao3 -pao3 -pao3la -pao3 -you4nai3lai2 -aoyou4lai2la -kuai4ting1ting -wo3gei3ni3da3kai1menr2ting1tingqing1chu3 -the voice of opening the door - -che1nai2lai2 -enka3che1lai2 -da4ka3che1 -en -MOTka3che1 -MOTla1jiche1 -INVta1zhei4geshi4 -INVhao3xiang4nei4geqi3dong4qi3dong4che1 -INV -INVda4ka3che1lai2 -en -INVda4ka3ka3+che1da4ka3ka3+che1 -INVxxda4ka3che1lai2 -ei -INVda4ka3che1lai2 -da4ka3che1lai2laugh -da4ka3che

1 -aoduida4ka3che1lai2le -da4ka3che1lai2le -duishi4da4ka3che1lai2le -ting1tinghai2you3bie2deche1ma -hai2you3shen2meche1 -pao3 -pao3le -hai2you3che1ma -hai2you3bie2deche1ma -hao2yu3 -da4ka3che1 -hai2hai2 you3bie

2bie2 .de -hai2you3bie2dema -pao3 -pao3le -aodui4pao3yuan3le -ting1 -xxfang4 -enfang4 -fang4che1 -enfang4che1 -aoduita1fang4che1zai4nar4shi4ma - -huai4 - -dudu -laugh -xxxxxx -shen2me -ke1deng4 -shen2meke4deng4 -pao3 -aopao3 -hai2you3bie2 -aohai2you3bie2 -aodui4hai2you3bie2deche1shi4ba -pao3 -pao3le -ting1xia4 -ting1yi2xia4zhei4shi4shen2meche1 - -tuo1ji1tuo1+la1+ji1 -shi4tuo1la1ji1ma -eishi4tuo1la1ji1 -tuo1la1ji1lai2le -ting -na1la1tu3 -endui4la1tu3 -dai3dai4tu3 -aodui4dai4tu3 -dai4tu3zou3lehao - -hai2you3ma -kan4tuo1la1ji1ne -jiu4shi4tuo1la1ji1ne -pao3 -pao

3 -pao3le -tuo1la1ji1pao3la -ting1ma -dao

4 -aodui4dao4 -dao4shen2mequ4le -dao4tu

3 -eidui4dao4tu3qu4le -xi3huan1tuo1la1ji1ma -dao3dao4tu3 -shen2medao4shen2medao4tu3qu4le - -tu3 -enshen2meche1dao4tu3qu4le -xxxxxxxx -a -che1 -qi4che1ya -you4lai2le -you4lai2le -laugh - -yi

2you4lai2 -laugh -xxxx -ei -qi4che1ai3yao4kai1 -aiche1yao4kai1hao -pao3 -en -pao3 -en -mei2niang3liang3ge -liang3ge -da3da4che1ka3che1lai2 -endui4da4ka3che1lai -fang4fang4 -fang4 -dui4fang4le -fang4che1 -aidui4fang4che1le -pao3 -enpao3le -mei

2 -enmei2le -ni3jiu4xi3huan1che1shi4bushi4ao -mei2 -en -mei2 -mei2 -hai2xi3huan2shen2meya -hao2yu3 -hai

3xiao3jiao4che1 -enhai3xiao3jiao4che1 -zhei4shi4shen2meche1 -ni3ting1ting -yi2yi2 -you4nai2lai2 -you4lai2 -you4nai2lai2 -jiu1jiu1you4lai2lai2che1 -aoyou4lai2che1 -pao3 -en -da4dao4tu3 -endao4tu3 -pao3le -dao4tu3you4lai2leche1 -pao3le -dao4tu3leshi4ma -dao4 -en - -ting1ting1ting1 -yi2yi2 -che1nai2lai2 -zhei4shi4shen2meya -tu3tui1tu3ji1 -enaotui1tu3ji1lai2le -niang2liang2yi1niang2liang2 -liang3 -yi1 -zhei4shi4er4 -er4 -en -mei2 - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/hy4.xml b/compling.core/data/Learning/Chinese Data/transcripts/hy4.xml deleted file mode 100644 index 2ef050b..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/hy4.xml +++ /dev/null @@ -1,1758 +0,0 @@ - - - - - - - - - - - -da

4bing3 - -MOTxxwan2le -INVen -INV -MOTyi1er4san1yu4bei

4kai1shi3 -MOT -hao2yu3 -e -eni3ji3sui4le -ji3xu4sui4 -kua1ji1tuo1+la1+ji1 -aoliang3sui4tuo1la1ji1laugh -INVta1liang3sui4laugh -kua1ji1tuo1+la1+ji1 -lai2ba -INVqia

2 -qia

2 -enxxxxxia4lai2 - -e -INVkeiei -INVlaugh -xxxxxxgao1xing4hao2yu3a -laugh -nen4meji1dong4 -da2aiaiouhua2 -wu1mei3 -en -INVmei2guan1shang4 -eien - -enen - -enhenen -ji1dong4mahao2yu3 -xxxx -en -wo3wen4ni3shang4tuo1er2suo3a -a1yi2hao3ma -en

-hao3bu4hao3 -xxxxxx -ni3hai2qu4bu2qu4tuo1er2suo3le -en

-wo3wo3jin1tian1gei3ni3song4qu4xing2ma -en -e -zou3zan2menshang4tuo1er2suo3xxxx -xxxx -enbu4 -yuan4yi4bu2yuan4yi4qu4tuo1er2suo3le -en -a -en -qu4ma -a2bu2qu4 -bu2qu4a -enya - -a1yi2hao3ma - -bie2mo2ao -mo2yi4huir3mo2huai4le -ba3yi1ba3zhei4xiao3xiao3mei4meimo2huai4le - -bie2mo2le -mei4meiteng2 -enteng2 -en -mei4meiteng2 -enmei4meiteng2 - -hao2yu3a -du2shu1a -en -po4 -po4a -mei2po4 -ting3hao3demei2po4 -zhang1zang1 -zang1le -eixi3xi3 -enxi3xi3 -xing2 - -wo3hua2di4 -ei

-laugh - -xxxxxx -en -xxxxxx -xxxxxx -hao2yu3wo3wen4ni3ji3sui4le -hymwu

e

-INVshen2meye3bu4li3 -INVbu2ai4laugh -INVta1zao3shang4yi4qi3lai2 -wu

-INVzhe4hua4tai4te4bie2duo1 -xxxx -en -xxxx -gen1a1yi2shuo1shuo1 -xxxx -hao3hao3gen1a1yi2shuo1shuo1 -ni3shuo1ni3shang4you4er2yuan2hao3bu4hao3 -en

-enhuai4 -huai4 -INVgao4su4wo3huai4 -huai4 -ena1yi2hao3ma - -enxxxxhai2 - -ni3shuo1shuo1a -ni3shuo1qing1chu3le -zan2menjiu4yi3hou4jiu4bu4ling3ni3qu4lelaugh -ni3yao4bu4shuo2shi2hua4yi3hou4jiu4lao3shi4tian1tian1gei3ni3song4tuo2er2suo3 -bu4jie1ni3le -hai2qu4bu2qu4tuo1er2suo3le -qu4ma - -gan4ma2yahao2yu3 - -na2shen2mene -aodian4chi2 -enengua1 -a -che1 -xx -huai4le -enni3deche1ne -la1ji1che1huai4 -en -che1zai4 -xxxxxxxx -en - -xxxxxxxx -enmei2le -qiang1 -deng1 - -MOTsui2bian4ba -MOTni3bie2lao3kan4zhewo3 -INVwo3bu2shi4shuo1kan4zheni3laugh -wo3kan4kan4ni3 -aiyouni3nei4xie1che1neyu3 - -ewanr2ba - -zhei4che1 -xxxxxx - -xie2xing2a

-xing2a -zhei4ge -zhei4 -bie2guan3ma1 -en -zhe4ji3a -wu

3 -xia1shuo1 -shi4liu4 -xxxx -zhei4shi4ji3 -chiwai2wai2chui2chui2dui2dui2 -da4duai

4 -xxxxxx -en

a - -aixi3ji4 -en -zhu

1zhu1 -jiu1jiu1jiu1pa1 -xxxxxx -jiu4jiu4 -lai2hao2yu3zhei4shi4shen2meya -jiu4zhe4hong2 -zhei4shi4shen2me -da4hong2 -kan4zhei4ge -zhei4ge -yue4niang4yue4+liang4 -eidui4yue4liang4 -zhei4geche1dei -enen -yue4liang4 -zhei4geji3a -wu3 -xia1shuo1 -shen2me -ba1 -ling2laugh -ling

2 -ba

2 -ning2ling2 -you

-eiei -hao2yu3kan4zhei4shi4shen2meya -mei2you3 -mei2xi1wen2 -ni3ni3nei4xie1shu1ne -e -shu1mei2 -shu1mei2le - -hao2yu3a -wo3 -en -da3zhen

1qiang1 -da3qiang1 -da3yi2xia4wo3ting1ting1 - -eipa1pa1pa1 -mei2mei2you3 -mei2you3 -en -mei2you3a -mei2you3 -enenda3qiang

1 -gei3 -da3qiang1 -xi3huan1zhei4gema -xi3huan1zhe4 -en - -gei3 -eida3huai4lejiu4ao -gei3 - -hao2yu3lai2ren4ren4yan2se4ba -lai2xue2xi2xue2xi2 -ai -zhei4shen2meyan2se4 -zhe4yi

4 -en -shen2meyan2se4a -dai4shi4dian4+shi4 -mei2you

3 -guan1 -mei2you3a -zhei4shi4shen2meyan2se4a -hong2 -hong2 -zhei4gene -hong

2 -zhei4ge -zhei4geshen2meyan2se4zhei4ge -nai3ping

2 -nai3ping2 -nar3nai3ping2a -zhei4shen2meyan2se4 -xx -bai2si

4se4 -en -zhe4shen2meyan2se4a -jiang4zhe4 -dou3de -hao3le -shu3shu4ba -hui4shu3hui4shu3ma -yi

1jiu3 -enshu3shu4 -yi2geyi2gedeshu3ao -yi

1 -zhei4ji3gea -yi

2yi1 -zai4shu3 -en

-er4laugh -yi2geyi2gedena2 - -xi3huan1bu4xi3huan1 -yi3huan1xi3+huan1 -xi3huan1 -ei -da3 -bu4hao3 -bu4xi3huan1ni3leao -ni3da3bu4xi3huan1ni3le -ee -enenen

- -da3ta1ya -xxxx -xxxxxxxx -yu4 -bie2bie2da3qi4che1 -da3qi4che1da3huai4le -qi4che1jiu4bu4neng2wanr2leao -bie2da3ao -ting1jian4mei2you3whisper - -haosheng1qi4le -enei

qi3lai2qi3lai2qi3lai2laugh -ni3ba3qi4che1da3huai4lehai2zen3mewanr2a -INVsheng1qi4le -INV -qi3lai2ba -yu3 -ni3da3huai4lezen3mewanr2ahai2 -xx - -zen4medianr3xiao3hair2hai2nen4meai4sheng1qi4 -bu4hao3 - -bu2rang4ni3da3ni3bie2da3lejiu4xing2le -bu4xu3sheng1qi4ao -en

-ni3kan4zhei4shi4shen2meyahao2yu3 -huar1laugh - -zhei4huar1hao3kan4ma - -qi3lai2 -qi3ba - -aiyouaohang -teng2 -nar3teng2a -en

-nar4teng2 -en -qi3lai2 - -na4ni3tang3zheba -wo3ye3bu4gen1ni3hao3le - -hao2yu3qi3lai2qi3lai2aowhisper - -ting1hua4ma -bu4ting1hua4wo3gei3ni3song4tuo1er2suo3suan4le -qu4bu2qu4 -zou3song4tuo1er2suo3ba -shang4tuo1er2suo3 -qu4bu2qu4 -qu4ma - -ni3zen3mele -pao3 -pao3a -hao3 -xxhao3le -xiao3pao3 -en - -zhu3gen1ni3qin1ma -qi1pao3 -enta1qin1pao3 -ni3gei3a1yi2jiang3gu4shi4ba -ni3shuo1 -qi4che1 -aiqi4che1 -ni3shuo1cong2qian

2ayou3yi2gexiao3hair2 -ta1deming2zi4jiao4shen2melaizhe -hao

2hong

2 -jiao4li3bai2 -shen2mehou2 -jiao4li3bai2 -wo3hou2hu1 -en -li3bai2xiao3deshi2hou4ne -ta1bu4ting1hua4 -shi4bu2shi4a -en -you3yi4tian1ne -ta1zai4cun1kou3kan4jian4leshen2mele -yi2wei4lao3nai3nailaugh -lao3nai3naita1zai4nar4gan4shen2mene -zai4mo2mo2mo2 - -li3bai2jiu4wen4 -wen4lao3nai3naishen2meya -shuo1lao3nai3naini3gan4shen2mene -lao3nai3naishuo1 -wo3mo2zhen1na -shi4bu2shi4mo2zhen1neyu3 -a -shi4 -li3bai2shuo2zen4mecu1deda4tie3bang4zineng2mo2cheng2zhen1ma -laugh -laugh -ei -lao3nai3naizen3meshuo1deyu3 -a -shuo1neng

2 -laugh -laugh -zhi3yao4gong1fushen1 -tie3bang4jiu4neng2mo2cheng2zhen1 -laugh -laugh -shi4shang4wu2nan2shi4 -ei -zhi3yao4you3xin1ren2 -shi4bu2shi4a -hao2yu3gei3wo3jiang3yi2bian4ba -xing2ma -hui4jiang3ma -you3yi2geshen2meya -huar1 -YHhuar1 -YHni3jiu4zhi1dao4huar1 -hai2qu4huar4hua4 -hai2zihuar1 -enen

-en

-xxxxxx -xxma -ba1tou2ne -ailai2laugh -nai3nai

-nai3nainar3you3nai3nai -xxxx -en -xxxx -nai3nai -nai3nai -enhou4nai3nai -en -enhou4enhou4ehou4ye3nai3nai3+nai -aihou4bianr1nai3nai -zhei4hou4bianr1you3genai3naia -laugh -shi4nai3naipao3 -nai3naipao3le -nei4shu1shuhao3ma -xxxxxxxxpao3 -eixiang3bu4xiang3chai2yan3le -shu1shupao

3 -shu1shupao3le - -aini3ba4qian2xie1ri4zishang4nar3qu4le -ni3zhi1dao4ma -song

4liu3ba4ba -ba4banar3qu4leqian2xie1ri4zi -song

4e -a -qi1qu4 -qu4nar3le -xia4men

2 -shi4bu2shi4a -en

-zan2liar3wanr2wanr2ba -bong4bong4beng4+beng4 -aihai2beng4beng4 -lai2beng4beng4 -qi3nei1lai2 -qi3lai2dui4 -lai2zan2lai2beng4beng4tiao4tiao4 -zen3meyang4 -en -ti3mei2qi3+lai2 -qi3lai

2 -ei -laugh -laugh -ecough -enke2sou4le -cough - -dao4che1 -xxxxxx -en -zei1mei1zhe4+bianr1dou3zou3 -aohuar1 -gei3 -wo3na

2 -huar1na

2 -gei3 -nai2lai2che1 -en -na2zhe4 -eibie2dong4 -bie2nong4huai4le -bie2jiu1 -bie2jiu1ao -jiu1jiu4huai4le -zhei4shi4shen2mehua1a -wen

4xxxia2ning2xia2+ling2xxxx -xia2ling2huar1 -laugh -en -zhe4shi4shen2mehua1a -yu

2 -shen2meyan2se4a -na2hen

-shen2meyan2se4 -shuo1 -ong2hong2 -eidui4hong2hua1 -zhei4shi4shen2mehuar1 -wu

2hong2 -shen2meyan2se4a -lan2si

4se4 -bai

2 -zhei4shi4lan2 -lan

2 -zhe4zi3 -zi3se4 -zi

3 -zhei4shi4shen2meyan2se4ya -wa

3huang2 -huang2yan2se4 -ezi -huang

2 -zhei4gene -zhei4shen2meyan2se4a -huang2 -fen3 -fen3 -jin4xia1shuo1 -zhei4ye4zishen2meyan2se4ya -eifen3 -efen3 -enfen3 -fen3hui4huai4 -fen3huai4 -efen3 -fen3huar1 -fen3huar1huai4 -dui4 -fen3huar1huai4 -zhei4shi4shen2meyan2se4de -hong2 -bai2 -bei2bai2 -en -hong2 -en -li3toudexinr1shi4huang2yan2se4 -dui4bu2dui4 -xinr1 -en -xxxx -xxxxxxxxxx -xi3huan1ma -zha1 -zha1 -zha1leao -liu2xue3 -enliu2xue3 -nar3ne -wo3kan4nar3liu2xue3le -po4 -po4le -aiyouliu2xue3le -shou3 -en -shou3po4le -shi4ma - -mei2liu2xue3ao - -xi3huan1zhei4gehuar1ma -dao4dao4 -bie2dao4bie2dao4 -dao4lejiu4huai4le -xi3huan1ma -xi3huan1bu4xi3huan1 -xiang3huan1xi3+huan1ma1ma -xi3huan1ma1maya -shang4e -en

- -hai2xi3huan1shei2ahao2yu3 -xxxxxxwhisper - -feng1 -feng1 -xxxxlai2hei -ai -aihong2lan2lu

4 -he1hong2ni

4l'u4 -enzhei4zhei4shi4lu4 -zhei4shi4fen3 -fen3 -en -zhe4shi4lu4 -ye4zishi4lu4de -fen3 -aidui4fen3 -zhei4geshuo1dui4le -xxfen3 -fen3 -zhei4gene -zhei4gezhei4shi4shen2me -fen3 -zhei4shi4shen2me -huar1 -zhei4shi4shen2mehuar1 -shen2mehuar1 -na2lan2 -huang2 -huang2 -en -enzhe4nan1lan2 -en -na4huang2 -endui4huang2 -zhei4geshuo1dui4leao -hao2yu3zhencong1ming2 -zhe4hong2 -enhuang2 -zhei4shi4 -hong2 -en -xxxxxx -liang3gea -ele -edui4 -zhei4shi4liang3gehong2 -hong2 -enzhei4shi4huang2 -dui4huang2 -der4zher4huang2mei2 -zhei4geshi4zi3 -ji3zi3 -zi3 -ail -zi3se4dehuar1 -hong2se4dehuar1 -hei1hai

2 -dou1you3hei1yan2se4deao -hei2dai -xx -en -yan2se4 -hei1 -zhe4shi4bai2 -bai2huar1 - -eigua

3guo3 -en -gua3guo3 -zhei4bu2shi4guo3 -zhei4shi4huar1xinr1 -xi1xi1xin1+xin1 -jiao4hua1rui3 -lei3rui3 -dui4hua1rui3 - -eee

-exxxxxxxx -en -na4huai4 -enhuai4 -yao4huai4 -eizen4mezhe -ge1zher4ba -xing2ma -wo3huai4xxxxxx -enni3lao3na2ta1jiu4huai4le -jiu4ge1zher4ba -enbai4 - -beng4beng4 -enbeng4beng4lai2 -beng4beng4 -aiyou

hao2yu3zhenyong3gan3 -zen4megao1jiu4beng4xia4lai2la -ei

-yi1xx -da4chi

2dian4+chi2 -aidian4chi2 -ma1ma -aidian4chi2 -xxxx -en -dian4che1lai2 -ao -da4chi2dian4+chi2 -sa3shui3che1 -yao4zhei4ge -yao4shui3che1sa3+shui3+che1 -en -che1 -en -nar4sa3shuiche1 -sa3shui3che1a -zher4sa3shui3che1 -sa3shui3che1 -zhao3ni3desa3shui3che1qu4yi4huir3ao - -lei4 -lei4a -ni3hai2zhi1dao4lei4ne -bu2lei4 -xxxxmei4mei -xxxx -a -shui4shui4shui4 -aoshui4bashui4bashui4ba -nong4zhe4che1 -bu4xing2 -mei4meihai2dei3rang4bei1bei1ne -mei4meimei4meixi3huan1ni3 -xx -xing2ma -ehuar1 -enxi3huan1 -ehuai4 -wo3hai2huai4 -huai4 -enhai2huai4 -zen3melejiu4huai4le -yi3hair2xiao3+hair2 -enxiao3hair2 -hao2yu3hui4bei1xiao3hair2leshi4bu2shi4a -hao2yu3hai2jiang3jiang3laugh -lao3nai3naizen3memo2zhen1de -mo2zhen1 -zen3memo2ne -mo2mo2mo2 - -gua1yi3hua1 -en -zhei4xie1che1huai4 -ri

da2chuai2chuan2 -en -zhei4shi4ji3zhi1dao4ma -xx -ouhua

2 -hua

2 -jiu1hui1chui2de -mai3mai3 -mai3 -jian3jian3yi4he2 -ta1diu1le -diu1 -en -ji1wu

1ji1+mu4 -zhei4shen2me -kuai4kan4 -xiong2mao1 -xiong1mao1gan4ma2ne -chi1zhu2zi -aichi1zhu2zi -xiong2mao1chi1zhu2zi -xi3huan1xiong2mao1ma -xxxxxxxxlai2 -aiyou4lai2 -you4lai2yi2gexiong2mao1chi1zhu2zi -shi4bu2shi4a -xiong2mao1chi1zhu2zi -chi1zhu2zimei2 -en -zhu2zi -xiong2mao1chi1zhu2zi - -zhu2nai2lai2zhu2nai2lai2 -enzhu2lai2zhu2lai2 -xxxxxx -FAzhu2lai2zhu2lai2laugh -en -FAdiao4dexia4lai2ma -MOTen -FAmei2shir4 -FAta1bu2dong4mei2shir4 -FAyaobu4ran2jiu4fang4zhei4shang4 -MOTshang4touxxzhea -MOTxxxxxxxx -FAbu2shi4zhei4gexxhao -FAduo1li3dianr3 -FAli3bianr1dianr3 -xxxxxxxxxx -FAshi4ba -MOTcha4bu4duo1leba -MOT -aiyou

heiei

- -sa3 -aosha3 -zhe4che1shei2gei3mai3dezhi1dao4ma -jiu4jiumai3 -aijiu4jiumai3deche1 -ni3shuo1jiu4jiumai3deche1 -shuo1 -mai3che

1 -en -ni3shuo1jiu4jiumai3deche1 -che1mai3de -en -zhei4che1shen2meyan2se3zhi1dao4ma -hong2 -dui4 -hong2 -jiu4zhi1dao4hong2shi4ma -dei4dui4 -en -kai1 -kai1kai1 -xxxx -kai1kai1kai1 -wo3gei3ni3kai1 -wo3gei3ni3kai1yi2ge -en

-kai1kai1 -de

- -e

-fao1 -ri

2 -na4xxxx -INVlao3wai4 -hao3huai4 - -xi3huan1che1ma -enhao2yu3 -pao3 -enche1pao3 -kan4che1zen3mepao3 -endiao4 -diao4le -jian3qi3lai2 - -jian3qi3lai2 -wu1yao4ji1 -xxxxxxaidui4 -aiyouhao2yu3zhen1guai1 -jian3qi3lai2ai -yao4duo2shao3 -ao -kai1zou3 -enkai1zou3 - -enshu

1 -xxxxhe1 -enjiu4zher4hao2yu3 -jia4jia4 -pao3che1 -xiao3jiao4che1 -eidui4xiao3jiao4che1 - -tai4ji3jin3e -entai4jin3 -tai4jin3na2chu1lai2jiu4bu4jin3le -na2chu1lai2 -a2na2chu1dai3lai2 -en -na2chu1lai2 -en -xxxxlai2 -bu4na2chu1lai2 -na4ni3zen4mezhe -xxxxxx -ba3zhei4gefang4jin4qu4 -en -dao3dao3lu4xing2le -xxxxzhei4jiu4diao4le - -dekai1xia4qu4le -diao4leba -zai4wang3hui2kai1 -wang3hui2kai1 - -you3diao4 -you3diao

4 -en -nong4diao4 - -xxdiao4 -enxxdiao4 -ye3diao4 -endiao4 -xxxxzua1 -you4diao4 -you4diao4 -en -you4diao4 -you4diao4 -you4jiu4diao4 -you4diao4 -en -you3you4diao4 -en -you4diao4 - -xxxxxx -laugh -huai4che1 -en -enbao2 - -eezou3 -elou2 -xxdou2dou2zou3+zou3 - -da3enda3da3da3 -en -you3hu3 -ao -you3hu3 -hu3 - -ei

ren

2 -lai2kai1 - -ba - -ren

2 -eren

2 - -xxxxxx -ao -you4xia4ji1qu4 -enyou4xia4qu4 - -yixiu1xiu1hao3 -enxiu1xiu1hao3 -xiu1hao3le -qu4ba - -aiya4 -aiya4 -xxya4huai4 -aoya1ya1huai4 -huai4 -huai4 -huai4 -en -you4huai4 -huai4le -wo3kanye3shi4huai4le -ta1shi4huai4lema -mei2huai4 - -zhei4bu2shi4ting3hao3dema -lai2 -xiu1hao3 - -youzhuang4che1 -laugh -kai1 -youzhuang4le - -kan4 -xxyou4xia4ji1qu4 -en -diao4xia4qi4qu4 -exxxxxxxx - -che1tui1che1shou3+tui1+che1 -enshou3tui1che1 - -ei - -ouzhuang4che1 -aozhuang4che1 - -enen -dou3zou3 -enzou3 -ei

ei - -enda3dao3 -tui1xiao3che1 - -zher4mei2you3deng1shi4bu2shi4a -zan2mennei4gehei1che1hao3kan4 -you3deng1hao -zhei4geche1mei2you3deng1 -xxxx - -xiang3jiu4jiulema -en -endeng1 -guo4ai3lai2 -gei3ni3da3dian4hua4 -jiu4jiulai2kan4ni3lai2xing2ma -deng1yi3huai4 -deng1huai4le -mei2you3deng1 -zhei4che1mei2you3deng1 -deng1yixxdeng1nao3lao3huai4 -en

-deng1zhe4deng1nao3lao3huai4 -eizhei4geyou3deng1 -zhei4gedeng1ye3huai4le - -hymenhui1 -en -xxxxxxxxxxxx -ahei1ahei1 -enhei1 -eduo4 -en -du3zuo4deng1 -zuo4deng1 - -ya2 - -zhe4che1hao3wanr2mayu3 -hao3wanr2 -hao3wanr2a -xxxxhao3 -en -ni3tuo1er2suo3you3wan2ju4ma -wan2ju4mei2pao3 -aomei2you3pao3 -mei2you3 -aomei2you3a -eini3xi3huan1bu4xi3huan1nei4a1yi2a -the 2nd side of tape -hao3bu4hao3 - -e

-FAshen2me -MOTxxxxnei4ge -FAaolaugh -FAna2shen2mena2xxxx -FA -MOTxxxx -FAxing2na2ba -FA -FAen -MOTen -FAxxxxxxxxxxwhisper -MOTao -FAxxxxxxxxxxxxwhisper -FA -xxxx -guan1che1 -guan1che1 - -diao4 -en -da -xxxxda4 -en -dui4 -kai1che1 -aiwanr2zhei4da4che1 -aowanr2da4che1 -wanr2da4che1 -xxxx -en -da4 - -da4 -ni3zhei4che1 -zhei4xia4ke3zou3bu4liao3 -zhei4tai4da4le -xxxx -enneng2zou3ma -neng2zou3 -neng2zou3a -na4zou3zou3shi4shi4kan4 -exxxx -xxxxxx -xxxxxx -neng2zou3makan4kan4 -zou3 - -neng2zou3ma - -e - -neng2bu4neng2zou3a -bu4neng2zou3na2xia4lai2ba -xing2ma -en - -neng2zou3ma - -tai4da4 -tai4da4laugh -tai4da4 -zhi3neng2shi4 -zai4di4xia4wanr2ba -nar4tai4da4 -zan2mendeche1tai4da4lehao -zhei4che1hai2ke3yi3 -zhei4geche1ye3xing2 -zhei4geche1ye3neng2zai4zher4wanr2 -shi4bu2shi4a - -ye3xing2ba -zhei4geche1nejiu4bu4xing2le -tai4da4le -shi4bu2shi4a -lai2tui1 - -en -bu4zou3 -en -xxdao3 -endao3 - -yidao3 -xxxxxx -yi1bao3ta1 -eilong2 - -eideng3che1 - -zhe4shei2a -nei4shi4shei2ahao2yu3 -MOTaibie2nong4zhei4ge -MOTzhei4gexxxx -xxxxbang2mang3bang3+bang3 -bang3bang3a -zen3mebang3bang3a -gan4ma2ya -dao3 - -ni3zhei4li3bu2hui4dao3de - -FAma1mabang3 -xxxxxx -ni3zi4ji3bang3hao3bu4hao3 -zen4mezhaoba -zen4mezhela1xing2 -xxxx -xxxxxxma

2 -xxxxxx -na4zen3mebang3 -xxni3gao4su4wo3yao4zen3mebang3 -laugh -a - -FAzhei4ye3kuai4she2le -FAzher4zhei4mei2far1mei2far1nong4kai1le -FAta1ji4yi2gesi3kou4 -zen3mebang3ani3shuo1 -bang3nar3ba -bang3zher4 - -bang3qian2mian4xing2ma -bang3zhe4yanr3li3shi4ma -chuan1geyan3 -hao3bu4hao3a -FAe1chuan1yan3 -zhei4gexxxxxx -xing2leba - -zhei4xia4da3fa1le -xing2le -enka3 -he -en

ka3cry -hai2yao4ka3nar3a -FAwu

-FAaota1nei4gebu2yao4rang4ba3ta1dou1zheng3gegei3xxxx -ka3zher4le -enka3zher4a -xing2 -ka3der4zher4 -en -xxxxxxxxxxxx -zhe4mezheshi4ma -shi4bu2shi4a -shi4mazhe4mezhe -shi

4 -shi4 -FAta1bu2yao4zhei4xian4 -FAxxxxxx -MOTshi4 -tui1che1zhei4li3 -kai1che1kai1che1kai1che1 -FAeta1nei4shu1ne -MOTnei3ge -FAhao3ji3tian1bu4xue2shu1leya -FA -FAjiu4nei4shang4shen2medou1you3denei4ge -xxxxxxkan4shu1 -FAei -FA -xxxxxxxxxx -lai2kuai4tan2 - -FAta1jiu4lao3xi2guan4ba3suo3you3deche1dou1wang3yi2geche1shang4kai1 -eiyi1kai1che1 -enkai1che1aogei3 - -zi4ger3zi4+ji3jian4che1ba -gai4geche1 -da1che1da1che1 -zi4ji3da1 - -FAta1jian3nei4geda4deda1 -FAhai2you3ma -xxxx -hai2you3ma -exxxxxx -eshou3shou3le -ege1zher4 -en -exi - -da1che1i -zhei4suan4shen2meche1 -xxxxxxxxxx -xxxxxxxx -ge1che1shang4 -aoge1che1shang4 -xxxxxx -en -wa

- -wo3 -xxxx -nei4getai4da4 -ni3nong4yi2gexiao3de -huan4gexiao3de -huan4yi2ge -gei3huan4yi2gezhei4ge -zhe4ge -enhuan4zhei4ge -huan4zhe4ge - -huan4gebai2de -huan4gebai2de -huang2de -huan4gehong2deba -FAhong2 -zhei4shi4huang2de - -FAaiyouei2mei2 -FAaiyoumei2 -FAxxxxmei2you3 -FA -FAxxxxxxxxxxxx -OFFao -FAxxxxxxxxxx -OFFen -FAxxxxxxxxxx -FAni3bie2lai2le -FAkai3ru2 -MOTdui4dui4 -FAba3xxxxdenei4geshou3tao4gei3ta1 -FA -OFFxxxxxxxx -FAxxxxxx -OFFxie4xie4 -MOTxxxxxxxx -OFFenwan3shang4ta1 -MOTxxxxxxxx -OFFwei4hai2teng2ma -MOTxxxxxxxxxxxx -OFFen -OFFhao3hao3 -MOTxxxxxxxx -OFFen -ei

-OFFen -he

-FAxxxxxxxxxxxx -OFFxxxxxx -OFFlai2lai2lai2lai2 -INVeithankyouverymuch -OFFyouarewelcome -OFFlaugh -yi

laugh -laugh -lai2hui2lai2hui2lai2hui2lai2 -zhei4wu1da4ao -INVhai -INV -xxxxxx -INVyou3 -INVmei2you3n -mei2you3 -mei2you3 -pao3 -shei2pao3le -mei2 -en -tao2pao3 -tao2pao3le -hymwei4zhu1 -wei

4qi4che1 -xxxxxx -ei

-eei

- -ei -zhei4bu4xing2 -dei3cha1zhei4shang4tou -cha1zhei4geshang4 -dui4ledui4le - -zher4 - -en -jie1 -hao2yu3ei -en -enhao3hao3jian4yi2gefang2zi -jian4yi2gehao3kan4de -zhei4gene -zhei4yang4neng2cha1ma -zhei4geneng2cha1jin4qu4 -zhei4gecha1jin4qu4 - -heizhei4yi2xia4dou1huai4leba - -zhe4tei1tai4xiao3 -tai4xiao3laugh -lai2chong2nong4yi2ge -nong4yi2geda4de -ei - -ei -e - -nong4dao3 - -ei -aiyou - -jian4yi2gehao3kan4de -hai -lai2kan4gai4zhe4fang2zizhen1piao4liang4hei -xxxx -mei2you3 -mei2you3 -shen2memei2youa -na4hai2xxxx -en - -en - -en -mei2you

3 -mei2you3fang1dele -shi4ma -en

-jiu4zen4mezhao -zen4mezheye3ting3hao3de -hong

2 -wo2wo3lai2 -aiyao4hong2 -zhei4shi4hong2 -yao4nan2lan2de -nan2lan2en -lan2se4mei2you3 -jiu4hong2debai2dehuang2dele -en -nan2lan2 -nan2lan2 -shen2melan2 -hong2 -enhong2laugh - -eiaixing2 -ting2hao3kan4 - -aihai - -en - -aicha1shang4 - -xing2ting3hao3deao -xxxxna2ci4 -a -xxlai2xxxxen -aohuang2yan2se4 -huang2yan2se4zhi3you3yi2geen -hai2you3shi4zhei4yang4 -zhei4mei2far1cha1 -enyao4cha1 -eneini3gei3cha1yi2gexiao3chuan2ba -zhei4gechuan2 -zhei4shi4chuan2ao - -cha1yi2ge -na2 - -ailai2 - -hao3wanr2ma - -bu4wen3lebu4wen3le -zai4nong4yi2gezai4nong4yi2ge -zai3lai2yi2ge -hao1wan2hao3+wan2 -hao3wanr2ba -enkan4hei -eiji1zhen1hao3wan2 -cha1yi2ge -encha1yi2ge -zai4zhei4gezhei4gexxxxzai4cha4 -xxxxxiao3 -en -exx -en - -en

hao3wanr2 -zhei4hao3 -en

zhei4xing2 -zhei4hao3kan4 -ge1zhei4kuair4kan4hai2you3geji1 -shi4bu2shi4 -cong2zhei4bianr1kan4ne - -zhe4xxxx -en -zhei4zhei4ge -zhei4shang4 -dou1ge1ni3zhei4geche1shang4leyou4aolaugh -mei3ci4wanr2wan2dou1ge1zhei4li3tou -bu4xu3nong4diu1le -ting1jian4mei2you3 -yi1wa -xxxxxx -ji4zhu4lemei2you3 -zhei4shi4shen2me -zhu1 -zhei4ge -rong2long2 -long2 -xi3huan1long2ma -long2rong2rong2long2+long2huai4 -enlong2ong2huai4lehao -hai2you3nei4ji1he2ma3ye3huai4le - -du1zhu1du1zhu1 -a -du1zhu1 -shen2mezhu1 -du1zhu1 -du1zhu1 -mei2you3le - -du1zhu1huai4 - -ji1ya3ye3huai4 -niao3huai4leba -kai1xi3ou -shei2nong4deya -xxxxji1 -shei2gei3nong4huai4delezhei4geen -shi4ni3 -xxxx -ha2 -da3ta1 -zai4ban4huai4shir4 -ni3da3ta1da3 -shei2gei3ta1nong4huai4de -da3nong4huai4denei4geren2 -shei2nong4huai4de -en -ai

bie2bie2bie2 -laugh -enenen -aibie2sheng1qi4 -laugh -en -wo3mei2 -bu4da3ni3lai2 -e - -zen3mezen4meai4sheng1qi4a -ai4sheng1qi4bu2shi4hao3hai2zile -dou4ni3wanr

2nelaugh -zhi1dao4ma -en

dou4ni3wanr

2ne -wanr2newanr

2newanr2newanr2nelaugh - -wo3xiang3wan2 -a -wanr2 -ailai2wanr2 -kuai4qi3lai2bawanr2 -tang3zhebu4shu1fu -lai2tang3qi3lai2wanr2ao -ji1ji1 -enaonei4shi4she4 -ni3shuo1she4xiang4ji1 -yi1xie4ji1she4+xiang4+ji1 -she4zhei4she4xiang4ji1 -lou4ji1she4+xiang4+ji1 -xxxxxx -aodui4zhei4shi4ji1 -dui4zhei4shi4ji1 -de4zhe4huai4 -aozhe4ji1huai4 -zhe4shi4ji1 -zhe4ci4shuo1dui4leao -en -da3 -dui4da3da3shei2a -da3 -endui4 -da3ta1huai4 -da3 -bu2hui4 -en -bu2hui4 -enmei2huai4 - -en -decei4 -cei4 -hao2yu3eini3nei4gou3ne -gou3 -gou3zen3memei2le - -xxxx -enxxxxhao2yu3 -zhao3zhao3 -kan4 -zai4zhao3 -zhao3zhao3 -nar4mei2you3 -zhao3zhao3 -hao3zhao3 -mei2you3 -lai2dai4shang4kan4 -dai4shang4zhei4geyao4qi2shen2meche1ne -en -ache1mao2e1che1che1mo2+tuo1+che1 -aomo2tuo1che1lai2 -dai4shang4 -xxxxxx -aiyouhe -enlai2qi2mo2tuo1che1 -qi2nei3gemo2tuo1che1 -zan2hai2you3mo2tuo1che1ma -laugh -mu1che1che1mo2+tuo1+che1mei2 -enmo2tuo1che1mei2 -enlong2 -mei2you3mo2tuo1che1 -mei2you3zen3meban4ya -aoqi2zhei4geche1ba -gei3zhei4geche1ye3yi1yang4lai2 -qi4che1huai4 -qi4che1huai4le -bu2yao4jin3de -qi2 -qi2shang4qu4 - -wo3huai

4 -en -wo3huai

4 -huai4jiu4shi4huai4le -mei2shir4 -wo3gei3ni3ca1ca1 -ni3qi2zhei4geche1ao -lai2jin4qu4ba -qi2mo2tuo1che1 -na2nei4gedai4ti4mo2tuo1che1ao - -huai4leao - -hai2qi2bu4qi2ni3nei4geche1le -che1 -lai2qi2 -hao2yu3duo2jing1shen2 -aiyouhehao2yu3lai2 -enqi2shang4 -qi2bu4qi2 -shang4qu4 - -en -laugh -xxxx -jin4leta1dejiao3laugh -zen4mezhaozuo4ya -eshuai1 -shuai1 -wo3gao4su4ni3tui3jin4qu4 - -tui3jin4qu4zen4mezhe -kuai4dui4qi2 -kan4mo2tuo1che1laugh -zhei4mo2tuo1che1zen3meyang4 -hao3ma - -hao3bu4hao3azhei4mo2tuo1che1 - -youyou

laugh - -me2te1che1mo2+tuo1+che1huai4 -mo2te1che1mo2+tuo1+che1huai4 -mo2tuo1che1huai4 -lai2gai4shang4ao -haohao2yu3zhen1jing1shen2 -zou3zou3 -zou3 -qi3lai2 - -zou3 -pao3 -eihai2zhen1pao3lehei - -he -haozhen1pao3lehei -zhei4mo2tuo1che1zhen1kuai4 -guai4kuai4 -enkuai4ba - -mo2tuo1che1 -chu1lai2le -bu2zuo4le -lai2 -hai2zuo4a -hai2zuo4a -re4en4be - -endiao3jiao3 -enjiao3jiao3jin4qu4a - -eiei -en -xia4 -enxia4zai4nar4xia4 -enen -xia4nei3ge -en -xxxx -enbu4xx -enxxxxxxxx -xia4 - -kan4zen3meyang4 -jin4qu4le -heixing2le -kai1 -kai1che1ba -haidui4kai1 - -mo2tuo1che1laugh -haohao2yu3kai1mo2tuo1che1zhen1jing1shen2hei - -mo2te1che1mo2+tuo1+che1ei3jian4 -en - -ei -en -en -en - -heizhei4mo2tuo1che1hao3 - -hao2yu3kai1du1du1du

1 -mo2tuo1che1lai2lou

-lai2du1du1du

1 -du1du1du

1 -mo2tuo1che1lai2lou

du1du1du

1 -du1du1 - -ei -zhuang1tui1 -entui1 -aorang4zhei4che1tui1ni3a -na4tui1dedong4a - -kai1ba -lai2wo3ba3zhei4gei3ni3shou1le -ni3kai1ao - -kai1che1ba -kai1che1lou -kai1shi3lou - -kai1che1lou -mo2tuo1che1lai2lou - -kai1che1 -enenzhei4zen3meyue4lai2laugh -enxing2le -en -xxxx -en -zhe4huai

4 -jiao3huai4le -zhe4huai4 -zhe4zhe4huai

4 -lai

2mo2tuo1che1lai2lou

-kan4zher4ye3huai4le -zheng4hao3wo3gei3ni3xiu1xiu1ao -xiu1xiu1 -ei -hei -aiyouaiyouaiyou -zen3meyang4hao3lema - -xing2le -ketai4da

4 - -ei - -zhei4mo2tuo1che1hao3hei - -mo2tuo1che1lai2lou

- -en -youeizhei4gexxqiang1wo3gei3ni3na2leao - -heizhen1hao3laugh -kai1mo2tuo1che1 - -da4che3che1da4tuo3tuo3huo3+che1 -en -aibie2zhuan4quanr1 -yun1leyi4huir3 - -chu1menr2 -hao3wanr2 - -bei1zhexiao3mei4meiba -hao2yu3ni3gen1a1yi2shuo1zai4jian4hao3ma -e -INVzai4jian4 -eigea1yi2gan4shen2mequ4le -a1yi

2dao4nar3qu4le -zai4jian4lou

-shuo1shuo1zai4jian4 -INVzai4jian4 -laugh - -aiyou -xiao3ma3che1 -aiyou -xiao3ma3che1 -en -du1men

2 -dou1la1da4che1ya -duo2bang3a -xxxx -en -bang3bang3che

1qu4le -MOTxxxxxxxx -INVhao3 -MOTzhei4geche1xxxxxxxiu1huai4le -INVaohaohuai4le -MOTxxxx -INVaomei2you2 -INVta1mengei3ta1mai3zhei4dong1xi1zen3meshi3a -INVfan3zheng4zhei4lun2zixian1huai4le -INVjin3jie1zhezhei4di3xia4bu4zhi1zen3meyou4huai4le -MOTxxxxxxxxxxliu4geyue4dexiao3hair2xxxx -FAba1geyue4cha4bu4duo1en -FA -INVjiu4shi4xiao3hair2hui4zou3 -INVxxxxxxxxxxxx -INVthe end - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/hy6.xml b/compling.core/data/Learning/Chinese Data/transcripts/hy6.xml deleted file mode 100644 index d40728a..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/hy6.xml +++ /dev/null @@ -1,1382 +0,0 @@ - - - - - - - - - - -CX plus TT -MO starts out by telling IN about a letter that she has received from her aunt, whom IN and MO were going to go visit. HY plays with trucks and cars for most of the visit, with MO trying to get him to look at books towards the end. -HY is confused with what to call IN now, after seeing a "foreigner" (Caucasian woman with blonde hair) on TV and calling her "a1+yi2" (auntie, what he calls IN) and being corrected by MO. In response, he now starts calling IN "wai4+guo2+ren2" (foreigner) and again gets corrected. In this visit there is also an interesting overextension with the verb "tao1". - -yi1r adjusting m's microphone$UNINT -afei

1la -eng

m$INTERJ -eiyigefei1lai2la -eng

m$INTERJ -fei1la -guo4lai2 -laughs as hy gets backpack on with r's help -fei1la -hao2hao2yu3gei3 -zui4hou4yi2ci4hai2bu4bei4shi

1hao2yu3 -bei4bai2ri4yi1shan1jin4 -huang2he2ru4hai3liu

2$INTERJ -yu4qiong2qian1li3mu4$INTERJ -geng4shang4yi4ceng2lou2$INTERJ -xian4la

$UNINT -engxian4la$UNINT -eng2$Q:PRMPT -MOTbie2dou4ta1nei4gehao3bu4hao3$Q:VNV:T -INVai4laugh$INTERJ -MOTshun4qi3zi4ran2la -hao2yu3guo4lai2hy walks over slowly -guo4lai2 -ba3 -engmgei3ni3bei1shang4nei4ge -ba3gei3xiao3mei4mei4fang4shang4dong1xi1 -ai4dui4 -INVta1shuo1ta1detiao2jian4te4bie2bu4hao

3 -INVta1shuo1nei4gete4biezhei4gediu

1diu1zhong1guo2deren2diu1gong4chan3dang3ren2 -INVyin1wei4ta1men2jia1 -INVta1wo3gu2fu4shi4san1san1ji3nian2can1jia1ge2ming4dena4xian4zai4kuai4liu4shi2nian2la -MOTeng$INTERJ -INVjiu4shuo1hai2zhu4nem4mebu4hao3defang

2zilaugh -INVzhei4ye3ting3diu1ren2debu2shi4$Q:VBU -laugh -aiaiai$INTERJ -cong2zhei4bianr1 -zou3 -INVta1yi2 -INVxian4zai4yi2geren2bu4hao3ba -INVjiu4shuo1jiu4shuo1ta1xian4zai4li2xiu1la -INVli2xiu1ren2jiu4bu4guan3ni3la -MOTang

$INTERJ -INVni3yao4zai4dan1wei4neren2jia1yao4yao4fen1shen2mehao3fang2zidou1di4yi4fenr4 -INVta1yi3qian2ye3shi4ju2zhang

3 -yi1qian

4$UNINT -INVhao3na4wo3wen4wen4kai3ru2 -INVta1yao4qu4dehua4wo3zai4gei3wo3da4gu1qu4yi4feng1xin4 -INVzai4qu4yi4feng1xin

4gen1ta1shuo1shuo1 -MOTeng4$INTERJ -INVeng4$INTERJ -INVwo3zai4xie3feng1xin4wo3gen1ta1shuo1ni3bu2qu4la -INVwo3gen1ta1shuo1ni3hai2shuo1ni3wen4ni3hai2gen1ta1dao4qian

4shen2medelaugh -MOTeng

m$INTERJ -INVwo3dou1gen1ta1xie

3la -MOTxing2 -INVang4$INTERJ -ou1mi2hai2du4wa

2$UNINT -hhhuhhai4du3yiarustling sounds as m fixes her microphone$UNINT -laughs -xia

4la

-xia

4la

-kuai

4le -enghenghenghengr setting up video, loud rustling$UNINT -hao2yu3nei4gezan2menbu2dong4ao -INVdou1huai

4la -mei2huai4 -huai

4le -INVmei2huai4 -mei2huai4hy comes running with a car in his hand -zuo

4ke4che

1 -hengke

4 -eng$INTERJ -ke4che

1 -engheng

1$UNINT -zuo4whinydi4di

4engzuo

4 -da3kai1engda3kai1hy turns on the robot car and it makes squeaky noise; robot car noise -eng

$INTERJ -gan4ma2ya$Q:QW -guan1yarobot car noise$Q:NQP -eng2enghuai4ahy vocalizes as he runs away; robot car noise; noise suddenly stops -huai4la -ni3yao4ni3yao4shi4zen4mezhao1jiu4ting2la -jiu4zen4mezhaoba1m turns it onjiu4kai1 -m turns it offzen4mezhaoguan1 -ni3kai1zi4ji3kai1bavideo begins -kai1kai1hy turns it on; robot car noise -akai

1la -ang

kai1larobot car noise, then it suddenly stops as hy shuts it off; and picks up the car and takes it over towards the shelf unit -guan1le -eng

$INTERJ -zuo4yi4qi4che

1la -aozuo4qi4che1zuo4qi4che1banging noise as hy puts car up on shelf -zuo4qi4 -zuo4qi4che1zuo4la -eng

$INTERJ -zuo4zuo4qi4che -kai1more banging noises -engnyuo2you3dian4chi2la -zuo4 -a

4$INTERJ -you3dian4chi2la -you3dian4chi2lam squats to put car on floor for hy -ei4as he jumps and watches m$INTERJ -ei4gao1xing4leha

$Q:NQP -you3dian4chi2lalaugh -fusseng

2$INTERJ -kan4zhei4hai2guan3yong4robot car noise -engni3kan4robot noise -sa1sa1shou3sa1shou3 -ni3xxxxrobot noise; hy and m both standing silently and watching the car drive away from them$UNINT -coughs; robot noise changes as m pulls the car back near hy again -eng2pao3la$UNINT -a

4robot car noise$INTERJ -laughs -laughs; robot car noise -eng

robot car noise; hy grabs car and tries to turn it off, but lets it go again instead$INTERJ -pao

3la -hengpao

3la

-pao3larobot car noise; m bends over and turns off robot car -xing2le -xiu1xi1xiu1xi1xingbu4xing2$Q:VNV:T -fussingeng2hengeng

2hy runs to car and turns it on again; robot car sound$UNINT -ai4ai

4bie2dong4 -sa1shou3 -bie2dong4 -dong4ta1jiu4huai

4learobot car sound; m pulls out another, non-noisy dune buggy, car and tries ; to loop it onto the robot car with a string -ba3zhei4gegei3ta1la1shang4 -hao2yu3laughba3zhei4gegei3ta1la1shang4robot car sound suddenly stops -eng

2mni3kan4 -huai4leba

rustling sound of car being manipulated -bu4neng2dong

4zhi1dao4marobot car sounds again$Q:QP:T -eng2ni3zai4zen4mezhao -hao2yu3gei3ta1la1shang4m loops dune buggy to robot car with string; robot car noise -engm turns off robot car$INTERJ -xing2 -xiu1xi1xiu

1xi1xing2ma$Q:QP:T -nei4shixxxxzao4yin2ta1bu4hao3ting1$UNINT -xing2mahao2yu3hy walking towards robot car$Q:QP:M -xiu1xi1xiu1xi1hy picks up robot car from floor and places it on bookshelf; m standing behind hy, watching -engxiu1xiu1xiu1xi

1 -kai

1la -ao4hy accidently opens up one of the cupboard doors$INTERJ -hei$INTERJ -eng

$INTERJ -kai1lalaughs, about the door -zhei4hao3ma$Q:QP:M -laugh -zhei4hao3 -zhei4hao3laughyi4huir3za

1zhezha1ni3laughs; m closes the cupboard door -xing2le -xxche1kai1 -eng

$INTERJ -vocalizing excitedly as he lifts car off shelf and onto ground; m helps -yi2xia4di4 -eng

m fixing her microphone; hy turns robot car on again; robot car noise$INTERJ -MOTxxx$UNINT -INVxxxhy pulling dune buggy over to latch onto robot car.; m helps, but then turns off robot car.$UNINT -whisperstai4nao4le -fusseng

2eng

2eng

$INTERJ -nei4ge -ni3yi2nong4ta1jiu4zou3bu4liao3la -ta1mei2nem4meda4jinr4 -xxxrobot car noise, hy watches as he holds the dune buggy ; which is hooked on to the robot car by a string; then m ; shuts off robot car$UNINT -ni3tao4engta1zou3bu4liao3 -bu4neng2tao4 -ni3zen4mezhehai2zen4mezhaoba -zen4mezhao -ba3nei4che1na2lai2 -jiu4zen4mezhaolai2hui2kai1 -dui4zen4metui1zhekai1 -xing2mahy pushing dune buggy as m gets another red car and puts; it in front$Q:QP:M -lai2zen4mezhaom puts the red car down -lai2tui1zheba -stands to look at meng

niao4niao

4runs towards bucket against wall beside m -niao4niao4lai2laughm pulls bucket out from wall for hy to sit on -xxxxxxkai

1qi4che1la -engkai1qi4che1 -niao4niao4engas she adjusts position of buckethy sitting on bucket to pee, m and hy looking at r; hy gets up and walks over to the cars again -as he touches the dune buggyai

1wuhy pushing the 3 cars into a line; m dumping the bucket into the toilet$UNINT -ke1pou3qi4che1m comes back to doorway as hy looks at her and comments -pao3kuai

4laas he pushes the dune buggy -ao

4pao3kuai

4lehy moving cars into a horizontal "starting line" pos'n -ao4eh$INTERJ -eng

$INTERJ -dao4laughs -eng4m picks up block car and offers it to hy, he looks$INTERJ -hao2yu3zhei4geche1 -ye3zhuan3yizhuan3laugh$UNINT -kan4nong4si4ge -neng2bu4neng2nong4shang4$Q:VNV -shi4shi4hy pushing the other cars -si4geaom squats and puts block car in line -zen4mezhao1 -ei

4hei4$INTERJ -ei

4$INTERJ -si4gelai2hy arranges cars in vertical line with smallest at front; and dune buggy at rear, pushes -slurrednong4si4ge -k

ai1hy puts a broken metal car body in front -nong4ao

4 -zhei4geye3suan4yi2ge -hei$INTERJ -tschzhei4ye3kai1laugh -ni3shuo1nei4neng2kai1ma

$Q:QP:M -nei4mei2you3gu

2lugu1+luhy pushing metal body along ground silently -zen3meban4$Q:QW -nei4mei2you3gu

2lulaugh -ni3kai1yi2geshi4yi2shi4 -kai1kai1shi4shi4 -ba3nei4kai1kai1shi4shi4m stands and watches as hy squats and pushes the broken car -engmna2nei4tui1zhekai1kai1neng2bu4neng2$Q:VNV:T -mei2du2mei2du2lugu2+luabove said while lifting car to show m -eng

mei2gu2lu -mei

2du

2gu2+lu -wo4you2de$UNINT -de4tai4ha1hy puts car down on floor again, looks at cars, then moves; broken one in front and gets up to push from last car$UNINT -neng

2kai1 -neng2kai1ya$Q:NQP -akai1 -ni3kai1bahy gets up to try -kai1xia4shi4shi4hy pushes cars -huai4le -huai4le -xxzher4shi4shi4 -nei4mei2you3gu2lubu4neng2kai1hao2yu3 -bie2yong4nei4gela -mei2mei2dou3you3gu2lu -eng

hy manipulating cars$INTERJ -engzhei4gegu1lu

1gu2+lu -enzhei4gegu1luzhei4gegu1luhao3 -eng

m$INTERJ -ba1en4ba

hy drags broken car on ground$UNINT -engyidoi

4dou1$INTERJ -eng

$INTERJ -ni

1di4di

1che

1 -engnong4shui

3che

1 -ade4ai

che1m pushes block car back in front of others with her foot -lai2 -mei

2you

3gu

1lu

-engmei2you3gu2lu

m starts pushing cars from behind with her foot; hy gets up and arranges front cars -ei4as car bangs floor$INTERJ -high vocalizationwa

2ha

4ehwuh4$UNINT -en

ni3la1yi4che

1zias he picks up block car by string -engmla1yi4che1 -lai2 -ge1zher4 -la1zhebacar bangs as it gets let down -kan4ni3neng2la1nar3har$Q:QW -engla

1da4che

1reversal: da4 che1 la1 block car, not car la1 da4 che1 -engla1da4che1xing2m helps hy loop string of block car onto dune buggy -engba3zhei4sheng2fang4zher4 -fang4zher4jiu4ke3yi3 -jiu4la1zher4jiu4xing2lehy pushing cars -kai1la -eng

$INTERJ -bu4neng2kai1laas hy takes away broken car -engman

4dianr3 -man4dianr3laughing, looks at r -ke1eh$UNINT -bie2ke1che1la -eng

4$INTERJ -bie2ke1 -bie2kai1 -bie2ke

1che

1la -bie2ke1che1lahy looking at cars -hai2neng2kai1ma$Q:QP:M -shi4shi4 -lai2 -ni3shi3jin1tui1tui1kan4 -xing2bu4xing2$Q:VNV -tui1 -ei

4hy pushing cars$INTERJ -engtui1ta -eng

m$INTERJ -tui1hy pushes cars hard and some go under cot -tui

1lei -laughs -mei2la -lai2 -qu4na2qu4 -qu4gena2chu1lai2 -tao1tao1lai

2*tao1 used incorrectly -ei

tao1chu1lai2 -as he hits car under bed for it to come out -engtao1 -tao1 -tao1 -tao1eng -tao1 -eng

m$INTERJ -tao1chu1lai2le -eng$INTERJ -eng

tao1chu1lai2le -lai2 -zen4me -guai3guo4lai2 -guai3guo4lai2yi4huir3pao3chuang2di4xia4qu4la -guai3guo4lai2 -guai3 -guai

3m and hy reorienting cars away from cot -ang

guai3guo4lai2 -guai

3guo

4lai2 -guai3guo

4lai

2 -guai3guo4lai2ang -guai

3 -ei

4guai3 -zher4 -jiu4zai4zher4 -dou1guai3yi4guai3 -xx$UNINT -xing2le -kai1 -ji1qi

1renr

2as he grabs dune buggy -eng

$INTERJ -ji1qi1renr

2 -ji

1you4something drops as hy gets up and fixes position of robot car; then pulls dune buggy back in behind it -youbede4kai1qi4che1 -kai1kai1 -kai1qi4che1 -eng$INTERJ -ou

4$INTERJ -yihaiguo4whisperlai

hy moves robot car to behind dune buggy$UNINT -ou

4neng2tui1la -eng

bu4neng2tui1la -tui1 -eng4$INTERJ -ehbu4neng2tui1le -eng4$INTERJ -wuh

1hy puts red car beside then inside of dune buggy$UNINT -eng4hai2shi4zen4mezhao1sheng3shir4hanghy pushes then reorients robot car$Q:NQP -laugh -tha

4gen

2$UNINT -agun

3while looking at m and holding robot car -eng

m$INTERJ -gun3la -aogun3la -agun3che

1 -ao4gun3che1 -zen4mezhao1sheng3shir4ha$Q:NQP -da4che1tuo2zhexiao3che1 -shi4bu2shi

4$Q:VNV -dai4zhexiao3che1hao3zou3 -tui1 -lai2tui1tui1kan4kan4 -kan4hy pushing cars -eixiang

3la -xiang

3la

hy pushes cars over to beside shelf unit -lai

2che1hao3la -eng

che1dao3la$UNINT -eng$INTERJ -enzou3kai1 -zou3kai1che1 -engkai1che1 -wo3la1guo4lai2a -duo2duai

3guai3 -ting

2niao

4 -ting2niao2 -engxxxx$UNINT -xxxxla$UNINT -eng$INTERJ -ehtehsound of hy dragging car along ground$INTERJ -la1zheche

1 -engla

1zheche1 -la1zheche1 -engla1zheche1hy tring to hoop string of dune buggy over robot car -engtui1bahy manipulating cars -ma3lu4zou3 -ma3lu4zou3 -zou3 -eng

mma3lu4yi2you4wei2di2 -zuo4le -engzuo4qi4che1 -ei2zuo4guo4lai2 -eng

mhy banging cars$INTERJ -engm4you3tui3 -ei4dui4 -hahayou3tui3ni3guai3wanr1laugh -ao

$INTERJ -guai3wanr1kai1che

1 -guai3wanr1kai1che

1dou4 -hao2yu3$VOC -bu4neng2dong4aom fixing hy's microphone -laughs -hao3ma$Q:QP:M -ni3xiao3qiu

2qiu2laugh -laughs -hao

3 -laughing -hao3qiu

2qiu

4 -lai2kai1kai1che1zai4kai1kai1 -wang3da

4ouche1 -einei4bianr1mei2you3di4fangr1hai2wang3nei4bianrguai3 -wang3da4wang3nei4bianr1nem4meduo1kong1di4ne -wang3nei4bianr1guai3rustling, banging sounds as hy moves cars -mei2you3mei2you3yi1fang1di4+fang1 -mei2you3di4fangr1a$Q:NQP -wang3ma3lu4shang

4 -a

4$INTERJ -ma3lu4shang4 -engma3lu4shang4 -yousing songai32

ma3lu

4che1 -aiyou

$INTERJ -soft, a little highzhen1hao3wanr2ha$Q:NQP -ai

3che1 -ma3lu4you3che

1 -eng

m$INTERJ -ma3ma3lu4you3deng1 -eng

m$INTERJ -ma3lu4ma3lu4you3deng1 -ma3lu4 -ma3lu4engmdeng1le -ma3lu4you3dd -ma3lu

4 -ma3lu4deng1yi -ma3lu4deng1 -ma3lu4deng

1eh -ma

3lu

4deng

1 -engm2ma3lu4deng1 -ma

3lu

4da

3du4ma3+lu4deng

1 -ma3lu4du4yi2ahdeng1zhei4ge -creakymei2 -mei2you3yi

1fang3di4+fang1 -mei2you3shen2me$Q:QW -mei2 -mei2you3yi1fang3di4+fang1la -mei2you3yi1fang3la$Q:INT -mei2you3di

4fangr1lalaughlaughing -shmei2you3shen2melaugh$Q:QW -you3yi4si1ma$Q:QP:M -wanr2zhei4ge

-mei2yi4si1wo3gei3ni3kan4shu1m opens drawer and pulls out a book; hy stands up and takes book from m then puts it in dune buggy -yishu

1em

-mei2yi4si1yakai1che

1 -eng

$INTERJ -mei2yi4si1kai1che1 -gei3 -gei3 -zhei4shu1m gives hy another book -kan4shu1ba -hao3ji3tian1bu4kan4shu1lebani3 -eng2hy trying to put book into dune buggy$Q:PRMPT -eng4$INTERJ -xiang3kan4shu1ma$Q:QP:M -eng$INTERJ -eng

zuo2zu2ning2di4$INTERJ -nei

4shu1 -nar

4nar

4shi4shu

1zishu1 -eng2$Q:PRMPT -ehddai

4shu1 -zai4nar3$Q:QW -ao4na2nei3geshu1a$Q:QW -na4na

2yi4dou4shu1 -eng2$Q:PRMPT -da3 -dou3dou$UNINT -dou1dou

1$UNINT -duo

4$UNINT -dou1$UNINT -ei2shu1 -ei2shu1da

4 -ei2shu1ehda

4 -ei2dou4dou4eishu1 -neng2fang4shang4qu4mahai2$Q:QP:M -duo1adou1fang4zher4m takes book off robot car and puts into dune buggy -kan4xing2bu4xing2$Q:VNV -dou1fang4zher4zen4mezen4mezhefang4 -jiu4duo1fang4dianr3hy putting books into dune buggy, m stands to watch -angzher4ge

1hy stands up and gives a book to m who then flips pages -eidong1xi1dong1xi1pao

3 -eng

$INTERJ -bie2dong4la -bie2dong4la

-en2en2fuai

4huai4/fang4la$UNINT -fang

4hy stands with book then squats to put it into dune buggy; m picks up another book, flips through, then puts in buggy -xing2ma$Q:QP:M -eng

1$INTERJ -ka3lizhei4bian1kai1hy pulls red car over in front of robot car and dune buggy -zhei4bian1kai1hy looks over and stares at r -kan4shen2menehao2yu3$Q:QW -laugh -eng

$INTERJ -kan4lu4xiang

4la -laughs -you4ge1ge

1che1+che1pulling book out of dune buggy and looking at pictures -li3mian4you

4yi2geche1che

1 -you4yi2geche1 -na4ni3bu4ai4hu4shu1shu1dou1si

1la -hai2kan4kan4bam tries to flip pages but hy grabs book and pulls the 2 parts of the book apart$Q:NQP -ni3mang2bu4mang2hao2yu3$Q:VNV -eng2$Q:PRMPT -eng1hy trying to put the books back into dune buggy$INTERJ -busheh$UNINT -englaughs$INTERJ -ge1bu2xia

4leba$Q:NQP -kan4hai2xiang3shen2meban4fa3ge1xia4$Q:QW -zai4xiang3xiang3ban4fa3 -zen3mege1neng2ge1xia4$Q:QW -zen4mezhao1neng2ge1ma$Q:QP:M -neng2ge

1 -neng2ge1a -neng2ge1ge1ba -tai4tai4duo

1 -tai4duo1 -yi2ge1ge1 -eng2$Q:PRMPT -ei2po1bu4ge

1cheng2xia

4la -aocheng2bu2xia4la -zen4mezhao -zen4mezhao1ge1 -ni3kan4neng2bu4neng2cheng2xia4$Q:VNV -zen4mezhao1ge1 -lai2as m orients a book in horizontally -dou1zen4mege1kan4neng2bu4neng2ge1xia4$Q:VNV:T -ge1yi2ge1shi4shi4hy tries -ai

4dui4 -shu4guo4lai2 -shu4guo4lai2hy does reorient the book -ai

4dui4 -zhei4ge

-aokan4kan4neng2bu4neng2ge1xia4$Q:VNV -eng

neng2neng2ge1xia4 -ao4neng2ge1xia4 -xing2la -lai2lai2 -ge1xia4lema$Q:QP:M -ge1xia4lai2le -high, reg. changeao4jiu4shi4 -high, reg. changeduo1dong4nao3jin1a -e

2xxxxxx$UNINT -uh2bu2xu3da

3 -eng$INTERJ -eng

2$INTERJ -engjie

1*jie3 -jie

1 -jie1 -enjie1xia4lai2 -jie1sh -jie1xia4lai2 -lai2zen4mezheai

4 -zen4mezhe -wang3wai4 -wang3wai4 -song1yi2xia4 -ei

4dui4 -bu4bu2shi4da

4ke1che1 -ao4bu2shi4da4ke1che1 -zhei4shi4shen2meche1ya$Q:QW -xiao3he1jiaojiao4che1 -xiao3jiao4che1 -da4fe1 -xiao3jiao4che1 -ao4zhei4xiao3jiao4che1laugh -zhei4shi4xiao3jiao4che1ma$Q:QP:M -xiao3jiao4che1dou1shi4zhei4yang4dema$Q:QP:M -da4qi4che

1 -zhei4ye3bu2shi4da4qi4che1 -zhei4shi4shen2meche1$Q:QW -zhi1dao4ma$Q:QP:M -ahei1qi4che1 -ahei1qi4che

1 -nei3geshi4hei1qi4che1$Q:QW -ni3kan4zhei4xie1nei3geshi4hei1qi4che1a$Q:QW -nei3geshi4hei1qi4che1$Q:QW -enbai

2de -nei3geshi4bai2deya$Q:QW -zhei4shi4hei1yan2se4 -shen2meyan2se4dou1you3 -zhei4shi4shen2meyan2se4a$Q:QW -zhei4ge

-enhelan2se4 -zhei4shi4lan2se4 -zhei4gene$Q:QP:N -ahei

1de -shen2mehei1de$Q:QW -zhei4bu2shi4hei1dema$Q:QP:M -zhei4shen2mese4$Q:QW -hong2luu4 -laughs -luu4 -xia1shuo

1 -ni3kan4zhei4shi4shen2mese4$Q:QW -xiang3xiang3 -zhei4che1shen2meyan2se4$Q:QW -engche1yahei

1a -sternhuang2 -huang2 -engben4 -ben4bu2ben4$Q:VNV -engxxxxche

1 -aiyouche1 -eng$INTERJ -na2qi4 -eng

xxxxxx$UNINT -engla2la2la1+la1 -engla1la1 -rang4ta1la1la1kan4xing2bu4xing2$Q:VNV:T -lai2 -rang4ta1la1rang4ta1la1la1a -na4ni3kai1kai1 -eng$INTERJ -ni3ye3kai1kai1 -hao2yu3ba3zhei4kai1kai1rang4ta1la1la1 -kan4neng2bu4neng2la1dong4$Q:VNV -kai1kai1 -zhei4gebu4xing2 -zhei4gexxla1bu2dong4 -zhei4che1tai4da4la -nei4la1yi4la1 -kai1kai1 -hui4kai1ma$Q:QP:M -kai1kai1la1nei4ge -hui4hui4bu2hui4kai1$Q:VNV -kai1 -you4huai4la -eng

$INTERJ -you4huai4la -hai2you

3 -nei4gela1bu2shang4 -nei4getai4chen2 -che1che1zou3zou3 -eng2$Q:PRMPT -engzou3zou3 -zou3zou3a -age1che

1zi -yige1ta1xia4lai2 -eng

$INTERJ -ge1tai1xia4lai2hy manipulating cars; horn honking sound outside -die1jie1xia4lai2 -eng2$Q:PRMPT -engjie

1 -eng$INTERJ -xing2ma$Q:QP:M -zen4mezhao1 -you4bu2hui4jie3lanote correction to jie1 -liang3geshou3yi2kuair4 -hei$INTERJ -engm$INTERJ -na2na

2 -laughs -na2omission of "bu4" or "de2"dong

4la

-ni3yi2geshou3na2zhei4geyi2geshou3na2zhei4gebu2jiu4xing2lema$Q:QP:T -zhei4geshou3na2zhei4ge -engdui4 -tui1ba -wang3qian2zou3banging sound in background, cutting food for lunch -zhei4tui1bu2dong4banging sound of cars -laughs; laughs -laughs -zhei4hou4huai4tou2khhhhuai4tou

4$UNINT -eng

2$Q:PRMPT -enhhehuai4he2tou4la$UNINT -he2tou4la$UNINT -eng2$Q:PRMPT -huai4la -huai4le -ni3hao3haorting1hua4ba -yao4bu4ran2dou1huai4le -ting1jian4mei2you3end of side one for hy's tape$Q:MEI -lai2 -hao2yu3$VOC -you4huai4la -you4huai4lehy manipulating cars -hai2shang4tuo1er2suo3ma$Q:QP:M -yu3$VOC -wo3gei3ni3song4tuo1er2suo3qu4xing2bu4xing2$Q:VNV:T -eng2$Q:PRMPT -qu4mayu3hy manipulating cars$Q:QP:M -oudi1ma

1ma

1ma1$VOC -nei4bu4hao3tui1 -shi4bu2shi4$Q:VNV -pao3kuai4 -eng

$INTERJ -pao3kuai4 -lai2 -gei3ni3kai1kai1xing2bu2xing2$Q:VNV:T -kai1kai1jiu4kuai4lerobot noise turned on -xxxxhuai

4la -anzhei4gemei2far3dong

4 -zhei4gebu4neng2 -xing2lezhei4geneng2kai1robot car noise -xxxxxxzhei4neng2dong4robot car noise, then shuts off as m speaks -hao3la -engkai1 -eng

$INTERJ -whinykai1dong

4 -zhei4gemei2far3kai1 -zhei4gejiu4shi4wanr2de

-zhei4shi4ji1jie2deji1+xie4.de -zhei4shi4zhei4shi4zhei4geshang4dian4chi2de -zhei4gemei2you3you3dian4chi1mei2far3shang4dian4chi2 -creakymei2you3mei2shang

4 -mei2mei2mei2you3yi1dian4chi

1 -laughs under her breath -mei2you3zhei4zai4li3tou

2la -ao4zhei4zai4li3tou2la -dian4chi1zai4li3tou2 -mei2you3li3tou2 -a

4zhei4li3mei2you3a$Q:NQP -slurredazhei4li3zhei4li3you3 -mei

1$UNINT -de

4geguan1azhei4+ge -de4gezhei4+gemei2you3dian4chi

2 -eng

$INTERJ -yi2du1dui

4$UNINT -yi

2che

1 -eng$INTERJ -ma1ma1ma$VOC -eng$INTERJ -creakyna

2shou3na2zhu

4 -shou3na2zhu4 -ei4bie2na2nong4huai4le -nong4huai4le -xia4 -eng

$INTERJ -engna2na2 -na2zhu4embi1 -na2shou3 -eng

na2shou

3 -zhei4bu4neng2na2 -zhei4zhi3neng2zhei4yangr4le -kan4nei4bu4neng2na2le -jiu4zen4mezhao1ba -enzuo4zuo4ba -eng

$INTERJ -zuo4zuo4 -zuo

4 -zuo4zuo4ba

-zuo4zuo4 -engzuo4zuo4zuo4ba -eng

$INTERJ -zuo4zuo4zuo4 -zuo4zuo4zuo4 -zuo4zuo4zuo

4 -eng

$INTERJ -enzuo4zou3ba -zen4mezhao1ba -gei3 -ni3zhei4e4yu2neng2bu4neng2zhuang1shang4lelaughs$Q:VNV -bu4zhuang1 -neng2zhuang1ma$Q:QP:M -neng2zhuang

1 -neng2zhuang1 -dou1zhuang1shang4ba -kai1che1 -you4shi4shu1you4shi4e4yu2 -lai2kai1che1 -kai1che1 -dui

4kai1che -hao2yu3zhei4shou3na2zhei4geba -bie2na2nei4gelenei4ge -nei4gezhei4geche1tui1bu2dong4 -zhei4geche1tui1bu2dong4zhi3neng2nong4dian4tui1 -jiu4zen4mezhao1 -zhei4shi4ke3yi3yong4shou3tui1 -ei4dui4 -zen4mezhekai1che1 -dui4 -ta1lei4la -dui4 -ta1lei4lalaugh -ta1lei4leang -xxche

1 -eng

4dui4 -bu2lei4la -eng

zhei4 -zhei4geche1dou1bu2pa4lei4 -nei4geche1pa4lei4 -zhi1dao4ma$Q:QP:M -ta1pa4lei

4 -eng

ta1pa4lei4 -jiu4zhei4gebu2pa4lei4 -zhei4gepa4lei4zhei4gedou1bu2pa4 -tui1ba -kai

1lou

-hezhen1bang4 -kai1dezhen1hao3 -ji4xu4kai1 -eng

dexia4che1la -ang

4$INTERJ -xia4che1la -ang

$INTERJ -slurrednei4gexiao

3 -nei4gesh -nei3gexiao3a$Q:QW -eng$INTERJ -nei4geshlei

4la -nei4gelei4lea

4 -ni3lei4ma$Q:QP:M -bu2lei4 -lei

4la -ni3ye3lei4la$Q:NQP -laugh -ni3lei4zen3meban4a$Q:QW -che1che1lei4la -ni3lei4zen3meban4a$Q:QW -zuo4zuo

4 -ao4zuo4zuo4xing2 -enzuo4zuo4lei4la -zuo4 -engzhei4geche1zi -zhei4geche1lei4 -zhei4geche1lei4la -zhei4geche1lei4a -zhei4ge

-engzhei4gebu2lei4la -zhei4gebu2lei4leyou4laugh -engtui1bu2dong

4nei4ge -zhi3neng2tui1nei4ge -nei4gebu2lei4 -tui1nei4ge -whisperzhei4gelei4lewo3gen1ni3shuo1yu3 -ente1tui1zhei4ge -eng

$INTERJ -engtui

1zhei

4ge -engtui1zhei4ge -ni3tui1bu2dong

4 -zhe

4 -zhe

4pa4lei4 -engbu2bu2pa4lei4la -eng

a

4eng$INTERJ -lei4che1la -hun2dan

4 -xia1shuo1 -da3ni3 -hun2dan

4 -laughs -ma1ma

$VOC -eng1$INTERJ -ma1ma$VOC -eng1$INTERJ -ma1mazen3mela$Q:QW -ma1ma$VOC -ei

4laughs softly$INTERJ -mei2 -xxla

$INTERJ -ma2dong

4 -eng2$Q:PRMPT -engche1yila -zhei4che1lei

4 -che1lei4 -che1lei4la -hao2yu3gao4suni3nei4geche1lei

4le -rang4che1xie

1yi4huir3ba -heng$INTERJ -enghuai4la -eng

zhei4geche1lei4 -zhei4geche1mei2huai4 -la1ba -engche1zai4nar

-che1zai4zai4nar

4 -eng

$INTERJ -che1zai4 -ai4enghm$INTERJ -la1dong

4enh -laughs -liang3ge

4 -liang3ge4che

1 -nei4 -yi2gong4ji3liang4che1$Q:QW -shu3shu3 -shu3shu3 -zhei4geeiduohuo3che1che1 -ji3liang4che1yi2gong4$Q:QW -liang3liang3liang4che

1 -nei4shi4liang3liang

4 -zhei4shi4liang3liang

4 -yi2gong4shi4ji3liang4$Q:QW -yi

1er4san1 -yi

1 -yi1yi1liang3liang3che

1 -ao

4nei4liang4che1 -zhei4liang3liang4che1 -eng

4$INTERJ -wo3he2niang3niang3liang3+liang4che1 -aong

4$INTERJ -enqiu2qiu

2 -ang2$Q:PRMPT -aqiu

2nar4la -ao4qiu2ge1nar4lalaugh -hao3wanr2malaughs$Q:QP:M -laughs -mei2fa3zou

3 -mei2far3zou3a -zher4shei2gei3ni3zhua1po4de$Q:QW -zher4shei2gei3ni3zhua1po4deya$Q:QW -jiu4jiu4zhua

1de -sternxia1shuo1 -shi4jiu4jiu4zhua1de$Q:NQP -shei2zhua1dezhar4har$Q:QW -meng2mengzhua1de -dui4meng2mengzhua1de -hai2you3shei2zhua1deya$Q:QW -zhar4shei2gei3ni3zhua1de$Q:QW -long2longzhua1de -long2longzhua1de -hai2you3shei2zhua1la$Q:QW -hai2shei2zhua1ni3la$Q:QW -eng2$Q:PRMPT -engzhei4gezhua1zher4zhua1la -eng4$INTERJ -zher4zhua1la -zher4zhua1lalaugh -hai2you3nar3zhua1la$Q:QW -dou1shei2da3ni3latuo1er2suo3$Q:QW -eng2$Q:PRMPT -you3 -ei4he2you3sh -ba4$UNINT -you3xi1ba4 -zhen2mang

2hao2yu3laugh -lei4bu2lei4$Q:VNV -bu2lei4 -xie1huir3ba -yu3$VOC -kan4huir3shu1xing2ma$Q:QP:T -eng2$Q:PRMPT -enban

4la$UNINT -enban4la$UNINT -ban4labanging noise$UNINT -enge1omission of "bu4"xia4qu

4 -ge2bu2xia4qu4ba$Q:NQP -zhuan3ge4wanr1 -zhuan3ge4wanr1jiu4ge1dexia4qu4le -la1 -wo3da4woji

1qi1$UNINT -yi2da4$UNINT -eiwo3xia4qu4 -wo3xia4qu4 -wo3xia4qu4la -wo3xia4qu4la -engrang4wo3xia4qu4la -eng

$INTERJ -guai3wanr1 -zhuan3wanr1 -en

zhuan3wanr

1 -enzhuan3wanr1zhuan4zhuan3la -enghao2yu3wanrhuir3zhei4geba -zhei4gezhei4shi4shen2me$Q:QW -lai2wanr2zhei4gem winding up a toy -eng

$INTERJ -zhei4shi4shen2meya$Q:QW -wa1dewa

1deya$UNINT -che1che1huai

4la -fang4fang4fang4 -fang4fang4di4xia4fang4di4xia4 -eng$INTERJ -fang4di4xia4fang4di4xia4 -fang4di4xia4squeaky toy soundrang4ta1zou3 -fang4fang

4 -guo4lai2fang4 -che1che1bu4hao

3la -wan2lezhei4shi4shen2meya$Q:QW -zhei4shi4 -lai2 -dudu

4di3$UNINT -eiche1 -wa4$INTERJ -wa3dahy manipulating cars$UNINT -lei

4le -eiyouheba3nei4gegei3wo3hy dragging something on floor -xing2lema$Q:QP:M -xing2la -xie1huir3ba

yu3 -xing2bu4xing2$Q:VNV -engxie1huir3che

1la -eng

xie1huir3 -che1ye3lei4lewo3kan4 -che1diu

4 -che

1da -ni3he1shui3mayu3$Q:QP:M -acai3fang

4$UNINT -tai4fang4$UNINT -zen3meya$Q:QW -xie1huir3ba -zan2menxue2huir3xi

2ba -eng$INTERJ -hao3ji3tian1ni3dou1bu4xue2xi2la -bu4xue2xi2dou1wang4guang1le -lai2 -na2zhe -eng4$INTERJ -xuebu4xue2a$Q:VNV -dong

4xx -eng

2hu

2cheng

3huai

4la -eng

2$Q:PRMPT -wuhuai4la -huai4la -wu

1$INTERJ -ning3yi4ning3as m winds it for hy -ning3yi4ning3jiu4hao3lam winding toy for hy -lai2guo4lai2 -kai1nei4ge -hao2yu3kan4 -kai1che1lea4m lets go of wind-up car on floor; car stops -zen3meyang4car goes again then stops$Q:QW -zhei4shi4shei2kai1che1nelaughs softly$Q:QW -eng

2$Q:PRMPT -kan

4la -kan4la -zhei4shi4shen2meya$Q:QW -xiang3xiang

3 -eng

2as m is winding toy car$Q:PRMPT -xiang3xiang3 -eng

xiang3xiang3m lets go of wind-up car again -hao3wanr2macar still going$Q:QP:M -qiao2qiao2mi3lao3hu3lao3+shu3shu3hui4kai1che1 -hao2yu3hui4kai1che1ma$Q:QP:M -wo3he4bu2hui4kai1che1 -ni3bu2hui4kai1che1laugh -hao2yu3$VOC -zhei4gem winds then sets off wind-up car -engm$INTERJ -rang4ta1xiu1xi1xiu1xi1 -hahayou4zou3lam winding again -kan4 -zhei4shei2gei3ni3mai3deyam still winding$Q:QW -wa

2wai

4guo

2ren2mai3de -laughs loudly at hy's labelling of r as "wai4+guo2+ren2" -wai4guo2ren

2m still laughing -shen2mewai4guo2ren2$Q:QW -wo3bu2shi4xia2ling2ma1mane$Q:NQP -laughing -INVxxxxguo2ma1ma -xia2ling2ma1ma

laugh -eng

xxxia2ling2ma1ma -zhei4shei2gei3ni3mai3deya

laughs$Q:QW -enta1xx -eng2$Q:PRMPT -enta1 -laughs -xx$UNINT -wai4guo2ren

2 -laughing -MOTwai4guo2ren2 -INVlaughta1nei4ci4kan4dian4shi4 -INVran2hou4nei4ge -INVta1lao3kan4dian4shi4qu4lao3shuo1xia2ling2xia2ling2 -INVwo3shuo1nei4gebu

2shi4xia2ling

2 -INVwo3shuo1nei4shi4nei4shi4nei4gewai4guo2ren2 -INVta1jiu4ji4zhu4leshi4wai4guo2ren2laughs; hy turns robot car on -huai4la -huai4lalaughrobot car noise continueslaughing -huai4leba -eng2$INTERJ -hao3lacontinuing robot car noise -enghdi4kai

1 -hahani3kai1bu4neng2kai1ya$UNINT -wo3kai1la -eng

$INTERJ -kai1 -laughs softly -eng

2$INTERJ -eng2yi

1da3$INTERJ -yi

1with robot car noisesound of hy manipulating toys then robot car noise at end -hao2yu3mang2bu2guo4lai2la -lai2 -wo3gei3ni3neng4neng4nong4+nong4ba -eng4$INTERJ -ni3nei4yu2translationlao3nong4bu4hao3 -whisperlai2 -lai2 -zhei4jiu4xing2lewith robot car noiselaughs -engla

1zhu4 -an

4$INTERJ -la1zhu4 -la1zhu4lema$Q:QP:M -huai4la -huai4lelaughwith robot car noise -engche1chu1qu4la -eng

2$Q:PRMPT -che1che1chu1qu4la -eng

with robot noise$INTERJ -ei1che1chu1qu

4fuss/vocalizing softly -zou3lu

4leha$Q:NQP -xxxxxxxxxx$UNINT -eng4$INTERJ -eng

4$INTERJ -xie4xie4ni3$UNINT -qi4che1 -qi4che1zou3la -hehehe

$INTERJ -qi4che1zou3la -ang

4zou3la -xiao3di

1shu3hy runs$UNINT -xxxx$UNINT -zhei4shi4laugh -zhei1xirobot car slowing$UNINT -bu4xing2 -bu4bu4xing

2la -bu4xing2larobot noise until m speaks and turns it off -hao3la -engzhei4huir3 -hao2yu3ni3shuo1zhei4shi4shei2gei3ni3mai3de$Q:QW -zhei4ge$Q:INT -an2$Q:PRMPT -engde4gezhei4+gexiu1xiu1 -ang2$Q:PRMPT -de4gezhei4+gexiu1xiu1 -ao4ba3zhei4gexiu1xiu1 -xing2m winding toy car -engbu4ning

3 -eng

4$INTERJ -engning3zhe

4liang3ge -a4$INTERJ -zhei4liang3gedou1ning3m winding -dou1ning3a4 -dou1ning3 -fussingeneng

$UNINT -dou1dou

1ning

3 -eng

m$INTERJ -dou1ning3 -dou1ning3kuai4 -dou1ning3m sets off wind-up toys -dou1ning3la

-dou1ning3la

-eng1dou1ning3la

wind-up toy stops -engshe pushes it$INTERJ -eipeng4la -ao4peng4la -peng4la

-ahe1shui3a -eng

$INTERJ -hao2yu3zhei4shi4shei2zhei4geshei2gei3ni3mai3de$Q:QW -shuo1wind-up toy moving then stops -eng2ting2la -ting2la -eng$INTERJ -hao2yu3shei2gei3ni3mai3de$Q:QW -shuo1 -shei2mai3laugh -eng2$Q:PRMPT -ei4doun

1che1 -eng

$INTERJ -endong4zhe4gedong

4che

1 -eng4m and hy watching wind-up toys$INTERJ -endou1dou1ning

3 -ao

4dou1ning3 -dou1ning3as m winds -dou1ning

3 -dou1ning3a4 -dou1ning3la -eng$INTERJ -ning3guo

4aspect marker -laughing softly -ning3guo4la -eng

$INTERJ -ennei4ge

dong

4la -eng

$INTERJ -nei4gedong4 -zen4meduo

1 -zhei4nei4tian1shei2gei3ni3zen4meduo

1ya$Q:QW -a2$Q:PRMPT -ren2jia1dou1yi2ge4 -jiu4hao2yu3zui4duo1la -enduo1 -shei2gei3de

$Q:QW -a2hy runs$Q:PRMPT -nei4tian1wan3shang4ni3ji4dema$Q:QP:M -hai2sheng4yi2ge4la -eng

$INTERJ -jiu4sheng4yi2ge4la -hai2you

3 -eng

$INTERJ -shei2gei3deya$Q:QW -hao2yu3 -jiu4sheng4yi2gela -ang

4$INTERJ -you4lai2la -ang

4$INTERJ -you4lai2la -you4lai2la -xi1xi1lai2la -eng

$INTERJ -xi1xi1lai2la -xi1xi1laugh -hahahaihai$INTERJ -hao3wanr2 -eng

$INTERJ -zhei4xxxx$UNINT -heeheehao3wanr2laugh -eng

wanr2nebanging noise -xiang3laanother bang -huai4la -xiang

3la -zhei4 -zhei4yi1funar3shang4shang4deyou2$Q:QW -zhei4you2bian4zhi4la -fan4chou4weir

4zhei4ge -yi4gu3chou4mo4weir4m opens screen door to put jacket outside -en

$INTERJ -zhen1chou4 -yi2 -hao2yu3shei2gei3ni3zen4meduo1ya

$Q:QW -nem

4meduo1 -shei2gei3deya$Q:QW -de4mezen4+meduo1 -a2$Q:PRMPT -ade4meduo1 -a2zen4meduo1shei2gei3deya$Q:QW -shuo1 -kan4zhi1dao4bu4zhi1dao4$Q:VNV -yao4tui1che

1 -eng2$Q:PRMPT -engtui1che1 -qu

4ba -qu4 -qu4 -qu4ba -ta1ye3qu4 -qu4ba -qu4ba -qu4ba -qu4ba

-qu4ba -ni3hui4ning3mahao2yu3$Q:QP:M -hui4ning3 -hui4ning3shen2meya$Q:QW -nem4meben4 -shen2medou1bu2hui4 -eng

$INTERJ -lai2 -bendan

4dou1ning

3 -ao

4$INTERJ -na4ni3lai2ning3 -eng4$INTERJ -eng$INTERJ -wo3hui4ning

3 -ao

4ni3ye3hui4ning3la

-jiu4shi4ning3bu4hao3m winding -ni3kan4san1gedou1zou3a4 -zhei4duo1hao3wanr2 -ni3kan4m winding and putting toys on floor -hao3wanr2ma$Q:QP:M -jiu4sui2bian4ning3 -kuai4fang4di4xia4ta1ye3gai1zou3le -eng

4zou3leba -zou3ba -eng

4$INTERJ -you4zou3la -ang4you4zou3lalaughwind-up toy stops -peng4la -engxiang3xiang3 -eng

xiang3xiang3 -ei4xiang

3 -eng

m$INTERJ -xiang3dong4la -xiang3dong

4la -heizhei4shi4shen2medong4lalaugh$Q:QW -you42

$UNINT -zen4mezhe -gei3ta1shang4wan2jinr4ta1ning3la -shang4wan2xian

2 -shang4wan2xian2ta1bu2dong4 -dei3yong4jiao3peng4yi2xia4m winds then sets off toy -eige4de1che

1zi -eng2$Q:PRMPT -dou1ge1li3la$Q:NQP -dou1zhuang1da4qi4che1li3la$Q:NQP -engduo4duo

4$INTERJ -hao2yu3shei2gei3ni3 -shei2gei3ni3dee4yu2a$Q:QW -eng$INTERJ -laughs -hao2yu3zhei4e4yu2shei2gei3deyawind-up toy going again$Q:QW -zhi1dao4ma$Q:QP:M -you4$INTERJ -ma

1ma$VOC -ang4laugh$INTERJ -engzhe4ge -hao3ma$Q:QP:M -eng4dou1xia4lai

4lai2 -engengkai

1che1 -kai1 -kai1kai1 -kai1kai1 -eng$INTERJ -kai1kai1 -eng

wind-up toy starts again$INTERJ -eng4m$INTERJ -zhei4qi4che1zhuang1dedong1xi1ke3zhen1duo1a4 -shen2medou1you3 -you4shi4shu1you4shi4e4yu

2 -you4shi4ji1qi1ren

2 -you4shi4xiao3wan2yir4 -wo3xiu

1zhei

4ge$UNINT -eng

m$INTERJ -woyeji1qi1renr

2xiao3wan2yir4 -engda

4qi4che1hy walks to get something, comes back -engzuo

4qi4che1 -xiao

3 -hao2yu3$VOC -nei4gexiao3xing1xing1hai2kan4ma$Q:QP:M -xiao3xing1xing1zen3mezhao1lai2zhem flipping through book$Q:QW -xiao3xing1xing1zhe4li3mei2you3le -you3dianr3xing1xing1zai4zhei4li3tou -you

3 -nar3ne$Q:QW -ni3gei3wo3zhao3chu1xiao3xing1xing1 -xiao3xing1xing1zhei4li3mei2you

3 -zhei4geshu1li3you3xiao3xing1xing

1 -xiao3xing1xing1zen3mezhao1lai2zhe$Q:QW -xiao3xing1xing

1zuo4wa -engzher4you3xing1xing1ha -eng2$INTERJ -xiao3xing1xing1zuo4zuo4 -aiyouyao4you3xing1xing1zuo4zuo4ya$Q:NQP -eixiao3xing1xing1zen3mezhao

1lai2zhe$Q:QW -ni3shuo1 -xing1xing1zai4zher

4 -xing1xing1zai4zher4 -eng$INTERJ -engdiao

4laend of m's tape -en

4shei2si1deya$Q:QW -wo3kan4kan4a -eng$INTERJ -xiao3xing1xing

1 -eng4$INTERJ -xing1xing1zen3mezhao1lai2zhe$Q:QW -enxing1xing

1 -shu1fan1fan1 -zhei4shu1 -zen4mezhao1 -na2fan3la -dao4guo1lai2 -dao4guo4lai2 -engchu2fang2guan1 -eng

$INTERJ -chu2fang2guan1 -ao4chu2fang2guan1 -hahazhei4shi4chu2fang2 -chu2fang2guan1laugh -guan1lemen2laripping sound -eiyou$INTERJ -you4si1layou4si1 -fan1guo4lai2 -hai2you3shen2mehao3kan4de

$Q:QW -hao2yu3zai4kan4yi2kan4 -zhei4shi4shen2meya$Q:QW -eng

na2zhei4gehe4 -ao

4$INTERJ -nei4gezhei4ge

he4 -ao4zhei4gezhei4shi4he4 -ying1 -zhei4ying1la -zhei4shi4shen2me$Q:QW -mao1tou2ying1 -eng$INTERJ -ying1 -ying1 -ying1 -eng

heng$INTERJ -laughing softly -engqing1wa1zou3la -ang

qing1wa1zou3lalaugh -hao2yu3hao3ma$Q:QP:M -hao2yu3zan2menzhei4qing1wa1huai4leshi4bu2shi4a$Q:VNV:T -cong2qian2you3yi2geqing1wa1ta1huai4le -dui4bu2dui4$Q:VNV -dui

4 -dui4 -zhei4dou1ren4shi1lema$Q:QP:M -zhei4e4yu2 -den

1zan2men2qing1wa1huai4la -eng

$INTERJ -xxxxxxxm laughs softly$UNINT -zhei4hai2you3qing

1wa

1end of visit - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/lxb1.xml b/compling.core/data/Learning/Chinese Data/transcripts/lxb1.xml deleted file mode 100644 index e08247d..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/lxb1.xml +++ /dev/null @@ -1,1212 +0,0 @@ - - - - - - - - - - - -TXL plus TT - -At home in the late afternoon, just before BM leaves for the day. FA has prepared some food for XB to eat and tells MO about it just before he leaves. XB has just awakened from her nap and M feeds her for much of the visit. XB and her family live together with her paternal grandparents in an Academy of Sciences apartment. - -Caregiving is shared between BM, FA, and MO. Part of this visit was also videotaped. - - -lai2zhei4yang4pretending microphone is a telephone -wai2wai2wei2shi4xiao3bing1bing1ma$Q:QP:M -a

4$Q:PRMPT -xiao3bing1bingya$Q:NQP -zan2liang3da3dian4hua4ba -xing2ma$Q:QP:M -hmm$Q:PRMPT -ma1magei3ni3fang4zher4 -a4jiu4zhei4yang4ba -zhei4nem coughs$Q:QP:N -zhei4ne$Q:QP:N -m yawnskun

4lelaugh -gei3ni3shan1shan1shan4ziba -gei3ni3feng1feng1bb's word for "fan" shan4+zi -footstepsem1footsteps$INTERJ -em1gei4ne$Q:QP:N -a2$Q:PRMPT -zhei4xiao3wai2wai

2 -ei1youqiu2qiu

2ya -lai2wanr2zhei4gebazan2menbm or m? turns a musical mobile -qiu2qiu

2ne$Q:QP:N -a4$INTERJ -enguan1qi3lai2 -guan1qi3lai2a$Q:NQP -bu4zou3leshi4ma$Q:QP:T -wo3kan4 -guan1qi3lai2lemobile music starts again -fussen

3$UNINT -imitatingen

3$UNINT -bu2yuan4yi4yao4zhei4ge

a$Q:NQP -en2mobile music again$Q:NQP -fussen3occasional mobile sounds$UNINT -bu2yao4lemobile sounds -bu2yao4bie2yao4lebe -gei3nai3naibmm laughs -ehhhhnei4gemao2maocao3jian3qi3lai2 -nei4mao2maocao3neheat bugs chirping in background$Q:QP:N -mao2maomao2maoas m tickles bb with the fuzzy weedlaughs; bb moving small stool, m tickling the; top of her head with the fuzzy weed -fussen24

$UNINT -ao4mo1mo1bu4xing2ya$Q:NQP -wo3gei3ni3dan3dan3to brush lightly -fussen3bu4mo1 -laughs -en

3bu4mo

1 -shen2me

$Q:QW -INVbu4mo1 -shen2meyi4sia$Q:QW -mo1mo1wo3mo1mo1bu4xing2a$Q:NQP -hmmbb pushing her stool around, banging$Q:PRMPT -ni3shni3ni3shu3yi2shu4ba -ni3shuo1yi2gexiao3bai2tu4bai2you4bai2 -bu4shuo1xiao3bai2tu4 -laughing softly -ni3shuo1yi2ge -xiao3bai2tu4bai2you4bai2bb pushing stool around -shuo1yi2geba

-shuo1yi2gexiao3bai2tu4bai2you4bai2ba

-xing2ma$Q:QP:M -a2$Q:PRMPT -zhei4ge -zhei4shi4shen2meya$Q:QW -xiao3ban3deng1deng4 -xiao3ban3deng4 -xiao3ban

3deng4bb walks over to armchair -reaching, then looks to men1en1$INTERJ -yao4ma$Q:QP:M -yao

4 -wo3gei3ni3na2 -ei4m is pulling a blue plastic chair$INTERJ -na2na2lou

-a2fang4hao3ba -zhei4xiao3yi

3**sandhi correct -en

4$INTERJ -zhei4xiao3yi

3 -xiao3yi3yi3hao3ma$Q:QP:M -zhei4shen2mese4yashen2meshar3dexiao3yi3yi3a$Q:QW -a2$Q:PRMPT -ni3zhei4shen2meshar3dexiao3yi3yi3a$Q:QW -xiao3yi3yi3ban3deng1deng4 -xiao3ban3deng4a$Q:NQP -hong2shar3deshi4ma$Q:QP:T -dui4 -dui

4 -hong2deng1shi4shen2meshar3abb knocking on the chair?$Q:QW -hong2deng1ne$Q:QP:N -a2$Q:PRMPT -hong2deng1ne$Q:QP:N -hnn342$UNINT -ei

1diao4le -INVa

4$INTERJ -INVwo3shuo1dene -MOTzhei4genong4wai1dem and r both laugh; bb's footsteps -ya

2$Q:PRMPT -en4en1$INTERJ -nei4xiao3che1che1nezan2wanr2xiao3che1che -hai2da3jia4 -FAinaudible$UNINT -MOTfan4jiu4re4hao3le -FAei

4$INTERJ -MOTyi4huir2jiu4wei4ta1 -FAxing2 -en

zhao3ba4ba -gen1ba4bazai4jian4 -hmm$Q:PRMPT -ou1$INTERJ -MOTinaudkan4ta1ba4banelaugh -ba4bachu1qu4shang4banr1banr1le -slight fusshnn2$UNINT -ba4bashang4banr1banr1le -gen1ba4bazai4jian4 -enn

1en4enn

eh4enh2enh$UNINT -zai4jian4$INTERJ -enh$INTERJ -zen3mele

$Q:QW -en4something falls$INTERJ -diao4ne -diao4leba

-anhui accentbie2diu1 -xia4qu4zhao3ba4bazai4jian4 -shu1banging$UNINT -enyao4ma1ma -zai4jian4$INTERJ -enenen$UNINT -yao4ma1maenen -en

$INTERJ -zen3mele

you4duo3zhao3ma1ma$Q:QW -dao3zhao3ba4baen4 -zhao3ba4ba -zhao3ba4bagan4ma2ya$Q:QW -en4en

m$UNINT -lai2wo3gei3ni3shan1yi2xia4feng1feng1m starts fanning bb -anhuideng3yi2xia4ba4bajiu4hui2lai2 -feng1feng1feng1feng1feng1feng1feng1feng1m fanning bb$INTERJ -fussing$UNINT -feng1feng1feng1feng1feng1feng1feng1$INTERJ -deng3yi2xia4ba4bashi4nong4wan2bing1bing -feng1feng1feng1feng1feng1$INTERJ -diao4neabout backpack -shen2mediao4le$Q:QW -MOTdiu

1lenediu1le$UNINT -diao4 -xiao3wa2wa -whinydiao4ne -inaudible$UNINT -ni3kan4ni3gei3xiao3xiao3wa2waya1dea -xiao3wa2waku1lejiu4diao4le -en$INTERJ -diu1lenexiao3wa2wadiu1le -zhi1dao4ma$Q:QP:M -zhi1dao4 -bie2jiu1 -en4$INTERJ -enzhao3ba

4ba -bu4zhao3ba4ba -you4diao4ne -you4diao4lea$Q:NQP -ba4badeng3yi2xia4jiu4hui2lai2 -ou

zhei4yang4 -en$INTERJ -zhei4yang4jiu4bu2diao4le -MOTzher4shi4bu2shi4tai4chang2le$Q:VNV -MOThmmfixing straps bb's backpack$Q:PRMPT -MOThmmzhei4hao3yi4dianr3ma$Q:QP:M -INVhai2diao4lenei4ge -inaud$UNINT -MOTai

4$INTERJ -INVxing2le -bu2diao4leba -hao3leba -zhen1guai1 -bu2diao4le -xiao3wa2washui4jiao

4jiao4 -shui4jiao

4jiao4coughs -ma1mabao4bao4m lifts bb -en4$INTERJ -enfang4zher4 -fang4zhe4li

3m fixes microphone -xing2ma$Q:QP:M -gei3ni3yi2ge

-en$INTERJ -diao4ne -bu2diu -bu2diao4le -ni3kan4bu2diao4leba

-dui4ma$Q:QP:M -bu2diao4leba

-du

4du4teng2 -inaud$UNINT -hao3ma$Q:QP:M -hei

2$INTERJ -zang1zang1zang1zang1a4 -du4ei$UNINT -chou3chou3 -yawns -you4$INTERJ -en

4$INTERJ -hnnm42$INTERJ -you4mei2you3dai4shang4about bb's microphone -zai4ei1you -xiao3qiu2qiu

2 -ei4xiao3qiu2qiu2ne$Q:QP:N -ei

4nar4hai2you3yi2gexiao3qiu2qiu2nem looking under the bed for a ball -yao4ma$Q:QP:M -yao4 -ni3na2qu4ba -zhei4genebb has lifted the "ball" off her microphone -zhei4xiao3qiu2qiu2a -xxx$UNINT -xiao3qiao3qiao

3qiu2 -hei

1dexiao3qiu2qiu2 -laughs -shi4bu2shi4hei1shar3ne$Q:VNV -ei2xiao3qiu2qiu

2 -en

inaud$INTERJ -BMhei1hei1xiao3qiu3qiu3bb walks over and shows bm -ei4hei1qiu2qiu2huo3a$Q:NQP -ni3wanr2ma -BMxiao3qiu2qiu

2 -ni3wanr2ni3wanr2bing1bing -BMqiu2qiu2qiu2 -qiu2qiu2qiu2ni3wanr2 -hao3wanr2ba$Q:NQP -BMen4$INTERJ -dai4shang4bb/m ? puts microphone "ball" back. -xing2le -xiao3qiu2qiu

2 -MOTou4xxxxxxwo3gai1zou3a -BMei4hao3lei -gen1a1yi2zai4jian4"nai3+nai" -gen1nai3naizai4jian4 -gen1nai3naizai4jian4 -bing1bing$VOC -zai4jian4no response$INTERJ -sha3lecoughs -inaud$UNINT -lai2guo4lai2deng3deng3nai3naihuan4yi1fu -dei1zhei4+ -da4qiu2qiu

2 -shi4bu2shi4a$Q:VNV -gei3ni3wanr2zhei4gexiao3xiong2xiong2bam gives bb a plastic, battery operated ; jump-rope-flipping bear -pa4pa

4 -pa

4 -pa

4pa4 -hmm

bb bends over and kisses the bear$INTERJ -laughs -shen2meni3dou1qin1qin1 -enyou4tiao4shengr2ne -a2$Q:PRMPT -you4tiao4shengr2ne -you4tiao4shengr2le$Q:NQP -entiao2shengr2 -entiao4shengr2 -tiao4shengr

2 -mei2dian4 -en$INTERJ -mei2you3dian4chi2 -ni3kan4zhei4mao1zimao4ziye3shuai1huai4le -shi4bu2shi4$Q:VNV -mei2you3dian4chi2zen3metiao4a$Q:QW -mei2far3tiao4m holding bear and bb is flipping it over in m's hand, making a mechanical "cranky" noise; m laughs -ni3bie2lao3dong4nei4geqiu2qiu2le -INVxiao3qiu2qiu

2 -ei

4$INTERJ -xiao3qiu2qiu2zhi3neng2kan4bu4neng2dong4a -ei4wanr2wanr2bie2de -wanr2xiao3che1che1ba -nei4xiao3che1che1mabb picks a small, "matchbox" car off the side table, m picks up the other one -lai2da3jia4gen1ma1mayi2kuair4da3 -adong

4dong

4dong

4$INTERJ -deng1deng1deng1deng1deng1$INTERJ -deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1m takes a breath$INTERJ -deng1deng1$INTERJ -low, gravellydang

4$INTERJ -duang

4laugh$INTERJ -en2niao4 -zhei4shei2gei3ni3dexiao3che1che1ya$Q:QW -shei2song4gei3ni3deyabb playing with the cars$Q:QW -a2$Q:PRMPT -che1che1ne$Q:QP:N -zhei4che1che1shi4shei2gei3ni3a$Q:QW -a2zhi1dao4ma$Q:QP:M -ge1ge1mai3di

3.de?? -a2$Q:PRMPT -ge1gemai4gei3ni

3 -ge1gegei3ni3deya4song4gei3ni3deshi4ma$Q:QP:T -niao4niao4ma$Q:QP:M -wo3ba3ba3ni3qu4ba -xing2ma$Q:QP:M -en4$INTERJ -ei4$INTERJ -ba3ba3qu4m lifts bb in ba3 position -whisperingba3ba3niao4niao4qu4la

$INTERJ -ba3ba3niao4niao4qu4la

$INTERJ -ou

2$UNINT -boun

4$UNINT -whistling for bb to pee as she holds bb$UNINT -ba3ba3niao4niao4niao4qu4le

bb pees a few trickles -aungyi4$UNINT -jiu4niao4zhen4meyi4dianr3a$Q:NQP -ba3ba3niao4niao4qu4la

a

1 -ni

3a

4en$UNINT -zen3meyou4dong4nei4gexiao3qiu2qiu2le$Q:QW -bu2dong4zhei4gele -a2$INTERJ -gan4bie2de -kan4bie2debabb walks into lr, looks at r, m follows; laughs; m coughs; m turns on water in kitchen, bb follows -bing1bingni3e4e4lema$Q:QP:M -a2$Q:PRMPT -a2bing1bing$Q:PRMPT -e4lema$Q:QP:M -e4lema$Q:QP:M -a2$Q:PRMPT -e4e4bu2e4e4ya$Q:VNV -wo3wen4ni3e4e4bu2e4e4ya$Q:VNV -ni3zuo4che1che1hao3ma$Q:QP:T -ma1mawei4ni3fan4fan4 -xing2mabb running$Q:QP:M -a2$Q:PRMPT -en

1$INTERJ -zen3mele4$Q:QW -chi1bu4chi1$Q:VNV -yi4$INTERJ -lai2bing1bing -bie2lao3na2nei4gexiao3qiu2qiu2le -em1$INTERJ -a4$INTERJ -en

4$INTERJ -zuo4che1che1a4 -xing2ma$Q:QP:M -xing

2 -xing2zan2ba3zhei4gexian1zhai1zhai1m taking bb's backpack and microphone off -ei

4ai1you4$INTERJ -na2r is setting up camera -na4ou4yi

4yi4yi1yi

2$INTERJ -tuo1tuo1 -laughs -tuo1xie2xie

2 -ei

2laugh$INTERJ -gen1a1yi2xiao4xiao4 -ei1you1zhei4yang4xiao4am and bb both laugh$Q:NQP -you

4m laughs$INTERJ -laughs -xia4ren2 -INVmer

2r is looking through camera, bb thinks she is playing peek-a-boo$INTERJ -mer2mer2$INTERJ -INVdei4a$INTERJ -a1yi2gen1ni3zhuo1mi2cang2ne -mer2mer

2laugh$INTERJ -mer

2$INTERJ -mer2mer

2$INTERJ -hao3 -lai2bao4zhexiao3wa2waba -bao4zhexiao3wa2waa4m coughs; m walks into kitchen, gets bb's dinner; bb calling to her from lr -from lrma1ma

$VOC -ei

4$INTERJ -ma1ma$VOC -ei4m getting bb's dinner in kitchen$INTERJ -hao3wanr2ma$Q:QP:M -INVhao3wanr

2 -hao3wanr

2shi4ba

m comes back into lr$Q:NQP:T -gen1a1yi2zhuo1mi2cang2 -mer

2$INTERJ -a4laugh$INTERJ -mer2mer2$INTERJ -en4$INTERJ -zen3mele$Q:QW -gai4bei4bei4 -ei1you

4da4xia4tian1xiang3bei4bei4le -bu2gai4bei4bei4 -bu2gai4lea

4 -gai4bei4bei4 -soft, whisperingda4xia4tian1deguai4re4de -en

1$INTERJ -nou2zhei4ge -en

1$INTERJ -ei4xiao3wa2waxiao3wa2wa -zuo4zhe -kan4wo3menbao3baochi

1 -chi1fan4fan -chi

1 -chi1fan4fanlou

-chi1fan4fanlou

-lai2cheng2as m puts spoon to bb's mouth -au

hmm

1$INTERJ -chi1shen2meyabing1bing$Q:QW -zhei4jiao4shen2meya$Q:QW -hun

2dun4 -ni3shuo1 -en

$INTERJ -chi1hun

2dun4 -hahaen

$INTERJ -mockinghei4hei4hei4hhh$INTERJ -chong4chong4a1yi2hei1hei1hei1xiao4xiao4 -hei2laughhhh$INTERJ -ni3shuo1a1yi2hao

3 -en4spoon clinking against dish as m cuts pieces for bb to eat$INTERJ -laughs -a

4ni3kan4a1yi2nar

4laugh -hao3wanr2shi4ma$Q:QP:T -nuo4laughs; bottle collector calling outside: "huan4 pi2+jiu3 .lei4, huan4 pi2+jiu:3"$INTERJ -a1yi2gen1ni3zhuo1mi2cang

2shi4ba$Q:NQP:T -dui4ma$Q:QP:M -dui4 -dui4huan4 pi2+jiu:3... -hahaa1yi2ga4ma2nelaughs$Q:QW -ga4ma2yazhei4shi4m cutting food, bottle caller$Q:QW -qiu2qiu2 -enqiu2qiu2 -qiu2qiu

2 -qiu2qiu

2 -she

4wo4wo4???$UNINT -contenteden

$INTERJ -xiao3wa

2wa -en4$INTERJ -qin1qin1xiao3wa2wa -hahaen

$UNINT -a1yi2kan4kan4ba -ou4$INTERJ -wa2wadehua1huar1zen3mediao4le$Q:QW -en

2$Q:PRMPT -en4$INTERJ -en1$INTERJ -MOTouni3shi4xiang3bao3hu4ta1shi4ba$Q:NQP:T -INVbu2shi4deta1zi4ji3zhuan3jin4qu4de -MOTou4$INTERJ -yi

4$INTERJ -rao4delaugh -zen3mehui2shir4laughs$Q:QW -ei

2$INTERJ -xiao3qiu2qiu

2 -fang4zher4le -yi2bu4neng2chi1xiao3qiu2qiulaughs -enchi1ma$Q:QP:M -ou4$INTERJ -en$INTERJ -en4$INTERJ -henn1$INTERJ -heng1hen1$INTERJ -ni3shuo1a1yi2kan4shen2mene4$Q:QW -kuai4chi1ba -INVa1yi

2$VOC -ei4$INTERJ -laughs -laughs -hei1xiao3huai4dan4xiao4shen2me

laughs$Q:QW -ou1a1yi2nar4en4biao3neshi4bu2shi4a$Q:VNV:T -a2$Q:PRMPT -ni3ye3xiang3en4na4 -zen3meen4a$Q:QW -ei2$INTERJ -ni3ye2en4 -shi4ma$Q:QP:M -zen3meen4m chopping food$Q:QW -enen4 -en$INTERJ -na2 -na2gan4ma2$Q:QW -en4en

1$INTERJ -zai4nar4fang4zheba -en -ni3bao4xiao3wa2washui4jiao4ba -en$INTERJ -xiao3wa2washui4jiao4le -xiao3wa2wakun4le -en

enna

2 -ei4hao3hao3hao3 -fang4zher4ba -en4$INTERJ -en

1$INTERJ -en4bb is playing with the microphone wire$INTERJ -eieibing1bingzhei4gebu4neng2dong4la -zhei4gebu4neng2dong4a -ei

guai1guai1 -you3dian4 -shi4badian4bu4neng2dong4$Q:NQP -dian4xian4neng2dong4ma$Q:QP:M -a2$Q:PRMPT -neng2dong4 -bu4neng2dong4 -dian4xian4you3dian

4bu4neng2dong4 -en4eh4stands up in stroller$INTERJ -en

2$Q:PRMPT -ni3yao4gan4ma2qu4a$Q:QW -grunting$UNINT -ma1mabao4bao4 -you4bao4bao4a$Q:NQP -en4en4en

4diu1hua1hua -enzhei4hua1huar1zen3mehui2shir4a$Q:QW -en

2$Q:PRMPT -zhei4hua1huar1shi4zen2mehui2shir4a$Q:QW -en

2$Q:PRMPT -zhei4hua1huarshi4zen3mehui2shir4a$Q:QW -en3$Q:PRMPT -ma

1ma4hn4$VOC -ma

1ma1ma1$VOC -chi1bu4chi1le$Q:VNV -nasalbu

2chi1nabu4chi1ne -laughs -kuai4chi1 -nie

$INTERJ -gei3a1yi2chi1lea

-xing2ma$Q:QP:M -en4$INTERJ -a

2$Q:PRMPT -laugh -en

$INTERJ -ni3chi1ba -a1yi2dou1gei3chi1le -en

1$INTERJ -laughs; r pretends to eat and chew -kuai4chi2kuai4jiao2 -en

4$UNINT -kan4shei

2chi1dekuai4$Q:QW -xing2ma$Q:QP:M -hao3chi1ma$Q:QP:M -ni3shuo1zhen

1xiang1xiang1 -shi4mazhen1xiang1xiang1$Q:QP:M -zhen

1xiang1xiang1laugh -INVlaugh; bb pretending to chew -laugh -hao3chi1ma$Q:QP:M -xiang1bu4xiang1$Q:VNV -huo1huo1hua1+hua1diao4ne -a2$Q:PRMPT -hua1hua1ne$Q:QP:N -hua1huarang4ni3gei3chai1le -chai1huai4le -hua1hua1ne$Q:QP:N -m smacks her lips twice, pretending to eat. -em$INTERJ -dza1dza1dza1tza1tza

$INTERJ -dou1dang4cheng2yi2gesuan4ni3suan4yi2geni3kan4ni3kan4ni3kan4 -zher4ne -en

$INTERJ -fussen

3$UNINT -zen3mele$Q:QW -hua1hua1ne$Q:QP:N -nn1$INTERJ -hua1 -en

2$INTERJ -fussen

2$INTERJ -you4$INTERJ -zen3mele$Q:QW -a4enh4$UNINT -bu2rang4ni3chi1le -hhhlaugh$INTERJ -ei1you4a1a1yi2a1yi2you4cang2qi3lai2le -chen4a1yi2cang2qi3lai2zan2mengan3jin3chi1 -ei

1$INTERJ -hao3 -a1yi2cang2qi3lai2le -emm

$INTERJ -shi4mam cutting bb's food in bowl$Q:QP:M -a1yi2shi4bu2shi4cang2qi3lai2le$Q:VNV -a1yi2cang2qi3lai2ne4 -a4cang2qi3lai2bacang2nei4hou4touqu4le -zhao3buzhao2leshi4ba$Q:NQP:T -emn

$INTERJ -a4a1yi2cang2qi3lai2le -zhao3bu4zhao2le -en

$INTERJ -ei2$Q:PRMPT -en4$INTERJ -a2$Q:PRMPT -ma1mabao4bao4 -you4$INTERJ -wei

2talking into m's mike$INTERJ -wei

2$INTERJ -wei2$INTERJ -da3dian4hua4 -qu4 -en$INTERJ -en

3$UNINT -shei2ya$Q:QW -smacking her lips -you1you1you3sheng1yin1 -en

4$INTERJ -ma1magei3bie2shang4huar1huar1m puts her microphone back on -en2$INTERJ -kan4ma1mabie2huar1huar -bie2huar1huar -you4a1yi2you

4cang2qi3lai2le -kuai4chi1 -kuai4chi1 -shi4a1yi2you4cang2qi3lai2le$Q:INT -enenm

4$INTERJ -dui4ba$Q:NQP -hahahei4hei4hei

4$UNINT -imitateshei4hei4hei

4$UNINT -you4cang2qi3lai2le -laughing -dui4bu2dui4$Q:VNV -hmhm$INTERJ -laughs -kuai4chi1kuai4chi1 -ao

1hmm1yumm$INTERJ -you4cang2qi3lai2le -yi4huir3 -enn

$INTERJ -en

laughs; m coughs while cutting bb's food$INTERJ -hm4hmm1hmhmm$UNINT -youa1yi2you4cang2qi3lai2le -a

4$INTERJ -zhen

1hao3 -shi4bu2shi4a$Q:VNV -xiao3ya

1ya -en4$INTERJ -ei

2ni3you4rang4wo3bao4zhe -ni3kan4ni3kan4a1yi2yi4huir3you4cang2qi3lai2le -smile/laughsen$INTERJ -eh4r goes into dr so that bb stops staring at her$INTERJ -a1yi2zou3le -a

1yi2ne$Q:QP:N -zou

3le

-a1yi

2sheng1qi4lelaughs -you4cang2nei4hou4touleyou4cang2qi3lai2leshi4ba$Q:NQP:T -kuai4chi1ba -ei

4kuai4chi1leou

4 -xiao3zhu1zhu1la

-ei1youxiao3zhu1zhu1le -xiao3zhu1zhu1lekuai4chi1kuai4chi1 -ei1youxiao3zhu1zhu1kuai4chi1 -ei

1you

zhei4xiao3zhu1zhu

1a -laughs with her mouth full of food -kuai4chi1ba -enn

$INTERJ -hhkuai4chi1 -kuai4chi1xiao3zhu1zhu1 -xiao3zhu

1zhu

1kuai4dianr

3chi1 -wo3kan4xiang4xiao3zhu1zhu1ma$Q:QP:M -en4zhen1xiang4kuai4chi1ba -ei1you1ei1you4ei1you4$INTERJ -laughing -kuai4chi1kuai4chi1 -laughing -kuai4chi1ba -hhh

$INTERJ -en

1nen4en4hnn4$UNINT -ei

4$INTERJ -sheng1qi4le -en

3sheng1qi4le -gruntingen4enh4en1enh4$UNINT -teng

2necrying -teng

2le$Q:INT -huo1gai1laughs -zher4ne$UNINT -ao1shei2rang4ni3qia1ma1made$Q:QW -ei1ya

a1yi2you4cang2cang2le

-kuai4dianr3chi1ba

-au

4$INTERJ -laughs -laughs -hhh$INTERJ -laughs -cough -a1yi2you

4cang2cang2le

-ei

2$INTERJ -ei

2laughs$INTERJ -you4cang2cang2le -kuai4dianr3chi1ba -a4$INTERJ -xing2ma$Q:QP:M -zhen1chou4 -zhen

1chou4 -ni3wen

2 -hhsniffing??$INTERJ -hmhmhmm$INTERJ -kuai4chi1laughs -kuai4chi1a -kuai4dianr3 -en

$INTERJ -you4a1yi2chi1le -gradually softerkuai4kuai4kuai4kuai4kuai4kuai4 -whispera4a4a4$INTERJ -kuai4chi1yani3 -yan4jin4qu4 -en

laughs$INTERJ -laughing softly -kuai4dianr3kuai4dianr3kuai4 -en

2$INTERJ -hen

1$INTERJ -laughs -laughs -a1yi2zhao4xiang4ni3shuo1a -lu4xiang4ji

1 -nei4jiao4shen2meya$Q:QW -en

2$Q:PRMPT -nei4jiao4shen2meya$Q:QW -na2na2niang4ji

1 -ou

2$INTERJ -ou

4$INTERJ -oukuai4chi1ba -na2na4lu4xiang4ji1 -ou$INTERJ -laugh -ei2ei4$INTERJ -MOTinaud about mic wire and bb's foot$UNINT -zher4teng

2ne -zher4teng2la4$Q:NQP -zai4chi1yi4kou3 -a

4$INTERJ -enehkahkahchoking/spitting??$UNINT -kuai4yan4jin4qu4a -soft, fastei1you4you1you1you1$INTERJ -chi1fan4lao3fei4jin4 -en

$INTERJ -hang1$Q:PRMPT -laughs -laughs -yi4chi1fan4jiu4fei4jin4 -en$INTERJ -wo3zai4gei3ni3na2dianr2qu4ang4m walks into kitchen; m scoops more wontons into bb's bowl -en4en4$INTERJ -en$INTERJ -bing1bingabu2yao4wanr2qiu2a -au1oo4auwoo4auwoo4zhei4yang4chi1 -kuai4chi1 -chi1wan2zai4gei3 -shi3jinr4chi1laughs -kuai4chi

1be -ouzai4jian4na4$INTERJ -ouzai4jian4zai4jian4m and bb both laugh$INTERJ -enenh$UNINT -kuai4chi1ba -en$INTERJ -enma1mama1mazai4jian4 -a1ma1ma1zai4jian4 -zai4jian4zai4jian4$INTERJ -en

$INTERJ -laugh -ma1mazai4jian4 -azai4jian4zai4jian4$INTERJ -enen$INTERJ -enzai4jian4a$INTERJ -en4$INTERJ -enhuang4zheng4fang4 zher4 -a2$Q:PRMPT -fuang4fang4zhe4li3 -fang4zhe4li3bazhei4gefang4nei4li3 -ba3shao2shi4ma$Q:QP:M -zai4jian4$INTERJ -azai4jian4zai4jian4zai4jian4$INTERJ -waoen4zai4jian4$INTERJ -ei

4zai4jian4zai4jian4zai4jian4$INTERJ -nenma1mazai4jian4 -azai4jian4zai4jian4$INTERJ -dong1zai4jian4$INTERJ -a2$Q:PRMPT -ba4bazai4jian4 -gen1ba4bazai4jian4a$Q:NQP -zai4jian4zai4jian4zai4jian4laughs$INTERJ -hahaen

$INTERJ -en$INTERJ -en$INTERJ -imitating bb's laughha4ha

1$INTERJ -shu3yi4shu3 -hao3haochi1ba -enma1machi1dianr3 -a2$Q:PRMPT -a4bu2yao4zhei4ge -bu2dong4a -zhei4na2xia4lai2 -INVzhei4na2xia4lai2en -INVfang4nar3$Q:QW -INVfang4nar4 -INVfang4nar4bajiu4 -en4squeaking of stroller$INTERJ -en

2bb bouncing in stroller$Q:PRMPT -en4 -en4en4 -en4 -en4zhei4yang4en4 -xiang4zhei4yang4 -zhei4yang

4 -en4en4en4 -wang3hou4yi4dianr3 -enenenen$UNINT -jiao3a

-jia

1xiao3bi

2zilou

4 -en4en

2 -ni3na2 -jia1xiao3bi2bi2 -jia1xiao3bi2bi2 -laugh -imitatingha4ha1$INTERJ -laughing -kuai4chi1a -en

1na2na2na2na2na

2 -kuai4chi1kuai4chi1zui3li3ye3kuai4yan4de -nananapa

1ha

$UNINT -hnma1ma1napa

pa4 -ma1mama1mama1mapa

-ma1mapa

-ma1mapa

-shen2meya$Q:QW -ma1mapa

h -shen2meya$Q:QW -ma1mapa

-en2$Q:PRMPT -ma1mapa4$Q:INT -xiao3qiu2qiu2 -xiao3qiu2qiu

2 -yi$UNINT -hmn

2$INTERJ -en1ma1magei3 -enendu4ziteng2teng2 -dudei$UNINT -en

$INTERJ -eiyou$INTERJ -laughs softly -gei3ma1mama$Q:QP:M -xing2gei3ma1maa4$Q:NQP -zhen1guai1 -zhei4ge -zhei4ye3gei3a$Q:NQP -hao3baei1you4microphone falls off -zhei4ge -en1$Q:PRMPT -ei2$INTERJ -fussingen

$UNINT -ni3kan4kan4 -ei

1nong4bu2shang4leba -ei2$INTERJ -a

4$INTERJ -qiu2qiu2 -en$INTERJ -qiu2qiu2 -en4$INTERJ -qiu2qiu2a4 -enan1shang4ba -ei

2$INTERJ -an1shang4 -ei2jin1tian

1$INTERJ -ei1youyoujin1tian1lao3tou2ba1shi2ba1m and bb play a rhyming game while; putting something on their fingers$INTERJ -jin1tian1lao3tou2bu2zai4jia1$INTERJ -em4$INTERJ -ni3nong4yi2ge -en1$INTERJ -bing1bingne$Q:QP:N -en4en4$INTERJ -bing1bingne$Q:QP:N -en$INTERJ -zen3mekan4$Q:QW -ma1mazhei4shou4zhi3tou2tai4cu

1 -jin1tian1lao3tou2ba

1shi1ba

1$INTERJ -xiao3mao

4mao4 -en$INTERJ -ei

2$INTERJ -ei

2$INTERJ -enyou4jia1le -kan4kan4 -an1shang4zhuang1hao3 -hnn

$INTERJ -you4diao4ne -laughs -en2nn4you4diao4nelaughs -ei

2$INTERJ -zhan4xian4ya$Q:NQP -laughs -nar3qu4le$Q:QW -lai2 -en

$INTERJ -en

4$INTERJ -nai3naim feeding bb$VOC -en4youyouen

$INTERJ -en

$INTERJ -you4diao4le -en4en$INTERJ -enma1maya$VOC -en2$Q:PRMPT -jia1zher4 -fussen3$UNINT -en

jia1zhei4bu4xing2 -zhei4bu4xing2yagai4 -enenenhlaughs$UNINT -imitateshaha

zhen1bang

4bing1bing -en$INTERJ -en

2zhei4bu4xing2 -en2$Q:PRMPT -enma1mazhei4bianr1ne -juan4juan4xxchi1ne$UNINT -niao4 -niao4hao -zen3mele$Q:QW -niao4ne -zhei4chi1bu4chi1$Q:VNV -yao4pao3ne -yao4pao3yao4kun2gun3 -en$Q:PRMPT -nia4nia4pang4kun2$UNINT -hahachi1bu4chi1a$Q:VNV -mock angerhnn2$Q:PRMPT -chi1bu4chi

1$Q:VNV -nia4$UNINT -nia4pang4kun

2$UNINT -en2$INTERJ -nia4gang1bang3kun2$UNINT -shen

2meya$Q:QW -nia4bang3gang1kun1$UNINT -bu4chi1le -shi4ma$Q:QP:M -shi

4 -zai4chi1yi4kou3 -en4mei

2bu4chi1kou3 -bao3bao3lema$Q:QP:M -en4bao3le -nar3bao3le$Q:QW -nar4bao3le$Q:NQP -zher4bao3le -zhe4bu2shi4 -na4nar3a$Q:QW -en

xiao3du4du4bao3lea$Q:NQP -ou

4$INTERJ -ou

1$INTERJ -zai4chi1yi4kou3 -a

bu2yao4bu

4 -zai4chi1yi4kou3 -bu2yao4bu2yao4 -bu2yao4chi1 -bu2yao4wo3qu4wai

4wai4 -qu4wai

4wai4$Q:INT -en4$INTERJ -bu2qu4wai4wai4bu4xing2a -xing2a -chi1a -bu2qu4wai

4wai4 -na4shi4na4gan4ma2ya$Q:QW -chi1fan4$Q:INT -wa4wabu4chi

1fan4 -na4gan4shen2meya$Q:QW -en4en4$INTERJ -lai2 -na4gan

4shen2mene$Q:QW -ang

2$Q:PRMPT -na4bu4hui2jia1chi1fan

4 -bu4hui2jia1bu4ye3bu4chi1fan4note placement of bu4 and ye3 error -ou

4bu4hui2jia1ye3bu4chi1fan4 -na4gan4shen2meya$Q:QW -bu4hui2qu4bu4chi1fan4 -ei4$INTERJ -bu4chi1mian4 -a2 -bu4chi1fan4bu4chi1mian4 -chi1shen2meya$Q:QW -bu2qu4wai4 -bu2qu4wai4 -bu2qu4wai

4 -a

2a$INTERJ -bu2qu4hong

3hong2+deng1 -a2$Q:PRMPT -deng

1 -bu2qu4hong2deng1 -ao

1bu2qu4kan4hong2deng1qu4ya$Q:NQP -bu2qu4kan4hong2deng1 -bu2qu4kan4hong2deng1a$Q:NQP -kan4hong

2deng1 -oukan4hong2deng1a -zai4chi1yi4kou3ma$Q:QP:M -fussingai2bleh

spitting??$UNINT -hmnhao3hao3hao3bu4chi1lebu4chi1le -xing2lexing2lexing2xing2xing2xing2xing2xing2le -bu4chi1jiu4suan4le -fussen3$UNINT -en1m walks out into kitchen, bb vocalizing to herself in lr$INTERJ -xxxxbu4chi1fan4 -bu4chi1fan4bu4hui2jia1yawalks into kitchen where m is -xxxx$UNINT -bu4hui2jia1ne -bu4hui2jia1bu4chi1fan4 -mei$UNINT -shi4yi2geye3hai2zishi4ma$Q:QP:T -ye3hai

2zibu4hui2jia -en

$INTERJ -en

4$INTERJ -bu4hui2jia1ye3bu4chi1fan4 -ta1bu4hui2jia1bu4chi1fan4 -shi4yi2gexiao3ye3hai2zi -ye

3hai

2zi -ye3hai2zi -ye3hai2zida

-ye3hai2zidema1ma -ma1ma

m rinsing bowls with water$VOC -from lrma1ma

$VOC -ma1ma$VOC -ma1mahao

3m walks back into lr -ma1ma

$VOC -ei4$INTERJ -ma1mabowo3yao4ni3jian3tao3 -a2$Q:PRMPT -yao4ma1majian3tao3??? -dai4shang4 -ba3ba3zhei4gehua4tong3demao4maogei3dai4shang4 -enbu2yao4bu2yao4 -en

2$Q:PRMPT -bu2huan4dong3hua4+tong3yao4bu2yao4word order error -na4qi3lai2xing2ma$Q:QP:T -bu4qi3lai

2 -bu4qi3lai2le

-qi3lai2ba -qi3lai

3lai2 -chuan1xie2 -en4$INTERJ -yi2$INTERJ -jiao3jiao3jiao3 -en2$Q:PRMPT -INVa1yi

2$VOC -a1yi2laughs -INVa1yi

2jiao3a1yi2jiao3jiao

3 -ei

2$Q:PRMPT -INVlaughs -xie3xie3xie2+xie2 -xie2xie

2final rise -xie2xie

2final rise perfect imitation -xie3xie

3 -xie3xie3 -xie3xie3 -xie3xie

3 -xie3xie

3 -bao4zhe -bao4hao3lea

4lifting bb out of stroller -ei4qi3lai2lou

4hao3 -qi3lai2lou

4 -ei$INTERJ -chuan1shang4bei1bei1shang4ma$Q:QP:M -bei1shang4xiao3shu1bao1shang4xue2qu4lou

4 -xing2ma$Q:QP:M -MOTrao4yi4shen1dei3gei3ta1rao4yi4shen1 -MOTei4$INTERJ -INVei4$INTERJ -INVrao4rao4dao4nar3$Q:QW -MOTzhei4ye3ke3yi -INVlaughrao4rao4zhei4gexiao3tou2a$Q:NQP -MOTbang1ta1qi3lai2zhei4yang4 -INVrao4 -lai2guo4lai2xing2le -ei1ye2ye1ye1ye1$INTERJ -enyou4diao4ne -en$INTERJ -en$INTERJ -hao

3le -xing2le -zou

3bam pushes stroller to the side -en1ma1mana

2 -na2shen2me$Q:QW -ma1ma1na

2 -na2shen2me$Q:QW -dou1mao1ma1ma1na2qiu

2 -na2qiu

2$Q:INT -xiao3qiu2qiu

2 -eibing1bingguo4lai2 -ou4$INTERJ -cha4yi4dianr3 -ei

zhen1guai1m rinsing sth again; laughing -bei1ni3deshu1bao1qu4shang4xue

2qu4le -en$INTERJ -bing1Bingbei1zheshu1bao1qu4shang4xue2 -en

2$INTERJ -en

1$INTERJ -yi4er3yi4special distortion -yi4er3yi4 -yi4er3yi4 -bei1zheshu1bao1qu4shang4xue2a -slowlao3shishuo1ta1nian2ji4xiao

3ta1ku1zhenao4zhewang3wai4pao

3$INTERJ -shi4ba$Q:NQP -gan4ma2yayou4pao3zher4lai2gan4ma2ya$Q:QW -chi1bao3lema$Q:QP:M -lai2lai2shang4zher4bb is standing beside the shoerack at the doorway and m is trying to get her to come into the lr -shang4zhei4wu1lai2ba -ni3bie2lao3pao3xie

2nar4qu4 -INVta1lao3xiang3chuan1da4xie2laughs -en$INTERJ -qu4 -gei3ni3zhei4mao4maodai4shang4bamicrophone "ball" -hao3le -zhei4ne -ei

4$INTERJ -xiao3xiong2xiong

2 -zhei4shen2me$Q:QW -INVta1wen4zhei4ne -xiao3xiong2xiong

2 -youyouyou$INTERJ -xing2le -en$INTERJ -en$INTERJ -zhei4ne$Q:QP:N -zhei4ni3wang3shang4yi4tai

2ta1jiu4hui2qu4le -ni3qiao2 -zhei4yang4m flips jump-rope bear -hui2qu4leba

-ei1youbeng4ne -beng4beng4tiao4tiao4zhen1ke3ai4$INTERJ -xiao3bai2tu

4bai2you4bai2$INTERJ -enen$INTERJ -en

$INTERJ -bai2qiang3ne$UNINT -INVzhei4ne -ei

4$INTERJ -INVzhei4ne -ei

4$INTERJ -INVen1huai4le -huai4lema$Q:QP:M -en$INTERJ -OCmao4maohuai4le -OCshi4ba$Q:NQP -wo3kan4kan4xiao3mao

4huai4le -ni3kan4kan4shen2meya4$Q:QW -ni3kan4shen2mene

4$Q:QW -ei1singsongmai3dian4chi2you

-mai3dian4chi2you

mai3dian4chi2you -mai3dian4chi2qu4a$Q:NQP -mei2qian2ya -mai3dian4chi2you -mai3mai3dian4chi2you -mai3dian4chi2you -mai3dian4chi2you -en

enen

$INTERJ -laughs -tiao4you4tiao4$INTERJ -niao3you4niao3???banging sound -beng4beng4 -shuo1yi2gexiao3bai2tu4bai2you4bai2 -bai2you4tou2tou2$INTERJ -bai2you4beng4beng4tiao4$INTERJ -zhen1ke3ai4$INTERJ -beng4beng4$INTERJ -laughs -stepping/dancing -you

1$INTERJ -da

4 -a

beng4beng4tiao4tiao4zhen1ke3ai4interpreting bb's actions ??$INTERJ -xiao3bai2tu4bai2you4bai

2$INTERJ -niao4niao4ma$Q:QP:M -ma1maba3ba3ni3qu4ba -you4$INTERJ -ei1ya$INTERJ -ao$INTERJ -aoqu4a -en$INTERJ -en$INTERJ -bu2yao4le -enniao1niao4 -na4wo3ba3ba3niao4niao4qu4xing2ma$Q:QP:T -babaipaipaipai

$UNINT -ba3niao4ma$Q:QP:M -niao4niao4ma$Q:QP:M -you4diao4neemmbb peeing on floor -ni3kan4 -ni3kan4kan4kan4 -ni3kan4 -zou3bazou3ba -kuai4qi3lai2zhen1tao3yan4 -a

2$Q:PRMPT -zhen1shi4tao3yan4laughs -eifang4wai4tou2qu4le -qieqieqie -ei

2$Q:PRMPT -pretend growlhmmhmeh$INTERJ -hahahenhen$UNINT -imitatehen1hen1xia4qieqie -en3$UNINT -en$INTERJ -biechu1qu4ya -hahaen

yi

4$INTERJ -yi

4m mopping up puddle$INTERJ -en4$INTERJ -en

$INTERJ -ni3shi4bu2shi4xiao3tao3yan4$Q:VNV -xiao2xiao3 ?? -ni3ni3ni3zai4wu1li3deng3zhe -disagreeingen

$INTERJ -qiqu4qu4qu4 -kan4ya -a2$Q:PRMPT -you4you4you4you4you4$INTERJ -hahaa$INTERJ -laugh/squealing$UNINT -qiqu4qu4qu4 -a

mo4wai4qu4 -en4$INTERJ -wai4tou2re4 -eiya4bb trying to go out onto balcony where m is putting the mop$INTERJ -wo3kan4ya4ya4 -re4lema$Q:QP:M -re4lene -a4nar3re4lebottle-collector calling$Q:QW -you

4jiao4neabout collector -ou$INTERJ -kuai4na2lai2response to calling -jia1le$Q:INT -kuai4 -wo3na2 -en$INTERJ -en

$INTERJ -wo3na2qu4end of visit diff --git a/compling.core/data/Learning/Chinese Data/transcripts/lxb2.xml b/compling.core/data/Learning/Chinese Data/transcripts/lxb2.xml deleted file mode 100644 index 43df4d9..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/lxb2.xml +++ /dev/null @@ -1,931 +0,0 @@ - - - - - - - - - - - - - - -xxxxxx -en -MOTzou3 -FAzou3 -zou3 -FAzan2shang4nar3qu4a -MOTba3che1suo3zai4zher4 -MOTxxxx -FAsuo3bianr1shang4 -FAfang4nei4bianr1shang4ba -FAbie2fang4lu4zhong1jian1 -FAzhe4lu4zhai3 -FA -FAzhe4shi4xxxxxxxx -zou3bing1bing1 - -laugh -MOTaini3hao3 -MOTeini3hao3zuo4bu2zuo4la -OFFa -MOTchi1guo4wan3fan4le -OFFchi1guo4le -OFF -bing1bing

1 -a1yi2lai2le -jiao4lemei2you3 -jiao4a1yi2lemei2you3 -xxxx -jiao4lemei2you3a -laugh -MOTxxxxxxxxxxxx -OFFhelaugh -zou3ba -jiu3zou3ba -FAdeng1shang4hai2shang4dong1mian4nei4bianr1qu4ba -MOTxing2a -MOT -FAshi3jingr4 -MOTen -FAshi3jingr4 -FAxxxxxx -MOTbu4cheng2xxxxxxxx -cough -laugh -INVwo3men

jing1chang2shang4nei4bianr1nei4kuair4qu4zhuan4qu4laugh -MOTjiu4wo3nei4tian1peng4dao4ni3mendenar4 -INVaoao

-INVzou3hai1zixia1xie3 -INVxiao3xin1yi4dianr3zhei4bianr1 -INVen -INV -FAaiyoyi4huir3bie2yao4xia4yu3le -FAyi4huir3wo3gang1ting1da3lei2le -MOTxxxx -bing1bing1 - -ba4baxxzen3mele -en - -zou3lou

- -enshi4shui3 -en

-you3shui3 -shi4you3shui

3 -you3shui3 -cai3ma - -aiyoaiyoaiyoaiyo - -ba -MOTxxxx -FAxxxx -FA -ni3shuo1yi2gexiao3bai2tu4babing1bing1 -cough -bing1bing1 -ni3shuo1yi2gexiao3bai2tu4 -kuai4dianr3 -bing1bing1shuo1yi2gexiao3bai2tu4 -shuo1ya -shuo1xiao3bai2tu4bai2you4bai2 -kuai4dianr3a -bing1bing1a -xxxxxxxx -cough -OFFxxxxxxxx -OMMxxxxxxxxxxxxxx -MOTyi4huir3zai4yi4huir3hui2lai2ge1yi2liang4che1 -FAyou3che1 -MOTxxxxxxxx -you3che1zou3ma -jiu3zou3 -a

-jiu3zou3 -hai2zou3 -zhuang4lezen3meban4ne -zhuang4le -en -xiang2zen3mebai2ban4 -enzen3meban4ne -zhuang4lezen3meban4ne -en

- -zhuang4lezen3meban4ne - -cough -xxxxxxxxxxxx - -MOTdao4li3da4xxxxxxxxxx -FAshang4nar4qu4a -FAhao3ba -FAxxxx -FA -FAen

-FA -you3che1 -you3che1 - -laugh - -ma1ma -a -ahai2zhen1shi4 -zhei4gou3gou

3 -mo1qu4baxx -xiao3gou3gou

3 - -xiao3gou3gou3 -xiao3gou3gou3 - -shen2meya -xxxx -xiao3gou3gou3 -xiao3gou3gou3pa4ma -pa4 -mo1ma -ei - -che1 -a -che1che1 -che1che1 -xxxx -eche1che1 -wo3bao4ni3shang4qu4ba -xing2ma -en -che1che1 - -en -zhei4shi4shen2medeng1a -a -hon2deng1a -hong2eng1deng1 -hong2deng1zhi3zhi3 - -a - -hong2deng

1 -zhei4shen2medeng1lebing1bing1 -bing1bing1zhei4shen2medeng1le -xxxx -a -xxxx -zhei4shen2medeng1le -en -zhei4shen2meshar3deya -en -a -lu4deng1le -wang4le -xxxx -lu4deng1 -u4lu4deng1ye -aozhei4geda4che1che1 -MOTnei4bianr1fang4yin1yue4le -FAlaugh -MOTzou3ba -FAbu4zhi1dao4mei2ting1jian4ne -FA -FAmusic -FAyou3 -FAmusic -tiao4wu3qu4babing1bing1 -music -lai2yabing1bing1 -music -tiao4ba -music -xxxxxx -music -guo4lai2 -xian4zai4tiao4wu3qu4ba -music -lai2ba -mudic -xxxxxx -music -ni3bing1bing1tiao4 -music -xxxxxx -xxxx -music -ma1matiao4 -music -music -bing1bing1tiao4wu3hao3ma -music -a -music -music -bing1bing1gen1shei2tiao4 -music -xxxxxx -music -xxxxxxxxxxxx -music -music -tiao4zai4wo3bianr1shang4 -tiao4wu3awang4le -music -music -zai4zher4tiao4 -music -zan2bu2rang4bu2rang4ba4bakan4 -music -zai4zher4tiao4 -music -rang4ba4bakan4ma -music -rang4rang4ba4bakan4 -music -music -da4qi4qiu2 -music -a -music -xx -music -aoda4qi4qiu2 -music -music -ma1maxiao4tiao4ma1maxiao4tiao4 -music -ai -music -music -zhu1 -music -music -laugh -music -kuai4pao3 -music -eihei -music -laugh -music -MOTni3zen3megao3de -MOTmusic -FAlaugh -FAmusic -bing1bing1tiao4a -music -music -bing1bing1zhei4zen3metiao4de -zhei4yang4 -music -laugh -music -music -eikuai4tiao4 -music -bu2shi4bu2kan4nei4a1yi2 -music -music -a -music -yao4niao4niao

4 -music -laugh -music -music -zhen1hao3kan4bing1bing1tiao4de -music -music -bing1bing1ni3kan4zhei4shi4shen2meya -music -music -wo3hai2yi3wei2shi4qiu1yin3ne -music -bu4cai3 -music -ma1mabu4cai3 -music -music -ma1maqie3cai3 -music -ma1ma1qie3cai3 -music -ma1maqie3cai3 -music -music -akan4kan4kan4kan4 -music -kan4kan4shen2meya -music -kan4kan4shen2meya -music -kai1kai1kan4+kan4hong2deng1 -music -akan4kan4hong2deng1 -music -ao

-music -mei2da4fa1dedeng1hao -music -zhen1hao3kan4 -music -music -ma1ma -xxxxxxxx - -ma1ma

- -aibie2wo3gen1ni3tiao4ao -a -OCxxxxxxxxxxxxxx -OCxxxxxx -OCmusic -xing2jiu3zou3ba -music -aikan4kan4 -music -aizhei4gexxting3hao3 -music -music -ba4ba

-music -ba4ba

gu4nai

2guo4+lai2 - -shen2me - -music -FAainei4li3you3yi2gexiao3dedin1shu1qi4 -FAmusic -FAgen1zhi3jia3dao1cha4bu4duo1da4xiao3 -FAmusic -FAxiao3xiao3dedin1shu1qi4gen1zhi3jia3dao1cha4bu4duo1da4xiao3 -FAmusic -MOTzan2zou3mai3yi2gequ4 -MOTmusic -FAzan2menmai3yi2ge -FAmusic -zai4zher4wanr2ba -music -xxxxxxxxxxxx -music -kan4zhei4ge -music -zhei4shi4ge1gedeqi4che1ya -music -xxxx -music -xxxx -ge1geqi4che1ya -music -ni3qi2ma -music -xxxxxxen

-music -music -qi2che1 -INVlu4duo2chang2shi2jian1a -INVmusic -INVlu4duo2chang2shi2jian1ya -INVmusic -INVyi2gexiao3shi2na -INVmusic -INVmusic -ni3zhao3a1yi2a -music -xx -a1yi2zou3le -music -a1yi2zou3le -music -a1yi2zou3le -music -xxxxxx -hao3ma -music -zan2tiao4wu3hao3ma -music -ni3gei3ma1mashuo1yi2gexiao3bai2tu4bai2you4bai2ba -music -bing1bing1gei3ma1mashuo1yi2gexiao3bai2tu4bai2you4bai2 -music -shuo1yi2ge -music -shuo1ya -music -kuai4dianr3 -music -MOTjiu4zai4zher4wanr2ba -MOTmusic -sa1kai1shou3zi4ji3pao3pao3hao3ma -music -FAbie2pao3 -FAmusic -FAmusic -zen3mepao3hui2lai2le -music -music -xxx -wan2leao -wan2ne -wan2le -ren2hai2dei3chang4ne -xxxxxxxx -xxxxxxxx -hai2chang4ne -xxxxxxxxxxxx -yi4huir3jiu4chang4le -OCxxxxxxxxxx -dui4ma -xxxxxx -bing1bing1chang4yi2ge -bing1bing1shuo1yi2gexiao3bai2tu4bai2you4bai2 -en -xiao3bai2tu4bai2you4bai2a -zen3mele -xxxxxxxxxxxx -xxxxxxxxxx -kan4zhei4ge1gequ4 -ni3zai4gan4ma2ne -xxxxxxxxxx -xxxxxxxx -a -xxxxxx -kan4shen2mene - -ayaaya -xxxxxxxxxx -hao3wanr2ma -hao4wa2hao3+wanr2 - -bing1bing1xiang3yao4ge4che1ma -xiang3ya4yao4che1 -ni3hui4qi2ma -hui4qi2 -zen3meqi2deya -en - -ni3fa1xian4shei2mele -zen3meqi2che1de - -ni3qu4ba -zhao3xiao3peng2you3qu4wanr2qu4ba - -bie2zou3shui3 -guo4lai2guo4lai2 -you3shui3bing1bing1 -heiyouxxxxxxxxxxlaugh - -ni3mei2kan4dao4you3shui3 -ni3zen3mehai2zou3a -xxxxxxxxxxxx -xxxxxxxx -den1den1den1den1den1den

1 -xxxxxxxx -xxxxxxxx -laugh -en

hao3wanr2ma -hao3wanr2 -xiao3jie3jiegan4ma2ne -a -xiao3jie3jiegan4ma2ne -xxxx -qi2che1neshi4me -xxxxxxxxxxxx -ni3ye3qu4qi2qu4a -zou3qi2qu4 -xxxxxxxxxxxx -xxxxxxxx - -ei - -zhe4wo3le -zhe4wo3le -dai1huir3dai1huir3de -OCenzhe4wo3le -xxxxxx -na4yi4jia1nong4yi2gehao3ma -OChao3ya -OCda1da1xxxxxx -laugh -OCxxxxxxxx -OCxxxx -OChai

-OCya -OC -laugh -yi

-ei

-xxxx -wo3de -xxxxxx -xxxxxxxxxx -laugh -enzuo4san1gea -xxxxxxxx -OClaugh -xxxxxxkuai4yao4ya1huai4le -xxxxxxxxxxxx -OFFxxxxxxxx -OFF -enen -you3shui3 -wo3yao4yi4zhi2tui1 -bu4guan3zen3mezhaowo3dei3yi4zhi2tui1 -xxxxxxxxxx -aiya

laugh -mo1pi4gu -laugh -aiyozhei4gou4hen3deya -xxxxxxxxxxxxxx -xxxxxxxx -qu4zi4ji3zhuiqu4ba - -zhuiqu4 - -laugh - -FAzou3zan2shang4nei4bianr1qu4ba -FAshang4nei4bianr1qu4 -FAa -FAbu2zai4zher4la -MOTxing2a -MOTwang3nei4bianr1zou3zou3ye3xing2 -MOT -eibing1bing

1 -music -the 2. side of tape -zhei4jiao4tui1 -en -nar3qu4le -music -bie2ni3bie2zhuang4zhe -music -laugh -laugh -xxxxxxxx -xxxxxxxxxx -music -zou3 -music -music -MOTkan4shen2meya -MOTmusic -FAkan4nei4gexiao3hair2zai4nar4ye3bei1zhei4ge -FAmusic -FAta1ye3bei1yi2geta1ye3bei1yi2gelaugh -FAmusic -FA -bing1bing1ta1shuo1deshen2meya -music -bu2shi4zhei4ge1chang4deshi4shen2meya -music -music -ma1ma1matiao4ba -music -bing1bing1tiao4ba -music -bing1bing1tiao4bu4xx -music -a -music -ma1matiao4ba -music -a -music -ma1matiao4ba -music -bing1bing1tiao4ba -music -music -a -music -gan4ma2qu4a -music -xxxxxxxxxxxx -music -music -xxxxshang4nei4bianr1qu4ba -music -music -deng

4 -music -music -enhen -music - -he1shui3mabing1bing1 -a -he1bu4he1shui3 -yi -a -xxxx -he1shui3ma -he1shui

3 -he1shui3 -he1dianr3shui3ba -FAgei3ren2he1dianr3shui3 -bu4gei3ma -FAhe1 -bu4gei3 -rang4da4ren2he1 -FAaiyobu4bu4 -FAxxxxhe1 -en -bao4zhehe1hao3ma -he1shui3ma -anao -he1ma -he1 -a -he1bu4he1a -he1 -FAhe1 -he1 - -xxxx -hao3he1ba - -zi4ji3bao4zhe - -cough - -en -zi4ji3na2zhe - -aiyoma1malei4le -ni3zi4ji3bao4zhe -zi4ji3bao4hao3leao -MOTxxxxxxxx -FAxxxxxxxxxxxx -FA -xxxx -bing1bing1shuo1yi2gexiao3bai2tu4 -ni3shuo1ma -ni3shuo1yi2gexiao3hao4zishang4deng1tai2 -xiao3bai2tu4bai2you4bai2 -liang3zhi1er3duo1shu4qi3lai2 -en -ai4chi1luo2boai4chi1cai4 -beng4beng4tiao4tiao4zhen1ke3ai4 -dui4ma - -da4gao1lou2 -shi4ba -gao1you4gao1laugh -dui4bu2dui4 -xiao3gu1gu

1zhe4hao3bao3bao3 -en -enen -enhao3guai1guai1 - -xxxxxx -ba4bane -ba4bazai4hou4tou - -ba4bane -ba4bane - -zi4ji3bao4zhe -bao4zheao - -xxxxxxxx -OFFcheng2jian4san1gong1si1xia4lai2yao4gong1qu1de -MOTxxxxxxxxxx -MOT -deng3huir3zai4he1ba -xing2ma -hai2he1ma -aohai2you3nen4meduo1ne - -hai2he1bu4he1ya -hai2he2he1 -hai2he1ya -he1ba - -zi4ji3bao4zhe - -bao4zheya -tai2gao1dianr3 - -mei2he1zhao2 - -xia4lai2dai1huir3ba -xia4lai2zou3huir3ba -beng2he1le -en

-en -en

-xxxxxx -lai4zai4wo3shen1shang4le -en

-hai2he1ma -ehenencry -hai2he1a -en -ma1mawei4 -aoma1mawei4 -wo3zhei4yi4zhi1shou3bao4zheni3 -yi4zhi1shou3wei4tai4lei4le -laugh -xxxxxxxxxx - -wo3he

1laugh -zi4ji3bao4zhe - -xxxx -xxxxxx -zhei4yang4na2 - -ni4kan4jian4tian1shang4dexing1xing1lema -e -kan4jian4lema -aiyo -kan4jian4lema -ayou3xing1xing1ma -you3mei2you3a -you3 -you3a -you3ji3geya -shu3shu3 -en -shu3shu3you3ji3geya -zin1gesan1+ge -san1geyacai2 -zai4shu3shu3 -zin1gesan1+ge -hai2san1geya -ai

-zai4shu3shu3 -zin1san1 -yi

1er4san

1si4 -hai2you3shen2meya -wu3wu3liu4qi1ba1jiu3shi2 -xiao3bing1bing1 - -lai2shuo1yi2gexiao3bai2tu4bai2you4bai2ba -shuo1ma -en -shuo1bu4shuo1ya -xxxx -xiao3shuo1yi2gexiao3hao4ziao -xiao3hao4zi -shang4deng1tai2 -tou1you2chi1 -xia4bu4lai2 -zhir1zhir1jiao4nai3nai -nai3naibu4lai2 -laugh -dui4ma -a - -xia4lai2ba -zi4ji3zou3huir3xing2ma -en -en

-bu4zou3a -zou3bu4zou3 -en -zou -bu4zhou3zou3 -bu4zou3a -bu4jiang3 -na4zen3meban4ne -a -na4zen3meban4ne -ku1ya -a -na4zen3meban4ne -a -na4zen3meban4ne - -jiu3dei3ma1mabao4zhe -dui4ma - -FAwang3hui2zou3ba -MOTa -FAwang3hui2zou3ba -MOTna4xing2 -MOT -MOTzen3mele -FAhe1shui3ne -MOTmei2you3bi4yao4he1shui3 -MOT -hai2he1ma - -MOTxxxxxxxxxxxxxx -MOT -sing -bing1bing1zou3zhei4shang4hao3bu4hao3 - -hai2dei3deng3yi4huir3 - -yi4er3yi4 -yi4er3yi4 - -aiyodou1kuai4gen1ma1mayi4bianr1gao1le -bing1bing1zhan4zhei4shang4 -shi4ma -bi3bi3ge4 -gen1ma1mabi3bi3ge4 -dao4ma1manar3le -dao4zher4 -dao4zher4le -shi4bu2shi4a - -ge1xx -aiya - -xia4lai2zou3 - -nei4shi4cao3 -cai3ma -cei3cai3 -a -cei3cai3ba -cai3a -bu4cai3 - -bing1bing1ni3chang4xiao3xing1xing

1ni3hao3yasing -ni3jin1nian2ji3sui4lesing -ni3li2wo3menyou3duo2yuan3sing -ni3na4shang4mian4dou1you3sha2sing -ni3li2wo3menyou3duo2yuan3sing -ni3na4shang4mian4dou1you3sha2sing -dui4bu2dui4a -ni3hui4chang4ma -hui4bu2hui4chang4a -bu4shuo1hua4le -abing1bing1 -bing1bing1zen3mebu4shuo1hua4le - -eiyi

shang4lai2le -MOTxxxxxxxxxxxx -FAen -FA -sing - -zhei4shen2meche1yabing1bing1 - -bing1bing1a -bing1bing1 -wan2le -ni3kan4zhei4shen2meche1ya - -a -ni3shang4ma -shang4bu2shang4a -shang4shang4le -zou3ma1madai4ni3qu4 -xing2ma -zuo4da4qi4che1qu4 -xing2ma -xing2 -xx -a -en -xing2a -zou3 -youta1zen3mekai1pao3le -bing1bing1hai2mei2shang4nejiu4kai1pao3le -laugh -a -a -zen3mehui2shir4a -ta1zen3mebu4deng3zhebing1bing1a - -mei2deng3zhebing1bing1ne -wo3shuo1nei4da4qi4che1ya -zen3memei2deng3zhebing1binga -bing1bing1hai2mei2shang4che1ne -ta1jiu4ting2 -ta1jiu4kai1pao3le -dui4bu2dui4a - -en -he1beng3bao3le -he1bao3le -en -xiao3xxxxhe1bao3le -ao -na4bing1bing1hai2shang4ma -hai2shang4 -hai2shang4zen3meshang4a -ren2jia1kai1pao3le -da4qi4che1kai1pao3le -en -da4qi4che1kai1pao3lezen3meshang4a - -wo3shuo1da4qi4che1kai1pao3le -ni3zen3meshang4a -enzen3mele - -cough - -FAba4ba -FA -FAthe end of tape - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/lxb3.xml b/compling.core/data/Learning/Chinese Data/transcripts/lxb3.xml deleted file mode 100644 index ff2d76a..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/lxb3.xml +++ /dev/null @@ -1,1789 +0,0 @@ - - - - - - - - - - - - - - - -laugh -a1yi2zai4gan4ma2 -laugh -en

-xxxxxxxx -a1yi2zai4gan4ma2ya -laugh -ni3wen4a3yi1qu4a1+yi2+qu4ai -en -ni3wen4a1yi2zai4gan4ma2 -laugh -xxxxxx -lu4yin1 -laugh -xxxxxx -bao1 -zhei4bao1a -ai

-zhei4bao1wo3menbu2dong4hao3bu4hao3 -zhei4gene -zhei4shi4shen2meya -a1yi2yao4bei1bei1 -ni3bu2dong4 -chen2chen2 -zhei4gene -zhei

4 -da4jia4jie4qiong2 -aohao3le -jia1nia1 -enen -kou4 - -ennehen

-en -INVen -zhei4ni3wen4ba4bazhei4shi4shen2me -zhe1zhe4lai4jiao4shen2me -ni3shuo1ne -zhei4shi4shen2meya - -zhei4shi4biao3 -FAting1yi4ting1 -biao3 -ni3ting1ting1you3sheng1yin1ma -ting1ting1you3mei2you3sheng1yin1anei4biao3 -ting1jian4ma -zhei4biao3gen1ba4badebiao3yi2yang4ma -dididadadididada -laugh -en -ni3bie2lao3qu4nong4nei4ge -xxxxxxxxxxxx -xxxxxxxx -bu4xiang3ma -xxxxxxxxxx -xxxxxxxxxxxxxx -ni3gen1xiao3peng2you3wanr2wanr2ba -xxxxxx -aozhei4gejiao4shen2meyazhei4ge -bing1bing1ni3gao4su4ba4bazhei4ge -wo3dou1bu4zhi1dao4ta1jiao4shen2me -jie3jie -jie3jieya -FAlaugh -FAta1bu4zhi1dao4ta1jiao4shen2me -xxxxxxxx -of2bbxxxxxxxxxx -laugh -OCfei1fei1ye3kun4le -OCof2oclaugh -ni3gao4su4wo3yata1jiao4shen2me -xxxlaugh -OCgan4ma2 -en -OCni3gan4ma2ne -OCxxxxxxxxxx -shou1yin1ji1 -xxxxxxxxxx -shou1yin1ji1hao3 -xxxx -shou1yin1ji1 -xxxxxx -OCmei -OCei

-ai

-OCai

-en

- -zhei4shi4di4dihai2shi4ge1gea -en -di4di -laugh -ni3pao3shen2meyalai2hui2 - -i

-en -bing1bing1na2sen2meshen2+meya -a -OFFshou1jie1shou1+yin1+ji1 -a -OFFshou1yin1ji1 -sou1yin1ji1shou1+yin1+ji1a -OFFen -gan4ma2deya -OFFdi1ye1lu4+yin1 -a -OFFdi1ye1lu4+yin1 -gan4ma2deya -OFFo3wo3kan4kan4 -ni3kan4kan4ya -OFFkan4kan4 -laugh -OFFkan4kan4 -ni3ting1dao4seng1yin1sheng1+yin1lemei2you3 -OFFkan4kan

4 -kan4kan4ya -wo3na2bu4liao -wo3bu2hui4nong4 -ni3zi4ji3 -ni3kan4kan4zhei4shi4shen2medong1xi1 -kan4kan4 -da3kai1 -da3kai1ya -mo -da3bu4kai1 -en

nei4ge -en -xxxxxxxxxxxx - -da3kai1ba -da3kai1a -bu4da3 -bu4da3 -a1yi2bu2rang4dong4 - -haita1ba3ku4zi -xxxx -zhei4you3qie1mo1shen2+me -shen2me -zhei4ye3bu4neng2dong4 -xxxxxxxxxx -bu4mo1 -bai2 -zai4qin1qin1ting1+ting1 -ting1ting1 -ting1ting1you3shen2mesheng1yin1a -a -ting1jian4shen2mesheng1yin1la -en -zhei4shi4shen2me - -ai -en -zhei4gegeng4gao4 -zhei4shi4shen2me -zhei4yi

2 - -mao

1 -nne

-nne -OFFnne -OFFen -OCen -OFFji1ya -OCai -zhei4ge -shen2meyazhei4shi4 -nda -ei

-zhei4shi4shen2meya -xxxxxxgan4shen2meya -OFFwei1zhe -OFFei -OCfei1fei1xia4lai2fei1fei1 -OCxxxxxxxx -OClaugh -FAxia4lai2xia4lai2le -FAyue4wang3shang4yue4xxxx -OFFta1jiao4ta1jiao4shen2me -niao4niao4na1na1jia4 -en -ni3gao4su4wo3zhei4geshi4shen2mezher4de -nei4ge -FAshen2meya -zhei4bu4ji1dao4zhi1+dao4 -ni3zen3mebu4zhi1dao4ne -laugh -wo3bu4ji1dao4zhi1+dao4 -an -ni3kan4kan4 -ni3bu2shi4gen1ren2jia1yi2kuair4wanr2dema -ni3gao4wo3zhei4jiao4 -zhei4xiao3ge1gedi4dijiao4shen2mea -OCaoai

-gao4su4wo3yaxiao3di4dijiao4shen2meya - -zhei4gexiao3di4dijiao4shen2me -bing1bing1xxxxxiao3di4di -OFFai

-OCai

-OC -OClaugh -OFFxxxxxx -OClai2 -OFFdu

-OFFyao -OFFnao -ba4ba4bao4+bao4ba -bu2bao4 -ni3pao3pao3wanr2wanr2bahao3bu4hao3 -a -a1yi2na -a1yi2bu2jian4le -aoa1yi2gen1ni3lai2 -a1yi2bu2jian4le -hao3hao3ba -INVjiao3jiang

4 -shuo1shen2mebing1bing1 - -zhei4gexiao4di4dishi4shei2a -ta1jiao4shen2meya -e -a -laugh -ni3ye3zuo4nar4qu4a - -zha1zha1 -zha1zha1 -zha1bu4zha1 -eyo -en -zha1bu4zha1a -OCgai1chi1fan4leao -OFFen

-OCchi1fan4mani3 -OCwo3shuo1chi1fan4ma -ni3gen1a1yi2cang2mengr1mengr1cang2+mao1+mao1 -OClai2yao4chi1fan4leao -OCyao4chi1fan4lou

-OFFbu4chi1 -OCxxxx -OCxxxxxxxxxxxx -ni3zai4wai4bianrhao3wanr2ma -gang1cai2ni3peng4jian4shei2le -OCxxxxxxxx -OCfei1fei1zai4jian

4 -ni3 -a1yi

2ne -hai2peng4jian4shei2le -xxxxxxxx -xxxxxx -en -kan4bao3bao3ne -kan4bao3bao3a -nei4shei2ne -tian1tina1ne -tin1tian1+tian1jiu3zou3nie -OCxxxxxx -kan4jian4lema -kan4jian4nie -kan4jian4le -aiyohuo -laugh -OCxxxxxxxx -kan4jian4le -hai2kan4jian4shei2le -OCzai

4jian

4 -OFFxing2bu4la1la1lian4a -FAaixxxxxx -na1la1 -la1ya -OCxxxxxx -ni3zi4ji3you3mei2you3la1lian4 -ni3kan4kan4ni3 -bing1bing1xxshang4you3la1lian4ma -mei2you3 -mei2you3a -ni3dela1lian4ne - -hehao3lei -xxxxxxxxxx -xxxxxx -laugh -xxxx -ba4ba4bao4+bao4ba -you4yao4bao4bao4a -ni3pao3pao3wanr2wanr2ba -shai4shai4tai4yang2 -ni3kan4xiao3di4dizou3le -en -ni3gen1di4dizai4jian4lema - -en -INVji4zhei4xi4shi4shen2me

-en

-shang1biao1ba - -xxxxxx -hao3kan4ma -ai

-bing1bing1dao3luan4 -en -INVbu4jiu3zou3 -wei4shen2me -INVbu4na

2 -bu4 - -gei3 - -xxxxxxxxxx -INVen -xxxxxxxx - -bai2ba4duo4zuo4de4zher4 -ba4ba4zuo4zher4a -ga1zuo4 -ga1zuo4zhei4ge -ba4babu2zuo4 - -xxxxxxxxxx - -enba4bao4wo3 -ba4ba4bao4+bao4wo3 -ni3zi4ji3wanr2wanr2 -FAenhen -shei2a -ni3zi4ji3wanr2wanr2 -ni3kan4ba4bazhei4shou3po4le -xxxxxxxxxx -teng

2 -en -gei3chui1chui1ba -hu

-chui1chui1 -hu

-en -ta1teng

2ne -teng2leen -teng2le -ao

da3 -teng2le -gang1xi1na2guan1+qi3+lai2 -gang1guan1gang1qi3lai2guan1+qi3+lai2 -guan1qi3lai2a -ei -zhei4ye3zhei4ye3fang1po4 -nar3po4le -zhei4buo1po4le -zhei4ye3po4le -zhei

4xi -zhei4ye3po4le -en -zhei

4ye

3po1po4le -zhei4ye3po1po4le -enzhei4ye3po1po4le -teng2ma -en -yao1+he sheng1 -ai3wa1gu1ma3 -ba4bagan4shen2meya -isi -yao1+he sheng1 -ai -zhe4po

4 -yao1+he sheng1 -ei -shou1fei4pin3lei -xxxxxxhan3shen2melaizhe -xxxx -e -ta1menhan3shen2me -ba4ba

-enxing2 -xi3huan

1 -xxxx -zhei4ye3bo4po4le -zhei4ye3po4le -zhei4hei1ne -aozhei4hei1le -zhei4zang1deshi4ma -ga1guai1gan3+kuai4xi3xiu3shou3 -ouxing2kuai4xi3shou3kuai4xi3shou3 -zhei4huir3hui2jia1xi3shou3 -en -gan1jing4lema -e - -bing1bing1guo4lai2 -xxguo4lai2 -zhei4zen3mela -zhei4shi4zen3mele -INVzhe4shen2me -zhei4shi4tian1xian4 -ni3bu2dong4ao -INVen -INVni3 -xxxx -xxxx -ai

-xxxxxxxx -xxxxxxxx -laugh - -xxxxxxxx -xxxx -hai -gan4ma2 -xxden1den1dun1+dun1 -ba4dun1dun1hao3 - -OFFxx -OClaugh -OC -enenenen - -ei

- -ni3ba4babu2ai4chi1 -INVxx -OCai -OCni3kan4jie3jie -OCzhen1shi4 -OClaugh -xxxxxx -xxxxxxxx -OFFta1ji3geyue4le -FAyi2sui4liang3geyue4le -OFFhao -na -OFFkuai4gen1ta1cha4bu4duo1da4le -FAlaugh -OFFcha4bu4duo1gao1le -OCaya

-OFFxxxxxxxxxx -aiyo

xxxxxx -INVba4bao4bao4 -xxxxxx -bu2bao4 -ni3kan4ren2jia1xiao3di4didou1bu2bao4 -xiao3di4dini3kan4kan4ni3kan4kan4zi4ji3zou3ne -ni3kan4jian4mei2you3 -en

-zhei4ge -aiyoyo

-laugh -laugh -xxxxzhei4gene -aiyobing1bing1ni3zhen1gai1 -OFFxxxx -yi2ding4xxxxxxxx -of2bbxxxxxxxxxxxx -OFFaihai -OFFxxxxxxxxxx -OFFofof2en -xxxxxx -ren2jia1shang4nar3ni3ye3shang4nar3a -wo3xia4nai3xia4+lai2 -aoni3xia4lai2lai2lai2lai2 -wu3wo3shang4zhei4ge -aoni3shang4zher4 -lai2aiyohe -en

-ni3gen1di4diyi2kuair4wanr2wanr2ba -OCxxxxxxxxxxxx -OC -OCxing2lexing2lexing2le -OCbie2shang4le -OCni3kan4jie3jiedou1bu2shang4 -OFFshang4 -OFFxxxxxx -OCjie3jiebu2shang4 -OCa -OCxxxxxxxx -OClaugh -OCna4nar3xiang2a -OCzhei4yang4ren2lao3xxxxxxxx -OCni3bie2chu1lai2hao3bu4hao3 -OClaugh -jie3jie

-OCxxxxxx -OCof2ocxxxx -OFFhen -OCni3kan

4 -OCkan4kan4shei2ahai2zai4nar4 -OCxia4lai2 -OCaoxia4lai2 -OFFxxxxxx -OCni3kan4jie3jierang4ni3xia4lai2 -OCaiyo -OClaugh -OCbu4hao3yi4si1shi4ba -OFFxia4nai3xia4+lai2 -OCbu4hao3yi4si1shi4ma -OCxia4lai2 -OFFta1ma1mane -FAen -FAta1ma1mashang4banr1qu4le -OCxia4nai3xia4+lai2 -OCni3kan4jie3jierang4ni3xia4lai2 -OCxxxxxxxx -OCof2ocxxxxxx -OCofof2ta1pa4ren2 -OC -OFFbu2xia

4 -OFFen

na -OCkan4jie3jieyi4yan3 -OCkan4yi4yan3 -wu1wo3ye3xia4shang4 -wu1wo3shang4 -ni3shang4nar3a -wu1wo3shang4zhei4ge -xxxxxxni3shang4zhei4geni3tai4xxxx -of2bbzhei4xiao3hair2sui2ji1ying4bian4deneng2li4hen3qiang2de -wo3wo3shang

4 -ni3shang4nar3 -bu2qu4nar4 -OCbu2shang4 -enshang4zhei4ge -OCen -shang4nar3a -shang4zhei4li3tou -hao3qu4ba - -zhi1dao4mashang4zhei4ge -shang4zhei4shang4mianr4a -xxxxxxxx -na4nar3cheng2cry -en

-shang4zher4ma -en

-ni3zhan4dezhu4ma -zhan4re -cry -ao

ni3zhan4zai4nar4nar4nar4 -cry -hao3leni3zhan4ya -cry -yao4zhei4ge -xxdi4 -laugh -yao4nei3ge -laugh - -che1pao3ne - -en -xxxx -zhe4xiao3fan1lai2 -OFFdi3di1di1di1di1di1di1 -OCxxxx -gong3na -en -zong3ne - -xia4di4ba

-hao3bu4hao3 -xxxxxxxx -laugh - -hang -INVai

ni3hao3 -INVof2rhao3jiu3bu2jian4le -OFFai

-INVwo3hai2yi3wei2ni3hui2qu4lene -OFFmei2you3bu4hui4de -OFFlaugh -OFF -OFFni3nei4gedong1xi1wo3hai2xxxxxxxxxxxxxxxx -INVaoni3ni3xi3huan1ma -INVxi3huan1ni3jiu4liu2xia4ba -OFFen

hai2shi4yao4huan2ni3 -OFFdan4shi4wo3xian4zai4zai4lu4nei4gexiao3hair2 -INVen -OFFwo3pa4wo3menshuo1hua4xxxxxx -INVhao3hao3hao3 -OFFwo3yi4huir3deng3huir3zai4gen1ni3shuo1ba -INVhao3hao3 -INV -OCxxxxhui2qu4le -INVzai4jian4ao -OFFzai4jian4 -OFF -zhei4shen2me -zhei4shi4shen2meya -zhe4shi4xxxxxxxxxx -ofof2xxxxxx -ta1bu2hui4shua1 -of2ofxxxxxx -FAta1ji3sui4le -OFFta1 -OFFta1bi3ta1xiao3yi2geli3bai4 -OFFxxxxxxxxxxxx -FAen -OFFta1bi3ta1xiao3yi2gexing1qi1 -FAxxxxxx -OFFsuo3yi3ta1 -OCbu4xing2bu2zhei4yang4 -OCai -OFFta1bu4ken3shuo1 -OFF -FAxxxxxxxxxxxxxxxxxx -FAxxxxxx -FAxxxxxxxxxxxxxxxx -ni3zai4wanr2shen2meyabing1bing1 -OFFxxxxxxxxxx -enen

-OFFxxxxxxxxxxxx -enen

-INVxxxxxxxxxx -a -INVxxxxxxxxxxxx -OFFxxxxxxxx -OFF -en -bi3bai2 -chu1lai2hao3bu4hao3 -dao4zhei4shang4bianr1lai2ba -en

-INVzai4zher4shuo1hua4hai2xxxxxxshi4ma -OFFxxxx -en

-INVxxxxxxxx -INV -ni3hai2yao4zou3nar3qu4a -ba4bachu1lai2leao -ni3kan4kan4ao -ba4badao4wai4bianr1lai2le -ni3qu4yi2geren2zai4li3touba -jiao4ya3wa2 -ai -en -enxiang4ba -xxxxxx -xxxxxxkan4jian4 -OFFxxxxxxxx -OFF -zhei4li3touzang1bing1bing1 -zan2menchu1lai2ba -xing2ma -OCwo3bu2xia4lai2 -OCxxxxxxxxxxxx -zhei4lai2hui2deliu1da -cheng2le -yo

-yo -qu4xx - -ba4bana

2 -ni3kan4ni3xie2zang1lema -OCxxxxxxxxxx -a -OCbo1zheao -OCbo1zhechu1lai2ao -bie2wanr2 -OCxxxx -gu1guna

2 -OCxxxxxx -OCof2fxiao3hair2zong3dei3shuo1hua4 -OClai2 -rang4ne -chu1bu4lai2 - -bie2guo4qu4lebie2guo4qu4le - -zhe4di4sao3leba -a -ei -FAen -OMMlaugh - -bi1yoyoyoyoyo

-zhe4cao3li3bianr1hao3wanr2ma -en -bing1bing1zhe4cao3li3bianr1hao3wanr2ma -hao3wanr2 -hao3wanr2a -ma

m - -xxxxxx -enna2mao2 - -OFFxxxxxxxxxx -OFF -zhei4geni3kan4 -zhei4mao2mao2da4 -OFFxxxxxxxxxx -zhe4mao2mao2da4 -INVxxxxxxxxxxxxxx -OFFxxxxxx -zhe4mao2mao2da4 -OFFxxxxxx -ni3fa1kan4 -azhe4mao2mao2da4 -en -INVzhe4mao2mao2da4 -zhei4mao2mao2da4shi4ma -OCxxxxxxxxxx -INVen -en -OCxxxxxx -OC -oxu - -en -zhe4gan4ma2 - -ni3nei4gelou2qiu1ne - -en - -kan4nei4ge -OMMxxxxxx -OMMxxxx -ni3dou1jiu1le -jiu1huai4le -endou1jiu1huai4le - -OCgu1gu1ji1 -OCgu1gu1ji1xx -OC -zhei4ge -en - -xxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxx -OFFxxxxxxxx -OFFofrxxxxxxxx -OFFni3hai2shi4xxxx -OFFai -INVji3dian3le -FAshi2wu3 -INVmei2you3 -INVshi2yi1dian3shi2wu3 -INV -xxxxxx - -bing1bing1zan2hui2jia1hao3ma -bu4hui2 - -you4nai2lai2zhei4gene -zhe4shi4shen2meya -bu2shi4 -a -shen2me -zan2menhui2jia1he1shui3qu4ba -he1ma - -ofblaugh -hui2jia1he1shui3hao3ma -OFFbi3ni3nei4ge -zou3 -ba4baling3ni3hui2jia1 -INVxxxxxxxxxx -a1yi2yao4hui2qu4 -a1yi2ye3nai3naiye3yao4hui2jia1leao -li3yi2ye3kuai4sheng1le -li3yi2a -en -INVyi

2 -INVei -o

-chei

-zou3 -FAxxxxxxxxxx -gen1nei4mei4meizai4jian4 -OCmei4mei

zai4jian

4 -ni3gen1mei4meizai4jian4le -bai2zai4jian4 -FAlaugh -OCni3ye3gen1zheshuo1zai4jian4 -INVlaugh -laugh -OCpa4xxxx -OCgan3jin3shuo1ya -OFFxxxxxxxx -OFFai

-OFF -xxxx -xxxxxxxxxxxxxx -xxxxxx - -hao3bao4bao4ba -aixxzhei4ge -xxxx -ei

-yo

-ei -en - -zhei4shi4shei2jia1 -bu2shi4 -ren

2jia

1 -zhei4shi4 -ren2jia1a -xxxxxxxxxx -aozhei4shi4ren2jia1 -xxxxxx -na4ni3yi4huir3dao4lejia1ni3gao4su4wo3ao -ren

2jia

1 - -enhen -zhei4gene -bu2xi1shi4 -xi4shi4ge1gejia

1 -aozhei4shi4ge1gejia1a -FAxxxxxxxx -FAlaugh -hao3 -zhei4xi3ma1shen2+me -zhei4shi4mu4tou -ei1toumu4+tou -mu4tou - -zhei4shi4shei2deche1 -xi4shi4ba4ba

de -zhei4shi4shei2jia1ya -hen -bu2shi

4 -en -bu2shi4 -shi4bing1bing1jia1ma -xi1shi4 -a -xi

4shi4 -shi4bing1bing1jia1ao -xi4shi4 - -endao4jia1le -shi3 -ei

-ei -dao1dao4jia

1 -endao4jia

1 -INVdao1dao4jia

1le -INVei

-zher4 -hao3le - -INVa1yi

1a1+yi2 -ai -xxxxxxxxxxxxa1yi

2 -qu

4 - -en -qiao2 -qu4 - -OFFbu4 -OFF -ba3bao4bao4zhai1leba -hao3le -yi1fubie2tuo1le -yi1fubeng2tuo1le -OFFta1ta1dai4zhenei4gene -xxxxxxxxxxxxxxxx - -ai - -OFFen -OFF -INVni3deyi1futuo1le -FAen -FAai -FAfang4dao4qian2mian4qu4 -zuo4zai4zher4 -yao1+he sheng1 -OFFdong

-aihai

-xxxxwanr2xx - -ei

-gou1zine - -dou

1o -xxxxxx -OFFmi1mi1 -OFFei -lulu -OFFzhang3ba2ne -ba2ni3 -xxxxxx -hela1la1la1la

1 - -qia4 -chi1 - -du

1du

- -en - -OFFnao3yao4wa4wa4 -OFFwu1wo3nao3yao4wa4wa4 -nao4wa4wa4jiu4beng1 - -hei -laugh -INVwa4wa4 -xie3dewa4wa4 -en -bing3bing3Bing1+bing1dewa4wa4shi1a -OFFyao4zou3le -FAao -OFFhao3ba -OFF -ye - -xxxx - -ni3yao4bu4yao4he1dianr3shui3abing1bing1 -wu4wo3bu4he1 -bu4he1a -bu4he1 -ai

-bing1bing1 - -bing1bing1enwang2nai3naiyao4zou3le -ni3gen1ta1zai4jian4lema -mei

2xxxxxxxxxx -yao1+he sheng1 -a -qu4gen1wang2nai3naizai4jian4abing1bing1 -zai4jian4wu3wo3zou3lezai4jian4 -OFFwo3bu4ji1dao4zhi1+dao4 -ni3bu4zhi1dao4a -ni3bu4zhi1dao4 -ni3ni3bu2yao4wang2nai3naile -yi4huir3wang2nai3naizou3lebu4lai2leao -xxxxxxxxxxxx -bu4lai2le -bu4gei3ni3xxxx -xxxxxxxxxxxxxxxxxxxx -bu2yao4bing1bing1leao -bu2yao4bing1bing1le -ni3bu2yong4 -zai4jian4 -OFFyie1yie

4zai4+jian4 -xxxxxxxxzhe4hai2zizai4jian4laugh -aixxxxxx -OFFxx -OFFzai4jian

4 -zai4jian4zai4jian4ba -OFFxxxxxxxxxx -OFF -ni3bu2dong4 -bie2dong4ao -INVen -kan4yi2kan4ao -INVen -aizhen1hao3 -bu2dong4ao -ni3hai2la1lege4xiao3ya1zi - -nei4ya1yane -ei -ya1 - -yi3wei

2 -wo3gei3ni3na2 -wo3gei3ni3na2 -eiyohei -zai4zher4 -zai4zher4ne -bu4xu3luan4dong4 - -lai2 - -a -gele -bu4neng2ti1 - -ei -ei

- -qu4kan4kan4qu4kan4kan4 -wo3jiao1ni3zhei4yang4kai1 - -zhi1dao4ma - -yong4li4 - -xxxxxx -ao -ji3ge -kan4kan4 -ji2kan4kan4 -ai

-xxxxxxkan4kan4 -FAdui4a -FAlaugh -FAzhen1cong1ming2ao -zhi3neng2kan4bu4neng2mo1 - -na2le -gei3wo3 - -xxxxhao3ma - -xxxxxxxxxx -zhei4wa2wata1rang4ni3gei3nong4zang1le -another side of the tape -wan2jiu4gezhei4+ge -da3nei3ge -zhei4ge -na2na2na2zhei4ge -jiu4na2zhei4gea -en -ei - -jie2 -jia1chai1xijia1chai1jia1chai1xia4nai2lai2ne -ni3jiu4hui4chai1 - -INVchai1xia4nai2lai2ne -ai

chai1xia4lai2leshi4ma -INVxi4shi4 -INV -INVxxxxshen2me -INVbu2shi4 -INVyi1gai1ying1+gai1zhei4ge -INVi -INVxxxxxxzhei4ge

-INV -INVzhei4ge -zha1zai4xxxx -INVxxxxle -INV -INVxxxx -INVxxxxxxxx -INVxxzhei4ge -en -zhei4ge -en -INVenii

mei -INV -INVendi3di1di

1 -INVdeidei -INVji1mu4 -en - -INVye3dei

4 -INVgin1gen1gin1den1den1den1 -INVyou1you4ke3ai4 -INVai4qi1"chi1yao2bo"luo2+boqi1"chi1 -xiang3ba4ba -ai4chi1luo2boai4chi1shen2me -yiwo3bu4ji1dao

4zhi1+dao4 -zen3mebu4zhi1dao4a -ai4chi1luo2boai4chi1cai4a -enen

en -na2bao1 -a -ni3zi4ji3na2 -INVa1yi2 -ni3gei3ba4bahao3ma -gen1ba4bawanr2hao3bu4hao3a -eini3dou1na2guo4lai2 -na2dao4zher4lai2 -na2zher4lai2wanr2 - -en - -zher4hai2you3yi2genejian3guo4lai2 - -enhao3le -ni3zi4ji3ni3neng2bu4neng2wang3shang4zhuang1a - -en - -ayiyiyi

- -lai2bing1bing1wo3jiao1ni3nong4zhei4geba -ni3guo4lai2lai2a - -wo3da3qi4ne -wo3na3da3qi4ne - -aiyo

-zhezen3mea -ni3gei3ba4bahao3ma -aina2guo4lai2 - -yi4ya3jie1na -ni3zen3melao3wang3nar4pao3a -dao4nei4bianr1lai2ba -lai2dao4zher4lai2 - -wo3lai

2 - -ye - -yi2xia4ya4hai3 - -ei - -ni3fang4hao3 - -wan2zhei4geba -wan2chou1qian1 -chou1nei3ge -na2qian1qian1che1+che1 -na2che1che1a -na2zhei4gehao3bu4hao3 -zhei4gema3 -ma3lu4 -ma1lu4ma3+lu4 -ma1lu4ma3+lu4 -ma1lu4ma3+lu4 -gu1yang3di1di1di1di1di1di1di

1da4 -zhei4shen2me - -du1du1du1du1 -ao -du1du1du1du

1 -zai4zherzai4zher4wanr2bing1bing1 -bing1bing1zai4zher4wanr2 -du

1 -du1 -dao4zher4lai2wanr2ai -du3du1 -aiyadu3du1du1du1de4du4du4 -niang3du4du

4 -niang4du4du4du4du4 -dei1du

4 - -du

4du

4 -en

- -da3di

1 -eiba4bayou4na2da4ma3 -en

-you4na2da4ma3 -ni3gei3ba4ba -guo4lai2guo4lai2 -xxxxxxgei3wo3 - -yi

-ni3zen3mereng1le - -ai - -dan1lin

4gei3ya - -ei

-ni3gei3chai1le - -yo -yo -laugh -za3kai1da3+kai1 -da3kai1 -da3bu4kai1de -bie2you1 - -ni3gei3nian4nian4ba -gei3ba4banian4nian4zhei4geshu1zen3meyang4 -jie3 -zhen1xiao3qi1che1qi4+che1 -ji1en4fu1 -jitao

3 -hen4gei3jie

4jie4enhen -bu1 -zang1 -ahenye -eishuei2mei2na

-zhei4bu4hai2you3nema -gei3 -zhe4hai2you3 -enying1gai1cong2zher4fan1 -yi2ying1+gai1cong2zher4fan1 -en -zher4zai4gan4ma2 -zhei4yi3dang1jie3 -laugh -wo3bu4ji1dao

4zhi1+dao4 -zhei4gene -xin1xi3yan3lian3 -ta1xi3lian3leba -ta1xi3nian3lian3 -zhei4gene -nimai4mai4mei4+meihe1sai3shui3 -mai4mai4mei4+meihe1xu3shui3 -yi

4 -xxxx -mei4meihe1shui3 -zhei4gene -dia4 -zhei4gegan4ma2 -jia4nang4 -ai

-gai3e -zai4kai1yi2bian4 -fang1fang1jia1 -en -fan1yi4pianr1fan1yi4pianr1 -ni3fan1tai4duo1le -ai -zhe4zai4gan4ma2 -ta1xi1de -zai4zuo4cao1 -enau4zuo4qiao1cao1 -en

-zhei4gene -xi3zhao3zao3 -xi3zao3a -ya1y1a1+yi2xi3zhao3zao3 -en -zhei4gene -qin2 -qin2 -bing1bing1xi3zao3lema -yang3yang3 - -ni3zai4fan1yi4pianr1 -ji3jie1jie3+jie -en -yo

zhei4zai4gan4ma2ne -OFFya -kuai4na2xia4lai2 -ni3bu4chi1shou3 -daizhe4ga1ga1 -aohao3lehao3le -zhei4 -zhei4gene -jia4zhe4 -zhei4gene -gu1ji1gong1+ji1 -bu4 -INVji1ji1ji1ji1 -hen -hao3xiao3ji1ji1 -zhei4gene -xxge1 -zhei4gene -xiao3fei1fei1 -fei1fei1ao

-hai4zai4fan1ge

4hou4 -ei -jian

4liang

4yue4+liang4 -aoyue4liang4 -aozhei4shi4shei2zuo4deyue4liang4a - -gao1gao1ge1+gezhuang4zuo4de -ge1gejiaozuo4yi4dianr3 - -hai2you3shei2a -hai2you3ge1ge -hai2you3ge1ge -hai2you3ge1ge -fan1bian

1pianr1 -en

-enjian3dao1 -jiu4wan

2ne -jian

3dao1zher4wan

2ne -zhei4shi4shen2me -zhong1lu4mao1mao1mi

1mao1 -aozen4mejiao4de -na3lao3zhei4jiao4de -zhei4gene -jier4zher4 -liu2 -bang4bang4bang4bang4bang4ne -zhei4shei2me -gua1gua1gua1 -shi4gua1gua1gua1 -gua1gua1gua1shi4shei2shei2jiao4 -shei2ne4mejiao4gua1gua1gua1 - -zhei4yi1shi4shen2me -bu2shi4 -yao4kan4zhei4ge -zhei4jiu4kan4zhe4zhei4 -xia4nai3suan1+nai:3 -zhe4xia4nai3suan1+nai3 -zhe4suan1nai3a -bu2shi4 -du4dou4 -laugh -zhe4shi4 -shi4du4dou4 -shi4dou4 -shen2medou4a -zhe4zai4gan4ma2ne -bu4jiezhi1shu4 - -mei

2ne

-ei

zhei4bian1 -en -aishu1 -zhei4bian1shu1 - -yi1 - -zhei4yin2ye2+ye -zhei4ye2ye

-en -zhei4ye2ye

-zheizai4gan4shen2me -zhe4e -wo3bu1 -zhei4zai4fang4pao4ne -wo3wo3gao4su4ni3fang4pao4 -xx -ji1shi4fang4pao4 -en1fang4pao

4 -en - -zhei4ge -yue4niang4yue4+liang4 -zhe4shi4yue4liang4ma -yue4liang4 -bu2dui4 -zhei4shi4shen2me -qi1chi1dong1xi1 -zhi1shi4yu

1yue4+liang4 -zhi1shi4yue4niang4yue4+liang4 -tai4yang2 -tai4yang2 -bu2shi4nue4liang4yue4+liang4 -tai4yang2 -dui4le -tai

4yang2dan4magan4 ma2 -mei

2le -you3zhei4bianr1hai2you3ne -ni3kan4 -zhei4bianr1hai2you3 -zhei4shi4shen2me -ya4 -yue4 -zhei4shi4shen2me -ayu2yu

2 -dui4le -zhei4xi2shi4 -zhei4ne -zhei4shi4he2ye4 -zhei4ne -zhei4ye3shi4 -zhei4ne -zhei4ye3shi4 -zhei4ye3xxxx -zhei4geni3bu2shi4ren4shidema -you1you4yi4xi1ren4+shi -zhe4 -enenen -zhei4bianr1zhei4bianr1hou4bianr1 -enen -men1bian3 -tiao4wu3 -entiao4wu3ne -tiao4wu

3 -shei2zai4tiao4wu3a -zhei4tiao4wu3 -zhei4yang4tiao4wu3 -shei2zai4tiao4 -ji4zhei4yi4shi4shei2 -zhei4shei2dai4zai4tiao4 -zhei4shei2zai4tiao4 -zhei4shei2zai4tai

4tiao4 -henhen -zhong1hong1 -hen

-en

na3zhu1 - -den1fang4mi4nei4yeli3 -enden1fang4mi4nei4sa3shang4 -dun1fang4nie4nei4xia3shang4 -en -gang2fang4nie4nei4xia3shang4 -fang4zhei4shang4a -aiyo -ni3zi4ji3en4shang4ba -en4nei4xia4shang4 -gang4fang4nei4xia4shang4 -qiao1ji2e -en -yi

-zhei4xie1meshen2+me -zhei4ying1gai

1 -zhei4xie1meshen2+me -ying1gai1 -bu2shi

4 -ying

1 - -zhei4gezhan4zai4nar3de -ye1ye1 -zhei4shi4shen2meshar3de -enye2shai3yan2+se4 -en

-enzhe4bu2shi4 -ye3bu2shi4 -ni3kan4zher4zher4shi4bu2shi4a -bu2shi4 -ei

-shi4 -shi4ba -shi4 -na4ni3en4jin4qu4ba -nei4gene -zhei4gene -nei4enei4+gene -ni3en4 -zi4ji3en4 -be4bu4nen2neng2 -ni3zi4ji3nong4 -be4bu4nen2neng2 -nong4zhei4ge -hen -zhei4mei2xia1 -mei

2xie1 -ya -zhei4ge -hao3le - -ke3yi3lema - -zhei4ying1gai1 -bu2shi

4 -en -ying1gai

1zhei4ge

-aoying1gai1zhei4yang4de -dei4zhei4ying1gai1zhei4yang

4 -nigai4shang4ba -ni3zi4ji3nong4yi2ge -zhei

4ge -zhei4ying1gai1zen3menong4de -ying

1gai

1zhei4ge -ying1gai1zhei4ge -eng1gai1ying1+gai1zhei4ge -ying1gai1zhei4ge - -ying1gai1zhei4yang4fang4shi4ma -ni3kan4 -zhei4yang4fang4dui4bu2dui4 -ying

1gai

1 -di4yang4zhei4+yang4fang4 - -ni3fang4hao3lema -fang4hao3ne -ei

- -zher4hai2mei2fang4hao3ne -ji1tie1wu1 -ji1tie1wu1xia

4 -en -zhei4yang4xiang4fang4bu2 -bu2shi

4 -zhei4geshi4bu2shi4fang4zai4zher4deni3kan4 -wang1fang4zhei4ge -ni3zi4ji3fang4yi2ge -he - -zher4fang4yi2ge -dui

4le -hao3 -mei2fang4hao3 - -hai2shi4mei2fang4hao3 -wu3da1ne -ni3zi4ji3nong4 -ni3zi4ji3nong4 -ba

4banong4ba -ba4nong4be -ba4nong4ba -ni3zi4ji3nong4 -ba4nong4 -ba4nong4 -wo3gei3ni3wo3gao4su4ni3ao -ni3kan4wo3gei3ni3fang4yi4dianr3 -kan4ni3zi4ji3nong4 -hao3lezi4ji3fang4hao3 -ba4yong4nong4ba -ni3kan4kan4ya -wo3gei3ni3fang4cheng2zhei4yang4leni3kan4 - -ni3zen3meyou4nong4chu1lai2le -ai

-zhei4yang4dui4ma -bu2dui

4 -ni3zi4ji3nong4zi4ji3nong4zi4ji3nong4zi4ji3nong4zi4ji3nong4 -en

-en

-en

-ni3kan4zhei4geying1gai1fang4nar3debing1bing1 -ni3kan4 -ying1gai

1 -zhei4ge -dui4ma -zhei4geshi4 - -ei

-wei

aoni3da3cuo4le - -a

ha - -FAxxxxxxxx -OFFman4yi4dianr3 -OFF -zhei4shi4shei2 -a -xxxxxxxx -xxxxxx - -mi

- -dao4zhe4nong4ba -ni3dei3ba3zhei4geen4jin4qu4a -ei

-ni3kan4zhei4gefang4zai4nar3hao3a -zhei4ge -dao4nei

4nar4 -dui

4le -dei

4dui4ne -zhei4wang3zher4fang4 -bing1bing1fang4jin4qu4ba -heiyohao3ji2le -zhei4e4en4xia3meshen2+me -ni3kan4zhei4gewang3nar3fang4hao3 -wu1bu4ne2neng2 -zhei

4ge -ai

dui4le -na4ni3gei3fang4jin4qu4ba - -ai -yi1gai1ying1+gai1xia3meshen2+me -en -yi1gang1ying1+gai1bu2shi

4 -ying1gai1bu2shi4a -ying1gai1shi4a -ying1gai1zhei4ge -ying1gai1nei3gele -ying1gai1zhei4ye4zhei4+yang4 -ai

ni3kan4kan4ba -en -ei

ya -ni3zhei4yang4bao4guo4lai2 -ba4nong4 -ayani3zi4ji3nong4bu4liaojiu4wo3nong4 -ba4nenong4 -ni3kan4zhei4yang4ni3kan4zhei4yang4nong4lehao3leba -ni3kan4hua4ba - -en

-za -fang4ping2lemei2you3 -ni3kan4kan4ni3kan4kan4ni3kan4kan4ni3kan4kan4 -ei2zhei4yang4de -hao3hao3nong4hao3hao3nong4 -bu2se

4shi4 -ying1gai

1 -zhei4xi

1shi4 -dei4zhei4 -yi1wan4ne -ba4ba

nong4 -ni3zi4ji3nong4 -ni3nong4 -ni3nong4yi2gegei3ba4bakan4kan4 -bu4 -yiwui -yang1gai

1ying1+gai1 -nei3ge -gai -shi4zhei4yang4ma -bu2shi4 -shi4zhei

4 -zhei4gefang4zai4nar3azhei4ge -zhei4yi -zhei4gefang4zai4shen2medi4fang -fang4zhei

zher4 -eidui4le - -enbu2shi

4 -shi4 -shi4fang4zher4ma -bu2shi

4 -bu2shi4fang4nar4 -na4fang4nar3na -INVshi4fang

4zhei4ge -INVa

en -INVzhei4ge -INVyewu1nai4zai4nong4ba -hai2nong4a -dai4zai4nong4ba -xin1dai4xian4+zai4nong4 -zhei4gefang4nar3a -bu2shi4 -xin1xian1fang4zhei4ge -en -wang3ni3fang4ba -xin1xian1fang4zhei4ge -fang4zhei4ge -dao4di3fang4nei3ge -fang4zhei4ge -fang4zhei3ge -hao3na4ni3fang4 -enlai2 -ni3kan4dui4ma -dai4dui4 -zhei4gedai4dui4 -zhei4ying1gai1jie3 - -zhei4ying1gai1xie2meshen2+me -na4zhei4gene -zhei4geshi4fang4nar3de -ying1gai1zhei4ge -ao

-yi

-xxxx -xxxx - -he -zhei4ying1gai1xie2meshen2+me -zhei4ying1gai1xie2meshen2+me -ying1gai

1zhei4ge -ying1bai3ei -bing1bing1ba3zhei4gefang4hao3 -ba3zhei

4gezhei4ge -ni3zi4ji3fang4zi4ji3fang4 -wo3bu2hui4 -ni3bu2hui

4 -che -INVyi2 -laugh - -laugh -engei3a1yi2dai4shang4ao -bing1bing1dai4ao -xing2le -aiyo -wo1wo3dai4 -ba4badai4 -ba4wo3ba4+badai4 -ba4badai4 -a

wo3ji4zi4+ji3na2 -aowo3na2 - -diao4ne -zhei4bu2xi4shi4 -laugh -diao4ne - -aimei2den4dong4 -zen3memei2dong4a - -hao3lehao3lehao3le - -xxxxxxxxxx -cry -zhe4ku

1ne -cry -an3ku1ne -shei2ku1le -enge1geku1ne -ge1geku1le -enge1geku1ne -ni3tingjian4wai4bianr1ge1geku1leshi4ma -xi4shi4 - -ni3ba3nei4gesheng2zidou1nong4huai4le - -ba3song1jin3dai4ei - -yilou - -diao4le - -diao4 -yodiao4le - -e - -gai3duo1duo1 - -jin4zai4wan2shen2me -jin

4gezhei4+gexi2meshen2+me -enbu

2 -jin4gezhei4+gexie3meshen2+me - -e - -enbiao4yang4piao4+liang4ma -en -ma2yi1 -nong4zhei4ge -en -zhong1nong4zhei4ge - -zhei4xiang2jin1xxxie2meshen2+me -ying4gei1ying1+gai1xie2meshen2+me -zhei4gefang4nar3a -yao1+he sheng1 -xxxxxxxx -yao1+he sheng1 -INVni3ye3xi1shi4 -INVni3xxxie2meshen2+me -xx -INVaoyi

-INVyao1+he sheng1 -zhei4shi4shen2me -zhei4fang4nar3a -yao1+he1 sheng1 - -en -en2fang4dei1zhei4 -yao1+he sheng1 - -yao4ma1ma -yao1+he1 sheng1 -zhao3ma1ma -ma1ma -ma1mashang4nar3qu4le - -ni3ba3nei4bao4bao4gei3wo3ba -yao1+he sheng1 -xxxxxx -aiya -nei4dir4di4+fangyou3chi1dema -ni3chi1 -yao1 he1 sheng1 -bu1zhi1dao

4 -be - -xxxxxxxx -guo4lai2 - -ni3jiu4shi4 -qiao1qiao1wang3zui3li3fang4shi4bu2shi4 -yao1+he sheng1 -ni3e4lema - -xxxxxx - -ni3ba3mao4zigei3zhai1xia4lai2 -enni3wanr2ba - -ni3tan2qin2ba -bu4tan2 -ai -INVyang1jie -INVyin1reng1ye -reng1lequ4 -na4ni3reng1ba - -reng1legan3kuai4hui2lai - -hao3 -xxxx -na -zhei

-sound of instrument -na2wa2wa -na2wa2wa -na2zhe4ge - -sound of instrument -ni3qu4gan4shen2meya -sound of instrument -bing1bing1zhan4nar4bie2dong4ao -aozai4wanr2huir -wo3gei3ni3nong4fan4 - -INVxxxxxx -INV -INVxxxxxx -INVxxxx -jiu4zhei4yang4shi4ma -INVshi4 -INV -INVen -INVxxxxxx -INV -xxxx - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx1i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/cx1i.xml deleted file mode 100644 index e2f83ea..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx1i.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - -Start at 8:00 am with M preparin g then feeding XX breakfast, XX crying for much of the first 10 minutes. After XX eats, she gets down and starts playing in their living room with various toys. XX keeps wanting to sit on the floor through much of the visit and M is struggling to get her to squat. - -M says XX was crying because she was afraid that we were nurses from the hospital and that we were going to give her a needle! - -cryingni3yao4ku1wo3bu4xi3huan1ni3la

xx still cryingbie2ku1laxx still crying, but almost stopsma1magei3ni3cheng2fan4hao3maxx still crying$Q:QP:Mhao3bu4hao3$Q:VNVcrying$UNINTjue2dui4rang4ni3zi4ji3chi1hao3ma$Q:QP:Ta$Q:PRMPTstill crying$UNINTni3yao4nao4wo3bu4xi3huan1lea

soft, but abruptma1magei3ni3cheng2xx only sobbing nowma1macheng2ma1macheng2ma1macheng2ma1macheng2xx crying againwo3bu4xi3huan1lea

xx's cry turns into a screamzou4ni3sound of chopping up foodstarts crying againna4gei3ni3gei3xixizi4ji3chi1leima1mabu4guan3ma1mabu4guan3xixizi4ji3chi1crying again$UNINTgei3ni3gei3ni3kuai4zhexx still cryingzen3mehui2zihui2shir4asilence$Q:QWstarts crying againzai4nao4wo3bu4xi3huan1ni3la

hn$Q:PRMPTensound of bowl and spoon, xx not crying anymore$Q:PRMPTna4zan2gen1zher4chi1zan2bu2rang4a1yi2kan4jian4hao3ma

$Q:QP:Thao3ma$Q:QP:Mmore crying$UNINTma1magei3ni3ca1ca1$Q:VNV:Ten$Q:PRMPTbu4xi3huan1ni3jiu4zhe4yang4rcrying softly now$UNINTenkuai4chi1chi1ni3zi4ji3chi1ma1duan1zhena4na4na4zen3mehui2zizen3mele$Q:QWsilence, then starts to cry again$UNINTna4ni3yao4gan4ma2$Q:QWni3yao4gan4ma2$Q:QWa single whimper-cry$UNINTna4ni3yao4gan4ma2$Q:QWgei3ni3zhei4gexx almost finished cryingzhei4gewhimperen

$UNINTbu2yao4na4ni3yao4shen2me$Q:QWwhimpering$UNINTgei3ni3zhei4gewhimpering$UNINThnn

$INTERJzhei4gehao3shi4ba

$Q:NQP:Thigh, playfulxiang1xiang1bai

2ai4you1heen

shi4bai2bai2deshi4ba

$Q:NQP:Ten$INTERJenbai2dedai1huir3jiu4chi1fan4fanren

$Q:PRMPTplay scoldyou

mo3yi4shou

3laughs$UNINTai4you

xx and then m laughs$INTERJni3jiao4a1yi2wen2wen2ni3shuo1xiang1bu4xiang1a

$Q:VNVjiao4a1yi2wen2wen2qu4kuai4qu4truck goes by outsidebie2mo3wai4tou2a

mo3wai4tou2ke3jiu4bu4hao3kan4lea

a

$INTERJmo3yi4dianr3xing2lexing2lemo3yi4dianr3jiu4xing2latrucks outsideya

3a

$UNINTya

1a

$UNINTzeyaa

bie2gei3ma1mawang3lian3shang4mo

3e

low pitch motheresema1mabu4mo

3you

2ai1youni3mo3ya$Q:NQPaiyoulaughing softly$INTERJmo3zui3shang4lea

"shuo ta"m laughs softly, r1 also laughs$Q:NQPaiyouaiyouhexing2lexing2lem laughingdou4dou4trying to say "xiang1+xiang1" ?enxiang1xiang1aiyou

ge

1bo1teng2ni3xia4di4mo3bahao3ma

$Q:QP:Tma1mage

1bo1teng2xing2ma

$Q:QP:Maiyouni3qiao2mo3zheyi4shou3kuai4ge1jin4qiekuai4ge1jin4qiemo3tai4duo1letai4duo1leaaiyouhigh pitchhuo4lenir

2leou

huo4nir

2leou

ye$INTERJye$INTERJhao3la

hao3lebu4xu3zai4mo3lebu4xu3zai4mo3lebu4xu3zai4mo3leai

you

$INTERJwhines$UNINTni3zai4mo3wo3jiu4bu4xi3huan1ni3la

e

nen$UNINTmo3yi4shou3ca1ca1zai4mo3ca1ca1a

shh

$UNINTou

$UNINTwen2wen2babie2mo3lewen2wen2wen2wen2xiang1bu4xiang1ba

$Q:VNVxiang1bu4xiang1$Q:VNVdjiang1xiang1xiang1ba

xiang1lai2ma1gei3ni3na2fan4rzan2menchi1fan4ra

$INTERJyao4bu4ran2ma1majiu4bu4gei3ni3zhei4gexiang1xiang1lehao3ma

$Q:QP:Mting1hua4wo3jiu4gei3xiang1xiang1bu4ting1hua4bu4bu4gei3xiang1xiang1hao3ma

$Q:QP:Ma

$Q:PRMPTlai2ma1magei3ni3bo1dianr3ji1dan4hao3ma

$Q:QP:Men

en

$UNINTyao4bu4ran2wo3jiu4bu4gei3ni3xiang1xiang1leni3ba3xiang1xiang1huan2gei3wo3baellhall$UNINTlai2ma1mawei4enhei2e$UNINTei

ei$UNINThei

eim chopping food, feeding xx$UNINTaiyoushao3mo3dianr3aiyou

$INTERJclickstschtschtschtsch$INTERJshao3mo3dianr3mo3tai4duo1lema1magei3ni3na2dianr3zhi3bahao3ma$Q:QP:Mhigh, like first tonehnn$INTERJbie2mo3lehao3ma

$Q:QP:Ta

$Q:PRMPTai2you4mo3yi4shou

3qiao2qiao2qiao2qiao2xx gets blue plastic chair out from under wall unitgei3ni3zhei4gezhei4duo1hao3azhei4geduo1hao3a

zhei4getraffic noise outsidemo3leyi4shou3xiang1xiang1shi4bu2shi4a

$Q:VNVhnn

$Q:PRMPTxia4di4ma1mawei4ni3na2nei4xiao3yi

3hao3ma$Q:QP:Ma

4$INTERJei4you

xixizuo4xiao3yi3un

shda4$UNINTaozhei4kai

1la

$Q:INTen$INTERJkai1lemei2guan1xi4mei2guan1xi4sda4$UNINTai4$INTERJen$INTERJei$Q:PRMPTei4youzhei4getui3hao3zuo4xiao3yi3xiao3yi32

xiao3 yi3enai$INTERJma1mawei4ni3hao3ba

$Q:NQP:Tangzuo4enzuo4zuo4zuo4zher4zher4m moves the chair over to the tablelaughing as she walks to maiyou

$INTERJaiyoulaughs$INTERJaiyou

moving the chair again$INTERJzan2menge1nei4zhuo

1shang4chi1hao3ma

$Q:QP:Tma1mawei4a1yi

2$VOCma1mawei4INVa1yi

2$VOCna4ni3shang4zher4zhar4zher4mei2fa3r

chi1a$INTERJzher4zen3mechi1a

$Q:QWqi3lai2zhan4qi3lai2ei

zhen

1guai1ei

2$INTERJzuo4zuo4eiei4youei4you$INTERJei

4zhen1hao3hao3chi1bama1mawei4ni3hao3ma

$Q:QP:Tbu

2wei

4xing2ma

$Q:QP:Mma1mapa4ni3nong4yi4shen1jiu4zang1leyi1shang4hao3ma

$Q:QP:Mfussennhnn$UNINTni3kan4ni3nong4yi4qun2ziyou2quietlyni3kan4kan4zhei4geni3kan4kan4ba

xxoffering spoon to m$UNINTma1mabu4chi1ni3chi1bani3chi1bafast, highkuai4zhediao4lediao4lesternni3kan4whinea

$UNINTbu2yao4lebu2yao4lebu2yao4lewhinedia4$UNINTen$INTERJlaughsa

dao4diao4adiao4aa

n$INTERJdiao4lejiu4bu2yao4leen

$INTERJdiao4lejiu4zang1lena2zhei4shou3fu

2zhezhe4wan3aduxxdiao1diao4ei

$INTERJhnn$INTERJhnnduan1zhechi

1leen$INTERJdiao4lejiu4bu2yao4lediao4di4xiajiu4bu2yao4lea

$INTERJdji4$UNINTen$INTERJna4bu2yao4lebu2yao4lezang1lezang1lequietlychi1bama1mawei4ni3ba

hao3ma

$Q:QP:Mfussingen

en

$UNINTna4wo3shi4bu4gen1ni3hao3lem cutting xx's food in bowlgei1gu1smacks her lips$UNINTaiyouaiyouhehe

hezhe4mexiang3na

laughsbie2cai3zan2nei4tui3zang1enhnn$UNINTenchi1balaughingkuai4chi

1ni3jiao3xia4qiequ4laughinglai2ma1wei4ni3kuai4ni3kan4cai3lealai2ma1wei4kan4xixiguai1zhenexixifussing; sound of cutting vegetables in bowl$UNINTni3dou1nong4yi4shen1hnn

$Q:PRMPTnong4yi4shen1nong4yi4diao4zhar4zher4lenoisekuai4lai2wo3wei4ni3bakuai4zheen$INTERJyao4bu4ni3yi4huir2jiu4gai1nei4shen2melekou4di4xia4leahao3ma

$Q:QP:Mvocalizing$UNINTbu4xi3huan1ni3lem cutting food in bowlma

1$VOCen

$INTERJvocalizing$UNINTxxxx$UNINTma1wei4ya

$Q:NQPshi4ma$Q:QP:Mxxxxxxxxxxxxxxxx$UNINTenni3chi1barou3rou4chi1balaughing with her mouth fullwhisperhao3haorchi1wo2zhe4yi2yi

2yiyi

xxxxxxxxnoise$UNINTwhisperkuai4chi1whineseng$UNINTwhisperlai2ma1mawei4ma1mawei4wan2hai2dai4ni3wanr2nerou2rou4ra2rou4voices outsidena4wo3bu4dai4ni3wanr2leabu4gen1ni3wanr2leanoise; copy tape blank for 30 secsa

$INTERJni3kan4ni3chi1ge4fan4chi1denar3nar3dou1shi4ba

ma1mawei4ni3a

a

ou$UNINTnei4bu4neng2chi1leouou$INTERJnei4zang1leaaaocopy tape blank for 18 seconds ; laugh$INTERJen2en4$UNINTwhisperlai2ma1mawei4fussingen4tape stopped$INTERJer3geoffering to m$UNINTni3chi1bewo3bu4chi1jiu2jie4chi1+chi1 ?wo3bu4chi1ni3chi1banoiselaughs; noise; side b of tape 1, transcribed by ll; clacking of spoon, bowlenjiu

2qiu2enqiur2bu2dong4kuai4chi1bajiu2jiu

2qiu2enqiu2qiu2qiu2qiu2qiu2qiua

laughsqiu2qiu2hao3ma$Q:QP:Mjiao3hao3hao3aensound of spoon, bowl$INTERJlaughingqiu2qiu2shi4ba

$Q:NQPenhen$INTERJdan1$UNINTen$Q:PRMPTzhou2qiu2a

$INTERJqiu2qiu2en$Q:PRMPTaqiu2qiu2ma1maenqiu3qiu2qiu2+qiu2qiu2qiu2entraffic noise, cutting food, ...$INTERJennoise$INTERJdeng3teng2leng3$Q:INTdeng3tengzen3mela

$Q:QWdeng3teng2nar3teng2a

$Q:QWke1zhela

$Q:NQPen$INTERJen$INTERJhao3haorzhebu4jiu4bu4ke1buzhao2lema

shi4bu2shi4anoise$Q:VNVhao3haorchi1footstepshao3haorchi1jiu3jiu2qiu2+qiu2enqiu2qiu2jiu3jiu2qiu2+qiu2en$INTERJqiu2qiu2yan4leba3zui3li3nar4yan4leshuai1shuai1a

zhuo4zuo4zhuo4zuo4shei2zuo4ya

$Q:QWrang4shei2zuo4$Q:QWrang4wo3zuo4a

$Q:NQPwhisperbu2rang4$Q:INTei$INTERJen$INTERJa

u

$UNINTennoise$INTERJwhisperhei$INTERJjiao3xia4lainoisejiao3xia4qie4chi1fan4mei2yangr4whisperkuai4jiao2noisegan4ma2ne$Q:QWbites the tablegan4ma2nenoise$Q:QWjiao2laughing$UNINTma1ma$VOCaikuai4jiao2enwu

xxxxxxxxyu2en$INTERJnar3you3yu2a

$Q:QWmei2you3yu2ji1dan4hnn$Q:PRMPTmei2you3yu2ji1dan4jian4jian4dan4+dan4en$INTERJdan4dan4kuai4chi1badan4dan4dan4+dan4en$INTERJni3jiao2wan2lewo3gei3ni3dan4dan4endan4dan4ai4you4ni3yi4shuo1hua4jiu4diao4chu1lai2lewhisperqiao2qiao2en$INTERJdan4dan4enspoon in bowl$INTERJyou4zou3la

$Q:NQPen

noise; m sighs$Q:PRMPTen$INTERJwhisperskuai4jiao2fiu3fiu2qiu2+qiu2en$INTERJen$Q:PRMPTni3you3qiu2qiu2mei2you3$Q:VNVqiu3qiu2qiu2+qiu2ha

ha

ha

ni3ye3you3qiur2qiu2a

$Q:NQPenen$UNINTen$INTERJkuai4chi1baspits out foodhei4$INTERJtao3yan4a

bu4xu3dong4ting1jian4leba

$Q:NQPMOTzhai1xia4lai2kan4INVta1a

MOTzang1ledehalaughing softlykuai4chi1shuai1shuai1ni3zen3medeng1yi3zishang4lai2labowl and spoon$Q:QWshuai1ni3en$UNINTqiao2tao2ba

$Q:NQP:Ttao2bani3$Q:NQPautao2tao2qi4soundwhisperai4ya1zhe4fan4yi4huir3jiu4sa3lewhisperhuai4xia4lai2xia4qi4qu4chi1xia4qi4qu4a

ou

$UNINTxxxx$UNINThei4$INTERJkuai4jiao2kuai4zhexxxxxxxxxxkuai4yao4bu4en

kuai4chi1kan4ni3nong4dezhei4geai4you1footsteps$INTERJni3kuai4chi1a

xixi$VOCa

$Q:PRMPTting1jian4mei2you3footsteps$Q:MEItalking to herself, softlyzan2gei3a1yi2dao4bei1shui3he1sound of pouring water, getting cups in kitchenruns into kitchenxixi$VOCen$Q:PRMPTni3gan4ma2qi4qu4$Q:QWdangdan$UNINTqu4chi1fan4qieba3ni3nei4dianr3fan4chi1louhao3mafootsteps, pouring water$Q:QP:MINVlai2gei3ni3INVhe1wan3shui3bakuai4chi1ni3kan4kanyi4chi1fan4nong4deman3di4en$INTERJkuai4zhewhisperma1mawei4ei$INTERJha1$INTERJhahahei

$INTERJa

ni3you4gen1a1yi2nar4alaughingen$INTERJwhisperzhang1zui3en$INTERJbu4chi1lea

$Q:NQPchi1lebajiu4sheng4liang3kou3lehao3ma

$Q:QP:Men$Q:PRMPTbu4chi1re.lejiu4sheng4liang3kou3lebu4chi1re.leni3ye3he1shui3ya$Q:NQPshi4ma

$Q:QP:Mshi4ma

$Q:QP:Men$INTERJwo3gei3ni3na2qiequ4a

$INTERJenm walks into kitchen, pours water$INTERJma1ma4$VOCei$INTERJma1magei3ni3na2pours waterxxxx$UNINTenas she gives xx the cup$INTERJbiao4bu2 yao4a$INTERJyong4ping2zihe1yachair moving$Q:NQPyong4ping2zihe1ya$Q:NQPen$INTERJen$INTERJna4ni3jiu4yong4ping2zihe1babeng2na2zhei4wanr3lehao3ma$Q:QP:Mfussingenn

enn$UNINTna4ni3ba3nei4ping2zigei3wo3yaa$Q:PRMPTei$INTERJen$INTERJna2wanr3he1batraffic, shovelling sounds outside, footstepsna4ni3hai2chi1bu4chi1fan4lexixi$Q:VNVenfootsteps$Q:PRMPTeini3nei4qiang1nei4hei$Q:NQPvocalized very softly$UNINTwhispersaiyou$INTERJlaughs loudly$UNINThayou4gei3da3kai1lea

$Q:NQPca1ca1zui3a

$INTERJca1ca1zui3hai2chi1bu4chi1nei4liang3kou3fan4le$Q:VNVchi1ma$Q:QP:Mxxxxbu4 chi1$UNINTa$Q:PRMPTxxxxbu4 chi1$UNINTbu4chi1a

$Q:NQPbu4chi1la1dao3bavocalizing to herself$UNINTaiyou

$INTERJgan4ma2ne$Q:QWmo3you2na

$Q:QP:Na$INTERJa$INTERJmo3xiang1xiang1neba

$Q:NQPa$INTERJpleasedaen$INTERJjaai1+yabei2mei2en$INTERJamei2mei2mei2legei1gei3mei2la

dai4gai4en$INTERJgai4ni3gai4bafootsteps, chairxxyouxx$UNINTen

$INTERJdei1gei3shuai1sui4le$UNINTa

$INTERJMOTmicrophone fellhei$INTERJwo3gao4ni

3ni3shuo1shuo1zhei4hai2zijiu4bu4zhang3ji4xing4xx pushing chairxing2lea

chu1qu4babie2tui1le

gradually softerbie2tui1lesofterbie2tui1lelaughs and squeals, pushes chair$UNINTbia1xxbia

1xx$UNINTxxenxx puts cream on chair, pushes, and cream falls off$INTERJtao2qi4bu4tao2qi4$Q:VNVen

$INTERJdi1ledi1leku4zide2$INTERJen$INTERJpushing chairwa

$UNINTza

za

za

laughing loudly$UNINTlaughing softlyxxxxxxxx$UNINTen$INTERJdao4diao4en

$INTERJdiao4leba

$Q:NQPen

$INTERJen$INTERJjiang2$UNINTen$Q:PRMPTxxxxxx$UNINTjiu2qiu2en$INTERJen$INTERJjiu4zhen4mezhebajiu4zhen4mezhaor1bajiu3jiu2qiu2+qiu2enjiu4zhen4mege1zhebaimpatientlyjiu4zhen4mege1zhebajiu3jiu2qiu2+qiu2aawo3zhi1dao4qiu2qiu2jiu4zhen4mege1zhebaennnaennna$UNINThai4ni3wanr2ni3debasofterwanr2ni3debawanr2ni3debaxxxxxxxx$UNINTya4$UNINTlaughswanr2ni3debatui1qi4qu4qu4baqu4wanr2qi4qu4bawanr2nei4xiao3he2hemo3dianr3you2wan3wang3lian3shang4chair, trafficwei2mei2en$INTERJmei2pushing chairsing-songya1wa

yi1$UNINTen$INTERJenenenxx tries to get teddy bear to drink tea$UNINTa

a

$UNINTta1bu2hui4he1aen$INTERJaenlaughs excitedly$INTERJen$INTERJta1nar3hui4he1ya

$Q:QWaiyoudou1sa3di4xia4leta1bu2hui4he1laughinglaughing; xx tries to use teddy bear to mop up spilled teawhisperheihei$INTERJzang1lezang1lea

nem4mewanr2jiu4zang1lea

z

ang1zang1leba

$Q:NQPvery softlyen$INTERJshei2rang4ni3ge1shui3li3lea

$Q:QWge1shui3li3hai2bu4zang1a

$Q:NQPdedong1$UNINTen$INTERJjie3traffic sound, footsteps$UNINTqi4wanr2ba

ei4$INTERJxxxxxxxxxxxxxxxxxx$UNINTbai1pai1en$INTERJni3pai1yi2yi1aiyouhe$INTERJyi2yi1ba1aba1ya$Q:NQPlaughs, throws ball to maiyouhe$INTERJzhei4bianr1nezher4nelaughs together with xxfootstepsen$Q:PRMPTen$INTERJbu4xu3dong4bu4xu3dong4ma1$VOCenxx throws ball to m$INTERJaiyouhe$INTERJlaughsei

$INTERJyouthrows the ball on the floor$INTERJyi

1jin4shi3+jin4aiyoulaughs; footsteps$INTERJei

$INTERJjia1$UNINTaiyouhe$INTERJna4wo3zhuai1lea

ready to throw to xxen$INTERJen$INTERJei$INTERJai2ya4ya4ya

4microphone$INTERJMOT$UNINTMOTshi4bu2shi4you3dianr3song1le$Q:VNVINVdui4laughsMOTjin3ma$Q:QP:MINVbu4jin3INVxing2laughseiyi

1en$INTERJwanr2bani3ni3shu3shu4ani3shuo1yi1bong1$UNINTni3shuo1yi1aiyi1ba4ba1ni3kan4ayi1er4san1throws ballni3pai1yi2ge4ni3shu3yi1ge4ji1qi1ba1en$INTERJqi1ba1aiyou$INTERJni3shuo1yi1eiyi1ye4$UNINTlaughslaughsxxxx$UNINTaiyoulaughs; xx tries to get at tape recorder$INTERJzhei4ni3bu4xu3dong4xiao3bao3bei4rxxxx$UNINTata1zhuan4newo3zhi1dao4ha

$Q:PRMPTta1zhuan4neshi4ba

$Q:NQP:Ten$INTERJenen2$Q:PRMPTzhuan4nea

aa$INTERJni3bu4xu3dong4kan4zheke3yi3a

$INTERJawa4zhuan4ta1zen3mezhuan4ya$Q:QWturns around in a circleaiyoulaughs$INTERJen$INTERJen$INTERJma1mabu2dong4ma

1bu2dong4en$INTERJma1mabu2dong4gei3ni3zhei4qiu2ba$Q:NQPqu4bani3duo3kai1duo3kai1zher4baa

$INTERJgei3ni3qiu2gei3ni3qiu2bao3bao1bao1+bao1picking up case for recordera

$INTERJhigh, like xxbao1bao1yi2xxxxxx$UNINTnei4shei2debao1bao1a$Q:QWxxxx$UNINTshei2deya

$Q:QWshei2debao1bao1a

$Q:QWen$Q:PRMPTxxxxlaughs$UNINTen$INTERJgei3ena$INTERJgei3outside noisewa

$UNINTzhei4zhuang1shen2meya

$Q:QWni3gao4wo3zhuang1shen2medeya

$Q:QWenna

$INTERJhalf-whisperjiu4zhei4yangr4zhei4yangr4zhuang1shen2medeya

$Q:QWyou3ma

$Q:QP:Myou3mei2you3$Q:VNVen

$INTERJenfai1huai4en$Q:PRMPTyouyi$UNINTen$INTERJni3bie2dong4zhei4gezhei4ni3bu4xu3dong4bu

3ri4laughs$UNINTen$INTERJwhispersbu4neng2dong4laughs softlyjie2qiu2en

throws ball$INTERJxxx$UNINThai$INTERJzen3megui4di4xia4a

$Q:QWu$INTERJni3shu3ge4shu4en$Q:PRMPTpai1ji3ge4le

$Q:QWpai1laughsyi3wa

ni3 wanr2en$INTERJxxx$UNINTyiaia$UNINTen$INTERJzen3melea$Q:QWen$INTERJenen$INTERJzen3melea$Q:QWdji4di4di4ya

en$INTERJge1di4xia4ya

$Q:NQPlaughing, vocalizingyi3bai1ni3 pai1en$INTERJpai1wa1throws ball$UNINTwa

$UNINTen$INTERJchao2nei4bianr1qu4jian3qu4jian3en$Q:PRMPTqu4jian3qi4qu4xx runs to get ball; m laughing softlyma3nme2guan1 men2bu4guan1men

2guan1men2gan4ma

$Q:QWxxx$UNINTguan1men2jiu4gai1re4leaxixi$VOCa

$INTERJkai1kai1men2xx throws ballINVji4shi2jian1INVen$INTERJqi4ba3men2kai1kai1a

$INTERJkuai4qi4footsteps, but ignores mfootsteps, pushing chair$UNINTyi2$INTERJha1$INTERJsui2$UNINTen$INTERJhahaai

you

m and xx both laugh$INTERJfootsteps, laughingyiba4a1yi2footsteps; xx laughing$UNINTen$INTERJjie3zuo4di4en$INTERJreng1baen$INTERJreng1xxxdi4you4zuo4di4zuo4di4xia4bu4xi3huan1enenenenen$UNINTjie3di4screams$UNINTlaughsjie

3zuo4laughskuai4qi3laughinglaughs quietly; footstepsxixi$VOCni3shu3ge4shu4a

kuai4lai2ma1jiao1gei3ni3guo4lai2lai2yi2yi1ba1shen2meyi1ba1yalaughs quietly$Q:QWyi1something drops; xx standing on m's footaiyouyou4you4$INTERJza2zhao2zou4ni3lea

laughsennennfootsteps$UNINTwhisperstao2qi4gei3ni3zhei4geenas m gives it to her$INTERJfootstepsjiu1ma1ma1$VOCduang1$INTERJbang1$INTERJdeng$INTERJlaughs through next series of voc'sdeng4$INTERJdeng4$INTERJen$INTERJbeng

4$INTERJen$INTERJdeng4$INTERJhaiyou.aiyou$INTERJdong4$INTERJaiyou$INTERJlaughsquietlybang

4$INTERJdeng2teng2bu4teng2m blows on xx's fingerhao3leendeng2teng2laughing softly, cutting food in bowlwo3wen4ni3eieixie

2en$Q:PRMPTenn$INTERJzhei4shi4chui2zien$Q:PRMPTni3ruo1shuo1chui2chui2zim hits balloon hammeren$INTERJenhits hammer again$INTERJaiyouhe$INTERJzhei4shi4shen2mechui2ziya

$Q:QWen

hammer$Q:PRMPTyi2$INTERJeini3gao4yi2ni3jiao4shen2meya$Q:QWINVyi2$VOCni3jiao4shen2meplaying with hammer$Q:QWni3ruo1shuo1chen2xi1shuo1yani3jiao4ren2shen2me$Q:QWni3gao4wo3ni3jiao4ren2shen2me$Q:QWyi2does xx think m is telling her to "jiao4 a1+yi2"? if so, "yi2" is an appropriate answer, but not for m's actual questionni3ruo1shuo1ni3ruo1shuo1ta1jiao4chen2xi1di1di1Xi1Xi1a$INTERJchen2xi1$VOCni3shu3ge4shu4playing with hammerni3ruo1shuo1yi1shuo1yi1plays with hammershuo1yi1er4shuo1yashuo1yaxxxenplays with hammer, xx runs$INTERJdie

$UNINTaiyou$INTERJhahazen3mela

$Q:QWhahahahajiu4jiu2qiu2+qiu2hahazen3mela

$Q:QWraspybu1footsteps$UNINTxxxaiyou$INTERJda3wo3ya$Q:NQPlaughs, pushing chairmm

$INTERJbia1yi$UNINTaiyou$INTERJlaughing, pushing chairbiayi$UNINTaiyou$INTERJou

3$INTERJda3yi3ni3pushing chairenpushing chair$INTERJda4da3laughingda3ni3da3wo3dou1jiu4bu4gen1ni3wanr2lelaughing, pushing chairnei4xiao3xiong2na

$Q:QP:Nna4jiu4reng1di4xia4le

footsteps$Q:NQPyio

ashi1.lewa

$UNINTlouderyioashi1.leen$INTERJenfootsteps$Q:PRMPTzen3mele$Q:QWjiu

jiushi1+shi1shi1lea

$Q:NQPen$INTERJgang1cai2ni3bu2zhan4zheshui3ma

$Q:QP:Mke3bu4jiu4shi1lea

shi4ba

$Q:NQPen$INTERJen$INTERJyi4da1$UNINTen$INTERJgei3ta1yi4qiang1dong4$INTERJeda3ni3laughing softlylaughsaiyou$INTERJshuai1shuai1leajiu4footsteps; something dropsaiyou$INTERJbi

4$UNINTlaughingyi

yi

yi

$UNINTtao2qi4noisemm

$INTERJaiyou$INTERJaiyouyou4shuai1yi2pi4duir1kuai4xi3qi3lai2ajiuhe$INTERJlaughskuai4qi3ajiu

4laughs$INTERJxxxnar4shi4shen2me

$Q:QWya4shi4yao4+shi4very softyao4shifootstepslaughszhei4shi4kai1nar4dema

$Q:QP:Men$INTERJshi4a

$Q:NQPjieshi4en$INTERJshi4na4ni3jiu4kai1balaughingnjacha1shang4la

footstepseiya$INTERJenr gives xx plastic wrapping from audiotape$INTERJquietni3shuo1xie4xie4lema$Q:QP:Mni3ruo1shuo1xie4xie

4die4die4xie4+xie4laughsei$INTERJyi2$INTERJxxxei

$INTERJzhen1hao3wanr2hei

zhen1hao3wanr2hei4noiseen$INTERJgei3ni3wanr2ni3pai1bapai1xiangr3enas m gives xx the paper$INTERJMOTchanging tapes; tape 2, g102, transcribed by qhfussingeh

hm$UNINTehnni3pai1ni3zi4ji3pai1ni3pai1hmnxx tipping bucket of toysehnghehdao

3aooulaughs$UNINThmnyou4dao3leba

$Q:NQPahh$INTERJhmnxx dumps bucket of toys on floor$INTERJhai4$INTERJjun1jundeang

jun

1jun

jun

hhxx playing with toys$UNINTai4you

2dao

3aozhan4qi3lai2zhan4dao

3in rapid successionhai4ni3shuo1zheihai2zihai4shei2jiao4ni3gui4di4xia4dekuai4qi3lai2zhan4qi3lai2aihhai$UNINTendiandou$UNINTai

hh$INTERJqiu

2hmnqiu2qiu

2aihhaiai$INTERJma1mm

$VOChhhnlaughing softly$INTERJzhan4qi3laiqiu

2zhan4qi3lai2qiu

2ahhqiu2ni3jian3qu4jian3qiu2qu4qu4jian3qu4jian3qu4ai4ehn

gm

$INTERJhhhsqueal then laughheeheehhhheehee$UNINThh$UNINTou

uh$INTERJou

ounh$INTERJai4yahei4zhan4qi3lai2kuai4lai2zhan4qi3lai2bu4xi3huan1ni3la

aahhm looking for toys in bucket$INTERJzhan4qi3lai2m looking for toys; xx's footstepshmmyong4zhei4gequ4wanr2hnnhmmzhei4che1gu2luzen3memei2le$Q:QWhm

m$Q:PRMPTche1gu2lunem looking for toys$Q:QP:Nai

ai$INTERJei4ei4eibu4neng2dong4ai

hai4hai4hai4hai4zhei4ke3bu4xu3dong4zhei4li3hai2you3dong1xi1kuai4zhei4ke3bu4xu3dong

4a

ma1gei3ni3zhao3wan2yir4a

dao4bu2dao4dao4leyi1di4ma1hai2dei3zhuang

1ehn

$INTERJehn

hmmhhhplaying with toys$INTERJshoutingxxxxdao

4dao4yi1di4hai2dei3zhuang

1m looking for toyshmm$INTERJhmmzhei4gezhei4gehao3ba$Q:NQPba1ba1ba

2zhi$UNINTehhn$INTERJxxxxxxdi4qu4$UNINThmm$INTERJdi4di4bu4xu3zuo4di4di4e

nn

ahh$UNINTzuo4di4di4bu4hao3ehao

ou

ooo$UNINTnonsensedun2unh

dun

un

dun$UNINTei

4dun1zhedun1zhewanr2dun1zhewanr2dun1zheei

hh$INTERJyao2yao1hao2duo1duodian

3di

1wo3 yao4 zi4+che1 zuo4 di4$UNINTahh$Q:PRMPTaiai

youxxxxxx$INTERJlaughshai

$INTERJshuo1deshen2meya$Q:QWyao4dei4di4ahh$Q:PRMPTdi4di

4ya$Q:NQPahh$INTERJzuo4di4xia4liang2bu4liang2zuo4di4xia4$Q:VNVzang1bu4zang1$Q:VNVenh

$Q:PRMPTenh

hen$UNINTzhe4shi4shen2meas she taps toy$Q:QWxiao3renr2renr

2ni3shuo1xiao

3tu4tu4tu4hmm$INTERJwhiningen$UNINTzhei4gene$Q:QP:Nwhiningenh

$UNINTen$INTERJzhei4shi4shen2me$Q:QWenh

$INTERJhmmzhei4shi4shen2me$Q:QWxiao3tu

4tu4zhei4bu2shi4tu4tu4zhei4shi4xiao

3lu

4lu

3lu4lu4+lu4hmmxiao

3lu4ai

2very high pitchdodoodoodoodalaughs$UNINTzhei4shi4shen2meya$Q:QWhmmgou

3gou

3gou3gou3a$Q:NQPenh$INTERJshi4gou3gou3ma$Q:QP:Mshi4deshi4am looking for a toy$Q:NQPzhei4gene$Q:QP:Nni3shuo1zhei4shi4che1che

1ehqi4qi4+che1qi4che1che4che1qi4+che1qi

4che

1zhen4mewanr2che

1zhen4mewanr2tui1ma1gao4ni3du

aoas she pushes the car$UNINTzhen4mewanr2ei

aoxxdu

aou

aopushing car$UNINTao

enh

enh

$INTERJei

hhxx pushing car$INTERJhmmzhei4che1huai4lezhei4che1shi4ma$Q:QP:Tenh$INTERJenhzhei4genexx plays with car$Q:QP:Nhuai4leshi4ba$Q:NQP:Tenh$INTERJhmm$INTERJzou

3hmm$Q:PRMPTdzou

3zou3zhan4qi3lai2ni3lao3dun1zuo4zhedun1zhedun1qi3lai2dun1zheyao4bu4chong2chong2yao3pi4pi4lekuai4qi3lai2kuai4qi3zhei4shi4shen2me$Q:QWyao3xiao3renr

2xiao3renr2a$Q:NQPgou

3gou

3gou3aenhenhenh$UNINTxiao3renr2zou

3xiao3renr2ahh

$INTERJgan4ma2$Q:QWdou

3zou3fussingenhm

hh$UNINTrang4ta1zou3a$Q:NQPenh$INTERJta1mei2you3tui

3mei2you

3tui3enh4$INTERJta1mei2you3tui3xx throws balldiu4$UNINThuai4kuai4qi3lai2bu4xu3zuo4di4xia4qi3lai2xx playing with toyskuai4dianr3slurredzhei4shi4shen2meya$Q:QWzhei4geshenr2renr2zhei4shi4xiao3ya1ya1enya1yaya1yaenhlaugh$INTERJenh$INTERJyi1yi

$UNINTyi1playing with toys$UNINThai4xx plays with toys$INTERJenh$INTERJdao

4dao4leni3bu2shi4dao4lema$Q:QP:Mhai2yao4ni3dao4dao

4ao

ai4yo

u$INTERJshoutingarrahrah$UNINThai2dou1dao4chu1lai2yashoutingahh

$INTERJhhh

hhhhhhhhdao4hmm$INTERJshoutingarhdada

dumps bucket of toys$UNINTennhh

qi3hmmkuai4qi3ai

hhei

4$INTERJenh$INTERJenh$INTERJenh$INTERJai4yo

uhe4$INTERJai4yo

uhe$INTERJlai2sound of toysde1che1hmmnche1hmmyi1$INTERJlou

2$UNINTlou

2xx playing with toys$UNINT -mao2mao

1xiong2+mao1 -hmmmao1mao1na4shi4xiong2mao1ahhm winds up a green plastic animal$INTERJoooohh

oooohh

$UNINThmm$Q:PRMPTaohh$INTERJ -xiong2mao1xiong2xiong1mao1 -ahh

ahh

ahh

$UNINThhdai4dai4a$Q:NQPzhei4mei2you3shengr2ledai4bu4liao3lemei2shengr2lehmmqu4bamao2mao

1ahmmmao1mao1engmao

1mao

1quicklymao1mao1hmm$INTERJzhuang2ni3$UNINTai4you

2he$INTERJei

hh$INTERJzher4neyao

3ou

hmmyao3rada4$UNINThmmxx playing with toys$INTERJni3kan4zhei4gem winds up toyni3kan4kan4zhei4shi4shen2me$Q:QWenh

enh$INTERJkan4zhei4shi4shen2me$Q:QWkan4zhei4yao1enh

enh$INTERJlaughsai

hhhhzou

3hmnmheioudou4eiadou4a$INTERJhmm$INTERJeidou2dou1dao4$UNINTlaughs softlyzher4ning3zher4xixining3zher4ning3zher4ning3zher4hmmm winds up the toy and lets it go, then xx plays with itai

hh$INTERJyou4zuo4di4xia4yi4huir2shenr1shang4you4dou1zang

1leqiao2qiao2qiao2qiao2qiao2qiao2zang1leba$Q:NQP:Tkuai4qi3lai2ba

ehhshenr1shang4dou1zang1leei

hhehh$INTERJma1magei3ni3zhei4geni3bie2lao3na

2ta1ahhxx plays with toysen

ghmdou

3zou3en

ghmehhdzo

u

3ehhzou3am winds up toy again, lets it godou3zou3ehhdzo

u

3zou3hmm$INTERJhh$INTERJgan4ma2ne$Q:QWgan4ma2$Q:QWenhmenh$INTERJahhzen3mela$Q:QWxx looks behind her through her legs, then squats and pees on the floormei2you3a

ai4$INTERJni

3you

4m slaps xx then goes out to get a mop from the balconykuai4qi3lai2mei2xiu1ba$Q:NQPhmmxx playing with toys$Q:PRMPThh

$INTERJhhn$INTERJhhh$INTERJhhzou3zou

3a$Q:NQPzhe

4zhe

$UNINTlaughshnnzou

3ehzou3hnn$INTERJzou3lexx plays with toyzou

3hmmtoy falls on groundai4you

2$INTERJai

4you

3m picks up toy, winds it up, and lets it go$INTERJhmm$INTERJbie2ti1yaehn

$Q:PRMPTti1ta1gan4ma2a$Q:QWehn$INTERJgou

3zou3ehhm winds toy and sets it off$INTERJma1ma

1$VOCai

4$INTERJxx runs to men

ghm$INTERJqu4wan2rbae

n$INTERJna2zhei4gegan4ma2na2zhei4ge$Q:QWehn

$Q:PRMPTna2zhei4gegan4ma2ya$Q:QWyao4shiyao4shialaughs; m walks into kitchen then comes back just as keys fall on floor$Q:NQPai4you

2$INTERJai4you2laughai

hhhai$INTERJzen3mela$Q:QWaihh$INTERJhhsden

g2teng2wo3kan4kan4aehh$INTERJenhenh$INTERJnei4genei4ba3yao4shishi4kai1chou1tidenei4huang2ehhtong3se4zhei4gezhei4gem helping xx find the right key to open the drawerai

hh$INTERJbu4bu2dui

4bu4dui

4xx jumping up and downhmmkai1kai1lem shows her that it is unlockedexcitedei4you

2enh

hh$INTERJyao1laughs$UNINTai

hh$INTERJbei

$UNINThmm$INTERJhnnbu

4dui

4hhhaxx jumping up and down againni3kai1ani3zi4ji3kai1yani3zi4ji3zhe4mezhekai1zhe4mezhehmmm shows her$INTERJhmmbu

4dui

4hmm$INTERJkai1hhbu4dui

4zhei4bu2shi4kai1lema$Q:QP:Mbu2shi4gei3ni3cha1shang4lema$Q:QP:Mkai

1cha1shang4ni3zi4ji3kai

1zi4ji3kai

1yao

ouou$UNINTyao

$UNINTya

$UNINTlaughs softly to herselfda

nie2xx pushing chair and ball together$UNINTqiu2xxxxxx$UNINTa1yi2xxxxpai

1qiu

2ma1ma$VOChmmaqiu

2azou3zou

3xx pushing chair and ballkan4zhebie2ya1a1yi2jiao

3uh

oowwoo

hoowh

$UNINToow

oow

woo

oow

woo$UNINThei4nei4qiu2qiu2ne$Q:QP:Nhei4qiu2ne

$Q:QP:Nqiu

2ne

$Q:QP:Nqiu2neni3nei4qiu2ne$Q:QP:Nhai4luan4bie2tui1nei4geoow

woooowhn

unxx still pushing chair, laughing$UNINThai4hai4ei4ei4ei4ni3nei4qiu2ne$Q:QP:Nni3nei4qiu

2ne$Q:QP:Nqiu2nar3qu4le$Q:QWahh

$Q:PRMPTqiu2ne$Q:QP:Nnar3ne$Q:QWhmm$Q:PRMPTni3gei3wo3zhao3qu4wo3chou3chou3zai3nar3ne$Q:QWdar4zher4ahhqiu2ne$Q:QP:Nzhei4shi4nei4qiu2azhei4shi4qiu2ma$Q:QP:Mda

4$UNINTqiu2$UNINTzhui4ni3as she throws the ball$UNINTou

ounhhh$UNINTqi3lai

2zhan4qi3lai

2yi

2wa

4$UNINTai4you

2helaughs$INTERJxxxxxxxx$UNINThhhhhhhhhhhh$UNINTpi

$UNINTai4you

2he$INTERJta1you4gui4you4gui4di4xia4qi3lai2a

hhha$INTERJbu

ya$UNINTai

aihhxx crawling on floor, playing with ball$INTERJtschhai4zen3mezou3lu4ne$Q:QWxixi$VOCzhan4qi3lai2zhan4qi3lai2ahh$Q:PRMPTwo3yao4ni3zhan4qi3lai2yi1er4zhan

4yi

4ding4$UNINTai4you

$INTERJba3$UNINThmmqu4jian3qu4jian3qu4qiu

2xx throws ball at menh$INTERJhmm$INTERJhigh pitchhmmxx running around after ball$INTERJhhhhpanting$UNINTyi2xx throws ball at m$INTERJai4you

2he$INTERJehnehn$INTERJtschqu

4laughstschqu

4qu4qu4qu4whisperinghai4qi3lai

2ai4dou

4$UNINTlaughsqu4qu4qu4throws balldejun

$UNINTzhan4qi3lai2zou3lu

4ehh

ehxxxxxxxxxxxxxx$UNINTchen2xi

1a$VOCzhan4qi3lai2zou

3lu

4ehh

ehahh

deng

enahh

aahhdeng

ahh

deng$UNINTai

hhxx throws ball at m$UNINTda

3ni3da3ni3da3ni

3xx running aroundai

hhbingbingbingberehzherqiuqiuahh$UNINTda3ni3aqu

4both m and xx laugh$UNINTa

da3ni3ai4you

2$INTERJoudeng

2teng2deng

2de4xx kneeling on ground again$UNINTtschlao3gui4di4xia4aeng

$INTERJzhan4qi3lai2qiao2ni3nei4shou3dou1hei1lebalao3gui4di4xia4laughing, soft voiceni3gan4ma2ni3ne$Q:QWai

4you

2$INTERJma1ma

1$VOCai

4xx still pushing chair$INTERJxixiyaguo4lai2guo4lai2wo3kan4kan4ni3dexiao3bei4bao

akuai4lai2laughs; end of visit - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx2i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/cx2i.xml deleted file mode 100644 index eb0e862..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx2i.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - -duo3kai1xxxxxxdiao

4na4shi4shei2rang4ni3lao3chuan1tuo1xie2awo3jiao4ni3tuo1chuan1ni3dexie2lebabu4xu3chuan1tuo1xie2enen

gei3gei3a1yi2yi1gequ4aoenni3shuo1a1yi2chi1aoaoba3ni3nei4shou3xi3xi3guo4lai2nei4gexian1xi

3xian1ba3ni3shou3shou3xi3xi3lai2deleenmei2pi

2eiyou3pi2yi4huir3ma1magei3ni3bo1ba3zhe4hong2degei3a1yi2aoenenchi1baaoxxxxyou3pi

2aiaoyou3pi2mei2guan1xi4deyou3pi2pa4shen2medeyaren2jia1shei2chi1ren2dou1chi1pi2jiu4shi4ni3bu4chi1pi2INVenaiyajiao4yi2ni3shuo1yi2xxgei

3ai

INVgai

3gei3zen4meshuo1ni3shuo1xie4xie4yi2chi1zen4meshuo1INVyi

2ai

hao3ni3shuo1yi2chi1bu4neng2shuo1chi1ni3shuo1yi2chi1INVye

2yi2ni3shuo1yi2yi2chi1INVye

2yi2ni3rang4yi2chi1aiye

2yi2laughlaughaiINVlaughINVta1gao4wo3you3pi2INVmei3hui2chi1ren2dou1gei3ta1bao1pi2MOTenINVer2qie3chi1shen2medou1shuo1bao1pi2you4wang3di4xia4reng1gei3wo3jian3qu4INVeenni3beng2gei3bao1ni3ni3ni3ni3beng2gei3a1yi2bao1a1yi2zi4ji3hui4bao1ni3ni3ba3nei4gepi2bu4xu3gei3wo3wang3di4xia4reng1aoting1jian4lemazou3kai1ni3bu4xu3gei3wo3wang3di4xia4reng1aohai2gei3wo3cuo1bu4xu3wang3di4xia4reng1aoxxxxxxyao1+he sheng1xxxxxxxxyao1+he sheng1xxxxxxxxyao1+he sheng1xxxxxxxxyao1+he sheng1INVyi

2you3pi2mei2guan1xi4dena4pa4shen2medepi2ye3neng2chi1xxxxyao1+he sheng1pi

2zhen1shir4pi2you3pi2INVpi

2aiyou3pi2jiu4bu4neng2chi1lapi2mei2shir4deyoudiao4lelaughINVlaughlaughxiao3tao2qi4bao1laughta1dou1gei3zao1jianleta1yi4chi1ta1jiu4zao1jianda3pi

2heiyao3yi4kou3jiu4tu4xxyao3yi1kou3jiu4tu4yao4bu4shuo1dou1dou1bu2ai4gei3ni3chi1chi1leni3jiu4zao1jianni3kan4kan4endei3zhe4ya

4la4enla4laughnei4shei2bu2ni3bu4xiang3chi1bani3aalaughlaughaini3yao4xiang3chi1ni3ni3ni3jiu4bu2la4leni3INVta1shuo1la4xxxxxxla4ni3rang4a1yi2chi1barang4a1yi2chi1nei4geejie

4ni3shuo1a1yi2nin2chi1nei

4gexxINVai

hao3leINVheilaughzhei4ni3chi1zhei4geni3chi1nei4geINVjiang

1a1yi2bu4chi1nei4gea1yi2a1yi2xian2ni3nei4gelaughni3chi1zhei4gea1yi2chi1nei4geni3gao4su4a1yi2zan2yi1ren2yi2geaoINVyi2geaoyi2gexxxxINVnin2chi1leINVmei2you3aINVhai2you3hao3duo1neINVnin2chi1barang4a1yi2chi1xi1xi1ni3rang4a1yi2chi1ni3rang4a1yi2chi1ni3gei3yi2ni3gei3yi2xxxxxie4xie4ni3shuo1yi2chi1INVe3yi2je2chi1shuo1ni3shuo1hao3chi1INVao

3jie2hao3+chi1enhao3chi1laughaoje1chi1aoni3gei3yani3shuo1yi2nin2chi1baenINVje

1chi1ni3shuo1nin2chi1bashuo1ni3shuo1nin2chi1INVan

je

1chi1laughman2man2man4+man4chi1hao3balaughINVenwo3xian1fang4hao3maINVenlaughwo3xian1fang4zhehao3bani3shuo1xing2INVenINVya2xing2laughzhe4xiao3dong1xi1xiao3dong1xi1chaun1shang4xie2you4you4guang1jiao3ya1zichuan1shang4bu4chuan1chuan1shang4ni3kan4kan4a1yi2dou1chuan1xie2leni3bu4chuan1xie2enjie

3xie2xie2dui4dou1dei3chuan1xie2en

jie2xie2enxie2mu4se1en

3ao

1e3da1laughenzher4enzhe4shen2meshi2hou4you4ceng4dehei1azher4jar4zher4shen2meshi2hou4ceng4dezhei4shi4xxjar4zher4ejie

4zhei4de2le

nei4genei4gegen1nei4gedou1rang4ni3gei3nong4huai4lenei4gefang4jie1zher4zhe4dou1rang4ni3gei3nong4huai4leni3hui2lai2rang4ni3ba4xiu1xiu1aoenhenhenjie

1zher4ni3ni3ni3zhei4gebu4xiang3xxzhe

4ni3kan4ta1dou1huai4leni3kan4ni3kan4bu4xiang3enni3kan4dou1huai4lehaoendou1huai4leenen

hui2tou2ni3ba4hui2lai2dei3da3ni3leenenxxxxenjiang

3xiang3na4ni3chi1tao2bu4chi1leen

ema1mashuo1zhe4huai4leta1bu4xiang3lexxxxxxbeng4aenni3jiu4zen4mebeng4bu2jiu4de2lemaner4bu4xiang3lehui2tou2nong4huai4leni3ba4bagai1da3ni3leni3beng4aentao3yan4ene

sheng1yin1zhe4xxxxeizhei4nei3shi4xiao3adou1bu4zhi1dao4xxxxxxxxyao1+he sheng1qi3lai2wo3kan4kan4zhei4zhei4sen3meshi4zhei4gem

dongbie2dong4gao4su4ni3zhei4huai4leni3fei1dei3yao4ting1ting1ting1ting1shen2meyaen

enxxxxbu2hui4nong4zhe4gewan2yir4nexxxxxxxxgan4ma2yamusicbamusicqu4beng4qu4bamusicbeng4qu4baeijue

2eishi4babeng4bani3bu2yao4beng4leguan1lexxlaughmusicINVyi2xxxxxxxxxxenchi1dong1xi1jiu4zao1jianni3ni3you4dong4yao4bu4ran2ni4jiu4beng2ting1lesingni3yao4xia1dong4wo3zou4ni3leaosingbeng

4ni3yao4tiao4ni3jiu4hao3haotiao4yao4bu4ran2jiu4guan1shang4musicyisingei

musicenmusicsingmusiccoughmusicni3you4xia1dong4aomusicaiwai

yiwamusiccoughxxxxxxxxni3you4en4qu4leenyuedahai2da

3mei2you3legang

1guan1guan1leeguan1lejiu4mei2lebeita1chang4wan2lebeienmeyaaiyouni3jiu4xia1nong4bacheng2xin1xxxxxxyao1+he sheng1xxxxxxyao1+he sheng1xxxxxxdasu1da1yaebiexxxxxxenxing2leguan1shang4bani3dou1gei3nong4huai4leenbaenenzhei4geeizhei4gewo3kan4shi4nei3geyazhei4gezhei4hei1men2ni3ni3bu2hui4ge1li3ni3gei3ge1huai

4leni3yao4ge1bu4hao3xing2lequ4tiao4qu4bazhei4gejiu4bie2en4letiao4qu4baqu4musicenzhe4eini3yao4chuan1shang4zhe4xie2enda

4eda

4chuan1da4degan4ma2yaeida4ni3chuan1xiao3delebazhei4da4jiang4musicehenmusicxxxxxie2wang3nar3ge1ni3shuo1ni3wang3nar3ge1zhei4xie

2yao4xxxie2shi4maxxxxxxxxege

1yigai3gei3gan4ma2laughni3zen3menen4meyu2ani3na2ni3depo4bi3huan4yi2gehao3deaalaughzai4huan4yi2gebalaughyao2yao2nei4geyao2yao2nei4gezhei4gena2zhei4gehuan4qu4na2zhei4gehuan4qu4INVenxing2musicxxxxenyaya

xxxxxxINVyaya

xxxxxiao3renr

2shi4baINVaINVINVrenr

2laughzai4gei3ennei4geashi4yao4nei4geanar4hai2yi2geneINVenenINVenenhen

INVaINVenen

INVenli3chen2hui1eini3dexie2nen4megao1ji2naaenen

enjiu4ge1zher4chuan1shang4xie2bu4neng2lao3guang1jiao3ya1zixxxxaiyani3lao3kai1zhei4wan2yir4gan4ma2yaenkai1zhedianr3hui2tou2you4nong4huai4lewo3bu4guan3nong4huai4leni3ai1da3aoen1ai1da

3nong4huai4leni3ba4da3ni3zhi1dao4maen

en

enheneichi1nei4gebaendai

2eidai

2dang1ran2ge1nei4li3zen3melehenbu2yao4leda3enaiINVen

enhao3chi1maINVenlaughhao3chi1maenxiang1mada1xiang1xiang1aai4chi1bu2ai4chi1babaaiyouhuozhe4gexiang1naenai4chi1maenai4chi1aendedao3zhe4gan4ma2yaxxxxxxxxxxxxxxxxnei4geguo4lai2guo4lai2ou

zhei4gexxxxxxai

zhei4gebu4neng2dong4zhei4yi2dong4jiu4huai4leshe2lezhi1dao4baenzhe4yi2dong4jiu4she2leeieie

2she2aoyi2dong4jiu4she

2aoenshe

2she2lea1yi2shuo1de

ni3pei2babeng2mai3chi1deleba3qian2gei3wo3bapei2bayao4ni3pei2zhi1dao4maa1a1+yi2da

3enrang4ni3pei2ou

enenengei3yi2chi1gei3yi2aiyou

na4kou

1ouna2yi2gena2duo1duo1dehai2you3neyi2hai2you3you3ni3jiu4wang3wai4dao4bawang4shou3li3dao4dui4xxxxai

dao4hao3bao3bao3you

laughhao3lehao3lehao3lelaughxxxxchi1balaughei

zhen1hao3yi2geyi2gedeei

ni3rang4a1yi2ni3chi1baINVqi

2chi1enni3shuo1chi1baINVqi

1chi1eni3rang4a1yi2chi1ni3dou1na2guo4lai2leenni3ba3zhe4da4degei3a1yi2da4ge4deda4ge4degei3a1yi2ge1shou3li3enhao3bao3bao3enenda4eneneihao3gei3a1yi2chi1INVenchi

1a1yi2gei3xi1xi1chi1xxxxnin2chi1enzhe4ren2INVxxxxni3shuo1nin2chi1chi1INVe3nin2jai4chi1laughchi1ni3shuo1nin2chi1INVe3nin2jai4chi1aohao3laughzhe4xxlaughzhen1hao3INVxxxxlaughhao3wu4bu4jai4chi1aoa1yi2bu4chi1aenlaughbu4ji1chi1wu4bu4ji1chi1ni3rang4a1yi2chi1awu3bu4jie1chi1bu4ji1chi1aen3bu4jie1chi1bu4chi1aena1yi2bu4chi1aenna4ni3neen3ni3ji1chi1ni3chi1aenenenadang2en

laughai

li3da

2enenni3rang4a1yi2chi1baen3bu4jia1chi1enwu1bu4xie1chi1bu4chi1aenna4a1yi2ke3neng2yao4gei3ni3liu2zhebeishi4baen4bu4jie1chi1laughen4bu4jie1chi1chi1babie2zen4mena2yi2geyi2gedebayouaiyou

aiyou

houlaughaiyouzhua1zhen4meyi2da4ba3aenna4ni3ge1de2dao4zui3li3mazhua1zen4meduo1enxxbawo3gei3ni3jie1xia4lai2enyao

3enwo3gei3ni3xxbeng2yao3nei4gelexing2dai1huir3en

hei

siheyao3zhu4wo3deshou3heiyouni3xian1jiao2xing2leixian1jiao2dou1diao4lexian1jiao2jiao2wan2lezai4ge1zui3li3aoaoaoshang4shang4qu4shang4qu4dou1xxshuai1leshang4hui2shuai1xia4lai2lebana4ni3hai2shang4shang

4enendou1diao4leyezhe4chi1dong1xi1jiu4na2ta1zang1si3leen

enhengei3a1yi2kan4a1yi2shuo1ni3tao3yan4deaienenenyou3xxxxxxxxxxxxxxaoxxxxxxxxmei2shir4ni3zhei4yang4bu2jiu4ya1bu4zhao2lemaxxxxhai2pa4ya1zheenhenfa

4aienen

en

waaiyouchi1alaughkuai4jiao2INVenenen

yie

1yi2aiINVji1jie

1zhei4shi4ge1shen2me

enai

lu4yin1ji

1wu4ji1lu4+yin1+ji1ailu4yin1ji1ni3shuo1yi2gelu4yin1ji1e3ji

1lu4+yin1+ji1ni3shuo1lu4yin1ji1en3jie1lu4+yin1+ji1yin1ji1lu4+yin1+ji1laughINVyin1ji1lu4+yin1+ji1jiu4bu2hui4shuo1lu4laughni3shuo1lu4wuo4lu4yin1ji1yin1jie

1yin1+ji1laughhao3laughlu4yin1ji1laugheieiei

enlaughlu4yin1ji1INVwu3ji1lu4+yin1+ji1enenni3ye3shuo1ni3shuo1lu

4yin1ji1shuo1yalaughenhena1yi2hao3maINVdao3hao:3xxxxenhao3xi1xi1hao3maxi1xi1hao3maINVdao3hao3laughwo3shuo1xi1xi1bu4hao3ni3hao3mahao3hao3alaughthe 2. side of the tapeao

nei4bu4neng2dong4aixi2xi2xi2xi2nei4bu4neng2dong4aonei4gewo3menbu2dong4lehao3bu4hao3gang1cai

2nei4bi3shi4maa1yi2gei3ni3zhei4gebi3hao3baei

zhei4gehao3eizhei4gehua1dehaoenzhei4geni3gei3a1yi2hao3bu4hao3enai

gei3a1yi2leeieizhen1guai1enbi

3eaiyouhebi3ma1mahua4hua4mama1ma

ni3xxxxxxni3hua4ni3yi2hua4yi1shen1enzhei4yang4na2zhebahao3maenmei2you3lejiu4yi2gezhi1dao4maenda

3da3yaenenna4ni3nini3gao4su4a1yi2ni3ni3ni3zhu4nar3aINVhai3jie4hai3+dian4hai3dian4alaughyou

laughzhu4ji3lou2aai3jie4hai3+dian4wen4ni3zhu4ji3lou2hai3jie

4hai3+dian4aohai3dian4ji3lou2aaijiao3rou

2jiu3+lou2liu4lou2aehelaughenenqiao2ni3zhe4ha1la1ziwo3gei3ni3ca1ca1na4zui3lao3bu2bi4zheenda

3ca1ca1aoda3kai1leda3zai4ni3deshu1shang4hua4qu4baxie3gezir4aoxie3chen2xi1aofan3leyou4fan3leyou4fan3leba3nei4gebi3diao4guo4lai2MOTxxxxxxxxINVeieiwo3kan4ni3hua4deaiyou

bie2zai4zhe4hao3zhe4shi4zhe4shi4nei4ben3hao3debazhe4shi4nei4ben3hao3deabu4xing2na2nei4ben3na2yi4ben3huai4dequ4na2nei4ben3po4dequ4qu4huan4yi4ben3shu1aozhe4ben3shu1shi4hao3deni3bie2enni3jin4na2hao3shu1ni3aowo3gei3ni3na2yi4ben3baxxxxbu4xing2ma1magei3na2yi4ben3bagei2gei3na2na2yi4ben3shen2medezhei4gehao3lezhei4gejiu4xing2guo4lai2zhei4geeizher4xie3xie

3xi1xi1hao3maen

aohai2bu2rang4wo3fu2zheejie1xi1azhe4zhen1nian4xi1mawo3ke3chou3zhebu2xiang4enji1xi1enxi1ni3zai4xie3gechen2enzher4zhei4genian4xi1aenzhei4geneenjie4zhe4zhei4nian4zhei4nian4shen2mejie4zher4aoshen2meyazai3zai4zher4zhei4shi4shen2mejie3zhei4nian4shen2mema1mu

1mao1+mao1zhei4nian4shen2mema1mu

1mao1+mao1nian4mao1mao1enna4zhei4genemao1mao

1zhei4ye3nian4mao1mao1aenmu

2mao1shi4mao1mae1bu2jie4shi4bu2shi4zhei4cai2shi4neei

enzhei4cai2shi4neenhen

xxxxxxwo3kan4zheni3xia4xxxxmu1mu1mao1+mao1enmao1mao

1mao1mao

1enmao1mao

1enwa

4pa4pa4pa4shen2meyamao1mao1you4bu4yao3ni3aiapu1aenba4pa4shen2mepa4shen2meenmao

1musicdang4luo1da1xxxxenxxxxxxxxaokan4aexxxxxie3xie3yi1dai3xie3yi1en

da

3xie3yi

1yi1yi1xie3geyi1xie3yi

1enenzen4mexie3ni3kan4ni3ni3kan4ni3kan4hua4shen1shang4lebakan4jian4lemazher4li3ang

1kan4jian4lemaenbu4neng2wang3shen1shang4hua4aobie2wang3shen1shang4kao4zai4zhe4bi

3wo3zhi1dao4shi4ni3jiu4shi4yin1wei4bi3cai2bu4neng2wang3shen1shang4mo3nezhi1dao4maxi3bu2diao4xxbi

3wo3zhi1dao4enwo3zhi1dao4nei4shi4bi3nong4shen1shang4xi3bu2diao4zhi1dao4maengei3zen3meyang4xxxxxie3dao3en

emao

1wo3jiao1ni3xie3xxxxxxmao1gai3gei3e3lao3mao1enenkou4shang4leshi4mae

shei2deenhendiao4ledou1gei3wo1lexxxxxxxxxxxxxxeneixxxxshang4touleenhenenexxxxxxxxxxenenxxxxwuenenenmao1mao1xxxxenenni3bu4xie3leenxie3yabeng2xie3letie

3xie3ni3you4bu2hui4xie3enshen2meeiaiai

shang4nar3yazhe1guo4qu4hui2tou2qu4xie3dededegei3ni3zhe1guo4qu4yaxxxxxxxxhenennong4ta1gan4ma2zhei4shi4ca1nei4geca1nei4geshen2medexxxxenna2ta1gan4ma2yanei4zang1en

en

wo3zou4ni3leaosha1zang1aiyou

dou1ceng4zang1leshang4nei4li3qu4chi1bing3gan1baenaijiu

2eda3zhen1ni3kan4zhe4duo1zang1azhei4dou1ca1deluan4qi1ba1zao1dezang1bi2bi

2enxxxxmao

1ma1bo

1bao4bao4gan4ma2yaqu4na2shu1na2shu1nian4shu1zi4ger3wan2qu4bao4zhehou1guai4lei4deengei3gei3wo3leaoenenenzhou1zhe4gei3shei2awo3wen4ni3zhei4bi3gei3shei2gei3shei2aengei3shei2ashuo1yagei3shei2laughgan4ma2tou1zhekan4yahai2entan4+qi4reng1di4xia4jiu4nei4gebeng2chi1leaota1lao3wang3ni3shou3shang4tang3ni3shuo1zhen1tao3yan4enenkuai4xia4lai2kuai4xia4lai2si

xia4qu4yaehen

ni3bu4ting1hua4aoni3xia4qu4ma1xia4qu4xi1xi1enxia4qu4xia4qu4xia4qu4whisperheixia4qu4henenenzou4ni3eencoughendeng3ni3deng3ni3eelaughaiheneichou1ni3huo2gai1chi1ren2jia1dehao3mahao3machi1ren2jia1debu2shi4hao3hai2zizhi1dao4maxia4lai2ni3kexia4lai2ni3aen

ni3demao1mao1hai2you3mei2you3leyereng

1hai3you3mareng1aenshei2reng1ayao

3shei2gei3reng1deni3reng1wo3reng1aenlaughhai2ni3reng

1engei3eikan4shu1shu

1hengai3gei3gei3engei3gei3dai3gei3enni3bie2lao3si1ledai3gei3de2lede2lexing2leen

xxxxwo3kan4zhei4geni4kan4zhei4gemao

1du1duo

4zuo4+zuo4du1duo

4zuo4+zuo4nei4geshi4zuo4zuo4anei3egeaei1ji1fei1+ji1ba1zhei4you4gei3wo3hui3ni3shuo

1ni3you4gei3wo3wang3zhei4shang4hua4mei2you3bi

3xxxxzhei4shi4shu1neng2luan4hua4maaneng2maMOTzhei4xie1shu1shi4gang1mai3demaINVenMOTzhei4xie1shu1shi4gang1mai3demaINVnei4ge

shi

4INVjiu4shi4wo3jie3ta1mennei4gexiao3hair2bu4shi4gai1shang4xue2lemaMOTenINVna4ye3jiu4dou1gei3ta1lelaughMOTenbao3cun2dehai2ting3hao3INVenren2jia1dou1nei4geINVta1zhei4gedao4ta1shou3li3jiu4bu4xing2leINVni3kan4kan4zhei4dou1ting3nei4geshen2medeINVren2jia1nong4dezhei4geshu1INVyi2dao4ta1shou3li3ta1jiu4luan4hua4INVni3qiao2qiao2zhei4bu4neng2xia1hua4zhi3neng2zhei4yi4zhang1neng2hua4na4jiu4zhei4zhang1shi4dan1zhei4geshi4huai4dezhei4gezhei4dou1bu4neng2hua4zhi1dao4maINVye

2yi2INVyi

2ni3yao4xia1hua4wo3jiu4da3ni3ni3jiu4beng2kan4lebu2rang4ni3kan4leda

4pa4ni3lao3xia1hua4ni3kan4kan4dou1gei3hua4hua4geluan4qi1ba1zao1ni3kan4ni3kan4kan4aiwo3wen4ni3zhei4shi4shen2memao1mao

1zai4shuo1zhuo1zhuo

1zhu1+zhu1bu2dui4shen2mexie3xiao3zhuo1da4xiang4zhi1dao4maenyou4na2nei4gegan4ma2ge1hui2qu4laughbu4gai1ni3dong4dedong1xi1ni3lao3xia1dong4en

enma1ma

jiao4ma1maye3bu4gei3eenkan4shen2melaughgu1gu1gu1da3ni3ani3yao4na2lai2xxendou

4diao4endiao4diao4ye3shi4ni3nong4deeen

xiao3dong1xi1na2bu4chu1lai2lebada3da

3eienyou

reng1zi4ji3nao3dai4shang4aenlaughehe

jiu4yuan4ni3zi4ji3bu4xu3gui4di4xia4achuan3 qi4.aiyoubu2ai4mei2 guan1+xidekuai4qi3laughenhenlaughxxxxlaughda4ni

2enhenzou4ni3lealao3na2zhezhuai4eihai

zhua1yi1xxdi1aieaiya

dan3ye1ye1ni3bian1shang4qu4laughtao3yan4bayang1reng1bu4reng1xxxxxxcoughya

hehen

ni3xxjie1zhexxxxxxenenja

bie2jeja

zai4zher4neni3kan4gei3ni3hui4majia

deiehenya

laugha

de2mei2lejie4zher4enzher4aazher4ni3jian3qi3lai2bajia1hei

chi1yi2gelaughaaa

enkuai4chi1yi2geaiyouheene2kai1wa

2menr2a

yao4kai1wa

2menr2shen2meyao4kai1wa

2menr2kai1menr2aen

kai1menr2gan4ma2yaaiyouweikai1menr2gan4ma2yajie4zai4jiao4zher4ao

hua1hua1yaenjui4zuo4zher4bahai2tounar3qu4ajiu4jiu4jiu4zuo4zher4hua1hua1wo3kan4dou1pi4gumei2you3wo3kan4dou1pi4gumaku4zienzuo4baxue2guai1lehaoniao4zi4ji3jiu4na2pen2pen2haowan2leenjiu4niao4zen4medianr3jiu4wan2leaeezu

1ahezu

1bu4xing2ni3chuan1nei4xie2bu4xing2enhe

1enzu

1wo3gen3ni3shuo1ni3chuan1zhei4gexie2azu

1na4wo3gei3ni3na4ku4zichang2ni3chuan1nei4gexie2hai2dei3ba3ku4ziwan3shang4qu4en

enchu1chuan1nei4xie2shuai1jiao1en

bu4guan3aoshuai1jiao1wo3ke3bu4guan3aoaoen

shuai1jiao1jiu4bu4xu3ku1ting1jian4mei2you3enhenyouhenshen2meni3henhenni3hai2henhenhenhendeneenti2ku4zisuo1zhezui3gai1shuai1jiao1leaoyebie2cai3di4xia4ni3kan4hai2jiang3bu2re4xxxxxxgei3enhao3lechi1baxing2mazou3de2liao3lu4mazou3yi2gewo3chou3chou3zou3yi2gezou3de2liao3mawo3kan4kan4laughzou3aani3zou3aMOTxxxxzi4ji3xxxxMOTzi4ji3zou3lelaughheichuan1tuo1xie2zou3de2liaolu4maqu4wanr2qu4henenhenlao3diao4baenlaughgen1ben3ni3jiu4chuan1bu4liao3tuo1xie2maengei3a1yi2dianr3chi1qu4enhengei3a1yi2dianr3chi1na

2ni3zi4ji3na2yi3gan

1bing3+gan1zen3meleen

haozen3meleyi3gan

1bing3+gan1aonei4bu2shi4ting3hao3demaen3duai

4huai4mei2huai4gei3a1yi2baINVgei3hai2gao4huai

4laughMOTshe3bu4de2chi1INVenINVnei4you3guo1ba1laughMOTguo1ba1xxxxenni3gei3na2yi2geda4kuair4deyou3da4demei2you3zhe4li3you3da4demagei3a1yi2na2geda4ge4detiao1yi2geaotiao1yi2geda4deaoxing2maeneenni3xxxxxxxxxxlaughnei4gebu2da4nei4shi4laughni3hen3kou1menr2lelaughkou1menr2bu4kou1menr2ene

laugha1yi2shuo1ni3kou1menr2kuai4gei3huan4yi2gebahuan4yi2geda4debashuo1ni3kou1menr2laughwo3gao4su4ni3dei3tiao1yi2geda4kuair4dezen4meda4deda4dewhisperaiaixxxxxxelaughxxxxani3yienxi1xi1ahui2lai2enINVesu

2ai

aiyou

zhei4gexxxxxxINVyouyouINVxxxxxxxxjia1nar3qu4ni3chi1tao2bu4chi1axi1xi1the end \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx3i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/cx3i.xml deleted file mode 100644 index a21da6e..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx3i.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - -a

xxxxaoma1magei3ti2ti2ku4ku4aobi4bu4xing

2aobu4xing2xxgei3ni3lebu4gei3ni3leINVcryaoma1mayao4xing2cryma1mayao4xing2cryxing2macrybu4xing2ma1mayao4xxxxxxxxcryfang4zai4ni3deku4zixxxxdidi

cryyouma1mayao4ma1bu4gei3ni3cryINVenzhe4MOTna4jiu4zhei4yang4bacryma1mayao4ma1mayao4cryaiyoua1yi2gei3ni3kan4gei3xxxxxxcryINVyao4bu2yao4na2zou3ta1cryo

INVjie

cryna3zhi4yu3acrycryyi4huir3wo3gei3ni3da3di1da3di1da

hao3maaocryacrykan4kan4ni3ni3kan4kan4nar4hu2leyi4huir3xxxxfan4hu2lecryhu2lou

aiyou

crylaughcryyiaini3chi1rou4rou4baenchi1aenma1gei3ni3zhai2hao3mazhai2yu2hao3maenxing2maenenzai4ye3bu4xu3nao4leani3ba4ba3chan3zifang4kan4kan4shou2lemei2you3aoshou2leshou2lexxbaFAni3guan1huo3MOTyao4maei

ni3dao4zhei4kuair4lai2xi1xi1hao3maen

enba4lai2leni3ba4lai2leMOTgan4ma2neFAxxxxxxxxxxFAbu4xia4shenr1MOTxxxxxxxxMOTwu

bu2yong4bu2yong4cryaiaihuai4lehuai4lehuai4lecryendai4zhecryFAxi1xi1yao4chi1rou4FAni3ba3huo3guan1legei3wo3menzhai2rou4rou4chi1bani3yao4chi1rou4rou4shi4maFAshou2leFAwo3gang1nong4shou2leMOTxxxxxxxxxxxxFAge1zher4xing2maFAna4ni3xian4zai4ge1yacryFAenFAni3kan4zhei4xiao3qiu2qiu2zhen1hao3wanr2aieiuo2mei3ashi4macryeixi1xi1zhei4shi4shen2mexxxxna4wo3menni3kan4zhei4shi4shen2meyaMOTchi1fan4lezhei4shi4shen2meyaeinei4shi4shen2meyanei4shi4acryzhe4rang4ni3ba4bage1MOTxxxxxxxxxxxxxxxxFAhua1juanr3lai2chi1baMOTxxxxchi1baINVxi1xi1hai2mei2chi1fan4nexi1xi1MOTxxxxshang4banr1qu4jin4lai2baenchi1wan2fan4nei4a1yi2ye3zou3leaoe

laughee

MOTxxxxxxINVaiyawo3na2zheINVaiyouwo3kan4dao4ren2dian4deng1lebani3kan4dao4dian4deng1lebaeizhen1mei3youdian4deng1nouliang4deng1mei2you3enduo2hao3wanr2ani3kan4hao3wanr2mahao3wanr2maxxxxxxMOTxxxxxxxxxxxxyouyouzhei4shi4shen2meyazhei4shi4ayouyouaiyouwalaughba4bu4zou3maenge1nei4xiao3bao1bao1li3qu4bahao3maxing2mage1nei4xiao3shu1bao1li3qu4hao3maFAzou3leMOThao3bu4hao3aenFAhao3FAbie2den4zhei4yang4jiu4den4huai4lebie2den4ting1jian4mabie2nong4xxxxxxxxting1jian4mabu4xu3den4yi2den4jiu4bu2dong4jiu4huai4leaofu2zhegu1dong3chu1chu1ailaughlaughni3xia4di4xia4di4ma1magei3ni3na2xiao3shu1bao1gei3wo3ma1ge1boteng3cryni3lao3bu2xia4di4wo3lao3bao4zheni3ye3bu2shi4shir4aaiyouyu

4rou4wo3zhi1dao4na4ni3xia4di4wo3gei3ni3cheng2ani3bu2xia4di4MOTxxxxFAge1mei2ge1suanbaMOTge1lecoughni3bu2xia4di4wo3ye3mei2fa3gei3ni3cheng2aani3xia4di4ma1gei3ni3cheng2hao3manouenenwo3gei3ni3cheng2rou4rou4qu4aoaodao1mei1xu1aidui4leni3wen4ni3ba4nei4da4qi4qiu2nar3qu4leni3ba4gei3ni3ge1nar3qu4leni3wen4wen4ta1shi3gei3renreng1leni3ba4gei3ni3reng1laenbu4xing2wo3dei3zhao3ta1suan4zhang4qu4gei3wo3menxi1xi1deda4qiu2reng1lehai2xing2ashi4magei3ni3reng1leenhenrang4ta1pei2hui2touwo3gei3ni3mai3qu4xxxxgei3mai3yi2gequ4aojiu1rou4zhu1+rou4enzhu1rou4FAxi1xi1shuo1ni3ba3ta1da4qiu2gei3wo3menreng1leFAlaughFAxxxxxxxxxxMOTnar3qu4leMOTmei2leFAni3reng1nar3qu4leMOTwo3mei2dong4FAna4nar4zhun3shi4ge1FAna4nar3qu4leFAzhen1shi4reng1leMOTwo3dai4ta1gan4ma2FAwo3na2hui2lai2leyaMOTna2hui2lai2ye3hui4mei2deFAlaughFAni3lao3shi2shuo1shi4reng1lemaMOTbao4lebaFAmei2bao4MOTxxxxxxxxFAmei

2bao4mei2bao4FAwo3sa1leqi4leMOTsa1qi4leFAenMOTna4jiu4bu2hui4reng1leMOTdeng3zheaFAjiu4jiu4jiu4reng1zai4zhei4gewu1FAreng1zai4sha1fa1shang4leMOTxxxxxxxxxxxxxxxxxxxxMOTge1sha1fa1aFAenge4hu3wu3wu1FAbu2hui4pao4pen2li3deyaFAwo3na3neng2pao4yi2FAzen3medou1pao4pen2li3neFAFAzhen1demaMOTxxxxxxxxxxxxxxxxFAnar4ni3kan4nar4pen2li3bu2hui4you3deFAFAlaughFAxxxxxxxxni3hai2zhen1zhao3bu4zhao2FAzhei4gan4ma2FAFAxxxxna4gei3ni3reng1leheimei2lebaFAmei2lebaFAbeng2wanr2lebaMOTchou1tili3FAmei2you3e

FAwo3sa1leqi4wo3jiu4gei3reng1dao4nei4wu1reng1dao4nar4leFAshei2zhi1dao4FAxi1xi1ni3dong4lemei2you3aFAenFAni3dong4lemei2you3dong1rou

4zhu1+rou4rou4rou4aenni3jiu4shi4yao4chi1rou4rou4MOTxxxxxxhai2jiu4yao4chi1shen2meyaxxxxxxxia4di4xia4lai2wo3gei3ni3zhao3zhao3ke3neng2kan4zhexiang4zai4zhei4di3xia4cryaiyouMOTdicryFAaiyouxxxxenFAwo3zhei4ge1bodou1kuai4she2lewo3gao4su4ni3baFAainei4da4qi4qiu2neFAbei1xiao3bao1mabei1xiao3shu1bao1bao1hao3maenyouqiu2qiu2diao4leqiu2qiu2qiu2qiu2qiu2qiu2laughimitates xx's laughhakan4zhei4geqiu2qiu2diao4lebo2pebo2pelaughenhe4zen3mela1yaMOTxxxxxxxxINVbu2shi4ta1INVaoaoaoMOTxxxxreng1diao4leINVaozhei4gediao4leINVwo3shuo1neshuo1shi4zen3mean1denelaughMOThaozhao3zheleFAxxxxxxxxshi4maMOTzhao3zhezai4nar3neFAbu2shi4qi4qiu2mei2zhao3zheFAzhei4geFAaoa1yi2wang4lezhei4xian4leshi4maMOTmei2gong1fu1zou3laoFAqi2shi2bu2FAshei2zhi1dao4ta1dong4mei2dong4FAfan3zheng4ge1zhewo3gei3ta1ge1zai4zher4sha1fa1FAbu4zhi1dao4ta1dong4mei2dong4chen2xi1ni3dong4lemaenna4ni3gei3ge1nar3leni3xiang3xiang3ei3gei3en1reng1ni3gei3reng1leareng1nar3leei3gei3reng1reng1nar3leai3gei3lereng1shi4reng1wu1li3lehai2shi4reng1wai4toulewe3bei4wai4+bianr1reng1wai4bianr1leenna4ni3beng2wanr2lebeng2wanr2leeei

enenzhu1rou

4shei2ba3qiu2reng1leMOTzen3meleFAni3wen4ta1cryzhe

re4eezhai

1zhei4geduo2hao3wanr2azhai1lexxxxxxeieini3yao4dao4wai4bianr1rang4qiang3zou3lezhi1dao4mawhispercryqiang3zou3ni3jiu4mei2you3lecryxxxxMOTxxxxxxxxxxxxni3shang4wu1ba4gei3ni3na2guo4lai2qu4kuai4chuan1cryzhai1lezhai1lecryzhai1lebu4jie1zhai1ge1zher4ge1jiezher4laughMOTxxxxxxxxxxxxxxxxMOTxxxxxxFAwo

3jue2dui4na2hui2lai2leFAni3qiao2ni3MOTyouna4jiu4bu4zhi1dao4leMOTxxxxxxxxzai4zher4FAjue2dui4wo3na2hui2lai2leFAwo3hai2shuo1wo3shuo1ni3qiao2wo3zhei4qi4qiu2you4you4mei2qi4lerou4rou4MOTxxxxxxxxFAenmei2you3lerou4rou4mei2you3lerou4rou

4ni3qiu2qiu2dou1gei3ni3zhao3bu4zhao3leni3hai2rou4rou4neni3ni3rou4rou4zai4rou4rou4bani3crygei3ni3na2gei3ni3na2ni3ba4gei3ni3cheng2qu4aoma1magei3ni3zhao3zhao3nei4xiao3bao1bao1baxxxxyi4huir3nei4xiao3bao1bao1ye3mei2lehao3baen

xing2bu4xing2e3gei3li1reng1ae3gei3reng1e3gei3reng1reng1lehai2xing2ereng1lebu4xing2reng1lecryreng1lejiu4mei2you3lehao3maehui1hui1eia1hao3leni3bu2nong4na2hui4diao4di4xia4deni3jiu4zen4memo1xing2na2bu4xing2hui2toudiao4dao4di4xia4lehuai4leeideng1deng1shi4maeinei4gebu2en

ainei4gekai1guan

1enenbao

1bu4guan1en

wo3gei3ni3zhao3zhao3nei4bao1bao1qu4ni3xia4di4hao3macryna4ni3dao4chi1rou4leni3hai2rang4wo3bao4zheni3acoughenbu4gei3ni3chi1xxhe1ni3dezhei4gezhei4shen2mexxxxxxxxxxxxbu2yao4ni3leni3gen1a1yi2wanr2qu4bachi1rou

4chi1rou4aenendeng3ni3ba4yi4huir3ca1ca1zhuo1zicheng2chu1lai2cheng2dianr3fan4e1yao4zhei

4genaoaiyouaiyouaiyozhua1zhezhe4ge1bozhe4teng3aeneneizhe

1tuo1tuo1xie2yayao4enna4ni3ke3bu4xu3zai4xia4di4leaoenni3lao3guang1zhejiao3ya1zixia4di4liang2ezao3zhi1dao4maezao3aizao3eina4ni3shang4nei4shang4qu4en

mexia

4MOTfan4xxhao3leaoFAxxxxxxxxni3bu4xu3xia4di4xia4di4nei4ge

guang1jiao3ya1zileni3shang4nei4shang4bianr1ke3yi3hao3macryenenpa

4shen2me

en3you3nei2lei2mei2you3lei2nar3you3lei2anar3you3lei2amei2you3lei2mei2xia4yu3da3shen2melei2aexxxxxxxxxxchi1fan4maxi1xi1aorang4ni3ba4chi1wan2fan4chi1rou4leahahou

qu4shang4nei4shang4chi1qu4aoenenlei2enyou3lei2yi4huir3wo3chou1ni3ni3kan4wo3zhi1dao4tuo1lexie2ni3yao4guang1jiao3ya1zixia4di4chuan1shang4xie2kuai4dianr3ting1jian4mei2you3pei2kuai4chuan1chuan1shang4xie2aochuan1xie2xia4di4chi1qu4aoji

1gei3xin3qiang4singyao1mahang3hang1hei

1singhang3hang1hei1singha

you4chang4ge1nazhen

1hao3ting1ha3ba1ba1hei3xin3xin3wang4wan4hei1xin3gang1wa1khei1shang3gao1singnei4zhi1xie2qi3lai2xi1xi1dao3luan4lemaaiyou

guo1guo1zou3baendang1xin1lei1zheni3aenmei1me

1la1la1la1singxxxxxxxxxxwhisperFAxxxxxxxxxxxxxxFAaoei

keteezhei4ye3chang2aoenooodedededeeizhei4shi4shen2mewanr2yir4en

ma

shen2mewanryir4mao1mao1mao1mao1aeini3zhei4aozhei4shi4qiu2zhei4shi4mao1mao1bazhei4shi1nema

3shen2me

ma

3mao1zen3mehui4shi4ma3neni3mei2kan4jian4zhe4zhe4xiao3hu2ziakan4jian4lebagu4jiao

3zhei4shi4shen2memu1mao1aomao1zhei4genejiu1li1jiu1qiu2qiu2jiu4jiu4qiu2+qiu2enqiu

2aimao

1di4zhei4aiji4gezhei4+genei4geju

1e1dai3aiwo3gei3ni3zhai2emi

3emi3ena2zheaina2ji3geyage1zher4xxxxna2ji3geyacrywo3na2kuai4kuai4yi4huir3zai4zuo4hao3maen

zhe4ma1mazuo4zher4ni3yong4kuai4kuai4amei2kuai4kuai4wo3na2shen2megei3ni3nong4aeidai4zhei4na4bu4gei3zhai2leenbai

4yi4huir3ni3ba4hui2shuo1ni3bu4xu3xxxxdeng3huir3exxwo3gei3ni3na2kuai4ziqu4bahao3maenaodeng3zheenshen2mehua1hua1hua1hua1deng3huirdeng3zheqi3lai2guo4lai2ailaughei

ainiao4wan2leenenma1nong4ni3bajiu4niao4zen4medianr3aFAshao1hao3lemaMOTshao1hao3leMOTaiaiai

zen3melehou4bei

4shi4mashou1bei

4hou4+bei4hou4bei4zen3melehou4bei4hou4bei4zen3melecryzen3melezhe4xxxxxxcrycrychen2nacryshi4macryna4ni3na2ni3deshu1bao1qu4bahao3bacryzou3wo3gei3ni3zhao3ni3deqi4qiu2qu4cryMOTxxxxxxzou3zou3zou3zou3zou3zou3zou3xiang3jiu

3zou3ekui

4kuai4shen2mekui

4kuai4MOTyao4shen2meFAkuai4FAlai2wo3gei3na2kuai4ziFAma1gei3na2kuai4ziMOTzhi1dao4leqi3lai2ma1na2ni3duo3kai1zhe4na2abu4na2nei4gena2san1gejiu4gou4lena2liang3gejiu4gou4legei3ni3na2shao2qi3lai2zou3gei3ni3na2na2hui2qu4xiao3shao2na2xiao2shao2xxxxxxsingenenma1gei3ni3cheng2shang4gan4ma2lai2duan1hui2qu4xxxxxxxing2lexing2lexing2lequ4duan1guo4qu4chu1qu4lekuai4qu4enMOTaiba3zhei4gei3wo3na2nei4gexiao3shao2chi1qu4baeeedeen

deng3rou4rou4nei4wu1qu4you4rou4qu4fan4na2zhehui4shuai1deting1jian4mei2you3FAyao4wo3gao4su4ni3ba3zhe4man2touliu4liu4leMOTbu4hao3chi1xxxxxxxxxxgou4chi1yihendou1hu2ledou1qu4baqu4kuai4dao4zhuo1shang4chi1qu4FAni3chi1wo3chi1man2touMOThao3ting1dao4maxi1xi1endie2eigei3ni3duan1guo4qu4aaini3ba3ta1duan1guo4qu4wo3hao3zai4cheng2aFAgou4maMOTni3na2guo4qu4baMOTwo3xian1bu4chi1dai1huir3FAge1zher4akuai4zou3ma1gei3ni3zhai2zhai2rou4ni3kuai4zou3zou3ma1gei3ni3zhai2rou4neaoma1maenma1gei3zhai2rou4rou4aokuai4lai2aiyoushi4wo3wei4ni3ahai2shi4ni3zi4ji3chi1aenenrou4zhai2bie2bie2bie2wo3gei3ni3wo3gei3ni3zhai2you3cir4xi1xi1e1wo3zhai2ni3zi4ji3bu2hui4zhai2ni3dou1chu3lan4leenenzhei

2zhai2cryyi4huir3ni3ba4shuo1ni3lewo3rang4ta1da3ni3lai2leeee

ni3hui4maanni3bu2hui4wo3gei3ni3zhai2aizhai2ni3kan4dou1shun4zhexxxxeizhair4zher4e1wo3na

2you3cir4ni3zhi1dao4mazha1ni3enge1jie4zher4enenzhai1xxxxxxxxxxxxdao

enezher

4wo3gei3ni3zhai2ehai2zha2zhai2enzhu3chi1zha4cai4bie2nong4nei4geaozhu3chi1zhai

4cai4zhu1chi1zhai

4cai4zhu3chi1zhair4cai4zhe4cai4wo3dai1huir3gei3ni3na2enen

ni3bu4ting1hua4bu2shi4erou4rou4gei3ni3zhai2yu2aodiao4leji1chi1cu4enba3nei4gei3wo3zhe4zha1ni3duan1zhenei4wan3chi1ma1gei3ni3kuai3dianr3tang1lai2chi1na

2engei3ni3dianr3cai4laizheaoaoao

enenwo3gei3ni3xxzhen1tao3yan4bani3lai2wo3gei3ni3ge1dianr3cai4lai2enbu4jiao4yao4zhei4gecai4dehao3chi1wo3gao4su4ni3kuai4lai2aiaochi1bahao3haochi1aoINVni3he1shui3maFAxxxxxxxxINVxxxxxxxxxxxxFAxie4xie4aoFAmao4enba4enchi1bakan4chi1yi4lian3laughlaughenchi1yi4lian3enMOTxxxxxxxxFAxxxxxxxxFAMOTnei4gexxxxMOTMOTxing2maFAbu4xing2FAzhe4rou4enyou3fei2rou4wo3dou1gei3ni3zhai2lerou4rou

4ni3bie2ji2zhei4you4rou4zhei4rou4rou4ni3bu4chi1ni3chi1machi1na2shao2kuai3ge1li3touna2shao2kuai3na4shao2zina3xxxxcoughenre4ni3ye3bo1yaenzuo4nar3azher4guo4qu4bazher4dou1shi4re

4ni3na2yi2gedengr4lai2zuo4zher4bahao3maendao4zher

4coughdao4jiu1zher4ni3zuo4ner4ni3gou4bu4zhao2lai2enjiu

1ajiu

1enxxxxxxxxxxma4aichi1baa

xxni3tao2qi4xxxxxxkuai4hao3haochi1xxxxxxxxlaughna2shao2wai3e

na4ni3jiu4beng2chi1lewo3dia

1jia1enjia

1endui4jia1xxxxjia1enhahacoughezhe4enzher4MOThai2xxxxshang4ci4nei4xxmaFAlao3chi1ni3nei4gechao3dou4jiao3FAwo3ye3bu4xing2bu4jie3xing2laughai

enxxxxchi1bawo3lai2gei3ni3cheng2zhe4dang

2ma1engei3henni3na2shou3fu2zhezhei4wan3ezhei4gexxzhei

4MOTda3gedian4hua4FAenge1zhei

4enge1zhei

4paina2shen2medou1yao3zhechi1zhei

4zhei4aizhei4be1dao4ei

laugheera

jiao4shen2mehedu

chi1jiu4beng2la1ei

kuai4chi1bie2wanr2edai

4enqiao2qiao2nei4wan3li3you3ne4meduo1cai4nezhe4gecoughe

den1dao4edao

4shen2meyaenzhao

4dao4shen2meenzher

4enendao4leenbu4guan

3lean

wo3dao4ta1zi4ji3hai2bu4zhi1dao4dao4hai2yong4ni3shuo1yaen

FAni3he1yi4kou3baMOTengou4maenengao

4gou4enzuo4dui4azuo4di4xia4leenenenenni3xxxxxxxxxxxxxxxxlaughbu2shi4nei4wan3zhe4enMOTzen3meledao1jiu3aodao4xxxxyaoeanother side of the tapema1mae

zhe3aoen

diao4lejian3qi3lai2jian3qi3lai2xxxxxxxxxxeden4diao4jian3qi3lai2endong4diao4zang1lebu2yao4leezhei

4enezhei4chi1dianr3zhei4gechang2chang2aien

wo3gao4su4ni3zhei4gecai4hao3chi1enjie4zhei4en

enenzhuo

1e3wo3zhuo

1na2zheegai4enzhei4shir4gu2da4gu2+touengu2toureng1lebajiao

3di2baenreng1en

eeeizha

elaughen

enxxxxee3wo3zhe

1chi1enhenenen

ni3chi1ni3dewo3chi1wo3deenhe

1enxxxxxxhe

1FAyao4na3gedang3zhu

1xxxxxxhao3baenxxxxzhu

1ezhu

1ezhe4xxxxxxbaxxeden4?echuan1shang4xie2ye3neng2deng1xxxxxxxxxia4di4ting1jian4mei2you3ezhe

1zuo4zuo4bu4xu3xia4di4aaxxmezhe1FAbu2yong4jie3FAzen4meyi4ba1lejiu4xia4lai2leFAbu4xu3xia4di4aenxia4di4jiu4zang1lewa4zigai1zang1lexxxxxxxxxxden2na

2enna2shen2meFAni3xxxxfan4aoFAe3wo3hui

4engang2ang1ei4ehao3haochi1fan4ting1jian4mei2you3bian1chi1bian1wanr2ji3renr

2eeeiFAxxxxxxxxxxxxFAxxxxxxxxba4baenkuai4chi1yakuai4chi1xxxxdao4enhaichen2xi1ena

jiao4ni3xian1chi1fan4chi1wan2fan4zai4la1zhe4ren2dao4xxxxzhe4ren2dao4adao4xxxxkuai4dianr3chi1hao3leenFAta1xxxxxxxxchi14FAenFAFAxxxxxxxxxxxxxxxxxxxxxxFAenhenFAkuai4chi1xxxxxxxxxxyi4huir3ma3shang4da3ni3leaoxxxxxxhenhenhen

xxxxxxxxxxxxxxlaughba2bu4chu1lai2leFAxxxxxxxxlaughINVxxxxxxxxxxxxFAxxxxxxxxfan4hao3haochi1coughshao1yi4huir3ni3ma1madai4shang4dai4ni3menwanr2qu4gen1a1yi2aokuai4dianr3aiting1jian4mei2you3hui2qu4chi1qu4aiya

bu4xing2en

mei2chi1INVxxhong2lian3xxxxxxxxyao3sui4lemei2yi4huir3chi1wo3bu2rang4ni3chi1leaoenkuai4chi1wu1wa3ai3gai4engei3wo3bachen2xi1en

ni3gan4ma2yani3xxxxyao4da3xxxxaoxxxxxxxxxxenMOTrang4ta1qu4baee

he2ha1coughha

xxxxwo3jiu4gei3ni3bang3qi3lai2a

a

gan4shen2meyaeyizhei

4geao

kuai4chi1aokan4shei2chi1de2kuai4e1wo3guai4kuai4dui4e3wo3kai4kuai4e3wo3kai

4kuai4enaiyaenlaughhe3da4gei

3wo3chou1ni3aeixxgu4yi4wang3zhei4li3ge1eiao

xxxxxxxxge1dao4yi2kuair4ei

zheengoucoughbie2lai2bu4lai2jiu4lai2ting1jian4mei2you3aoai

e

shiqia2qiao2qiao2ni3hai2shi4enenchi1chi

1beng2zhe4geen

cryhai2pao3bu4pao3lezou4ni3a

a

ni3chi1hao3haochi1ni3bie2gei3wo3xia1hu2lai2aoenenennong4nar3dou1shi4ge1zhei4shang4chi1ge1zhuo1shang4chi1eo

ni3da3dewo3yi4shen1naheting1jian4mei2you3xxxxwo3da3ni3xxxxxxxxxxbu4chi1wan3shang4chi1diao4nar3dou1shi4enzang1bu4zang1hou3zhei4engei3zai4bu4hao3haochi1jiu4da3lei2leaochi

1youyouma1ma

enmei

2xxxxxxxxxxen

enFAta1bu2shi4wan3li3you3maFAFAkuai4chi1qu4FAaizher4xia4nao

3zhan4guo4lai2ne4meyuan3xxxxren2jiachi1wanr2zou3leda4ong1kei4chi1wan2lebazi4aoen

ni3yao4shi4lao3chi1zhe4gexxxxni3bu4zhang3ge4aoting1jian4machi1wan2jiu4bo1zhei4geenechi1lebaFAta1shuo1ta1bao3leFAhai2mei2chi1nejiu4bao3lexxxxxxxxxxa

hai2dei3chi1dianr3aoxxxxbu4chi1guang1xia4di4mei2chuan1xie2shang4qu4en

chuan1xie2chou1ni3aoting1jian4mei2you3en

na4jiu4chuan1nei4shuang1tuo1xie2qu4a

chuan1nei4shuang1xiao3tuo1xie2qu4de4eixxxxeena2xia4lai2chuan1yaxxxxeye

de1chuan1xie2jia1ei

di1da3di3da

1singlaughhao3bae3ba4aixxxxxxbie2dong4ting1jian4mei2you3eta1yao1yao4ta1bao

4da1ta1bao

4ta1bao

4ni3zhong4maee

gei

2eee3xiao3di1di1e3xiao3di1eimei2kai1ni3bie2xxxxxxbie2na

2e

xxxxdei

e3du4mei2ni3shen2meshi4lebaxxenguo4lai2xxxxxxxxmusic from tveiyao2shang4yao2shang4ta1music from tvMOTxxxxFAaeiMOTxxxxbei1bei1de1de1lei1e

emusic from tvbie2xxxxxxsing in the tvting1jian4mei2you3tang4sing in the tvee

FAxxxxxxxxbianr1shang4deleFAsing in the tvMOTxxxxge1bu4xia4enMOTsing in the tvaidao

3MOTxxxxxxxxMOTsinging in the tvMOTsinging in the tveieini1zisinging in the tvcoughsinging in the tvcoughsha1da3eiehuai

4enehuai4xxxxxxe1yao4zou

3ae4yao4dou3zou3ai4yao4dou3zouenhao3baensinging in the tvni3bie2dong4nei4geda4xxxxtang4zheni3aosinging in the tvsinging in the tvdang1dao3singing in the tvensinging in the tvegaieaige1bu2xia4lebadindinge1wai1aenni3bu2shi4shuo1ni3bao3lemani3bao3lezen3mehai2chi1gan1gan1aenenao1yao4nao1yao4yi1deyi2+geyao4chi1ni3jiu4chi1baaoyao4chi1ni3jiu4na2yi1kuair4bana2yi2kuair4guai1laikuai4chi1bu4chi1ai4bu4qia4chi1bu4chi1qu4yi4bianr1qu4aiyouanai2babie2gei3wo3bang3tai4huo2nei4shou3duo3kai1zuo4zhewo3gei3ni3nong4nong4qi3lai2xing2qi3lai2bani3kan4dian4shi4bu4xing2maqi3lai2hao

3singing in the tvxxxxxxxxjin1deadedeadeni3kan4bu2kan4qi1se4guang1aenkan1kan4kan4kan4qu4kan4maehaiedou1mi3dou

1mixxxxxxxxxxxxbie2xia4xxxxxxqu4chu1qu4zou3chu1qu4e3di1da3chu1qu4jie

1qu4xxxxwo3zou3leayu

na4ni3yi1renr2gen1zhei4wu1baaenxxmei2you3xxxxxxxxxxxxzou3eixxxxxxsingma1ma

bao

1deni3bie2gei3wo3guan1li3touashi4baai

lai2qu4wanr2shang4wu1qu4ehenheneehenha

ni3gei3wo3chuan1shang4ni3dexie2ao

chuan1shang4a1chuan1jie2xie2chuan4nei4xie2ye3xing2chuan1shang4ai4chuan1xie2yaenchuan1shang4a1chuan1xie2yao4bu4ran

2lao3gei3wo3guang1jiao3ya1ziwo3da3ni3aoai4chuan1xie2yazai1chuan1xie2aan1chuan1xie2aiyou

xxxxxxguang1jiao3ya1ziwo3gai1da3ni3leaowo3gen1ni3shuo1xie

2abeng2fei4hua4e3ba4chou1si3ni3enenchuan1zhei4xie2wai3ni3jiao3music from tvzhe4hai2zizen3mezen4metao3yan4wo3kan4kan4nei4geqi4qiu2ying1pao4zhei4li3mian4wo3gu1ji4zai4zhei4li3touneshuo1ni3nei4geqi4qiu2nar3qu4lexi1xi1a

ni3nei4qi4qiu2na3qu4leqi4qiu3qi4+qiu2aenzou3zou3ni3ye3zou3zou3jiu3zou3nar3qu4yama1ma

aijiao4shenmequ4zhao3ni3ba4xxqu4ni3qiao2qiao2ni3qiao2qiao2fei1dei3chuan1shang4da4xie2cryguo4lai2chuan1chuan1chuan1ni3zi4ji3dexiao3xie2qu4guo4lai2hao3hao3ni3yao4chuan1nei4geyi4huir3hai2ke1ni3wo3yao4zhao3ta1nei4qi4qiu2nar3qu4leyi4huir3hai2shuai1ni3aochuan1zhe4hai2shuai1ni3e

gei3ni3xia1tiao2xxzhe4gei3gei3xia1diao

2xia1+tiao2xia1niao2xia1+tiao2axxxxxxxxxxxxxxxxxxni3chi1xai1tiao2legei3ma1machi1yi2gebalaughou2xugua1xu1zou3shang4di3xia4qu4xxxxxxxxchuan1xie2lao3guang1jiao3ya1ziMOTxxxxFAzhe4wu1li3you3FAhao3xiang4you3qi1dian3leMOTdian4shi4wan2leFAqi1dian3you3lebaMOTbu4zhi3qi1dian3MOTxxxxxxxxwo3wang4lewa3wa

4FAcha1shi2wu3fen1FAcha1shang4lebaFAmusic from tvFAqi1se4guang1ke3neng2shi4shi2shi2wu3pin2dao4baINVjiu4ai4kan4qi1se4guang1yi4you3qi1se4guang1jiu4tiao4alaughbao

4edei

3chuan1shang4xie2xxxxxxxxxxxxxxxxxxxxxxFAni3gei3ta1kan4kan4you3mei2you3nei4geqi1se4guang1lexxxxxxFAna4shi2wu3MOTxxxxxxxxxxFAaihai2you3nei4gexxxxxxxxxxbu4lai2zuo2tian1deng3xxxxyi4dian3shi4shen2meyi4zhang1xxxxxxenMOTni3qiao2qiao2FAmei

2nei4gong1fu1FAyou3manei4shei2chen2xi1ni3dou4wo3bashei2ahui4xxxxxxxxxxFAbie2ge1zai4zhe4ji1jiao3ner4MOTge1ner3bu2shi4ji1jiao3FAenxxxxxxFAni3kan4kan4sha1fa1di3xia4zhun3shi4sai1di3xia4lebaMOTxxxxxxsha1fa1di3xia4qu4FAaina4na4jiu4ying1gai1dou3mei2leFAmusic from tvFAni3shang3nar3dou3loulaizheMOTxxxxxxxxFAni3kan4zhu3yao4ni3dou3lebu4lemaFAhai2shuo1dou3loumei2FAmusic from tvFAxxxxxxxxdei3reng1lebaguo4lai2xxxxxxFAta1lao3wo1nei4geqiu2shi4bu2shi4you3nei4sha1yan3aMOTbu4zhi1dao4FAaita1zen3melao3mei2qir4aMOTxxxxxxxxMOTmusic from tvFAenne

chu1qu4wo3zai4gei3ji4yi2gebaFAwo3ji4yi2geshi4shi4en

ni3ba4nei4ji4de2dou1bu4xing2lao3pao3qi4ji4bu2zhu4zhao3shei

2MOTni3FAxxxxwo3leyou4zhe4you4geji1hui4ye3bu2hui4nan2xxxxxxxxxxeenaa

xxxxxxxxxxzou3chuan1zi4ji3dexie2duo2hao3sheng3deshuai1ken1toushi4maenma4ye3ma4en

singing in the tven

singing in the tvbie2leyou4you4gei3chui1bao4lechui1cha4bu4duo1jiu4delesinging in the tvtei1tai4duo1lexxxxxxxxxxdao4shi2hou4beng1zheni3laughmusic from tvta1zhe4hou4du4bu4yi1yang4ni3zhi1dao4masinging in the tvyou3hou4dedir4you3bao2dedir4singing in the tvaiyou

wo3demadou1hai4pa4lesinging in the tvzhao2wo3ji4singing in the tvwe1wo3ji4singing in the tvni3bu2hui4ji4ni3qi3lai2ni3ni3ni3ji4e3wo3ji

4wo3gen1ni3shuo1ni3ji4delao3pao3qi4eee

e1wo3ji4singing in the tveee

ji4e3wo3ji

4cryxing2lena2zhebasinging in the tvbi3ni3nao3dai4dou1da4ni3ni3nao3daidou1da4singing in the tvbu4bu4singing in the tvbie2ai1dian4shi4bie2ai1dian4shi4yi4ai1dian4shi4jiu4bao4lesinging in the tvlaughaiyoujia1zhegexxxxchui1dejiu4chui1xxxxda4yi4huir3jiu4beng1lelaughaiyouaiyouaiyouyiya

aa

ea

ha

laughman4dianr3man4dianr3man4dianr3ni3nei4geke3neng2bao4axxxxyi4shi3jingr4gai1huai4lexxxxxxxxxxxxta1bi4xu1dei3gei3wo3yi2geji1hui4shi4a

ni3zhao3hui2xxxxlaughgan4shen2meaiyouyouyouxxxxxxxxlaughlaughlaughaiohei

i

ahahaha

laughoaieta1bu4ting1hua4ni3kan4music from tvmei2shu

3shu3coughlaughgou4bu4zhao2lebamusic from tvyou3you3axxxxxxxxxxyiyou

dahaxxxxxxhenzhe

coughai4zhai3ni3kan4wo3yi2geshou3zhi2touni3kan4ni3kan4ao

laughyi

ou

coughxxxxxxFAni3rou2mahe1dianr3yao4aoxxxxxxxxxxxxxxaihe1dianr3yao4bajie1nao

2ebu4he1yao4zhe4shen2meshi2hou4hao3aaxxxxxxxxxxxxxxxxxxxxei

man4zhedianr3eyouni3qi3kai1dianr3en

laughlaughxxxxxxxi1xi1chi1yao4laughxi1xi1ding3yi2gexxxxaiyounan4yi4dianr3reng1ne4melao3gao1alaughdou1reng1dao4fang2ding3shang4qu4leni3azhei4cha2tai4zhong4laughxian1ti2ti2ku4ziwo3cai2rang4ni3wanr2nelaughMOTzhao3zhemaFAzai4nar4yihexxxxxxxxxxxxthe end of the tape - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx4.orig.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/cx4.orig.xml deleted file mode 100644 index c51cd76..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx4.orig.xml +++ /dev/null @@ -1,2379 +0,0 @@ - - - - - - - - - - - - -xxxxxx -lai2gei3 -xing2lema -en -xing2leba - -enenen -ai

-en

en

en -xing2 -ma1ba1lou1 -ni3xie3geyi1 -xxxxxx -ga1ga1 -ga1ga1gou1 -xie3 -ga3gu1 -ni3jiu4zhi1dao4gou3gou3 -en -xie3zi4a -ni3xie3a -wo3xie3 -ni3qu4xie3ni3deya -aiyaenen -xie3ba -yao3ren2 -en

ma1xx -bao3bao3 -aiya -nei4zhi1shou3na2bi3 -you4shou3 -en -ainei4shou3 -huan4guo4shou3 -zang

1 -zang1ye3dei3yong4zhei4geshou3 -bi4xu1dei3yong4you4shou3xie3zi4 -ang

-xxxxxxxxxx -xxxxxx -zuo4zuo4zher4 -ni3xxxxdei3lian4 - -yang4hu2 -OFFen -xxna2nei4zhishou3 -you4shou3 -you4shou3xie3zi4 - -ni3kan4a1yi2xie3dezi4duo2piao4liang4 - -enxxxxma -enen

enen

-ei -OCang

-OClai2kuai4lai2 -OClaugh -OCna2gedeng4zishang4zher4lai2 -yien

-qi4xxxxxx -xxxxxx -ajia4 -enjia4 -ai2hai2you3 -en -aiyou -mao1mao1 -en -mao1mao1 -enhua4ba -hua4mao1mao1ba -en -OFFwo3ye3hua4mao1mao1ne -hua4mao1mao1mao1 -xxxxxx -eeen

-en

-OFFhua4mao1mao

1 -xi1xi1ni3xiao3jie3jiehua4mao1mao1ne -xxxxxxxx -xi1xi

1 -ni3xiao3jie3jiegou4hua4de -ni3zen3mezen4meluan

4laugh -OClaugh -ni3xiao3jie3jiehua4mao1mao1 -OCxxxxji2 -en -OCeilaugh -laugh -wo3ye3zai4xxxxhenhen -OClaugh -xxxxxxxx -OCxxxx -OClaugh -wo3gao4su4ni3ni3zhei4yang4xia4xue3wanr2 -OCxxxxxxxxxxxxxx -OCta1xiao3 -OCta1bu4dong3shir4 -OFFai1wa2 -aoaoao -OCxxxxzhuang4shang4le -OCzhi1dao4zen3meca1ta1ba -a

-OCxxxxxx -OCta1xxta1xiao3ta1bu4dong3shir4 -OFFxxxxxxxx -OCta1shei2ye3bu4xxxxxx -OFFbu4bu4bu4 -OCni3shi4xue2sheng1 -OFFbu

4 -OCni3you4xxxxxin1de -OFFbu

4 -aobu4ao -ni3jiu4xie3ba -xie3shen2medou1cheng2 - -ai2xie3mao1mao1 -aomao1mao1 -zher4 -xie3a -biao -xxxxxx -a -laugh -MOTfan3zheng4wo3ye3xxyi2gexiao3jia1huo3 -anan - -en - -eyie -ni3bie2qu4hu1yan3jing1 -ni3deshou3 -enen -kuai4dian3 - -eku

e -wu3dai1ya -xx -na4li3na4li3bu2shi4you3ni3debi3ma -een

-shang4qu4shang4qu4shang4qu -eenen

-shang4nar3qu4a -en -enbei1xx -enbei1xx -kai1ya -en - -ni3jue2deyou3shen2me - -na2yi1zhang1zhei4ge -ge2zizhi3 -aiendui4 -MOTwo3cong2xiao3jiu4shi4na2zhei4zhong3dege2ge2zhi3 -OCen -MOTzhei4zhong3ge2ge2zhi3zui4hao3le -OCen -zai4na2yi2ge -xxxxxxxx -MOTxxxxxxxx -OCshi4ma -zhei4gehao3ma -ayaya -xxxxxxxx -zhe4mei2you3 -zhei4xiao3zimei2chang2le -INVxxxxxxxxxx -ei -MOTyao4bu4jiu4shi3gang1bi3 -OCengang1bi3ta1na3hui4yong4 -OC -dao3 -gei3ni3zhei4geba -xxxx -zhei4ge -xxjia1gu1 -ai

-aixi1xi1 -ni3ni3shuo1gebo1 -xxxxxx -shuo1yi2ge -en -ni3shuo1bo1po1 -xi1xi1po1 -en -OCbo1 -eijie3jieshuo1yi2ju4ni3shuo1yi2ju4ao -yi4bai4yu4+bei4qi2 -OCbo

-OCbo1 -po1 -OCbo1 -po1 -OCbo1 -an

-OCmo1 -fo1 -zher4 -aini3shuo1 -ni3ting1ni3ting1 -ta1you4shuo1yi2ju4shen2me -OCbo1 -OCxx -de1 -OCge1 -ke1 -OCzhua1 -OCxxxxxx -xxxxwo3wen4ni3xxxx -bo1po1age1 -ayaye

-laugh -ai -OCzhao4yu3ni3shuo1yi2gewo1ta1ye3shuo1 -OCmo

1 -ni3ting1ni3ting1ta1shuo1yi2ju4shen2me -mo

1a -mo

1 -mo

1 -de

1 -OCde

1 -OCte

1 -te

1 -ne

1 -OCne

1 -OCle

1 -le

1 -ge

1 -ke

1 -pie

3 -zher4ne -he

1 -ge

1 -OCyi

1 -OCyi

1 -yi

1 -bo

1 -OCxi

1 -OCxx -ri

1 -shi

1 -OCge

1 -OCxx -xx -INVxi1xi1ni3zhi3yao4yi2geyi2geshuo1ta1ta1dou1neng2gen1zhe -xxxxxx -OCxxxxxx -MOTao -ne1 -en -en -zhi1 -wo3mei2xxxx -wo3mei2jiao4ni3xxxxxx -ao -zhi1chi1shi1 -OCxxxxxx -ao -OCjiao4ni3zen3mexxxxxxxx -INVwo3jiu4shuo1guo4yi2ci4 -INVmei2shuo1guo4 -INVnei4ci4ye3bu2shi4 -INVta1kun4le -INVwo3shuo1heixi1xi1 -hao3 -INVma1majiao1ni3shuo1a1 -INVa1o1e1ba -INVeijiu4shuo1nen4meyi2ci4 -MOTen -xxxxxxxx -MOTni3gei3ta1xie3 -OFFta1jiu4ji4zhu4le -xxxx -shei2a -guo1guo1 -ao -en -a

-INVta1jiu4shi4bu4shuo1 -INVfei1dei3you3ren2xxxxxxxxxx -INVyou3shi2hou4ni3jiao1ta1ta1gao1xing4leta1shuo1 -INVbu4gao1xing4ta1bu4li3ni3le -INVbu4shuo1 -INVfei1dei3gao1xing4leta1cai2shuo1ne -INVbo1po1mo1fo1 -OFFda

4 -en -kuai4xue2ba -OFFada

4 -ni3shuo1ren2jia1jie3jiejiu4shuo1le -ren2jia1jie3jieyou4kai1shi3le -yu4bei

4qi2 -xxxxxxxx -xxxxxx -ni3 -ni3shuo1detai4kuai4 -tai4kuai4 -e -yi2gezi4yi2gezi4deshuo1 -OFFao -zhe1 -xing2 -ta1shuo1shen2me -ni3kuai4shuo1 -gen1ta1xue2 -e -ni3ting1ta1shuo1shen2mene -ting1 -xxxxxx -bu4gen1ni3hao3le -ei -wo3xie3ni3xxhua4 -OCaizhei

4xx -xxxxxx -na4li3toumei2dong1xia -ao -chu2lezhi3jiu4shi4nei4gebi3mei2tong1xi -exxxx -en

-ni3yao4shen2meni3xian1shuo1 -echa

4 -sing -rang4ni3jie3jiegei3zhao3 -zhao3yi2gehao3dequ4 -rang4ni3jie3jiegei3zhao3yi2gehao3dequ4 -MOTzhao3shen2meya -OCni3rang4ta1zi4ji3zhao3 -OCni3wen4ta1yao4shen2me -OC -ni3yao4qu4zhao3xie1shen2meya -xxxxzhi1dao4 -zhe4gema -OCenen -xxxxshen2me -zhei4geya - -zuo4zher4 -en

-hua1hua1 -xxxxxx -hua1hua1ya -zen3meyou4hua1hua1ya -zhan4men2kou3ba -en

-laugh -bie2dong4 -ni3bie2nong4 -ma1nong4 -bie1zheao -song1kai1shou3 -bie2jiu1zhezhei4ge -song1shou3 -xxxxxx -sing -enlai2ma1gei3ni3xxxxzheao -bie1zheao -en -xian1bie2xian1bie2niao4neao -wo

3 -yi4huir3xxxxxxxxxx -OFFni3shuo1ta1zen3melao3mei2he1duo1shao3shui3a -OFF -en -bie1zheao -en -niao4ba - -bu4 -niao4wan2le -enwan2le -hao3 -zou3xia4di4 -pi2qiu

2a -xia4di4ni3na2 -pi2qiu

2a -ni3zhan4zhema1ti2ku4zi -pi2qiu2a -enqiu2qiu2 -ebei1ya -aobei1ya -gua1gua1 -xxxxhao3ma -en

-xxxxxxxx -MOTwo3lai2bang1ni3 -INVmei2shir4 -INVwo3ba3zhei4xian1gei3ta1die2shang4wo3 -MOTxxxxxx -MOTxian1la1shang4 -INVxian1gei3ta1die2shang4bawo3shuo1 -ee -INVyao4bu4ran2nin2na2zhe -MOTxxxxxxxxwo3qu4gei3ta1die2shang4 -a

-qu4 -shou3qi3lai2 -yao4mao

4mao4 -aya -MOTshi1le -xxxx -INVenwo3gei3ta1chuan1desi3dang1ku4suo3yi3neyi1sa1niao4wo3jiu4dei3gei3ta1tuo1ku4zi -xxxxxxxx -ma1ma1ma

1 -lai2ma1ma -ma1gei3ni3ti2ku4ku4 -aa -xxxxqi3lai2 -enen -en

-xxxxxx -xxxxxxxx -xxxxjie3lai2qiang3lai2le -a

-youqiang3lai2leqiang3lai2leqiang3lai2le -a

-cry -a1yi2kan4kan4jie3jieshi4bu2shi4xxxxxx -ni3kan4jie3jieshi4bu2shi4 -en

cry -shi4ni3jie3jiena2shen2me -qi3lai2 -wo3gei3ni3ti2 -wo3gei3ni3ti2ku4ku4 -en

cry -e

e

cry -xxxx -ni3you4nao4leao -cry -xing2lequ4zhao3jie3jiequ4 -en -cry -kuai4jie3jiegei3ni3 -jie3jiejie3jiegei3ni3na2hao3dong1xizou3 -ma1bao4bao4zou3 -cry -ni3kan4 -xxnei4yang4 -kuai4guo4lai2 -en -cry -xxxxxx -ni3xxxxpi2qi4leba -cry -xxxxxxxxxx -xxxxyi1eiei -ni3kan4ta1hua4yi2geshen2me -cry -hua4yi2geshen2me -cry -ni3ku1hui2tou2rang4ren2jia1xiao4hua4ni3 -cry -bu4xu3xx -ni3kan4qi1se4guang1ba -cry -gei3ni3kan4qi1se4guang1ba -cry -hao3ma -xxxx -aokuai4lai2ao -xxxx -aoaokuai4xx -aoxing2lexing2lekai1shi3le -ya -kan4you3qi1se4guang1maao -edai -xing2lean4yi2xia4ta1jiu4chu1renr2le -yi4huir3jiu4chu1renr2le - -mei2kai1kai1ba -MOTkai1kai1you3xxxxxx -OFFen -MOTxxxxxxxxxx -eiqi1se4guang1 -OFFkuai4dianr3xia4di4tiao4qi1se4guang1 -OCxxxxxxxx -da3kai1 -yi4huir3ni3jie3jieye3tiao4kuai4dianr3 -en -qi1se4guang1 -en -aoba3zhe4gei3wo3 -tiao4qi1se4guang1ao -hen -ei -hen -eini3kan4ni3kan4ni3kan4zher4 -yi4huir3jiu4you3le -ni3kan4na -en

-yi4huir3yi4huir3ta1bu2rang4ni3tiao4 -ni3kan1zheta1 -xxxxhe2ji4yi4gao4su4wo3menshuo1 -shi4bu2shi4wan2leya -xi1wang4xiao3peng2you3xxxxxx -hai2shi4gang1kai1shi3a -qi1se4guang1dexxxxxxxxxxxxxxxx -xxxxxxwo3menshe4cheng2ren2zu3he2er2tong2zu3liang3bu4fen4 -fen1bie2she4yi1er4san1deng3jiang3 -xx -OCni3wei4shen2mechi1yao4 -OFFwo3ye3bu4xxxx -qing3ji4zhu4lai2han2qing3ji4bei3jing4shi4dong1cheng2qu1xxxxxx -di4zhi3zai4bei3jing1dong1zhi4men2xxxxxxshi2hao4 -you2zheng4bian1ma3shi4san1ling2ling2ling2er4yi1 -xxxxxxxxxxxx -ni3kan4ta1zhei4shi4gang1kai1shi3hai2shi4xxxx -xxxxxxxx -enen -MOTchou3shei2a -OFFchou3aikan4wan2qi1se4guang1zan2menjiu4shang4qu4le -kan4zhezan2menshang4qu4 -gei3ni3chi1fan4lai2zhe -enen

-en

-wo3ning3ni3a -en

-ni3kuai4kan4 -aiwei -en -ke3neng2kai1shi3le -zhei4shi4kai1xxxxxx -ma1ma

-xxxxdetiao2jian4shi4 -ma1ma -en -chu1er4dao4gao1er4dezhong1xue2sheng1 -zhei4gea -tai4da4 -ni3bu2shi4ye3you4zhe4meyi2gema -xxxx -e -zhei4gea -en -zhei4xiao3ya1zi -en -zhei4gea -enxx -laugh -zhei4gea -aiya -laugh -laugh -laugh -laugh -ni3lai2hui2xxxxwo3ya -laugh -laugh -laugh -xxxx -laugh -laugh -xxxx -wo3gei3ni3na2ba -ni3lao3cheng2xin1 -xxxxxx -xxxx -na4ni3zi4ji3na2zi4ji3na2 -enhao3le -ni3zhei4shi4shen2me -kai1shi3 -ma1 -kai1shi3lekai1shi3le -qi1se4guang1shi4ma -music -OCzhei4wan2leshi4ba -OCao -OCsing -OCbu4zhei4wan2leshi4qi1se4guang1ma -OCbu2shi4a -OCna4qi1se4guang1wan2le -OCmusic -MOTxxxxxxxxxx -OCaoao -ben3jie2mu4you2bei3jing1shi4bai3huo4da4lou2wan2ju4xxxxxxxx -ou

-woa

ou

-qi1se4guang1shi4qi1se4guang1 -kuai4dianr3kuai4dianr3 -MOTxxxx -kuai4dianr3 -MOTni3na4shi4qi1se4guang1ma -shi4bu2shi4a -MOTbu2shi4 -MOTxxxxxxxxxx -MOTmusic -OCni3kan4zhe4zhun3shi4 -MOTbu2shi4 -OCshi4 -MOTbu2shi4 -OCni3kan4qi1se4guang1ba -MOTxxxx -MOTmusic -aizen3mebian4nei4gele -laugh -MOTxxxxxxxx -axxxx -INVyi4you3qi1se4guang1ta1jiu4tiao4 -zher4 -lai2 -INVzui4ai4kan4qi1se4guang1 -lai2 -aomei2you3 -yi4huir3you3hao -ye -music -laugh -OCxxxxxxxxxx -OCwo3mei2da3ta1shi4xiao3mei4mei -OCni3shi4xiao3jie3jieni3zhi1dao4mei2you3 -OCbu4gen1ta1xue2 -OCting1jian4mei2you3 -OCao -laugh -laugh -OCni3gen1ta1xue2 -OCxxxxxxxxni3cheng2bu4liao3ren2lewo3gen1ni3shuo1 -OCta1duo2xiao3 -OCta1shen2meye3bu4dong3 -xxxxxxxxxx -OFFxxxxxx -aiyouni3xxxx -enen

xxxx -en -xxxx -ma1nong4ma1nong4 -ma1nong4ma1ye3nong4ma1ye3nong4 -cry -cao2xu4jie3jiecao2xu4jie3jiecao2xu4jie3jiecao2xu4jie3jie -enen -da3ni3lai2le -a

-da3ni3lai2le -yiyi

cry -na4bu2xxmao1mao1le -cry -cry -na4ma1gei3zhai1 -ma1gei3zhai1 -qi3lai2 -ma1zhai1ni3bie2dong4 -ma1gei3zhai1le -ei

ma1gei3ni3zhai1ao -en -ma1gei3ni3zhai1le -bie2dong4wo3gei3ni3zhai1ao -en -INVxxshang4xue2 -INVyi1shang4xue2jiu4xxxxxxxxshen2meshir4dou1zhi1dao4le -OFFen -yi

yi -OCxxxxhou2bu4la1ji1tiao2+pi2de -OCni3gen1ni3gen1nei4geshei2chen2xi1xue2a -OCbu2rang4ren2jia1xiao4hua4ni3a -OFFxxxxxxxx -enen

mao4mao4 -enmao1mao1mao4+mao4diao4lexi1xi1 -OCxxxxxxxx -en -mao1mao1diao4le -OCxxxxxxxx -MOTzhei4gebu2yao4rang4xxxxliang3gexian4jiu4bu2yao4fang4xxxxxx -INVao -xxxxxx -nai3 -OFFni3xxxxxxxx -OCxxxxxxxxxx -INVenzhei4yang4ta1jiu4ceng4bu2dao4 -OCxxxxxxbu4he2shi4 -xing2le -OCni3fei1dei3zhe4shen2me -OC -zhou3zou3 -enzou3 -xxxxxxlaugh -enen -xing2lema1gei3zhai1le -shi4zhai1le -zhei4geqiu2qiu2bu4zhai1 -qiu2qiu2yi4zhai1hui2toujiu4bu4gei3ni3leshi4ba -en

en -zher4nezher4you3zir3 -zher4you3zir3 -en -zher4you3zir3 -zhei4dou1li3you3zir3 -youmei2le -zhao3 -dou1zhar1 -mei2you3leni3kan4 -en

-you3ma -henmei2le -youzhe4shen2mexx -laugh -mei2leba -dou1shi4sui4mo4mo4leba -xxxxxxxx -dou1zhi

1 -shi4zhe4qiu2qiu2 -wo3gao4su4ni3wo3gao4su4ni3 -wo3gei3ni3zhai1 -en -qiu2gei3ni3en -xxxxxx -zuo4deshi2jian1chang2a -xxxxxxxxxx -xxxxhen3duo1hen3duo1deji1 -peng2you3mendou1xxxxxxxx -MOTxxxxxxxxbo2zixia4mian4ba -INVzhei4ni3dei3duo2chang2shi2jian1na -de -MOTta1bo2zixia4mian4nei4gedai4 -MOTbo2zixxxx -MOTta1li3bian1nei4kuair4 -MOTxxxx -INVen -you

-xxxxxxxx -xi1xi1ni3xxxx -wo3bu4gen1ni3hao3lea -bu4gei3ni3 -na4wo3gei3cao2xu4qu4 -qi3lai2 -lai2 -OCcao2xu4a1yi2gei3ni3 -OCbu4gei3ta1 -OCbu4gei3chen2xi1 -gei3ta1gan4shen2meya -bu4ting1hua4 -bu4gei3ni3le -wo3gei3jie3jie -qie3qie

3zir3+zir3 -zir3zir3a -hai2you3ma -you3 - -oumei

2 -qu4 -wanr2qu4 -zou3xxxxwanr2qu4 -xxxx -ni3yao4ting1hua4jiu4dai4ni3wanr2qu4 -ni3ting1hua4ma -en -ting1hua4ya -en -zhen1da -en -xing2 -wo3dai4ni3wanr2qu4 -ni3ting1hua4 -ni4bie2gei3wo3xia1dong4hao3ma -ai - -MOTxxxxxxxxxx -gei3 -ke1 -en -xxxxni3yao4ma -xxxxxx -MOTxxxxxx -hai2yao4ma -hai2yao4bu2yao4 -jinr1yao4bu4wo3bu2dai4ni3wanr2qu4le -you4gei3wo3deng4chu1lai2le -enma1ma -gao4wo3 -e -eini3mei2bi3ne -ma1gei3ni3mai3denei4yi2tao4bi3ne -hai2you3ma -awo3gei3ni3mai3denei4yi2tao4bi3hai2you3ma -ma1ma

-xxxxxx -MOTxxbao1zai4na3 -yi4huir3ni3yi4huir3ni3rang4a1yi2kan4kan4ni3nei4bi3qu4hao3ma -xing2ma -xxxx -rang4a1yi2kan4kan4ni3nei4bi3ma1magei3ni3mai3de -xxxxxxxx -xxxxqu4ba -ai -qu4 -zou3xxgen1a1yi2shagn4lou2wanr2qu4 -xxxxxx -hao3ma -en

-xing2ma -eeeeeen

-cry -ma1bu4gen3ni3hao3le -de

4 -ma1bu4xi3huan1ni3le -de4 -en

en -deng3zhe -deng3a1yi2 -en

-gen1a1yi2 -e

-gen1a1yi2yi2kuair4zou3hao3ma -e2bu2qu4en

-zen3mebu4xing2le - -zou3le -zan2mengen1a1yi2yi2kuair4hao3ma -a1yi2zou3le -enni3jiu4gen1nai3naizai4jian4 -zai4jian4 -OFFxxxx -hao3zai4jian4xxxx -laugh -xxxx -aizai4jian4 -xxxxxxxxxx -yi

2 -xxxx -shang4qu4ma1gei3ni3na2qu4 -OFFmei2shir4mei2shir4 -INVxxxxxxxxxx -OFFtai4re4le -e -INVzou3le -en -en -ke1kai1men2 -ao -qu

4 -ma1gei3ni3na2qu4ao -ke1kai1men2qu4 -ao -INVman4zou3a

-OFFhao3 -en -zan2men

zan2menna2ni3nei4gecai3bi3qu4hao3bu4hao3 -ao3hao3 -xing2ma -en -ni3gao4su4a1yi2 -ni3shuo1wo3ma1magei3wo3mai3leyi2tao4cai3bi3 -ame2mei2shi

4 -ni3gao4su4a1yi2ya -ame2mei2che

4shi4 -aoenen -jia1li3you3 -ma1bu2shi4nei4tian1gei3ni3mai3lema -en -en

-wo3zou4ni3ao -en

-wo3bu2shi4gei3ni3mai3bi3lema -enen

-en

en -ni3yao4shi4bu4ting1hua4wo3jiu4gei3ni3reng1zai4zhe4li3le -wo3bu2yao4ni3le -en

-ren2jia1nei4bianr1dou1guan1men2le -en

-een

en

-you1youyou -ni3kan4nar4 -nei4hei1youaiyou -en

-aiyoudei1xiao3hair2de -en

-na4shi4dei1xiao3hair2de -en

-en

-you4bu4ting1hua4ba -en

-en

-en

-bu4ting1hua4yi4huir3ner4lao3tou2shuo1ni3 -qiao2zhe -en

-qiao2lao3tou2shuo1ni3 -ee

en

-wo3ba3nei4cai3bi3wo3gei3cao2xu4na2qu4wo3bu4gei3ni3le -en

-en

-wo3gei3ta1le -en

en

-bu4gei3ni3lewo3 -en -ni3bu2shi4bu4ting1hua4ma -MOTzhe4ji3a -OMMba1 -OMM -OMMenba1neng2ting2a -OMM -MOTxxxxxxxx -OMMenta1mei2wen4 -MOTxxxxxxxxdou1mei2you3xxxx -MOT -dao4le -chu1lai2 - -MOTni3menxian1qu4ba -INVai -zou3 - -xxxx -engei3 -mei2 -a4yao4zhei4yang4 -ma1kan4kan4 -ai4yao4zhei4yang -en -zhou1 -e4yao4zhei4yang -en -wo3shui1shuai1le -shen2me -wo3shui1shuai1de - -enmei2zai4jia1 -aiyouyao4zuo4fan4 -ta1zuo4fan4 -hen -xia4di4 -mai2mei2 -mei2le -hai2gao4su4shuo1ta1zuo4fan4 -ta1dao4nar3zuo4fan4ne -zuo4ta1ma1pi4 -xxxxxxxxxxnai3naizhao3ta1qu4ao -xxxxnar3wanr2qu4wo3men - -bie2dui4nei4ge -xxxx -xxzhei4gegan4shen2meya -en -wo3chou1ni3a -dai1huir3agan1cui4 -rang4ta1wo3menyi4huir3chi1fan4 -na4zan2mengan1cui4 -yao4bu4zan2menyi4huir3shang4ta1nai3nainar4chi1qu4 -rang4ta1shang4ta1nai3nainar4chi1qu4 -wo3mennei4shen2medou1mei2shang4lai2 -MOTxxxx -INVnei4liang3tian1wo3gen2ta1da3jia4nexxxx -MOTxxxx -INVmei2li3ta1 -INVnao4bie4niu3ne -en -bie2zhai1 -en

-ni3qiao2qiao2ta1shuo1deduo2hao3 -gao4su4ta1er2zishang4lai2zuo4fan4lai2le -shang4nar3zuo4lai2le -ta1zuo4guo4fan4ma - -nizhai

1ni3shuo1zhe4shi4shen2me -ni3jiu4re3wo3sheng1qi4 -zai4ta1ma1you3huo3wo3gen1ni3sa1wo3gao4su4ni3ao -dai -INVen

-xxxxxiao3bei1bao1xxxxxxxx -INVnei4genei4shen2me -INVnei4geta1la4zai4ta1lao3laojia1le -enene -INVdei3gei3ta1na2qu4 -cry -lei1shou3la -gai1 -cry -shei2rang4ni3bu4ting1wo3hua4ya -cry -xxxx -cry -rang4a1yi2jiu4zen4mezhezuo4huir3 -wo3mei2mei2mei2fan4le -zhe4xxchi1gei3ni3 -xxxxxx -xxxx -nei4shen2meyana4 -zhai1a -en

-INVdao4shi2hou4shang4lai2xxwo3dei3gen1ta1shuo1 -INVyao4bu4ta1yi3wei2ta1er2zizuo4fan4ne -INVta1er2zicong2lai2mei2zuo4guo4fan4 -INVbie2yi3wei2ta1jinr1ta1nei4geshen2me -enen

-bie2dong4ao -INVen

-rang4a1yi2xxxxxxxxxxxxjiao4shang4lai2 -xxxxxxjiao4shang4 -kan4 -xi1xi1ni3decai3bi3zai4nar3 -ni3na2ni3decai3bi3 -ni3kan4zhe4wu1zhe4luan4 -mei2gui1zhi4shou1+shi -hao3xxba3ni3deyi1fuyi4huir4wan3shang4 -wo3gei3ni3xi3chu1lai2 -mei

2 -en -zhe4mei2 -xxshuai1zhe -INVwo3ye3bu2dong4 -INVwo3jiu4wo3jiu4gei3ta1zen4mege1zhe -INVta1shei2shuai1deshei2sao3 -INVwo3bu4guan3 -enen

-INVyi4dianr2ren2shir4dou1bu4dong3wo3gao4su4ni3ba -enzhei4gene -ezhei4ge -en -aiwo3gei3ni3na2 -enkuai4na2 -wo3gei3ni3chai1kai1 - -yi4dianr3ren2shir4dou1bu4dong3 -gei3 -zher4ne -ma1gei3ni3na2 -gei3ni3na2cai3bi3 -ni3rang4a1yi2kan4kan4ni3debi3hao3kan4bu4hao3kan4 -a

-chou1ni3 -bu4 -en - -INVxxgei3nin2zhei4yi1fugua4shang4ba -INVgua4zai4nei4yi1fu2jia4shang4 -MOTxing2 -MOT -ai

-INVcong2zuo2tian1wan3shang4wo3jiu4mei2gei3ta1zuo4fan4 -MOTzuo2wan3 -INVen -ai -INVmei2zuo4 -INVjin1tian1yi1tian1ye3mei2gei3ta1zuo4fan4 -INVhen -MOTna4zhei4liang3tian1ta1chi1shen2me -wei

-INVta

1a -MOTta1zhei4laing3tian1bu2shang4ban1ma -INVta1yi4zhi2xie1zhe -MOTen -INVyi4zhi2xie1zhene -INVxie1zhenexx -xxxx -INVmei2zhun3ke3+neng2xie1xie1zhejiu4jiu4mei2shir4jiu4jiu4zhao3shir4shi4bu2shi4 -banban - -INVwo3yao4yi4shuo1ya -INVjiu4shu3luo4bu2xxne -INVaiyawo3ye3nin2kan4zheta1xxxxxxxxxxxxxxxx -INVxin1li3toudou1ge2zhe -INVdou1ge2zhene -MOTshi4ba -INVxxxxxxwo3dou1bu2yuan4yi4shuo1 -INVkan4shang4qu4xiang4gerenr2shi4de -INVmei2xx -INVzhei4ji1zhe4 -INVzhe4hui2shi4bu2shi4gei3wo3gei3wo3bi1ji2lema -INVwo3jiu4shi4shuo1lai2zhe -INVta1ta1mendou1mei2nei4geta1bu2xxxxxxxx -INVjinr1gewen4wo3shuo1ni3menyi4lun4shen2meya -INVwo3shuo1yi4lun4shen2meya -INVwo3shuo1gou3zhei4ren

2shuo1shi2zai4 -INVwo3shuo1ren2deren3nai4shi4you3xian4du4de -INVgou3ye3shi4ni3 -INVnei4shen2meren3nai4ye3shi4you3xian4de -INVwo3shuo1gou3ji2lehai2dei3yao4tiao4qiang2ne -INVni3shuo1shi4bu2shi4a -INVhe2kuang4ren2ne -ji1tiao1 -INVwo3shuo1wo3da3gen1ta1jie2hun1dao4xian4zai4wo3shuo1hai2zidou1liang3sui4le -INVni3shuo1wo3menjie2hun1duo2shao3nian2le -MOTen -INVwo3shuo1zhe4hai2zicong2chu1sheng1dao4xian4zai4chuan1guo4chuan1guo4ta1menchen2jia1men2yi2gebu4sir1ma -MOTen -INVa -INVwo3shuo1xxxxxxxxxxdui4bu2dui4 -INVta1hai2zidou1ceng4shang4wo3 -INVneng2ceng4de2shang4ma -INVchi1he1shi3deyong4de -MOTen -INVmei2you3melian2wo3gui1nu3xxxxxxxxxxxx -INVjinr1xxxxwo3wo3bu4shuo1wo3ye3bie1de2huang1 -INVni3shuo1xxxxxxxxxx -INVlian2zhe4pan2ziwan3xxquan2shi4ta1lao3laogei3de -INVni3xiang2xiang2ta1menjia1gei3shen2mele -INVwo3gen1nin2shuoba -INVzhei4geshi4ta1menjia1de -INVzhei4geshi4ta1menjia1de -agouwu

-INVhai2you3zhei4gechuang2 -INVnei4gechuang2shi4ta1menjia1de -wuwu

-INVni3shuo1ta1menjia1gei3shen2me -cough -INVa -cough -INVni3kan4ni3kan4ni3kan4ni4kan4ta1ta1shuo1zen3memai3guo4shen2meya -ouou -MOTen -enen -INVxxzhe4yong4dekan4dechuan1dedou1dei3quan2lao3lao3gei3 -cry -INVcong2jie2hun1dao4xian4zai4a -a

-INValain2da4wan3dou1shi4a -cry -cry -gan4ma2ya -gan4ma2ya -en

-ni3kan4dian4shi4ba -kan4dian4shi4qu4 -kan4dian4shi4qu4 -cry -kan4dian4shi4qu4 -cry -kan4qu4 -cry -xxxxa1yi2xiao4hua4ni3a -cry -a1yi2hui2touba3zhei4gei3cao2xu4na2zou3le -cry -wo3qu4na2benr3gei3ni3xie3 -cry -hao3ba -en

-wo3gei3ni3na2benr3qu4xing2ma -en

cry -xing2ma -cry -wo3gei3ni3na2benr3qu4 -ren2jia1a1yi

2shuo1le -cry -xi1xi1you3zhi3ma -you3zhi3ma -a1yi2nar4you3you3zhi3zhi3 -ni3yao4ma -wo3gei3ni3zhi3ba -gei3ni3zhi3 -INVni3bie2gei3ta1si1 -INVzher4you3 -INVbeng2gei3ta1si1xxxxxx -INVenyou3 -hao3ma1magei3ni3na2ao -ni3kan4ni3kan4a1yi2 -ni3zhei4benr3gen1a1yi2nei4benr3yi2yangmani3kan4kan4ao -a -e - -youenma1mazhei4yi1wan3shang4ye3zhao3bu2dui4leao - -zou3 -en -gei3 -qu4ba -en -en -eigei3a1yi2chi1qu4 -ei

-ni3gei3a1yi2na2dianr3zhei4getang2qu4ba -zhe4 -INVxxxxjiu4lian2ta1lian2lian2ta1chi1dedong1xidou1shi4ta1xxxxxxxx -gagaga -MOTshi4ba -gagaga -gaga -INVzhi3yao4zen4meda4bu4gei3mai3qu4 -INVzhe4yi4mai3hui2lai2lebu2bu2shi4ma -en -INVaochi1jiu4zhe4nen4meda4ren2lehai2zhang1zui3chi1 -INVwo3wo3rang4ni3chi1 -INVwo3gei3ta1suo3qi3lai2le -INVni3beng2chi1 -ni3qu4gei3a1yi2na2dianr3tang2qu4 -ao

-ao

-a1yi2shuo1a1yi2shuo1ni3bu4dong3shir4 -xx -ge

4 -shen2mepo4ya -anyou -a1yi2shuo1ni3bu4dong3shir4 -en -xing2lequ4xie1zi4qu4ba -en -aiyoujiu1huai4lezhei4geyao4shi4 -qu4xie3zir4qu4 -een -en -eheehee

-ni3yao4qi4wo3wo3da3ni3ao -en

-eeee

-ni3zhao3da3ya -en

-na4benr3ne -na4benr3ne -na4benr3ne -qu4gei3wo3na2benr3qu4ya -benr3ne -benr3ne -mei2you3benr3ni3zen3mexie3a -qu4gei3wo3na1qu4 -ao -hao3ma -a1yi2gei3ni3zhei4gezhi3ba -INVen -INV -INVen -INV -youa1yi2gei3yi2gezhi3le -zhen1hao3 -kuai4xie3xie3 -eda4 -kuai4xie3xie3 -kuai4dianr3 -xie3 -enxie3yi2ge -nao1en -aoaiyouzhen1hao3 -shi4ba -eiqiu2qiu2 -bie2duo1duo1 -yi1duo1duo1nei4genei4gebi3jianr1jiu4jin4qu4le -xie3zen4mexie3 -eqiu2qiu2 -aoqiu2qiu2 -ei -bie2wang3nei4shang4xie3a - -INVwo3yao4you3shen2meshir4ta1cong2lai2 -INVshi4ta1er2zibu2dui4ta1ye3bu4shuo1 -MOTye3bu4shuo1 -INVbu4shuo1 -INVer2qie3ni3hai2bie2shuo1ta1er2zizuo4de2bu2dui4 -INVyi1shuo1ta1er2zizuo4de2bu2dui4 -INVxxxxta1ye3jiu4bu2ai4ting1 -ejiao3 -INVzhei4yi4jia1zijiu4zen4mejiu4zen4mebu4xxxx -MOTen -MOT -enna2 -edai3jiu4 -INVxxni3kan4gang1cai2nin2kan4jian4mei2you3 -INVta1yi3wei2ta1er2zishang4lai2zuo4fan4lai2le -xxxx -MOThai2bu2yong4shuo1xx -INVaoni3wei4shen2medang1wo3gen1qian2shuo1ba -INVaoxia4mian4zuo4fan4qu4le -MOTxxxx -INVni3er2zizuo4fan4dang1ran2wo3jiu4xia4qu4 -INVwo3jiu4gao4su4ta1 -wuwu -xxxxxxxx -INVni3shuo1ta1shi4zuo4fan4qu4lema -INVye3bu4shi4shang4nar3zuo4fan4qu4le -INVyou4gen1zhexxzuo4fan4qu4le -enma1maen -INVwo3gen1nin2shuo1deta1 -INVwo3gen1nin2shuo1xxxxxxxx -INVwo3dou1cong2lai2mei2mei2guan3guo4 -MOTen -INVlain2zhe4hai2zita1dou1mei2guan3guo4 -INVta1nar3xxxxxxxx -qu4 -INVni3mei2xxa -ei

-INVxxxxxxxxxxxxxx -xxxxxx -MOTjiu4lao3lao -laugh -INVlao3laoguan3leyi2geyue4 -yu

-INVchu1lechu1lenei4yi2geyue4xxxxxxxxxx -yu

cry -cry -INVzhe4chuan1dequan2shi4lao3laoxxxxxxxx -cry -INVlao3laogei3zuo4le -dui3shui3 -shui3wo3mei2na2nei4ping2ziwang4le -ma1gei3ni3na2bei1zinong4dianr3shui3qu4 -e -hao3ba -enen -wo3gei3ni3na2bei1ziba -wo3wang4legei3ni3 -another side of tape -wo3mei2dai4ping2zi -ping2zizai4di3xia4ne -cry -yi4huir3zan2mengen1a1yi2xia4qu4 -cry -e

cry -wo3chou1ni3ani3yao4gen1wo3nao4 -cry -ma1gei3ni3qi1dianr3 -ma1gei3ni3qi1dianr3 -ma1mei2na2zhi1dao4ma -en -na2nei4gela4bi3qu4leshi4ma -ma1gei3ni3na2qu4ao -ao - -ba

4 -en -ba

4 -beng2jiao4ta1 -ni3jiao4ta1gan4ma2 -ta1si3qu4le -e -ee

- -ei -qu4nei4wu1he1qu4 -ge1tang2xx -ge1tang2le -ge1tang2le -en -ye3ge1zhir1le -ge1guo3zhir1le -enshang4zher4lai2lai2 - -kuai4lai2 - -INVzuo2wanr3ta1dou1cei4diao4le -ei

-INVwo3shuo1newo3shuo1ni3dou1cei4le -INVni3lian2da4yi1gui4jing4zidou1cei4le -INVni3cei4deshao3 -INVni3dou1cei4leta1 -MOTen -ei -MOTta1hai2hui4yong4bei1zihe1 -INVta1hui4yong4laugh -INV -na2zheng4le -wai1zhena2jiu4sa3le -MOTta1he1shen2me -MOTtang2shui3 -INVnei4gegei3ta1ge1 -INVta1yi2nei4dir4 -INVta1yi2gei3de -INVyi2gei3leyi1ping2nei4geguo3zhir1 -MOTao -INVgei3le -INVgei3guo4hao3ji3ping2dou1he2wan2le -INVzhe4gexxxx -INVqian2liang3tianr1bu2shi4qu4lema -INVyou4gei3leyi1ping2 -da

3tang2 -dang

2tang2 -entang2tang2 -a -kuai4he1ba -hao3he1ma -INVxxna2qu4 -ni3detang2zai4bing1xiang1li3ne -ni3qu4na2qu4 -na2liang3ge -a1yi2yi2geni3ni3yi2ge -hao3ma -ni3gei3a1yi2ba3zhei4ge -xxxxxx -gei3na2 -ba3zhei4gezhei4gejie3kai1 -xxyu

2 -zhe4bu2shi4yu2 -ne4shi4tu3dou4 -ao2dao4tu3+dou4 - -kuai4dianr3gei3ni3 -chi1 -ni3gei3a1yi2na2tu3dou4gan4shen2meya -ni3shuo1ni3zhen1tao3yan4 - -ni3zen4metuo1zhekou3dai4 -ni3bie2na2 -ao -ni3rang4a1yi2zi4ji3na2 -tuo1zhekou3dai4ni3shuo1a1yi2chi1ao -ni3shuo1yi2chi1 -aozen4meshuo1ao -en -ni3shuo1yi

2chi1 -INVyou

2yi2 -ni3shuo1nin2chi1 -INVjie1chi1 -ni3shuo1nin2 -INVnian2nin2 -ai -chi1 -INVjie1chi1 -hao

3 -laugh -wo3chi1ba -xie4xie4ni3le -ni3shuo1bu2yong4xie4 -INVai1bu2dai4xie4 -aobu2xie4 -laugh -hao3 -e -en

-ni3gao4su4a1yi2 -zhei4shi4shei2mai3de -INVyi

2 -xxxxxx -yi2gei3mai3de -ni3chi1 -xxxxxie4xie4 -INVen

-INVxxshi4zhei4yang4 -INVshei2gei3mai3dedong1xi1ta1zi4ji3dou1zhi1dao4 -MOTen -INVshei2gei3ni3mai3de -INVyi2 -INVyi2gei3mai3de -xi1xi1chi1ba -INVen

-xi1xi1chi1 -INVxxxxwo3menshen2meshi2hou4qu4lao3laojia1 -INVbu2shi4lao3laogei3mai3dong1xijiu4shi4yi2gei3mai3dong1xi -INVlao3shi4 -INVenqu4ni3shi4kong1shou3qu4 -INVhui2lai2lao3shi4dei3endei3na2zhedianr3dong1xihui2lai2 -INVzong3shi4zhei4yang -INVmei2 -emei2le - -INVta1menjia1ke3hao3 -INVlain2nen4meyi1kuair4tang2dou1mei2gei3mai3guo4 -MOTen -MOT -xxxxxx -kuai4he1ni3nei4shui3 -en -he1ni3nei4shui3 - -INVyi4lai2jiu4you3bing4 -INVliang3lai2jiu4you3bing4 -INVaotou2yun1 -INVtou2yun1ni3dao4shi4gei3ni3ni3kan4bing4 -INVna2yao4ni3dao4shi4chi1yao4a -INVni3bu4chi1 -INVbu4ni3you3bing4meni3bu4jia1xie1zhe -INVni3ni3ni3yi1wanr2pai2wanr2wanr2yi4xiu3ye4 -ee -en

-INVdi4er4tian1ni3shen2medou1bu2gan4 -INVshen2medou1bu4guan3 -MOTta1xi3huan1wanr2pai2 -INVwanr2pai2 -INVwanr2nei4ma2jiang4pai2 -MOTen -ee -xxxxxx -INVjiu4zai4lou2shang4xxxxfeng1 -INVwo3jiu4shuo1zhu4zhei4lou2bu4xing2 -INVwo3shuo1feng1qi4bu4hao3 -INVlao3deshao4dequan2dou1gou1yin3zhewanr2 -MOTen -enzhu4 -INVxxxxxxni3wanr2 -INVni3dei3you3shi3you3you3xxxxxxxx -xxxxxxxx -ezhu

4 -INVni3ai4wanr2jiu4wanr2ba -INVxxxxxxxx -wu

-INVxiao3shi2shi4ba -xxxx -INVni3hui2lai2gai1gan4shen2megan4shen2me -aa

-enen

xxxxxx -INVni3zhe4dao3ke3hao3ni3shen2medou1bu4guan3 -a - -xiu1 -INVaoyi4lai2jiu4gen1ta1chao3jia4 -INVneng2bu4gei3ni3shi4bu4gei3ni3 -de

1 -INVbu4gei3ni3chao3jia4liu2zheni3ne -INV -eni2nie1ya1e -en -eni2nie1ya1 -nie1nei3gea -en -xian

2wo3dou1bu4gei3ni3nie1 -e1wo3xiang

3 -zai4chi1yi2gejiu4de2lea -en -chi1yi2geyi4huir3shang4ni3nai3nainar4xxxxchi1 -chi1mian4tiao2qu4 -bu4 -INVjin1tian1zhong1wu3ta1gen1ta1ma1nar4chi1de -INVwo3ziji3nong4le -INVdun4lenen4meliang3getu3dou4 -MOTen -MOT -xing2lea -yi4huir3nong4yi4shen1 -xian2 - -yu2 -aiyu2 - -chai4cai4 - -da4 -dei2da4 -tao3yan4 -ai

-INVta1ba1cheng2you4shi4wanr2pai2qu4le -INVwei -eieiei -aiheihei -wo3chou1ni3a -xx -enemao1mao

1 -aomao1mao1 -eda

4 -aoda4 -eeexiao

3 -ni3kan4nei4xiao3mao1mao1 -en -nei3gexiao3mao1mao1 -eda4 -nei3geya -bai2 -ee

-ai -nai3 -nar3qu4a -wo3doubu4zhi1dao4ni3shuo1deshi4nei3gemao1mao1 -xxxx -shi4zhei4gema -a -zhei4geba -a -ao -zhei4da

4 -ni3gei3a1yi2kan4zhei4shi4shen2me -zhei4ma1magei3mai3deshen2me -zhao2 -zhe2 -eee -quan2shi4ma -mao1 -nei3gemao1a -xxyapa2ya -nei3gemao1a -aiya - -zhei4geya -a -ni3lao3wanr2dou1rang4ni3gei3wanr2zang1lehui2tou -eda4 -eizhe4zhe4hai2zizen3menen4meqi4wo3ya - -nei3geda4ya -nei3geda4ya -ai2hai2ya2you3 -mei2you3 -bu2yao4la1dao3 - -ni3yao4bu2yao4a -en -bu2yao4la1dao3 -e

-nei3geya -ayao4 -xx -zhe4zhe4 -nei3ge -xxxx -en -xx -aiya -aozhei4geya -zhei4gexiao3xiong2mao1ba -en -na2zhei4li3lai2 -ehei

-eeeheiheihei

-qu4ba -ai

-qu4wanr2qu4ba -aiaiai -aiyou

-aida3ni

3 -aiyou

- -edai1 -wo3bu4mao2mang2 -entao4shang4 -aiailao3gao1 - -laugh -xiao3xiong2mao1hui4dong4ma -enen

yuyu

yuyuyu

-hao3 - -aihen3lei4ya -gan4ma2ya -hao3lei4ya -ao - -eda4 -edao3 -en - -en -ta1nar3hui4chi1a -en -ta1hui4chi1ma -en -wu1wo3wai4wei4ya -en -e3wo3wai4wei4ya -wei4ta1ya -bu2hui4chi1 -ta1mei2you3zui3 -ezhui2zui3ya - -ta1you3zui3mani3jiu4gei3ta1chi1 -e1mei2ei3zui3 -INVezhe1chi1 -xi1xi1chi1ba -enen

-ni3chi1ba -chi

1 -ta1bu4chi1a -en -ta1mei2you3zui3 -da3 -da3ni3 -laugh -da3ta1ya -a -hao3zhong

4 -reng1leta1ya -en -na4ta1jiu4gai1ku1le -en -reng1leta1 -a1ta1yao3wo4wo3 -a1ta1yao3wo4wo:3 -a1ta1yao3wo4wo3 -yao3ni3 -ni3qu4kai1bing1xiang1 -ni3gei3na2liang3ge -na2liang3kuair4nei4zhong3tang2qu4 -nei4yuan2detang2 -hao3ma -eda4 -ao -eiyi2bu2shi4hai2gei3ni3mai3nei4geyuan2tang2lema -qu4na2liang3gelai2 -ee

-wa

-en

-enxxxxxx -ni3qu4na2nei4tang2qu4 - -ni3gei3a1yi2na2yi2kuair4qu4 -ni3chi1yi2kuair4ao -en -xing2ma -ge

4 -a1bu4xing2 -cry -bu4xing2bu4xing2bu4xing2 -bu4xing2 - -he1kai1men2 -ni3zi4ji3qu4na2qu4 -enxx - -en -zi4ji3qu4na2qu4 -ei -na2liang3geao -ao3hao3ba -shen2meba1ge -jiu4na2liar3jiu4xing2le - -na2yi2gehong2deyi2gelu4de -zai4na2yi2gehong2de - -na2liang3gejiu4xing2le -kan4ni3kan4ni3dou1gei3ba1diao4lezhei4ge -zai4na2yi2geya -na2liar3 -a2na2jia3liang3 -ao -da4 -xxdou1yi2yangda4 - -da

4 -aozai4na2yi2ge -da

4 -kuai4dianr3na2liang3gejiu4xing2le -zai4na2yi2geya -a -zai4na2yi2geya - -xxxxxxya -zai4na2qu4a -na2liang3ge -tang2na2le -wo3na2ya -ao - -de -e -INVwei -ei -ni3gei3a1yi2yi2ge -a

-heixiao3zi - -ni3ting1bu4ting1wo3dehua4 -en -ting1bu4ting1 -xxxx -ni3gei3a1yi2yi2gema1maxxxxxx -bu

4 -ni3gei3a1yi2yi2ge -bu4 -zhei4xiao3ziyou4bu4dong3shir4 -gang1gang1ting3dong3shir4de -ting3guai1de - -mei2 - -mei

2 -en

-mei2 -edou1dou

1 -edou1dou

1 -bu4li3ni3 -edou1dou

1 -aoedou1dou

1 -dou1dou1zen3meledou1dou1 -ni3na2chu1yi2gelai2 -gan4ma2dou1ge1dou1dou1a - -mei

2 -mei2you3ni3nei4dou1dou1li3shi4shen2meya - -zhe4bu2zhe4hai2you3yi2gelema -zhe4bu4zhe4hai2you3yi2gelema -eee

-wo3bu4gen1ni3hao3lewo3gao4su4ni3shuo1ba -xiao3dong1xide - -na4ni3zai4qu4zai4na2yi2gequ4 -zou3 - -qu4ba -qu4zai4na2yi2gequ4 -en

-kou1bu4kou1a - -zhen1kou1wo3gao4su4ni3shuo1ba - -na2shou3bao1 -yu

2 -na2shou3bao1pi2 -shuo1ni3leba -na2shou3bao1pi2 - -laugh -wo3jiao4ni3na2nei4geshou3bao1pi2 - -cheng2xin1 - -ei

-qu4yi4bianr1dai1 -xxxx -xxxxxx -qu4gei3a1yi2na2yi2kuair4tang2whisper -en

-qu4ba -en -de2xing4 -ma1mabu4li3ni3lewo3xxxx -bu4gen1ni3hao3le -qu4yi1bianr1qu4 - -bie2na2nei4shou3nie1nei4getang2 -hou1hen3nian2de -cough - -he1shui3ei -he1ba -cough - -ge1zui3li3han2zhe -you3ni3zen4me -you3ni3zen4mechi1tang2dema -lao3jiao2 -en -zuo4zai4zher4hen2zhe -eai -hen2zhe - -en -enen -en -en -ai4yao4zhei4yang -ya2chi3 -laugh -gei3a1yi2tang2 -en -gei3a1yi2tang2 -bu4 - -laugh -zhen1kou1 -kou1menr2 -re

4 -kou1menr2 -re

4 -kou1menr2 -en -kou1menr2 -en -xkou1menr2 -en

- -ni3bu4kou1menr2ni3ba3zhei4gegei3a1yi2 -ni3qu4gei3 -ao

-a -na4ni3jiu4shi4kou1menr2 - -mei2 -gei3ni3yi2ge -mei2 -zhei4ge -mei2 -shou3li3shou3li3na2zheni3jiu4shuo1xia1hua4 -enxx - -you4jiao2 - -en

- -xxxxxxxxwhisper -en

-ni3lao3zuo4zai4wo3tui3shang4gan4ma2ya - -xxxxxxxx -en

- -xxxxduo2neng2chi1tang2 -te4neng2chi1tang2 -INVmei

2 -mei2 -wo3shuo1 -xxxx -ni3gei3a1yi2yi2kuair4ni3dou1chi1le -en -hen -bu4dong3shi4 - -wo3te4xx -chen2xi1wo3gao4su4ni3 -yi4huir3yi4huir3ni3jiu4jin4qu4 -ni3shuo1wo3e4le -chi1fan4fanr4 -ao -ting1jian4lema -jiu4gen1shang4qu3shi4de -en

-en

-jin4qu4ni3jiu4shuo1e4 -en -guan3ta1yao4fan4 -xxxx -a -ni3yao4shi4bu4shuo1hui2toubu4gei3ni3chi1 -ni3shuo1wo3e4 -ao -en

-ting1jian4lema -ting1jian4mei2you3a - -INVwo3xxxx -xian4zai4gei3a1yi2shi4ma -INVbu4a

-enbu4gei

3 -laugh -hai2shi4bu4gei3 -kong1deye3bu4gei3 -en -shi4ma - -xxxxxxxx -sui2ni3menchen2jia1men2gao4su4ni3 -aizhei4gebu4neng2chi1 -zang1le -zang1 -INVxxxx -INVai

-INV -laugh -hai4pa4ba -ni3shuo1bu2hai4pa4 -e1bu2ba4pa4 -hai4pa4 -xxxxxx -eque3que3shui3+shui3hua1he1 -enchi1qu4ba -xxxx -hen -en -ni3nei4zui3li3hai2you3tang2mei2you3le -a -chi1wan2tang2zai4he1 -hui2touyi4huir3qia3zhe - -you4jiao2you4jiao2 -laugh -tao3yan4 -qu4xxxxxx -kan4jian4wo3jiu4you3qi4 -qu4xxxxxx -en

-duo3hou4bianr1 - -e - -laugh -INVmei

2 -INVen -mei2 -dao1 -eai

laugh -chi1wan2lema -wan2 -wan2lehe1shui3 -zhao3 -hai2you3a - -enan2ya -en - -cough -man4dianr3 -zi4ger3na2zhe -zou1zhe -zi4ji3dong4 -cough - -he1bu4he1 -en

- -xxna2qu4 -ni3zai4shuo1chi1tang2wo3jiu4ning2ni3 -e

-chi1liang3gejiu4de2le -wo3na2zai4 -mei2you3le -en

-ni3yao4zai4shuo1na2qu4 -hui2toua1yi2gei3ni3da3zhen1 -zher4you3gezhen1a1yi2nar4you3zhen1 -chi1tang2duo1xxxxya1teng2da3zhen1 -henhen

-wo3zou4ni3ba -en

-en -enen

-chi1zhei4getang2 -chi1zhei4getang2 -en

-enenenen

en

-ni3gei3a1yi2 -a1yi2ye3chi1zhei4getang2kuai4dianr3 -gei3a1yi2na2 -kuai4dianr3a -en -ni3gei3a1yi2na2yi2getang2 -ni3gei3a1yi2na2 -a1yi2ye3chi1zhei4getang2 -xxxx -ni3ye3chi1zhei4ge -a1yi2ye3chi1zhei4ge -xxjiu

4chi1 -aowo3gei3ni3nei4ge -ni3dei3xia4lai2ya -en - -eda

4 -edui4 -jian3zhe4da4dena2 -nei3geda4dena2nei3ge -nei4da4 -wan2lenei4xiao3 -zhei4kuan1deda4 -nei4gepang2bianr1nei4ge -aiaidui4dui4 -ei

dui4 -en -dui4nei4geda4 -xie4xie4 -ni3zhei4ge -xi1xi1zai4na2yi2geda4de -xi1xi1zai4na2yi2geda4de -bu2shi4 -nei4geshi4gei3a1yi2de -ni3zai4na2yi2geda4de -ma1mashuo1ni3 -gen1a1yi2yi1ren2yi2ge -ni3zai4na2yi2geda4de -ai

nei4geye3ting3da4de -xing2hao3 -ai

-ai -zhen1hao3 -xi1xi1zhei4yang4jiu4dui4lehao -xi1xi1bu4chi1ma -aini3zen3meba3zhei4gegei3na2hui2lai2le -zhei4gegei3a1yi2deya -en -gei3a1yi2deyanei4ge -ei

jiu4dui4le -laugh -wo3xxwo3shuo1 -hao3a1yi2chi1zhei4geni3chi1zhei4ge -wo3shuo1aini3chi1laugh -laugh -INVta1cheng2xin1de -wo3shuo1rang4ni3ba3nei4gegei3a1yi2 -ni3zai4chi1yi2ge -zhi1dao4ma -en -cheng2xin1shi4bu2shi4a -aotai4da

4 -a -da4 -ai -xxxxxxbu4gei3dao4 -yao4dao4jiu4bu4gen1ni3hao3le -na2zhexing2 -dao4bu4xing2 -en -eda4 -eexxxx -INVhai -INVchi1getang2 -MOTxie4xie4 -hao3 -en -zen4meguai1 -laugh -laugh -INVta1cheng2xin1 -laugh -INVta1xxxxxx -laugh -wo3bu4gen1ni3hao3le -wo3bu4gen1ni3hao3le -dou1gei3a1yi2ge1na4 -ba3zhei4ji3gedou1gei3a1yi2chi1 -qu4ba -qu4gei3a1yi2 -enaihao3guai1 -bu2shi4bu2shi4bu2shi4laugh -laugh -aa

-laugh -xxxx -laugh -shang4lian3shi4ba -laugh -shang4lian3shi4ba -en -xxxxxx -laugh -xxni3a -laugh -ben3lai2ni3ya2zhang3de2jiu4bu4duo1laugh -laugh -wo3chou3chou3zhang2ji3ge -zen3mehai2shi4nei4ji3geya2ya -wo3kan4kan4 -zhang4da4zui3 -ba1 -ba1geya -wo3shu3shu3 - -xxrang4wo3kan4kan4 -wo3gei3ni3shu3shu3 -wo3gei3ni3shu3shu3 -laugh -bie2le4ao -en -ke3bu2shima -hai2shi4nei4ji3geya2 -laugh -laugh -bu4zhang3ya2 -bu4zhang2ya2 - -ti1di4xia4qu4le -beng2chi1le - -emao

1 -en -mao1mao1 -en -mao1mao1 -hen -emao1mao1e - -chen2xi1ani3chi1xxxx -e1bu4chi1 -bu4chi1a -a

- -zher -bie2si1a - -wo3chou1ni3lea -esi1lemei2far1xie3zi4le - -e3xie3zi4a -enzen3me -engan4ma2 -INVxx -zhei4gebu4xing2 -ni3ni3bu4xu3dong4nei4ge -ni3ba3zhei4gegei3a1yi2 -xxxx -zhei4geshi4a1yi2de -ni3shuo1shang4hui2wo3ma1majiu4wang4le -nai3naiwang4legei3nin2le -ni3shuo1a1yi2la4zher4deshi4ma -INVxxxxxxxx -laugh -laugh -zhe4shen2me -INVmao1 -aiyou -mao1shi4ba -jiu4shi4wo3xie3deshi4mao1mao1 -INVmao1mao1 -ai -zher4you3yi2ge -zher4you3yi2ge -chi1ba -ni3rang4a1yi2chi1ba -chi1ba -INVmao1 -en -laugh -xxxxxx -bie2ba3zhei4gegei3yi2ao -ni3shuo1yi2zhei4shi4nin2la4zher4debi3 -shuo1ya -emao1mao1 -ni3bie2hua4 -ni3gao4su4a1yi2shi4 -ni3shuo1ni3shuo1zhei4shi4nin2debi3 -INVedi3bi3 -aixie4xie4 -laugh -INVshagn4hui2wohai2xiang3zhexiang3zhe -INVwang4le -INVdeng3nin2yi4zou3wo3shuo1you

-INVwo3shuo1dui4le -INVwo3shuo1zhei4bi3zen3memei2gei3ya -MOTlaugh -INVlaugh -INVwo3shuo1xian1ge1zher4 -wa -INVlaugh -INVwo3jiu4gei3wang4le -xxxx -MOTwo3ye3wang4le -INVan -en - -xxxxxxxx -zan2mengen1yi2chi1wan2fan4 -chi1fan4qu4 -chi1qu4ni3 -ni3quan2ba3ta1chi1jin4qu4 -INVma1mai3 -ao -ma1mai3 -ma1mabu4guan3 -ni3bu2shi4ni3reng1de -zan2menbu4jian3 -aozan2menbu4guan3 -zan2jiu4zen4mege1zhe -INVjinr1zao3shang4ta1nai3naishang4lai2le -INVjiao4ta1jiao4ta1ba4lai2le -INVxxxxxxxx -laugh -INVkan4zhexxxxxx -xxxx -INVjia4yi2gexxxxxxxx -en

-en

-INVta1ba3wan3dou1shuai1le -INVye3ye3bu4zhi1shi4shei2shuai1de -cry -MOTen -INVwo3xxxxxxyou3shei2shuai1de -cry -INVchu2leni3er2zixxxxbie2ren2mei2ren2shuai1 -cry -ma1mama1ba4ba

4 -cry -gei3 -laugh -he1bu4he1ya -xxxx -ni3he1bu4he1ya -xxxxxxxx -ni3bu4he1wo3he1lea -en -aa -jiadaidai -laugh -aideng1xx -chou4xx -edailaugh -he1ma -laugh -he1 - -wo3gen1ni3shuo1guo4ni3ni3ba1zhewo3zen3mehe1ya - -mei2 -mei2 -mei2 -mei2jiu4ge1zher4le -hai2chi1e -wanr2qu4ya -ai4hai2yao4 -ai4hai2yao4 -en -xxxxxx -wanr2qu4 -xxxxxx -ni3shang4ta1nar4ceng4dianr3fan4qu4 -ceng4dianr3fan4zai4lai2 -zan2menjiu4xxxx -en

-cry -bu4chi1fan4nar3xing2a -en

chi1yang

2tang2 -shang4ta1nar4qu4ceng4yi4kou3fan4qu4 -en -ao -en -ceng4yi4kou3fan4zan2menjiu4wanr2hao3ma -enen

-ceng4wan2fan4ma1dai4ni3wai4toupao3bu4hao3ma -eouxxxxxx -xing2ma -wawawu

-xing2ma -wuen

-xxxx -en -na4zen3mezhe -enen

-wo3mo1mo1ni3denao3dai4 -en

-wo3momo1you3re4ma -xxxx -enen -xxxxxxzhe4yang4bao4zhe -cry -a -enen

-bao4zhebao4zhebao4zhebao4zhe -xing2leba -xxxxxx -xxchi

1 -xi1xi1chi1bu4chi1tang2 -a1yi2shuo1ni3chi1tang2ma -chi1tang2ma -chi1ma -MOTeizhei4wan2le -xxxxxx -wan2le -xxxx -MOTmei2shir4 -MOTxian4zai4yi3jing1wan2le -INVao -MOTjian3qi3lai2 -INVna4xing2 -INVeinei4shen2me -ni3ni3ni3chi1tang2maa1yi2shuo1 -en1bu4chi1 -bu4chi1la -na4ni3rang4a1yi2chi1bahao3ma -a1yi2chi1 -fen1a1yi2chi1ao -a1yi2ye3bu4chi1 -ni3shuo1chi1bachi1 -INVqi1chi1ba -wo3yi3jing1chi1leyi2kuair4le -INVchi1ba -laugh -gou4le -tai4tian2le -laugh -tai4tian2lea1yi2shuo1 -MOTxxxxxxxx -INVen -en

-na4ni3xia4di4 -ma1magei3a1yi2zhei4gehao3ma -en

-xxxxxxxx -xxxxxxxxhao3bu4hao3a -zhai1xia4lai2hao3ma -ao -a1yi2xxxxao -zhen1guai1 - -xi1xi1you3shi2hou4hen3guai1 -enyou3shi2hou4 -xxxxxxxxxx -ye3tao

2 -bu4ting1hua4 -en -gei3a1yi2gei3a1yi2gei3a1yi2 -gei3a1yi2 -xxxx -xi1xi1ani3ji3sui4le -INVba1 -ye

-liang2sui4 -laugh -INVba1 -liang3sui4 -INVba1 -xxxxxxxxcheng2xin1zheba -INVba1 -er4 -laugh -xxxx -INVba1 -ta1qi4ren2 - -enqu4gen1nai3naitao3kou3fan4chi1 -xxxx -en -aorang4a1yi2xxxxxx -zou3 -MOThui2jia1 -yao4bao4bao4a -ee -the end diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx5i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/cx5i.xml deleted file mode 100644 index 14ff8fb..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/cx5i.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - -Start at 10:00 am, IN gives XX some little chocolate balls and raquets, M tries to get XX to draw then they go over to the fridge, XX pulling various things out as M goes to start preparing lunch. - -wanr2bazhen

1hao

3a1yi2gei3mai3dezhei4gehang

1$Q:NQPem

1$INTERJni3ke3bie2mang1qiu

2liang3gepaor

1$UNINTtsch$INTERJshi4bu2shi4a$Q:VNVem1$INTERJheng4$INTERJhao3ba

$Q:NQPengbou

1dezhsh

$INTERJna4zhei4yang4bou

1$UNINTni3shuo1a

ni3shuo1xie4xie

4shuo1yaxx walkingshuo1yaxx walkingni3yao4bu4shuo1wo3jiu4bu4gei3ni3bao1guo3lekeMOTta

1shuo1yaMOTni3gu4ji4jin1tian1ta1ji3dian3chi1a$Q:QWINVhai

4$INTERJINVnei4ge

INVshi2yi1dian3INVnin2shen2meshi2hou

4$Q:QWINVnin2da3suan

4MOTru2guo3shuo1INVta1yi1ban

1defan3zheng4jiu4shi2yi1dian3duo1zhong1shi2yi1dian3ban4MOTshi2yi1dian3duo1INVen4$INTERJMOTao4hao3hao3hao3wo3na2na2qu

4MOTneng2bu4neng2shao1weizao3yi1dian3shi2yi1dian3zheng3$Q:VNVINVnna4ye3xing2INVshi2yi1dian3ye3xing2MOTye3xing2$Q:INTINVao4$INTERJINVti2qian2yi1dianr3ye3cheng2na2qu

4INVen4$INTERJna2qu4ai

4na2qu4na4ni3shuo1xie4xie4yi2soft, high fussen

1$INTERJna

4wo3bu4gei3ni3na2opening plastic bagni3shuo1ni3shuo1xie4xie

4shuo1yashuo1yaxx kicks her feet against sofani3shuo1basoft, whineen

1$INTERJren2jia1zhei4zhei4zhei4lao3gen1nei4li3zen4mege1zhewanr2duo1hao3ni3hai2fei

1dei3yao4chi1yi1chi1jiu4de2lea

4en1$INTERJyi4huir3ni3chi1chi1duo1leni3you4gai1bu4chi1fan4lejiu4chi1yi1gejiu4xing2lezhei4gejiu4ge1zher4lea

1em4$INTERJem4$INTERJge1zher4ni3ba4bakan4kan4ni3shuo1zhei4shi4yi

2gei3mai3deang1na

2qu4aem1$INTERJeng4$INTERJhai2ji

1eh$UNINTlaughs softlyzen4mezhao1bo1zhen

1bang

4ni3dou

1transcriber has "ni3 deng3 huir3yi1yaem4zhar4zher4jiu4zen4mebo1cong2zher4bo1ei

$INTERJeieireng

1yi1di4eng4$INTERJlaughsei1youhe4$INTERJni3dao4ting3hui4chi1a4laughssqueala1he4$INTERJao

4swallowing-like sound$INTERJni3shuo

1xie4xie4yi2lema$Q:QP:Man

2$Q:PRMPTshuo1yi1shengr1ani3shuo1xie

4xie4enren2wu

3$UNINTang2$Q:PRMPTbao1bao1bo1+bo1bao1bao1em4bo1bo1qiu

2qiuaen2$Q:PRMPTqiu

2qiuaen4$INTERJqiu2qiuwan2qiu2qiulaughen4$INTERJcoughsem4xx chewing candy$INTERJao1wu

$UNINTao3wu$UNINTheng4$INTERJxiao3lao3hu3yi1yang4shi4ma$Q:QP:Men2$Q:PRMPTheng4$INTERJhigh, animal-cry likeen

1a

yi$UNINTsighem1offering food ?$INTERJwo3bu4chi1ni3chi1bahao3haor

dejiao2wan2lezai4wang3zui3li3ge1ting1jian4ma$Q:QP:Men

2$Q:PRMPTai1dar4$UNINTem

2$INTERJhahasheng4yi2banr

4leba

$Q:NQPa

1$INTERJna4pair1mei2leba

of chocolate ball racket$Q:NQPvery softa1$INTERJena

4$INTERJhaina

$UNINTyawnsxxxxwei4wan2leang1$UNINTen4$INTERJmei

2mei2ya

$Q:NQPheng4$INTERJheng

1$INTERJde2le$INTERJeng$INTERJca1ca1shou3fusseng

2engm

4$UNINTca1ca1shou3fusseng

2$UNINTni3yao4bu4ting1wo3hua4wo3zou4ni3lawhineeng

1$UNINThei1you4bi2ziliu2xie3bi2ziliu2xie3enh

4enh

4enh$UNINTa1yi2xiao4hua4ni3shuo1ni3mei2xiu1mei2xiu1mei2sao4laughs; xx starts to kick sofayou

4you4kan4kan4naryouxxhang2laughing$UNINTen

1bao4bao4ai4en4ni3ni3ni3ni3ni3kan4a1yi2nar4gan4ma2ne$Q:QWni3kuai4qiao2zheng1$UNINTnei4shen2meya$Q:QWsqueals/laughs$UNINTlaughskuai4qi3lai2yani3kan4nei4shi4gan4ma

2ne$Q:QWei1$INTERJbao4bao4bao

4zhebu4xing2wo3gei3ni3na2ni3ni3ni3kan4zhei4geni3kan4neni3kan4neixiao3mao1mao1xiao3mao1mao1da3mao1mao1eng

4$INTERJmao1mao1da3mao1mao1shi4ba$Q:NQPta1bu4da3laughs; xx walks across roomwo3wen4ni3ei4ei4$INTERJwo3wen4ni3ni3ni3ni3zhao

4zhehua4yi2gehua

4yi2gemao1mao1m flips pagesni3kan4xx walking back towards momzhao4zheta1hua4ang

em

4$INTERJhua4ta1ang

em4$INTERJba3ta1ye3hua4xia4lai2hua4mao1mao

1ang1$INTERJwang3zhei

4shang4hua4ni3zhao

4zhezhei4gezhao4zhezhei4shang4tou2demao1mao1zai4zhei4benr3shang4hua42 different booksxx starting to scribble on notebookhei1$INTERJna4shi

4ma$Q:QP:Mna4shi4ma

$Q:QP:Mna4hua4shen2mena$Q:QWbu2dui4bu2dui4laughsna4ye3bu2dui4crunching soundsen2$Q:PRMPTwo3rang4ni3hua

4zhao4zheta1hua

4hua4mao1mao1en1hua4mao1mao

1en

4$INTERJzai4zhei

4shang4hua4m taps notebookzai4benr3shang4hua4eng1offering pen to m$INTERJni3hua4eng1$INTERJni3hua4yi1zhuo1zixx scribblingni3hua4ni3hua4yi4mao1mao1na2shou3fu2zhenei4benr3shang4ni3xxxxkuai3$UNINTen4zheeng

1$INTERJxiao3mao

1zilaughsbao4bao4still laughingbo$UNINTnei4hua

4shen2meyabumping sound$Q:QWei1you4he$INTERJke1zhewo3leeiheinei4gehua4shen2meya$Q:QWqi3lai2deng1deng1squealsnnnei4nei4ao4wo3gaor

4ni3eiyou4$INTERJwo3gao4ni3zhi1dao4nei4shi4shen2mema$Q:QWwo3wen4ni3zhi1dao4maqi3lai2$Q:QP:Tqi3lai2yani3ni3ni3en

1bao4bao4ni3zhi1dao4nei4ni3zhi

1dao4nei4shi4shen2memalaughing$Q:QP:Mlaughinghahawo3gei3ni3ca

1laughm and xx both laughingwo3gei3ni3ca

1zheni3nar4you3qiao3ke3li4ei4ei4wo3wen4ni3ni3zhi

1dao4a1yi2na2nei4shen2memani3kan4ni3qiao2qiao2$Q:QP:Mqiao2a1yi2na

2nei4shi4shen2meya$Q:QWshuo1squeala

1hhhhhh$UNINTbao4bao4laughswhinybao4bao4whinybao

4bu2bao4zhelaughseng

4m$INTERJlaughsni3hua4ni3hua4mao

1laughingei

1you4$INTERJjiu1wo3tou2fa4"jiu1 .le"ni3ni3ni3hua4mao1mao1hua4mao1mao1hua4yahao3ma$Q:QP:Myao4mani3xie3yi1er4san1si4softerwu3liu4qi1ba1jiu3shi2hao3ma$Q:QP:Mhua4mao1tu

2a$Q:NQPeng

4$INTERJhua4maem$INTERJhua4mazen4mehua4na2na2nei4zhi1you4shou3xie3yi1en

1bao4bao4zhei4bu4ma1bao

4$Q:INTni3kan4zhei4shi4lou

3zheni3lou

3zheni3lou3zheni3ai4xie3yi1en1$INTERJzhei4yangr4na2hao3neyi1er4san1si4wu3liu4ni3ye3shuo1ni3shuo

1yani3shuo1qi1shuo1yaqi

1aan1$INTERJni3nei4shou3nei4shou3ei

1ya4$INTERJen4$INTERJni3xie3xie3yi1er4san1si4wu3liu4qi1yi

1yi1yi

1dui4azai4xie3yi1er4er4zhar4zhar4zhei4er

4zher4mei2you3nei4hengr

2mei2guo4mei2you

3a

zher4hai2yao4lai2yi1hengr

2neai

4er4zhar4xie3san1slurredyi

1er

4san1san1xie3san1san1zen3mexie3a$Q:QWwo3gao4suni3zher4ni3kan4hua4mao1mao

ang

1$INTERJni3kan4zhei4yi

1xie3dehao3zhei4er4xie3deye3jiu4shi4la4yi1hengr2disagreeing/fussingen2en2en

2$UNINTyou4guai3wanr1mei2you3hengr2xie3gesan1xie3axiang4zher

4en

1$INTERJgen1zhe4er

4shi4deer4shi4nar4harhang1$Q:NQPen1$INTERJen

na

4mou1$INTERJzai4zhei

4shang4xie3na4yi31

ye$UNINTehdiao

3diu1xiao3 qiu2tiu

2ouqiu2axiao

4diao4en1diao

4na4ni3jian3qu4bajian3qu4xx moving table as she tries to get something from floorqi3lai2en

2$INTERJen4jian3qi3lai2de2lena4table being moved along floor again$INTERJxie3yi

1zhar4xie3zhar4a1ya

1ya

1ou4shen2meya1ya1$Q:QWjiu4hjiu4jiu4xie3yi

1baba3yi1xie3hao3leya

1yi

1ni3kan4ni3zhei4yi1xie3dehao3zhar4xie3yi1geyi

1yi

1er

4san

1tsan

1san1si

4jiu

3shen2mejiu3wa$Q:QWsi4gezhe

4si4wu

3wu

3liu

4lou

4liu4shen2menuo

4liu4$Q:QWliu4luo

4liu4qi

1qi

1ba

1ba

1jiu

3tiu

3jiu3shi

2shi

2aini3xie3guang1hui4shuo1la

gai1hui4xie3lashi4ba

$Q:NQPni3xie3yi2geyawnsei

1$INTERJhai1hai1ni3gan4ma

ne$Q:QWsoft, whinyeng

1m$INTERJsoft, whinyeng

1m$INTERJhao3hao3hao3wo3gei3ni3nong4bie2 nong4gei3ni3nong4" "slurredyi

1er

4san

1kuai4xie3aei

you4ei1you

2uren2+renr2$INTERJen1$INTERJen

2$Q:PRMPTeng1wo3kan4wo3kan4zhei4shi4ren2renr2ma$Q:QP:Mshi

4laughsna4renr

2zhei4shi4renr2a$Q:NQPan1affirmative$INTERJzhei4geshi4shei2hua

4de$Q:QWmao1mao

1note error, replies as if "hua4 shen2+me .de ?zhei4geshei2hua4de$Q:QWwo

3hua4nei4ni3hua

4deya

$Q:NQPeng

4$INTERJna4zhei4gehua4dexiang4ge4san

1yaxiao

3san

1en

4$INTERJwo

3san1aubouwuwuwuwu

wuwu$UNINThee1heehee

$UNINTlaughsxiao

3gravellysan

1gravellyeh

eheh$INTERJbie2tui1zhuo

1ziai4yi1tui1zhuo

1zihai2zen3mexie

3ya$Q:QWkicking her feeteiyi

hei1$UNINTni3tui1zhuo1zijiu4mei2far3xie

3lezhi1dao4ma$Q:QP:Mhei$INTERJhua4che1che1hei

2ei

$INTERJyi

1er4san

1hua

4laughhahahei

ei

hei

laughs softlyzha

4xx banging her feet on sofa$UNINTei

1you4laughing softly$INTERJscreaminga

a

a

2a$UNINThuo4$INTERJbu4xu3yao3shou3teng2ei1yidiu

1yao

3aqiu2ei

zen3menong4naxx moves over to m$Q:QWei

ya

4ou4$INTERJzou4naai

ou

ou$INTERJzher

4neshi4zher

4nena2na4kan4zhekan4zheei

4xx running around with tricycle$INTERJyao

4$UNINTni3qi

2wuwuwuwuwu

stamping her feetxx rides into table$UNINTcheng2xin1shi4ba$Q:NQP:Tcheng2xin1zhuang4shi4bu2shi4a$Q:VNVheng1heng

1$INTERJhuai

4ji1ji1ji

1$UNINThenm4$INTERJheng

2simultaneous with banging sound$UNINThuoyu

4yu

4$UNINTjumping up and downao

4wuwuwughwughwu

jumping; m yawns in middle$UNINTyou4fan1chu1qu4$Q:INTchen2xi1crinkling noise$VOCeng

1$INTERJao4$INTERJeng1$INTERJeng

2$INTERJyi

1laughser4xx banging somethinglaughshee

2yibi$UNINTao4ao4ao

4$UNINTnei4tui3xia4qu4crinkling and xx kicking sofati

1qiu

2laughing softlydar

1arararar$UNINTambaumyidao

4xx still kicking sofa, m laughing$UNINTyer2yar2der1dar1ar1$UNINTao

4u

$UNINTzou

4bouncing/jumping throughout these vocalizations$UNINThigh, bark-like soundshee

2hou4hou

4hou4$UNINTdei

2de$UNINTbou

2du

4fai

2bai2 you4 bai2$INTERJgou3wai

1de$UNINThenghengakhdeng1wai

2$UNINTlaughing softlyyer1har1$UNINTlaughing, softbai2you4bai2$INTERJguo2xi

4$UNINTguo

2yen

$UNINTei4ni3zai4beng4yi2gexiao3bai2tu4zai4shuo1yi2gefussing softlychen2xi1$VOCfussing softlyen$INTERJwo3wanr

2qu4ni3zai4beng4yi2gexiao3bai2tu4wo3jiu4rang4ni3wanr2qu4na4xxmei2ren2ni

3ni3zai4beng4yi2gewo3kan4ni3beng4dehao3ma$Q:QP:Mzai4shuo1yi2gexiao3bai2tu4bai2you4bai2beng4yi2gewo3chou2chou2zai4beng4yi2gerattle/banging soundsaiyou4he4$INTERJwa

1heh$UNINThaheh

heh

heh

$UNINThaor

$UNINTbeng4yi2gebeng4yi2tu

4tu

4ni3beng4yi2xiao3bai

2tu4fuss/whineeng

2eng$UNINTen4ni3bu2hui4qi

2qi2ni3bu2hui4shi3jinr4wai

1$UNINTyao

4wei1$UNINTwei

2$UNINThao

4$UNINThei

1hai2neng2deng1yi1bur4ni3dui4zai4deng1yi1gewo3kan4kan4awei

2$UNINTwo3kan4ni3gangcai2deng1dedui

4lannong4deng1zou3leni3zai4deng1yi1ge2 tapszai4deng1yi1gesound of xx pushing trikewo3kan4hui4yi1gemasound of trike moving$Q:QP:Mgruntseh

4$INTERJeng4$INTERJdeng1shi3jin4ei

1xing2ai4zai4deng1shi3jinr4laughszai4shi3jinr4shi3jinr4xx moves on her tricylepi

2xie

2a4a1yi2chuan1pi2xie2la

laughsna4ni3gen1nar4deng1wai1wai1guai3 wanr1wai

1wo3shuo1wan2shi3deng1deng1dao4a1yi2nar4haryu3bei

4qi2shi3jinr4deng1shi3jinr4wo3kan4deng1deng1aei

1xing2zai4shi3jin4zai4shi3jin4zhei4zhi1jiao3shi3jin4zhei4zhi1ei1shi3jin4zou3zou3zou3azhei4jiao3zai4shi3jin4agai1fussing softlyai

1$INTERJzhei4jiao3ei

1$INTERJjiu4neng2deng1yi2xiar4laughswhiningstill laughingai1deng1eng

4$INTERJshi4agai1wang3hou4la

eng

ni3lao3zai4nar4yi1huir3gai1zhuang

4zheneqi2guo4lai2zi4ger3qi2guo4lai2wo3kan4kan4hui4leba$Q:NQP:Tqi2gang1cai1ni3dou1hui4qi

2laneng2neng2qi2ladeng1zi4ger3deng1deng1zou3ei

4zou3ni3zai4wang3qian2zuo4zuo4jiu4xing2lewang3qian2zuo4zuo4ei1$INTERJwai3yiyiyi

$UNINTen4zou3zou3zou3a

deng1a

eng

2qi

2ben4ba

$Q:NQPzher4zhi3neng2deng1yi1bu4ben4xx gets off tricycle and runs to mawai

1xx knocks something over, it rattles/clangs$UNINTei4$INTERJfusseng

3$UNINTyi1huir3wang3hou4che4wang3hou4che4zai4wang3qian2tui1wang3hou4che4wang3hou4hai2yao4wang3hou4che4dao4nuan3qi4pianrnar4qu4xx trying to move tricycle backwardsunder breatheiyou4m laughing softly$INTERJdao

3$UNINTuttered while bouncingou4ou4ou

3ou

ou

ououou

banging noise of tricycle$UNINTtschlaughing softly$INTERJna2nei4na2nei4gegan4ma2$Q:QWgan4ma2am laughs$Q:QWwo3wen4ni3ni3zhe4gan4ma

2ne$Q:QWgan4ma2nexx flips tricycle over$Q:QWyao4xiu

1xiu1a2$Q:PRMPTxiu1xiu1xiu1xiu1$Q:INTan

4affirming$INTERJni3hui4maxx gets up and walks to other side of trike$Q:QP:Mni3enni3hai2xiu1xiu1heng4$INTERJni3ceng4yi1shen1nei4gu2lugu1+luni3kan4ni3kan4ni3ni3kan4zheni3kan4ni3mian2ao3zang1legu

1lu

gu

1luxx playing with wheel and pedals of trike, m yawningzhe4ei1$INTERJMOTxxdong4zhenei4ge

xian4jiu4shi

4nong4kai1yi1dian3wi1m trying to fix xx's microphone wire$INTERJenglaughing$INTERJhahazen3melalaughing for 2.0$Q:QWqu4xiu1che1qu4xiu1che1qu4xiu1che1bao

4xiu1che1ni3kan4ni3nei4che1huai4laxi1xini3kan4kan4ta1bu4zou3leni3kan4xiu1xiu1xiu1xiu1bie2mo1namo1nar4ye3xing2ai1you

4$INTERJlaughs; m laughing for 15.0 as xx "fixes" tricycledeng1deng1eng2qi

2em4$INTERJengqi2whinyeng

1qi

2gan4ma2ya$Q:QWgan4ma2$Q:QWwhinyeng

1qi

2bu4qi2a$Q:NQPeng1$INTERJwhiningeng

1$UNINTwhinyaong1xiu1xiu1xing2layi2qi

2laughingou

1wu

1wu1wu$UNINTlaughing softly; xx runs into something and rests, pantingxiao

3wawuwu

wu

$UNINThai2argh$UNINTqi2jiu3chao4enh$UNINTha

1ha

3ehhahjumping$UNINTlaughing softlyeng4qi

2yi

eng4qi2liao

3$UNINTdian4shi4jiu4huai

4lemei2dian

4leshen2medou1mei2you3lewhiningwo3qu4shen2medou1mei2you3leni3tiao4wu3qu4batiao4xiao3bai2tu

4bai2you4bai2tiao4wu3bu2tiao

4en

ya

$UNINTzhei4ye3mei2dian4leni3kan4kan4sound of something being thrown on floorbu4xiang3ba

$Q:NQPwhining, fussing and jumpingeng

engeng$UNINTfussing and jumpingeng

engeng

$UNINTwhining, highgei3ni

$UNINTsterngao4su4ni3sternwo3gao

4ni3cry/whining$UNINTni3tiao4xiao3bai2tu4bai2you4bai2qu4high, babyishtiao4xiao3bai2tu

4babyishbai2you4bai

2$INTERJcry/whiningeng

$UNINTeng$INTERJdeep, angry growl-likeenh

enh

$INTERJwhinyen

$INTERJtsch$INTERJwo3gen1ni3shuo1whiningen

4$UNINTna4na4na4ni3tiao4wu3ma$Q:QP:Mtiao

4tiao4a

laughem

1confirmingm setting up tape player for xx to listen to music$INTERJeng4$INTERJfang4ang4m puts a tape into playerang

4a1yi2gei3ni3mai3dezhei4geni3jiu4tiao4ting1jian4mei2you3$Q:MEIen

1affirming$INTERJen4m putting cassette tape into player$INTERJba

4mai

3a1yi

2mai3zhei4geshi4a1yi2mai3dem closing tape playeryi

2mai3em

4$INTERJyi2mai3deni3bu4xu3dong4ang

about tape playerang

m turns on player and speaker sounds, but then stops$INTERJeng2speaker sounds, tape header running through$Q:PRMPTa4heh4$INTERJting1zheni3bie2dong4ni3yi1dong4jiu4huai4lesilence, then ninja turtles song comes onxing2letiao4baxx dancing, banging ground with plastic stoolnei4jiao4tiao4wu3ba$Q:NQPnei4jiao4pai1deng

4zinexxx$UNINTwo3rang4ni3tiao4wu

3ni

3xia1fan1ni3gen1zherchang4as she takes stool awayta1chang4neni3zen3mebu2chang4axx banging stool$Q:QWeng

4m$INTERJyawningwo3gei3ni3fang4yin1yue4nayawns againen

2$Q:PRMPTen2$Q:PRMPTma1fang4yin1yue4ni3ni3zuo4cao1abanging sound; m laughszhen1you3yingr

3nehang1laughs$Q:NQPni3wang3nei4bianr1zuo4cao1you3yingr3nexx walksni3gen1a1yi2nem4mezou3nar4you3tai

4yang2ta1jiu4you3yingr3xx walkingni3kan4kanhei

1$INTERJnar4nar4nar4laughsei2$INTERJbu4neng2ni3ke3bu4xu3dong4kuai4dianr3na4jiu4wo3jiu4guan1shang4lea

4ni3yni3yao4bu2tiao4wo3jiu4guan1shang4lea

zuo4cao1ma$Q:QP:Mzuo4cao1ma$Q:QP:Mni3yao4bu2zuo4wo3jiu4guan1shang4leahigh, softdoo

1du

du

$UNINTqu4qu4qu4qu4zuo4cao1qu4zuo4cao1yi

1er4san1si4tuo4zuo4xie4xie4hei

2xx jumping$INTERJas she jumpsyi

1er

4san1tou

qmusic, subtle movements then loud banging$UNINTlaughing softlybanging on sth. like a drum, vocalizingdudu

$UNINTyawnsdu1dudu

$UNINTwan2lemei2wan2hai2you3nenei4yi2gewan2lehou4mian4hai2you3harsh whisperhai4$INTERJxiao

3yao3xiao

3yao3eng2$Q:PRMPTxiao

3yao3eng4yao

3yao3sighshai2you

3you3$Q:INTyou3laughing; song changes to a much quieter oneengm

$INTERJha

voices begin on song, xx joins in$INTERJsingingheng

$UNINTtiao

3wu2tiao4+wu3anh2$Q:PRMPTslurredtiao

4wu3bounces twiceeng4tiao4wu3xx bouncing, m laughssinging ?a

wa

$UNINThahazhei4shi4zhei4shi4zhei4jiao4shen2mewu

3axx bouncing/jumping$Q:QWaiyou4wu3xx bounceslaughingai4you

4laugh$INTERJlaughs with xxhhh$INTERJlaughing, hiccup-like, for 3.0laughingai4ni3ni3ni3yi1huir3chang4ge1beilaughingni3zhei4jiao4shen2mewu3a$Q:QWstill laughingan2$Q:PRMPTyi

1wuher

4and xx flops to groundkuai4qi

3aiyilaughs for 2.0$INTERJni3kan4tsch$INTERJlaughskuai4qi3lai2gui1di4xia

4leang4eh$INTERJni3zi4ger3tiao4wu3zi4ger3tiao4kuai4fussinga

1wu$UNINTyawningtiao4ge4xiao3bai2tu4qu4bayao3zher4zher

4zher4nei4yao

3ni3kan4ta1zhar4zhar4yi1zui

3yao

3ni3xxxx$UNINTna4zui3yao3ren

2xxx$UNINTeng

4$INTERJnar4yi1zui3ta1hai2you3ya

2yao3ren2yi

3yao3ren

2eng4hem4$INTERJyao3ren2end of side one, flip to side two; music playing as xx jumpsni3zuo4cao1wo3geini3han3yi

1er4ya

guang1han3yi1er

4ni3zen3mezuo

4ya$Q:QWqi3lai2wa4$INTERJqi3lai2music playing, xx dancingni3kan4ni3ni3zhei4zhei4gan4ma

2ne$Q:QWlaughlaughs; xx laughing throughout, m occasionallyxiao3feng1ya1tou2kuai4qi3lai2xx still laughingni3kan4laughing, xx laughingwhisperxxtou

2$UNINTsquealai

2yi

hei

$INTERJhahakuai4qi3kuai4qi3kuai4qi3lai2qu4ni3zi4ji3wanr2qu4baqu4baxx still panting and laughingwo3lei

4lekuai4lai2silencequ4ni3zi4ji3wanr2ma1ma1ma1ma1emma1lei4lexxni3xxxxxxbeijing dialect, fast$UNINTzi4ger3wanr2qu4hao3ma$Q:QP:Tkuai4qu4kuai4squealyi4$INTERJlaughslaughs; xx still laughingni3qu4ni3qu4nei4geni3ting1bu4ting1$Q:VNVbu4ting1zan2jiu4guan1leting1bu4ting1$Q:VNVhhh$INTERJni3ta1bu4ting1wo3guan1qu4leqi3lai2kuai4qi

3hai1you4$INTERJkuai4qi

3ni3ting1bu4ting1a$Q:VNVin distanceba1bu4$UNINTni3ting1bu4ting1a$Q:VNVshouts, in distanceting

1footstepsting1ni3jiu4ting1ni3yao4bu4ting1wo3jiu4guan1lewhiningem

$INTERJem

$INTERJyou4$INTERJhu2dou1kai1lewo3dou1wang

4lein kitchenem1$INTERJnei4hu2douINVnei4shui3dou1ao

2ye3ye3yi1banr

4lelaughINVgei3wang

4lem pouring water out of kettle into containerscreams in distanceao

1laughing$INTERJa

2laughs$INTERJaou34

$INTERJin distancenao2nao3nao

4$UNINTen2$INTERJin distance, inaudible$UNINTINVdeng1deng

3$UNINTxxx$UNINTINVxxx$UNINTINVxxx$UNINTma1magei3ni3xxxx$UNINTxxx$UNINTINVxxx$UNINTINVxxx$UNINTINVxxx$UNINTxxxm walks into bedroom$UNINTINVguan1men

2ei4ni3jiu4tui1yi1bu4gei3wo3guan1menr2gei3wo3guan1menr2yi

2mai

3en2$Q:PRMPTeng1$INTERJyi2na3geshi4yi2mai3deya$Q:QWyar

4yarmai3kan4jiao3di3xia4ai1zher4mai3pu4h$UNINTwah4xx has refrigerator door open$UNINTna2shang4jiu4guan1menr2ni3lao3chang3menr

2fei4dian4you3dou

4dou4hai2you3dou

4dou4laughsnei4menr

2nei4menr

2INVyou3dou

4dou4en

4$INTERJINVyou3dou

4dou4nei4menr2nei4menr2xx bouncing; m laughsheeyou3dou

4dou4laughslaughsshen2medou1you3lalaughlaughsemdou4dou4laughing; xx pulls out a potatoyou3tu

3laughingeng32

$INTERJna4ni3zhei4gegan4ma

2nelaugh$Q:QWyou3tu

3xxhei1zher4you

3lalaughstang2gei3ni3laughs; banging soundar4$INTERJei1you

4wo3dema1ya$INTERJni3kan

4zhedianr3laughvocalizing$UNINThahani

3m still laughingteasingwo3da3ni3lea

silencezhei4geen

2heh2$Q:PRMPTlaughsna4shi4sheng

1nasheng1naen4$INTERJa1shi4$UNINTsheng

1laughinghahaxing

2laei1gu

1$INTERJni3kan4ei1you

4$INTERJdeng1nei4deng1deng

1nei4deng1gan4shen2me$Q:QWyou4$INTERJni3dong4nei4geyi1huir3nei4gedeng1bu4zhao2lehuai4leni3ba4jiu4gai1da3ni3lawhinyeng

1ge1qi3lai2ge1qu4a

1$Q:NQPni3yao4bu4chi1ni3chi1ma$Q:QP:Men

2chi1bu4chi1wo3ge1qu4eibang

4$UNINTeh

heh

ge

3$UNINTlaughsmei2xi3haven't washedqie

3xi3ni3bu4neng2chi1layi1huir3xxzai4chi1ni3jiu4mei2fanr3chi1fan4lewhining, unclear$UNINTeng

1$INTERJbu4chi1whiningchi

1yao4chi1shen2meyayi1huir3chi1fan4fanr4$Q:QWwhiningeng

$INTERJchi

1yi1huir3ni3hai2dei3chi1fan4fanr4whiningchi

1yachi

1chi1ni3guan1shang4menr2chi1yi1dianr3ang4ang4$INTERJyao4bu4yi1huir3ni3mei2far3chi1lechi1bu4liao3fan

4leyou4lao3chi1ling2zui3walking awayyi1chi1zui3$UNINTchi1ling2zui3ni3you4bu4chi1fan4soft, in distancea

fan

4m pouring water; xx inaudibleai3yidai1yai2ya$UNINTdai1huir3wo3gei3nong4an

4mumblingdu

eiya$UNINTwo3xian1zhu3jiao3zim pulling frozen jiaozi from freezerge

3guo3aeng

2$Q:PRMPTke

3guo3a

guo3ya$Q:NQPan

1affirm$INTERJguo3wo3gei3ni3na2zhequ4m and xx walk into kitchen; metal clanging noisehei1$INTERJjiu4chi1yi1dianr3angen4$INTERJen4ni3chi1duo1lebu4xing2m starts cuttingchi1duo1leni3you4bu4chi1fan4lechang2shen2me$Q:QWla4la

4la4traffic sounds from streetla4zhi1dao4la4la4la4ni3jiu4ge1nar4qu4la4ni3hai2na2INVeng2giving candy to r?$INTERJbu4chi1le$Q:INTINVla4eng

4$INTERJla4INVyi2a

ou$VOCINVmi3mi3INVmi

3eng1$INTERJmi

3eng

2laughsmi

3a4laughsmei

2la$Q:NQPINVlaughmi

3INVmi

3ao4mi

3hahahhh$INTERJao

4xx pulling out lids from cupboard beside mchi1aeng4$INTERJeng

4$INTERJa1yi2bu4chi1la

INVjiao

3jiao3jiao3+ziINVeng2$Q:PRMPTshen2me$Q:QWINVjiao3jiao3INVjiao3jiao3laughsINVdang

4tang4INVeng2$Q:PRMPTtang4shi4ma$Q:QP:Meng

4tang4eng

tang4wo3gei3shei2chi1azhu3wan2le$Q:QWeng$INTERJzhu3wan2legei3shei2chi1a$Q:QWen

yi

2gei3yi2chi1a$Q:NQPen4$INTERJeng4$INTERJgei3wo3chi1ni3chi1a$Q:NQPen4$INTERJeng4m stirring boiling pot of jiaozi$INTERJzhu3huir3zhu3huir3jiu4shou2lesoft thudeng

2$INTERJspits$UNINTlaughszou4ni3ao

4gu

2hu2en2$Q:NQPgu

2hu2mei2you3hur2nei4hur2zai4nei4li3tou2wo3dou1gei3ni3mei2gei3ni3qie1nei4hu2mei2qie1hu2laughs; 3 banging/chopping soundsen4dou2fa

4tou2+fa4a2$Q:PRMPTendou2fa4shen2me$Q:QWendou

2fa

4tou2+fa4rang4wo3zou3a$Q:NQPen1dou

2fa4tou2+fa4tou2fa4ya$Q:NQPan

affirm$INTERJshei2detou2fa4$Q:QWtiao4wu

3ni3dezen3mela$Q:QWxia

1nie1xia1chi1yi1huir3jiu4dou4dou

4laughsen2$Q:PRMPTdou4dou

4laughingINVdou4dou

4INVeng2$INTERJei

4$INTERJINVen4dou

4dou4INVen

4$INTERJni3yao4bu4chi1ni3jiu4gei3wo3ge1zhexia1nie1INVfan4fan

4INVen

2$INTERJINVfan4fan

4INVfussen

2$INTERJlaughingzhi

1dao4shi4fan4fan

4a1yi2hai2bu4zhi1dao4nei4shi4fan4fan4a$Q:NQPINVfan4fan

4ni3chi1ma$Q:QP:Mni3shuo1nei4shi4sheng

4deleshi4ba$Q:NQPINVsheng

4laughingshei2sheng4deyanei4shi4$Q:QWwo3sheng

4heng4$INTERJta1sheng

4shei2a$Q:QWta1deng

sheng4ni3sheng4deba$Q:NQPta1sheng4ta1sheng4ta1shi4shei2a$Q:QWjie3jie

sheng4nei3gejie3jiea$Q:QWjing

2ting2ting2tingjie3jiea$Q:NQPen

affirming$INTERJting2jie3mei2lai2gen1ben3jiu4ting2jie3lai2lema$Q:QP:Man1banging sound as something wooden falls on floor$INTERJdeng4deng4zidao3laen

2$INTERJni3na2xxengbanging noises$INTERJen2$INTERJen

2water splashing, banging sounds$INTERJen

2$INTERJhahani3shuo1ni3laugh$INTERJgei3wo3zher4you4fastyou4gei3wo3wang3di3xia4reng1you4gei3wo3wang3di4xia4reng1gei3wo3jian3qi3lai2fussen

32$UNINTjian3qi3lai2en

1offering candy to m$INTERJwo3bu2yao4ni3gei3wo3ge

1li3tou2qu4ni3zhei4geren

2jian4shen2memianr4$Q:QWeneng$INTERJge1li3touqu4kuai4shou2lelaughingni3shen2medou1gei3wo3wang3di4xia4ge

1a$Q:QWang4$INTERJzou4ni3leao

4qi3lai2cai4ye3la1yi1huir3whiningen

$INTERJgai1chi1jiao3jiaoqu4lajiao3jiao3shou

2lawhiningem

4$INTERJkuai4jiao3jiao3shou2laqi3lai2kuai4qi3lai2metal banging as xx throws a pot lid onto the floorzen3menem4metao3yan

4ni3shuo1zhei4hai2zi$Q:QWpu4$UNINTwhiningen

$INTERJnei4jiao3jiaoshou

2lani3bu4chi1jiao3ziqu4a$Q:NQPwhining$UNINTen

en

2$INTERJlaughsen1xxxx$INTERJni3zhen

1tao3yan

4wo3gao4suni3xx banging pot lids on floorshi4zen4mege1dema$Q:QP:Mqi3lai2xx continues banging pot lids on floortao

3yan4tao3yan4m picking up pot lidsyan3ni3deshou3ang

1INVmei

2INVen2$INTERJmei

2INVengm

4$INTERJINVen

2$INTERJINVxxxclanging of porcelain$UNINTINVen

2xx walks over to m$INTERJmei

2mei2la$Q:NQPeng4$INTERJmei2lajiu4de2lem spooning jiaozi into xx's bowl, puts down ladle.en

2$INTERJou

2$INTERJxx$UNINTni3xxxxxxxx$UNINTxx$UNINTINVxx$UNINTINVtiao4wu

3tiao4wu3a$Q:NQPINVxx$UNINTINVxxxxxx in lr with r as m prepares xx's lunch and chews on sth.$UNINTINVxxxxxx$UNINTINVxxxx$UNINTxx$UNINTxxx$UNINTINVxxxx$UNINTxxx$UNINTxxx$UNINTINVxxxm pouring something in kitchen$UNINTINVxxx$UNINTINVxxx$UNINTINVxxx$UNINTxxx$UNINTINVxxx$UNINTINVxxx$UNINTINVxxx$UNINTINVxxx$UNINTINVxxxm carries xx's food into lr$UNINTchen2xi1a$VOCeng

2$Q:PRMPTzhei4gezen3mereng1di4xia4le$Q:QWduo

3$UNINTeng2$Q:PRMPTchen2xi1$VOCchi1jiao3jiaoxi1xi1chi1wan2zai4wanr2eng

xx$INTERJna4you3wo3chi1a

wo3chi1lezui3tang

4bu2tang4wo3dou1gei3ni3yong4shui3fusseng

3$UNINTachi

1aem4$INTERJyong4shui3wo3jiao1wo3gei3ni3qie1kai1baen

qie1bu4qie1kai1kai1nei4geda

4ni3chi1bu4liao3ni3kuai3bu2shang4lai2hao3ma$Q:QP:Mahhh

$INTERJwo3gei3ni3qie1kai1hao3ma$Q:QP:Mengm

4xx eating by herself$INTERJna2nei4shou3fu2zhewan3xx using spoon by herselfkuai

3yawo3gei3ni3qie1qie1liang3banr4qie1liang3banr4ni3jiu4hao3kuai3ang1$INTERJakua

4kuaikuai3+kuai3an4wo3gei3ni3qie1liang3banr4ang

1qie1ni3zen4meqie1bu2dui4zen4meqie1zen4meqie1very softwo3gao4suni3zhei4yangr4m cutting xx's jiaozifan

4ya

4$UNINTen4en4$INTERJna4qie1yi1dianr3qie1yi1dianr3chi1hao3haochi1ni3dou1cuo1lan

4lewo3gei3ni3qie1wan2leni3jiu4kuai3zhechi1xie4xie4$INTERJlaughs softlyhao3leyao3zhechi1yao3lai2wo3wei4ni3bahao3ma$Q:QP:Mang1$INTERJni3yao4bu4ting1hua4wo3gai1gei3ni3he1yao

4leei

4walking away$INTERJni3yao4bu4ting1hua4wo3gei3ni3he1yao4nei4shui3tang4liang4liang4in kitchenni3zhei4shui3dei3liang4liang4tang

4guo4lai2eng2$INTERJshui3tang

4liang4liang4en1dang

4tang4eng

1$INTERJliang4liang4kuai4lai2guo4lai2fussingeng

2eng

2xx runs$UNINTni3chang2chang2tang4bu2tang4$Q:VNVliang4em

dei3liang4liang4tang4eihm cutting xx's jiaozitang

4tang4ba$Q:NQPxian1chi1enengwalking away$INTERJkuai4dianr

3wo3xia4qu4tapping soundni3yao4bu4hao3haorchi1wo3gei3ni3wo3wo3gei3ni3wei4yao4lea

4he1yao4eng1m feeds xx a spoonful$INTERJchuang

4yinbanging sound$UNINTei4you

4$INTERJsa3lebanging noisesni3yao4hao3haorchi1zan2jiu4bu4chi1yao4yao4bu4ran2jiu4dei3he1yao4en

1$INTERJang1$Q:PRMPTen

4$INTERJen4$INTERJjiao2a4jiao2wan2leyan4kuai4dianr3xx chewing jiaozi, ringing noise in backgroundtang4eng

2$Q:PRMPTtang4bu2tang4$Q:VNVem4feeding another piece ?$INTERJvery softeng1eng$INTERJkuai4dianr3em1laughs$INTERJchen2xi1wo3zou4ni3lea

eng4xx wanted to drink; note "lesson" on proper eating$INTERJxian1chi

1ma

chi1wan2zai4he1nar3you3shuo1yi4bianr1chi1yi4bianr1he1de$Q:QWchi1wan2lechi1bao3lezai4he1yi4bianr1chi1yi4bianr1he1bu4hao3dang

4tang4en

2$INTERJdang

4tang4en4tang4tang

4eng

3tang

4em4$INTERJkuai4chi

1zhen1bang4en4m cutting xx's jiaozi, xx's footsteps$INTERJeng

4eng1$INTERJyao

4medicineeng

2$INTERJyao

4yao4yao

4ni3yao4bu4hao3haorhe1bu4hao3haorchi1wo3jiu4qu4na2qu4yao

4INVeng324

$INTERJen

$INTERJINVeng4$INTERJa1yi2zhi1dao4yao4ni3guo4lai2chi1eng2$INTERJkuai4lai2ta1chi1guo

4la$UNINTfa4yu

2$UNINTeng

4$INTERJguo4lai2andi

2ni

4$UNINTyan4lema$Q:QP:Mei

4hao3haorchi1zan2menbu4chi1yao4shi4ba$Q:NQP:Theng$INTERJINVeng

4eng2eng4chi1leINVeng2$Q:PRMPTeng4$INTERJbu4chi1leINVlaughheng

4xx walks to other side of room$INTERJkuai4jiao2a

jiao2wan2lehai2gei3ku

3wer

4eng

2$UNINTma1magei3cai4ya

eng2$Q:PRMPTlaughsguo

3alaughingni3kuai4qiao

2baxx stamps her feetqiao

2a

4laughs softlyINVda

3da3+kai1bu4da3kai1INVgu

3ku3laughsINVeng2$Q:PRMPTzhei4shi4shen2me$Q:QWINVku

3INVku

3INVeng

$INTERJINVba4ba

4mai3laughingINVba

4mai

3ba4ba

4mai

3laughINVba4mai

3eng

4$INTERJINVba4mai

3eng

4$INTERJINVeng32

4$INTERJhahakuai4he1laughing too hardni3gei3wo3laughing too hardkuai4he1yao4bu4wo3gei3ni3he1leawo3da3kai1gei3ni3he1laeng

4$INTERJkuai4dianr3bu4he1na4ni3kuai4dianr3ni3chi1jiu4rang4ni3ba4bahe1xi1xibu4he1shi4ba$Q:NQPeng4$INTERJjiao2MOTni3zi4ji3zuo4dejiao3zi$Q:INTINVeng

4$INTERJINVwo3gei3ta1bao

1delaughda4shi4ta1bao

1nai3nai

lao3lao

eng2$INTERJlao3lao

nar3you3lao3lao$Q:QWni3shuo1lao3laomei2zai

4zher4xxxx$UNINTmei2zai4zher4laughsku

3waeng2zhi

1dao4ku3leni3jiu4chi1bani3bu4duo1shuo

1leyi1bian4lema$Q:QP:MINVku

3en

4$INTERJshi4INVku

3en

4$INTERJkuai4zai4zhang1zui3en2enenbu2yao4lekuai4jiao2wu4wu3wu

2wu4wo3$UNINTeng2$Q:PRMPTyi1kou

3laughsni3lai2zhang1zui3m feeds xx a spoonful of jiaozi; xx runs away againao2jiao2eng4$INTERJjiao2qu4jiao2wan2le

guo4lai2angeng4m yawns, then xx comes back over to m, m laughs$INTERJeng32

$INTERJeng4offering sth. to m$INTERJwo3bu4chi1ku3laughingkuai4jiao

2laughkuai4chi1bani3xx rummaging through medicine drawer, pulls sth. else outeng

$INTERJbai

2ku

3eng2$INTERJkuai4jiao2kan4nei4ku4zituo

delecai3zang

1lehou4yanr3jiao3xia4qu4dai1huir3gei3ni3wang3shang4ti2ti2angkuai4jiao2MOTzhei4shen2mele$Q:QWxiao3niu2pian4INVeng

4$INTERJMOTxiao3xxxxINVxiao3niur2INVxiao3niur2pian4gei3ta

1chi1delaughMOTgan4ma2yong4$Q:QWINVnei4ge

sniffsINVzhei4hai2shi4shang

4hui2gei3ta1kan

4deINVbu2zhi4shi4zhi4ke2souhai2shiINVshi4qu1huo3deya$Q:NQPINVqu1huo3dehao3xiang4shi4MOTem4$INTERJINVta

1denei4geshi

4INVnei4ta1ye3mei2xie3zhi4shen2mejiu4shi4nei4hui2kan

4leINVkan4wan2yi3hou4wo3chi1sheng4xia4deINVjiu4wang4lezhi4shen2medeleeng

2$INTERJINVta1nei4ge

INVta1nei4gezhong1ke1yuan

4zi4ger3zuo

4deINVzi4ji3zuo4deyao4kuai4chi1zhang1zui3hai

2mei2yan4neei

4you4kuai4yan4lena4as she gives xx another spoonful$INTERJkuai4kuai4zhang1zui3ba

4ba4$UNINTai

$INTERJni

3ni3xian1zhang1zui3zhang1wan2zui3ni3zai4guo4qu4xian1chi1xx walks back to medicine drawer, pulls sth. out, returnsdeng3huir3$UNINTeng4$INTERJqiao2ni3zher4leng3lezhei4geheng

$INTERJtao3yan4ang4xia

1ti

1nei4jiao3nei4jiao

3engdaideng

4$UNINTwang3$UNINThao3lalaughseng

$INTERJjiao2zui3li3jiao2engh4$INTERJzhen1bang4eng4hao

3tiao4wu3aenm

$INTERJeng2eng4$INTERJxx vocalizing musically "em1 em2 em:1 ..." for 3.0$UNINTshou

3shou

3laughseng

$INTERJni3kuai4jiao2INVshou

3en4shen2meshou

3$Q:QWINVshou

3INVeng

shou3laughsni3kan4ni3tunong4chu1lai2leba$Q:NQPni3jiao

2yan4wan2lezai4shuo1hua4ni3kan4kan4kuai4jiao2en2$Q:PRMPTjiao2wan2leyan4shou

3xx walks over to other side of the roomeng4xian

2xianengxian

2engxian

2xiansoft, laughingshen2me$Q:QWlaughingni3zai4shuo1yi1bian4a1yi2mei2ting1qing1whinyeng

creaking of wind-up toy$INTERJni3gen1a1yi2shuo1shen2me$Q:QWni3shuo1shang4xian

2eng

xian

2eng4shang

4enhlaughs and winds up toy for xx; toy set offeng$INTERJyou

4laugh$INTERJben

4ni

3laughing softlyni3shuo1shen2mene$Q:QWhao3gentlezou4ni3na4ni3ben4bu2ben4ya$Q:VNVsoft whineeng

$INTERJeng2$Q:PRMPTsoft whineen

4$INTERJni3ben4ma$Q:QP:Mwo3zou

3ni3ni3bu2ben4ni3wei4shen2mebu4gen1a1yi2shang4nebang, then wind-up toy set off$Q:QWyou

4laugh$INTERJlaughslaughslaughslaughskuai4chi1lai2INVben

4yi2laughsMOTlaughben

4yi2ang

4laugh$INTERJni3kan4ta1duo2huai4laughni

3bu2ben4laughs$Q:INTbu2ben4ni3zi4ji3shang4ning

3zi4ger3ben

4bu4shuo1zi4ji3ben4ni3kan4you4rou4ni3kan4diao

4leba

$Q:NQPni3zhei4hai2zixx sets off wind-up toylaughslaughseng$INTERJgang1cai2yao3ni3jiao4nei4xiao3ya1ya1yao3ni3laughlaughslaughslaughskuai4chi1xx laughing with her mouth full; end of visit - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy1i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/hy1i.xml deleted file mode 100644 index 22479e1..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy1i.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - -CX plus TT - -Start at 5:00 pm, HY and MO looking at a new picture book that MO has just bought for him, FA cooking in the kitchen and looking in on HY and MO in the living room every once in a while. MO and HY eventually come out into dining area and kick a ball around plus play with various other things. - -MO is a school-teacher and has several characters (for his name, plus numbers and other simple characters) pasted on the door between the living room and dining room. "Zu2" is MO's maternal grandfather and takes care of HY during the days when MO is working. - -ma3che1ma3ma3che1nar3you3ma3che1ya$Q:QWINVnei4gema3che1nei4ben3shu1mei3zhang1dou1dang1ma3che1lelaughsna3ma3che1$Q:QWqiu2qiu2eng

4ta1yao4ma3che1qiu2qiu2ma3che1nei4ben3shu1mei2lemiu

2hou2$UNINTexcitedei2hao2yu3$VOCkuai4dian3gei3wo3zhao3yi2gezhe4li3ni3zui4xi3huan1deyi2gema3zhei4shi4shen2meya$Q:QWzhei4geche1run2lun2zhei4shen2meyam is pointing to a tractor that hy decides is a broken car$Q:QWhuai4huai4leche1huai4che1huai4zhei4bu2shi4tuo1la1ji1ma$Q:QP:Mni3bu2shi4wai4bian1kan4denei4gewang4la$Q:NQPzhe4shi4shen2meya$Q:QWe1huai

4huai4huai4leche1huai4ao4che1huai4leshi4ma$Q:QP:Tzhei4shen2meyaf comes to doorway$Q:QWyu3yu3che1huai4ao

4tuo1la1ji

1high, a little whinyaooo1oo4$UNINTqia3che1ka3+che1a4ka3che

1INVgao4su4ka3che1laughs, r also laughsqiu4jiu4zhei4geche

1eng

mian4bao1che1a4huai4eng

4$INTERJahuo

3che

1eng

4$INTERJzhei4che

1a4huo3che

1eng

4zhei4getui1tu3ji1hang1$INTERJnei4tuo1la1ji1eng

4$INTERJhigh whinyeiei

1ehstaccatozheiche

1ka3che

1ka3che1ya$Q:NQPhai2kan4ka3che1a$Q:NQPwo3kan

4ka3che

1da4che

1INVwo3gang1gei3ta1mai3hui2lai2deINVgang1wo3chu1qu4gei3ta1mai3leyi4benr3laughINVta1ting3xi3huan1dehai2hy points to a street-cleaning truck that he thinks is; another broken truck because of the water streaming outne4huai

4huai4huai

4a

4zhei4che1sa3shui3nemei2huai4ang4euyou2you3yuche1zhei4shi4shen2meya$Q:QWma3ya4ga4$INTERJma

3laughka

3che

1ma3che

1laughsma3che

1ma3che1ma3ma3che1ma3ma3che1ma3che1da4che

1da4che1en4$INTERJche1huai4che1huai4che

1che1che1huai

4che1huai4che1huai4ma3che1ma3che

1engma3che1ma3che1ka3che

1ka3che

1ma3che1ka3che1hui4shuo1ma3che1he2ka3che1laughzhei4li3mei2you3ma3che1a4ma3che1nei4benr3shu1zhao3bu4zhao2legei3wo3ma3pao3ma3pao3INVlaughgao4suma3pao3ei4$INTERJeiyou4ou4grunts$INTERJzen3mele$Q:QWhao3haorna2zhezhei4shi4xin1mai3deyou4gei3zhei4shu1bie2gai1zhe

2leqing1qing1na2zhefang4nar4kan4angfang

4che

1en

fang4che

1laughen4$INTERJche3te

1$UNINTengche1tai

1ji1tuo1+la1+ji1engtuo1la1ji1zhe4geenzhei4shi4chan3tu3ji1zhei4gene$Q:QWzhei4shi4shen2meche1zhei4ge$Q:INTeuhuai4zhei4huai4zhei4shi4mian4bao

1che1tu

2tu3atu2eng4$INTERJeng4$INTERJqi1huai4ji1huai4zhei4huai4lam turns the pages to another part of the book, hy upset$Q:NQPwhinyem1ei

2che

1jiu4ai4kan4nei4geche1laughyao4che1engge4shi4ge4yang4deche1hang

1$Q:NQPdou1mei2jian4guo4shi4bu2shi4a$Q:VNV:Ta2a2che

1ka3che1tu

2tu3a

4tui1tu

3laughtu

3tu

3laughaxia4axia

4tui1hy seems to saying that he wants to go see the ; tractors downstairs, where the road is under constructiontui1che1xia

4xia

4eng1$INTERJxia4xia

4xia

4INVta1yao4xia4qu4INVta1yao4xia4qu4INVta1yi2kan4jian4nei4che1laughMOTao

4kan4jian4nei4yang4deche1INVeng

$INTERJMOTzhei4shen2medong1xi1$Q:QWMOTreadingya1tu3ji1MOTeng

$INTERJtui1$UNINTINVtui1tu3ji1en1a4huai

4huai4a4huai

4mei2huai4kan4baangtui1tui1tui

1youwo3kan4zhei4bianr1hai2you3shen2me$Q:QWas he pushes both the sofa and the booktui1tui1tui1en4$INTERJba3tui1tui1ye3zhen1tui1qu4leei1zhei4geni3bu2shi4te4ai4kan4zhei4bian1zhei4gema$Q:QP:Myi2butui1hai2yao4kan4nei4tui1ya$Q:NQPfussytui

1em

xing2lekan4huir3jiu4xing2legrunttui

1he4$INTERJtui

1tui1jiu4tui1sha1fa1shang4letui

1laughsna4jiao4tui1ya$Q:NQPatui1a

tui1trans. "tui1, wo3 yao4 tui1"INVta1yao4tui1laughINVen

$INTERJtu

3tu

1aotu3che1huai4huai4tui1tui

1tui1tui

1hahaao4na4jiu4jiao4tui

1INVzhei4tui1mei2ren2gao4suta1laughche1tui1a2$Q:PRMPTni3shuo1nei4gejiu4nei4gejiao4tui1shi4ba$Q:NQP:Ten4$INTERJya4ni3kan4zhei4bian1denei4gexiao3dong4wushen2medeka3che

1hai2yuan4yi4kan4ka3che1shi4ma$Q:QP:Tka3che1xxx$UNINTka3che

1zhei4gene$Q:QP:Nche1che1en4zhe4niu

2tu3tu3zhei4niu2a$Q:NQPkan4kan4zhei4li3you3mei2you3niu2$Q:VNVwo3gei3ni3zhao3zhao3awo3gei3ni3zhao3zhao3you3mei2you3niu2ani

2$UNINTei2$INTERJao4zher4shi4niu2aniu

2enniu

2zhei4genem points to pig$Q:QP:Nniu

2hou

2for pigzhei4hou2a4$Q:NQPlaughzhei4gene$Q:QP:Nachchjiao4engjiao4ajiao4awhinyche1huai4ao

4huai4che1huai4huai

4zhei4genehorse$Q:QP:Nni3hou4hei

1hei1leyi2huan4jiu4bu4zhi1dao4shi4shen2melezhei4bu2shi4ma3ma$Q:QP:Mma2ma3ma3pao

3ma3pao3a$Q:NQPeng

1$UNINTdao

1ou4$UNINTzhei4shi4shen2meyacamel$Q:QWpointing to an orangutan sitting on a boardzuo

4zhei4ao4ta1zuo4INVgao4suta1zuo4zhenelaughINVgao4suzuo4laughzhei4gene$Q:QP:Nzuo4zuo4engta1zuo4zuo4ha$Q:NQPpa

4pa

4pa4shen2meya

$Q:NQPda3ta1m slaps picturebu2pa4yi

2yi

2$UNINTda3che

1da3che

1f comes to living room door to look at m and hyei1zhei4shi4zhei4shi4shen2meya$Q:QWyi3zhu1hao2+zhu1, porcupineyi3laughei1$INTERJeng1che

1gezhei4gezhei4geni3bu2shi4shang4wu3ni3shuo1zhei4shi4zhei4jiao4shen2melai2zhezhei4ge$Q:QWzha3zha3zha1+zha1a

4zha1zha1zhei4gezhei4gejiao4shen2meya$Q:QWhao

2zhu1shi4bu2shi4hao2zhu1a

$Q:VNVINVta1shang4wu3shuo1te4qing1chu3laughINVta1shuo1hao2zhu1zhei4genehy runs to bedroom door and points to thecharacter "zhang" pasted on the door$Q:QP:Nzhang1zhang

1azhang1hao

3zhang

1zhang

1zhang1ao4zhang1you4kan4ta1nei4gezhang1lai2leswallowing type of soundaoao

3$UNINTINVta1kan4ta1nei4gezhang1lai2lelaughhao3hao2laugh$UNINTlai2zhei4men2shang4you3yi2geta1dexiang4lezhang1laughta1shuo1zhang1laughyu

2yu3ang2$Q:QWnei3geyu3zuo

4engzuo4eng2pao2pao3zuo

4eng

$INTERJzuo4zuo

4eng

$INTERJzuo4zuo4aozuo4zuo4hai2kan4nei4gezuo4zuo4lai2m flipping through book to find orangutan againzuo

4dui4buzhei4gezuo4zuo4$Q:VBUheng

1zuo4zuo4cheng2leINVta1gang1cai2shuo1leyi2geer4laugheng

$INTERJcheng

2cheng2engcheng

2INVgao4wo3cheng2zhei4shi4laughzhei4gezhei4shen2meya

$Q:QWwanr2tu4tu3tu2tu

2tu3+tu3qitu3tu3+tu3hai2kan4tu3a$Q:NQPtu3tui1tui1tu3tui

1tui1tu

1tu3che1tu

3trying to say "tui1+tu3+che1"eng

tu

3engtu

3nar3you3tu3a

$Q:QWaiyouzhei4shen2meyan2se4ayu3$Q:QWache

1ache1mei2you

2mei2 you3che1mei2you

3fan1che1yi1pian1pian1fan1jiu4you3lema3zhe

4ma3+che1eng

hai2yao4kan4zhei4che1hang1$Q:NQPkan4zhei4che1engka3che

1ka3tui

1qia3qia

3che1ka3 ka3+che1qia3che

1ka3+che1high, excitedma3ma3che

1ka3dein1deing

1$UNINTche1chetui

1tui

1tui

1laughlao3shuo1zhei4gema3shang4jiu4tui1zhexia

4enxia

4xia

4xia4nar3qu4ya$Q:QWxia4xia4nar3qu4hao2yu3$Q:QWxia4enxia

4tui1tui1ma3tu3a4tu

3atu3da1na2da

2tu3na2na2tao

2na2tao

2$Q:INTenda2da2da

2$INTERJnar3you3tao2a$Q:QWmei2tao2aen

na2na2tao

2na2fussingmei2tao2fussheng

4$INTERJhao2yu3ni3kan4zhei4shi4shen2melai2zhe$Q:QWna2na2na2na2tao

2na2tao2tao

2tao

2$Q:INTINVtao2tao

2tao2tao

2na3geshi4tao2tao

2$Q:QWINVtu

3tu

3tu3tu3shi4ba$Q:NQP:TINVniu

2zhei4shi4shen2meya$Q:QWne

ka3che

1ka3che

1laughka3che

1ang

$INTERJka3che

1xia4xia4zhei4shi4shen2melai2zhezhei4ge$Q:QWluo

4$UNINTeng2$Q:PRMPTpa

4zhei4hai2pa4ya$Q:NQPzhei4gene$Q:QP:Nzhei4shi4shen2melai2zhe$Q:QWche4que4for ostrichque

4que4pao

3aque4pao3que4mei2pao3ni3que4bu2zai4nar4lema$Q:QP:Temque

4que

4eng

2$INTERJeng2$Q:PRMPTque4nepoints to stars in pic. of skyenghuai

4huai4nei3gehuai4le$Q:QWenghuai

4enghuai

4niaohuai

4enghuai

4enghuai

4enghuai4dedehuai

4nar3huai4la$Q:QWnei3gehuai4a$Q:QWen4$INTERJhuai4huai4zhei4gehuai4la

$Q:NQPzhei4huai4huai

4eng1$INTERJda4da1che

1da4che

1tu3ka3che

1eng

$INTERJka3che1hy watching tape recorder turninghuai4huai

4INVlaughta1kan4zhe4li3lai2leref to tape-rec.huai4huai

4huai4huai

4ka3che

1ka3che1ang

1jiu4yuan4yi4kan4nei4ka3che1ha

1$Q:NQPda4da4che

1ka3che

1qia3che

1ka3+che1ka3che

1che1ka3che1fussingna4na

4che

1na4da

4che

1wo3kan4zhe4li3you3mei2you3xia1ya$Q:VNVni3bu2shi4lao3xiang3kan4xia

1ma$Q:QP:Mzher4you3xia1zher4neINVta1te4lao3yi3qian2lao3shi4gen1wo3shuo1xia1bu4zhi1dao4xia1shen2meyangr4nelai2zher4you3xia1zher4you3xia1xia

1zher4you3xia1shin2mexia

3shen2+me xia1$UNINTka3ke

1ka3+che1ka3che

1qia3che

1ka3+che1a

cha3che

1ka3+che1chai

3che

1ka3+che1ang

$INTERJyi4yi

2huai

4hy has flipped back to the street cleaning truck that he; says is broken because of the water coming out from itlaughswu2huai4wu

1huai4ahuai4eihao2yu3$VOCzhei4geshang4shang4wu3ni3shuo1shang4wu3ni3shuo1zhei4geshi4shen2meyazhei4ge$Q:QWteng2$UNINTzhei4ge$Q:INTxshi

4$UNINTwao

2$UNINTang2$Q:PRMPTwang

2m picks up cushion with embroidered peacock on it$UNINTzhei4shen2meya$Q:QWque

4que

4laughageique4que

4eng

kong3que

4INVgao4wo3kong3que

4laughtuo1tuo

1ji1tuo1+la1+ji1tuo1yi

1tuo1+la1+ji1tuo1la1ji1laughINVlaughgao4suwo3tuo1la1ji1kong3que4xiang3qi3lai2leha2$Q:NQPINVta1yi4mei3ci4kan4jian4gao4su4wo3que

4kong3que

4ka3che

1ka3che1cha

1aocha1m walks away for a few secondsche1ka3che1ka

3che1INVka3che

1ai

4$INTERJINVka3che1na3geshi4$Q:QWINVa1yi2$VOCa1yi2laughhao2yu3ban4tian1cha1che

1INVcha1bu2shi4a1yi2ya

INVtuo1ji

1tuo1+la1+ji1INVtui1tui1zhei4bu2shi4tui1ji1ya

slowya

1lu

4ji1ya1lu4ji1shi4bu2shi4gang1cai2kan4dao4le$Q:VNVeng2$Q:PRMPTenhuai4huai4huai4huai4zher4nezher4shi4tuo1la1ji1hen

1che

1che1reiche

1hao2yu3ni3kan4zhei4xxzher4neche

1ache1che1pao

3che1che1ma3ma3che1ma

3yao4kan4ma3ya$Q:NQPwo3gei3ni3zhao3ma3aenyi3che

1yache

1engche1ache1wo3gei3ni3zhao3ma3ainaudible$UNINTfussei

2che

1hao2yu3zhei4bianr1aiyou$INTERJei2lai2zhei4bianr1lai2hao2yu3zhei4bianr1ne

$INTERJengwo3gei3ni3wo3gei3ni3zhao3yi2gema3ama3che1che1high, fussingyi2yi1che

1enche1meniu

2enzher4neniu

2ma

3shi4bu2shi4a$Q:VNV:Teng$INTERJniu

2zhei4gezhei4shen2mema3lai2zhezhei4gezebra$Q:QWemzuo

4engta1zuo4ha1$Q:NQPzhei4gene$Q:QP:Nbai

1chmngbai

1bai1ban1+ban1for ban1+ma3ban1ban

1laughINVlaughgao4suban1ma3bai1bei

1bei1ban1+banen

ban

1ma

3ban1ban

1ban1ban1a

4ban

1zhei4genecamel$Q:QP:Nzhei4shen2meya$Q:QWni3gang1cai2gang1cai2ni3bu2gao4suwo3zhei4shen2meyazhei4ge$Q:QWzhei4tuo

4ao4zhei4tuo

4tuo

4luo4tuo4INVlaughbu2hui4shuo1luo4tuo4shuo1tuo

4laughzhei4gene$Q:QP:Nniu

2zhei4shi4niu2$Q:INTen4$INTERJniu2nar3ne$Q:QWniu2zai4zher4nezhei4shi4niu

2hei

1hei1enghei1hei1INVlaughta1hai2hui4shuo1hei1hei1high, softzhei4ge$Q:INTzhei4shi4shen2meyaducklings$Q:QWyi2che1ya1ya

1ya1ya

1hahaya1ya1kan4jian4ya1yalehang2$Q:NQPxi3huan1ya1ya

1hawhinyche1che1che

1engka3che

1hai2yao4kan4ka3che1ya

$Q:NQPtphapao

3eng

pao

3aihei1ai2$UNINTen

$INTERJheta1hepeta1pao3ao4ta1pao

3niao3niao

3heniao3laughniao3zhei4suan4shi4ren4shi4leha1$Q:NQPka3che1zhei4gene$Q:QP:Nka3che

1eizhei4shen2mezhei4ge$Q:QWfussingei2ei

2ei4$INTERJeiche1ka3che

1zhei4che1rei2che

1rei3che

1zhei4ge$Q:INTfussing, grabs bookei

che1hao3hao3hao3gei3hangzher4zhe4meduo1qiu

2heiti1qiu

2ti1qiu

2eng

$INTERJti1qiu

2em

1$INTERJfussing, highhengheng

heng

$UNINThao2yu3jiu4yao4kan4qiu2ni3kan4bakan4bahei

1$UNINTlaughsti1qiu

2a

ti1qiu2a4$Q:NQPma3shang4jiu4yao4ti1qiu2agei3ni3na2qiu2qu4awhinyhenhen

qiu

2hy runs after m, who went to get a ball for himma3shang4jiu4yao4ti1qiu2zhei4geqiu2ne$Q:QP:Nqiu

2qiu

2ha4zher

4ne

heng$INTERJhayar4ne

zher4 .nedar4azher/nar4dar4azher/nar4hahadar4zher4/nar4ou2$INTERJem

$INTERJqiu2qiu

2qiu2qiu2gei3wo3fussy, highgei3wo3fussy, highgei

3gei3gei3gei3gei3gei3ti1ti1qiu2hao3laughsti1pao

3ti1pao3ti1yaINVgao4suti1pao3ti1bahy kicks the ball to m in dining room area; m and r laughti1ti1hy kicks the ball into something, banging noise; f comes in to watchFAti1FAti1you4ti1engti1yayou4$INTERJFAti1FAyou4hy runs after ball$INTERJengti1yaFAehhu1hu

hu

2da3alaugh$UNINTlaughslaughs; hy runs after ball, which rolls behind fridge; laughsmei2mei2gao4sushuo1mei2laughei

4eh$UNINTxxx$UNINTei

4$UNINTa1yi

2$VOCdao

4oo

ada3$UNINTlai2ti1laughsti1bahy runsbe4$UNINThe4$INTERJte

4$UNINTxxx$UNINTengengnao

2adong

4$INTERJnar3ne$Q:QWadong4hy runs to kick$UNINTa4$INTERJeng$INTERJdu4$INTERJyou

4$INTERJyiyou

4$INTERJyi1$INTERJaiyou4banging noise$INTERJyi$INTERJhei

2$INTERJge1li3bian1lai2de

cheng2xin1bu4ge1li3bian1lai2delaughniu4huai

4qiu2wa4$UNINTqiu2ne$Q:QP:Nqiu2ne$Q:QP:Nqiu

2eng$INTERJeng

1$INTERJyou3nar4you3a$Q:NQPwo3gei3ni3na2qu4awa4$UNINTbeng4beng4beng4beng4yi2xia4kan4kan4FAjumpeng

4$INTERJbeng4beng4tiao4beng4yi2xia4zitiao

4tiao4batiao4engtiao4laughs as hy does jumpa4yi1you

4$UNINTai1you

4$INTERJai1you

4ta1gang1cai2ai1you

4laughai1you4ei1you4$INTERJei1you4$INTERJei1you4$INTERJyou4you4$INTERJti1guo4lai2kan4ti1jin4qu4lemei2$Q:MEIpao3eiweiweihehe

pao

3laughsxxx$UNINThao

3qiu

2keeps vocalizing loud excitedlydiu4adiu4a

$UNINTa4$INTERJyou4$INTERJnia4yai

2agu

4gu4creaking sound$UNINTgan4ma

2ahee$UNINTxing2leqiu

2ya4awei1banging noise as hy kicked ball against sth. metalei

2$INTERJehxing2leni3ge1degou4qu4wo3bu4gei3ni3gou4leani3bu4hao3gou4mei2lewhinyyao

4a4ayao4na2na2yao4na

2shi4bam goes to get ball$Q:NQPwo3gei3ni3na2engeh$INTERJeng4$INTERJaiyou4$INTERJa

1you4a

1you4yiyi4hy running around$INTERJeiyou

4$INTERJeng4$INTERJeng2$Q:PRMPTpao3pao3na2jin4lai2babie2chu1qu4lena2jin4lai2pao3hy walking aroundeng

nghy walking; next vocalizations loud and excited$INTERJeh

dao

4$UNINTeh$INTERJaiyou

4ou$INTERJadiao

4a$UNINTdiao4diao4nar3le

$Q:QWhenghy walking$INTERJei4dao4$UNINTehdu1a

1hah$UNINTao4ou4eh4hen$UNINTa

ti4$UNINTei1you4$INTERJeiyou

4$INTERJuntranscribable vocalizations, loud, babbling$UNINTxxx$UNINTengthqiu

1$UNINTqiu2loud laughinglaughsouhao2yu3zhen1ai

4ti1qiu2ha$Q:NQPpanting as he runs and gets ready to kick ballati

1you4$INTERJmei

2qiu2ne$Q:QP:Nqiu

2hexiu

1ehfussingeibibiaoeh

$UNINTcrying$UNINTxxx$UNINTcrying or vocalizing$UNINTah4as he kicks the ball again$INTERJou4$INTERJwhew1hy runs$INTERJti1noiseti

1ti1yahy moving aroundgrunts$UNINThao2yu

3$VOCba3qiu2na2guo4lai2bie2wang3wai4ti1lehao2yu3ba3qiu2na2guo4lai2hao2yu

3$VOCna2lai2sh

eh4$UNINTheh1$INTERJei

1zhen1guai1dui4ei

1you4$INTERJyou4he4shuai1dao3ledao

3ah

ni3zen3meshuai1dao

3a$Q:QWah

4$INTERJheng4$INTERJeng1en

$INTERJar

4$UNINTxxx$UNINTnao

3aonao4$UNINTeng$INTERJeh$INTERJa4diao

4eh$INTERJeh$INTERJlaughsqiu2ne$Q:QP:Nao4zher4neahrahr

rahrrahr4$UNINTdao4eh

ahdao

1$UNINTdao3burps$UNINTsqueals/vocalizes$UNINThe

$UNINTmi

1trans. wrote "menr1" as correct token$INTERJzhei4jiu4shi4mi

1laughmi

1ha1$INTERJmi

1mi

2menr1hy tangling his microphone wire$INTERJeihao2yu3$VOCguo4lai2guo4lai2guo4lai2guo4lai2guo4lai2guo4lai2lai2lai2lai2lai2lai2INVti1qiu2lai2lai2lai2lai2ni3bie2dong4a1yi2gei3nong4zhekan4ni3zhei4shang4mianr1you4zen3mexxxINVhuai

4huai4le$Q:NQPzhen1ma2fan

2hengheng$INTERJzhen1huai4leheng$INTERJeng

$INTERJqiu

2ne$Q:QP:Neng

$INTERJenheng$INTERJei4mei2shir4mei2shir4ei

4inaudible whisper, as hy is squirmingei2$INTERJyou4$INTERJyou4$INTERJhao3INVhao3INVhao3hahata1ye3shuo1hao

3ao4ehinaud. two-word imperative, perhaps "shi3 jin4!"$INTERJ $UNINTao

4$INTERJxxx$UNINTai1you4zang1lebu4xu3na2nei4gechi1af bounces ball on floorhei4ti1qiu2FApao3FApao3aheh

ti

1FAeh

ti

1yati1hahati1yati1zuo4zhebaf pushes chair$Q:NQPFAbu2zuo

4more chair soundsFAheieizuo4FAhei$INTERJxxzuo4zuo4hei1hei1zuo4xxxxzuo4eiwei4gu$UNINTheng$INTERJwei4wa

1gurgling sound with his lips and cheeks; laughing$UNINTaiyou4he4gao1xing4ajin1tian1a1yi2yi4lai2wo3men2te4bie2gao1xing4ha$Q:NQPsquealingyou

ti1ya4ti1you

a

$UNINTmawatshata$UNINTexcitedlyti

1ya4ti

1ya4ti

1ya4ti

1ai1ya

4ti

1yiya4ti

1more excited voc's, with his breathing$UNINTxxx$UNINTtshl

ti1ya4ti

1ati1ya4ti

1ati

1yati1inaudible about a1+yi2$UNINTmore loud, excited vocalizations$UNINTsqueals; hy running$UNINThao2yu3$VOCxxxxzang1leai1you4you4you4you4$INTERJbu4ke3yi3chi1laughing excitedlysquealing; mike wire being bumped$UNINTa1yi2zen3mele$Q:QWa1yi2duo1lei4aINVhigh, excitedduo

4duo4duo4aduo

4$UNINTaiyou4wai1desqueal-vocalizing$UNINTei2ei2ei

2laugh$INTERJlaughshao2yu3a$VOCsqueals, laughs$UNINThahahao2yu3zen3mele$Q:QWzu

3hao3zu3 %because of sandhizu3hao3gao4suzu3hao3ai1you4he4$INTERJzu3lei4loud squealing vocalization$UNINThao2hao2yu3zu3gan4ma2qu4le$Q:QWmore squealing$UNINTlaughshao2yu3zu3gan4ma2qu4le$Q:QWsqueals; laughs$UNINTda4yi2ne$Q:QP:Nda4pao3da4pda4yi2pao

3da4yi2pao3le

$Q:NQPINVgao4da4yi2pao3laughlaughssquealing; runs$UNINTin distancelai2lelai2lewo3zai4zher4newo3zai4ce4suo3neas he runsheng4heng4he

dao

3$INTERJheda4du

2azu3du2azu3tuo

1du

2ao

4du3zu3zai4nema$Q:QP:Mdai4zai4zai4you3ma$Q:QP:Myou2you3you3ma$Q:QP:Mnar3nezu2zu3$Q:QWpi

4pi4laughsquealing and vocalizing$UNINThao2yu3ni3kan4da4yi2zai4nar3ne$Q:QWdai32da4+yi2da4yi2zai4bu2zai4$Q:VNVjiai

4zai4zai4ma$Q:QP:Mdyou

4dyou

4zai4kan4da4yi2zai4men2hou4tou2mei2you3$Q:MEIhou4kan4da4da4yi2zai4men2hou4tou2da4da

4yi

2pao3da4yi2pao3lehao2yu3kuai4guo4lai2hy runningrhu4rhu4pa4kuai4guo4lai2pa4pa4yaxxxxxxx$UNINTsqueal/laughs; laughs$UNINTsqueals; laughs$UNINTaiyou

4aiyou

4$INTERJyou

1zen3me

le

laugh$Q:QWdou4a

$UNINTlaughssqueals and laughs$UNINTeiyou

1youyouyouyou$INTERJti1em2ehnden1hy's shoe falls offzen3me$Q:QWxxxxxx$UNINTdiao4leba$Q:NQPdiao

4diao4lai2kan4kan4gei3ni3chuan1shang4wan2yiwanr

2wanr2wanr

2eng

$INTERJexcited vocalizations$UNINTmore vocalizations$UNINTcha4bi

1bi

1$UNINThee

ou4$UNINTabi1$UNINTyi

2$UNINTyi1shlaoou$UNINTengzou3hui2qu4hui2qu4cries$UNINTni3kan4ni3kan4xxyou3zu3zu3zai4crying$UNINTtapping noisexxx$UNINThui2qu4hui2qu4ahui2qu4wo3gei3ni3na2ji1qi1ren2crying then laugh/squealing$UNINTwo3gei3ni3na2ji1qi1ren2xxx$UNINTsquealing and laughing$UNINTkan4ji1qi1renr2ji1qi1renr

2laughsge1gea4kan4ji1qi1renr2awo3gei3ni3na

2ji1qi1renr

2xing2ma$Q:QP:Tbie2chu1qu4leaguai1guai1ai

4high, whinyake

3ke

3wo3gei3na2ji1qi1renr2high, whinyke3ke3high, whinyke3ke

3high, whinyake

3ke3lea

$Q:NQPhigh, whinyahe

3ke3hang1ke3leou4INVta1shuo1ke

3laugheng

1$INTERJlai2lai2lai2kan4ji1qi1renr2rang4ba4gei3ni3nong4dianr3shui3aINVagei3gei3ya$Q:NQPna4ni3guo4lai2INVduo

4lai

2guo4 lai2zuo4hao3zuo4hao3lejiu4gei3kan4kan4INVhuai4biao

3ei

4pao3biao

3INVen

biao

3shen2me$Q:QWINVsqueal vocalizing$UNINTei1$INTERJINVlaughbiao

3ta1shuo1zhei4shi4biao

3ha$Q:NQPMOTem4$INTERJbiao

3zhei4gene$Q:QP:Neihy looking at wheels on tape recorder$INTERJahuai

4ahuai

4a4huai4mei2huai4zai4zhuan4INVnie

4ne$UNINTINVniu

2ehniu

2hy likes to say niu2 around r because of the shirt she worehao2yu3xxxxxx$VOCka3che

1ka3che

1qia3che

1niu3niu4qia

3che

1eiche1a1yi

2ya

ai1you

4ehge

deyao

4ya4ehyao

1plastic banging sounds of robot car$UNINTehfah

1$UNINTheche

1eng

che1hengehche1eng$INTERJtuo1la1ji

1banging noise as m and hy manipulate robot caraiyou

4you

4kai1yaengkai1xxxxxxka4kai1kai1zuo

4engrang4ta1zuo

4ya$Q:NQPrang4ta1zuo4xing2rang4ta1zuo4zai4shang4mian4am puts robot on his seat in the carkai1zuo4kai

1che1laugh "ha!" "ha!"kai1che1gao4su4kai1che1zuo4kai1che1laughzuo4zuo4eng

$INTERJxing2zuo4kai1che1lai2che

1eng

$INTERJlai

2zuo4hao3lekai1ma$Q:QP:Mkai1eng4kai1electronic screeching noise of robot car as m turns it onei

2$INTERJhuai4huai

4squealhappy deep squeals$UNINTmore loud, happy vocalizations$UNINTeicontinuing screeching sounds of robot car$INTERJni3kan4hy kicks the robot car and r turns it offde2$INTERJhuai4huai4bu4xu3ti

1ati1lejiu4huai4lebu4xu3ti1ani3yao4ti1kai1kai1ao4kai1kai1screeching as m turns it on again.huai4huai

4laugh/squealing$UNINTei2ei

2ei

2$INTERJeng$INTERJkai

1kai1kai1enhha

robot car is shut off again$INTERJhuai

4huai

4cha1hen

cha1 shang4englai2cha1shang4cha1shang4INVlaughta1gao4sushuo1cha1shang4ni3hai2hui4shuo1cha1shang4nehao2yu3huai4eng1$INTERJmei2huai4engcha1shang4jiu4huai4lescreeching sound as m turns robot car on againhuai4enh

bawaidewao

grunt/panting noises$UNINTyi

be

be

end of side one$UNINThigh-pitched fussingehehehehyou

huai

4eh

$UNINTgan4ma2ya$Q:QWhuai4eng4$INTERJhigh, fussingtan

1eh

m and hy manipulating robot car$UNINTxing2lewan2leban4tian1xie1huir3ang1tai4lei4leanglei4ouehhuai

4ehhuai

4huai4ehhuai

4mei2huai4INVehhuai4ehhuai

4huai4lema$Q:QP:Meng

na4ni3jiu4fang4hui2qu4baINVengbanging noise$INTERJINVeh

bangehyou4$INTERJINVyou4huai4INVfussen

en

en

4$UNINTINVehbanging$INTERJINVahuai4fang4hui2qu4baINVche

1mei2huai4INVche1che1lai2hao2yu3INVche1che1huai4gei3ni3che1huai4che1che1huai

4ouhuai4huai4na4ni3yao4fang4hui2qu4ni3jiu4wan2zhei4gexiao3ya1ya1bahao3ma$Q:QP:MINVai1ya$INTERJINVhao3INVehhuai

4wan2xiao3ya1ya1baINVendoun$UNINTwan2xiao3ya1ya1bani3lao3wan2zhei4geyi4huir3ni3kan4ni3lao3cai3hahalao3shuai1wanr2yi4huir3jiu4shuai1hy throws robot carei4$INTERJei4$INTERJni3kan4enhuai

4zhei4yang4jiu

4huai4lehao2yu3$VOCgurgling noise$UNINTni3kan4banging noiseehhuai4rattling noisezuo4zuo4zuo

4zuo4zuo4zuo

4ai

2yao4zuo4zuo4laughvocalizationbrrooprattling noise$UNINTei2ei

3more rattling$INTERJzuo4tang3tang3emtang3tang3tang3tang3hui4shuo1tang3tang3a

rattling object dropshuai4eiyou4huai4lehuai4lewo3gei3ni3an1shang4ascraping soundeng

$INTERJji1dan4ji1dan4hahata1gao4su4shuo1ji1dan4banging, manipulating toytuo

1ji1tuo1+la1+ji1INVkan4jian4wai4bian1ya4che1legao4su4tuo1la1ji1gei3zhei4gem rattles toytang3emtang3rattle, then sound of it hitting floorhuai4eiyouhuai4yi3$INTERJhao3haona2zhe

azhei4xiao3di4di4bie2shuai1huai4lelai2gi4gi4di4+di4engdi

4di4rattling soundche1che

2che1+che1a4eng

$INTERJsneezes twiceen

hei$INTERJtuo2tuo2tuo

2$UNINTeng4$INTERJtuo

2$UNINTeng4$INTERJtuo2high, excitedtuo2tuo

2$UNINTei

ni3kan4tuo2tuo2tuo2ni3kan4eng4tuo2m rattles the toy for himtui

1engmore rattling$INTERJhao3wanr2ma$Q:QP:Myouyoulaughs$INTERJwei2$INTERJhuai4huai

4m rattling the toy and laughing as she watches hyhuai4rattling stopsgei3nong4hao3lechai1chai1engchai1chai1ya

gei3ning3ning3aning3engning3gei3ehhuai4ei1guo4lai2gei3scratchygei3ke4rattling and banging soundseieigei3ni3kan4shuai1leni3kan4fusses loudly$UNINTbie2shuai1huai4lemei2fa3wanr2lenuodu4ou3diao3na2zou

3na2zou3leche1che1mei2you2mei2 you3ehmumbling, unclear and obscured by toy banging sound$UNINTche1banging, rolling sounds of toys, hy vocalizing to himself$UNINTduo2duo4duo4duo4$UNINTduo4scraping sound of toy along ground$UNINTma1ma1gei3ni3shou1qi3lai2xing2ma$Q:QP:Tni3wanr2nei4ya1ya1sound of hy pushing robot car along groundtui1tui1tui1ya

inaudible, obscured by hy pushing car$UNINTxing2lerang4ta1xie1huir3xing2ma$Q:QP:Tai

2nei

4nei4lei4, lei4lei4a$Q:NQPdui4ata1lei4leshi4ba

$Q:NQPrang4ta1xie1huir3bahang$Q:PRMPTnei

4lei4ata1lei4ledui4laughsxie1huir3lei

4engta1xie1huir3a4eng

$INTERJxie1huir3ni3wanr2ya1ya1bawanr2ya1ya1zan2wanr2ya1ya1xiao3di4di4xxwo3gei3ni3na2xiao3qi4che1a4m moving about and putting robot car awaywanr2xiao3qi4che

1neche

1ao

4che

1na2yi4xiao3dea4che1ao

xiao3che

1ai1you

4che

1ai1you

4che

1ai

1ma1ma

panting$VOCma1aima11hai

ma

1$VOChai

ma

1haima

1$VOCqiuwaehwa$UNINTengna2zhei4gezhei4hao3oungmgh$UNINTeng

$INTERJhuai

4huai4zhei4gebu2pa4shuai1angzhei4gegei3ni3yi2geslurredshuai

1yashuai1eng

$INTERJshuai1yashuai1mechanical fluttering noiseche1che

1ashwyao

2eng

$INTERJche1engche1xing2wanr2che1bahae

hy banging the matchbox-type car$UNINThuai4zhei4che1bu2huai4laughbanging sound, like a drumming bear toyenhehenh2$INTERJlaughsenh

laughpanting as he bangs matchbox car$INTERJeiche1eng

$INTERJwo4$INTERJlai2che1arrarr

2a

da

3rang4wo3na2na2bavocalizingnao

2nao

nao

2$UNINTin distancena2shen2me$Q:QWbu4gen1wo3wanr2lehao2yu3$Q:INTwu3clatter as car falls to ground$INTERJhuai4gen1nar3wanr

2$Q:QWxi4sha4di4 shang4enghao2yu3ai4gan1jing4ha$Q:NQPkan4di4shang4nem4mezang1leshi4bu2shi4$Q:VNV:Tzai4deng4zishang4wanr

2laughstiao4wu

3tiao4wu

3laughs$Q:INTem

$INTERJtiao4wu

3laugh$Q:INTni3hai2hui4tiao4wu3ne$Q:NQPyou

4shi4ma$Q:QP:Mni3tiao4yi2gegei3wo3kan4kan4hy hitting something, banging noisegei3wo3yi2dong4tan2ni3jiu4shuo1tiao4wu3shi4ma$Q:QP:Tas he throws somethingtu4tu4ai1you

4na4ye3bu2shi4na4bu2pa4shuai1ye3bu4neng2lao3shuai1a

lao3shuai1nei4geye3shuai1huai4le

dwu3aai1you

4$INTERJeng

$INTERJaqiu2adutu4a couple of bang/taps$UNINTzhen1guai1a4gei3zhei4geche1che

1che1bacha1cha1eng

cha1cha1ni3cha1cha1ni3hui4cha1cha1ma$Q:QP:Mcha1cha1lai2gei3cha1ei2$INTERJyou42 bang/taps$INTERJgei3aiyou

4$INTERJeng

$INTERJei2$INTERJdou4dou4dou

4diao4, diao4, diao4diao4le

lai2che

1huai4yache

1you4eng

eng$INTERJzher4shen2mezhei4shen2meyan2se

4a$Q:QWnan

2nan2lan2+lan2hei1hei

1ao

4lan2lan

2zhei4gene$Q:QP:Nnan2lan2hei1nan2lan2ao4na2tui1na

2lan2dezhei4geshen2meyan2se4$Q:QWtu4a

hhh

enh

$INTERJlai2na2zhei4gekan4yi2kan4asound of toys being movedgei3ni3xiao3tu4lai2cha1cha1zan2shang4nei4wu1cha1cha1qu4xing2ma$Q:QP:Tnei4wu1engche1xing2bu4xing

2$Q:VNVni3shang4nei4wu1cha1cha1qu4bazou3a1$INTERJyao4bu4ran2a1yi2mei2far3zuo4zhea1dao4nei4wu1cha1cha1qu4adao4nei4wu1zou3hao2yu3zhen

1ting1hua4nhua

4ting hua4ao4ting1hua

4lai2nhua

4ting1+hua4eng

$INTERJwoushchoush

$UNINTengeng4cha1cha1gei3a1yi2cha1cha1kan4kan4aei1$INTERJeng$INTERJwaowou3wuhdou4$UNINTeng

4$INTERJdou4dou4adou4$UNINTadouadou3$UNINTcha1cha1gei3a1yi2kan4kan4laughrustling sound as hy pulls plastic building pieces outcha1cha1zhe

4che1huai

4eng

4$INTERJche1huai4yahao2yu3ni3kan4cha1rustling soundche1huai

4huai

4engcha1wan2leei2enhehkai1eng

$INTERJmei2you2you3zi4ger3cha1cha1xxxxyou2you

2you3 you3ei2zhei4shi4shen2mecha

1deya$Q:QWzhei4gezhe4mecha

1deme$Q:QP:Mcha1cha1cha

1cha1bahai2hai2zhe4mecha1zhewanr2na2na2che1run2lun2cha1ah

kai1kai1kai1kai1eikai1kai1xing2ba2bai2che1engcha1baenga$INTERJeng

$INTERJeng$INTERJeihu4$UNINTeng$INTERJou2laugh$INTERJehhuai

4huai

4zhe4mecha1cha1zhong1jianr1debu2huai4lecha1zhong1jianr1ei2$INTERJcha1leba$Q:NQPei

2rattling/fumbling noise$INTERJehheh$UNINTeidu1a$UNINTdu1du1du

1$UNINTeng

$INTERJdu1du1$UNINTcha1ma$Q:QP:Mhai2neng2cha1ma$Q:QP:Mlai2cha1m helps hyfussaaa$UNINTcha

1mache1eng2$Q:PRMPTyicha1cha1cha1eng$INTERJcha1eng

2$INTERJazai

2ei

2$UNINTei1you1he4hao2yu3zhe4mecha1zhelia3lun2zihe4zhen1hao3kan4heiei2$INTERJkai1huai1kai1+kai1eng$INTERJou2ou4pah

$UNINTmei4you4mei2 you3mei2you3mei

2yieng$INTERJdao4uph

$UNINTyi

1$UNINTsternengde2nei4zen3mewanr2a$Q:QWzang1si3lemei2you3hai2wang3lian3shang4neng4nonglaughham

1$UNINThai2wanr2ma$Q:QP:Mwanr2nei3geya$Q:QWqiu2hui

2eng

$INTERJehqiu2qiu2wei2wacha1cha1yalai2m helpseiou

1eh

$UNINTcheish$UNINTkai

1kai1kai1kai1che

1enghao2yu3kai1kai1ahe

1$UNINTfussyhe

akai

1che

1eng$INTERJei2$INTERJgruntlike as he puts pieces togetheryi

yi

2$INTERJei2xing2cha1shang4lelaughha1$INTERJeng$INTERJhai2neng2cha1nelai2cha1fussehhehheh

heh$UNINTchaeuha$UNINTcha1enheng$INTERJcha

1cha1cha1cha1cha1cha1cha1cha1yalai2eng4lai2ka1cha1cha1ei2xing2leba

$Q:NQPei

2chai1cha1kai1enghy runs to other room$INTERJyou4gan4shen2meya$Q:QWhuak4huak4$UNINTeng2$Q:PRMPTchou4chou

4da3ni3chou4happy voc'sheibiyawubi$UNINTlaughshappyhei1wuyawa$UNINTheibabe

slobbers$UNINTteng

2teng2a$Q:NQPda3teng2hai2xia1shuo1bu4xia1shuo1le$Q:VNVshuo1shemba

eiyouou4$INTERJao4$INTERJanda

3da

3gao4suni3ni3xia1shuo1jiu4da3ni3ating1jian4mei2you3$Q:MEIINVa1yi

2$VOCa1yi2laugha1yi2hao3ma$Q:QP:Mhao3eng

$INTERJxx$UNINTani3$UNINTa1yi2zou3lexiang3a1yi2ma$Q:QP:Mzou3enhxiang3bu4xiang3a$Q:VNVxiang3xiang

3eienglishgobye

eng4$INTERJhuai4englishbyebye

huai

4eng$INTERJahuai4diao

4diao

4englishbyebye

chineseni3hai2hui4shuo1engbyebyechinelaughsehu

$UNINTeiyou$INTERJeiyou$INTERJenhlaughs$INTERJlaughsyi

3kai1kai1kai1hu2xi1xxxxkai1wo3gei3ni3kai1ya

zi4ji3hui4kai1ma$Q:QP:Mna2zou3na

2na2ei1hao2yu3zhei4gezhei4geshen3meyan2se4a$Q:QWkai1kai1eng2$Q:PRMPThei1hei

1diao

4diao4eidiao

4diao4diao4xing2lewo3gei3ni3nong4zhe4mezhaozhuan4zhuan4anezhei4gebu4xing2sound of m spinning two pieces put together like a topeng$INTERJhuai4enghuai4zhei4zhem4mezhaozhem4mezhaozhuan4wo3gei3ni3xxxxzhuan4$UNINTazhuan4aengzhuan

4enduanhuai4ache1che

1engche1che1lai2as she moves him overzher4zuo4lai2m spins the pieces like a tophao3ma$Q:QP:Mche1cai3cai3a$Q:NQPbie2cai3acai3huai4lezen3meban4$Q:QWhuang

eng$UNINTcai3cai3yacai3laugh/vochong2hong

2cai3cai3cai3hong2voccai3hong2ehhong2cai3hong2ma$Q:QP:Mlaughni3hai2hui4cai3huai4huai

4cai3cai3hong2cai3hong2yao4nongzhei4genong4zhei4gewo3gei3ni3zhe4$UNINTeng2$Q:PRMPTendiu$UNINTenggei3ni3nong4zhei4gefussaiaiyou$INTERJencha1ni3na2zhei4gena2yi2na2hong2dewo3na2na2zhei4geam spins pieces like a top againeipieces spinning on floor$INTERJtotsh$UNINTcai3hong

2cai3hong2eieng

$INTERJzhe4hua4$UNINTzhei4shi4guang1hong2dema$Q:QP:Mzhei4bu2shi4you3lan

2dema$Q:QP:Mlan2dou4lan2englan2dui4zhei4shi4lan2zhei4shi4lan2yan2se4ji4zhu4mei2you3$Q:MEIenhuai

4eng$INTERJhuai4delai2fussingen2en2ei

3$UNINTei

2$INTERJenh$INTERJhei4dianr3$UNINTengspins pieces$INTERJei2$INTERJhe4$INTERJenglai2hei2$INTERJxxx$UNINThei1ei2laugh$INTERJkai1kai1kai

1eng$INTERJkai1kai1heavy breathingkai1kai1kai1kai1hai2kai1kai1ya$Q:NQPkai1kai1shen2meya$Q:QWmei

2engmei2lem manipulating piecesshen2moum

1$UNINTengzhei4shi4shen2meyan2se4$Q:QWhao2yu3ni3dexie2shen2meyan2se4a$Q:QWxie

2xie2shen2meyan2se4$Q:QWxie

2points to r's shoeshahaa1yi2nei4xie2ni3dexie2shen2meyan2se4a$Q:QWhuai4huai4eng$INTERJeng$INTERJen

wei$UNINTeng$INTERJkai1ming2kai1ming2chuan1chuan1bacha1cha1enhuai

4eng

4$INTERJeixia1Xia1 Ling2a1yi

2hao3enxie2eiyou4$INTERJdei4zhei4huai4eh

che

1huai

4che1cai

3hai2cai3ya$Q:NQPcai3hong2cai3cai3zang

1ledou1deng

1$UNINThuai4eng$INTERJenhuai4pieces being manipulatedni3nong4ge4xiao3fang1kuair4baxing2ma$Q:QP:Mhuai4eng

$INTERJkua4kuar

4$UNINTei2eieiyou$INTERJkuai4kuai

4kuai4eng

kuair4kuair

4nong4fang1kuair4aahuai

4eng

$INTERJeihuai

4ehhuai4huai4eng

pieces being manipulated$INTERJgei3gei3wo3eng2$Q:PRMPTmei2you3lejiu4zhei4yang4balaughseng$INTERJenh$INTERJehhuai

4eng

$INTERJni3hui4cha1ma$Q:QP:Mgei3wo3cha1yi2xiao3fang1kuair4kan4zhei4geneng2cha1yi2geeng$INTERJhao2yu3zhei4geneng2cha1yi2gefang1kuair4ni3kan4eng$INTERJxiao

3deei2$INTERJei4$INTERJehhuai

4ehehheh$INTERJehhuai4mei2you3eng2$Q:PRMPTmei3you2mei2 you3mei2you3nei3gemei2you3a$Q:NQPmei3you2mei2 you3mei2you3shen2mele$Q:QWwhinymei2you3mei2you3eng

2$Q:PRMPTwhinymei2ehmei2zen3mela$Q:QWmei3you3mei2 you3huai

4mei2you3huai

4enhuai4eng24enhhuai

4ahuai4eng2$INTERJeng2$INTERJme

1$UNINTwhinycha

1cha1cha

1ehcha

1eng

cha1cha1su1su1fang4zhecha1mei3you2mei2 you3ehcha1mei3you2mei2 you3mei2you3mei2you3eng2$Q:PRMPTche1mei2cha1che1mei2cha1che1mei2cha1mei3you2mei2 you3engmei2you

3che1mei2cha

1eng

$INTERJei$INTERJche1mei2cha1che1mei2cha

1mei3you2mei2 you3ahdu1du

2du$UNINTeng

$INTERJdiu1du

4du4$UNINTengdu1du2du4$INTERJdu4kai

1kai1kai

1bedu4eng

$INTERJdu4du

4du4$UNINTkai

1du4du4du4tu1du

4$UNINTeng2$Q:PRMPTkai1du4hao2yu3kan4di1$UNINTzhei4gecha1hao3leyi2gefang1kuair4enhuai

4engkuair

4lai2kua4kua4kuair4+kuair4eng$INTERJeng

$INTERJenhuai

4ahhuai4engzhei4gemei2you3lezhei4gemei2you3zen4meda

4dele

ei2zhei4gehao3lelaughdou1cha1hao3lelai2kuair4engpieces being manipulated$INTERJhappyehhuai

4eng

$INTERJpantinghao3ma

$Q:QP:Mzhei4gebukun

$UNINTyouheahuai

4pantsahuai

4heh

eimanipulating pieces$INTERJenheh

$INTERJni3dei3zi4ji3lian4xi2cha1a

ni3kan

4cha1cha1engcha1cha1zi4ji3neng2cha1cha1lai2cha

1huai4engcha1huai4ei2$INTERJcha1sha

4oushang4lai2zhei4yangr4deeideida

4eida

4eng2$Q:PRMPTda

4shen2meda

4$Q:QWdei4zhei4+eihuai

4huai

4mei2huai4ting2hao3deenh

$INTERJei2ni3kan4hao3kan4ma$Q:QP:Mhao3kan

4eng

train whistle in background$INTERJkan4kan4hang$Q:NQPkan4kan4zuo4zuo4zuo4zhe4shang4en$INTERJenni3yao4zhei4geyao4zhei4gekan4kan4zuo

4engzuo4shang4lezuo4zhelaughsengzuo4zher4amanipulating pieceskuair4kuair

4eng

$INTERJni3zi4ji3lian4xi2cha1zi4ji3cha1cha1shen2meyangr4dedou1xing2cha1hong

2eng

cha1hong2azi4ji3na2hong2decha1nei3gehong2de$Q:QWzhei4ge

enggei3wo3na2yi2gehong2decha1cha1fussen

$UNINTlai2cha1cha1cha1cha1cha1cha1enhei2wou4$INTERJeng2$Q:PRMPTenghuhudi

$INTERJcha1cha1en

1$INTERJcha1cha1englai2cha1cha1cha1cha1cha1eng

dui4ni3kan4cha1shen2meyangr4dedou1xing2ni3kan4ei1$INTERJshi4bu2shi4a$Q:VNVei2$INTERJei2$INTERJen$INTERJdiao4diao4ni3kan4haidiao4eng

diao4ni3kan4zhei4gezhei4yangr4deduo4duo4zuo4+zuo4zuo4zuo4ha$Q:NQPduo4duo4zuo4+zuo4di4di4zuo4zuo4lehangclicking noise as hy puts toy figure on pieces to sit$Q:NQPduo4duo4eng

$INTERJzuo4zuo4zuo4di1di

1di4+di4dei4gezhei4+gezhei4gezuo

4ni3you4ni3laughhai2yao4zuo4laughhahani3zuo4zhei4neng2zuo4ma$Q:QP:Mzhem4meyi4dianr3ni3kan4zuo4rang4xiao3di

4di4zuo4aeh$INTERJzuo

4eng

$INTERJdi4di

4engdi4di4zuo4ni3tai4da4leni3bu4neng2zuo4ni3zuo4zuo4zhei4geaas she pats stoolengeh$UNINTeng$INTERJehhuai

4huai4ehdi4di4adi4di4eiyoudi4di4huai

4lekuai4ba3di4di4nong4hao3lebadi4di4as he manipulates "di4+di4"zhei4di4di4hao3ma$Q:QP:Mzhei4di4di4hao3hao3a

zuo4zuo4engzuo4zuo4engzuo4zuo4tang3tang3baeng

2$INTERJeng2tang3tang3tang3tang3zuo4zuo4zuo4zuo4enghai2zuo4zuo4xing2lai2as she fixes "di4+di4"'s positionxing2lema$Q:QP:Mzuo4zuo4tuo

1tuo1+la1+ji1tuo

1ji1tuo

1ji1tuo1ji1tuo1la1ji1$Q:INTnar3netuo1la1ji1$Q:QWnar3you3tuo1la1ji1$Q:QWtuo1ji1eng

rattling sound of toys$INTERJei1$INTERJbai1bai1eng

rattling stops$INTERJbai1bai1bai1huai4leba$Q:NQPhai2hui4cha1ma$Q:QP:Mcha1cha1cha1cha1cha1ni3kan4zen3mecha1$Q:QWduo4duo4zuo4+zuo4zen4mecha1duo4duo4duo4zuo4+zuo4+zuo4zen4mezai4zuo4zuo4xing2leduo

4zuo4englai2cha1zen4meyi

4cha1cha1shang4lezuo4zuo4enghai2zuo4zuo4xing2tuo

1ji

1eng$INTERJtuo

1chang

2tang3engtang3ta1tang

3ehta

1tang

3engta1tang3zhei4bu2shi4tang3le$Q:INTta1tang3lexing2leba$Q:NQP:Tdu4di4di

4ha

1duo4duo4$UNINThang2$Q:PRMPTtang3engtang3rang4ta1tang3batuo

1che

1ji1eng

$INTERJtuo

1ji1hah32

$UNINTzhei4tuo1la1ji1zhei4tuo1la1ji1chang2he1ba4ji1dao4as he runs out$UNINTni3yao4nar3qu4a$Q:QWnou3ge4dou

4$UNINTji1zhu

4hy walks further away$UNINTshang4nar3qu4yayu3$Q:QWehche

1INVta1yao4shang4kang4shang4qu4kang4 used for "cot" herexiao3di4di4ye3dao4kangshang4qu4rang4ta1zai4kang4omitted "shang4"tang3tang3a$Q:NQPhua4hua4$UNINTtang3tang3tang

3zhei4tang3eng$INTERJzuo4zuo4eng$INTERJzhei4tang3zuo4zuo4hai2tang

3m sweeping cot with hand then both m and hy lay on cottang3tang

3tang3tang3tang3engtang3tang3soft, inaudible$UNINTtang3engtang3tuo

1huai

4sound of hy manipulating toyei2$INTERJhuai4ahuai

4engxxhuai

4deiche1lai2tang3tang3tuo1ji1tuo1ji1tui

1ahy gets up and walks out; vocalizes, unclearai

2$INTERJin distancegan4ma2qu4yayou4$Q:QWhao2yu3ou

4eh$UNINTin distancehui2lai2in distancehao2yu3xx$VOCrunningeihrenr4$UNINTjian4jian4$UNINTei

4$INTERJahtang3high, squeakytang

3high, squeakyzuo4zuo4tang3eng$INTERJzhei4tang3engzhei4tang3high, squeakyzhei4tang3tang3engtang3tang3vocalizing/pantingehhehhuai

huai

ou

$UNINTeng

$INTERJzhei4bi

2bi

2yabi

2bi3abi3bi3bi3bi3zen3mele$Q:QWbi3bi3bi3bi3zen3mele$Q:QWbi3bi

3bi3bi3zen3mele$Q:QWwao4da

4diao

4diao

4adiao4diao4diao

4xxxxxxhao2yu3$VOCwa

4$UNINTenghao2yu3qin

2lai2hao2yu3qin2lai2gei3a1yi2zai4tan2tan2hao3bu4$Q:VBUnei4qin2ne$Q:QP:Nqin

2pan2lai2nei4qin2lai2nei4qin2lai2tan2tan2$UNINTqin2nehy running to look for it$Q:QP:Nnar4narnar4deng4deng4shang4nar4a4$INTERJa4na2na2lai2tan2tan2ahtu

1qin2qin

2qin

2eng$INTERJqiqiu

2$UNINTeng$INTERJqin

2engba3zhei4gei3wo3ei4$INTERJenna

2high, excitedna2na2qin2na2qin2tan2zhei4qin2tan2qin2gei3wo3men2ting1ting1tsh

du1du

1starts to hit keys on pianobanging keys, then stops$UNINTqin2laughs; hy clappingsingingda3da1da1da1da

3$UNINTadui4da1da1da1da1da

3kai1shi3tan2qi3lai2singing, higherda1da1da1da

$UNINTlaughsvocalizing, happyyou4nou4yao3yi2ya

1ga$UNINTyulao

gull$UNINThao2yu

3$VOCni3bu4tan2qin2le$Q:NQPqin

2ao4da

4wuda4da

4da

4da

4laughda

3huo3da

3$UNINTwu

1hu

wu1huai

4lepantsehhuai

4he

a4a4$INTERJtuo2tuo2huai

4a2$Q:PRMPThuai

4nar3huai4le$Q:QWjiu

3qiuhuai

4hetang

3enghai2rang4ta1tang3hacheng2leba$Q:NQPzhei4xia4hao3leha$Q:NQPta1tang3tang3eng

$INTERJahtang

3eng

$INTERJtang

3eng

$INTERJta1tang3ni3ne$Q:QP:Nni3gan4ma2ya$Q:QWni3ni3ha2zi$UNINTshui4jiao

4ni3hua

3$UNINThenhwalks$INTERJjiao

4eng2$Q:PRMPTjiao

4shui4jiao4a

$Q:NQPenxi

1huyao

4$UNINTengshui4jiao4bagai4gai4huai4gaer

4$UNINTwa3cha1tou$UNINTehhuai4ehhuai4ehhuai4nar3huai4le$Q:QWhuai4duo1ma1ma1$VOCeng$INTERJei

4gai4gai4ha$Q:NQPhata1duo

4$UNINTenggei3ta1ye3gai4gai4ya$Q:NQPta1leng3a$Q:NQPlai2hao2yu3ni3gei3ta1gai4shang4balaughsgai4gai4enggai4gai4xing2lehenghuo4bi

3$UNINTeng$INTERJdri

xing

yu2$UNINTeng$INTERJgei2gei2bi

3$UNINTeng

$INTERJengbi

gai4enggai4heiwohuai

4guai

4gai4eng

huai4gai4gai4tuo2wuh$UNINTheng

huai4gai4gai4eng

$INTERJhuai3ahe4huai

4eng$INTERJtang3engni3ye3tang3ni3men2lia3tang3yi2kuair4alaughhe4huai4tang

3eng2$Q:PRMPTta1htang3ta1tang3ni3ne$Q:QP:Nhao2yu3ne$Q:QP:Ntuo1tuo1tuo2tuo2tuo

2tuo1hy wants m to take the backpack off for hima4tuo1tuo1abu4tuo1bu4tuo

1azai4dai4zai4dai4yi4huir3ta1tang3tang3ao4tang3ni3ce4zhetang3zen4mezen4metang3as m turns him over onto his sideche

4ce4ace4engdui4yi2dui4hao2yu3ce4zhetang3ting3hao3deche4wa1da

3$UNINTeng$INTERJahuai4huai4ya

$Q:NQPehhuai4huai4lelai2wo3gei3ni3nong4hao3lem adjusts backpackxing2leeng$INTERJnong4hao3leke3yi3tang3zher4leni3ye3tang3zhetang3eng$INTERJta1huai

4engta1huai4la

ni3ye3tang3zhea1tang3eng$INTERJtang

3eng$INTERJa$INTERJta1ta1ehda

3da3shei2ya$Q:QWqin2pa1ma1da

3$UNINTou

$INTERJdao4wadao

4wa

$UNINTahdao

4$UNINTwo3kan4ni3ya2fan1ji3gele$Q:QWao

3mgh

$UNINTao4$INTERJINVa

1yi

4$VOCINVadthi

yi4a

dwee

$UNINTINVvocalizing$UNINTINVa

you1qiu

$UNINTni3ba4da3ni3ani3yao4bu4lao3shi2tui1tui1ya

tazhe4tui

1ni3ba4da

3ni3pa4bu2pa4ya

$Q:VNVeng2$Q:PRMPTa

2diao4wada4da

3bu4neng2da3laughsstern, lowei2ei2laughs$INTERJlaughshuo4$UNINTeng

$INTERJei2hy tries to hit r$INTERJei2$INTERJda3a1yi2bu4xi3huan1ni3ma1maye3bu4xi3huan1ni3lebu4neng2da3hao2yu3ya$VOCeng$INTERJei1hao2yu3nei4ge

whimpers$UNINTgen1ma1mahao3ma1macai2xi3huan1ni3leei4hao2yu3$VOCwo3men2tuo1tuo1hao3ba

r suggests taking off pack$Q:NQP:Ttuo1batuo1yalai2tuo1engr pulling backpack off hy$INTERJINVxxx$UNINTeng1$INTERJguo4lai2tuo1baMOTinaudible, about microphone and backpack$UNINTINVeng

$INTERJtuo1tuo1INVgang1cai2ta1jiu4shuo1tuo1tuo1laughINVshuo1tang3tang3tuo1tuo1tuo

1atang3ouni3hai2tang3ni3tang3bazhei4hui4tang3jiu4bu4tang3leapantinghuai

4huai

4lemei2huai

4hao

3leni3shuo1hao

3INVei$INTERJhao

3INVhao3ai4$INTERJzhen

1hao

3zhen1hao

3INVeng2eng4$INTERJhao2yu3jin1tian1shuo1xi

3que4INVshang4wu3shuo1xi3que4xia4wu3jiu4bu4shuo1leMOTlaughsINVkan4dao4shu1gao4suxi

3que

4vocalizing, unclear$UNINTin distance, unclear$UNINTINVjinr1ta1zen3meyang4$Q:QWINVxing2ma$Q:QP:Mzhei4gelaughMOTting3hao3laughshao2yu3zhei4zang

1leinaudible, in background$UNINThao2yu3zhei4bianr1dou1zang1lewo3gei3ni3huan4huan4bazhei4yi1futai4zang1lealaughsvocalizing$UNINTgei3ni3huan4huan4baaesha4$UNINTeng

$INTERJhuan4tai4zang

1leyi2tiu

2$UNINTang

$INTERJta1tuo

1engxian4zai4tuo

1ma1ma

1de$VOCtuo1tuo1engtuo1tuo1lai2tuo1tuo1dei1yaeng$INTERJhigh, soft, whinyei2diao

4ei2di$UNINTyou$INTERJdiao4leyi2kou4kou4kou4kou4diao4leend of visit - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy2i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/hy2i.xml deleted file mode 100644 index bebd830..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy2i.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - -aien

cryyouhao2yu3you

bu4gei3hao2yu3kan4cryaiyoukan4a1yi2nar4shi4shen2mezhei4shi4shen2mehao3dong1xi1heizhen1hao3MOTeihaiaiyoukan4zhei4xiao3bai2tu

4heibiao3laughkan4kan4zen3meyang4cryen

eneneehai2yun4niang4yun4niang4hen

ehenyun4niang4yun4niang4gan3qing

2shi4bu2shi4hao2yu3enrang4a1yi2kai1en

INVaoaidui4nei4ge

wo3qu4INVwo3gen1dai4fushuo1wo3shuo1ni3gan3mao4leINVhao3chang2shi2jian1bu4hao3INVta1shuo1enni3fa1bu4fa1shao1INVni3fa1shao1mayi4zhi2MOTyi4dian3dian3INVyi4dianr3INVhai2shuo1ni3bi2zitong1qir4bu4tong1qir4MOTenbu4tong1qir4INVliu2bu4liu2bi2tiMOTliu2INVta1shuo1you3shi2hou4shi4bi2yan2bu2jian4de2shi4gan3mao4INVnei4gedai4fugen1wo3dao4zen4meshuo1deINVsuo3yi3li3INVwo3mennei4gesan1ling2yi1yuan4dao4ting3xiao3deINVke3shi4nei4gedai4futing3you3quan2wei1deINVta1qiao2dete4bie2hao3INVwo3wen4lewen4ta1INVta1shuo1shi4kan4kan4zai4shuo1shi4bu2shi4bi2yan2INVta1you3shi2hou4bi2yan2neng2dang1cheng2gan3mao4leINVni3you3bi2yan2maMOTbu2shi4MOTwo3yan3jing1dou1mei2shi4MOTxxxxxxxxxxINVao

MOTshi4gan3mao4INVaoshi4gan3mao4haoen

gan4ma2yaenhai2ji4de2nehai2gan4shen2meyayao4yao4shui3shi4mawo3gei3ni3na2qu4aoFAshui3hao3lemaFAni3ba3nei4rou4pi2xuan4xia4lai2aoFAting1jian4mei2you3MOTxxxxxxxxFAxxxxxxMOTzhei4rou4bu4xin1xian1FAzen4mexin1xian1hai2bu4xin1xian1lai2hao2yu3he1he1banong4leyi4bei1ban3lan2gen1zan2menyu4fang2yu4fang2laughenwo3bao4zheni3he1xing2mayoushang4zher4lai2letang3zai4nar4he1shi4maeenenlai2lai2lai2he1baaiyouyouce4zhedianr3aobie2ba3nei4gelu4yin1ji1ya1lelaughjia1zheni3laughchong4zen4mezheINVta1jiu4zhei4gexi2guan4INVyi4he1laughjiu4yao4tang3zheMOTeMOThe1shui3lekai1shi3lehangINVeinei4genei4genong4maINVINVlaughINVhe1shui3yi4zhi2MOTting3dan1wu4shi2jian1INVenINVenxxxxxxhe1en

MOThe1bu4zhao2leINVenenen

nene

enwo3ye3dei3tang3xia4lexxxxxxaizhei4hui2xxxxxxlaughwo3ye3dei3tang3zhewo3ye3tang3zhexing2maxian4zai4xing2lebaman3yi4lebaINVta1tang3wo3ye3dei3tang3zhelaughenkuai4he1ehenyoulaughhao2yu3laughzieen

xiao1yang3enhao2yu3tang3tang3xing2lemahai2he1bu4he1lehao2yu3aiINVxxxxxxhen3you3gui1lu4INVzhi3yao4yi4he1shui3jiu4yao4tang3xia4aoba3zhei4gegei3ni3aogei3ba3zhei4gegei3a1yi2aozhei4hai2he1madui4e4bu2e4achi1fan4maengei3ni3liu2zhenehao2yu3chi1fan4mahao2yu3chi1machen2le

chen2bu4chen2jin1tian1you3yi4dianr3chen2shi4machen2mahao2yu3eneaibie2dong4bie2dong4di4dieixxxxxxbei1bei1aoeecrybu2yao4lezhei4xiao3mei4meizhei4xiao3mei4meiduo2hao3abei1en

bei1mei4meilai2xxxxxxxxzhei4you3shen2mehao3chi1deen

crykan4you3yu2hao2yu3zui4ai4chi1yu2lekuai4kan4yu2ni3kan4yu

2shi4bu2shi4dou4fuen

chi1hao3lai2wo3gei3ni3cheng2fan4hai2gei3ni3liu2zhenefan4hai2re

4neshi4bu2shi4hao2yu3lai2xxwen4ba4bayao4yi2geshao2gei3wo3menhao2yu3na2yi2geshao2MOTshao2qian2mian4jiu4you3FAna4jiu4wo3na2baFAhenni3zhei4shi4hao2yu3ni3jiao4shen2meming2ziaenenming

2ming2+ziming2ming2enni3deming2zijiao4shen2meyaenenxxxxchi1zhei4geaozhei4li3you3yu

2hao2yu3chi1yu2ba3cir4tu3chu1lai2aoyao4bu4ran2zha1ni3dai4zai4di1chi1entai4zai4ti1chi1endou1zhi1chi1adiao4en

chi1maente4bie2hao3chi1zen3meyang4chi1bahao3maen

encai4chi1zan2menbu4chi1nei4geni3kan4ni3ba4you4gei3zan2qiang3lexxyi1gen1cir4ni3xian1ni3xian1chang2yi4kou3zhou1baenhai2xing2lai2enchi1maen

bu4chi1achi1yu2yao4bu4ran2hai2you3yu2chi1yu2baINVhai2ting3chan2laughINVchi1yu2bu4chi1zhou1zhei4yu2hao3chi1mahenhenzen3meleenenen

enen

lai2chi1fan4bae

ni3bu4chi1a1yi2yi4huir3dou1chi1ledou1qiang3lea1yi2eenen

eenen

ailai2ai

cryee

bu4chi1aduo2xiang1ani3wen2wen2xiang1xiang1e

eyilai2bayou2ha4a3da1ae

aolai2lai2lai

2lai2aiMOTta1you3xxxxxxINVlaughlai2en

een

xxxxlaughen

zen3meleen

lai2MOTxxxxxxxxxxxxai

dui4hao2yu3jiu4shi4guai1yi4you3gecir4jiu4gei3wo3tu3chu1lai2aokan4kan4you3mei2you3cir4enhao2yu3lai2guai1hao2yu3ting1ma1mahua4enenenenjia

1ma4shen2meleaiyo

crylaughen

hai2kun4malaughxxxxINVxxxxgang1hao3INVzan2xxxxxxxxmei2yong4xing2lelaughMOTmei2shir4bie2zhao1ji2INVenMOTxxxxxxxxxxxxxxxxINVlaughMOTbie2guan3ta1bie2guan3ta1INVenenhao2yu3shui4jiao4jiao4bashi4zheng1yan3jing1lai2maMOTkan4xxMOTkun4INVwo3kao3lu4ta1shi4bu2shi4you3dianr3gan3mao4aMOTxxxxxxxxINVzhang3ya2aoINVta1xian4zai4shi4hao3xiang4zheng4zai4zhang3ya2INVta1deya2zhang3detai4shao3leINVren2jia1ta1zen4meda4dou1yi3jing1zhang3lezhei4geMOTta1ke3neng2xxxxxxxxhao2yu3chi1dianr3baenenchi1cai4huar1makan4cai4huar1cai4huar1chi1cai4huar1bani3bu2chi1fan4chi1cai4huar1balai2haiyohao2yu3zhen1guai1ni3kan4wo3menhao2yu3chi1yi2da4gecai4huar1helaughlaughenenkeaidou4fubu2yao4hai2yao4cai4huar1hao2yu3shuo1aiyouhehao2yu3zhen1ai4chi1cai4huar1aocai4huar1hao3chi1maxiang1bu4xiang1enlao3chi1laugheneneneneneenenen

eneneneFAenai4chi1zhei4cai4huar1henFAbu2ai4chi1dou4fuleenyi3qian2ni3bu2shi4te4bie2ai4chi1dou4fumabu4chi1leINVyahezhei4hai2zijinr1jin1+tian1ye3bu4zhi1zen3meleINVINVwo3jintian1xie3wo3jin1tian1xxta1hai2bu4shui4jiao4INVta1yao4bu2shui4jiao4wo3menda4jia1ye3bu2shui4INVta1bu2shui4jiao4baINVdao4nei4geliu4dian3duo1zhong1ta1jiu4zi4ger3zi4+ji3shui4leMOTenINVshi2ji4shang4ta1shui4jiao4hai2ting3gao1xing4INVjie2guo3shui4wan2bu4xing3lelaughzen3melekan4dian4shi4ke3yi3maINVeneneneeee

you3yi1tian1ye3bu2shui4jiao4ran2hou4liu4dian3zhong1jiu4shui4zhao2leenenzen3melee

crybu4xiang3hao2yu3xian4zai4tiao4wu3maFAlaughFAgou4qiang4laughMOTtan2qin2tan2qin2tan2qin2FAba3nei4qin2na2lai2FAqi4che1xxxxshen2mexxxxxxenenlaughMOTxxxxxxMOTxxxxxxxxINVxxxxjiu4rang4ta1xxlehaolai2cai4huar1kuai4chi1gei3lai2chi1ye3bu4chi1INVta1jing1chang2shi4zhei4yang4INVyou3shi2ta1yi1tian1ye3bu2shui4jiao4INVran2hou4liu4dian3duo1zhong1shui4zhao2leINVxxxxba1dian3duo1zhong1xing3leINVjie1zhechi1ping2nai3INVhe1wan2nai3jie1zhejiu4shui4leINVyou3shi2hou4ta1jiu4shi2yi1dian3jiu4shui4leINVzhei4hai2shi4wo3shuo1xxxxxxxxxxINVta1tuo1er3suo3jiu4te4bie2bu2yuan4yi4INVta1yao4xiang3shui4dang1ran2jiu4shui4INVfan3zheng4da4huo3tong3yi1shui4jiao4INVINVta1zen4meda4xiao3hair2zai4tuo1er3suo3ye3shou4zui4laughINVa1yi2guan3he1shui3MOTenINVzhei4dianr3xxxxxxxxxxINVsuo3yi3xiao3hair2lao3yao4niao4INVzao3shang4lao3shi1bu2rang4he1MOTna4ye3bu4hao3INVaobu2rang4he1shui3INVxxxxta1you3shi2niao4xxxxlao3shi1shuo1ni3xxxxxxxxxxxxxxxxINVjiu4shi4jin4lai2yi3hou4xxxxxxxxxxxxxxxxzai4hui2jia1laughMOTlaughINVkan4yang4zihai2sheng4lexxxxINVxxxxxxxxyou3shi2hou4zhe4xiao3hair2la1ku4zishi3ashen2medeINVniao4you4niao4yi2ku4zixxxxxxxxxxINVa1yi2gen1ben3bu4guan3INVjiu4da3dian4hua4rang4ni3ma1ni3ba4gei3ni3huan4lai2laughMOTxxxxxxFAenINVaohen3shao3you3guan3deINVsuo3yi3hao3xiang4you3tuo1er3suo3guan3INVyi1ban1ren2ye3bu4guan3INVgei3ni3da3dian4hua4ren2jia1bu4shuo1rang4ni3huan4huan4shi3lai2INVren2shuo1ni3menjia1hai2zianei4geku4zishi1leINVni3na2tiao2ku4zilai2INVni3yi4lai2yi2kan4hai2ziMOTxxxxxxxxINVwan2lehai2hai2ai1yi1ku4ziINVzhei4lou2di3xia4jiu4shi4ye3shi4nei4gexxxxxxxxxxhai2ziINVshang4tuo1er3suo3gei3ni3da3yi2gedian4hua4INVshuo1rang4na2tiao2ku4zilai2hai2ziniao4leINVjie2guo3yi2qu4hai2zila1yi2ku4zishi3laughINVren2you4bu4gei3huan4laughheirang4a1yi2na2xia3lai2hao3mabu4bei1lehao3bu4hao3bei1mabu4bei1lezhei4na2jin4lai2kan4shang4mian4nei4bu2shi4hai2you3deng1enairen2hao3ban4tian1mei2shui4jiao4leMOTxxxxxxxxxxINVlaughyi4zhi2jiu4shi4hao2yu3jiu4shi4zhei4ci4biao3xian4zui4bu4hao3deyi1ci4MOTmei2shir4MOTta1kun4leMOTwo3ye3bing4leMOTINVxxxxxxxxMOTxxxxxxxxINVjin1tian1shi4bu2shi4ta1deku4tai4yuan2leINVxia4wu3jiu4guan1lexxxxzhei4gewo3mengei3ma1mabagei3FAbu4chi1MOTxxxxFAxing2fang4zai4nar4ta1jiu4lao3shi2leta1jiu4huo2podianr3leaolai2MOTdui4mian4neng2xian1guan1lebaenen

wu

guan1leMOTni3neng2bu4neng2shi4shi4zen4meINVaoMOTzen4mezhei4yang4ziINVwo3zhe4mena2zheaoMOTaini3jiu4zhei4yang4ziMOTINVzhe4lu4wo3yaMOTni3fan3zheng4li2ta1jin4yi4dianr3INVduan1guo4qu4aoMOTenlai2hao2yu3lai2chi1fan4aiaihenhao3chi1maelai2aiexxxxa1yi2chi1ni3chi1deduo1duo1rang4a1yi2gao1xing4aochi1yu

2lai2yu2zhou1haohao2yu3zhen1guai1enlai2zai4chi1dou1huai

4huai

4huai4lema1malai2lai2ji4xi1zhei4+xieyou3you4huai4azhei4huai4aozhei4yang4huai4leaozhei4gehuai4yu4you4huai4aaonei4geye3huai4leshi4huai4leleibao1bao1wu1wo3na

2bao1bao1bao1na2bie2na2nei4gebao1bao1aobao3bao3bao1+bao1ni3xian1chi1fan4ni3hai2mei2chi1wan2fan4newu4hu3huei4huai4huai4ni3kan4ni3ni3kuai4hao3hao3dechi1wan2xxxxxxxxjin4qu4enxxxxenhuai

4huai4lemashi4malai2kuai4chi1chi1wan2zan3menzhao3qian4qian4wanr2qu4lewu

hua1huai4yalai2lai2lai2lai2lai

2you

shi4huai4lea1yi2kan4jian4leni3ba3zhei4zhei4chi1lebaendezhei4hai2ziguo4lai2INVa1yi2INVa1yi

2eigei3INVneng2bu4neng2na2shou3zen4mena2zhedianr3aMOTxxxxbu4xing2whisperINVxxbu2yao4jin3INVjiu4shi4wo3zen4mewo3zen4megei3ta1na2zhedeleINVta1nei4geINVINVyao4bu4wo3yao4bei1zhepa4ta1shuo1hua4ting1bu4qing1chu3INVlaughMOTmei2guan1xi4xxxxxxxxxxxxMOTxxxxxxjiao4ta1xxxxINVenINVaiyo

xxxxhai2shuo1ni3gao1xing4lehouyiyahouni3e4bu2e4yae

1e4e4hai2bu4kuai4chi1lai2lai2aiyohuai

4enbu4huai4huai4huai4xxxxxxxxshi4malai2chi1lai2hao3hai2zikuai4dianr3lai2lai2lai2lai2lai2lai2whisperwu1li

3xie3bu4xie3xie3axxxxxie3enxie3eyoujiu4xiao3jiu

4dai4de

1de3de1ta1de4zher4mei2you3de4zhe4enxxxxxxxxxxlai2hao2yu3bei1shang4bayao4bu4ran2enenbei1maenbei1ailai2bei1bei1youxxxxxxlai2bei1bei1xiao3mei4meiaoai

hao2yu3hao2yu3zhen1xiao3mei4mei

aomei4meihao2yu3shi4ge1gege1gebei1mei4meiaohuhao3ge1ge

1henge1gehen3hao3ge1gehengan4hao3ge1gege1geenhao2yu3shi4ge1gemage

1jin1gu1bai3ge3ge1ge1+gege1ge

hao2yu3zhen1hao3enenge1ge

aiheheenhao2yu

3shei2jiao4hao2yu3aha1yu

3hao2+yu3laughnei4shi4shei2aINVma1ma

1bu

2shi4laughINVbu2shi4ma1mani3shuo1shi4ma1mashuo1wo3shi4hao2yu3INVhao2li3hao2+yu3enwo3jiu4shi4ni3zen4meshuo1hao2yu

3zhei4shi4shei2ashuo1a1yi

2a1yi

2aia1a1yi2jiao4shen2meming2ziashen2mea1yi2INVxie4xiao1laughbu2shi4laughxia2ling2INVenxia4ning2xia2+ling2zhen1hao3laughINVxia1ning2xia2+ling2a1yi

2xia2ling

2ni3na4shi4INVa1yi

2aixia2ling2a1yi2xia2ling2a1yi2dui4malaughshuo1xia2ling2engan1gan1kuai4chi1bu4xia

1hao3lebi4xia

1aoxi3zao3laughaichi1xia1gei3ni3lai2lai2lai2mei2you3xia1lejiu4shi4hai2yao4yu2yu3yu2+yu2enlai2chi1yu2bahou4wai4hou4+mian4you2you3yu

2enlai2hao2yu3zhen1guai1yu1yu3yu2+yu2eneqiao1cir4qiao1cir

4cir4+cir4cir4cir4cir4you3cir4cir4tu4chu1lai2tu4chu1lai2na3you3cir4cir4tu4tu4tu4chu1lai2ayou3cir4tu4chu1lai2aoentiao1lezhen1xi4entiao1bu4lene4mexi4lao3you3cir4zha1ni3shao3chi1dianr3du4tu4zha

1zha1you3cir4tu4chu1lai2aoenhao2yu3lai2hai2chi1makuai4chi1chi1wan2zan2menzhao3qian4qian4wanr2qu4xiang3bu4xiang3qian4qian4leyou2jiu1you2you2you2lao3di4you2you1huai

4huai4shen2menyou2huai4leINVhuai

4you1you2huai

4INVyou1you2huai4zhei4dou1shi4shei2dedou1shi4hao2yu3deshi4bu2shi4ahu1ta

3hu1ta3ta3gei3ni3ca1ca1henlaughaiyoueaiyouhuai4yihuai4eibai

2ji1xiu1dou1huai

4ehuai4dou1huai

4endou1huai4enzhe4shi4zhei4zhe4shi4dezhei4nong4huai4lezhei4gebu

3bu1huai

4eenlai2ba3zhei4gei3chi1lechi1wan2wo3menzhao3qian4qian4wanr2qu4kuai4dian3ren2jiaqian4qian4dou1chi1wan2leni3hai2mei2chi1wan2nekuai4dianr3wu1ka1ka1wu1gei3chui1xin2gan4ma2zhei4zhei4li3qi4che1duo1haoni3kan4kan4bayi4che1qi4+che1enqi4che1tuo1a

1ji1tuo1+la1+ji1he1he2qiu1che1tuo1a1ji1tuo1+la1+ji1laughzhei4shi4tuo1la1ji1maxi3che

1qi4+che1dui4qi4che1xi3che1qi4+che1vao3pao3endui4qi4che1pao3you4you3xia1che

1yiyi4yao4che1e4yao4che1acrychi1wan2ba3zhei4gexxche1nixiao3ye2yu3yao4bu4ba3zhei4dianr3chi1lelai2wo1zhi4me3she1wo

4qie4qie4ni3ni3gen1ni3nong4wan2zai4wo3gei3ni3na2lai2da4che1hao3he1mazai4chi1dianr3lai2xxxxxxxxenhai2chi1balu1nong4huai

4lai2lia2lai2lai2whisperkuai4dianr3eehuai

4yachi1leshi4hao3hai2zihao2yu3zhen1ting1hua4lai2kuai4chi1fan4ni3kan4you4you4peng4nar4lebacrylai2lai2crywo3gei3ni3na2da4qi4che1bazhe4mei2qiao1che1agei3ni3na2da4qi4che1hen

deng3zheaoxxqiao

1che1nei4yang4liang4qiao1che1zheng4zhao3neeiqiao1che1da4qiao1che1mei2ecrylai2da4qi4che1hao2yu3ni3kan4nei4egeqiao1che1di1qiao1qiao1che1+che1aidi1yu2qiu1che1hao2yu3lai2zhei4che1bu2zheng4nei4gegeng4hao3mazhei4che1xiao3yienei4+geqiao1che1zhei4qiao

1che1zhei4che1qian2ting3xiao3du2ye2lai2ledu2hao3zen3mepao3aepao3pao3geche1kuai4wanr2ni3deqi4che1qu4bazhei4shu1hao3chang2ri4zihao3chang2shi2jian1bu4xue2leaodou1wang4guang1lebazhei4xiao2qi1xue2+xi2enni3gei3a1yi2jiang3jiang3qu4qiu4zhei4shen2meyammen

2men2laughlaughzhei4tian1an1men2INVta1shuo1ta1shuo1men

2ta1men2tian1+an1+men2aotian1an1men2tian1shi4he3huai4enzhei4shi4shen3meyaji1jia

1ya1+ya1aoya1ya1zhei4geneya1ya

1zhei4geshen2meyabai2qiu4qiu4tu4+tu4enbai2tu4tu4aobai2tu4tu4laughgao4su4shuo1bai2tu4tu4laughjiang3zhe4shi4bai2zhe

4zhe4nre3yaenbai2tu4tu4de4zhe4chong2enchong2zhei4shi4shen2meyache4zhe4shi4tou2tao2atao2haoshi4tao2tao2zhei4geneqi4qiu

2enqi4qiu2zhei4geshen2meyabo1gua1feng

1zhei4shi4gua1feng1azhei4shi4shu4zhei4ye3shi4shu4dou1shi4shu4zhei4ya

2zhei4ya2laughhymeien

shai3enanother side of the tapeye2zhei4shi4shen2meyaaiya

2aya

2zhei4aodui4zhei4gezhei4shi4shen2meyazhei4geaibi3aodui4zhei4shi4bi3aodu2du

4xxxxzhei4shi4shen2meyajiu4zhei4geren

2yan3aiyan3ni3zen3meyi4yan3jiu4kan4jian4yan3lehenyan3laughnou2nou2lou2+lou2enlou2lou2zhei4dou1shi4nao2nao2lou2+lou2laughhaoge1ge

ao

nei4shi4ge1gemanen4menian2qing1xxxxzhe4shi4xiang4ge1gezen4mebu4ting1hua4dezhei4shi4shen2meyayi4ye3hua1ahu1hua1ehua1ezhei4gezhei4geshi4shen2meyana

4hua1zhei4shi4shen2mena4huar1aehuar1huar1ehuar1aenye3hua2hua1na4huar1he2hai2tao2enenhai2you3tao2heiaiyoutou2tou2zhe4shi4tou2tou2ashu1tou2yong4deshi4bu2shi4ashu1zitou2eenshu1tou2yong4deyong4enyong4yong4youzhei4shi4shen2meyaxxxxa1huang1gua1 feng1aogua1feng1azhei4shi4gua1feng1leshi4maouhai2feng1zhei4genezhei4gezen3meleyaxia4yu3xia4yu3zhei4genexi1shi4xia4yu3enxia4yu3lehaoyue4yue4aozhei4shi4yue4yue4shi4yue4yue4zhe4gua1feng1enshi4maa1feng1gua1 feng1a3feng1gua1 feng1a1feng

1gua1 feng1aozhe4shi4yue4yue4haozhe4shi4zhe4shi4yue4guang

1shi4mazhei4geneong2hong2yue4yue4zhe4shi4yue4yue4zhei4genenatai4yang2netang4tai4+yang2tai4yang2bu4ming2xian3tai4bu4ming2xian3leyou4feng1engua1feng1zhei4geneheng

4zhei4gezen3melehe4nian3hou4+mian4huai4nei4huai4xia4xue3leshi4bu2shi4ahe4xia4xue3enwo

kai1kai1na3genei4geshi4wa4wa4yaexie

2enaixie2shi4mao4mao4aomao4mao4azhei4shi4mao4mao4mao4mao4enmao4enxie

2enenzhei4shi4ku4ku4ku4ku4enzhe4shi4xie

2aoxie2enzhei4genezhe

4wo3kun4bu4zhi1dao4aohai2mei2jiao1guo4ni3haohai3xiang4da4+xiang4enzhe4li3you3ni3ren4shidemaenenmei2jiao1guo4zan2jiu4bu2hui4chi1fan4ai3huai4aozhei4shi4chi1fan4yong4dehaoINVxxxxxxxxxxyou3you

1gong1gao1lou2lou2na2nian4feng1feng1enaohai2kan4feng1feng1kan4bada4hun1feng1aoda4feng1wo3huai

4eenhuai4lehaoshu4dou1wai1leke3bu2shi4huai4lemadao3dao3endao3dao3aoshu4dao3dao3leINVta1zhei4gemei2ren2gao4su4ta1dao3dao3laughta1you3shi2hou4hua4mei2ren2gao4su4ta1jiu4xia4yu3xia4yu3INVyou3delao3jiao1ta1lao3jiao1ta1ta1ye3bu2hui4xia4yu3eenenmao4mao4mao4zhe4shi4shen2meyali2yuan3dianr3gai1kan4bu4qing1ledu1deng4du4deng4deng4zhei4genexxhu4huai4enehuai4qi4qiu2hen

hennana

da4yi1gui4yi1gui4gun1gui4gun

1gui4zhei4geshi4shua

1aofa1zhe4shi4fa1yafa

1fu1sha1+fa1enfa1fa1sha1+fa1zhe4sha1fa1bu2hui4shuo1ke1yi1ke3+yi3jiao4zuo4aenaizuo4acha2ji3zhe4shi4zuo

4jiu4zher4enzhe4shi4zhuo1ziduo4zhuo1enzhe4geneduo4zuo4enzhei4shi4zuo4zhei4geen4shi4rou2lou2en1shi4rou2lou2rou2lou2enlou2lai2kan4kan4zhei4shi4shen2meyahua4ran3ma4guang2guan1yiaoguan1nei4guan1lelaugheshuo3suo3eneneshuo3suo3aozhei4suo3shang4lezhei4suo3shang4lemaINVkan4dao4zhei4men2guan1shang4lesuo3shang4lelaughmen2guan1shang4suo3eizhei4genezan2jia1you3zhei4gemazai4zan2jie1jia1aozan2jia1guan1xiao3suo3enhai2guan1suo3aihai2shuo1suo3wan1guan1aicong2zher4kan4kan4aiyouzher4liang4xi3hang1wang3xxxxxxxxFAwo3da3jian4zai4+jian4aizai4jian4zai4jian4laughzai4jian4leabai2ni3shuo1byezai4jian4FAchu1shuo1dai4jiang4zai4+jian4byebyeFAgu1ba4bai

2byebyebyebyelai2laughhao2yu3zhe4kuang

4zhei4shen2meyan2se4yanan2lan:2shen2melan2hong2laughhong2nan2lan2hong2lan2wuhenneenzhei4shi4lan2zhei4shi4shen2meshar3nan2lan2lan2nan2lan2zhei4shi4zian

laughlaughda3bi2zien

hao2yu3kan4zhei4shi4shen2emyaINVlaughda4xiang4zhe

4me2mei2feng1zhe4bu2shi4fang1di4dixi3enxi3xi3aixi

3ouzhei4shui3shui3deng1deng

1enaodeng1deng1aodeng1deng1INVta1gao4su4ni3deng1deng1deng1INVta1shi4zhei4you3laughni3zhei4shuo1deren2jia1shei2ye3bu4ming2bai2adeng1deng1zhe4wo3ma3ti2zideng1deng1laughma3enzhei4shi4niu2niu2hao3chang2shi2jian1bu2kan4ledou1wang4leniu2wang4yiwang4lebazhei4hai2ji4demawang4reen

ma

3shi4ma3malaughniu

2zhei4shi4niu2ma3che1MOTshi4ma3ma3che

1you4xiang3qi3ma3che1lema3che1zhei4li3mei2you3zhei4shi4shen2meenmei2ma3mei2you3mei2you3zhu1zhu1chou4pa4zhu1dou1pa4lao3tian1du

4shi

1shi1enshi1shi1zhe4shi4shi1shi1axing1xing1xing1xing

1enzhei4genexing1xing

1zhei4shi4shen2meyashi2shi4luo4tuo2aoluo4tuo2INVzhei4liang3gezi4shuo1deting3qing1chu3laughbao1ma3ban1+ma3aoban1ma3zhei4geneentu4tu4laughshi4tu4tu4maxiong2mao1mao1enzhei4shi4mao1mao1mao1ken1aizhei4shi4shen2meyawang4wang4enwang4wang

4wang4enwang4zhei4shi4shen2meyae3shi4wang4enwang4zhei4shi4shen2meyadia1zhe4huo3che1xxahe1che1huo3+che1huo4hu2lili1hu2+lihu2litu4ma1ma

zhei4shi4shen2meyashi

1aoshi1zhei4genezhei4shi4shen2mehu3hu2hu3zhei4bu2shi4hu3zhei4shi4she2shen3she2enzher4neshuo1huang2letuo1hua2etong

3chong2enenniuniao3niao3anar3you3deniao3aaozhei4li3zhei4bianr1you3niao3leaoniu2niao3enniu2niao3niu2niao3zhe4mao1tou2ying1ying1mao1+tou2+ying1ying1mi4heyu2yu2eiaoxia

1aiaihui4zhei4shi4xia1xia

1enxi1wa

1qing1+wa1enqing1wa1exiong

2eqing1wa1xxxxxxxxzhei4shi4shen2meyaxxxiong2mazhei4shi4shen2mege1zhei4che

2she2enshe2she2dai3enyouyouyouyoupang2xie4xie4pang2+xie4pang2xie4xie4pang2+xie4xie4pang2xie4pang2enjiu4zher4kan4shi1shi1aohai2kan4shi1ka1kan4qiu4qiu3qi4+qiu2aoqiu2qiu2nar3you3qiu2qiu2zhei4shi4qiu2qiu2haomei2jian4guo4zhei4gehaoaiqiu2vanzhei4shi4qiu2shi4qiu2ashi4mao2te1mo2+tuomo2tuo1yaba1tuo1ji4gezhei4+gexiao3jiao4che1diao

4qiu

1jiao4+che1aidui4jiao4che1huo3che1hui4huai4aohuo3che1gu

1wu

xxxxINVhuo3che1wu

wu

1enka3ka3+che1shi4ka

3ke1ka3+che1enka3che1ka3che1xxxia

4enxia4zhei4shi4zhei4shi4shen2meyadong4wu4xxgang1ni3zai4shuo1yi2bian4zhei4gemei2shuo1qing1chu3mo2che1che1mo2+tuo1+che1haaomo2tuo1che1zhei4genezhei4xia1che1san1+lun2+che1aosan1lun2che1zhei4geneli4che1zi4+xing2+che1zi4xing2che1enniu2shi1shi1xxxxxxeshi1shi1hai2kan4shi1shi1ani3bu2ai4kan4zhei4chuan2ahuar1che1chan3chuan2nen4meduo1huar1kan4shi1shi

1aoshi1shi1wo3lai2gei3ni3kan4shi1shi1xiang3shi1shi1legei3zhe4bu2shi4shi1shi1mahuji3eji3+geshi1youyouhouyouzhu4zhe4jiu4zhe4di4e

2zhu4zhe4nai

3chia1zhei4you3zhei4shi4zhei4li3dejiu4zhe4zhei4jing1chang2chi1ni3ren4shibazhei4gezhei4shi4shen2meyagua

1xi1gua1kai1kai1aokai1kai1lehaozhei4genetao

2pu2taopu2pu2+taopu2taoenna2enna2enna2ni3na2na2kan4neng2na2maenna2enna2na2laughINVta1kan4wan2dian4shi4ta1jiu4na2na2laughINVkan4na2dian4shi4li3delaughshi4shi4aoshi4shi4huai4huai4enshi4shi4mei2huai4xian4zai4mei2you3huai4aomei2huai4ong1shu3song1+shu3enong1shu3song1+shu3zhao3enna4shu1shu

ene4kan4shu1shu

enzhei4geqie3qiao

1tie3+qiao1enzhei4tie3qiao1qie3jiao1tie3+qiao1enzhei4shi4shen2meyaqie3jiu1tie3+qiao1qie3qiao1tie3+qiao1entie3qiao1ti1hu3jiu1entie3qiao1chu2touINVmei2jiao1deta1jiu4bu2hui4laughINVjiao1leta1jiu4hui4shuo1aijiu

3wu1lazhei4shi4shen2mezhei4gexue2guo4zhei4shi4shen2metie3qiu

1tie3+qiao1zhei4shi4tie3qiao1azai4xiang3xiang3zhei4shi4shen2melai2zheaoqian2aoqian2zhei4geneti3xiao

1tie3+qiao1zhei4shi4fu3ziwang4lefu3fu3enfu3fu3bao4bao4enhe4hao3zhei4shi4shen2meyaqi

4che1shen2meche1yahuo3huai4aohuai4lemei2huai4zhei4shou1ge1ji1zhei4mei2huai4tuo1a

1ji1tuo1+la1+ji1enzhei4shi4tuo1la1ji1aozhei4gedao4bu2shi4tuo1la1ji1zhei4ye3shi4tuo1la1ji1zhei4shi4tuo1la1ji1zhei4shi4tui1tu3ji1tu3ka3che1bao3pao3ka3che1nar3you3ka3che1yamei2ka3che1yadu1fa3che1enqi3chuo2ji1qi3+zhong4+ji1aoqi3xia1sa3xui3shui3aosa3shui3heaqiu2qiu2eqiu2yuqiu2enyi4qiu2qi4+qiu2enwo3qiu2you

3woxiyouyi1qiu2enzhei4li3yi2geqiu2youjie1yi4+xie1che1enyi4xie1che1zhei4de1you3qin2zhe4qin2zhei4ke3bu2shi4qin2zhei4hea1qi

1aoaoa1ti1ao2qiao3a1qi1aoa1ti1en

qiao1che1enche1jiu4jiu

4enzhei4shen2meyaqin2zhei4shi4qin2enhuohuo1qin3enyi4gao3gang1qin2ge1gang1gua1xin2gang1+qin2engang1qin2oumuo3huai4zhei4ang1qin2gang1+qin2engang1qin2zhei4dou1shi4qin2lai2kan4zhei4zen3melehao2yu3zhei4geaishi4zhei4gehei1he1yao4aochi1yao4hei1he1yao4xue3yao4+shui3ene1he1xue3shui3enxxxie2shi4mazhei4genezhao4xiang

4aota1xia4qu4lexia4qu4gan4ma2qu4leta1dou3zou3xxxxta1menyi4zhi2zou3zou3dui4zhei4shi4zou3zou3dou3zou3enzhei4genege1ge

aoge1geaozhei4shi4ge1gehaozhei4gezen3melezhei4gezou3zhe4gan4ma2neni3huo1enyou3you3enyou3aotuo1xie2xia4xia4enchuan1xie2xia4xia4ta1xia

4enta1shui4jiao4nebu4ke3yi3qi3lai2aodei1xin1xie

2enxin1xie2wuaiyouji1leenchi1lu3a2hai2yao4jia

4nao2jia

4aiyouhuo3huo4huo4xie1huir3bahuo4xxqi

3enlai2da3kai1bayou3xi2you4xi2you

4xi2eni3you2yi4you3xie4jiao4shui4+jiao4enxxxxxxxia4xia4enzhe4bu2xia4leta1shui4jiao4lebu4neng2xia4aozhei4gedian4hua4zhei4shi4zhi1dao4matuo1tuo1a1ji1tuo1+la1+ji1zhe4tuo1a1ji1tuo1+la1+ji1tuo

1ouyiche1ji4che1qi4+che1tuo1a

1tuo1+la1+ji1tuo1a

1jituo1+la1+ji1che1tuo1che1a1ji1tuo1+la1+ji1tuo1gai4zheche1mei2che1ezhei4bo1zhong3ji1bo1+zhong3+ji1bo

1zhong

3bo1zhong3ji1chou

3chen2mao3xian1enhuo4huo4enzhei4gegao3gao3qiu1qiao1entie3qiao1qie3qiu

1tie3+qiao1hu3hu3aohu3hu3wo3gei3ni3kan4hu3hu3zher4qie3xiao1tie3+qiao1entuo1a

1ji1tuo1+la1+ji1zui4ai4kan4tuo1la1ji1shi4mana4ni3kan4balaughtuo

1tuo1+la1+ji1huai4huai4zheigeshi4shou1ge1ji1mei2huai4di4zhei4xieshi4che1enlu4ye3che1yue4+ye3+che1a4ye3che1enche1ajiao4jiao4zuo4+zuo4ejiao4zuo4zhei4zen3mezuo4yani3zuo4zuo4shi4shi4lai2lai2shi4shi4lai2neng2bu4neng2zuo4kan4kan4shi4shi4neng2bu4neng2zuo4zhe4shi4hua4zhedeen

zhei4shi4jia3debu4neng2zuo4ejia3enzhen1dejiu4neng2zuo4o1wo3xia3xia3sa3+sa3ensa3sa3xia3sa3yi1xia4enyi1xia4enji4zhe4xiao3mo1shen2+meenwu1wu1hu1hu1ai

you

youyouaiai

youzai4jia1maOFFzai4jia1MOTxxxxxxehaihihaihihaihihaihihaihihaihi

MOTxxxxxxxxxxxxei

shei2lai2leOFFkai1kai1yi4lai2zui4xxxxxxxxOFFaini3hao

3yihahaihaizhei4shi4shei2yahao2yu3JJJjin4lai2jia1jia

1aojia1jia1ma

1jia1jia

1hao3hao3xiao3ge1geshi4maINVzhe3xiao3ge1OFFzhei4gexiao3ge1gebaINVxxxxxxxxxxINVxxxxxxxxxxlaughINVzui4ai4zhao3xxxxxxxxwanr2lehuheiaohei3hei3shou3shou3dou1ce1lai3ce1OFFta1deche1gei3ren2jia1zhuang4lexxxxxxxxMOTxxxxxxxxxxxxgua1gua

1gua1gua

1enma

1heizieneizilaughgei3ge1gekan4kan4rang4ge1gekan4kan4xing2maen

rang4ge1gekan4kan4aohao2yu3en

rang4ge1gekan4kan4aohuaxiao3degua

1JJJxxxxxxxxJJJgu1gua1hao3OFFxxxxxxxxxxxxxxJJJgu1bu4hao3cryJJJxxxxxxxxJJJbie2tui1bie2tui1aolaughJJJbie2tui1JJJjia1jia

1JJJxxxxxxjia1jia1jia1jia1hao3mabao4aobu2bao4aobu2bao4aobu2bao4jia1jia1xxxxaoJJJzhei4shi4shen2meJJJxxxxxxetui

1tui1tui1JJJjia1jia1gan4shen2meJJJzhei4shen2meenaojia1jia1tui1ni3JJJxxxxxxxxtuo1a

1ji1tuo1+la1+ji1aJJJzhei4shi4shen2meyaJJJxxxxxxxxen1huai4huai4lehuai4huai4enna2ena2ena2ena2ei1qiu1eqiu1eeizhi1che1jian3jian3shen2mejian3qiu1qiu1che1+che:1JJJbu2qu4rne2jia1OFFeqiu1qiu1che1+che:1qiu1qiu

1che1+che1hao2yu3ge4ba4apao3pao3aoba4pao3pao3ahe

hao2yu3zhei4shi4shen2meadu2du

2MOTxxxxzhei4shi4shen2mewu2zhu

2zhei4shi4shen2mebu2hui4kai1yi4kai1zhei4shi4shen2mezhei4shi4shen2mekai

1kai1yie3wo3kai1xiang1MOTxxxxxxe3wo3xiang1xiang3guang

3guan1xiang1tou

2na

3na3na3he2hai2you3you3qiu

2enhou4xiu

3xxxxxxnong4che1entuo1man4di4che1che

1bei4qiao1qiao

1che1+che1youdi4didi1ji4jiu4huo1ji1zhei4shi4shen2meyaOFFka3qiu

1ka3+che1ka3qiu1ka3+che1OFFka3qiu

1ka3+che1ka3qiu

1ka3+che1laughOFFdia3qiu

1ka3+che1ka3che

1OFFdiao4che

1jiao4+che1en

jiao4che1hai2jiao4che1you3jiao4che1mazhei4li3bianr1zhei4yi4bianr1OFFen

mo2che1che

1mo2+tuo1+che1mo2tuo1che

1bu2cuo4eimo2tuo1che1OFFxxxxxxxxxxche1gan4shen2menezi4xing2che

1OFFeiche4che1qian2en

OFFhu

ka3che

1ka3che

1OFFjiu4zuo4ezuo4aoka3che

1OFFyou4zuo

4zuo4zuo4yashei2zuo4zuo4yaeijia1jia

1jia1jia1zuo4zuo4yalaughaayilaughhao2yu3zhei4geshen2meche1yaehao2yu3hong2hua

1edui4ahuo2qi1aozhei4shi4shen2meche1yahao2yu3diao4che

1jiao4+che1zhei4shi4shen2meche1yahong2hong1diao4che

1jiao4+che1zhei4shen2meche1huo3che

1dui4lehuo3che1OFFxxxxxxxxxxzhei4shen2meche1yawo3hui

4huo3che1huo3che1mhyenzhei4shi4shen2meche1yahao2yu3zhei4shen2meyue4yue4che1yue4+ye3+che1zhei4shi4shen2meche1yawei4che1qi4che1xxxxxxqi4che1jia4zhe

1zhe4huir3men2ene3wo3qi1awaenhuai4huai4e3wo3huai4leJJJxxxxxxxxxxniaiyouenenOFFchu2chong2chu3chong2chong2chong2chuo3chong2chong2MOTchuo3chong2enhuhetang4exiu4you4qiu4qiu4qian3zhei

4geqie3qie3qing1ting2enqing1ting2qian3qing1+ting2MOTting2qing1+ting2enqing1ting2dei4gezhei4+gezhei4geshi4shen2mewo1niu2niu2wo1+niu2zhei

4gehu2die2zhei4gezhei4geshi4mi4feng1xxxxhua4huai4douhui4huai4lequaiaisu1youai1huyiyayi2JJJheaiai

aiJJJni3huai4you3eji4ji4aiyouJJJeieiJJJxxxxxxxxxxxxOFFyi3yaJJJeieiei

eiyi3yaJJJxxxxJJJnong4he4huai4JJJxxxxxxxxxxxxxxOFFen

JJJni3xxxxzhei4rang4hao2yu3kan4naJJJgei3hao2yu3kan4OFFen

JJJgei3hao2yu3kan4kan4OFFen

en

JJJlaughJJJgei3hao2yu3kan4kan4ni3jiu4na2zou3leINVa3you

4a1+yi2JJJeiOFFa3you4a1+yi2JJJenJJJni3gei3hao2yu3kan4kan4JJJni3gei3hao2yu3kan4kan4JJJhao2yu3shi4xiao3di4diJJJni3gei3xiao3di4dikan4ewawawa

aota1ba3ta1na2zou3leshi4mata1bao4bao4aota1ba3ta1na2zou3leni3shuo1gei3wo3kan4kan4ge1gezan2liar3kan4ni3shuo1ge1gezan2liar3kan4heneta3ta1pao1pao3pao3leshi4mabu4qian3qiang3qian3qiang3shen2meeqian3qiang3eqian3qiang3qian3qiang3OFFxxxxxxxxlaughMOTxxxxxxenna2ena2laughlaughmei2you3henOFFxxyao4nai3laughna2xxxxxxxxOFFwo3zai4ban4gong1shi4zhei4ye3zhei4wa2OFFxxxxxxxxaiyou

niu2MOTxxxxxxOFFyouxxxxzen3meyang4laughOFFyao4qian2zhe

4gezhei4li3shi4shei3mewo3kan4kan4zhei4li3shi4shen2meyixxxxdexiao3peng2you3zhen1piao4liang4MOTwo3kan4kan4zuozuoeeeOCxiao3peng2you3OFFbu2yong

4eaiyo

jia4dao3etou2OCjia1jia

1jia1jia

1OFFzhe4jiu4jia4you3jia4you3shen2me

INVta1shuo1ja1jia1ta1INVjian3jian3duo4zuo4zheINVxxxxxxjia1jia1zuo4zuo4shi4mahao2yu3ye3zuo4zuo4bashen2melai2zuo4zuo4hao2yu3zuo4zuo4bagen1a1yi2zuo4zai4yi2kuair3baINVmi1wu2gen1a1yi2zuo4zai4yi2kuair4ji4you3enhenjiao4zuo4lai2xxxxxxzuo4zher4aobing4zai4yi2kuair4aoyiereao1chou2enaoyoujia4zher4ejia4zher4jia4zher4ennei4gemei2shir4nei4xiao3mei4meishi4baeen

mei4ge1ge

1hao2yu3ye3ren4shixiao3xxxxxxge1gege1geyige1ge1shen2meOFFeniao4niao4niao4niao4ni3yao4niao4maxxxxxxniao4niao4lai2niao4niao4yue4ye3che

1ji4che1qi4+che1yi4you3enche1niao4niao

4heniao

4enniao3niao4niao4+niao4enniao4niao4enniao4niao4enniao4niao4niao4niao4kou3+shao4niao4niao

4kou3+shao4niao4eniao4eyou3kou3+shao4duo1niao4dianr3ei

zan3zen4neyi4dianr3laughjiu4zen4meyi4dianr3xxxxxxenniao4niao4ni1niao4niao4einiao4niao4xxxxxxxxhui2jia1sa1niao4lai2laughenjie

3xie2enxie2tuo1xin

2tuo1+xie2wu2na

3na

3INVzhei4xie2mai3dejiu4xiao3lelaughMOTlaughxiao3xxchuan1zhei4xie2shi4xiao3yixiao3xiao3enni3xxxxxxxiao3leen

xiao3xiao3yiguxia4you3aiyoufa4la3dai4gei1enguan1nou3lou2men2xxxxxxxxxxmo3zhei

4genei4shi4shen2meyamo

3zhei4gewo3kan4kan4wu3zhezhei4gewo3kan4kan4shi4shen2meJJJwu3zhebaJJJwu3dezhei4geshen2meJJJwo3kan4kan4dou1you3shen2meJJJgei3wo3kan4kan4yajia1jia1MOTenJJJxxxxkan4kan4dou1you3shen2meguo4lai2JJJwo3kan4kan4dou1you3shen2meOFFdei1fao1JJJma1makan4kan4dou1you3shen2mehuo3huo4te1ga1kou4zhe4JJJhuo3qiu1huo3+che1hui4huai4JJJxxxxxxxxxxaiJJJxxxxxxxxhao2yu3aOFFen

dou1huai4huai4eshen2meshi2hou4huai4guo4yahuo3huoche1hui4huai4OFFeyode1JJJxxxxjiu4gei3reng1leJJJhuo

3OFFta1ma

4wo3JJJlaughOFFta1ma

4wo3JJJhuo3che1JJJxxxxxxhuo3che

1xxxxlu4yin1ji1neyou3xxxxxxxxxxhenhen

huo3che1enhu

MOTxxxxxxxxxxxxxxenhuo3che

1enhuo3che1en

huo3che1zai4jia1tian1tian1ting1enbu2huo3che

1kan4zhejia1xxxxxxMOTyao4ma1mahuo3che1huhuo3huo3che

1OFFxxxxxxxxxxxxxxhuo3che1na3you3huo3che1yazan2huo3che1bu2shi4huai4lemahuo3che1zai4na4li3you3ni3ben3shang4mian4you3zhei4gejiu4zhei4li3you3enzhei4li3you3huo3che1aizhei4li3you3huo3che1xxxxqiao2qiao2angniqiao2zher4na3you3huo3che1xxxxxxaiaiOFFenenaiOFFenzher4you3huo3che1yi

huo3zhou1huo3+che1huo3che1duhuna3geshi4huo3che1wo3kan4kan4nei3geshi4huo3che1OFFhuo3che1gei1a1yi2ju3ju3nei4geshi4huo3che1OFFzhe4hong3yu3xia4gei3a1yi2ju3ju3nei3geshi4huo3che1OFFequ3xia4xia4dian4che1zhei4you3liang3gen1xian4shi4dian4che1OFFde4eizhei4shi4huo3che1zhe4ba3che1che1lee

huo3che1OFFahaeheehuo3che1zhei4shi4jiao4che1OFFdiao4che

1jiao4+che1OFFehuan2che

1ma3+che1ma3che1OFFenka3che1yi3ni3hou1shuo1shen2me

JJJwawa

JJJyi

JJJwaqiaoahuai4been

JJJni3zhei4shi4ge1geOFFhuai4baOFFenna

2enna

2na2OFFao

cryhao2yu3guo4lai2xxxxxxxxna2na2OFFxxxxJJJaiwang3li3mian4tui1OFFenJJJwang3li3mian4tui1zhe4shen2meyaqiao2qiao2wo3OFFguaen

xiu3ma

2che1OFFxxxxxxxxma2che1che

1mo2+tuo1+che1aimo2tuo1che1enmo2qiu1mo2+tuo1+che1huo3qiu1huo3+che1enhuo3che1mo2tuo1che1xiao3jiao4che1mo2qiao1qiao1mo2+tuo1+che1enwo3enenxxxxxxxxxxxxxxJJJjia1jia1nei4shi4shen2meqi1wa1xiong2qing1+wa1enqing1wa1JJJxxxxxxxiong2qing1wu1xiong2JJJaxi4shi4qi1wa1qing1+wa1si4shi4enqing1wa1JJJxxxxxxxxxxqi1wa1qing1+wa1yi4siJJJxxxxxxxxqi1wa1qing1+wa1xiao1shuo1JJJxxxxxxxxJJJxxxxxxxxjia1jia1hao3mapao3pao3pao

3ta1pao3pao3lehaomei2mei2aomei2leMOTxxxxxxxxxxta1pao3enta1pao3JJJejia1jia

1INVlaughINVxxxxxxxxxxxxhuan1huan1huan1huan1hhhyxxxxJJJxxxxxxJJJei

xxxxMOTzou3lezai4jian4JJJzai4jian4OFFwo3bu4zou3JJJaobu4zou3lelaughJJJpi2qiu2OFFfeng1zhengJJJjia1jia1jia1jia

1MOTenJJJzhei4geJJJjia1jia1jin4qu4bajia1jia1JJJzhei4gexxxxjia1jia1JJJxxxxxxINVenJJJgei3OFFenzhei4shen2meOFFaichong2na

2chong2chong2JJJxxxxxxxxxxchong2na2leJJJxxxxxxOFFna

2enJJJxxna2ma1maxie2mei2li3mao4JJJna2ma1maxie2mei2li3mao4OFFbu4na

2JJJma1machuan1shen2meJJJhui2jia1zai4na2ma1maxie2xxxxxxmei2di4fang1chuan1leJJJbu4xing2JJJxxxxwo3menjia1lai2JJJhai2gen1ren2zai4yi2kuair4JJJhai2nei4yang4laughOFFta1yao4zhu3dong4da3ren2yi2xia4xing2OFFren2jia1yao4da3ta1jiu4mei2ban4fa3lelaughpa4hai4pa4leshi4bu2shi4pa

4pa4hini3kan4wo3menliang3guo4lai2ta1mei2you3pa4aiOFFwo3gei3ni3na2aoMOThi

hi

chuOFFgei3INVheita1yi2kan4ta1guo4lai2jiu4xia4cheng2zhei4yang4lelaughxia

INVta1danr3te4bie2xiao3xiao3exiao

3 - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy3i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/hy3i.xml deleted file mode 100644 index 535a535..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy3i.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - -kan4shu1lai2hao2yu3ma3ma

3ei4dui4ma

3ma3che1kan4ma3che

1ei4kan4ma3che1zhei4you3guo

2qi

2xing1xing1guo2qi2emmla

akhahahahahahahaha

en

2lai2zen4meduo1shu1nekan4baxxkan

4enhao2haoyuzhei4geshi4shen2meya

zhei4ge

zhong1guo

2qu4ma3xin1xinxing1+xingduo4duo

4zuo4+zuo4ouhai2ouhai2kan4ma3kan4xing1xingzuo4zuosoft laughxing1xing1zhe4shi4shen2meyayi1sheng1a1yi

2adui4a1yi2xing1emkan4kan

4zhe4shi4shen2meyue4yangyue4+liang4yue

4liang4zhei4genehong2dezhei4gepiang4tai4+yangtai

4yangzhei4gexing1xing1xing1xingzhei4gebai2deshi4shen2mebai2yun2yun2zhei4geneta1ta1xie

3xie2ou

ta1xie3xie2enzhei4shi4shen2mexie

3xie2xie2ha4yi

1shang4+yi1aishang4yi

1zhei4geneku4ku4+zizhei4shi4qun2zilaughsqun2qun2+zizhei4genemou

4mao4+ziendui4maor4zhei4gemaor4maor4zhei4gexie

2zhei4shi4zhei4shi4wa

4ziwa4ziwa4zixie2zhei4gexie2zhei4geshou3tao

4zhei4geshi4shen2meshou3tao4ku4ziku4ji

1ku4+ziem

zhei4gebei4eidui4bei4ping2ba2?ba1ping2ennuan3shui3ping

2dao4ping

2youheyi1xia4jiu4fan1zher4lekan4zhei4geda4ka3che1che1ka3+che1ei4da4ka3che

1xiao3jiu4jiu

4che

1jiao4+che1da4jiao4che

1ga4da4ka3che1enzhei4genexiao3jiao4che1jiu

4jiu4jiu4jiu4che1jiao4+che1xiao3jiao4che1da4jiao4che1da4ka3che1lai2zhei4shi4enda4ka3ke1ka3+che1da4ka3che1lai2lou2enzhei4geneda4ka3che1wu

xiu

xiang3anwu

xiang3wu

xiang3awu

xiang3shen2mewuwuxiang3azhei4shi4shen2meyahuo3che1aizhei4huo3che1wu

huo3che1wu

jiao4wujiao4an4huo3che1wu

xiang3zhei4geneda4ka3che1zhe4shi4dian

4che1dian4che

1endui4da4jiao4che1eidui4dian4che1liang3genr1gunr4shi4bakan4zhei4gegu1gunr4zhei4shi4shen2medududu

dududu

zhei4shen2meche1jiang1yang

2yun

2san1+lun2+che1jiang1ouzhei4shi4san1lunr2che1ousan1lunr2zhei4genemo2te1che

1mo2+tuo1+che1aidui4mo

2tuo1che1zhei4geqi2ji4qi4che1zi4+xing2+che1aoqi2zi4xing2che1azi4xing2che1zhei4ni3dou1bu4xi3huan1jiu4xi3huan1che1shi4bu2shi4adou1shi4chuan

2fei1ji1wu1ji1fei1+ji1enhuo3che1he3che

1huo3+che1zhei4shi4da4pao4zhei4shi4da4pao4bu2shi4fei1ji1angqi4che1en

qi

4huo3jian4pao4zhei4bu2shi4qi4che1huo3jian4pao4qi4che

1zhei4shi4dao

3dan4huo3jian4zhei4shi4shen2mekan4zhei4shi4shen2meqian2qiang1qiang1zhei4ye3shi4qiang1shou3qiang1zhei4shi4ji1guan1qiang1zhei4dou1zhei4dou1shi4shen2melai2deheiyazhei4huar1mhyaizhei4dou1shi4huar1aozhei4dou1shi4huar1duo3duo4duo

1duo

1aozhei4shi4shan1cha2hua1jun1zi3lan2enhua4dian4+hua4hua4wei

2wei

2eidui4hua

4aohua

4wei

2enwei2ni3hao

3ni3shuo1wo3shi4zhang1hao2yu3yani3kan4zhei4shi4shen2meyapiao

3biao3aizhei4shi4shou3biao3ba4ba

endui4ba4badai4shou3biao3shi4bazhei4genesi1shu1shu1+shuen

su1shu1shu1+shuaoshu1shuye3dai4shou3biao3lehazhei4shi4shen2mezhi1dao4maxie2bia3ba4mhyenzhei4shi4bo4qitiao

2zhoutiao2zhi

tiao2+zhouenzhei4geshi4shen2meyaren4shimachi

4gi1gi1dian4+shi4+ji1aoshi4ji1yadian

4shi4ji

1zhen4gun

4aozhei4genecha2ge1ji1chang4+ge1+ji1aochang4ger1ji1INVta1shuo1shi4chang4ger1ji1INVlaughslu4ji1lu4+yin1+ji1zhei4shi4lu4yin

1ji1eshou1lu4ji1zan2menjia1nei4geyou3shou1lu4ji1shi4bu2shi4zhei4shi4dian4shi4ji1chuang2zhei4shi4shen2mechuang2ting1zhei4gefenfengfeng1shen2meyawuwuda4feng1da4laughfeng1shan4dian4feng1shan4shan4enshan4mhyenzher4you3ni3ren4shidemadou1bu2ren4shixxmhyen

tu1wa1ji1tuo1+la1+ji1entuo1la

dong4dong

4enaodui4zhong4zhong4bo1+zhong4+ji1laughbo1zhong4ji1zhei4genetuo1deng4enzhei4geshi4shen2meka1gou1ji1shou1+ge1+ji1aishou1ge1ji1angzhei4xie1zhei4geni3bu2shi4zhi1dao4mazhei4shi4shen2mepa2xie3guang

1shen2mefu3zirxxxxxxshang1shui3che

1sa3+shui3+che1ei4dui4sa3shui3che

1zhei4genegu1gu1fang2fang2che

1xiao1+fang2+che1aifang2fang2che1xiao1+fang2+che1laughxing1fang2che

1xiao1+fang2+che1xiao1fang2fang2che1xiao1+fang2+che1ai4dui4xiaofang2che1na2du1ji1mhyzhei4shi4jiu4hu4che

1gu1huo3jiu

4jiu4+hu4+che1jiu

4hu

4dijiu4+hu4+che1jiu

4kuo3qijiu4+hu4+che1jiu4huo3che

1endui4jiu4huo3laughzhe4na4du3ji

1ya4+lu4+ji1ei4ya4lu4ji1zhei4shi4shen2meni3zhi1dao4mamo2fang1fang1mo2+fang1enzhei4shi4mo

2fang1qi4che

1enqi4che1eigege

en

keke

a2qi1hua2+ti1enhua2ti1embeng

enka2xi1hua2+ti1xxxxban1ma3ban1ma

3shi4ban1ma3mazhei4shi4mu4ma3wanr2deban1ma3zai4qian2mianr4nezhei4shi4mu4ma3aozhei4shi4ban1ma3luo4tuo3luo4tuo3luo4+tuoailuo4tuoqiuo

shu

3song1+shu3enshu

3zhei4gewong4gou

3gou3wong4wong4xxxxxiao3gou3zen3mejiao4awuwang

4wang

4endui4wang4wang4zhei4gegou3zhei4shi4hu2lihu2nihu2+lihu2lixing1xing1zuo4zuo4eixing1xing1zuo4zuo4song1shu

3zhei4shi4xiong2mao1xiong2mao1zhei4geshi4xiong2mao1aozhei4shi4mao1zhei4shi4xiong

2mao1zhei4shi4mao1zhei4shi4xiong2mao1aoduo1enzheng4zai4chi1shen2menechi1zhu

2zichi1du

2zhu2enzhei4shi4shen2mechi1du

2zhu2chi1zhu2aodui4xiong2mao1chi1zhu2zizhei4shi4shen2menu1nu1xiong2+mao1chi1du2zhu2enhaoyukan4zhei4shi4shen2meyaniu

2chi1du

2zhu2niu

2chi1du

2zhu2enchi1zhu

2dui4chi1zhu2zichi1du

2zhu2enchi1du

2zhu2duo1duo

1mhyenga

1aini3kan4zhei4geneban1ma

3mhyzhei4geshi4shen2meyayang2nei3geshi4yang2duzhu1zher4shi4zhu1yang2nezhei4geyang2enyang2niu2nekan4niu2neniu2niu2shi4zhei4geniu2manei3geshi4niu2ma3de1li4deng1endui4ma

3aodui4ma3zai4nar4deng1neshi4bama3ti1zideng1deng1deng1shi4maniu2newu2zher4shi4zhu1du1zhu1zhei4shi4shen2meyang2zhei4shi4yang2zhei4genenu4nu4lu4zhei4shi4shen2meta2nu4nu4chang2+jing3+lu4hu2shuo1chang2lu4luchang2+jing3+lu4zai4nar3nezhei4shi4chang2lu4luchang2+jing3+lu4zhei4geneta2nu4nu4chang2+jing3+lu4zhei4shi4shen2meta2nu4nu4chang2+jing3+lu4laughai

ta2nu4nu4chang2+jing3+lu4enchang2lu4luchang2+jing3+lu4tang2nu4chang2+jing3+lu4bao3bao4enbao4hu

2hu2+lienhu2hu2+lizhei4gehu2li

enzhei4shi4shen2mesneezexxxxchi1dezhei4genehu2hu

3mhyzheigehei1dehu3zan2menshang4dong4wu4yuan2kan4denei4gexiong

2xiong

2en

xiong2enzheige

jiezhei4xi1shi4gei3gexiang4xiang4xiang4bi

2enxiang4bi2xiang4bi2chang

2lang2nelang2endui4lang2zhei4shi4shen2mehou2enzan2menkan4kanhou2kanhou2lu4xiang4ni3ji4de2te4bie2qing1chu3hangkan4hou

2en

zhei4shi4shen2meji1mu3ji1enmu3ji1gong1ji1neger1ger1gong1ji1ger1ger1gu1gu1da

1aozai4zher4gong1ji1zhei4shi4mu3ji1ger1da

1ge1da

zhei4shi4ya1ya1ya1ya1enzhei4genegu1da

1ho1da

1en

zhei4shi4shen2meniang3liang3genu

niang3liang3genar3liang3geya

yi2gexiao3tu4yi1zhi1xiao3tu4yi1zhi1xiao3bai2tu4m2beng4qiao4qiao

4"beng4"-beng4 "tiao4"-tiao4enbeng4beng4tiao4tiao

4ni3gei3a1yi2shuo1shuo1zhei4xiao3bai2tu4zen3mezhao2abu4qiao4qiao4"beng4 "tiao4"-tiao4xiao3bai2tu4bai2you4bai

2kan4xing1xing1INVlaughjiu4ai4kan4zhei4geaozhei4geche1INVbie2dedou1bu2ai4kan4xin1xin1xing1+xing1enhu

3zhei4bu2shi4hu3zhei4shi4xiong

2xiong2enhao2xiong2enxinxin1xing1+xing1zuo4zuo4enxing1xing1zuo4zuo4nei3geshi4hong2dezhi1dao4mahmm

bam

nar3nehong2zhei4shi4shen2mehong2zhei4shi4hong2dehong2hong2nan2lan2aodui4dui4zhei4shi4lan2INVta1ren4shilan2lan2enhuang2dezhi1dao4shi4nei3gemaxxhuang

2nar3nehuang2gei3wo3zhi3zhi3duo1duo

1a2duo1che1duo1che1duo

1zhei4shi4huang2dehuang2enzhu1enpa1pa1men

2tian1+an1+men2enpa1men2tian1+an1+men2tian1anmenca1ca1yan1men2tian1+an1+men2entian1an1men2zhong1guo2nechong1guo2zhong1+guo2xinxinxing1+xing1starsenzhei4shi4xing1xing1zhei4shi4zhong1guo2xin1xin1xing1+xing1enzhi1dao4zhei4shang4mian4you3xing1xing1guo2qi2guo2qi2shang4you3xing1xing1wu3ke1xing1xing1shang

4enshang4ennei3geshi4liang3anair2nar4nar4dui4muo4zhei4shi4liang3liang3zhi1ya1ya1zhei4shi4yi2geyi2gexxyu2enzhei4yu2shi4si4si4tiao2yu2yi1er4san1si4xiao3tu4ne

yi1er4san1san1zhi1tu4niang3liang3gesan1zhi1tu3liang3zhi1ya1ya1en

niang3liang3ge

san1geyi1er4san1tu4niang3liang3ge

endui4zhei4shi4liang3gezhei4shi4yi2geaoyi1genei3geshi4yi2geyayi1yi2geliang3genexi1shi4niang3liang3geenkan4xiong2kan4xiong2hangkan4xiong2enzai4hong

2cai3+hong2encai3hong

2dui4cai3hong3zhei4genetai1tai1xia4yu3xia4yu3xia4yu3yao4gan4ma2yayao4da3san3shi4bu2shi4ada3san3enxia4yu3da3san3xue3ren2ei2xinnue4niang4xing1+xing1, yue4+liang4ao

si1si

1enyue4liang4si1erzhei4si1leni3kan4ni2gei3si1leba3yue4lianggei3si1leINVzhei4gezi4nian4yue4liang4INVni3kan4ta1yue4liang4si1hai2ji4zheneINVkan4yue4liang4mei2legao4su4shuo1yue4liang4si1zhei4shi4shen2mexi1xing1xing1+xing1xing1xing1zhei4genexi1xingdeba4bamao4mao

4aomao

4mao4mao4zhei4shi4xue3renr2xue3qiu2di4qiu2qi1qi1ti1+ti1aidui4ti1neng2ti1makan4kan4shi4shi4na

2aina2neng2na2mana

2na2de2chu1lai2maenqie2yao

3nienzhei4yu3zhou4fei1chuan

2chen2chuan2em

ni3kan4lai2kan4zher4hai2you3zen4meduo1chuan2ni3kan4zen4meduo1dou1shi4chuanzuan3chuan2hu3che1huo3+che1zhei4shi4huo3che1mazhei4shi4qi4dian4chuan2zuan2chuan2lun2chuan2dou1shi4chuan2zhei4shi4shen2meyadou1ha3kuo

1aha3ge1zi1zhei4shi4tuo2niao3tuo1tuo2niao

3zhei4shi4yan4kan4kan4kan4kan

4xxtuo2niao3xi2xi2niao3xi3+que4aoxi2xi2niao3xi3+que4laughxi

3niao3xi3+que4enbai3ling2niao3shi4xi3que4xi3que4xi3dou1wang

4leshi4bawang4enzhei4shi4shen2mezhi1dao4maxie

2xie2ba4baba4badexie2ni3ba4dexie2shi4hong2xie2laughzhei4shi4shen2medou1shi4dao4shei3shui3aodao4shui3yong4dehakai1enkai1honking of hornsem2kan4kan4zhei4xie1dou1shi4chong

2zibu2kan4zhei4xie1chong2ziguai4ke3pa4deshi4bu2shi4pa4enxiao3tong

2chong2enkan4hou4benr3dehao3tong

2tong2chong2+chonghonghongzhei4shi4shen2meyabang4si1shu1hong2bang4zhei4shi4hai

3luo2zhei4ying1gai1ren4shiaoqi3e2xia

1zhei4shi4xia1mazhei4bu2shi4xia1zhei4shi4mo4dou3yu2xiang4xia1zhang3deshi4bu2shi4zhei4shi4shen2meyazhi1dao4maxia3hen3xia1zai4zhe4li3nenei4xia1nei4li3mei2you3xia1xiao1xia1mei2you3enhuo3che1enzhei4shi4xia1zhei4shi4xia1mei2you3aensu1yimei2you

3zhei4shi4mo4dou3yu2zhei4shi4shen2mezhi1dao4maguo3xia3xia

1xia1nei3geshi4xia1xi1wa1qing1+wa1aoqing1wa1dui4xin1wa1qing1+wa1huai4enqing1wa1huai4lezhei4shi4shen2mehao1yu3qing1wa1wei4shen2mehuai4leenINVwo2wa2wa2ta1shi4zen3mehuai4deINVwa2wa2INVouta1ke3neng2shi4zai4shuo1ta1nei4geINVta1you3yi2geqing1wa1huai4leINVta1yi3qian2you3INVgei3ta1mai3leyi2geqing1wa1wan2ju

4laughMOTshi4maINVhuai4leINVhuai

4INVta1lian2xiang3dao4zhei4gekan4dao4zhei4geqing1wa1jiu4gao4su4ni3qing1wa1huai4lexxxiao3niao3tuan2mu1wu1xxxxying1ying1niao3ying1enniao3ying1ying1caughyi1yiying1a3ying

1lao3+ying1a1tao3yong1lao3+ying1a1tao3yong1nai3a1tao3yong1lai2chai2chong2a1tao3yong1a1tao3yong1laughhu2hu2hu2enhu2kai4kan4zheir4you3gehu2hu2xiong2xxxxxxxxxxxxxxxxxxxiong2kan4lu4lu4chang2lu4luchanu2+jing3+lu4wei2wei2wei

2aowei2wei2wa4mexxxxxxeeahar3dian4hua4ahar3aoaha3ahar3lai2lai2laughhua4ni3syaoni3shuo1dehua4laughzhen1gou4jian3dan1dealaughxxxxxxxxhe2ni4hu2+lihe2ni

4enhu2lizhei4shi4shen2mehe2ni4zhei4shi4hu2lizhei4genesi1she

2dui4she2niu2niu

2xxxxzhei4shi4shen2mehe4niu2he4niu

2yao4kan4niu2kan4niu2aniu2niu2zhe4limei2you3niu2zhe4shi4xiong2xiong2he4axiong2enqi1xie

2aoxie

2xie2mei

2ao4ta1mei2chuan1xie2aoni3kan4mei2chuan1xie2xie2huai

4enxie2huai4lehao2yu3ni3kan4zhei4gegou3xiong2neaoxiong

2kan4zhei4gegou3xiong2you3xie2xie

2endou1mei2chuan1xie2haoen2mei2ta1chuan1xie

2enbu1tuo1xie

2bu1tuo1xie2entuo1xie2gou3xiong2bu4chuan1xie2aonoiceduo1duo1xiong2duo1duo1xiong2enyi3mei2kai1xie2kai1xie

2en1gu3xi1tua1xie2enkai1xie2yi2enzher4hai2you3neni2hai2shi4duo1fan1leyi4pian1kan4nu4nu4lu4+lu4enkan4nu4nu4lu4+lu4kan4nu4nu4kan4nu4nu4kan4nu4nu4xxxxxxxi1niu2mei2zhe4li3mei2you3niu2aozhe4li3you3niu2shi4xie

2zhei4xie2lu1ba3ao1denden4zhei4zhu1yang2enyiang2xechi1cai

4caienchi1cai4chi1cao3nechi1tao3cao3chi1dao3cao3hu2hu3hu3dui4shi4hu3ahu2nihu2+lihu2lizhe4li3mei2you3hu2lieizhei4gehai2ji4de2zhei4shi4shen2memazhei4shi4shen2mezhei4shiwan2ban1ma3she2mezai4xiang3xiang3zhei4shi4shen2mezhei4gezhei4shi4la1zheshe2menezhei4shi4ban1ma3shi4ban1ma3mazhei4shi4shen2mena1na1la1la1zhei4shi4ma3che1ma3che1enma3la1deche1aone1ne1MOTzher4ji3nian2ji2deINVyi1nian2ji2ji3che1qi4+cheINVenINVyi1nian2ji2di4yi1ce4MOTgou4fu3za2deMOTxian4zai4ta1menqi4che1INVaishi4ting3fu3za2deINVxiao3hair2ting3shou4zui4defan3zheng4qi4qi4che1INVshang4xue2zhi1qian2jia1zhang3dou1dei3jiao1INVru2guo3bu4jiao1xiao3hai2zigen2bu2shang4qi4che1qi4che1enqi4chena4ci2yi2ma3INVjiu4zhei4gelao3tai4taienta1zi4ji3dou1bu2jian4de2neng2zuo4de2chu2lai2laughMOTna3gelao3tai4taijiu4shi4jiao1denei4gelao3tai4taiMOTwo3ye3bu2jian4de2INVzhei4geMOTenfeng1da4MOTyou3dezi4xxdewo3dou1bu2ren4shi1aINVaoMOTta1you3hao3duo1ji1qi1renr2guai4dong4wuwo3ye3bu2ren4shi1INVenxie1xie3xie1xie3enzhei4gebu4neng2xie3ao2yao4xie3lai2hao2yu3kan4zhe4geze3meyang4yao4xie3cryhahahahao2yu3gei3gei3a1yi2jiang3zhei4shi4zen3melezhei4gehui2enhui2xia4xia4enhui2enhui3hui2jia1wo2xiang3hui2jia1jia4enhui2jia1zhei4shi4shei2yanao3nao

1lao3+laohahalao3laocheng2lao3laolelaughshang4hui2shuo1deshi4ma1manezhei4shi4shei2ama1mazhei4ma1aodui4zhei4shi4ma1mazhei4shi4shei4aye2ge1hege1+geai4dui4ge1ge

enge1gezhei4shi4shen2meyaha3dian2shi4deguan1ouaidian4shi4guan

1INVta1shuo1hua4shi4te4bie2dejian3dan1INVdian4shi4INVguan1zhei4shi4shen2median4shi4shi4dian4+shi4+ji1enshi4shi4dian4+shi4+ji1nei4shi4zan2menjia1deshi4shi4dian4+shi4+ji1dian4shi4za2zan2jang1jia1renza2zan2jang1jia1shi4enqi4che1aiqi4che1qi4che1mao4enmao4qing1wa1aoenniang3laing3geniang3liang3geaoniang3liang3geniang3laing3gezi1si1si1enjie1you1si1enjiu4jiugei3si1deyani3si1dezen3melai4jiu4jiuahai2si1enhai3shi1enhai3shi1dui4zhei4shi4hai3shi1hao2yu3zhei4hui2cong1mingleazhi1daozhei4shi4hai3shi1lelang2lang2dui4lang2enchi2chi2enhao2yu3zhei4shi4shen2mea4xiang4bing1+xiang1che1axiang1che1hai2xiang3che1yaxiang1xiang1aixiang1xiang1xxxxxxbing1xiang1bu2yao4shuo1xiang1xiang1biang1qi4che1pao3aidui4qi4che1pao3pao3hao2yu3zhei4gehaoshuo1de2hao3aoqi4che1pao3shuo1wan2zheng3leaoche1huo3che1dou1kan4leni3gao4su4woni3gao4su4wozhei4shi4shen2meyawo3bu4ren4shizhei4shi4shen2meshei4shi4zhei4shi4shen2meyaqing1wa1huo3che1cryhuo3chehuo3che1huo3che1kuai4kan4zhei4bu2shi4zher4nehuo3che1xxxxxxqi4qi4xiang1xiang

1che1enbi1xiang1bing1+xiang1enbing1xiang1zhei4liyou3yi2gebing1xing1aojiu4jiu4che1jiu4+hu4+che1enxia1xiao3jiao4che1jiu4jia4jia

4che1enzhei4shi4jiao4che1zhei4shi4shen2meche1yamian4bao2che1pao3enmian4bao1che1pao3laughpao

3enpao

2enpao

2pao

2che1ti1ti1qi4che1gong1+gong4+qi4+che1enxi1xiang4che1wei3xang1wei3INVta1tou2yi1ci4shuo1si4gezir4INVmian4bao1che1pao3laughINVdou1shuan1dian3INVzhei4hai2zishuo1hua4te4bie2nei4geshen2meINVta1shen2INVta1jiu4shuo1yi2gezir4INVbu1zhi1dao4zhei4shi4wei4shen2meche1xian4zai4kai1shi3shuo1liang3gezir4huo3che1huo3che1enMOTxiao3hair2jiu4shi4zhei4yang4fa1zhan3deni3bie2zhao1ji2MOTlaughda4ka3ka3laughenmian4bao1che1pao3MOTyou3dexiao3hai2xian4zai4hai2shi4shuo1yi2gezi4INVaoMOTda4bu4fendou1shi4yong4shou3shi4dai4INVyong4shou3shi4lashu3qiang1shou3+qiang1shu3qiang1shou3+qiang1enshou3qiang1shou3qiang1dou3qiang1shou3+qiang1zhei4shi4ji1guan1qiang1dededededede

deda

hehe

laughta1te4bie2ai4kan4shu1neng2kan4yi1xiao3shi2mei3you3wen4ti2da2tan2qin2endui4ni3yao4kan4qin2zan2menkan4kanqin2eizhei4shi4shen2mezhi1dao4maqin2zhei4gexiang1xiang1bing1xiang1dian4bing1xiang1kai1kai1xxxxwo3gei3ni3zhao3nei4gelai2wo3gei3ni3zhao3zhei4geqin2aoni3kan4qin2endou1nei3gedang1qin2aren4shimaer4duo1ennei3geshi4qin2xxqin2gang1qin2zhei4shi4gang1qin2hai2hao3duo1hao2duo1hai2hao3duo1qin2enhao3duo1qin2endui4hao3duo1qin2qin2mei2enmei2you3mei2enmei2xia4eixia4enzhei4gan4jiu4jiu4shui4+jiao4endui4hao2yu3shuo1dui4leshui4jiao4xi1xia4enxia4xia4xia4shui4jiao4leshui4jiao

4enzhei4gezhei4shi4shen2meyaxxduo1enduo1duo1hen3duo1INVgai4shuo1hen3duo1hen3duo1zhei4zhei4xie1dou1shi4qin2haoshi4bu2shi4zhei4shi4shou3feng1qin2dian4zi3qin2da4ti2qin2yang2qin2ha2qin2tan2 qin2enyang2qin2hao2yu3zhe4shi4gan4ma2neshu1shudong1ximei2zhei4shi4gan4ma2neqi4che1qi4che1qi4che1you3qi4che1mei2lekan4zher4you3qi4che1zhei4budou1shi4qi4che1mada4qi4che1xiao3qi4che1hong2qi4che1nehao2yu3hong2qi4che1enhong2qi4che1mei

2enhong2qi4che1mei2ledou2dou

2enche1mei2wo3gei3ni3zhao3zhao3aoche1che1xxqiang1enqiang1qiang1enshou3qiang1shou3+qiang1na4shi4shen2meqiang1ni3zhi1dao4maxxxxhong2qi4che1mei2lexxxxhong2qi4che1mei2lejiu4wanr2ni3zhei4geche1bazhao3zhao3zhao3bie2zhao3lemei2you3lemei2you3enzheir4hai2you3zhei4gecheneda4enche1xxda4che1enda4ca1che1dui4ca1baeiei

xiao2xiao3xiao2xiao3den4xiao3den4xiao3den4xiao2xiao3xiao3den4xiao3den4xiao3den4shen2mejiao4xiao3den4laughxiao3den4xiao3dexiao3deaobu2shi4xxxxxiao3de

INVta1te4bie2ai4wanr2zhei4geche1xxxxxiao3cha1cha1endui4cha1cha1wan2la1zhezou3aozou3enzou3zhei4shi4shen2meyan2se4yahong2hong2shen2mehong2zhei4shi4hong2zhei4shi4hong2hong2enzhei4genenan2lan2nei3geshi4lan2zhei4gezhei4geshi4lan2hu2hu2zhei4shi4shen2meyan2se4xxahuo4huo4ahuo4shen2mehuo4wuo4enhuo4engei3gei3gai3you3nehai2you3enhai2you3tahai2duo1hai2duo1laughhai2duo1xxxxxxxxxxxxenhai2duo1eienei

kan4che1zou3zan2menlai2ding3zhezhei4geche1xxxxyi2liang4xxxxxxxxxxxxentui1tui1che1entui1che1tui1tui1atui1tui1che1batui1en

dao3ohuai4ledao3ledao3ennong4dao3lexxxxgei3ni3cha1shang4aotututu3yi1enda4ka3che1xxfang4mei1yi1huo3che1kan4ni3dehong2qi4che1enhai2yu3zhernezhao3zhao2lezhei4shi4shen2mezhei4geyan2zhei4geqi4che1shi4shen2meyan2se4yamian4bao1che1aozhe3shi4mian4bao1che1mazhei4shi4xiao3wuo4che1jiao4+che1xiao3jiao4che1eizhei4shi4shen2meyan2se4ahong2aizhei4cishuo1dui4lehong2qin2myaiyouhao2yu3da1deche1zhen1hao3kan4heihao3kan4enca1ca1enhai2ca1lai2hei1ji3qi4zi4+ji3ca1he3yi3ji3zi4+ji3ca1wo1enxxxxxxxxxxvoice of closing the doorca1INVlin2ku

1enxxku

1enku

1ayaohao2yu3da1deqi4che1zhen1hao3kan4aya

hexxshang

4enhai2yao4hai2shang4neayaheshang4zhen1hao3heieieneienhai2gao1hai2hai2gao1aeiyahai2gao1agao1laughheizhen1hao3xxxxxxxxxxxing2leni3jiu4bie2ba2leyuyou4nong4you4nong4huai4lebayiyiheiheixiu

4aiyouhouhao2yu3zhei4huir3da1dejiu4gen1gangcai2bu4yi1yang4lehui2enda1zen4meduo1nehui2zhao3bazhao3yong4yong4ca2shou

3yong1enchou1yong1enaoyuu4huai

4aoyou4huai4you4huai4you4huai4bu2yao4jin3jie1zheni3jie1zhecha1cha1encha1heihai2ta1cha1eiai

xxzhe4zha1zherha2hai2duo1enha2hai2duo1ha2hai2duo1hai2duo1eenaihai4enxxxxxxxxzhei4shi4shen2meyan2se4yahong2hong2huang2huang

2enzhezhang4aizhang4enhenhui2xxxxlai2kuai4dianr3nei4gekuai4cha1cha1leyi3hou4zan2menjiu4kai1che1leaootai4man4leke3bu4xing2cha1ta1tai4man4ta1tai4man

4zou3zou3ta1tai4man4ta1tai4man4xxxxzou

3xxdou1zou3jiao1jiao1jiao4jiao4che1jiao4+che1jiao4jiao4che1jiao4+che1ai

dui4dui4dui4xiao3jiao4che1xiao3jiao4che1xiao4jiao4che1kai1enkai1kai1kai1enkai1kai1kai1che1enxing1xing1aixing1xingxing2lexxxxgan3kuai4cha1zan2menjiu4ba3che1kai1kai1qi3lai2lekai1qi3lai2lebie2lao3nong4huai4lecha1hao3leman4manr4cha1dui4liang3geshou3fu2zhecha1xxxxyixxxwuwudewudeda1yi1gexxxxxxzai4cha1cha1cha1bu4liao3liang3gelecha1yi2gebaenke2yi3yi2geenyi2gedui4cha1yi2gebaqi4qi4hai2ge4hai2 you3 yi2+geenhai2you3yi2gehai2you3yi2gecha1zher4lai2eixxxxyi3ta1gei3enzhe4jiu4hao3legei3kuai4kai1che1kai1che1kai1che1lou

1kai1che1lou

1hai2you3ni3hai2cha1yayao4cha1duo2gao1deche1yaahai2xxgao1hai2gao1hai

xxxxche1man4eieihezhe4che1hao3wanr2heihao1wanr2hao3+wan2enlai2enkai1shi3balai2kai1kai1shi

3enkai1shi

3aoba3nei4xie1dou1zhuang1nei4che1li3toulaughba3zhei4xie1dou1zhuang1nei4che1li3touenche1huai4huai4huai4lebu2yao4jin3hai2ke2yi3zhuang1zhei4li3touneni3kan4dou1zhei4ke2yi3zhuang1zhei4li3toumai2dou1nou2xi4enzhuang1zhuang1endou1zhuang1xing2lekai1shi3lou

hao2yu3kai1che1zu

3zou3aokai1zou3kai1shi3lekai1shi

3enkai1shi3zen3mezhezen3meni3dei3tui1zheda4che1baxxxxtui1tui1tai4duo1entai4duo1laughshang4duo1shang4zhei4liang3liang4che1yaending3zhe1xiang

3enkai2shi3bu4hai1shi3kai1+shi3xxxxbu2yao4zhei4gebu4xi3huan1yata1huai4aonei4gehuai4leda

4qi4che1gan3gan3+kuai4kai1zhao3zhao3zou3+zou3zhao3zhao

zou3+zou3eizhao3zhao

3zou3+zou3zou3bakai1zou3babu

4wuhahahali3touzhuang1ne4meduo1aheizhen1hao3xxshang4ji3zi4+ji3shang4enshang4shang4bu2qu4leguai3wanr1shang4enhai2shang4shang4che1aoshang4che1lai2shang4zou3guai3wanr1guai3wanr1guai3wanr1aiguai3wanr1guai4wanr1you1enhai

3aku1zhuang1yi4qi3shuo1zhuang1qi4che1geraigeraijia1zhetui1tui1aiei

dui4dui4dao4dao4endao

4dui4dao4dao

4dao

4yiche

1kan4che1qiiuqiiuche1kai1hu1hu1che1kai1enbu4kai1bu4kai1lai2hukai1dou1ge1zhe4li3leba3che1enfang4bu2jin4qu4lebaxiang3xiang3kan4zen3mefang4eyaohezen4mebang4xxenxing2leni3zai4chai1chai1ni3ye3nong4fang4bu4liao3leeiyi2lai

2dui4dou1ge1zhei4li3baxing2xing2xing2lexing2ledao4dao4ni3zi4ji3na2shou3na2eizen4mezhedao4dao4bu4chu1lai2yienxxxxenmei2mei

2mei2leawo3kan4nar3mei2layou3hai2xxxxxxyiyiaozhei4li3hai2you3yi2genehaohao2yu3kan4jian4lexxxxxxhuo3che1enkai1aokai1zhedidi

kai1mei2xxxxshang4chuang2che1shang4shang4shang4xxxxche1shang4chuang2che1shang4chuang2che1shang4e

zou3zou

3enzou3bu1zou3xxxxfang4wo3fang4enfangmei2enmei

2enmei2mei2da3che1lai

2woenbu4dei1lai2wu

ohahaha

hahaxxshang4xxshang4enshang4shang4nei4gexiang1shang4lehaolai2kai1bakai1shi3kai1shi3didi

ni3lei4bu2lei4lei4lejiu4ti1huir3qiu2bala1huir3che1xing2maxing

2neilei4xing2malei4lei4leeyaohai2lei4lelaughni3hai2zhi1dao4lei

4naenche1lei

4aoche1lei4leshi4che1lei4lehai2shi4ni3lei4leda4enlai2xie1huir3bati1huir3qiu2ti1huir3qiu2zai4wanr2zhei4geaoqiu2xing2mati1qiu2ti1qiu2lai2ti1qiu2zan2liang3ti1hao2yu3ti1qiu2lei4lei4endui4lei4ti

1hao2yu3ye3ti1hao2yu3ti1ti

1eieiei

kuai4ti1a

enduo4aiti1qiu2nai4hai2shi4ti1huir3qiu2bati1qiu2dai1huir3zai4wanr2che1lai2zan2menti1qiu2lai2awu

kan4qiu2nekuai4na2qiu2lai2ti1ti1ti1aidui4ti1yiu4ruo2leiyaozen4mezhena4ni3zen3meti1aeieihati1eieikuai4qu4na2chu1lai2eidui4hao2yu3zan2menti1laieieienhao2yu3zai4zher4hai2na2eieieieieiei

eieidui4yong4shou3na2yiyaoheti1kuai4ti1ti1ai

dui4hao3yao4che1niang3laing3niang3liang3liang3gelai2eiwo3niang3liang3geniang3liang3geaidui4liang3gezhei4shi4ji3geyazhei4geji3ge

ji3geshuo1yi1geeizhei4shi4yi2gelaughji3geyi2gezhei4zhei4shi4zhei4shi4duo2shao3duo1duo1aozhei4duo1leliang3geliang3geenzhe4shi4yi2geyi2geliang3geyi2geyi2eiyiyi2geenyi2geenhai2you3enkuai4na2hai2ti1eiti2ti1ti3ti1yie4eihao2yu3kuai4ti1eieieieilaughwo2jiang1you4shang

4aiyou4shang4dui4you4shang4qu4lexia

4xia

4xia4xia4lai2leyou4xia4xia4xia1nai4xia4+lai2xia

4eidui4xia4lai

2bu2shi4xia4lai4shi4xia4lai2hao2yu3xia4hao2yu3ke3maxia4xia4you4xia4eiyou4xia4xia4you4xia

4enxia4you4xia4you4xia4xia4xia

4enyou4xia4you

4xia

4you4xia

4you4xia4xxxxyaoliang3ge

liang3ge

kan4yi

eikuai4jiu3zou3eneieieieita1mei2jiu3zou3enta1hai2mei2you

eiyaozen3meban4nena2qiang1na2qiang1gou4chu1lai2na2qiang1dui4a1na2qiang1enna2qiang1qu4gou4chu1laiai

dui4chu1lailemaeieihao3na

2zou

3enna2qiang1enna2qiang1na2qiang3qiang1qiang1+qiang1na2qiang1da3qiu2endui4yini3kan4you4ti1ge2li3lekuai4na2qiang1qu4nong4chu1laixxxxxxzhao3zhao3zhao3xxxxqi4qiu2you4bao3pao3you4pao3kuai4lai2yi2yi2yi2yi

2bie2ke1nao3daiaoke3yuehao2yu3mei2you3leheilaugheieiwu1shang4hai2qu4hai2yao4na2hai2yao4na2shen2meyana2jie3ju1aozhei4geba3zhei4gena2chu1laieieienlai2lai2lai2zhei4li3bu4gu3ge1bu4ge1ge1che1li3touye3xing2eiyueheda

1ou3lou2xxdao3laughhao2yu3hao2yu3hao3mani3hao3huai4aleng

3yi1fang4yi1fang4xiang2zu3lemazu3hai3xiang3zu

3xiang2zu3axia4xiang3zu3zen3melehuai4zu3zen3melezuo2tian1kan4zu3lemazu3guan1zu3shuai1aozu3shuai1lexiang3bu4xiang3zu3aapo4aaopo4leshuai1po4leshi4balaughINVwen4ta1xiang3zu3maINVta1shuo3zu3shuai1ka3ye4lao3ye4lao3+ye2lao3lao3ye2lao3ye2zen3melesai1shuai1lao3ye2shuai1lena4shi4wo3delao3ye2ni3dezu3aolaughsai1shuai1shuai1leinong4zhua1enzhua1nong4zhua1lehaoni3xin1teng2bu4xin1teng2adu3zu3teng1teng2du3zu3du3zu3teng1teng2endu3zu3teng3teng2zu3shuai1enzu3shuai1ta1ban

4enban4dui4ban4dao3leta1ban4dao3leshuai1leba3lian3shuai1po4leshi4mani3xin1li3nan2shou4majiu

4anjiu4jiujiu4jiuzen3melashei2gei3ni3mai3deche1yashi4jiu4jiuenshi4jiu4jiuzhei4hong2che1shi4jiu4jiumai3dehaohong2jiu4che1jiu4jiuzhe4bu2shi4jiu4jiuzhe4shi4da4dada2dada4+daaida2dada4+daba4baaiba4badan1wei4deda4dagei3dehaoba4baenbu1zhi1jiu

3di4aodui4zhei4shi4jiu4jiumai3delaughhao2yu3zhei4shi4shei2gei3ni3mai3deyajiu4zhei4zhei4xiao3zhei4gexiao3chezhei4cha1jiao3che1shei2gei3mai3deyazhi1dao4maasha4sha4shi4da4dazhei4gebu2shi4da4dalezhei4geshei2gei3mai3deda4da

bu2shi4da4dalezhei4geni3hai2kan4nei4li3touenshi4xia2ling2a1yi2gei3mai3deshuo1xxxxxxeieieimieigan4ma2xxxxmishi1kumixxxxxxhokai1chelakai1shuang1ceng2che1liang3geche1hao2yu3zhen1you3ben3shihaineng2kai1liang3geche1duo

1aduo1duo1haoduo1duo

1enaozhuang4lezhuang4che1ke3bie2zhuang4che1niang3liang3geniang3liang3geaidui4liang3geliang3geche1liang3liang4che1shi4baINVliang3geliang3gelaughyou4you4nei

2lai2you4nai

2lai2you4lai2laenenyou4you4nai2lai2ne.leniang3niang4liang3+liang4che1duiliang3liang4che1hao2yu3shuo1dezhen1hao3you4you4nai3lai2enyou4lai2you4nai3lai2che1enyou4lai2che1leshi4bayou4nai2lai2guzu3jiao

4enjiao3lejiao3zhu4leshi4maenkan4zher4enenhai2you3yi2geeizher4hou4bianrhai2you3yi2gezhei4genezhe4huai

4enhuai4leche1huai4enche1huai4lehaoyou3niang3niang

4liang3+liang4liang3liang4dui4liang3liang4che1xxche1nai2lai2che1nai

2lai2enche1lai2che1nai

2lai:2enche1nai

2lai:2enche1nai2lai2zan2menkan4ma3lu4shang4zhei4gezhei4geji2pu3che1hao3kan4makao3kan4hao3+kan4hao3kan4aoji1che1ji2+pu3+che1aozhei4shi4ji2pu3che1dexing2zhuang4wai4bianr1da1shang4bu4jiu4shi4ji2pu3che1lenei4geneshi4xiao3jiao4che1zhi1dao4maxxxxniu4niu4nei4shi4shen2meyaludenei4gekan4jian4mei2youliu4xxxxna4shi4shen2mekan3ke4tan3+ke4aitan3ke4duo1duo1che1enhen3duo1che1ni2xi3huan1tan3ke4yaxi3huan1che1yaxi1huan1xi3+huan1qi4cheduo1enxi3huan1che1haoda4daenda4dadui4da4dada4da

da4dagei3mai

3ai

da4da

4nei4shi4jiu4jiumai3deshuo1jiu4jiu

enda4danei4tian1jiu4jiuling3shei2lai2lehui

2hui2jia1lejin1tian1ni3shei2ba3ni3shou3gei3wo1lema1ma

shi4ma1mamahang

4enwo1shou3wo1shou3leshei2ba3ni3shou3gei3wo1latou

2enta1pao3leta1shi4shei2apao3enna4shi4shei2ba3ni3shou3gei3wo1lawo4shei2wo1depao3ta1pao3leshi4pao3letashei2gei3ni3wo1deni3zhi1dao4mabao2bao

1bao1bao1dou3zou3ta1zou3aota1na2zheshu1bao1zou3lena4shi4shei2ajiu4ma1jiu4bajiu4+majiu4ma1zou3aidui4jiu4ma1zou3jiu4ma1ba3hao2yu3deshou3gei3wo1leshi4mawo1teng3maxian4zai4hai2ma1maai3ye3wo1ma1maye3wo1lewo1shen2meshi2hou4wo1ni3shou3lelaughjiu4mawo1deshou3aojiu4mawo1shou3shou3qiu3shou3hao3hao3enhao3hao3aihao3hao3caughpao

2aihao3aiwo3gao4su4ni3zen4mezhaoni3shi3dianr3jingr4zen4mezhewu

2ei

kuai4na2qu4kuai4na2qu4hao2yu3kuai4na2qu4hao2yu3ana2qu4xxtui3entui3eiya2yaniang3liang3geenliang3geqi1chui3enxxxxxxxxjiu4che1che1jiu4+hu4+chedai2lai2aiji1jiu4he1che1jiu4+hu4+che1xxxxjiu4huo3che

1enjiu4che1jiu4+hu4+che1jiu4hu3che1jiu4+hu4+che1jie1jie1hu3che1jiu4+hu4+che1enlaughdui4ji1ji1chu3bie1bie1pu3che1ji2+pu3+che1laughji4pu3che1ji2+pu3+che1xxxxxxmian4bao1che1aidui4mian4bao1che1shi4xiao3jiao4che1zan2menmei2you3mian4bao1che1aozhei4shi4xiao3jiao4che1aoji1pu3che1enji1pu3che1lai2lemapao3enniao4niao

4aoyao4niao4niao4axing2jiu4hu4che1jiu4+huo3+che1lai2ainiao4niao4laughgu1gu1gu1gu1gegu3gu1enjinr1ni3biao3xian4tin3hao3degu1gu1gu1lai

2enxxqiang1enyao4qiang1enji1pu3che1lai2ren2niao4niao4dei3shuo1hua4aobu4wang3ku4li3niao4jin1tian1biao3xian4ting3hao3ba3ba

3dui4ba3ba3niao4niao4ba3ba3jiji1bu3che1ji2+pu3+che1lai

2enxxxxlai

2duiji2pu3che1lai2ni3ting1shen2meche1lai2ledong4dong4shen2meche1pao2you4lai2eipin1shi4ji2pu3che1mating1zhexxxxjiu4hu3che1jiu4+hu4+che1lai2pao3laughhuai4huai4huai4da4ka3che1lai2endui4da4da4da4ka3che1duida4ka3che1lai2leting1de2shi4dui4shi4da4ka3che1lai2zhei4you3tuo1la1ji1mapao3pao3leaodou1huai4eihuai4lehaotuo1a1ji1tuo1+la1+ji1huai4aotuo1la1ji1huai4da4ka3che1nai2lai2eida4ka3che1nai2lai2shi4da4ka3che1lai2ting1sheng1yin1shi4da4ka3che1ni3kan4makan4mapao3niqu4yang2tai2kan4mapao3pao3pao3lapao3you4nai3lai2aoyou4lai2lakuai4ting1tingwo3gei3ni3da3kai1menr2ting1tingqing1chu3the voice of opening the doorche1nai2lai2enka3che1lai2da4ka3che1enMOTka3che1MOTla1jiche1INVta1zhei4geshi4INVhao3xiang4nei4geqi3dong4qi3dong4che1INVINVda4ka3che1lai2enINVda4ka3ka3+che1da4ka3ka3+che1INVxxda4ka3che1lai2eiINVda4ka3che1lai2da4ka3che1lai2laughda4ka3che

1aoduida4ka3che1lai2leda4ka3che1lai2leduishi4da4ka3che1lai2leting1tinghai2you3bie2deche1mahai2you3shen2meche1pao3pao3lehai2you3che1mahai2you3bie2deche1mahao2yu3da4ka3che1hai2hai2 you3bie

2bie2 .dehai2you3bie2demapao3pao3leaodui4pao3yuan3leting1xxfang4enfang4fang4che1enfang4che1aoduita1fang4che1zai4nar4shi4mahuai4dudulaughxxxxxxshen2meke1deng4shen2meke4deng4pao3aopao3hai2you3bie2aohai2you3bie2aodui4hai2you3bie2deche1shi4bapao3pao3leting1xia4ting1yi2xia4zhei4shi4shen2meche1tuo1ji1tuo1+la1+ji1shi4tuo1la1ji1maeishi4tuo1la1ji1tuo1la1ji1lai2letingna1la1tu3endui4la1tu3dai3dai4tu3aodui4dai4tu3dai4tu3zou3lehaohai2you3makan4tuo1la1ji1nejiu4shi4tuo1la1ji1nepao3pao

3pao3letuo1la1ji1pao3lating1madao

4aodui4dao4dao4shen2mequ4ledao4tu

3eidui4dao4tu3qu4lexi3huan1tuo1la1ji1madao3dao4tu3shen2medao4shen2medao4tu3qu4letu3enshen2meche1dao4tu3qu4lexxxxxxxxache1qi4che1yayou4lai2leyou4lai2lelaughyi

2you4lai2laughxxxxeiqi4che1ai3yao4kai1aiche1yao4kai1haopao3enpao3enmei2niang3liang3geliang3geda3da4che1ka3che1lai2endui4da4ka3che1laifang4fang4fang4dui4fang4lefang4che1aidui4fang4che1lepao3enpao3lemei

2enmei2leni3jiu4xi3huan1che1shi4bushi4aomei2enmei2mei2hai2xi3huan2shen2meyahao2yu3hai

3xiao3jiao4che1enhai3xiao3jiao4che1zhei4shi4shen2meche1ni3ting1tingyi2yi2you4nai2lai2you4lai2you4nai2lai2jiu1jiu1you4lai2lai2che1aoyou4lai2che1pao3enda4dao4tu3endao4tu3pao3ledao4tu3you4lai2leche1pao3ledao4tu3leshi4madao4enting1ting1ting1yi2yi2che1nai2lai2zhei4shi4shen2meyatu3tui1tu3ji1enaotui1tu3ji1lai2leniang2liang2yi1niang2liang2liang3yi1zhei4shi4er4er4enmei2 - - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy4.orig.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/hy4.orig.xml deleted file mode 100644 index 0bc43a0..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy4.orig.xml +++ /dev/null @@ -1,1755 +0,0 @@ - - - - - - - - - - -da

4bing3 - -MOTxxwan2le -INVen -INV -MOTyi1er4san1yu4bei

4kai1shi3 -MOT -hao2yu3 -e -eni3ji3sui4le -ji3xu4sui4 -kua1ji1tuo1+la1+ji1 -aoliang3sui4tuo1la1ji1laugh -INVta1liang3sui4laugh -kua1ji1tuo1+la1+ji1 -lai2ba -INVqia

2 -qia

2 -enxxxxxia4lai2 - -e -INVkeiei -INVlaugh -xxxxxxgao1xing4hao2yu3a -laugh -nen4meji1dong4 -da2aiaiouhua2 -wu1mei3 -en -INVmei2guan1shang4 -eien - -enen - -enhenen -ji1dong4mahao2yu3 -xxxx -en -wo3wen4ni3shang4tuo1er2suo3a -a1yi2hao3ma -en

-hao3bu4hao3 -xxxxxx -ni3hai2qu4bu2qu4tuo1er2suo3le -en

-wo3wo3jin1tian1gei3ni3song4qu4xing2ma -en -e -zou3zan2menshang4tuo1er2suo3xxxx -xxxx -enbu4 -yuan4yi4bu2yuan4yi4qu4tuo1er2suo3le -en -a -en -qu4ma -a2bu2qu4 -bu2qu4a -enya - -a1yi2hao3ma - -bie2mo2ao -mo2yi4huir3mo2huai4le -ba3yi1ba3zhei4xiao3xiao3mei4meimo2huai4le - -bie2mo2le -mei4meiteng2 -enteng2 -en -mei4meiteng2 -enmei4meiteng2 - -hao2yu3a -du2shu1a -en -po4 -po4a -mei2po4 -ting3hao3demei2po4 -zhang1zang1 -zang1le -eixi3xi3 -enxi3xi3 -xing2 - -wo3hua2di4 -ei

-laugh - -xxxxxx -en -xxxxxx -xxxxxx -hao2yu3wo3wen4ni3ji3sui4le -hymwu

e

-INVshen2meye3bu4li3 -INVbu2ai4laugh -INVta1zao3shang4yi4qi3lai2 -wu

-INVzhe4hua4tai4te4bie2duo1 -xxxx -en -xxxx -gen1a1yi2shuo1shuo1 -xxxx -hao3hao3gen1a1yi2shuo1shuo1 -ni3shuo1ni3shang4you4er2yuan2hao3bu4hao3 -en

-enhuai4 -huai4 -INVgao4su4wo3huai4 -huai4 -ena1yi2hao3ma - -enxxxxhai2 - -ni3shuo1shuo1a -ni3shuo1qing1chu3le -zan2menjiu4yi3hou4jiu4bu4ling3ni3qu4lelaugh -ni3yao4bu4shuo2shi2hua4yi3hou4jiu4lao3shi4tian1tian1gei3ni3song4tuo2er2suo3 -bu4jie1ni3le -hai2qu4bu2qu4tuo1er2suo3le -qu4ma - -gan4ma2yahao2yu3 - -na2shen2mene -aodian4chi2 -enengua1 -a -che1 -xx -huai4le -enni3deche1ne -la1ji1che1huai4 -en -che1zai4 -xxxxxxxx -en - -xxxxxxxx -enmei2le -qiang1 -deng1 - -MOTsui2bian4ba -MOTni3bie2lao3kan4zhewo3 -INVwo3bu2shi4shuo1kan4zheni3laugh -wo3kan4kan4ni3 -aiyouni3nei4xie1che1neyu3 - -ewanr2ba - -zhei4che1 -xxxxxx - -xie2xing2a

-xing2a -zhei4ge -zhei4 -bie2guan3ma1 -en -zhe4ji3a -wu

3 -xia1shuo1 -shi4liu4 -xxxx -zhei4shi4ji3 -chiwai2wai2chui2chui2dui2dui2 -da4duai

4 -xxxxxx -en

a - -aixi3ji4 -en -zhu

1zhu1 -jiu1jiu1jiu1pa1 -xxxxxx -jiu4jiu4 -lai2hao2yu3zhei4shi4shen2meya -jiu4zhe4hong2 -zhei4shi4shen2me -da4hong2 -kan4zhei4ge -zhei4ge -yue4niang4yue4+liang4 -eidui4yue4liang4 -zhei4geche1dei -enen -yue4liang4 -zhei4geji3a -wu3 -xia1shuo1 -shen2me -ba1 -ling2laugh -ling

2 -ba

2 -ning2ling2 -you

-eiei -hao2yu3kan4zhei4shi4shen2meya -mei2you3 -mei2xi1wen2 -ni3ni3nei4xie1shu1ne -e -shu1mei2 -shu1mei2le - -hao2yu3a -wo3 -en -da3zhen

1qiang1 -da3qiang1 -da3yi2xia4wo3ting1ting1 - -eipa1pa1pa1 -mei2mei2you3 -mei2you3 -en -mei2you3a -mei2you3 -enenda3qiang

1 -gei3 -da3qiang1 -xi3huan1zhei4gema -xi3huan1zhe4 -en - -gei3 -eida3huai4lejiu4ao -gei3 - -hao2yu3lai2ren4ren4yan2se4ba -lai2xue2xi2xue2xi2 -ai -zhei4shen2meyan2se4 -zhe4yi

4 -en -shen2meyan2se4a -dai4shi4dian4+shi4 -mei2you

3 -guan1 -mei2you3a -zhei4shi4shen2meyan2se4a -hong2 -hong2 -zhei4gene -hong

2 -zhei4ge -zhei4geshen2meyan2se4zhei4ge -nai3ping

2 -nai3ping2 -nar3nai3ping2a -zhei4shen2meyan2se4 -xx -bai2si

4se4 -en -zhe4shen2meyan2se4a -jiang4zhe4 -dou3de -hao3le -shu3shu4ba -hui4shu3hui4shu3ma -yi

1jiu3 -enshu3shu4 -yi2geyi2gedeshu3ao -yi

1 -zhei4ji3gea -yi

2yi1 -zai4shu3 -en

-er4laugh -yi2geyi2gedena2 - -xi3huan1bu4xi3huan1 -yi3huan1xi3+huan1 -xi3huan1 -ei -da3 -bu4hao3 -bu4xi3huan1ni3leao -ni3da3bu4xi3huan1ni3le -ee -enenen

- -da3ta1ya -xxxx -xxxxxxxx -yu4 -bie2bie2da3qi4che1 -da3qi4che1da3huai4le -qi4che1jiu4bu4neng2wanr2leao -bie2da3ao -ting1jian4mei2you3whisper - -haosheng1qi4le -enei

qi3lai2qi3lai2qi3lai2laugh -ni3ba3qi4che1da3huai4lehai2zen3mewanr2a -INVsheng1qi4le -INV -qi3lai2ba -yu3 -ni3da3huai4lezen3mewanr2ahai2 -xx - -zen4medianr3xiao3hair2hai2nen4meai4sheng1qi4 -bu4hao3 - -bu2rang4ni3da3ni3bie2da3lejiu4xing2le -bu4xu3sheng1qi4ao -en

-ni3kan4zhei4shi4shen2meyahao2yu3 -huar1laugh - -zhei4huar1hao3kan4ma - -qi3lai2 -qi3ba - -aiyouaohang -teng2 -nar3teng2a -en

-nar4teng2 -en -qi3lai2 - -na4ni3tang3zheba -wo3ye3bu4gen1ni3hao3le - -hao2yu3qi3lai2qi3lai2aowhisper - -ting1hua4ma -bu4ting1hua4wo3gei3ni3song4tuo1er2suo3suan4le -qu4bu2qu4 -zou3song4tuo1er2suo3ba -shang4tuo1er2suo3 -qu4bu2qu4 -qu4ma - -ni3zen3mele -pao3 -pao3a -hao3 -xxhao3le -xiao3pao3 -en - -zhu3gen1ni3qin1ma -qi1pao3 -enta1qin1pao3 -ni3gei3a1yi2jiang3gu4shi4ba -ni3shuo1 -qi4che1 -aiqi4che1 -ni3shuo1cong2qian

2ayou3yi2gexiao3hair2 -ta1deming2zi4jiao4shen2melaizhe -hao

2hong

2 -jiao4li3bai2 -shen2mehou2 -jiao4li3bai2 -wo3hou2hu1 -en -li3bai2xiao3deshi2hou4ne -ta1bu4ting1hua4 -shi4bu2shi4a -en -you3yi4tian1ne -ta1zai4cun1kou3kan4jian4leshen2mele -yi2wei4lao3nai3nailaugh -lao3nai3naita1zai4nar4gan4shen2mene -zai4mo2mo2mo2 - -li3bai2jiu4wen4 -wen4lao3nai3naishen2meya -shuo1lao3nai3naini3gan4shen2mene -lao3nai3naishuo1 -wo3mo2zhen1na -shi4bu2shi4mo2zhen1neyu3 -a -shi4 -li3bai2shuo2zen4mecu1deda4tie3bang4zineng2mo2cheng2zhen1ma -laugh -laugh -ei -lao3nai3naizen3meshuo1deyu3 -a -shuo1neng

2 -laugh -laugh -zhi3yao4gong1fushen1 -tie3bang4jiu4neng2mo2cheng2zhen1 -laugh -laugh -shi4shang4wu2nan2shi4 -ei -zhi3yao4you3xin1ren2 -shi4bu2shi4a -hao2yu3gei3wo3jiang3yi2bian4ba -xing2ma -hui4jiang3ma -you3yi2geshen2meya -huar1 -YHhuar1 -YHni3jiu4zhi1dao4huar1 -hai2qu4huar4hua4 -hai2zihuar1 -enen

-en

-xxxxxx -xxma -ba1tou2ne -ailai2laugh -nai3nai

-nai3nainar3you3nai3nai -xxxx -en -xxxx -nai3nai -nai3nai -enhou4nai3nai -en -enhou4enhou4ehou4ye3nai3nai3+nai -aihou4bianr1nai3nai -zhei4hou4bianr1you3genai3naia -laugh -shi4nai3naipao3 -nai3naipao3le -nei4shu1shuhao3ma -xxxxxxxxpao3 -eixiang3bu4xiang3chai2yan3le -shu1shupao

3 -shu1shupao3le - -aini3ba4qian2xie1ri4zishang4nar3qu4le -ni3zhi1dao4ma -song

4liu3ba4ba -ba4banar3qu4leqian2xie1ri4zi -song

4e -a -qi1qu4 -qu4nar3le -xia4men

2 -shi4bu2shi4a -en

-zan2liar3wanr2wanr2ba -bong4bong4beng4+beng4 -aihai2beng4beng4 -lai2beng4beng4 -qi3nei1lai2 -qi3lai2dui4 -lai2zan2lai2beng4beng4tiao4tiao4 -zen3meyang4 -en -ti3mei2qi3+lai2 -qi3lai

2 -ei -laugh -laugh -ecough -enke2sou4le -cough - -dao4che1 -xxxxxx -en -zei1mei1zhe4+bianr1dou3zou3 -aohuar1 -gei3 -wo3na

2 -huar1na

2 -gei3 -nai2lai2che1 -en -na2zhe4 -eibie2dong4 -bie2nong4huai4le -bie2jiu1 -bie2jiu1ao -jiu1jiu4huai4le -zhei4shi4shen2mehua1a -wen

4xxxia2ning2xia2+ling2xxxx -xia2ling2huar1 -laugh -en -zhe4shi4shen2mehua1a -yu

2 -shen2meyan2se4a -na2hen

-shen2meyan2se4 -shuo1 -ong2hong2 -eidui4hong2hua1 -zhei4shi4shen2mehuar1 -wu

2hong2 -shen2meyan2se4a -lan2si

4se4 -bai

2 -zhei4shi4lan2 -lan

2 -zhe4zi3 -zi3se4 -zi

3 -zhei4shi4shen2meyan2se4ya -wa

3huang2 -huang2yan2se4 -ezi -huang

2 -zhei4gene -zhei4shen2meyan2se4a -huang2 -fen3 -fen3 -jin4xia1shuo1 -zhei4ye4zishen2meyan2se4ya -eifen3 -efen3 -enfen3 -fen3hui4huai4 -fen3huai4 -efen3 -fen3huar1 -fen3huar1huai4 -dui4 -fen3huar1huai4 -zhei4shi4shen2meyan2se4de -hong2 -bai2 -bei2bai2 -en -hong2 -en -li3toudexinr1shi4huang2yan2se4 -dui4bu2dui4 -xinr1 -en -xxxx -xxxxxxxxxx -xi3huan1ma -zha1 -zha1 -zha1leao -liu2xue3 -enliu2xue3 -nar3ne -wo3kan4nar3liu2xue3le -po4 -po4le -aiyouliu2xue3le -shou3 -en -shou3po4le -shi4ma - -mei2liu2xue3ao - -xi3huan1zhei4gehuar1ma -dao4dao4 -bie2dao4bie2dao4 -dao4lejiu4huai4le -xi3huan1ma -xi3huan1bu4xi3huan1 -xiang3huan1xi3+huan1ma1ma -xi3huan1ma1maya -shang4e -en

- -hai2xi3huan1shei2ahao2yu3 -xxxxxxwhisper - -feng1 -feng1 -xxxxlai2hei -ai -aihong2lan2lu

4 -he1hong2ni

4l'u4 -enzhei4zhei4shi4lu4 -zhei4shi4fen3 -fen3 -en -zhe4shi4lu4 -ye4zishi4lu4de -fen3 -aidui4fen3 -zhei4geshuo1dui4le -xxfen3 -fen3 -zhei4gene -zhei4gezhei4shi4shen2me -fen3 -zhei4shi4shen2me -huar1 -zhei4shi4shen2mehuar1 -shen2mehuar1 -na2lan2 -huang2 -huang2 -en -enzhe4nan1lan2 -en -na4huang2 -endui4huang2 -zhei4geshuo1dui4leao -hao2yu3zhencong1ming2 -zhe4hong2 -enhuang2 -zhei4shi4 -hong2 -en -xxxxxx -liang3gea -ele -edui4 -zhei4shi4liang3gehong2 -hong2 -enzhei4shi4huang2 -dui4huang2 -der4zher4huang2mei2 -zhei4geshi4zi3 -ji3zi3 -zi3 -ail -zi3se4dehuar1 -hong2se4dehuar1 -hei1hai

2 -dou1you3hei1yan2se4deao -hei2dai -xx -en -yan2se4 -hei1 -zhe4shi4bai2 -bai2huar1 - -eigua

3guo3 -en -gua3guo3 -zhei4bu2shi4guo3 -zhei4shi4huar1xinr1 -xi1xi1xin1+xin1 -jiao4hua1rui3 -lei3rui3 -dui4hua1rui3 - -eee

-exxxxxxxx -en -na4huai4 -enhuai4 -yao4huai4 -eizen4mezhe -ge1zher4ba -xing2ma -wo3huai4xxxxxx -enni3lao3na2ta1jiu4huai4le -jiu4ge1zher4ba -enbai4 - -beng4beng4 -enbeng4beng4lai2 -beng4beng4 -aiyou

hao2yu3zhenyong3gan3 -zen4megao1jiu4beng4xia4lai2la -ei

-yi1xx -da4chi

2dian4+chi2 -aidian4chi2 -ma1ma -aidian4chi2 -xxxx -en -dian4che1lai2 -ao -da4chi2dian4+chi2 -sa3shui3che1 -yao4zhei4ge -yao4shui3che1sa3+shui3+che1 -en -che1 -en -nar4sa3shuiche1 -sa3shui3che1a -zher4sa3shui3che1 -sa3shui3che1 -zhao3ni3desa3shui3che1qu4yi4huir3ao - -lei4 -lei4a -ni3hai2zhi1dao4lei4ne -bu2lei4 -xxxxmei4mei -xxxx -a -shui4shui4shui4 -aoshui4bashui4bashui4ba -nong4zhe4che1 -bu4xing2 -mei4meihai2dei3rang4bei1bei1ne -mei4meimei4meixi3huan1ni3 -xx -xing2ma -ehuar1 -enxi3huan1 -ehuai4 -wo3hai2huai4 -huai4 -enhai2huai4 -zen3melejiu4huai4le -yi3hair2xiao3+hair2 -enxiao3hair2 -hao2yu3hui4bei1xiao3hair2leshi4bu2shi4a -hao2yu3hai2jiang3jiang3laugh -lao3nai3naizen3memo2zhen1de -mo2zhen1 -zen3memo2ne -mo2mo2mo2 - -gua1yi3hua1 -en -zhei4xie1che1huai4 -ri

da2chuai2chuan2 -en -zhei4shi4ji3zhi1dao4ma -xx -ouhua

2 -hua

2 -jiu1hui1chui2de -mai3mai3 -mai3 -jian3jian3yi4he2 -ta1diu1le -diu1 -en -ji1wu

1ji1+mu4 -zhei4shen2me -kuai4kan4 -xiong2mao1 -xiong1mao1gan4ma2ne -chi1zhu2zi -aichi1zhu2zi -xiong2mao1chi1zhu2zi -xi3huan1xiong2mao1ma -xxxxxxxxlai2 -aiyou4lai2 -you4lai2yi2gexiong2mao1chi1zhu2zi -shi4bu2shi4a -xiong2mao1chi1zhu2zi -chi1zhu2zimei2 -en -zhu2zi -xiong2mao1chi1zhu2zi - -zhu2nai2lai2zhu2nai2lai2 -enzhu2lai2zhu2lai2 -xxxxxx -FAzhu2lai2zhu2lai2laugh -en -FAdiao4dexia4lai2ma -MOTen -FAmei2shir4 -FAta1bu2dong4mei2shir4 -FAyaobu4ran2jiu4fang4zhei4shang4 -MOTshang4touxxzhea -MOTxxxxxxxx -FAbu2shi4zhei4gexxhao -FAduo1li3dianr3 -FAli3bianr1dianr3 -xxxxxxxxxx -FAshi4ba -MOTcha4bu4duo1leba -MOT -aiyou

heiei

- -sa3 -aosha3 -zhe4che1shei2gei3mai3dezhi1dao4ma -jiu4jiumai3 -aijiu4jiumai3deche1 -ni3shuo1jiu4jiumai3deche1 -shuo1 -mai3che

1 -en -ni3shuo1jiu4jiumai3deche1 -che1mai3de -en -zhei4che1shen2meyan2se3zhi1dao4ma -hong2 -dui4 -hong2 -jiu4zhi1dao4hong2shi4ma -dei4dui4 -en -kai1 -kai1kai1 -xxxx -kai1kai1kai1 -wo3gei3ni3kai1 -wo3gei3ni3kai1yi2ge -en

-kai1kai1 -de

- -e

-fao1 -ri

2 -na4xxxx -INVlao3wai4 -hao3huai4 - -xi3huan1che1ma -enhao2yu3 -pao3 -enche1pao3 -kan4che1zen3mepao3 -endiao4 -diao4le -jian3qi3lai2 - -jian3qi3lai2 -wu1yao4ji1 -xxxxxxaidui4 -aiyouhao2yu3zhen1guai1 -jian3qi3lai2ai -yao4duo2shao3 -ao -kai1zou3 -enkai1zou3 - -enshu

1 -xxxxhe1 -enjiu4zher4hao2yu3 -jia4jia4 -pao3che1 -xiao3jiao4che1 -eidui4xiao3jiao4che1 - -tai4ji3jin3e -entai4jin3 -tai4jin3na2chu1lai2jiu4bu4jin3le -na2chu1lai2 -a2na2chu1dai3lai2 -en -na2chu1lai2 -en -xxxxlai2 -bu4na2chu1lai2 -na4ni3zen4mezhe -xxxxxx -ba3zhei4gefang4jin4qu4 -en -dao3dao3lu4xing2le -xxxxzhei4jiu4diao4le - -dekai1xia4qu4le -diao4leba -zai4wang3hui2kai1 -wang3hui2kai1 - -you3diao4 -you3diao

4 -en -nong4diao4 - -xxdiao4 -enxxdiao4 -ye3diao4 -endiao4 -xxxxzua1 -you4diao4 -you4diao4 -en -you4diao4 -you4diao4 -you4jiu4diao4 -you4diao4 -en -you3you4diao4 -en -you4diao4 - -xxxxxx -laugh -huai4che1 -en -enbao2 - -eezou3 -elou2 -xxdou2dou2zou3+zou3 - -da3enda3da3da3 -en -you3hu3 -ao -you3hu3 -hu3 - -ei

ren

2 -lai2kai1 - -ba - -ren

2 -eren

2 - -xxxxxx -ao -you4xia4ji1qu4 -enyou4xia4qu4 - -yixiu1xiu1hao3 -enxiu1xiu1hao3 -xiu1hao3le -qu4ba - -aiya4 -aiya4 -xxya4huai4 -aoya1ya1huai4 -huai4 -huai4 -huai4 -en -you4huai4 -huai4le -wo3kanye3shi4huai4le -ta1shi4huai4lema -mei2huai4 - -zhei4bu2shi4ting3hao3dema -lai2 -xiu1hao3 - -youzhuang4che1 -laugh -kai1 -youzhuang4le - -kan4 -xxyou4xia4ji1qu4 -en -diao4xia4qi4qu4 -exxxxxxxx - -che1tui1che1shou3+tui1+che1 -enshou3tui1che1 - -ei - -ouzhuang4che1 -aozhuang4che1 - -enen -dou3zou3 -enzou3 -ei

ei - -enda3dao3 -tui1xiao3che1 - -zher4mei2you3deng1shi4bu2shi4a -zan2mennei4gehei1che1hao3kan4 -you3deng1hao -zhei4geche1mei2you3deng1 -xxxx - -xiang3jiu4jiulema -en -endeng1 -guo4ai3lai2 -gei3ni3da3dian4hua4 -jiu4jiulai2kan4ni3lai2xing2ma -deng1yi3huai4 -deng1huai4le -mei2you3deng1 -zhei4che1mei2you3deng1 -deng1yixxdeng1nao3lao3huai4 -en

-deng1zhe4deng1nao3lao3huai4 -eizhei4geyou3deng1 -zhei4gedeng1ye3huai4le - -hymenhui1 -en -xxxxxxxxxxxx -ahei1ahei1 -enhei1 -eduo4 -en -du3zuo4deng1 -zuo4deng1 - -ya2 - -zhe4che1hao3wanr2mayu3 -hao3wanr2 -hao3wanr2a -xxxxhao3 -en -ni3tuo1er2suo3you3wan2ju4ma -wan2ju4mei2pao3 -aomei2you3pao3 -mei2you3 -aomei2you3a -eini3xi3huan1bu4xi3huan1nei4a1yi2a -the 2nd side of tape -hao3bu4hao3 - -e

-FAshen2me -MOTxxxxnei4ge -FAaolaugh -FAna2shen2mena2xxxx -FA -MOTxxxx -FAxing2na2ba -FA -FAen -MOTen -FAxxxxxxxxxxwhisper -MOTao -FAxxxxxxxxxxxxwhisper -FA -xxxx -guan1che1 -guan1che1 - -diao4 -en -da -xxxxda4 -en -dui4 -kai1che1 -aiwanr2zhei4da4che1 -aowanr2da4che1 -wanr2da4che1 -xxxx -en -da4 - -da4 -ni3zhei4che1 -zhei4xia4ke3zou3bu4liao3 -zhei4tai4da4le -xxxx -enneng2zou3ma -neng2zou3 -neng2zou3a -na4zou3zou3shi4shi4kan4 -exxxx -xxxxxx -xxxxxx -neng2zou3makan4kan4 -zou3 - -neng2zou3ma - -e - -neng2bu4neng2zou3a -bu4neng2zou3na2xia4lai2ba -xing2ma -en - -neng2zou3ma - -tai4da4 -tai4da4laugh -tai4da4 -zhi3neng2shi4 -zai4di4xia4wanr2ba -nar4tai4da4 -zan2mendeche1tai4da4lehao -zhei4che1hai2ke3yi3 -zhei4geche1ye3xing2 -zhei4geche1ye3neng2zai4zher4wanr2 -shi4bu2shi4a - -ye3xing2ba -zhei4geche1nejiu4bu4xing2le -tai4da4le -shi4bu2shi4a -lai2tui1 - -en -bu4zou3 -en -xxdao3 -endao3 - -yidao3 -xxxxxx -yi1bao3ta1 -eilong2 - -eideng3che1 - -zhe4shei2a -nei4shi4shei2ahao2yu3 -MOTaibie2nong4zhei4ge -MOTzhei4gexxxx -xxxxbang2mang3bang3+bang3 -bang3bang3a -zen3mebang3bang3a -gan4ma2ya -dao3 - -ni3zhei4li3bu2hui4dao3de - -FAma1mabang3 -xxxxxx -ni3zi4ji3bang3hao3bu4hao3 -zen4mezhaoba -zen4mezhela1xing2 -xxxx -xxxxxxma

2 -xxxxxx -na4zen3mebang3 -xxni3gao4su4wo3yao4zen3mebang3 -laugh -a - -FAzhei4ye3kuai4she2le -FAzher4zhei4mei2far1mei2far1nong4kai1le -FAta1ji4yi2gesi3kou4 -zen3mebang3ani3shuo1 -bang3nar3ba -bang3zher4 - -bang3qian2mian4xing2ma -bang3zhe4yanr3li3shi4ma -chuan1geyan3 -hao3bu4hao3a -FAe1chuan1yan3 -zhei4gexxxxxx -xing2leba - -zhei4xia4da3fa1le -xing2le -enka3 -he -en

ka3cry -hai2yao4ka3nar3a -FAwu

-FAaota1nei4gebu2yao4rang4ba3ta1dou1zheng3gegei3xxxx -ka3zher4le -enka3zher4a -xing2 -ka3der4zher4 -en -xxxxxxxxxxxx -zhe4mezheshi4ma -shi4bu2shi4a -shi4mazhe4mezhe -shi

4 -shi4 -FAta1bu2yao4zhei4xian4 -FAxxxxxx -MOTshi4 -tui1che1zhei4li3 -kai1che1kai1che1kai1che1 -FAeta1nei4shu1ne -MOTnei3ge -FAhao3ji3tian1bu4xue2shu1leya -FA -FAjiu4nei4shang4shen2medou1you3denei4ge -xxxxxxkan4shu1 -FAei -FA -xxxxxxxxxx -lai2kuai4tan2 - -FAta1jiu4lao3xi2guan4ba3suo3you3deche1dou1wang3yi2geche1shang4kai1 -eiyi1kai1che1 -enkai1che1aogei3 - -zi4ger3zi4+ji3jian4che1ba -gai4geche1 -da1che1da1che1 -zi4ji3da1 - -FAta1jian3nei4geda4deda1 -FAhai2you3ma -xxxx -hai2you3ma -exxxxxx -eshou3shou3le -ege1zher4 -en -exi - -da1che1i -zhei4suan4shen2meche1 -xxxxxxxxxx -xxxxxxxx -ge1che1shang4 -aoge1che1shang4 -xxxxxx -en -wa

- -wo3 -xxxx -nei4getai4da4 -ni3nong4yi2gexiao3de -huan4gexiao3de -huan4yi2ge -gei3huan4yi2gezhei4ge -zhe4ge -enhuan4zhei4ge -huan4zhe4ge - -huan4gebai2de -huan4gebai2de -huang2de -huan4gehong2deba -FAhong2 -zhei4shi4huang2de - -FAaiyouei2mei2 -FAaiyoumei2 -FAxxxxmei2you3 -FA -FAxxxxxxxxxxxx -OFFao -FAxxxxxxxxxx -OFFen -FAxxxxxxxxxx -FAni3bie2lai2le -FAkai3ru2 -MOTdui4dui4 -FAba3xxxxdenei4geshou3tao4gei3ta1 -FA -OFFxxxxxxxx -FAxxxxxx -OFFxie4xie4 -MOTxxxxxxxx -OFFenwan3shang4ta1 -MOTxxxxxxxx -OFFwei4hai2teng2ma -MOTxxxxxxxxxxxx -OFFen -OFFhao3hao3 -MOTxxxxxxxx -OFFen -ei

-OFFen -he

-FAxxxxxxxxxxxx -OFFxxxxxx -OFFlai2lai2lai2lai2 -INVeithankyouverymuch -OFFyouarewelcome -OFFlaugh -yi

laugh -laugh -lai2hui2lai2hui2lai2hui2lai2 -zhei4wu1da4ao -INVhai -INV -xxxxxx -INVyou3 -INVmei2you3n -mei2you3 -mei2you3 -pao3 -shei2pao3le -mei2 -en -tao2pao3 -tao2pao3le -hymwei4zhu1 -wei

4qi4che1 -xxxxxx -ei

-eei

- -ei -zhei4bu4xing2 -dei3cha1zhei4shang4tou -cha1zhei4geshang4 -dui4ledui4le - -zher4 - -en -jie1 -hao2yu3ei -en -enhao3hao3jian4yi2gefang2zi -jian4yi2gehao3kan4de -zhei4gene -zhei4yang4neng2cha1ma -zhei4geneng2cha1jin4qu4 -zhei4gecha1jin4qu4 - -heizhei4yi2xia4dou1huai4leba - -zhe4tei1tai4xiao3 -tai4xiao3laugh -lai2chong2nong4yi2ge -nong4yi2geda4de -ei - -ei -e - -nong4dao3 - -ei -aiyou - -jian4yi2gehao3kan4de -hai -lai2kan4gai4zhe4fang2zizhen1piao4liang4hei -xxxx -mei2you3 -mei2you3 -shen2memei2youa -na4hai2xxxx -en - -en - -en -mei2you

3 -mei2you3fang1dele -shi4ma -en

-jiu4zen4mezhao -zen4mezheye3ting3hao3de -hong

2 -wo2wo3lai2 -aiyao4hong2 -zhei4shi4hong2 -yao4nan2lan2de -nan2lan2en -lan2se4mei2you3 -jiu4hong2debai2dehuang2dele -en -nan2lan2 -nan2lan2 -shen2melan2 -hong2 -enhong2laugh - -eiaixing2 -ting2hao3kan4 - -aihai - -en - -aicha1shang4 - -xing2ting3hao3deao -xxxxna2ci4 -a -xxlai2xxxxen -aohuang2yan2se4 -huang2yan2se4zhi3you3yi2geen -hai2you3shi4zhei4yang4 -zhei4mei2far1cha1 -enyao4cha1 -eneini3gei3cha1yi2gexiao3chuan2ba -zhei4gechuan2 -zhei4shi4chuan2ao - -cha1yi2ge -na2 - -ailai2 - -hao3wanr2ma - -bu4wen3lebu4wen3le -zai4nong4yi2gezai4nong4yi2ge -zai3lai2yi2ge -hao1wan2hao3+wan2 -hao3wanr2ba -enkan4hei -eiji1zhen1hao3wan2 -cha1yi2ge -encha1yi2ge -zai4zhei4gezhei4gexxxxzai4cha4 -xxxxxiao3 -en -exx -en - -en

hao3wanr2 -zhei4hao3 -en

zhei4xing2 -zhei4hao3kan4 -ge1zhei4kuair4kan4hai2you3geji1 -shi4bu2shi4 -cong2zhei4bianr1kan4ne - -zhe4xxxx -en -zhei4zhei4ge -zhei4shang4 -dou1ge1ni3zhei4geche1shang4leyou4aolaugh -mei3ci4wanr2wan2dou1ge1zhei4li3tou -bu4xu3nong4diu1le -ting1jian4mei2you3 -yi1wa -xxxxxx -ji4zhu4lemei2you3 -zhei4shi4shen2me -zhu1 -zhei4ge -rong2long2 -long2 -xi3huan1long2ma -long2rong2rong2long2+long2huai4 -enlong2ong2huai4lehao -hai2you3nei4ji1he2ma3ye3huai4le - -du1zhu1du1zhu1 -a -du1zhu1 -shen2mezhu1 -du1zhu1 -du1zhu1 -mei2you3le - -du1zhu1huai4 - -ji1ya3ye3huai4 -niao3huai4leba -kai1xi3ou -shei2nong4deya -xxxxji1 -shei2gei3nong4huai4delezhei4geen -shi4ni3 -xxxx -ha2 -da3ta1 -zai4ban4huai4shir4 -ni3da3ta1da3 -shei2gei3ta1nong4huai4de -da3nong4huai4denei4geren2 -shei2nong4huai4de -en -ai

bie2bie2bie2 -laugh -enenen -aibie2sheng1qi4 -laugh -en -wo3mei2 -bu4da3ni3lai2 -e - -zen3mezen4meai4sheng1qi4a -ai4sheng1qi4bu2shi4hao3hai2zile -dou4ni3wanr

2nelaugh -zhi1dao4ma -en

dou4ni3wanr

2ne -wanr2newanr

2newanr2newanr2nelaugh - -wo3xiang3wan2 -a -wanr2 -ailai2wanr2 -kuai4qi3lai2bawanr2 -tang3zhebu4shu1fu -lai2tang3qi3lai2wanr2ao -ji1ji1 -enaonei4shi4she4 -ni3shuo1she4xiang4ji1 -yi1xie4ji1she4+xiang4+ji1 -she4zhei4she4xiang4ji1 -lou4ji1she4+xiang4+ji1 -xxxxxx -aodui4zhei4shi4ji1 -dui4zhei4shi4ji1 -de4zhe4huai4 -aozhe4ji1huai4 -zhe4shi4ji1 -zhe4ci4shuo1dui4leao -en -da3 -dui4da3da3shei2a -da3 -endui4 -da3ta1huai4 -da3 -bu2hui4 -en -bu2hui4 -enmei2huai4 - -en -decei4 -cei4 -hao2yu3eini3nei4gou3ne -gou3 -gou3zen3memei2le - -xxxx -enxxxxhao2yu3 -zhao3zhao3 -kan4 -zai4zhao3 -zhao3zhao3 -nar4mei2you3 -zhao3zhao3 -hao3zhao3 -mei2you3 -lai2dai4shang4kan4 -dai4shang4zhei4geyao4qi2shen2meche1ne -en -ache1mao2e1che1che1mo2+tuo1+che1 -aomo2tuo1che1lai2 -dai4shang4 -xxxxxx -aiyouhe -enlai2qi2mo2tuo1che1 -qi2nei3gemo2tuo1che1 -zan2hai2you3mo2tuo1che1ma -laugh -mu1che1che1mo2+tuo1+che1mei2 -enmo2tuo1che1mei2 -enlong2 -mei2you3mo2tuo1che1 -mei2you3zen3meban4ya -aoqi2zhei4geche1ba -gei3zhei4geche1ye3yi1yang4lai2 -qi4che1huai4 -qi4che1huai4le -bu2yao4jin3de -qi2 -qi2shang4qu4 - -wo3huai

4 -en -wo3huai

4 -huai4jiu4shi4huai4le -mei2shir4 -wo3gei3ni3ca1ca1 -ni3qi2zhei4geche1ao -lai2jin4qu4ba -qi2mo2tuo1che1 -na2nei4gedai4ti4mo2tuo1che1ao - -huai4leao - -hai2qi2bu4qi2ni3nei4geche1le -che1 -lai2qi2 -hao2yu3duo2jing1shen2 -aiyouhehao2yu3lai2 -enqi2shang4 -qi2bu4qi2 -shang4qu4 - -en -laugh -xxxx -jin4leta1dejiao3laugh -zen4mezhaozuo4ya -eshuai1 -shuai1 -wo3gao4su4ni3tui3jin4qu4 - -tui3jin4qu4zen4mezhe -kuai4dui4qi2 -kan4mo2tuo1che1laugh -zhei4mo2tuo1che1zen3meyang4 -hao3ma - -hao3bu4hao3azhei4mo2tuo1che1 - -youyou

laugh - -me2te1che1mo2+tuo1+che1huai4 -mo2te1che1mo2+tuo1+che1huai4 -mo2tuo1che1huai4 -lai2gai4shang4ao -haohao2yu3zhen1jing1shen2 -zou3zou3 -zou3 -qi3lai2 - -zou3 -pao3 -eihai2zhen1pao3lehei - -he -haozhen1pao3lehei -zhei4mo2tuo1che1zhen1kuai4 -guai4kuai4 -enkuai4ba - -mo2tuo1che1 -chu1lai2le -bu2zuo4le -lai2 -hai2zuo4a -hai2zuo4a -re4en4be - -endiao3jiao3 -enjiao3jiao3jin4qu4a - -eiei -en -xia4 -enxia4zai4nar4xia4 -enen -xia4nei3ge -en -xxxx -enbu4xx -enxxxxxxxx -xia4 - -kan4zen3meyang4 -jin4qu4le -heixing2le -kai1 -kai1che1ba -haidui4kai1 - -mo2tuo1che1laugh -haohao2yu3kai1mo2tuo1che1zhen1jing1shen2hei - -mo2te1che1mo2+tuo1+che1ei3jian4 -en - -ei -en -en -en - -heizhei4mo2tuo1che1hao3 - -hao2yu3kai1du1du1du

1 -mo2tuo1che1lai2lou

-lai2du1du1du

1 -du1du1du

1 -mo2tuo1che1lai2lou

du1du1du

1 -du1du1 - -ei -zhuang1tui1 -entui1 -aorang4zhei4che1tui1ni3a -na4tui1dedong4a - -kai1ba -lai2wo3ba3zhei4gei3ni3shou1le -ni3kai1ao - -kai1che1ba -kai1che1lou -kai1shi3lou - -kai1che1lou -mo2tuo1che1lai2lou - -kai1che1 -enenzhei4zen3meyue4lai2laugh -enxing2le -en -xxxx -en -zhe4huai

4 -jiao3huai4le -zhe4huai4 -zhe4zhe4huai

4 -lai

2mo2tuo1che1lai2lou

-kan4zher4ye3huai4le -zheng4hao3wo3gei3ni3xiu1xiu1ao -xiu1xiu1 -ei -hei -aiyouaiyouaiyou -zen3meyang4hao3lema - -xing2le -ketai4da

4 - -ei - -zhei4mo2tuo1che1hao3hei - -mo2tuo1che1lai2lou

- -en -youeizhei4gexxqiang1wo3gei3ni3na2leao - -heizhen1hao3laugh -kai1mo2tuo1che1 - -da4che3che1da4tuo3tuo3huo3+che1 -en -aibie2zhuan4quanr1 -yun1leyi4huir3 - -chu1menr2 -hao3wanr2 - -bei1zhexiao3mei4meiba -hao2yu3ni3gen1a1yi2shuo1zai4jian4hao3ma -e -INVzai4jian4 -eigea1yi2gan4shen2mequ4le -a1yi

2dao4nar3qu4le -zai4jian4lou

-shuo1shuo1zai4jian4 -INVzai4jian4 -laugh - -aiyou -xiao3ma3che1 -aiyou -xiao3ma3che1 -en -du1men

2 -dou1la1da4che1ya -duo2bang3a -xxxx -en -bang3bang3che

1qu4le -MOTxxxxxxxx -INVhao3 -MOTzhei4geche1xxxxxxxiu1huai4le -INVaohaohuai4le -MOTxxxx -INVaomei2you2 -INVta1mengei3ta1mai3zhei4dong1xi1zen3meshi3a -INVfan3zheng4zhei4lun2zixian1huai4le -INVjin3jie1zhezhei4di3xia4bu4zhi1zen3meyou4huai4le -MOTxxxxxxxxxxliu4geyue4dexiao3hair2xxxx -FAba1geyue4cha4bu4duo1en -FA -INVjiu4shi4xiao3hair2hui4zou3 -INVxxxxxxxxxxxx -INVthe end \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy6.orig.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/hy6.orig.xml deleted file mode 100644 index d75e9d2..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/hy6.orig.xml +++ /dev/null @@ -1,1379 +0,0 @@ - - - - - - - - - -CX plus TT -MO starts out by telling IN about a letter that she has received from her aunt, whom IN and MO were going to go visit. HY plays with trucks and cars for most of the visit, with MO trying to get him to look at books towards the end. -HY is confused with what to call IN now, after seeing a "foreigner" (Caucasian woman with blonde hair) on TV and calling her "a1+yi2" (auntie, what he calls IN) and being corrected by MO. In response, he now starts calling IN "wai4+guo2+ren2" (foreigner) and again gets corrected. In this visit there is also an interesting overextension with the verb "tao1". - -yi1r adjusting m's microphone$UNINT -afei

1la -eng

m$INTERJ -eiyigefei1lai2la -eng

m$INTERJ -fei1la -guo4lai2 -laughs as hy gets backpack on with r's help -fei1la -hao2hao2yu3gei3 -zui4hou4yi2ci4hai2bu4bei4shi

1hao2yu3 -bei4bai2ri4yi1shan1jin4 -huang2he2ru4hai3liu

2$INTERJ -yu4qiong2qian1li3mu4$INTERJ -geng4shang4yi4ceng2lou2$INTERJ -xian4la

$UNINT -engxian4la$UNINT -eng2$Q:PRMPT -MOTbie2dou4ta1nei4gehao3bu4hao3$Q:VNV:T -INVai4laugh$INTERJ -MOTshun4qi3zi4ran2la -hao2yu3guo4lai2hy walks over slowly -guo4lai2 -ba3 -engmgei3ni3bei1shang4nei4ge -ba3gei3xiao3mei4mei4fang4shang4dong1xi1 -ai4dui4 -INVta1shuo1ta1detiao2jian4te4bie2bu4hao

3 -INVta1shuo1nei4gete4biezhei4gediu

1diu1zhong1guo2deren2diu1gong4chan3dang3ren2 -INVyin1wei4ta1men2jia1 -INVta1wo3gu2fu4shi4san1san1ji3nian2can1jia1ge2ming4dena4xian4zai4kuai4liu4shi2nian2la -MOTeng$INTERJ -INVjiu4shuo1hai2zhu4nem4mebu4hao3defang

2zilaugh -INVzhei4ye3ting3diu1ren2debu2shi4$Q:VBU -laugh -aiaiai$INTERJ -cong2zhei4bianr1 -zou3 -INVta1yi2 -INVxian4zai4yi2geren2bu4hao3ba -INVjiu4shuo1jiu4shuo1ta1xian4zai4li2xiu1la -INVli2xiu1ren2jiu4bu4guan3ni3la -MOTang

$INTERJ -INVni3yao4zai4dan1wei4neren2jia1yao4yao4fen1shen2mehao3fang2zidou1di4yi4fenr4 -INVta1yi3qian2ye3shi4ju2zhang

3 -yi1qian

4$UNINT -INVhao3na4wo3wen4wen4kai3ru2 -INVta1yao4qu4dehua4wo3zai4gei3wo3da4gu1qu4yi4feng1xin4 -INVzai4qu4yi4feng1xin

4gen1ta1shuo1shuo1 -MOTeng4$INTERJ -INVeng4$INTERJ -INVwo3zai4xie3feng1xin4wo3gen1ta1shuo1ni3bu2qu4la -INVwo3gen1ta1shuo1ni3hai2shuo1ni3wen4ni3hai2gen1ta1dao4qian

4shen2medelaugh -MOTeng

m$INTERJ -INVwo3dou1gen1ta1xie

3la -MOTxing2 -INVang4$INTERJ -ou1mi2hai2du4wa

2$UNINT -hhhuhhai4du3yiarustling sounds as m fixes her microphone$UNINT -laughs -xia

4la

-xia

4la

-kuai

4le -enghenghenghengr setting up video, loud rustling$UNINT -hao2yu3nei4gezan2menbu2dong4ao -INVdou1huai

4la -mei2huai4 -huai

4le -INVmei2huai4 -mei2huai4hy comes running with a car in his hand -zuo

4ke4che

1 -hengke

4 -eng$INTERJ -ke4che

1 -engheng

1$UNINT -zuo4whinydi4di

4engzuo

4 -da3kai1engda3kai1hy turns on the robot car and it makes squeaky noise; robot car noise -eng

$INTERJ -gan4ma2ya$Q:QW -guan1yarobot car noise$Q:NQP -eng2enghuai4ahy vocalizes as he runs away; robot car noise; noise suddenly stops -huai4la -ni3yao4ni3yao4shi4zen4mezhao1jiu4ting2la -jiu4zen4mezhaoba1m turns it onjiu4kai1 -m turns it offzen4mezhaoguan1 -ni3kai1zi4ji3kai1bavideo begins -kai1kai1hy turns it on; robot car noise -akai

1la -ang

kai1larobot car noise, then it suddenly stops as hy shuts it off; and picks up the car and takes it over towards the shelf unit -guan1le -eng

$INTERJ -zuo4yi4qi4che

1la -aozuo4qi4che1zuo4qi4che1banging noise as hy puts car up on shelf -zuo4qi4 -zuo4qi4che1zuo4la -eng

$INTERJ -zuo4zuo4qi4che -kai1more banging noises -engnyuo2you3dian4chi2la -zuo4 -a

4$INTERJ -you3dian4chi2la -you3dian4chi2lam squats to put car on floor for hy -ei4as he jumps and watches m$INTERJ -ei4gao1xing4leha

$Q:NQP -you3dian4chi2lalaugh -fusseng

2$INTERJ -kan4zhei4hai2guan3yong4robot car noise -engni3kan4robot noise -sa1sa1shou3sa1shou3 -ni3xxxxrobot noise; hy and m both standing silently and watching the car drive away from them$UNINT -coughs; robot noise changes as m pulls the car back near hy again -eng2pao3la$UNINT -a

4robot car noise$INTERJ -laughs -laughs; robot car noise -eng

robot car noise; hy grabs car and tries to turn it off, but lets it go again instead$INTERJ -pao

3la -hengpao

3la

-pao3larobot car noise; m bends over and turns off robot car -xing2le -xiu1xi1xiu1xi1xingbu4xing2$Q:VNV:T -fussingeng2hengeng

2hy runs to car and turns it on again; robot car sound$UNINT -ai4ai

4bie2dong4 -sa1shou3 -bie2dong4 -dong4ta1jiu4huai

4learobot car sound; m pulls out another, non-noisy dune buggy, car and tries ; to loop it onto the robot car with a string -ba3zhei4gegei3ta1la1shang4 -hao2yu3laughba3zhei4gegei3ta1la1shang4robot car sound suddenly stops -eng

2mni3kan4 -huai4leba

rustling sound of car being manipulated -bu4neng2dong

4zhi1dao4marobot car sounds again$Q:QP:T -eng2ni3zai4zen4mezhao -hao2yu3gei3ta1la1shang4m loops dune buggy to robot car with string; robot car noise -engm turns off robot car$INTERJ -xing2 -xiu1xi1xiu

1xi1xing2ma$Q:QP:T -nei4shixxxxzao4yin2ta1bu4hao3ting1$UNINT -xing2mahao2yu3hy walking towards robot car$Q:QP:M -xiu1xi1xiu1xi1hy picks up robot car from floor and places it on bookshelf; m standing behind hy, watching -engxiu1xiu1xiu1xi

1 -kai

1la -ao4hy accidently opens up one of the cupboard doors$INTERJ -hei$INTERJ -eng

$INTERJ -kai1lalaughs, about the door -zhei4hao3ma$Q:QP:M -laugh -zhei4hao3 -zhei4hao3laughyi4huir3za

1zhezha1ni3laughs; m closes the cupboard door -xing2le -xxche1kai1 -eng

$INTERJ -vocalizing excitedly as he lifts car off shelf and onto ground; m helps -yi2xia4di4 -eng

m fixing her microphone; hy turns robot car on again; robot car noise$INTERJ -MOTxxx$UNINT -INVxxxhy pulling dune buggy over to latch onto robot car.; m helps, but then turns off robot car.$UNINT -whisperstai4nao4le -fusseng

2eng

2eng

$INTERJ -nei4ge -ni3yi2nong4ta1jiu4zou3bu4liao3la -ta1mei2nem4meda4jinr4 -xxxrobot car noise, hy watches as he holds the dune buggy ; which is hooked on to the robot car by a string; then m ; shuts off robot car$UNINT -ni3tao4engta1zou3bu4liao3 -bu4neng2tao4 -ni3zen4mezhehai2zen4mezhaoba -zen4mezhao -ba3nei4che1na2lai2 -jiu4zen4mezhaolai2hui2kai1 -dui4zen4metui1zhekai1 -xing2mahy pushing dune buggy as m gets another red car and puts; it in front$Q:QP:M -lai2zen4mezhaom puts the red car down -lai2tui1zheba -stands to look at meng

niao4niao

4runs towards bucket against wall beside m -niao4niao4lai2laughm pulls bucket out from wall for hy to sit on -xxxxxxkai

1qi4che1la -engkai1qi4che1 -niao4niao4engas she adjusts position of buckethy sitting on bucket to pee, m and hy looking at r; hy gets up and walks over to the cars again -as he touches the dune buggyai

1wuhy pushing the 3 cars into a line; m dumping the bucket into the toilet$UNINT -ke1pou3qi4che1m comes back to doorway as hy looks at her and comments -pao3kuai

4laas he pushes the dune buggy -ao

4pao3kuai

4lehy moving cars into a horizontal "starting line" pos'n -ao4eh$INTERJ -eng

$INTERJ -dao4laughs -eng4m picks up block car and offers it to hy, he looks$INTERJ -hao2yu3zhei4geche1 -ye3zhuan3yizhuan3laugh$UNINT -kan4nong4si4ge -neng2bu4neng2nong4shang4$Q:VNV -shi4shi4hy pushing the other cars -si4geaom squats and puts block car in line -zen4mezhao1 -ei

4hei4$INTERJ -ei

4$INTERJ -si4gelai2hy arranges cars in vertical line with smallest at front; and dune buggy at rear, pushes -slurrednong4si4ge -k

ai1hy puts a broken metal car body in front -nong4ao

4 -zhei4geye3suan4yi2ge -hei$INTERJ -tschzhei4ye3kai1laugh -ni3shuo1nei4neng2kai1ma

$Q:QP:M -nei4mei2you3gu

2lugu1+luhy pushing metal body along ground silently -zen3meban4$Q:QW -nei4mei2you3gu

2lulaugh -ni3kai1yi2geshi4yi2shi4 -kai1kai1shi4shi4 -ba3nei4kai1kai1shi4shi4m stands and watches as hy squats and pushes the broken car -engmna2nei4tui1zhekai1kai1neng2bu4neng2$Q:VNV:T -mei2du2mei2du2lugu2+luabove said while lifting car to show m -eng

mei2gu2lu -mei

2du

2gu2+lu -wo4you2de$UNINT -de4tai4ha1hy puts car down on floor again, looks at cars, then moves; broken one in front and gets up to push from last car$UNINT -neng

2kai1 -neng2kai1ya$Q:NQP -akai1 -ni3kai1bahy gets up to try -kai1xia4shi4shi4hy pushes cars -huai4le -huai4le -xxzher4shi4shi4 -nei4mei2you3gu2lubu4neng2kai1hao2yu3 -bie2yong4nei4gela -mei2mei2dou3you3gu2lu -eng

hy manipulating cars$INTERJ -engzhei4gegu1lu

1gu2+lu -enzhei4gegu1luzhei4gegu1luhao3 -eng

m$INTERJ -ba1en4ba

hy drags broken car on ground$UNINT -engyidoi

4dou1$INTERJ -eng

$INTERJ -ni

1di4di

1che

1 -engnong4shui

3che

1 -ade4ai

che1m pushes block car back in front of others with her foot -lai2 -mei

2you

3gu

1lu

-engmei2you3gu2lu

m starts pushing cars from behind with her foot; hy gets up and arranges front cars -ei4as car bangs floor$INTERJ -high vocalizationwa

2ha

4ehwuh4$UNINT -en

ni3la1yi4che

1zias he picks up block car by string -engmla1yi4che1 -lai2 -ge1zher4 -la1zhebacar bangs as it gets let down -kan4ni3neng2la1nar3har$Q:QW -engla

1da4che

1reversal: da4 che1 la1 block car, not car la1 da4 che1 -engla1da4che1xing2m helps hy loop string of block car onto dune buggy -engba3zhei4sheng2fang4zher4 -fang4zher4jiu4ke3yi3 -jiu4la1zher4jiu4xing2lehy pushing cars -kai1la -eng

$INTERJ -bu4neng2kai1laas hy takes away broken car -engman

4dianr3 -man4dianr3laughing, looks at r -ke1eh$UNINT -bie2ke1che1la -eng

4$INTERJ -bie2ke1 -bie2kai1 -bie2ke

1che

1la -bie2ke1che1lahy looking at cars -hai2neng2kai1ma$Q:QP:M -shi4shi4 -lai2 -ni3shi3jin1tui1tui1kan4 -xing2bu4xing2$Q:VNV -tui1 -ei

4hy pushing cars$INTERJ -engtui1ta -eng

m$INTERJ -tui1hy pushes cars hard and some go under cot -tui

1lei -laughs -mei2la -lai2 -qu4na2qu4 -qu4gena2chu1lai2 -tao1tao1lai

2*tao1 used incorrectly -ei

tao1chu1lai2 -as he hits car under bed for it to come out -engtao1 -tao1 -tao1 -tao1eng -tao1 -eng

m$INTERJ -tao1chu1lai2le -eng$INTERJ -eng

tao1chu1lai2le -lai2 -zen4me -guai3guo4lai2 -guai3guo4lai2yi4huir3pao3chuang2di4xia4qu4la -guai3guo4lai2 -guai3 -guai

3m and hy reorienting cars away from cot -ang

guai3guo4lai2 -guai

3guo

4lai2 -guai3guo

4lai

2 -guai3guo4lai2ang -guai

3 -ei

4guai3 -zher4 -jiu4zai4zher4 -dou1guai3yi4guai3 -xx$UNINT -xing2le -kai1 -ji1qi

1renr

2as he grabs dune buggy -eng

$INTERJ -ji1qi1renr

2 -ji

1you4something drops as hy gets up and fixes position of robot car; then pulls dune buggy back in behind it -youbede4kai1qi4che1 -kai1kai1 -kai1qi4che1 -eng$INTERJ -ou

4$INTERJ -yihaiguo4whisperlai

hy moves robot car to behind dune buggy$UNINT -ou

4neng2tui1la -eng

bu4neng2tui1la -tui1 -eng4$INTERJ -ehbu4neng2tui1le -eng4$INTERJ -wuh

1hy puts red car beside then inside of dune buggy$UNINT -eng4hai2shi4zen4mezhao1sheng3shir4hanghy pushes then reorients robot car$Q:NQP -laugh -tha

4gen

2$UNINT -agun

3while looking at m and holding robot car -eng

m$INTERJ -gun3la -aogun3la -agun3che

1 -ao4gun3che1 -zen4mezhao1sheng3shir4ha$Q:NQP -da4che1tuo2zhexiao3che1 -shi4bu2shi

4$Q:VNV -dai4zhexiao3che1hao3zou3 -tui1 -lai2tui1tui1kan4kan4 -kan4hy pushing cars -eixiang

3la -xiang

3la

hy pushes cars over to beside shelf unit -lai

2che1hao3la -eng

che1dao3la$UNINT -eng$INTERJ -enzou3kai1 -zou3kai1che1 -engkai1che1 -wo3la1guo4lai2a -duo2duai

3guai3 -ting

2niao

4 -ting2niao2 -engxxxx$UNINT -xxxxla$UNINT -eng$INTERJ -ehtehsound of hy dragging car along ground$INTERJ -la1zheche

1 -engla

1zheche1 -la1zheche1 -engla1zheche1hy tring to hoop string of dune buggy over robot car -engtui1bahy manipulating cars -ma3lu4zou3 -ma3lu4zou3 -zou3 -eng

mma3lu4yi2you4wei2di2 -zuo4le -engzuo4qi4che1 -ei2zuo4guo4lai2 -eng

mhy banging cars$INTERJ -engm4you3tui3 -ei4dui4 -hahayou3tui3ni3guai3wanr1laugh -ao

$INTERJ -guai3wanr1kai1che

1 -guai3wanr1kai1che

1dou4 -hao2yu3$VOC -bu4neng2dong4aom fixing hy's microphone -laughs -hao3ma$Q:QP:M -ni3xiao3qiu

2qiu2laugh -laughs -hao

3 -laughing -hao3qiu

2qiu

4 -lai2kai1kai1che1zai4kai1kai1 -wang3da

4ouche1 -einei4bianr1mei2you3di4fangr1hai2wang3nei4bianrguai3 -wang3da4wang3nei4bianr1nem4meduo1kong1di4ne -wang3nei4bianr1guai3rustling, banging sounds as hy moves cars -mei2you3mei2you3yi1fang1di4+fang1 -mei2you3di4fangr1a$Q:NQP -wang3ma3lu4shang

4 -a

4$INTERJ -ma3lu4shang4 -engma3lu4shang4 -yousing songai32

ma3lu

4che1 -aiyou

$INTERJ -soft, a little highzhen1hao3wanr2ha$Q:NQP -ai

3che1 -ma3lu4you3che

1 -eng

m$INTERJ -ma3ma3lu4you3deng1 -eng

m$INTERJ -ma3lu4ma3lu4you3deng1 -ma3lu4 -ma3lu4engmdeng1le -ma3lu4you3dd -ma3lu

4 -ma3lu4deng1yi -ma3lu4deng1 -ma3lu4deng

1eh -ma

3lu

4deng

1 -engm2ma3lu4deng1 -ma

3lu

4da

3du4ma3+lu4deng

1 -ma3lu4du4yi2ahdeng1zhei4ge -creakymei2 -mei2you3yi

1fang3di4+fang1 -mei2you3shen2me$Q:QW -mei2 -mei2you3yi1fang3di4+fang1la -mei2you3yi1fang3la$Q:INT -mei2you3di

4fangr1lalaughlaughing -shmei2you3shen2melaugh$Q:QW -you3yi4si1ma$Q:QP:M -wanr2zhei4ge

-mei2yi4si1wo3gei3ni3kan4shu1m opens drawer and pulls out a book; hy stands up and takes book from m then puts it in dune buggy -yishu

1em

-mei2yi4si1yakai1che

1 -eng

$INTERJ -mei2yi4si1kai1che1 -gei3 -gei3 -zhei4shu1m gives hy another book -kan4shu1ba -hao3ji3tian1bu4kan4shu1lebani3 -eng2hy trying to put book into dune buggy$Q:PRMPT -eng4$INTERJ -xiang3kan4shu1ma$Q:QP:M -eng$INTERJ -eng

zuo2zu2ning2di4$INTERJ -nei

4shu1 -nar

4nar

4shi4shu

1zishu1 -eng2$Q:PRMPT -ehddai

4shu1 -zai4nar3$Q:QW -ao4na2nei3geshu1a$Q:QW -na4na

2yi4dou4shu1 -eng2$Q:PRMPT -da3 -dou3dou$UNINT -dou1dou

1$UNINT -duo

4$UNINT -dou1$UNINT -ei2shu1 -ei2shu1da

4 -ei2shu1ehda

4 -ei2dou4dou4eishu1 -neng2fang4shang4qu4mahai2$Q:QP:M -duo1adou1fang4zher4m takes book off robot car and puts into dune buggy -kan4xing2bu4xing2$Q:VNV -dou1fang4zher4zen4mezen4mezhefang4 -jiu4duo1fang4dianr3hy putting books into dune buggy, m stands to watch -angzher4ge

1hy stands up and gives a book to m who then flips pages -eidong1xi1dong1xi1pao

3 -eng

$INTERJ -bie2dong4la -bie2dong4la

-en2en2fuai

4huai4/fang4la$UNINT -fang

4hy stands with book then squats to put it into dune buggy; m picks up another book, flips through, then puts in buggy -xing2ma$Q:QP:M -eng

1$INTERJ -ka3lizhei4bian1kai1hy pulls red car over in front of robot car and dune buggy -zhei4bian1kai1hy looks over and stares at r -kan4shen2menehao2yu3$Q:QW -laugh -eng

$INTERJ -kan4lu4xiang

4la -laughs -you4ge1ge

1che1+che1pulling book out of dune buggy and looking at pictures -li3mian4you

4yi2geche1che

1 -you4yi2geche1 -na4ni3bu4ai4hu4shu1shu1dou1si

1la -hai2kan4kan4bam tries to flip pages but hy grabs book and pulls the 2 parts of the book apart$Q:NQP -ni3mang2bu4mang2hao2yu3$Q:VNV -eng2$Q:PRMPT -eng1hy trying to put the books back into dune buggy$INTERJ -busheh$UNINT -englaughs$INTERJ -ge1bu2xia

4leba$Q:NQP -kan4hai2xiang3shen2meban4fa3ge1xia4$Q:QW -zai4xiang3xiang3ban4fa3 -zen3mege1neng2ge1xia4$Q:QW -zen4mezhao1neng2ge1ma$Q:QP:M -neng2ge

1 -neng2ge1a -neng2ge1ge1ba -tai4tai4duo

1 -tai4duo1 -yi2ge1ge1 -eng2$Q:PRMPT -ei2po1bu4ge

1cheng2xia

4la -aocheng2bu2xia4la -zen4mezhao -zen4mezhao1ge1 -ni3kan4neng2bu4neng2cheng2xia4$Q:VNV -zen4mezhao1ge1 -lai2as m orients a book in horizontally -dou1zen4mege1kan4neng2bu4neng2ge1xia4$Q:VNV:T -ge1yi2ge1shi4shi4hy tries -ai

4dui4 -shu4guo4lai2 -shu4guo4lai2hy does reorient the book -ai

4dui4 -zhei4ge

-aokan4kan4neng2bu4neng2ge1xia4$Q:VNV -eng

neng2neng2ge1xia4 -ao4neng2ge1xia4 -xing2la -lai2lai2 -ge1xia4lema$Q:QP:M -ge1xia4lai2le -high, reg. changeao4jiu4shi4 -high, reg. changeduo1dong4nao3jin1a -e

2xxxxxx$UNINT -uh2bu2xu3da

3 -eng$INTERJ -eng

2$INTERJ -engjie

1*jie3 -jie

1 -jie1 -enjie1xia4lai2 -jie1sh -jie1xia4lai2 -lai2zen4mezheai

4 -zen4mezhe -wang3wai4 -wang3wai4 -song1yi2xia4 -ei

4dui4 -bu4bu2shi4da

4ke1che1 -ao4bu2shi4da4ke1che1 -zhei4shi4shen2meche1ya$Q:QW -xiao3he1jiaojiao4che1 -xiao3jiao4che1 -da4fe1 -xiao3jiao4che1 -ao4zhei4xiao3jiao4che1laugh -zhei4shi4xiao3jiao4che1ma$Q:QP:M -xiao3jiao4che1dou1shi4zhei4yang4dema$Q:QP:M -da4qi4che

1 -zhei4ye3bu2shi4da4qi4che1 -zhei4shi4shen2meche1$Q:QW -zhi1dao4ma$Q:QP:M -ahei1qi4che1 -ahei1qi4che

1 -nei3geshi4hei1qi4che1$Q:QW -ni3kan4zhei4xie1nei3geshi4hei1qi4che1a$Q:QW -nei3geshi4hei1qi4che1$Q:QW -enbai

2de -nei3geshi4bai2deya$Q:QW -zhei4shi4hei1yan2se4 -shen2meyan2se4dou1you3 -zhei4shi4shen2meyan2se4a$Q:QW -zhei4ge

-enhelan2se4 -zhei4shi4lan2se4 -zhei4gene$Q:QP:N -ahei

1de -shen2mehei1de$Q:QW -zhei4bu2shi4hei1dema$Q:QP:M -zhei4shen2mese4$Q:QW -hong2luu4 -laughs -luu4 -xia1shuo

1 -ni3kan4zhei4shi4shen2mese4$Q:QW -xiang3xiang3 -zhei4che1shen2meyan2se4$Q:QW -engche1yahei

1a -sternhuang2 -huang2 -engben4 -ben4bu2ben4$Q:VNV -engxxxxche

1 -aiyouche1 -eng$INTERJ -na2qi4 -eng

xxxxxx$UNINT -engla2la2la1+la1 -engla1la1 -rang4ta1la1la1kan4xing2bu4xing2$Q:VNV:T -lai2 -rang4ta1la1rang4ta1la1la1a -na4ni3kai1kai1 -eng$INTERJ -ni3ye3kai1kai1 -hao2yu3ba3zhei4kai1kai1rang4ta1la1la1 -kan4neng2bu4neng2la1dong4$Q:VNV -kai1kai1 -zhei4gebu4xing2 -zhei4gexxla1bu2dong4 -zhei4che1tai4da4la -nei4la1yi4la1 -kai1kai1 -hui4kai1ma$Q:QP:M -kai1kai1la1nei4ge -hui4hui4bu2hui4kai1$Q:VNV -kai1 -you4huai4la -eng

$INTERJ -you4huai4la -hai2you

3 -nei4gela1bu2shang4 -nei4getai4chen2 -che1che1zou3zou3 -eng2$Q:PRMPT -engzou3zou3 -zou3zou3a -age1che

1zi -yige1ta1xia4lai2 -eng

$INTERJ -ge1tai1xia4lai2hy manipulating cars; horn honking sound outside -die1jie1xia4lai2 -eng2$Q:PRMPT -engjie

1 -eng$INTERJ -xing2ma$Q:QP:M -zen4mezhao1 -you4bu2hui4jie3lanote correction to jie1 -liang3geshou3yi2kuair4 -hei$INTERJ -engm$INTERJ -na2na

2 -laughs -na2omission of "bu4" or "de2"dong

4la

-ni3yi2geshou3na2zhei4geyi2geshou3na2zhei4gebu2jiu4xing2lema$Q:QP:T -zhei4geshou3na2zhei4ge -engdui4 -tui1ba -wang3qian2zou3banging sound in background, cutting food for lunch -zhei4tui1bu2dong4banging sound of cars -laughs; laughs -laughs -zhei4hou4huai4tou2khhhhuai4tou

4$UNINT -eng

2$Q:PRMPT -enhhehuai4he2tou4la$UNINT -he2tou4la$UNINT -eng2$Q:PRMPT -huai4la -huai4le -ni3hao3haorting1hua4ba -yao4bu4ran2dou1huai4le -ting1jian4mei2you3end of side one for hy's tape$Q:MEI -lai2 -hao2yu3$VOC -you4huai4la -you4huai4lehy manipulating cars -hai2shang4tuo1er2suo3ma$Q:QP:M -yu3$VOC -wo3gei3ni3song4tuo1er2suo3qu4xing2bu4xing2$Q:VNV:T -eng2$Q:PRMPT -qu4mayu3hy manipulating cars$Q:QP:M -oudi1ma

1ma

1ma1$VOC -nei4bu4hao3tui1 -shi4bu2shi4$Q:VNV -pao3kuai4 -eng

$INTERJ -pao3kuai4 -lai2 -gei3ni3kai1kai1xing2bu2xing2$Q:VNV:T -kai1kai1jiu4kuai4lerobot noise turned on -xxxxhuai

4la -anzhei4gemei2far3dong

4 -zhei4gebu4neng2 -xing2lezhei4geneng2kai1robot car noise -xxxxxxzhei4neng2dong4robot car noise, then shuts off as m speaks -hao3la -engkai1 -eng

$INTERJ -whinykai1dong

4 -zhei4gemei2far3kai1 -zhei4gejiu4shi4wanr2de

-zhei4shi4ji1jie2deji1+xie4.de -zhei4shi4zhei4shi4zhei4geshang4dian4chi2de -zhei4gemei2you3you3dian4chi1mei2far3shang4dian4chi2 -creakymei2you3mei2shang

4 -mei2mei2mei2you3yi1dian4chi

1 -laughs under her breath -mei2you3zhei4zai4li3tou

2la -ao4zhei4zai4li3tou2la -dian4chi1zai4li3tou2 -mei2you3li3tou2 -a

4zhei4li3mei2you3a$Q:NQP -slurredazhei4li3zhei4li3you3 -mei

1$UNINT -de

4geguan1azhei4+ge -de4gezhei4+gemei2you3dian4chi

2 -eng

$INTERJ -yi2du1dui

4$UNINT -yi

2che

1 -eng$INTERJ -ma1ma1ma$VOC -eng$INTERJ -creakyna

2shou3na2zhu

4 -shou3na2zhu4 -ei4bie2na2nong4huai4le -nong4huai4le -xia4 -eng

$INTERJ -engna2na2 -na2zhu4embi1 -na2shou3 -eng

na2shou

3 -zhei4bu4neng2na2 -zhei4zhi3neng2zhei4yangr4le -kan4nei4bu4neng2na2le -jiu4zen4mezhao1ba -enzuo4zuo4ba -eng

$INTERJ -zuo4zuo4 -zuo

4 -zuo4zuo4ba

-zuo4zuo4 -engzuo4zuo4zuo4ba -eng

$INTERJ -zuo4zuo4zuo4 -zuo4zuo4zuo4 -zuo4zuo4zuo

4 -eng

$INTERJ -enzuo4zou3ba -zen4mezhao1ba -gei3 -ni3zhei4e4yu2neng2bu4neng2zhuang1shang4lelaughs$Q:VNV -bu4zhuang1 -neng2zhuang1ma$Q:QP:M -neng2zhuang

1 -neng2zhuang1 -dou1zhuang1shang4ba -kai1che1 -you4shi4shu1you4shi4e4yu2 -lai2kai1che1 -kai1che1 -dui

4kai1che -hao2yu3zhei4shou3na2zhei4geba -bie2na2nei4gelenei4ge -nei4gezhei4geche1tui1bu2dong4 -zhei4geche1tui1bu2dong4zhi3neng2nong4dian4tui1 -jiu4zen4mezhao1 -zhei4shi4ke3yi3yong4shou3tui1 -ei4dui4 -zen4mezhekai1che1 -dui4 -ta1lei4la -dui4 -ta1lei4lalaugh -ta1lei4leang -xxche

1 -eng

4dui4 -bu2lei4la -eng

zhei4 -zhei4geche1dou1bu2pa4lei4 -nei4geche1pa4lei4 -zhi1dao4ma$Q:QP:M -ta1pa4lei

4 -eng

ta1pa4lei4 -jiu4zhei4gebu2pa4lei4 -zhei4gepa4lei4zhei4gedou1bu2pa4 -tui1ba -kai

1lou

-hezhen1bang4 -kai1dezhen1hao3 -ji4xu4kai1 -eng

dexia4che1la -ang

4$INTERJ -xia4che1la -ang

$INTERJ -slurrednei4gexiao

3 -nei4gesh -nei3gexiao3a$Q:QW -eng$INTERJ -nei4geshlei

4la -nei4gelei4lea

4 -ni3lei4ma$Q:QP:M -bu2lei4 -lei

4la -ni3ye3lei4la$Q:NQP -laugh -ni3lei4zen3meban4a$Q:QW -che1che1lei4la -ni3lei4zen3meban4a$Q:QW -zuo4zuo

4 -ao4zuo4zuo4xing2 -enzuo4zuo4lei4la -zuo4 -engzhei4geche1zi -zhei4geche1lei4 -zhei4geche1lei4la -zhei4geche1lei4a -zhei4ge

-engzhei4gebu2lei4la -zhei4gebu2lei4leyou4laugh -engtui1bu2dong

4nei4ge -zhi3neng2tui1nei4ge -nei4gebu2lei4 -tui1nei4ge -whisperzhei4gelei4lewo3gen1ni3shuo1yu3 -ente1tui1zhei4ge -eng

$INTERJ -engtui

1zhei

4ge -engtui1zhei4ge -ni3tui1bu2dong

4 -zhe

4 -zhe

4pa4lei4 -engbu2bu2pa4lei4la -eng

a

4eng$INTERJ -lei4che1la -hun2dan

4 -xia1shuo1 -da3ni3 -hun2dan

4 -laughs -ma1ma

$VOC -eng1$INTERJ -ma1ma$VOC -eng1$INTERJ -ma1mazen3mela$Q:QW -ma1ma$VOC -ei

4laughs softly$INTERJ -mei2 -xxla

$INTERJ -ma2dong

4 -eng2$Q:PRMPT -engche1yila -zhei4che1lei

4 -che1lei4 -che1lei4la -hao2yu3gao4suni3nei4geche1lei

4le -rang4che1xie

1yi4huir3ba -heng$INTERJ -enghuai4la -eng

zhei4geche1lei4 -zhei4geche1mei2huai4 -la1ba -engche1zai4nar

-che1zai4zai4nar

4 -eng

$INTERJ -che1zai4 -ai4enghm$INTERJ -la1dong

4enh -laughs -liang3ge

4 -liang3ge4che

1 -nei4 -yi2gong4ji3liang4che1$Q:QW -shu3shu3 -shu3shu3 -zhei4geeiduohuo3che1che1 -ji3liang4che1yi2gong4$Q:QW -liang3liang3liang4che

1 -nei4shi4liang3liang

4 -zhei4shi4liang3liang

4 -yi2gong4shi4ji3liang4$Q:QW -yi

1er4san1 -yi

1 -yi1yi1liang3liang3che

1 -ao

4nei4liang4che1 -zhei4liang3liang4che1 -eng

4$INTERJ -wo3he2niang3niang3liang3+liang4che1 -aong

4$INTERJ -enqiu2qiu

2 -ang2$Q:PRMPT -aqiu

2nar4la -ao4qiu2ge1nar4lalaugh -hao3wanr2malaughs$Q:QP:M -laughs -mei2fa3zou

3 -mei2far3zou3a -zher4shei2gei3ni3zhua1po4de$Q:QW -zher4shei2gei3ni3zhua1po4deya$Q:QW -jiu4jiu4zhua

1de -sternxia1shuo1 -shi4jiu4jiu4zhua1de$Q:NQP -shei2zhua1dezhar4har$Q:QW -meng2mengzhua1de -dui4meng2mengzhua1de -hai2you3shei2zhua1deya$Q:QW -zhar4shei2gei3ni3zhua1de$Q:QW -long2longzhua1de -long2longzhua1de -hai2you3shei2zhua1la$Q:QW -hai2shei2zhua1ni3la$Q:QW -eng2$Q:PRMPT -engzhei4gezhua1zher4zhua1la -eng4$INTERJ -zher4zhua1la -zher4zhua1lalaugh -hai2you3nar3zhua1la$Q:QW -dou1shei2da3ni3latuo1er2suo3$Q:QW -eng2$Q:PRMPT -you3 -ei4he2you3sh -ba4$UNINT -you3xi1ba4 -zhen2mang

2hao2yu3laugh -lei4bu2lei4$Q:VNV -bu2lei4 -xie1huir3ba -yu3$VOC -kan4huir3shu1xing2ma$Q:QP:T -eng2$Q:PRMPT -enban

4la$UNINT -enban4la$UNINT -ban4labanging noise$UNINT -enge1omission of "bu4"xia4qu

4 -ge2bu2xia4qu4ba$Q:NQP -zhuan3ge4wanr1 -zhuan3ge4wanr1jiu4ge1dexia4qu4le -la1 -wo3da4woji

1qi1$UNINT -yi2da4$UNINT -eiwo3xia4qu4 -wo3xia4qu4 -wo3xia4qu4la -wo3xia4qu4la -engrang4wo3xia4qu4la -eng

$INTERJ -guai3wanr1 -zhuan3wanr1 -en

zhuan3wanr

1 -enzhuan3wanr1zhuan4zhuan3la -enghao2yu3wanrhuir3zhei4geba -zhei4gezhei4shi4shen2me$Q:QW -lai2wanr2zhei4gem winding up a toy -eng

$INTERJ -zhei4shi4shen2meya$Q:QW -wa1dewa

1deya$UNINT -che1che1huai

4la -fang4fang4fang4 -fang4fang4di4xia4fang4di4xia4 -eng$INTERJ -fang4di4xia4fang4di4xia4 -fang4di4xia4squeaky toy soundrang4ta1zou3 -fang4fang

4 -guo4lai2fang4 -che1che1bu4hao

3la -wan2lezhei4shi4shen2meya$Q:QW -zhei4shi4 -lai2 -dudu

4di3$UNINT -eiche1 -wa4$INTERJ -wa3dahy manipulating cars$UNINT -lei

4le -eiyouheba3nei4gegei3wo3hy dragging something on floor -xing2lema$Q:QP:M -xing2la -xie1huir3ba

yu3 -xing2bu4xing2$Q:VNV -engxie1huir3che

1la -eng

xie1huir3 -che1ye3lei4lewo3kan4 -che1diu

4 -che

1da -ni3he1shui3mayu3$Q:QP:M -acai3fang

4$UNINT -tai4fang4$UNINT -zen3meya$Q:QW -xie1huir3ba -zan2menxue2huir3xi

2ba -eng$INTERJ -hao3ji3tian1ni3dou1bu4xue2xi2la -bu4xue2xi2dou1wang4guang1le -lai2 -na2zhe -eng4$INTERJ -xuebu4xue2a$Q:VNV -dong

4xx -eng

2hu

2cheng

3huai

4la -eng

2$Q:PRMPT -wuhuai4la -huai4la -wu

1$INTERJ -ning3yi4ning3as m winds it for hy -ning3yi4ning3jiu4hao3lam winding toy for hy -lai2guo4lai2 -kai1nei4ge -hao2yu3kan4 -kai1che1lea4m lets go of wind-up car on floor; car stops -zen3meyang4car goes again then stops$Q:QW -zhei4shi4shei2kai1che1nelaughs softly$Q:QW -eng

2$Q:PRMPT -kan

4la -kan4la -zhei4shi4shen2meya$Q:QW -xiang3xiang

3 -eng

2as m is winding toy car$Q:PRMPT -xiang3xiang3 -eng

xiang3xiang3m lets go of wind-up car again -hao3wanr2macar still going$Q:QP:M -qiao2qiao2mi3lao3hu3lao3+shu3shu3hui4kai1che1 -hao2yu3hui4kai1che1ma$Q:QP:M -wo3he4bu2hui4kai1che1 -ni3bu2hui4kai1che1laugh -hao2yu3$VOC -zhei4gem winds then sets off wind-up car -engm$INTERJ -rang4ta1xiu1xi1xiu1xi1 -hahayou4zou3lam winding again -kan4 -zhei4shei2gei3ni3mai3deyam still winding$Q:QW -wa

2wai

4guo

2ren2mai3de -laughs loudly at hy's labelling of r as "wai4+guo2+ren2" -wai4guo2ren

2m still laughing -shen2mewai4guo2ren2$Q:QW -wo3bu2shi4xia2ling2ma1mane$Q:NQP -laughing -INVxxxxguo2ma1ma -xia2ling2ma1ma

laugh -eng

xxxia2ling2ma1ma -zhei4shei2gei3ni3mai3deya

laughs$Q:QW -enta1xx -eng2$Q:PRMPT -enta1 -laughs -xx$UNINT -wai4guo2ren

2 -laughing -MOTwai4guo2ren2 -INVlaughta1nei4ci4kan4dian4shi4 -INVran2hou4nei4ge -INVta1lao3kan4dian4shi4qu4lao3shuo1xia2ling2xia2ling2 -INVwo3shuo1nei4gebu

2shi4xia2ling

2 -INVwo3shuo1nei4shi4nei4shi4nei4gewai4guo2ren2 -INVta1jiu4ji4zhu4leshi4wai4guo2ren2laughs; hy turns robot car on -huai4la -huai4lalaughrobot car noise continueslaughing -huai4leba -eng2$INTERJ -hao3lacontinuing robot car noise -enghdi4kai

1 -hahani3kai1bu4neng2kai1ya$UNINT -wo3kai1la -eng

$INTERJ -kai1 -laughs softly -eng

2$INTERJ -eng2yi

1da3$INTERJ -yi

1with robot car noisesound of hy manipulating toys then robot car noise at end -hao2yu3mang2bu2guo4lai2la -lai2 -wo3gei3ni3neng4neng4nong4+nong4ba -eng4$INTERJ -ni3nei4yu2translationlao3nong4bu4hao3 -whisperlai2 -lai2 -zhei4jiu4xing2lewith robot car noiselaughs -engla

1zhu4 -an

4$INTERJ -la1zhu4 -la1zhu4lema$Q:QP:M -huai4la -huai4lelaughwith robot car noise -engche1chu1qu4la -eng

2$Q:PRMPT -che1che1chu1qu4la -eng

with robot noise$INTERJ -ei1che1chu1qu

4fuss/vocalizing softly -zou3lu

4leha$Q:NQP -xxxxxxxxxx$UNINT -eng4$INTERJ -eng

4$INTERJ -xie4xie4ni3$UNINT -qi4che1 -qi4che1zou3la -hehehe

$INTERJ -qi4che1zou3la -ang

4zou3la -xiao3di

1shu3hy runs$UNINT -xxxx$UNINT -zhei4shi4laugh -zhei1xirobot car slowing$UNINT -bu4xing2 -bu4bu4xing

2la -bu4xing2larobot noise until m speaks and turns it off -hao3la -engzhei4huir3 -hao2yu3ni3shuo1zhei4shi4shei2gei3ni3mai3de$Q:QW -zhei4ge$Q:INT -an2$Q:PRMPT -engde4gezhei4+gexiu1xiu1 -ang2$Q:PRMPT -de4gezhei4+gexiu1xiu1 -ao4ba3zhei4gexiu1xiu1 -xing2m winding toy car -engbu4ning

3 -eng

4$INTERJ -engning3zhe

4liang3ge -a4$INTERJ -zhei4liang3gedou1ning3m winding -dou1ning3a4 -dou1ning3 -fussingeneng

$UNINT -dou1dou

1ning

3 -eng

m$INTERJ -dou1ning3 -dou1ning3kuai4 -dou1ning3m sets off wind-up toys -dou1ning3la

-dou1ning3la

-eng1dou1ning3la

wind-up toy stops -engshe pushes it$INTERJ -eipeng4la -ao4peng4la -peng4la

-ahe1shui3a -eng

$INTERJ -hao2yu3zhei4shi4shei2zhei4geshei2gei3ni3mai3de$Q:QW -shuo1wind-up toy moving then stops -eng2ting2la -ting2la -eng$INTERJ -hao2yu3shei2gei3ni3mai3de$Q:QW -shuo1 -shei2mai3laugh -eng2$Q:PRMPT -ei4doun

1che1 -eng

$INTERJ -endong4zhe4gedong

4che

1 -eng4m and hy watching wind-up toys$INTERJ -endou1dou1ning

3 -ao

4dou1ning3 -dou1ning3as m winds -dou1ning

3 -dou1ning3a4 -dou1ning3la -eng$INTERJ -ning3guo

4aspect marker -laughing softly -ning3guo4la -eng

$INTERJ -ennei4ge

dong

4la -eng

$INTERJ -nei4gedong4 -zen4meduo

1 -zhei4nei4tian1shei2gei3ni3zen4meduo

1ya$Q:QW -a2$Q:PRMPT -ren2jia1dou1yi2ge4 -jiu4hao2yu3zui4duo1la -enduo1 -shei2gei3de

$Q:QW -a2hy runs$Q:PRMPT -nei4tian1wan3shang4ni3ji4dema$Q:QP:M -hai2sheng4yi2ge4la -eng

$INTERJ -jiu4sheng4yi2ge4la -hai2you

3 -eng

$INTERJ -shei2gei3deya$Q:QW -hao2yu3 -jiu4sheng4yi2gela -ang

4$INTERJ -you4lai2la -ang

4$INTERJ -you4lai2la -you4lai2la -xi1xi1lai2la -eng

$INTERJ -xi1xi1lai2la -xi1xi1laugh -hahahaihai$INTERJ -hao3wanr2 -eng

$INTERJ -zhei4xxxx$UNINT -heeheehao3wanr2laugh -eng

wanr2nebanging noise -xiang3laanother bang -huai4la -xiang

3la -zhei4 -zhei4yi1funar3shang4shang4deyou2$Q:QW -zhei4you2bian4zhi4la -fan4chou4weir

4zhei4ge -yi4gu3chou4mo4weir4m opens screen door to put jacket outside -en

$INTERJ -zhen1chou4 -yi2 -hao2yu3shei2gei3ni3zen4meduo1ya

$Q:QW -nem

4meduo1 -shei2gei3deya$Q:QW -de4mezen4+meduo1 -a2$Q:PRMPT -ade4meduo1 -a2zen4meduo1shei2gei3deya$Q:QW -shuo1 -kan4zhi1dao4bu4zhi1dao4$Q:VNV -yao4tui1che

1 -eng2$Q:PRMPT -engtui1che1 -qu

4ba -qu4 -qu4 -qu4ba -ta1ye3qu4 -qu4ba -qu4ba -qu4ba -qu4ba

-qu4ba -ni3hui4ning3mahao2yu3$Q:QP:M -hui4ning3 -hui4ning3shen2meya$Q:QW -nem4meben4 -shen2medou1bu2hui4 -eng

$INTERJ -lai2 -bendan

4dou1ning

3 -ao

4$INTERJ -na4ni3lai2ning3 -eng4$INTERJ -eng$INTERJ -wo3hui4ning

3 -ao

4ni3ye3hui4ning3la

-jiu4shi4ning3bu4hao3m winding -ni3kan4san1gedou1zou3a4 -zhei4duo1hao3wanr2 -ni3kan4m winding and putting toys on floor -hao3wanr2ma$Q:QP:M -jiu4sui2bian4ning3 -kuai4fang4di4xia4ta1ye3gai1zou3le -eng

4zou3leba -zou3ba -eng

4$INTERJ -you4zou3la -ang4you4zou3lalaughwind-up toy stops -peng4la -engxiang3xiang3 -eng

xiang3xiang3 -ei4xiang

3 -eng

m$INTERJ -xiang3dong4la -xiang3dong

4la -heizhei4shi4shen2medong4lalaugh$Q:QW -you42

$UNINT -zen4mezhe -gei3ta1shang4wan2jinr4ta1ning3la -shang4wan2xian

2 -shang4wan2xian2ta1bu2dong4 -dei3yong4jiao3peng4yi2xia4m winds then sets off toy -eige4de1che

1zi -eng2$Q:PRMPT -dou1ge1li3la$Q:NQP -dou1zhuang1da4qi4che1li3la$Q:NQP -engduo4duo

4$INTERJ -hao2yu3shei2gei3ni3 -shei2gei3ni3dee4yu2a$Q:QW -eng$INTERJ -laughs -hao2yu3zhei4e4yu2shei2gei3deyawind-up toy going again$Q:QW -zhi1dao4ma$Q:QP:M -you4$INTERJ -ma

1ma$VOC -ang4laugh$INTERJ -engzhe4ge -hao3ma$Q:QP:M -eng4dou1xia4lai

4lai2 -engengkai

1che1 -kai1 -kai1kai1 -kai1kai1 -eng$INTERJ -kai1kai1 -eng

wind-up toy starts again$INTERJ -eng4m$INTERJ -zhei4qi4che1zhuang1dedong1xi1ke3zhen1duo1a4 -shen2medou1you3 -you4shi4shu1you4shi4e4yu

2 -you4shi4ji1qi1ren

2 -you4shi4xiao3wan2yir4 -wo3xiu

1zhei

4ge$UNINT -eng

m$INTERJ -woyeji1qi1renr

2xiao3wan2yir4 -engda

4qi4che1hy walks to get something, comes back -engzuo

4qi4che1 -xiao

3 -hao2yu3$VOC -nei4gexiao3xing1xing1hai2kan4ma$Q:QP:M -xiao3xing1xing1zen3mezhao1lai2zhem flipping through book$Q:QW -xiao3xing1xing1zhe4li3mei2you3le -you3dianr3xing1xing1zai4zhei4li3tou -you

3 -nar3ne$Q:QW -ni3gei3wo3zhao3chu1xiao3xing1xing1 -xiao3xing1xing1zhei4li3mei2you

3 -zhei4geshu1li3you3xiao3xing1xing

1 -xiao3xing1xing1zen3mezhao1lai2zhe$Q:QW -xiao3xing1xing

1zuo4wa -engzher4you3xing1xing1ha -eng2$INTERJ -xiao3xing1xing1zuo4zuo4 -aiyouyao4you3xing1xing1zuo4zuo4ya$Q:NQP -eixiao3xing1xing1zen3mezhao

1lai2zhe$Q:QW -ni3shuo1 -xing1xing1zai4zher

4 -xing1xing1zai4zher4 -eng$INTERJ -engdiao

4laend of m's tape -en

4shei2si1deya$Q:QW -wo3kan4kan4a -eng$INTERJ -xiao3xing1xing

1 -eng4$INTERJ -xing1xing1zen3mezhao1lai2zhe$Q:QW -enxing1xing

1 -shu1fan1fan1 -zhei4shu1 -zen4mezhao1 -na2fan3la -dao4guo1lai2 -dao4guo4lai2 -engchu2fang2guan1 -eng

$INTERJ -chu2fang2guan1 -ao4chu2fang2guan1 -hahazhei4shi4chu2fang2 -chu2fang2guan1laugh -guan1lemen2laripping sound -eiyou$INTERJ -you4si1layou4si1 -fan1guo4lai2 -hai2you3shen2mehao3kan4de

$Q:QW -hao2yu3zai4kan4yi2kan4 -zhei4shi4shen2meya$Q:QW -eng

na2zhei4gehe4 -ao

4$INTERJ -nei4gezhei4ge

he4 -ao4zhei4gezhei4shi4he4 -ying1 -zhei4ying1la -zhei4shi4shen2me$Q:QW -mao1tou2ying1 -eng$INTERJ -ying1 -ying1 -ying1 -eng

heng$INTERJ -laughing softly -engqing1wa1zou3la -ang

qing1wa1zou3lalaugh -hao2yu3hao3ma$Q:QP:M -hao2yu3zan2menzhei4qing1wa1huai4leshi4bu2shi4a$Q:VNV:T -cong2qian2you3yi2geqing1wa1ta1huai4le -dui4bu2dui4$Q:VNV -dui

4 -dui4 -zhei4dou1ren4shi1lema$Q:QP:M -zhei4e4yu2 -den

1zan2men2qing1wa1huai4la -eng

$INTERJ -xxxxxxxm laughs softly$UNINT -zhei4hai2you3qing

1wa

1end of visit \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb1i.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb1i.xml deleted file mode 100644 index 6c48cbb..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb1i.xml +++ /dev/null @@ -1,1212 +0,0 @@ - - - - - - - - - - - -TXL plus TT - -At home in the late afternoon, just before BM leaves for the day. FA has prepared some food for XB to eat and tells MO about it just before he leaves. XB has just awakened from her nap and M feeds her for much of the visit. XB and her family live together with her paternal grandparents in an Academy of Sciences apartment. - -Caregiving is shared between BM, FA, and MO. Part of this visit was also videotaped. - - -lai2zhei4yang4pretending microphone is a telephone -wai2wai2wei2shi4xiao3bing1bing1ma$Q:QP:M -a

4$Q:PRMPT -xiao3bing1bingya$Q:NQP -zan2liang3da3dian4hua4ba -xing2ma$Q:QP:M -hmm$Q:PRMPT -ma1magei3ni3fang4zher4 -a4jiu4zhei4yang4ba -zhei4nem coughs$Q:QP:N -zhei4ne$Q:QP:N -m yawnskun

4lelaugh -gei3ni3shan1shan1shan4ziba -gei3ni3feng1feng1bb's word for "fan" shan4+zi -footstepsem1footsteps$INTERJ -em1gei4ne$Q:QP:N -a2$Q:PRMPT -zhei4xiao3wai2wai

2 -ei1youqiu2qiu

2ya -lai2wanr2zhei4gebazan2menbm or m? turns a musical mobile -qiu2qiu

2ne$Q:QP:N -a4$INTERJ -enguan1qi3lai2 -guan1qi3lai2a$Q:NQP -bu4zou3leshi4ma$Q:QP:T -wo3kan4 -guan1qi3lai2lemobile music starts again -fussen

3$UNINT -imitatingen

3$UNINT -bu2yuan4yi4yao4zhei4ge

a$Q:NQP -en2mobile music again$Q:NQP -fussen3occasional mobile sounds$UNINT -bu2yao4lemobile sounds -bu2yao4bie2yao4lebe -gei3nai3naibmm laughs -ehhhhnei4gemao2maocao3jian3qi3lai2 -nei4mao2maocao3neheat bugs chirping in background$Q:QP:N -mao2maomao2maoas m tickles bb with the fuzzy weedlaughs; bb moving small stool, m tickling the; top of her head with the fuzzy weed -fussen24

$UNINT -ao4mo1mo1bu4xing2ya$Q:NQP -wo3gei3ni3dan3dan3to brush lightly -fussen3bu4mo1 -laughs -en

3bu4mo

1 -shen2me

$Q:QW -INVbu4mo1 -shen2meyi4sia$Q:QW -mo1mo1wo3mo1mo1bu4xing2a$Q:NQP -hmmbb pushing her stool around, banging$Q:PRMPT -ni3shni3ni3shu3yi2shu4ba -ni3shuo1yi2gexiao3bai2tu4bai2you4bai2 -bu4shuo1xiao3bai2tu4 -laughing softly -ni3shuo1yi2ge -xiao3bai2tu4bai2you4bai2bb pushing stool around -shuo1yi2geba

-shuo1yi2gexiao3bai2tu4bai2you4bai2ba

-xing2ma$Q:QP:M -a2$Q:PRMPT -zhei4ge -zhei4shi4shen2meya$Q:QW -xiao3ban3deng1deng4 -xiao3ban3deng4 -xiao3ban

3deng4bb walks over to armchair -reaching, then looks to men1en1$INTERJ -yao4ma$Q:QP:M -yao

4 -wo3gei3ni3na2 -ei4m is pulling a blue plastic chair$INTERJ -na2na2lou

-a2fang4hao3ba -zhei4xiao3yi

3**sandhi correct -en

4$INTERJ -zhei4xiao3yi

3 -xiao3yi3yi3hao3ma$Q:QP:M -zhei4shen2mese4yashen2meshar3dexiao3yi3yi3a$Q:QW -a2$Q:PRMPT -ni3zhei4shen2meshar3dexiao3yi3yi3a$Q:QW -xiao3yi3yi3ban3deng1deng4 -xiao3ban3deng4a$Q:NQP -hong2shar3deshi4ma$Q:QP:T -dui4 -dui

4 -hong2deng1shi4shen2meshar3abb knocking on the chair?$Q:QW -hong2deng1ne$Q:QP:N -a2$Q:PRMPT -hong2deng1ne$Q:QP:N -hnn342$UNINT -ei

1diao4le -INVa

4$INTERJ -INVwo3shuo1dene -MOTzhei4genong4wai1dem and r both laugh; bb's footsteps -ya

2$Q:PRMPT -en4en1$INTERJ -nei4xiao3che1che1nezan2wanr2xiao3che1che -hai2da3jia4 -FAinaudible$UNINT -MOTfan4jiu4re4hao3le -FAei

4$INTERJ -MOTyi4huir2jiu4wei4ta1 -FAxing2 -en

zhao3ba4ba -gen1ba4bazai4jian4 -hmm$Q:PRMPT -ou1$INTERJ -MOTinaudkan4ta1ba4banelaugh -ba4bachu1qu4shang4banr1banr1le -slight fusshnn2$UNINT -ba4bashang4banr1banr1le -gen1ba4bazai4jian4 -enn

1en4enn

eh4enh2enh$UNINT -zai4jian4$INTERJ -enh$INTERJ -zen3mele

$Q:QW -en4something falls$INTERJ -diao4ne -diao4leba

-anhui accentbie2diu1 -xia4qu4zhao3ba4bazai4jian4 -shu1banging$UNINT -enyao4ma1ma -zai4jian4$INTERJ -enenen$UNINT -yao4ma1maenen -en

$INTERJ -zen3mele

you4duo3zhao3ma1ma$Q:QW -dao3zhao3ba4baen4 -zhao3ba4ba -zhao3ba4bagan4ma2ya$Q:QW -en4en

m$UNINT -lai2wo3gei3ni3shan1yi2xia4feng1feng1m starts fanning bb -anhuideng3yi2xia4ba4bajiu4hui2lai2 -feng1feng1feng1feng1feng1feng1feng1feng1m fanning bb$INTERJ -fussing$UNINT -feng1feng1feng1feng1feng1feng1feng1$INTERJ -deng3yi2xia4ba4bashi4nong4wan2bing1bing -feng1feng1feng1feng1feng1$INTERJ -diao4neabout backpack -shen2mediao4le$Q:QW -MOTdiu

1lenediu1le$UNINT -diao4 -xiao3wa2wa -whinydiao4ne -inaudible$UNINT -ni3kan4ni3gei3xiao3xiao3wa2waya1dea -xiao3wa2waku1lejiu4diao4le -en$INTERJ -diu1lenexiao3wa2wadiu1le -zhi1dao4ma$Q:QP:M -zhi1dao4 -bie2jiu1 -en4$INTERJ -enzhao3ba

4ba -bu4zhao3ba4ba -you4diao4ne -you4diao4lea$Q:NQP -ba4badeng3yi2xia4jiu4hui2lai2 -ou

zhei4yang4 -en$INTERJ -zhei4yang4jiu4bu2diao4le -MOTzher4shi4bu2shi4tai4chang2le$Q:VNV -MOThmmfixing straps bb's backpack$Q:PRMPT -MOThmmzhei4hao3yi4dianr3ma$Q:QP:M -INVhai2diao4lenei4ge -inaud$UNINT -MOTai

4$INTERJ -INVxing2le -bu2diao4leba -hao3leba -zhen1guai1 -bu2diao4le -xiao3wa2washui4jiao

4jiao4 -shui4jiao

4jiao4coughs -ma1mabao4bao4m lifts bb -en4$INTERJ -enfang4zher4 -fang4zhe4li

3m fixes microphone -xing2ma$Q:QP:M -gei3ni3yi2ge

-en$INTERJ -diao4ne -bu2diu -bu2diao4le -ni3kan4bu2diao4leba

-dui4ma$Q:QP:M -bu2diao4leba

-du

4du4teng2 -inaud$UNINT -hao3ma$Q:QP:M -hei

2$INTERJ -zang1zang1zang1zang1a4 -du4ei$UNINT -chou3chou3 -yawns -you4$INTERJ -en

4$INTERJ -hnnm42$INTERJ -you4mei2you3dai4shang4about bb's microphone -zai4ei1you -xiao3qiu2qiu

2 -ei4xiao3qiu2qiu2ne$Q:QP:N -ei

4nar4hai2you3yi2gexiao3qiu2qiu2nem looking under the bed for a ball -yao4ma$Q:QP:M -yao4 -ni3na2qu4ba -zhei4genebb has lifted the "ball" off her microphone -zhei4xiao3qiu2qiu2a -xxx$UNINT -xiao3qiao3qiao

3qiu2 -hei

1dexiao3qiu2qiu2 -laughs -shi4bu2shi4hei1shar3ne$Q:VNV -ei2xiao3qiu2qiu

2 -en

inaud$INTERJ -BMhei1hei1xiao3qiu3qiu3bb walks over and shows bm -ei4hei1qiu2qiu2huo3a$Q:NQP -ni3wanr2ma -BMxiao3qiu2qiu

2 -ni3wanr2ni3wanr2bing1bing -BMqiu2qiu2qiu2 -qiu2qiu2qiu2ni3wanr2 -hao3wanr2ba$Q:NQP -BMen4$INTERJ -dai4shang4bb/m ? puts microphone "ball" back. -xing2le -xiao3qiu2qiu

2 -MOTou4xxxxxxwo3gai1zou3a -BMei4hao3lei -gen1a1yi2zai4jian4"nai3+nai" -gen1nai3naizai4jian4 -gen1nai3naizai4jian4 -bing1bing$VOC -zai4jian4no response$INTERJ -sha3lecoughs -inaud$UNINT -lai2guo4lai2deng3deng3nai3naihuan4yi1fu -dei1zhei4+ -da4qiu2qiu

2 -shi4bu2shi4a$Q:VNV -gei3ni3wanr2zhei4gexiao3xiong2xiong2bam gives bb a plastic, battery operated ; jump-rope-flipping bear -pa4pa

4 -pa

4 -pa

4pa4 -hmm

bb bends over and kisses the bear$INTERJ -laughs -shen2meni3dou1qin1qin1 -enyou4tiao4shengr2ne -a2$Q:PRMPT -you4tiao4shengr2ne -you4tiao4shengr2le$Q:NQP -entiao2shengr2 -entiao4shengr2 -tiao4shengr

2 -mei2dian4 -en$INTERJ -mei2you3dian4chi2 -ni3kan4zhei4mao1zimao4ziye3shuai1huai4le -shi4bu2shi4$Q:VNV -mei2you3dian4chi2zen3metiao4a$Q:QW -mei2far3tiao4m holding bear and bb is flipping it over in m's hand, making a mechanical "cranky" noise; m laughs -ni3bie2lao3dong4nei4geqiu2qiu2le -INVxiao3qiu2qiu

2 -ei

4$INTERJ -xiao3qiu2qiu2zhi3neng2kan4bu4neng2dong4a -ei4wanr2wanr2bie2de -wanr2xiao3che1che1ba -nei4xiao3che1che1mabb picks a small, "matchbox" car off the side table, m picks up the other one -lai2da3jia4gen1ma1mayi2kuair4da3 -adong

4dong

4dong

4$INTERJ -deng1deng1deng1deng1deng1$INTERJ -deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1deng1m takes a breath$INTERJ -deng1deng1$INTERJ -low, gravellydang

4$INTERJ -duang

4laugh$INTERJ -en2niao4 -zhei4shei2gei3ni3dexiao3che1che1ya$Q:QW -shei2song4gei3ni3deyabb playing with the cars$Q:QW -a2$Q:PRMPT -che1che1ne$Q:QP:N -zhei4che1che1shi4shei2gei3ni3a$Q:QW -a2zhi1dao4ma$Q:QP:M -ge1ge1mai3di

3.de?? -a2$Q:PRMPT -ge1gemai4gei3ni

3 -ge1gegei3ni3deya4song4gei3ni3deshi4ma$Q:QP:T -niao4niao4ma$Q:QP:M -wo3ba3ba3ni3qu4ba -xing2ma$Q:QP:M -en4$INTERJ -ei4$INTERJ -ba3ba3qu4m lifts bb in ba3 position -whisperingba3ba3niao4niao4qu4la

$INTERJ -ba3ba3niao4niao4qu4la

$INTERJ -ou

2$UNINT -boun

4$UNINT -whistling for bb to pee as she holds bb$UNINT -ba3ba3niao4niao4niao4qu4le

bb pees a few trickles -aungyi4$UNINT -jiu4niao4zhen4meyi4dianr3a$Q:NQP -ba3ba3niao4niao4qu4la

a

1 -ni

3a

4en$UNINT -zen3meyou4dong4nei4gexiao3qiu2qiu2le$Q:QW -bu2dong4zhei4gele -a2$INTERJ -gan4bie2de -kan4bie2debabb walks into lr, looks at r, m follows; laughs; m coughs; m turns on water in kitchen, bb follows -bing1bingni3e4e4lema$Q:QP:M -a2$Q:PRMPT -a2bing1bing$Q:PRMPT -e4lema$Q:QP:M -e4lema$Q:QP:M -a2$Q:PRMPT -e4e4bu2e4e4ya$Q:VNV -wo3wen4ni3e4e4bu2e4e4ya$Q:VNV -ni3zuo4che1che1hao3ma$Q:QP:T -ma1mawei4ni3fan4fan4 -xing2mabb running$Q:QP:M -a2$Q:PRMPT -en

1$INTERJ -zen3mele4$Q:QW -chi1bu4chi1$Q:VNV -yi4$INTERJ -lai2bing1bing -bie2lao3na2nei4gexiao3qiu2qiu2le -em1$INTERJ -a4$INTERJ -en

4$INTERJ -zuo4che1che1a4 -xing2ma$Q:QP:M -xing

2 -xing2zan2ba3zhei4gexian1zhai1zhai1m taking bb's backpack and microphone off -ei

4ai1you4$INTERJ -na2r is setting up camera -na4ou4yi

4yi4yi1yi

2$INTERJ -tuo1tuo1 -laughs -tuo1xie2xie

2 -ei

2laugh$INTERJ -gen1a1yi2xiao4xiao4 -ei1you1zhei4yang4xiao4am and bb both laugh$Q:NQP -you

4m laughs$INTERJ -laughs -xia4ren2 -INVmer

2r is looking through camera, bb thinks she is playing peek-a-boo$INTERJ -mer2mer2$INTERJ -INVdei4a$INTERJ -a1yi2gen1ni3zhuo1mi2cang2ne -mer2mer

2laugh$INTERJ -mer

2$INTERJ -mer2mer

2$INTERJ -hao3 -lai2bao4zhexiao3wa2waba -bao4zhexiao3wa2waa4m coughs; m walks into kitchen, gets bb's dinner; bb calling to her from lr -from lrma1ma

$VOC -ei

4$INTERJ -ma1ma$VOC -ei4m getting bb's dinner in kitchen$INTERJ -hao3wanr2ma$Q:QP:M -INVhao3wanr

2 -hao3wanr

2shi4ba

m comes back into lr$Q:NQP:T -gen1a1yi2zhuo1mi2cang2 -mer

2$INTERJ -a4laugh$INTERJ -mer2mer2$INTERJ -en4$INTERJ -zen3mele$Q:QW -gai4bei4bei4 -ei1you

4da4xia4tian1xiang3bei4bei4le -bu2gai4bei4bei4 -bu2gai4lea

4 -gai4bei4bei4 -soft, whisperingda4xia4tian1deguai4re4de -en

1$INTERJ -nou2zhei4ge -en

1$INTERJ -ei4xiao3wa2waxiao3wa2wa -zuo4zhe -kan4wo3menbao3baochi

1 -chi1fan4fan -chi

1 -chi1fan4fanlou

-chi1fan4fanlou

-lai2cheng2as m puts spoon to bb's mouth -au

hmm

1$INTERJ -chi1shen2meyabing1bing$Q:QW -zhei4jiao4shen2meya$Q:QW -hun

2dun4 -ni3shuo1 -en

$INTERJ -chi1hun

2dun4 -hahaen

$INTERJ -mockinghei4hei4hei4hhh$INTERJ -chong4chong4a1yi2hei1hei1hei1xiao4xiao4 -hei2laughhhh$INTERJ -ni3shuo1a1yi2hao

3 -en4spoon clinking against dish as m cuts pieces for bb to eat$INTERJ -laughs -a

4ni3kan4a1yi2nar

4laugh -hao3wanr2shi4ma$Q:QP:T -nuo4laughs; bottle collector calling outside: "huan4 pi2+jiu3 .lei4, huan4 pi2+jiu:3"$INTERJ -a1yi2gen1ni3zhuo1mi2cang

2shi4ba$Q:NQP:T -dui4ma$Q:QP:M -dui4 -dui4huan4 pi2+jiu:3... -hahaa1yi2ga4ma2nelaughs$Q:QW -ga4ma2yazhei4shi4m cutting food, bottle caller$Q:QW -qiu2qiu2 -enqiu2qiu2 -qiu2qiu

2 -qiu2qiu

2 -she

4wo4wo4???$UNINT -contenteden

$INTERJ -xiao3wa

2wa -en4$INTERJ -qin1qin1xiao3wa2wa -hahaen

$UNINT -a1yi2kan4kan4ba -ou4$INTERJ -wa2wadehua1huar1zen3mediao4le$Q:QW -en

2$Q:PRMPT -en4$INTERJ -en1$INTERJ -MOTouni3shi4xiang3bao3hu4ta1shi4ba$Q:NQP:T -INVbu2shi4deta1zi4ji3zhuan3jin4qu4de -MOTou4$INTERJ -yi

4$INTERJ -rao4delaugh -zen3mehui2shir4laughs$Q:QW -ei

2$INTERJ -xiao3qiu2qiu

2 -fang4zher4le -yi2bu4neng2chi1xiao3qiu2qiulaughs -enchi1ma$Q:QP:M -ou4$INTERJ -en$INTERJ -en4$INTERJ -henn1$INTERJ -heng1hen1$INTERJ -ni3shuo1a1yi2kan4shen2mene4$Q:QW -kuai4chi1ba -INVa1yi

2$VOC -ei4$INTERJ -laughs -laughs -hei1xiao3huai4dan4xiao4shen2me

laughs$Q:QW -ou1a1yi2nar4en4biao3neshi4bu2shi4a$Q:VNV:T -a2$Q:PRMPT -ni3ye3xiang3en4na4 -zen3meen4a$Q:QW -ei2$INTERJ -ni3ye2en4 -shi4ma$Q:QP:M -zen3meen4m chopping food$Q:QW -enen4 -en$INTERJ -na2 -na2gan4ma2$Q:QW -en4en

1$INTERJ -zai4nar4fang4zheba -en -ni3bao4xiao3wa2washui4jiao4ba -en$INTERJ -xiao3wa2washui4jiao4le -xiao3wa2wakun4le -en

enna

2 -ei4hao3hao3hao3 -fang4zher4ba -en4$INTERJ -en

1$INTERJ -en4bb is playing with the microphone wire$INTERJ -eieibing1bingzhei4gebu4neng2dong4la -zhei4gebu4neng2dong4a -ei

guai1guai1 -you3dian4 -shi4badian4bu4neng2dong4$Q:NQP -dian4xian4neng2dong4ma$Q:QP:M -a2$Q:PRMPT -neng2dong4 -bu4neng2dong4 -dian4xian4you3dian

4bu4neng2dong4 -en4eh4stands up in stroller$INTERJ -en

2$Q:PRMPT -ni3yao4gan4ma2qu4a$Q:QW -grunting$UNINT -ma1mabao4bao4 -you4bao4bao4a$Q:NQP -en4en4en

4diu1hua1hua -enzhei4hua1huar1zen3mehui2shir4a$Q:QW -en

2$Q:PRMPT -zhei4hua1huar1shi4zen2mehui2shir4a$Q:QW -en

2$Q:PRMPT -zhei4hua1huarshi4zen3mehui2shir4a$Q:QW -en3$Q:PRMPT -ma

1ma4hn4$VOC -ma

1ma1ma1$VOC -chi1bu4chi1le$Q:VNV -nasalbu

2chi1nabu4chi1ne -laughs -kuai4chi1 -nie

$INTERJ -gei3a1yi2chi1lea

-xing2ma$Q:QP:M -en4$INTERJ -a

2$Q:PRMPT -laugh -en

$INTERJ -ni3chi1ba -a1yi2dou1gei3chi1le -en

1$INTERJ -laughs; r pretends to eat and chew -kuai4chi2kuai4jiao2 -en

4$UNINT -kan4shei

2chi1dekuai4$Q:QW -xing2ma$Q:QP:M -hao3chi1ma$Q:QP:M -ni3shuo1zhen

1xiang1xiang1 -shi4mazhen1xiang1xiang1$Q:QP:M -zhen

1xiang1xiang1laugh -INVlaugh; bb pretending to chew -laugh -hao3chi1ma$Q:QP:M -xiang1bu4xiang1$Q:VNV -huo1huo1hua1+hua1diao4ne -a2$Q:PRMPT -hua1hua1ne$Q:QP:N -hua1huarang4ni3gei3chai1le -chai1huai4le -hua1hua1ne$Q:QP:N -m smacks her lips twice, pretending to eat. -em$INTERJ -dza1dza1dza1tza1tza

$INTERJ -dou1dang4cheng2yi2gesuan4ni3suan4yi2geni3kan4ni3kan4ni3kan4 -zher4ne -en

$INTERJ -fussen

3$UNINT -zen3mele$Q:QW -hua1hua1ne$Q:QP:N -nn1$INTERJ -hua1 -en

2$INTERJ -fussen

2$INTERJ -you4$INTERJ -zen3mele$Q:QW -a4enh4$UNINT -bu2rang4ni3chi1le -hhhlaugh$INTERJ -ei1you4a1a1yi2a1yi2you4cang2qi3lai2le -chen4a1yi2cang2qi3lai2zan2mengan3jin3chi1 -ei

1$INTERJ -hao3 -a1yi2cang2qi3lai2le -emm

$INTERJ -shi4mam cutting bb's food in bowl$Q:QP:M -a1yi2shi4bu2shi4cang2qi3lai2le$Q:VNV -a1yi2cang2qi3lai2ne4 -a4cang2qi3lai2bacang2nei4hou4touqu4le -zhao3buzhao2leshi4ba$Q:NQP:T -emn

$INTERJ -a4a1yi2cang2qi3lai2le -zhao3bu4zhao2le -en

$INTERJ -ei2$Q:PRMPT -en4$INTERJ -a2$Q:PRMPT -ma1mabao4bao4 -you4$INTERJ -wei

2talking into m's mike$INTERJ -wei

2$INTERJ -wei2$INTERJ -da3dian4hua4 -qu4 -en$INTERJ -en

3$UNINT -shei2ya$Q:QW -smacking her lips -you1you1you3sheng1yin1 -en

4$INTERJ -ma1magei3bie2shang4huar1huar1m puts her microphone back on -en2$INTERJ -kan4ma1mabie2huar1huar -bie2huar1huar -you4a1yi2you

4cang2qi3lai2le -kuai4chi1 -kuai4chi1 -shi4a1yi2you4cang2qi3lai2le$Q:INT -enenm

4$INTERJ -dui4ba$Q:NQP -hahahei4hei4hei

4$UNINT -imitateshei4hei4hei

4$UNINT -you4cang2qi3lai2le -laughing -dui4bu2dui4$Q:VNV -hmhm$INTERJ -laughs -kuai4chi1kuai4chi1 -ao

1hmm1yumm$INTERJ -you4cang2qi3lai2le -yi4huir3 -enn

$INTERJ -en

laughs; m coughs while cutting bb's food$INTERJ -hm4hmm1hmhmm$UNINT -youa1yi2you4cang2qi3lai2le -a

4$INTERJ -zhen

1hao3 -shi4bu2shi4a$Q:VNV -xiao3ya

1ya -en4$INTERJ -ei

2ni3you4rang4wo3bao4zhe -ni3kan4ni3kan4a1yi2yi4huir3you4cang2qi3lai2le -smile/laughsen$INTERJ -eh4r goes into dr so that bb stops staring at her$INTERJ -a1yi2zou3le -a

1yi2ne$Q:QP:N -zou

3le

-a1yi

2sheng1qi4lelaughs -you4cang2nei4hou4touleyou4cang2qi3lai2leshi4ba$Q:NQP:T -kuai4chi1ba -ei

4kuai4chi1leou

4 -xiao3zhu1zhu1la

-ei1youxiao3zhu1zhu1le -xiao3zhu1zhu1lekuai4chi1kuai4chi1 -ei1youxiao3zhu1zhu1kuai4chi1 -ei

1you

zhei4xiao3zhu1zhu

1a -laughs with her mouth full of food -kuai4chi1ba -enn

$INTERJ -hhkuai4chi1 -kuai4chi1xiao3zhu1zhu1 -xiao3zhu

1zhu

1kuai4dianr

3chi1 -wo3kan4xiang4xiao3zhu1zhu1ma$Q:QP:M -en4zhen1xiang4kuai4chi1ba -ei1you1ei1you4ei1you4$INTERJ -laughing -kuai4chi1kuai4chi1 -laughing -kuai4chi1ba -hhh

$INTERJ -en

1nen4en4hnn4$UNINT -ei

4$INTERJ -sheng1qi4le -en

3sheng1qi4le -gruntingen4enh4en1enh4$UNINT -teng

2necrying -teng

2le$Q:INT -huo1gai1laughs -zher4ne$UNINT -ao1shei2rang4ni3qia1ma1made$Q:QW -ei1ya

a1yi2you4cang2cang2le

-kuai4dianr3chi1ba

-au

4$INTERJ -laughs -laughs -hhh$INTERJ -laughs -cough -a1yi2you

4cang2cang2le

-ei

2$INTERJ -ei

2laughs$INTERJ -you4cang2cang2le -kuai4dianr3chi1ba -a4$INTERJ -xing2ma$Q:QP:M -zhen1chou4 -zhen

1chou4 -ni3wen

2 -hhsniffing??$INTERJ -hmhmhmm$INTERJ -kuai4chi1laughs -kuai4chi1a -kuai4dianr3 -en

$INTERJ -you4a1yi2chi1le -gradually softerkuai4kuai4kuai4kuai4kuai4kuai4 -whispera4a4a4$INTERJ -kuai4chi1yani3 -yan4jin4qu4 -en

laughs$INTERJ -laughing softly -kuai4dianr3kuai4dianr3kuai4 -en

2$INTERJ -hen

1$INTERJ -laughs -laughs -a1yi2zhao4xiang4ni3shuo1a -lu4xiang4ji

1 -nei4jiao4shen2meya$Q:QW -en

2$Q:PRMPT -nei4jiao4shen2meya$Q:QW -na2na2niang4ji

1 -ou

2$INTERJ -ou

4$INTERJ -oukuai4chi1ba -na2na4lu4xiang4ji1 -ou$INTERJ -laugh -ei2ei4$INTERJ -MOTinaud about mic wire and bb's foot$UNINT -zher4teng

2ne -zher4teng2la4$Q:NQP -zai4chi1yi4kou3 -a

4$INTERJ -enehkahkahchoking/spitting??$UNINT -kuai4yan4jin4qu4a -soft, fastei1you4you1you1you1$INTERJ -chi1fan4lao3fei4jin4 -en

$INTERJ -hang1$Q:PRMPT -laughs -laughs -yi4chi1fan4jiu4fei4jin4 -en$INTERJ -wo3zai4gei3ni3na2dianr2qu4ang4m walks into kitchen; m scoops more wontons into bb's bowl -en4en4$INTERJ -en$INTERJ -bing1bingabu2yao4wanr2qiu2a -au1oo4auwoo4auwoo4zhei4yang4chi1 -kuai4chi1 -chi1wan2zai4gei3 -shi3jinr4chi1laughs -kuai4chi

1be -ouzai4jian4na4$INTERJ -ouzai4jian4zai4jian4m and bb both laugh$INTERJ -enenh$UNINT -kuai4chi1ba -en$INTERJ -enma1mama1mazai4jian4 -a1ma1ma1zai4jian4 -zai4jian4zai4jian4$INTERJ -en

$INTERJ -laugh -ma1mazai4jian4 -azai4jian4zai4jian4$INTERJ -enen$INTERJ -enzai4jian4a$INTERJ -en4$INTERJ -enhuang4zheng4fang4 zher4 -a2$Q:PRMPT -fuang4fang4zhe4li3 -fang4zhe4li3bazhei4gefang4nei4li3 -ba3shao2shi4ma$Q:QP:M -zai4jian4$INTERJ -azai4jian4zai4jian4zai4jian4$INTERJ -waoen4zai4jian4$INTERJ -ei

4zai4jian4zai4jian4zai4jian4$INTERJ -nenma1mazai4jian4 -azai4jian4zai4jian4$INTERJ -dong1zai4jian4$INTERJ -a2$Q:PRMPT -ba4bazai4jian4 -gen1ba4bazai4jian4a$Q:NQP -zai4jian4zai4jian4zai4jian4laughs$INTERJ -hahaen

$INTERJ -en$INTERJ -en$INTERJ -imitating bb's laughha4ha

1$INTERJ -shu3yi4shu3 -hao3haochi1ba -enma1machi1dianr3 -a2$Q:PRMPT -a4bu2yao4zhei4ge -bu2dong4a -zhei4na2xia4lai2 -INVzhei4na2xia4lai2en -INVfang4nar3$Q:QW -INVfang4nar4 -INVfang4nar4bajiu4 -en4squeaking of stroller$INTERJ -en

2bb bouncing in stroller$Q:PRMPT -en4 -en4en4 -en4 -en4zhei4yang4en4 -xiang4zhei4yang4 -zhei4yang

4 -en4en4en4 -wang3hou4yi4dianr3 -enenenen$UNINT -jiao3a

-jia

1xiao3bi

2zilou

4 -en4en

2 -ni3na2 -jia1xiao3bi2bi2 -jia1xiao3bi2bi2 -laugh -imitatingha4ha1$INTERJ -laughing -kuai4chi1a -en

1na2na2na2na2na

2 -kuai4chi1kuai4chi1zui3li3ye3kuai4yan4de -nananapa

1ha

$UNINT -hnma1ma1napa

pa4 -ma1mama1mama1mapa

-ma1mapa

-ma1mapa

-shen2meya$Q:QW -ma1mapa

h -shen2meya$Q:QW -ma1mapa

-en2$Q:PRMPT -ma1mapa4$Q:INT -xiao3qiu2qiu2 -xiao3qiu2qiu

2 -yi$UNINT -hmn

2$INTERJ -en1ma1magei3 -enendu4ziteng2teng2 -dudei$UNINT -en

$INTERJ -eiyou$INTERJ -laughs softly -gei3ma1mama$Q:QP:M -xing2gei3ma1maa4$Q:NQP -zhen1guai1 -zhei4ge -zhei4ye3gei3a$Q:NQP -hao3baei1you4microphone falls off -zhei4ge -en1$Q:PRMPT -ei2$INTERJ -fussingen

$UNINT -ni3kan4kan4 -ei

1nong4bu2shang4leba -ei2$INTERJ -a

4$INTERJ -qiu2qiu2 -en$INTERJ -qiu2qiu2 -en4$INTERJ -qiu2qiu2a4 -enan1shang4ba -ei

2$INTERJ -an1shang4 -ei2jin1tian

1$INTERJ -ei1youyoujin1tian1lao3tou2ba1shi2ba1m and bb play a rhyming game while; putting something on their fingers$INTERJ -jin1tian1lao3tou2bu2zai4jia1$INTERJ -em4$INTERJ -ni3nong4yi2ge -en1$INTERJ -bing1bingne$Q:QP:N -en4en4$INTERJ -bing1bingne$Q:QP:N -en$INTERJ -zen3mekan4$Q:QW -ma1mazhei4shou4zhi3tou2tai4cu

1 -jin1tian1lao3tou2ba

1shi1ba

1$INTERJ -xiao3mao

4mao4 -en$INTERJ -ei

2$INTERJ -ei

2$INTERJ -enyou4jia1le -kan4kan4 -an1shang4zhuang1hao3 -hnn

$INTERJ -you4diao4ne -laughs -en2nn4you4diao4nelaughs -ei

2$INTERJ -zhan4xian4ya$Q:NQP -laughs -nar3qu4le$Q:QW -lai2 -en

$INTERJ -en

4$INTERJ -nai3naim feeding bb$VOC -en4youyouen

$INTERJ -en

$INTERJ -you4diao4le -en4en$INTERJ -enma1maya$VOC -en2$Q:PRMPT -jia1zher4 -fussen3$UNINT -en

jia1zhei4bu4xing2 -zhei4bu4xing2yagai4 -enenenhlaughs$UNINT -imitateshaha

zhen1bang

4bing1bing -en$INTERJ -en

2zhei4bu4xing2 -en2$Q:PRMPT -enma1mazhei4bianr1ne -juan4juan4xxchi1ne$UNINT -niao4 -niao4hao -zen3mele$Q:QW -niao4ne -zhei4chi1bu4chi1$Q:VNV -yao4pao3ne -yao4pao3yao4kun2gun3 -en$Q:PRMPT -nia4nia4pang4kun2$UNINT -hahachi1bu4chi1a$Q:VNV -mock angerhnn2$Q:PRMPT -chi1bu4chi

1$Q:VNV -nia4$UNINT -nia4pang4kun

2$UNINT -en2$INTERJ -nia4gang1bang3kun2$UNINT -shen

2meya$Q:QW -nia4bang3gang1kun1$UNINT -bu4chi1le -shi4ma$Q:QP:M -shi

4 -zai4chi1yi4kou3 -en4mei

2bu4chi1kou3 -bao3bao3lema$Q:QP:M -en4bao3le -nar3bao3le$Q:QW -nar4bao3le$Q:NQP -zher4bao3le -zhe4bu2shi4 -na4nar3a$Q:QW -en

xiao3du4du4bao3lea$Q:NQP -ou

4$INTERJ -ou

1$INTERJ -zai4chi1yi4kou3 -a

bu2yao4bu

4 -zai4chi1yi4kou3 -bu2yao4bu2yao4 -bu2yao4chi1 -bu2yao4wo3qu4wai

4wai4 -qu4wai

4wai4$Q:INT -en4$INTERJ -bu2qu4wai4wai4bu4xing2a -xing2a -chi1a -bu2qu4wai

4wai4 -na4shi4na4gan4ma2ya$Q:QW -chi1fan4$Q:INT -wa4wabu4chi

1fan4 -na4gan4shen2meya$Q:QW -en4en4$INTERJ -lai2 -na4gan

4shen2mene$Q:QW -ang

2$Q:PRMPT -na4bu4hui2jia1chi1fan

4 -bu4hui2jia1bu4ye3bu4chi1fan4note placement of bu4 and ye3 error -ou

4bu4hui2jia1ye3bu4chi1fan4 -na4gan4shen2meya$Q:QW -bu4hui2qu4bu4chi1fan4 -ei4$INTERJ -bu4chi1mian4 -a2 -bu4chi1fan4bu4chi1mian4 -chi1shen2meya$Q:QW -bu2qu4wai4 -bu2qu4wai4 -bu2qu4wai

4 -a

2a$INTERJ -bu2qu4hong

3hong2+deng1 -a2$Q:PRMPT -deng

1 -bu2qu4hong2deng1 -ao

1bu2qu4kan4hong2deng1qu4ya$Q:NQP -bu2qu4kan4hong2deng1 -bu2qu4kan4hong2deng1a$Q:NQP -kan4hong

2deng1 -oukan4hong2deng1a -zai4chi1yi4kou3ma$Q:QP:M -fussingai2bleh

spitting??$UNINT -hmnhao3hao3hao3bu4chi1lebu4chi1le -xing2lexing2lexing2xing2xing2xing2xing2xing2le -bu4chi1jiu4suan4le -fussen3$UNINT -en1m walks out into kitchen, bb vocalizing to herself in lr$INTERJ -xxxxbu4chi1fan4 -bu4chi1fan4bu4hui2jia1yawalks into kitchen where m is -xxxx$UNINT -bu4hui2jia1ne -bu4hui2jia1bu4chi1fan4 -mei$UNINT -shi4yi2geye3hai2zishi4ma$Q:QP:T -ye3hai

2zibu4hui2jia -en

$INTERJ -en

4$INTERJ -bu4hui2jia1ye3bu4chi1fan4 -ta1bu4hui2jia1bu4chi1fan4 -shi4yi2gexiao3ye3hai2zi -ye

3hai

2zi -ye3hai2zi -ye3hai2zida

-ye3hai2zidema1ma -ma1ma

m rinsing bowls with water$VOC -from lrma1ma

$VOC -ma1ma$VOC -ma1mahao

3m walks back into lr -ma1ma

$VOC -ei4$INTERJ -ma1mabowo3yao4ni3jian3tao3 -a2$Q:PRMPT -yao4ma1majian3tao3??? -dai4shang4 -ba3ba3zhei4gehua4tong3demao4maogei3dai4shang4 -enbu2yao4bu2yao4 -en

2$Q:PRMPT -bu2huan4dong3hua4+tong3yao4bu2yao4word order error -na4qi3lai2xing2ma$Q:QP:T -bu4qi3lai

2 -bu4qi3lai2le

-qi3lai2ba -qi3lai

3lai2 -chuan1xie2 -en4$INTERJ -yi2$INTERJ -jiao3jiao3jiao3 -en2$Q:PRMPT -INVa1yi

2$VOC -a1yi2laughs -INVa1yi

2jiao3a1yi2jiao3jiao

3 -ei

2$Q:PRMPT -INVlaughs -xie3xie3xie2+xie2 -xie2xie

2final rise -xie2xie

2final rise perfect imitation -xie3xie

3 -xie3xie3 -xie3xie3 -xie3xie

3 -xie3xie

3 -bao4zhe -bao4hao3lea

4lifting bb out of stroller -ei4qi3lai2lou

4hao3 -qi3lai2lou

4 -ei$INTERJ -chuan1shang4bei1bei1shang4ma$Q:QP:M -bei1shang4xiao3shu1bao1shang4xue2qu4lou

4 -xing2ma$Q:QP:M -MOTrao4yi4shen1dei3gei3ta1rao4yi4shen1 -MOTei4$INTERJ -INVei4$INTERJ -INVrao4rao4dao4nar3$Q:QW -MOTzhei4ye3ke3yi -INVlaughrao4rao4zhei4gexiao3tou2a$Q:NQP -MOTbang1ta1qi3lai2zhei4yang4 -INVrao4 -lai2guo4lai2xing2le -ei1ye2ye1ye1ye1$INTERJ -enyou4diao4ne -en$INTERJ -en$INTERJ -hao

3le -xing2le -zou

3bam pushes stroller to the side -en1ma1mana

2 -na2shen2me$Q:QW -ma1ma1na

2 -na2shen2me$Q:QW -dou1mao1ma1ma1na2qiu

2 -na2qiu

2$Q:INT -xiao3qiu2qiu

2 -eibing1bingguo4lai2 -ou4$INTERJ -cha4yi4dianr3 -ei

zhen1guai1m rinsing sth again; laughing -bei1ni3deshu1bao1qu4shang4xue

2qu4le -en$INTERJ -bing1Bingbei1zheshu1bao1qu4shang4xue2 -en

2$INTERJ -en

1$INTERJ -yi4er3yi4special distortion -yi4er3yi4 -yi4er3yi4 -bei1zheshu1bao1qu4shang4xue2a -slowlao3shishuo1ta1nian2ji4xiao

3ta1ku1zhenao4zhewang3wai4pao

3$INTERJ -shi4ba$Q:NQP -gan4ma2yayou4pao3zher4lai2gan4ma2ya$Q:QW -chi1bao3lema$Q:QP:M -lai2lai2shang4zher4bb is standing beside the shoerack at the doorway and m is trying to get her to come into the lr -shang4zhei4wu1lai2ba -ni3bie2lao3pao3xie

2nar4qu4 -INVta1lao3xiang3chuan1da4xie2laughs -en$INTERJ -qu4 -gei3ni3zhei4mao4maodai4shang4bamicrophone "ball" -hao3le -zhei4ne -ei

4$INTERJ -xiao3xiong2xiong

2 -zhei4shen2me$Q:QW -INVta1wen4zhei4ne -xiao3xiong2xiong

2 -youyouyou$INTERJ -xing2le -en$INTERJ -en$INTERJ -zhei4ne$Q:QP:N -zhei4ni3wang3shang4yi4tai

2ta1jiu4hui2qu4le -ni3qiao2 -zhei4yang4m flips jump-rope bear -hui2qu4leba

-ei1youbeng4ne -beng4beng4tiao4tiao4zhen1ke3ai4$INTERJ -xiao3bai2tu

4bai2you4bai2$INTERJ -enen$INTERJ -en

$INTERJ -bai2qiang3ne$UNINT -INVzhei4ne -ei

4$INTERJ -INVzhei4ne -ei

4$INTERJ -INVen1huai4le -huai4lema$Q:QP:M -en$INTERJ -OCmao4maohuai4le -OCshi4ba$Q:NQP -wo3kan4kan4xiao3mao

4huai4le -ni3kan4kan4shen2meya4$Q:QW -ni3kan4shen2mene

4$Q:QW -ei1singsongmai3dian4chi2you

-mai3dian4chi2you

mai3dian4chi2you -mai3dian4chi2qu4a$Q:NQP -mei2qian2ya -mai3dian4chi2you -mai3mai3dian4chi2you -mai3dian4chi2you -mai3dian4chi2you -en

enen

$INTERJ -laughs -tiao4you4tiao4$INTERJ -niao3you4niao3???banging sound -beng4beng4 -shuo1yi2gexiao3bai2tu4bai2you4bai2 -bai2you4tou2tou2$INTERJ -bai2you4beng4beng4tiao4$INTERJ -zhen1ke3ai4$INTERJ -beng4beng4$INTERJ -laughs -stepping/dancing -you

1$INTERJ -da

4 -a

beng4beng4tiao4tiao4zhen1ke3ai4interpreting bb's actions ??$INTERJ -xiao3bai2tu4bai2you4bai

2$INTERJ -niao4niao4ma$Q:QP:M -ma1maba3ba3ni3qu4ba -you4$INTERJ -ei1ya$INTERJ -ao$INTERJ -aoqu4a -en$INTERJ -en$INTERJ -bu2yao4le -enniao1niao4 -na4wo3ba3ba3niao4niao4qu4xing2ma$Q:QP:T -babaipaipaipai

$UNINT -ba3niao4ma$Q:QP:M -niao4niao4ma$Q:QP:M -you4diao4neemmbb peeing on floor -ni3kan4 -ni3kan4kan4kan4 -ni3kan4 -zou3bazou3ba -kuai4qi3lai2zhen1tao3yan4 -a

2$Q:PRMPT -zhen1shi4tao3yan4laughs -eifang4wai4tou2qu4le -qieqieqie -ei

2$Q:PRMPT -pretend growlhmmhmeh$INTERJ -hahahenhen$UNINT -imitatehen1hen1xia4qieqie -en3$UNINT -en$INTERJ -biechu1qu4ya -hahaen

yi

4$INTERJ -yi

4m mopping up puddle$INTERJ -en4$INTERJ -en

$INTERJ -ni3shi4bu2shi4xiao3tao3yan4$Q:VNV -xiao2xiao3 ?? -ni3ni3ni3zai4wu1li3deng3zhe -disagreeingen

$INTERJ -qiqu4qu4qu4 -kan4ya -a2$Q:PRMPT -you4you4you4you4you4$INTERJ -hahaa$INTERJ -laugh/squealing$UNINT -qiqu4qu4qu4 -a

mo4wai4qu4 -en4$INTERJ -wai4tou2re4 -eiya4bb trying to go out onto balcony where m is putting the mop$INTERJ -wo3kan4ya4ya4 -re4lema$Q:QP:M -re4lene -a4nar3re4lebottle-collector calling$Q:QW -you

4jiao4neabout collector -ou$INTERJ -kuai4na2lai2response to calling -jia1le$Q:INT -kuai4 -wo3na2 -en$INTERJ -en

$INTERJ -wo3na2qu4end of visit \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb2.orig.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb2.orig.xml deleted file mode 100644 index 42350c4..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb2.orig.xml +++ /dev/null @@ -1,928 +0,0 @@ - - - - - - - - - - - - - -xxxxxx -en -MOTzou3 -FAzou3 -zou3 -FAzan2shang4nar3qu4a -MOTba3che1suo3zai4zher4 -MOTxxxx -FAsuo3bianr1shang4 -FAfang4nei4bianr1shang4ba -FAbie2fang4lu4zhong1jian1 -FAzhe4lu4zhai3 -FA -FAzhe4shi4xxxxxxxx -zou3bing1bing1 - -laugh -MOTaini3hao3 -MOTeini3hao3zuo4bu2zuo4la -OFFa -MOTchi1guo4wan3fan4le -OFFchi1guo4le -OFF -bing1bing

1 -a1yi2lai2le -jiao4lemei2you3 -jiao4a1yi2lemei2you3 -xxxx -jiao4lemei2you3a -laugh -MOTxxxxxxxxxxxx -OFFhelaugh -zou3ba -jiu3zou3ba -FAdeng1shang4hai2shang4dong1mian4nei4bianr1qu4ba -MOTxing2a -MOT -FAshi3jingr4 -MOTen -FAshi3jingr4 -FAxxxxxx -MOTbu4cheng2xxxxxxxx -cough -laugh -INVwo3men

jing1chang2shang4nei4bianr1nei4kuair4qu4zhuan4qu4laugh -MOTjiu4wo3nei4tian1peng4dao4ni3mendenar4 -INVaoao

-INVzou3hai1zixia1xie3 -INVxiao3xin1yi4dianr3zhei4bianr1 -INVen -INV -FAaiyoyi4huir3bie2yao4xia4yu3le -FAyi4huir3wo3gang1ting1da3lei2le -MOTxxxx -bing1bing1 - -ba4baxxzen3mele -en - -zou3lou

- -enshi4shui3 -en

-you3shui3 -shi4you3shui

3 -you3shui3 -cai3ma - -aiyoaiyoaiyoaiyo - -ba -MOTxxxx -FAxxxx -FA -ni3shuo1yi2gexiao3bai2tu4babing1bing1 -cough -bing1bing1 -ni3shuo1yi2gexiao3bai2tu4 -kuai4dianr3 -bing1bing1shuo1yi2gexiao3bai2tu4 -shuo1ya -shuo1xiao3bai2tu4bai2you4bai2 -kuai4dianr3a -bing1bing1a -xxxxxxxx -cough -OFFxxxxxxxx -OMMxxxxxxxxxxxxxx -MOTyi4huir3zai4yi4huir3hui2lai2ge1yi2liang4che1 -FAyou3che1 -MOTxxxxxxxx -you3che1zou3ma -jiu3zou3 -a

-jiu3zou3 -hai2zou3 -zhuang4lezen3meban4ne -zhuang4le -en -xiang2zen3mebai2ban4 -enzen3meban4ne -zhuang4lezen3meban4ne -en

- -zhuang4lezen3meban4ne - -cough -xxxxxxxxxxxx - -MOTdao4li3da4xxxxxxxxxx -FAshang4nar4qu4a -FAhao3ba -FAxxxx -FA -FAen

-FA -you3che1 -you3che1 - -laugh - -ma1ma -a -ahai2zhen1shi4 -zhei4gou3gou

3 -mo1qu4baxx -xiao3gou3gou

3 - -xiao3gou3gou3 -xiao3gou3gou3 - -shen2meya -xxxx -xiao3gou3gou3 -xiao3gou3gou3pa4ma -pa4 -mo1ma -ei - -che1 -a -che1che1 -che1che1 -xxxx -eche1che1 -wo3bao4ni3shang4qu4ba -xing2ma -en -che1che1 - -en -zhei4shi4shen2medeng1a -a -hon2deng1a -hong2eng1deng1 -hong2deng1zhi3zhi3 - -a - -hong2deng

1 -zhei4shen2medeng1lebing1bing1 -bing1bing1zhei4shen2medeng1le -xxxx -a -xxxx -zhei4shen2medeng1le -en -zhei4shen2meshar3deya -en -a -lu4deng1le -wang4le -xxxx -lu4deng1 -u4lu4deng1ye -aozhei4geda4che1che1 -MOTnei4bianr1fang4yin1yue4le -FAlaugh -MOTzou3ba -FAbu4zhi1dao4mei2ting1jian4ne -FA -FAmusic -FAyou3 -FAmusic -tiao4wu3qu4babing1bing1 -music -lai2yabing1bing1 -music -tiao4ba -music -xxxxxx -music -guo4lai2 -xian4zai4tiao4wu3qu4ba -music -lai2ba -mudic -xxxxxx -music -ni3bing1bing1tiao4 -music -xxxxxx -xxxx -music -ma1matiao4 -music -music -bing1bing1tiao4wu3hao3ma -music -a -music -music -bing1bing1gen1shei2tiao4 -music -xxxxxx -music -xxxxxxxxxxxx -music -music -tiao4zai4wo3bianr1shang4 -tiao4wu3awang4le -music -music -zai4zher4tiao4 -music -zan2bu2rang4bu2rang4ba4bakan4 -music -zai4zher4tiao4 -music -rang4ba4bakan4ma -music -rang4rang4ba4bakan4 -music -music -da4qi4qiu2 -music -a -music -xx -music -aoda4qi4qiu2 -music -music -ma1maxiao4tiao4ma1maxiao4tiao4 -music -ai -music -music -zhu1 -music -music -laugh -music -kuai4pao3 -music -eihei -music -laugh -music -MOTni3zen3megao3de -MOTmusic -FAlaugh -FAmusic -bing1bing1tiao4a -music -music -bing1bing1zhei4zen3metiao4de -zhei4yang4 -music -laugh -music -music -eikuai4tiao4 -music -bu2shi4bu2kan4nei4a1yi2 -music -music -a -music -yao4niao4niao

4 -music -laugh -music -music -zhen1hao3kan4bing1bing1tiao4de -music -music -bing1bing1ni3kan4zhei4shi4shen2meya -music -music -wo3hai2yi3wei2shi4qiu1yin3ne -music -bu4cai3 -music -ma1mabu4cai3 -music -music -ma1maqie3cai3 -music -ma1ma1qie3cai3 -music -ma1maqie3cai3 -music -music -akan4kan4kan4kan4 -music -kan4kan4shen2meya -music -kan4kan4shen2meya -music -kai1kai1kan4+kan4hong2deng1 -music -akan4kan4hong2deng1 -music -ao

-music -mei2da4fa1dedeng1hao -music -zhen1hao3kan4 -music -music -ma1ma -xxxxxxxx - -ma1ma

- -aibie2wo3gen1ni3tiao4ao -a -OCxxxxxxxxxxxxxx -OCxxxxxx -OCmusic -xing2jiu3zou3ba -music -aikan4kan4 -music -aizhei4gexxting3hao3 -music -music -ba4ba

-music -ba4ba

gu4nai

2guo4+lai2 - -shen2me - -music -FAainei4li3you3yi2gexiao3dedin1shu1qi4 -FAmusic -FAgen1zhi3jia3dao1cha4bu4duo1da4xiao3 -FAmusic -FAxiao3xiao3dedin1shu1qi4gen1zhi3jia3dao1cha4bu4duo1da4xiao3 -FAmusic -MOTzan2zou3mai3yi2gequ4 -MOTmusic -FAzan2menmai3yi2ge -FAmusic -zai4zher4wanr2ba -music -xxxxxxxxxxxx -music -kan4zhei4ge -music -zhei4shi4ge1gedeqi4che1ya -music -xxxx -music -xxxx -ge1geqi4che1ya -music -ni3qi2ma -music -xxxxxxen

-music -music -qi2che1 -INVlu4duo2chang2shi2jian1a -INVmusic -INVlu4duo2chang2shi2jian1ya -INVmusic -INVyi2gexiao3shi2na -INVmusic -INVmusic -ni3zhao3a1yi2a -music -xx -a1yi2zou3le -music -a1yi2zou3le -music -a1yi2zou3le -music -xxxxxx -hao3ma -music -zan2tiao4wu3hao3ma -music -ni3gei3ma1mashuo1yi2gexiao3bai2tu4bai2you4bai2ba -music -bing1bing1gei3ma1mashuo1yi2gexiao3bai2tu4bai2you4bai2 -music -shuo1yi2ge -music -shuo1ya -music -kuai4dianr3 -music -MOTjiu4zai4zher4wanr2ba -MOTmusic -sa1kai1shou3zi4ji3pao3pao3hao3ma -music -FAbie2pao3 -FAmusic -FAmusic -zen3mepao3hui2lai2le -music -music -xxx -wan2leao -wan2ne -wan2le -ren2hai2dei3chang4ne -xxxxxxxx -xxxxxxxx -hai2chang4ne -xxxxxxxxxxxx -yi4huir3jiu4chang4le -OCxxxxxxxxxx -dui4ma -xxxxxx -bing1bing1chang4yi2ge -bing1bing1shuo1yi2gexiao3bai2tu4bai2you4bai2 -en -xiao3bai2tu4bai2you4bai2a -zen3mele -xxxxxxxxxxxx -xxxxxxxxxx -kan4zhei4ge1gequ4 -ni3zai4gan4ma2ne -xxxxxxxxxx -xxxxxxxx -a -xxxxxx -kan4shen2mene - -ayaaya -xxxxxxxxxx -hao3wanr2ma -hao4wa2hao3+wanr2 - -bing1bing1xiang3yao4ge4che1ma -xiang3ya4yao4che1 -ni3hui4qi2ma -hui4qi2 -zen3meqi2deya -en - -ni3fa1xian4shei2mele -zen3meqi2che1de - -ni3qu4ba -zhao3xiao3peng2you3qu4wanr2qu4ba - -bie2zou3shui3 -guo4lai2guo4lai2 -you3shui3bing1bing1 -heiyouxxxxxxxxxxlaugh - -ni3mei2kan4dao4you3shui3 -ni3zen3mehai2zou3a -xxxxxxxxxxxx -xxxxxxxx -den1den1den1den1den1den

1 -xxxxxxxx -xxxxxxxx -laugh -en

hao3wanr2ma -hao3wanr2 -xiao3jie3jiegan4ma2ne -a -xiao3jie3jiegan4ma2ne -xxxx -qi2che1neshi4me -xxxxxxxxxxxx -ni3ye3qu4qi2qu4a -zou3qi2qu4 -xxxxxxxxxxxx -xxxxxxxx - -ei - -zhe4wo3le -zhe4wo3le -dai1huir3dai1huir3de -OCenzhe4wo3le -xxxxxx -na4yi4jia1nong4yi2gehao3ma -OChao3ya -OCda1da1xxxxxx -laugh -OCxxxxxxxx -OCxxxx -OChai

-OCya -OC -laugh -yi

-ei

-xxxx -wo3de -xxxxxx -xxxxxxxxxx -laugh -enzuo4san1gea -xxxxxxxx -OClaugh -xxxxxxkuai4yao4ya1huai4le -xxxxxxxxxxxx -OFFxxxxxxxx -OFF -enen -you3shui3 -wo3yao4yi4zhi2tui1 -bu4guan3zen3mezhaowo3dei3yi4zhi2tui1 -xxxxxxxxxx -aiya

laugh -mo1pi4gu -laugh -aiyozhei4gou4hen3deya -xxxxxxxxxxxxxx -xxxxxxxx -qu4zi4ji3zhuiqu4ba - -zhuiqu4 - -laugh - -FAzou3zan2shang4nei4bianr1qu4ba -FAshang4nei4bianr1qu4 -FAa -FAbu2zai4zher4la -MOTxing2a -MOTwang3nei4bianr1zou3zou3ye3xing2 -MOT -eibing1bing

1 -music -the 2. side of tape -zhei4jiao4tui1 -en -nar3qu4le -music -bie2ni3bie2zhuang4zhe -music -laugh -laugh -xxxxxxxx -xxxxxxxxxx -music -zou3 -music -music -MOTkan4shen2meya -MOTmusic -FAkan4nei4gexiao3hair2zai4nar4ye3bei1zhei4ge -FAmusic -FAta1ye3bei1yi2geta1ye3bei1yi2gelaugh -FAmusic -FA -bing1bing1ta1shuo1deshen2meya -music -bu2shi4zhei4ge1chang4deshi4shen2meya -music -music -ma1ma1matiao4ba -music -bing1bing1tiao4ba -music -bing1bing1tiao4bu4xx -music -a -music -ma1matiao4ba -music -a -music -ma1matiao4ba -music -bing1bing1tiao4ba -music -music -a -music -gan4ma2qu4a -music -xxxxxxxxxxxx -music -music -xxxxshang4nei4bianr1qu4ba -music -music -deng

4 -music -music -enhen -music - -he1shui3mabing1bing1 -a -he1bu4he1shui3 -yi -a -xxxx -he1shui3ma -he1shui

3 -he1shui3 -he1dianr3shui3ba -FAgei3ren2he1dianr3shui3 -bu4gei3ma -FAhe1 -bu4gei3 -rang4da4ren2he1 -FAaiyobu4bu4 -FAxxxxhe1 -en -bao4zhehe1hao3ma -he1shui3ma -anao -he1ma -he1 -a -he1bu4he1a -he1 -FAhe1 -he1 - -xxxx -hao3he1ba - -zi4ji3bao4zhe - -cough - -en -zi4ji3na2zhe - -aiyoma1malei4le -ni3zi4ji3bao4zhe -zi4ji3bao4hao3leao -MOTxxxxxxxx -FAxxxxxxxxxxxx -FA -xxxx -bing1bing1shuo1yi2gexiao3bai2tu4 -ni3shuo1ma -ni3shuo1yi2gexiao3hao4zishang4deng1tai2 -xiao3bai2tu4bai2you4bai2 -liang3zhi1er3duo1shu4qi3lai2 -en -ai4chi1luo2boai4chi1cai4 -beng4beng4tiao4tiao4zhen1ke3ai4 -dui4ma - -da4gao1lou2 -shi4ba -gao1you4gao1laugh -dui4bu2dui4 -xiao3gu1gu

1zhe4hao3bao3bao3 -en -enen -enhao3guai1guai1 - -xxxxxx -ba4bane -ba4bazai4hou4tou - -ba4bane -ba4bane - -zi4ji3bao4zhe -bao4zheao - -xxxxxxxx -OFFcheng2jian4san1gong1si1xia4lai2yao4gong1qu1de -MOTxxxxxxxxxx -MOT -deng3huir3zai4he1ba -xing2ma -hai2he1ma -aohai2you3nen4meduo1ne - -hai2he1bu4he1ya -hai2he2he1 -hai2he1ya -he1ba - -zi4ji3bao4zhe - -bao4zheya -tai2gao1dianr3 - -mei2he1zhao2 - -xia4lai2dai1huir3ba -xia4lai2zou3huir3ba -beng2he1le -en

-en -en

-xxxxxx -lai4zai4wo3shen1shang4le -en

-hai2he1ma -ehenencry -hai2he1a -en -ma1mawei4 -aoma1mawei4 -wo3zhei4yi4zhi1shou3bao4zheni3 -yi4zhi1shou3wei4tai4lei4le -laugh -xxxxxxxxxx - -wo3he

1laugh -zi4ji3bao4zhe - -xxxx -xxxxxx -zhei4yang4na2 - -ni4kan4jian4tian1shang4dexing1xing1lema -e -kan4jian4lema -aiyo -kan4jian4lema -ayou3xing1xing1ma -you3mei2you3a -you3 -you3a -you3ji3geya -shu3shu3 -en -shu3shu3you3ji3geya -zin1gesan1+ge -san1geyacai2 -zai4shu3shu3 -zin1gesan1+ge -hai2san1geya -ai

-zai4shu3shu3 -zin1san1 -yi

1er4san

1si4 -hai2you3shen2meya -wu3wu3liu4qi1ba1jiu3shi2 -xiao3bing1bing1 - -lai2shuo1yi2gexiao3bai2tu4bai2you4bai2ba -shuo1ma -en -shuo1bu4shuo1ya -xxxx -xiao3shuo1yi2gexiao3hao4ziao -xiao3hao4zi -shang4deng1tai2 -tou1you2chi1 -xia4bu4lai2 -zhir1zhir1jiao4nai3nai -nai3naibu4lai2 -laugh -dui4ma -a - -xia4lai2ba -zi4ji3zou3huir3xing2ma -en -en

-bu4zou3a -zou3bu4zou3 -en -zou -bu4zhou3zou3 -bu4zou3a -bu4jiang3 -na4zen3meban4ne -a -na4zen3meban4ne -ku1ya -a -na4zen3meban4ne -a -na4zen3meban4ne - -jiu3dei3ma1mabao4zhe -dui4ma - -FAwang3hui2zou3ba -MOTa -FAwang3hui2zou3ba -MOTna4xing2 -MOT -MOTzen3mele -FAhe1shui3ne -MOTmei2you3bi4yao4he1shui3 -MOT -hai2he1ma - -MOTxxxxxxxxxxxxxx -MOT -sing -bing1bing1zou3zhei4shang4hao3bu4hao3 - -hai2dei3deng3yi4huir3 - -yi4er3yi4 -yi4er3yi4 - -aiyodou1kuai4gen1ma1mayi4bianr1gao1le -bing1bing1zhan4zhei4shang4 -shi4ma -bi3bi3ge4 -gen1ma1mabi3bi3ge4 -dao4ma1manar3le -dao4zher4 -dao4zher4le -shi4bu2shi4a - -ge1xx -aiya - -xia4lai2zou3 - -nei4shi4cao3 -cai3ma -cei3cai3 -a -cei3cai3ba -cai3a -bu4cai3 - -bing1bing1ni3chang4xiao3xing1xing

1ni3hao3yasing -ni3jin1nian2ji3sui4lesing -ni3li2wo3menyou3duo2yuan3sing -ni3na4shang4mian4dou1you3sha2sing -ni3li2wo3menyou3duo2yuan3sing -ni3na4shang4mian4dou1you3sha2sing -dui4bu2dui4a -ni3hui4chang4ma -hui4bu2hui4chang4a -bu4shuo1hua4le -abing1bing1 -bing1bing1zen3mebu4shuo1hua4le - -eiyi

shang4lai2le -MOTxxxxxxxxxxxx -FAen -FA -sing - -zhei4shen2meche1yabing1bing1 - -bing1bing1a -bing1bing1 -wan2le -ni3kan4zhei4shen2meche1ya - -a -ni3shang4ma -shang4bu2shang4a -shang4shang4le -zou3ma1madai4ni3qu4 -xing2ma -zuo4da4qi4che1qu4 -xing2ma -xing2 -xx -a -en -xing2a -zou3 -youta1zen3mekai1pao3le -bing1bing1hai2mei2shang4nejiu4kai1pao3le -laugh -a -a -zen3mehui2shir4a -ta1zen3mebu4deng3zhebing1bing1a - -mei2deng3zhebing1bing1ne -wo3shuo1nei4da4qi4che1ya -zen3memei2deng3zhebing1binga -bing1bing1hai2mei2shang4che1ne -ta1jiu4ting2 -ta1jiu4kai1pao3le -dui4bu2dui4a - -en -he1beng3bao3le -he1bao3le -en -xiao3xxxxhe1bao3le -ao -na4bing1bing1hai2shang4ma -hai2shang4 -hai2shang4zen3meshang4a -ren2jia1kai1pao3le -da4qi4che1kai1pao3le -en -da4qi4che1kai1pao3lezen3meshang4a - -wo3shuo1da4qi4che1kai1pao3le -ni3zen3meshang4a -enzen3mele - -cough - -FAba4ba -FA -FAthe end of tape \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb3.orig.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb3.orig.xml deleted file mode 100644 index 479efb3..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/lxb3.orig.xml +++ /dev/null @@ -1,1786 +0,0 @@ - - - - - - - - - - - - - - -laugh -a1yi2zai4gan4ma2 -laugh -en

-xxxxxxxx -a1yi2zai4gan4ma2ya -laugh -ni3wen4a3yi1qu4a1+yi2+qu4ai -en -ni3wen4a1yi2zai4gan4ma2 -laugh -xxxxxx -lu4yin1 -laugh -xxxxxx -bao1 -zhei4bao1a -ai

-zhei4bao1wo3menbu2dong4hao3bu4hao3 -zhei4gene -zhei4shi4shen2meya -a1yi2yao4bei1bei1 -ni3bu2dong4 -chen2chen2 -zhei4gene -zhei

4 -da4jia4jie4qiong2 -aohao3le -jia1nia1 -enen -kou4 - -ennehen

-en -INVen -zhei4ni3wen4ba4bazhei4shi4shen2me -zhe1zhe4lai4jiao4shen2me -ni3shuo1ne -zhei4shi4shen2meya - -zhei4shi4biao3 -FAting1yi4ting1 -biao3 -ni3ting1ting1you3sheng1yin1ma -ting1ting1you3mei2you3sheng1yin1anei4biao3 -ting1jian4ma -zhei4biao3gen1ba4badebiao3yi2yang4ma -dididadadididada -laugh -en -ni3bie2lao3qu4nong4nei4ge -xxxxxxxxxxxx -xxxxxxxx -bu4xiang3ma -xxxxxxxxxx -xxxxxxxxxxxxxx -ni3gen1xiao3peng2you3wanr2wanr2ba -xxxxxx -aozhei4gejiao4shen2meyazhei4ge -bing1bing1ni3gao4su4ba4bazhei4ge -wo3dou1bu4zhi1dao4ta1jiao4shen2me -jie3jie -jie3jieya -FAlaugh -FAta1bu4zhi1dao4ta1jiao4shen2me -xxxxxxxx -of2bbxxxxxxxxxx -laugh -OCfei1fei1ye3kun4le -OCof2oclaugh -ni3gao4su4wo3yata1jiao4shen2me -xxxlaugh -OCgan4ma2 -en -OCni3gan4ma2ne -OCxxxxxxxxxx -shou1yin1ji1 -xxxxxxxxxx -shou1yin1ji1hao3 -xxxx -shou1yin1ji1 -xxxxxx -OCmei -OCei

-ai

-OCai

-en

- -zhei4shi4di4dihai2shi4ge1gea -en -di4di -laugh -ni3pao3shen2meyalai2hui2 - -i

-en -bing1bing1na2sen2meshen2+meya -a -OFFshou1jie1shou1+yin1+ji1 -a -OFFshou1yin1ji1 -sou1yin1ji1shou1+yin1+ji1a -OFFen -gan4ma2deya -OFFdi1ye1lu4+yin1 -a -OFFdi1ye1lu4+yin1 -gan4ma2deya -OFFo3wo3kan4kan4 -ni3kan4kan4ya -OFFkan4kan4 -laugh -OFFkan4kan4 -ni3ting1dao4seng1yin1sheng1+yin1lemei2you3 -OFFkan4kan

4 -kan4kan4ya -wo3na2bu4liao -wo3bu2hui4nong4 -ni3zi4ji3 -ni3kan4kan4zhei4shi4shen2medong1xi1 -kan4kan4 -da3kai1 -da3kai1ya -mo -da3bu4kai1 -en

nei4ge -en -xxxxxxxxxxxx - -da3kai1ba -da3kai1a -bu4da3 -bu4da3 -a1yi2bu2rang4dong4 - -haita1ba3ku4zi -xxxx -zhei4you3qie1mo1shen2+me -shen2me -zhei4ye3bu4neng2dong4 -xxxxxxxxxx -bu4mo1 -bai2 -zai4qin1qin1ting1+ting1 -ting1ting1 -ting1ting1you3shen2mesheng1yin1a -a -ting1jian4shen2mesheng1yin1la -en -zhei4shi4shen2me - -ai -en -zhei4gegeng4gao4 -zhei4shi4shen2me -zhei4yi

2 - -mao

1 -nne

-nne -OFFnne -OFFen -OCen -OFFji1ya -OCai -zhei4ge -shen2meyazhei4shi4 -nda -ei

-zhei4shi4shen2meya -xxxxxxgan4shen2meya -OFFwei1zhe -OFFei -OCfei1fei1xia4lai2fei1fei1 -OCxxxxxxxx -OClaugh -FAxia4lai2xia4lai2le -FAyue4wang3shang4yue4xxxx -OFFta1jiao4ta1jiao4shen2me -niao4niao4na1na1jia4 -en -ni3gao4su4wo3zhei4geshi4shen2mezher4de -nei4ge -FAshen2meya -zhei4bu4ji1dao4zhi1+dao4 -ni3zen3mebu4zhi1dao4ne -laugh -wo3bu4ji1dao4zhi1+dao4 -an -ni3kan4kan4 -ni3bu2shi4gen1ren2jia1yi2kuair4wanr2dema -ni3gao4wo3zhei4jiao4 -zhei4xiao3ge1gedi4dijiao4shen2mea -OCaoai

-gao4su4wo3yaxiao3di4dijiao4shen2meya - -zhei4gexiao3di4dijiao4shen2me -bing1bing1xxxxxiao3di4di -OFFai

-OCai

-OC -OClaugh -OFFxxxxxx -OClai2 -OFFdu

-OFFyao -OFFnao -ba4ba4bao4+bao4ba -bu2bao4 -ni3pao3pao3wanr2wanr2bahao3bu4hao3 -a -a1yi2na -a1yi2bu2jian4le -aoa1yi2gen1ni3lai2 -a1yi2bu2jian4le -hao3hao3ba -INVjiao3jiang

4 -shuo1shen2mebing1bing1 - -zhei4gexiao4di4dishi4shei2a -ta1jiao4shen2meya -e -a -laugh -ni3ye3zuo4nar4qu4a - -zha1zha1 -zha1zha1 -zha1bu4zha1 -eyo -en -zha1bu4zha1a -OCgai1chi1fan4leao -OFFen

-OCchi1fan4mani3 -OCwo3shuo1chi1fan4ma -ni3gen1a1yi2cang2mengr1mengr1cang2+mao1+mao1 -OClai2yao4chi1fan4leao -OCyao4chi1fan4lou

-OFFbu4chi1 -OCxxxx -OCxxxxxxxxxxxx -ni3zai4wai4bianrhao3wanr2ma -gang1cai2ni3peng4jian4shei2le -OCxxxxxxxx -OCfei1fei1zai4jian

4 -ni3 -a1yi

2ne -hai2peng4jian4shei2le -xxxxxxxx -xxxxxx -en -kan4bao3bao3ne -kan4bao3bao3a -nei4shei2ne -tian1tina1ne -tin1tian1+tian1jiu3zou3nie -OCxxxxxx -kan4jian4lema -kan4jian4nie -kan4jian4le -aiyohuo -laugh -OCxxxxxxxx -kan4jian4le -hai2kan4jian4shei2le -OCzai

4jian

4 -OFFxing2bu4la1la1lian4a -FAaixxxxxx -na1la1 -la1ya -OCxxxxxx -ni3zi4ji3you3mei2you3la1lian4 -ni3kan4kan4ni3 -bing1bing1xxshang4you3la1lian4ma -mei2you3 -mei2you3a -ni3dela1lian4ne - -hehao3lei -xxxxxxxxxx -xxxxxx -laugh -xxxx -ba4ba4bao4+bao4ba -you4yao4bao4bao4a -ni3pao3pao3wanr2wanr2ba -shai4shai4tai4yang2 -ni3kan4xiao3di4dizou3le -en -ni3gen1di4dizai4jian4lema - -en -INVji4zhei4xi4shi4shen2me

-en

-shang1biao1ba - -xxxxxx -hao3kan4ma -ai

-bing1bing1dao3luan4 -en -INVbu4jiu3zou3 -wei4shen2me -INVbu4na

2 -bu4 - -gei3 - -xxxxxxxxxx -INVen -xxxxxxxx - -bai2ba4duo4zuo4de4zher4 -ba4ba4zuo4zher4a -ga1zuo4 -ga1zuo4zhei4ge -ba4babu2zuo4 - -xxxxxxxxxx - -enba4bao4wo3 -ba4ba4bao4+bao4wo3 -ni3zi4ji3wanr2wanr2 -FAenhen -shei2a -ni3zi4ji3wanr2wanr2 -ni3kan4ba4bazhei4shou3po4le -xxxxxxxxxx -teng

2 -en -gei3chui1chui1ba -hu

-chui1chui1 -hu

-en -ta1teng

2ne -teng2leen -teng2le -ao

da3 -teng2le -gang1xi1na2guan1+qi3+lai2 -gang1guan1gang1qi3lai2guan1+qi3+lai2 -guan1qi3lai2a -ei -zhei4ye3zhei4ye3fang1po4 -nar3po4le -zhei4buo1po4le -zhei4ye3po4le -zhei

4xi -zhei4ye3po4le -en -zhei

4ye

3po1po4le -zhei4ye3po1po4le -enzhei4ye3po1po4le -teng2ma -en -yao1+he sheng1 -ai3wa1gu1ma3 -ba4bagan4shen2meya -isi -yao1+he sheng1 -ai -zhe4po

4 -yao1+he sheng1 -ei -shou1fei4pin3lei -xxxxxxhan3shen2melaizhe -xxxx -e -ta1menhan3shen2me -ba4ba

-enxing2 -xi3huan

1 -xxxx -zhei4ye3bo4po4le -zhei4ye3po4le -zhei4hei1ne -aozhei4hei1le -zhei4zang1deshi4ma -ga1guai1gan3+kuai4xi3xiu3shou3 -ouxing2kuai4xi3shou3kuai4xi3shou3 -zhei4huir3hui2jia1xi3shou3 -en -gan1jing4lema -e - -bing1bing1guo4lai2 -xxguo4lai2 -zhei4zen3mela -zhei4shi4zen3mele -INVzhe4shen2me -zhei4shi4tian1xian4 -ni3bu2dong4ao -INVen -INVni3 -xxxx -xxxx -ai

-xxxxxxxx -xxxxxxxx -laugh - -xxxxxxxx -xxxx -hai -gan4ma2 -xxden1den1dun1+dun1 -ba4dun1dun1hao3 - -OFFxx -OClaugh -OC -enenenen - -ei

- -ni3ba4babu2ai4chi1 -INVxx -OCai -OCni3kan4jie3jie -OCzhen1shi4 -OClaugh -xxxxxx -xxxxxxxx -OFFta1ji3geyue4le -FAyi2sui4liang3geyue4le -OFFhao -na -OFFkuai4gen1ta1cha4bu4duo1da4le -FAlaugh -OFFcha4bu4duo1gao1le -OCaya

-OFFxxxxxxxxxx -aiyo

xxxxxx -INVba4bao4bao4 -xxxxxx -bu2bao4 -ni3kan4ren2jia1xiao3di4didou1bu2bao4 -xiao3di4dini3kan4kan4ni3kan4kan4zi4ji3zou3ne -ni3kan4jian4mei2you3 -en

-zhei4ge -aiyoyo

-laugh -laugh -xxxxzhei4gene -aiyobing1bing1ni3zhen1gai1 -OFFxxxx -yi2ding4xxxxxxxx -of2bbxxxxxxxxxxxx -OFFaihai -OFFxxxxxxxxxx -OFFofof2en -xxxxxx -ren2jia1shang4nar3ni3ye3shang4nar3a -wo3xia4nai3xia4+lai2 -aoni3xia4lai2lai2lai2lai2 -wu3wo3shang4zhei4ge -aoni3shang4zher4 -lai2aiyohe -en

-ni3gen1di4diyi2kuair4wanr2wanr2ba -OCxxxxxxxxxxxx -OC -OCxing2lexing2lexing2le -OCbie2shang4le -OCni3kan4jie3jiedou1bu2shang4 -OFFshang4 -OFFxxxxxx -OCjie3jiebu2shang4 -OCa -OCxxxxxxxx -OClaugh -OCna4nar3xiang2a -OCzhei4yang4ren2lao3xxxxxxxx -OCni3bie2chu1lai2hao3bu4hao3 -OClaugh -jie3jie

-OCxxxxxx -OCof2ocxxxx -OFFhen -OCni3kan

4 -OCkan4kan4shei2ahai2zai4nar4 -OCxia4lai2 -OCaoxia4lai2 -OFFxxxxxx -OCni3kan4jie3jierang4ni3xia4lai2 -OCaiyo -OClaugh -OCbu4hao3yi4si1shi4ba -OFFxia4nai3xia4+lai2 -OCbu4hao3yi4si1shi4ma -OCxia4lai2 -OFFta1ma1mane -FAen -FAta1ma1mashang4banr1qu4le -OCxia4nai3xia4+lai2 -OCni3kan4jie3jierang4ni3xia4lai2 -OCxxxxxxxx -OCof2ocxxxxxx -OCofof2ta1pa4ren2 -OC -OFFbu2xia

4 -OFFen

na -OCkan4jie3jieyi4yan3 -OCkan4yi4yan3 -wu1wo3ye3xia4shang4 -wu1wo3shang4 -ni3shang4nar3a -wu1wo3shang4zhei4ge -xxxxxxni3shang4zhei4geni3tai4xxxx -of2bbzhei4xiao3hair2sui2ji1ying4bian4deneng2li4hen3qiang2de -wo3wo3shang

4 -ni3shang4nar3 -bu2qu4nar4 -OCbu2shang4 -enshang4zhei4ge -OCen -shang4nar3a -shang4zhei4li3tou -hao3qu4ba - -zhi1dao4mashang4zhei4ge -shang4zhei4shang4mianr4a -xxxxxxxx -na4nar3cheng2cry -en

-shang4zher4ma -en

-ni3zhan4dezhu4ma -zhan4re -cry -ao

ni3zhan4zai4nar4nar4nar4 -cry -hao3leni3zhan4ya -cry -yao4zhei4ge -xxdi4 -laugh -yao4nei3ge -laugh - -che1pao3ne - -en -xxxx -zhe4xiao3fan1lai2 -OFFdi3di1di1di1di1di1di1 -OCxxxx -gong3na -en -zong3ne - -xia4di4ba

-hao3bu4hao3 -xxxxxxxx -laugh - -hang -INVai

ni3hao3 -INVof2rhao3jiu3bu2jian4le -OFFai

-INVwo3hai2yi3wei2ni3hui2qu4lene -OFFmei2you3bu4hui4de -OFFlaugh -OFF -OFFni3nei4gedong1xi1wo3hai2xxxxxxxxxxxxxxxx -INVaoni3ni3xi3huan1ma -INVxi3huan1ni3jiu4liu2xia4ba -OFFen

hai2shi4yao4huan2ni3 -OFFdan4shi4wo3xian4zai4zai4lu4nei4gexiao3hair2 -INVen -OFFwo3pa4wo3menshuo1hua4xxxxxx -INVhao3hao3hao3 -OFFwo3yi4huir3deng3huir3zai4gen1ni3shuo1ba -INVhao3hao3 -INV -OCxxxxhui2qu4le -INVzai4jian4ao -OFFzai4jian4 -OFF -zhei4shen2me -zhei4shi4shen2meya -zhe4shi4xxxxxxxxxx -ofof2xxxxxx -ta1bu2hui4shua1 -of2ofxxxxxx -FAta1ji3sui4le -OFFta1 -OFFta1bi3ta1xiao3yi2geli3bai4 -OFFxxxxxxxxxxxx -FAen -OFFta1bi3ta1xiao3yi2gexing1qi1 -FAxxxxxx -OFFsuo3yi3ta1 -OCbu4xing2bu2zhei4yang4 -OCai -OFFta1bu4ken3shuo1 -OFF -FAxxxxxxxxxxxxxxxxxx -FAxxxxxx -FAxxxxxxxxxxxxxxxx -ni3zai4wanr2shen2meyabing1bing1 -OFFxxxxxxxxxx -enen

-OFFxxxxxxxxxxxx -enen

-INVxxxxxxxxxx -a -INVxxxxxxxxxxxx -OFFxxxxxxxx -OFF -en -bi3bai2 -chu1lai2hao3bu4hao3 -dao4zhei4shang4bianr1lai2ba -en

-INVzai4zher4shuo1hua4hai2xxxxxxshi4ma -OFFxxxx -en

-INVxxxxxxxx -INV -ni3hai2yao4zou3nar3qu4a -ba4bachu1lai2leao -ni3kan4kan4ao -ba4badao4wai4bianr1lai2le -ni3qu4yi2geren2zai4li3touba -jiao4ya3wa2 -ai -en -enxiang4ba -xxxxxx -xxxxxxkan4jian4 -OFFxxxxxxxx -OFF -zhei4li3touzang1bing1bing1 -zan2menchu1lai2ba -xing2ma -OCwo3bu2xia4lai2 -OCxxxxxxxxxxxx -zhei4lai2hui2deliu1da -cheng2le -yo

-yo -qu4xx - -ba4bana

2 -ni3kan4ni3xie2zang1lema -OCxxxxxxxxxx -a -OCbo1zheao -OCbo1zhechu1lai2ao -bie2wanr2 -OCxxxx -gu1guna

2 -OCxxxxxx -OCof2fxiao3hair2zong3dei3shuo1hua4 -OClai2 -rang4ne -chu1bu4lai2 - -bie2guo4qu4lebie2guo4qu4le - -zhe4di4sao3leba -a -ei -FAen -OMMlaugh - -bi1yoyoyoyoyo

-zhe4cao3li3bianr1hao3wanr2ma -en -bing1bing1zhe4cao3li3bianr1hao3wanr2ma -hao3wanr2 -hao3wanr2a -ma

m - -xxxxxx -enna2mao2 - -OFFxxxxxxxxxx -OFF -zhei4geni3kan4 -zhei4mao2mao2da4 -OFFxxxxxxxxxx -zhe4mao2mao2da4 -INVxxxxxxxxxxxxxx -OFFxxxxxx -zhe4mao2mao2da4 -OFFxxxxxx -ni3fa1kan4 -azhe4mao2mao2da4 -en -INVzhe4mao2mao2da4 -zhei4mao2mao2da4shi4ma -OCxxxxxxxxxx -INVen -en -OCxxxxxx -OC -oxu - -en -zhe4gan4ma2 - -ni3nei4gelou2qiu1ne - -en - -kan4nei4ge -OMMxxxxxx -OMMxxxx -ni3dou1jiu1le -jiu1huai4le -endou1jiu1huai4le - -OCgu1gu1ji1 -OCgu1gu1ji1xx -OC -zhei4ge -en - -xxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxx -OFFxxxxxxxx -OFFofrxxxxxxxx -OFFni3hai2shi4xxxx -OFFai -INVji3dian3le -FAshi2wu3 -INVmei2you3 -INVshi2yi1dian3shi2wu3 -INV -xxxxxx - -bing1bing1zan2hui2jia1hao3ma -bu4hui2 - -you4nai2lai2zhei4gene -zhe4shi4shen2meya -bu2shi4 -a -shen2me -zan2menhui2jia1he1shui3qu4ba -he1ma - -ofblaugh -hui2jia1he1shui3hao3ma -OFFbi3ni3nei4ge -zou3 -ba4baling3ni3hui2jia1 -INVxxxxxxxxxx -a1yi2yao4hui2qu4 -a1yi2ye3nai3naiye3yao4hui2jia1leao -li3yi2ye3kuai4sheng1le -li3yi2a -en -INVyi

2 -INVei -o

-chei

-zou3 -FAxxxxxxxxxx -gen1nei4mei4meizai4jian4 -OCmei4mei

zai4jian

4 -ni3gen1mei4meizai4jian4le -bai2zai4jian4 -FAlaugh -OCni3ye3gen1zheshuo1zai4jian4 -INVlaugh -laugh -OCpa4xxxx -OCgan3jin3shuo1ya -OFFxxxxxxxx -OFFai

-OFF -xxxx -xxxxxxxxxxxxxx -xxxxxx - -hao3bao4bao4ba -aixxzhei4ge -xxxx -ei

-yo

-ei -en - -zhei4shi4shei2jia1 -bu2shi4 -ren

2jia

1 -zhei4shi4 -ren2jia1a -xxxxxxxxxx -aozhei4shi4ren2jia1 -xxxxxx -na4ni3yi4huir3dao4lejia1ni3gao4su4wo3ao -ren

2jia

1 - -enhen -zhei4gene -bu2xi1shi4 -xi4shi4ge1gejia

1 -aozhei4shi4ge1gejia1a -FAxxxxxxxx -FAlaugh -hao3 -zhei4xi3ma1shen2+me -zhei4shi4mu4tou -ei1toumu4+tou -mu4tou - -zhei4shi4shei2deche1 -xi4shi4ba4ba

de -zhei4shi4shei2jia1ya -hen -bu2shi

4 -en -bu2shi4 -shi4bing1bing1jia1ma -xi1shi4 -a -xi

4shi4 -shi4bing1bing1jia1ao -xi4shi4 - -endao4jia1le -shi3 -ei

-ei -dao1dao4jia

1 -endao4jia

1 -INVdao1dao4jia

1le -INVei

-zher4 -hao3le - -INVa1yi

1a1+yi2 -ai -xxxxxxxxxxxxa1yi

2 -qu

4 - -en -qiao2 -qu4 - -OFFbu4 -OFF -ba3bao4bao4zhai1leba -hao3le -yi1fubie2tuo1le -yi1fubeng2tuo1le -OFFta1ta1dai4zhenei4gene -xxxxxxxxxxxxxxxx - -ai - -OFFen -OFF -INVni3deyi1futuo1le -FAen -FAai -FAfang4dao4qian2mian4qu4 -zuo4zai4zher4 -yao1+he sheng1 -OFFdong

-aihai

-xxxxwanr2xx - -ei

-gou1zine - -dou

1o -xxxxxx -OFFmi1mi1 -OFFei -lulu -OFFzhang3ba2ne -ba2ni3 -xxxxxx -hela1la1la1la

1 - -qia4 -chi1 - -du

1du

- -en - -OFFnao3yao4wa4wa4 -OFFwu1wo3nao3yao4wa4wa4 -nao4wa4wa4jiu4beng1 - -hei -laugh -INVwa4wa4 -xie3dewa4wa4 -en -bing3bing3Bing1+bing1dewa4wa4shi1a -OFFyao4zou3le -FAao -OFFhao3ba -OFF -ye - -xxxx - -ni3yao4bu4yao4he1dianr3shui3abing1bing1 -wu4wo3bu4he1 -bu4he1a -bu4he1 -ai

-bing1bing1 - -bing1bing1enwang2nai3naiyao4zou3le -ni3gen1ta1zai4jian4lema -mei

2xxxxxxxxxx -yao1+he sheng1 -a -qu4gen1wang2nai3naizai4jian4abing1bing1 -zai4jian4wu3wo3zou3lezai4jian4 -OFFwo3bu4ji1dao4zhi1+dao4 -ni3bu4zhi1dao4a -ni3bu4zhi1dao4 -ni3ni3bu2yao4wang2nai3naile -yi4huir3wang2nai3naizou3lebu4lai2leao -xxxxxxxxxxxx -bu4lai2le -bu4gei3ni3xxxx -xxxxxxxxxxxxxxxxxxxx -bu2yao4bing1bing1leao -bu2yao4bing1bing1le -ni3bu2yong4 -zai4jian4 -OFFyie1yie

4zai4+jian4 -xxxxxxxxzhe4hai2zizai4jian4laugh -aixxxxxx -OFFxx -OFFzai4jian

4 -zai4jian4zai4jian4ba -OFFxxxxxxxxxx -OFF -ni3bu2dong4 -bie2dong4ao -INVen -kan4yi2kan4ao -INVen -aizhen1hao3 -bu2dong4ao -ni3hai2la1lege4xiao3ya1zi - -nei4ya1yane -ei -ya1 - -yi3wei

2 -wo3gei3ni3na2 -wo3gei3ni3na2 -eiyohei -zai4zher4 -zai4zher4ne -bu4xu3luan4dong4 - -lai2 - -a -gele -bu4neng2ti1 - -ei -ei

- -qu4kan4kan4qu4kan4kan4 -wo3jiao1ni3zhei4yang4kai1 - -zhi1dao4ma - -yong4li4 - -xxxxxx -ao -ji3ge -kan4kan4 -ji2kan4kan4 -ai

-xxxxxxkan4kan4 -FAdui4a -FAlaugh -FAzhen1cong1ming2ao -zhi3neng2kan4bu4neng2mo1 - -na2le -gei3wo3 - -xxxxhao3ma - -xxxxxxxxxx -zhei4wa2wata1rang4ni3gei3nong4zang1le -another side of the tape -wan2jiu4gezhei4+ge -da3nei3ge -zhei4ge -na2na2na2zhei4ge -jiu4na2zhei4gea -en -ei - -jie2 -jia1chai1xijia1chai1jia1chai1xia4nai2lai2ne -ni3jiu4hui4chai1 - -INVchai1xia4nai2lai2ne -ai

chai1xia4lai2leshi4ma -INVxi4shi4 -INV -INVxxxxshen2me -INVbu2shi4 -INVyi1gai1ying1+gai1zhei4ge -INVi -INVxxxxxxzhei4ge

-INV -INVzhei4ge -zha1zai4xxxx -INVxxxxle -INV -INVxxxx -INVxxxxxxxx -INVxxzhei4ge -en -zhei4ge -en -INVenii

mei -INV -INVendi3di1di

1 -INVdeidei -INVji1mu4 -en - -INVye3dei

4 -INVgin1gen1gin1den1den1den1 -INVyou1you4ke3ai4 -INVai4qi1"chi1yao2bo"luo2+boqi1"chi1 -xiang3ba4ba -ai4chi1luo2boai4chi1shen2me -yiwo3bu4ji1dao

4zhi1+dao4 -zen3mebu4zhi1dao4a -ai4chi1luo2boai4chi1cai4a -enen

en -na2bao1 -a -ni3zi4ji3na2 -INVa1yi2 -ni3gei3ba4bahao3ma -gen1ba4bawanr2hao3bu4hao3a -eini3dou1na2guo4lai2 -na2dao4zher4lai2 -na2zher4lai2wanr2 - -en - -zher4hai2you3yi2genejian3guo4lai2 - -enhao3le -ni3zi4ji3ni3neng2bu4neng2wang3shang4zhuang1a - -en - -ayiyiyi

- -lai2bing1bing1wo3jiao1ni3nong4zhei4geba -ni3guo4lai2lai2a - -wo3da3qi4ne -wo3na3da3qi4ne - -aiyo

-zhezen3mea -ni3gei3ba4bahao3ma -aina2guo4lai2 - -yi4ya3jie1na -ni3zen3melao3wang3nar4pao3a -dao4nei4bianr1lai2ba -lai2dao4zher4lai2 - -wo3lai

2 - -ye - -yi2xia4ya4hai3 - -ei - -ni3fang4hao3 - -wan2zhei4geba -wan2chou1qian1 -chou1nei3ge -na2qian1qian1che1+che1 -na2che1che1a -na2zhei4gehao3bu4hao3 -zhei4gema3 -ma3lu4 -ma1lu4ma3+lu4 -ma1lu4ma3+lu4 -ma1lu4ma3+lu4 -gu1yang3di1di1di1di1di1di1di

1da4 -zhei4shen2me - -du1du1du1du1 -ao -du1du1du1du

1 -zai4zherzai4zher4wanr2bing1bing1 -bing1bing1zai4zher4wanr2 -du

1 -du1 -dao4zher4lai2wanr2ai -du3du1 -aiyadu3du1du1du1de4du4du4 -niang3du4du

4 -niang4du4du4du4du4 -dei1du

4 - -du

4du

4 -en

- -da3di

1 -eiba4bayou4na2da4ma3 -en

-you4na2da4ma3 -ni3gei3ba4ba -guo4lai2guo4lai2 -xxxxxxgei3wo3 - -yi

-ni3zen3mereng1le - -ai - -dan1lin

4gei3ya - -ei

-ni3gei3chai1le - -yo -yo -laugh -za3kai1da3+kai1 -da3kai1 -da3bu4kai1de -bie2you1 - -ni3gei3nian4nian4ba -gei3ba4banian4nian4zhei4geshu1zen3meyang4 -jie3 -zhen1xiao3qi1che1qi4+che1 -ji1en4fu1 -jitao

3 -hen4gei3jie

4jie4enhen -bu1 -zang1 -ahenye -eishuei2mei2na

-zhei4bu4hai2you3nema -gei3 -zhe4hai2you3 -enying1gai1cong2zher4fan1 -yi2ying1+gai1cong2zher4fan1 -en -zher4zai4gan4ma2 -zhei4yi3dang1jie3 -laugh -wo3bu4ji1dao

4zhi1+dao4 -zhei4gene -xin1xi3yan3lian3 -ta1xi3lian3leba -ta1xi3nian3lian3 -zhei4gene -nimai4mai4mei4+meihe1sai3shui3 -mai4mai4mei4+meihe1xu3shui3 -yi

4 -xxxx -mei4meihe1shui3 -zhei4gene -dia4 -zhei4gegan4ma2 -jia4nang4 -ai

-gai3e -zai4kai1yi2bian4 -fang1fang1jia1 -en -fan1yi4pianr1fan1yi4pianr1 -ni3fan1tai4duo1le -ai -zhe4zai4gan4ma2 -ta1xi1de -zai4zuo4cao1 -enau4zuo4qiao1cao1 -en

-zhei4gene -xi3zhao3zao3 -xi3zao3a -ya1y1a1+yi2xi3zhao3zao3 -en -zhei4gene -qin2 -qin2 -bing1bing1xi3zao3lema -yang3yang3 - -ni3zai4fan1yi4pianr1 -ji3jie1jie3+jie -en -yo

zhei4zai4gan4ma2ne -OFFya -kuai4na2xia4lai2 -ni3bu4chi1shou3 -daizhe4ga1ga1 -aohao3lehao3le -zhei4 -zhei4gene -jia4zhe4 -zhei4gene -gu1ji1gong1+ji1 -bu4 -INVji1ji1ji1ji1 -hen -hao3xiao3ji1ji1 -zhei4gene -xxge1 -zhei4gene -xiao3fei1fei1 -fei1fei1ao

-hai4zai4fan1ge

4hou4 -ei -jian

4liang

4yue4+liang4 -aoyue4liang4 -aozhei4shi4shei2zuo4deyue4liang4a - -gao1gao1ge1+gezhuang4zuo4de -ge1gejiaozuo4yi4dianr3 - -hai2you3shei2a -hai2you3ge1ge -hai2you3ge1ge -hai2you3ge1ge -fan1bian

1pianr1 -en

-enjian3dao1 -jiu4wan

2ne -jian

3dao1zher4wan

2ne -zhei4shi4shen2me -zhong1lu4mao1mao1mi

1mao1 -aozen4mejiao4de -na3lao3zhei4jiao4de -zhei4gene -jier4zher4 -liu2 -bang4bang4bang4bang4bang4ne -zhei4shei2me -gua1gua1gua1 -shi4gua1gua1gua1 -gua1gua1gua1shi4shei2shei2jiao4 -shei2ne4mejiao4gua1gua1gua1 - -zhei4yi1shi4shen2me -bu2shi4 -yao4kan4zhei4ge -zhei4jiu4kan4zhe4zhei4 -xia4nai3suan1+nai:3 -zhe4xia4nai3suan1+nai3 -zhe4suan1nai3a -bu2shi4 -du4dou4 -laugh -zhe4shi4 -shi4du4dou4 -shi4dou4 -shen2medou4a -zhe4zai4gan4ma2ne -bu4jiezhi1shu4 - -mei

2ne

-ei

zhei4bian1 -en -aishu1 -zhei4bian1shu1 - -yi1 - -zhei4yin2ye2+ye -zhei4ye2ye

-en -zhei4ye2ye

-zheizai4gan4shen2me -zhe4e -wo3bu1 -zhei4zai4fang4pao4ne -wo3wo3gao4su4ni3fang4pao4 -xx -ji1shi4fang4pao4 -en1fang4pao

4 -en - -zhei4ge -yue4niang4yue4+liang4 -zhe4shi4yue4liang4ma -yue4liang4 -bu2dui4 -zhei4shi4shen2me -qi1chi1dong1xi1 -zhi1shi4yu

1yue4+liang4 -zhi1shi4yue4niang4yue4+liang4 -tai4yang2 -tai4yang2 -bu2shi4nue4liang4yue4+liang4 -tai4yang2 -dui4le -tai

4yang2dan4magan4 ma2 -mei

2le -you3zhei4bianr1hai2you3ne -ni3kan4 -zhei4bianr1hai2you3 -zhei4shi4shen2me -ya4 -yue4 -zhei4shi4shen2me -ayu2yu

2 -dui4le -zhei4xi2shi4 -zhei4ne -zhei4shi4he2ye4 -zhei4ne -zhei4ye3shi4 -zhei4ne -zhei4ye3shi4 -zhei4ye3xxxx -zhei4geni3bu2shi4ren4shidema -you1you4yi4xi1ren4+shi -zhe4 -enenen -zhei4bianr1zhei4bianr1hou4bianr1 -enen -men1bian3 -tiao4wu3 -entiao4wu3ne -tiao4wu

3 -shei2zai4tiao4wu3a -zhei4tiao4wu3 -zhei4yang4tiao4wu3 -shei2zai4tiao4 -ji4zhei4yi4shi4shei2 -zhei4shei2dai4zai4tiao4 -zhei4shei2zai4tiao4 -zhei4shei2zai4tai

4tiao4 -henhen -zhong1hong1 -hen

-en

na3zhu1 - -den1fang4mi4nei4yeli3 -enden1fang4mi4nei4sa3shang4 -dun1fang4nie4nei4xia3shang4 -en -gang2fang4nie4nei4xia3shang4 -fang4zhei4shang4a -aiyo -ni3zi4ji3en4shang4ba -en4nei4xia4shang4 -gang4fang4nei4xia4shang4 -qiao1ji2e -en -yi

-zhei4xie1meshen2+me -zhei4ying1gai

1 -zhei4xie1meshen2+me -ying1gai1 -bu2shi

4 -ying

1 - -zhei4gezhan4zai4nar3de -ye1ye1 -zhei4shi4shen2meshar3de -enye2shai3yan2+se4 -en

-enzhe4bu2shi4 -ye3bu2shi4 -ni3kan4zher4zher4shi4bu2shi4a -bu2shi4 -ei

-shi4 -shi4ba -shi4 -na4ni3en4jin4qu4ba -nei4gene -zhei4gene -nei4enei4+gene -ni3en4 -zi4ji3en4 -be4bu4nen2neng2 -ni3zi4ji3nong4 -be4bu4nen2neng2 -nong4zhei4ge -hen -zhei4mei2xia1 -mei

2xie1 -ya -zhei4ge -hao3le - -ke3yi3lema - -zhei4ying1gai1 -bu2shi

4 -en -ying1gai

1zhei4ge

-aoying1gai1zhei4yang4de -dei4zhei4ying1gai1zhei4yang

4 -nigai4shang4ba -ni3zi4ji3nong4yi2ge -zhei

4ge -zhei4ying1gai1zen3menong4de -ying

1gai

1zhei4ge -ying1gai1zhei4ge -eng1gai1ying1+gai1zhei4ge -ying1gai1zhei4ge - -ying1gai1zhei4yang4fang4shi4ma -ni3kan4 -zhei4yang4fang4dui4bu2dui4 -ying

1gai

1 -di4yang4zhei4+yang4fang4 - -ni3fang4hao3lema -fang4hao3ne -ei

- -zher4hai2mei2fang4hao3ne -ji1tie1wu1 -ji1tie1wu1xia

4 -en -zhei4yang4xiang4fang4bu2 -bu2shi

4 -zhei4geshi4bu2shi4fang4zai4zher4deni3kan4 -wang1fang4zhei4ge -ni3zi4ji3fang4yi2ge -he - -zher4fang4yi2ge -dui

4le -hao3 -mei2fang4hao3 - -hai2shi4mei2fang4hao3 -wu3da1ne -ni3zi4ji3nong4 -ni3zi4ji3nong4 -ba

4banong4ba -ba4nong4be -ba4nong4ba -ni3zi4ji3nong4 -ba4nong4 -ba4nong4 -wo3gei3ni3wo3gao4su4ni3ao -ni3kan4wo3gei3ni3fang4yi4dianr3 -kan4ni3zi4ji3nong4 -hao3lezi4ji3fang4hao3 -ba4yong4nong4ba -ni3kan4kan4ya -wo3gei3ni3fang4cheng2zhei4yang4leni3kan4 - -ni3zen3meyou4nong4chu1lai2le -ai

-zhei4yang4dui4ma -bu2dui

4 -ni3zi4ji3nong4zi4ji3nong4zi4ji3nong4zi4ji3nong4zi4ji3nong4 -en

-en

-en

-ni3kan4zhei4geying1gai1fang4nar3debing1bing1 -ni3kan4 -ying1gai

1 -zhei4ge -dui4ma -zhei4geshi4 - -ei

-wei

aoni3da3cuo4le - -a

ha - -FAxxxxxxxx -OFFman4yi4dianr3 -OFF -zhei4shi4shei2 -a -xxxxxxxx -xxxxxx - -mi

- -dao4zhe4nong4ba -ni3dei3ba3zhei4geen4jin4qu4a -ei

-ni3kan4zhei4gefang4zai4nar3hao3a -zhei4ge -dao4nei

4nar4 -dui

4le -dei

4dui4ne -zhei4wang3zher4fang4 -bing1bing1fang4jin4qu4ba -heiyohao3ji2le -zhei4e4en4xia3meshen2+me -ni3kan4zhei4gewang3nar3fang4hao3 -wu1bu4ne2neng2 -zhei

4ge -ai

dui4le -na4ni3gei3fang4jin4qu4ba - -ai -yi1gai1ying1+gai1xia3meshen2+me -en -yi1gang1ying1+gai1bu2shi

4 -ying1gai1bu2shi4a -ying1gai1shi4a -ying1gai1zhei4ge -ying1gai1nei3gele -ying1gai1zhei4ye4zhei4+yang4 -ai

ni3kan4kan4ba -en -ei

ya -ni3zhei4yang4bao4guo4lai2 -ba4nong4 -ayani3zi4ji3nong4bu4liaojiu4wo3nong4 -ba4nenong4 -ni3kan4zhei4yang4ni3kan4zhei4yang4nong4lehao3leba -ni3kan4hua4ba - -en

-za -fang4ping2lemei2you3 -ni3kan4kan4ni3kan4kan4ni3kan4kan4ni3kan4kan4 -ei2zhei4yang4de -hao3hao3nong4hao3hao3nong4 -bu2se

4shi4 -ying1gai

1 -zhei4xi

1shi4 -dei4zhei4 -yi1wan4ne -ba4ba

nong4 -ni3zi4ji3nong4 -ni3nong4 -ni3nong4yi2gegei3ba4bakan4kan4 -bu4 -yiwui -yang1gai

1ying1+gai1 -nei3ge -gai -shi4zhei4yang4ma -bu2shi4 -shi4zhei

4 -zhei4gefang4zai4nar3azhei4ge -zhei4yi -zhei4gefang4zai4shen2medi4fang -fang4zhei

zher4 -eidui4le - -enbu2shi

4 -shi4 -shi4fang4zher4ma -bu2shi

4 -bu2shi4fang4nar4 -na4fang4nar3na -INVshi4fang

4zhei4ge -INVa

en -INVzhei4ge -INVyewu1nai4zai4nong4ba -hai2nong4a -dai4zai4nong4ba -xin1dai4xian4+zai4nong4 -zhei4gefang4nar3a -bu2shi4 -xin1xian1fang4zhei4ge -en -wang3ni3fang4ba -xin1xian1fang4zhei4ge -fang4zhei4ge -dao4di3fang4nei3ge -fang4zhei4ge -fang4zhei3ge -hao3na4ni3fang4 -enlai2 -ni3kan4dui4ma -dai4dui4 -zhei4gedai4dui4 -zhei4ying1gai1jie3 - -zhei4ying1gai1xie2meshen2+me -na4zhei4gene -zhei4geshi4fang4nar3de -ying1gai1zhei4ge -ao

-yi

-xxxx -xxxx - -he -zhei4ying1gai1xie2meshen2+me -zhei4ying1gai1xie2meshen2+me -ying1gai

1zhei4ge -ying1bai3ei -bing1bing1ba3zhei4gefang4hao3 -ba3zhei

4gezhei4ge -ni3zi4ji3fang4zi4ji3fang4 -wo3bu2hui4 -ni3bu2hui

4 -che -INVyi2 -laugh - -laugh -engei3a1yi2dai4shang4ao -bing1bing1dai4ao -xing2le -aiyo -wo1wo3dai4 -ba4badai4 -ba4wo3ba4+badai4 -ba4badai4 -a

wo3ji4zi4+ji3na2 -aowo3na2 - -diao4ne -zhei4bu2xi4shi4 -laugh -diao4ne - -aimei2den4dong4 -zen3memei2dong4a - -hao3lehao3lehao3le - -xxxxxxxxxx -cry -zhe4ku

1ne -cry -an3ku1ne -shei2ku1le -enge1geku1ne -ge1geku1le -enge1geku1ne -ni3tingjian4wai4bianr1ge1geku1leshi4ma -xi4shi4 - -ni3ba3nei4gesheng2zidou1nong4huai4le - -ba3song1jin3dai4ei - -yilou - -diao4le - -diao4 -yodiao4le - -e - -gai3duo1duo1 - -jin4zai4wan2shen2me -jin

4gezhei4+gexi2meshen2+me -enbu

2 -jin4gezhei4+gexie3meshen2+me - -e - -enbiao4yang4piao4+liang4ma -en -ma2yi1 -nong4zhei4ge -en -zhong1nong4zhei4ge - -zhei4xiang2jin1xxxie2meshen2+me -ying4gei1ying1+gai1xie2meshen2+me -zhei4gefang4nar3a -yao1+he sheng1 -xxxxxxxx -yao1+he sheng1 -INVni3ye3xi1shi4 -INVni3xxxie2meshen2+me -xx -INVaoyi

-INVyao1+he sheng1 -zhei4shi4shen2me -zhei4fang4nar3a -yao1+he1 sheng1 - -en -en2fang4dei1zhei4 -yao1+he sheng1 - -yao4ma1ma -yao1+he1 sheng1 -zhao3ma1ma -ma1ma -ma1mashang4nar3qu4le - -ni3ba3nei4bao4bao4gei3wo3ba -yao1+he sheng1 -xxxxxx -aiya -nei4dir4di4+fangyou3chi1dema -ni3chi1 -yao1 he1 sheng1 -bu1zhi1dao

4 -be - -xxxxxxxx -guo4lai2 - -ni3jiu4shi4 -qiao1qiao1wang3zui3li3fang4shi4bu2shi4 -yao1+he sheng1 -ni3e4lema - -xxxxxx - -ni3ba3mao4zigei3zhai1xia4lai2 -enni3wanr2ba - -ni3tan2qin2ba -bu4tan2 -ai -INVyang1jie -INVyin1reng1ye -reng1lequ4 -na4ni3reng1ba - -reng1legan3kuai4hui2lai - -hao3 -xxxx -na -zhei

-sound of instrument -na2wa2wa -na2wa2wa -na2zhe4ge - -sound of instrument -ni3qu4gan4shen2meya -sound of instrument -bing1bing1zhan4nar4bie2dong4ao -aozai4wanr2huir -wo3gei3ni3nong4fan4 - -INVxxxxxx -INV -INVxxxxxx -INVxxxx -jiu4zhei4yang4shi4ma -INVshi4 -INV -INVen -INVxxxxxx -INV -xxxx - \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/ww1.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/ww1.xml deleted file mode 100644 index e8bb179..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/ww1.xml +++ /dev/null @@ -1 +0,0 @@ -TXN plus TTThis visit took place just after M and WW had breakfast. They spend most of the visit outside where WW wants to play with his friends, but his one friend (XingXing) hasn't come out yet. On their second trip outside, WW ends up playing in the sand while M talks to an older woman from the neighbouring apartment building. The older woman has a 6+8 month old grandchild who she has in a stroller while she is outside talking with WW's mother. WW has some brief (mostly nonverbal) interactions with this child towards the end of the visit.WW's mother only has a 5th grade education and does not work full-time, so is the primary caregiver for WW. His father works in a factory as a welder and they live in a factory-provided low-rise apartment building.hao3lesound of car horn honking in backgroundqia4xia4lou2wanr2qu

4em4xia4lou2wanr2qu4sound of footsteps, ww playing with somethingxia4lou

2wanr

2qu

4xia4lou2wanr

2qu

4hao3na4wo3men2jiu4xia4lou

2bazou3xia4lou2na4ma

1ma

$VOCang4en

ma1mazou3le

ww walking aroundkuai4lai2qiang3xiang3chichu1lou2wanr

2qu4INVba3men2zhuang4shang4jiu4xing2leMOTjiu4zhei4yangr4$Q:INTINVei4zhuang4shang4jiu4xing2ler slams the door behind themINVxing2lezou3awabao4zher

hai2bao

4zhem liftingai

you

4ahn

m carries ww past two older children, aged 4 or 5, playing in haoc, sound of trucks going by in lane$INTERJhumminghmmm

$INTERJhuo

4bei1xiao3shu1baor1laha

4$INTERJshei2you4bei1xiao3shu1baor1le

$Q:QWan

2m carrying ww towards stairs$Q:PRMPTcoughs; m starts down the stairs with ww, r teasing ww with penINVfussyou4wa

$UNINTai4youai4youyouyouyouyouyou$INTERJsniffslao3lie

1bershen2meya$Q:QWchu1tang4menr

2lai2jiu4ku

1leoffering penyao4bu2yao4$Q:VNVINVyao

4yao4a

$Q:NQPqu4na2bi

3yao4bu2yao4$Q:VNVINVbu4aa2m stioc carrying ww downstairs, r foocowing$Q:PRMPTna4ni3jiu4huan2gei3a1yi2they have reached the bottom of the stairsyou

4$INTERJdou1mei2ren

2nemei2renr2xia4lai2nimei2renr2xia4lai

2niua

1$INTERJna4shang4nar3wanr2qu4zan2men$Q:QWan

2$Q:PRMPTsoft, putting him downxia4di4wanr2balai2fussingen

a

emg

$UNINTlao3rang4bao4zhenar3xing2a

$Q:QWstioc fussing, softly, ends$UNINTbu4gen1ni3hao3leanotice use of "ta1"wo3wo3wor

3mai3hao3chi1dequ4lebu4gei3ta1chi1fussing louderen

2$UNINTenni3chou3ni3chou3nei4nai3nailai2legai1shuo1ni3shei2reg., creakyzen3melao3rang4bao4zheya

$Q:QWa2$Q:PRMPTkuai4liang3sui4lehai2rang4bao4zhefussen

$UNINTtsch$INTERJnai3nailai2leni3kan4zheni3kan4kan4kan4kan4kan4ni3kan4lai2lelai2lelai

2lelai2mei2lai2ya$Q:VNVfussingem

baor4zher

a

fussbao

4zhe

tschni3jiu4rang4bao4zhezen3melaughai2you

ww silent$Q:QWwhinybao

4zhe

a

tsch$INTERJei4$INTERJwhinyen

bao4zhe

ar

bao4zheao

4lao3rang4bao4zhehai2xing2lea

$Q:NQPstioc fussingen

$UNINTbao

4zharen

en$INTERJbao

4zheen

bao4zhe

en$INTERJbaor4zheenbao4zhegan4ma2ya$Q:QWenbao

4zher

na4baor

4zhebao4zhebao4zhebao4zheraclears throatbao4zhegan4ma

2qu4ya$Q:QWan

2$Q:PRMPTgan4ma

2qu4yatwo girls walk by and laugh$Q:QWwai4bianrmei2renr

2naboys voices in backgroundzan2shang4nar3wanr2qu4ya$Q:QWen

2$Q:PRMPTshang4nar3wanr2qu4ya$Q:QWni3qu4hai2kan4kan4xin1xinqi3lai2mei2qi3lai2a$Q:VNVzan2jiao4xin1xinqu4baengeng

$INTERJni3jiao4xin1xinshuo1chu1lai

2xxx$UNINTkuai4dianr3ni3jiao4xin1xinqu4aOCxin1xian

1xin1+xin$VOChumsehn

henhenhen

$INTERJwo3dao3zhao3xin1xin

enhen

zou3shang4ani3dao4ta1menjia1men2kou3jiao

4ta1jiu4xing2lekuai4jiao4en

enen$INTERJjiao4ta1shuo1chu

1lai

2OCchu

1lai

2jiao4xin1xin

OCxin1xin

$VOCni3da

4dianr3shengr1ta1ting1bu2jian4en$INTERJni3da4dianr3shengr1ni3da4dianr3shengr1jiao4ta1ni3shuo1chu1lai

2en

$INTERJni3shuo1wo3zhao

3ni3wanr2lai2la

OCenzhao3ni3wanr

2de

a

other female teocing another child "zou3 .ba!"tsch$INTERJmei2renr2zan2shang4lou

2axing2ma$Q:QP:Mfussingen

2$INTERJshang4lou

2lezan2mentsch$INTERJdai1huir3zai4xia4lai2xing2bu4xing

2$Q:VNVfussingem

$UNINTna4mei2ren

2na

na4shang4lou

2baxing2bu4xing2$Q:VNVfussingem

$INTERJbu4xing2a

na4dededede$INTERJdou1mei2chu1lai2ne

na4tang2wei2jie3jiegen1nei4geshei

2jiu4shi4tang2nei4renr

2xin1xinhai2mei2chu1lai2nena4$INTERJkan4jian4lea

$Q:NQPna4shi4ta1ba

4ba

4soft, highta1ba

4zai4jia1na4bu2rang4ta1chu1lai2la4fussingen

em

yao4xin1xin

$INTERJen

4bu2rang4ta1chu1lai2la4an

4$INTERJeigen1wo3wanr2babu4xu3ta1chu1qu4lebu4xu3chu1qu4en

ang

4$INTERJbu4xu3chu1lai2leabout xxbu4xu3chu1lai2ang

4ta1ba4gen1ta1wanr

2neha1ta1wanr

2ha

4a

4$INTERJta1ba4bu2rang4ta1chu1lai2lewu2bu2rang4chu

1lai2em

4$INTERJenna4xin1xin

1ta1ba

4ayao4shi4chu1qu4cai2ta1ma1cai2dai4ta1chu1lai2neOCna4xin1xin

1$Q:INTei2ya4$INTERJni3lao3rang4bao

4zherduo2ni3xia4qu4zou3zou3xing2bu4xing2$Q:VNV:Tfussingem

2$INTERJbu4gen1ni3hao

3lena4zan2hui2jia1bazan2zhao3lu4lu4ge1ge

wanr

2qu4xing2bu4xing

2$Q:VNVfussem

$INTERJlu4lu4ge1gezai4jia1neang

2$Q:PRMPTqu4bu2qu4$Q:VNVfussen

2em

4$INTERJzhao3lu

4lu4ge1gewanr2qu4na

4$INTERJxing2bu4xing

2$Q:VNVxing

2xing2na4jiu4zou3mei2ren2shi4ba

$Q:NQPmei2ren

2mei2ren

2mei2ren

2ehwei2weini3gei3a1yi2shuo1yi2gea

rre

ge1denei4getang2shi1bani3shuo1chu

2he

2shuo1yi2geri4dang1wu

3$INTERJkuai4shuo1ya

ww touches m's microphonegao

4touches microphone again$UNINThao3haorshuo1kuai4dianr3gei3a1yi2shuo1yi2gekuai4dianr3m walking into building, echobu4yuan2yi4yuan4+yi4shi4bu2shi4am walking up the stairs$Q:VNV:Thumminghmm

1hmmm

m climbing stairs, stioc carrying ww$INTERJememem2em4$INTERJni3jiu4lei4wo3bani3ang

1laughing softlyqu4xia4di4ni3bu2yao4zhao3ge1gewanr2ma$Q:QP:Mkuai4dianr3fussingem

$INTERJzhao3lu4lu4ge1gewanr2qu4yafussingem

$INTERJni3jiao4qu4yalu4lu

4OClai

2OCgen1wo3wanr2lai

2"lu" refers to lu4+lu4OCxxx$UNINThai2kan4lu4lu4gan4ma2nelu playing in haocway, banging sounds$Q:QWni3yao4wanr2ma$Q:QP:MOCni3hao

3lu4lu4a

$INTERJshei2lai2leoc making creaky laughing sounds in background$Q:QWOClaughs; lu talking loudly to other child; humszhao3ma1ma

aa

wag2$UNINTengzhao3ma

1ma

ma1makai1zhemen

2ao

4$INTERJfussingwo3zhao3ma1ma

a4kai1zhemen

2zai4chu1qu4ang4$INTERJeng$INTERJslurredxxmen

2zai4chu

1$UNINTang4kai1kai1men

2zai4chu1qu4slurred, nasalen

yi2yi

2kuair

4ang

wo3he

1shui

3you4he1shui

3ya

4$Q:NQPni3bu2shi4xia4lou2shi2hou4gang1he1wan2ma

$Q:QP:Mwhinyan

g$UNINTwo3ke

3lou

you4ke3la

$Q:NQPni3zen3meke3denem4mekuai4yam goes into kitchen to prepare bottle, ww in lr talking to r$Q:QWINVna2zhi

3ji4xia4em24

$INTERJINVhuar4INVeh

$INTERJei

2$INTERJzhei4hao3kan4bu4neng2dong4ta1hao3bu4hao3$Q:VNVhao3macicadas chirping in background$Q:QP:Myao4ma

1ma

1yao4ma1ma

ma1ma1bu4shi4gei3ni3nong4shui

3nema

m stirring tang in his bottle$Q:QP:Mni3bu2shi4yao4he1shui3lema$Q:QP:Mfussen3en24

$UNINTbu4he1ya

$Q:NQPhe1shui

3eihe1shui

3eima

1ai

he1shui

3ei4m in kitchen, ww comes out againkung1enkung$UNINTleng3le

kuai4qu4gei3fussen

2m$UNINTen

2g$UNINTni3da3oun

1$INTERJsoft fussen

2gmeng

4m fiocs bottle with water$UNINTfussingem

2ma

4a

1en2en

4$UNINTlai2fussingem

2$UNINTgei3ni3a

1fussem

$UNINTlao3ong

4shen2meya

neighbor children go out into haocway, voices in background; ww drinking from bottle$Q:QWkuai4he1lezhao3lu4luge1ge

heiyoulu4luge1gechu1lai2nehai

2you3yi4xiao3jie3jie

ww stioc drinkingshi4ba

$Q:NQPgrunts while drinkinglaughs; children's voices in haocwayxiao3jie3jie

em

4$INTERJai

2$INTERJni3qiao2xiao3jie3jiezhao

3ni3lai2lexiao3jie3jie

$VOCshi4ma

$Q:QP:Mge1geye3zhao3ni3lai2leolder boy and girl in haocway playing on a tricycleni3men2wanr

2le

wanr2zhei4gea

wanr2zhei4geou

4zhen1dea

$Q:NQPtsch$INTERJgan3kuai4he1aem2em

$INTERJyou4tui

1wo3shi4bu2shi4aww continues drinking, children in haocway outside$Q:VNV:Tcheng

2xin

1ni3shi4bu2shi4cheng2xin1yani3$Q:VNVtsch$INTERJhao3haohe

1a

fussen

4$INTERJtsch$INTERJwhisperni3kan4shei2lai2le$Q:QWwhisperge1you4zhao3ni3gan4ma2lai2le$Q:QWan

2pang

2$UNINTwhispera4zhao3ni3lai2lewa

1xiao3di4dizen3mehai2bu4lai2ya

children laughing and talking in haocway$Q:QWINVkan4kan4qu

4hao3ni3kan4kan4qu4en

kan4kan4qu4baMOTxxx$UNINTkan4kan4qu4other children laughing in haocway, one squeals and ww steps backsigh/laughs; ww stioc in haocwaysneeze; older boy, about 4 or 5 years, talking in haocwaykuai4he1he1wan2jiu4wanr

2qu4leang

4lai2kuai4lai2ww drinking from bottlechu

1qu4lem in kitchen while ww goes back out to haocwayfuss/cryingan4an4anan

$UNINTgan4ma

2ya

$Q:QWemma1ma

1$VOCem2$Q:PRMPTkan4jian4shei2le$Q:QWei4you4chi1shou

3eh

a

$INTERJyou4you4you4$INTERJyou4chi1shou3lelaughshai2chi1bu4chi1le$Q:VNVeng

2kan4kan4kan4kan4kan4kan4ya$Q:NQPzou3kan4kan4qu4m goes with him into haocwayemkan4kan4qu4kan4kan4MOTgan4ma2qu4you4$Q:QWOMMkan4kan4qu4MOTba3zhei4geshao1nei4gezao1OMMa

4you4chu1qu4aou4da4ma1chu1qu4leMOTgei3wang2hu4shan1lao3ren2song4dianr3fan4qu4OMMou4ou4ou

4$INTERJdai1huir3gei3lu4luge1gezai4bu2zai4ang$UNINTfussen

$UNINTgan4ma

2qu4ya

$Q:QWfussem

$UNINTao4de2de2zan2hui2qu4na2yao

4shixia4lou2xing2leba$Q:NQPfussemn2em

$UNINThui2qu4na2yao

4shiqu4em

2$INTERJna

2jiao

4shi

3yao4+shiem

4m grabs keys, they jingle$INTERJxia4bu2xia4qu4a

$Q:VNVeng2as if a refusal$INTERJbu2xia4qu4a$Q:NQPbur

2laughs; laughs and squeals; voices in distanceeh

4$INTERJvocalizingeh2eu

wai

ju

$UNINTei2wo3xia4lou

2en

xia4lou2xia4lou2gruntsen$INTERJzou3a

fussingen

an

$UNINTzhei4hai2zizou3a

1tou2zou

3a4ni3tou2tou2zou

3entou

2zou

3eng4$INTERJtou2lizou3entou

2zou

3an1man4dianr3leni3zou3enenwo

1wo3zou3zou3a

1enen

bao4zher

you4bao

4zhebao4zher

whinybao

4zher

lifting, strainingni3zen3melao3rang4bao

4zheyam walking as she carries him; ww coughs$Q:QWen

2$Q:PRMPTcoughskan4kan

4ei1youzhei4bu2shi4ke

2sou4shang4leni3$Q:NQPenzhao3da4ma

1jie

1qu4ah

4$INTERJzhao3da4ma

1lewhisperingzhao3da4ma

1lequ4gei3nei4ge1gesong4dao4tuo1er2suo

3le

$UNINTen

zhao3da4ma

1qu

4ao1na4bur2bu2 shi4da4ma1ma$Q:QP:Myi1huir3jiu4hui2lai2angm clears her throat; rhythmic clanging sound of metal in backgroundenenzhao3da4ma

1laughs softlyna4bur2da4ma1ma$Q:QP:Mshi4bu2shi4a$Q:VNVguo4shi4en2ne

enxia4lou2qu4shi4ba

$Q:NQPshshi

4shi

4a

$Q:NQPenm

$INTERJeizan2wang3zher4qu4$UNINTzhei4hui2coughsei4cha4bu4duo1dou1chu

1lai2lecoughsdou1chu

1lai2zan2xia

4qu4kan4kan4qu4ang

4$INTERJfussen

2en$UNINTxia4rang4qu4kan4kan4qu

4a1xia4qu4kan4kan4qu4azhei4hui2cha4bu4duo1dou1chdou1chu

1lai2ledou1chu

1*omitted rvcle

chu1qu4ya

m stioc carrying ww down the stairs$Q:NQPeneng

enenra

$INTERJlu

4lai

$UNINTe4le

enchildren outside shouting; laughs$INTERJimitating, highhihi

1ni3hai2coughs; m continues carrying wwyiyi4du1lai2la

2dou

3m sees an older woman tending to an infant$UNINTOMMhe

4gang1hui2lai2ya

$Q:NQPMOTin distancegan4ma2qu4ya

$Q:QWOMMwanr

2qu4OCjiu4gen1zhar4wanr2ya

en4zou3zan2zhao3xiao3mei4mei4wanr2shang4qu4bafussingen

2em

4em

emn

en

$UNINTzhei4bu2shi4xiao3mei

4mei

4ma

$Q:QP:Mfussen

2en

$UNINTni3chou3wen2wenzai4zhar4neni3shuo1wen2wen

a

ni3shuo1wo3zhao

3ni3wanr

2ahai2bu4gan3kuai4xia4lai2OMMlao3rang4bao

4zheMOTlei

4zhelefussingem

$UNINTabout wwbu2gan4nem4meda4ge4zilegen1zhema

1jiu4shi4sa3jiao4fussing$UNINTan

4$INTERJni3qiao2nem4meda4ge4zilao3rang4bao

4zheshei2xiang4ni3shi4de$Q:QWni3shuo1shei2xiang4ni3shi4de$Q:QWni3shuo1shei2xiang4ni3shi4dea$Q:QWlao3rang4bao4zheshei2xiang4ni3shi4de$Q:QWxxmaom asks m about recorder in next sequence$UNINTMOTzhei4gan4ma2ne$Q:QWlaughzhei4shi4OMMnei4shen2melu4yin

1neMOTa

2$Q:PRMPTOMMlu4yin

1neei$INTERJMOTlaughei1you

lu4yin

1neOMMa

4$INTERJrang4a1yi2bao4bao4hao3bamicrophone has faocen off$Q:NQP:Tei4you

$INTERJrang4a1yi2fang4fang4MOTxin1li

3OMMhalf laughem

$INTERJMOTnei4tianr1wo3kan4ye3lai

2lehao3xiang4shi4ha$Q:NQP:TOMMem

4$INTERJOMMei

4$INTERJINVhao3xiang4shi4bu2lai2guo4yi1ci4ba

$Q:VBUOMMshi4shi4shi4OMMlai

2guo4MOTshi4baha

$Q:NQPMOTwo3shuo1nei4tianr1wo3kan4jian4OMMta1lai

2guo4MOThai2you3yi2geMOThai2you3yi2ge

MOTta1shuo1shuo

1shuo1zhong1wen2shuo1dezhen1hao3OMMem

4$INTERJMOTzhei4yao4gan4ma2ya$Q:QWzhei4shi4MOTzhei4ge

OMMren2xie

3ya

MOTwo3zhi1dao4leMOTzhei4geshi

4kao3cha2shen2meya$Q:QWzhei4shi4OMMzhu3yao4shi4yu3yu3yan

2babbling in background$UNINTOMMce4ce4ta1zhi

4lizen3meyang4MOTshi4ma

laugh$Q:QP:MOMMa

4$INTERJMOTzhi4shang1zen3meyang4laugh$Q:QWMOTxing

2a

1laughOMMa

1$INTERJMOTlaughai1you

bu2yong4hua1qian

2ce4zhi4shang1laughsxiao3wei2weini3zhi4shang1zen3meyang4a$Q:QWa

2$Q:PRMPTshi4yi1liur2dehai2shi4er4liur2de$Q:DISOMMlaughslaughsOMMlaughsMOThai2ting3dou4OMMhang

1$INTERJOMMhai2bu4gei3ni3men2gui1nur3ce4ce4MOTwo3men2nei4tai4xiao3ne

OMMem

1slight laugh$INTERJMOTlaughs heartilyMOTdeng3wo3men2nei4da4dianr3lewo3menzai4ce4INVta1mennei4hai2bu2dao4yi2sui

4neINVgang1ji3geyue

4MOTshi4ba$Q:NQPINVem

4children's voices in background$INTERJMOTte4hao3wanr2INVhao3wanr2zheneOCshouting in background$UNINTMOThai2chuan1lao3hu3xie2INVna

1agreeing$INTERJINVxiao3lao3hu3xie2ta1nai3naigei3zuo4delaughINVta1lao3renr2shi4shi

4nei4shen2meINVzuo4huor2zuo4deting3qiao

3deINVjiu4ai4zuo4zhei4gehuor

2MOTem

4$INTERJxiao3lao3hu3xie2vocalizes$UNINTwa

1$INTERJnasalwanr

2ne

ni3jiao4a1ni3jiao4azhei4jiao4da4ma1lebu4neng2jiao4da4ma1jiao4a1yi

2bajiao4wo3ya

zhei4xiao3xiao3zirMOTei4youni3men2hai2you3nem4meduo1bao

1wa

$Q:NQPOMMa

4wen2ziyao3deMOTou

1ke3liao3bu4de2leMOTeizhei4shu1bao1duo1shao3qian2$Q:QWMOTshi2duo1kuai4ba$Q:NQPOMMren2jia1gei

3deleslight laughMOTem4$INTERJxxx$UNINThei1hei1hei1$INTERJni3zen3mebu4yuan2yi4ya

ref. to ww not saying ayi2$Q:QWem24

ni3jiao4a1yi2lema$Q:QP:Mfussingem

jiao

4le

ni3bu2ting3ai4shuo1hua4dema

$Q:QP:MOMMren4sheng

1MOTzher4gan4ma2ne$Q:QWzhei4shi4OMMgei3ta1lu4yin

1neanother older female says something in backgroundOMMta1ce4ce4ta1dezhi

4li4MOTem

4zhei4 shi4+$INTERJOMMlu4shuo1hua

4zhei4shi4MOTnei4gelu4lemo.ma$Q:QP:MOMMnei4gemei

2you3other adult-to-child and child voices in background; laughsOCyou

4you4fa1feng1la

$Q:NQPni3xia4di4wanr2wanr2xing2bu4xing2a$Q:VNV:Trefusalem

2$UNINTei3xin1xin1ma3shang4jiu4chu1lai2lexing2bu4xing

2$Q:VNVai1gen1mei4mei4wanr2huir3qu4aOCgan4ma2he1leba

$Q:QWOCgan4ma2he1leba

$Q:QWei2nei4liar3zen3mejin4lai2de$Q:QWzen3mejin4qu4de$Q:QWOMMta1ma

1dao4xxxOCei4youni3ma1gan4ma2qu4la

$Q:QWxxx$UNINTkuai4dianr3a

ou

4$INTERJba4bache

1zilou

4clears throatni3xia4di4azhao3mei4mei4wanr2huir3qu4em4$INTERJfussem

2em

$UNINTcry/fussem

4$UNINTai

1ya

1$INTERJfussem

4wa

$UNINTwo3zou

4ta1lea

fussem

$UNINTei1you1ni3zhei4shou3na2zhei4geduo2zang1a

OMMinaudible, loud$UNINTOCou

4ni3dou1xxxxxxother women's voices, talking about kids, older children in background shouting$UNINTyao4gan4ma

2qu4yayou

4$Q:QWMOThua4huar

4neOMMa

4laughs$INTERJou2$INTERJkuai4xia4di

4xing2bu4xing2a

$Q:VNV:Tfuss, nasalem

2em

$UNINTfuss$UNINTscolding him$UNINTlao3rang4bao

4zheni3kan4nian

2hushang4wo3leMOTjiu4guan

4zheneMOTkan4ta1xxxxxxta1ba4baxxxxfuss$UNINT $UNINTloud whisperya1ya1ya

1$INTERJfuss, loudem

$UNINTbu2yao4crying now$UNINTfussen

2en

4$INTERJshei2jia1dehai2zizen4mexx$Q:QWen2$Q:PRMPTwhisperzou3whisperzou3fussingem2em

gei3wo3yao

4shi

4lai2gei3ni3yao4shir4lai2xia4di4wanr2huir3xing2bu4xing2$Q:VNV:Tfussingem

4em

emem

1ww playing with keys$UNINTOCem

4beng

4$INTERJOCxiao3mei

4mei

4shi4ba

$Q:NQP:TOCshei2jiao4wen2wen2ya

$Q:QWOCen

2$Q:PRMPTOCzang1zang

1OCeiyou$INTERJchou4wei2weini3gei3wo3xxxxOCyai

1$INTERJni3gei3wo3xia4lai

2OClaughsxia4bu2xia4lai

2$Q:VNVlao3lao

$VOCbu2xia4wo3zou3ni3ni3gei3wo3xia4lai2ni3xia4lai2bu4xia4lai2ni

3$Q:VNVni3gei3wo3xia4lai2crying$UNINThai1ni3bu4xia4lai2wo3dai1huir3rang4xiao3mei4mei4ba3ni3shu1bao1gei3na2zou3ni3qiao2zhedexia4bu4xia4lai2$Q:VNVxia4lai

2OMMfuss/cryingeng

$UNINTzou

4ni

3ni3ku1jiao

4huan4OMMabout babytui1zheta1wanr2qu4le$Q:NQPMOTen2$Q:PRMPTMOTa

4dui4liu4yi4quanr1MOTwo3gang1wo3shuo1you3tai4yang2wo3dai4ta1shai4huir3qu4MOTmei2you3le

you4OMMke3bu2shi4ma

$Q:QP:MMOTda4yi1tianr1jiu4zen4meyi1huir

3OMMni3yao4zao

3chu1lai2yi1huir3jiu4hao3leMOTshi4ba$Q:NQPfussem

4em

2yao

4shi

4OMMwo3cong2qi1dian3ban4kai1shi3mei2xian2zheOMMchi

1dianr

3nai

3shen2medefussingem

2wo3jie3zhang1xie3 shang4fusswo3jie3zhang

1wo3jie

zhangei4houei4$INTERJOMMzhong

1wu

3tai4yang2te4zu

2shi4MOTtai4re

4yaMOTshi4zhong1wu3nei4huir3tai4re4xxxxOMMgei3ta1shai4yi1huir

3jiu4xing2em

1$INTERJMOTnei4gexxxxxxxxxx$UNINTOMMlao3rang4dai

1zheduo2re4yaMOTa

1agreeing$INTERJOMMshai4yi1huir3jiu4xing

2MOTni3shuo1nei4huir3xia4tian1hao3re4debu4de2liao

3OCin backgroundge

1zher4MOTxian4zai4wo3shuo1tianr1hao3bu4rong2yi4liang2kuai4dianr3ba

MOTran2hou4wo3jiu4xia4lai2le

OMMem

4$INTERJOCgan4ma

2qu4a

$Q:QWMOTta1chi1fan4bu4zen3mehao3haochi

1OCda

4di3emg$UNINTOCgan4ma

2qu4$Q:QWMOThui2tou2dao4shi2hounei4shen2megan4shen2meni

3$Q:QWgan4shen2meni

3$Q:QWchi1shen2mefan4lezao3chen2$Q:QWni3shuo1babytalkchi1denai

3OMMi1chi1denai

3hai2chi1shen2melevoice of another mother coming outside with her child$Q:QWhai2chi1shen2mele$Q:QWchi1fan4lema$Q:QP:MOMMemchi1shen2mechi1fan4lema$Q:QWOCda4ei

$UNINTchi

1chi1wan2nai3chi1dianr3nai3gou4ma$Q:QP:MMOTzao3chen2jiu4chi1dianr3nai3jiu4xing2le

$Q:NQPOMMnai3wo3gei3nong4lechou

2OCxxx$UNINTMOTna4jiu4xing2le

$Q:NQPMOTzen3menem4meda

4le$Q:QWOMMwo3hai2ge1yi1ji1dan

4nehai

2wu

1wo3jiu4hu2tu2chi1xia4lai2leOCa

4$INTERJOCna4na

4xia4lai2le

$Q:NQPOChao3piao4liang4you

xia4lai2xia4lai2a1OCzhei4shi4shang4nar

3qu4ya

$Q:QWOChao3piao4liang4you

MOTou4jinr1you4lai2le$Q:INTOMMa

1$INTERJnei4nianr2liar3nar3qu4ya

$Q:QWa2$Q:PRMPTOFFxxx$UNINTOMMao4jinr1shang4nar

3qu4la

$Q:QWMOTkai1che1qu4leaoc adults laughOMMmei2zhi4OMMjinr1bu2shi4san1shi2yi1hao4ma$Q:QP:MOMMjiu4shi4ren2menbi

4degan4huo2laughsOMMxxx$UNINTxxxxxxti2qian2kai1OMMminr2li3bai4tian1OMMna4minr2li3bai4tian1ta1jiu4dei3ti2qian2kai

1yaOCliang4len

2$UNINTOMMna4ren2menbi

4degan

4huo

2OMMem

4$INTERJhe

4$INTERJzhei4xiao3qun2zir

zhei4shi

4nai3naigei3zuo4deya

$Q:NQPOMMbu2shi4OMMgu1gu1gei3mai3dezhe4shi4OMMmai3deya$Q:NQPOMMang4hai2zhen1hao3kan4OMMei

1youhei1qiao2zhena4na4chou4mei3OMMzhe4nuu3hair2jiu4shi4tian1xing4wo3gen1ni3shuo1baOMMke3bu2shi4maMOTjiu4ai4mei

3OMMmei2cuor4OMMzhei4nu3hair2jiu4shi4tian1xing4OMMwo3gen1ni3shuo1bacong2xiaor

3OMMnuu3hair2jiu4shi4zhei4yangr4ONNa

1$INTERJOMMnan2hair2jiu4shi4bu4xing2OMMchou4le4le

4woman's voice in backgroundOCxiao3le4leyao4gan4ma

2qu4ya

$Q:QWOCni3kan4nei4a1yi2you4lai2leOCxxx$UNINTlaughsfussingen

2en

2$INTERJOCimitem

4em

4$INTERJOMMem1$INTERJOMMke3ai4chuan1ge4xiao3huar1qun2zilena2ge4xiao3yang2wa

2walena4gan4ma2neha

4$Q:QWOMMem

4$INTERJOMMxxx$UNINTxiao3hair2wo3gen1ni3shuo1jiu4shi4ei1you

4ni3zhi1dao4ma$Q:QP:Mwo3men2nei4sha1fadou1mai3yi4sha1fa1jiu4shi4nei4da4sha1faOMMem4$INTERJOMMdou1mai3sha1fa1OMMdou1shi4nei4geOMMshen2mewa2walai2de$Q:QWOMMwa

2walamao

1wagou

3watu4zilaOMMa

4$INTERJOMMzhen1man4manrdemai3yi4sha1fa1OCxxx$UNINTOMMlaughsOMMzen3melai2ye3nong4bu4cheng2qi

4si3ren2OMMke3bu4ma$Q:QP:MOMMyao4bu4ni3kan4zhei4gezen4medianr3ye3xiao3bu4dianr

3OMMei1youwei

1te

4xi3huan1yan

2se4OMMhong

2delashen2medeOMMte

4bie2ai4kan4wo3gen1ni3shuo1a

4em

4$INTERJOMMshi4ba

$Q:NQPOMMei1youkan4ren2chuan1ge4hong2yi

1fulehuar

1yi1fuleyou4shi4kou

1qu4OMMao4ta1shi4nem4mexi3huan1yi1fuOMMa

4te

4xi3huan1huar1yan2se4deyao

4shi

4yang2yangyou4lai2leba

$Q:NQPOMMhou

2banging sound$Q:PRMPTOCrhythmic, like bangingxiao

3na4na4$VOCle

4le4da

3leta1qu

4OMMta1lao3laohai2mei2tui4xiu1ba$Q:NQPOMMtui4leOMMye3tui4lea$Q:NQPOMMta1lao3laobi3wo3hai2da4neOMMshi4ma

$Q:QP:MOMMem4$INTERJOCwen2wen

$VOCOCshei2jiao4wen2wenya

$Q:QWOCni3jiao4wen2wenya

$Q:NQPlaughOMMhai2chong4wo3le

4nehai

2OCni3shuo1higherwo3jiao4ya

1OCwo3jiao4wen2wenya

1OMMlao

3lao

tui4xiu

1gan4shen2mequ4le$Q:QWONNyou4pai4qu4leOMMou4hai2gan

4zheneOMMem4$INTERJvocalizingde

1$INTERJta1ma1degan4ta1nei4gehuor

2ye3bu2lei4te4qing

1shangONNjiu

4rir4shi4deONNxian2zai4xian4+zai4zhei4geONNfan2shi4yawo3gen1ni3shuo1yatui4lexiu1wahai2jiu4shi4shi

2bu4chang2gan4dianr3huor2ONNyou2qi2ni3shuo1ni3bu2gan4dianr3bahang

2a1OChuo4huo4huo4huo4huor4$INTERJOChai2yao3ta1deche1nehai

2OMMgen1jia1leli3you

1mendehang1huang2geng4OMMgen1jia1dai1zheshi4zheOMMhai2bu2gan4dianr3neOMMjiu4shi4a

OCjinr

4nem4meda

4ne

OMMer3qie3ba

dai1zheba

OMMta1jiu4shi4shsheng1huo2shen2medeqi3ju1yi4ban1shen2medejiu4mei2shen2megui1luu4leOMMeng

4$INTERJOMMxiang3chi1ne

jiu4chi1yi4kou3OCyou4he

1you4he

1you4he

1you4he1$INTERJMOTtao

2zhene

zai3zai4jia1ke3tao2zheleOMMlaughsMOTjiu4mei2you3ta1bu2dong4de

MOTwei2zhenei4sha

1fa1zhuan4quanr1zou

3OMMna4wo3ting1zheyi2shang4lou2jiu4kai1shilie

1berOMMbu2yuan4yi4hui2jia

1ya$Q:NQPMOTxian4zai4hai2xing

2MOTxian4zai4mei2shir4leOMMyi2shang4lou2zhun3lie

1berwo3ting1zheMOTdao4jia1fan3zheng4jiu4lao

3lao3rang4bao

4zheMOTwo3jiu4shi4bu2yuan4yibao4zheta1MOTwo3xia4dai1huir3gen1zhei4chi1zher4hahai2neng2zuo4che1dai

1huir3ww squats, pees on groundhei1hei1$INTERJOMMwo3hai2shi4tui

1zheta1hai2lao3shihuir

3MOTxiao3wei2weihai2xing

2a1OMMyi4ting2xia4zhun3lie

1berMOTda

4dianr3lehai2zhen1zhi1dao4dun1xia4sa1niao4OMMem

4$INTERJOMMjiu4shi4OMMsan1sui4dou1dehai2zidou1zhi1dao4ONNa

4$INTERJONNda4dianr3shi4dianr3lou

4ONNwo3menzhei4dei3man4manrao2nehai2dei3ao

2liang3nian

2OMMxxx$UNINTOMMna4ni3menjia1denei4geOMMni3mennei

4ye3kuai4kuai4yi2sui4leba

$Q:NQPMOTcai2ba2geba1+geyue4dou1bu2dao

4neOMMwa

1cai2qi1geduo1yue4ke3neng2baMOTqi1gebanr4yue4MOTdao4shi2er4hao4ba2geyue4vocalizingem

4$INTERJMOTnar3ao2dou4tour2leni3shuo1zheshi4$Q:QWOCwu

1laugh$INTERJMOTni3shuo1nar3jiu4ao2dao4tour

2leni3shuo1zhe$Q:QWen

2OMMtour2jiu4shi4kuai4OMMye3kuai4OMMkuai4leOMMkuai4lekuai4lelaughsyue4lai2yue4nian

2hurwo3gen1ni3shuo1yue4lai2yue4nian

2hurhiccupsOMMgang1qi1gebanr

4yue4necai2shi4MOTeng

4$INTERJOMMjiu4zen4metao

2jiu4$Q:INTOMMni3shuo1ni3yao4shi

qu4gei3wo3guan4dianr3shui3OCben3lai2jiu4nem4metao

2OCshi4bu2shi4ya

$Q:VNVOMMni3gei3wo3guan4dianr3shui3na

2chu1lai2MOTei4you

4qiao2ni3mener2zinem4meda

4jiao3di3xia4mei2genr

1ei

4xxx$INTERJfuss/crying$UNINTOMMao

4jiao3di3xia4zhan4bu2zhu

4leta1ta1jiu4shi4shen2meya$Q:QWta1ma1lao3bao

4zherta1ni3zhi1dao4ma$Q:QP:Tjiu4shi4lao3bu2rang4ta1zou

3ruan

3defussing$UNINTzou4ni

3zou4shei2zou4wa$Q:QWlaughsa1yi2shuo1leba$Q:NQPshei2zou4ni3le

$Q:QWai

1dao4shi2hou4hui2jia1gen1ni3ba4bashuo1a

1ni3shuo

1de

a

1ni3shuo1da4ma1shuo1wo3leOMMrang4ba4bazhi1dao

4xiao3wei2weiOMMxiao3wei2weishi4xxxxxxxxother child in distance with his grandmother, ww seesONNnai3nai

3$VOCOMMnei4xin1xinyou4lie

1bershang4leOMMni3ting1ONNnai3nai

$VOClaughsONNnai3nai

$VOCwei2weixiao3tao2qir4in distanceei

1$INTERJONNlaughsONNlaughsMOTwo3zher4hai2shuo1nejiao4shen

2menenar4harde$Q:QWMOTyuan2lai2jiao4nai3naine

OMMjiao4OMMao

4$INTERJOMMye3bu2gan4ma

2ne

happy sighem

4$INTERJONNnin2you4gan4ma

2neyou

4$Q:QWMOTin distancenei4ge

MOTin distancexxxxyou3dianr3hu

2ONNao

4banging sound$INTERJvocalizingen24

$INTERJOCbang1bang1bang

1$INTERJMOTwanr2yi4huir3jiu4hui2qu4shui4jiao

4qu4leOMMhai2shi4jiao4ta1hui2jia1deshi4deOMMxxxx$UNINTvocalize$UNINTOCyou

4$INTERJOMMshui4dianr3jiao4ni3ni3shuo1ni3OMMzuo2tianqi2shi2ta1shui4jiao4ting3duo1deneOMMshang

4wu3shui4leyi2gebanr4xiao3shi2OMMshang4wu3shi4cong

2shi2dian3ban

4dao3zhao3xiao3di

4di$VOCqu4zhao

3xiao

3di

4diqu

4qu4zhao

3xiao

3jie3jieOMMji3dian3shui4deya$Q:QWOMMwo3gei3wang4leOMMfan2zheng4xia4wu3ye3shi4yi

4a

yi4dian3ban

4shui4dao4san1dian

3vocalizing$UNINTOMMyou

1qi1dian3ban4you4kun4leOMMshui4dao4shui4dao4shi2yi1dian3hao

3OMMbu2shui4leOMMwanr2dao4liang3dian

3OMMcai2shui4shang4jiao4OMMxxx$UNINTOMMzhei4kai1shizhe

1tengOMMni3shuo1ni3shuo1OMMda4yi1dianr3jiu4xing

2OMMke3bu2shi4ma$Q:QP:MOMMni3shuo1bu4zhi1dao4zen3mele$Q:QWOMMni3dei3gei3ta1ban3ban3la4MOTban3bu4liao3leMOTta1qi1dian3ban4deshi2hou4kun4OMMshang4wu3ni3bie2rang4ta1shui4la

4MOTshang4wu3bu2shui4bu4xing

2MOTshang4wu3bu2shui4bu4xing2MOThai2zixiao

3OMMxxx$UNINTMOTyuan2xian1shi4xia

4wu3bu2shui4vocalizing$UNINTMOTxian4zai4xia4wu3zhu3yao4shui4deshi2jian1tai4duan

3OMMxxx$UNINTOMMsan1dian

3OMMsan1dian3ni3xiang

3OMMni3gei3ta1ban4dao4wu1wai4qu4OMMshui4dao4si4dian

3ye3xing2ei

$INTERJgei3wo

3wen1wenrang

2deOMMqi3lai

2chi1dechi1dun4fan4MOTyi4ban1shui4dao4si4dian3dou1bu4xing2leMOTxxx$UNINTOMMran2hou4wanr

2wanr2dao4wan3shang4OMMa

4jiao4ta1wan3dianr3shui

4xxx$UNINTMOTji1huta1shui4dao4si4dian

3la

$Q:NQPMOTta1hai2yao4xxxxxxxxOMMrang4ta1duo1wanr

2huir

3MOTdui4dui4xxxxxxxxOMMbie2lao3rang4ta1shui4OMMren2lao3shui4xxxxxxwanr2zhei4gea

jingling keys in front of babyOMMye4li3toulao3shi4ke3bu4bu2kun4leye4li3tougei3ni3zhe1zhe1tengleMOTei1youzuo2tianwan3shang4wo3shuo1jiao4ta1wanr2wanr2hou4wo3zai4chuang2shang4tang3zheMOTta1jiu4zi4ji3wanr

2MOTwo3ye3bu4guan3ta1MOTta1ye3bu4ku

1ye3bu2nao

4deOMMni3gei3ta1ban3ban3MOTwanr2lelia3xiao3shi2zi4ji3ye3kun4lewan2leshui4le

OCebu

4wu

wu

wu

$UNINTOMMke3bu2shi4ta1jiu4shi4OMMni3men2shui4deshi2hou4ta1hai2zhe

1tengOMMta

1bu2kun4ledao4wu1qu

4MOTta1hai2xing2ta1ye3bu2jiao

4huanMOTta1ye3bu2jiao4huanni3MOTwo3jiu4zi4ji3mmdewanr

2dao4wu1che

1a

huo

3che

1che

1che

1en2hao3wo1che

1inaudible, in backgroundxxxxna2ni3deche1che1zou3wabanging soundkuai4dianr3yao4bu4ren2jia1kuai4jiu4zou

3lelaughsOMMni3nei4sheng3shir4duo

1leOMMdou1bu2yong4hong

3OMMyi

4hong

3xxxxjiu4shui4zhao2leMOTou

4$INTERJMOTxxx$UNINTOMMchi1wan2nai

3xxxxnai

3dai1huir3shui4leMOTzhei

4ye3fa1xian4ye3shi4MOTzhei4geyao4yao4shi4kun4ledeshi2hou4fang4shang4qu4hem4$INTERJni3men2jia1xxxMOTxian4zai4hai2xing

2OMMdou1bu2yong4hong

3inhalingah

2ae

1$UNINTrang1rang1hang

1$Q:NQPxxxxxxhao3leou

1$UNINTem

4$UNINTMOTna4hai2shuo1jiu3shi2yi1hao4shang4you4er2yuan2neMOTdao4zhei4ren2you4er2yuan2nei4ban1qian1lezen3meban4nazhei4hai2zi$Q:QWOMMcheng

2le

OMMwo3men2zhei4ge

$Q:INTOMMao

4$INTERJOMMbu2shang4nar4OMMshang4bei3da4OMMou

4$INTERJOMMwo3men2zhei4dou

1bao4hao3ming2lewo3men2dou1jiao1wan2qian2leban4hao3duo1shou3xu4leOMMshi4ma$Q:QP:MOMMhai2shi4bei3da4nei4bianr1hao

3OMMem

4$INTERJna1kan

$UNINTOMMbei3da4bi3zan2menzher4hao3duo

1leOMMjiu

4shi4a

OMMni3you3nei4tiao2jian4ni3he2bi

4ne

OMMzai4shuo1li2ni3menjia1you4jin

4OMMli2wo3nar4jin

4OMMao

4$INTERJOMMzan2menzhar4ye3bu4xing2OMMwo3shuo1mei2mei2dir4OCvocalizing$UNINTOMMzhar4bu4xing

2zhar

4OMMta1mennei4yi2da4kuai4dir

4leOMMye3mei2you3ren2zai4yi4lou2jiaor3da

4ya

OMMjiu

4shi

4OMMzan2menjiu4shi4wan4ban1wu2nai

4jiu4shi4song4zher4cai2lai2leOMMao4$INTERJOMMzan2ye3mei2nei4tiao2jian4OMMni3yao4you3dehao3tiao2jian4shuo1shi2hua4zhen1bu4neng2song4zher4lai2OMMem

ren2nei4cao1chang3shang4hai2ting3da

4yi2kuai4di4fangrOMMye3hai2yi2kuair4cao3ping

2OMMhai2you3zuo4cao1dedir

4ting3da

4devocalizing$UNINTni3kan4ni3kan4OMMao

4vocalizing$INTERJ $UNINTOMMren2jia1nei4bianr

1wo3gen1ni3shuo1baren2jia1nei4geda4xue2li3bianr1you4jiao1shen2medeye3hao

3aOMMa

1liang3gejiu4yi4banr1baOMMliang3ge

you4shi

1denei4bi4ye4delao3shi

1OMMou

4jiu4shi4ne4wan2ni3xue3dianr3zhi1shi4shen2medeOMMa

4hai2shang4ke

4OMMzhe4gezen

3meye3xue2bu2shang

4in background$UNINTOMMhai2shidei3xue2dianr

3xxxxni3xia4lai2nejinglingOCsa3lesa3xxxxxxOCdiao4di4xia4leOChai2chi1bu4chi1levoices in background$Q:VNVOCchi1bu4chi1le$Q:VNVOCbu4chi1la

$Q:NQPOCbu4chi1lai2zhuang1dao4shu1bao1li3touOMMzan2menzou3leang1MOTzhei4yi1xia4lou2feng1jiu4qi3lai2lecough/sneezesMOTyao4zai4jia1menr

2zai4jia1li3tou2gu1denrgu1denrdewanr2zhewanr2zhejiu4shui4jiao4leyou4OMMku1lea

OMMda3shang4pen4tileyou4OCgan4ma

2ya$Q:QWzuo4di4xia

4OCtao3yan

4OCtao2qi4bu4tao2qi4ya

$Q:VNVOClaughs, inaudible$UNINTOCtao2qi4ma$Q:QP:MOMMta

1ye3bu4zhi1di4xia4zuo

4laughs softlyOMMyuan2lai2gen1che1li3zuo4guan

4leMOTzai4jia

1bu4jie1ta1zai4jia1bu2shi4lao3zai4jia1pa

2ma$Q:QP:MMOTta1zai4zhar4ta1ye3xiang3pa2ni3kan4jian4mei2you3$Q:MEIOCzhar4nar3shi4ni3jia

1ya

$Q:QWOCdi

4xia4nar3neng2pa

2ya

$Q:QWOCtschtschtschtsch$INTERJOCge1jia1li3xing2leOCtickling, teasingOMMzen3mepa

2dou1mei2shir4OClaughs softlyOCshaking keys in front of ocOChigh, playfulabou1bou1bu1bu1bu1bu1bu2bu$UNINThei

$INTERJOCkeeps playingabububububu$UNINTOMMem

2$INTERJOCem

1$INTERJhei1qiao2qiao2xin1xinta1menjia1nei4liar

3hai2gua3zheneMOTgua

3zhenexxxOCei

1you

4you4$INTERJOMMren2jia1ji4nian4nei4hai2zibu2rang4hai2zichu

1lai2ei4MOTpa4ta1pao

3OMMwanr2yi4huir3ni3rang4hai2zi

OMMbu4chu1lai2wanr

2huir3baOMMta1mendehai2ziye3tao

2zheneMOTtaor

2wo3shuo1yi4yan3kan4bu2jian4hao3jia1huo2zhuang4zheleOMMang

4$INTERJOMMfuss$UNINTOCni3gan4ma2ni3ni3gan4ma2ni3gan4ma2ni3gan4ma

2$Q:QWOCbu2hui4zhan

4zhe$Q:INTOCni3lao3zuo

4zhegan4ma

2a1$Q:QWzang1leba1ji

1de

OCxxx$UNINTOMMyi2guo4lai

2shou3jiao3dou1bu4xian

2naMOTxxx$UNINTOMMhai2gen1ren2qiang3wan2yir

4MOTxxx$UNINTOMMren2jia1bu4gei3ta1ba

ta1bu2gan4MOTbu2gou4ta1ma1lei

4deneOMMke3bu4ma

baby sits on ground again$Q:QP:MOCfei1zuo4di

4xia4ya

$Q:NQPemg

4em

4$INTERJOCzang

1di4xia

4OCzou

4ni

3OMMzheng3tian1a

ta1ma1gei3ta1nong4de

dou1mei2gui1luu

4OClaughsOMMla

1shi3ya

OMMshang4wu3la1yi4bor

1ni3kan4ta1xia4wu3hai

2la

1MOTna

4ye3mei2ban4fa3yaOMMrang4ta1ma

1gei3nong4demei2gui1luu

4dou1MOTna4ta1xiao3hair2ke3bu2shi4xiang3shen2meshi2hou4la1jiu4OMMai

4ya

wo3zuo2tian1hai2shuo1ta1neOMMwo3shuo1ani3a

gai1ba3hai2zilian4zhezzuo4penr

2leOMMdou1yi2sui4duo1dianr3lehai2bu2rang4ta1zuo4penr2OMMrang4ta1hai2zizuo4dekenr

1OMMna4wan2yir4deng3ta1shang4letuo1er2suo

3ar

yi

you3kenr1ma$Q:QP:MMOTtuo1er2suo3ke3bu2shi4you3kenr1ma$Q:QP:MMOTtuo1er2suo3quan2dou1shi4you3kenr

1quan2dou1shi4mao2kenr1MOTtuo2er2suo3quan2dou1shang4mao2kenr1MOTshei2rang4ni3zuo4penr2qu4ya$Q:QWMOTxiang4ta1zhei4yangr4dejiu4dei3duan

4lian

4MOTxiang4ni3menwei2weiyao4zhang3da4leta1jiu4dei3nei4shen2meOCliang2bu4liang2ya$Q:VNVpi4pi4OCang2$Q:PRMPTOCliang2bu4liang2ya$Q:VNVOCfei1wang3di4xia4zuo4aOCliang2bu4liang2a$Q:VNVOChui2tou2you4la

1xi

1legai1OCzhan4qi3lai2bacoughsOCni3fei1dei3wanr2nei4gegu

2lugan4shen2me$Q:QWOCgei3wo3hai2zuo4che1li3gei3wo3vocalizing$UNINTOMMzuo2tian1wo3mennar4yi4hai2zizhang3yuan

3nei4hai2zigang1gang1la1wan

2hai2zikai1shi3ca1pi

4gu

MOTlaughsOMMnong4denar3dou1shi4shi

3MOTlaughsOMMhai2shi4MOTna4mei2zhe

2MOTzhe

4ye3yi2yang4OMMnong4denar3dou1shi4shi

3OMMzhei4hai2zibata1bu

4bu4yi2qir4la

1wan

2le

OMMla

1yi4dianr3zhan4qi3lai2la

1yi4dianr3zhan4qi3lai2OMMei

2duo1ta1matao

2baMOTna

4ni3you3shen2meban4fa

3laughs$Q:QWta1jiu4nem4metao

2OCgan4ma

2ya$Q:QWgan4ma

2yaOCgan4ma

2ya$Q:QWOMMcries loudly$UNINTOCei

1you

ei1you

ei

1you

$INTERJOCei1you

wo3debao3beir

4you1OMMfuss, crying$UNINTOCei1you

zou3zou3zou3zou3zou3hui2jia1shui4jiao4qu4OCkun4leba

$Q:NQPOCshi4bu2shi4kun4le$Q:VNVOCei

1you

zan2menhui2jia1shui4jiao4qu4lou

1OMMcrying$UNINTOChui2jia1shui4jiao4qu4zan2menOMMshei1jiaor

4qu

1a

shui4+jiao4 qu4 .ashui4jiao

4qu

4OMMshei2jiao

4qu

4em

4shui4jiao

4qu

4a

4mei4mei4yao4shui4jiao

4qu4leou

4shui4jiaor4qu4lebanging sounds and then footsteps as om packs upwei2wei

zan2hui2jia1ba

hui2jia1ma$Q:QP:Memg1shui4jiao

4qu

4in distance, highshui4jiao

4qu

4shui4jiao

4qu4xxxchildren playing in background$UNINTtschei2ya

4$INTERJzang1bu4zang1a1lao3wanr2tu

3$Q:VNVan

2man caocing in background, women's and children's voices$Q:PRMPTkuai4ba3yao4shijian3qi3lai2ww walks over to pick up keyskuai4dianr3jingling of keys as ww gives them to mnar

3qu4yani

3ww running towards their building$Q:QWqu4nar

3m foocows ww to stairweoc, then he enters$Q:QWjiu4shuai

1zheni

3ao

4$INTERJen

2$INTERJzhi1dao4hui2jia

1hang4$Q:NQPlai2zan2hui2jia1bam tries to pick ww upfussingem

4$INTERJni3nna

4ni3zi4ger3shang4lou

2zi4ger3shang4ww starts walking up stairs on his ownINVwanr2tu

3ao1ei

2$INTERJINVwanr2tu

3wou1laughs softly; ww climbing stairs with effortgruntsei

4$INTERJkuai4shang4ni3hu2nao4hui2tou2jiu4shuai

1zhaoni

3ww going up stairs one at a time, with effortkuai4shang4bei2bu2shang4lea

eh

4$INTERJkuai4shang4a

1dramatized gruntei

4$INTERJsh

shuai1zheni3jiu4lao3shilesoft gruntei

4$INTERJstepping and gruntingeih

4$INTERJeih

4$INTERJeih

4squeak of brakes outside, ww stioc climbing$INTERJeih

4$INTERJkuai4shang4eih

4$INTERJeih

4stioc climbing$INTERJai

4$INTERJeih

4$INTERJkuai4dianr

3ww stopped at landingkuai4shang4eishuai

1zhaoni3kuai4shang

4a

4ghui2jia

1lekuai4zhezan2hui2jia1kan4dian4shi

4qu4qu4bu2qu4$Q:VNVkan4dian4zhi

4qu

4angkan4dian4shi4qu4hao

3ni3kuai4dianr3shang4ww starts climbing againehreyue

1$INTERJyue

1$INTERJenh4$INTERJkuai4shang

4a

1enh

4at 2nd floor landing, goes toward apartments$INTERJwo3shang4nai3naijia1qu4shang4nar

3qu4ani

3$Q:QWzhe4hai2dei3shang

4na

4cai2er

4lou

2ni3wang4lea

1$Q:NQPwang

4ni3kuai4shang4ww walking around on landingkuai4dianr3bai2shu

3wo3 ke:3$UNINTni3ke3lehui2jia1he1shui3qu4kuai4dianr3eu2wa

4$UNINTzou3hui2jia1he

1shui3qu4ya

fussyem

1$INTERJni3bu2shi4ke

3lema

$Q:QP:Mwo3wanr2shui

3wo3wanr2tu

3ni3zou3bu4zou

3$Q:VNVni3bu4zou3wo3zou3lea1ww walks back towards mhigh, disapprovalem

4$INTERJlai2kuai4lai2ww runs towards mchou

3zou3hui2jia1qu4a

4shang4nar

3qu4yani

3$Q:QWfussemg

4ww running$INTERJren2shuo

1ni3eiya

2ke3liao3bu4de2lemeng2meng2zhei4hai2zispits/coughs$UNINTcheng2xin

1shi4bu2shi4yani

3$Q:VNV:Tshi4bu2shi4cheng2xin

1$Q:VNVa

2$Q:PRMPTwo3qu4shui4jiao

4na4an

4$INTERJni3shi4bu2shi4cheng2xin1nani

3$Q:VNVda1jiu4wo3cao

4ni3ww climbing stairs again$UNINTkuai4shang4gruntshai

4$INTERJou

1$INTERJhums$UNINThai

4$INTERJhai

4$INTERJeih4$INTERJcoughsfussesem2em

4$INTERJkuai4zou

3wa

1whiningwa

4a

4$INTERJzen3mela

1$Q:QWwhiningwa

4$INTERJzha1jiao3lebayou

4$Q:NQPshi4bu2shi4zha1jiao3le$Q:VNVenshi2tou2zir

3shi2tou2zir3jin4qu4lebam looking at ww's foot$Q:NQPjin4qu3qu4azher

4axing2lekuai4zou3ww starts walking againwhiningen

wa

$INTERJbie

2nem4meduo1shir4fuss/cryingenghenhen

$INTERJni3bu4zou3wo3zou3lezou3bu4zou

3$Q:VNVstioc whining, fussingem

wa

4$INTERJni3bu2shi4enthusiasticzan2hui2jia1kan4dian4shi

4qu4kan4bu2kan4$Q:VNVfussingen

2$INTERJni3kan4dian4shi

4qu4afussingem

$INTERJni3eng

4shen2meni

3$Q:QWeng

m starts walking$INTERJenem

4clanging of metal pipe on concrete; m looks at ww's foot again$INTERJbu2dui

4ni3ye3kou1xxnin2jiu4clanging then squeaking of brakes$UNINTkuai4dianr3kuai4dianr3hui2jia1hui2jia1lehui2jia1leni3bu2shi4yao4he

1shui3ma$Q:QP:Mfussen

2em

4$INTERJkuai4dianr3fussem

4$INTERJna4ni3na4ni3zai4tou2lizou3fussingem

4$INTERJni3kuai4zou3fussingem

em

4xie

2ni3bu4zou3wo3zou3lewhiningxie

2wo3zou3lou

4ma

1ma

$VOCwhiningyao

4ma

1ma

1clanging sound of metal$VOCna4kuai4guo4lai2a

ma1ma

$VOCcoughswhiningma1ma

ww throws himself on the floor$VOCtsch$INTERJwo3zou

4ta1lea4m picks him up and smacks himlaughsfuss, whinesem

em

4$INTERJqi3lai2qi3lai2qi3lai2fuss/whiningem

$INTERJni3gan4ma

2qu4ya

$Q:QWgan4ma2qu4ya

kuai4zou3lekuai4zou3leang1fussem

2em

clanging sound$INTERJfuss, whineem

ma

$INTERJtsch

zou3leen

hen$INTERJen

$INTERJwhiningbaor

4zhe

baor4zhehao3lelaughs as she carries him down the haocni3shuo

1ni3zhei4hai

2zizou3cryingni3ni3die

2$UNINTtsch

zhe4dou1ta1madao4jia

1lehai2rang4bao

4zheclanging of metal; m slaps ww about four timescries; keeps crying; m slaps him again$UNINTdao4jia1men2lea1zhan4hao3le

zhan4hao3le

m gets keys out to open doorfuss, whimpering$UNINTcrying again; m opens door$UNINTww starts crying again$UNINTni3beng

2lie

1benrni3cry, fussing$UNINThao3guo4lai2zan2xi3yi1shou3lexi3yi1shou3lefuss, whining$UNINTqiao2zhei4shou3zhei4zang

1necry, fussing for 4.0$UNINTgan4ma

2ya$Q:QWfuss, crying again for 6.0 as m starts washing his hands$UNINTzai4lie1benrwo3zou

4ta1leafuss, crying as m washes his hands for 3.0$UNINTnasalna2fei

2zao

4whiningna

2fei

2zao

4whiningna2fei

2zao

4whiningenhna2fei2zao

4cryingenh

na

2fei

2zao

4cryingenhhenhenni

3m drying ww's hands$INTERJwhiningenhchi1fa

4fan4imitatingqi1chi1qi1fa

4ha$Q:NQPchi1fa

4fan4chi1shen2mefien4fan4ya$Q:QWwhiningxiang3chi1zhei4ge

chi1nei3gea$Q:QWwalks over, whiningxiang3chi1zhei4ge

ma1gei3ni3eng$INTERJna

2nei4geman2touchi1bafussingem

2$INTERJchi1ma$Q:QP:Mfussem

4$INTERJehen$INTERJbu4chi1ya

4$Q:NQPna4ni3chi1shen

2meya1$Q:QWfussingen

$INTERJwhiningyao

4chi1fan

4fussingya

4eh$INTERJchi1shen2mefan4ya

$Q:QWwhiningenya

2enh$INTERJwhiningen

4a

4na

2wan

3enhna2wan3ya

$Q:NQPmei2fan

4chi1shen2meya$Q:QWwhiningna

2eng

4gei3ni3eng4na

2ma1gei3ni3na2hao3chi1dexxxx$UNINTfusseng

4$INTERJna2hao3chi

1defussingen

$INTERJni3chi1bu4chi1$Q:VNVfuss, whining$UNINTgei3ni3fussingen

$INTERJzhei4gezhei4gezhei4gechi1bu4chi1rattling sound as m holds something up$Q:VNVchi1bu4chi1$Q:VNVfussan24

da3gai

1da3+kai1da3kai1whinyen

4niu

3ni3bang

1wo3da3kai

1m shakes bottlefusses$UNINTni

3zi4ger3na

2ni3zi4ger3na2em4$INTERJwo3he

1a

gei3ni3yaengh4$INTERJni3zhang3kai1zui3ni3zi4ger3na2zhechi1fussingen

4en

1$INTERJen

$INTERJni3na2hao3leaww takes bottlefussingem

4en

2ww holds drink in front of r$INTERJzhei4shi4shen2me

$Q:QWINVfussem

$INTERJINVen

2em

$INTERJbu2yao4a

4$Q:NQPna4yao4shen2meya$Q:QWfussingen

$INTERJa1gei3zhei4gegei3ni3zhei4gebanging soundhei

1$INTERJgei3fussingen

wo3yao

4whiningen

yao4nia3na2zheng

4zirdeng4+ziwhiningwo3yao

4na

2zhdeng

4zideng4+zienh$INTERJwhiningyao4deng

4ziyao4shen2meya

$Q:QWwhiningenhna2deng

4zi

man2tou2ya

$Q:NQPshi4man2tou2ma$Q:QP:Mfuss, cryingdeng

2ziya

na

2deng

2zia

4whiningen

na

2deng

2zi

deng4+zina2zhei4geya

$Q:NQPshi4ma$Q:QP:Mfussen

en

2$INTERJna4na2shen2meya

$Q:QWfussen1en

4$INTERJen

na

2tang

2na2shen2meyaa

$Q:QWwhiningna

2zheng

2deng

2zi

a

indignantshei2zhi1dao4ni3shuo

1deshen

2meya$Q:QWcries loudly for 3.0 and another 3.0; ww pushes m's legs$UNINTtui1wo3leha

1ww drinking$Q:NQPhao3lei1wo3dai1huir3bu2dai4ta1wanr

2qu4hai2tui1bu4tui1laww drinking from bottle$Q:VNVwhiningen

wanrdeng

1$UNINTwhiningna2deng

2ziya4whiningna

2sheng

2zi

ww walks out to haocwaygei3wo3hui2lai2zhei4shen2meya

ni3jiu4na

2$Q:QWfuss, cryingwa

4enhww walks to door then drinksei1chirping of cicadas; coughs; ww in haocway$INTERJwei2wei

kuai4hui2lai2ni3hui2bu4hui2lai2ni3aww in haocway, chirping of cicadas$Q:VNVwo3jiao

4ni3shi4bu4shi4mei2ting1jian4naa

2ww stioc in haocway, cicadas, m goes to haocway$Q:VNVzou3tsch

ai1ya

4zang1bu4zang1a

$Q:VNVfussingen

$INTERJfussingen

2m goes into kitchen and rinses ww's bottle$INTERJni3shuo1ni3zhei4hai2zitao2bu4tao2qi

4bani3ww in haocway$Q:VNV:Tgei3wo3hui2lai2m foocows ww out into haocway, stands over wwhui2bu4hui2qu4ya$Q:VNVfussingen

2$INTERJqiao2ta1na4zui

3bafussing for 3.0$UNINTkuai4hui2lai2slaps wwfussing$UNINTbu4ting1hua

4leshi4bu4shi4$Q:VNV:Tfussing; ww drinking, cicadas chirping$UNINTem

you3dianr

3ke

3lou

1kuai4qi3lai2you3nianr

3dianr3ke

3lou

1nn

dianr3ke3lou

1ke3la

1$Q:NQPzen3meyou

4ke3lani

3$Q:QWyou4hu1ba3na3gai1$UNINTguo

1$UNINTmei

2eng2na4$INTERJwu1wang4wei1$UNINTwei4yi

1wei4$UNINTwei4wei4yi

2$UNINTwei4wi

2$UNINTeng

4em

4$UNINTscreamsa

soft, highwuwu

wuwu

banging sounds of pot as m puts sugar in bottle$UNINTwo3zhao3ma1ma

qu4legei3ma

1ma

1m walks back to near wwyao4gei3ma1ma

ou

3yao4gei3ma

1ma

1ou

3m putting more water in bottle for wwye

2$UNINTwo3da1ben4$UNINTenh

aenh

$INTERJkuai4gei3ni3vocalizing, softlyen2enh

$INTERJhe1bu4he1a

1ww drinking$Q:VNVyer

2gei3de

$UNINTen

gei2dei3yao

4stamping feet$UNINTwhiningen

der2shi3da4gar

2diou

ww drinking and walking around, m rinses hands in kitchen$UNINTfussingum

em

m

4$INTERJgan4ma2ya

4$Q:QWfussem

4$INTERJlao3heng1heng1shen2meya$Q:QWen

2em

banging noise$INTERJhai2he1bu4he1la$Q:VNVa

2$Q:PRMPThappy, highya2$INTERJvocalizeya

4a

cicadas and noise of ww manipulating bottle$INTERJai

4ya

4ni3shuo1ni3tao2bu4tao

2banging sound$Q:VNVstamping feet, fussingen

em

$INTERJna4ni3kuai4he1you4nie1you4nie1zang1bu4zang1a$Q:VNVhahaemem

$INTERJspits; laughs; end of visit$UNINT \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/orig/ww6.xml b/compling.core/data/Learning/Chinese Data/transcripts/orig/ww6.xml deleted file mode 100644 index 3ea739f..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/orig/ww6.xml +++ /dev/null @@ -1 +0,0 @@ -TXL plus TTWW's father is laid off for a few months and is now home during the day to take care of WW while his mother works part-time. In this visit, they are both home. It is a Tuesday afternoon and there is no television programming, so the mother of XingXing, a little boy about the same age as WW comes by to visit about halfway through this recording. WW spends a great deal of time jealously guarding his toys against XX's intrusion while their 2 mothers talk.WW and his family live in a factory-provided low-rise apartment building.you4zhao3yi1dir4zuo4zhequ4lelaughs softlywei2wei$VOCenzai4ba3ni3zhei4geda3kai1hao3ma$Q:QP:Thao3ma$Q:QP:MINVen

4$INTERJen

2$Q:PRMPTsoft, inaudible$UNINTda3kai1lou

4as r turns on ww's microphonexian1fang4zheanghumming softly$UNINThao3na4ni3qu4wanr2bahao3bu4hao3$Q:VNVguo4lai2guo4lai2wei2weini3wanr2qu4kuai4zhewanr2qu4bafussingen

en

2$UNINTkuai4wanr2qu4a

fussingen

4$UNINTni3qu4na2ni3dewan2yir4qu4ni3nei4wan2yir4nar3qu4le$Q:QWeng2$Q:PRMPTwei2weini3dewan2yir4ne

$Q:QP:Nkuai4na2wan2yir4qu4kuai4zhewei2weini3detang2lao3ya1nar3qu4le$Q:QWge1nei4xiao3chuang2shang4leba

$Q:NQPkuai4na2tang2lao3ya1qu4kuai4zheni3delao3ya1ne$Q:QP:Ntang2lao3ya

1ne$Q:QP:Nkuai4lai2bao4tang2lao3ya1wanr2qu4leFAinaudible, asking where his donald duck is$UNINTMOTai4tang2lao3ya1zai4zher4nenei4tang2lao3ya1gen1xiao3hei1xiong

2shi4deleFAlaughskuai4lai2bao4zheai

4$INTERJai4kuai4lou3zheta1ai

4$INTERJlou3zheta1wanr2qu4bakuai4dianr3em

4$INTERJshang4zhei4tou2wanr2lai2zhei4tour2fussingem

em

2$UNINTshang4nei4tou2qu4wanr2wanr2zhei4tour2guo4lai2f adjusting a stool for himselfwanr2ni3pai1yi

1wo3pai1yi1leilai2kuai4lai2guo4lai2fusswo3zhao3ma1ma

enhwhinyma

1ma$VOCgan4ma2ar$Q:QWwhinyba

4ba$VOCgan4ma2a$Q:QWwhinywo3yi3zifussing loudlyer

er

4er

$UNINTakhah

$INTERJwhinywo3yi3ziwhinyen

4$INTERJFAyao4rang4ta1zuo4nar4wo3gei3ni3na2xiao3ban3dengr4qu4ang

FAai4ni3na2ta1nei4xiao3deng

4ziqu4fussing loudlyah

$UNINTFAta1rang4ni3zuo4ta1xiao3deng4zi

na4wo3zuo4leaf sits on ww's stoolan2$Q:PRMPTni3zuo4nar4wo3zuo4zher4hao3ma$Q:QP:Mfussing/cryingenenen

$UNINTen4eng4$INTERJwei4wei4$VOCteng2ww knocks stool overni3kuai4shuai

1ledeng3huir3ni3ei

4you4you4$INTERJzuo4hao3leang4en4$INTERJhahaqiao2nei4yangr

4laughbie2diao4xia4lai2angei1you4bie2dong4nei4you3dian4MOTxiao3li4ba3nei4cha1xiao1ba2lebaFAba2leya$Q:NQPMOTem4$INTERJbie2gei3ta1gong

3dao3tang3xia4leen4$INTERJlai2hao3wanr2ma$Q:QP:Mwei2weini3kan4nei4yang4dui4ma$Q:QP:Mni3ba4zuo4xiao3yi3zini3zuo4nei4geda4deng4zilaughs; ww kicking his feet as he sits on f's stoolhai2le

4leni3hai

2heng

4huai

4zheneem

2$Q:PRMPTwei2wei$VOCjiao4lei4ba

4ba4ba

4ba4$VOCei4$INTERJei4$INTERJba

4bawo3ye3chi

1crycryingwo

3ye

3crying$UNINTcryingba

4ba4wo

3ye

3cryingba

4baenh

$VOCsoft, inaudible$UNINTshang4bing1xiang1li3na2xiaor3ju2zichi1qu4baeng

2$Q:PRMPTna2xiao3ju2zichi1qu4baei4na2ju2zichi1qu4na2ju2zichi1gei3a1yi2na2dianr3ju2zichi1qu4zi4zi4ji3na2ju2ziqu4ang

banging noise as ww climbs down from stoolzi4zi4ji3ai

4zi4ji3na2qu4ang

1vocalizing softly$UNINTzai4nar3ne

$Q:QWju2zine$Q:QP:Nju

2zi

4ei4ju2zine$Q:QP:Ngei1gur

3gei3 fang4nar

4soft, inaudible$UNINTang4zai4nar3ne$Q:QWju2zizai4nar3ne$Q:QWjie

3$UNINTseng

1zang1le

zher4nezher4nezher4nezher4nenar4bur

2zai4nei4dair4li3na

m rustling plastic bag as she pulls out tangerines$Q:NQPyou1$INTERJnei4xiao3ju2zirdou1nar3qu4le$Q:QWzher4negei3a1yi2na2guo4yi2gequ4gei3a1yi2yi2geINVgei3babyishshuo1gei3ni3chi1geju

2ziba

INVgei3INVgei

3ni3ei1you4xie

4xie

4$INTERJlaughsei4$INTERJgei3ni3rang4ni3ma

1magei3ni3bao1qu4ang

1lai2ma1gei3ni3bao1zhekuai4lai2gei

3bei1shu1bao

1sang4sue

2shang4 xue2em

4bei1shu1bao1shang4xue

2gei3wei2weishang4ai4shang4xue2maww pants as he eats tangerine$Q:QP:Mgei3a1yi2dianr3chi1bagei3a1yi2ma$Q:QP:Mkuai4gei3a1yi2song4yi2gequ4kuai4qu4kuai4qu4ni3shuo1gei3ni3chi

1yi1gebawei2wei

$VOChahaxxxxxx$UNINTspitting$UNINTyou3hur2ma$Q:QP:Mehmei2you

3hheating againmei2you3hur2a$Q:NQPawu4tu4lahu

2em

4$INTERJxxyangr4oc taking breaths$UNINTsuan1ma$Q:QP:Mlaughssuan1bu4suan1$Q:VNVlaughseng2$Q:PRMPTbu4suan1bu4suan1a$Q:NQPbu4suan1laughstian2ma$Q:QP:Mstill laughingx

ian

2tian2tian2ya$Q:NQPem4$INTERJchi1bagan4ma2qu4ya$Q:QWFAla1che

1qu4leMOTem4$INTERJlang

4lan4$UNINTao4qi2che1yaqi2baww trying to pull tricycle outengh4$INTERJxian1ba3nei4ju2zige1zui3li3qu4enh

$INTERJanh

$INTERJba3ju2zichi1louba3ju2zige1zui3li3zhei4hai2hai2duo1dai

1yahai2$UNINTlaughs softlyni3kan4zhi

2lie3zui

3em4qi2baqi2che1babanging of tricyclehhh

$INTERJzuo4shang4qu4a

$Q:NQPqi2shang4qu4car honks in backgroundduong4$INTERJyao4zhuang4hang$Q:NQPqi2eizuo4shang4qu4ba4bafu2zheni3zuo4shang4qu4zuo4shang4qu4ai

4$INTERJai

4$INTERJzuo4shang4qu4hao

3zou3hha

$INTERJqi2FAxxxxxx$UNINTFAei4gei3ta1nei4geba3nei4ba3nong4zhi

2lezou3baeh

$INTERJclears his throatlaughsben4qian

2qi2nar3you3wang3hou

4qi2de$Q:QWlaughingzhuang4shang4leba

m still laughing$Q:NQPben4nei4bianr1qi2f clears throat; ww ridingguai3wanr1a

ei

$INTERJbu4guai3wanr

1le

bu4guai3wanr1le

$Q:INTguai3wanr1ben4nei4tou2guai3e

2$INTERJguai3wanr1xiang4nei

4bian1guai3em

4ww turns his trike around$INTERJde2$INTERJei

4xing2lezou3wo3xiang3chi1ju

2zi

ni3zi4ger

3laughFAjiao4ta1FAjiao4ta1zi4ger3xia

4zi4ji3xia4zi4ji3xia4lai2FAta1neng2man4manr4xia4FAengta1zi4ger3hui4xia4zi4ji3xia4lai2eh

$INTERJai4yi1er4san

1eiya

cheng2legruntingeh

$INTERJem4$INTERJeh

$INTERJba3nei4che

1ge1yuan2lai2nei4dir

4qu4yuan2lai2ni3nei4che1zai4nar3lai2de$Q:QWgruntingeh

$INTERJfastchou3zhei4bi2tiFAgei3ta1na

2shou3zhi3ca1ca1MOTenggan3mao4lewo3ye3whiningwo3ye3yao4chi1wo3yao4chi1ju2zi

ba3zhei4che1tui1kai1qu4xxxxba3zhei4che1tui1kai1nei4bianr1qu4kuai4zheeheh

$INTERJxing2xing2a1eh$INTERJzhei4ta1ma1zen3mehui2shir4$Q:QWxing2leeh1$INTERJuh

tricycle moving; tricycle crashing to floor as m vocalizes$INTERJhei

laughs$INTERJei2you

4$INTERJzi4ji3zhao

3ang1$INTERJzi4ji3zhao3aeng2eng2$INTERJang1nar4ping2guo3FAmei2shir4FAzuo4zuo4zuo4zuo4zuo4INVmei2shir4FAmei2shir4ni3zuo4FAmei2shir4leju

2engju

2zimei2you3zi4ji3zhao3baen

2mei2ju2zizai4nar3ne$Q:QWlaughing, inaudiblebie2dong4na4shi4nai

3fen

3wo3denai

3nei2shi4li

2em4nei4shi4li

2ei1na2nei4ping2guo3qu4nar4shi4ping2guo3shi4li

3li2engmei2you3ehzhei4mei2you3zhei4shi4ping2guo3em

4chi1ping2guo3ma

$Q:QP:Mbu4chi1bu4chi1a

$Q:NQPchi1shen2meya$Q:NQPzher4you3ting2guo

3ping2+guo3chi1ma$Q:QP:MFAzhao3ju

2zinelaughbu4chi1ju2zine$Q:QP:Nen1$INTERJba4bagei3ni3zhao3ang

1dein1Xiao3guo3FAxxx$UNINTmei2you

3lebayou3hahamei

2lef looking in plastic bagzhei4xiao3ju2zihai2zhen1mei

2lena4wo3denai

3a4na4shi4ni3denai3zher4guang3ganr1"orange"chi1guang3ganr1babu4chi1guang3gan1tang

2yazhei4shi4tang

2FAna4jiu4gei3ta1qie

1em4bu4neng2chi1tang2legang1cai2chi1debu4shao3leang

1$INTERJFAwo3gei3ta1na2bing3gan1you4$INTERJyou3ben4nar4ge1dema

$Q:QP:Mlaughlaughkuai4na2guo4lai2gei3na2guo4lai2ba4ba

zhao3dao1gei3ni3qie

1ang1ei1ei

4coughing, inaudible$INTERJyang

4rang4wo3qie

1yang

4rang4wo3qie

1ni3qie

1deneng2chi1ma

$Q:QP:Mni

3ni3bu4hui4qie1ni3yao4shi

4qie1ya

neng2qie1ni3la2ni3shou

3lela2ni3shou

3ang1ba4gei3ni3qie1wan2leni3jiu4ni3kan4zheni3ba4zen3megei3ni3qie1ang1ni3jiu4zi4ji3chi1qu4ang

1hao3maf cutting fruit$Q:QP:Mhao3bu4hao

3$Q:VNVFAni3gei3ta1ba3nei4rangr2pulpbai

1bao1chu1lai2ehh

4$INTERJei2$INTERJFAba3pir2gei3bao1lou4kuai

4dao

4le

englai2dao4lou

dao4lou

deng3deng3deng3deng3deng3deng3huir

3dao4lou

lai2ba4bagei3ni3bao1pi2eih

$INTERJrang4zhei4wo3bao1pi2ji2leji

2lebu4deng3zhe

lehahani3kan4ni3kan

4laughlaughs as ww grabs the orangeeh1ji

2leww sucking on the orangegei3ni3zhei4gewei2weigei3ni3zhei4geww sucking on orangeei

2$INTERJem4$INTERJFAai

4gei3ta1nei4geFAba3pi2gei3ta1bao1louww making slurping noisesFAni3gan3jinr3bao1FAdeng3huir3gong1bu2shang

4le"to run out of"FAgan3jin3bao1dei

3chi1gan1jing4lea

en4$INTERJbu4neng2zao1jianlang4+fei4, "waste"FAzir3ne

FAni3bu4ba3zir3gei3ta1nong4chu1lai2MOTmei2shir4thudding noise on metalni3qiao2enen

en

$INTERJenen

$INTERJni3qiao2en4dour1shi4ni3deang1mei2ren2dong4ang

1$INTERJslurping noisesni3chi1baeng

4ng

2ng$INTERJni3chi1baspits out seedyou3hur

2em$INTERJei1you3hur2a

chi1basoft, laughingyou3hur

2leilaughsshi4you3hur2ma

ww still eating orange$Q:QP:Msuan1maww making panting and eating sounds$Q:QP:Mlaughs softlyra

1ra

$INTERJchi1gour4lelaughsdisapprovingde1de1de1de2de4de

de$INTERJeh1$INTERJni3chi1chi1chi1bao1hao3ledetaoh

4$INTERJni3agei3wo3zhan4shang4leehh

$INTERJeng4$INTERJchi1wan2zhei4yi2gebu4neng2chi1leang

1ting1jian4mei2you3m laughing softly in background, ww still making noises$Q:MEIzen3mechi

1a

$Q:QWgan4ma2na

$Q:QWeh

$INTERJni3kan4kan4ba3zhei4banr4la1yi2+ban4chi1leni3zhei4ye3jiao4chi

1ju

2zinezhei4jiao4ww still eating, sucking/panting noiseseiyou4ei1you4ei4ya4ei4ya4$INTERJlaughsni3kan4ni3kan4ni3kan4ww still suckingei4der2der

2derzher4zher4zher4zher4zher4zher4zher4dui4jiu4zai4zher4ge1zher4ge1zher4laughsei

4$INTERJchi1zei4gezhei4+geahh

$INTERJlaughsmei2chu

1xizhen1e3xin1clears throatwei2wei

$VOClai2ba4gei3ni3ca1ca1bi2zi

xing2lechou3nei4zui

3you

4tu4tu3chu1lai2letu4chu1lai2le

zhei4ta1ma1hai2zi$INTERJta1ma1hao3haorchi

1wo3yao4chi1ju

2zi

rhetoricalzhei4shi4ju2zima

$Q:QP:Mju2ziju

2zizhei4shi4guang3gan

1gei3wo3gei

3wo3ehh

$INTERJeh

ww eating orange$INTERJlaughs softlyFAta1jiu4ta1ma1xi1nei4nianr3shuir

3MOTke3bur

2a$INTERJta1ma1hui4chi

1zheneei1you4ei

you4wei$INTERJni3qiao2nong4zhei4yi2xiu

4ziyou

4houww panting and eatingnei4ban4la1yi2+ban4nehai2mei2chi1nazheir4shi4gei3shei2deya$Q:QWchi1baww panting and eatingzhei4kuair4chi1aww panting and eating$UNINTeng4en2en

$INTERJao4ao4ao

4ww eating and panting$INTERJloud pant/gruntchi1wan2leba

$Q:NQPmei2leba

$Q:NQPehh

$INTERJFAgei3ni3zhei4geFAnei4hu2gei3reng1lequ4ww panting and eating, then f gets up and goes to basinlai2guo4lai2wei2weica1ca1shou

3qu4ca1shou3qu4kuai4dianr3guo4lai2na

2da4mu4gun

4zihhhei4you$INTERJchou4xiao3zica1ca1shou3zi4ji3ca1zi4ji3ca1ca1ca1zui

3ang1eng4$INTERJhahaca1zuir3ne

laughni3nei4ye3jiao4ca1zui3ne

laughFAni3kan4gan3kuai4gei3ca1ca1de

2leMOTrang4rang4ta1zi4ger3man4manrca1qu4grunts$INTERJunh

$INTERJFAni3kan4kan4kan4ei

4you

3tu1ledi

4letuo1 dao4 di4 shang4 .leFAni3kan4kan4eng2$Q:PRMPTca1ca1shou3hao3haorca1ca1zhei4wo

3da

eng4$INTERJca1ca1lian

3eng

$INTERJei1ya

4zhei4bi2ziyou4xing3"blow!"blows his noseehh

$INTERJFAchu1lai2ledou4qu4bie2na2dou4zigei3wo3gei3ma1masong4guo4lai2kuai4zhekuai4zhebu4ting1hua4leshi4bu2shi4a$Q:VNV:Tkuai4zhesound of something being thrown on floorshaor3xxxxxxMOTta1reng1leww back onto his tricycleFAeini3kan4ni3kan4laughsni3kan4ni3kan4ni3kan4kan4laughslaughs; ww pushes tricycle into somethingang

tui1zheche1wanr2qu4baang1tao2qi4shi4bu2shi

4$Q:VNV:Tshi4bu2rtao2qi4a

ww pushing tricycle$Q:VBUlaughsni3kan4ni3kan4ni3kan4dei2$UNINTni3gei3ta1nong

4yi1xia4dao

3dao3dao3dao3dao

3banging soundmei2na

deng

4zienenna2deng4na2deng

4zita1na2deng4zixiu1che

1ahahahashi4ba

$Q:NQPxiu1che1laughingeng4deng4$INTERJwo3xiu

1chsgawo3xiu1che1shi4wo3xiu

1che

1en

ni3xiu1xiu1che1banging soundskuai4lai2kuai4lai2xiu1che1babangingenh$INTERJdeng

4zihahata1jia3mojia3shi4xiu1che

1MOTemg4$INTERJhao3haorxiu1ang4ehhh

$INTERJlaughshahazi2hai2hei

1$UNINTna2mei2na

2gair

4na2shen2megair4ya$Q:QWgruntingINVa1yi2mei2kan4zan

lejie1bu4gar

3hemm

4$INTERJenen$INTERJjie1bu2shang

4la

xiu1hao3lemei2you3$Q:MEIxiu1emgwo3xiu1che

1en

4xiu1che1en

$INTERJei4ya

4eiya

4$INTERJMOTrang4ta1zhe1tengqu4bagruntingbu4xing2gruntinglaughing softlyni3kan4ni3kan4ni3kan4ni3kan4ni3kan4pao3zher

4lai2le

grunting$UNINTFAsoft, inaudible; ww grunting as he "fixes" trike$UNINTFAei4mei2you3fan3ying4nelaughspits twice$UNINTlu

1roll upxiu

4zilu1xiu4zien4lu1xiu4zilu1xiu4ziangwo3xiang1xiang3lu1xiu4ziFAgei3ta1lu1xiu4ziMOTeng4$INTERJhai2dei3lu1xiu4zihai2dei3lu1xiu

4zicheng2lequ4baeng

4$INTERJxiu1hao3mei2you3$Q:MEIxiu1kuai4xiu

1a

ba4ba

ww pulls tricycle out again$VOCFAani3kan4ni3kan4ni3kan4ta1hui4wanr2zhe

neta1ni3kan

4laughsighskan4kan4shou3zang1mei2zang1$Q:VNVen

2$Q:PRMPTkan4kan4shou3zang1mei2zang1$Q:VNVen

$INTERJni3kan4kan4nei4shou

3zang1bu4zang1$Q:VNVmei2nimei

2zang

1engmei2zang1anmei2zang1mei2zang1mei2zang1mei2zang1eng

$INTERJmmei

2xiu1other child shouts at doorway$UNINTmei2chu1ximei2chu

1xixing1xinglai2leOCdeng3zhea

4OCdeng3huir3deeng4$INTERJFAlai2ren2lechild outsidemei2chu

1xiOCjin4lai2baOCjin4lai2oc walks into living roomOCwa

4zhen1mai3yi2mao

4zi

xxxx$UNINTmei2chu1xiOCni3ma1ma

na

$Q:QP:NOCni3ma1mana$Q:QP:NOCni3ma1ma

nefootsteps$Q:QP:NOCkuai4jin4lai2kuai4jin4lai2OCen

2$Q:PRMPTen4laughsOCxinxinkuai4rang4ni3majin4lai2kuai4zheOMMou4zhen1mai3lai2la

$Q:NQPMOTang

4$INTERJINVa1yi2jin4lai2laughs softlyang4eiyou

$INTERJOMMgen1nar3mai3deya$Q:QWMOTgen1shuang1yu2shu4mai3deMOTzhuan3shen1fei1zhao3xiao3wei2wei

MOTwo3shuo

1gang1gang1he1wan2yao4xie1huir3OMMeng4$INTERJMOTna4ye3bu4xing2OMMrang4ta1zher4wanr

2baOMMwanr2bamei2shir4mei2shir4OMMwanr2bazhei4xiao3wei2weiww gets up and runscai3bacai

3xing1xingzhao3ni3wanr2lai2legen1xing1xingwanr2lai2ba

ww coughing then knocks something crashing to floorei4ya4eiya4ei

ya

4$INTERJtschni3qiao2qiao2ben4tong3li3zi4ji3man4manrjian

3ww starts putting toys back into pail, CH2 coughsben4tong3li3jian

3OCxxx$UNINTwei2wei

$VOCben4tong3li3jian

3coughsOMMchou3ta1ker1ker1deike2sou4jinr4deMOTgang1he1wan2yao4yi1zou3jiu4huai4leOMMwo3xia4lou2deshi2hou4kan4zheta1you3dianr3bu2dui4MOTeng4ni3xia4lou2gan4ma2qu4le$Q:QWOMMsong4ta1da4yi

2qu4leOMMta1da4yi2lai2leOMMgang1zou3deshi4hou4a$Q:NQPOMMeng

4$INTERJOMMang1$INTERJMOTta1ye3shi4gang1nei4shi2hou4he1wan2yao4MOTbu2gan4fei1zhui1xiao3yi

2MOTfei1yao4zhao3xiao3wei2weia

1$INTERJMOTshen2meye3bu2gan4FAgei3ta

1fu2qi3lai2OCxing1xinglai2rang4ma1ba3mao4zizhai1xia4lai2re4huOCkuai4dianr3OMMni3kan4wo3menzher4hai2MOTni3menwu1li3bi3wo3menwu1re

4OMMni3ni3OMMshi4ma$Q:QP:MOMMni3kan4wo3menzher4hai2jia3mojia3shir4hai2yao4xiu1che

1neni3kan4MOTlaughsOClai2xin1OCzhei4shi4shei2demao

4ziya$Q:QWOCshei2demao4zia

$Q:QWMOTeng4$INTERJOCrang4shu1shuna2zou3baxing2ma$Q:QP:TOCdong

2taking of oc's hat$INTERJOCehh$INTERJOCwo3dai4shang4leangOCshu1shudai4shang4le

xing2ma

$Q:QP:TOCei2$INTERJOCni3shuo1xing2OCxing2bu4xing2$Q:VNVMOTzhuan4yi4quanr1shang4shuang1yu2wei4gong4cun

1OMMem

4$INTERJxxcrashing noise$UNINTMOTcun

1nei4gesu1zhoujie4dou1mei2you

leMOTwo3you4zhuan4leshuang1yu2shu4wo3xx$UNINTOMMmai3yi2ge

xing

2leOMMyou3dedai

4jiu4xing2leburpsMOTjiu4shi

4MOTta1deMOTnei4mao4zidou1dai4shang4lian3shang4deta1bu2yao4MOTwo3gei3zhi1wei2bo

2zheng4hao3pei4shang4ku4zichuan1shang4OMMxing

2lexing

2lexing

2le

$UNINTni3ba3che1tui1kai1rang4a1yi2guo4lai2kuai4zhelaughs softlyhao3lerolling sound of ball and buckettao2qi4jiu4rang4ayi2gei3ni3dai4zou3INVa

1yi

4a1+yi2$VOCei

4banging, then ww on trike, panting$INTERJOCxing1xinghai2tao2qi4me$Q:QP:MOCni3kan4jian4a1yi2leba

$Q:NQPOCni3tao

2qi4jiu4gei3ni3dai4zou

3OCtao2qi4ma$Q:QP:MOClaughs; ww on trike, pantingMOTzhei4xing1qi2er4ye3mei2you3dian4shi

4OMMang

1$INTERJOMMem

4$INTERJOMMye3mei2you3dian4shi4xing1qi1er4mei2ban

4fahe

jin1tian

1wu

zhei4che

1hamei2xiu1hao3nehai

2$Q:QP:Nxiu1hao3lema$Q:QP:Mkuai4xiu1wa

xiu1hao3lemei2you3ww bangs table$Q:MEIwei2weibangs again, grunts$VOCxiu1hao3legan3jin3gei3ta

li4qi3lai2ang

1gan3kuai4li4qi3lai2xiu1mei2xiu1hao3a

$Q:VNVxiu

1qu

4enh4$INTERJli4qi3lai2gei3xing1xingqi2qu4bagei3xing1xing1qi2xing2ma$Q:QP:Tenghdao

3le

eh

$INTERJfu2qi3lai2MOTshui4jiao4lema$Q:QP:Mzhong1wu3OMMshui4leww picking up tricycledao

3leOMMwo3hai2mei2shui4neOMMta1men2shui4jiao4wo3gui1zhezheng3+li3wu1zilai2zhenevocalizing as he plays with tricycle$UNINTOMMwo3bing1xiang1chu2fang1li3song1kua3leOMMwo3dou1ca1ca1leOMMxxx$UNINTMOTwo3nei4ye3shi4sui2shi2ca

1OMMca1wan2lewo

3wo3ye3vocalizing, grunting loudly$UNINTlaughingyou4dun1di4hao3jia1huoyao4bie2ren2nei4MOTwo3ye3shi4yaMOTwo3rang4wo3men2nei4geMOTwo3ye3gang1dun1wan2di4chu1lai2MOTmei2ban4fargrunting loudly$UNINTxing2leman4ehmanr4wang3shang4man4manrman4manrshang4qu4man4manr4shang4man4manr4ai

4xing2leshang4qu4leba$Q:NQPpantingOMMxxx$UNINTge1tang2lao3wei1tang2+lao3+ya1enna2en1tang2lao3ya1tang2lao3ya1tang2lao3ya1entang2lao3ya1bao4zhepantinglie1bershang4lexxx$UNINTdai4shang4ta1hang1$Q:NQPbu2shi4ni3men2zen4meyi2shang

4yi2shang4ni3men2jia1jiu4tai4zhai

3OMMem

4$INTERJOMMem4$INTERJwo3zhi2pa4ke

1zhepeng

4zhelaughOMMlaughspantingkang2zheto carry/sling on shoulderMOTxxx$UNINTkang2zhekang2zheya

kang2zheche1$UNINTahao3laughseh1$INTERJha1chou3zhebai3mang

2jinr

4deeheh

1something falling$INTERJei1you4he4laugh$INTERJlaughslaughsqi2zheche1zou3bagruntingeha

$INTERJzou3wa

qi2zheche1zou3wa

whinya

bemei2kang2hao

3ao4mei2kang2hao3jie1zhekang2OCni3kan4ge1gan4ma

2ne$Q:QWOCzan2hui2jia1shui4yi2jiao4qu4baeiei$INTERJbai3lang2neyi1er4san

1MOTwanr2wan2rang4ta1shui4shui4qu4shui4qu4yi

1er

4san

1em4$INTERJkang2shang4OMMni3men2fang2jian1ye3re4bare4bu2re4$Q:VNVMOThai2xing2OClai2qi2zheMOTxxx$UNINTOMMguan1xxqu4le$UNINTMOTem

4$INTERJei$INTERJdao

4cai

3eng

4$INTERJcoughsOChei

1xin1xinzhei4huir3lao3shileOCheng

$INTERJwo3xxxxxx$UNINTem4$INTERJOCxian4zai4ye3bu2nao

4leOCeng1$INTERJOCao

4ao

4$INTERJOCshei2you4ku

1le$Q:QWOCei2ya4zhei4zen3megen1xiao3wei2wei2deshi4de$Q:QWai2wei2wei

sound of water pouring$VOChuai

4le

OCshi4bu2shi4xin1xin

$Q:VNVhuai4lexiu1xiu1panting then banging noiseeiei1$INTERJeiya

4$INTERJhei

1$INTERJei1you

4bu4xing2ei

4guo4lai2xiao3di4di4zai4zher4dun1zhenazhei4zhei4zhei4xxxxhai

2bu4li3wo3$UNINTxin1xinkuai4qi3lai2ei2laughs$Q:PRMPTei2ya4ei2ya4ei2ya

4$INTERJei2you4ei2you

4$INTERJOCkuai4guo4lai2wo3xian1ji1wo3ya

ni3gei3ta1fu2qi3lai2ei4zhei4hai2ziba

4baxian1ji

4gei3di4di4gei3di4di4gei3di4di4fu2qi3lai2kuai4dianr

3kuai4qi3lai2kuai4zhegei3ta1la1qi3lai2kuai4dianr3gei3ta1la1qi3lai2ni3kan4ta1ta1maye3zuo4nar4leni3kan4ta1ye3pao3nar4zuo4zhequ4lejiur4shi4cheng2xin1depantingMOTyi2ge4dou1zuo4xia4leMOTni3chou3dou1hao3leOMMa

1kids panting then scraping of stool on ground$INTERJrang4di4di4qi3lai2lou

4di4di4qi3lai2lou

4MOTxxxxxxdou1pa

4xxxxx$UNINTOMMxxx$UNINTgruntsdao3la

xiu1wo3wo3yao4xiu1che

1leeixiu1babanging soundman4dianr3abie2za2zhao2di4di4a

1hai2xiu1nexxwanr2che1na2li3wu1qu4babanging soundszhei4tong

3em

4banging sounds$INTERJman

4dianr3ni3bie2za2zhao2di4di4scraping noiselai2zai4zher4nong4lai2scraping noiseshai2xiu1ne$Q:QP:Ngai1nuo2dir4legruntsyao4bu4gai1dao

3leOMMen

1scraping sound as tricycle is moved$INTERJcai2gang1chi1wan2ju

2ziMOTwo3men2zhei4gechi1deOCchi1ju2zichi1ju2ziMOTwo3men2OCzuo1zuo1shuir

3OCpir

2tu4chu1lai2MOTwo3men2chi1ban4geda4ju

2zicoughsOMMge1ge1$VOCOMMdege1$VOCOMMdege1getong

3OCem4ge1getong3ai

1$INTERJman4dianr3wei2wei$VOChai4wo3zou4ni3laa

22psgrunts$UNINTguai

3banging sounddong4dong4zou

3zou3nar4xiao3hu1hu

3hou2+hou2ni3qiao2ni3zhei4hour2bani3jiu4shui

4baehxia$UNINTOMMxxx$UNINThei4fa

1fa

1$UNINTni3tao2barang4ta1mazhei4a1yi2gei3dai4zou3ni3gen1a1yi2zou3baxing2ma$Q:QP:Tem4$INTERJgen1a1yi2zou3ma$Q:QP:Mbu4zou3yan3shou

3ni3bu4zou3ni3ting1hua4ni3tao2qi4jiu4gei3ni3dai4zou3laughshao

3hahata1mata1renr2lai2fengr

1ta1banging soundMOTba3shou3gei3peng

4leOMMem

4$INTERJMOTnong4nei4wan2yir4dong

4da4enh4ba3xiu3hui4jiang1$UNINTlaughsta1majiu4kan4ni

3leta1mashua3hour2nenar4harww panting$UNINTOCxin1xingan4ma

2ne$Q:QWOCbreathes/laughsOCni3gan4ma2ne$Q:QWOMMwanr2zhei

4ge

OCwanr2nei4gea$Q:NQPOMMen4$INTERJOCchang4yi1ger1gei3shu1shu1ting1ting1OCyao4bu4shu1shu1OCgei3wo3chang4yi2ger1OCkuai4chang4yi2ger1kuai4zheOCba3shou3shang4dong1xi1liao4fang4xia4OCkuai4zheOCchang4yi2ge

1humming$INTERJOCxing1xingshuo1yi1chu2he2ri4dang1wu3OCkuai4zhe

humming/singingma1ma

hai

2ziemxx$INTERJOCni3chang4ma1mahao3eng

2$Q:NQPOCgei3a1yi2$Q:INTsinging/humming$UNINTei

4$INTERJei

4$INTERJwei4wei

4$VOCchang4yi2la1la1la1mei

2mei

2you3scraping soundmei2xiu1hao3lewo3ang

4mei2xiu1hao3nekuai4xiu1en

2$Q:PRMPTni3zhei4che1shen2meshi2houxiu1hao3lou4wa

ww goes back to "fixing trike"$Q:QWlaughsei

1$INTERJxxx$UNINTna

2tong3OCxin1xinna

2tong3le

eng

4na2leni3wanr2che1xin1xinwanr2tong

3bu4xing2a

$Q:NQPna4ni3ba3che1gei3xin2xinni3wanr2tong3qu4ei1ei1$INTERJna2zhei4ge

nei4ke3bu4neng2wanr2eiyou

4nei4ke3beng2dong4ou

4nei4ke3beng2dong4a1yi2shuo

1ang1nei4ke3bu4neng2dong4nei4shang4tou2an1yi2ban4dao3ti3lu4yin

1jisoft scraping soundlaughs softlyOCqiao2jian4nei4a1yi2leba

$Q:NQPOCni3yao4tao2qi4jiu4gei3ni3dai4zou3aini3kan4kan4hai2you3shi2hou4jiu4danr3xiao3OCang

1$INTERJOMMeng

4laughs$INTERJzou3ya

ei

1gan4ma2na

scraping noise as ww moves trike$Q:QWehqi

2eh

ge1ge1$VOCwhiningba4bata1ban1wo3che

1a

laughingxxx$UNINTwhining, cryingta1ban

wo3che

1whining, cryingta1ban

wo3che

1xin1xinkuai4bie2gei3ge1genong4kan4ge1ge1ku1lekuai4ge1nar4en

en234

$INTERJcryingta1gan4ma

2ban

1wo3che

1$Q:QWni3rang4di4di4wanr

2huir

3OCxin1xinni3jin1tianbie2zuo4lerang4di4di4wanr

2huir3ni3dou1da

4lehang1$Q:QWhai2ting3chong4deshang4wo3men2jia1qu4xin1xinshen2medou1gei3ta1yi1lai2zher4yi2dong4che1ta1jiu4jiao4hahabie2dedou1xing2yi2dong4zhei4che1jiu4bu2gan4xxwhinema

1ma

$VOCwhinegei3wo3che

1ni3qiao2nei4yangr4xin1xin1xialaughcrygei3wo3che

1laughingOCxia4lai2baOCni3kan4ge1geku1leOCkuai4xia4lai2bawei2weini3wanr2nei4tong3qu4wei2weiOCxin1xinni3kan4ge1geku1lekuai4xia4lai2ni3wanr2tong3qu4rang4di4diqi2huir3pa

4shen2meya

$Q:QWOCni3kuai4xia4lai2ni3shuo1ge1ge1bu4ku1ni3qiao2ping2shi2di4di4deche1laughya

4to roll/run over$INTERJOCbieya4leOCxin1xinni3ting1ma1shuo1ni3shuo1ge1gebu4ku1OCkuai4xia4lai2MOTyi2shang4wo3men2jia1bu2shi4yi2qu4legan3jin3la1zheOMMa

1$INTERJOMMxxxxxxxxla

1zheji1po1qi2che1qi2che1$UNINTOMMna2wan2yir4qu4MOTzhen1deyuan4yi4engeng

$INTERJOCkuai4lai2xin1xinOCxin1xinge1gezhei4che1shi4bao

3bei4OCkuai4gei3ta1xia4lai2kuai4lai2OCni3bie2peng4zhei4ge1geche1OCkuai4dianr3OCdeng3wo3gei3ni3na2wan2yir4OCba3che1ye3gei3ta1la1hui2lai2OCrang4ta1qi2che

1OCge1ge

qi2che

1OCen$INTERJOCrang4kai1OCni3za3hai2lai4pi2bu2xia4lai2$Q:QWOMMrang4ta1qi2qu4baFAzhei4geku

1bu2rang4bu2shi4ma

$Q:QP:MFArang4zhei4OMMwo3menzhei4hai2zicheng2xin

1cryingen

ma

1gei3wo3che

1OCxin1xinni3ting1ma1shuo1OCni3kan4ge1ge1ku1leba$Q:NQPOCkuai4xia4lai2ren2qi2qi2qi2huir3jiu4qi2huir3ang1whimpering$UNINTni3qu4wanr2nei4tong3qu4rang4di4diqi2huir3pa4shen2meya

$Q:QWMOTta1mei2chang2xing4MOTmei2ni3men2zhei4you3chang2xing4MOTyi1huir3jiu4xia4lai2OMMemhem

4$INTERJMOTwanr2shen2medou

1shi4zhei4yangr4pantingni3wanr2bie2dequ4ang$INTERJcrying, fussing$UNINTang

1$INTERJni3hai2qi2di4di4deche1newhinebu4xing

2ni3zen3mebu4shuo1ya$Q:QWOCxxx$UNINTOCxin1xinkuai4lai2OCye3mei2shen2mehao3dong1xi1gei3ni3xia4OCguo4lai2xxwhinegei3wo3che

1wei2wei

$VOCgei3di4di4na2tang

2qu4OCge1geku1lexin1xinkuai4lai2gei3di4di4na2yi1tang2gei3di4di4na2yi2fenr4tang2qu4gei3di4di4na2yi2fenr4tang2beng2rang4ta1chi1tang2ta1chi1lehao3duo1lebu2rang4ta1chi

1gei3di4di4na2yi1fenr4tang2ta1jiu4gei3ni3che1leOMMem

4$INTERJFAwo3gei3ta1mai3debing1tang2gei3ta1yi2fenr4gei3zher4neeng

2$Q:PRMPTzher4nesoft, inaudible$UNINTgei3di4di4na2yi2kuair4tang2chi1gei3di4di4yi2kuair4tang

2ei

4$INTERJshuo1gei3ni3yi2kuair4tang

2OCgei3ni3yi2kuair4tang

2a

4$INTERJOCxin1xinshuo1xie4xie4OCni3shuo1xie4xie4ei

2ei

$INTERJOCai1shei2gei3ni3de$Q:QWai1$INTERJOCzen4mebu2ke4qi4wo3wen4ni3neOCxin1xinni3guo4lai2OCshei2gei3ni3de$Q:QWOMMyi1huir3you4chao3qi3lai2leOMMni3jiu4rang4ta1na2zhebaOCshei2gei3ni3de$Q:QWOMMwei2wei

3wei2+weiOMMchi1qu4barang4ta1OCwei2weishi4shei2ya

$Q:QWOCjiao4ge1ge1lema$Q:QP:MOChaini3shuo1xie4xie4lema

$Q:QP:MOCshuo1lema$Q:QP:MOCxxxxxia4lai2baclattering of tricycle$UNINThem

$INTERJOCei4you

1$INTERJOChei4wo3wen4ni3OCzuo4zheOCxin1xinni3ting1ma1magen1ni3shuo1hua4OCni3shuo1xie4xie4lema$Q:QP:MOCkan4shu1shu1gan4ma2$Q:QWvocalizing playfully$UNINTOCdui4nar3ya$Q:QWOCha4$INTERJFAchou3ni3nelaughOCshuo1xie4xie4lema$Q:QP:Myou

1$INTERJMOTta1hai2shi4ju1shu4shi4bayou3ta1zai4om referring to the restrictive nature of r's presence$Q:NQP:TOMMem

4$INTERJINVa1yi2qi3lai

2zou3 kai1r closes door to prevent ww from going outsideOCkan4ta1jiu4shi3jinr4kan4ni3OCxin1xinni3shuo1xie4xie4lema

$Q:QP:Mang

whiningta1guan1men2le

ah

de2gen1de2gen1wu1wanr2baang

OMMsoft, about ocshi3jinr4kan4zheshu1shulai2shang4zhei4tour2lai2wanr

2qu4yani

3kuai4xiu1ni3deche1baang1ai

4guo4lai2xiu1che1bawo3men2dou1kan4ni3sha3hour2ni3kan4di4di

4yaduo2ting1hua4yaeng$INTERJMOTang4jinr1tou2yi2ci4dao3leem

4$INTERJMOTtou2yi2bian4shi4baww flips tricycle upside down$Q:NQP:TlaughOCbu2rang4qi

2lelaughsOCdao3labu2yang4rang4ni3qi

2leOCang1kan4ni3baOCkan4ni3sha3hour2nexxx$UNINTwo3men2dou1kan4ni3nescraping noise as ww moves trike along floorMOTei4you4wo3zong3shipa4gei3ta1ge1cuo4leMOTgei3ta

1zuan4zhezhei4shou3you4peng4leOMMkan4ta1dao4nar3clears his throatOMMdei3ta1shou3po4wan2yi3hou4ta1jiu4zhi1dao4xia4hui2ta1bu2dong4levocalizes$UNINTOClaughsOCta1yao4you3na4ji4xing4hao3lebanging on woodOMMni3kan4ni3kan4ni3kan4kan4kan4pantingMOTsoft, inaudible; banging as ww pants, silence, then ww pants again$UNINTmei2na2shou3juanr4a

$Q:NQPliu2leOCfang4ni3zui3baOCni3bu4chi1tang

2ting1jian4lema$Q:QP:Txxx$UNINTOCchi1tang2shang4huor

3OCjiu4ai4chi1tang2banging noiselaughsOCxxxxxxang

1$UNINTOCslow, mimickingchi1tang

2du4du4teng

2MOTxxx$UNINTgei3wo3yi2banr4tang

2chi

1tang2ye2ye

$VOChums$UNINTgei

3em4$INTERJgei3nei4a1yi2yi2kuair4gei3nei4a1yi2yi2kuair4OMMgei3xie4xie

4$INTERJa1yi2bu2yao4ang4eng$INTERJxxx$UNINThai2gei3nar3$Q:QWhai2gei3nei3gea1yi2ya$Q:QWbu2yao4legei3nei4a1yi2gen1ma1shuo1gei3nei4gei3nei4a1yi2yi2kuair4qu4nei3a1yi2ya$Q:QWgei3ni3ma1shuo1chi1duo1leya2teng2zhei4tang2shi4qian1wan4bu4neng2duo1chi1ei4gei3nei4a1yi2song4yi1kuair4qu4INVgei3gei3gei3gei3a1yi2xie4xie

4$INTERJhai2gei3shei2ya$Q:QWhai2shei2ya$Q:QWOCxin1xinbu2yao4leOCting1ma1shuo1OCtang2bu4neng2duo1chi1OClai2gei3ma1lai2gei3ni3cang3qi3lai2lai2you4gou4OCgei3ma1lai2OMMgou

4laughslaughsOMMzen3megei3ta1wei2zhewei2zuir3jiu4chu1lai2le$Q:NQPMOTshi4li3tou2nei4gang1cai2guan4yao4guan4shi1leMOTduo2nan2guan

4a$Q:NQPMOTni3wen4ta1ta1gei3ni3wanr2ming

4bu4he

1aOMMang

4bu4chi

1MOTnar3xiang4ni3men2nei4gehao3$Q:QWMOTheng$INTERJhai2ben4dou1dour1li3ge1netang2$Q:NQPchou4wei2wei

laughsFAni3kan4ni3kan4ni3kan4ni3kan

4dou1wo3chi1deyao4eng

whiningma1gei

3wo

3ei4xxxxdou1li3xxx$UNINTwhiningdou1gei

3wo

3mei

2mei2leshei2rang4ni3bu2jiao4a1yi2de$Q:QWmei

2leni3kuai4jiao4a1yi2ni3jiao4a1yi2lema

$Q:QP:Mni3kuai4jiao4a1yi2jiao4lema$Q:QP:MOMMa1yi2$VOCmei

2fei

1leOCge1nar4baOCbie2wang3nar4fang4leang

1OCzhei4tang2zhuang1dour1li3jiu4hua

4leOCchi1yi2gena2yi2gezhi1dao4ma$Q:QP:TOCemzuo1liang3xiar4liar4ta1you4bu4zuo1leOCni3qiao2ta1reng1leOCyou4ge1nar4lebu2shi4$Q:VBUOCyou4bao1yi2geOChei4ni3zhei4yang4na

2zhehei4OCdou1hua4leOCxing1xing1na2lai2gei3ma1mawei2wei$VOCgei3kuai4gei3liu2leFAgan3jin3na2shou3juanr4OCxin1xinlai2FAshou3juanr4shou3juanr

4gei3ba4bayi2kuair4OCdou1bao

1ledou1hua

4legei3wo3yi2kuair4laughsenggei

3ta1you4bu4chi1shi4ba

$Q:NQPOMMem4$INTERJOMMang4jiu4cheng2xin

1MOTni3kan4ta1you4lai2laughingta1you4bao

1lebu4chi1laughskan4ta1nao4zai4bao

1OCde

2$INTERJOCgei3ma1zhei4geOCbu4xu3bao1whinedou

1mei

2le

ang4xiu1che1lexiu1che1qu4nong4che1leni3xiu1che

1qu4ba

OCxin1xinbu4xu3bao1ting1ma1shuo1OCbao1dou1hua

4leOMMfussing$UNINTOMMwhinema1ma

ya

$VOClaughlaughOCni3kan4ni3kan4zheshu1shuOCshu1shushuo1ni3lelaughzhei4lia

3OCshu1shugei3ni3bao4pao3leOCkuai4zhan4qi3lai2OMMma1ma$VOCOCkuai4gei3ni3ba3zhei4bao1shang4kuai4OCbao1nei4li3touOCna2zheOCkuai4bao1shang4OCbao1shang4OChua4lexin1xinOChua4lezang1OCting1hua

4OCde2gei3ni3zhi3OCning

4zheneOCbao1shang4OCkuai4OCkuai4dianr3OCni3kan4OCshu1shushuo1leba$Q:NQPOClai2ma1magei3bao1OMMkan

4ni3kan4ta1beng3zhelian3neMOTdui4MOTyi2xiao4jiu4mei2shir4OMMni3kan4ta1beng3zhelian3OCkan4ma1mabao1hao3lecang2zher4ang1eng

2wo3ye3yao4chi1tang2wo3yao4tang

2r

nei4genar3qu4le$Q:QWni3qiao2qiao2ni3hai2xiang3chi1shen2meya$Q:QWwo3xiang3chi1tang

2ni3you4bu4chi1bao1lejiu4reng

1gan4ma2ya$Q:QWni3lao3bu4chi1bu4chi1jiu4bu4neng2bao1nei4tang2dou1bu4rang4ni3bao1lebao1lejiu4na2zhejiu4nong4nar3ye3shi

4ang1$INTERJnei4tang2tuo1yi1shangduo2leng3aang

1$INTERJpantingchi1yi2gechi1yi2banr4chi1tang2om, m, r all start to laughha2e4$INTERJban1ban1che

1ni3qiao2huai4zhu3yi4zhen1shi

4laughINVta1hai2dian4ji4be concerned aboutchu1qu4neta

1INVa

4jiu4shi4dian4ji4chu1qu4ww trying to push r out of the way so that he can go outINVni3kan4ban1che

1leINVni3kan4yao4ban1che

1lelaughsINVfusseng

2bu2yao

4wanr2lei

4le

laughslaughsshang4nar3wanr2qu4yani

3$Q:QWzai4zher4xiu1che1bazai4zher4xiu1che1baang1kuai4dianr3wai4bianrleng3wai4bianrleng

3a

wai4bianrleng3wai4bianr1leng3ang1ni3kan4ni3ba3ni3di4xia4dedong1xi1dou1jian3hao3lezan2menzai4shang4wai4bianrwanr2qu4kuai4dianr3dou1gei3jian3ni3tong3li3qu4kuai4dianr3jian3wan2yir4qu4kuai4dianr3zhei4dou1gei3jian3tong3li3bianr1qu4eng4starts picking up toys$INTERJeng4$INTERJfussing$UNINTge1hao3lezhei4bianr

sa3le

eng4dou1dao4leshei2nong4de$Q:QWshei2dao4deya$Q:QWenpushing tricycle$INTERJfan3zheng4di4di4mei2dao4chu2leni

3emmei2bie2renr

2engeng

pushing tricycle$INTERJeng4bu2kbanging sound as tricycle falls overengni3ni3qiao2qiao2ni3qiao2qiao2nei4hu2kai

1zhei4hui2kai1leba

f picking up bucket for ww to put things into$Q:NQPben4li3jian

3ang1ben4tong3li3jian

3zen3meba3gair4gai4shang4le$Q:QWjie1zhezhei4xiao3tongr3li3jian3qu4ang1OCxing1xing

$VOCOCma1shuo1bu2yao4leOMMem4$INTERJOClai2zang1OCei1you

1$INTERJOCni3shou3ni3yi2da3gunr3zang1zang1OCbu2yao

4leang1ben4li3jian3ang

4bie2diu1leang1ai

4jian3you3you4kai1kai1le

wei4$INTERJem4$INTERJOCwei4$INTERJOMMda3dian4hua4neni3zher

4laughMOTxian4zai4ni3kan4kan4OClaughwei

1banging sound as something falls over$INTERJMOTda3dian4hua

4OCen4ni3da3da3dian4hua4OCgei3shei2da3$Q:QWOMMyao4xiong2mao

1OCbu2yao4xiong2mao1OCting1ma1shuo1OCgei3shei2da3dian4hua4$Q:QWwei

$INTERJwei

1wei1wei1footsteps then sound of things dropping into plastic bucket$INTERJde2de2de2$INTERJjian3gan1jing4lelaughsengxiao3bai

2tu4$INTERJOChao3haorchang4xin1xinyi

1$UNINTOChao3haorchang4OCchang4yi2xiao3bai2tu4OCkuai4dianr3OCchang4gei3a1yi2gei3a1yi2ting1ting1ting1ting1OCkuai4dianr3chang4yi2xiao3bai2tu

4OCxin1xin

$VOCOCxin1xin

$VOCOCni3shang4nar3qu4leyou

4banging sound as toys fall$Q:QWOCkuai4gei3ni3wanr2tang2lao3ya1vocalizingOCkuai4guo4lai

2ke

3ke3lewo3ke3lou

4ke3le

$Q:NQPOCchou3chou3ni

3ni3dang1ran2ke3le

laughxxxxxxzhuang1leyou4dao4$UNINTke3a1yi2ke3louwei2wei

$VOCba3ta1dou1jian3tong3li3touqu4nei4pingr2OCxian

1wen4wen4OCni3xian1wen4wen4ni3ma1rang4bu2rang4ni3he1MOTbu2rang4ting1jian4mei2you3$Q:MEIOCni3wen4wen4ni3ma

1rang4bu2rang4he

1OCbu4xu3wanr

2reng1leOCdao4wanr2yi2geshi4shi4OCni3xian1wen4wen4ni3ma

1qu4fussing softly$UNINTOCni3shuo1rang4wo3he1shui3maOCguo4qu4OCguo4qu4gan4ma2qu4you4$Q:QWOMMfussen

2en

4wo3yao4he

1gei3jigei3jian3qi3lai2ba3nei4xie1dong1xi1dou1em

2$Q:PRMPTdou1jian3qi3lai2ge1tong3tong3li3tou2eh

4$INTERJeh

4$INTERJwhinyma

1dian4hua

4lai

2lou

ww drinking from bottlelaughswei2weiting1hua4bu4ting1hua4a

$Q:VNVvocalizing softly$UNINTwei2weiting1hua4bu4ting1hua4$Q:VNVeng

4$INTERJagehualai2lelaughsxin1xingan4ma2ne$Q:QWOClaughxin1xin

$VOCni3shuo1xin1xingan4ma2ne$Q:QWhahaxin1xingan4ma

2ne$Q:QWxin1xinshang4li3wu1wanr2qu4lepantsni3ba3nei4dong1xi1dou1jian3hao3leni3zai4wanr2qu4ting1jian4mei2you3$Q:MEIdou1jian3jian3tong3li3mian4qu4banging sound as ww touches toysgruntsen

4$INTERJni3zen3megai4shang4gair

4le$Q:QWgai4gair4zen3meben4li3jian3a$Q:QWenglai2ni3na2zhei4hong2tong3jian3qu4banging as toys fall into the pailna2nei4hong2tong3qu4jian3qu4ba3nei4pingr

2tong3dou1ge1MOTni3qiaoquan2gei3tao4dao4li3touqu4lelaughs; noise as ww shakes something; silencede

2$INTERJOCxin1xin

$VOCOCkuai4lai

2OCxin1xin1a

$VOCOCni3ma1mazou3lea

1eng

2eng

m$INTERJOCbeng2zai4nar4wang2xin1kuai4chu1lai2OMMni3ba3chu2fang2men2guan1shang4xxxm walks over to kitchen; crashing soundOCkuai4zhao3ma1maqu4OCkuai4kuai4chu1lai2xxx$UNINTFAba3nei4zong3zha2guan1shang4OCem

1mock anger$INTERJFAjiu4pa4ta1ma1deOCzhao3ma1maqu4OCkuai4qu4shei2zhi1dao4ta1pa4shen2me$Q:QWshui

3banging soundguan4zita1bu4zhi1dao4nei4huo3menr2ta1zhi1dao4OMMei1creakyma1ma

$VOCOMMyao

4hui2jia

1OClaughingOChui2jia1kuai4zou3OCimitating, creakyhui2jia

1OChui2jia1ke3hao3leOCkuai4na2mao4mao4qu4OCba3zhei4dian4hua4gei3ge1gege1zher4OCimithui2jia

1ao

OCeng4$INTERJOChuo

4zhei4mao

4zizhen1hao3kan

4OCgei3di

4di4dai4dai4baxing2ma$Q:QP:TOCgei3ge

1dai4dai4baMOTbu4hao3tai4chang2leMOTfusseh1ehehbu4xing2ehOCgei3ge1gedai4dai4baeheh$INTERJOMMmei2dai4hao3jiu4laughzou

3OMMlaughni3kan

4OCzhei4che1ge1zher4OCche1bu2nong4OCbu4na2che1OCxin1xin

$VOCOChai2wanr2bu4wanr2le

$Q:VNVehna2na2che1zou

3OCna2che1zou

3laughOCna2che1bu4zou3ehehna2na2OCbu4neng2na2che1zou3OCzan2jia1you3che1xin1xinting1ma1shuo1zan2jia1you3che1OMMeng2eng2$INTERJOCge1dezher4OMMeng

2ang

$UNINTOCni3rang3OCxin1xin1zher4shi4ge1ge1deche1OCting1jian4lema$Q:QP:MOMMfusseng2eng2eng

1eng

$UNINTOCwo3kan4ni3na2zou

3OMMeng2eng3eng

1ma1mama1ma

$VOCOMMni3kan4ta1ta1maning

4shang4leOCei1$INTERJOCni3ting1ma1shuo1zhei

4che1shi4ge1gedeOCbu4neng2na2zou3zhi1dao4ma$Q:QP:TOCni3kan4shu1shusheng1qi4leni3na2zou3OMMfussengeng

eng

$UNINTOMMei1$INTERJOMMni3ni3rang4ta1tui1ni3rang4ta1tui1MOTfast, highta1tui1jiu4ban1chu1qu4MOTqi2qi2shang4jiu4zou3banging sound as oc tries to push tricycleeng$INTERJOMMni3rang4ta1tui1OMMkan4ta1you4dou1tui1dao4nar3har4qu4$Q:QWOMMwo3dai1huir3gen1zhebanging of tricycleOMMkan4ta1tui1dao4nar3har4$Q:QWOCwo3yi1huir3da3ta1pi

4guqu43ps for 2psOMMna4ni3ni3ni3rang4ta1tui1OClai2ta1nar4chen4ji1sieze occasionye3ye3chu1qu4leni3kan4ni3kan4ni3kan4hui2lai2ni3hai2bang1ta1tui1nehai2laughshahatui1zou3leyi1huir3ken3gei3ni3OMMtui1zou3chu1lai2lechu1lai2lekuai4hui2lai2laughsxxxm follows out in hallway, still laughing$UNINTkuai4hui2lai2kuai4hui2lai2eng4$INTERJwhiningwo3yao4xiao3che1whiningwo3y

yao4wo3yao4wo3yyao

4cryOCting1ma1shuo1zhei4che1ge1zher4OCzan2jia1you3ge4che1zhi1dao4ma$Q:QP:Tshang4wur1qu4shang4wur1ta1gei3ni3song4hui2lai2lefussing and crying as om takes trike$UNINTOCge1xia4che1OMMwhinema

1ma$VOCOCei4you

2$INTERJOCni3kan4shu1shusheng1qi4mei2sheng1qi4$Q:VNVOMMma

1cry$VOCOCkan4kan4OClaughsOMMma1ma

$VOClai

2xiao3wei2weikuai4lai

2laughOCtschkuai4zou3banging and footstepsOCkuai4hui2jia1zou3hui2jia1baOCxxx$UNINTwhiningzhao3ruiruiwanr

2qu4xx$UNINTni3jiu4cou4huogen1wu1wanr2baang

1hai2shang4shang4shang4wai

4bianrwanr2qu4nahai2$Q:NQPder2der2der2$INTERJtui1jin4qu4kuai4zhetui1tui1jin4qu4xiu1che1qu4bakuai4dianr3ang1tui1jin4qu4eng

2whiningbu

4xiu

1che

1eng

2whiningbu

4xiu1che

1zhei4che1huai4lekuai4dianr3ni3kan4zhei4che1qian2gu2ludou1bu2zhuan4lekuai4xiu1xiu1qu4kuai4qu4kuai4qu4fussing and crying loudly$UNINTqi2qi2zan2qi2qi2qi2hao3lea

ba4bagei3ni3tui1jin4qu4a

1yi1er4zou

3ri

4f pushing ww on his tricyclemechanical noises$INTERJduang4$INTERJzou

3m laughs as f pushes ww to doorwayhigh, emphaticei1you

4deng1deng1deng3huir3da

MOTlaughsxing

2lexia4lai2crying loudly for 5.0$UNINTeng1$INTERJpanting then whimpering againkuai4bao4tang2lao3ya1wanr2qu4tang2lao3ya1ni3qiao2ni3qiao2hei1still fussing$UNINThigh, mimicking childzang1wei2weisilencehigh, mimickingqi3lai2high, mimickingyi

1kuai4zheyao4bu4yi1huir3tang2lao3ya1bu4gen1ni3wanr2lekuai4zhan4qi3lai2gruntsyi1er4san1qi3liftingfussing and crying$UNINTzuo4nar3$Q:QWgan4ma

2squeaking of door$Q:QWeng

2engeng

4eng$INTERJzuo4xiao3dengr4shang4qu4eng$INTERJeng

2che

1xiao3dengr4xiao3dengr4bie2che1lexiao3dengr

4nar4nar4nar4yi3zinar4ai

4$INTERJnar4ai

4zuo4hao3leang1whiningtadong

4wo3che

1ah

heng4laughta1dong4ni3che1a$Q:NQPta1bu4qi2ta1qi2bu4liao3ang1zhei4shi4wei2weiqi2ang1lai2guo4lai2you$INTERJta1zhan1wo3che

1eng4ni3che1eng4ni3che1mei2ren2dong4qiao2ni3kou

1jinr4degai1hui4hui2jiar1lecries loudly; f laughs, ww continues to cry; m laughs$UNINTlai2zhao3ba4bazhao3ba4bashei2qi1funi3le$Q:QWzhao3ba4bakuai4zhestill crying, louder now$UNINTni3qiao2ni3qiao2tang2lao3ya1ku1lesilencediao4yan3lei4lekuai4dianr3lai2.crying$UNINTni3ba3tang2lao3ya1gei3wo3bao4guo4lai2ba3lao3ya1gei3wo3bao4guo4lai2lao3ya1neww starts crawling on the floor$Q:QP:Nhai

1$INTERJyou3zen4mezou3daor

4dema

$Q:QP:Mkuai4qi3lai2wo3shu3yi1er4san1zan2jiu4qi3ang1yi

1er

4san1zen3memei2dong4jinr4an$Q:QWkuai4qi3kuai4qi3lai2fuss$UNINTlao3mao1lai2leang1yi1huir3tang2lao3ya1yao3ni3pi4guqu4gruntsrei

2rei$UNINTstarts crying loudly$UNINTlaughsstill crying$UNINTjiao4di4di4chu1qu4astil crying, sounds fake$UNINTni3chu1qu4gan4ma

2qu4a

4ww starts pulling on glass tabletop.$Q:QWhai

4$INTERJwo3kan4yi1huir3sui

4lezhei4bo1lisui4lezha1shou

3ang1zhei4kuair4bo1lisui4dao4sui4leta1yi1huir3zha1ni3shou

3cries loudly then stops$UNINTting1jian4mei2you3$Q:MEIei2gei3ni3xiao3ju2zihei1chi1ju2zif smacking his lips togetherwater sloshing soundsa

1niao

4qu4nei4bianrsa1qu4ww goes into washroomzhan4zhesa1ya

$Q:NQPzhan4zhesa1jiu4zhan4zhesa1baclattering soundMOTxiao3li4ya

$VOCFAang

2$Q:PRMPTMOTbie2bie2gua4chu1qu4MOTzher4sazher4sa3shang4shui3leww panting as he pees, m brings mop backFAeng

1$INTERJMOTzher4zher4MOTzher4sa1shang4niao

4lezher4FAxxx$UNINTpantinglei

3eh$INTERJbao4bao4bao4zheou

4en4bao4zheou

4FAnar3ya$Q:QWbao4zheou

4MOTeng2$Q:PRMPTMOTni3ni3ba

2yaba

2yaba

2ya

ba2ya

ba2ya

ba

2ba2yaba

2ba

2FAnar3ne

$Q:QWai

1$INTERJMOTyou4kuai4na2shou3zhi

3gei3ca1ca1bi2tibaei

4$INTERJei1youguo4he2lou

4guo4chang2he2lou

4guo4lai2guo4lai2guo4lai2guo4lai2m mopping floorei1you1he4$INTERJba1guo4he

2lou

4youyoueilaugh$INTERJhahaba

laughyi

1er4he2gruntingaieheh

$INTERJimitatingai

$INTERJimitatingai2ai4ai

$INTERJlai2dou1ta1mawei2zheni3zhuan4you4gruntinglaughsgua

4shang4tang2lao3ya

1eh$INTERJem

4$INTERJgua4shang4kan4kan4eh$INTERJgei

3diao

4le

jian3qi3lai

2gruntskuai4lai2ei1jian3qi3lai

2gei3grunting and pantingFAni3kan4laughai

4zuo4zher4hong3hong3tang2lao3ya1shui4jiao4pantinggei3gei3lao3ya1chang4yi2ge

yue4er2ming2kuai4chang4refusal fussem325

$INTERJkuai4chang4you

4laughbu2chang4hengjiu4shi

4chang4zhao3ba4balaughsfussyeng

2bu2chang4zhao3ba

4bazhao

3ma1maeng

2ng

4bu2chang4zhao3ma

1ma

1na4ni3chang4shen2meya

$Q:QWdaungr

4da4du1$UNINTchang4chang4yi2gegei3gei3lao3ya1hong3zhao2letapping soundchang4yi2yue4er2ming2chang4da

4da4chang4yi2yue4er2ming2chang4da

4da4eng4$INTERJchang4bachang4hang

1$Q:NQPgrunting and banging his stoolFAni3kan4ni3kan4ni3kan4ni3kan4zhen1 ta1+ma liu:2FApeng4shang4niu3yi2gegrunting as he bangs stoolzen3medun1ni3pi

4gu

1a

$Q:NQPlaughsteng

2bu4teng2a

$Q:VNVgruntskang2zheni3kan4zhei4ge

1bodou1neng2kai1xian

4leni3qiao2qiao2diao4leba

$Q:NQPqiao2nei4ge

1bogruntsga1zhiwo1r

armpitlaughlaughskai1xian

4lehui2tourang4lao3laogei3ni3feng2feng2qu4ei4$INTERJlaughsFAni3kan4ei1ya4$INTERJem

4$INTERJkuai4qi3lai2zhan4zher4hao3haorzuo4nar4chang4yi1ger1kuai4dianr3bu

4na4bu4gen1ni3hao3lena4yi1huir3da

3da2dada

2da$UNINTqi3lai2lu1gei4$UNINTni3jiu4tao2qi4badeng3huir3lao3mao1lai2lea1gruntslao3hu3lai2lou

1yao3ta1pi4gulai2lou4FAni3kan4ni3kan4FAduo2ta1macheng2xin1baFAni3kan4ni3kan4until m and f both laugh; m and f laughing, ww pantingzhei4shen2ma

jie

1zhei4a$Q:QWzai4wang3zhei4bianr1qiao2bani3shuo1ni3duo1tao

2bani3a$Q:NQPlaughs softly; ww gets up and walksmei2you3ni3zen4metao

2deletao2bu4tao2wa$Q:VNVgruntingwei2weitao2qi4bu4tao2qi4a$Q:VNVkang2zhezao3zhi1dao4ta1chuan3qir4laughhai2bu2laughzuo4zher4hao3haordai1huir3qu4neeng4eng4$INTERJkang2kang2zai4shang4dai

1dao

3san1 lou2em

4$INTERJFAni3kan4ni3kan4kan4FAeiyou

4$INTERJkang2zhekang2zheshang4san1lou

2lea

4$INTERJeng

4$INTERJlaughsgruntingkang2zheFAni3kan4ni3kan4ni3kan4laughyi1er4san1grunting as he tries to liftei

4$INTERJei4youhelaughs$INTERJlaughing; ww pantingFAni3kan4ni3kan4ni3kan4laughing softlyhai

1$INTERJhui2lai2guo4lai2shang4nar4gan4ma2qu4ww returns, panting$Q:QWai

4$INTERJlaughschen2bu4chen2a

$Q:VNVlaughinggruntingchen2jiu4sa1shou3ang1laughingei1youei4youhe4$INTERJgruntingwei

ww walks across room$INTERJFAni3kan4ni3kan4ni3kan4ni3kan4laughhai

4eh$INTERJkuai4guo4lai2ni3chou3ni3qiao2ni3qiao2inaudible, then laughs$UNINTbai2yabai

2$INTERJba

2ba

2yaeng

4xxxxba

2$INTERJxx$UNINTna4ni3you4gen1ta1ba2qu4lelaughgen1ma1maba2qu4ba

2gen1ma1maba2huir3qu4gen1ma1maba2huir3qu4gruntseh

$UNINTba

2you

1$INTERJna4ni3xxxduang1$INTERJgen1ta1ba

2laughni3qiao2ga4tang2ga4tang

2$UNINTni3shuo1ta1xxxxxxdu

4$INTERJlaughslaughsgruntinga

4$INTERJni3shuo1ni3duo1tao

2bani3ai

4$INTERJeheh$INTERJshang1shang4nar4zuo4qu4cryingengta1bu2yao4guo4qu

4ni3zuo4nei4xiao3dengr

4shang4qu4enh$INTERJwei2weirang4nei4lao3ya1zuo4xiao3dengr4shang4qu4ni3rang4ta1zuo4xiao3deng

4zishang4qu4ang4eng

4$INTERJgei3ta1zhao4zhang1xiang

4gei3ta1bai3yi2gezi1shizhao4zhang1xiang4ang1pantingba3nei4tui3na2shang4lai2mei2ta

1zuo

4shang4qu4lelaughmei

2a1yi2lou3zheta1gei3shei2zuo4nar4har$Q:QWpantingah

4xxx$INTERJlu4jian4lu4jian4lu1jiao

4le$UNINTeng1$INTERJbie2gei3ei4$INTERJlaughseini3qiao2laughs loudly then panting and gruntingkang2zheeng

4$INTERJei4ya4ei4ya4ei

4ya4$INTERJei1you4helaugh$INTERJni3shuo1ni3zhei4hai2ziyaww runs outguo4lai2bu4neng2shang4nei4bianr1wanr2qu4you4zou3lecallingkuai4guo4lai2callingwei2wei

kuai4chu1lai

2ww runs out, panting; laughssternlyguo4lai2clears throatzen3megei3ta1xiao3ban3dengr

4shang4qu4eiyou4$INTERJxxxxzhei4hai2zixxxxxxxxgruntheng

2lu

4eh$UNINTei1you4$INTERJcai

3grunting as he puts donald duck on stool$UNINTei

4gei3ta1zhao4zhang1xiang4zen3megei3$Q:QWzen3megei3zhao4xiang4lai2zheww panting$Q:QWgei3tang2lao3ya1zhao4zhang1xiang4gei3tang2lao3ya1zhao4zhang1xiang4gei3tang2lao3ya

zhao4en

2$Q:PRMPTgen1zher4gei3tang2lao3ya1zhao4zhang1xiang4kuai4zheww pantingai4nei

4ni4youzhei4bianr1zhe

1tengdelaughsdas

1dida

$UNINTda3ta1da3ta1pi4gu1lea

3ps for 2psdai1huir3lao3mao

1lai2lea

yellinge

1m and f both laugh; ww panting; banging sound$INTERJei4you4wo3zou4ni3lea

ww pantingdao3lepanting then laughingga4da2ga4da2ku

1ga4$UNINTsoft, inaudiblelaughsbu1$UNINTda4ta

3zhu4laughs$UNINTda4ta

3zhu4$UNINTxiang4hou4zhuan4eng4$INTERJeng

4$INTERJhahaxxx$UNINTlaughsxiang4hou4zhuan4laughing loudlyxiang4hou4zhuan

4gruntingxiang4hou

4zhuan4xiang4hou4zhuan4ww bumps his headyou$UNINTlaughscrying$UNINTlaughing as ww criesalso starts laughing as ww criesFAlaughfan1ge4gen1tou

2FAgen1nar3wanr2qu4$UNINTcrying loudly again$UNINTdao3ledao3ledao3ledao3ledou1shi4zi4ger3xxxxxxcrying loudly again$UNINTdao3ledao3ledao3ledao3lepo

4lalaughscrying loudly again$UNINTmei2shir4mei2shir4mei2shir4dao3ledao3ledao3lezou3lai2wanr2qu4xxx$UNINTxxx$UNINThai2zuo2mozuo2molaughao

4dao3ledao3ledao3lelaughde2lede2lede2lede2le$INTERJcrying again$UNINTdao

3ledao3lexxxlaughs as ww continues cryingni3zai4kan4shen2me$Q:QWwei2weimei2shir4mei2shir4suan4leang4coughs then cries again$UNINTdao

3ledao3ledao3lewanr2qu4eng4dao3ledao3lelaughscrying$UNINTde

2lede2lede2lelaughlaughs$INTERJshei2nar4rang4ni3gen1nar4na2da4ding3lai2zhe$Q:QWlaughscrying againle

4yi2gebale

4yi2gem laughing and ww crying for 5.0gan4ma2ni3$Q:QWni3kan4ni3kan4lao3ya1ye3gen1nar4ku1lepanting, no longer cryingjiu4gei3ta1zhai1kou

4zinelaughyi1er4san1m laughingyi1er

4san1pantingFAni3kan4ni3kan4ni3kan4ni3kan4pa1shangr4leba$Q:NQPpa1shang4leba$Q:NQPei

4bu4xu3hao

1labu4neng2zai4hao1leda3zhu4pantingda3zhu4da3zhu4da3zhu4laughsda3zhu4starts crying againde2de2de2de

2$INTERJde2de

2$INTERJei2$INTERJwei2wei

$VOCni3kan4nei4xiao3wa2wanar3qu4le$Q:QWnei4xiao3wa2wane$Q:QP:Nner4mei2you

3lenar4nenar4nebu4dao3weng1ne$Q:QP:Nna2nei4bu4dao3weng1qu4ang1na4bu4dao3weng1nar3qu4le$Q:QWeh

2$INTERJke1nar3le$Q:QWlaughlaughsgei3ba4bazhi3zhi3ke1nar3la$Q:QWstill laughing, finisheseh

2$INTERJeng1bu4shuo1lebu4shuo1lebu4shuo1lebu4eng

1$INTERJlao

3shidelaughlao3shirleba

$Q:NQPlaughingstill whimperingzhei4hui2bu2nao4leba$Q:NQPlaughslaughscries$UNINTei1youei1you1rustling sound$INTERJteng2bu4teng2a

$Q:VNVting3zheai

4$INTERJbie2dong4leani3kan4diao

4lenar4qu4lekuai4jian3qi3ww gets down and walks over, picks sth up, pantingbie2ga1da1leang

1ga1da1leyi1huir3yi1huir3you4MOTgei3ta1ca1ba3lian3baMOTni3qiao2zhei4lian3zhei4zang1ou4laughseng

whiningjian

3yin1yan3+jing1yang3yang

a2$Q:PRMPTwhiningyan3jing

1gan4ma

2$Q:QWwhimpersFAta1rang4ni3gei3ta1bao

1shi4bu2shi4a$Q:VNVou

4nao3daishang4ding3zhea$Q:NQPxing2dai1hao3lebie2dong4huanrang1en

4$INTERJei4$INTERJxing2leww panting and walking aroundmei2leba

$Q:NQPlai2ca1ba3lian3fussingmei

2you

3le

eng$INTERJnar

3qu4le

$Q:QWdiao4nei4dianr3qu4rang4ni3ba4gei3ni3zhao3diao4nei4dianr3qu4lecrying$UNINTeng

2mei2you

3le

ang1zher4nezher4nezher4nezher4nezhei4zhei4zhei4ju2zisuan4shi

4wan2labie2zou3nar4lenar4hua

2yi1huir3you4you4shuai1zhelea

2gruntskuai4jian3qi3lai2jian3qi3lai2gen1nao3guar1ding3zhacrying$UNINTyouxxxx$INTERJyou4you4ei1you4$INTERJxxzen3melaww stops crying$Q:QWzen3mela$Q:QWstarts to cry again$UNINTma

1bie

2bao1zenie

1ai1bao1pir2bao1pir2bao1pir2zhei4ke3shi4zui4hou4yi2geleang1zai4xiang3chi1dou1mei2laslurredping

2guo

3em

1eng

1$INTERJbao1pi

2em

4$INTERJzai4qiqi

1chi1mei2eng1ge

1yi2 geleem4$INTERJminr2ba4bagei3ni3mai3ju2ziqu4chi1ang

1man3man

ma1+ma?mai

3deem4$INTERJba3zhei4gereng1dao4ga1lar2jiao3+luo4; cornernar4qu4nei4pi2dar4tair

2ga1+lar2ba3nei4pi2reng1nar4qu4reng1nei4ga1lar2nar4qu4ang1ei1you

ww runs to corner and throws orange peel on pile$INTERJzher4ye

3nai3naijia1you3gar4tar

2ga1+lar2eng

4$INTERJyou

4you3huo3lu

2zinai3naiji1jia1xxxxxxgar4tar

2ga1+lar2ai

4ai4ge1nar4jiu4cheng2lebu4xu3dong4labie2dong4bie2dong4letoppling soundguo4lai2chi1zhei4gelai2baguo4lai2gruntsguo4di4dao4yi1huir3hai2ke

1ni3kuai4qi3lai

2kuai4qi3lai

2bu4zhang3ji4xingni

3yai

1ei4grunting and panting$INTERJei1you

1pants$INTERJxxx$UNINThour1tao2hour1tao2deni3leMOTba3li3wu1deng1kai1kai1baFAkai1kai1bazhei4geguo4eh

4$INTERJqu4gen1li3wu1wanr2baqu4gen1li3wu1wanr

2babie2rang4ta1xxgen1li3wu1wanr2bawhiningengengunclearbu

2hui

4eng2$Q:PRMPTbu2hui

4bu2hui4shen2meya$Q:QWbu2hui4boi4zhewo3hui

4zheeng4$INTERJzi4ji3zhao4zhao4jing4zilong3long3tou

2ei2$Q:PRMPTzhao4zhao4jing4zilong3long3tou

2eng

1zai4nar

3le

$Q:QWjing4zizai4zher4neeng2$Q:PRMPTqu4zhao4zhao4jing4zike1nei4da4bao

1ke1da4bao1mei2you3$Q:MEIke1nar3la$Q:QWzhao4zhao4hong2mei2hong2ww panting$Q:VNVyou4gan4ma2qu4laww panting$Q:NQPyao4chi1ju

2zimei

2lazui4hou4yi2geni3gang1cai2ye3chi1lewo3yao4chi1ping2guo

3eng1qu4rang4ni3ma1gei3na2qu4gei3zhei4shi4ni3yao3denei4gehai1ban1deng4ziban1deng4zigan4ma2ne$Q:QWheng

1$INTERJza2zhejiao3ge1zher4ge1zher4lai

2ge1nar

4aini3ge1nar4rang4a1yi2zuo4zheang1$Q:NQPai4gei3a1yi2zuo4ni3shuo1zuo1zherang4a1yi2zuo4zuo4INVzuo4zhenote perfect imitation of m's modelbanging of stool as ww puts it down for rjiao4a1yi

2a$Q:NQPbu2yao

4ping2guo

3a

eng1chi1ju2zina2yi2ju2zizui4hou4yi2geang1zhei4zui4kzhei4ke3zhen1dezui4hou4yi2gelaa

zui4hou4yi

2geeng

4$INTERJzui4hou4yi

2gezui4hou4you4yi2geeng4zui4hou4yi2gezui4hou4you4yi2geeng

4$INTERJMOTgei3ta1ca1ca1bi2ziyou4guo4he2lem laughing as ww pantsguo4lai2kuai4guo4lai2ta1ma

denar4harchi1qu4lalaughm walks over to wipe ww's nosefussing loudlyai

eh$UNINTa

ehba4ba

eh$VOCeh

ba4bajia1qi3lai

2le

eng2$Q:PRMPTma1maba3zhei4jia

1qi3lai

2leeng4chi1baww eating then pantseng4$INTERJchi1bamei2hu2mei2you3hu

2rang4hai2leng2neng2chi

1la

eng4mei2eng

4$INTERJyou3hur2tu3chu1lai2ang

1eng

4$INTERJchi1baengbai

1laang1bai1zhebai1zhechi1eng

mei2mei2na2gair

4xiao4yi2gewei2weixiao4yi2gegei3a1yi2xxiao4yi2gexiao4yi2gekuai4laughslaughsxiao4yi2geei2ya4$INTERJzhuan4yun1leyi1huir3shuai1gen1toulai2ba4baFAxxxx$UNINTai4guo4lai2guo4lai2ba4baba3ni3shu1bao1gei3nong4nong4grunts loudlyzui4hou4yi2geehf taking off backpack$INTERJzui4hou4yi

2gechi1wan2jiu4wan2leang1$INTERJzui4hou4yi2gelou

1eng

4$INTERJzui4hou4yi2geeng4ww panting$INTERJqu4ca1ca1shou3qu4lai2ma1gei3ni3ca1ca1shou3kuai4lai2qu4qu4qu4qu4qu4ww runskuai4guo4lai2pao3lelai2ca1shou3lai

2in distanceei1you4$INTERJxxxx$UNINTwo3yao4chi1ping2guo

3whinywo3yao4chi1ping2guo3whinywo3yao4chi1ping2guo

3hahazher4hai2chi1ping2guo

3zher4bu4zuo

1zuo4letakes stoolang4nei4zui

3bu4xian

2zhezhe4fang4zher4fang4zher4rang4a1yi2zuo4zheban1chu1lai2gruntsshang4chuang

2hai1ni3zen3mechuan1xie2jiu4shang4chuang2ang4$Q:QWdu1you

you$UNINTba4ba

$VOCeh$INTERJxia4lai2gruntsxia4lai2gei3na2ping2guo

3wo3you3yao4chi1ping2guo3kuai4xia4lai2wo3yao4chi1jiji1bua4xi1+gua1eng1chi1xia4lai2gruntingxia4lai2gruntingxia4lai2grunting; ww walks back into living roomwo3xie2diao

4end of visit \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Data/transcripts/talkbank.xsd b/compling.core/data/Learning/Chinese Data/transcripts/talkbank.xsd deleted file mode 100644 index eb59546..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/talkbank.xsd +++ /dev/null @@ -1,2358 +0,0 @@ - - - - - This version of XML schema has been adapted by Eva Mok for use in a - computational language learning model. Main changes include: i) numbering of utterances - (subsumed by newer releases of the schemas available at the XML talkbank) ii) utterances split - into clauses at pauses iii) elaboration of entities present in the environment and their - attributes iv) allowing the enumeration of the initial setting at the start of the transcript - v) allowing the annotation of events using the "e" tag designed specifically for the learning - model - The current version defines two types of documents: the global elements - below... The global types are available for reusing through schema type extension/restriction. - The most up to date document definition is CHAT, it is also the richest in structure. Ideally, - each group should develop a schema module defining the structure of their specific (class of) - annotations, this schema should be an assembly of their definitions. - Developed by Romeo Anghelache, from the CHAT specifications, released under - the GNU Public License, 2001. Continuing development by Franklin Chen. - - - - - - - - - - - - @Participants; a structure enumerating the beings - participating - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 31 March 1999 is formatted as 1999-03-31 - - - - - this work might be done in an extended interval of time; a duration of - 1 year, 2 months, 3 days, 10 hours, and 30 minutes, one would write: - P1Y2M3DT10H30M - - - - - - - - - - - - - - - e.g. when you write russian words using english characters, then - Lang="ru" and Script is "en" - - - - - - - - - - - - an AIF document, see http://morph.ldc.upenn.edu/AG/doc/xml/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - administrative descriptions, reused from Dublin Core - - - - - - - - - () in a word - - - - - - - - - precode at the beginning of an utterance; CHAT [- ...] - - - - - - - - - - unscoped code in the middle of an utterance; CHAT {...} - - - - - - - - - postcode at the end of an utterance; CHAT [+ ...] - - - - - - - - - - - - - - - - - - - - - allows semi structured extensions to the current set of annotations: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inlined annotations, the conventional CHAT symbols are listed - too - - - - - - - - - - - - - [!] - - - - - [!!] - - - - - ["] - - - - - [?] in CHAT, ( text ) in CA - - - - - [/] in CHAT - - - - - [//] in CHAT, - in CA - - - - - [///] in CHAT - - - - - [/?] - - - - - [/-] - - - - - quicker tempo, no CHAT equivalent, used in CA - - - - - slower tempo, no CHAT equivalent, used in CA - - - - - larger volume, louder, no CHAT equivalent, used in - CA - - - - - lower volume, no CHAT equivalent, used in CA - - - - - - - - - - - CA-style overlap - - - - - - - - fmc - - - - - fmc - - - - - - - - - - - fmc - - - - - fmc - - - - - - - - - - mark overlap scoping - - - - - - - - [>] - - - - - [<] - - - - - - - - - - - [*] or [* text] - - - - - - - ,, for %mor - - - - - - For %mor - - - - - - - - - - non verbal happenings - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - intended as a feature of a word, see also the CHAT conventional - notations - - - - - - - - - - - @ap - - - - - @b - - - - - @c - - - - - @cue - - - - - @d - - - - - @f - - - - - @fp - - - - - @g - - - - - @i - - - - - @inf - - - - - @ins - - - - - @k - - - - - @l - - - - - @m - - - - - @n - - - - - @nv - - - - - @o - - - - - @p - - - - - @pr - - - - - -s - - - - - @q - - - - - @s - - - - - @sc - - - - - @sas - - - - - @si - - - - - @sl - - - - - @t - - - - - @u - - - - - @x - - - - - @wp - - - - - - - - - - - a nonempty string - - - - - - - - - - temporary hack till we define language better, possibly using XML language - type - - - - - - - - - - syntactic structure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - the unit of a %mor line corresponding to a word (this element belongs to a - word element, but, if the precise correspondence is not yet established, these elements will - be present at the utterance level (contained in an utterance); - - - - - - - - - - - - - - - - - - - - - - - - - - %mor part of speech - - - - - - - - omitted, CHAT equivalent is 0 - - - - - - category - - - - - subcategory - - - - - - - - - - a %mor or %trn line - - - - - - - - - - - - - - - - two or more alternate morphemic groups; CHAT ^ - - - - - - - - - - a group of words in %mor - - - - - - - - - - - - - - - a single word or a compound word - - - - - - - - - - - - - - - - - - - - - a construct formed by words linked through clitic or compound e.g. - once+and+for+all - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - nonfinal tone marker - - - - - - - -, - - - - - -_ - - - - - -' - - - - - - - - - - - ,, - - - - - -: - - - - - - - - - - - structure used to let annotations to belong to more than one word, can be - recursive, although unnecessary: one can attach more than one annotations to a word, group - of words, or whole utterances - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon , clause delimiter [^c]; - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - the place to add research content - - - - - - - - - - - - - - a word - - - - - - - - - - - - - - - - - - - - equivalent of CHAT symbol @; - - - - - - - - - - the place to add research content - - - - - scoped symbols - - - - - - - - - an optional suffix - - - - - - - - - - - - - - - - xx - - - - - yy - - - - - xxx - - - - - yyy - - - - - www - - - - - 0 - - - - - - - 0word - - - - - 0*word - - - - - 00word - - - - - &; phonological fragment - - - - - &=; happening, such as sneeze - - - - - - - - - - - - utterance initiators or linkers; they indicate the way to fit the current - utterance with an earlier one, the CHAT conventional symbols are listed - too - - - - - - - +" - - - - - +^ - - - - - +< - - - - - +, - - - - - ++ - - - - - - - - - - - - - - a pointer to a selection in a video/audio file - - - - - - - - - - - - - - - - - - - - - frame - - - - - second - - - - - - millisecond - - - - - byte - - - - - character - - - - - - - - - - - - - + for mor - - - - - - word# - - - - - - - - - =word (English translation) - - - - - - - - - morphemes - - - - - - - - - suffix marker, CHAT equivalent is - - - - - - suffix fusion marker, CHAT equivalent is &; - - - - - - omitted affix, CHAT equivalent is -0 - - - - - incorrectly omitted affix, CHAT equivalent is - -0* - - - - - morphological category, CHAT equivalent is :, when used after - the stem - - - - - - - - - - - - - the beings along with their characteristics (age, sex...) - - - - - - - - - - - - - - - - - - - - - - other entities present in the environment, namely the objects (e.g. - furniture, toys) - - - - - - - - - - - specifying fillers for speech act annotation - - - - - - - - - - constructional part of the gold standard annotation for each - clause - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - specifying bindings of fields and values - - - - - - - - - - - - - - - - - - - - - - - - - stress, blocking etc. - - - - - - - - - - / - - - - - // - - - - - /// - - - - - : - - - - - ^ internal - - - - - ^ at beginning - - - - - *text* in CA - - - - - - - - - - - #, pause between words - - - - - the place to add research content - - - - - the place to add research content - - - - - - - - - - - - - - - [x number] in CHAT - - - - - - - - - - - - - - [c] clause-delimiter; - - - - - - - - - - - period, question, exclamation; basic utterance terminator; tone - terminator - - - - - - - - - - - - +. - - - - - +... - - - - - +..? - - - - - +!? - - - - - +/. - - - - - +/? - - - - - +//. - - - - - +//? - - - - - +"/. - - - - - +". - - - - - - - -? - - - - - -. - - - - - -! - - - - - -'. - - - - - -,. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a reference to a point/portion of a mute/action signal, e.g. 0 - - - - - - - semicolon, clause_delimiter [^c]; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - scoped symbols - - - - - - - - - - - the place to add research content - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - clitic or compound or reduplication markers in wordnet - - - - - - - compound, CHAT + - - - - - clitic, CHAT ~ - - - - - reduplication, CHAT ++ - - - - - hyphen, CHAT - - - - - - - - - - - clitic separators in morphemics - - - - - - - preclitic, CHAT $ - - - - - postclitic, CHAT ~ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a group of utterances having something in common, usually the - speaker - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - these are the (legacy) dependent tiers, %mor line is, now, - <morphemics> element - - - - - %add - - - - - %act - - - - - %alt - - - - - %cod; general purpose coding - - - - - %coh; cohesion tier - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - %com;[% text]; comments by investigator - - - - - - %eng - - - - - %err; error coding - - - - - [%exc ...] - - - - - %exp; [= text] - - - - - %flo - - - - - %fac - - - - - %gls - - - - - %gpx - - - - - %int - - - - - %lan - - - - - %ort - - - - - %par: - - - - - %: - - - - - %pho: - - - - - - %pht: - - - - - %mod: - - - - - [: text] - - - - - %def; on the main line, not recommended - - - - - %sit - - - - - %ssy - - - - - %spa - - - - - %spe - - - - - %tim - - - - - arbitrary annotations, intended as an extension - mechanism - - - - - %ton - - - - - %rom - - - - - %sdi - - - - - %sch - - - - - %sxx - - - - - - - - - - - - - - - - - No symbol - - - - - d - - - - - - - - - - # - - - - - ## - - - - - ### - - - - - - - - fmc should change to xs:duration - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - - - - For use for delimited material. A workaround for lack of overlapping - elements in XML. - - - - - Begin delimited material - - - - - End delimited material - - - - - Begin and end delimited material (degenerate case) - - - - - - - - Underline arbitrary content - - - - - - - - - - - - - Italic arbitrary content - - - - - - - - - - - - - Bold arbitrary content - - - - - - - - - - - - - Long feature <TAG material TAG>for Santa Barbara; other - begin/end features - - - - - - - - - - - - - Nonvocal <<TAG material TAG>>for Santa - Barbara - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/testSet1.xml b/compling.core/data/Learning/Chinese Data/transcripts/testSet1.xml deleted file mode 100644 index 429719d..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/testSet1.xml +++ /dev/null @@ -1,33566 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - TXN plus TT - - This visit took place just after M and WW had breakfast. They spend most of the visit outside where WW wants to play with his friends, - but his one friend (XingXing) hasn't come out yet. On their second trip outside, WW ends up playing in the sand while M talks to an older woman - from the neighbouring apartment building. The older woman has a 6+8 month old grandchild who she has in a stroller while she is outside - talking with WW's mother. WW has some brief (mostly nonverbal) interactions with this child towards the end of the visit. - - WW's mother only has a 5th grade education and does not work full-time, so is the primary caregiver for WW. - His father works in a factory as a welder and they live in a factory-provided low-rise apartment building. - - - - - - - - - hao3le - - - - - - - - 好了 - - - - - - - - - - - - - - sound of car horn honking in background - - - - - xia4lou2wanr2qu

4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - em4 - - - - - - - - 厄 - - - - - - - - xia4lou2wanr2qu4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sound of footsteps, ww playing with something - - - - - xia4lou

2wanr

2qu

4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xia4lou2wanr

2qu

4 - - - - - - - - 下樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hao3 - - - - - - - - 好 - - - - - - - - - - - - - - - - na4wo3men2jiu4xia4lou

2ba - - - - - - - - é‚£æˆ‘å€‘å°±ä¸‹æ¨“å§ - - - - - - - - - - - - - - - - - - - zou3 - - - - - - - - èµ° - - - - - - - - - - - - - - - xia4lou2 - - - - - - - - 下樓 - - - - - - - - - - - - - - - - - - - na4ma

1ma

$VOC - - - - - - - - 那媽媽 - - - - - - - - - - - ang4en

ma1mazou3le

- - - - - - - - 啊媽媽走 - - - - - - - - - - - - - ww walking around - - - - - kuai4lai2 - - - - - - - - 快來 - - - - - - - - - - - - - - - - - - - xiang3chu1lou2wanr

2qu4 - - - - - - - - 想出樓玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVba3men2zhuang4shang4jiu4xing2le - - - - - - - - 把門撞上就行了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MOTjiu4zhei4yangr4$Q:INT - - - - - - - - 就這樣 - - - - - - - - - - - INVei4 - - - - - - - - 欸 - - - - - - - - zhuang4shang4jiu4xing2le - - - - - - - - 撞上就行了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - r slams the door behind them - - - - - - - - - - - INVxing2le - - - - - - - - 行了 - - - - - - - - - - - - - - - - - - - - zou3a - - - - - - - - 走啊 - - - - - - - - - - - - - - - - - - wabao4zher

- - - - - - - - 娃抱著 - - - - - - - - - - - - - - - - - - - hai2bao

4zhe - - - - - - - - 還抱著 - - - - - - - - - - - - - - - - - - - - - - m liftingai

you

4 - - - - - - - - 唉 - - - - - - - - ahn

- - - - - - - - 啊 - - - - - - - - m carries ww past two older children, aged 4 or 5, playing in haoc, sound of trucks going by in lane$INTERJ - - - - - - - - - - - - humminghmmm

- - - - - - - - ㄇ - - - - - - - - $INTERJ - - - - - huo

4 - - - - - - - - 或 - - - - - - - - bei1xiao3shu1baor1la - - - - - - - - èƒŒå°æ›¸åŒ…啦 - - - - - - - - - - - - - - - - - ha

4$INTERJ - - - - - - - - 哈 - - - - - - - - - - shei2you4bei1xiao3shu1baor1le

- - - - - - - - 誰åˆèƒŒå°æ›¸åŒ…了 - - - - - - - - - - - - - - - - $Q:QW - - - - - an

2 - - - - - - - - 啽 - - - - - - - - m carrying ww towards stairs$Q:PRMPT - - - - - - - - - - - - - - - - coughs; m starts down the stairs with ww, r teasing ww with pen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVfussyou4wa

$UNINT - - - - - - - - åˆå¨ƒ - - - - - - - - - - - ai4you - - - - - - - - 唉喲 - - - - - - - - ai4you - - - - - - - - 唉 - - - - - - - - youyouyouyouyou$INTERJ - - - - - - - - 喲喲喲喲喲 - - - - - - - - - - - - - - - sniffs - - - - - lao3lie

1bershen2meya$Q:QW - - - - - - - - è€å’§æ†‹ç”šéº¼å‘€ - - - - - - - - - - - - - - - - - chu1tang4menr

2lai2jiu4ku

1le - - - - - - - - 出趟門來就哭了 - - - - - - - - - - - - - - - - - offering pen - - - - - yao4bu2yao4 - - - - - - - - è¦ä¸è¦ - - - - - - - - - - - - - - - - $Q:VNV - - - - - INVyao

4 - - - - - - - - è¦ - - - - - - - - - - - - - - - - - - yao4a

- - - - - - - - è¦å•Š - - - - - - - - - - - - - - - - $Q:NQP - - - - - qu4na2bi

3 - - - - - - - - 去拿筆 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yao4bu2yao4$Q:VNV - - - - - - - - è¦ä¸è¦ - - - - - - - - - - - - - - - - - - INVbu4a - - - - - - - - ä¸å•Š - - - - - - - - - - a2 - - - - - - - - 阿 - - - - - - - - m stioc carrying ww downstairs, r foocowing$Q:PRMPT - - - - - na4ni3jiu4huan2gei3a1yi2 - - - - - - - - 那你就還給阿姨 - - - - - - - - - - - - - - - - - they have reached the bottom of the stairs - - - - - you

4$INTERJ - - - - - - - - åˆ - - - - - - - - - - dou1mei2ren

2ne - - - - - - - - 都沒人呢 - - - - - - - - - - - - - - - - - - - mei2renr2xia4lai2ni - - - - - - - - 沒人下來呢 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - mei2renr2xia4lai

2niu - - - - - - - - 沒人下來嗕 - - - - - - - - - - - - - - - - - - - - - - - - - - - a

1$INTERJ - - - - - - - - 啊 - - - - - - - - - - na4shang4nar3wanr2qu4 - - - - - - - - 那上哪玩去 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zan2men - - - - - - - - 咱們 - - - - - - - - - $Q:QW - - - - - an

2 - - - - - - - - 啽 - - - - - - - - $Q:PRMPT - - - - - soft, putting him downxia4di4wanr2ba - - - - - - - - ä¸‹åœ°çŽ©å§ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - 來 - - - - - - - - - - - - - - - fussingen

a

emg

$UNINT - - - - - - - - 嗯啊呃 - - - - - - - - - - lao3rang4bao4zhenar3xing2a

$Q:QW - - - - - - - - è€è®“抱著哪行 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - stioc fussing, softly, ends$UNINT - - - - - bu4gen1ni3hao3lea - - - - - - - - ä¸è·Ÿä½ å¥½äº†å•Š - - - - - - - - - - - - - - notice use of "ta1" - - - - - wo3mai3hao3chi1dequ4le - - - - - - - - 我買好åƒçš„去了 - - - - - - - - - - - - - - - bu4gei3ta1chi1 - - - - - - - - ä¸çµ¦å¥¹åƒ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussing louderen

2$UNINT - - - - - enni3chou3 - - - - - - - - 嗯你醜 - - - - - - - - - - - - - - ni3chou3nei4nai3nailai2le - - - - - - - - 你醜哪奶奶來了 - - - - - - - - - - - - - - - - - - - - - - - - - - - - gai1shuo1ni3shei2reg., creakyzen3melao3rang4bao4zheya

$Q:QW - - - - - - - - 該說你誰怎麼è€è®“抱著呀 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a2$Q:PRMPT - - - - - - - - 阿 - - - - - - - - - - kuai4liang3sui4le - - - - - - - - 快兩歲了 - - - - - - - - - - - - - - hai2rang4bao4zhe - - - - - - - - 還讓抱著 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussen

- - - $UNINT - - - - - tsch$INTERJ - - - - - - - - 哧 - - - - - - - - - - nai3nailai2le - - - - - - - - 奶奶來了 - - - - - - - - - - - - - - - ni3kan4zhe - - - - - - - - 你看這 - - - - - - - - - - - - - - - - - ni3kan4kan4kan4kan4kan4 - - - - - - - - 你看看看看看 - - - - - - - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - 你看 - - - - - - - - - - - - - - - - - lai2le - - - - - - - - 來了 - - - - - - - - - - - - - lai2le - - - - - - - - 來了 - - - - - - - - - - - - - lai

2le - - - - - 來了 - - - - - - - - - - - - - - - - - - lai2mei2lai2ya - - - - - - - - 來沒來呀 - - - - - - - - - - - - - $Q:VNV - - - - - fussingem

baor4zher

a

- - - - - - - - 嗯抱著啊 - - - - - - - - - - - - - - - - - - fussbao

4zhe

- - - - - - - - 抱著 - - - - - - - - - - - - - - - - - - tschni3jiu4rang4bao4zhe - - - - - - - - 哧你就讓抱著 - - - - - - - - - - - - - - - - - - - - - - - - - - - zen3melaughai2you

- - - - - - - - 怎麼唉唷 - - - - - - - - ww silent$Q:QW - - - - - whinybao

4zhe

a

- - - - - - - - - - - - - - - - - tsch$INTERJ - - - - - - - - - - - - - - - - - ei4$INTERJ - - - - - - - - - - - - - - - - - whinyen

bao4zhe

ar

- - - - - - - - - - - - - - - - - bao4zheao

4 - - - - - - - - - - - - - - - - - lao3rang4bao4zhehai2xing2lea

$Q:NQP - - - - - - - - - - - - - - - - - stioc fussingen

$UNINT - - - - - - - - - - - - - - - - - bao

4zhar - - - - - - - - - - - - - - - - - en

en$INTERJ - - - - - - - - - - - - - - - - - bao

4zheen

bao4zhe

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en$INTERJ - - - - - - - - - - - - - - - - - baor4zheen - - - - - - - - - - - - - - - - - bao4zhegan4ma2ya - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - enbao

4zher

- - - - - - - - - - - - - - - - - na4baor

4zhe - - - - - - - - - - - - - - - bao4zhe - - - - - - - - - - - - - - - bao4zhe - - - - - - - - - - - - bao4zhera - - - - - - - - - - - - - - - - - - - - - - - - clears throat - - - - - bao4zhegan4ma

2qu4ya$Q:QW - - - - - - - - - - - - - - - - - an

2 - - - - - - - - - - - - - - - $Q:PRMPT - - - - - - - - - - - - - - - - - gan4ma

2qu4ya - - - - - - - - - - - - - - - two girls walk by and laugh$Q:QW - - - - - - - - - - - - - - - - - wai4bianrmei2renr

2na - - - - - - - - - - - - - - - boys voices in background - - - - - - - - - - - - - - - - - zan2shang4nar3wanr2qu4ya - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - en

2 - - - - - - - - - - - - - - - $Q:PRMPT - - - - - - - - - - - - - - - - - shang4nar3wanr2qu4ya$Q:QW - - - - - - - - - - - - - - - - - ni3qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai2kan4kan4xin1xinqi3lai2mei2qi3lai2a$Q:VNV - - - - - - - - - - - - - - - - - zan2jiao4xin1xinqu4ba - - - - - - - - - - - - - - - - - engeng

$INTERJ - - - - - - - - - - - - - - - - - ni3jiao4xin1xin - - - - - - - - - - - - - - - shuo1chu1lai

2 - - - - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - ni3jiao4xin1xinqu4a - - - - - - - - - - - - - - - - - OCxin1xian

1xin1+xin - - - - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - - - - humsehn

henhenhen

$INTERJ - - - - - - - - - - - - - - - - - wo3dao3zhao3xin1xin

- - - - - - - - - - - - - - - enhen

- - - - - - - - - - - - - - - - - - - - zou3shang4a - - - - - - - - - - - - - - - - - ni3dao4ta1menjia1men2kou3jiao

4ta1jiu4xing2le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4jiao4 - - - - - - - - - - - - - - - - - en

enen$INTERJ - - - - - - - - - - - - - - - - - jiao4ta1 - - - - - - - - - - - - - - - shuo1chu

1lai

2 - - - - - - - - - - - - - - - - - OCchu

1lai

2 - - - - - - - - - - - - - - - - - jiao4xin1xin

- - - - - - - - - - - - - - - - - OCxin1xin

$VOC - - - - - - - - - - - - - - - - - ni3da

4dianr3shengr1 - - - - - - - - - - - - - - - - - ta1ting1bu2jian4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en$INTERJ - - - - - - - - - - - - - - - - - ni3da4dianr3shengr1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3da4dianr3shengr1jiao4ta1 - - - - - - - - - - - - - - - - - ni3shuo1chu1lai

2 - - - - - - - - - - - - - - - - - en

$INTERJ - - - - - - - - - - - - - - - - - ni3shuo1wo3zhao

3ni3wanr2lai2la

- - - - - - - - - - - - - - - - - OCenzhao3ni3wanr

2de

a

- - - - - - - - - - - - - - - other female teocing another child "zou3 .ba!" - - - - - - - - - - - - - - - - - tsch$INTERJ - - - - - - - - - - - - - - - - - mei2renr2 - - - - - - - - - - - - - - - - - zan2shang4lou

2a - - - - - - - - - - - - - - - - - xing2ma$Q:QP:M - - - - - - - - - - - - - - - - - fussingen

2$INTERJ - - - - - - - - - - - - - - - - - shang4lou

2le - - - - - - - - - - - - - - - zan2men - - - - - - - - - - - - - - - - - tsch$INTERJ - - - - - - - - - - - - - - - - - dai1huir3zai4xia4lai2 - - - - - - - - - - - - - - - - - xing2bu4xing

2 - - - - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - - - - fussingem

$UNINT - - - - - - - - - - - - - - - - - na4mei2ren

2na

- - - - - - - - - - - - - - - - - na4shang4lou

2ba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xing2bu4xing2$Q:VNV - - - - - - - - - - - - - - - - - fussingem

$INTERJ - - - - - - - - - - - - - - - - - bu4xing2a

- - - - - - - - - - - - - - - - - na4dededede$INTERJ - - - - - - - - - - - - - - - - - dou1mei2chu1lai2ne

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na4tang2wei2jie3jiegen1nei4geshei

2 - - - - - - - - - - - - - - - - - jiu4shi4tang2nei4renr

2 - - - - - - - - - - - - - - - xin1xinhai2mei2chu1lai2ne - - - - - - - - - - - - - - - - - - - - na4$INTERJ - - - - - - - - - - - - - - - - - kan4jian4lea

$Q:NQP - - - - - - - - - - - - - - - - - na4shi4ta1ba

4ba

4 - - - - - - - - - - - - - - - - - soft, highta1ba

4zai4jia1na4bu2rang4ta1chu1lai2la4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussingen

em

yao4xin1xin

$INTERJ - - - - - - - - - - - - - - - - - en

4bu2rang4ta1chu1lai2la4 - - - - - - - - - - - - - - - - - an

4$INTERJ - - - - - - - - - - - - - - - - - eigen1wo3wanr2ba - - - - - - - - - - - - - - - - - bu4xu3ta1chu1qu4le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bu4xu3chu1qu4en

- - - - - - - - - - - - - - - - - ang

4$INTERJ - - - - - - - - - - - - - - - - - bu4xu3chu1lai2leabout xx - - - - - - - - - - - - - - - - - bu4xu3chu1lai2 - - - - - - - - - - - - - - - - - ang

4 - - - - - - - - - - - - - - - ta1ba4gen1ta1wanr

2ne - - - - - - - - - - - - - - - - - ha1ta1wanr

2ha

4 - - - - - - - - - - - - - - - - - a

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ta1ba4bu2rang4ta1chu1lai2le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wu2bu2rang4chu

1lai2 - - - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - na4xin1xin

1 - - - - - - - - - - - - - - - - - ta1ba

4ayao4shi4chu1qu4cai2 - - - - - - - - - - - - - - - - - ta1ma1cai2dai4ta1chu1lai2ne - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OCna4xin1xin

1$Q:INT - - - - - - - - - - - - - - - - - ei2ya4$INTERJ - - - - - - - - - - - - - - - - - ni3lao3rang4bao

4zher - - - - - - - - - - - - - - - duo2 - - - - - - - - - - - - - - - - - - - - ni3xia4qu4zou3zou3 - - - - - - - - - - - - - - - xing2bu4xing2$Q:VNV:T - - - - - - - - - - - - - - - - - fussingem

2$INTERJ - - - - - - - - - - - - - - - - - bu4gen1ni3hao

3le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na4zan2hui2jia1ba - - - - - - - - - - - - - - - - - zan2zhao3lu4lu4ge1ge

wanr

2qu4 - - - - - - - - - - - - - - - - - xing2bu4xing

2$Q:VNV - - - - - - - - - - - - - - - - - fussem

$INTERJ - - - - - - - - - - - - - - - - - lu4lu4ge1gezai4jia1ne - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ang

2$Q:PRMPT - - - - - - - - - - - - - - - - - qu4bu2qu4 - - - - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - - - - fussen

2em

4$INTERJ - - - - - - - - - - - - - - - - - zhao3lu

4lu4ge1gewanr2qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na

4$INTERJ - - - - - - - - - - - - - - - - - xing2bu4xing

2$Q:VNV - - - - - - - - - - - - - - - - - xing

2 - - - - - - - - - - - - - - - - - xing2 - - - - - - - - - - - - - - - na4jiu4zou3 - - - - - - - - - - - - - - - - - - - - mei2ren2 - - - - - - - - - - - - - - - - - shi4ba

$Q:NQP - - - - - - - - - - - - - - - - - mei2ren

2 - - - - - - - - - - - - - - - - - mei2ren

2 - - - - - - - - - - - - - - - - - mei2ren

2eh - - - - - - - - - - - - - - - - - wei2weini3gei3a1yi2shuo1yi2gea

rre

- - - - - - - - - - - - - - - - - ge1denei4getang2shi1ba - - - - - - - - - - - - - - - - - ni3shuo1chu

2he

2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shuo1yi2ge - - - - - - - - - - - - - - - - - ri4dang1wu

3 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - kuai4shuo1ya

- - - - - - - - - - - - - - - ww touches m's microphone - - - - - - - - - - - - - - - - - gao

4 - - - - - - - - - - - - - - - touches microphone again$UNINT - - - - - - - - - - - - - - - - - hao3haorshuo1 - - - - - - - - - - - - - - - - - kuai4dianr3gei3a1yi2shuo1yi2ge - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - m walking into building, echo - - - - - - - - - - - - - - - - - bu4yuan2yi4yuan4+yi4 - - - - - - - - - - - - - - - shi4bu2shi4a - - - - - - - - - - - - - - - m walking up the stairs$Q:VNV:T - - - - - humminghmm

1 - - - - - - - - - - - - - - - hmmm

- - - - - - - - - - - - - - - m climbing stairs, stioc carrying ww$INTERJ - - - - - ememem2em4$INTERJ - - - - - - - - - - - - - - - - - ni3jiu4lei4wo3bani3 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - - laughing softly - - - - - qu4 - - - - - - - - - - - - - - - xia4di4 - - - - - - - - - - - - - - - - - ni3bu2yao4zhao3ge1gewanr2ma - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - fussingem

$INTERJ - - - - - - - - - - - - - - - - - zhao3lu4lu4ge1gewanr2qu4ya - - - - - - - - - - - - - - - - - fussingem

$INTERJ - - - - - - - - - - - - - - - - - ni3jiao4qu4yalu4lu

4 - - - - - - - - - - - - - - - - - OClai

2 - - - - - - - - - - - - - - - - - OCgen1wo3wanr2lai

2 - - - - - - - - - - - - - - - "lu" refers to lu4+lu4 - - - - - - - - - - - - - - - - - OCxxx$UNINT - - - - - - - - - - - - - - hai2kan4lu4lu4gan4ma2ne - - - - - - - - - - - - - - - lu playing in haocway, banging sounds$Q:QW - - - - - - - - - - - - - - - - - ni3yao4wanr2ma$Q:QP:M - - - - - - - - - - - - - - OCni3hao

3 - - - - - - - - - - - - - - - lu4lu4a

$INTERJ - - - - - - - - - - - - - - - - - shei2lai2leoc making creaky laughing sounds in background$Q:QW - - - - - - - - - - - - - - OC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs; lu talking loudly to other child; hums - - - - - zhao3ma1ma

aa

- - - - - - - - - - - - - - - - - wag2$UNINT - - - - - - - - - - - - - - - - - engzhao3ma

1ma

- - - - - - - - - - - - - - - - - ma1makai1zhemen

2 - - - - - - - - - - - - - - - - - ao

4$INTERJ - - - - - - - - - - - - - - - - - fussingwo3zhao3ma1ma

- - - - - - - - - - - - - - - - - a4 - - - - - - - - - - - - - - - kai1zhemen

2zai4chu1qu4 - - - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - eng$INTERJ - - - - - - - - - - - - - - - - - slurredxxmen

2zai4chu

1$UNINT - - - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - kai1kai1men

2zai4chu1qu4 - - - - - - - - - - - - - - - - - - - - slurred, nasalen

yi2yi

2kuair

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ang

- - - - - - - - - - - - - - - wo3he

1shui

3 - - - - - - - - - - - - - - - - - you4he1shui

3ya

4$Q:NQP - - - - - - - - - - - - - - - - - ni3bu2shi4xia4lou2shi2hou4gang1he1wan2ma

- - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - whinyan

g$UNINT - - - - - - - - - - - - - - - - - wo3ke

3lou

- - - - - - - - - - - - - - - - - you4ke3la

$Q:NQP - - - - - - - - - - - - - - - - - ni3zen3meke3denem4mekuai4ya - - - - - - - - - - - - - - - m goes into kitchen to prepare bottle, ww in lr talking to r$Q:QW - - - - - - - - - - - - - - - - - INVna2zhi

3 - - - - - - - - - - - - - - - ji4xia4 - - - - - - - - - - - - - - - - - em24

$INTERJ - - - - - - - - - - - - - - - - - INVhuar4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INVeh

$INTERJ - - - - - - - - - - - - - - - - - ei

2$INTERJ - - - - - - - - - - - - - - - - - zhei4hao3kan4 - - - - - - - - - - - - - - - - - bu4neng2dong4ta1 - - - - - - - - - - - - - - - - - hao3bu4hao3 - - - - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - hao3ma - - - - - - - - - - - - - - - cicadas chirping in background$Q:QP:M - - - - - - - - - - - - - - yao4ma

1ma

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yao4ma1ma

- - - - - - - - - - - - - - - - - ma1ma1bu4shi4gei3ni3nong4shui

3nema

- - - - - - - - - - - - - - - m stirring tang in his bottle$Q:QP:M - - - - - - - - - - - - - - - - - ni3bu2shi4yao4he1shui3lema - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - fussen3en24

$UNINT - - - - - - - - - - - - - - - - - bu4he1ya

- - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - - - - he1shui

3ei - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - he1shui

3ei - - - - - - - - - - - - - - - - - ma

1ai

he1shui

3ei4 - - - - - - - - - - - - - - - m in kitchen, ww comes out again - - - - - - - - - - - - - - - - - kung1enkung - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - leng3le

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4qu4gei3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussen

2m$UNINT - - - - - - - - - - - - - - - - - en

2g$UNINT - - - - - - - - - - - - - - - - - ni3da3oun

1$INTERJ - - - - - - - - - - - - - - - - - soft fussen

2gmeng

4 - - - - - - - - - - - - - - - m fiocs bottle with water$UNINT - - - - - - - - - - - - - - - - - fussingem

2ma

4a

1en2en

4$UNINT - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussingem

2 - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - gei3ni3a

1 - - - - - - - - - - - - - - - - - fussem

- - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - lao3ong

4shen2meya

- - - - - - - - - - - - - - - neighbor children go out into haocway, voices in background; ww drinking from bottle$Q:QW - - - - - - - - - - - - - - - - - kuai4he1le - - - - - - - - - - - - - - - zhao3lu4luge1ge

- - - - - - - - - - - - - - - - - heiyoulu4luge1gechu1lai2ne - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai

2you3yi4xiao3jie3jie

- - - - - - - - - - - - - - - ww stioc drinking - - - - - - - - - - - - - - - - - shi4ba

$Q:NQP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunts while drinking - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs; children's voices in haocway - - - - - - - - - - - - - - - - - xiao3jie3jie

- - - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - ai

2$INTERJ - - - - - - - - - - - - - - - - - ni3qiao2 - - - - - - - - - - - - - - - - - xiao3jie3jiezhao

3ni3lai2le - - - - - - - - - - - - - - - - - xiao3jie3jie

- - - - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - - - - shi4ma

$Q:QP:M - - - - - - - - - - - - - - - - - ge1geye3zhao3ni3lai2le - - - - - - - - - - - - - - - older boy and girl in haocway playing on a tricycle - - - - - - - - - - - - - - - - - ni3men2wanr

2le

- - - - - - - - - - - - - - - - - wanr2zhei4gea

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wanr2zhei4geou

4 - - - - - - - - - - - - - - - - - zhen1dea

- - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - tsch$INTERJ - - - - - - - - - - - - - - - - - gan3kuai4he1a - - - - - - - - - - - - - - - - - em2em

- - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - you4tui

1wo3 - - - - - - - - - - - - - - - shi4bu2shi4a - - - - - - - - - - - - - - - ww continues drinking, children in haocway outside$Q:VNV:T - - - - - cheng

2xin

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3shi4bu2shi4cheng2xin1ya - - - - - - - - - - - - - - - ni3 - - - - - - - - - - - - - - - $Q:VNV - - - - - tsch$INTERJ - - - - - - - - - - - - - - - - - hao3haohe

1a

- - - - - - - - - - - - - - - - - fussen

4$INTERJ - - - - - - - - - - - - - - - - - tsch - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - whisperni3kan4shei2lai2le$Q:QW - - - - - - - - - - - - - - - - - whisperge1you4zhao3ni3gan4ma2lai2le - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - an

2pang

2$UNINT - - - - - - - - - - - - - - - - - whispera4 - - - - - - - - - - - - - - - zhao3ni3lai2le - - - - - - - - - - - - - - - - - wa

1 - - - - - - - - - - - - - - - xiao3di4dizen3mehai2bu4lai2ya

- - - - - - - - - - - - - - - children laughing and talking in haocway$Q:QW - - - - - INVkan4kan4qu

4 - - - - - - - - - - - - - - - - - hao3 - - - - - - - - - - - - - - - - - ni3kan4kan4qu4 - - - - - - - - - - - - - - - - - en

- - - - - - - - - - - - - - - kan4kan4qu4ba - - - - - - - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - - - - kan4kan4qu4 - - - - - - - - - - - - - - - other children laughing in haocway, one squeals and ww steps back - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sigh/laughs; ww stioc in haocway - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sneeze; older boy, about 4 or 5 years, talking in haocway - - - - - - - - - - - - - - kuai4he1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - he1wan2jiu4wanr

2qu4le - - - - - - - - - - - - - - - ang

4 - - - - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - ww drinking from bottle - - - - - chu

1qu4le - - - - - - - - - - - - - - - m in kitchen while ww goes back out to haocway - - - - - - - - - - - - - - - - - fuss/cryingan4an4anan

$UNINT - - - - - - - - - - - - - - - - - gan4ma

2ya

$Q:QW - - - - - - - - - - - - - - - - - emma1ma

1 - - - - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - - - - em2$Q:PRMPT - - - - - - - - - - - - - - - - - kan4jian4shei2le$Q:QW - - - - - - - - - - - - - - - - - ei4you4chi1shou

3 - - - - - - - - - - - - - - - - - eh

a

$INTERJ - - - - - - - - - - - - - - - - - you4you4you4$INTERJ - - - - - - - - - - - - - - - - - you4chi1shou3le - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - hai2chi1bu4chi1le$Q:VNV - - - - - - - - - - - - - - - - - eng

2kan4kan4 - - - - - - - - - - - - - - - - - kan4kan4 - - - - - - - - - - - - - - - - - kan4kan4ya$Q:NQP - - - - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - kan4kan4qu4 - - - - - - - - - - - - - - - m goes with him into haocway - - - - - em - - - - - - - - - - - - - - - kan4kan4qu4 - - - - - - - - - - - - - - - - - - - - kan4kan4 - - - - - - - - - - - - - - - - - MOTgan4ma2qu4you4$Q:QW - - - - - - - - - - - - - - OMMkan4kan4qu4 - - - - - - - - - - - - - - - - - MOTba3zhei4geshao1nei4gezao1 - - - - - - - - - - - - - - OMMa

4 - - - - - - - - - - - - - - - you4chu1qu4a - - - - - - - - - - - - - - - - - ou4da4ma1chu1qu4le - - - - - - - - - - - - - - - - - MOTgei3wang2hu4shan1lao3ren2song4dianr3fan4qu4 - - - - - - - - - - - - - - OMMou4ou4ou

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - dai1huir3gei3lu4luge1gezai4bu2zai4 - - - - - - - - - - - - - - - ang - - - - - - - - - - - - - - - $UNINT - - - - - fussen

$UNINT - - - - - - - - - - - - - - - - - gan4ma

2qu4ya

$Q:QW - - - - - - - - - - - - - - - - - fussem

$UNINT - - - - - - - - - - - - - - - - - ao4 - - - - - - - - - - - - - - - de2de2zan2hui2qu4na2yao

4shixia4lou2 - - - - - - - - - - - - - - - - - xing2leba$Q:NQP - - - - - - - - - - - - - - - - - fussemn2em

$UNINT - - - - - - - - - - - - - - - - - hui2qu4na2yao

4shiqu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - em

2 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - na

2jiao

4shi

3yao4+shi - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - - - - m grabs keys, they jingle$INTERJ - - - - - - - - - - - - - - - - - xia4bu2xia4qu4a

- - - - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - - - - eng2as if a refusal$INTERJ - - - - - - - - - - - - - - - - - bu2xia4qu4a$Q:NQP - - - - - - - - - - - - - - - - - bur

2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs; laughs and squeals; voices in distance - - - - - eh

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - vocalizingeh2eu

wai

ju

- - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - ei2wo3xia4lou

2 - - - - - - - - - - - - - - - - - en

- - - - - - - - - - - - - - - xia4lou2 - - - - - - - - - - - - - - - xia4lou2 - - - - - - - - - - - - - - gruntsen$INTERJ - - - - - - - - - - - - - - - - - zou3a

- - - - - - - - - - - - - - - - - fussingen

an

$UNINT - - - - - - - - - - - - - - - - - zhei4hai2zi - - - - - - - - - - - - - - - - - zou3a

1 - - - - - - - - - - - - - - - - - tou2zou

3 - - - - - - - - - - - - - - - - - a4 - - - - - - - - - - - - - - - ni3tou2tou2zou

3 - - - - - - - - - - - - - - - - - entou

2zou

3 - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - tou2lizou3 - - - - - - - - - - - - - - - - - entou

2zou

3 - - - - - - - - - - - - - - - - - an1 - - - - - - - - - - - - - - - man4dianr3le - - - - - - - - - - - - - - - ni3 - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - - - enenwo

1wo3zou3 - - - - - - - - - - - - - - - - - zou3a

1 - - - - - - - - - - - - - - - - - enen

bao4zher

- - - - - - - - - - - - - - - - - you4bao

4zhe - - - - - - - - - - - - - - - - - bao4zher

- - - - - - - - - - - - - - - - - whinybao

4 - - - - - - - - - - - - - - - zher

- - - - - - - - - - - - - - - - - lifting, strainingni3zen3melao3rang4bao

4zheya - - - - - - - - - - - - - - - m walking as she carries him; ww coughs$Q:QW - - - - - - - - - - - - - - - - - en

2 - - - - - - - - - - - - - - - $Q:PRMPT - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - - - - kan4 - - - - - - - - - - - - - - - kan

4ei1you - - - - - - - - - - - - - - - zhei4bu2shi4ke

2sou4shang4le - - - - - - - - - - - - ni3 - - - - - - - - - - - - $Q:NQP - - - - - enzhao3da4ma

1jie

1qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ah

4$INTERJ - - - - - - - - - - - - - - - - - zhao3da4ma

1le - - - - - - - - - - - - - - - - - whisperingzhao3da4ma

1le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qu4gei3nei4ge1gesong4dao4tuo1er2suo

3le

- - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - en

zhao3da4ma

1qu

4 - - - - - - - - - - - - - - - - - ao1 - - - - - - - - - - - - - - - na4bur2bu2 shi4da4ma1ma - - - - - - - - - - - - - - - $Q:QP:M - - - - - yi1huir3jiu4hui2lai2ang - - - - - - - - - - - - - - - m clears her throat; rhythmic clanging sound of metal in background - - - - - - - - - - - - - - - - - enenzhao3da4ma

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - na4bur2da4ma1ma - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - shi4bu2shi4a$Q:VNV - - - - - - - - - - - - - - - - - guo4shi4 - - - - - - - - - - - - - - - - - en2ne

enxia4lou2qu4 - - - - - - - - - - - - - - - - - shi4ba

$Q:NQP - - - - - - - - - - - - - - - - - shshi

4 - - - - - - - - - - - - - - - - - shi

4a

$Q:NQP - - - - - - - - - - - - - - - - - enm

$INTERJ - - - - - - - - - - - - - - - - - eizan2wang3zher4qu4 - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - zhei4hui2coughs - - - - - - - - - - - - - - - - - ei4cha4bu4duo1 - - - - - - - - - - - - - - - dou1chu

1lai2le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - - - - dou1chu

1lai2 - - - - - - - - - - - - - - - - - zan2xia

4qu4kan4kan4qu4 - - - - - - - - - - - - - - - - - ang

4$INTERJ - - - - - - - - - - - - - - - - - fussen

2en$UNINT - - - - - - - - - - - - - - - - - xia4rang4qu4kan4kan4qu

4 - - - - - - - - - - - - - - - - - a1 - - - - - - - - - - - - - - - xia4qu4kan4kan4qu4a - - - - - - - - - - - - - - - - - - - - zhei4hui2cha4bu4duo1dou1chdou1chu

1lai2le - - - - - - - - - - - - - - - - - dou1chu

1*omitted rvcle

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - chu1qu4ya

- - - - - - - - - - - - - - - m stioc carrying ww down the stairs$Q:NQP - - - - - - - - - - - - - - eneng

enenra

$INTERJ - - - - - - - - - - - - - - - - - lu

4lai

- - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - e4le

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - children outside shouting; laughs$INTERJ - - - - - - - - - - - - - - - - - imitating, highhihi

1 - - - - - - - - - - - - - - - ni3hai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - coughs; m continues carrying ww - - - - - - - - - - - - - - - - - yiyi4du1lai2la

2dou

3 - - - - - - - - - - - - - - - m sees an older woman tending to an infant$UNINT - - - - - - - - - - - - - - - - - OMMhe

4 - - - - - - - - - - - - - - - gang1hui2lai2ya

$Q:NQP - - - - - - - - - - - - - - - - - MOTin distancegan4ma2qu4ya

$Q:QW - - - - - - - - - - - - - - OMMwanr

2qu4 - - - - - - - - - - - - - - - - - OCjiu4gen1zhar4wanr2ya

- - - - - - - - - - - - - - - - - en4 - - - - - - - - - - - - - - - zou3zan2zhao3xiao3mei4mei4wanr2shang4qu4ba - - - - - - - - - - - - - - - - - fussingen

2em

4em

emn

en

$UNINT - - - - - - - - - - - - - - - - - zhei4bu2shi4xiao3mei

4mei

4ma

$Q:QP:M - - - - - - - - - - - - - - - - - fussen

2en

$UNINT - - - - - - - - - - - - - - - - - ni3chou3wen2wenzai4zhar4ne - - - - - - - - - - - - - - - - - ni3shuo1wen2wen

a

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3shuo1wo3zhao

3ni3wanr

2a - - - - - - - - - - - - - - - - - hai2bu4gan3kuai4xia4lai2 - - - - - - - - - - - - - - OMMlao3rang4bao

4zhe - - - - - - - - - - - - - - - - - MOTlei

4zhele - - - - - - - - - - - - - - fussingem

$UNINT - - - - - - - - - - - - - - - - - about wwbu2gan4 - - - - - - - - - - - - - - - - - nem4meda4ge4zile - - - - - - - - - - - - - - gen1zhema

1jiu4shi4 - - - - - - - - - - - - sa3jiao4 - - - - - - - - - - - - - - fussing$UNINT - - - - - - - - - - - - - - - - - an

4$INTERJ - - - - - - - - - - - - - - ni3qiao2nem4meda4ge4zilao3rang4bao

4zhe - - - - - - - - - - - - - - shei2xiang4ni3shi4de$Q:QW - - - - - - - - - - - - - - ni3shuo1shei2xiang4ni3shi4de$Q:QW - - - - - - - - - - - - - - ni3shuo1shei2xiang4ni3shi4dea$Q:QW - - - - - - - - - - - - - - lao3rang4bao4zhe - - - - - - - - - - - - - - shei2xiang4ni3shi4de$Q:QW - - - - - - - - - - - - - - xxma - - - - - - - - - - - - om asks m about recorder in next sequence$UNINT - - - - - - - - - - - - - - MOTzhei4gan4ma2ne$Q:QW - - - - - - - - - - - - - - laughzhei4shi4 - - - - - - - - - - - - - - OMMnei4shen2melu4yin

1ne - - - - - - - - - - - - - - - - - MOTa

2$Q:PRMPT - - - - - - - - - - - - - - OMMlu4yin

1ne - - - - - - - - - - - - - - - - - ei$INTERJ - - - - - - - - - - - - - - - - - MOTlaughei1you

lu4yin

1ne - - - - - - - - - - - - - - OMMa

4$INTERJ - - - - - - - - - - - - - - - - - rang4a1yi2bao4bao4 - - - - - - - - - - - - - - - hao3bamicrophone has faocen off$Q:NQP:T - - - - - - - - - - - - - - ei4you

$INTERJ - - - - - - - - - - - - - - - - - rang4a1yi2fang4fang4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MOTxin1li

3 - - - - - - - - - - - - - - - - - - - - - - - - - - OMMhalf laughem

- - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - MOTnei4tianr1wo3kan4ye3lai

2le - - - - - - - - - - - - hao3xiang4shi4ha$Q:NQP:T - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - OMMei

4$INTERJ - - - - - - - - - - - - - - - - - INVhao3xiang4shi4bu2lai2guo4yi1ci4ba

$Q:VBU - - - - - - - - - - - - - - OMMshi4 - - - - - - - - - - - - - - - shi4shi4 - - - - - - - - - - - - - - OMMlai

2guo4 - - - - - - - - - - - - - - - - - MOTshi4baha

$Q:NQP - - - - - - - - - - - - - - MOTwo3shuo1nei4tianr1wo3kan4jian4 - - - - - - - - - - - - - - OMMta1lai

2guo4 - - - - - - - - - - - - - - - - - MOThai2you3yi2ge - - - - - - - - - - - - - - MOThai2you3yi2ge

- - - - - - - - - - - - - - - - - - - - - - - - - - MOTta1shuo1 - - - - - - - - - - - - shuo

1 - - - - - - - - - - - - shuo1zhong1wen2 - - - - - - - - - - - - shuo1dezhen1hao3 - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - MOTzhei4yao4gan4ma2ya$Q:QW - - - - - - - - - - - - - - zhei4shi4 - - - - - - - - - - - - - - MOTzhei4ge

- - - - - - - - - - - - - - OMMren2xie

3ya

- - - - - - - - - - - - - - - - - MOTwo3zhi1dao4le - - - - - - - - - - - - - - MOTzhei4geshi

4kao3cha2shen2meya$Q:QW - - - - - - - - - - - - - - zhei4shi4 - - - - - - - - - - - - - - OMMzhu3yao4shi4yu3yu3yan

2 - - - - - - - - - - - - - - - - - babbling in background$UNINT - - - - - - - - - - - - - - OMMce4ce4ta1zhi

4lizen3meyang4 - - - - - - - - - - - - - - - - - MOTshi4ma

laugh$Q:QP:M - - - - - - - - - - - - - - OMMa

4$INTERJ - - - - - - - - - - - - - - - - - MOTzhi4shang1zen3meyang4laugh$Q:QW - - - - - - - - - - - - - - MOTxing

2a

1laugh - - - - - - - - - - - - - - OMMa

1$INTERJ - - - - - - - - - - - - - - - - - MOTlaughai1you

- - - - - - - - - - - - bu2yong4hua1qian

2 - - - - - - - - - - - - ce4zhi4shang1 - - - - - - - - - - - - laughs - - - - - xiao3wei2wei - - - - - - - - - - - - ni3zhi4shang1zen3meyang4a$Q:QW - - - - - - - - - - - - - - a

2$Q:PRMPT - - - - - - - - - - - - - - shi4yi1liur2dehai2shi4er4liur2de$Q:DIS - - - - - - - - - - - - - - OMMlaughslaughs - - - - - - - - - - - - - - - - - OMM - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - MOThai2ting3dou4 - - - - - - - - - - - - - - OMMhang

1 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - OMMhai2bu4gei3ni3men2gui1nur3ce4ce4 - - - - - - - - - - - - - - - - - MOTwo3men2nei4tai4xiao3ne

- - - - - - - - - - - - - - OMMem

1slight laugh$INTERJ - - - - - - - - - - - - - - - - - MOTlaughs heartily - - - - - - - - - - - - - - MOTdeng3wo3men2nei4da4dianr3le - - - - - - - - - - - - wo3menzai4ce4 - - - - - - - - - - - - - - - - - INVta1mennei4hai2bu2dao4yi2sui

4ne - - - - - - - - - - - - - - - - - INVgang1 - - - - - - - - - - - - - - - ji3geyue

4 - - - - - - - - - - - - - - - - - MOTshi4ba$Q:NQP - - - - - - - - - - - - - - - - - INVem

4children's voices in background$INTERJ - - - - - - - - - - - - - - - - - MOTte4hao3wanr2 - - - - - - - - - - - - - - INVhao3wanr2zhene - - - - - - - - - - - - - - - - - OC - - - - - - - - - - - - shouting in background$UNINT - - - - - - - - - - - - - - MOThai2chuan1lao3hu3xie2 - - - - - - - - - - - - - - - - - INVna

1agreeing$INTERJ - - - - - - - - - - - - - - - - - INVxiao3lao3hu3xie2 - - - - - - - - - - - - - - - ta1nai3naigei3zuo4delaugh - - - - - - - - - - - - - - - - - - - - INVta1lao3renr2shi4 - - - - - - - - - - - - - - - shi

4nei4shen2me - - - - - - - - - - - - - - - - - - - - INVzuo4huor2zuo4deting3qiao

3de - - - - - - - - - - - - - - - - - INVjiu4ai4zuo4zhei4gehuor

2 - - - - - - - - - - - - - - - - - MOTem

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - xiao3lao3hu3xie2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - vocalizes$UNINT - - - - - - - - - - - - - - - - - wa

1$INTERJ - - - - - - - - - - - - - - - - - nasalwanr

2ne

- - - - - - - - - - - - - - - - - ni3jiao4a1 - - - - - - - - - - - - - - - ni3jiao4a - - - - - - - - - - - - - - - - - zhei4jiao4da4ma1le - - - - - - - - - - - - - - - - - bu4neng2jiao4da4ma1 - - - - - - - - - - - - jiao4a1yi

2ba - - - - - - - - - - - - - - jiao4wo3ya

- - - - - - - - - - - - - - - - - - - - - - - - - - zhei4xiao3xiao3zir - - - - - - - - - - - - - - MOTei4youni3men2hai2you3nem4meduo1bao

1wa

$Q:NQP - - - - - - - - - - - - - - OMMa

4 - - - - - - - - - - - - - - - wen2ziyao3de - - - - - - - - - - - - - - - - - MOTou

1 - - - - - - - - - - - - ke3liao3bu4de2le - - - - - - - - - - - - - - MOTeizhei4shu1bao1duo1shao3qian2$Q:QW - - - - - - - - - - - - - - MOTshi2duo1kuai4ba$Q:NQP - - - - - - - - - - - - - - OMMren2jia1gei

3deleslight laugh - - - - - - - - - - - - - - - - - MOTem4 - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - hei1 - - - - - - - - - - - - hei1 - - - - - - - - - - - - hei1$INTERJ - - - - - - - - - - - - - - ni3zen3mebu4yuan2yi4ya

ref. to ww not saying ayi2$Q:QW - - - - - - - - - - - - - - em24

- - - - - - - - - - - - - - - ni3jiao4a1yi2lema$Q:QP:M - - - - - - - - - - - - - - - - - fussingem

jiao

4le

- - - - - - - - - - - - - - - - - ni3bu2ting3ai4shuo1hua4dema

- - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - OMMren4sheng

1 - - - - - - - - - - - - - - - - - MOTzher4gan4ma2ne$Q:QW - - - - - - - - - - - - - - zhei4shi4 - - - - - - - - - - - - - - OMMgei3ta1lu4yin

1ne - - - - - - - - - - - - - - - another older female says something in background - - - - - - - - - - - - - - - - - OMMta1ce4ce4ta1dezhi

4li4 - - - - - - - - - - - - - - - - - MOTem

4zhei4 shi4+$INTERJ - - - - - - - - - - - - - - OMMlu4shuo1hua

4 - - - - - - - - - - - - - - - zhei4shi4 - - - - - - - - - - - - - - - - - - - - MOTnei4gelu4lemo.ma$Q:QP:M - - - - - - - - - - - - - - OMMnei4gemei

2you3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - other adult-to-child and child voices in background; laughs - - - - - OCyou

4 - - - - - - - - - - - - you4fa1feng1la

$Q:NQP - - - - - - - - - - - - - - ni3xia4di4wanr2wanr2xing2bu4xing2a$Q:VNV:T - - - - - - - - - - - - - - - - - refusalem

2$UNINT - - - - - - - - - - - - - - - - - ei3 - - - - - - - - - - - - - - - xin1xin1ma3shang4jiu4chu1lai2le - - - - - - - - - - - - - - - - - - - - xing2bu4xing

2$Q:VNV - - - - - - - - - - - - - - - - - ai1gen1mei4mei4wanr2huir3qu4a - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OCgan4ma2he1leba

$Q:QW - - - - - - - - - - - - - - OCgan4ma2he1leba

$Q:QW - - - - - - - - - - - - - - ei2 - - - - - - - - - - - - nei4liar3zen3mejin4lai2de$Q:QW - - - - - - - - - - - - - - zen3mejin4qu4de$Q:QW - - - - - - - - - - - - - - OMMta1ma

1dao4xxx - - - - - - - - - - - - - - OCei4you - - - - - - - - - - - - ni3ma1gan4ma2qu4la

$Q:QW - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - kuai4dianr3a

- - - - - - - - - - - - - - - - - ou

4 - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - ba4bache

1zilou

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - clears throat - - - - - - - - - - - - - - - - - ni3xia4di4a - - - - - - - - - - - - - - - zhao3mei4mei4wanr2huir3qu4 - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - fussem

2em

$UNINT - - - - - - - - - - - - - - - - - cry/fussem

4$UNINT - - - - - - - - - - - - - - - - - ai

1ya

1$INTERJ - - - - - - - - - - - - - - - - - fussem

4wa

$UNINT - - - - - - - - - - - - - - - - - wo3zou

4ta1lea

- - - - - - - - - - - - - - - - - fussem

- - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - ei1you1 - - - - - - - - - - - - ni3zhei4shou3na2zhei4geduo2zang1a

- - - - - - - - - - - - - - - - - OMMinaudible, loud$UNINT - - - - - - - - - - - - - - OCou

4 - - - - - - - - - - - - ni3dou1xxxxxx - - - - - - - - - - - - other women's voices, talking about kids, older children in background shouting$UNINT - - - - - yao4gan4ma

2qu4ya - - - - - - - - - - - - - - - you

4$Q:QW - - - - - - - - - - - - - - - - - MOThua4huar

4ne - - - - - - - - - - - - - - OMMa

4laughs$INTERJ - - - - - - - - - - - - - - - - - ou2 - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - kuai4xia4di

4 - - - - - - - - - - - - - - - xing2bu4xing2a

$Q:VNV:T - - - - - - - - - - - - - - - - - fuss, nasalem

2em

- - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - fuss$UNINT - - - - - - - - - - - - - - - - - scolding him$UNINT - - - - - - - - - - - - - - lao3rang4bao

4zhe - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - - - nian

2hushang4wo3le - - - - - - - - - - - - - - - - - MOTjiu4guan

4zhene - - - - - - - - - - - - - - MOTkan4ta1xxxxxxta1ba4baxxxxfuss$UNINT $UNINT - - - - - - - - - - - - - - loud whisperya1ya1ya

1$INTERJ - - - - - - - - - - - - - - - - - fuss, loudem

$UNINT - - - - - - - - - - - - - - - - - bu2yao4 - - - - - - - - - - - - - - - - - crying now$UNINT - - - - - - - - - - - - - - - - - fussen

2en

4$INTERJ - - - - - - - - - - - - - - - - - shei2jia1dehai2zizen4mexx$Q:QW - - - - - - - - - - - - - - en2 - - - - - - - - - - - - $Q:PRMPT - - - - - - - - - - - - - - whisperzou3 - - - - - - - - - - - - - - - - - whisperzou3 - - - - - - - - - - - - - - - - - fussingem2em

- - - - - - - - - - - - - - - gei3wo3yao

4shi

4 - - - - - - - - - - - - - - - - - lai2gei3ni3yao4shir4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2xia4di4wanr2huir3 - - - - - - - - - - - - - - - xing2bu4xing2$Q:VNV:T - - - - - - - - - - - - - - - - - fussingem

4em

emem

1 - - - - - - - - - - - - - - - ww playing with keys$UNINT - - - - - - - - - - - - - - - - - OCem

4 - - - - - - - - - - - - beng

4 - - - - - - - - - - - - $INTERJ - - - - - OCxiao3mei

4mei

4 - - - - - - - - - - - - - - - shi4ba

$Q:NQP:T - - - - - - - - - - - - - - - - - OCshei2jiao4wen2wen2ya

$Q:QW - - - - - - - - - - - - - - - - - OCen

2$Q:PRMPT - - - - - - - - - - - - - - - - - OCzang1zang

1 - - - - - - - - - - - - - - OCeiyou$INTERJ - - - - - - - - - - - - - - - - - chou4wei2weini3gei3wo3xxxx - - - - - - - - - - - - - - OCyai

1$INTERJ - - - - - - - - - - - - - - - - - ni3gei3wo3xia4lai

2 - - - - - - - - - - - - - - OClaughs - - - - - - - - - - - - - - - - - xia4bu2xia4lai

2 - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - lao3lao

$VOC - - - - - - - - - - - - - - bu2xia4 - - - - - - - - - - - - wo3zou3ni3 - - - - - - - - - - - - - - ni3gei3wo3xia4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - ni3xia4lai2bu4xia4lai2 - - - - - - - - - - - - ni

3$Q:VNV - - - - - - - - - - - - - - ni3gei3wo3xia4lai2 - - - - - - - - - - - - - - crying$UNINT - - - - - - - - - - - - - - - - - hai1ni3bu4xia4lai2 - - - - - - - - - - - - - - wo3dai1huir3rang4xiao3mei4mei4ba3ni3shu1bao1gei3na2zou3 - - - - - - - - - - - - - - ni3qiao2zhede - - - - - - - - - - - - - - xia4bu4xia4lai2$Q:VNV - - - - - - - - - - - - - - xia4lai

2 - - - - - - - - - - - - - - OMMfuss/cryingeng

$UNINT - - - - - - - - - - - - - - - - - zou

4ni

3 - - - - - - - - - - - - - - ni3ku1 - - - - - - - - - - - - jiao

4huan4 - - - - - - - - - - - - - - OMMabout babytui1zheta1wanr2qu4le$Q:NQP - - - - - - - - - - - - - - - - - MOTen2$Q:PRMPT - - - - - - - - - - - - - - MOTa

4 - - - - - - - - - - - - dui4liu4yi4quanr1 - - - - - - - - - - - - - - MOTwo3gang1 - - - - - - - - - - - - wo3shuo1you3tai4yang2wo3dai4ta1shai4huir3qu4 - - - - - - - - - - - - - - MOTmei2you3le

- - - - - - - - - - - - you4 - - - - - - - - - - - - - - OMMke3bu2shi4ma

$Q:QP:M - - - - - - - - - - - - - - - - - MOTda4yi1tianr1jiu4zen4meyi1huir

3 - - - - - - - - - - - - - - - - - - - - - - - - - - OMMni3yao4zao

3chu1lai2yi1huir3 - - - - - - - - - - - - - - - jiu4hao3le - - - - - - - - - - - - - - - - - MOTshi4ba$Q:NQP - - - - - - - - - - - - - - fussem

4em

2yao

4shi

4 - - - - - - - - - - - - - - - - - OMMwo3cong2qi1dian3ban4kai1shi3mei2xian2zhe - - - - - - - - - - - - - - - - - OMMchi

1dianr

3nai

3 - - - - - - - - - - - - - - - shen2mede - - - - - - - - - - - - - - - - - fussingem

2wo3jie3zhang1xie3 shang4 - - - - - - - - - - - - - - - - - fusswo3jie3zhang

1 - - - - - - - - - - - - - - - wo3jie

zhang - - - - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - - houei4$INTERJ - - - - - - - - - - - - - - - - - OMMzhong

1wu

3tai4yang2te4zu

2 - - - - - - - - - - - - - - - shi4 - - - - - - - - - - - - - - - - - MOTtai4re

4ya - - - - - - - - - - - - - - MOTshi4zhong1wu3nei4huir3tai4re4xxxx - - - - - - - - - - - - - - OMMgei3ta1shai4yi1huir

3jiu4xing2 - - - - - - - - - - - - - - - - - em

1$INTERJ - - - - - - - - - - - - - - - - - MOTnei4gexxxxxxxxxx$UNINT - - - - - - - - - - - - - - OMMlao3rang4dai

1zhe - - - - - - - - - - - - - - - duo2re4ya - - - - - - - - - - - - - - - - - MOTa

1agreeing$INTERJ - - - - - - - - - - - - - - OMMshai4yi1huir3jiu4xing

2 - - - - - - - - - - - - - - - - - MOTni3shuo1nei4huir3xia4tian1 - - - - - - - - - - - - hao3re4debu4de2liao

3 - - - - - - - - - - - - - - OCin backgroundge

1zher4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MOTxian4zai4wo3shuo1tianr1hao3bu4rong2yi4liang2kuai4dianr3ba

- - - - - - - - - - - - - - MOTran2hou4wo3jiu4xia4lai2le

- - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - OCgan4ma

2qu4a

$Q:QW - - - - - - - - - - - - - - - - - MOTta1chi1fan4bu4zen3mehao3haochi

1 - - - - - - - - - - - - - - OCda

4di3emg$UNINT - - - - - - - - - - - - - - - - - OCgan4ma

2qu4$Q:QW - - - - - - - - - - - - - - - - - MOThui2tou2dao4shi2hounei4shen2me - - - - - - - - - - - - - - gan4shen2me - - - - - - - - - - - - ni

3$Q:QW - - - - - - - - - - - - - - gan4shen2me - - - - - - - - - - - - ni

3$Q:QW - - - - - - - - - - - - - - chi1shen2mefan4le - - - - - - - - - - - - zao3chen2$Q:QW - - - - - - - - - - - - - - ni3shuo1babytalkchi1denai

3 - - - - - - - - - - - - - - - - - OMMi1chi1denai

3 - - - - - - - - - - - - - - - - - hai2chi1shen2mele - - - - - - - - - - - - voice of another mother coming outside with her child$Q:QW - - - - - - - - - - - - - - hai2chi1shen2mele$Q:QW - - - - - - - - - - - - - - chi1fan4lema$Q:QP:M - - - - - - - - - - - - - - OMMemchi1shen2me - - - - - - - - - - - - - - - - - chi1fan4lema - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - OCda4ei

$UNINT - - - - - - - - - - - - - - - - - chi

1 - - - - - - - - - - - - chi1wan2nai3 - - - - - - - - - - - - chi1dianr3nai3gou4ma$Q:QP:M - - - - - - - - - - - - - - MOTzao3chen2jiu4chi1dianr3nai3jiu4xing2le

$Q:NQP - - - - - - - - - - - - - - OMMnai3 - - - - - - - - - - - - - - - wo3gei3nong4lechou

2 - - - - - - - - - - - - - - - - - OCxxx$UNINT - - - - - - - - - - - - - - - - - MOTna4jiu4xing2le

$Q:NQP - - - - - - - - - - - - - - MOTzen3menem4meda

4le$Q:QW - - - - - - - - - - - - - - OMMwo3hai2ge1yi1ji1dan

4ne - - - - - - - - - - - - - - - hai

2 - - - - - - - - - - - - - - - - - wu

1wo3jiu4hu2tu2chi1 - - - - - - - - - - - - - - - - - xia4lai2le - - - - - - - - - - - - - - OCa

4$INTERJ - - - - - - - - - - - - - - - - - OCna4na

4 - - - - - - - - - - - - - - - xia4lai2le

$Q:NQP - - - - - - - - - - - - - - - - - OChao3piao4liang4you

- - - - - - - - - - - - - - xia4lai2 - - - - - - - - - - - - - - - xia4lai2a1 - - - - - - - - - - - - - - - - - OCzhei4shi4shang4nar

3qu4ya

$Q:QW - - - - - - - - - - - - - - - - - OChao3piao4liang4you

- - - - - - - - - - - - - - MOTou4 - - - - - - - - - - - - jinr1you4lai2le$Q:INT - - - - - - - - - - - - - - OMMa

1$INTERJ - - - - - - - - - - - - - - - - - nei4nianr2liar3nar3qu4ya

$Q:QW - - - - - - - - - - - - - - a2$Q:PRMPT - - - - - - - - - - - - - - OFFxxx$UNINT - - - - - - - - - - - - - - OMMao4 - - - - - - - - - - - - - - - jinr1shang4nar

3qu4la

$Q:QW - - - - - - - - - - - - - - - - - MOTkai1che1qu4leaoc adults laugh - - - - - - - - - - - - - - OMMmei2zhi4 - - - - - - - - - - - - - - OMMjinr1bu2shi4san1shi2yi1hao4ma$Q:QP:M - - - - - - - - - - - - - - OMMjiu4shi4 - - - - - - - - - - - - ren2menbi

4degan4huo2laughs - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - xxxxxxti2qian2kai1 - - - - - - - - - - - - - - OMMminr2li3bai4tian1 - - - - - - - - - - - - - - OMMna4minr2li3bai4tian1ta1jiu4dei3ti2qian2kai

1ya - - - - - - - - - - - - - - OCliang4len

2$UNINT - - - - - - - - - - - - - - - - - OMMna4ren2menbi

4degan

4huo

2 - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - he

4$INTERJ - - - - - - - - - - - - - - zhei4xiao3qun2zir

- - - - - - - - - - - - - - zhei4shi

4 - - - - - - - - - - - - nai3naigei3zuo4deya

$Q:NQP - - - - - - - - - - - - - - OMMbu2shi4 - - - - - - - - - - - - - - OMMgu1gu1gei3mai3de - - - - - - - - - - - - zhe4shi4 - - - - - - - - - - - - - - OMMmai3deya$Q:NQP - - - - - - - - - - - - - - OMMang4 - - - - - - - - - - - - hai2zhen1hao3kan4 - - - - - - - - - - - - - - OMMei

1youhei1 - - - - - - - - - - - - qiao2zhena4na4chou4mei3 - - - - - - - - - - - - - - OMMzhe4nuu3hair2jiu4shi4tian1xing4 - - - - - - - - - - - - wo3gen1ni3shuo1ba - - - - - - - - - - - - - - OMMke3bu2shi4ma - - - - - - - - - - - - - - - - - MOTjiu4ai4mei

3 - - - - - - - - - - - - - - OMMmei2cuor4 - - - - - - - - - - - - - - OMMzhei4nu3hair2jiu4shi4tian1xing4 - - - - - - - - - - - - - - OMMwo3gen1ni3shuo1ba - - - - - - - - - - - - cong2xiaor

3 - - - - - - - - - - - - - - OMMnuu3hair2jiu4shi4zhei4yangr4 - - - - - - - - - - - - - - ONNa

1$INTERJ - - - - - - - - - - - - - - OMMnan2hair2jiu4shi4bu4xing2 - - - - - - - - - - - - - - OMMchou4le4le

4woman's voice in background - - - - - - - - - - - - - - OCxiao3le4leyao4gan4ma

2qu4ya

$Q:QW - - - - - - - - - - - - - - - - - OCni3kan4nei4a1yi2you4lai2le - - - - - - - - - - - - - - OCxxx - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - fussingen

2 - - - - - - - - - - - - en

2$INTERJ - - - - - - - - - - - - - - OCimitem

4 - - - - - - - - - - - - em

4 - - - - - - - - - - - - $INTERJ - - - - - OMMem1 - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - OMMke3ai4chuan1ge4xiao3huar1qun2zile - - - - - - - - - - - - na2ge4xiao3yang2wa

2wale - - - - - - - - - - - - na4gan4ma2ne - - - - - - - - - - - - ha

4$Q:QW - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - xiao3hair2 - - - - - - - - - - - - wo3gen1ni3shuo1 - - - - - - - - - - - - jiu4shi4 - - - - - - - - - - - - - - ei1you

4 - - - - - - - - - - - - ni3zhi1dao4ma$Q:QP:M - - - - - - - - - - - - - - wo3men2nei4sha1fadou1mai3yi4sha1fa1 - - - - - - - - - - - - jiu4shi4nei4da4sha1fa - - - - - - - - - - - - - - OMMem4$INTERJ - - - - - - - - - - - - - - OMMdou1mai3sha1fa1 - - - - - - - - - - - - - - OMMdou1shi4nei4ge - - - - - - - - - - - - - - OMMshen2mewa2walai2de$Q:QW - - - - - - - - - - - - - - OMMwa

2wala - - - - - - - - - - - - mao

1wa - - - - - - - - - - - - gou

3wa - - - - - - - - - - - - tu4zila - - - - - - - - - - - - - - OMMa

4$INTERJ - - - - - - - - - - - - - - OMMzhen1man4manrdemai3yi4sha1fa1 - - - - - - - - - - - - - - OCxxx$UNINT - - - - - - - - - - - - - - - - - OMMlaughs - - - - - - - - - - - - - - OMMzen3melai2ye3nong4bu4cheng2 - - - - - - - - - - - - qi

4si3ren2 - - - - - - - - - - - - - - OMMke3bu4ma$Q:QP:M - - - - - - - - - - - - - - OMMyao4bu4ni3kan4zhei4gezen4medianr3ye3xiao3bu4dianr

3 - - - - - - - - - - - - - - OMMei1youwei

1 - - - - - - - - - - - - te

4xi3huan1yan

2se4 - - - - - - - - - - - - - - OMMhong

2dela - - - - - - - - - - - - shen2mede - - - - - - - - - - - - - - OMMte

4bie2ai4kan4 - - - - - - - - - - - - wo3gen1ni3shuo1 - - - - - - - - - - - - a

4 - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - OMMshi4ba

$Q:NQP - - - - - - - - - - - - - - OMMei1youkan4ren2chuan1ge4hong2yi

1fule - - - - - - - - - - - - huar

1yi1fule - - - - - - - - - - - - you4shi4kou

1qu4 - - - - - - - - - - - - - - - - - OMMao4 - - - - - - - - - - - - ta1shi4nem4mexi3huan1yi1fu - - - - - - - - - - - - - - OMMa

4 - - - - - - - - - - - - te

4xi3huan1huar1yan2se4de - - - - - - - - - - - - - - yao

4shi

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yang2yangyou4lai2leba

$Q:NQP - - - - - - - - - - - - - - OMMhou

2 - - - - - - - - - - - - banging sound$Q:PRMPT - - - - - - - - - - - - - - OCrhythmic, like bangingxiao

3na4na4 - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - le

4le4 - - - - - - - - - - - - - - - da

3leta1qu

4 - - - - - - - - - - - - - - - - - OMMta1lao3laohai2mei2tui4xiu1ba$Q:NQP - - - - - - - - - - - - - - OMMtui4le - - - - - - - - - - - - - - OMMye3tui4lea$Q:NQP - - - - - - - - - - - - - - OMMta1lao3laobi3wo3hai2da4ne - - - - - - - - - - - - - - OMMshi4ma

$Q:QP:M - - - - - - - - - - - - - - OMMem4$INTERJ - - - - - - - - - - - - - - OCwen2wen

$VOC - - - - - - - - - - - - - - - - - OCshei2jiao4wen2wenya

$Q:QW - - - - - - - - - - - - - - - - - OCni3jiao4wen2wenya

$Q:NQP - - - - - - - - - - - - - - - - - laugh - - - - - - - - - - - - - - OMMhai2chong4wo3le

4ne - - - - - - - - - - - - - - - hai

2 - - - - - - - - - - - - - - - - - OCni3shuo1higherwo3jiao4ya

1 - - - - - - - - - - - - - - OCwo3jiao4wen2wenya

1 - - - - - - - - - - - - - - - - - - - - - - - - - - OMMlao

3lao

- - - - - - - - - - - - tui4xiu

1 - - - - - - - - - - - - gan4shen2mequ4le$Q:QW - - - - - - - - - - - - - - ONNyou4pai4qu4le - - - - - - - - - - - - - - - - - - - - - - - - - - OMMou4 - - - - - - - - - - - - hai2gan

4zhene - - - - - - - - - - - - - - OMMem4 - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - vocalizingde

1$INTERJ - - - - - - - - - - - - - - ta1ma1de - - - - - - - - - - - - gan4ta1nei4gehuor

2ye3bu2lei4 - - - - - - - - - - - - - - te4qing

1shang - - - - - - - - - - - - - - ONNjiu

4rir4shi4de - - - - - - - - - - - - - - ONNxian2zai4xian4+zai4zhei4ge - - - - - - - - - - - - - - ONNfan2shi4ya - - - - - - - - - - - - wo3gen1ni3shuo1ya - - - - - - - - - - - - tui4lexiu1wa - - - - - - - - - - - - hai2jiu4shi4 - - - - - - - - - - - - shi

2bu4chang2gan4dianr3huor2 - - - - - - - - - - - - - - ONNyou2qi2ni3shuo1ni3bu2gan4dianr3ba - - - - - - - - - - - - hang

2a1 - - - - - - - - - - - - - - OChuo4 - - - - - - - - - - - - - - - huo4 - - - - - - - - - - - - - - - huo4 - - - - - - - - - - - - huo4huor4$INTERJ - - - - - - - - - - - - - - OChai2yao3ta1deche1ne - - - - - - - - - - - - - - - hai

2 - - - - - - - - - - - - - - - - - OMMgen1jia1leli3you

1mendehang1huang2geng4 - - - - - - - - - - - - - - - - - - - - - - - - - - OMMgen1jia1dai1zheshi4zhe - - - - - - - - - - - - - - OMMhai2bu2gan4dianr3ne - - - - - - - - - - - - - - OMMjiu4shi4a

- - - - - - - - - - - - - - OCjinr

4nem4meda

4ne

- - - - - - - - - - - - - - - - - OMMer3qie3ba

- - - - - - - - - - - - dai1zheba

- - - - - - - - - - - - - - OMMta1jiu4shi4shsheng1huo2shen2mede - - - - - - - - - - - - qi3ju1yi4ban1shen2medejiu4mei2shen2megui1luu4le - - - - - - - - - - - - - - OMMeng

4$INTERJ - - - - - - - - - - - - - - OMMxiang3chi1ne

jiu4chi1yi4kou3 - - - - - - - - - - - - - - OCyou4he

1 - - - - - - - - - - - - - - - you4he

1 - - - - - - - - - - - - - - - you4he

1 - - - - - - - - - - - - you4he1$INTERJ - - - - - - - - - - - - - - MOTtao

2zhene

- - - - - - - - - - - - zai3zai4jia1ke3tao2zhele - - - - - - - - - - - - - - OMMlaughs - - - - - - - - - - - - - - - - - MOTjiu4mei2you3ta1bu2dong4de

- - - - - - - - - - - - - - MOTwei2zhenei4sha

1fa1zhuan4quanr1zou

3 - - - - - - - - - - - - - - OMMna4wo3ting1zhe - - - - - - - - - - - - - - - yi2shang4lou2jiu4kai1shilie

1ber - - - - - - - - - - - - - - - - - OMMbu2yuan4yi4hui2jia

1ya$Q:NQP - - - - - - - - - - - - - - - - - MOTxian4zai4hai2xing

2 - - - - - - - - - - - - - - MOTxian4zai4mei2shir4le - - - - - - - - - - - - - - OMMyi2shang4lou2 - - - - - - - - - - - - - - - zhun3lie

1ber - - - - - - - - - - - - - - - wo3ting1zhe - - - - - - - - - - - - - - MOTdao4jia1fan3zheng4jiu4lao

3 - - - - - - - - - - - - lao3rang4bao

4zhe - - - - - - - - - - - - - - MOTwo3jiu4shi4bu2yuan4yibao4zheta1 - - - - - - - - - - - - - - MOTwo3xia4dai1huir3 - - - - - - - - - - - - gen1zhei4chi1zher4ha - - - - - - - - - - - - hai2neng2zuo4che1dai

1huir3 - - - - - - - - - - - - ww squats, pees on ground - - - - - hei1hei1$INTERJ - - - - - - - - - - - - - - OMMwo3hai2shi4tui

1zheta1hai2lao3shihuir

3 - - - - - - - - - - - - - - - - - MOTxiao3wei2weihai2xing

2a1 - - - - - - - - - - - - - - OMMyi4ting2xia4zhun3lie

1ber - - - - - - - - - - - - - - - - - MOTda

4dianr3le - - - - - - - - - - - - hai2zhen1zhi1dao4dun1xia4sa1niao4 - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - OMMjiu4shi4 - - - - - - - - - - - - - - OMMsan1sui4dou1dehai2zidou1zhi1dao4 - - - - - - - - - - - - - - ONNa

4$INTERJ - - - - - - - - - - - - - - ONNda4dianr3shi4dianr3lou

4 - - - - - - - - - - - - - - - - - - - - - - - - - - ONNwo3menzhei4dei3man4manrao2ne - - - - - - - - - - - - hai2dei3ao

2liang3nian

2 - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - OMMna4ni3menjia1denei4ge - - - - - - - - - - - - - - - - - OMMni3mennei

4ye3kuai4 - - - - - - - - - - - - - - - kuai4yi2sui4leba

$Q:NQP - - - - - - - - - - - - - - - - - MOTcai2ba2geba1+geyue4dou1bu2dao

4ne - - - - - - - - - - - - - - OMMwa

1 - - - - - - - - - - - - - - - cai2qi1geduo1yue4ke3neng2ba - - - - - - - - - - - - - - - - - MOTqi1gebanr4yue4 - - - - - - - - - - - - - - MOTdao4shi2er4hao4ba2geyue4 - - - - - - - - - - - - - - vocalizingem

4$INTERJ - - - - - - - - - - - - - - MOTnar3ao2dou4tour2le - - - - - - - - - - - - ni3shuo1zheshi4$Q:QW - - - - - - - - - - - - - - OCwu

1laugh - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - MOTni3shuo1nar3jiu4ao2dao4tour

2le - - - - - - - - - - - - ni3shuo1zhe$Q:QW - - - - - - - - - - - - - - en

2 - - - - - - - - - - - - - - OMMtour2jiu4shi4kuai4 - - - - - - - - - - - - - - OMMye3kuai4 - - - - - - - - - - - - - - - - - OMMkuai4le - - - - - - - - - - - - - - OMMkuai4le - - - - - - - - - - - - - - - kuai4le - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - yue4lai2yue4nian

2hur - - - - - - - - - - - - wo3gen1ni3shuo1 - - - - - - - - - - - - - - yue4lai2yue4nian

2hur - - - - - - - - - - - - - - hiccups - - - - - - - - - - - - - - - - - OMMgang1qi1gebanr

4yue4necai2shi4 - - - - - - - - - - - - - - - - - MOTeng

4$INTERJ - - - - - - - - - - - - - - OMMjiu4zen4metao

2 - - - - - - - - - - - - - - - jiu4$Q:INT - - - - - - - - - - - - - - - - - OMMni3shuo1ni3yao4shi

qu4gei3wo3guan4dianr3shui3 - - - - - - - - - - - - - - OCben3lai2jiu4nem4metao

2 - - - - - - - - - - - - - - - - - OCshi4bu2shi4ya

$Q:VNV - - - - - - - - - - - - - - - - - OMMni3gei3wo3guan4dianr3shui3na

2chu1lai2 - - - - - - - - - - - - - - MOTei4you

4 - - - - - - - - - - - - qiao2ni3mener2zi - - - - - - - - - - - - - - nem4meda

4jiao3di3xia4mei2genr

1 - - - - - - - - - - - - - - ei

4xxx$INTERJ - - - - - - - - - - - - - - fuss/crying$UNINT - - - - - - - - - - - - - - - - - OMMao

4 - - - - - - - - - - - - - - - jiao3di3xia4zhan4bu2zhu

4le - - - - - - - - - - - - - - - ta1 - - - - - - - - - - - - - - ta1jiu4shi4shen2meya$Q:QW - - - - - - - - - - - - - - ta1ma1lao3bao

4zherta1 - - - - - - - - - - - - ni3zhi1dao4ma$Q:QP:T - - - - - - - - - - - - - - jiu4shi4lao3bu2rang4ta1zou

3 - - - - - - - - - - - - - - ruan

3defussing$UNINT - - - - - - - - - - - - - - zou4ni

3 - - - - - - - - - - - - - - - - - - - - - - - - - - zou4 - - - - - - - - - - - - - - - - - - - - - - - - - - shei2zou4wa$Q:QW - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - a1yi2shuo1leba$Q:NQP - - - - - - - - - - - - - - - - - shei2zou4ni3le

$Q:QW - - - - - - - - - - - - - - ai

1 - - - - - - - - - - - - dao4shi2hou4hui2jia1gen1ni3ba4bashuo1a

1 - - - - - - - - - - - - - - ni3shuo

1de

a

1 - - - - - - - - - - - - - - ni3shuo1da4ma1shuo1wo3le - - - - - - - - - - - - - - - - - - - - - - - - - - OMMrang4ba4bazhi1dao

4xiao3wei2wei - - - - - - - - - - - - - - OMMxiao3wei2weishi4xxxxxxxx - - - - - - - - - - - - other child in distance with his grandmother, ww sees - - - - - - - - - - - - - - ONNnai3nai

3$VOC - - - - - - - - - - - - - - - - - OMMnei4xin1xinyou4lie

1bershang4le - - - - - - - - - - - - - - - - - OMMni3ting1 - - - - - - - - - - - - - - - - - ONNnai3nai

$VOC - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - ONNnai3nai

$VOC - - - - - - - - - - - - - - - - - wei2weixiao3tao2qir4 - - - - - - - - - - - - - - in distanceei

1$INTERJ - - - - - - - - - - - - - - ONNlaughs - - - - - - - - - - - - - - - - - ONNlaughs - - - - - - - - - - - - - - MOTwo3zher4hai2shuo1ne - - - - - - - - - - - - jiao4shen

2menenar4harde$Q:QW - - - - - - - - - - - - - - MOTyuan2lai2jiao4nai3naine

- - - - - - - - - - - - - - OMMjiao4 - - - - - - - - - - - - - - - - - OMMao

4$INTERJ - - - - - - - - - - - - - - - - - OMMye3bu2gan4ma

2ne

- - - - - - - - - - - - - - - - - happy sighem

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ONNnin2you4gan4ma

2ne - - - - - - - - - - - - - - - you

4$Q:QW - - - - - - - - - - - - - - - - - MOTin distancenei4ge

- - - - - - - - - - - - - - MOTin distancexxxxyou3dianr3hu

2 - - - - - - - - - - - - - - ONNao

4 - - - - - - - - - - - - - - - banging sound$INTERJ - - - - - - - - - - - - - - - - - vocalizingen24

$INTERJ - - - - - - - - - - - - - - OCbang1bang1bang

1$INTERJ - - - - - - - - - - - - - - MOTwanr2yi4huir3jiu4hui2qu4shui4jiao

4qu4le - - - - - - - - - - - - - - - - - - - - - - - - - - OMMhai2shi4jiao4ta1hui2jia1de - - - - - - - - - - - - shi4de - - - - - - - - - - - - - - OMMxxxx$UNINT - - - - - - - - - - - - - - vocalize$UNINT - - - - - - - - - - - - - - OCyou

4$INTERJ - - - - - - - - - - - - - - - - - OMMshui4dianr3jiao4 - - - - - - - - - - - - ni3ni3shuo1ni3 - - - - - - - - - - - - - - OMMzuo2tianqi2shi2ta1shui4jiao4ting3duo1dene - - - - - - - - - - - - - - OMMshang

4wu3shui4leyi2gebanr4xiao3shi2 - - - - - - - - - - - - - - OMMshang4wu3shi4cong

2 - - - - - - - - - - - - shi2dian3ban

4 - - - - - - - - - - - - - - dao3zhao3xiao3di

4di$VOC - - - - - - - - - - - - - - - - - qu4zhao

3xiao

3di

4diqu

4 - - - - - - - - - - - - - - - - - qu4zhao

3xiao

3jie3jie - - - - - - - - - - - - - - - - - OMMji3dian3shui4deya$Q:QW - - - - - - - - - - - - - - OMMwo3gei3wang4le - - - - - - - - - - - - - - OMMfan2zheng4xia4wu3ye3shi4yi

4 - - - - - - - - - - - - a

- - - - - - - - - - - - yi4dian3ban

4shui4dao4san1dian

3 - - - - - - - - - - - - - - vocalizing$UNINT - - - - - - - - - - - - - - OMMyou

1 - - - - - - - - - - - - qi1dian3ban4you4kun4le - - - - - - - - - - - - - - OMMshui4dao4shui4dao4shi2yi1dian3 - - - - - - - - - - - - hao

3 - - - - - - - - - - - - - - OMMbu2shui4le - - - - - - - - - - - - - - OMMwanr2dao4liang3dian

3 - - - - - - - - - - - - - - OMMcai2shui4shang4jiao4 - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - OMMzhei4kai1shizhe

1teng - - - - - - - - - - - - - - - - - OMMni3shuo1 - - - - - - - - - - - - ni3shuo1 - - - - - - - - - - - - - - OMMda4yi1dianr3jiu4xing

2 - - - - - - - - - - - - - - OMMke3bu2shi4ma$Q:QP:M - - - - - - - - - - - - - - OMMni3shuo1bu4zhi1dao4zen3mele$Q:QW - - - - - - - - - - - - - - OMMni3dei3gei3ta1ban3ban3la4 - - - - - - - - - - - - - - - - - MOTban3bu4liao3le - - - - - - - - - - - - - - MOTta1qi1dian3ban4deshi2hou4kun4 - - - - - - - - - - - - - - OMMshang4wu3ni3bie2rang4ta1shui4la

4 - - - - - - - - - - - - - - - - - MOTshang4wu3bu2shui4bu4xing

2 - - - - - - - - - - - - - - MOTshang4wu3bu2shui4bu4xing2 - - - - - - - - - - - - - - MOThai2zixiao

3 - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - MOTyuan2xian1shi4xia

4wu3bu2shui4 - - - - - - - - - - - - - - vocalizing$UNINT - - - - - - - - - - - - - - MOTxian4zai4xia4wu3zhu3yao4shui4deshi2jian1tai4duan

3 - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - OMMsan1dian

3 - - - - - - - - - - - - - - OMMsan1dian3 - - - - - - - - - - - - ni3xiang

3 - - - - - - - - - - - - - - OMMni3gei3ta1ban4dao4wu1wai4qu4 - - - - - - - - - - - - - - - - - OMMshui4dao4si4dian

3 - - - - - - - - - - - - - - - ye3xing2 - - - - - - - - - - - - - - - - - ei

$INTERJ - - - - - - - - - - - - - - - - - gei3wo

3wen1wenrang

2de - - - - - - - - - - - - - - - - - OMMqi3lai

2 - - - - - - - - - - - - - - - chi1de - - - - - - - - - - - - - - - chi1dun4fan4 - - - - - - - - - - - - - - MOTyi4ban1shui4dao4si4dian3dou1bu4xing2le - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - OMMran2hou4wanr

2 - - - - - - - - - - - - - - - wanr2dao4wan3shang4 - - - - - - - - - - - - - - - - - OMMa

4 - - - - - - - - - - - - - - - jiao4ta1wan3dianr3shui

4 - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - MOTji1huta1shui4dao4si4dian

3la

$Q:NQP - - - - - - - - - - - - - - MOTta1hai2yao4xxxxxxxx - - - - - - - - - - - - - - OMMrang4ta1duo1wanr

2huir

3 - - - - - - - - - - - - - - - - - MOTdui4 - - - - - - - - - - - - dui4xxxxxxxx - - - - - - - - - - - - - - OMMbie2lao3rang4ta1shui4 - - - - - - - - - - - - - - - - - OMMren2lao3shui4 - - - - - - - - - - - - - - - xxxxxx - - - - - - - - - - - - - - - - - wanr2zhei4gea

jingling keys in front of baby - - - - - - - - - - - - - - - - - OMMye4li3tou - - - - - - - - - - - - - - - lao3shi4ke3bu4bu2kun4le - - - - - - - - - - - - - - - ye4li3tougei3ni3zhe1zhe1tengle - - - - - - - - - - - - - - MOTei1you - - - - - - - - - - - - zuo2tianwan3shang4wo3shuo1jiao4ta1wanr2 - - - - - - - - - - - - wanr2hou4wo3zai4chuang2shang4tang3zhe - - - - - - - - - - - - - - MOTta1jiu4zi4ji3wanr

2 - - - - - - - - - - - - - - MOTwo3ye3bu4guan3ta1 - - - - - - - - - - - - - - MOTta1ye3bu4ku

1 - - - - - - - - - - - - ye3bu2nao

4de - - - - - - - - - - - - - - OMMni3gei3ta1ban3ban3 - - - - - - - - - - - - - - - - - MOTwanr2lelia3xiao3shi2 - - - - - - - - - - - - zi4ji3ye3kun4le - - - - - - - - - - - - wan2leshui4le

- - - - - - - - - - - - - - OCebu

4wu

wu

wu

$UNINT - - - - - - - - - - - - - - - - - OMMke3bu2shi4 - - - - - - - - - - - - - - - ta1jiu4shi4 - - - - - - - - - - - - - - - - - OMMni3men2shui4deshi2hou4ta1hai2zhe

1teng - - - - - - - - - - - - - - - - - OMMta

1bu2kun4le - - - - - - - - - - - - - - - - - dao4wu1qu

4 - - - - - - - - - - - - - - - - - MOTta1hai2xing2 - - - - - - - - - - - - ta1ye3bu2jiao

4huan - - - - - - - - - - - - - - MOTta1ye3bu2jiao4huanni3 - - - - - - - - - - - - - - MOTwo3jiu4zi4ji3mmdewanr

2 - - - - - - - - - - - - - - dao4wu1che

1a

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - huo

3che

1 - - - - - - - - - - - - - - - - - che

1che

1 - - - - - - - - - - - - - - en2hao3wo1che

1 - - - - - - - - - - - - - - - - - inaudible, in backgroundxxxxna2ni3deche1che1 - - - - - - - - - - - - - - zou3wa - - - - - - - - - - - - banging sound - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - yao4bu4ren2jia1kuai4jiu4zou

3lelaughs - - - - - - - - - - - - - - OMMni3nei4sheng3shir4duo

1le - - - - - - - - - - - - - - - - - OMMdou1bu2yong4hong

3 - - - - - - - - - - - - - - - - - OMMyi

4hong

3 - - - - - - - - - - - - - - - xxxxjiu4shui4zhao2le - - - - - - - - - - - - - - - - - MOTou

4$INTERJ - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - OMMchi1wan2nai

3 - - - - - - - - - - - - - - - xxxxnai

3 - - - - - - - - - - - - - - - dai1huir3shui4le - - - - - - - - - - - - - - MOTzhei

4ye3fa1xian4ye3shi4 - - - - - - - - - - - - - - MOTzhei4ge - - - - - - - - - - - - yao4yao4shi4kun4ledeshi2hou4 - - - - - - - - - - - - fang4shang4qu4 - - - - - - - - - - - - - - hem4$INTERJ - - - - - - - - - - - - - - ni3men2jia1xxx - - - - - - - - - - - - - - MOTxian4zai4hai2xing

2 - - - - - - - - - - - - - - OMMdou1bu2yong4hong

3 - - - - - - - - - - - - - - - - - inhalingah

2ae

1$UNINT - - - - - - - - - - - - - - - - - rang1rang1hang

1 - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - xxxxxxhao3le - - - - - - - - - - - - - - ou

1$UNINT - - - - - - - - - - - - - - - - - em

4$UNINT - - - - - - - - - - - - - - - - - MOTna4hai2shuo1jiu3shi2yi1hao4shang4you4er2yuan2ne - - - - - - - - - - - - - - MOTdao4zhei4ren2you4er2yuan2nei4ban1qian1lezen3meban4na - - - - - - - - - - - - zhei4hai2zi$Q:QW - - - - - - - - - - - - - - OMMcheng

2le

- - - - - - - - - - - - - - - - - OMMwo3men2zhei4ge

$Q:INT - - - - - - - - - - - - - - OMMao

4$INTERJ - - - - - - - - - - - - - - OMMbu2shang4nar4 - - - - - - - - - - - - - - OMMshang4bei3da4 - - - - - - - - - - - - - - OMMou

4$INTERJ - - - - - - - - - - - - - - OMMwo3men2zhei4dou

1bao4hao3ming2le - - - - - - - - - - - - wo3men2dou1jiao1wan2qian2le - - - - - - - - - - - - ban4hao3duo1 - - - - - - - - - - - - - - shou3xu4le - - - - - - - - - - - - - - OMMshi4ma$Q:QP:M - - - - - - - - - - - - - - OMMhai2shi4bei3da4nei4bianr1hao

3 - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - na1kan

$UNINT - - - - - - - - - - - - - - - - - OMMbei3da4bi3zan2menzher4hao3duo

1le - - - - - - - - - - - - - - OMMjiu

4shi4a

- - - - - - - - - - - - - - OMMni3you3nei4tiao2jian4ni3he2bi

4ne

- - - - - - - - - - - - - - OMMzai4shuo1li2ni3menjia1you4jin

4 - - - - - - - - - - - - - - OMMli2wo3nar4jin

4 - - - - - - - - - - - - - - OMMao

4$INTERJ - - - - - - - - - - - - - - OMMzan2menzhar4ye3bu4xing2 - - - - - - - - - - - - - - OMMwo3shuo1mei2 - - - - - - - - - - - - mei2dir4 - - - - - - - - - - - - - - OCvocalizing$UNINT - - - - - - - - - - - - - - - - - OMMzhar4bu4xing

2 - - - - - - - - - - - - zhar

4 - - - - - - - - - - - - - - OMMta1mennei4yi2da4kuai4dir

4le - - - - - - - - - - - - - - OMMye3mei2you3ren2zai4yi4lou2jiaor3da

4ya

- - - - - - - - - - - - - - OMMjiu

4shi

4 - - - - - - - - - - - - - - OMMzan2menjiu4shi4wan4ban1wu2nai

4 - - - - - - - - - - - - jiu4shi4song4zher4cai2lai2le - - - - - - - - - - - - - - OMMao4$INTERJ - - - - - - - - - - - - - - OMMzan2ye3mei2nei4tiao2jian4 - - - - - - - - - - - - - - OMMni3yao4you3dehao3tiao2jian4shuo1shi2hua4 - - - - - - - - - - - - zhen1bu4neng2song4zher4lai2 - - - - - - - - - - - - - - OMMem

- - - - - - - - - - - - ren2nei4cao1chang3shang4 - - - - - - - - - - - - hai2ting3da

4yi2kuai4di4fangr - - - - - - - - - - - - - - OMMye3hai2yi2kuair4cao3ping

2 - - - - - - - - - - - - - - OMMhai2you3zuo4cao1dedir

4 - - - - - - - - - - - - ting3da

4de - - - - - - - - - - - - - - vocalizing$UNINT - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - - - OMMao

4vocalizing$INTERJ $UNINT - - - - - - - - - - - - - - OMMren2jia1nei4bianr

1 - - - - - - - - - - - - wo3gen1ni3shuo1ba - - - - - - - - - - - - ren2jia1nei4ge - - - - - - - - - - - - da4xue2li3bianr1you4jiao1shen2mede - - - - - - - - - - - - ye3hao

3a - - - - - - - - - - - - - - OMMa

1 - - - - - - - - - - - - liang3ge - - - - - - - - - - - - jiu4yi4banr1ba - - - - - - - - - - - - - - OMMliang3ge

you4shi

1denei4bi4ye4delao3shi

1 - - - - - - - - - - - - - - OMMou

4 - - - - - - - - - - - - jiu4shi4ne4wan2 - - - - - - - - - - - - ni3xue3dianr3zhi1shi4shen2mede - - - - - - - - - - - - - - OMMa

4 - - - - - - - - - - - - hai2shang4ke

4 - - - - - - - - - - - - - - OMMzhe4ge - - - - - - - - - - - - zen

3meye3xue2bu2shang

4 - - - - - - - - - - - - - - in background$UNINT - - - - - - - - - - - - - - OMMhai2shidei3xue2dianr

3 - - - - - - - - - - - - - - xxxxni3xia4lai2ne - - - - - - - - - - - - jingling - - - - - - - - - - - - - - OCsa3le - - - - - - - - - - - - sa3xxxxxx - - - - - - - - - - - - - - OCdiao4di4xia4le - - - - - - - - - - - - - - OChai2chi1bu4chi1le - - - - - - - - - - - - voices in background$Q:VNV - - - - - - - - - - - - - - OCchi1bu4chi1le - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - OCbu4chi1la

$Q:NQP - - - - - - - - - - - - - - OCbu4chi1lai2 - - - - - - - - - - - - zhuang1dao4shu1bao1li3tou - - - - - - - - - - - - - - - - - OMMzan2menzou3le - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - MOTzhei4yi1xia4lou2 - - - - - - - - - - - - feng1jiu4qi3lai2le - - - - - - - - - - - - - - cough/sneezes - - - - - - - - - - - - - - MOTyao4zai4jia1menr

2zai4jia1li3tou2gu1denrgu1denrde - - - - - - - - - - - - wanr2zhe - - - - - - - - - - - - wanr2zhejiu4shui4jiao4le - - - - - - - - - - - - you4 - - - - - - - - - - - - - - OMMku1lea

- - - - - - - - - - - - - - - - - OMMda3shang4pen4tile - - - - - - - - - - - - - - - you4 - - - - - - - - - - - - - - - - - OCgan4ma

2ya$Q:QW - - - - - - - - - - - - - - zuo4di4xia

4 - - - - - - - - - - - - - - OCtao3yan

4 - - - - - - - - - - - - - - OCtao2qi4bu4tao2qi4ya

- - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - OClaughs, inaudible$UNINT - - - - - - - - - - - - - - - - - OCtao2qi4ma$Q:QP:M - - - - - - - - - - - - - - OMMta

1ye3bu4zhi1di4xia4zuo

4 - - - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - OMMyuan2lai2gen1che1li3zuo4guan

4le - - - - - - - - - - - - - - - - - MOTzai4jia

1bu4jie1 - - - - - - - - - - - - ta1zai4jia1bu2shi4lao3zai4jia1pa

2ma$Q:QP:M - - - - - - - - - - - - - - MOTta1zai4zhar4 - - - - - - - - - - - - ta1ye3xiang3pa2 - - - - - - - - - - - - ni3kan4jian4mei2you3 - - - - - - - - - - - - $Q:MEI - - - - - OCzhar4nar3shi4ni3jia

1ya

$Q:QW - - - - - - - - - - - - - - - - - OCdi

4xia4nar3neng2pa

2ya

- - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - OCtschtschtschtsch$INTERJ - - - - - - - - - - - - - - OCge1jia1li3 - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - OCtickling, teasing - - - - - - - - - - - - - - OMMzen3mepa

2dou1mei2shir4 - - - - - - - - - - - - - - - - - OClaughs softly - - - - - - - - - - - - - - OCshaking keys in front of oc - - - - - - - - - - - - - - - - - OChigh, playfulabou1bou1bu1bu1bu1bu1bu2bu - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - hei

$INTERJ - - - - - - - - - - - - - - OCkeeps playingabububububu - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - OMMem

2$INTERJ - - - - - - - - - - - - - - OCem

1$INTERJ - - - - - - - - - - - - - - hei1qiao2qiao2xin1xinta1menjia1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - nei4liar

3hai2gua3zhene - - - - - - - - - - - - - - - - - MOTgua

3zhene - - - - - - - - - - - - xxx - - - - - - - - - - - - - - - - - OCei

1you

4you4$INTERJ - - - - - - - - - - - - - - OMMren2jia1ji4nian4nei4hai2zi - - - - - - - - - - - - - - - bu2rang4hai2zichu

1lai2 - - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - MOTpa4ta1pao

3 - - - - - - - - - - - - - - OMMwanr2yi4huir3ni3rang4hai2zi

- - - - - - - - - - - - - - - - - OMMbu4chu1lai2wanr

2huir3ba - - - - - - - - - - - - - - - - - OMMta1mendehai2ziye3tao

2zhene - - - - - - - - - - - - - - - - - MOTtaor

2 - - - - - - - - - - - - wo3shuo1yi4yan3kan4bu2jian4hao3jia1huo2zhuang4zhele - - - - - - - - - - - - - - OMMang

4$INTERJ - - - - - - - - - - - - - - - - - OMMfuss$UNINT - - - - - - - - - - - - - - OCni3gan4ma2ni3 - - - - - - - - - - - - ni3gan4ma2 - - - - - - - - - - - - ni3gan4ma2ni3 - - - - - - - - - - - - gan4ma

2$Q:QW - - - - - - - - - - - - - - OCbu2hui4zhan

4zhe$Q:INT - - - - - - - - - - - - - - OCni3lao3zuo

4zhegan4ma

2a1$Q:QW - - - - - - - - - - - - - - zang1leba1ji

1de

- - - - - - - - - - - - - - OCxxx$UNINT - - - - - - - - - - - - - - OMMyi2guo4lai

2 - - - - - - - - - - - - - - - shou3jiao3dou1bu4xian

2na - - - - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - OMMhai2gen1ren2qiang3wan2yir

4 - - - - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - OMMren2jia1bu4gei3ta1ba

- - - - - - - - - - - - - - - ta1bu2gan4 - - - - - - - - - - - - - - - - - MOTbu2gou4ta1ma1lei

4dene - - - - - - - - - - - - - - OMMke3bu4ma

- - - - - - - - - - - - - - - baby sits on ground again$Q:QP:M - - - - - - - - - - - - - - - - - OCfei1zuo4di

4xia4ya

$Q:NQP - - - - - - - - - - - - - - emg

4em

4$INTERJ - - - - - - - - - - - - - - OCzang

1 - - - - - - - - - - - - di4xia

4 - - - - - - - - - - - - - - OCzou

4ni

3 - - - - - - - - - - - - - - OMMzheng3tian1a

- - - - - - - - - - - - - - - ta1ma1gei3ta1nong4de

dou1mei2gui1luu

4 - - - - - - - - - - - - - - - - - OClaughs - - - - - - - - - - - - - - OMMla

1shi3ya

- - - - - - - - - - - - - - - - - OMMshang4wu3la1yi4bor

1 - - - - - - - - - - - - - - - ni3kan4ta1xia4wu3hai

2la

1 - - - - - - - - - - - - - - - - - MOTna

4ye3mei2ban4fa3ya - - - - - - - - - - - - - - OMMrang4ta1ma

1gei3nong4demei2gui1luu

4 - - - - - - - - - - - - - - - dou1 - - - - - - - - - - - - - - - - - MOTna4ta1xiao3hair2ke3bu2shi4xiang3shen2meshi2hou4la1jiu4 - - - - - - - - - - - - - - OMMai

4ya

- - - - - - - - - - - - - - - wo3zuo2tian1hai2shuo1ta1ne - - - - - - - - - - - - - - - - - OMMwo3shuo1a - - - - - - - - - - - - - - - ni3a

gai1ba3hai2zilian4zhezzuo4penr

2le - - - - - - - - - - - - - - - - - OMMdou1yi2sui4duo1dianr3le - - - - - - - - - - - - - - - hai2bu2rang4ta1zuo4penr2 - - - - - - - - - - - - - - - - - - - - OMMrang4ta1hai2zizuo4dekenr

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OMMna4wan2yir4deng3ta1shang4letuo1er2suo

3ar

yi

you3kenr1ma$Q:QP:M - - - - - - - - - - - - - - - - - MOTtuo1er2suo3ke3bu2shi4you3kenr1ma$Q:QP:M - - - - - - - - - - - - - - MOTtuo1er2suo3quan2dou1shi4you3kenr

1 - - - - - - - - - - - - quan2dou1shi4mao2kenr1 - - - - - - - - - - - - - - MOTtuo2er2suo3quan2dou1shang4mao2kenr1 - - - - - - - - - - - - - - MOTshei2rang4ni3zuo4penr2qu4ya$Q:QW - - - - - - - - - - - - - - MOTxiang4ta1zhei4yangr4de - - - - - - - - - - - - jiu4dei3duan

4lian

4 - - - - - - - - - - - - - - MOTxiang4ni3menwei2weiyao4zhang3da4le - - - - - - - - - - - - ta1jiu4dei3nei4shen2me - - - - - - - - - - - - - - - - - OCliang2bu4liang2ya$Q:VNV - - - - - - - - - - - - - - pi4pi4 - - - - - - - - - - - - - - OCang2$Q:PRMPT - - - - - - - - - - - - - - OCliang2bu4liang2ya$Q:VNV - - - - - - - - - - - - - - OCfei1wang3di4xia4zuo4a - - - - - - - - - - - - - - - - - - - - - - - - - - OCliang2bu4liang2a$Q:VNV - - - - - - - - - - - - - - OChui2tou2you4la

1xi

1le - - - - - - - - - - - - gai1 - - - - - - - - - - - - - - - - - OCzhan4qi3lai2ba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - - - - OCni3fei1dei3wanr2nei4gegu

2lugan4shen2me$Q:QW - - - - - - - - - - - - - - OCgei3wo3hai2zuo4che1li3 - - - - - - - - - - - - gei3wo3 - - - - - - - - - - - - - - vocalizing$UNINT - - - - - - - - - - - - - - OMMzuo2tian1wo3mennar4yi4hai2zizhang3yuan

3 - - - - - - - - - - - - - - - nei4hai2zi - - - - - - - - - - - - - - - gang1 - - - - - - - - - - - - gang1la1wan

2 - - - - - - - - - - - - hai2zikai1shi3ca1pi

4gu

- - - - - - - - - - - - - - MOTlaughs - - - - - - - - - - - - - - OMMnong4denar3dou1shi4shi

3 - - - - - - - - - - - - - - - - - MOTlaughs - - - - - - - - - - - - - - OMMhai2shi4 - - - - - - - - - - - - - - - - - MOTna4mei2zhe

2 - - - - - - - - - - - - - - - - - - - - - - - - - - MOTzhe

4ye3yi2yang4 - - - - - - - - - - - - - - OMMnong4denar3dou1shi4shi

3 - - - - - - - - - - - - - - - - - OMMzhei4hai2ziba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ta1bu

4 - - - - - - - - - - - - bu4yi2qir4la

1wan

2le

- - - - - - - - - - - - - - OMMla

1yi4dianr3zhan4qi3lai2 - - - - - - - - - - - - - - - la

1yi4dianr3zhan4qi3lai2 - - - - - - - - - - - - - - - - - OMMei

2 - - - - - - - - - - - - - - - duo1ta1matao

2ba - - - - - - - - - - - - - - - - - MOTna

4ni3you3shen2meban4fa

3laughs$Q:QW - - - - - - - - - - - - - - ta1jiu4nem4metao

2 - - - - - - - - - - - - - - OCgan4ma

2ya$Q:QW - - - - - - - - - - - - - - gan4ma

2ya - - - - - - - - - - - - - - - - - - - - - - - - - - OCgan4ma

2ya$Q:QW - - - - - - - - - - - - - - OMMcries loudly$UNINT - - - - - - - - - - - - - - OCei

1you

- - - - - - - - - - - - ei1you

- - - - - - - - - - - - ei

1you

$INTERJ - - - - - - - - - - - - - - OCei1you

- - - - - - - - - - - - wo3debao3beir

4you1 - - - - - - - - - - - - - - OMMfuss, crying$UNINT - - - - - - - - - - - - - - OCei1you

- - - - - - - - - - - - zou3zou3zou3zou3zou3hui2jia1shui4jiao4qu4 - - - - - - - - - - - - - - OCkun4leba

$Q:NQP - - - - - - - - - - - - - - OCshi4bu2shi4kun4le$Q:VNV - - - - - - - - - - - - - - OCei

1you

- - - - - - - - - - - - zan2menhui2jia1shui4jiao4qu4lou

1 - - - - - - - - - - - - - - OMMcrying$UNINT - - - - - - - - - - - - - - OChui2jia1shui4jiao4qu4 - - - - - - - - - - - - zan2men - - - - - - - - - - - - - - OMMshei1jiaor

4qu

1a

shui4+jiao4 qu4 .a - - - - - - - - - - - - - - - - - shui4jiao

4qu

4 - - - - - - - - - - - - - - OMMshei2jiao

4qu

4 - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - shui4jiao

4qu

4 - - - - - - - - - - - - - - a

4 - - - - - - - - - - - - - - - mei4mei4yao4shui4jiao

4qu4le - - - - - - - - - - - - - - - - - - - - ou

4shui4jiaor4qu4le - - - - - - - - - - - - - - - banging sounds and then footsteps as om packs up - - - - - - - - - - - - - - - - - wei2wei

- - - - - - - - - - - - - - - zan2hui2jia1ba

- - - - - - - - - - - - - - - - - hui2jia1ma$Q:QP:M - - - - - - - - - - - - - - - - - emg1shui4jiao

4qu

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - in distance, highshui4jiao

4qu

4 - - - - - - - - - - - - - - shui4jiao

4qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xxx - - - - - - - - - - - - children playing in background$UNINT - - - - - - - - - - - - - - tschei2ya

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - zang1bu4zang1a1 - - - - - - - - - - - - - - - lao3wanr2tu

3$Q:VNV - - - - - - - - - - - - - - - - - an

2 - - - - - - - - - - - - - - - man caocing in background, women's and children's voices$Q:PRMPT - - - - - - - - - - - - - - - - - kuai4ba3yao4shijian3qi3lai2 - - - - - - - - - - - - - - - ww walks over to pick up keys - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - jingling of keys as ww gives them to m - - - - - - - - - - - - - - - - - nar

3qu4ya - - - - - - - - - - - - - - - ni

3 - - - - - - - - - - - - - - - ww running towards their building$Q:QW - - - - - qu4nar

3m foocows ww to stairweoc, then he enters$Q:QW - - - - - - - - - - - - - - - - - jiu4shuai

1zhe - - - - - - - - - - - - - - - ni

3 - - - - - - - - - - - - - - - - - - - - ao

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - en

2$INTERJ - - - - - - - - - - - - - - - - - zhi1dao4hui2jia

1 - - - - - - - - - - - - - - - hang4$Q:NQP - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - zan2hui2jia1bam tries to pick ww up - - - - - - - - - - - - - - - - - fussingem

4$INTERJ - - - - - - - - - - - - - - - - - ni3n - - - - - - - - - - - - - - - - - na

4ni3zi4ger3shang4lou

2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zi4ger3shang4 - - - - - - - - - - - - - - - ww starts walking up stairs on his own - - - - - - - - - - - - - - - - - INVwanr2tu

3ao1 - - - - - - - - - - - - - - - - - ei

2$INTERJ - - - - - - - - - - - - - - - - - INVwanr2tu

3wou1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs softly; ww climbing stairs with effort - - - - - - - - - - - - - - gruntsei

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - kuai4shang4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3hu2nao4 - - - - - - - - - - - - - - - - - hui2tou2jiu4 - - - - - - - - - - - - - - - shuai

1zhaoni

3 - - - - - - - - - - - - - - - ww going up stairs one at a time, with effort - - - - - kuai4shang4 - - - - - - - - - - - - - - - - - bei2bu2shang4lea

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eh

4$INTERJ - - - - - - - - - - - - - - - - - kuai4shang4a

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dramatized gruntei

4$INTERJ - - - - - - - - - - - - - - - - - sh

shuai1zheni3 - - - - - - - - - - - - - - - jiu4lao3shile - - - - - - - - - - - - - - - - - - - - soft gruntei

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - stepping and gruntingeih

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - eih

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - eih

4 - - - - - - - - - - - - - - - squeak of brakes outside, ww stioc climbing$INTERJ - - - - - - - - - - - - - - - - - eih

4$INTERJ - - - - - - - - - - - - - - - - - kuai4shang4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eih

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - eih

4 - - - - - - - - - - - - - - - stioc climbing$INTERJ - - - - - - - - - - - - - - - - - ai

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - eih

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - kuai4dianr

3 - - - - - - - - - - - - - - - ww stopped at landing - - - - - - - - - - - - - - - - - kuai4shang4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eishuai

1zhaoni3 - - - - - - - - - - - - - - - kuai4shang

4a

4 - - - - - - - - - - - - - - - - - - - - ghui2jia

1le - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - - - - zan2hui2jia1kan4dian4shi

4qu4 - - - - - - - - - - - - - - - - - qu4bu2qu4$Q:VNV - - - - - - - - - - - - - - - - - kan4dian4zhi

4qu

4 - - - - - - - - - - - - - - - - - angkan4dian4shi4qu4 - - - - - - - - - - - - - - - - - hao

3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3kuai4dianr3shang4 - - - - - - - - - - - - - - - ww starts climbing again - - - - - - - - - - - - - - - - - ehreyue

1$INTERJ - - - - - - - - - - - - - - - - - yue

1 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - enh4$INTERJ - - - - - - - - - - - - - - - - - kuai4shang

4a

1 - - - - - - - - - - - - - - - - - enh

4 - - - - - - - - - - - - - - - at 2nd floor landing, goes toward apartments$INTERJ - - - - - - - - - - - - - - - - - wo3shang4nai3naijia1qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shang4nar

3qu4a - - - - - - - - - - - - - - - ni

3 - - - - - - - - - - - - - - - $Q:QW - - - - - zhe4hai2dei3shang

4na

4 - - - - - - - - - - - - - - - - - cai2er

4lou

2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3wang4lea

1 - - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - - - - wang

4 - - - - - - - - - - - - - - - - - ni3kuai4shang4 - - - - - - - - - - - - - - - ww walking around on landing - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - bai2shu

3wo3 ke:3$UNINT - - - - - - - - - - - - - - - - - ni3ke3le - - - - - - - - - - - - - - - hui2jia1he1shui3qu4 - - - - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - eu2wa

4 - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - zou3hui2jia1he

1shui3qu4ya

- - - - - - - - - - - - - - - - - fussyem

1$INTERJ - - - - - - - - - - - - - - - - - ni3bu2shi4ke

3lema

$Q:QP:M - - - - - - - - - - - - - - - - - wo3wanr2shui

3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wo3wanr2tu

3 - - - - - - - - - - - - - - - - - ni3zou3bu4zou

3$Q:VNV - - - - - - - - - - - - - - - - - ni3bu4zou3 - - - - - - - - - - - - - - - wo3zou3lea1 - - - - - - - - - - - - - - - ww walks back towards m - - - - - high, disapprovalem

4$INTERJ - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - ww runs towards m - - - - - chou

3zou3hui2jia1qu4a

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shang4nar

3qu4ya - - - - - - - - - - - - - - - ni

3$Q:QW - - - - - - - - - - - - - - - - - fussemg

4 - - - - - - - - - - - - - - - ww running$INTERJ - - - - - - - - - - - - - - - - - ren2shuo

1ni3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eiya

2 - - - - - - - - - - - - - - - ke3liao3bu4de2lemeng2meng2zhei4hai2zi - - - - - - - - - - - - - - - - - - - - spits/coughs$UNINT - - - - - - - - - - - - - - - - - cheng2xin

1shi4bu2shi4ya - - - - - - - - - - - - - - - ni

3$Q:VNV:T - - - - - - - - - - - - - - - - - shi4bu2shi4cheng2xin

1$Q:VNV - - - - - - - - - - - - - - - - - a

2$Q:PRMPT - - - - - - - - - - - - - - - - - wo3qu4shui4jiao

4na4 - - - - - - - - - - - - - - - - - an

4$INTERJ - - - - - - - - - - - - - - - - - ni3shi4bu2shi4cheng2xin1na - - - - - - - - - - - - - - - ni

3$Q:VNV - - - - - - - - - - - - - - - - - da1jiu4wo3cao

4ni3 - - - - - - - - - - - - - - - ww climbing stairs again$UNINT - - - - - - - - - - - - - - - - - kuai4shang4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gruntshai

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ou

1$INTERJ - - - - - - - - - - - - - - - - - hums$UNINT - - - - - - - - - - - - - - - - - hai

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - hai

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - eih4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - - - - fussesem2em

4$INTERJ - - - - - - - - - - - - - - - - - kuai4zou

3wa

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - whiningwa

4a

4$INTERJ - - - - - - - - - - - - - - - - - zen3mela

1 - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - whiningwa

4$INTERJ - - - - - - - - - - - - - - - - - zha1jiao3leba - - - - - - - - - - - - - - - you

4$Q:NQP - - - - - - - - - - - - - - - - - shi4bu2shi4zha1jiao3le$Q:VNV - - - - - - - - - - - - - - - - - enshi2tou2zir

3 - - - - - - - - - - - - - - - - - shi2tou2zir3jin4qu4leba - - - - - - - - - - - - - - - m looking at ww's foot$Q:NQP - - - - - - - - - - - - - - - - - jin4qu3qu4azher

4a - - - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4zou3 - - - - - - - - - - - - - - - ww starts walking again - - - - - - - - - - - - - - - - - whiningen

wa

$INTERJ - - - - - - - - - - - - - - - - - bie

2nem4meduo1shir4 - - - - - - - - - - - - - - - - - fuss/cryingenghenhen

$INTERJ - - - - - - - - - - - - - - - - - ni3bu4zou3 - - - - - - - - - - - - - - - wo3zou3le - - - - - - - - - - - - - - - - - zou3bu4zou

3$Q:VNV - - - - - - - - - - - - - - - - - stioc whining, fussingem

wa

4$INTERJ - - - - - - - - - - - - - - - - - ni3bu2shi4 - - - - - - - - - - - - - - - - - enthusiasticzan2hui2jia1kan4dian4shi

4qu4 - - - - - - - - - - - - - - - - - kan4bu2kan4$Q:VNV - - - - - - - - - - - - - - - - - fussingen

2 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ni3kan4dian4shi

4qu4a - - - - - - - - - - - - - - - - - fussingem

$INTERJ - - - - - - - - - - - - - - - - - ni3eng

4shen2me - - - - - - - - - - - - - - - ni

3$Q:QW - - - - - - - - - - - - - - - - - eng

- - - - - - - - - - - - - - - m starts walking$INTERJ - - - - - - - - - - - - - - - - - enem

4 - - - - - - - - - - - - - - - clanging of metal pipe on concrete; m looks at ww's foot again$INTERJ - - - - - - - - - - - - - - - - - bu2dui

4 - - - - - - - - - - - - - - - ni3ye3kou1xxnin2jiu4 - - - - - - - - - - - - - - - clanging then squeaking of brakes$UNINT - - - - - kuai4dianr3 - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - hui2jia1 - - - - - - - - - - - - hui2jia1le - - - - - - - - - - - - - - hui2jia1le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3bu2shi4yao4he

1shui3ma$Q:QP:M - - - - - - - - - - - - - - - - - fussen

2em

4$INTERJ - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - fussem

4$INTERJ - - - - - - - - - - - - - - - - - na4ni3 - - - - - - - - - - - - - - - - - na4ni3zai4tou2lizou3 - - - - - - - - - - - - - - - - - fussingem

4$INTERJ - - - - - - - - - - - - - - - - - ni3kuai4zou3 - - - - - - - - - - - - - - - - - fussingem

em

4xie

2 - - - - - - - - - - - - - - - - - ni3bu4zou3 - - - - - - - - - - - - - - - wo3zou3le - - - - - - - - - - - - - - - - - whiningxie

2 - - - - - - - - - - - - - - - - - wo3zou3lou

4 - - - - - - - - - - - - - - - - - ma

1ma

- - - - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - - - - whiningyao

4ma

1ma

1clanging sound of metal$VOC - - - - - - - - - - - - - - - - - na4kuai4guo4lai2a

- - - - - - - - - - - - - - - - - ma1ma

$VOC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - - - - whiningma1ma

ww throws himself on the floor$VOC - - - - - - - - - - - - - - - - - tsch$INTERJ - - - - - - - - - - - - - - - - - wo3zou

4ta1lea4 - - - - - - - - - - - - - - - m picks him up and smacks him - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - fuss, whinesem

em

4$INTERJ - - - - - - - - - - - - - - - - - qi3lai2qi3lai2qi3lai2 - - - - - - - - - - - - - - - - - fuss/whiningem

$INTERJ - - - - - - - - - - - - - - - - - ni3gan4ma

2qu4ya

$Q:QW - - - - - - - - - - - - - - - - - gan4ma2qu4ya

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4zou3le - - - - - - - - - - - - - - - kuai4zou3leang1 - - - - - - - - - - - - - - - - - fussem

2em

clanging sound$INTERJ - - - - - - - - - - - - - - - - - fuss, whineem

ma

$INTERJ - - - - - - - - - - - - - - - - - tsch

zou3le - - - - - - - - - - - - - - - - - en

hen$INTERJ - - - - - - - - - - - - - - - - - en

$INTERJ - - - - - - - - - - - - - - - - - whiningbaor

4zhe

- - - - - - - - - - - - - - - - - baor4zhe - - - - - - - - - - - - - - - hao3lelaughs as she carries him down the haoc - - - - - - - - - - - - - - - - - ni3shuo

1 - - - - - - - - - - - - - - - ni3zhei4hai

2zi - - - - - - - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - - - cryingni3ni3die

2$UNINT - - - - - - - - - - - - - - - - - tsch

- - - - - - - - - - - - - - - zhe4dou1ta1madao4jia

1le - - - - - - - - - - - - - - - hai2rang4bao

4zheclanging of metal; m slaps ww about four times - - - - - - - - - - - - - - cries; keeps crying; m slaps him again$UNINT - - - - - - - - - - - - - - - - - dao4jia1men2lea1 - - - - - - - - - - - - - - - zhan4hao3le

- - - - - - - - - - - - - - - - - zhan4hao3le

m gets keys out to open door - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fuss, whimpering$UNINT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - crying again; m opens door$UNINT - - - - - - - - - - - - - - - - - ww starts crying again$UNINT - - - - - - - - - - - - - - - - - ni3beng

2lie

1benr - - - - - - - - - - - - - - - ni3 - - - - - - - - - - - - - - - - - cry, fussing$UNINT - - - - - - - - - - - - - - - - - hao3guo4lai2 - - - - - - - - - - - - - - - - - zan2xi3yi1shou3le - - - - - - - - - - - - - - - xi3yi1shou3le - - - - - - - - - - - - - - - - - fuss, whining$UNINT - - - - - - - - - - - - - - - - - qiao2zhei4shou3zhei4zang

1ne - - - - - - - - - - - - - - - - - cry, fussing for 4.0$UNINT - - - - - - - - - - - - - - - - - gan4ma

2ya$Q:QW - - - - - - - - - - - - - - - - - fuss, crying again for 6.0 as m starts washing his hands$UNINT - - - - - - - - - - - - - - - - - zai4lie1benrwo3zou

4ta1le - - - - - - - - - - - - - - - a - - - - - - - - - - - - - - - - - fuss, crying as m washes his hands for 3.0$UNINT - - - - - - - - - - - - - - - - - nasalna2fei

2zao

4 - - - - - - - - - - - - - - - - - whiningna

2fei

2zao

4 - - - - - - - - - - - - - - - - - whiningna2fei

2zao

4 - - - - - - - - - - - - - - - - - whiningenhna2fei2zao

4 - - - - - - - - - - - - - - - - - cryingenh

na

2fei

2zao

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cryingenhhenhenni

3 - - - - - - - - - - - - - - - m drying ww's hands$INTERJ - - - - - - - - - - - - - - - - - whiningenhchi1fa

4fan4 - - - - - - - - - - - - - - - - - imitatingqi1chi1qi1fa

4ha$Q:NQP - - - - - - - - - - - - - - - - - chi1fa

4fan4 - - - - - - - - - - - - - - - - - chi1shen2mefien4fan4ya - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - whiningxiang3chi1zhei4ge

- - - - - - - - - - - - - - - - - chi1nei3gea$Q:QW - - - - - - - - - - - - - - - - - walks over, whiningxiang3chi1zhei4ge

- - - - - - - - - - - - - - - - - ma1gei3ni3 - - - - - - - - - - - - - - - - - eng$INTERJ - - - - - - - - - - - - - - - - - na

2 - - - - - - - - - - - - - - - nei4geman2touchi1ba - - - - - - - - - - - - - - - - - fussingem

2$INTERJ - - - - - - - - - - - - - - - - - chi1ma$Q:QP:M - - - - - - - - - - - - - - - - - fussem

4$INTERJ - - - - - - - - - - - - - - - - - ehen$INTERJ - - - - - - - - - - - - - - - - - bu4chi1ya

4$Q:NQP - - - - - - - - - - - - - - - - - na4ni3chi1shen

2meya1$Q:QW - - - - - - - - - - - - - - - - - fussingen

$INTERJ - - - - - - - - - - - - - - - - - whiningyao

4chi1fan

4 - - - - - - - - - - - - - - - - - fussingya

4eh$INTERJ - - - - - - - - - - - - - - - - - chi1shen2mefan4ya

$Q:QW - - - - - - - - - - - - - - - - - whiningenya

2enh$INTERJ - - - - - - - - - - - - - - - - - whiningen

4a

4na

2wan

3enh - - - - - - - - - - - - - - - - - na2wan3ya

$Q:NQP - - - - - - - - - - - - - - - - - mei2fan

4chi1shen2meya$Q:QW - - - - - - - - - - - - - - - - - whiningna

2eng

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3ni3 - - - - - - - - - - - - - - - - - eng4na

2 - - - - - - - - - - - - - - - - - ma1gei3ni3na2hao3chi1de - - - - - - - - - - - - - - - - - xxxx$UNINT - - - - - - - - - - - - - - - - - fusseng

4$INTERJ - - - - - - - - - - - - - - - - - na2hao3chi

1de - - - - - - - - - - - - - - - - - fussingen

$INTERJ - - - - - - - - - - - - - - - - - ni3chi1bu4chi1$Q:VNV - - - - - - - - - - - - - - - - - fuss, whining$UNINT - - - - - - - - - - - - - - - - - gei3ni3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussingen

$INTERJ - - - - - - - - - - - - - - - - - zhei4gezhei4ge - - - - - - - - - - - - - - - zhei4ge - - - - - - - - - - - - - - - - - chi1bu4chi1rattling sound as m holds something up$Q:VNV - - - - - - - - - - - - - - - - - chi1bu4chi1$Q:VNV - - - - - - - - - - - - - - - - - fussan24

da3gai

1da3+kai1 - - - - - - - - - - - - - - - - - da3kai1 - - - - - - - - - - - - - - - - - whinyen

4niu

3ni3bang

1wo3da3kai

1 - - - - - - - - - - - - - - - m shakes bottle - - - - - - - - - - - - - - - - - fusses$UNINT - - - - - - - - - - - - - - - - - ni

3zi4ger3na

2 - - - - - - - - - - - - - - - - - ni3zi4ger3na2 - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - wo3he

1a

- - - - - - - - - - - - - - - - - gei3ni3ya - - - - - - - - - - - - - - - - - engh4$INTERJ - - - - - - - - - - - - - - - - - ni3zhang3kai1zui3 - - - - - - - - - - - - - - - - - ni3zi4ger3na2zhechi1 - - - - - - - - - - - - - - - - - fussingen

4en

1$INTERJ - - - - - - - - - - - - - - - - - en

$INTERJ - - - - - - - - - - - - - - - - - ni3na2hao3lea - - - - - - - - - - - - - - - ww takes bottle - - - - - - - - - - - - - - - - - fussingem

4en

2ww holds drink in front of r$INTERJ - - - - - - - - - - - - - - - - - zhei4shi4shen2me

$Q:QW - - - - - - - - - - - - - - - - - INVfussem

$INTERJ - - - - - - - - - - - - - - - - - INVen

2em

$INTERJ - - - - - - - - - - - - - - - - - bu2yao4a

4$Q:NQP - - - - - - - - - - - - - - - - - na4yao4shen2meya$Q:QW - - - - - - - - - - - - - - - - - fussingen

$INTERJ - - - - - - - - - - - - - - - - - a1 - - - - - - - - - - - - - - - gei3zhei4ge - - - - - - - - - - - - - - - - - gei3ni3zhei4ge - - - - - - - - - - - - - - - banging sound - - - - - - - - - - - - - - - - - hei

1 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - gei3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussingen

- - - - - - - - - - - - - - - wo3yao

4 - - - - - - - - - - - - - - - - - whiningen

yao4nia3na2zheng

4zirdeng4+zi - - - - - - - - - - - - - - - - - whiningwo3yao

4na

2zhdeng

4zideng4+zi - - - - - - - - - - - - - - - - - enh$INTERJ - - - - - - - - - - - - - - - - - whiningyao4deng

4zi - - - - - - - - - - - - - - - - - yao4shen2meya

$Q:QW - - - - - - - - - - - - - - - - - whiningenhna2deng

4zi

- - - - - - - - - - - - - - - - - man2tou2ya

$Q:NQP - - - - - - - - - - - - - - - - - shi4man2tou2ma$Q:QP:M - - - - - - - - - - - - - - - - - fuss, cryingdeng

2ziya

na

2deng

2zia

4 - - - - - - - - - - - - - - - - - whiningen

na

2deng

2zi

deng4+zi - - - - - - - - - - - - - - - - - na2zhei4geya

$Q:NQP - - - - - - - - - - - - - - - - - shi4ma$Q:QP:M - - - - - - - - - - - - - - - - - fussen

en

2$INTERJ - - - - - - - - - - - - - - - - - na4na2shen2meya

$Q:QW - - - - - - - - - - - - - - - - - fussen1en

4$INTERJ - - - - - - - - - - - - - - - - - en

na

2tang

2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na2shen2meyaa

$Q:QW - - - - - - - - - - - - - - - - - whiningna

2zheng

2deng

2zi

a

- - - - - - - - - - - - - - - - - indignantshei2zhi1dao4ni3shuo

1deshen

2meya$Q:QW - - - - - - - - - - - - - - - - - cries loudly for 3.0 and another 3.0; ww pushes m's legs$UNINT - - - - - - - - - - - tui1wo3le - - - - - - - - 推我了 - - - - - - - - - - - - - - - - ha

1 - - - - - - - - 哈 - - - - - - - - ww drinking$Q:NQP - - - - - hao3lei1 - - - - - - - - 好哩 - - - - - - - - - - - - - - wo3dai1huir3bu2dai4ta1wanr

2qu4 - - - - - - - - 我待會ä¸å¸¶å¥¹çŽ©åŽ» - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai2tui1bu4tui1la - - - - - - - - é‚„æŽ¨ä¸æŽ¨å•¦ - - - - - - - - - - - - - - - - ww drinking from bottle$Q:VNV - - - - - - whiningen

wanrdeng

1$UNINT - - - - - - - - 玩燈 - - - - - - - - - - - - - - - - - whiningna2deng

2ziya4 - - - - - - - - 拿燈å­å‘€ - - - - - - - - - - - - - - - - - whiningna

2sheng

2zi

- - - - - - - - æ‹¿ç¹©å­ - - - - - - - - - - - - - - - ww walks out to haocway - - - - - gei3wo3hui2lai2 - - - - - - - - 給我回來 - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4shen2meya

- - - - - - - - 這甚麼呀 - - - - - - - ni3jiu4na

2 - - - - - - - - 你就拿 - - - - - - - $Q:QW - - - - - fuss, cryingwa

4enh - - - - - - - - 哇嗯 - - - - - - - - ww walks to door then drinks - - - - - ei1 - - - - - - - - ㄟ - - - - - - - - - - - chirping of cicadas; coughs; ww in haocway$INTERJ - - - - - wei2wei

- - - - - - - - å–‚ - - - - - - - - kuai4hui2lai2 - - - - - - - - 快回來 - - - - - - - - - - - - - - - - - - - - - - - ni3hui2bu4hui2lai2 - - - - - - - - 你回ä¸å›žä¾† - - - - - - - - - - - - - - - - - ni3a - - - - - - - - 你啊 - - - - - - - - ww in haocway, chirping of cicadas$Q:VNV - - - - - wo3jiao

4ni3 - - - - - - - - 我å«ä½  - - - - - - - shi4bu4shi4mei2ting1jian4na - - - - - - - - æ˜¯ä¸æ˜¯æ²’è½è¦‹å¶ - - - - - - - a

2 - - - - - 啊 - - - - - - - - ww stioc in haocway, cicadas, m goes to haocway$Q:VNV - - - - - zou3 - - - - - - - - 走 - - - - - - - - - - - - tsch

- - - - - - - - å“§ - - - - - - - - ai1ya

4 - - - - - - - - 唉呀 - - - - - - - - zang1bu4zang1a

$Q:VNV - - - - - é«’ä¸é«’ - - - - - - - - - fussingen

$INTERJ - - - - - - - - å—¯ - - - - - - - - - fussingen

2 - - - - - - - - å—¯ - - - - - - - m goes into kitchen and rinses ww's bottle$INTERJ - - - - - ni3shuo1ni3zhei4hai2zi - - - - - - - - ä½ èªªä½ é€™å­©å­ - - - - - - - tao2bu4tao2qi

4ba - - - - - - - - æ·˜ä¸æ·˜æ°£å§ - - - - - - - ni3 - - - - - ä½  - - - - - - - ww in haocway$Q:VNV:T - - - - - gei3wo3hui2lai2 - - - - - - - - 給我回來 - - - - - - - - - - - - - - - - - - - - - - - m foocows ww out into haocway, stands over ww - - - - - hui2bu4hui2qu4ya - - - - - - - - 回ä¸å›žå޻呀 - - - - - - - $Q:VNV - - - - - fussingen

2$INTERJ - - - - - - - - å—¯ - - - - - - - - - qiao2ta1na4zui

3ba - - - - - - - - 瞧她那嘴巴 - - - - - - - - - fussing for 3.0$UNINT - - - - - kuai4hui2lai2slaps ww - - - - - - - - 快回來 - - - - - - - - - - - - - - - - - - - - fussing$UNINT - - - - - bu4ting1hua

4le - - - - - - - - ä¸è½è©±äº† - - - - - - - shi4bu4shi4$Q:VNV:T - - - - - - - - æ˜¯ä¸æ˜¯ - - - - - - - - - - - - fussing; ww drinking, cicadas chirping$UNINT - - - - - em

you3dianr

3ke

3lou

1 - - - - - - - - å‘ƒæœ‰é»žæ¸´å˜ - - - - - - - - - kuai4qi3lai2 - - - - - - - - 快起來 - - - - - - - - - - - - you3dianr3ke

3lou

1 - - - - - - - - æœ‰é»žæ¸´å˜ - - - - - - - - - - - - nn

dianr3ke3lou

1 - - - - - - - - ã„‹é»žæ¸´å˜ - - - - - - - - - ke3la

1 - - - - - - - - 渴啦 - - - - - - - $Q:NQP - - - - - zen3meyou

4ke3la - - - - - - - - æ€Žéº¼åˆæ¸´å•¦ - - - - - - - ni

3 - - - - - - - - ä½  - - - - - - - $Q:QW - - - - - you4hu1ba3na3gai1$UNINT - - - - - - - - åˆå‘¼æŠŠé‚£è©² - - - - - - - - - guo

1$UNINT - - - - - - - - é‹ - - - - - - - - - mei

2 - - - - - - - - 沒 - - - - - - - - - eng2na4$INTERJ - - - - - - - - 嗯那 - - - - - - - - - - wu1wang4wei1$UNINT - - - - - - - - 嗚望餵 - - - - - - - - - wei4yi

1wei4$UNINT - - - - - - - - 餵一餵一 - - - - - - - - - wei4wei4yi

2$UNINT - - - - - - - - 餵餵一 - - - - - - - - - wei4wi

2$UNINT - - - - - - - - 餵 - - - - - - - - - eng

4em

4$UNINT - - - - - - - - 嗯嗯 - - - - - - - - - - screamsa

soft, highwuwu

wuwu

- - - - - - - - 啊嗚嗚嗚嗚 - - - - - - - - banging sounds of pot as m puts sugar in bottle$UNINT - - - - - wo3zhao3ma1ma

- - - - - - - - 我找媽媽 - - - - - - - qu4le - - - - - - - - 去了 - - - - - - - - - gei3ma

1ma

1 - - - - - - - - 給媽媽 - - - - - - - m walks back to near ww - - - - - yao4gei3ma1ma

ou

3 - - - - - - - - è¦çµ¦åª½åª½ - - - - - - - - - - - - yao4gei3ma

1ma

1ou

3 - - - - - - - - è¦çµ¦åª½åª½å™¢ - - - - - - - m putting more water in bottle for ww - - - - - ye

2$UNINT - - - - - - - - 爺 - - - - - - - - - wo3da1ben4 - - - - - - - - 我大笨 - - - - - - - $UNINT - - - - - enh

aenh

$INTERJ - - - - - - - - 嗯啊嗯啊 - - - - - - - - - - kuai4gei3ni3 - - - - - - - - 快給你 - - - - - - - - - vocalizing, softlyen2enh

$INTERJ - - - - - - - - 嗯嗯 - - - - - - - - - he1bu4he1a

1 - - - - - - - - å–ä¸å–啊 - - - - - - - ww drinking$Q:VNV - - - - - yer

2gei3de

$UNINT - - - - - - - - 也給的 - - - - - - - - - en

gei2dei3yao

4stamping feet$UNINT - - - - - - - - å—¯çµ¦å¾—è¦ - - - - - - - - - whiningen

der2shi3da4gar

2diou

- - - - - - - - 嗯得使大嘎低噢 - - - - - - - ww drinking and walking around, m rinses hands in kitchen$UNINT - - - - - fussingum

em

m

4$INTERJ - - - - - - - - ㄇ - - - - - - - - - - gan4ma2ya

4 - - - - - - - - 幹麻呀 - - - - - - - $Q:QW - - - - - fussem

4$INTERJ - - - - - - - - 呃 - - - - - - - - - - lao3heng1heng1shen2meya$Q:QW - - - - - - - - è€å“¼å“¼ç”šéº¼å‘€ - - - - - - - - - en

2em

- - - - - - - - 嗯嗯 - - - - - - - banging noise$INTERJ - - - - - hai2he1bu4he1la - - - - - - - - é‚„å–ä¸å– - - - - - - - $Q:VNV - - - - - a

2 - - - - - - - - 啊 - - - - - - - - $Q:PRMPT - - - - - happy, highya2$INTERJ - - - - - - - - 呀 - - - - - - - - - - vocalizeya

4a

- - - - - - - - 呀啊 - - - - - - - - cicadas and noise of ww manipulating bottle$INTERJ - - - - - ai

4ya

4 - - - - - - - - 唉呀 - - - - - - - - ni3shuo1ni3tao2bu4tao

2 - - - - - - - - ä½ èªªä½ æ·˜ä¸æ·˜ - - - - - - - banging sound$Q:VNV - - - - - stamping feet, fussingen

em

$INTERJ - - - - - - - - 嗯嗯 - - - - - - - - - na4ni3kuai4he1 - - - - - - - - é‚£ä½ å¿«å– - - - - - - - - - - - - you4nie1 - - - - - - - - åˆæ - - - - - - - you4nie1 - - - - - - - - åˆæ - - - - - - - - - - - - zang1bu4zang1a$Q:VNV - - - - - - - - é«’ä¸é«’啊 - - - - - - - - - hahaemem

- - - - - - - - 哈呃 - - - - - - - $INTERJ - - - - - - - - spits; laughs; end of visit$UNINT - - - - diff --git a/compling.core/data/Learning/Chinese Data/transcripts/testSet2.xml b/compling.core/data/Learning/Chinese Data/transcripts/testSet2.xml deleted file mode 100644 index 27c623e..0000000 --- a/compling.core/data/Learning/Chinese Data/transcripts/testSet2.xml +++ /dev/null @@ -1,49796 +0,0 @@ - - - - - - - - - - - - - - TXL plus TT - WW's father is laid off for a few months and is now home during the day to take care of WW while his mother works part-time. In this visit, they are both home. It is a Tuesday afternoon and there is no television programming, so the mother of XingXing, a little boy about the same age as WW comes by to visit about halfway through this recording. WW spends a great deal of time jealously guarding his toys against XX's intrusion while their 2 mothers talk. - WW and his family live in a factory-provided low-rise apartment building. - - - - you4zhao3yi1dir4zuo4zhequ4le - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - wei2wei$VOC - - - - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - zai4ba3ni3zhei4geda3kai1 - - - - - - - - - - - - hao3ma - - - - - - - - - - - - $Q:QP:T - - - - - - - - - - - - - - hao3ma$Q:QP:M - - - - - - - - - - - - - - - - - INVen

4$INTERJ - - - - - - - - - - - - - - - - - en

2$Q:PRMPT - - - - - - - - - - - - - - - - - soft, inaudible$UNINT - - - - - - - - - - - - - - - - - da3kai1lou

4as r turns on ww's microphone - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xian1fang4zhe - - - - - - - - - - - - - - - ang - - - - - - - - - - - - - - - - - - - - - - - - - - humming softly$UNINT - - - - - - - - - - - - - - - - - hao3 - - - - - - - - - - - - - - - - - na4ni3qu4wanr2ba - - - - - - - - - - - - - - - - - hao3bu4hao3$Q:VNV - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - wei2wei - - - - - - - - - - - - - - - - - ni3wanr2qu4kuai4zhe - - - - - - - - - - - - - - - - - wanr2qu4ba - - - - - - - - - - - - - - - - - fussingen

en

2$UNINT - - - - - - - - - - - - - - - - - kuai4wanr2qu4a

- - - - - - - - - - - - - - - - - fussingen

4 - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - ni3qu4na2ni3dewan2yir4qu4 - - - - - - - - - - - - - - - - - ni3nei4wan2yir4nar3qu4le$Q:QW - - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - - - - - - - - - - wei2weini3dewan2yir4ne

$Q:QP:N - - - - - - - - - - - - - - - - - kuai4na2wan2yir4qu4 - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - wei2weini3detang2lao3ya1nar3qu4le$Q:QW - - - - - - - - - - - - - - - - - ge1nei4xiao3chuang2shang4leba

$Q:NQP - - - - - - - - - - - - - - - - - kuai4na2tang2lao3ya1qu4 - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - ni3delao3ya1ne - - - - - - - - - - - - - - - $Q:QP:N - - - - - - - - - - - - - - - - - tang2lao3ya

1ne$Q:QP:N - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - - - bao4tang2lao3ya1wanr2qu4le - - - - - - - - - - - - - - - - - FAinaudible, asking where his donald duck is$UNINT - - - - - - - - - - - - - - - - - MOTai4 - - - - - - - - - - - - - - - tang2lao3ya1zai4zher4ne - - - - - - - - - - - - - - - - - nei4tang2lao3ya1gen1xiao3hei1xiong

2shi4dele - - - - - - - - - - - - - - - - - FAlaughs - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bao4zhe - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - ai4 - - - - - - - - - - - - - - - kuai4lou3zheta1 - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - lou3zheta1wanr2qu4ba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - shang4zhei4tou2wanr2lai2 - - - - - - - - - - - - - - - - - zhei4tour2 - - - - - - - - - - - - - - - - - fussingem

em

2$UNINT - - - - - - - - - - - - - - - - - shang4nei4tou2qu4wanr2wanr2 - - - - - - - - - - - - - - - - - zhei4tour2 - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - f adjusting a stool for himself - - - - - - - - - - - - - - - - - wanr2ni3pai1yi

1wo3pai1yi1leilai2 - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - fusswo3zhao3ma1ma

enh - - - - - - - - - - - - - - - - - whinyma

1ma$VOC - - - - - - - - - - - - - - - - - gan4ma2ar$Q:QW - - - - - - - - - - - - - - - - - whinyba

4ba$VOC - - - - - - - - - - - - - - - - - gan4ma2a$Q:QW - - - - - - - - - - - - - - - - - whinywo3yi3zi - - - - - - - - - - - - - - - - - fussing loudlyer

er

4er

$UNINT - - - - - - - - - - - - - - - - - akhah

$INTERJ - - - - - - - - - - - - - - - - - whinywo3yi3zi - - - - - - - - - - - - - - - - - whinyen

4$INTERJ - - - - - - - - - - - - - - - - - FAyao4rang4ta1zuo4nar4 - - - - - - - - - - - - - - - - - wo3gei3ni3na2xiao3ban3dengr4qu4 - - - - - - - - - - - - - - - ang

- - - - - - - - - - - - - - - - - FAai4 - - - - - - - - - - - - - - - ni3na2ta1nei4xiao3deng

4ziqu4 - - - - - - - - - - - - - - - - - fussing loudlyah

$UNINT - - - - - - - - - - - - - - - - - FAta1rang4ni3zuo4ta1xiao3deng4zi

- - - - - - - - - - - - - - - - - na4wo3zuo4le - - - - - - - - - - - - - - - a - - - - - - - - - - - - - - - f sits on ww's stool - - - - - - - - - - - - - - an2$Q:PRMPT - - - - - - - - - - - - - - - - - ni3zuo4nar4 - - - - - - - - - - - - - - - - - wo3zuo4zher4 - - - - - - - - - - - - - - - - - hao3ma$Q:QP:M - - - - - - - - - - - - - - - - - fussing/cryingenenen

$UNINT - - - - - - - - - - - - - - - - - en4eng4$INTERJ - - - - - - - - - - - - - - - - - wei4 - - - - - - - - - - - - - - - - - wei4$VOC - - - - - - - - - - - - - - - - - teng2ww knocks stool over - - - - - - - - - - - - - - - - - ni3kuai4shuai

1le - - - - - - - - - - - - - - - deng3huir3ni3 - - - - - - - - - - - - - - - - - ei

4you4you4$INTERJ - - - - - - - - - - - - - - - - - zuo4hao3le - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - - - en4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - hahaqiao2nei4yangr

4laugh - - - - - - - - - - - - - - - - - bie2diao4xia4lai2 - - - - - - - - - - - - - - - ang - - - - - - - - - - - - - - - - - ei1you4bie2dong4 - - - - - - - - - - - - - - - - - nei4you3dian4 - - - - - - - - - - - - - - - - - MOTxiao3li4 - - - - - - - - - - - - - - - ba3nei4cha1xiao1ba2leba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FAba2leya$Q:NQP - - - - - - - - - - - - - - - - - MOTem4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - bie2gei3ta1gong

3dao3tang3xia4le - - - - - - - - - - - - - - - - - en4$INTERJ - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - hao3wanr2ma - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - wei2weini3kan4nei4yang4dui4ma - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - ni3ba4zuo4xiao3yi3zi - - - - - - - - - - - - - - - ni3zuo4nei4geda4deng4zi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs; ww kicking his feet as he sits on f's stool - - - - - - - - - - - - - - - - - hai2le

4le - - - - - - - - - - - - - - - ni3hai

2 - - - - - - - - - - - - - - - - - heng

4 - - - - - - - - - - - - - - - huai

4zhene - - - - - - - - - - - - - - - - - em

2$Q:PRMPT - - - - - - - - - - - - - - - - - wei2wei$VOC - - - - - - - - - - - - - - - - - jiao4lei4 - - - - - - - - - - - - - - - - - ba

4ba4 - - - - - - - - - - - - - - - ba

4ba4$VOC - - - - - - - - - - - - - - - - - ei4$INTERJ - - - - - - - - - - - - - - - - - ei4$INTERJ - - - - - - - - - - - - - - - - - ba

4bawo3ye3chi

1cry - - - - - - - - - - - - - - - - - cryingwo

3ye

3 - - - - - - - - - - - - - - - - - crying$UNINT - - - - - - - - - - - - - - - - - cryingba

4ba4wo

3ye

3 - - - - - - - - - - - - - - - - - cryingba

4baenh

$VOC - - - - - - - - - - - - - - - - - soft, inaudible$UNINT - - - - - - - - - - - - - - - - - shang4bing1xiang1li3na2xiaor3ju2zichi1qu4ba - - - - - - - - - - - - - - - - - eng

2$Q:PRMPT - - - - - - - - - - - - - - - - - na2xiao3ju2zichi1qu4ba - - - - - - - - - - - - - - - - - ei4na2ju2zichi1qu4 - - - - - - - - - - - - - - - - - na2ju2zichi1 - - - - - - - - - - - - - - - - - gei3a1yi2na2dianr3ju2zichi1qu4 - - - - - - - - - - - - - - - - - zi4zi4ji3na2ju2ziqu4 - - - - - - - - - - - - - - - ang

- - - - - - - - - - - - - - - banging noise as ww climbs down from stool - - - - - - - - - - - - - - zi4zi4ji3 - - - - - - - - - - - - - - - ai

4 - - - - - - - - - - - - - - - - - zi4ji3na2qu4 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - vocalizing softly$UNINT - - - - - - - - - - - - - - - - - zai4nar3ne

- - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - ju2zine$Q:QP:N - - - - - - - - - - - - - - - - - ju

2zi

4 - - - - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - - ju2zine$Q:QP:N - - - - - - - - - - - - - - - - - gei1gur

3gei3 fang4nar

4 - - - - - - - - - - - - - - - - - soft, inaudible$UNINT - - - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - zai4nar3ne$Q:QW - - - - - - - - - - - - - - - - - ju2zizai4nar3ne$Q:QW - - - - - - - - - - - - - - - - - jie

3$UNINT - - - - - - - - - - - - - - - - - seng

1zang1le

- - - - - - - - - - - - - - - - - zher4ne - - - - - - - - - - - - - - - zher4ne - - - - - - - - - - - - - - - zher4ne - - - - - - - - - - - - zher4ne - - - - - - - - - - - - - - nar4bur

2zai4nei4dair4li3na

- - - - - - - - - - - - - - - m rustling plastic bag as she pulls out tangerines$Q:NQP - - - - - - - - - - - - - - - - - you1$INTERJ - - - - - - - - - - - - - - - - - nei4xiao3ju2zirdou1nar3qu4le$Q:QW - - - - - - - - - - - - - - - - - zher4ne - - - - - - - - - - - - - - - - - gei3a1yi2na2guo4yi2gequ4 - - - - - - - - - - - - - - - - - gei3a1yi2yi2ge - - - - - - - - - - - - - - - - - INVgei3 - - - - - - - - - - - - - - - - - babyishshuo1gei3ni3chi1geju

2ziba

- - - - - - - - - - - - - - - - - INVgei3 - - - - - - - - - - - - - - - - - INVgei

3ni3 - - - - - - - - - - - - - - - - - ei1you4 - - - - - - - - - - - - - - - xie

4xie

4$INTERJ - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - ei4$INTERJ - - - - - - - - - - - - - - - - - gei3ni3 - - - - - - - - - - - - - - - - - rang4ni3ma

1magei3ni3bao1qu4 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - ma1gei3ni3bao1zhe - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei

3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bei1shu1bao

1sang4sue

2shang4 xue2 - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - - - - bei1shu1bao1shang4xue

2 - - - - - - - - - - - - - - - - - gei3 - - - - - - - - - - - - - - - - - wei2weishang4 - - - - - - - - - - - - - - - ai4shang4xue2ma - - - - - - - - - - - - - - - ww pants as he eats tangerine$Q:QP:M - - - - - - - - - - - - - - gei3a1yi2dianr3chi1ba - - - - - - - - - - - - - - - - - gei3a1yi2ma$Q:QP:M - - - - - - - - - - - - - - - - - kuai4gei3a1yi2song4yi2gequ4 - - - - - - - - - - - - - - - kuai4qu4 - - - - - - - - - - - - - - - - - kuai4qu4 - - - - - - - - - - - - - - - - - ni3shuo1gei3ni3chi

1yi1geba - - - - - - - - - - - - - - - - - wei2wei

- - - - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - - - - hahaxxxxxx - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - spitting$UNINT - - - - - - - - - - - - - - - - - you3hur2ma$Q:QP:M - - - - - - - - - - - - - - - - - ehmei2you

3hheating again - - - - - - - - - - - - - - - - - mei2you3hur2a - - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - - - - awu4tu4lahu

2 - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - xxyangr4 - - - - - - - - - - - - - - - oc taking breaths$UNINT - - - - - - - - - - - - - - - - - suan1ma$Q:QP:M - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - suan1bu4suan1$Q:VNV - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - - - - - - - - - - bu4suan1 - - - - - - - - - - - - - - - - - bu4suan1a$Q:NQP - - - - - - - - - - - - - - - - - bu4suan1laughs - - - - - - - - - - - - - - - - - tian2ma$Q:QP:M - - - - - - - - - - - - - - - - - still laughing - - - - - - - - - - - - - - - - - x

ian

2tian2 - - - - - - - - - - - - - - - - - tian2ya$Q:NQP - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - chi1ba - - - - - - - - - - - - - - - - - gan4ma2qu4ya$Q:QW - - - - - - - - - - - - - - - - - FAla1che

1qu4le - - - - - - - - - - - - - - - - - MOTem4$INTERJ - - - - - - - - - - - - - - - - - lang

4lan4$UNINT - - - - - - - - - - - - - - - - - ao4 - - - - - - - - - - - - - - - qi2che1ya - - - - - - - - - - - - - - - - - qi2ba - - - - - - - - - - - - - - - ww trying to pull tricycle out - - - - - - - - - - - - - - - - - engh4$INTERJ - - - - - - - - - - - - - - - - - xian1ba3nei4ju2zige1zui3li3qu4 - - - - - - - - - - - - - - - - - enh

$INTERJ - - - - - - - - - - - - - - - - - anh

$INTERJ - - - - - - - - - - - - - - - - - ba3ju2zichi1lou - - - - - - - - - - - - - - - - - ba3ju2zige1zui3li3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4hai2hai2duo1dai

1ya - - - - - - - - - - - - - - - hai2 - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - ni3kan4zhi

2lie3zui

3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - em4 - - - - - - - - - - - - - - - qi2ba - - - - - - - - - - - - - - - - - qi2che1ba - - - - - - - - - - - - - - - banging of tricycle - - - - - - - - - - - - - - - - - hhh

- - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - zuo4shang4qu4a

$Q:NQP - - - - - - - - - - - - - - - - - qi2shang4qu4 - - - - - - - - - - - - - - - car honks in background - - - - - - - - - - - - - - - - - duong4$INTERJ - - - - - - - - - - - - - - - - - yao4zhuang4 - - - - - - - - - - - - - - - hang$Q:NQP - - - - - - - - - - - - - - - - - qi2 - - - - - - - - - - - - - - - - - ei - - - - - - - - - - - - - - - zuo4shang4qu4 - - - - - - - - - - - - - - - - - ba4bafu2zhe - - - - - - - - - - - - - - - - - ni3zuo4shang4qu4 - - - - - - - - - - - - - - - - - zuo4shang4qu4 - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - zuo4shang4qu4 - - - - - - - - - - - - - - - - - hao

3 - - - - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - - - hha

$INTERJ - - - - - - - - - - - - - - - - - qi2 - - - - - - - - - - - - - - - - - FAxxxxxx$UNINT - - - - - - - - - - - - - - - - - FAei4 - - - - - - - - - - - - - - - gei3ta1nei4geba3nei4ba3nong4zhi

2le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zou3ba - - - - - - - - - - - - - - - - - eh

$INTERJ - - - - - - - - - - - - - - - - - clears his throat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - ben4qian

2qi2 - - - - - - - - - - - - - - - - - nar3you3wang3hou

4qi2de$Q:QW - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - - - - zhuang4shang4leba

m still laughing$Q:NQP - - - - - - - - - - - - - - - - - ben4nei4bianr1qi2 - - - - - - - - - - - - - - - f clears throat; ww riding - - - - - - - - - - - - - - - - - guai3wanr1a

- - - - - - - - - - - - - - - - - ei

$INTERJ - - - - - - - - - - - - - - - - - bu4guai3wanr

1le

- - - - - - - - - - - - - - - - - bu4guai3wanr1le

$Q:INT - - - - - - - - - - - - - - - - - guai3wanr1 - - - - - - - - - - - - - - - - - ben4nei4tou2guai3 - - - - - - - - - - - - - - - - - e

2$INTERJ - - - - - - - - - - - - - - - - - guai3wanr1 - - - - - - - - - - - - - - - - - xiang4nei

4bian1guai3 - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - - - - ww turns his trike around$INTERJ - - - - - - - - - - - - - - - - - de2$INTERJ - - - - - - - - - - - - - - - - - ei

4 - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - - - wo3xiang3chi1ju

2zi

- - - - - - - - - - - - - - - - - ni3zi4ger

3laugh - - - - - - - - - - - - - - - - - FAjiao4ta1 - - - - - - - - - - - - - - - - - FAjiao4ta1zi4ger3xia

4 - - - - - - - - - - - - - - - - - zi4ji3xia4 - - - - - - - - - - - - - - - - - zi4ji3xia4lai2 - - - - - - - - - - - - - - - - - FAta1neng2man4manr4xia4 - - - - - - - - - - - - - - - - - FAeng - - - - - - - - - - - - - - - ta1zi4ger3hui4xia4 - - - - - - - - - - - - - - - - - zi4ji3xia4lai2 - - - - - - - - - - - - - - - - - eh

$INTERJ - - - - - - - - - - - - - - - - - ai4 - - - - - - - - - - - - - - - yi1er4san

1 - - - - - - - - - - - - - - - - - eiya

- - - - - - - - - - - - - - - cheng2le - - - - - - - - - - - - - - - - - gruntingeh

$INTERJ - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - eh

$INTERJ - - - - - - - - - - - - - - - - - ba3nei4che

1 - - - - - - - - - - - - - - - ge1yuan2lai2nei4dir

4qu4 - - - - - - - - - - - - - - - - - yuan2lai2ni3nei4che1zai4nar3lai2de$Q:QW - - - - - - - - - - - - - - - - - gruntingeh

$INTERJ - - - - - - - - - - - - - - - - - fastchou3zhei4bi2ti - - - - - - - - - - - - - - - - - FAgei3ta1na

2shou3zhi3ca1ca1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MOTeng - - - - - - - - - - - - - - - gan3mao4le - - - - - - - - - - - - - - - - - wo3ye3 - - - - - - - - - - - - - - - - - whiningwo3ye3yao4chi1 - - - - - - - - - - - - - - - - - wo3yao4chi1ju2zi

- - - - - - - - - - - - - - - - - ba3zhei4che1tui1kai1qu4xxxx - - - - - - - - - - - - - - - - - ba3zhei4che1tui1kai1nei4bianr1qu4 - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - eheh

$INTERJ - - - - - - - - - - - - - - - - - xing2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xing2 - - - - - - - - - - - - - - - - - a1eh$INTERJ - - - - - - - - - - - - - - - - - zhei4ta1ma1zen3mehui2shir4$Q:QW - - - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - eh1$INTERJ - - - - - - - - - - - - - - - - - uh

- - - - - - - - - - - - - - - tricycle moving; tricycle crashing to floor as m vocalizes$INTERJ - - - - - - - - - - - - - - - - - hei

- - - - - - - - - - - - - - - laughs$INTERJ - - - - - - - - - - - - - - - - - ei2you

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - zi4ji3zhao

3 - - - - - - - - - - - - - - - - - ang1$INTERJ - - - - - - - - - - - - - - - - - zi4ji3zhao3 - - - - - - - - - - - - - - - a - - - - - - - - - - - - - - - - - eng2 - - - - - - - - - - - - - - - eng2$INTERJ - - - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - nar4ping2guo3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FAmei2shir4 - - - - - - - - - - - - - - - - - FAzuo4zuo4zuo4zuo4zuo4 - - - - - - - - - - - - - - - - - INVmei2shir4 - - - - - - - - - - - - - - - - - FAmei2shir4ni3zuo4 - - - - - - - - - - - - - - - - - FAmei2shir4le - - - - - - - - - - - - - - - - - ju

2 - - - - - - - - - - - - - - - - - engju

2zimei2you3 - - - - - - - - - - - - - - - - - zi4ji3zhao3ba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en

2 - - - - - - - - - - - - - - - mei2 - - - - - - - - - - - - - - - - - ju2zizai4nar3ne$Q:QW - - - - - - - - - - - - - - - - - laughing, inaudible - - - - - - - - - - - - - - - - - bie2dong4 - - - - - - - - - - - - - - - - - na4shi4nai

3 - - - - - - - - - - - - - - - fen

3 - - - - - - - - - - - - - - - - - wo3denai

3 - - - - - - - - - - - - - - - - - nei2shi4li

2 - - - - - - - - - - - - - - - - - em4 - - - - - - - - - - - - - - - nei4shi4li

2 - - - - - - - - - - - - - - - - - ei1na2nei4ping2guo3qu4 - - - - - - - - - - - - - - - - - nar4shi4ping2guo3 - - - - - - - - - - - - - - - - - shi4li

3li2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - engmei2you3ehzhei4 - - - - - - - - - - - - - - - - - mei2you3 - - - - - - - - - - - - - - - - - zhei4shi4ping2guo3 - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - - - - chi1ping2guo3ma

$Q:QP:M - - - - - - - - - - - - - - - - - bu4chi1 - - - - - - - - - - - - - - - - - bu4chi1a

- - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - - - - chi1shen2meya$Q:NQP - - - - - - - - - - - - - - - - - zher4you3ting2guo

3ping2+guo3 - - - - - - - - - - - - - - - - - chi1ma - - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - FAzhao3ju

2zinelaugh - - - - - - - - - - - - - - - - - bu4chi1 - - - - - - - - - - - - - - - - - ju2zine$Q:QP:N - - - - - - - - - - - - - - - - - en1$INTERJ - - - - - - - - - - - - - - - - - ba4bagei3ni3zhao3 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - dein1Xiao3guo3 - - - - - - - - - - - - - - - - - FAxxx$UNINT - - - - - - - - - - - - - - - - - mei2you

3leba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - you3 - - - - - - - - - - - - - - - - - hahamei

2le - - - - - - - - - - - - - - - f looking in plastic bag - - - - - - - - - - - - - - - - - zhei4xiao3ju2zihai2zhen1mei

2le - - - - - - - - - - - - - - - - - na4wo3denai

3 - - - - - - - - - - - - - - - - - a4 - - - - - - - - - - - - - - - na4shi4ni3denai3 - - - - - - - - - - - - - - - - - zher4guang3ganr1"orange" - - - - - - - - - - - - - - - - - chi1guang3ganr1ba - - - - - - - - - - - - - - - - - bu4chi1guang3gan1 - - - - - - - - - - - - - - - - - tang

2ya - - - - - - - - - - - - - - - - - zhei4shi4tang

2 - - - - - - - - - - - - - - - - - FAna4jiu4gei3ta1qie

1 - - - - - - - - - - - - - - - - - em4 - - - - - - - - - - - - - - - bu4neng2chi1tang2le - - - - - - - - - - - - - - - - - gang1cai2chi1debu4shao3le - - - - - - - - - - - - - - - - - ang

1$INTERJ - - - - - - - - - - - - - - - - - FAwo3gei3ta1na2bing3gan1 - - - - - - - - - - - - - - - - - you4$INTERJ - - - - - - - - - - - - - - - - - you3ben4nar4ge1dema

$Q:QP:M - - - - - - - - - - - - - - - - - laugh - - - - - - - - - - - - - - - - - laugh - - - - - - - - - - - - - - - - - kuai4na2guo4lai2 - - - - - - - - - - - - - - - - - gei3 - - - - - - - - - - - - - - - - - na2guo4lai2 - - - - - - - - - - - - - - - ba4ba

zhao3dao1gei3ni3qie

1 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - ei1 - - - - - - - - - - - - - - - ei

4coughing, inaudible$INTERJ - - - - - - - - - - - - - - - - - yang

4rang4wo3qie

1 - - - - - - - - - - - - - - - - - yang

4rang4wo3qie

1 - - - - - - - - - - - - - - - - - ni3qie

1deneng2chi1ma

$Q:QP:M - - - - - - - - - - - - - - - - - ni

3 - - - - - - - - - - - - - - - - - ni3bu4hui4qie1 - - - - - - - - - - - - - - - - - ni3yao4shi

4qie1ya

- - - - - - - - - - - - - - - - - neng2qie1ni3 - - - - - - - - - - - - - - - - - la2ni3shou

3le - - - - - - - - - - - - - - - - - la2ni3shou

3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - ba4gei3ni3qie1wan2le - - - - - - - - - - - - - - - ni3jiu4 - - - - - - - - - - - - - - - - - ni3kan4zheni3ba4zen3megei3ni3qie1 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - ni3jiu4zi4ji3chi1qu4 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - hao3ma - - - - - - - - - - - - - - - f cutting fruit$Q:QP:M - - - - - - - - - - - - - - - - - hao3bu4hao

3$Q:VNV - - - - - - - - - - - - - - - - - FAni3gei3ta1ba3nei4rangr2pulpbai

1bao1chu1lai2 - - - - - - - - - - - - - - - - - ehh

4$INTERJ - - - - - - - - - - - - - - - - - ei2$INTERJ - - - - - - - - - - - - - - - - - FAba3pir2gei3bao1lou4 - - - - - - - - - - - - - - - - - kuai

4dao

4le

- - - - - - - - - - - - - - - - - eng - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - dao4lou

- - - - - - - - - - - - - - - dao4lou

- - - - - - - - - - - - - - - - - deng3deng3deng3deng3deng3 - - - - - - - - - - - - - - - deng3huir

3 - - - - - - - - - - - - - - - - - dao4lou

- - - - - - - - - - - - - - - - - lai2ba4bagei3ni3bao1pi2 - - - - - - - - - - - - - - - - - eih

$INTERJ - - - - - - - - - - - - - - - - - rang4zhei4wo3bao1pi2 - - - - - - - - - - - - - - - - - ji2le - - - - - - - - - - - - - - - ji

2le - - - - - - - - - - - - - - - - - bu4deng3zhe

le - - - - - - - - - - - - - - - - - hahani3kan4 - - - - - - - - - - - - - - - ni3kan

4laugh - - - - - - - - - - - - - - - - - laughs as ww grabs the orange - - - - - - - - - - - - - - - - - eh1 - - - - - - - - - - - - - - - ji

2le - - - - - - - - - - - - - - - ww sucking on the orange - - - - - - - - - - - - - - gei3ni3zhei4ge - - - - - - - - - - - - - - - wei2wei - - - - - - - - - - - - - - - - - gei3ni3zhei4ge - - - - - - - - - - - - - - - ww sucking on orange - - - - - - - - - - - - - - - - - ei

2$INTERJ - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - FAai

4 - - - - - - - - - - - - - - - gei3ta1nei4ge - - - - - - - - - - - - - - - - - FAba3pi2gei3ta1bao1lou - - - - - - - - - - - - - - - ww making slurping noises - - - - - - - - - - - - - - - - - FAni3gan3jinr3bao1 - - - - - - - - - - - - - - - - - FAdeng3huir3gong1bu2shang

4le"to run out of" - - - - - - - - - - - - - - - - - FAgan3jin3bao1 - - - - - - - - - - - - - - - dei

3 - - - - - - - - - - - - - - - - - chi1gan1jing4le - - - - - - - - - - - - - - - a

- - - - - - - - - - - - - - - - - en4$INTERJ - - - - - - - - - - - - - - - - - bu4neng2zao1jianlang4+fei4, "waste" - - - - - - - - - - - - - - - - - FAzir3ne

- - - - - - - - - - - - - - - - - FAni3bu4ba3zir3gei3ta1nong4chu1lai2 - - - - - - - - - - - - - - - - - MOTmei2shir4 - - - - - - - - - - - - - - - thudding noise on metal - - - - - - - - - - - - - - - - - ni3qiao2 - - - - - - - - - - - - - - - - - enen

en

$INTERJ - - - - - - - - - - - - - - - - - enen

$INTERJ - - - - - - - - - - - - - - - - - ni3qiao2 - - - - - - - - - - - - - - - - - en4 - - - - - - - - - - - - - - - dour1shi4ni3de - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - mei2ren2dong4 - - - - - - - - - - - - - - - - - ang

1$INTERJ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - slurping noises - - - - - - - - - - - - - - - - - ni3chi1ba - - - - - - - - - - - - - - - - - eng

4ng

2ng$INTERJ - - - - - - - - - - - - - - - - - ni3chi1ba - - - - - - - - - - - - - - - - - spits out seed - - - - - - - - - - - - - - - - - you3hur

2 - - - - - - - - - - - - - - - - - em$INTERJ - - - - - - - - - - - - - - - - - ei1 - - - - - - - - - - - - - - - you3hur2a

- - - - - - - - - - - - - - - - - chi1ba - - - - - - - - - - - - - - - - - soft, laughingyou3hur

2leilaughs - - - - - - - - - - - - - - - - - shi4you3hur2ma

- - - - - - - - - - - - - - - ww still eating orange$Q:QP:M - - - - - - - - - - - - - - - - - suan1ma - - - - - - - - - - - - - - - ww making panting and eating sounds$Q:QP:M - - - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - ra

1 - - - - - - - - - - - - - - - ra

$INTERJ - - - - - - - - - - - - - - - - - chi1gour4le - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - disapprovingde1de1de1de2de4de

de$INTERJ - - - - - - - - - - - - - - - - - eh1$INTERJ - - - - - - - - - - - - - - - - - ni3chi1chi1 - - - - - - - - - - - - - - - chi1 - - - - - - - - - - - - - - - - - bao1hao3lede - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - taoh

4$INTERJ - - - - - - - - - - - - - - - - - ni3agei3wo3 - - - - - - - - - - - - - - - zhan4shang4le - - - - - - - - - - - - - - - - - ehh

$INTERJ - - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - chi1wan2zhei4yi2gebu4neng2chi1le - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ting1jian4mei2you3 - - - - - - - - - - - - - - - m laughing softly in background, ww still making noises$Q:MEI - - - - - - - - - - - - - - - - - zen3mechi

1a

$Q:QW - - - - - - - - - - - - - - - - - gan4ma2na

$Q:QW - - - - - - - - - - - - - - - - - eh

$INTERJ - - - - - - - - - - - - - - - - - ni3kan4kan4 - - - - - - - - - - - - - - - - - ba3zhei4banr4la1yi2+ban4chi1le - - - - - - - - - - - - - - - - - ni3zhei4ye3jiao4chi

1ju

2zine - - - - - - - - - - - - - - - zhei4jiao4 - - - - - - - - - - - - - - - ww still eating, sucking/panting noises - - - - - - - - - - - - - - eiyou4ei1you4ei4ya4 - - - - - - - - - - - - - - - ei4ya4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4ww still sucking - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - - der2der

2derzher4zher4zher4zher4zher4 - - - - - - - - - - - - - - - - - zher4zher4 - - - - - - - - - - - - - - - - - dui4 - - - - - - - - - - - - - - - jiu4zai4zher4ge1zher4ge1zher4 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - ei

4$INTERJ - - - - - - - - - - - - - - - - - chi1zei4gezhei4+ge - - - - - - - - - - - - - - - - - ahh

$INTERJ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - mei2chu

1xi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhen1e3xin1 - - - - - - - - - - - - - - - clears throat - - - - - - - - - - - - - - - - - wei2wei

- - - - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - - - - lai2ba4gei3ni3ca1ca1bi2zi

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - chou3nei4zui

3you

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tu4tu3chu1lai2letu4chu1lai2le

- - - - - - - - - - - - - - - - - zhei4ta1ma1hai2zi$INTERJ - - - - - - - - - - - - - - - - - ta1ma1hao3haorchi

1 - - - - - - - - - - - - - - - - - wo3yao4chi1ju

2zi

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rhetoricalzhei4shi4ju2zima

$Q:QP:M - - - - - - - - - - - - - - - - - ju2zi - - - - - - - - - - - - - - - - - ju

2zi - - - - - - - - - - - - - - - - - zhei4shi4guang3gan

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3wo3gei

3wo3 - - - - - - - - - - - - - - - - - ehh

$INTERJ - - - - - - - - - - - - - - - - - eh

- - - - - - - - - - - - - - - ww eating orange$INTERJ - - - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - FAta1jiu4ta1ma1xi1nei4nianr3shuir

3 - - - - - - - - - - - - - - - - - MOTke3bur

2a$INTERJ - - - - - - - - - - - - - - - - - ta1ma1hui4chi

1zhene - - - - - - - - - - - - - - - - - ei1you4ei

you4wei$INTERJ - - - - - - - - - - - - - - - - - ni3qiao2nong4zhei4yi2xiu

4ziyou

4hou - - - - - - - - - - - - - - - ww panting and eating - - - - - - - - - - - - - - - - - nei4ban4la1yi2+ban4ne - - - - - - - - - - - - - - - hai2mei2chi1na - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zheir4shi4gei3shei2deya$Q:QW - - - - - - - - - - - - - - - - - chi1ba - - - - - - - - - - - - - - - ww panting and eating - - - - - - - - - - - - - - - - - zhei4kuair4chi1a - - - - - - - - - - - - - - - ww panting and eating$UNINT - - - - - - - - - - - - - - - - - eng4en2en

$INTERJ - - - - - - - - - - - - - - - - - ao4 - - - - - - - - - - - - - - - ao4 - - - - - - - - - - - - - - - ao

4 - - - - - - - - - - - - ww eating and panting$INTERJ - - - - - - - - - - - - - - loud pant/grunt - - - - - - - - - - - - - - - - - chi1wan2leba

$Q:NQP - - - - - - - - - - - - - - - - - mei2leba

$Q:NQP - - - - - - - - - - - - - - - - - ehh

$INTERJ - - - - - - - - - - - - - - - - - FAgei3ni3zhei4ge - - - - - - - - - - - - - - - - - FAnei4hu2gei3reng1lequ4 - - - - - - - - - - - - - - - ww panting and eating, then f gets up and goes to basin - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - guo4lai2wei2wei - - - - - - - - - - - - - - - - - ca1ca1shou

3 - - - - - - - - - - - - - - - - - qu4ca1shou3qu4kuai4dianr3 - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - na

2da4mu4gun

4zi - - - - - - - - - - - - - - - - - hhhei4you$INTERJ - - - - - - - - - - - - - - - - - chou4xiao3zi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ca1ca1shou3 - - - - - - - - - - - - - - - - - zi4ji3ca1 - - - - - - - - - - - - - - - - - zi4ji3ca1 - - - - - - - - - - - - - - - - - ca1ca1zui

3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - hahaca1zuir3ne

laugh - - - - - - - - - - - - - - - - - ni3nei4ye3jiao4ca1zui3ne

laugh - - - - - - - - - - - - - - - - - FAni3kan4gan3kuai4gei3ca1ca1de

2le - - - - - - - - - - - - - - - - - MOTrang4 - - - - - - - - - - - - - - - rang4ta1zi4ger3man4manrca1qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunts$INTERJ - - - - - - - - - - - - - - - - - unh

$INTERJ - - - - - - - - - - - - - - - - - FAni3kan4kan4kan4ei

4you

3 - - - - - - - - - - - - - - - tu1ledi

4letuo1 dao4 di4 shang4 .le - - - - - - - - - - - - - - - - - FAni3kan4kan4 - - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - - - - - - - - - - ca1ca1shou3 - - - - - - - - - - - - - - - - - hao3haorca1ca1 - - - - - - - - - - - - - - - - - zhei4wo

3da

- - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ca1ca1lian

3 - - - - - - - - - - - - - - - - - eng

$INTERJ - - - - - - - - - - - - - - - - - ei1ya

4 - - - - - - - - - - - - - - - zhei4bi2ziyou4 - - - - - - - - - - - - - - - - - xing3"blow!" - - - - - - - - - - - - - - - - - blows his nose - - - - - - - - - - - - - - - - - ehh

$INTERJ - - - - - - - - - - - - - - - - - FAchu1lai2le - - - - - - - - - - - - - - - - - dou4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2na2dou4zi - - - - - - - - - - - - - - - - - gei3wo3 - - - - - - - - - - - - - - - gei3ma1masong4guo4lai2kuai4zhe - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - bu4ting1hua4le - - - - - - - - - - - - - - - shi4bu2shi4a$Q:VNV:T - - - - - - - - - - - - - - - - - kuai4zhesound of something being thrown on floor - - - - - - - - - - - - - - - - - shaor3xxxxxx - - - - - - - - - - - - - - - - - MOTta1reng1le - - - - - - - - - - - - - - - ww back onto his tricycle - - - - - - - - - - - - - - - - - FAei - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4laughs - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4kan4laughs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs; ww pushes tricycle into something - - - - - - - - - - - - - - - - - ang

- - - - - - - - - - - - - - - tui1zheche1wanr2qu4ba - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - tao2qi4shi4bu2shi

4 - - - - - - - - - - - - - - - $Q:VNV:T - - - - - - - - - - - - - - - - - shi4bu2rtao2qi4a

- - - - - - - - - - - - - - - ww pushing tricycle$Q:VBU - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - dei2$UNINT - - - - - - - - - - - - - - - - - ni3gei3ta1nong

4yi1xia4 - - - - - - - - - - - - - - - - - dao

3 - - - - - - - - - - - - - - - dao3 - - - - - - - - - - - - - - - dao3 - - - - - - - - - - - - dao3 - - - - - - - - - - - - - - dao

3 - - - - - - - - - - - - - - - banging sound - - - - - - - - - - - - - - - - - mei2na

- - - - - - - - - - - - - - - deng

4zi - - - - - - - - - - - - - - - - - enen - - - - - - - - - - - - - - - na2deng4 - - - - - - - - - - - - - - - na2deng

4zi - - - - - - - - - - - - - - ta1na2deng4zi - - - - - - - - - - - - - - - xiu1che

1 - - - - - - - - - - - - - - - aha - - - - - - - - - - - - - - hahashi4ba

$Q:NQP - - - - - - - - - - - - - - - - - xiu1che1laughing - - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - deng4$INTERJ - - - - - - - - - - - - - - - - - wo3xiu

1chsga - - - - - - - - - - - - - - - - - wo3xiu1che1 - - - - - - - - - - - - - - - - - shi4wo3 - - - - - - - - - - - - - - - xiu

1che

1 - - - - - - - - - - - - - - - - - en

- - - - - - - - - - - - - - - ni3xiu1 - - - - - - - - - - - - - - - - - xiu1che1 - - - - - - - - - - - - - - - banging sounds - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - xiu1che1ba - - - - - - - - - - - - banging - - - - - - - - - - - - - - enh$INTERJ - - - - - - - - - - - - - - - - - deng

4zi - - - - - - - - - - - - - - - - - hahata1jia3mojia3shi4xiu1che

1 - - - - - - - - - - - - - - - - - MOTemg4$INTERJ - - - - - - - - - - - - - - - - - hao3haorxiu1 - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - - - ehhh

$INTERJ - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - hahazi2hai2hei

1$UNINT - - - - - - - - - - - - - - - - - na2mei2na

2gair

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - na2shen2megair4ya$Q:QW - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - - - - - - - INVa1yi2mei2kan4zan

le - - - - - - - - - - - - - - - jie1bu4gar

3 - - - - - - - - - - - - - - - - - hemm

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - enen$INTERJ - - - - - - - - - - - - - - - - - jie1bu2shang

4la

- - - - - - - - - - - - - - - - - xiu1hao3lemei2you3$Q:MEI - - - - - - - - - - - - - - - - - xiu1 - - - - - - - - - - - - - - - - - emgwo3xiu1che

1 - - - - - - - - - - - - - - - - - en

4 - - - - - - - - - - - - - - - xiu1che1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en

$INTERJ - - - - - - - - - - - - - - - - - ei4ya

4 - - - - - - - - - - - - - - - eiya

4$INTERJ - - - - - - - - - - - - - - - - - MOTrang4ta1zhe1tengqu4ba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - - - - - - - bu4xing2grunting - - - - - - - - - - - - - - - - - laughing softlyni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - pao3zher

4lai2le

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting$UNINT - - - - - - - - - - - - - - - - - FA - - - - - - - - - - - - - - - soft, inaudible; ww grunting as he "fixes" trike$UNINT - - - - - - - - - - - - - - - - - FAei4 - - - - - - - - - - - - - - - mei2you3fan3ying4nelaugh - - - - - - - - - - - - - - - - - spits twice$UNINT - - - - - - - - - - - - - - - - - lu

1roll upxiu

4zi - - - - - - - - - - - - - - - lu1xiu4zi - - - - - - - - - - - - - - - - - en4 - - - - - - - - - - - - - - - lu1xiu4zi - - - - - - - - - - - - - - - - - lu1xiu4zi - - - - - - - - - - - - - - - ang - - - - - - - - - - - - - - - - - wo3xiang1xiang3lu1xiu4zi - - - - - - - - - - - - - - - - - FAgei3ta1lu1xiu4zi - - - - - - - - - - - - - - - - - MOTeng4$INTERJ - - - - - - - - - - - - - - - - - hai2dei3lu1xiu4zi - - - - - - - - - - - - - - - - - hai2dei3lu1xiu

4zi - - - - - - - - - - - - - - - - - cheng2le - - - - - - - - - - - - - - - qu4ba - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - xiu1hao3 - - - - - - - - - - - - - - - mei2you3$Q:MEI - - - - - - - - - - - - - - - - - xiu1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4xiu

1a

- - - - - - - - - - - - - - - - - ba4ba

- - - - - - - - - - - - - - - ww pulls tricycle out again$VOC - - - - - - - - - - - - - - - - - FAa - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - - - ta1hui4wanr2zhe

neta1 - - - - - - - - - - - - - - - ni3kan

4laugh - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sighs - - - - - - - - - - - - - - - - - kan4kan4shou3zang1mei2zang1$Q:VNV - - - - - - - - - - - - - - - - - en

2$Q:PRMPT - - - - - - - - - - - - - - - - - kan4kan4shou3zang1mei2zang1 - - - - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - - - - en

$INTERJ - - - - - - - - - - - - - - - - - ni3kan4kan4nei4shou

3 - - - - - - - - - - - - - - - zang1bu4zang1$Q:VNV - - - - - - - - - - - - - - - - - mei2ni - - - - - - - - - - - - - - - - - mei

2zang

1 - - - - - - - - - - - - - - - - - eng - - - - - - - - - - - - - - - mei2zang1 - - - - - - - - - - - - - - - - - an - - - - - - - - - - - - - - - mei2zang1 - - - - - - - - - - - - - - - mei2zang1 - - - - - - - - - - - - mei2zang1 - - - - - - - - - - - - mei2zang1 - - - - - - - - - - - - - - eng

$INTERJ - - - - - - - - - - - - - - - - - mmei

2xiu1 - - - - - - - - - - - - - - - - - other child shouts at doorway$UNINT - - - - - - - - - - - - - - mei2chu1xi - - - - - - - - - - - - - - - - - mei2chu

1xi - - - - - - - - - - - - - - - - - xing1xinglai2le - - - - - - - - - - - - - - - - - OCdeng3zhea

4 - - - - - - - - - - - - - - - - - OCdeng3huir3de - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - FAlai2ren2lechild outside - - - - - - - - - - - - - - - - - mei2chu

1xi - - - - - - - - - - - - - - - - - OCjin4lai2ba - - - - - - - - - - - - - - - - - OCjin4lai2 - - - - - - - - - - - - - - - oc walks into living room - - - - - - - - - - - - - - - - - OCwa

4 - - - - - - - - - - - - - - - zhen1mai3yi2mao

4zi

- - - - - - - - - - - - - - - - - xxxx$UNINT - - - - - - - - - - - - - - - - - mei2chu1xi - - - - - - - - - - - - - - - - - OCni3ma1ma

na

$Q:QP:N - - - - - - - - - - - - - - - - - OCni3ma1mana$Q:QP:N - - - - - - - - - - - - - - - - - OCni3ma1ma

ne - - - - - - - - - - - - - - - footsteps$Q:QP:N - - - - - - - - - - - - - - - - - OCkuai4jin4lai2 - - - - - - - - - - - - - - - kuai4jin4lai2 - - - - - - - - - - - - - - - - - OCen

2$Q:PRMPT - - - - - - - - - - - - - - - - - en4 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - OCxinxinkuai4rang4ni3majin4lai2 - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - OMMou4zhen1mai3lai2la

$Q:NQP - - - - - - - - - - - - - - - - - MOTang

4$INTERJ - - - - - - - - - - - - - - INVa1yi2jin4lai2 - - - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - eiyou

$INTERJ - - - - - - - - - - - - - - OMMgen1nar3mai3deya$Q:QW - - - - - - - - - - - - - - - - - MOTgen1shuang1yu2shu4mai3de - - - - - - - - - - - - - - MOTzhuan3shen1fei1zhao3xiao3wei2wei

- - - - - - - - - - - - - - MOTwo3shuo

1gang1gang1he1wan2yao4 - - - - - - - - - - - - xie1huir3 - - - - - - - - - - - - - - OMMeng4$INTERJ - - - - - - - - - - - - - - - - - MOTna4ye3bu4xing2 - - - - - - - - - - - - - - OMMrang4ta1zher4wanr

2ba - - - - - - - - - - - - - - - - - OMMwanr2ba - - - - - - - - - - - - - - - mei2shir4 - - - - - - - - - - - - - - - mei2shir4 - - - - - - - - - - - - - - OMMwanr2ba - - - - - - - - - - - - - - - - - zhei4xiao3wei2wei - - - - - - - - - - - - ww gets up and runs - - - - - - - - - - - - - - cai3ba - - - - - - - - - - - - - - - - - cai

3 - - - - - - - - - - - - - - - - - xing1xingzhao3ni3wanr2lai2le - - - - - - - - - - - - - - - - - gen1xing1xingwanr2lai2ba

- - - - - - - - - - - - - - - ww coughing then knocks something crashing to floor - - - - - - - - - - - - - - - - - ei4ya4 - - - - - - - - - - - - - - - eiya4 - - - - - - - - - - - - - - - ei

ya

4$INTERJ - - - - - - - - - - - - - - tschni3qiao2qiao2 - - - - - - - - - - - - - - - - - ben4tong3li3zi4ji3man4manrjian

3 - - - - - - - - - - - - - - - ww starts putting toys back into pail, CH2 coughs - - - - - - - - - - - - - - - - - ben4tong3li3jian

3 - - - - - - - - - - - - - - - - - OCxxx$UNINT - - - - - - - - - - - - - - - - - wei2wei

$VOC - - - - - - - - - - - - - - - - - ben4tong3li3jian

3 - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - OMMchou3ta1ker1ker1deike2sou4jinr4de - - - - - - - - - - - - - - - - - MOTgang1he1wan2yao4 - - - - - - - - - - - - yi1zou3jiu4huai4le - - - - - - - - - - - - - - OMMwo3xia4lou2deshi2hou4kan4zheta1you3dianr3bu2dui4 - - - - - - - - - - - - - - - - - MOTeng4 - - - - - - - - - - - - ni3xia4lou2gan4ma2qu4le$Q:QW - - - - - - - - - - - - - - OMMsong4ta1da4yi

2qu4le - - - - - - - - - - - - - - - - - OMMta1da4yi2lai2le - - - - - - - - - - - - - - - - - OMMgang1zou3deshi4hou4a$Q:NQP - - - - - - - - - - - - - - - - - OMMeng

4$INTERJ - - - - - - - - - - - - - - - - - OMMang1$INTERJ - - - - - - - - - - - - - - - - - MOTta1ye3shi4gang1nei4shi2hou4he1wan2yao4 - - - - - - - - - - - - - - MOTbu2gan4 - - - - - - - - - - - - fei1zhui1xiao3yi

2 - - - - - - - - - - - - - - MOTfei1yao4zhao3xiao3wei2wei - - - - - - - - - - - - - - a

1 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - MOTshen2meye3bu2gan4 - - - - - - - - - - - - - - FAgei3ta

1fu2qi3lai2 - - - - - - - - - - - - - - - - - OCxing1xinglai2 - - - - - - - - - - - - rang4ma1ba3mao4zizhai1xia4lai2 - - - - - - - - - - - - re4hu - - - - - - - - - - - - - - OCkuai4dianr3 - - - - - - - - - - - - - - OMMni3kan4wo3menzher4hai2 - - - - - - - - - - - - - - - - - MOTni3menwu1li3bi3wo3menwu1re

4 - - - - - - - - - - - - - - OMMni3ni3 - - - - - - - - - - - - - - - - - OMMshi4ma$Q:QP:M - - - - - - - - - - - - - - - - - OMMni3kan4 - - - - - - - - - - - - - - - wo3menzher4hai2jia3mojia3shir4 - - - - - - - - - - - - - - - hai2yao4xiu1che

1ne - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - MOTlaughs - - - - - - - - - - - - - - OClai2xin1 - - - - - - - - - - - - - - OCzhei4shi4shei2demao

4ziya$Q:QW - - - - - - - - - - - - - - - - - OCshei2demao4zia

$Q:QW - - - - - - - - - - - - - - - - - MOTeng4$INTERJ - - - - - - - - - - - - - - OCrang4shu1shuna2zou3ba - - - - - - - - - - - - - - - xing2ma$Q:QP:T - - - - - - - - - - - - - - - - - OCdong

2taking of oc's hat$INTERJ - - - - - - - - - - - - - - - - - OCehh$INTERJ - - - - - - - - - - - - - - - - - OCwo3dai4shang4le - - - - - - - - - - - - - - - ang - - - - - - - - - - - - - - - - - OCshu1shudai4shang4le

- - - - - - - - - - - - - - - xing2ma

$Q:QP:T - - - - - - - - - - - - - - - - - OCei2$INTERJ - - - - - - - - - - - - - - - - - OCni3shuo1xing2 - - - - - - - - - - - - - - OCxing2bu4xing2$Q:VNV - - - - - - - - - - - - - - - - - MOTzhuan4yi4quanr1shang4shuang1yu2wei4gong4cun

1 - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - xxcrashing noise$UNINT - - - - - - - - - - - - - - MOTcun

1 - - - - - - - - - - - - nei4gesu1zhoujie4dou1mei2you

le - - - - - - - - - - - - - - MOTwo3you4zhuan4leshuang1yu2shu4 - - - - - - - - - - - - - - - - - - - - - - - - - - wo3xx$UNINT - - - - - - - - - - - - - - - - - OMMmai3yi2ge

- - - - - - - - - - - - - - - xing

2le - - - - - - - - - - - - - - - - - OMMyou3dedai

4jiu4xing2le - - - - - - - - - - - - - - - - - burps - - - - - - - - - - - - - - MOTjiu4shi

4 - - - - - - - - - - - - - - MOTta1de - - - - - - - - - - - - - - MOTnei4mao4zidou1dai4shang4lian3shang4deta1bu2yao4 - - - - - - - - - - - - - - MOTwo3gei3zhi1wei2bo

2zheng4hao3pei4shang4ku4zichuan1shang4 - - - - - - - - - - - - - - OMMxing

2le - - - - - - - - - - - - - - - - - xing

2le - - - - - - - - - - - - - - - - - xing

2le

$UNINT - - - - - - - - - - - - - - - - - ni3ba3che1tui1kai1 - - - - - - - - - - - - - - - rang4a1yi2guo4lai2 - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - hao3le - - - - - - - - - - - - - - - rolling sound of ball and bucket - - - - - - - - - - - - - - tao2qi4jiu4rang4ayi2gei3ni3dai4zou3 - - - - - - - - - - - - - - - - - INVa

1yi

4a1+yi2$VOC - - - - - - - - - - - - - - - - - ei

4 - - - - - - - - - - - - - - - banging, then ww on trike, panting$INTERJ - - - - - - - - - - - - - - OCxing1xinghai2tao2qi4me$Q:QP:M - - - - - - - - - - - - - - OCni3kan4jian4a1yi2leba

$Q:NQP - - - - - - - - - - - - - - - - - OCni3tao

2qi4jiu4gei3ni3dai4zou

3 - - - - - - - - - - - - - - - - - OCtao2qi4ma$Q:QP:M - - - - - - - - - - - - - - - - - OC - - - - - - - - - - - - - - - laughs; ww on trike, panting - - - - - - - - - - - - - - - - - MOTzhei4xing1qi2er4ye3mei2you3dian4shi

4 - - - - - - - - - - - - - - OMMang

1$INTERJ - - - - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - OMMye3mei2you3dian4shi4 - - - - - - - - - - - - - - - - - xing1qi1er4mei2ban

4fa - - - - - - - - - - - - - - - he

- - - - - - - - - - - - - - - - - jin1tian

1wu

- - - - - - - - - - - - - - - - - zhei4che

1ha - - - - - - - - - - - - - - - - - mei2xiu1hao3ne - - - - - - - - - - - - - - - hai

2 - - - - - - - - - - - - - - - $Q:QP:N - - - - - - - - - - - - - - xiu1hao3lema$Q:QP:M - - - - - - - - - - - - - - - - - kuai4xiu1wa

- - - - - - - - - - - - - - - - - xiu1hao3lemei2you3ww bangs table$Q:MEI - - - - - - - - - - - - - - - - - wei2weibangs again, grunts$VOC - - - - - - - - - - - - - - - - - xiu1hao3le - - - - - - - - - - - - - - - gan3jin3gei3ta

li4qi3lai2 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - gan3kuai4li4qi3lai2 - - - - - - - - - - - - - - - - - xiu1mei2xiu1hao3a

$Q:VNV - - - - - - - - - - - - - - - - - xiu

1qu

4 - - - - - - - - - - - - - - - - - enh4$INTERJ - - - - - - - - - - - - - - - - - li4qi3lai2gei3xing1xingqi2qu4ba - - - - - - - - - - - - - - gei3xing1xing1qi2 - - - - - - - - - - - - - - - xing2ma$Q:QP:T - - - - - - - - - - - - - - - - - enghdao

3le

- - - - - - - - - - - - - - - - - eh

- - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - fu2qi3lai2 - - - - - - - - - - - - - - - - - MOTshui4jiao4lema$Q:QP:M - - - - - - - - - - - - - - zhong1wu3 - - - - - - - - - - - - - - OMMshui4leww picking up tricycle - - - - - - - - - - - - - - - - - dao

3le - - - - - - - - - - - - - - - - - OMMwo3hai2mei2shui4ne - - - - - - - - - - - - - - - - - OMMta1men2shui4jiao4wo3gui1zhezheng3+li3wu1zilai2zhene - - - - - - - - - - - - - - - - - vocalizing as he plays with tricycle$UNINT - - - - - - - - - - - - - - - - - OMMwo3bing1xiang1 - - - - - - - - - - - - - - - chu2fang1li3song1kua3le - - - - - - - - - - - - - - - - - OMMwo3dou1ca1ca1le - - - - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - - - - MOTwo3nei4ye3shi4sui2shi2ca

1 - - - - - - - - - - - - - - OMMca1wan2le - - - - - - - - - - - - - - - wo

3wo3ye3vocalizing, grunting loudly$UNINT - - - - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - - - - you4dun1di4 - - - - - - - - - - - - - - - hao3jia1huo - - - - - - - - - - - - - - - - - yao4bie2ren2nei4 - - - - - - - - - - - - - - - - - MOTwo3ye3shi4ya - - - - - - - - - - - - - - MOTwo3rang4wo3men2nei4ge - - - - - - - - - - - - - - MOTwo3ye3gang1dun1wan2di4chu1lai2 - - - - - - - - - - - - - - MOTmei2ban4far - - - - - - - - - - - - - - grunting loudly$UNINT - - - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - man4 - - - - - - - - - - - - - - - ehmanr4 - - - - - - - - - - - - - - - - - wang3shang4 - - - - - - - - - - - - - - - - - man4manr - - - - - - - - - - - - - - - man4manrshang4qu4 - - - - - - - - - - - - - - - - - man4manr4shang4 - - - - - - - - - - - - - - - - - man4manr4 - - - - - - - - - - - - - - - - - ai

4 - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - - - shang4qu4leba$Q:NQP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - - - - ge1tang2lao3wei1tang2+lao3+ya1en - - - - - - - - - - - - - - - - - na2 - - - - - - - - - - - - - - - - - en1 - - - - - - - - - - - - - - - tang2lao3ya1 - - - - - - - - - - - - - - - tang2lao3ya1 - - - - - - - - - - - - tang2lao3ya1 - - - - - - - - - - - - - - en - - - - - - - - - - - - - - - tang2lao3ya1 - - - - - - - - - - - - - - - - - bao4zhe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - lie1bershang4le - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - dai4shang4ta1 - - - - - - - - - - - - - - - hang1$Q:NQP - - - - - - - - - - - - - - - - - bu2shi4 - - - - - - - - - - - - ni3men2zen4meyi2shang

4 - - - - - - - - - - - - yi2shang4ni3men2jia1jiu4tai4zhai

3 - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - OMMem4$INTERJ - - - - - - - - - - - - - - - - - wo3zhi2pa4ke

1zhe - - - - - - - - - - - - peng

4zhelaugh - - - - - - - - - - - - - - OMMlaughs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - kang2zheto carry/sling on shoulder - - - - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - kang2zhe - - - - - - - - - - - - - - - - - kang2zheya

- - - - - - - - - - - - - - - - - kang2zhe - - - - - - - - - - - - - - - - - che1$UNINT - - - - - - - - - - - - - - - - - ahao3 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - eh1$INTERJ - - - - - - - - - - - - - - - - - ha1chou3zhebai3mang

2jinr

4de - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eheh

1something falling$INTERJ - - - - - - - - - - - - - - - - - ei1you4he4laugh$INTERJ - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - qi2zheche1zou3ba - - - - - - - - - - - - - - - - - gruntingeha

$INTERJ - - - - - - - - - - - - - - - - - zou3wa

- - - - - - - - - - - - - - - - - qi2zheche1zou3wa

- - - - - - - - - - - - - - - - - whinya

bemei2kang2hao

3 - - - - - - - - - - - - - - - - - ao4 - - - - - - - - - - - - - - - mei2kang2hao3 - - - - - - - - - - - - - - - - - jie1zhekang2 - - - - - - - - - - - - - - - - - OCni3kan4 - - - - - - - - - - - - ge1gan4ma

2ne$Q:QW - - - - - - - - - - - - - - OCzan2hui2jia1shui4yi2jiao4qu4ba - - - - - - - - - - - - - - eiei$INTERJ - - - - - - - - - - - - - - - - - bai3lang2ne - - - - - - - - - - - - - - - - - yi1er4san

1 - - - - - - - - - - - - - - - - - MOTwanr2wan2rang4ta1shui4shui4 - - - - - - - - - - - - qu4shui4qu4 - - - - - - - - - - - - - - yi

1 - - - - - - - - - - - - - - - er

4san

1 - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - kang2shang4 - - - - - - - - - - - - - - - - - OMMni3men2fang2jian1ye3re4ba - - - - - - - - - - - - - - - re4bu2re4$Q:VNV - - - - - - - - - - - - - - - - - MOThai2xing2 - - - - - - - - - - - - - - OClai2 - - - - - - - - - - - - - - - - - - - - - - - - - - qi2zhe - - - - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - OMMguan1xxqu4le$UNINT - - - - - - - - - - - - - - - - - MOTem

4$INTERJ - - - - - - - - - - - - - - ei$INTERJ - - - - - - - - - - - - - - - - - dao

4cai

3 - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - - - - OChei

1 - - - - - - - - - - - - xin1xinzhei4huir3lao3shile - - - - - - - - - - - - - - OCheng

$INTERJ - - - - - - - - - - - - - - wo3xxxxxx$UNINT - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - OCxian4zai4ye3bu2nao

4le - - - - - - - - - - - - - - OCeng1 - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - OCao

4 - - - - - - - - - - - - - - - ao

4$INTERJ - - - - - - - - - - - - - - - - - OCshei2you4ku

1le$Q:QW - - - - - - - - - - - - - - - - - OCei2ya4 - - - - - - - - - - - - - - - zhei4zen3megen1xiao3wei2wei2deshi4de$Q:QW - - - - - - - - - - - - - - - - - ai2 - - - - - - - - - - - - - - - wei2wei

- - - - - - - - - - - - - - - sound of water pouring$VOC - - - - - - - - - - - - - - huai

4le

- - - - - - - - - - - - - - - - - OCshi4bu2shi4 - - - - - - - - - - - - - - - xin1xin

$Q:VNV - - - - - - - - - - - - - - - - - huai4le - - - - - - - - - - - - - - - xiu1xiu1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting then banging noiseeiei1$INTERJ - - - - - - - - - - - - - - - - - eiya

4$INTERJ - - - - - - - - - - - - - - - - - hei

1$INTERJ - - - - - - - - - - - - - - - - - ei1you

4 - - - - - - - - - - - - bu4xing2 - - - - - - - - - - - - - - ei

4 - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - xiao3di4di4zai4zher4dun1zhena - - - - - - - - - - - - - - - - - zhei4zhei4zhei4xxxxhai

2bu4li3wo3$UNINT - - - - - - - - - - - - - - - - - xin1xinkuai4qi3lai2 - - - - - - - - - - - - - - ei2laughs$Q:PRMPT - - - - - - - - - - - - - - - - - ei2ya4 - - - - - - - - - - - - - - - ei2ya4 - - - - - - - - - - - - - - - ei2ya

4$INTERJ - - - - - - - - - - - - - - ei2you4 - - - - - - - - - - - - ei2you

4$INTERJ - - - - - - - - - - - - - - OCkuai4guo4lai2 - - - - - - - - - - - - - - - - - wo3xian1ji1wo3ya

- - - - - - - - - - - - - - - - - ni3gei3ta1fu2qi3lai2 - - - - - - - - - - - - - - - - - ei4zhei4hai2zi - - - - - - - - - - - - - - - - - ba

4baxian1ji

4 - - - - - - - - - - - - - - - - - gei3di4di4 - - - - - - - - - - - - - - - gei3di4di4 - - - - - - - - - - - - - - - gei3di4di4fu2qi3lai2 - - - - - - - - - - - - - - kuai4dianr

3 - - - - - - - - - - - - - - - kuai4qi3lai2 - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - gei3ta1la1qi3lai2 - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - gei3ta1la1qi3lai2 - - - - - - - - - - - - - - - - - ni3kan4ta1ta1maye3zuo4nar4le - - - - - - - - - - - - - - - - - ni3kan4ta1ye3pao3nar4zuo4zhequ4le - - - - - - - - - - - - - - - - - jiur4shi4cheng2xin1de - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - MOTyi2ge4dou1zuo4xia4le - - - - - - - - - - - - - - MOTni3chou3dou1hao3le - - - - - - - - - - - - - - OMMa

1 - - - - - - - - - - - - - - - kids panting then scraping of stool on ground$INTERJ - - - - - - - - - - - - - - - - - rang4di4di4qi3lai2lou

4 - - - - - - - - - - - - - - - - - di4di4qi3lai2lou

4 - - - - - - - - - - - - - - - - - MOTxxxxxxdou1pa

4xxxxx$UNINT - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - - - - gruntsdao3la

- - - - - - - - - - - - - - - - - xiu1 - - - - - - - - - - - - - - - wo3wo3yao4xiu1che

1le - - - - - - - - - - - - - - - - - ei - - - - - - - - - - - - - - - xiu1babanging sound - - - - - - - - - - - - - - - - - man4dianr3a - - - - - - - - - - - - - - - - - bie2za2zhao2di4di4 - - - - - - - - - - - - - - - a

1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai2xiu1ne - - - - - - - - - - - - - - - xxwanr2che1 - - - - - - - - - - - - - - - - - na2li3wu1qu4babanging sounds - - - - - - - - - - - - - - - - - zhei4tong

3 - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - - - - banging sounds$INTERJ - - - - - - - - - - - - - - - - - man

4dianr3 - - - - - - - - - - - - - - ni3bie2za2zhao2di4di4 - - - - - - - - - - - - scraping noise - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - zai4zher4nong4 - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - scraping noises - - - - - - - - - - - - - - hai2xiu1ne$Q:QP:N - - - - - - - - - - - - - - - - - gai1nuo2dir4le - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - yao4bu4gai1dao

3le - - - - - - - - - - - - - - OMMen

1 - - - - - - - - - - - - - - - scraping sound as tricycle is moved$INTERJ - - - - - - - - - - - - - - - - - cai2gang1chi1wan2ju

2zi - - - - - - - - - - - - - - - - - MOTwo3men2zhei4gechi1de - - - - - - - - - - - - - - OCchi1ju2zi - - - - - - - - - - - - - - - chi1ju2zi - - - - - - - - - - - - - - - - - MOTwo3men2 - - - - - - - - - - - - - - OCzuo1zuo1shuir

3 - - - - - - - - - - - - - - - - - OCpir

2 - - - - - - - - - - - - - - - tu4chu1lai2 - - - - - - - - - - - - - - - - - MOTwo3men2chi1ban4geda4ju

2zi - - - - - - - - - - - - - - - - - - - - - - - - - - coughs - - - - - - - - - - - - - - - - - OMMge1ge1$VOC - - - - - - - - - - - - - - OMMdege1$VOC - - - - - - - - - - - - - - OMMdege1getong

3 - - - - - - - - - - - - - - OCem4 - - - - - - - - - - - - ge1getong3 - - - - - - - - - - - - - - ai

1$INTERJ - - - - - - - - - - - - - - - - - man4dianr3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wei2wei$VOC - - - - - - - - - - - - - - - - - hai4 - - - - - - - - - - - - - - - wo3zou4ni3la - - - - - - - - - - - - - - - a

22ps - - - - - - - - - - - - - - - - - - - - - - - - - - grunts$UNINT - - - - - - - - - - - - - - - - - guai

3 - - - - - - - - - - - - - - - banging sound - - - - - - - - - - - - - - - - - dong4dong4zou

3 - - - - - - - - - - - - - - - - - zou3nar4xiao3hu1hu

3hou2+hou2 - - - - - - - - - - - - - - - - - ni3qiao2ni3zhei4hour2ba - - - - - - - - - - - - - - - ni3jiu4 - - - - - - - - - - - - - - - - - shui

4ba - - - - - - - - - - - - - - ehxia$UNINT - - - - - - - - - - - - - - - - - OMMxxx$UNINT - - - - - - - - - - - - - - - - - hei4fa

1fa

1$UNINT - - - - - - - - - - - - - - - - - ni3tao2ba - - - - - - - - - - - - - - - rang4ta1mazhei4a1yi2gei3dai4zou3 - - - - - - - - - - - - - - - - - ni3gen1a1yi2zou3ba - - - - - - - - - - - - - - - xing2ma$Q:QP:T - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - gen1a1yi2zou3ma$Q:QP:M - - - - - - - - - - - - - - - - - bu4zou3 - - - - - - - - - - - - - - - - - yan3shou

3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3bu4zou3 - - - - - - - - - - - - - - - ni3ting1hua4 - - - - - - - - - - - - - - - - - ni3tao2qi4jiu4gei3ni3dai4zou3 - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - hao

3 - - - - - - - - - - - - - - - - - hahata1mata1renr2lai2fengr

1 - - - - - - - - - - - - - - - ta1 - - - - - - - - - - - - - - - banging sound - - - - - - - - - - - - - - MOTba3shou3gei3peng

4le - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - MOTnong4nei4wan2yir4 - - - - - - - - - - - - - - dong

4da4enh4 - - - - - - - - - - - - - - - - - ba3xiu3hui4jiang1$UNINT - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - ta1majiu4kan4ni

3le - - - - - - - - - - - - - - - - - ta1mashua3hour2ne - - - - - - - - - - - - - - - nar4har - - - - - - - - - - - - - - - ww panting$UNINT - - - - - - - - - - - - - - OCxin1xingan4ma

2ne$Q:QW - - - - - - - - - - - - - - OCbreathes/laughs - - - - - - - - - - - - - - - - - OCni3gan4ma2ne$Q:QW - - - - - - - - - - - - - - OMMwanr2zhei

4ge

- - - - - - - - - - - - - - OCwanr2nei4gea$Q:NQP - - - - - - - - - - - - - - OMMen4$INTERJ - - - - - - - - - - - - - - OCchang4yi1ger1gei3shu1shu1ting1ting1 - - - - - - - - - - - - - - OCyao4bu4shu1shu1 - - - - - - - - - - - - - - OCgei3wo3chang4yi2ger1 - - - - - - - - - - - - - - - - - OCkuai4chang4yi2ger1 - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - OCba3shou3shang4dong1xi1liao4fang4xia4 - - - - - - - - - - - - - - OCkuai4zhe - - - - - - - - - - - - - - OCchang4yi2ge

1 - - - - - - - - - - - - - - humming$INTERJ - - - - - - - - - - - - - - OCxing1xingshuo1yi1chu2he2ri4dang1wu3 - - - - - - - - - - - - - - OCkuai4zhe

- - - - - - - - - - - - - - - - - humming/singingma1ma

hai

2ziemxx$INTERJ - - - - - - - - - - - - - - OCni3chang4ma1mahao3 - - - - - - - - - - - - eng

2$Q:NQP - - - - - - - - - - - - - - OCgei3a1yi2$Q:INT - - - - - - - - - - - - - - singing/humming$UNINT - - - - - - - - - - - - - - ei

4$INTERJ - - - - - - - - - - - - - - - - - ei

4$INTERJ - - - - - - - - - - - - - - - - - wei4wei

4$VOC - - - - - - - - - - - - - - - - - chang4yi2la1la1la1 - - - - - - - - - - - - - - - - - mei

2 - - - - - - - - - - - - - - - mei

2you3scraping sound - - - - - - - - - - - - - - - - - mei2xiu1hao3le - - - - - - - - - - - - - - - wo3 - - - - - - - - - - - - - - - - - ang

4 - - - - - - - - - - - - - - - mei2xiu1hao3ne - - - - - - - - - - - - - - - kuai4xiu1 - - - - - - - - - - - - - - en

2$Q:PRMPT - - - - - - - - - - - - - - - - - ni3zhei4che1shen2meshi2houxiu1hao3lou4wa

- - - - - - - - - - - - - - - ww goes back to "fixing trike"$Q:QW - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - ei

1$INTERJ - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - na

2tong3 - - - - - - - - - - - - - - - - - OCxin1xinna

2tong3le

- - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - na2le - - - - - - - - - - - - - - - - - ni3wanr2che1 - - - - - - - - - - - - - - - xin1xinwanr2tong

3 - - - - - - - - - - - - - - - - - bu4xing2a

- - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - - - - na4ni3ba3che1gei3xin2xin - - - - - - - - - - - - - - - ni3wanr2tong3qu4 - - - - - - - - - - - - - - - - - ei1 - - - - - - - - - - - - - - - ei1$INTERJ - - - - - - - - - - - - - - - - - na2zhei4ge

- - - - - - - - - - - - - - - - - nei4ke3bu4neng2wanr2 - - - - - - - - - - - - - - - - - eiyou

4 - - - - - - - - - - - - - - - nei4ke3beng2dong4ou

4 - - - - - - - - - - - - - - - - - nei4ke3beng2dong4 - - - - - - - - - - - - - - - - - a1yi2shuo

1 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - nei4ke3bu4neng2dong4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - nei4shang4tou2an1yi2ban4dao3ti3 - - - - - - - - - - - - lu4yin

1ji - - - - - - - - - - - - soft scraping sound - - - - - - - - - - - - - - laughs softly - - - - - - - - - - - - - - - - - OCqiao2jian4nei4a1yi2leba

$Q:NQP - - - - - - - - - - - - - - - - - OCni3yao4tao2qi4 - - - - - - - - - - - - - - - jiu4gei3ni3dai4zou3 - - - - - - - - - - - - - - - - - ai - - - - - - - - - - - - ni3kan4kan4 - - - - - - - - - - - - hai2you3shi2hou4jiu4danr3xiao3 - - - - - - - - - - - - - - OCang

1$INTERJ - - - - - - - - - - - - - - - - - OMMeng

4laughs$INTERJ - - - - - - - - - - - - - - - - - zou3ya

- - - - - - - - - - - - - - - - - ei

1 - - - - - - - - - - - - - - - gan4ma2na

- - - - - - - - - - - - - - - scraping noise as ww moves trike$Q:QW - - - - - - - - - - - - - - ehqi

2 - - - - - - - - - - - - - - - eh

- - - - - - - - - - - - - - - - - ge1ge1$VOC - - - - - - - - - - - - - - whiningba4bata1ban1wo3che

1a

- - - - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - whining, cryingta1ban

wo3che

1 - - - - - - - - - - - - - - - - - whining, cryingta1ban

wo3che

1 - - - - - - - - - - - - - - - - - xin1xinkuai4 - - - - - - - - - - - - - - bie2gei3ge1genong4 - - - - - - - - - - - - - - kan4ge1ge1ku1le - - - - - - - - - - - - kuai4ge1nar4 - - - - - - - - - - - - - - - - - - - - - - - - - - en

en234

$INTERJ - - - - - - - - - - - - - - cryingta1gan4ma

2ban

1wo3che

1$Q:QW - - - - - - - - - - - - - - - - - ni3rang4di4di4wanr

2huir

3 - - - - - - - - - - - - - - - - - OCxin1xinni3jin1tianbie2zuo4le - - - - - - - - - - - - - - rang4di4di4wanr

2huir3 - - - - - - - - - - - - - - - - - ni3dou1da

4le - - - - - - - - - - - - - - - hang1$Q:QW - - - - - - - - - - - - - - - - - hai2ting3chong4de - - - - - - - - - - - - - - shang4wo3men2jia1qu4 - - - - - - - - - - - - xin1xinshen2medou1gei3ta1 - - - - - - - - - - - - - - yi1lai2zher4 - - - - - - - - - - - - yi2dong4che1ta1jiu4jiao4 - - - - - - - - - - - - - - hahabie2dedou1xing2 - - - - - - - - - - - - yi2dong4zhei4che1jiu4bu2gan4xx - - - - - - - - - - - - - - whinema

1ma

$VOC - - - - - - - - - - - - - - - - - whinegei3wo3che

1 - - - - - - - - - - - - - - - - - ni3qiao2nei4yangr4 - - - - - - - - - - - - - - xin1xin1xialaugh - - - - - - - - - - - - - - crygei3wo3che

1 - - - - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - OCxia4lai2ba - - - - - - - - - - - - - - OCni3kan4ge1geku1le - - - - - - - - - - - - - - OCkuai4xia4lai2ba - - - - - - - - - - - - - - wei2wei - - - - - - - - - - - - - - - ni3wanr2nei4tong3qu4 - - - - - - - - - - - - - - - wei2wei - - - - - - - - - - - - - - OCxin1xinni3kan4ge1geku1le - - - - - - - - - - - - kuai4xia4lai2 - - - - - - - - - - - - - - ni3wanr2tong3qu4 - - - - - - - - - - - - - - - rang4di4diqi2huir3pa

4shen2meya

$Q:QW - - - - - - - - - - - - - - - - - OCni3kuai4xia4lai2 - - - - - - - - - - - - ni3shuo1ge1ge1bu4ku1 - - - - - - - - - - - - - - ni3qiao2ping2shi2di4di4deche1laugh - - - - - - - - - - - - - - - - - ya

4to roll/run over$INTERJ - - - - - - - - - - - - - - OCbieya4le - - - - - - - - - - - - - - OCxin1xinni3ting1ma1shuo1 - - - - - - - - - - - - ni3shuo1ge1gebu4ku1 - - - - - - - - - - - - - - OCkuai4xia4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - MOTyi2shang4wo3men2jia1bu2shi4yi2qu4le - - - - - - - - - - - - gan3jin3la1zhe - - - - - - - - - - - - - - OMMa

1$INTERJ - - - - - - - - - - - - - - - - - OMMxxxxxxxxla

1zhe - - - - - - - - - - - - - - - ji1po1qi2che1 - - - - - - - - - - - - - - - qi2che1$UNINT - - - - - - - - - - - - - - OMMna2wan2yir4qu4 - - - - - - - - - - - - - - - - - MOTzhen1deyuan4yi4 - - - - - - - - - - - - - - eng - - - - - - - - - - - - eng

$INTERJ - - - - - - - - - - - - - - OCkuai4lai2 - - - - - - - - - - - - xin1xin - - - - - - - - - - - - - - OCxin1xin - - - - - - - - - - - - ge1gezhei4che1shi4bao

3bei4 - - - - - - - - - - - - - - OCkuai4gei3ta1xia4lai2 - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - OCni3bie2peng4zhei4ge1geche1 - - - - - - - - - - - - - - OCkuai4dianr3 - - - - - - - - - - - - - - OCdeng3wo3gei3ni3na2wan2yir4 - - - - - - - - - - - - - - - - - OCba3che1ye3gei3ta1la1hui2lai2 - - - - - - - - - - - - - - - - - OCrang4ta1qi2che

1 - - - - - - - - - - - - - - - - - OCge1ge

qi2che

1 - - - - - - - - - - - - - - - - - OCen$INTERJ - - - - - - - - - - - - - - - - - OCrang4kai1 - - - - - - - - - - - - - - OCni3za3hai2lai4pi2bu2xia4lai2$Q:QW - - - - - - - - - - - - - - OMMrang4ta1qi2qu4ba - - - - - - - - - - - - - - - - - FAzhei4geku

1 - - - - - - - - - - - - bu2rang4bu2shi4ma

$Q:QP:M - - - - - - - - - - - - - - FArang4zhei4 - - - - - - - - - - - - - - OMMwo3menzhei4hai2zicheng2xin

1 - - - - - - - - - - - - - - - - - cryingen

ma

1gei3wo3che

1 - - - - - - - - - - - - - - - - - OCxin1xin - - - - - - - - - - - - ni3ting1ma1shuo1 - - - - - - - - - - - - - - OCni3kan4ge1ge1ku1leba$Q:NQP - - - - - - - - - - - - - - OCkuai4xia4lai2 - - - - - - - - - - - - - - ren2qi2qi2 - - - - - - - - - - - - - - - qi2huir3jiu4qi2huir3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - whimpering$UNINT - - - - - - - - - - - - - - - - - ni3qu4wanr2nei4tong3qu4 - - - - - - - - - - - - - - - - - rang4di4diqi2huir3pa4shen2meya

$Q:QW - - - - - - - - - - - - - - - - - MOTta1mei2chang2xing4 - - - - - - - - - - - - - - MOTmei2ni3men2zhei4you3chang2xing4 - - - - - - - - - - - - - - MOTyi1huir3jiu4xia4lai2 - - - - - - - - - - - - - - OMMemhem

4$INTERJ - - - - - - - - - - - - - - - - - MOTwanr2shen2medou

1shi4zhei4yangr4 - - - - - - - - - - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - ni3wanr2bie2dequ4 - - - - - - - - - - - - - - - - - ang$INTERJ - - - - - - - - - - - - - - - - - crying, fussing$UNINT - - - - - - - - - - - - - - - - - ang

1$INTERJ - - - - - - - - - - - - - - - - - ni3hai2qi2di4di4deche1ne - - - - - - - - - - - - - - - - - whinebu4xing

2 - - - - - - - - - - - - - - - - - ni3zen3mebu4shuo1ya$Q:QW - - - - - - - - - - - - - - - - - OCxxx$UNINT - - - - - - - - - - - - - - OCxin1xinkuai4lai2 - - - - - - - - - - - - - - OCye3mei2shen2mehao3dong1xi1gei3ni3 - - - - - - - - - - - - xia4 - - - - - - - - - - - - - - OCguo4lai2 - - - - - - - - - - - - xx - - - - - - - - - - - - - - whinegei3wo3che

1 - - - - - - - - - - - - - - - - - wei2wei

$VOC - - - - - - - - - - - - - - - - - gei3di4di4na2tang

2qu4 - - - - - - - - - - - - - - - - - OCge1geku1le - - - - - - - - - - - - xin1xinkuai4lai2 - - - - - - - - - - - - - - gei3di4di4na2yi1tang2 - - - - - - - - - - - - - - - - - gei3di4di4na2yi2fenr4tang2qu4 - - - - - - - - - - - - - - - - - gei3di4di4na2yi2fenr4tang2 - - - - - - - - - - - - - - - - - beng2rang4ta1chi1tang2 - - - - - - - - - - - - - - ta1chi1lehao3duo1le - - - - - - - - - - - - - - bu2rang4ta1chi

1 - - - - - - - - - - - - - - gei3di4di4na2yi1fenr4tang2 - - - - - - - - - - - - - - - - - ta1jiu4gei3ni3che1le - - - - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - FAwo3gei3ta1mai3debing1tang2 - - - - - - - - - - - - - - gei3ta1yi2fenr4 - - - - - - - - - - - - - - - - - gei3zher4ne - - - - - - - - - - - - - - - - - eng

2$Q:PRMPT - - - - - - - - - - - - - - - - - zher4ne - - - - - - - - - - - - - - - - - soft, inaudible$UNINT - - - - - - - - - - - - - - - - - gei3di4di4na2yi2kuair4tang2chi1 - - - - - - - - - - - - - - - - - gei3di4di4yi2kuair4tang

2 - - - - - - - - - - - - - - - - - ei

4$INTERJ - - - - - - - - - - - - - - - - - shuo1gei3ni3yi2kuair4tang

2 - - - - - - - - - - - - - - - - - OCgei3ni3yi2kuair4tang

2 - - - - - - - - - - - - - - - - - a

4$INTERJ - - - - - - - - - - - - - - - - - OCxin1xinshuo1xie4xie4 - - - - - - - - - - - - - - - - - OCni3shuo1xie4xie4 - - - - - - - - - - - - - - - - - ei

2ei

$INTERJ - - - - - - - - - - - - - - OCai1shei2gei3ni3de$Q:QW - - - - - - - - - - - - - - - - - ai1$INTERJ - - - - - - - - - - - - - - OCzen4mebu2ke4qi4wo3wen4ni3ne - - - - - - - - - - - - - - - - - OCxin1xinni3guo4lai2 - - - - - - - - - - - - - - - - - OCshei2gei3ni3de$Q:QW - - - - - - - - - - - - - - - - - OMMyi1huir3you4chao3qi3lai2le - - - - - - - - - - - - - - - - - OMMni3jiu4rang4ta1na2zheba - - - - - - - - - - - - - - - - - OCshei2gei3ni3de$Q:QW - - - - - - - - - - - - - - OMMwei2wei

3wei2+wei - - - - - - - - - - - - - - OMMchi1qu4ba - - - - - - - - - - - - - - - rang4ta1 - - - - - - - - - - - - - - - - - OCwei2weishi4shei2ya

$Q:QW - - - - - - - - - - - - - - OCjiao4ge1ge1lema - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - OChaini3shuo1xie4xie4lema

- - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - OCshuo1lema$Q:QP:M - - - - - - - - - - - - - - OCxxxxxia4lai2ba - - - - - - - - - - - - clattering of tricycle$UNINT - - - - - - - - - - - - - - hem

$INTERJ - - - - - - - - - - - - - - - - - OCei4you

1$INTERJ - - - - - - - - - - - - - - OChei4wo3wen4ni3 - - - - - - - - - - - - - - OCzuo4zhe - - - - - - - - - - - - - - OCxin1xin - - - - - - - - - - - - ni3ting1ma1magen1ni3shuo1hua4 - - - - - - - - - - - - - - OCni3shuo1xie4xie4lema - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - OCkan4shu1shu1gan4ma2$Q:QW - - - - - - - - - - - - - - vocalizing playfully$UNINT - - - - - - - - - - - - - - OCdui4nar3ya$Q:QW - - - - - - - - - - - - - - - - - OCha4$INTERJ - - - - - - - - - - - - - - - - - FAchou3ni3nelaugh - - - - - - - - - - - - - - - - - OCshuo1xie4xie4lema$Q:QP:M - - - - - - - - - - - - - - you

1$INTERJ - - - - - - - - - - - - - - MOTta1hai2shi4ju1shu4 - - - - - - - - - - - - shi4ba - - - - - - - - - - - - you3ta1zai4om referring to the restrictive nature of r's presence$Q:NQP:T - - - - - - - - - - - - - - OMMem

4$INTERJ - - - - - - - - - - - - - - - - - INVa1yi2qi3lai

2zou3 kai1 - - - - - - - - - - - - - - - r closes door to prevent ww from going outside - - - - - - - - - - - - - - - - - OCkan4ta1jiu4shi3jinr4kan4ni3 - - - - - - - - - - - - - - OCxin1xinni3shuo1xie4xie4lema

$Q:QP:M - - - - - - - - - - - - - - ang

whiningta1guan1men2le

ah

- - - - - - - - - - - - - - - - - de2gen1de2gen1wu1wanr2ba - - - - - - - - - - - - - - - ang

- - - - - - - - - - - - - - - - - OMMsoft, about ocshi3jinr4kan4zheshu1shu - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - shang4zhei4tour2lai2 - - - - - - - - - - - - - - - - - wanr

2qu4ya - - - - - - - - - - - - - - - ni

3 - - - - - - - - - - - - - - - - - kuai4xiu1ni3deche1ba - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - ai

4 - - - - - - - - - - - - - - - guo4lai2xiu1che1ba - - - - - - - - - - - - - - - - - wo3men2dou1kan4ni3sha3hour2 - - - - - - - - - - - - - - - - - ni3kan4di4di

4ya - - - - - - - - - - - - - - - duo2ting1hua4ya - - - - - - - - - - - - - - - - - eng$INTERJ - - - - - - - - - - - - - - - - - MOTang4 - - - - - - - - - - - - jinr1tou2yi2ci4 - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - MOTtou2yi2bian4 - - - - - - - - - - - - shi4baww flips tricycle upside down$Q:NQP:T - - - - - - - - - - - - - - laugh - - - - - - - - - - - - - - OCbu2rang4qi

2le - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - OCdao3la - - - - - - - - - - - - - - - bu2yang4rang4ni3qi

2le - - - - - - - - - - - - - - - - - OCang1 - - - - - - - - - - - - - - - kan4ni3ba - - - - - - - - - - - - - - - - - OCkan4ni3sha3hour2ne - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - wo3men2dou1kan4ni3ne - - - - - - - - - - - - - - - scraping noise as ww moves trike along floor - - - - - - - - - - - - - - - - - MOTei4you4 - - - - - - - - - - - - wo3zong3shipa4gei3ta1 - - - - - - - - - - - - ge1cuo4le - - - - - - - - - - - - - - MOTgei3ta

1 - - - - - - - - - - - - zuan4zhezhei4shou3you4peng4le - - - - - - - - - - - - - - OMMkan4ta1dao4nar3clears his throat - - - - - - - - - - - - - - - - - OMMdei3ta1shou3po4wan2yi3hou4ta1jiu4zhi1dao4xia4hui2ta1bu2dong4le - - - - - - - - - - - - - - - - - vocalizes$UNINT - - - - - - - - - - - - - - OClaughs - - - - - - - - - - - - - - - - - OCta1yao4you3na4ji4xing4hao3le - - - - - - - - - - - - banging on wood - - - - - - - - - - - - - - OMMni3kan4ni3kan4ni3kan4kan4kan4 - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - MOT - - - - - - - - - - - - soft, inaudible; banging as ww pants, silence, then ww pants again$UNINT - - - - - - - - - - - - - - mei2na2shou3juanr4a

$Q:NQP - - - - - - - - - - - - - - - - - liu2le - - - - - - - - - - - - - - - - - OCfang4ni3zui3ba - - - - - - - - - - - - - - - - - - - - - - - - - - OCni3bu4chi1tang

2 - - - - - - - - - - - - ting1jian4lema$Q:QP:T - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - OCchi1tang2shang4huor

3 - - - - - - - - - - - - - - OCjiu4ai4chi1tang2banging noise - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - OCxxxxxxang

1$UNINT - - - - - - - - - - - - - - - - - OCslow, mimickingchi1tang

2du4du4teng

2 - - - - - - - - - - - - - - - - - MOTxxx$UNINT - - - - - - - - - - - - - - - - - gei3wo3yi2banr4tang

2chi

1 - - - - - - - - - - - - - - - - - tang2 - - - - - - - - - - - - - - - - - ye2ye

- - - - - - - - - - - - - - - $VOC - - - - - - - - - - - - - - - - - hums$UNINT - - - - - - - - - - - - - - - - - gei

3 - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - gei3nei4a1yi2yi2kuair4 - - - - - - - - - - - - - - - - - gei3nei4a1yi2yi2kuair4 - - - - - - - - - - - - - - - - - OMMgei3 - - - - - - - - - - - - - - - - - xie4xie

4$INTERJ - - - - - - - - - - - - - - a1yi2bu2yao4 - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - eng$INTERJ - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - hai2gei3nar3$Q:QW - - - - - - - - - - - - - - - - - hai2gei3nei3gea1yi2ya$Q:QW - - - - - - - - - - - - - - - - - bu2yao4le - - - - - - - - - - - - - - gei3nei4a1yi2 - - - - - - - - - - - - - - - - - gen1ma1shuo1 - - - - - - - - - - - - - - gei3nei4 - - - - - - - - - - - - - - - - - gei3nei4a1yi2yi2kuair4qu4 - - - - - - - - - - - - - - - - - nei3a1yi2ya$Q:QW - - - - - - - - - - - - - - - - - gei3ni3ma1shuo1 - - - - - - - - - - - - chi1duo1leya2teng2 - - - - - - - - - - - - - - zhei4tang2shi4qian1wan4bu4neng2duo1chi1 - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - - gei3nei4a1yi2song4yi1kuair4qu4 - - - - - - - - - - - - - - - - - INVgei3gei3gei3 - - - - - - - - - - - - - - - gei3a1yi2 - - - - - - - - - - - - - - - - - xie4xie

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - hai2gei3shei2ya$Q:QW - - - - - - - - - - - - - - - - - hai2shei2ya$Q:QW - - - - - - - - - - - - - - - - - OCxin1xinbu2yao4le - - - - - - - - - - - - - - OCting1ma1shuo1 - - - - - - - - - - - - - - OCtang2bu4neng2duo1chi1 - - - - - - - - - - - - - - OClai2 - - - - - - - - - - - - gei3ma1lai2 - - - - - - - - - - - - gei3ni3cang3qi3lai2lai2 - - - - - - - - - - - - - - you4gou4 - - - - - - - - - - - - - - - - - OCgei3ma1lai2 - - - - - - - - - - - - - - OMMgou

4laughs - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - OMMzen3megei3ta1wei2zhe - - - - - - - - - - - - - - - wei2zuir3jiu4chu1lai2le$Q:NQP - - - - - - - - - - - - - - - - - MOTshi4 - - - - - - - - - - - - li3tou2nei4gang1cai2guan4yao4 - - - - - - - - - - - - guan4shi1le - - - - - - - - - - - - - - MOTduo2nan2guan

4a$Q:NQP - - - - - - - - - - - - - - MOTni3wen4ta1 - - - - - - - - - - - - ta1gei3ni3wanr2ming

4 - - - - - - - - - - - - bu4he

1a - - - - - - - - - - - - - - OMMang

4 - - - - - - - - - - - - - - - bu4chi

1 - - - - - - - - - - - - - - - - - MOTnar3xiang4ni3men2nei4gehao3$Q:QW - - - - - - - - - - - - - - MOTheng$INTERJ - - - - - - - - - - - - - - hai2ben4dou1dour1li3ge1ne - - - - - - - - - - - - - - - tang2$Q:NQP - - - - - - - - - - - - - - - - - chou4wei2wei

- - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - FAni3kan4ni3kan4ni3kan4ni3kan

4 - - - - - - - - - - - - - - - - - dou1wo3chi1de - - - - - - - - - - - - - - - yao4 - - - - - - - - - - - - - - - - - eng

whiningma1gei

3wo

3 - - - - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - - xxxxdou1li3 - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - whiningdou1gei

3wo

3 - - - - - - - - - - - - - - - - - mei

2 - - - - - - - - - - - - - - - mei2le - - - - - - - - - - - - - - - - - shei2rang4ni3bu2jiao4a1yi2de$Q:QW - - - - - - - - - - - - - - - - - mei

2le - - - - - - - - - - - - - - - - - ni3kuai4jiao4a1yi2 - - - - - - - - - - - - - - - - - ni3jiao4a1yi2lema

- - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - ni3kuai4jiao4a1yi2 - - - - - - - - - - - - - - - - - jiao4lema - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - OMMa1yi2$VOC - - - - - - - - - - - - - - - - - mei

2 - - - - - - - - - - - - - - - - - fei

1le - - - - - - - - - - - - - - - - - OCge1nar4ba - - - - - - - - - - - - - - OCbie2wang3nar4fang4le - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - OCzhei4tang2zhuang1dour1li3jiu4hua

4le - - - - - - - - - - - - - - OCchi1yi2gena2yi2ge - - - - - - - - - - - - zhi1dao4ma - - - - - - - - - - - - $Q:QP:T - - - - - - - - - - - - - - OCemzuo1liang3xiar4liar4ta1you4bu4zuo1le - - - - - - - - - - - - - - - - - OCni3qiao2ta1reng1le - - - - - - - - - - - - - - - - - OCyou4ge1nar4lebu2shi4$Q:VBU - - - - - - - - - - - - - - OCyou4bao1yi2ge - - - - - - - - - - - - - - - - - - - - - - - - - - OChei4ni3zhei4yang4na

2zhe - - - - - - - - - - - - hei4 - - - - - - - - - - - - - - OCdou1hua4le - - - - - - - - - - - - - - OCxing1xing1na2lai2gei3ma1ma - - - - - - - - - - - - - - wei2wei$VOC - - - - - - - - - - - - - - - - - gei3 - - - - - - - - - - - - - - - - - kuai4gei3 - - - - - - - - - - - - - - liu2le - - - - - - - - - - - - - - - - - FAgan3jin3na2shou3juanr4 - - - - - - - - - - - - - - - - - OCxin1xinlai2 - - - - - - - - - - - - - - FAshou3juanr4 - - - - - - - - - - - - - - - shou3juanr

4 - - - - - - - - - - - - - - - - - gei3ba4bayi2kuair4 - - - - - - - - - - - - - - - - - OCdou1bao

1le - - - - - - - - - - - - dou1hua

4le - - - - - - - - - - - - - - gei3wo3yi2kuair4 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - enggei

3 - - - - - - - - - - - - - - - - - ta1you4bu4chi1 - - - - - - - - - - - - shi4ba

$Q:NQP - - - - - - - - - - - - - - OMMem4$INTERJ - - - - - - - - - - - - - - - - - OMMang4 - - - - - - - - - - - - - - - jiu4cheng2xin

1 - - - - - - - - - - - - - - - - - MOTni3kan4 - - - - - - - - - - - - ta1you4lai2 - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - - - - ta1you4bao

1lebu4chi1 - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - kan4ta1nao4 - - - - - - - - - - - - - - zai4bao

1 - - - - - - - - - - - - - - - - - - - - - - - - - - OCde

2 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - OCgei3ma1zhei4ge - - - - - - - - - - - - - - OCbu4xu3bao1 - - - - - - - - - - - - - - whinedou

1mei

2le

- - - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - xiu1che1le - - - - - - - - - - - - - - - xiu1che1qu4 - - - - - - - - - - - - - - nong4che1le - - - - - - - - - - - - - - - - - ni3xiu1che

1qu4ba

- - - - - - - - - - - - - - - - - OCxin1xinbu4xu3bao1 - - - - - - - - - - - - ting1ma1shuo1 - - - - - - - - - - - - - - OCbao1dou1hua

4le - - - - - - - - - - - - - - OMMfussing$UNINT - - - - - - - - - - - - - - OMMwhinema1ma

ya

$VOC - - - - - - - - - - - - - - laugh - - - - - - - - - - - - - - - - - laugh - - - - - - - - - - - - - - - - - OCni3kan4 - - - - - - - - - - - - ni3kan4zheshu1shu - - - - - - - - - - - - - - OCshu1shushuo1ni3le - - - - - - - - - - - - - - laughzhei4lia

3 - - - - - - - - - - - - - - - - - OCshu1shugei3ni3bao4pao3le - - - - - - - - - - - - - - OCkuai4 - - - - - - - - - - - - zhan4qi3lai2 - - - - - - - - - - - - - - OMMma1ma$VOC - - - - - - - - - - - - - - OCkuai4gei3ni3ba3zhei4bao1shang4 - - - - - - - - - - - - kuai4 - - - - - - - - - - - - - - OCbao1nei4li3tou - - - - - - - - - - - - - - OCna2zhe - - - - - - - - - - - - - - OCkuai4bao1shang4 - - - - - - - - - - - - - - - - - OCbao1shang4 - - - - - - - - - - - - - - OChua4le - - - - - - - - - - - - xin1xin - - - - - - - - - - - - - - OChua4le - - - - - - - - - - - - zang1 - - - - - - - - - - - - - - OCting1hua

4 - - - - - - - - - - - - - - - - - OCde2 - - - - - - - - - - - - - - - gei3ni3zhi3 - - - - - - - - - - - - - - - - - OCning

4zhene - - - - - - - - - - - - - - - - - OCbao1shang4 - - - - - - - - - - - - - - - - - OCkuai4 - - - - - - - - - - - - - - OCkuai4dianr3 - - - - - - - - - - - - - - - - - OCni3kan4 - - - - - - - - - - - - - - OCshu1shushuo1leba$Q:NQP - - - - - - - - - - - - - - OClai2ma1magei3bao1 - - - - - - - - - - - - - - OMMkan

4 - - - - - - - - - - - - - - - ni3kan4ta1beng3zhelian3ne - - - - - - - - - - - - - - - - - MOTdui4 - - - - - - - - - - - - - - MOTyi2xiao4jiu4mei2shir4 - - - - - - - - - - - - - - OMMni3kan4ta1beng3zhelian3 - - - - - - - - - - - - - - - - - OCkan4ma1mabao1hao3le - - - - - - - - - - - - cang2zher4 - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - eng

2wo3ye3yao4chi1tang2 - - - - - - - - - - - - - - - - - wo3yao4tang

2r

- - - - - - - - - - - - - - - - - nei4genar3qu4le$Q:QW - - - - - - - - - - - - - - ni3qiao2qiao2 - - - - - - - - - - - - - - ni3hai2xiang3chi1shen2meya$Q:QW - - - - - - - - - - - - - - - - - wo3xiang3chi1tang

2 - - - - - - - - - - - - - - - - - ni3you4bu4chi1 - - - - - - - - - - - - bao1lejiu4reng

1 - - - - - - - - - - - - - - gan4ma2ya$Q:QW - - - - - - - - - - - - - - ni3lao3bu4chi1 - - - - - - - - - - - - - - - - - bu4chi1jiu4bu4neng2bao1 - - - - - - - - - - - - - - - - - nei4tang2dou1bu4rang4ni3bao1le - - - - - - - - - - - - - - - - - bao1lejiu4na2zhejiu4nong4nar3ye3shi

4 - - - - - - - - - - - - - - ang1$INTERJ - - - - - - - - - - - - - - - - - nei4tang2tuo1yi1shangduo2leng3a - - - - - - - - - - - - - - - - - ang

1$INTERJ - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - chi1yi2ge - - - - - - - - - - - - - - chi1yi2banr4 - - - - - - - - - - - - - - - - - - - - - - - - - - chi1tang2 - - - - - - - - - - - - om, m, r all start to laugh - - - - - - - - - - - - - - ha2e4$INTERJ - - - - - - - - - - - - - - - - - ban1ban1che

1 - - - - - - - - - - - - - - - - - ni3qiao2 - - - - - - - - - - - - - - - huai4zhu3yi4zhen1shi

4laugh - - - - - - - - - - - - - - INVta1hai2dian4ji4be concerned aboutchu1qu4ne - - - - - - - - - - - - - - - ta

1 - - - - - - - - - - - - - - - - - INVa

4 - - - - - - - - - - - - - - - jiu4shi4dian4ji4chu1qu4 - - - - - - - - - - - - - - - ww trying to push r out of the way so that he can go out - - - - - - - - - - - - - - INVni3kan4 - - - - - - - - - - - - - - - ban1che

1le - - - - - - - - - - - - - - - - - INVni3kan4yao4ban1che

1le - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - INVfusseng

2bu2yao

4 - - - - - - - - - - - - - - - wanr2lei

4le

- - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - shang4nar3wanr2qu4ya - - - - - - - - - - - - - - - ni

3$Q:QW - - - - - - - - - - - - - - - - - zai4zher4xiu1che1ba - - - - - - - - - - - - - - - - - zai4zher4xiu1che1baang1 - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - wai4bianrleng3 - - - - - - - - - - - - - - wai4bianrleng

3 - - - - - - - - - - - - - - - a

- - - - - - - - - - - - - - - - - wai4bianrleng3 - - - - - - - - - - - - - - - - - wai4bianr1leng3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - ni3kan4ni3ba3ni3di4xia4dedong1xi1dou1jian3hao3le - - - - - - - - - - - - - - - zan2menzai4shang4wai4bianrwanr2qu4 - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - dou1gei3jian3ni3tong3li3qu4 - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - jian3wan2yir4qu4 - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - zhei4dou1gei3jian3tong3li3bianr1qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eng4starts picking up toys$INTERJ - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - fussing$UNINT - - - - - - - - - - - - - - - - - ge1hao3le - - - - - - - - - - - - - - - zhei4bianr

- - - - - - - - - - - - - - - - - sa3le

- - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - dou1dao4le - - - - - - - - - - - - - - - - - shei2nong4de$Q:QW - - - - - - - - - - - - - - - - - shei2dao4deya$Q:QW - - - - - - - - - - - - - - - - - enpushing tricycle$INTERJ - - - - - - - - - - - - - - - - - fan3zheng4di4di4mei2dao4 - - - - - - - - - - - - - - - - - chu2leni

3emmei2bie2renr

2 - - - - - - - - - - - - - - - - - engeng

pushing tricycle$INTERJ - - - - - - - - - - - - - - - - - eng4bu2kbanging sound as tricycle falls over - - - - - - - - - - - - - - - - - engni3 - - - - - - - - - - - - - - - ni3qiao2qiao2ni3qiao2qiao2 - - - - - - - - - - - - - - - - - nei4hu2kai

1 - - - - - - - - - - - - - - - - - zhei4hui2kai1leba

f picking up bucket for ww to put things into$Q:NQP - - - - - - - - - - - - - - - - - ben4li3jian

3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - ben4tong3li3jian

3 - - - - - - - - - - - - - - - - - zen3meba3gair4gai4shang4le - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - jie1zhezhei4xiao3tongr3li3jian3qu4 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - OCxing1xing

$VOC - - - - - - - - - - - - - - OCma1shuo1bu2yao4le - - - - - - - - - - - - - - OMMem4$INTERJ - - - - - - - - - - - - - - OClai2zang1 - - - - - - - - - - - - - - OCei1you

1$INTERJ - - - - - - - - - - - - - - OCni3shou3ni3yi2da3gunr3 - - - - - - - - - - - - zang1zang1 - - - - - - - - - - - - - - OCbu2yao

4le - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - ben4li3jian3 - - - - - - - - - - - - - - - ang

4 - - - - - - - - - - - - - - - - - bie2diu1leang1 - - - - - - - - - - - - - - - - - ai

4 - - - - - - - - - - - - - - - jian3 - - - - - - - - - - - - - - - - - you3 - - - - - - - - - - - - - - - you4kai1kai1le

- - - - - - - - - - - - - - - - - wei4$INTERJ - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - OCwei4$INTERJ - - - - - - - - - - - - - - - - - OMMda3dian4hua4ne - - - - - - - - - - - - - - - ni3zher

4laugh - - - - - - - - - - - - - - - - - MOTxian4zai4 - - - - - - - - - - - - ni3kan4kan4 - - - - - - - - - - - - - - OClaughwei

1banging sound as something falls over$INTERJ - - - - - - - - - - - - - - - - - MOTda3dian4hua

4 - - - - - - - - - - - - - - OCen4 - - - - - - - - - - - - ni3da3 - - - - - - - - - - - - - - da3dian4hua4 - - - - - - - - - - - - - - - - - OCgei3shei2da3$Q:QW - - - - - - - - - - - - - - OMMyao4xiong2mao

1 - - - - - - - - - - - - - - OCbu2yao4xiong2mao1 - - - - - - - - - - - - - - OCting1ma1shuo1 - - - - - - - - - - - - - - OCgei3shei2da3dian4hua4$Q:QW - - - - - - - - - - - - - - wei

$INTERJ - - - - - - - - - - - - - - wei

1 - - - - - - - - - - - - wei1wei1 - - - - - - - - - - - - footsteps then sound of things dropping into plastic bucket$INTERJ - - - - - - - - - - - - - - de2 - - - - - - - - - - - - - - - de2 - - - - - - - - - - - - - - - de2$INTERJ - - - - - - - - - - - - - - jian3gan1jing4le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - engxiao3bai

2tu4 - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - OChao3haorchang4 - - - - - - - - - - - - xin1xin - - - - - - - - - - - - - - yi

1$UNINT - - - - - - - - - - - - - - OChao3haorchang4 - - - - - - - - - - - - - - - - - OCchang4yi2xiao3bai2tu4 - - - - - - - - - - - - - - - - - OCkuai4dianr3 - - - - - - - - - - - - - - - - - OCchang4gei3a1yi2gei3a1yi2ting1ting1 - - - - - - - - - - - - - - - ting1ting1 - - - - - - - - - - - - - - - - - OCkuai4dianr3chang4yi2xiao3bai2tu

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OCxin1xin

$VOC - - - - - - - - - - - - - - OCxin1xin

$VOC - - - - - - - - - - - - - - - - - OCni3shang4nar3qu4le - - - - - - - - - - - - - - - you

4 - - - - - - - - - - - - - - - banging sound as toys fall$Q:QW - - - - - - - - - - - - - - OCkuai4gei3ni3wanr2tang2lao3ya1 - - - - - - - - - - - - - - - - - vocalizing - - - - - - - - - - - - - - OCkuai4guo4lai

2 - - - - - - - - - - - - - - - - - ke

3 - - - - - - - - - - - - - - - - - ke3le - - - - - - - - - - - - - - - - - wo3ke3lou

4 - - - - - - - - - - - - - - - - - ke3le

$Q:NQP - - - - - - - - - - - - - - - - - OCchou3chou3ni

3 - - - - - - - - - - - - - - ni3dang1ran2ke3le

laugh - - - - - - - - - - - - - - - - - xxxxxxzhuang1leyou4dao4$UNINT - - - - - - - - - - - - - - ke3 - - - - - - - - - - - - a1yi2ke3lou - - - - - - - - - - - - - - wei2wei

$VOC - - - - - - - - - - - - - - - - - ba3ta1dou1jian3tong3li3touqu4 - - - - - - - - - - - - - - - - - nei4pingr2 - - - - - - - - - - - - - - - - - OCxian

1wen4wen4 - - - - - - - - - - - - - - - - - OCni3xian1wen4wen4ni3ma1rang4bu2rang4ni3he1 - - - - - - - - - - - - - - - - - MOTbu2rang4 - - - - - - - - - - - - - - ting1jian4mei2you3$Q:MEI - - - - - - - - - - - - - - - - - OCni3wen4wen4ni3ma

1rang4bu2rang4he

1 - - - - - - - - - - - - - - - - - OCbu4xu3wanr

2 - - - - - - - - - - - - reng1le - - - - - - - - - - - - - - OCdao4wanr2yi2geshi4shi4 - - - - - - - - - - - - - - OCni3xian1wen4wen4ni3ma

1qu4 - - - - - - - - - - - - - - - - - fussing softly$UNINT - - - - - - - - - - - - - - OCni3shuo1rang4wo3he1shui3ma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OCguo4qu4 - - - - - - - - - - - - - - - - - OCguo4qu4gan4ma2qu4you4$Q:QW - - - - - - - - - - - - - - OMMfussen

2en

4wo3yao4he

1 - - - - - - - - - - - - - - gei3jigei3jian3qi3lai2 - - - - - - - - - - - - - - - ba3nei4xie1dong1xi1dou1 - - - - - - - - - - - - - - - - - em

2$Q:PRMPT - - - - - - - - - - - - - - - - - dou1jian3qi3lai2 - - - - - - - - - - - - - - - - - ge1tong3tong3li3tou2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eh

4$INTERJ - - - - - - - - - - - - - - eh

4$INTERJ - - - - - - - - - - - - - - whinyma

1dian4hua

4lai

2lou

- - - - - - - - - - - - - - - ww drinking from bottle - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - wei2weiting1hua4bu4ting1hua4a

$Q:VNV - - - - - - - - - - - - - - - - - vocalizing softly$UNINT - - - - - - - - - - - - - - wei2weiting1hua4bu4ting1hua4 - - - - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - agehualai2le - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - xin1xingan4ma2ne$Q:QW - - - - - - - - - - - - - - - - - OClaughxin1xin

$VOC - - - - - - - - - - - - - - ni3shuo1xin1xingan4ma2ne$Q:QW - - - - - - - - - - - - - - - - - hahaxin1xingan4ma

2ne$Q:QW - - - - - - - - - - - - - - - - - xin1xinshang4li3wu1wanr2qu4le - - - - - - - - - - - - - - - - - pants - - - - - - - - - - - - - - - - - ni3ba3nei4dong1xi1dou1jian3hao3le - - - - - - - - - - - - - - - ni3zai4wanr2qu4 - - - - - - - - - - - - - - - - - ting1jian4mei2you3$Q:MEI - - - - - - - - - - - - - - - - - dou1jian3jian3tong3li3mian4qu4 - - - - - - - - - - - - - - - banging sound as ww touches toys - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - en

4$INTERJ - - - - - - - - - - - - - - - - - ni3zen3megai4shang4gair

4le$Q:QW - - - - - - - - - - - - - - - - - gai4gair4zen3meben4li3jian3a$Q:QW - - - - - - - - - - - - - - - - - englai2ni3na2zhei4hong2tong3jian3qu4banging as toys fall into the pail - - - - - - - - - - - - - - - - - na2nei4hong2tong3qu4jian3qu4 - - - - - - - - - - - - - - - - - ba3nei4pingr

2 - - - - - - - - - - - - - - - tong3dou1ge1 - - - - - - - - - - - - - - - - - MOTni3qiaoquan2gei3tao4dao4li3touqu4le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs; noise as ww shakes something; silence - - - - - - - - - - - - - - - - - de

2 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - OCxin1xin

$VOC - - - - - - - - - - - - - - - - - OCkuai4lai

2 - - - - - - - - - - - - - - - - - OCxin1xin1 - - - - - - - - - - - - - - - a

$VOC - - - - - - - - - - - - - - - - - OCni3ma1mazou3lea

1 - - - - - - - - - - - - - - - - - eng

2eng

m - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - OCbeng2zai4nar4wang2xin1 - - - - - - - - - - - - kuai4chu1lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - OMMni3ba3chu2fang2men2guan1shang4xxx - - - - - - - - - - - - - - - m walks over to kitchen; crashing sound - - - - - - - - - - - - - - - - - OCkuai4 - - - - - - - - - - - - - - - zhao3ma1maqu4 - - - - - - - - - - - - - - - - - OCkuai4kuai4chu1lai2 - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - FAba3nei4zong3zha2guan1shang4 - - - - - - - - - - - - - - - - - OCem

1mock anger - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - FAjiu4pa4ta1ma1de - - - - - - - - - - - - - - - - - OCzhao3ma1maqu4 - - - - - - - - - - - - - - - - - OCkuai4qu4 - - - - - - - - - - - - - - - - - shei2zhi1dao4ta1pa4shen2me$Q:QW - - - - - - - - - - - - - - - - - shui

3 - - - - - - - - - - - - banging sound - - - - - - - - - - - - - - guan4zita1bu4zhi1dao4 - - - - - - - - - - - - - - nei4huo3menr2ta1zhi1dao4 - - - - - - - - - - - - - - OMMei1creakyma1ma

$VOC - - - - - - - - - - - - - - OMMyao

4hui2jia

1 - - - - - - - - - - - - - - OClaughing - - - - - - - - - - - - - - - - - OChui2jia1 - - - - - - - - - - - - kuai4zou3 - - - - - - - - - - - - - - OCimitating, creakyhui2jia

1 - - - - - - - - - - - - - - - - - OChui2jia1ke3hao3le - - - - - - - - - - - - - - OCkuai4na2mao4mao4qu4 - - - - - - - - - - - - - - OCba3zhei4dian4hua4gei3ge1gege1zher4 - - - - - - - - - - - - - - OCimithui2jia

1ao

- - - - - - - - - - - - - - - - - OCeng4$INTERJ - - - - - - - - - - - - - - OChuo

4zhei4mao

4zizhen1hao3kan

4 - - - - - - - - - - - - - - - - - OCgei3di

4di4dai4dai4ba - - - - - - - - - - - - - - - xing2ma$Q:QP:T - - - - - - - - - - - - - - - - - OCgei3ge

1dai4dai4ba - - - - - - - - - - - - - - - - - MOTbu4hao3 - - - - - - - - - - - - tai4chang2le - - - - - - - - - - - - - - MOTfusseh1ehehbu4xing2 - - - - - - - - - - - - eh - - - - - - - - - - - - - - OCgei3ge1gedai4dai4ba - - - - - - - - - - - - - - - - - eheh$INTERJ - - - - - - - - - - - - - - OMMmei2dai4hao3 - - - - - - - - - - - - - - - jiu4laughzou

3 - - - - - - - - - - - - - - - - - OMMlaughni3kan

4 - - - - - - - - - - - - - - - - - OCzhei4che1ge1zher4 - - - - - - - - - - - - - - OCche1bu2nong4 - - - - - - - - - - - - - - OCbu4na2che1 - - - - - - - - - - - - - - OCxin1xin

$VOC - - - - - - - - - - - - - - - - - OChai2wanr2bu4wanr2le

$Q:VNV - - - - - - - - - - - - - - - - - ehna2na2che1zou

3 - - - - - - - - - - - - - - OCna2che1zou

3laugh - - - - - - - - - - - - - - - - - OCna2che1bu4zou3 - - - - - - - - - - - - - - ehehna2na2 - - - - - - - - - - - - - - OCbu4neng2na2che1zou3 - - - - - - - - - - - - - - OCzan2jia1you3che1 - - - - - - - - - - - - xin1xinting1ma1shuo1 - - - - - - - - - - - - zan2jia1you3che1 - - - - - - - - - - - - - - OMMeng2eng2$INTERJ - - - - - - - - - - - - - - OCge1dezher4 - - - - - - - - - - - - - - OMMeng

2ang

$UNINT - - - - - - - - - - - - - - OCni3rang3 - - - - - - - - - - - - - - OCxin1xin1 - - - - - - - - - - - - zher4shi4ge1ge1deche1 - - - - - - - - - - - - - - OCting1jian4lema$Q:QP:M - - - - - - - - - - - - - - OMMfusseng2eng2eng

1eng

$UNINT - - - - - - - - - - - - - - OCwo3kan4ni3na2zou

3 - - - - - - - - - - - - - - OMMeng2eng3eng

1ma1ma - - - - - - - - - - - - ma1ma

$VOC - - - - - - - - - - - - - - OMMni3kan4ta1 - - - - - - - - - - - - - - - ta1maning

4shang4le - - - - - - - - - - - - - - - - - OCei1$INTERJ - - - - - - - - - - - - - - OCni3ting1ma1shuo1zhei

4 - - - - - - - - - - - - che1shi4ge1gede - - - - - - - - - - - - - - OCbu4neng2na2zou3 - - - - - - - - - - - - zhi1dao4ma$Q:QP:T - - - - - - - - - - - - - - OCni3kan4shu1shusheng1qi4le - - - - - - - - - - - - ni3na2zou3 - - - - - - - - - - - - - - OMMfussengeng

eng

$UNINT - - - - - - - - - - - - - - OMMei1$INTERJ - - - - - - - - - - - - - - - - - OMMni3ni3rang4ta1tui1 - - - - - - - - - - - - - - - ni3rang4ta1tui1 - - - - - - - - - - - - - - - - - MOTfast, highta1tui1jiu4ban1chu1qu4 - - - - - - - - - - - - - - MOTqi2 - - - - - - - - - - - - qi2shang4jiu4zou3banging sound as oc tries to push tricycle - - - - - - - - - - - - - - eng$INTERJ - - - - - - - - - - - - - - OMMni3rang4ta1tui1 - - - - - - - - - - - - - - - - - OMMkan4ta1you4dou1tui1dao4nar3har4qu4$Q:QW - - - - - - - - - - - - - - - - - OMMwo3dai1huir3gen1zhe - - - - - - - - - - - - - - - banging of tricycle - - - - - - - - - - - - - - - - - OMMkan4ta1tui1dao4nar3har4$Q:QW - - - - - - - - - - - - - - - - - OCwo3yi1huir3da3ta1pi

4guqu43ps for 2ps - - - - - - - - - - - - - - - - - OMMna4ni3ni3ni3rang4ta1tui1 - - - - - - - - - - - - - - - - - OClai2 - - - - - - - - - - - - - - - - - ta1nar4chen4ji1sieze occasionye3ye3chu1qu4le - - - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - hui2lai2 - - - - - - - - - - - - - - - - - ni3hai2bang1ta1tui1ne - - - - - - - - - - - - - - - hai2 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - hahatui1zou3le - - - - - - - - - - - - yi1huir3ken3gei3ni3 - - - - - - - - - - - - - - OMMtui1zou3 - - - - - - - - - - - - - - - - - chu1lai2le - - - - - - - - - - - - - - - chu1lai2le - - - - - - - - - - - - - - - - - kuai4hui2lai2 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - xxx - - - - - - - - - - - - m follows out in hallway, still laughing$UNINT - - - - - - - - - - - - - - kuai4hui2lai2 - - - - - - - - - - - - - - - - - kuai4hui2lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - whiningwo3yao4xiao3che1 - - - - - - - - - - - - - - - - - whiningwo3y

yao4 - - - - - - - - - - - - - - - wo3yao4 - - - - - - - - - - - - - - - wo3yyao

4cry - - - - - - - - - - - - - - OCting1ma1shuo1 - - - - - - - - - - - - zhei4che1ge1zher4 - - - - - - - - - - - - - - OCzan2jia1you3ge4che1 - - - - - - - - - - - - zhi1dao4ma$Q:QP:T - - - - - - - - - - - - - - shang4wur1qu4 - - - - - - - - - - - - - - - - - shang4wur1ta1gei3ni3song4hui2lai2le - - - - - - - - - - - - - - - - - fussing and crying as om takes trike$UNINT - - - - - - - - - - - - - - OCge1xia4che1 - - - - - - - - - - - - - - OMMwhinema

1ma$VOC - - - - - - - - - - - - - - OCei4you

2$INTERJ - - - - - - - - - - - - - - OCni3kan4shu1shusheng1qi4mei2sheng1qi4$Q:VNV - - - - - - - - - - - - - - OMMma

1cry$VOC - - - - - - - - - - - - - - OCkan4kan4 - - - - - - - - - - - - - - OClaughs - - - - - - - - - - - - - - - - - OMMma1ma

$VOC - - - - - - - - - - - - - - lai

2 - - - - - - - - - - - - - - - xiao3wei2weikuai4lai

2laugh - - - - - - - - - - - - - - - - - OCtschkuai4zou3banging and footsteps - - - - - - - - - - - - - - OCkuai4hui2jia1 - - - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - - - - hui2jia1ba - - - - - - - - - - - - - - - - - OCxxx$UNINT - - - - - - - - - - - - - - whiningzhao3ruiruiwanr

2qu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xx$UNINT - - - - - - - - - - - - - - - - - ni3jiu4cou4huogen1wu1wanr2ba - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - hai2shang4shang4shang4wai

4bianrwanr2qu4na - - - - - - - - - - - - - - - hai2$Q:NQP - - - - - - - - - - - - - - - - - der2der2der2$INTERJ - - - - - - - - - - - - - - - - - tui1jin4qu4 - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - tui1tui1jin4qu4 - - - - - - - - - - - - - - - xiu1che1qu4ba - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - tui1jin4qu4 - - - - - - - - - - - - - - - - - eng

2whiningbu

4xiu

1che

1 - - - - - - - - - - - - - - - - - eng

2whiningbu

4xiu1che

1 - - - - - - - - - - - - - - - - - zhei4che1huai4le - - - - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - ni3kan4zhei4che1qian2gu2ludou1bu2zhuan4le - - - - - - - - - - - - - - - - - kuai4xiu1xiu1qu4 - - - - - - - - - - - - - - - kuai4qu4 - - - - - - - - - - - - - - - - - kuai4qu4 - - - - - - - - - - - - - - - - - fussing and crying loudly$UNINT - - - - - - - - - - - - - - - - - qi2qi2 - - - - - - - - - - - - - - - - - zan2qi2qi2 - - - - - - - - - - - - - - - - - qi2hao3le - - - - - - - - - - - - - - - a

- - - - - - - - - - - - - - - - - ba4bagei3ni3tui1jin4qu4 - - - - - - - - - - - - - - - a

1 - - - - - - - - - - - - - - - - - yi1er4zou

3 - - - - - - - - - - - - - - - - - ri

4f pushing ww on his tricycle - - - - - - - - - - - - - - - mechanical noises$INTERJ - - - - - - - - - - - - - - - - - duang4$INTERJ - - - - - - - - - - - - - - - - - zou

3 - - - - - - - - - - - - - - - m laughs as f pushes ww to doorway - - - - - - - - - - - - - - - - - high, emphaticei1you

4deng1deng1deng3huir3da

- - - - - - - - - - - - - - - - - MOT - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - xing

2le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xia4lai2 - - - - - - - - - - - - - - - - - crying loudly for 5.0$UNINT - - - - - - - - - - - - - - - - - eng1$INTERJ - - - - - - - - - - - - - - - - - panting then whimpering again - - - - - - - - - - - - - - - - - kuai4bao4tang2lao3ya1wanr2qu4 - - - - - - - - - - - - - - - - - tang2lao3ya1ni3qiao2 - - - - - - - - - - - - - - - ni3qiao2 - - - - - - - - - - - - - - - hei1 - - - - - - - - - - - - - - still fussing$UNINT - - - - - - - - - - - - - - - - - high, mimicking childzang1wei2weisilence - - - - - - - - - - - - - - - - - high, mimickingqi3lai2 - - - - - - - - - - - - - - - - - high, mimickingyi

1 - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yao4bu4yi1huir3tang2lao3ya1bu4gen1ni3wanr2le - - - - - - - - - - - - - - - - - kuai4zhan4qi3lai2 - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - yi1er4san1qi3lifting - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fussing and crying$UNINT - - - - - - - - - - - - - - - - - zuo4nar3$Q:QW - - - - - - - - - - - - - - - - - gan4ma

2 - - - - - - - - - - - - - - - squeaking of door$Q:QW - - - - - - - - - - - - - - - - - eng

2 - - - - - - - - - - - - - - - engeng

4eng$INTERJ - - - - - - - - - - - - - - - - - zuo4xiao3dengr4shang4qu4 - - - - - - - - - - - - - - - - - eng - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - eng

2 - - - - - - - - - - - - - - - che

1 - - - - - - - - - - - - - - - - - xiao3dengr4xiao3dengr4 - - - - - - - - - - - - - - - - - bie2che1le - - - - - - - - - - - - - - - - - xiao3dengr

4 - - - - - - - - - - - - - - - - - nar4 - - - - - - - - - - - - - - - nar4nar4yi3zi - - - - - - - - - - - - - - - nar4 - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - nar4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ai

4 - - - - - - - - - - - - - - - zuo4hao3le - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - - - - - - - - - - whiningtadong

4wo3che

1ah

- - - - - - - - - - - - - - - - - heng4laughta1dong4ni3che1a$Q:NQP - - - - - - - - - - - - - - - - - ta1bu4qi2 - - - - - - - - - - - - - - - ta1qi2bu4liao3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - zhei4shi4wei2weiqi2 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2guo4lai2 - - - - - - - - - - - - - - - - - you$INTERJ - - - - - - - - - - - - - - - - - ta1zhan1wo3che

1 - - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - ni3che1 - - - - - - - - - - - - - - - - - eng4ni3che1 - - - - - - - - - - - - - - - mei2ren2dong4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qiao2ni3kou

1jinr4de - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gai1hui4hui2jiar1le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cries loudly; f laughs, ww continues to cry; m laughs$UNINT - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - zhao3ba4ba - - - - - - - - - - - - - - - zhao3ba4ba - - - - - - - - - - - - - - shei2qi1funi3le$Q:QW - - - - - - - - - - - - - - - - - zhao3ba4ba - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - - - still crying, louder now$UNINT - - - - - - - - - - - - - - - - - ni3qiao2ni3qiao2 - - - - - - - - - - - - - - - - - tang2lao3ya1ku1lesilence - - - - - - - - - - - - - - - - - diao4yan3lei4le - - - - - - - - - - - - - - - - - kuai4dianr3lai2. - - - - - - - - - - - - - - - - - crying$UNINT - - - - - - - - - - - - - - - - - ni3ba3tang2lao3ya1gei3wo3bao4guo4lai2 - - - - - - - - - - - - - - - - - ba3lao3ya1gei3wo3bao4guo4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lao3ya1ne - - - - - - - - - - - - - - - ww starts crawling on the floor$Q:QP:N - - - - - - - - - - - - - - - - - hai

1$INTERJ - - - - - - - - - - - - - - - - - you3zen4mezou3daor

4dema

- - - - - - - - - - - - - - - $Q:QP:M - - - - - - - - - - - - - - - - - kuai4qi3lai2 - - - - - - - - - - - - - - - - - wo3shu3yi1er4san1 - - - - - - - - - - - - - - - - - zan2jiu4qi3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - yi

1 - - - - - - - - - - - - - - - - - er

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - san1 - - - - - - - - - - - - - - - - - zen3memei2dong4jinr4an - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - kuai4qi3 - - - - - - - - - - - - - - - - - kuai4qi3lai2 - - - - - - - - - - - - - - - - - fuss$UNINT - - - - - - - - - - - - - - - - - lao3mao1lai2le - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yi1huir3tang2lao3ya1yao3ni3pi4guqu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - rei

2rei - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - starts crying loudly$UNINT - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - still crying$UNINT - - - - - - - - - - - - - - - - - jiao4di4di4chu1qu4a - - - - - - - - - - - - - - - - - stil crying, sounds fake$UNINT - - - - - - - - - - - - - - - - - ni3chu1qu4gan4ma

2qu4a

4 - - - - - - - - - - - - - - - ww starts pulling on glass tabletop.$Q:QW - - - - - - - - - - - - - - - - - hai

4$INTERJ - - - - - - - - - - - - - - - - - wo3kan4yi1huir3sui

4le - - - - - - - - - - - - - - - zhei4bo1li - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sui4lezha1shou

3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - zhei4kuair4bo1lisui4dao4sui4le - - - - - - - - - - - - - - - - - ta1yi1huir3zha1ni3shou

3 - - - - - - - - - - - - - - - - - cries loudly then stops$UNINT - - - - - - - - - - - - - - - - - ting1jian4mei2you3$Q:MEI - - - - - - - - - - - - - - - - - ei2gei3ni3xiao3ju2zi - - - - - - - - - - - - - - - hei1 - - - - - - - - - - - - - - - - - chi1ju2zif smacking his lips togetherwater sloshing sound - - - - - - - - - - - - - - - - - sa

1niao

4 - - - - - - - - - - - - - - - - - qu4 - - - - - - - - - - - - - - - - - nei4bianrsa1qu4 - - - - - - - - - - - - - - - ww goes into washroom - - - - - - - - - - - - - - - - - zhan4zhesa1ya

$Q:NQP - - - - - - - - - - - - - - - - - zhan4zhesa1 - - - - - - - - - - - - - - - jiu4zhan4zhesa1baclattering sound - - - - - - - - - - - - - - - - - MOTxiao3li4 - - - - - - - - - - - - - - - ya

$VOC - - - - - - - - - - - - - - - - - FAang

2$Q:PRMPT - - - - - - - - - - - - - - - - - MOTbie2bie2gua4chu1qu4 - - - - - - - - - - - - - - - - - MOTzher4sazher4sa3shang4shui3le - - - - - - - - - - - - - - - ww panting as he pees, m brings mop back - - - - - - - - - - - - - - - - - FAeng

1$INTERJ - - - - - - - - - - - - - - - - - MOTzher4zher4 - - - - - - - - - - - - - - - - - MOTzher4sa1shang4niao

4le - - - - - - - - - - - - - - - zher4 - - - - - - - - - - - - - - - - - FAxxx$UNINT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - lei

3eh$INTERJ - - - - - - - - - - - - - - - - - bao4bao4 - - - - - - - - - - - - - - - bao4zheou

4 - - - - - - - - - - - - - - - - - en4 - - - - - - - - - - - - - - - bao4zheou

4 - - - - - - - - - - - - - - - - - FAnar3ya$Q:QW - - - - - - - - - - - - - - - - - bao4zheou

4 - - - - - - - - - - - - - - - - - MOTeng2$Q:PRMPT - - - - - - - - - - - - - - - - - MOTni3ni3 - - - - - - - - - - - - - - - - - ba

2ya - - - - - - - - - - - - - - - ba

2ya - - - - - - - - - - - - - - - - - ba

2ya

- - - - - - - - - - - - - - - - - ba2ya

ba2ya

ba

2 - - - - - - - - - - - - - - - - - ba2ya - - - - - - - - - - - - - - - ba

2ba

2 - - - - - - - - - - - - - - - - - FAnar3ne

$Q:QW - - - - - - - - - - - - - - - - - ai

1$INTERJ - - - - - - - - - - - - - - - - - MOTyou4kuai4na2shou3zhi

3gei3ca1ca1bi2tiba - - - - - - - - - - - - - - - - - ei

4$INTERJ - - - - - - - - - - - - - - - - - ei1you - - - - - - - - - - - - - - - guo4he2lou

4 - - - - - - - - - - - - - - - - - guo4chang2he2lou

4 - - - - - - - - - - - - - - - - - guo4lai2guo4lai2guo4lai2guo4lai2 - - - - - - - - - - - - - - - m mopping floor - - - - - - - - - - - - - - - - - ei1you1he4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ba1guo4he

2lou

4 - - - - - - - - - - - - - - - - - youyoueilaugh$INTERJ - - - - - - - - - - - - - - - - - hahaba

laugh - - - - - - - - - - - - - - - - - yi

1er4 - - - - - - - - - - - - - - - - - he2 - - - - - - - - - - - - - - - - - gruntingaieheh

$INTERJ - - - - - - - - - - - - - - - - - imitatingai

$INTERJ - - - - - - - - - - - - - - - - - imitatingai2ai4ai

$INTERJ - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - dou1ta1mawei2zheni3 - - - - - - - - - - - - - - - zhuan4you4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - gua

4shang4 - - - - - - - - - - - - - - - - - tang2lao3ya

1 - - - - - - - - - - - - - - - - - eh$INTERJ - - - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - gua4shang4kan4kan4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - eh$INTERJ - - - - - - - - - - - - - - - - - gei

3 - - - - - - - - - - - - - - - - - diao

4le

- - - - - - - - - - - - - - - - - jian3qi3lai

2 - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - ei1jian3qi3lai

2 - - - - - - - - - - - - - - - - - gei3 - - - - - - - - - - - - - - - grunting and panting - - - - - - - - - - - - - - - - - FAni3kan4laugh - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ai

4 - - - - - - - - - - - - - - - zuo4zher4hong3hong3tang2lao3ya1shui4jiao4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - gei3gei3lao3ya1chang4yi2ge

- - - - - - - - - - - - - - - yue4er2ming2 - - - - - - - - - - - - - - - - - kuai4chang4 - - - - - - - - - - - - - - - - - refusal fussem325

$INTERJ - - - - - - - - - - - - - - - - - kuai4chang4 - - - - - - - - - - - - - - - - - you

4laughbu2chang4 - - - - - - - - - - - - - - - - - hengjiu4shi

4chang4zhao3ba4ba - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - fussyeng

2bu2chang4zhao3ba

4ba - - - - - - - - - - - - - - - - - zhao

3ma1ma - - - - - - - - - - - - - - - - - eng

2ng

4 - - - - - - - - - - - - - - - bu2chang4zhao3ma

1ma

1 - - - - - - - - - - - - - - - - - na4ni3chang4shen2meya

- - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - daungr

4da4du1$UNINT - - - - - - - - - - - - - - - - - chang4 - - - - - - - - - - - - - - - chang4yi2ge - - - - - - - - - - - - - - - - - gei3gei3lao3ya1hong3zhao2le - - - - - - - - - - - - - - - tapping sound - - - - - - - - - - - - - - - - - chang4yi2yue4er2ming2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - chang4da

4da4 - - - - - - - - - - - - - - - - - chang4yi2yue4er2ming2 - - - - - - - - - - - - - - - - - chang4da

4da4 - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - chang4ba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - chang4 - - - - - - - - - - - - - - - hang

1 - - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - grunting and banging his stool - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - zhen1 ta1+ma liu:2 - - - - - - - - - - - - - - FApeng4shang4niu3yi2ge - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting as he bangs stool - - - - - - - - - - - - - - - - - zen3medun1ni3pi

4gu

1a

$Q:NQP - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - teng

2bu4teng2a

- - - - - - - - - - - - - - - $Q:VNV - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - kang2zhe - - - - - - - - - - - - - - - - - ni3kan4zhei4ge

1bodou1neng2kai1xian

4le - - - - - - - - - - - - - - - - - ni3qiao2qiao2 - - - - - - - - - - - - - - - - - diao4leba

$Q:NQP - - - - - - - - - - - - - - - - - qiao2nei4ge

1bo - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - ga1zhiwo1r

armpitlaugh - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - kai1xian

4le - - - - - - - - - - - - - - - - - hui2tourang4lao3laogei3ni3feng2feng2qu4 - - - - - - - - - - - - - - - - - ei4$INTERJ - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ei1ya4$INTERJ - - - - - - - - - - - - - - - - - em

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - kuai4qi3lai2 - - - - - - - - - - - - - - - - - zhan4zher4 - - - - - - - - - - - - - - - hao3haorzuo4nar4 - - - - - - - - - - - - - - - chang4yi1ger1 - - - - - - - - - - - - - - kuai4dianr3 - - - - - - - - - - - - - - - - - bu

4 - - - - - - - - - - - - - - - - - na4bu4gen1ni3hao3le - - - - - - - - - - - - - - - - - na4yi1huir3 - - - - - - - - - - - - - - - - - da

3da2dada

2da$UNINT - - - - - - - - - - - - - - - - - qi3lai2 - - - - - - - - - - - - - - - - - lu1gei4$UNINT - - - - - - - - - - - - - - - - - ni3jiu4tao2qi4ba - - - - - - - - - - - - - - - - - deng3huir3lao3mao1lai2le - - - - - - - - - - - - - - - a1 - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - lao3hu3lai2lou

1 - - - - - - - - - - - - - - - - - yao3ta1pi4gulai2lou4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - - - FAduo2ta1macheng2xin1ba - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - - - - - - - - - - - - - until m and f both laugh; m and f laughing, ww panting - - - - - - - - - - - - - - zhei4shen2ma

- - - - - - - - - - - - - - - jie

1zhei4a$Q:QW - - - - - - - - - - - - - - - - - zai4wang3zhei4bianr1qiao2ba - - - - - - - - - - - - - - - - - ni3shuo1ni3duo1tao

2bani3a$Q:NQP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs softly; ww gets up and walks - - - - - - - - - - - - - - - - - mei2you3ni3zen4metao

2dele - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tao2bu4tao2wa$Q:VNV - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - - - - - - - wei2weitao2qi4bu4tao2qi4a$Q:VNV - - - - - - - - - - - - - - - - - kang2zhe - - - - - - - - - - - - - - - - - zao3zhi1dao4ta1chuan3qir4laugh - - - - - - - - - - - - - - - - - hai2bu2laughzuo4zher4hao3haordai1huir3qu4ne - - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - kang2 - - - - - - - - - - - - - - - - - kang2zai4shang4dai

1dao

3san1 lou2 - - - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4kan4 - - - - - - - - - - - - - - - - - FAeiyou

4$INTERJ - - - - - - - - - - - - - - - - - kang2zhe - - - - - - - - - - - - - - - - - kang2zheshang4san1lou

2le - - - - - - - - - - - - - - - - - a

4$INTERJ - - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - gruntingkang2zhe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4laugh - - - - - - - - - - - - - - yi1er4san1 - - - - - - - - - - - - - - - - - grunting as he tries to liftei

4$INTERJ - - - - - - - - - - - - - - - - - ei4youhelaughs$INTERJ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughing; ww panting - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughing softly - - - - - - - - - - - - - - - - - hai

1$INTERJ - - - - - - - - - - - - - - - - - hui2lai2 - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - shang4nar4gan4ma2qu4 - - - - - - - - - - - - - - - ww returns, panting$Q:QW - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - chen2bu4chen2a

$Q:VNV - - - - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - - - - - - - chen2 - - - - - - - - - - - - - - - jiu4sa1shou3 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - - - - ei1youei4youhe4$INTERJ - - - - - - - - - - - - - - - - - gruntingwei

- - - - - - - - - - - - - - - ww walks across room$INTERJ - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4ni3kan4laugh - - - - - - - - - - - - - - hai

4eh - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - kuai4guo4lai2 - - - - - - - - - - - - - - - - - ni3chou3 - - - - - - - - - - - - - - - ni3qiao2ni3qiao2 - - - - - - - - - - - - - - - - - inaudible, then laughs$UNINT - - - - - - - - - - - - - - - - - bai2yabai

2$INTERJ - - - - - - - - - - - - - - - - - ba

2 - - - - - - - - - - - - - - - ba

2ya - - - - - - - - - - - - - - - - - eng

4xxxxba

2$INTERJ - - - - - - - - - - - - - - - - - xx$UNINT - - - - - - - - - - - - - - - - - na4ni3you4gen1ta1ba2qu4lelaugh - - - - - - - - - - - - - - - - - gen1ma1maba2qu4 - - - - - - - - - - - - - - - - - ba

2 - - - - - - - - - - - - - - - - - gen1ma1maba2huir3qu4 - - - - - - - - - - - - - - - - - gen1ma1maba2huir3qu4 - - - - - - - - - - - - - - - - - gruntseh

$UNINT - - - - - - - - - - - - - - - - - ba

2 - - - - - - - - - - - - - - - - - you

1$INTERJ - - - - - - - - - - - - - - - - - na4ni3xxx - - - - - - - - - - - - - - - - - duang1$INTERJ - - - - - - - - - - - - - - - - - gen1ta1ba

2laugh - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ni3qiao2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ga4tang2ga4tang

2$UNINT - - - - - - - - - - - - - - - - - ni3shuo1ta1xxxxxx - - - - - - - - - - - - - - - - - du

4$INTERJ - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - gruntinga

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ni3shuo1ni3duo1tao

2bani3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - eheh$INTERJ - - - - - - - - - - - - - - - - - shang1shang4nar4zuo4qu4 - - - - - - - - - - - - - - - - - cryingengta1bu2yao4guo4qu

4 - - - - - - - - - - - - - - - - - ni3zuo4nei4xiao3dengr

4shang4qu4 - - - - - - - - - - - - - - - - - enh$INTERJ - - - - - - - - - - - - - - - - - wei2weirang4nei4lao3ya1zuo4xiao3dengr4shang4qu4 - - - - - - - - - - - - - - - - - ni3rang4ta1zuo4xiao3deng

4zishang4qu4 - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - gei3ta1zhao4zhang1xiang

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3ta1bai3yi2gezi1shizhao4zhang1xiang4 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - ba3nei4tui3na2shang4lai2 - - - - - - - - - - - - - - - - - mei2 - - - - - - - - - - - - - - - - - ta

1zuo

4shang4qu4lelaugh - - - - - - - - - - - - - - - - - mei

2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a1yi2lou3zheta1gei3shei2zuo4nar4har$Q:QW - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - ah

4 - - - - - - - - - - - - - - - xxx$INTERJ - - - - - - - - - - - - - - - - - lu4jian4lu4jian4lu1jiao

4le$UNINT - - - - - - - - - - - - - - - - - eng1$INTERJ - - - - - - - - - - - - - - - - - bie2gei3 - - - - - - - - - - - - - - - - - ei4$INTERJ - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - eini3qiao2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs loudly then panting and grunting - - - - - - - - - - - - - - - - - kang2zhe - - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - ei4ya4 - - - - - - - - - - - - - - - ei4ya4 - - - - - - - - - - - - - - - ei

4ya4$INTERJ - - - - - - - - - - - - - - ei1you4helaugh$INTERJ - - - - - - - - - - - - - - - - - ni3shuo1ni3zhei4hai2ziya - - - - - - - - - - - - - - - ww runs out - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - bu4neng2shang4nei4bianr1wanr2qu4 - - - - - - - - - - - - - - - - - you4zou3le - - - - - - - - - - - - - - - - - callingkuai4guo4lai2 - - - - - - - - - - - - - - - - - callingwei2wei

- - - - - - - - - - - - - - - kuai4chu1lai

2 - - - - - - - - - - - - - - - ww runs out, panting; laughs - - - - - - - - - - - - - - sternlyguo4lai2clears throat - - - - - - - - - - - - - - - - - zen3megei3ta1xiao3ban3dengr

4shang4qu4 - - - - - - - - - - - - - - - - - eiyou4$INTERJ - - - - - - - - - - - - - - - - - xxxxzhei4hai2zixxxxxxxx - - - - - - - - - - - - - - - - - gruntheng

2lu

4eh$UNINT - - - - - - - - - - - - - - - - - ei1you4$INTERJ - - - - - - - - - - - - - - - - - cai

3 - - - - - - - - - - - - - - - grunting as he puts donald duck on stool$UNINT - - - - - - - - - - - - - - - - - ei

4 - - - - - - - - - - - - - - - gei3ta1zhao4zhang1xiang4 - - - - - - - - - - - - - - - - - zen3megei3$Q:QW - - - - - - - - - - - - - - - - - zen3megei3zhao4xiang4lai2zhe - - - - - - - - - - - - - - - ww panting$Q:QW - - - - - - - - - - - - - - - - - gei3tang2lao3ya1zhao4zhang1xiang4 - - - - - - - - - - - - - - - - - gei3tang2lao3ya1zhao4zhang1xiang4 - - - - - - - - - - - - - - - - - gei3tang2lao3ya

zhao4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - en

2$Q:PRMPT - - - - - - - - - - - - - - - - - gen1zher4gei3tang2lao3ya1zhao4zhang1xiang4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kuai4zhe - - - - - - - - - - - - - - - ww panting - - - - - - - - - - - - - - - - - ai4nei

4ni4 - - - - - - - - - - - - - - - - - youzhei4bianr1zhe

1tengde - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - das

1dida

$UNINT - - - - - - - - - - - - - - - - - da3ta1 - - - - - - - - - - - - - - - - - da3ta1pi4gu1lea

3ps for 2ps - - - - - - - - - - - - - - - - - dai1huir3lao3mao

1lai2lea

- - - - - - - - - - - - - - - - - yellinge

1 - - - - - - - - - - - - - - - m and f both laugh; ww panting; banging sound$INTERJ - - - - - - - - - - - - - - - - - ei4you4wo3zou4ni3lea

- - - - - - - - - - - - - - - ww panting - - - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - panting then laughing - - - - - - - - - - - - - - - - - ga4da2ga4da2ku

1ga4$UNINT - - - - - - - - - - - - - - - - - soft, inaudible - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - bu1$UNINT - - - - - - - - - - - - - - - - - da4ta

3zhu4 - - - - - - - - - - - - - - - laughs$UNINT - - - - - - - - - - - - - - - - - da4ta

3zhu4 - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - xiang4hou4 - - - - - - - - - - - - - - - - - zhuan4 - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - hahaxxx$UNINT - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - xiang4hou4 - - - - - - - - - - - - - - - zhuan4laughing loudly - - - - - - - - - - - - - - - - - xiang4hou4 - - - - - - - - - - - - - - - zhuan

4grunting - - - - - - - - - - - - - - - - - xiang4hou

4 - - - - - - - - - - - - - - - zhuan4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xiang4hou4 - - - - - - - - - - - - - - - zhuan4 - - - - - - - - - - - - - - - ww bumps his head - - - - - - - - - - - - - - you$UNINT - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - crying$UNINT - - - - - - - - - - - - - - - - - laughing as ww cries - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - also starts laughing as ww cries - - - - - - - - - - - - - - - - - FAlaughfan1ge4gen1tou

2 - - - - - - - - - - - - - - - - - FAgen1nar3wanr2qu4$UNINT - - - - - - - - - - - - - - - - - crying loudly again$UNINT - - - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - dou1shi4zi4ger3xxxxxxcrying loudly again$UNINT - - - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - po

4lalaughs - - - - - - - - - - - - - - - - - crying loudly again$UNINT - - - - - - - - - - - - - - - - - mei2shir4 - - - - - - - - - - - - - - - mei2shir4 - - - - - - - - - - - - - - - mei2shir4 - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - zou3 - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - wanr2qu4 - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - hai2zuo2mozuo2molaugh - - - - - - - - - - - - - - - - - ao

4 - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - dao3lelaugh - - - - - - - - - - - - - - de2le - - - - - - - - - - - - - - - de2le - - - - - - - - - - - - - - - de2le - - - - - - - - - - - - de2le$INTERJ - - - - - - - - - - - - - - crying again$UNINT - - - - - - - - - - - - - - - - - dao

3le - - - - - - - - - - - - - - - dao3lexxxlaughs as ww continues crying - - - - - - - - - - - - - - - - - ni3zai4kan4shen2me$Q:QW - - - - - - - - - - - - - - - - - wei2wei - - - - - - - - - - - - - - - mei2shir4mei2shir4 - - - - - - - - - - - - - - - - - suan4le - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - - - coughs then cries again$UNINT - - - - - - - - - - - - - - - - - dao

3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - wanr2qu4 - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - dao3le - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - crying$UNINT - - - - - - - - - - - - - - - - - de

2le - - - - - - - - - - - - - - - de2le - - - - - - - - - - - - - - - de2lelaughlaughs$INTERJ - - - - - - - - - - - - - - shei2nar4rang4ni3gen1nar4 - - - - - - - - - - - - - - - na2da4ding3lai2zhe$Q:QW - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - crying again - - - - - - - - - - - - - - - - - le

4yi2geba - - - - - - - - - - - - - - - - - le

4yi2gem laughing and ww crying for 5.0 - - - - - - - - - - - - - - - - - gan4ma2ni3$Q:QW - - - - - - - - - - - - - - - - - ni3kan4ni3kan4lao3ya1ye3gen1nar4ku1le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting, no longer crying - - - - - - - - - - - - - - - - - jiu4gei3ta1zhai1kou

4zinelaugh - - - - - - - - - - - - - - - - - yi1er4san1m laughing - - - - - - - - - - - - - - - - - yi1er

4san1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - FAni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - ni3kan4 - - - - - - - - - - - - - - pa1shangr4leba$Q:NQP - - - - - - - - - - - - - - - - - pa1shang4leba$Q:NQP - - - - - - - - - - - - - - - - - ei

4 - - - - - - - - - - - - - - - bu4xu3hao

1la - - - - - - - - - - - - - - - - - bu4neng2zai4hao1le - - - - - - - - - - - - - - - - - da3zhu4 - - - - - - - - - - - - - - - - - panting - - - - - - - - - - - - - - - - - da3zhu4da3zhu4da3zhu4 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - da3zhu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - starts crying again - - - - - - - - - - - - - - - - - de2de2de2de

2$INTERJ - - - - - - - - - - - - - - - - - de2de

2$INTERJ - - - - - - - - - - - - - - - - - ei2$INTERJ - - - - - - - - - - - - - - - - - wei2wei

$VOC - - - - - - - - - - - - - - - - - ni3kan4nei4xiao3wa2wanar3qu4le$Q:QW - - - - - - - - - - - - - - - - - nei4xiao3wa2wane$Q:QP:N - - - - - - - - - - - - - - - - - ner4 - - - - - - - - - - - - - - - - - mei2you

3le - - - - - - - - - - - - - - - - - nar4ne - - - - - - - - - - - - - - - nar4ne - - - - - - - - - - - - - - - - - bu4dao3weng1ne$Q:QP:N - - - - - - - - - - - - - - - - - na2nei4bu4dao3weng1qu4ang1 - - - - - - - - - - - - - - - - - na4bu4dao3weng1nar3qu4le$Q:QW - - - - - - - - - - - - - - - - - eh

2$INTERJ - - - - - - - - - - - - - - - - - ke1nar3le$Q:QW - - - - - - - - - - - - - - - - - laugh - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - gei3ba4bazhi3zhi3ke1nar3la$Q:QW - - - - - - - - - - - - - - - - - still laughing, finishes - - - - - - - - - - - - - - - - - eh

2$INTERJ - - - - - - - - - - - - - - - - - eng1bu4shuo1le - - - - - - - - - - - - - - - bu4shuo1le - - - - - - - - - - - - - - - bu4shuo1le - - - - - - - - - - - - bu4 - - - - - - - - - - - - - - eng

1$INTERJ - - - - - - - - - - - - - - - - - lao

3shidelaugh - - - - - - - - - - - - - - - - - lao3shirleba

$Q:NQP - - - - - - - - - - - - - - - - - laughing - - - - - - - - - - - - - - - - - still whimpering - - - - - - - - - - - - - - - - - zhei4hui2 - - - - - - - - - - - - - - - bu2nao4leba$Q:NQP - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - cries$UNINT - - - - - - - - - - - - - - - - - ei1youei1you1rustling sound$INTERJ - - - - - - - - - - - - - - - - - teng2bu4teng2a

$Q:VNV - - - - - - - - - - - - - - - - - ting3zhe - - - - - - - - - - - - - - - - - ai

4$INTERJ - - - - - - - - - - - - - - - - - bie2dong4le - - - - - - - - - - - - - - - a - - - - - - - - - - - - - - - - - ni3kan4diao

4le - - - - - - - - - - - - - - - - - nar4qu4le - - - - - - - - - - - - - - - - - kuai4jian3qi3 - - - - - - - - - - - - - - - ww gets down and walks over, picks sth up, panting - - - - - - - - - - - - - - - - - bie2ga1da1le - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - ga1da1leyi1huir3yi1huir3you4 - - - - - - - - - - - - - - - - - MOTgei3ta1ca1ba3lian3ba - - - - - - - - - - - - - - - - - MOTni3qiao2zhei4lian3zhei4zang1ou4 - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - eng

whiningjian

3yin1yan3+jing1yang3yang

- - - - - - - - - - - - - - - - - a2$Q:PRMPT - - - - - - - - - - - - - - - - - whiningyan3jing

1 - - - - - - - - - - - - - - - - - gan4ma

2$Q:QW - - - - - - - - - - - - - - - - - whimpers - - - - - - - - - - - - - - - - - FAta1rang4ni3gei3ta1bao

1 - - - - - - - - - - - - - - - - - shi4bu2shi4a$Q:VNV - - - - - - - - - - - - - - - - - ou

4 - - - - - - - - - - - - - - - nao3daishang4ding3zhea$Q:NQP - - - - - - - - - - - - - - - - - xing2 - - - - - - - - - - - - - - - - - dai1hao3le - - - - - - - - - - - - - - - bie2dong4huanr - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - en

4$INTERJ - - - - - - - - - - - - - - - - - ei4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - xing2le - - - - - - - - - - - - - - - ww panting and walking around - - - - - - - - - - - - - - - - - mei2leba

$Q:NQP - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - - - ca1ba3lian3 - - - - - - - - - - - - - - - - - fussingmei

2you

3le

- - - - - - - - - - - - - - - - - eng$INTERJ - - - - - - - - - - - - - - - - - nar

3qu4le

$Q:QW - - - - - - - - - - - - - - - - - diao4nei4dianr3qu4 - - - - - - - - - - - - - - - - - rang4ni3ba4gei3ni3zhao3 - - - - - - - - - - - - - - - - - diao4nei4dianr3qu4le - - - - - - - - - - - - - - - - - crying$UNINT - - - - - - - - - - - - - - - - - eng

2 - - - - - - - - - - - - - - - mei2you

3le

- - - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - zher4nezher4nezher4nezher4ne - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zhei4zhei4zhei4ju2zisuan4shi

4wan2la - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bie2zou3nar4le - - - - - - - - - - - - - - - - - nar4hua

2 - - - - - - - - - - - - - - - - - yi1huir3you4you4shuai1zhele - - - - - - - - - - - - - - - a

2 - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - kuai4jian3qi3lai2 - - - - - - - - - - - - - - - - - jian3qi3lai2gen1nao3guar1ding3zha - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - crying$UNINT - - - - - - - - - - - - - - - - - youxxxx$INTERJ - - - - - - - - - - - - - - - - - you4you4ei1you4$INTERJ - - - - - - - - - - - - - - - - - xxzen3mela - - - - - - - - - - - - - - - ww stops crying$Q:QW - - - - - - - - - - - - - - - - - zen3mela$Q:QW - - - - - - - - - - - - - - - - - starts to cry again$UNINT - - - - - - - - - - - - - - - - - ma

1bie

2bao1zenie

1 - - - - - - - - - - - - - - - - - ai1 - - - - - - - - - - - - - - - bao1pir2 - - - - - - - - - - - - - - - bao1pir2 - - - - - - - - - - - - - - bao1pir2 - - - - - - - - - - - - - - - - - zhei4ke3shi4zui4hou4yi2gele - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - zai4xiang3chi1dou1mei2la - - - - - - - - - - - - - - - - - slurredping

2guo

3 - - - - - - - - - - - - - - - - - em

1 - - - - - - - - - - - - - - - eng

1$INTERJ - - - - - - - - - - - - - - - - - bao1pi

2 - - - - - - - - - - - - - - - - - em

4$INTERJ - - - - - - - - - - - - - - - - - zai4qiqi

1chi1mei2eng1ge

1yi2 gele - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - minr2ba4bagei3ni3mai3ju2ziqu4chi1 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - man3man

ma1+ma?mai

3de - - - - - - - - - - - - - - - - - em4$INTERJ - - - - - - - - - - - - - - - - - ba3zhei4gereng1dao4ga1lar2jiao3+luo4; cornernar4qu4 - - - - - - - - - - - - - - - - - nei4pi2 - - - - - - - - - - - - - - - - - dar4tair

2ga1+lar2 - - - - - - - - - - - - - - - - - ba3nei4pi2reng1nar4qu4 - - - - - - - - - - - - - - - - - reng1nei4ga1lar2nar4qu4 - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - - - ei1you

- - - - - - - - - - - - - - - ww runs to corner and throws orange peel on pile$INTERJ - - - - - - - - - - - - - - - - - zher4ye

3 - - - - - - - - - - - - - - - - - nai3naijia1you3gar4tar

2ga1+lar2 - - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - you

4you3huo3lu

2zinai3naiji1jia1 - - - - - - - - - - - - - - - - - xxxxxxgar4tar

2ga1+lar2 - - - - - - - - - - - - - - - - - ai

4ai4ge1nar4jiu4cheng2le - - - - - - - - - - - - - - - - - bu4xu3dong4la - - - - - - - - - - - - - - - - - bie2dong4bie2dong4le - - - - - - - - - - - - - - - toppling sound - - - - - - - - - - - - - - - - - guo4lai2chi1zhei4gelai2ba - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - guo4di4dao4yi1huir3hai2ke

1ni3 - - - - - - - - - - - - - - - - - kuai4qi3lai

2 - - - - - - - - - - - - - - - - - kuai4qi3lai

2 - - - - - - - - - - - - - - - - - bu4zhang3ji4xingni

3 - - - - - - - - - - - - - - - - - yai

1ei4 - - - - - - - - - - - - - - - grunting and panting$INTERJ - - - - - - - - - - - - - - - - - ei1you

1pants - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - xxx$UNINT - - - - - - - - - - - - - - - - - hour1tao2hour1tao2deni3le - - - - - - - - - - - - - - - - - MOTba3li3wu1deng1kai1kai1ba - - - - - - - - - - - - - - - - - FAkai1kai1ba - - - - - - - - - - - - - - - - - zhei4ge - - - - - - - - - - - - - - - guo4 - - - - - - - - - - - - - - - - - eh

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - qu4gen1li3wu1wanr2baqu4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gen1li3wu1wanr

2ba - - - - - - - - - - - - - - - - - bie2rang4ta1xx - - - - - - - - - - - - - - - - - gen1li3wu1wanr2ba - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - whiningengengunclearbu

2hui

4 - - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - - - - - - - - - - bu2hui

4 - - - - - - - - - - - - - - - - - bu2hui4shen2meya$Q:QW - - - - - - - - - - - - - - - - - bu2hui4boi4zhe - - - - - - - - - - - - - - - - - wo3hui

4zhe - - - - - - - - - - - - - - - - - eng4$INTERJ - - - - - - - - - - - - - - - - - zi4ji3zhao4zhao4jing4zilong3long3tou

2 - - - - - - - - - - - - - - - - - ei2$Q:PRMPT - - - - - - - - - - - - - - - - - zhao4zhao4jing4zilong3long3tou

2 - - - - - - - - - - - - - - - - - eng

1zai4nar

3le

$Q:QW - - - - - - - - - - - - - - - - - jing4zizai4zher4ne - - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - - - - - - - - - - qu4zhao4zhao4jing4zi - - - - - - - - - - - - - - - - - ke1nei4da4bao

1 - - - - - - - - - - - - - - - - - ke1da4bao1mei2you3 - - - - - - - - - - - - - - - $Q:MEI - - - - - - - - - - - - - - - - - ke1nar3la - - - - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - - - - zhao4zhao4 - - - - - - - - - - - - - - - - - hong2mei2hong2 - - - - - - - - - - - - - - - ww panting$Q:VNV - - - - - - - - - - - - - - - - - you4gan4ma2qu4la - - - - - - - - - - - - - - - ww panting$Q:NQP - - - - - - - - - - - - - - - - - yao4chi1ju

2zi - - - - - - - - - - - - - - - - - mei

2la - - - - - - - - - - - - - - - - - zui4hou4yi2geni3gang1cai2ye3chi1le - - - - - - - - - - - - - - - - - wo3yao4chi1ping2guo

3 - - - - - - - - - - - - - - - - - eng1qu4rang4ni3ma1gei3na2qu4 - - - - - - - - - - - - - - - - - gei3 - - - - - - - - - - - - - - - - - zhei4shi4ni3yao3denei4ge - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai1ban1deng4zi - - - - - - - - - - - - - - - ban1deng4zigan4ma2ne$Q:QW - - - - - - - - - - - - - - - - - heng

1$INTERJ - - - - - - - - - - - - - - - - - za2zhejiao3 - - - - - - - - - - - - - - - - - ge1zher4 - - - - - - - - - - - - - - - - - ge1zher4lai

2 - - - - - - - - - - - - - - - - - ge1nar

4 - - - - - - - - - - - - - - - - - ai - - - - - - - - - - - - - - - ni3ge1nar4rang4a1yi2zuo4zhe - - - - - - - - - - - - - - - ang1$Q:NQP - - - - - - - - - - - - - - ai4 - - - - - - - - - - - - - - - gei3a1yi2zuo4 - - - - - - - - - - - - - - - - - ni3shuo1zuo1zhe - - - - - - - - - - - - - - - - - rang4a1yi2zuo4zuo4 - - - - - - - - - - - - - - - - - INVzuo4zhenote perfect imitation of m's model - - - - - - - - - - - - - - - banging of stool as ww puts it down for r - - - - - - - - - - - - - - - - - jiao4a1yi

2a - - - - - - - - - - - - - - - $Q:NQP - - - - - - - - - - - - - - - - - bu2yao

4ping2guo

3a

- - - - - - - - - - - - - - - - - eng1 - - - - - - - - - - - - - - - chi1ju2zi - - - - - - - - - - - - - - - - - na2yi2ju2zi - - - - - - - - - - - - - - - - - zui4hou4yi2ge - - - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - zhei4 - - - - - - - - - - - - - - - - - zui4k - - - - - - - - - - - - - - - - - zhei4ke3zhen1dezui4hou4yi2gela - - - - - - - - - - - - - - - a

- - - - - - - - - - - - - - - - - zui4hou4 - - - - - - - - - - - - - - - yi

2ge - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - zui4hou4yi

2ge - - - - - - - - - - - - - - - - - zui4hou4you4yi2ge - - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - zui4hou4yi2ge - - - - - - - - - - - - - - - - - zui4hou4you4yi2ge - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - MOTgei3ta1ca1ca1bi2zi - - - - - - - - - - - - - - - - - you4guo4he2le - - - - - - - - - - - - - - - m laughing as ww pants - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - kuai4guo4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ta1ma

de - - - - - - - - - - - - - - - nar4harchi1qu4lalaughm walks over to wipe ww's nose - - - - - - - - - - - - - - - - - fussing loudlyai

eh$UNINT - - - - - - - - - - - - - - - - - a

ehba4ba

eh$VOC - - - - - - - - - - - - - - - - - eh

ba4bajia1qi3lai

2le

- - - - - - - - - - - - - - - - - eng2$Q:PRMPT - - - - - - - - - - - - - - - - - ma1maba3zhei4jia

1qi3lai

2le - - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - chi1ba - - - - - - - - - - - - - - - ww eating then pants - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - chi1ba - - - - - - - - - - - - - - - - - mei2hu2 - - - - - - - - - - - - - - - - - mei2you3hu

2 - - - - - - - - - - - - - - - - - rang4hai2leng2neng2chi

1la

- - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - mei2 - - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - you3hur2tu3chu1lai2 - - - - - - - - - - - - - - - ang

1 - - - - - - - - - - - - - - - - - eng

4$INTERJ - - - - - - - - - - - - - - - - - chi1ba - - - - - - - - - - - - - - - - - engbai

1la - - - - - - - - - - - - - - - - - ang1 - - - - - - - - - - - - - - - bai1zhe - - - - - - - - - - - - - - - bai1zhechi1 - - - - - - - - - - - - - - - - - - - - - - - - - - eng

mei2 - - - - - - - - - - - - - - - mei2na2gair

4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xiao4yi2ge - - - - - - - - - - - - - - - - - wei2weixiao4yi2ge - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gei3a1yi2xxiao4yi2ge - - - - - - - - - - - - - - - - - xiao4yi2ge - - - - - - - - - - - - - - - - - kuai4laughs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - laughs - - - - - - - - - - - - - - - - - xiao4yi2ge - - - - - - - - - - - - - - - - - ei2ya4$INTERJ - - - - - - - - - - - - - - - - - zhuan4yun1leyi1huir3 - - - - - - - - - - - - - - - - - shuai1gen1tou - - - - - - - - - - - - - - - - - lai2ba4ba - - - - - - - - - - - - - - - - - FAxxxx$UNINT - - - - - - - - - - - - - - - - - ai4 - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - - - guo4lai2 - - - - - - - - - - - - - - - ba4baba3ni3shu1bao1gei3nong4nong4 - - - - - - - - - - - - - - - - - grunts loudlyzui4hou4yi2ge - - - - - - - - - - - - - - - - - eh - - - - - - - - - - - - - - - f taking off backpack$INTERJ - - - - - - - - - - - - - - - - - zui4hou4yi

2ge - - - - - - - - - - - - - - - - - chi1wan2jiu4 - - - - - - - - - - - - - - - wan2le - - - - - - - - - - - - - - - - - ang1$INTERJ - - - - - - - - - - - - - - - - - zui4hou4yi2gelou

1 - - - - - - - - - - - - - - - - - eng

4 - - - - - - - - - - - - - - - $INTERJ - - - - - - - - - - - - - - - - - zui4hou4yi2ge - - - - - - - - - - - - - - - - - eng4 - - - - - - - - - - - - - - - ww panting$INTERJ - - - - - - - - - - - - - - - - - qu4ca1ca1shou3qu4 - - - - - - - - - - - - - - - - - lai2 - - - - - - - - - - - - - - - ma1gei3ni3ca1ca1shou3 - - - - - - - - - - - - - - - - - kuai4lai2 - - - - - - - - - - - - - - - - - qu4qu4qu4qu4qu4 - - - - - - - - - - - - - - - ww runs - - - - - - - - - - - - - - - - - kuai4guo4lai2 - - - - - - - - - - - - - - - - - pao3le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lai2ca1shou3lai

2 - - - - - - - - - - - - - - - - - in distanceei1you4$INTERJ - - - - - - - - - - - - - - - - - xxxx - - - - - - - - - - - - - - - $UNINT - - - - - - - - - - - - - - - - - wo3yao4chi1ping2guo

3 - - - - - - - - - - - - - - - - - whinywo3yao4chi1ping2guo3 - - - - - - - - - - - - - - - - - whinywo3yao4chi1ping2guo

3 - - - - - - - - - - - - - - - - - hahazher4hai2chi1ping2guo

3 - - - - - - - - - - - - - - - - - zher4bu4zuo

1zuo4letakes stool - - - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - - - - nei4zui

3 - - - - - - - - - - - - - - - - - bu4xian

2zhe - - - - - - - - - - - - - - - - - zhe4 - - - - - - - - - - - - - - - - - fang4zher4 - - - - - - - - - - - - - - - - - fang4zher4rang4a1yi2zuo4zhe - - - - - - - - - - - - - - - - - ban1chu1lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - shang4chuang

2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hai1 - - - - - - - - - - - - - - - ni3zen3mechuan1xie2jiu4shang4chuang2 - - - - - - - - - - - - - - - ang4 - - - - - - - - - - - - $Q:QW - - - - - - - - - - - - - - du1you

you$UNINT - - - - - - - - - - - - - - - - - ba4ba

$VOC - - - - - - - - - - - - - - - - - eh$INTERJ - - - - - - - - - - - - - - - - - xia4lai2 - - - - - - - - - - - - - - - - - grunts - - - - - - - - - - - - - - - - - xia4lai2gei3na2ping2guo

3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wo3you3yao4chi1ping2guo3 - - - - - - - - - - - - - - - - - kuai4xia4lai2 - - - - - - - - - - - - - - - - - wo3yao4chi1jiji1bua4xi1+gua1 - - - - - - - - - - - - - - - - - eng1 - - - - - - - - - - - - - - - chi1 - - - - - - - - - - - - - - - - - xia4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - - - - - - - xia4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting - - - - - - - - - - - - - - - - - xia4lai2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grunting; ww walks back into living room - - - - - - - - - - - - - - - - - wo3xie2diao

4end of visit - - - - - - - - - - - - - - - - diff --git a/compling.core/data/Learning/Chinese Grammar/.cvsignore b/compling.core/data/Learning/Chinese Grammar/.cvsignore deleted file mode 100644 index 2ab650d..0000000 --- a/compling.core/data/Learning/Chinese Grammar/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -full.zip diff --git a/compling.core/data/Learning/Chinese Grammar/dev/Construction Hierarchy.doc b/compling.core/data/Learning/Chinese Grammar/dev/Construction Hierarchy.doc deleted file mode 100644 index 2f79082..0000000 Binary files a/compling.core/data/Learning/Chinese Grammar/dev/Construction Hierarchy.doc and /dev/null differ diff --git a/compling.core/data/Learning/Chinese Grammar/dev/Schema Hierarchy.doc b/compling.core/data/Learning/Chinese Grammar/dev/Schema Hierarchy.doc deleted file mode 100644 index 41021c5..0000000 Binary files a/compling.core/data/Learning/Chinese Grammar/dev/Schema Hierarchy.doc and /dev/null differ diff --git a/compling.core/data/Learning/Chinese Grammar/dev/sentences (coded).xls b/compling.core/data/Learning/Chinese Grammar/dev/sentences (coded).xls deleted file mode 100644 index fbce884..0000000 Binary files a/compling.core/data/Learning/Chinese Grammar/dev/sentences (coded).xls and /dev/null differ diff --git a/compling.core/data/Learning/Chinese Grammar/dev/undefined lexical items.xls b/compling.core/data/Learning/Chinese Grammar/dev/undefined lexical items.xls deleted file mode 100644 index 29e5239..0000000 Binary files a/compling.core/data/Learning/Chinese Grammar/dev/undefined lexical items.xls and /dev/null differ diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-cxnAbstract.grm b/compling.core/data/Learning/Chinese Grammar/full/general-cxnAbstract.grm deleted file mode 100644 index 52d7490..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-cxnAbstract.grm +++ /dev/null @@ -1,121 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - -//============================================================ -// Constructions: Abstract constructions -//============================================================ - -Abstract Construction Important_Type - -Construction ROOT - constructional - constituents - s: Important_Type - meaning - constraints - self.m <--> s.m - - -Construction Leftover_Morpheme - subcase of Important_Type - constructional - constituents - w: Morpheme - meaning - constraints - self.m <--> w.m - - -Abstract Construction Morpheme - constructional: Morpheme_Features - form: Morpheme_Form - - -Construction Leftover_Word - subcase of Important_Type - constructional - constituents - w: Word - meaning - constraints - self.m <--> w.m - - -Construction Unknown_Morpheme - subcase of Morpheme - form - constraints - self.f.orth <-- "UNKNOWN-ITEM" - - -Construction Reduplication_Noun_Root - subcase of Noun_Root - constructional - constituents - i1: Noun_Root - i2: Noun_Root - form - constraints - i1.f meets i2.f - meaning: @Element - constraints - self.m <--> i1.m - self.m <--> i2.m - - -Construction Reduplication_Verb_Root - subcase of Verb_Root - constructional - constituents - i1: Verb_Root - i2: Verb_Root - form - constraints - i1.f meets i2.f - meaning: Process - constraints - self.m <--> i1.m - self.m <--> i2.m - - -Construction Reduplication_Interjection - subcase of Interjection - constructional - constituents - i1: Interjection - i2: Interjection - form - constraints - i1.f meets i2.f - - -Construction Reduplication_Unknown - subcase of Important_Type - constructional - constituents - u1: Unknown_Morpheme - u2: Unknown_Morpheme - form - constraints - u1.f meets u2.f - - -Construction Counting - subcase of Number - constructional - constituents - i1: Digit - i2: Number - form - constraints - i1.f meets i2.f - - -Abstract Construction Word - constructional: Word_Features - - -Abstract Construction Digit - subcase of Morpheme, Number - meaning: Numerical_Value diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-cxnClausal.grm b/compling.core/data/Learning/Chinese Grammar/full/general-cxnClausal.grm deleted file mode 100644 index 9828cc2..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-cxnClausal.grm +++ /dev/null @@ -1,875 +0,0 @@ -//============================================================ -// Everything in this section has to be learned -//============================================================ - -//============================================================ -// Constructions: Abstract Verb Phrase Constructions -//============================================================ - -// can either take a post-verbal aspect marker (le, zhe) or a resultative phrase (stative or otherwise) - -// The Abstract supertype of all verb clauses, this construction does not specify much by -// way of constructional constituents, to allow for recursive (e.g. serial) VPs. - -Abstract Construction Verb_Clause - meaning: Process - evokes Event_Descriptor as ed - evokes Discourse_Segment as DS - - -// The Abstract supertype of the VPs with a single verb (by design, serial verbs require recusion, -// except for the "resultative verb phrases" (see Li & Thompson), which are specified as subtypes -// of the Postverbal_Resultative_Phrase - - -Construction Preverbal_Modifications - constructional - constituents - optional neg : Negation_Marker - optional loc_phrase : Preverbal_Locative_Phrase - optional inst_phrase : Preverbal_Instrumental_Phrase - optional gei_phrase : Preverbal_Gei3_Phrase - optional pre_adv : Preverbal_Adverbial - meaning - evokes Event_Descriptor as ed - constraints - ed.spatial_setting <--> loc_phrase.m.landmark - ed.modifiers <--> pre_adv.m - ed.event_type <--> gei_phrase.process - ed.event_type <--> neg.m.process - ed.event_type <--> inst_phrase.process - ed.profiled_participant <--> gei_phrase.protagonist - - -Abstract Construction Intransitive_VP - subcase of Verb_Clause - meaning: Process - constraints - ed.event_type <--> self.m - - -Abstract Construction Intransitive_VP_with_Single_Verb - subcase of Intransitive_VP - constructional - constituents - v : Verb - optional post_asp : Postverbal_Aspect_Marker - form - constraints - v.f before post_asp.f - meaning - constraints - ed.profiled_process <--> v.m - ed.event_structure <--> v.event_structure - ed.event_structure <--> post_asp.event_structure - DS.speech_act <--> v.speech_act - - -Construction Intransitive_VP_with_Mod - subcase of Intransitive_VP - constructional - constituents - pm : Preverbal_Modifications - vc : Intransitive_VP - form - constraints - pm.f before vc.f - meaning: Process - constraints - DS <--> vc.DS - ed <--> vc.ed - ed <--> pm.ed - self.m <--> vc.m - - -Abstract Construction Transitive_VP - subcase of Verb_Clause - meaning: Process - evokes Proto_Transitive as prototransitive - constraints - prototransitive.proto_agent <--> self.m.protagonist - ed.event_type <--> self.m - - -Abstract Construction Transitive_VP_with_Single_Verb - subcase of Transitive_VP - constructional - constituents - v : Verb - optional post_asp : Postverbal_Aspect_Marker - form - constraints - v.f before post_asp.f - meaning - constraints - ed.profiled_process <--> v.m - ed.event_structure <--> v.event_structure - ed.event_structure <--> post_asp.event_structure - DS.speech_act <--> v.speech_act - - -Construction Transitive_VP_with_Mod - subcase of Transitive_VP - constructional - constituents - pm : Preverbal_Modifications - vc : Transitive_VP - form - constraints - pm.f before vc.f - meaning: Process - constraints - DS <--> vc.DS - ed <--> vc.ed - ed <--> pm.ed - self.m <--> vc.m - - -Construction Transitive_VP_with_Fronted_Object - subcase of Verb_Clause - constructional - constituents - ba : ba3-CV - extraposed obj : Ref_Exp - vc : Transitive_VP - form - constraints - ba.f meets obj.f - obj.f meets vc.f - meaning - constraints - DS <--> vc.DS - self.m <--> vc.m - ba.prototransitive <--> vc.prototransitive - ba.prototransitive.proto_patient <--> obj.m - - -Abstract Construction Ditransitive_VP - subcase of Transitive_VP - - -Abstract Construction Ditransitive_VP_with_Single_Verb - subcase of Ditransitive_VP, Transitive_VP_with_Single_Verb - constructional - constituents - n1 : Ref_Exp [.7, .7] - form - constraints - post_asp.f before n1.f - -//============================================================ -// Constructions: Intransitive Verb Phrase Constructions -//============================================================ - - -// 胳膊疼 (attested) -// 餓ä¸é¤“ (attested) -// 哪個壞了 (attested) -// Aside: 她正在高興 (should in theory take care of this, but right now it doesn't take a pre-verbal aspect marker) -// The protagonist is limited to entities to exclude sentences like 他唱歌很好è½, where the stative modifies the manner of the process - -Construction Intransitive_State_VP - subcase of Intransitive_VP_with_Single_Verb - meaning: Intransitive_State - constraints - self.m <--> v.m // notice Verb includes A-Not-A - self.m.protagonist <-- @Entity - ed.affectedness <-- @Not_Affected - - -// 她高興起來了 -// Aside: 一夜之間è€äº†å¥½å¹¾æ­² (should in theory take care of this, but right now it doesn't take a quantity NP) - -Construction Intransitive_State_Change_VP1 - subcase of Intransitive_VP_with_Single_Verb - constructional - constituents - result : Directional_Phrase - form - constraints - result.f before post_asp.f - meaning: State_Change - evokes Intransitive_State as ins - constraints - ins <--> v.m - self.m.resulting_state <--> v.m - ed.event_structure <--> result.event_structure - ed.affectedness <-- @Affected - - -// 這車壞掉了 -// 她氣æ˜äº† -// Aside: 她氣æ˜äº†é ­ (should in theory take care of this, but now the stative resultative doesn't take an object) - -Construction Intransitive_State_Change_VP2 - subcase of Intransitive_VP_with_Single_Verb - constructional - constituents - result : Stative_Resultative_Phrase - form - constraints - result.f before post_asp.f - meaning: State_Change - evokes Intransitive_State as ins - constraints - ins <--> v.m - self.m.means <--> v.m - self.m.resulting_state <--> result.m - self.m.protagonist <--> v.m.protagonist - v.m.protagonist <--> result.m.protagonist - ed.event_structure <--> result.event_structure - ed.affectedness <-- @Affected - - -// Three subcases. One with NP_arg, and two with S complements. The recursive ones are defined in the next section. -// Tehnically, the object in a mental state VP can be extracted _if_ a stative resultative is also used (thereby changing the affectedness of the object) - -Abstract Construction Mental_State_VP - subcase of Intransitive_VP_with_Single_Verb - meaning: Mental_State - constraints - self.m <--> v.m - ed.affectedness <-- @Not_Affected - - -// æƒ³ä¸æƒ³å€©å€©äº† (attested) -// ä¸ç®¡å™¢ (attested) - -Construction Mental_State_with_NP_arg - subcase of Mental_State_VP - constructional - constituents - n : Ref_Exp [.7, .7] - form - constraints - post_asp.f before n.f - meaning - constraints - self.m.percept <--> n.m - - -// å…ˆææè¤²å­æˆ‘æ‰è®“你玩呢 (attested) -// 摔跤就ä¸è¨±å“­ (attested) -// 她跑掉了 - -Construction Intransitive_Action_VP - subcase of Intransitive_VP_with_Single_Verb - constructional - constituents - optional result : Stative_Resultative_Phrase - form - constraints - result.f before post_asp.f - meaning: Intransitive_Action // This will "overfit" and accept verbs with translational self motion meaning too. - constraints - self.m <--> v.m - self.m.protagonist <--> result.m.protagonist - ed.event_structure <--> result.event_structure - - -// 阿姨è—起來呢 (attested) -// 快點起來 (attested) - -Construction Self_Motion_State_Change - subcase of Intransitive_VP_with_Single_Verb - constructional - constituents - result : Directional_Phrase - form - constraints - result.f before post_asp.f - meaning: State_Change - evokes Self_Motion as sm - constraints - sm <--> v.m - self.m.means <--> v.m - ed.event_structure <--> result.event_structure - ed.affectedness <-- @Not_Affected - - -// 走到哪邊去 -// 出去了 -// åˆè·‘這來 (attested, but this is an awkward usage) - -Construction Translational_Self_Motion_VP1 - subcase of Intransitive_VP_with_Single_Verb - constructional - constituents - result : Motion_Resultative_Phrase - form - constraints - result.f before post_asp.f - meaning: Translational_Self_Motion - constraints - self.m <--> v.m - self.m.spg <--> result.m - ed.event_structure <--> result.event_structure - - -// è—哪後頭去了 -// 你下地媽給你盛好嗎 - -Construction Translational_Self_Motion_VP2 - subcase of Intransitive_VP_with_Single_Verb - constructional - constituents - loc : Loc_Exp // thus the only way to use this construction with an object is to displace the object - optional dp : Directional_Phrase - constraints - v.motion_Focus <-- @Path_Focus - form - constraints - post_asp.f before loc.f - loc before dp.f - meaning: Translational_Self_Motion - constraints - self.m <--> v.m - self.m.spg.goal <--> loc.m.landmark - self.m.spg <--> dp.m - - -// 她哭著鬧著往外跑 (attested) - -Construction Translational_Self_Motion_VP3 - subcase of Intransitive_VP_with_Single_Verb - constructional - constituents - cvp : Preverbal_Heading_Phrase - form - constraints - cvp.f before v.f - meaning: Translational_Self_Motion - constraints - self.m <--> v.m - self.m.spg <--> cvp.m - - -//============================================================ -// Constructions: Transitive Verb Phrase Constructions -//============================================================ - - -Abstract Construction Complex_Motion_VP - subcase of Transitive_VP_with_Single_Verb - constructional - constituents - n : Ref_Exp [.7, .7] - form - constraints - post_asp.f before n.f - meaning : Complex_Process - constraints - ed.affectedness <-- @Affected - self.m.process2.protagonist <--> n.m - prototransitive.proto_patient <--> self.m.process2.protagonist - - -// 你都拿éŽä¾†äº† (attested) -// 背著書包去上學啊 (attested) - -// æ±è¥¿å¤šçš„話用貨櫃è£éŽåŽ» (attested online, though uncommon) -// è¨ˆåŠƒç”¨ä¸€å€‹å·¨å¤§ç„¡æ¯”çš„ç®±å­æŠŠæ‰€æœ‰çš„ç¦®ç‰©éƒ½è£éŽåŽ» (attested online, though uncommon) - -Construction Joint_Motion_VP - subcase of Complex_Motion_VP - constructional - constituents - result : Motion_Resultative_Phrase - form - constraints - n.f before result.f - meaning : Joint_Motion - constraints - self.m.cfa <--> v.m - - -// 拉會車 -// 累了就踢會çƒå§ -// é‚„çµ¦æˆ‘æ“ - -Construction Caused_Motion_VP1 - subcase of Complex_Motion_VP - meaning : Caused_Motion // recall that Caused_Motion is a subcase of Cause_Effect - constraints - self.m.cause <--> v.m - - -// 都扔到房頂上去了你 (attested) -// 快擱進去 (attested) - -// æ“çƒç›¡é‡æŠ“ä½çƒèµ·è·³é»žå°±æŠŠçƒåˆ‡æ“éŽåŽ» (attested online, table tennis usage?) -// æ“進去痛...抽血時痛...拔出來也痛 (attested online, pricking motion?) - -Construction Caused_Motion_VP2 - subcase of Complex_Motion_VP - constructional - constituents - result : Motion_Resultative_Phrase - form - constraints - n.f meets result.f - meaning : Caused_Motion // recall that Caused_Motion is a subcase of Cause_Effect - constraints - self.m.cause <--> v.m - ed.event_structure <--> result.event_structure - self.m.motion.spg <--> result.m - - -// 你爸給你擱哪去了 -// 大個的給阿姨擱手裡 - -Construction Caused_Motion_VP3 - subcase of Complex_Motion_VP - constructional - constituents - n : Ref_Exp [.7, .0] - loc : Loc_Exp // the only way to use this construction with an object is to displace the object - optional dp : Directional_Phrase - constraints - v.motion_Focus <-- @Path_Focus - form - constraints - v.f meets loc.f - loc.f meets dp.f - meaning : Caused_Motion // recall that Caused_Motion is a subcase of Cause_Effect - constraints - self.m.cause <--> v.m - self.m.motion.spg.goal <--> loc.m.landmark - self.m.motion.spg <--> dp.m - - -// 你的鞋往哪擱 (attested) -// 你把哪根皮ä¸è¨±çµ¦æˆ‘往地下扔噢 (attested) - -Construction Caused_Motion_VP4 - subcase of Complex_Motion_VP - constructional - constituents - cvp : Preverbal_Heading_Phrase - form - constraints - cvp.f before v.f - meaning : Caused_Motion // recall that Caused_Motion is a subcase of Cause_Effect - constraints - self.m.cause <--> v.m - self.m.motion.spg <--> cvp.m - - -// 這åˆçµ¦æˆ‘毀 (attested) -// 你爸給你扔啦 (attested) - -Construction Central_Transitive_VP - subcase of Transitive_VP_with_Single_Verb - constructional - constituents - optional result : Stative_Resultative_Phrase - n : Ref_Exp [.7, .7] - form - constraints - result.f before post_asp.f - post_asp.f before n.f - meaning : Cause_Effect - evokes Cause_Change as cause_change - constraints - cause_change <--> v.m - self.m.cause <--> v.m - self.m.effect <--> result.m - prototransitive.proto_patient <--> self.m.effect.protagonist - - -//FIXME: I think in some dialects it can take CV argument for recipient - -Abstract Construction Obtainment_VP - subcase of Transitive_VP_with_Single_Verb - meaning : Obtainment - constraints - self.m <--> v.m - prototransitive.proto_patient <--> self.m.obtained - - -// 給你留著呢 (attested) -// æŠŠçƒæ‹¿éŽä¾† (attested) - -Construction Obtainment_with_NP_arg - subcase of Obtainment_VP - constructional - constituents - n : Ref_Exp [.7, .7] - form - constraints - post_asp.f before n.f - meaning - constraints - self.m.obtained <--> n.m - - -// ä½ å°‘åƒé»ž (attested) -// å–ç¢—æ°´å§ (attested) - -Construction Ingestion_VP - subcase of Transitive_VP_with_Single_Verb - constructional - constituents - optional result : Stative_Resultative_Phrase - n : Ref_Exp [.7, .7] - form - constraints - result.f before post_asp.f - post_asp.f before n.f - meaning : Ingestion - constraints - self.m <--> v.m - self.m.ingested <--> n.m - self.m.protagonist <--> result.m.protagonist - prototransitive.proto_patient <--> self.m.ingested - ed.event_structure <--> result.event_structure - - -Abstract Construction Perception_VP - subcase of Transitive_VP_with_Single_Verb - meaning : Perception - constraints - self.m <--> v.m - prototransitive.proto_patient <--> self.m.percept - - -// è½è¦‹äº†å—Ž (attested) -// ä½ çœ‹åˆ°é›»ç‡ˆäº†å§ (attested) - -Construction Perception_with_NP_arg - subcase of Perception_VP - constructional - constituents - optional result : Stative_Resultative_Phrase - n : Ref_Exp [.7, .7] - form - constraints - result.f before post_asp.f - post_asp.f before n.f - meaning - constraints - self.m.percept <--> n.m - self.m.protagonist <--> result.m.protagonist - ed.event_structure <--> result.event_structure - - -// ä½ ç©¿å°çš„äº†å§ (attested) -// é–‹å§‹å§ (attested) - -Construction Uncategorized_Transitive_VP - subcase of Transitive_VP_with_Single_Verb - constructional - constituents - optional result : Stative_Resultative_Phrase - n : Ref_Exp [.7, .7] - form - constraints - result.f before post_asp.f - post_asp.f before n.f - meaning : Uncategorized_Transitive_Action - constraints - self.m <--> v.m - self.m.patient <--> n.m - self.m.protagonist <--> result.m.protagonist - prototransitive.proto_patient <--> self.m.patient - ed.event_structure <--> result.event_structure - - -//============================================================ -// Constructions: Ditransitive Verb Phrase Constructions -//============================================================ - - -// 把這個給阿姨噢 (attested) -// 餵 (attested) - -Construction Ditransitive_Transfer_VP - subcase of Ditransitive_VP_with_Single_Verb - constructional - constituents - n2 : Ref_Exp [.7, .7] - form - constraints - n1.f meets n2.f - meaning: Transfer - constraints - self.m <--> v.m // must be some subtype of Transfer verb - self.m.recipient <--> n1.m - self.m.theme <--> n2.m - prototransitive.proto_patient <--> self.m.theme - -/* -// 我å•你一個å•題 (this pattern is grammatical but is not attested in the corpus) - -Construction Ditransitive_Communication_VP_with_NP_arg - subcase of Ditransitive_VP_with_Single_Verb - constructional - constituents - n2 : Ref_Exp [.7, .7] - form - constraints - n1.f meets n2.f - meaning: Communication - constraints - self.m <--> v.m // must be some subtype of Communication verb - self.m.audience <--> n1.m - self.m.communicated <--> n2.m - prototransitive.proto_patient <--> self.m.communicated - - - -// 把這個é€çµ¦ä½  -// æŠŠçƒæ‹¿çµ¦æˆ‘ (this pattern is grammatical to me but is not attested in the corpus) - -Construction Transitive_VP_with_Recipient - subcase of Transitive_VP_with_Single_Verb - constructional - constituents - gei : gei3-CV2 - rec : Ref_Exp - form - constraints - v.f meets post_asp.f - obj.f meets gei.f - gei.f meets rec.f - meaning - evokes Transfer as transfer - constraints - transfer.giver <--> v.m.protagonist - transfer.recipient <--> rec.m - transfer.theme <--> obj.m -*/ - -//============================================================ -// Constructions: Verb Phrases with recursion -//============================================================ - - -// 就愛看哪個車 (attested) -// ä½ è¦ç©¿ä¸Šé€™éž‹ (attested) - -Construction Mental_State_with_Scomp1 - subcase of Mental_State_VP - constructional - constituents - vc : Verb_Clause - form - constraints - post_asp.f before vc.f - meaning - constraints - self.m.percept <--> vc.ed.referent - self.m.protagonist <--> vc.m.protagonist - DS <--> vc.DS - - -// ä½ çˆ¸æ‰“ä½ æ€•ä¸æ€•å‘€ (attested) - -Construction Mental_State_with_Scomp2 - subcase of Mental_State_VP - constructional - constituents - vc : Voicing - form - constraints - post_asp.f before vc.f - meaning - constraints - self.m.percept <--> vc.m.referent - DS <--> vc.DS - - - -// 看媽媽別花花 (attested) -// this is the "observe someone do something" sense -// FUTURE: somehow the semantics doesn't seem quite right -- the whole process is the percept - -Construction Perception_with_Scomp - subcase of Perception_VP - constructional - constituents - vc : Voicing - form - constraints - post_asp.f before vc.f - meaning - constraints - self.m.percept <--> vc.m.referent - DS <--> vc.DS - - -// åƒå®Œå’±å€‘找倩倩玩去 (attested) -// 咱們找倩倩看電影去 -// 咱們找æ±è¥¿åƒåŽ» -// FUTURE: notice that there are two semantic patterns here (the obtained object being the agent vs patient of the vc) -// I believe that this relation is inferred, since the obtained object can be an adjunct as well (e.g. "find a pen write") -// what about in English? ("find a place to sit", "find a time to meet", "find a pen to write with") - -Construction Obtainment_with_Scomp - subcase of Obtainment_VP - constructional - constituents - r : Ref_Exp - vc : Verb_Clause - form - constraints - post_asp.f before r.f - r.f before vc.f - meaning : Obtainment - constraints - self.m.obtained <--> r.m - vc.m.protagonist <--> self.m.protagonist - DS <--> vc.DS - - -// ä½ è®“é˜¿å§¨åƒ (attested) - -Construction Ditransitive_Communication_VP_with_Scomp1 - subcase of Ditransitive_VP_with_Single_Verb - constructional - constituents - vc : Verb_Clause - form - constraints - n1.f meets vc.f - meaning: Communication - constraints - self.m <--> v.m // must be some subtype of Communication verb - self.m.audience <--> n1.m - self.m.audience <--> vc.m.protagonist - self.m.communicated <-- @Process - self.m.communicated <--> vc.ed.referent - prototransitive.proto_patient <--> self.m.communicated - - -// 我å•你這筆給誰 (attested) -// 你告我è£ç”šéº¼å‘€ (attested) - -Construction Ditransitive_Communication_VP_with_Scomp2 - subcase of Ditransitive_VP_with_Single_Verb - constructional - constituents - vc : Voicing - form - constraints - n1.f meets vc.f - meaning: Communication - constraints - self.m <--> v.m // must be some subtype of Communication verb - self.m.audience <--> n1.m - self.m.communicated <--> vc.m.referent - prototransitive.proto_patient <--> self.m.communicated - - -Construction Generic_Serial_Verb_Clauses - subcase of Verb_Clause - constructional - constituents - vc1 : Verb_Clause - vc2 : Verb_Clause - form - constraints - vc1.f before vc2.f - meaning: Complex_Process - constraints - DS <--> vc1.DS - DS <--> vc2.DS - vc1.ed.event_structure.modifier_aspect <-- @Non_Ongoing_Modifier_Aspect - self.m.process1 <--> vc1.m - self.m.process2 <--> vc2.m - self.m.protagonist <--> vc1.m.protagonist - vc1.m.protagonist <--> vc2.m.protagonist - - -//============================================================ -// Constructions: Subject_VP -//============================================================ - -Abstract Construction Voicing - meaning: Event_Descriptor - evokes Discourse_Segment as DS - - -Construction Active_Subject_VP - subcase of Voicing - constructional - constituents - s : Ref_Exp [.2, .999] - vc : Verb_Clause - optional crs : le-SP - form - constraints - s.f meets vc.f - vc.f meets crs.f - meaning - constraints - DS <--> vc.DS - self.m <--> vc.ed - self.m.event_type <--> vc.m - self.m.profiled_participant <--> vc.m.protagonist - s.m <--> vc.m.protagonist - - -//============================================================ -// Constructions: Clauses -//============================================================ - -Abstract Construction Finite_Clause - subcase of Important_Type - constructional - constituents - optional ex : Interjection - vc : Voicing - meaning: Event_Descriptor - evokes Discourse_Segment as DS - constraints - DS <--> vc.DS - self.m <--> vc.m - - -// these should handle both declarative and questions -// technically there are two ways of creating a question: -// 1) VC + the SFP ma -// 2) an A-not-A VC + an optional SFP ne -// note that while both ma and A-not-A denote question speech acts, -// they cannot be used together. These constructions below are thus -// overly admissive. - -Construction Finite_Clause_SFP - subcase of Finite_Clause - constructional - constituents - sfp : Sentence_Final_Particle - form - constraints - vc.f meets sfp.f - meaning - constraints - DS.speech_act <--> sfp.m - - -Construction Finite_Clause_noSFP - subcase of Finite_Clause - meaning - constraints - DS.speech_act.forcefulness <-- @Normal - - -Construction Neg_Imperative - subcase of Finite_Clause - constructional - constituents - b : bie2 - form - constraints - b.f meets vc.f - meaning - evokes RD as rd - constraints - vc.m.profiled_participant <--> rd.referent - rd.discourse_participant_role <-- @Addressee - b.warning.prohibited_action <--> vc.m.profiled_process - DS <--> b.DS - DS.speech_act <-- Admonishing - DS.addressee <--> rd.referent - diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-cxnPhrasal.grm b/compling.core/data/Learning/Chinese Grammar/full/general-cxnPhrasal.grm deleted file mode 100644 index 14f5799..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-cxnPhrasal.grm +++ /dev/null @@ -1,868 +0,0 @@ -//============================================================ -// Everything in this section has to be learned -//============================================================ - -//============================================================ -// Constructions: Misc word classes -//============================================================ - -Abstract Construction Wh_Root - subcase of Morpheme - meaning: @Element - evokes RD as rd - constraints - rd.givenness <-- @Unknown - - -Abstract Construction Associative_Marker - subcase of Morpheme - meaning - evokes @Element as ce1 - evokes @Element as ce2 - - -Abstract Construction Sentence_Final_Particle - subcase of Morpheme - meaning: Speech_Act - - -Abstract Construction Modal - subcase of Preverbal_Adverbial - - -Abstract Construction Modal_Root - subcase of Modal, Morpheme - - -Abstract Construction Conjunction - subcase of Word - - -Abstract Construction Conjunction_Root - subcase of Morpheme, Conjunction - - -Abstract Construction Linker - subcase of Preverbal_Adverbial - - -Abstract Construction Linker_Root - subcase of Morpheme, Linker - - -Abstract Construction Reflexive_Marker - subcase of Word - - -Abstract Construction Negation_Marker - subcase of Word - meaning: Negation - - -Abstract Construction Negation_Root - subcase of Morpheme, Negation_Marker - - -//============================================================ -// Constructions: Numbers -//============================================================ - - -Abstract Construction Number - subcase of Word - meaning: Numerical_Value - - -Construction Number_Up_To_99 - subcase of Number - constructional - constituents - optional d1: Digit - shi : shi2 - optional d2: Digit - meaning - constraints - self.m.set_size <-- @Group - - - -//============================================================ -// Constructions: Nominal Expressions -//============================================================ - - -Abstract Construction Nominal_Exp - meaning: @Element - - -Abstract Construction Common_Noun - subcase of Nominal_Exp, Word - - -Abstract Construction CN_Compound - subcase of Common_Noun - - -Construction Reduplicated_Common_Noun - subcase of Nominal_Exp - constructional - constituents - n1 : Common_Noun - n2 : Common_Noun - constraints - n1 <--> n2 - form - constraints - n1.f meets n2.f - meaning - constraints - self.m <--> n1.m - self.m <--> n2.m - - -Construction NN_Compound - subcase of Nominal_Exp - constructional - constituents - n1 : Common_Noun - n2 : Common_Noun - form - constraints - n1.f meets n2.f - meaning - constraints - self.m <--> n2.m // this is ill-defined - - -Construction Modifier_Noun_Compound - subcase of Nominal_Exp - constructional - constituents - mo: Ref_Exp_Modifier - n : Common_Noun [.7, .999] - form - constraints - mo.f meets n.f - meaning - constraints - self.m <--> n.m - n.m <--> mo.ce - - -//============================================================ -// Constructions: Referring Expressions -// -// examples: -// xixi -// wo3 -// wo3 men -// nei3 -// nei3 xie -// ren2 -// yi2 ge ren2 -// nei3 ge ren2 -// nei3 xie ren2 -// ni3 de che1 -// ni3 ba4 ba3 -// ni3 de nei3 tai2 che1 -// wo3 zi4 ji3 -//============================================================ - - -Abstract Construction Ref_Exp - subcase of Important_Type - meaning: @Element - evokes RD as rd - constraints - self.m <--> rd.referent - - -Abstract Construction Noun_Root - subcase of Morpheme, Common_Noun - meaning: @Element - - -Abstract Construction Proper_Noun - subcase of Ref_Exp, Word - meaning - constraints - rd.ontological_category <--> self.m - -Abstract Construction Proper_Noun_Root - subcase of Morpheme, Proper_Noun - - -Abstract Construction Pronoun - subcase of Ref_Exp, Word - - -Abstract Construction Pronoun_Root - subcase of Morpheme, Pronoun - meaning: @Element - constraints - rd.ontological_category <--> self.m - - -Abstract Construction Demonstrative_Root - subcase of Morpheme, Ref_Exp - - -Abstract Construction Classifier - subcase of Word - meaning: @Element - - -Abstract Construction Classifier_Root - subcase of Morpheme, Classifier - - -Construction CN - subcase of Ref_Exp - constructional - constituents - n: Nominal_Exp - meaning - constraints - rd.ontological_category <--> n.m - self.m <--> n.m - - -Construction Demonstrative_Plural - subcase of Ref_Exp, Word - constructional - constituents - p : Demonstrative_Root - pl: xie1-C - form - constraints - p.f meets pl.f - meaning - constraints - rd.discourse_participant_role <--> p.rd.discourse_participant_role - rd.set_size <-- @Group - - -Construction Dem_CLS - subcase of Ref_Exp - constructional - constituents - d: Demonstrative_Root - c: Classifier - form - constraints - d.f meets c.f - meaning - constraints - rd <--> d.rd - rd.ontological_category <--> c.m - self.m <--> c.m - - -Construction Num_CLS_CN - subcase of Ref_Exp - constructional - constituents - optional num: Number - c: Classifier - n: Nominal_Exp [.7, .999] - form - constraints - num.f meets c.f - c.f meets n.f - meaning - constraints - rd.ontological_category <--> c.m - rd.ontological_category <--> n.m - rd.givenness <-- @Context_New - rd.set_size <--> num.m.set_size - self.m <--> c.m - self.m <--> n.m - - -Construction Dem_Num_CLS_CN - subcase of Ref_Exp - constructional - constituents - d: Demonstrative_Root - optional num: Number - c: Classifier - n: Nominal_Exp - form - constraints - d.f meets num.f - num.f meets c.f - c.f meets n.f - meaning - constraints - rd <--> d.rd - rd.ontological_category <--> c.m - rd.ontological_category <--> n.m - rd.set_size <--> num.m.set_size - self.m <--> c.m - self.m <--> n.m - - -Construction DemPl_CN - subcase of Ref_Exp - constructional - constituents - d: Demonstrative_Plural - n: Nominal_Exp - form - constraints - d.f meets n.f - meaning - constraints - rd <--> d.rd - rd.ontological_category <--> n.m - self.m <--> n.m - - -Construction Ref_Associative_Ref - subcase of Ref_Exp - constructional - constituents - r1: Ref_Exp - de: Associative_Marker - r2: Ref_Exp [.7, .999] - form - constraints - r1.f meets de.f - de.f meets r2.f - meaning - constraints - self.m <--> r2.m - rd <--> r2.rd - rd.givenness <-- @Identifiable - - -Construction Pronoun_Ref - subcase of Ref_Exp - constructional - constituents - r1: Pronoun - optional de: Associative_Marker - r2: Ref_Exp - form - constraints - r1.f meets de.f - de.f meets r2.f - meaning - constraints - self.m <--> r2.m - self.m <-- @Human - rd <--> r2.rd - rd.givenness <-- @Identifiable - - -Construction Pronoun_Dem_CN - subcase of Ref_Exp - constructional - constituents - r1: Pronoun - optional de: Associative_Marker - r2: Dem_Num_CLS_CN - form - constraints - r1.f meets de.f - de.f meets r2.f - meaning - constraints - self.m <--> r2.m - rd <--> r2.rd - rd.givenness <-- @Identifiable - - -Construction Ref_Reflexive - subcase of Ref_Exp - constructional - constituents - ne: Ref_Exp - re: Reflexive_Marker - form - constraints - ne.f meets re.f - meaning - constraints - self.m <--> ne.m - rd <--> ne.rd - - -//============================================================ -// Constructions: Locative Expressions -// -// The locative phrase is composed of a coverb and a -// locative expression. These coverbs include "zai4" -// (indicating location), "wang3" (indicating direction). -// -// The locative expression can either be a standalone -// referring expression, a standalone locative particle -// (which expresses a spatial relation) or a referring -// expression plus a locative particle (single or compound). -// The particles serves to foreground a part of the place. -// -// However, depending on the coverb and the placement -// of the coverb (i.e. before or after the verb), different -// types of location expression are required. -// -// If the locative particles are used alone, some co-verbs -// (e.g. "wang3") take both single and compound particles -// and some (e.g. "zai4") strongly prefers compound ones. -// -//============================================================ - - -Abstract Construction Loc_Exp - subcase of Important_Type - meaning: Trajector_Landmark - - -Abstract Construction Locative_Particle - subcase of Loc_Exp, Word - -Abstract Construction Demonstrative_Loc_Exp - subcase of Loc_Exp, Word - - -Abstract Construction Demonstrative_Loc_Root - subcase of Morpheme, Demonstrative_Loc_Exp - meaning: Image_Schema - - -Abstract Construction Locative_Particle_Root - subcase of Morpheme, Locative_Particle - - -Abstract Construction Locative_Particle_Suffix - subcase of Morpheme - meaning: Image_Schema - evokes Part_Whole as partwhole - - -Construction CN_Participle - subcase of Loc_Exp - constructional - constituents - cn: Common_Noun - optional loc: Locative_Particle - form - constraints - cn.f meets loc.f - meaning - constraints - self.m <--> loc.m - self.m.landmark <--> cn.m - - -Construction Demonstrative_Loc_Exp_Compound - subcase of Demonstrative_Loc_Exp - constructional - constituents - d: Demonstrative_Loc_Root - loc: Locative_Particle - form - constraints - d.f meets loc.f - meaning - constraints - self.m <--> d.m - - -Construction Locative_Particle_Compound - subcase of Locative_Particle - constructional - constituents - lp: Locative_Particle_Root - ls: Locative_Particle_Suffix - form - constraints - lp.f meets ls.f - meaning: Trajector_Landmark - constraints - self.m.landmark <--> ls.partwhole.whole - - -// combinations are limited depending on the root; -// this can't be expressed unless a number of subclasses -// of roots and suffixes are created. It would help if -// constructional subtype can condition on other constitutents. - - -//============================================================ -// Constructions: Verb Classes -//============================================================ - - -// it is a linguistically dubious practice to handle A-not-A -// and negation at the verb compound level, but it may make things easier: -// with compound verbs, the A-not-A form is formed by -// Verb_Root - BU - Verb-Compound -// (e.g. xi-bu-xi-huan "like not like", tiao-bu-tiao-wu "dance not dance") - - -Abstract Construction Verb -// subcase of Important_Type - constructional: Verb_Features - meaning: Process - evokes Speech_Act as speech_act - evokes Event_Structure as event_structure - constraints - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Abstract Construction Verb_Root - subcase of Morpheme, Verb - meaning: Process - - -Abstract Construction A_Not_A - subcase of Verb - constructional - constituents - v1: Verb_Root - n : bu4 - v2 : Verb_Root - constraints - v1 <--> v2 // enforce that the same root is used - form - constraints - v1.f meets n.f - n.f meets v2.f - meaning: Process - evokes Requesting_Answer as request - constraints - self.m <--> n.m.process - speech_act <--> request - - -//============================================================ -// Constructions: Aspect Markers -//============================================================ - - -Abstract Construction Aspect_Marker - meaning : @Modifier_Aspect - evokes Event_Structure as event_structure - constraints - event_structure.modifier_aspect <--> self.m - - -Abstract Construction Preverbal_Aspect_Marker - subcase of Aspect_Marker - - -Abstract Construction Preverbal_Aspect_Marker_Root - subcase of Morpheme, Preverbal_Aspect_Marker - - -Abstract Construction Postverbal_Aspect_Marker - subcase of Aspect_Marker - - -Abstract Construction Postverbal_Aspect_Marker_Root - subcase of Morpheme, Postverbal_Aspect_Marker - - -//============================================================ -// Constructions: Resultatives -//============================================================ - -Abstract Construction Postverbal_Resultative_Phrase - meaning - evokes Event_Structure as event_structure - constraints - event_structure.modifier_aspect <-- @Modifier_Perfective - - -Abstract Construction Motion_Resultative_Phrase - subcase of Postverbal_Resultative_Phrase - meaning: Source_Path_Goal - - -Abstract Construction Path_Particle - subcase of Morpheme, Motion_Resultative_Phrase - meaning: Source_Path_Goal - evokes @Element as ce - - -Abstract Construction Deitic_Particle - subcase of Morpheme, Motion_Resultative_Phrase - meaning: Source_Path_Goal - - -Construction Directional_Phrase - subcase of Motion_Resultative_Phrase - constructional - constituents - pp: Path_Particle - dp: Deitic_Particle - form - constraints - pp.f meets dp.f - meaning - constraints - self.m <--> pp.m - self.m <--> dp.m - - -Construction Modified_Goal_Phrase - subcase of Motion_Resultative_Phrase - constructional - constituents - pp: Path_Particle - np : Ref_Exp - form - constraints - pp.f meets np.f // not sure if this is too restrictive - meaning - constraints - self.m <--> pp.m - np.m <--> pp.ce - - -Construction Locative_Phrase - subcase of Motion_Resultative_Phrase - constructional - constituents - cv : zai4-CV - optional post_asp : Postverbal_Aspect_Marker - np : Ref_Exp - optional dp : Directional_Phrase - form - constraints - cv.f meets post_asp.f - post_asp.f meets np.f - np.f meets dp.f - meaning: Source_Path_Goal - constraints - self.m.goal <--> cv.m.landmark - cv.ce <--> np.m - - -// Li & Thompson calls this the directional phrase, which is a little confusing - -Construction Destinational_Phrase - subcase of Motion_Resultative_Phrase - constructional - constituents - cv : dao4-CV - optional post_asp : Postverbal_Aspect_Marker - np : Ref_Exp - optional dp : Directional_Phrase - form - constraints - cv.f meets post_asp.f - post_asp.f meets np.f - np.f meets dp.f - meaning: Source_Path_Goal - constraints - self.m <--> cv.m - cv.ce <--> np.m - -// Unfortunately there is also a "extent of action" reading of the dao4-phrase, denoting that an -// action is carried out until it reaches a certain state (e.g. kan4 dao4 di4 san1 ye4, "reading up to the third page") - - -Abstract Construction Stative_Resultative_Phrase - subcase of Postverbal_Resultative_Phrase - meaning: State -// evokes Cause_Effect as ce -// constraints -// ce.effect <--> self.m - - -// I'm keeping this unary rule for now - otherwise the multiple uses of a Verb is very confusing to understand - -Construction Resultative_Marker - subcase of Stative_Resultative_Phrase - constructional - constituents - v : Verb - meaning: State - constraints - self.m <--> v.m - event_structure <--> v.event_structure - -//============================================================ -// Constructions: Other Coverb Modifications -//============================================================ - - -Abstract Construction Coverb - subcase of Morpheme - meaning - evokes @Element as ce - - -Abstract Construction Locational_Coverb - subcase of Coverb - meaning: Image_Schema - - -Abstract Construction Special_Coverb - subcase of Coverb - - -Abstract Construction Coverb_Phrase - - -Abstract Construction Preverbal_Coverb_Phrase - subcase of Coverb_Phrase, Important_Type - - -//FIXME: need separate wang3 phrases for Absolute_Direction and Relative_Direction - -Construction Preverbal_Heading_Phrase - subcase of Preverbal_Coverb_Phrase - constructional - constituents - wang : wang3-CV - loc : Loc_Exp - form - constraints - wang.f meets loc.f - meaning: Source_Path_Goal - constraints - self.m <--> wang.m - self.m.goal <--> loc.m.landmark - - -Construction Preverbal_Locative_Phrase - subcase of Preverbal_Coverb_Phrase - constructional - constituents - cv : Locational_Coverb - loc : Loc_Exp - form - constraints - cv.f meets loc.f - meaning: Trajector_Landmark - constraints - self.m <--> cv.m - cv.ce <--> loc.m.landmark - - -Construction Preverbal_Instrumental_Phrase - subcase of Preverbal_Coverb_Phrase - constructional - constituents - cv : yong4-CV - np : Ref_Exp - form - constraints - cv.f meets np.f - meaning - evokes Process as process - constraints - cv.ce <--> np.m - cv.process <--> process - - -Construction Preverbal_Gei3_Phrase - subcase of Preverbal_Coverb_Phrase - constructional - constituents - cv : gei3-CV1 - np : Ref_Exp - form - constraints - cv.f meets np.f - meaning: BenefactionOrMalefaction - evokes @Element as protagonist - evokes Process as process - constraints - self.m <--> cv.m - self.m.beneficiary <--> np.m - self.m.benefactor <--> protagonist - self.m.benefit <--> process - - -//============================================================ -// Constructions: Modifiers -//============================================================ - - -Abstract Construction Modifier - meaning: Modification - - -Abstract Construction Preverbal_Adverbial - subcase of Modifier - - -Abstract Construction Preverbal_Adverbial_Root - subcase of Morpheme, Preverbal_Adverbial - - -Abstract Construction Ref_Exp_Modifier - subcase of Modifier - meaning - evokes @Element as ce - - -Abstract Construction Ref_Exp_Modifier_Root - subcase of Ref_Exp_Modifier - - -Abstract Construction Nominalizer - subcase of Morpheme - meaning - evokes @Element as ce - - -Construction Preverbal_Adverbial_Phrase - subcase of Preverbal_Adverbial - constructional - constituents - v : Verb // this might be overly exclusive - de : Associative_Marker - form - constraints - v.f meets de.f - meaning - evokes Intransitive_State as ins - constraints - ins <--> v.m - self.m.category <--> ins.category - - -Construction Stative_Associative - subcase of Ref_Exp_Modifier - constructional - constituents - v: Verb - de: Nominalizer - form - constraints - v.f meets de.f - meaning - evokes Intransitive_State as ins - constraints - ins <--> v.m - ce <--> de.ce - ce <--> v.m.protagonist - self.m.category <--> ins.category - - -//============================================================ -// Constructions: Exclamatories -//============================================================ - - -Abstract Construction Interjection - subcase of Important_Type - - -Abstract Construction Interjection_Morpheme - subcase of Morpheme, Interjection - - -Construction Chained_Interjections - subcase of Interjection - constructional - constituents - in1 : Interjection - in2 : Interjection - form - constraints - in1.f meets in2.f \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalClosed.grm b/compling.core/data/Learning/Chinese Grammar/full/general-lexicalClosed.grm deleted file mode 100644 index 86dbb6c..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalClosed.grm +++ /dev/null @@ -1,491 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - -//======================================== -// Pronouns -//======================================== - -Construction wo3 - subcase of Pronoun_Root - form - constraints - self.f.orth <-- "wo3" - meaning: @Human - constraints - rd.discourse_participant_role <-- @Speaker - rd.set_size <-- @Singleton - - -Abstract Construction wo3men2-variant - subcase of Pronoun_Root - meaning : @Human - evokes RD as rd - constraints - rd.set_size <-- @Group - - -Construction wo3men2-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "wo3+men2" - - -Construction wo3men-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "wo3+men" - - -Construction ni3 - subcase of Pronoun_Root - form - constraints - self.f.orth <-- "ni3" - meaning: @Human - constraints - rd.discourse_participant_role <-- @Addressee - rd.set_size <-- @Singleton - - -Abstract Construction ni3men2-variant - subcase of Pronoun_Root - meaning : @Human - evokes RD as rd - constraints - rd.set_size <-- @Group - - -Construction ni3men2-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "ni3+men2" - - -Construction ni3men-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "ni3+men" - - -Construction zan2 - subcase of Pronoun_Root - form - constraints - self.f.orth <-- "zan2" - meaning: @Human - constraints - rd.discourse_participant_role <-- @Speaker - rd.set_size <-- @Group - - -Abstract Construction zan2men2-variant - subcase of Pronoun_Root - meaning : @Human - evokes RD as rd - constraints - rd.set_size <-- @Group - - -Construction zan2men2-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "zan2+men2" - - -Construction zan2men-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "zan2+men" - - -Construction ta1 - subcase of Pronoun_Root - form - constraints - self.f.orth <-- "ta1" - meaning: @Human - constraints - rd.givenness <-- @Given - rd.set_size <-- @Singleton - - -Abstract Construction men_variant - subcase of Morpheme - - -Construction men - subcase of men_variant - form - constraints - self.f.orth <-- "men" - - -Construction men2 - subcase of men_variant - form - constraints - self.f.orth <-- "men2" - - -Construction zi4 - subcase of Morpheme - form - constraints - self.f.orth <-- "zi4" - - -Construction ji3 - subcase of Morpheme - form - constraints - self.f.orth <-- "ji3" - - -Construction zi4ji3 - subcase of Reflexive_Marker - constructional - constituents - a:zi4 - b:ji3 - form - constraints - a.f meets b.f - - -//============================================================ -// Demonstratives -//============================================================ - -// FIXME: what about proximity? - -Abstract Construction zhe4_variant-D - subcase of Demonstrative_Root - meaning - constraints - rd.discourse_participant_role <-- @Attentional_Focus - rd.set_size <-- @Singleton - rd.givenness <-- @Identifiable - - -Construction zher4-D - subcase of Demonstrative_Loc_Root - form - constraints - self.f.orth <-- "zher4" - - -Construction zhe4-D - subcase of zhe4_variant-D - form - constraints - self.f.orth <-- "zhe4" - - -Construction zhei4-D - subcase of zhe4_variant-D - form - constraints - self.f.orth <-- "zhei4" - - -Construction nar3-D - subcase of Demonstrative_Loc_Root - form - constraints - self.f.orth <-- "nar3" - meaning : Trajector_Landmark - evokes RD as rd - constraints - self.m.landmark <--> rd.referent - rd.givenness <-- @Unknown - - -Abstract Construction na4_variant-D - subcase of Demonstrative_Root - meaning - constraints - rd.discourse_participant_role <-- @Attentional_Focus - rd.set_size <-- @Singleton - rd.givenness <-- @Identifiable - - -Construction na4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "na4" - - -Construction nar4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "nar4" - - -Construction nei4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "nei4" - - -Construction ne4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "ne4" - - -Construction shei2-N - subcase of Demonstrative_Root - form - constraints - self.f.orth <-- "shei2" - meaning: @Human - constraints - rd.givenness <-- @Unknown - - -Construction nei3-D - subcase of Demonstrative_Root - form - constraints - self.f.orth <-- "nei3" - meaning: @Element - constraints - rd.givenness <-- @Unknown - - -Construction shen2me-Cmp - subcase of Ref_Exp, Morpheme - form - constraints - self.f.orth <-- "shen2+me" - meaning: @Element - constraints - rd.givenness <-- @Unknown - - - -//============================================================ -// Negation, etc -//============================================================ - - -Construction bie2 - subcase of Negation_Root - form - constraints - self.f.orth <-- "bie2" - meaning - evokes Warning as warning - evokes Discourse_Segment as DS - constraints - self.m.process <--> warning.prohibited_action - self.m.process.protagonist <--> warning.warned - warning.warned <--> DS.addressee - warning.warner <--> DS.speaker - - -Abstract Construction bu4_variant - subcase of Negation_Root - - -Construction bu4 - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu4" - - -Construction bu2 - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu2" - - -Construction bu - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu" - - -Construction xu3 - subcase of Unknown_Morpheme - form - constraints - self.f.orth <-- "xu3" - - -Construction bu4xu3 - subcase of Negation_Marker - constructional - constituents - b : bu4_variant - x : xu3 - meaning - evokes Warning as warning - evokes Discourse_Segment as DS - constraints - self.m.process <--> warning.prohibited_action - self.m.process.protagonist <--> warning.warned - warning.warned <--> DS.addressee - warning.warner <--> DS.speaker - - -Construction bu4shi4 - subcase of Negation_Marker - constructional - constituents - b : bu4_variant - s : shi4-V - - -Construction beng2 - subcase of Negation_Root - form - constraints - self.f.orth <-- "beng2" - - -Construction mei2 - subcase of Negation_Root - form - constraints - self.f.orth <-- "mei2" - - -Construction mei2you3-Cmp - subcase of Negation_Root - form - constraints - self.f.orth <-- "mei2+you3" - - -Construction fa3 - subcase of Morpheme - form - constraints - self.f.orth <-- "fa3" - - -Construction mei2fa3-Cmp - subcase of Negation_Root - form - constraints - self.f.orth <-- "mei2+fa3" - - -//=================================== -// Two Participant States -//=================================== - -Construction zai4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zai4" - meaning : Located - -Construction you3-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "you3" - meaning : Exist - -Construction shi4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "shi4" - meaning : Copula - -//============================================================ -// Numbers -//============================================================ - - -Abstract Construction yi1_variant-Digit - subcase of Digit - meaning - constraints - self.m.value <-- "1" - self.m.set_size <-- @Singleton - - -Construction yi1 - subcase of yi1_variant-Digit - form - constraints - self.f.orth <-- "yi1" - - -Construction yi4 - subcase of yi1_variant-Digit - form - constraints - self.f.orth <-- "yi4" - - -Abstract Construction er4_variant-Digit - subcase of Digit - meaning - constraints - self.m.value <-- "2" - self.m.set_size <-- @Pair - - -Construction er - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er" - - -Construction er3 - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er3" - - -Construction er4 - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er4" - - -Construction liang3 - subcase of Digit - form - constraints - self.f.orth <-- "liang3" - meaning - constraints - self.m.value <-- "2" - self.m.set_size <-- @Pair - - -Construction shi2 - subcase of Digit - form - constraints - self.f.orth <-- "shi2" - meaning - constraints - self.m.value <-- "10" - self.m.set_size <-- @Multitude - - diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalFuction.grm b/compling.core/data/Learning/Chinese Grammar/full/general-lexicalFuction.grm deleted file mode 100644 index ad67218..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalFuction.grm +++ /dev/null @@ -1,862 +0,0 @@ -//============================================================ -// Everything in this section has to be learned -//============================================================ - -//============================================================ -// Lexicon: Nominalizer, etc -//============================================================ - -Construction de-AM - subcase of Associative_Marker - form - constraints - self.f.orth <-- "de" - - -Construction de-NOM - subcase of Nominalizer - form - constraints - self.f.orth <-- "de" - - - -//======================================== -// Lexicon: Aspect Markers -//======================================== - -Construction le - subcase of Postverbal_Aspect_Marker, Morpheme - form - constraints - self.f.orth <-- "le" - meaning : @Modifier_Perfective - - -Construction guo4 - subcase of Postverbal_Aspect_Marker, Morpheme - form - constraints - self.f.orth <-- "guo4" - meaning : @Modifier_Experiential - - -Abstract Construction zhe_variant-SP - subcase of Postverbal_Aspect_Marker, Morpheme - meaning : @Modifier_Imperfective - - -Construction zhe - subcase of zhe_variant-SP - form - constraints - self.f.orth <-- "zhe" - - -Construction zher - subcase of zhe_variant-SP - form - constraints - self.f.orth <-- "zher" - - -Construction mei2you3-ASP - subcase of Postverbal_Aspect_Marker - constructional - constituents - mei : mei2 - you : you3-V2 - meaning : @Modifier_Perfective - -//============================================================ -// Lexicon: Locative and Directional Coverbs -//============================================================ - -Construction zai4-CV - subcase of Locational_Coverb - form - constraints - self.f.orth <-- "zai4" - meaning: Trajector_Landmark - constraints - ce <--> self.m.landmark - - -// the destinational coverb phrase is never used - -Construction dao4-CV - subcase of Locational_Coverb - form - constraints - self.f.orth <-- "dao4" - meaning: Source_Path_Goal - constraints - ce <--> self.m.goal - - -Construction wang3-CV - subcase of Coverb - form - constraints - self.f.orth <-- "wang3" - meaning: Source_Path_Goal - constraints - ce <--> self.m.goal - - - -//============================================================ -// Lexicon: Other Coverbs -//============================================================ - - - -Construction ba3-CV - subcase of Coverb - form - constraints - self.f.orth <-- "ba3" - meaning - evokes Proto_Transitive as prototransitive - constraints - ce <--> prototransitive.proto_patient - - -Construction yong4-CV - subcase of Coverb - form - constraints - self.f.orth <-- "yong4" - meaning - evokes Process as process - constraints - ce <--> process.instrument - - -// I think the ce in both of these benefactive cases needs -// to be construable as animate, otherwise wei4 would be used. - -Construction gei3-CV1 - subcase of Coverb - form - constraints - self.f.orth <-- "gei3" - meaning: BenefactionOrMalefaction - constraints - ce <--> self.m.beneficiary - -// do something with this - -Construction gei3-CV2 - subcase of Coverb - form - constraints - self.f.orth <-- "gei3" - - -//============================================================ -// Lexicon: Verbal Particles -//============================================================ - - -Construction jin4-P - subcase of Path_Particle - form - constraints - self.f.orth <-- "jin4" - meaning: Source_Path_Goal - evokes Container as container - constraints - ce <--> container.container - self.m.source <--> container.outside - self.m.goal <--> container.inside - self.m.goal <--> container.container //hack - self.m.path <-- @Enter_Path - - -Construction chu1-P - subcase of Path_Particle - form - constraints - self.f.orth <-- "chu1" - meaning: Source_Path_Goal - evokes Container as container - constraints - ce <--> container.container - self.m.source <--> container.inside - self.m.source <--> container.container //hack - self.m.goal <--> container.outside - self.m.path <-- @Out_Path - - -Construction shang4-P //FIXME: there are two "senses" - chuan1 shang4 yi1 fu2; pa2 shang4 yi3 zi3; but tiu1 niu2 shang4 shu4 - subcase of Path_Particle - form - constraints - self.f.orth <-- "shang4" - meaning: Source_Path_Goal - evokes Up_Down as up_down - constraints - ce <--> up_down.highpoint - self.m.source <--> up_down.lowpoint - self.m.goal <--> up_down.highpoint - self.m.path <-- @Up_Path - - -Construction xia4-P //FIXME: there are two "senses" - fang4 xia4 shu1 ben; zou3 xia4 shan1 bo1 - subcase of Path_Particle - form - constraints - self.f.orth <-- "xia4" - meaning: Source_Path_Goal - evokes Up_Down as up_down - constraints - ce <--> up_down.lowpoint - self.m.source <--> up_down.lowpoint - self.m.goal <--> up_down.highpoint - self.m.path <-- @Down_Path - - -Construction hui2-P - subcase of Path_Particle - form - constraints - self.f.orth <-- "hui2" - meaning: Source_Path_Goal - constraints - ce <--> self.m.goal - self.m.path <-- @Return_Path - - -Construction qi3-P - subcase of Path_Particle - form - constraints - self.f.orth <-- "qi3" - meaning: Source_Path_Goal - constraints - self.m.path <-- @Rising_Path - - -Construction guo4-P - subcase of Path_Particle - form - constraints - self.f.orth <-- "guo4" - meaning: Source_Path_Goal - evokes Orientation as orientation - evokes Boundary as boundary - constraints - ce <--> orientation.body - orientation.long-axis <--> boundary.boundary - self.m.source <--> boundary.areaA - self.m.goal <--> boundary.areaB - self.m.path <-- @Across_Path - - -Construction qu4-D - subcase of Deitic_Particle - form - constraints - self.f.orth <-- "qu4" - meaning: Source_Path_Goal - constraints - self.m.deixis <-- @Deitic_Away - - -Construction qie-D - subcase of Deitic_Particle - form - constraints - self.f.orth <-- "qie" - meaning: Source_Path_Goal - constraints - self.m.deixis <-- @Deitic_Away - - -Construction lai2-D - subcase of Deitic_Particle - form - constraints - self.f.orth <-- "lai2" - meaning: Source_Path_Goal - constraints - self.m.deixis <-- @Deitic_Towards - - -//======================================== -// Lexicon: Classifier -//======================================== - -// Quantification -//================= - -Construction xie1-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "xie1" - - -Construction dian3-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "dian3" - - -// Entity Individuation -//================= - -Abstract Construction ge4_variant-C - subcase of Classifier_Root - meaning : @Entity - - -Construction ge-C - subcase of ge4_variant-C - form - constraints - self.f.orth <-- "ge" - - -Construction ge4-C - subcase of ge4_variant-C - form - constraints - self.f.orth <-- "ge4" - - -Abstract Construction kuai4_variant-C - subcase of Classifier_Root - meaning : @Manipulable_Inanimate_Object - - -Construction kuai4-C - subcase of kuai4_variant-C - form - constraints - self.f.orth <-- "kuai4" - - -Construction kuair4-C - subcase of kuai4_variant-C - form - constraints - self.f.orth <-- "kuair4" - - -Construction ben3-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "ben3" - meaning : @Book - - -Construction dianr3-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "dianr3" - meaning : @Substance - - -Construction shou3-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "shou3" - meaning : @Substance - - -Construction zhang1-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "zhang1" - meaning : @Paper - - -// Event Individuation -//================= - -Construction ci4-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "ci4" - meaning : @Process - - -Construction tang4-C - subcase of Classifier_Root - form - constraints - self.f.orth <-- "tang4" - meaning : @Translational_Motion - - -//============================================================ -// Lexicon: Locative Particles -//============================================================ - - -Construction hou4-L - subcase of Locative_Particle_Root - form - constraints - self.f.orth <-- "hou4" - meaning: Back - - -Construction li3-L - subcase of Locative_Particle_Root - form - constraints - self.f.orth <-- "li3" - -Construction shang4-L - subcase of Locative_Particle_Root - form - constraints - self.f.orth <-- "shang4" - meaning: Above - - -Construction xia4-L - subcase of Locative_Particle_Root - form - constraints - self.f.orth <-- "xia4" - meaning: Below - - -Construction wai4-L - subcase of Locative_Particle_Root - form - constraints - self.f.orth <-- "wai4" - meaning: Outside - - -Construction tou2-L - subcase of Locative_Particle_Suffix - form - constraints - self.f.orth <-- "tou" - -//======================================== -// Lexicon: Sentence Final Particles -//======================================== - - -/* -****************************************** - -sentence-final particles are analyzed by Li & Thompson -as denoting the following speech acts: - -le 'currently relevant state' -ne 'response to expectation' -ba 'solicit agreement' -ou 'friendly warning' -a/ya 'reduce forcefulness' - -I have made the following modification and mapping to schemas -(though the mapping is often not clear-cut or one-to-one): - -le -- Explaining -ne/nou -- Explaining (but sometimes used in requests as well) -ba -- Requesting_Action with low forcefulness -ao/ou -- Admonishing with low forcefulness -a/la/ya -- underspecifies speech act, but set low forcefulness -ma -- requesting answer with low forcefulness -none -- high forcefulness (blunt) - -***************************************** -*/ - -Construction le-SP - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "le" - meaning: Explaining - - -Construction ne-SP1 - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "ne" - meaning: Explaining - constraints - self.m.forcefulness <-- @Reduced - -Construction ne-SP2 - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "ne" - meaning: Requesting_Answer - constraints - self.m.forcefulness <-- @Reduced - - -Construction nou-SP1 - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "nou" - meaning: Explaining - - -Construction ba-SP - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "ba" - meaning: Response_Eliciting_Speech_Act - constraints - self.m.forcefulness <-- @Reduced - - -Construction ao-SP - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "ao" - meaning: Speech_Act - constraints - self.m.forcefulness <-- @Reduced - - -Construction ou-SP - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "ou" - meaning: Speech_Act - constraints - self.m.forcefulness <-- @Reduced - - -Construction a-SP - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "a" - meaning: Speech_Act - constraints - self.m.forcefulness <-- @Reduced - - -Construction la-SP - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "la" - meaning: Speech_Act - constraints - self.m.forcefulness <-- @Reduced - - -Construction ya-SP - subcase of Sentence_Final_Particle - form - constraints - self.f.orth <-- "ya" - meaning: Speech_Act - constraints - self.m.forcefulness <-- @Reduced - - -Abstract Construction ma_variant-SP - subcase of Sentence_Final_Particle - meaning: Requesting_Answer - constraints - self.m.forcefulness <-- @Reduced - - -Construction ma-SP - subcase of ma_variant-SP - form - constraints - self.f.orth <-- "ma" - - -Construction ma2-SP - subcase of ma_variant-SP - form - constraints - self.f.orth <-- "ma2" - - -//======================================== -// Conjunctions -//======================================== - -Construction huo4-J - subcase of Conjunction_Root - form - constraints - self.f.orth <-- "huo4" - - -Construction gen1-J - subcase of Conjunction_Root - form - constraints - self.f.orth <-- "gen1" - -//======================================== -// Lexicon: Linkers, Modals, and non-manner Adverbials -//======================================== - -Construction cai2-A - subcase of Linker_Root - form - constraints - self.f.orth <-- "cai2" - - -Construction dou1-A - subcase of Linker_Root - form - constraints - self.f.orth <-- "dou1" - - -Construction ke3-A - subcase of Linker_Root - form - constraints - self.f.orth <-- "ke3" - - -Construction jiu4-A - subcase of Linker_Root - form - constraints - self.f.orth <-- "jiu4" - - -Construction ke3jiu4-Cmp-A - subcase of Linker_Root - form - constraints - self.f.orth <-- "ke3+jiu4" - - -Construction dei3-A - subcase of Modal_Root - form - constraints - self.f.orth <-- "dei3" - meaning - constraints - self.m.category <-- @Necessity - - -Construction gai1-A - subcase of Modal_Root - form - constraints - self.f.orth <-- "gai1" - meaning - constraints - self.m.category <-- @Necessity - - -Construction ke2yi3-A - subcase of Modal_Root - form - constraints - self.f.orth <-- "ke2+yi3" - meaning - constraints - self.m.category <-- @Permission - - -Construction neng2-A - subcase of Modal_Root - form - constraints - self.f.orth <-- "neng2" - meaning - constraints - self.m.category <-- @Permission - - -Construction dai1huir3-A - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "dai1+huir3" - meaning - constraints - self.m.category <-- @Occurrence - - -Construction hai2-A - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "hai2" - meaning - constraints - self.m.category <-- @Occurrence - - -Construction lao3-A2 - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "lao3" - meaning - constraints - self.m.category <-- @Occurrence - - -Construction ye3-A - subcase of Linker_Root - form - constraints - self.f.orth <-- "ye3" - meaning - constraints - self.m.category <-- @Occurrence - - -Construction gan4ma2-A - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "gan4+ma2" - meaning - constraints - self.m.category <-- @Manner - - -Construction ne4me-A - subcase of Preverbal_Adverbial - constructional - constituents - n :na4_variant-D - me : me-N - form - constraints - n.f before me.f - meaning - constraints - self.m.category <-- @Manner - - -Construction me-N - subcase of Morpheme - form - constraints - self.f.orth <-- "me" - - -Construction xian1-A - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "xian1" - meaning - constraints - self.m.category <-- @Occurrence - - -Abstract Construction yang4_variant-A - subcase of Morpheme - - -Construction yang4-A - subcase of yang4_variant-A - form - constraints - self.f.orth <-- "yang4" - - -Construction yangr4-A - subcase of yang4_variant-A - form - constraints - self.f.orth <-- "yangr4" - - -Construction zhei4yang4-A - subcase of Preverbal_Adverbial - constructional - constituents - z : zhe4_variant-D - y : yang4_variant-A - form - constraints - z.f meets y.f - meaning - constraints - self.m.category <-- @Manner - - -Construction you4-A - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "you4" - meaning - constraints - self.m.category <-- @Occurrence - - -Construction zai4-A - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "zai4" - meaning - constraints - self.m.category <-- @Occurrence - - -Construction zhi3-A - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "zhi3" - meaning - constraints - self.m.category <-- @Occurrence - - -Construction ne4me-Cmp - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "ne4+me" - meaning - constraints - self.m.category <-- @Manner - - -Construction zen3me-Cmp - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "zen3+me" - meaning - constraints - self.m.category <-- @Manner - - -Construction zen3me - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "zen3me" - meaning - constraints - self.m.category <-- @Manner \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalInterjections.disabled b/compling.core/data/Learning/Chinese Grammar/full/general-lexicalInterjections.disabled deleted file mode 100644 index 202589b..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalInterjections.disabled +++ /dev/null @@ -1,498 +0,0 @@ -//======================================== -// Lexicon: Interjections -//======================================== - -Construction a-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a" - -Construction a1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a1" - -Construction a2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a2" - -Construction a4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a4" - -Construction ah-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ah" - -Construction ahn-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ahn" - -Abstract Construction ai1_variant-INJ - subcase of Interjection_Morpheme - -Construction ai-INJ - subcase of ai1_variant-INJ - form - constraints - self.f.orth <-- "ai" - -Construction ai1-INJ - subcase of ai1_variant-INJ - form - constraints - self.f.orth <-- "ai1" - -Construction ai2-INJ - subcase of ai1_variant-INJ - form - constraints - self.f.orth <-- "ai2" - - -Construction aiyou-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "aiyou" - -Construction ai1you - subcase of Interjection - constructional - constituents - a : ai1_variant-INJ - y : you-INJ - form - constraints - a.f meets y.f - -Construction aiya-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "aiya" - -Construction aiyou4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "aiyou4" - -Construction akhah-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "akhah" - -Construction an2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "an2" - -Construction ang-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ang" - -Construction ang1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ang1" - -Construction ang4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ang4" - -Construction ao-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ao" - -Construction ao1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ao1" - -Construction ao4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ao4" - -Construction ar-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ar" - -Construction du1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "du1" - -Construction e-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "e" - -Construction e1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "e1" - -Construction eh-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eh" - -Construction ei-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei" - -Construction ei1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei1" - -Construction ei2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei2" - -Construction ei4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei4" - -Construction em-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em" - -Construction em1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em1" - -Construction em2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em2" - -Construction em4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em4" - -Construction emg-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "emg" - -Construction emn-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "emn" - -Construction en-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en" - -Construction en1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en1" - -Construction en2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en2" - -Construction en4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en4" - -Construction eng-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng" - -Construction eng1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng1" - -Construction eng2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng2" - -Construction eng4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng4" - -Construction enh-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "enh" - -Construction enn-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "enn" - - -Construction enna-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "enna" - -Construction ha1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ha1" - -Construction ha4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ha4" - -Construction haha-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "haha" - -Construction hang1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hang1" - -Construction hai1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hai1" - -Construction hai4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hai4" - -Construction heh1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "heh1" - -Construction hei-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hei" - -Construction heng1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "heng1" - -Construction hm-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hm" - -Construction hmm1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hmm1" - -Construction hmmm-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hmmm" - -Construction lei1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "lei1" - -Construction lou-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "lou" - -Construction lou1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "lou1" - -Construction na-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "na" - -Construction ne4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ne4" - -Construction ni-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ni" - -Construction niu-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "niu" - -Construction ou3-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ou3" - -Construction ta1ma-Cmp-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ta1+ma" - -Construction tsch-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "tsch" - -Construction umemm4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "umemm4" - -Construction wa4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "wa4" - -Construction wu-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "wu" - -Construction wu1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "wu1" - -Construction xie4xie4-Cmp-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "xie4+xie4" - -Construction ya-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ya" - -Construction ya2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ya2" - -Construction ya4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ya4" - -Construction yer2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "yer2" - -Construction you-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "you" - -Construction you4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "you4" - -Construction ze-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ze" diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalOpen.grm b/compling.core/data/Learning/Chinese Grammar/full/general-lexicalOpen.grm deleted file mode 100644 index dd36a15..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-lexicalOpen.grm +++ /dev/null @@ -1,2239 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - -//============================================================ -// Word Roots -//============================================================ - -//=================================== -// Intransitive States -//=================================== - -Construction bao3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "bao3" - meaning : Full - -Construction ben4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ben4" - meaning: Stupid - -Construction chou3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "chou3" - meaning: Ugly - -Abstract Construction da4_variant-V - subcase of Verb_Root - meaning: Big - -Construction da1-V - subcase of da4_variant-V - form - constraints - self.f.orth <-- "da1" - -Construction da4-V - subcase of da4_variant-V - form - constraints - self.f.orth <-- "da4" - -Construction dao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "dao4" - meaning : Achieved - -Construction dui4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "dui4" - meaning : Correct - -Construction duo1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "duo1" - meaning : Abundant - -Construction e4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "e4" - meaning : Hungry - -Construction gao1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "gao1" - meaning : High - -Construction gou4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "gou4" - meaning : Enough - -Construction guai1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "guai1" - meaning : Well_Behaved - -Construction guang1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "guang1" - meaning : Bared - - -Abstract Construction hao3_variant-V - subcase of Verb_Root - meaning : Good - -Construction hao-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao" - -Construction hao1-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao1" - -Construction hao3-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao3" - -Construction haor-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "haor" - -Construction hao3chi1-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "hao3+chi1" - meaning : Tasty - - -Construction hao3wanr2-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "hao3+wanr2" - meaning : Amusing - -Construction hao3kan4-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "hao3+kan4" - meaning : Pretty - -Construction hong2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "hong2" - meaning : Red - -Construction huai4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "huai4" - meaning : Broken - -Construction jian4-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "jian4" - meaning : Perceived - -Construction lao3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "lao3" - -Construction luu4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "luu4" - meaning : Green - -Construction po4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "po4" - meaning : Broken - -Construction lao3shi2-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "lao3+shi2" - meaning : Well_Behaved - -Construction lei4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "lei4" - meaning : Tired - -Construction mei3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "mei3" - meaning : Pretty - -Construction shang4-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "shang4" - meaning : Up - -Construction tao3yan4-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "tao3+yan4" - meaning : Annoying - -Construction teng2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "teng2" - meaning : Painful - -Construction wan2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "wan2" - meaning : Finished - -Construction xi4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xi4" - meaning : Fine - -Construction xian2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xian2" - meaning : Idle - -Construction xiang1-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xiang1+xiang1" - meaning : Fragrant - -Construction xiao3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xiao3" - meaning : Small - -Construction xing2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xing2" - meaning : Good_Enough - -Construction yao4jin3-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "yao4+jin3" - meaning : Matter - -Construction yun1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "yun1" - meaning : Faint - -Construction zang1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zang1" - meaning : Dirty - -Construction zhao2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zhao2" - meaning : Achieved - -//=================================== -// Mental States -//=================================== - -Construction ai4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ai4" - meaning : Love - -Construction guan3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "guan3" - meaning : Be_Concerned_With - -Construction pa4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "pa4" - meaning : Afraid - -Construction tao2qi4-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "tao2+qi4" - meaning : Naughty - -Construction ting1hua4-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ting1+hua4" - meaning : Obedient - -Construction xiang3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xiang3" - meaning : Miss - -Construction yao4-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "yao4" - meaning : Required_to - -Construction yao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "yao4" - meaning : Want - -Construction yuan4yi4-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "yuan4+yi4" - meaning : Willing - -Construction xi3huan1-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xi3+huan1" - meaning : Like - - -//=================================== -// Intransitive Actions -//=================================== - -Abstract Construction wanr2_variant-V - subcase of Verb_Root - meaning : Play - -Construction wanr-V - subcase of wanr2_variant-V - form - constraints - self.f.orth <-- "wanr" - -Construction wanr2-V - subcase of wanr2_variant-V - form - constraints - self.f.orth <-- "wanr2" - -Construction suan4zhang4-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "suan4+zhang4" - meaning : Get_Even - - -Construction shu3shu3-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "shu3+shu3" - meaning : Count - -//=================================== -// Expression -//=================================== - -Construction ku1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ku1" - meaning : Cry - -Construction heng1heng1-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "heng1+heng1" - meaning : Fuss - -Construction lie1ber-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "lie1+ber" - meaning : Fuss - -Construction nao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "nao4" - meaning : Cry - -Construction xiao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xiao4" - meaning: Smile - -//=================================== -// Self Motion -//=================================== - -Construction diao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "diao4" - meaning : Fall - -Construction qi3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "qi3" - meaning : Rise - -Construction shuai1gen1tou-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "shuai1+gen1+tou" - meaning : Trip - -Construction shuai1jiao1-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "shuai1+jiao1" - meaning : Trip - -Construction tiao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "tiao4" - meaning : Dance - -Construction zhuan4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zhuan4" - meaning : Spin - -Construction zuo4-V -subcase of Verb_Root - form - constraints - self.f.orth <-- "zuo4" - meaning : Sit - -//=================================== -// Translational Self Motion -//=================================== - -Construction cang2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "cang2" - meaning : Hide - -Construction chu1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "chu1" - meaning : Exit - -Construction lai2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "lai2" - meaning : Come - -Construction pao3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "pao3" - meaning : Run - -Abstract Construction qu4_variant-V - subcase of Verb_Root - meaning : Go - -Construction qie-V - subcase of qu4_variant-V - form - constraints - self.f.orth <-- "qie" - -Construction qu4-V - subcase of qu4_variant-V - form - constraints - self.f.orth <-- "qu4" - -Construction shang4-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "shang4" - meaning : Ascend - -Construction xia4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xia4" - meaning : Descend - -Construction zou3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zou3" - meaning : Go - -//=================================== -// Continuous Force Application -//=================================== - -Construction ban1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ban1" - meaning : Carry - -Construction bao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "bao4" - meaning : Hug - -Construction bao4bao4-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "bao4+bao4" - meaning : Hug - -Construction bei1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "bei1" - meaning : Carry_On_Back - -Construction cheng2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "cheng2" - meaning : Load - -Construction dai4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "dai4" - meaning: Bring - -Construction duan1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "duan1" - meaning : Carry - -Construction na2-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "na2" - meaning : Grasp - -Construction jiu1-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "jiu1" - meaning : Grasp - -Construction ti2-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ti2+ti2" - meaning : Lift - -Construction zhuang1-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "zhuang1" - meaning : Contain - -Construction zhuang4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zhuang4" - meaning: Slam - -//=================================== -// Agentive Impact -//=================================== - -Construction cuo1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "cuo1" - meaning : Mash - -Construction da3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "da3" - meaning : Beat - -Construction deng4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "deng4" - meaning : Kick - -Construction ding3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ding3" - meaning : Throw - -Construction nie1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "nie1" - meaning: Mash - -Construction pai1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "pai1" - meaning : Slap - -Construction reng1-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "reng1" - meaning : Throw - -Construction ti1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ti1" - meaning : Kick - -//=================================== -// Forceful Motion -//=================================== - -Construction bie2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "bie2" - meaning : Pin - -Construction ba1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ba1" - meaning : Sweep - -Construction ca1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ca1" - meaning : Wipe - -Construction ca1ca1-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ca1+ca1" - meaning : Wipe - -Construction diao4-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "diao4" - meaning : Drop - -Construction dong4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "dong4" - meaning : Move - -Construction ge1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ge1" - meaning : Put - -Construction jia1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "jia1" - meaning : Pick - -Construction la1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "la1" - meaning : Pull - -Construction mo3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "mo3" - meaning : Apply - -Construction fang4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "fang4" - meaning : Put - -Construction song4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "song4" - meaning : Escort - -Construction tiao1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "tiao1" - meaning : Pick - -Construction tu4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "tu4" - meaning : Spit - -Construction tui1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "tui1" - meaning : Push - -Construction zha1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zha1" - meaning : Prick - -Construction zhai1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zhai1" - meaning : Pick - -Construction zhuang1-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "zhuang1" - meaning : Load - -//=================================== -// Cause Change -//=================================== - -Construction bai1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "bai1" - meaning : Rip_Open - -Construction hui3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "hui3" - meaning : Damage - -Construction kai1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "kai1" - meaning : Open - -Construction kai1shi3-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "kai1+shi3" - meaning : Start - -Construction liang4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "liang4" - meaning : Switch_On - -Construction nong4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "nong4" - meaning : Fix - -Construction nong4nong-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "nong4+nong4" - meaning : Fix - - -Construction reng1-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "reng1" - meaning : Discard - - -Construction xi3-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "xi3" - meaning : Wash - -//=================================== -// Obtainment -//=================================== - -Construction liu2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "liu2" - meaning : Reserve - -Construction na2-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "na2" - meaning : Fetch - -Construction zhao3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "zhao3" - meaning : Find - -//=================================== -// Ingestion -//=================================== - -Construction chi1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "chi1" - meaning : Eat - -Construction he1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "he1" - meaning : Drink - -Construction jiao2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "jiao2" - meaning : Chew - -//=================================== -// Perception -//=================================== - -Construction jian4-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "jian4" - meaning : Perceive_Visual - -Construction kan4-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "kan4" - meaning : Perceive_Visual - -Construction kan4-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "kan4" - meaning : Observe - -Construction qiao2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "qiao2" - meaning : Perceive_Visual - -Construction ting1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "ting1" - meaning : Perceive_Audio - - -Construction wang4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "wang4" - meaning: Perceive_Visual - -Construction wen2-Cmp-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "wen2+wen2" - meaning : Perceive_Olfactory - -//=================================== -// Uncategorized Transitive Action -//=================================== - -Construction chuan1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "chuan1" - meaning : Wear - -Construction hua4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "hua4" - meaning : Draw - - -Construction huan4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "huan4" - meaning : Switch - - -Construction kai1-V3 - subcase of Verb_Root - form - constraints - self.f.orth <-- "kai1" - meaning : Drive - - -Construction mo1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "mo1" - meaning : Touch - - -Construction song1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "song1" - meaning : Release_Grasp - - -Construction tuo1-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "tuo1" - meaning : Take_Off - - -Construction xie3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "xie3" - meaning : Write - - -//=================================== -// Communication -//=================================== - -Construction gao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "gao4" - meaning : Tell - -Construction jiao4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "jiao4" - meaning: Beckon - -Construction rang4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "rang4" - meaning : Permit - -Construction shuo1-V1 - subcase of Verb_Root - form - constraints - self.f.orth <-- "shuo1" - meaning : Accuse - -Construction shuo1-V2 - subcase of Verb_Root - form - constraints - self.f.orth <-- "shuo1" - meaning : Say - -Construction wen4-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "wen4" - meaning : Ask - - -//=================================== -// Transfer -//=================================== - -Abstract Construction gei3_variant-V - subcase of Verb_Root - meaning : Give - -Construction gei3-V - subcase of gei3_variant-V - form - constraints - self.f.orth <-- "gei3" - -Construction gei2-V - subcase of gei3_variant-V - form - constraints - self.f.orth <-- "gei2" - -Construction huan2-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "huan2" - meaning: Return - -Construction mai3-V - subcase of Verb_Root - form - constraints - self.f.orth <-- "mai3" - meaning: Buy - -Abstract Construction wei4_variant-V - subcase of Verb_Root - meaning : Feed - -Construction wei1-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wei1" - -Construction wei4-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wei4" - -Construction wi2-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wi2" - -//============================================================ -// Noun Roots -//============================================================ - -//=================================== -// Proper Names and Relational Terms -//=================================== - -Construction xixi-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "xixi" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction xi1xi1-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "xi1+xi1" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction hao2yu3-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "hao2+yu3" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction wei2wei-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "wei2+wei" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bao3bao3-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "bao3+bao3" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bing1bing1-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "bing1+bing1" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bing1Bing-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "bing1Bing" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction di-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "di" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction qian4qian4-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "qian4+qian4" - meaning : @QianQian - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Abstract Construction ma1ma-variant-N - subcase of Proper_Noun_Root - meaning : @Mother - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ma1-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1" - meaning : @Mother - -Construction ma1ma-Cmp-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1+ma" - -Construction ma1ma1-Cmp-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1+ma1" - -Abstract Construction ba4ba-variant-N - subcase of Proper_Noun_Root - meaning : @Father - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ba4-N - subcase of ba4ba-variant-N - form - constraints - self.f.orth <-- "ba4" - -Construction ba4ba-Cmp-N - subcase of ba4ba-variant-N - form - constraints - self.f.orth <-- "ba4+ba" - -Construction yi2-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "yi2" - meaning : @Aunt - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction a1yi2-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "a1+yi2" - meaning: @Aunt - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction mei4mei-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "mei4+mei" - meaning: @Sister - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction nai3nai-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "nai3+nai" - meaning: @Grandma - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ye2-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "ye2" - meaning: @Grandpa - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction lao3shi-Cmp-N - subcase of Proper_Noun_Root - form - constraints - self.f.orth <-- "lao3+shi" - meaning : @Teacher - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -//=================================== -// Common Nouns -//=================================== - -Abstract Construction ren2_variant-N - subcase of Noun_Root - meaning: @Human - -Construction ren2-N - subcase of ren2_variant-N - form - constraints - self.f.orth <-- "ren2" - -Construction renr2-N - subcase of ren2_variant-N - form - constraints - self.f.orth <-- "renr2" - -Construction wa-N2 - subcase of Noun_Root - form - constraints - self.f.orth <-- "wa" - meaning: @Child - -Construction har-N2 - subcase of Noun_Root - form - constraints - self.f.orth <-- "har" - meaning: @Child - -Construction hai2zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "hai2+zi" - meaning : @Child - -Construction ge1bo1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ge1+bo1" - meaning : @Shoulder - -Abstract Construction tou2_variant-N - subcase of Noun_Root - meaning : @Head - -Construction tou-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tou" - -Construction tou2-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tou2" - -Construction tour2-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tour2" - -Construction wai4tou2-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "wai4+tou2" - meaning : @Forehead - -Construction lian3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "lian3" - meaning : @Face - -Construction jiao3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "jiao3" - meaning: @Foot - -Construction guang1jiao3ya1zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "guang1+jiao3+ya1+zi" - meaning: @Human - -Construction zui3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "zui3" - meaning : @Mouth - -Construction zui3ba-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "zui3+ba" - meaning : @Mouth - -Construction ku4zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ku4+zi" - meaning : @Pants - -Construction shu1-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "shu1" - meaning : @Book - -Abstract Construction shu1bao1_variant-N - subcase of Noun_Root - meaning : @Backpack - -Construction shu1baor1-Cmp-N - subcase of shu1bao1_variant-N - form - constraints - self.f.orth <-- "shu1+baor1" - -Construction shu1bao1-Cmp-N - subcase of shu1bao1_variant-N - form - constraints - self.f.orth <-- "shu1+bao1" - -Abstract Construction zi4_variant-N - subcase of Noun_Root - meaning: @Character - -Construction zi4-N - subcase of zi4_variant-N - form - constraints - self.f.orth <-- "zi4" - -Construction zir4-N - subcase of zi4_variant-N - form - constraints - self.f.orth <-- "zir4" - -Construction nian2ji4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "nian2+ji4" - meaning : @Age - -Construction sui4-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "sui4" - meaning: @Age_Year - -Construction guo1-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "guo1" - meaning: @Frying_Pan - -Construction ping2zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ping2+zi" - meaning : @Bottle - -Construction shao2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "shao2" - meaning : @Ladle_Utensil - -Abstract Construction wan3_variant-N - subcase of Noun_Root - meaning : @Bowl - -Construction wan3-N - subcase of wan3_variant-N - form - constraints - self.f.orth <-- "wan3" - -Construction wanr3-N - subcase of wan3_variant-N - form - constraints - self.f.orth <-- "wanr3" - -Construction cir4-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "cir4" - meaning : @Bone - -Abstract Construction fanr4_variant-N - subcase of Noun_Root - meaning : @Rice - -Construction fan4-N - subcase of fanr4_variant-N - form - constraints - self.f.orth <-- "fan4" - -Construction fanr4-N - subcase of fanr4_variant-N - form - constraints - self.f.orth <-- "fanr4" - -Construction hur2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "hur2" - meaning : @Seed - -Construction xi1gua1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "xi1+gua1" - meaning : @Watermelon - -Construction ping2guo3-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ping2+guo3" - meaning : @Apple - -Construction rou4-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "rou4" - meaning : @Meat - -Construction rou4rou4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "rou4+rou4" - meaning : @Meat - -Construction shui3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "shui3" - meaning : @Water - -Construction tao2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "tao2" - meaning : @Peach - -Construction tu3dou4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "tu3+dou4" - meaning : @Potato - -Construction yao4-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "yao4" - meaning : @Medicine - -Construction che1-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "che1" - meaning : @Car - -Construction che1che1-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "che1+che1" - meaning : @Car - -Construction qi4che1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "qi4+che1" - meaning : @Car - -Construction ma3che1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ma3+che1" - meaning : @Trolley - -Construction ka3che1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ka3+che1" - meaning : @Truck - -Construction tu3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "tu3" - meaning : @Bulldozer - -Construction tui1tu3che1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "tui1+tu3+che1" - meaning : @Bulldozer - -Abstract Construction chang2lu4lu-variant-N - subcase of Noun_Root - -Construction chang2lu4lu4-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4+lu4" - meaning : @Giraffe - -Construction chang2lu4lu-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4+lu" - meaning : @Giraffe - -Construction chang2lu4-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4" - meaning : @Giraffe - -Construction lu4lu-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "lu4+lu4" - meaning : @Giraffe - -Construction ma3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ma3" - meaning : @Horse - -Construction mao1mao-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "mao1+mao1" - meaning : @Cat - -Construction ya1zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ya1+zi" - meaning: @Duck - -Construction yang2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "yang2" - meaning : @Goat - -Construction xing1xing1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "xing1+xing1" - meaning : @Star - -Construction bi3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "bi3" - meaning : @Pen - -Construction cai3bi3-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "cai3+bi3" - meaning : @Crayon - -Construction chuang2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "chuang2" - meaning : @Bed - -Construction dengr4-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "dengr4" - meaning : @Stool - -Construction ban3dengr4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "ban3+dengr4" - meaning : @Stool - -Construction fang2ding3-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "fang2+ding3" - meaning : @Roof - -Construction kou3dai4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "kou3+dai4" - meaning : @Bib - -Abstract Construction lou3_variant-N - subcase of Noun_Root - meaning: @Storey - -Construction lou2-N - subcase of lou3_variant-N - form - constraints - self.f.orth <-- "lou2" - -Construction lou3-N - subcase of lou3_variant-N - form - constraints - self.f.orth <-- "lou3" - -Abstract Construction men2_variant-N - subcase of Noun_Root - meaning: @Door - -Construction men2-N - subcase of men2_variant-N - form - constraints - self.f.orth <-- "men2" - -Construction menr2-N - subcase of men2_variant-N - form - constraints - self.f.orth <-- "menr2" - -Abstract Construction hua1hua1-variant-N - subcase of Noun_Root - meaning : @Flower - -Construction huar1huar-Cmp-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "huar1+huar" - -Construction hua1hua1-Cmp-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "hua1+hua1" - -Construction sheng2zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "sheng2+zi" - meaning: @Rope - -Construction xiang1-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "xiang1" - meaning : @Storagebin - -Construction xie2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "xie2" - meaning : @Shoe - -Construction deng4zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "deng4+zi" - meaning : @Chair - -Construction yi3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "yi3" - meaning : @Chair - -Construction yi3zi-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "yi3+zi" - meaning : @Chair - -Construction dong1xi1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "dong1+xi1" - meaning : @Inanimate - -Construction lao3ya1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "lao3+ya1" - meaning: @Duck - -Construction tang2lao3ya1-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "tang2+lao3+ya1" - meaning: @Duck - -Construction gou3gou3-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "gou3+gou3" - meaning: @Dog - -Construction xiao3hei1xiong2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "xiao3+hei1+xiong2" - meaning: @Bear - -Construction xiao3bai2tu4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "xiao3+bai2+tu4" - meaning : @Rabbit - -Construction wa-N1 - subcase of Noun_Root - form - constraints - self.f.orth <-- "wa" - meaning: @Doll - -Construction wan2yir4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "wan2+yir4" - meaning : @Toy - -Construction qiu2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "qiu2" - meaning : @Ball - -Construction qi4qiu2-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "qi4+qiu2" - meaning : @Balloon - -Construction tuo1er2suo3-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "tuo1+er2+suo3" - meaning : @Daycare - -Construction xue2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "xue2" - meaning : @School - -Construction you2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "you2" - meaning : @Lotion - -Construction di4-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "di4" - meaning : @Ground - -Construction di4xia4-Cmp-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "di4+xia4" - meaning : @Ground - -Construction pi2-N - subcase of Noun_Root - form - constraints - self.f.orth <-- "pi2" - meaning : @Peel - -Abstract Construction deng1-variant-N - subcase of Noun_Root - meaning : @Desklamp - -Construction deng1-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "deng1" - -Construction dian4deng1-Cmp-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "dian4+deng1" - -Construction deng1zi-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "deng1+zi" - -Construction ni3pai1yi1wo3pai1yi1-N - subcase of Word - constructional - constituents - n1 : ni3 - p1 : pai1-V - y1 : yi1_variant-Digit - w2 : wo3 - p2 : pai1-V - y2 : yi1_variant-Digit - form - constraints - n1.f meets p1.f - p1.f meets y1.f - y1.f meets w2.f - w2.f meets p2.f - p2.f meets y2.f - meaning : @Game - -//============================================================ -// Modifiers -//============================================================ - -Construction duo2-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "duo2" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction lao3-M1 - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "lao3" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction tai4-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "tai4" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction zhen1-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "zhen1" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction zui4-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "zui4" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction huir3-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "huir3" - meaning : Modification - constraints - self.m.category <-- @Duration - -Construction hu2-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "hu2" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction kuai4-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "kuai4" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction luan4-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "luan4" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction shao3-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "shao3" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction xia1-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "xia1" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction yi1dian3-M - subcase of Preverbal_Adverbial_Root - form - constraints - self.f.orth <-- "yi4+dianr3" - meaning : Modification - evokes @Element as ce //inherited from Word - constraints - self.m.category <-- @Quantity - -//============================================================ -// Constructions: Unknown lexical items -//============================================================ diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-lowerOntology.def b/compling.core/data/Learning/Chinese Grammar/full/general-lowerOntology.def deleted file mode 100644 index 6f0c6c7..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-lowerOntology.def +++ /dev/null @@ -1,2335 +0,0 @@ -//============================================================ -// LOWER ONTOLOGY -//============================================================ - -//============================================================ -// Property Fillers -//============================================================ - -(type Discourse_Participant_Role sub Property_Filler) - -(type Audience sub Discourse_Participant_Role) - -(type Addressee sub Audience) - -(type Speaker sub Discourse_Participant_Role) - -(type Referable_Element sub Discourse_Participant_Role) - -(type Attentional_Focus sub Referable_Element) - -//================================================ - -(type Givenness sub Property_Filler) - -(type Given sub Givenness) - -(type Identifiable sub Givenness) - -(type Context_New sub Givenness) - -(type Unknown sub Givenness) - -//================================================ - -(type Affectedness sub Property_Filler) - -(type Not_Affected sub Affectedness) - -(type Affected sub Affectedness) - -//================================================ - -(type Motion_Focus sub Property_Filler) - -(type Manner_Focus sub Motion_Focus) - -(type Path_Focus sub Motion_Focus) - -//================================================ - -(type Forcefulness sub Property_Filler) - -(type Reduced sub Forcefulness) - -(type Normal sub Forcefulness) - -//================================================ - -(type Aspect sub Property_Filler) - -(type Inherent_Aspect sub Aspect) - -(type Modifier_Aspect sub Aspect) - -(type Event_Aspect sub Aspect) - -(type Inherent_Punctual sub Inherent_Aspect) - -(type Inherent_Durative sub Inherent_Aspect) - -(type Inherent_Telic sub Inherent_Aspect) - -(type Inherent_Atelic sub Inherent_Aspect) - -(type Inherent_State sub Inherent_Durative Inherent_Atelic) - -(type Inherent_Activity sub Inherent_Durative Inherent_Atelic) - -(type Inherent_Accomplishment sub Inherent_Durative Inherent_Telic) - -(type Inherent_Semelfactive sub Inherent_Punctual Inherent_Atelic) - -(type Inherent_Achievement sub Inherent_Punctual Inherent_Telic) - -(type Non_Ongoing_Modifier_Aspect sub Modifier_Aspect) - -(type Modifier_Imperfective sub Modifier_Aspect) - -(type Modifier_Underspecified sub Non_Ongoing_Modifier_Aspect) - -(type Modifier_Inchoative sub Non_Ongoing_Modifier_Aspect) - -(type Modifier_Perfective sub Non_Ongoing_Modifier_Aspect) - -(type Modifier_Experiential sub Non_Ongoing_Modifier_Aspect) - -(type Event_Ready sub Event_Aspect) - -(type Event_Ongoing sub Event_Aspect) - -(type Event_Iterative sub Event_Aspect) - -(type Event_Done sub Event_Aspect) - -//================================================ - -(type Modification_Category sub Property_Filler) - -(type Process_Modification_Category sub Modification_Category) - -(type Entity_Modification_Category sub Modification_Category) - -(type Modality_Modification_Category sub Modification_Category) - -(type Degree sub Process_Modification_Category) - -(type Duration sub Process_Modification_Category) - -(type Manner sub Process_Modification_Category) - -(type Occurrence sub Process_Modification_Category) - -(type Quantity sub Entity_Modification_Category) - -(type Size sub Entity_Modification_Category) - -(type Undef sub Entity_Modification_Category) - -(type Ability sub Modality_Modification_Category) - -(type Permission sub Modality_Modification_Category) - -(type Necessity sub Modality_Modification_Category) - - -//================================================ - -(type Path sub Property_Filler) - -(type Out_Path sub Path) - -(type Up_Path sub Path) - -(type Down_Path sub Path) - -(type Enter_Path sub Path) - -(type Return_Path sub Path) - -(type Rising_Path sub Path) - -(type Across_Path sub Path) - -//================================================ - -(type Deixis sub Property_Filler) - -(type Deitic_Away sub Deixis) - -(type Deitic_Towards sub Deixis) - -//================================================ - -(type Gender sub Property_Filler) - -(type Female sub Gender) - -(type Male sub Gender) - -//================================================ - -(type Size_Property sub Property_Filler) - -(type Size_Big sub Size_Property) - -(type Size_Small sub Size_Property) - -//================================================ - -(type Color_Property sub Abstract_Entity Entity_Modification_Category) - -(type Color_Red sub Color_Property) - -(type Color_Blue sub Color_Property) - -(type Color_Green sub Color_Property) - -(type Color_Yellow sub Color_Property) - -(type Color_Black sub Color_Property) - -(type Color_White sub Color_Property) - -//================================================ - -(type Posture sub Property_Filler) - -(type Lyingdown sub Posture) - -(type Crouched sub Posture) - -(type Seated sub Posture) - -(type Upright sub Posture) - -(type Fallen sub Posture) - -//================================================ - -(type Open_Close_State sub Property_Filler) - -(type Open_State sub Open_Close_State) - -(type Closed_State sub Open_Close_State) - -//================================================ - -(type Power_State sub Property_Filler) - -(type Power_On sub Power_State) - -(type Power_Off sub Power_State) - -//============================================================ -// Processes -//============================================================ - -//============================================================ -// Intransitive States -//============================================================ - -(type Amusing sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Abundant sub Intransitive_State - rel - (protagonist Inanimate) - (category Quantity)) - -(type Achieved sub Intransitive_State - rel - (category Undef)) - -(type Angry sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Annoying sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Bad sub Intransitive_State - rel - (category Undef)) - -(type Bared sub Intransitive_State - rel - (category Undef)) - -(type Big sub Intransitive_State - rel - (category Size)) - -(type Broken sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Comfortable sub Intransitive_State - rel - (category Undef)) - -(type Correct sub Intransitive_State - rel - (category Undef)) - -(type Dirty sub Intransitive_State - rel - (category Undef)) - -(type Enough sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Faint sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Fine sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Finished sub Intransitive_State - rel - (protagonist Process) - (category Undef)) - -(type Fragrant sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Full sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Good sub Intransitive_State - rel - (category Manner)) - -(type Good_Enough sub Intransitive_State - rel - (category Undef)) - -(type Green sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Color_Property)) - -(type High sub Intransitive_State - rel - (category Undef)) - -(type Hungry sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Idle sub Intransitive_State - rel - (category Undef)) - -(type Matter sub Intransitive_State - rel - (category Undef)) - -(type Naughty sub Intransitive_State - rel - (protagonist Animate) - (category Manner)) - -(type Obedient sub Intransitive_State - rel - (protagonist Animate) - (category Manner)) - -(type Opened sub Intransitive_State - rel - (category Undef)) - -(type Painful sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Perceived sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Pretty sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Red sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Color_Property)) - -(type Small sub Intransitive_State - rel - (category Size)) - -(type Stupid sub Intransitive_State - rel - (protagonist Human) - (category Undef)) - -(type Tasty sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Tired sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Ugly sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Up sub Intransitive_State - rel - (category Undef)) - -(type Well_Behaved sub Intransitive_State - rel - (protagonist Animate) - (category Manner)) - - -//============================================================ -// Two Participant States -//============================================================ - -(type Located sub Two_Participant_State) - -(type Exist sub Two_Participant_State) - -(type Copula sub Two_Participant_State) - - -//============================================================ -// Mental States -//============================================================ - -(type Afraid sub Mental_State) - -(type Be_Concerned_With sub Mental_State) - -(type Know sub Mental_State) - -(type Like sub Mental_State) - -(type Love sub Mental_State) - -(type Miss sub Mental_State) - -(type Required_to sub Mental_State) - -(type Want sub Mental_State - rel - (wanter Animate) - (wanted Element) - eq - (wanter experiencer) - (wanted percept)) - -(type Willing sub Mental_State) - - -//============================================================ -// Active X-schemas -//============================================================ - -//=================================== -// Intransitive Actions -//=================================== - -(type Count sub Intransitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (counter Animate) - eq - (counter protagonist)) - - -(type Play sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (player Animate) - eq - (player protagonist)) - - -(type Proceed sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (proceeder Animate) - eq - (proceeder protagonist)) - - -(type Get_Even sub Intransitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (disputant Animate) - eq - (disputant protagonist)) - - -(type Sing sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (singer Animate) - eq - (singer protagonist)) - - -(type Sneeze sub Intransitive_Action - rel - (inherent_aspect Inherent_Achievement) - (sneezer Animate) - eq - (sneezer protagonist)) - -//=================================== -// Expressions -//=================================== - -(type Cry sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (cryer Animate) - eq - (cryer protagonist)) - - -(type Fuss sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (fusser Animate) - eq - (fusser protagonist)) - - -(type Smile sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (smiler Animate) - eq - (smiler protagonist)) - -//=================================== -// Self Motion -//=================================== - -(type Dance sub Self_Motion - rel - (inherent_aspect Inherent_Activity) - (dancer Animate) - eq - (dancer mover)) - - -(type Kneel sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (kneeler Animate) - eq - (kneeler mover)) - - -(type Lie_Down sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (lyer Animate) - eq - (lyer mover)) - - -(type Rise sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (riser Animate) - eq - (riser mover)) - - -(type Sit sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (sitter Animate) - eq - (sitter mover)) - - -(type Spin sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (spinner Animate) - eq - (spinner mover)) - - -(type Trip sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (tripper Animate) - eq - (tripper mover)) - - -//=================================== -// Translational Self Motion -//=================================== - - -(type Ascend sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (ascender Animate) - eq - (ascender mover)) - - -(type Climb sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (climber Animate) - eq - (climber mover)) - - -(type Come sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (comer Animate) - eq - (comer mover)) - - -(type Descend sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (descender Animate) - eq - (descender mover)) - - -(type Exit sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (exiter Animate) - eq - (exiter mover)) - - -(type Fall sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (faller Entity) - eq - (faller mover)) - - -(type Go sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (goer Animate) - eq - (goer mover)) - - -(type Hide sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (hider Animate) - eq - (hider protagonist)) - - -(type Run sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Activity) - (runner Animate) - eq - (runner mover)) - - -(type Walk sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Activity) - (walker Animate) - eq - (walker mover)) - - -//=================================== -// Continuous Force Application -//=================================== - -(type Bring sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (bringer Animate) - (brought Element) - eq - (bringer force_supplier) - (brought force_recipient)) - - -(type Carry sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (carrier Animate) - (carried Element) - eq - (carrier force_supplier) - (carried force_recipient)) - - -(type Carry_On_Back sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (carrier Animate) - (carried Element) - eq - (carrier force_supplier) - (carried force_recipient)) - - -(type Contain sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Activity) - (container Inanimate) - (contained Inanimate) - eq - (container force_supplier) - (contained force_recipient)) - - -(type Drive sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Activity) - (driver Animate) - (driven Car) - eq - (driver force_supplier) - (driven force_recipient)) - - -(type Escort sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Achievement) - (escort Animate) - (escorted Animate) - eq - (escort force_supplier) - (escorted force_recipient)) - - -(type Grasp sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (grasper Animate) - (grasped Element) - (effector Hand) - eq - (grasper force_supplier) - (grasped force_recipient)) - - -(type Hug sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Semelfactive) - (hugger Animate) - (hugged Concrete_Entity) - (effector Hand) - eq - (hugger force_supplier) - (hugged force_recipient)) - - -(type Lift sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Achievement) - (lifter Animate) - (liftee Element) - eq - (lifter force_supplier) - (liftee force_recipient)) - - -(type Ride sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Achievement) - (rider Animate) - (rode Entity) - eq - (rider force_supplier) - (rode force_recipient)) - - -(type Steer sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Achievement) - (steerer Animate) - (steered Entity) - eq - (steerer force_supplier) - (steered force_recipient)) - -//=================================== -// Forceful Motion -//=================================== - -(type Drop sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (dropper Animate) - (dropped Manipulable_Inanimate_Object) - eq - (dropper force_supplier) - (dropped force_recipient)) - - -(type Pick sub Forceful_Motion Obtainment - rel - (inherent_aspect Inherent_Achievement) - (picker Animate) - (picked Manipulable_Inanimate_Object) - eq - (picker force_supplier) - (picked force_recipient)) - - -(type Pin sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (pinner Animate) - (pinned Manipulable_Inanimate_Object) - eq - (pinner force_supplier) - (pinned force_recipient)) - - -(type Press sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (presser Concrete_Entity) - (pressed Concrete_Entity) - eq - (presser force_supplier) - (pressed force_recipient)) - - -(type Prick sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (prick Sharp_Object) - (pricked Concrete_Entity) - eq - (prick force_supplier) - (pricked force_recipient)) - - -(type Pull sub Forceful_Motion - rel - (inherent_aspect Inherent_Activity) - (puller Animate) - (pulled Concrete_Entity) - eq - (puller force_supplier) - (pulled force_recipient)) - - -(type Push sub Forceful_Motion - rel - (inherent_aspect Inherent_Activity) - (pusher Animate) - (pushed Concrete_Entity) - eq - (pusher force_supplier) - (pushed force_recipient)) - - -(type Slam sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (slammer Animate) - (slammed Manipulable_Inanimate_Object) - eq - (slammer force_supplier) - (slammed force_recipient)) - - -(type Spit sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (spitter Animate) - (spitted Manipulable_Inanimate_Object) - (effector Mouth) - eq - (spitter force_supplier) - (spitted force_recipient)) - - -(type Stir sub Forceful_Motion - rel - (inherent_aspect Inherent_Activity) - (stirrer Animate) - (stirred Substance) - eq - (stirrer force_supplier) - (stirred force_recipient)) - - -(type Sweep sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (sweeper Animate) - (swept Substance) - eq - (sweeper force_supplier) - (swept force_recipient)) - - -(type Wipe sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (wiper Human) - (wiped Solid) - (mop Manipulable_Inanimate_Object) - (move Move) - eq - (wiper force_supplier) - (wiped force_recipient)) - - -//=================================== -// Translational Forceful Motion -//=================================== - - -(type Apply sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Semelfactive) - (applier Animate) - (substance Substance) - eq - (applier force_supplier) - (substance force_recipient)) - - -(type Fetch sub Translational_Forceful_Motion Obtainment - rel - (inherent_aspect Inherent_Accomplishment) - (fetcher Animate) - (fetched Manipulable_Inanimate_Object) - eq - (fetcher force_supplier) - (fetched force_recipient)) - - -(type Ladle sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (ladler Animate) - (ladled Substance) - (container Physical_Container) - eq - (ladler force_supplier) - (ladled force_recipient)) - - -(type Load sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (loader Animate) - (goods Concrete_Entity) - (container Physical_Container) - eq - (loader force_supplier) - (goods force_recipient)) - - -(type Move sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (mover Animate) - (moved Manipulable_Inanimate_Object) - eq - (mover force_supplier) - (moved force_recipient)) - - -(type Plug sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (plugger Animate) - (plug Manipulable_Inanimate_Object) - (opening Manipulable_Inanimate_Object) - eq - (plugger force_supplier) - (plug force_recipient)) - - -(type Put sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (putter Animate) - (puttee Manipulable_Inanimate_Object) - eq - (putter force_supplier) - (puttee force_recipient)) - - -(type Ride sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (rider Animate) - (rode Entity) - eq - (rider force_supplier) - (rode force_recipient)) - - -(type Take sub Translational_Forceful_Motion Obtainment - rel - (inherent_aspect Inherent_Achievement) - (taker Animate) - (taken Manipulable_Inanimate_Object) - eq - (taker force_supplier) - (taken force_recipient)) - - - -//=================================== -// Agentive Impact -//=================================== - - -(type Beat sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (beater Animate) - (beaten Concrete_Entity) - eq - (beater force_supplier) - (beaten force_recipient)) - - -(type Kick sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (kicker Animate) - (kickee Concrete_Entity) - (effector Foot) - eq - (kicker force_supplier) - (kickee force_recipient)) - - -(type Mash sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (masher Animate) - (mashed Concrete_Entity) - eq - (masher force_supplier) - (mashed force_recipient)) - - -(type Press_Down_With_Leg sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (presser Animate) - (pressed Concrete_Entity) - (effector Foot) - eq - (presser force_supplier) - (pressed force_recipient)) - - -(type Slap sub Agentive_Impact - rel - (inherent_aspect Inherent_Achievement) - (slapper Animate) - (slapped Entity) - (effector Hand) - eq - (slapper force_supplier) - (slapped force_recipient)) - - -(type Throw sub Agentive_Impact - rel - (inherent_aspect Inherent_Achievement) - (thrower Animate) - (throwee Manipulable_Inanimate_Object) - eq - (thrower force_supplier) - (throwee force_recipient)) - - -//=================================== -// Cause Change -//=================================== - -(type Cut sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (cutter Animate) - (cut Manipulable_Inanimate_Object) - eq - (cutter actor) - (cut undergoer)) - - -(type Close sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (closer Animate) - (closed Openable) - eq - (closer actor) - (closed undergoer)) - - -(type Damage sub Cause_Change - rel - (inherent_aspect Inherent_Accomplishment) - (damager Animate) - (damaged Manipulable_Inanimate_Object) - eq - (damager actor) - (damaged undergoer)) - - -(type Discard sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (discarder Animate) - (discarded Manipulable_Inanimate_Object) - eq - (discarder actor) - (discarded undergoer)) - - -(type Fix sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (fixer Animate) - (fixed Manipulable_Inanimate_Object) - eq - (fixer actor) - (fixed undergoer)) - - -(type Open sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (opener Animate) - (opened Openable) - eq - (opener actor) - (opened undergoer)) - - -(type Rip_Open sub Cause_Change - rel - (inherent_aspect Inherent_Accomplishment) - (ripper Animate) - (ripped Manipulable_Inanimate_Object) - eq - (ripper actor) - (ripped undergoer)) - - -(type Start sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (actor Animate) - (started Process) - eq - (actor actor) - (started undergoer)) - - -(type Switch_On sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (actor Animate) - (appliance Electrical_Appliance) - eq - (actor actor) - (appliance undergoer)) - - -(type Switch_Off sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (actor Animate) - (appliance Electrical_Appliance) - eq - (actor actor) - (appliance undergoer)) - - -(type Wash sub Cause_Change - rel - (inherent_aspect Inherent_Activity) - (washer Human) - (washed Concrete_Entity) - eq - (washer actor) - (washed undergoer)) - - -//=================================== -// Ingestion -//=================================== - -(type Eat sub Ingestion - rel - (chew Chew) - (swallow Swallow) - (inherent_aspect Inherent_Activity) - (eater Animate) - (food Manipulable_Inanimate_Object) - eq - (eater ingester) - (food ingested)) - - -(type Chew sub Ingestion - rel - (inherent_aspect Inherent_Activity) - (chewer Animate) - (chewed Manipulable_Inanimate_Object) - eq - (chewer ingester) - (chewed ingested)) - - -(type Drink sub Ingestion - rel - (inherent_aspect Inherent_Activity) - (drinker Animate) - (beverage Liquid) - eq - (drinker ingester) - (beverage ingested)) - - -(type Swallow sub Ingestion - rel - (inherent_aspect Inherent_Achievement) - (swallower Animate) - (swallowed Manipulable_Inanimate_Object) - eq - (swallower ingester) - (swallowed ingested)) - - -//=================================== -// Perception -//=================================== - -(type Perceive_Audio sub Perception - rel - (inherent_aspect Inherent_Achievement)) - - -(type Perceive_Visual sub Perception - rel - (inherent_aspect Inherent_Achievement)) - - -(type Perceive_Olfactory sub Perception - rel - (inherent_aspect Inherent_Achievement)) - - -(type Observe sub Perception - rel - (inherent_aspect Inherent_Activity) - (observer Animate) - (observed Entity) - eq - (observer perceiver) - (observed percept)) - - -//=================================== -// Other Transitive Actions -//=================================== - -(type Attend sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (attender Human) - (attended School) - eq - (attender agent) - (attended patient)) - - -(type Bite sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (biter Animate) - (bitten Concrete_Entity) - eq - (biter agent) - (bitten patient)) - - -(type Cook sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (cook Animate) - (food Food) - eq - (cook agent) - (food patient)) - - -(type Draw sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (drawer Animate) - (drawn Printed_Work) - (drawn_on Element) - eq - (drawer agent) - (drawn patient)) - - -(type Find sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (finder Animate) - (target Element) - eq - (finder agent) - (target patient)) - - -(type Photograph sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (photographer Animate) - (photographed Entity) - eq - (photographer agent) - (photographed patient)) - - -(type Play_With sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (player Animate) - (played_with Entity) - eq - (player agent) - (played_with patient)) - - -(type Point sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (person_pointing Animate) - (pointed_at Entity) - eq - (person_pointing agent) - (pointed_at patient)) - - -(type Reach sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (reacher Animate) - (target Manipulable_Inanimate_Object) - eq - (reacher agent) - (target patient)) - - -(type Read sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (reader Animate) - (read Book) - eq - (reader agent) - (read patient)) - - -(type Release_Grasp sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (grasper Animate) - (grasped Manipulable_Inanimate_Object) - eq - (grasper agent) - (grasped patient)) - - -(type Reserve sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (reserver Animate) - (reserved Manipulable_Inanimate_Object) - (reserved_for Animate) - (benefaction BenefactionOrMalefaction) - eq - (reserver agent) - (reserved patient)) - - -(type Serve sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (server Animate) - (food Food) - (container Physical_Container) - eq - (server agent) - (food patient)) - - -(type Tease sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (teaser Animate) - (teased Animate) - eq - (teaser agent) - (teased patient)) - - -(type Touch sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (toucher Animate) - (touched Concrete_Entity) - eq - (toucher agent) - (touched patient)) - - -(type Wear sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (wearer Animate) - (worn Wearable_Item) - eq - (wearer agent) - (worn patient)) - - -(type Wind sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (winder Animate) - (wound Concrete_Entity) - eq - (winder agent) - (wound patient)) - - -(type Write sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (writer Animate) - (written Printed_Work) - (written_on Element) - eq - (writer agent) - (written patient)) - - -(type Substitute_For sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (original Entity) - (substitute Entity) - eq - (original agent) - (substitute patient)) - - -(type Switch sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (switcher Animate) - (switched Entity) - eq - (switcher agent) - (switched patient)) - - -(type Take_Off sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (wearer Animate) - (worn Wearable_Item) - eq - (wearer agent) - (worn patient)) - - -//=================================== -// Communication -//=================================== - - -(type Ask sub Communication - rel - (inherent_aspect Inherent_Achievement) - (asker Animate) - (asked Animate) - (question Element) - eq - (asker communicator) - (asked audience) - (question communicated)) - - -(type Accuse sub Communication - rel - (inherent_aspect Inherent_Achievement) - (accuser Animate) - (accused Animate) - (accusation Element) - eq - (accuser communicator) - (accused audience) - (accusation communicated)) - - -(type Beckon sub Communication - rel - (inherent_aspect Inherent_Achievement) - (beckoner Animate) - (beckoned Animate) - eq - (beckoner communicator) - (beckoned audience)) - - -(type Explain sub Communication - rel - (inherent_aspect Inherent_Activity) - (explainer Human) - (explain_to Human) - (explained Element) - eq - (explainer communicator) - (explain_to audience) - (explained communicated)) - - -(type Illustrate sub Communication - rel - (inherent_aspect Inherent_Achievement) - (illustrator Animate) - (illustrated_to Animate) - (illustrated Element) - eq - (illustrator communicator) - (illustrated_to audience) - (illustrated communicated)) - - -(type Say sub Communication - rel - (inherent_aspect Inherent_Achievement) - (speaker Animate) - (content Element) - eq - (speaker communicator) - (content communicated)) - - -(type Talk_On_Phone sub Communication - rel - (inherent_aspect Inherent_Activity) - (talker Animate) - (talked_to Animate) - (content Element) - eq - (talker communicator) - (talked_to audience) - (content communicated)) - - -(type Tell sub Communication - rel - (inherent_aspect Inherent_Achievement) - (speaker Animate) - (hearer Animate) - (content Element) - eq - (speaker communicator) - (hearer audience) - (content communicated)) - - -(type Permit sub Communication - rel - (inherent_aspect Inherent_Achievement) - (permiter Animate) - (permitee Animate) - (permitted Element) - eq - (permiter communicator) - (permitee audience) - (permitted communicated)) - - -//=================================== -// Transfer -//=================================== - -(type Buy sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (seller Animate) - (buyer Animate) - (goods Manipulable_Inanimate_Object) - eq - (seller giver) - (buyer recipient) - (goods theme)) - - -(type Exchange sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (cp Complex_Process) - (transfer2 Transfer) - (exchanger1 Animate) - (exchanger2 Animate) - (theme1 Manipulable_Inanimate_Object) - (theme2 Manipulable_Inanimate_Object) - eq - (exchanger1 giver) - (exchanger2 recipient) - (theme1 theme)) - - -(type Give sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (giver Animate) - (recipient Animate) - (theme Manipulable_Inanimate_Object)) - - -(type Feed sub Transfer - rel - (inherent_aspect Inherent_Activity) - (feeder Animate) - (eater Animate) - (food Food) - (eat Eat) - eq - (feeder giver) - (eater recipient) - (food theme)) - - -(type Offer sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (offerer Animate) - (offeree Animate) - (offered Manipulable_Inanimate_Object) - eq - (offerer giver) - (offeree recipient) - (offered theme)) - - -(type Return sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (returner Animate) - (returnee Animate) - (returned Manipulable_Inanimate_Object) - eq - (returner giver) - (returnee recipient) - (returned theme)) - - -//=============================================== -// Entities and places -//=============================================== - - -(type Knowledge sub Abstract_Entity) - - -(type Time sub Abstract_Entity) - - -(type Age sub Abstract_Entity) - - -(type Age_Year sub Abstract_Entity) - - -(type Animate sub Concrete_Entity) - - -(type Inanimate sub Concrete_Entity) - - -(type Sound_Emitting sub Concrete_Entity) - - -(type Light_Emitting sub Concrete_Entity) - - -(type Solid sub Concrete_Entity) - - -(type Substance sub Concrete_Entity) - - -(type Liquid sub Substance) - - -(type Gas sub Substance) - - -(type Animal sub Animate) - - -(type Large_Inanimate_Object sub Inanimate Solid) - - -(type Manipulable_Inanimate_Object sub Inanimate Solid) - - -(type Sharp_Object sub Manipulable_Inanimate_Object) - - -(type Openable sub Inanimate - rel - (persistent state Open_Close_State)) - - -(type Object_With_Portal sub Concrete_Entity - rel - (persistent portal Portal)) - - -(type Physical_Container sub Object_With_Portal - rel - (persistent content Concrete_Entity) - eq - (physical_component content)) - - -(type Portal sub Inanimate Openable) - - -(type Occupiable_Space sub Large_Inanimate_Object Physical_Container) - - -//===================== -// People -//===================== - - -(type Human sub Animate Solid - rel - (persistent name String) - (persistent gender Gender) - (persistent age Age) - (persistent head Head) - (persistent forehead Forehead) - (persistent face Face) - (persistent mouth Mouth) - (persistent shoulder Shoulder) - (persistent hand Hand) - (persistent lefthand Hand) - (persistent righthand Hand) - (persistent foot Foot) - (persistent posture Posture)) - - -(type Parent sub Human) - - -(type Mother sub Parent) - - -(type Father sub Parent) - - -(type Aunt sub Human) - - -(type Uncle sub Human) - - -(type Grandma sub Human) - - -(type Grandpa sub Human) - - -(type Teacher sub Parent) - - -(type Child sub Human) - - -(type Sister sub Human) - - -(type QianQian sub Human) - - -(type Body_Part sub Solid - rel - (persistent owner Human)) - - -(type Shoulder sub Body_Part) - - -(type Hand sub Body_Part) - - -(type Head sub Body_Part) - - -(type Forehead sub Body_Part) - - -(type Face sub Body_Part) - - -(type Mouth sub Body_Part) - - -(type Foot sub Body_Part) - -//===================== -// Buildings and structures -//===================== - -(type Outdoors sub Occupiable_Space) - - -(type Building sub Occupiable_Space - rel - (persistent ground Ground) - (persistent roof Roof) - (persistent hallway Hallway) - (persistent storey Storey) - (persistent door Door)) - - -(type Apartment sub Occupiable_Space - rel - (persistent ground Ground) - (persistent hallway Hallway) - (persistent door Door)) - - -(type School sub Building) - - -(type Daycare sub School) - - -(type House sub Building - rel - (persistent livingroom Livingroom) - (persistent diningroom Diningroom) - (persistent bedroom Bedroom) - (persistent kitchen Kitchen) - eq - (door portal)) - - -(type Ground sub Large_Inanimate_Object) - - -(type Roof sub Large_Inanimate_Object) - - -(type Hallway sub Occupiable_Space - rel - (persistent ground Ground)) - - -(type Yard sub Occupiable_Space) - - -(type Storey sub Occupiable_Space - rel - (room Room)) - - -(type Room sub Occupiable_Space - rel - (persistent ceiling Ceiling) - (persistent ground Ground) - (persistent door Door) - (persistent table Table) - (persistent chair Chair)) - - -(type Diningroom sub Room - rel - (persistent diningtable Diningtable) - (persistent sidetable Sidetable) - (persistent highchair Highchair) - eq - (table diningtable)) - - -(type Livingroom sub Room - rel - (persistent coffeetable Coffeetable) - (persistent sofa Sofa) - (persistent window Window) - eq - (table coffeetable)) - - -(type Kitchen sub Room - rel - (persistent counter Table) - (persistent sink Sink) - eq - (table counter)) - - -(type Bedroom sub Room - rel - (persistent vanitytable Table) - (persistent bed Bed) - eq - (table vanitytable)) - - -//===================== -// Household objects -//===================== - -(type Traffic_Light sub Large_Inanimate_Object) - - -(type Door sub Manipulable_Inanimate_Object Portal) - - -(type Window sub Manipulable_Inanimate_Object Portal) - - -(type Furniture sub Large_Inanimate_Object) - - -(type Plank sub Manipulable_Inanimate_Object) - - -(type Stool sub Furniture Manipulable_Inanimate_Object) - - -(type Table sub Furniture) - - -(type Diningtable sub Table) - - -(type Sidetable sub Table) - - -(type Coffeetable sub Table) - - -(type Sofa sub Furniture) - - -(type Seat sub Manipulable_Inanimate_Object) - - -(type Chair sub Furniture Seat) - - -(type Highchair sub Chair) - - -(type Bed sub Furniture) - - -(type Sink sub Large_Inanimate_Object) - - -(type Ceiling sub Large_Inanimate_Object) - - -(type Power_Source) - - -(type Electricity sub Abstract_Entity Power_Source) - - -(type Battery sub Manipulable_Inanimate_Object Power_Source) - - -(type Electrical_Appliance sub Manipulable_Inanimate_Object - rel - (persistent state Power_State) - (persistent power_source Power_Source)) - - -(type Television sub Electrical_Appliance) - - -(type Telephone sub Electrical_Appliance) - - -(type Stereo_System sub Electrical_Appliance) - - -(type Tape_Recorder sub Electrical_Appliance) - - -(type Light sub Electrical_Appliance Light_Emitting) - - -(type Desklamp sub Light) - - -(type Flower sub Manipulable_Inanimate_Object) - - -(type Lotion sub Substance Manipulable_Inanimate_Object) - - -(type Utensil sub Manipulable_Inanimate_Object) - - -(type Bowl sub Utensil Physical_Container) - - -(type Bottle sub Utensil Physical_Container) - - -(type Jar sub Utensil Physical_Container) - - -(type Plate sub Utensil Physical_Container) - - -(type Ladle_Utensil sub Utensil) - - -(type Frying_Pan sub Utensil) - - -(type Knife sub Utensil Sharp_Object) - - -(type Scissors sub Utensil Sharp_Object) - - -(type Box sub Manipulable_Inanimate_Object Physical_Container Openable) - - -(type Storagebin sub Manipulable_Inanimate_Object Physical_Container Openable) - - -(type Rope sub Manipulable_Inanimate_Object) - - -(type Dirt sub Manipulable_Inanimate_Object) - -//===================== -// Food Items -//===================== - - -(type Food sub Substance Manipulable_Inanimate_Object) - - -(type Rice sub Food) - - -(type Medicine sub Food) - - -(type Water sub Food Liquid) - - -(type Soup sub Food Liquid) - - -(type Tea sub Food Liquid) - - -(type Vegetable sub Food) - - -(type Legume sub Food) - - -(type Potato sub Legume) - - -(type Candy sub Food) - - -(type Fruit sub Food) - - -(type Apple sub Fruit) - - -(type Orange sub Fruit - rel - (persistent flesh Flesh) - (persistent seed Seed)) - - -(type Pear sub Fruit) - - -(type Peach sub Fruit - rel - (persistent flesh Flesh) - (persistent peel Peel)) - - -(type Melon sub Fruit) - - -(type Watermelon sub Melon) - - -(type Flesh sub Food) - - -(type Seed sub Manipulable_Inanimate_Object) - - -(type Peel sub Manipulable_Inanimate_Object) - - -(type Fish sub Food - rel - (persistent meat Meat) - (persistent bone Bone)) - - -(type Meat sub Food) - - -(type Bone sub Sharp_Object) - - -//===================== -// Toys and the like -//===================== - - -(type Duck sub Animal) - - -(type Horse sub Animal) - - -(type Giraffe sub Animal) - - -(type Goat sub Animal) - - -(type Monkey sub Animal) - - -(type Rabbit sub Animal) - - -(type Dog sub Animal) - - -(type Book sub Manipulable_Inanimate_Object) - - -(type Crayon sub Manipulable_Inanimate_Object) - - -(type Paper sub Manipulable_Inanimate_Object) - - -(type Pen sub Manipulable_Inanimate_Object) - - -(type Toy sub Manipulable_Inanimate_Object) - - -(type Stuffed_Animal sub Toy Animate) -// in the child's conception, toy animals are well, animals. - - -(type Bear sub Stuffed_Animal) - - -(type Duck sub Stuffed_Animal) - - -(type Ball sub Toy) - - -(type Balloon sub Toy) - - -(type Block sub Toy) - - -(type Bucket sub Toy Physical_Container) - - -(type Horn sub Toy Sound_Emitting) - - -(type Rattle sub Toy Sound_Emitting) - - -(type Robot sub Toy Electrical_Appliance Animate) -// assigning animacy to robots since they move - -(type Camera sub Toy Electrical_Appliance) - - -(type Tricycle sub Manipulable_Inanimate_Object - rel - (persistent pedal Foot_Pedal) - (persistent seat Seat)) - - -(type Foot_Pedal sub Manipulable_Inanimate_Object) - - -(type Car sub Toy Physical_Container Animate) -// one child assumes that a little toy car is animate and can be 'tired' - - -(type Train sub Car) - - -(type Truck sub Car Sound_Emitting - rel - (persistent headlight Light) - (persistent horn Horn)) - - -(type Motorcycle sub Car) - - -(type Bulldozer sub Car) - - -(type Carriage sub Car - rel - (persistent horse Horse)) - - -(type Doll sub Toy) - - -(type ToyBed sub Toy) - - -(type Toy_Key sub Toy) - - -(type Toy_Lock sub Toy Object_With_Portal Openable - rel - (persistent opening Portal) - eq - (opening portal)) - - -(type Trolley sub Toy) - - -(type Picturebook sub Book - rel - (persistent picture Picture)) - - -(type Printed_Work sub Inanimate) - - -(type Character sub Printed_Work) - - -(type Picture sub Printed_Work) - - -(type Sky sub Picture) - - -(type Moon sub Picture) - - -(type Star sub Picture Animate) -// one child talks about stars 'sitting' - -(type Cat sub Picture) - - -(type Game sub Abstract_Entity) - - -//===================== -// Wearable Items -//===================== - -(type Wearable_Item sub Manipulable_Inanimate_Object) - - -(type Backpack sub Wearable_Item) - - -(type Bib sub Wearable_Item) - - -(type Jacket sub Wearable_Item) - - -(type Pants sub Wearable_Item) - - -(type Shirt sub Wearable_Item) - - -(type Shoe sub Wearable_Item) - - -(type Watch sub Wearable_Item) \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-schemasClosed.grm b/compling.core/data/Learning/Chinese Grammar/full/general-schemasClosed.grm deleted file mode 100644 index dca3b55..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-schemasClosed.grm +++ /dev/null @@ -1,566 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - -//============================================================ -// Schemas: Discourse & Form / Constructional Schemas -//============================================================ - -schema Morpheme_Features - roles - bound - - -schema Morpheme_Form - roles - orth - - -schema Word_Features - subcase of Morpheme_Features - roles - syllable - - -schema Verb_Features - subcase of Morpheme_Features - roles - motion_Focus : @Motion_Focus - - -schema Undefined - - -schema RD - roles - name - grammatical_gender : @Gender - ontological_category : @Element - discourse_participant_role : @Discourse_Participant_Role - set_size : @Set - givenness : @Givenness - proximity - modifiers - referent : @Element - - -schema Event_Descriptor - roles - event_type: Process - profiled_process: Process - profiled_participant: @Element - event_structure: Event_Structure - modifiers: Modification - spatial_setting - temporal_setting - affectedness : @Affectedness - referent : @Process - - -schema Discourse_Segment - roles - speaker : @Human - addressee : @Human - attentional_focus : @Entity - speech_act : Speech_Act - constraints - speaker <--> speech_act.speaker - addressee <--> speech_act.addressee - - -schema Numerical_Value - roles - value - set_size : @Set - - -schema Event_Structure - roles - inherent_aspect : @Inherent_Aspect - modifier_aspect : @Modifier_Aspect - event_aspect : @Event_Aspect - - -schema Modification - roles - category : @Modification_Category - modified - - -//============================================================ -// Schemas: Process -//============================================================ - -schema Process - roles - protagonist : @Element -// location: @Entity - instrument: @Entity - inherent_aspect : @Inherent_Aspect - - -schema Proto_Transitive // this is a way to get around the radial category Construction and "guarantee" an interface for the coverbs - subcase of Process - roles - proto_agent : @Entity - proto_patient : @Element - - -schema State - subcase of Process - roles - category : @Modification_Category - constraints - inherent_aspect <-- @Inherent_State - - -schema State_Change - subcase of Process - roles - initial_state : State - means : Process - resulting_state : State - - -schema Action - subcase of Process - - -schema Intransitive_State - subcase of State - - -schema Two_Participant_State - subcase of State - roles - experiencer : @Entity - percept : @Element - constraints - experiencer <--> protagonist - - -schema Mental_State - subcase of Two_Participant_State - constraints - experiencer <-- @Animate - - -schema Intransitive_Action - subcase of Action - - -schema Expression - subcase of Intransitive_Action - - -schema Motion - subcase of Action - roles - mover : @Entity - - -schema Translational_Motion - subcase of Motion - roles - spg : Source_Path_Goal - goal : @Entity - constraints - mover <--> spg.trajector - goal <--> spg.goal - - -schema Self_Motion - subcase of Intransitive_Action, Motion - constraints - mover <--> protagonist - - -schema Translational_Self_Motion - subcase of Self_Motion, Translational_Motion - - -schema Force_Application - subcase of Action - evokes Contact as contact - roles - force_supplier : @Entity - force_recipient : @Entity - effector : @Body_Part - constraints - force_supplier <--> protagonist - force_supplier <--> contact.material1 - force_recipient <--> contact.material2 - - -schema Continuous_Force_Application - subcase of Force_Application - - -schema Forceful_Motion - subcase of Force_Application - - -schema Translational_Forceful_Motion - subcase of Forceful_Motion, Translational_Motion - constraints - force_recipient <--> mover - - -schema Agentive_Impact - subcase of Forceful_Motion - - -schema Cause_Change - subcase of Action - roles - actor : @Entity - undergoer : @Entity - constraints - actor <--> protagonist - - -schema Obtainment // resembling FrameNet's GETTING frame - subcase of Action - roles - obtainer : @Entity - obtained: @Entity - constraints - obtainer <--> protagonist - - -schema Ingestion - subcase of Action - roles - ingester : @Entity - ingested : @Entity - constraints - ingester <--> protagonist - - -schema Perception - subcase of Action - roles - perceiver : @Entity - percept : @Element - constraints - perceiver <--> protagonist - - -schema Uncategorized_Transitive_Action - subcase of Action - roles - agent : @Entity - patient : @Entity - constraints - agent <--> protagonist - - -schema Communication - subcase of Action - roles - communicator : @Entity - audience : @Entity - communicated : @Element - constraints - communicator <--> protagonist - - -schema Transfer - subcase of Action - roles - giver : @Entity - recipient : @Entity - theme : @Entity - constraints - giver <--> protagonist - - -//============================================================ -// Schemas: Complex Processes -//============================================================ - -schema Complex_Process - subcase of Process - roles - process1 : Process - process2 : Process - constraints - protagonist <--> process1.protagonist - - -schema Serial_Processes // process1 before process2 - subcase of Complex_Process - - -schema Concurrent_Processes // process1 overlaps process2 - subcase of Complex_Process - - -schema Cause_Effect // process1 starts before process2 starts - subcase of Complex_Process - roles - cause : Process - effect : Process - constraints - cause <--> process1 - effect <--> process2 - - -schema Joint_Motion - subcase of Concurrent_Processes, Cause_Effect - evokes Continuous_Force_Application as cfa - roles - principle_mover : @Entity - other_mover : @Entity - propelling_motion : Translational_Motion - secondary_motion : Translational_Motion - constraints - propelling_motion <--> process1 - secondary_motion <--> process2 - principle_mover <--> process1.protagonist - other_mover <--> process2.protagonist - cfa.force_supplier <--> process1.protagonist - cfa.force_recipient <--> process2.protagonist - - -schema Caused_Motion - subcase of Cause_Effect - evokes Source_Path_Goal as spg - roles - causer : @Entity - mover : @Entity - forceful_motion : Forceful_Motion - motion : Translational_Motion - constraints - causer <--> forceful_motion.force_supplier - mover <--> forceful_motion.force_recipient - forceful_motion <--> cause - motion <--> effect - motion.protagonist <--> forceful_motion.force_recipient - instrument <--> forceful_motion.instrument - spg <--> motion.spg - motion.protagonist <--> motion.spg.trajector - - -schema Conditional_Processes - subcase of Complex_Process - roles - condition : Process - outcome : Process - constraints - condition <--> process1 - outcome <--> process2 - - -schema Repeat_Until - subcase of Complex_Process - roles - repetition : Process - condition : Process - constraints - repetition <--> process1 - condition <--> process2 - - -schema Means_And_Ends - subcase of Complex_Process - roles - means : Process - ends : Process - constraints - means <--> process1 - ends <--> process2 - - - -//============================================================ -// Schemas: Relations -//============================================================ - -schema BenefactionOrMalefaction - roles - benefactor : @Entity - beneficiary : @Entity - benefit : Process - - -schema Negation - roles - process : Process - - -schema Warning - roles - warner : @Human - warned : @Human - prohibited_action : Process - threatened_consequence : Process - - -//============================================================ -// Schemas: Image Schemas -//============================================================ - -schema Image_Schema - - -schema Simple_Image_Schema - subcase of Image_Schema - - -schema Complex_Image_Schema - subcase of Image_Schema - - -schema Trajector_Landmark - subcase of Simple_Image_Schema - roles - trajector : @Entity - landmark : @Entity - - -schema Up_Down - subcase of Trajector_Landmark - roles - highpoint : @Entity - lowpoint : @Entity - -schema Above - subcase of Up_Down - constraints - highpoint <--> trajector - lowpoint <--> landmark - - -schema Below - subcase of Up_Down - constraints - highpoint <--> landmark - lowpoint <--> trajector - - -schema Container - subcase of Simple_Image_Schema - roles - container : @Entity - outside : @Entity - inside : @Entity - portal : @Entity - - -schema Outside - subcase of Trajector_Landmark - evokes Container as container - constraints - landmark <--> container.container - trajector <--> container.outside - - -schema Orientation - subcase of Simple_Image_Schema - roles - body : @Entity - front : @Entity - back : @Entity - short-axis : @Entity - long-axis : @Entity - - -schema Back - subcase of Trajector_Landmark - evokes Orientation as orientation - constraints - landmark <--> orientation.body - trajector <--> orientation.back - - -schema Boundary - subcase of Simple_Image_Schema - roles - boundary : @Entity - areaA : @Entity - areaB : @Entity - - -schema Contact - subcase of Simple_Image_Schema - roles - material1 : @Entity - material2 : @Entity - contact_area : @Entity - - -schema Part_Whole - subcase of Simple_Image_Schema - roles - part : @Entity - whole : @Entity - - -schema Source_Path_Goal - subcase of Complex_Image_Schema - roles - trajector : @Entity - source : @Entity - path : @Path - goal : @Entity - deixis : @Deixis - - -//============================================================ -// Schemas: Speech Acts -//============================================================ - -schema Speech_Act - roles - speaker : @Human - addressee : @Human - content : Event_Descriptor - forcefulness : @Forcefulness - - -schema Explaining - subcase of Speech_Act - - -schema Answering - subcase of Speech_Act - roles - original_prompt : Speech_Act - - -schema Approving - subcase of Speech_Act - roles - action : @Element - - -schema Admonishing - subcase of Speech_Act - roles - fault : @Element - - -schema Response_Eliciting_Speech_Act - subcase of Speech_Act - - -schema Requesting_Action - subcase of Response_Eliciting_Speech_Act - - -schema Requesting_Answer - subcase of Response_Eliciting_Speech_Act - - -schema Calling - subcase of Response_Eliciting_Speech_Act - - -schema Exclaiming - subcase of Speech_Act - - -schema Practicing // with a third party - subcase of Speech_Act - diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-schemasOpen.grm b/compling.core/data/Learning/Chinese Grammar/full/general-schemasOpen.grm deleted file mode 100644 index dbe846b..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-schemasOpen.grm +++ /dev/null @@ -1,1328 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - - -//============================================================ -// Intransitive States -//============================================================ - -schema Amusing - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Abundant - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Quantity - -schema Achieved - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Angry - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Annoying - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Bad - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Bared - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Big - subcase of Intransitive_State - constraints - category <-- @Size - -schema Broken - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Correct - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Comfortable - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Dirty - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Enough - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - -schema Faint - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Fine - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Finished - subcase of Intransitive_State - constraints - protagonist <-- @Process - category <-- @Undef - -schema Fragrant - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Full - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Good - subcase of Intransitive_State - constraints - category <-- @Manner - -schema Good_Enough - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Green - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema High - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Hungry - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Idle - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Matter - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Naughty - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Manner - -schema Obedient - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Manner - -schema Painful - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Perceived - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Pretty - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Red - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema Small - subcase of Intransitive_State - constraints - category <-- @Size - -schema Stupid - subcase of Intransitive_State - constraints - protagonist <-- @Human - category <-- @Undef - -schema Tasty - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Tired - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Ugly - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Up - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Well_Behaved - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Manner - -schema White - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema Yellow - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -//============================================================ -// Two Participant States -//============================================================ - -schema Located - subcase of Two_Participant_State - -schema Exist - subcase of Two_Participant_State - -schema Copula - subcase of Two_Participant_State - - -//============================================================ -// Mental States -//============================================================ - -schema Afraid - subcase of Mental_State - -schema Be_Concerned_With - subcase of Mental_State - -schema Know - subcase of Mental_State - -schema Like - subcase of Mental_State - -schema Love - subcase of Mental_State - -schema Miss - subcase of Mental_State - -schema Required_to - subcase of Mental_State - -schema Want - subcase of Mental_State - -schema Willing - subcase of Mental_State - -//============================================================ -// Active X-schemas -//============================================================ - -//=================================== -// Intransitive Actions -//=================================== - -schema Count - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - - -schema Proceed - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Play - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Get_Even - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - - -schema Sing - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - - -schema Sneeze - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -//=================================== -// Expression -//=================================== - -schema Cry - subcase of Expression - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Fuss - subcase of Expression - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Smile - subcase of Expression - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -//=================================== -// Self Motion -//=================================== - -schema Dance - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Kneel - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Lie_Down - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Rise - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Sit - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Spin - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Trip - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -//=================================== -// Translational Self Motion -//=================================== - -schema Ascend - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Climb - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Come - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Descend - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Exit - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Achievement - - -schema Fall - subcase of Translational_Self_Motion - constraints - mover <-- @Entity - inherent_aspect <-- @Inherent_Achievement - - -schema Go - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Hide - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Run - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Activity - - -schema Walk - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Activity - - -//=================================== -// Continuous Force Application -//=================================== - -schema Contain - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Inanimate - force_recipient <-- @Inanimate - - -schema Drive - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Car - - -schema Escort - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Hug - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Ride - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Entity - - -schema Steer - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Entity - - -//=================================== -// Forceful Motion -//=================================== - -schema Drop - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Pin - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Press - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Concrete_Entity - force_recipient <-- @Concrete_Entity - - -schema Prick - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Sharp_Object - force_recipient <-- @Concrete_Entity - - -schema Pull - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Push - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Slam - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Spit - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Stir - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Substance - - -schema Sweep - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Wipe - subcase of Forceful_Motion - evokes Move as move - roles - mop : @Manipulable_Inanimate_Object - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Human - force_recipient <-- @Solid - move.force_supplier <--> force_supplier - move.force_recipient <--> mop - - -//=================================== -// Translational Forceful Motion -//=================================== - - -schema Apply - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Substance - - -schema Ladle - subcase of Translational_Forceful_Motion - roles - container : @Physical_Container - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Substance - container <--> spg.goal - - -schema Load - subcase of Translational_Forceful_Motion - roles - container : @Physical_Container - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Move - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Plug - subcase of Translational_Forceful_Motion - roles - opening : @Manipulable_Inanimate_Object - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - opening <--> spg.goal - - -schema Put - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -//=================================== -// Agentive Impact -//=================================== - -schema Beat - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Kick - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Mash - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Press_Down_With_Leg - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Slap - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Entity - - -schema Throw - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -//=================================== -// Cause Change -//=================================== - -schema Cut - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Close - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Openable - - -schema Damage - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Discard - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Fix - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Open - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Openable - - -schema Rip_Open - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Start - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Process - - -schema Switch_On - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Electrical_Appliance - - -schema Switch_Off - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Electrical_Appliance - - -schema Wash - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Activity - actor <-- @Human - undergoer <-- @Concrete_Entity - - -//=================================== -// Obtainment -//=================================== - -schema Bring - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Carry - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Carry_On_Back - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Grasp - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Lift - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Pick - subcase of Forceful_Motion, Obtainment - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Fetch - subcase of Translational_Forceful_Motion, Obtainment - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Take - subcase of Translational_Forceful_Motion, Obtainment - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - -//=================================== -// Ingestion -//=================================== - -// note: can't type restrict the ingested to food exactly because of sentences like "Don't eat this (plastic thing)!" -schema Eat - subcase of Ingestion - evokes Chew as chew - evokes Swallow as swallow - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - ingester <--> chew.ingester - ingested <--> chew.ingested - ingester <--> swallow.ingester - ingested <--> swallow.ingested - - -schema Chew - subcase of Ingestion - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - - -schema Drink - subcase of Ingestion - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Liquid - - -schema Swallow - subcase of Ingestion - constraints - inherent_aspect <-- @Inherent_Achievement - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - - -//=================================== -// Perception -//=================================== - -schema Perceive_Audio - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -schema Perceive_Visual - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -schema Perceive_Olfactory - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -schema Observe - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -//=================================== -// Other Transitive Actions -//=================================== - -schema Attend - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Human - patient <-- @School - - -schema Bite - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - - -schema Cook - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Food - - -schema Draw - subcase of Uncategorized_Transitive_Action - roles - drawn_on : @Entity - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Printed_Work - - -schema Find - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - - -schema Photograph - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - agent <-- @Animate - patient <-- @Entity - - -schema Play_With - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Entity - - -schema Point - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - - -schema Reach - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - - -schema Read - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Book - - -schema Release_Grasp - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - - -schema Reserve - subcase of Uncategorized_Transitive_Action - evokes BenefactionOrMalefaction as benefaction - roles - reserved_for : @Animate - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - agent <--> benefaction.benefactor - reserved_for <--> benefaction.beneficiary - self <--> benefaction.benefit - - -schema Serve - subcase of Uncategorized_Transitive_Action - roles - container: @Physical_Container - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Food - - -schema Tease - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Human - patient <-- @Human - - -schema Touch - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - - -schema Wear - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Wearable_Item - - -schema Wind - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - - -schema Write - subcase of Uncategorized_Transitive_Action - roles - written_on : @Entity - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Printed_Work - - -schema Substitute_For - subcase of Uncategorized_Transitive_Action - roles - original : @Entity - substitute : @Entity - constraints - inherent_aspect <-- @Inherent_Achievement - agent <--> original - - -schema Switch - subcase of Uncategorized_Transitive_Action - roles - switched : @Entity - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - - -schema Take_Off - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Wearable_Item - - -//=================================== -// Communication -//=================================== - - -schema Ask - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Accuse - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Beckon - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Explain - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Activity - communicator <-- @Human - audience <-- @Human - - -schema Illustrate - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Say - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - - -schema Talk_On_Phone - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Activity - communicator <-- @Animate - audience <-- @Animate - -schema Tell - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Permit - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -//=================================== -// Transfer -//=================================== - -schema Buy - subcase of Transfer - evokes Obtainment as obtain - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - obtain.obtainer <--> recipient - obtain.obtained <--> theme - - -schema Exchange - subcase of Transfer - evokes Complex_Process as cp - evokes Transfer as transfer2 - evokes Obtainment as obtain - evokes Obtainment as obtain2 - roles - exchanger1 : @Animate - exchanger2 : @Animate - theme1 : @Manipulable_Inanimate_Object - theme2 : @Manipulable_Inanimate_Object - constraints - inherent_aspect <-- @Inherent_Achievement - self <--> cp.process1 - transfer2 <--> cp.process2 - giver <--> exchanger1 - recipient <--> exchanger2 - theme <--> theme1 - transfer2.giver <--> exchanger2 - transfer2.recipient <--> exchanger1 - transfer2.theme <--> theme2 - obtain.obtainer <--> exchanger2 - obtain.obtained <--> theme1 - obtain2.obtainer <--> exchanger1 - obtain2.obtained <--> theme2 - - -schema Give - subcase of Transfer - evokes Obtainment as obtain - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - obtain.obtainer <--> recipient - obtain.obtained <--> theme - - -schema Feed - subcase of Transfer - evokes Eat as eat - constraints - inherent_aspect <-- @Inherent_Activity - giver <-- @Animate - recipient <-- @Animate - theme <-- @Food - theme <--> eat.ingested - recipient <--> eat.ingester - - -schema Offer - subcase of Transfer - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - - -schema Return - subcase of Transfer - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/full/general-upperOntology.def b/compling.core/data/Learning/Chinese Grammar/full/general-upperOntology.def deleted file mode 100644 index 5d781b1..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general-upperOntology.def +++ /dev/null @@ -1,469 +0,0 @@ -//============================================================ -// UPPER ONTOLOGY -//============================================================ - -(type Element sub Individual) - -//============================================================ -// Discourse_Segment -//============================================================ - -(type Discourse_Segment sub Interval - rel - (speaker Human) - (addressee Human) - (attentional_focus Entity) - (speech_act Speech_Act)) - - -//============================================================ -// Simple Process -//============================================================ - -(persistent rel relations Interval Important_Relations) - - -(type Process sub Element Interval - rel - (protagonist Element) - (location Element) - (instrument Element) - (affectedness Affectedness) - (inherent_aspect Inherent_Aspect)) - - -(type Proto_Transitive sub Process - rel - (proto_agent Element) - (proto_patient Element)) - - -(type State sub Process - rel - (category Modification_Category) - (inherent_aspect Inherent_State)) - - -(type State_Change sub Process - rel - (initial_state State) - (means Process) - (resulting_state State)) - - -(type Action sub Process) - - -(type Intransitive_State sub State) - - -(type Two_Participant_State sub State - rel - (experiencer Element) - (percept Element) - eq - (experiencer protagonist)) - - -(type Mental_State sub Two_Participant_State - rel - (experiencer Human)) - - -(type Intransitive_Action sub Action) - - -(type Expression sub Intransitive_Action) - - -(type Motion sub Action - rel - (mover Entity)) - - -(type Translational_Motion sub Motion - rel - (spg Source_Path_Goal)) - - -(type Self_Motion sub Intransitive_Action Motion - eq - (mover protagonist)) - - -(type Translational_Self_Motion sub Intransitive_Action Translational_Motion - eq - (mover protagonist)) - - -(type Force_Application sub Action - rel - (contact Contact) - (force_supplier Element) - (force_recipient Element) - (effector Body_Part) - eq - (force_supplier protagonist)) - - -(type Continuous_Force_Application sub Force_Application) - - -(type Forceful_Motion sub Force_Application) - - -(type Translational_Forceful_Motion sub Forceful_Motion Translational_Motion) - - -(type Agentive_Impact sub Forceful_Motion) - - -(type Cause_Change sub Action - rel - (actor Element) - (undergoer Element) - eq - (actor protagonist)) - - -(type Obtainment sub Action - rel - (obtainer Element) - (obtained Element) - eq - (obtainer protagonist)) - - -(type Ingestion sub Action - rel - (ingester Element) - (ingested Element) - eq - (ingester protagonist)) - - -(type Perception sub Action - rel - (perceiver Element) - (percept Element) - eq - (perceiver protagonist)) - - -(type Uncategorized_Transitive_Action sub Action - rel - (agent Element) - (patient Element) - eq - (agent protagonist)) - - -(type Communication sub Action - rel - (communicator Element) - (audience Element) - (communicated Element) - eq - (communicator protagonist)) - - -(type Transfer sub Action - rel - (giver Element) - (recipient Element) - (theme Element) - eq - (giver protagonist)) - - -//============================================================ -// Complex Processes -//============================================================ - - -(type Complex_Process sub Process - rel - (process1 Process) - (process2 Process)) - - -(type Serial_Processes sub Complex_Process) - - -(type Concurrent_Processes sub Complex_Process) - - -(type Cause_Effect sub Complex_Process - rel - (cause Process) - (effect Process) - eq - (cause process1) - (effect process2)) - - -(type Joint_Motion sub Concurrent_Processes - rel - (principle_mover Entity) - (other_mover Entity) - (cfa Continuous_Force_Application) - (propelling_motion Translational_Motion) - (secondary_motion Translational_Motion) - eq - (propelling_motion process1) - (secondary_motion process2)) - - -(type Caused_Motion sub Cause_Effect - rel - (spg Source_Path_Goal) - (forceful_motion Forceful_Motion) - (motion Translational_Motion) - eq - (forceful_motion cause) - (motion effect)) - - - -(type Conditional_Processes sub Complex_Process - rel - (condition Process) - (outcome Process) - eq - (condition process1) - (outcome process2)) - - -(type Repeat_Until sub Complex_Process - rel - (repetition Process) - (condition Process) - eq - (repetition process1) - (condition process2)) - - -(type Means_And_Ends sub Complex_Process - rel - (means Process) - (ends Process) - eq - (means process1) - (ends process2)) - - -//============================================================ -// Relations -//============================================================ - -(type Important_Relations) - - -(type BenefactionOrMalefaction sub Important_Relations - rel - (benefactor Element) - (beneficiary Element) - (benefit Process)) - - -(type Negation sub Important_Relations - rel - (process Process)) - - -(type Possession sub Important_Relations - rel - (persistent possessor Animate) - (persistent possessed Element)) - - -(type Warning sub Important_Relations - rel - (warner Human) - (warned Human) - (prohibited_action Process) - (threatened_consequence Process)) - -//============================================================ -// Image Schemas -//============================================================ - -(type Image_Schema) - - -(type Simple_Image_Schema sub Image_Schema) - - -(type Complex_Image_Schema sub Image_Schema) - - -(type Trajector_Landmark sub Simple_Image_Schema - rel - (trajector Entity) - (landmark Entity)) - - -(type Up_Down sub Trajector_Landmark - rel - (highpoint Element) - (lowpoint Element)) - - -(type Above sub Up_Down - eq - (highpoint trajector) - (lowpoint landmark)) - - -(type Below sub Up_Down - eq - (highpoint landmark) - (lowpoint trajector)) - - -(type Container sub Simple_Image_Schema - rel - (container Physical_Container) - (outside Element) - (inside Element) - (portal Element)) - - -(type Orientation sub Simple_Image_Schema - rel - (body Element) - (short-axis Element) - (long-axis Element)) - - -(type Boundary sub Simple_Image_Schema - rel - (boundary Element) - (areaA Element) - (areaB Element)) - - -(type Contact sub Simple_Image_Schema - rel - (material1 Element) - (material2 Element) - (contact_area Element)) - - -(type Part_Whole sub Simple_Image_Schema - rel - (part Element) - (whole Element)) - - -(type Heading sub Simple_Image_Schema - rel - (reference Element)) - - -(type Absolute_Heading sub Heading - rel - (direction Direction) - eq - (direction reference)) - - -(type Relative_Heading sub Heading - rel - (landmark Concrete_Entity) - eq - (landmark reference)) - - -(type Source_Path_Goal sub Complex_Image_Schema - rel - (trajector Element) - (source Element) - (path Path) - (goal Element) - (deixis Deixis)) - -//============================================================ -// Speech Acts -//============================================================ - - -(type Routine sub Process) - - -(type Speech_Act - rel - (speaker Human) - (addressee Human) - (text String) - (forcefulness Forcefulness) - (DS Discourse_Segment)) - - -(type Explaining sub Speech_Act) - - -(type Answering sub Speech_Act - rel - (original_prompt Speech_Act)) - - -(type Approving sub Speech_Act - rel - (action Element)) - - -(type Admonishing sub Speech_Act - rel - (fault Element)) - - -(type Response_Eliciting_Speech_Act sub Speech_Act) - - -(type Requesting_Action sub Response_Eliciting_Speech_Act) - - -(type Requesting_Answer sub Response_Eliciting_Speech_Act) - - -(type Calling sub Response_Eliciting_Speech_Act) - - -(type Exclaiming sub Speech_Act) - - -(type Practicing sub Speech_Act) - - - -//=============================================== -// Entities and places -//=============================================== - -(type Property_Filler) - - -(type Entity sub Element) - - -(type Abstract_Entity sub Entity) - - -(type Concrete_Entity sub Entity - rel - (persistent location Element) // this is to get around the entity-to-location construal - (persistent height String) - (persistent size Size_Property) - (persistent color Color_Property) - (persistent physical_component Concrete_Entity) - (persistent nonphysical_component Abstract_Entity)) - - -(type Why sub Entity) - - -(type Howcome sub Entity) - - -(type How_Many sub Entity) \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/full/general.sim b/compling.core/data/Learning/Chinese Grammar/full/general.sim deleted file mode 100644 index 7427023..0000000 --- a/compling.core/data/Learning/Chinese Grammar/full/general.sim +++ /dev/null @@ -1,2100 +0,0 @@ -//=============================================== -// "Constructors" -//=============================================== - -//=============================================== -// Constructors for Participants -//=============================================== - -SCRIPT CHI { - exec (inst childHead Head); - exec (inst childForehead Forehead); - exec (inst childFace Face); - exec (inst childMouth Mouth); - exec (inst childShoulder Shoulder); - exec (inst childLeftHand Hand); - exec (inst childRightHand Hand); - exec (inst childFeet Foot); - - exec (inst CHI Child fil (name "CHI") (gender (inst Female)) - (head childHead) (forehead childForehead) (face childFace) (mouth childMouth) - (shoulder childShoulder) - (lefthand childLeftHand) (righthand childRightHand) (hand childLeftHand) (hand childRightHand) (foot childFeet) - (physical_component childHead) (physical_component childForehead) (physical_component childFace) - (physical_component childShoulder) - (physical_component childLeftHand) (physical_component childRightHand) (physical_component childFeet)); -} - -SCRIPT MOT { - exec (inst motherHead Head); - exec (inst motherForehead Forehead); - exec (inst motherFace Face); - exec (inst motherMouth Mouth); - exec (inst motherShoulder Shoulder); - exec (inst motherLeftHand Hand); - exec (inst motherRightHand Hand); - exec (inst motherFeet Foot); - - exec (inst MOT Mother fil (name "MOT") (gender (inst Female)) - (head motherHead) (forehead motherForehead) (face motherFace) (mouth motherMouth) - (shoulder motherShoulder) - (lefthand motherLeftHand) (righthand motherRightHand) (hand motherLeftHand) (hand motherRightHand) (foot motherFeet) - (physical_component motherHead) (physical_component motherForehead) (physical_component motherFace) - (physical_component motherShoulder) - (physical_component motherLeftHand) (physical_component motherRightHand) (physical_component motherFeet)); -} - -SCRIPT FAT { - exec (inst fatherHead Head); - exec (inst fatherForehead Forehead); - exec (inst fatherFace Face); - exec (inst fatherMouth Mouth); - exec (inst fatherShoulder Shoulder); - exec (inst fatherLeftHand Hand); - exec (inst fatherRightHand Hand); - exec (inst fatherFeet Foot); - - exec (inst FAT Father fil (name "FAT") (gender (inst Male)) - (head fatherHead) (forehead fatherForehead) (face fatherFace) (mouth fatherMouth) - (shoulder fatherShoulder) - (lefthand fatherLeftHand) (righthand fatherRightHand) (hand fatherLeftHand) (hand fatherRightHand) (foot fatherFeet) - (physical_component fatherHead) (physical_component fatherForehead) (physical_component fatherFace) - (physical_component fatherShoulder) - (physical_component fatherLeftHand) (physical_component fatherRightHand) (physical_component fatherFeet)); -} - -SCRIPT ONN { - exec (inst grannyHead Head); - exec (inst grannyForehead Forehead); - exec (inst grannyFace Face); - exec (inst grannyMouth Mouth); - exec (inst grannyShoulder Shoulder); - exec (inst grannyLeftHand Hand); - exec (inst grannyRightHand Hand); - exec (inst grannyFeet Foot); - - exec (inst ONN Mother fil (name "ONN") (gender (inst Female)) - (head grannyHead) (forehead grannyForehead) (face grannyFace) (mouth grannyMouth) - (shoulder grannyShoulder) - (lefthand grannyLeftHand) (righthand grannyRightHand) (hand grannyLeftHand) (hand grannyRightHand) (foot grannyFeet) - (physical_component grannyHead) (physical_component grannyForehead) (physical_component grannyFace) - (physical_component grannyShoulder) - (physical_component grannyLeftHand) (physical_component grannyRightHand) (physical_component grannyFeet)); -} - -SCRIPT UNC { - exec (inst uncleHead Head); - exec (inst uncleForehead Forehead); - exec (inst uncleFace Face); - exec (inst uncleMouth Mouth); - exec (inst uncleShoulder Shoulder); - exec (inst uncleLeftHand Hand); - exec (inst uncleRightHand Hand); - exec (inst uncleFeet Foot); - - exec (inst UNC Uncle fil (name "FAT") (gender (inst Male)) - (head uncleHead) (forehead uncleForehead) (face uncleFace) (mouth uncleMouth) - (shoulder uncleShoulder) - (lefthand uncleLeftHand) (righthand uncleRightHand) (hand uncleLeftHand) (hand uncleRightHand) (foot uncleFeet) - (physical_component uncleHead) (physical_component uncleForehead) (physical_component uncleFace) - (physical_component uncleShoulder) - (physical_component uncleLeftHand) (physical_component uncleRightHand) (physical_component uncleFeet)); -} - - -SCRIPT MOTandCHI { - exec (inst MOTandCHI Human fil (set_size (inst Pair fil (member MOT) (member CHI)))); -} - -SCRIPT FATandCHI { - exec (inst FATandCHI Human fil (set_size (inst Pair fil (member FAT) (member CHI)))); -} - -SCRIPT MOTandFAT { - exec (inst MOTandFAT Parent fil (set_size (inst Pair fil (member MOT) (member FAT)))); -} - -SCRIPT MOTandFATandCHI { - exec (inst MOTandFATandCHI Human fil (set_size (inst Multitude fil (member MOT) (member FAT) (member CHI)))); -} - -SCRIPT INV { - exec (inst invHead Head); - exec (inst invForehead Forehead); - exec (inst invFace Face); - exec (inst invMouth Mouth); - exec (inst invShoulder Shoulder); - exec (inst invLeftHand Hand); - exec (inst invRightHand Hand); - exec (inst invFeet Foot); - - exec (inst INV Aunt fil (name "INV") (gender (inst Female)) - (head invHead) (forehead invForehead) (face invFace) (mouth invMouth) - (shoulder invShoulder) - (lefthand invLeftHand) (righthand invRightHand) (hand invLeftHand) (hand invRightHand) (foot invFeet) - (physical_component invHead) (physical_component invForehead) (physical_component invFace) - (physical_component invShoulder) - (physical_component invLeftHand) (physical_component invRightHand) (physical_component invFeet)); -} - -SCRIPT INVandCHI { - exec (inst INVandCHI Human fil (set_size (inst Pair fil (member CHI) (member INV)))); -} - -SCRIPT MOTandINV { - exec (inst MOTandINV Human fil (set_size (inst Pair fil (member MOT) (member INV)))); -} - -SCRIPT FATandINV { - exec (inst FATandINV Human fil (set_size (inst Pair fil (member FAT) (member INV)))); -} - -SCRIPT MOTandCHIandINV { - exec (inst MOTandCHIandINV Human fil (set_size (inst Multitude fil (member MOT) (member CHI) (member INV)))); -} - -SCRIPT FATandCHIandINV { - exec (inst FATandCHIandINV Human fil (set_size (inst Multitude fil (member FAT) (member CHI) (member INV)))); -} - -SCRIPT MOTandFATandINV { - exec (inst MOTandFATandINV Parent fil (set_size (inst Multitude fil (member MOT) (member FAT) (member INV)))); -} - -SCRIPT MOTandFATandCHIandINV { - exec (inst MOTandFATandINVandCHI Parent fil (set_size (inst Multitude fil (member MOT) (member FAT) (member CHI) (member INV)))); -} - -SCRIPT QQ { - exec (inst qqHead Head); - exec (inst qqForehead Forehead); - exec (inst qqFace Face); - exec (inst qqMouth Mouth); - exec (inst qqShoulder Shoulder); - exec (inst qqLeftHand Hand); - exec (inst qqRightHand Hand); - exec (inst qqFeet Foot); - - exec (inst QQ QianQian fil (name "QianQian") (gender (inst Female)) - (head qqHead) (forehead qqForehead) (face qqFace) (mouth qqMouth) - (shoulder qqShoulder) - (lefthand qqLeftHand) (righthand qqRightHand) (hand qqLeftHand) (hand qqRightHand) (foot qqFeet) - (physical_component qqHead) (physical_component qqForehead) (physical_component qqFace) - (physical_component qqShoulder) - (physical_component qqLeftHand) (physical_component qqRightHand) (physical_component qqFeet)); -} - -//=============================================== -// Constructors for Settings -//=============================================== - -SCRIPT Building { - exec (inst buildingGround Ground); - exec (inst buildingRoof Roof); - exec (inst buildingHallway Hallway); - exec (inst buildingStorey Storey); - exec (inst buildingDoor Door); - exec (inst _id Building fil - (ground buildingGround) (roof buildingRoof) (hallway buildingHallway) (storey buildingStorey) (door buildingDoor)); -} - -SCRIPT Apartment { - exec (inst apartmentGround Ground); - exec (inst apartmentHallway Hallway); - exec (inst apartmentDoor Door); - exec (inst _id Apartment fil (ground apartmentGround) (hallway apartmentHallway) (door apartmentDoor)); -} - -SCRIPT Hallway { - exec (inst hallwayGround Hallway); - exec (inst _id Hallway fil (ground hallwayGround)); -} - -SCRIPT Room { - exec (inst rground Ground); - exec (inst rceiling Ceiling); - exec (inst rdoor Door); - exec (inst rtable Table) - exec (inst rchair Chair); - exec (inst _id Room fil - (ground rground) (ceiling rceiling) (door rdoor) (table rtable) (chair rchair)); -} - -SCRIPT Livingroom { - exec (inst lrground Ground); - exec (inst lrceiling Ceiling); - exec (inst lrdoor Door); - exec (inst lrwindow Window); - exec (inst lrchair Chair); - exec (inst lrcoffeetable Coffeetable); - exec (inst lrsofa Sofa); - exec (inst _id Livingroom fil - (ground lrground) (ceiling lrceiling) (door lrdoor) (window lrwindow) (chair lrchair) - (coffeetable lrcoffeetable) (sofa lrsofa)); -} - -SCRIPT Diningroom { - exec (inst drground Ground); - exec (inst drceiling Ceiling); - exec (inst drdoor Door); - exec (inst drdiningtable Diningtable); - exec (inst drchair Chair); - exec (inst drsidetable Sidetable); - exec (inst drhighchair Highchair); - exec (inst _id Diningroom fil - (ground drground) (ceiling drceiling) (door drdoor) (chair drchair) - (diningtable drdiningtable) (sidetable drsidetable) (highchair drhighchair)); -} - -SCRIPT Kitchen { - exec (inst ktground Ground); - exec (inst ktceiling Ceiling); - exec (inst ktdoor Door); - exec (inst ktchair Chair); - exec (inst ktcounter Table); - exec (inst ktsink Sink); - exec (inst _id Kitchen fil - (ground ktground) (ceiling ktceiling) (door ktdoor) (chair ktchair) - (counter ktcounter) (sink ktsink)); -} - -SCRIPT Bedroom { - exec (inst brground Ground); - exec (inst brceiling Ceiling); - exec (inst brdoor Door); - exec (inst brchair Chair); - exec (inst brvanitytable Table); - exec (inst brbed Bed); - exec (inst _id Bedroom fil - (ground brground) (ceiling brceiling) (door brdoor) (chair brchair) - (vanitytable brvanitytable) (bed brbed)); -} - -//=============================================== -// Constructors for Objects -//=============================================== - -SCRIPT Peach { - exec (inst _peachFlesh Flesh); - exec (inst _peachPeel Peel); - exec (inst _id Peach fil(flesh _peachFlesh) (peel _peachPeel) (physical_component _peachFlesh) (physical_component _peachPeel)); -} - -SCRIPT Orange { - exec (inst _orangeFlesh Flesh); - exec (inst _orangeSeed Seed); - exec (inst _id Orange fil (flesh _orangeFlesh) (seed _orangeSeed) (physical_component _orangeFlesh) (physical_component _orangeSeed)); -} - -SCRIPT Fish { - exec (inst _fishmeat Meat); - exec (inst _fishbone Bone); - exec (inst _id Fish fil(meat _fishmeat) (bone _fishbone) (physical_component _fishmeat) (physical_component _fishbone)); -} - -SCRIPT Carriage { - exec (inst _carriageHorse Horse); - exec (inst _id Carriage fil (horse _carriageHorse) (physical_component _carriageHorse)); -} - -SCRIPT Truck { - exec (inst _headlight Light); - exec (inst _id Truck fil (headlight _headlight) (physical_component _headlight)); -} - - -//=============================================== -// Speech Acts -//=============================================== - -SCRIPT Explaining { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Explaining - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Answering { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Answering - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (original_prompt _original_prompt) (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Approving { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Approving - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (action _action) (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Admonishing { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Admonishing - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (fault _fault) (actual_response _actual_response) (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Requesting_Action { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Requesting_Action - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Requesting_Answer { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Requesting_Answer - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Calling { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Calling - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Exclaiming { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Exclaiming - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Practicing { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Practicing - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - - -//=============================================== -// Processes -//=============================================== - -SCRIPT State { - exec (inst _id State Setting CURRENTINTERVAL fil - (property _property) (category _category) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - - -SCRIPT State_Change { - exec (inst _State_Change State_Change Setting CURRENTINTERVAL fil (means _means) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _State_Change); - exec (inst _State State _State_Change PRIORINTERVAL fil - (property _priorproperty) (category _priorcategory) (inherent_aspect (inst Inherent_State))); - exec (inst _id State _State_Change _State fil - (property _property) (category _category) (inherent_aspect (inst Inherent_State))); - exec (fil initial_state _State) (resulting_state _id)); -} - - -SCRIPT Intransitive_State { - exec (inst _id State Setting CURRENTINTERVAL fil - (property _property) (category _category) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - - -SCRIPT Two_Participant_State { - exec (inst _id Two_Participant_State Setting CURRENTINTERVAL fil - (experiencer _experiencer) (percept _percept) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - - -SCRIPT Mental_State { - test (_experiencer Human); - - exec (inst _id Mental_State Setting CURRENTINTERVAL fil - (experiencer _experiencer) (percept _percept) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - -SCRIPT Want { - test (_wanter Human); - exec (inst _id Mental_State Setting CURRENTINTERVAL fil - (experiencer _wanter) (percept _wanted) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - -//============================================================ -// Active X-schemas -//============================================================ - -//=================================== -// Intransitive Actions -//=================================== - -SCRIPT Count { - test (_counter Animate); - - exec (inst _id Count Setting CURRENTINTERVAL fil - (counter _counter) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Proceed { - test (_proceeder Animate); - - exec (inst _id Proceed Setting CURRENTINTERVAL fil - (proceeder _proceeder) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Play { - test (_player Animate); - - exec (inst _id Play Setting CURRENTINTERVAL fil - (player _player) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Get_Even { - test (_disputant Animate); - - exec (inst _id Get_Even Setting CURRENTINTERVAL fil - (disputant _disputant) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Sing { - test (_singer Animate); - - exec (inst _id Sing Setting CURRENTINTERVAL fil - (singer _singer) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Sneeze { - test (_sneezer Animate); - - exec (inst _id Sing Setting CURRENTINTERVAL fil - (sneezer _sneezer) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - -//=================================== -// Expressions -//=================================== - -SCRIPT Cry { - test (_cryer Animate); - - exec (inst _id Cry Setting CURRENTINTERVAL fil - (cryer _cryer) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -SCRIPT Fuss { - test (_fusser Animate); - - exec (inst _id Fuss Setting CURRENTINTERVAL fil - (fusser _fusser) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -SCRIPT Smile { - test (_smiler Animate); - - exec (inst _id Smile Setting CURRENTINTERVAL fil - (smiler _smiler) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -//=================================== -// Self Motion -//=================================== - - -SCRIPT Dance { - test (_dancer Animate); - - exec (inst _id Dance Setting CURRENTINTERVAL fil - (dancer _dancer) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Kneel { - test (_kneeler Animate); - - query (posture _kneeler ?p); - test !(_p Crouched); - exec (inst _id Kneel Setting CURRENTINTERVAL fil - (kneeler _kneeler) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (rem posture _kneeler); - exec (fil posture _kneeler (inst Crouched)); -} - -SCRIPT Lie_Down { - test (_lyer Animate); - - query (posture _lyer ?p); - test !(_p Lyingdown); - exec (inst _id Lie_Down Setting CURRENTINTERVAL fil - (lyer _lyer) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (rem posture _lyer); - exec (fil posture _lyer (inst Lyingdown)); -} - - -SCRIPT Rise { - test (_riser Animate); - - query (posture _riser ?p); - test !(_p Upright); - exec (inst _id Rise Setting CURRENTINTERVAL fil - (riser _riser) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (rem posture _riser); - exec (fil posture _riser (inst Upright)); -} - - -SCRIPT Sit { - test (_sitter Animate); - - query (posture _sitter ?p); - test !(_p Seated); - exec (inst _id Sit Setting CURRENTINTERVAL fil - (sitter _sitter) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (fil location _sitter _seat); - exec (rem posture _sitter); - exec (fil posture _sitter (inst Seated)); -} - - -SCRIPT Spin { - test (_spinner Animate); - - exec (inst _id Spin Setting CURRENTINTERVAL fil - (spinner _spinner) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - -SCRIPT Trip { - test (_tripper Animate); - - query (posture _tripper ?p); - test (?p Upright); - exec (inst _id Trip Setting CURRENTINTERVAL fil - (tripper _tripper) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (fil posture _tripper (inst Fallen)); -} - - -//=================================== -// Helper Scripts -//=================================== - - -SCRIPT ChangeLoc { - exec (rem location _mover); - exec (fil location _mover _newloc); - query (physical_component _mover ?p); - exec (rem location _p); - exec (fil location _p _newloc); - query (member ?s ?m) (set_size _mover ?s); - exec (rem location _m); - exec (fil location _m _newloc); -} - -SCRIPT EstablishPossession { - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessed ?p _possessed); - exec (rem relations CURRENTINTERVAL _p); - exec (inst _Possession Possession fil (possessor _possessor) (possessed _possessed)); - exec (fil relations CURRENTINTERVAL _Possession); - - runscript (EstablishMemberPossession (possessor _possessor) (possessed _possessed)); -} - -SCRIPT EstablishMemberPossession { - query (member ?s ?m) (set_size _possessed ?s); - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessed ?p _m); - exec (rem relations CURRENTINTERVAL _p); - exec (inst _Possession Possession fil (possessor _possessor) (possessed _m)); - exec (fil relations CURRENTINTERVAL _Possession); -} - -//=================================== -// Translational Self Motion -//=================================== - - -SCRIPT Ascend { - test (_ascender Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _ascender) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Ascend Setting CURRENTINTERVAL fil - (ascender _ascender) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _ascender) (newloc _goal)); -} - - -SCRIPT Climb { - test (_climber Animate); - default (_goal _climbed); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _climber) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Climb Setting CURRENTINTERVAL fil - (climber _climber) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _climber) (newloc _goal)); -} - - -SCRIPT Come { - test (_comer Animate); - test (CURRENTINTERVAL Discourse_Segment); // FIXME - query (speaker CURRENTINTERVAL ?spk) (location ?spk ?loc); - default (_goal _loc); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _comer) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Come Setting CURRENTINTERVAL fil - (comer _comer) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _comer) (newloc _goal)); -} - - -SCRIPT Descend { - test (_descender Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _descender) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Descend Setting CURRENTINTERVAL fil - (descender _descender) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _descender) (newloc _goal)); -} - - -SCRIPT Exit { - test (_exiter Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _exiter) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Exit Setting CURRENTINTERVAL fil - (exiter _exiter) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _exiter) (newloc _goal)); -} - - -SCRIPT Fall { - test (_faller Entity); - query (ground ?r ?g) (?r Room); - default (_goal _g); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _faller) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Fall Setting CURRENTINTERVAL fil - (faller _faller) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _faller) (newloc _goal)); -} - - -SCRIPT Go { - test (_goer Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _goer) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Go Setting CURRENTINTERVAL fil - (goer _goer) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _goer) (newloc _goal)); -} - - -SCRIPT Hide { - test (_hider Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _hider) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Hide Setting CURRENTINTERVAL fil - (hider _hider) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _hider) (newloc _goal)); -} - - -SCRIPT Run { - test (_runner Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _runner) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Run Setting CURRENTINTERVAL fil (runner _runner) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _runner) (newloc _goal)); -} - - -SCRIPT Walk { - test (_walker Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _walker) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Walk Setting CURRENTINTERVAL fil - (walker _walker) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _walker) (newloc _goal)); -} - - -//=================================== -// Continuous Force Application -//=================================== - -SCRIPT Bring { - test (_bringer Animate); - - default (_goal _bringer); - query (location _brought ?s); - default (_source _s); - query (hand _bringer ?hand); - default (_effector _hand); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _bringer) (principle_mover _bringer) (other_mover _brought)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Bring _Joint_Motion PRIORINTERVAL fil (bringer _bringer) (brought _brought) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _bringer) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _bringer) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _brought) (spg (inst Source_Path_Goal fil (trajector _brought) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _bringer) (newloc _goal)); - runscript (ChangeLoc (mover _brought) (newloc _goal)); - exec (fil location _brought _effector); - runscript (EstablishPossession (possessor _bringer) (possessed _brought)); -} - - -SCRIPT Carry { - test (_carrier Animate); - - default (_goal _carrier); - query (location _carried ?s); - default (_source _s); - query (hand _carrier ?hand); - default (_effector _hand); - - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _carrier) (principle_mover _carrier) (other_mover _carried)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Carry _Joint_Motion PRIORINTERVAL fil (carrier _carrier) (carried _carried) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _carrier) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _carrier) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _carried) (spg (inst Source_Path_Goal fil (trajector _carried) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _carrier) (newloc _goal)); - runscript (ChangeLoc (mover _carried) (newloc _goal)); - exec (fil location _carried _effector); - runscript (EstablishPossession (possessor _carrier) (possessed _carried)); -} - - -SCRIPT Carry_On_Back { - test (_carrier Animate); - - default (_goal _carrier); - query (location _carried ?s); - default (_source _s); - query (shoulder _carrier ?shoulder); - default (_effector _shoulder); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _carrier) (principle_mover _carrier) (other_mover _carried)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Carry_On_Back _Joint_Motion PRIORINTERVAL fil (carrier _carrier) (carried _carried) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _carrier) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _carrier) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _carried) (spg (inst Source_Path_Goal fil (trajector _carried) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _carrier) (newloc _goal)); - runscript (ChangeLoc (mover _carried) (newloc _goal)); - exec (fil location _carried _effector); - runscript (EstablishPossession (possessor _carrier) (possessed _carried)); -} - - -SCRIPT Contain { - exec (inst _id Contain Setting CURRENTINTERVAL fil (container _container) (contained _contained) (inherent_aspect (inst Inherent_Activity))); -} - - -SCRIPT Drive { - test (_driver Animate); - test (_driven Car); - - query (location _driven ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _driver) (principle_mover _driver) (other_mover _driven)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Drive _Joint_Motion PRIORINTERVAL fil (driver _driver) (driven _driven) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _driver) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _driver) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _driven) (spg (inst Source_Path_Goal fil (trajector _driven) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _driver) (newloc _goal)); - runscript (ChangeLoc (mover _driven) (newloc _goal)); -} - - -SCRIPT Escort { - test (_escort Animate); - test (_escorted Animate); - - query (location _escorted ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _escort) (principle_mover _escort) (other_mover _escorted)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Escort _Joint_Motion PRIORINTERVAL fil (escort _escort) (escorted _escorted) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _escort) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _escort) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _escorted) (spg (inst Source_Path_Goal fil (trajector _escorted) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _escort) (newloc _goal)); - runscript (ChangeLoc (mover _escorted) (newloc _goal)); -} - - -SCRIPT Grasp { - test (_grasper Animate); - - default (_goal _grasper); - query (location _grasped ?s); - default (_source _s); - query (hand _grasper ?hand); - default (_effector _hand); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _grasper) (principle_mover _grasper) (other_mover _grasped)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Grasp _Joint_Motion PRIORINTERVAL fil (grasper _grasper) (grasped _grasped) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _grasper) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _grasper) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _grasped) (spg (inst Source_Path_Goal fil (trajector _grasped) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _grasper) (newloc _goal)); - runscript (ChangeLoc (mover _grasped) (newloc _goal)); - exec (fil location _grasped _effector); - runscript (EstablishPossession (possessor _grasper) (possessed _grasped)); -} - - -SCRIPT Hug { - test (_hugger Animate); - test (_hugged Concrete_Entity); - - exec (inst _id Hug Setting CURRENTINTERVAL fil - (hugger _hugger) (hugged _hugged) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); -} - - -SCRIPT Lift { - test (_lifter Animate); - - default (_goal _lifter); - query (location _liftee ?s); - default (_source _s); - query (hand _lifter ?hand); - default (_effector _hand); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _lifter) (principle_mover _lifter) (other_mover _liftee)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Lift _Joint_Motion PRIORINTERVAL fil (lifter _lifter) (liftee _liftee) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _lifter) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _lifter) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _liftee) (spg (inst Source_Path_Goal fil (trajector _liftee) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _lifter) (newloc _goal)); - runscript (ChangeLoc (mover _liftee) (newloc _goal)); - exec (fil location _liftee _effector); - runscript (EstablishPossession (possessor _lifter) (possessed _liftee)); -} - - -SCRIPT Ride { - test (_rider Animate); - test (_rode Manipulable_Inanimate_Object); - - query (location _rode ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _rider) (principle_mover _rider) (other_mover _rode)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Ride _Joint_Motion PRIORINTERVAL fil (rider _rider) (rode _rode) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _rider) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _rider) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _rode) (spg (inst Source_Path_Goal fil (trajector _rode) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _rider) (newloc _goal)); - runscript (ChangeLoc (mover _rode) (newloc _goal)); -} - - -SCRIPT Steer { - test (_steerer Animate); - test (_steered Manipulable_Inanimate_Object); - - query (location _steered ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _steerer) (principle_mover _steerer) (other_mover _steered)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Steer _Joint_Motion PRIORINTERVAL fil (steerer _steerer) (steered _steered) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _steerer) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _steerer) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _steered) (spg (inst Source_Path_Goal fil (trajector _steered) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _steerer) (newloc _goal)); - runscript (ChangeLoc (mover _steered) (newloc _goal)); -} - -//=================================== -// Forceful Motion -//=================================== - - -SCRIPT Drop { - test (_dropper Animate); - test (_dropped Manipulable_Inanimate_Object); - - query (location _dropped ?s); - default (_source _s); - query (ground ?r ?g) (?r Room); - default (_goal _g); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _dropper)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Drop _Caused_Motion PRIORINTERVAL fil - (dropper _dropper) (dropped _dropped) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _dropped) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _dropped) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _dropped) (newloc _goal)); - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessed ?p _dropped) (possesser ?p _dropper); - exec (rem relations CURRENTINTERVAL _p); -} - - -SCRIPT Pick { - test (_picker Animate); - test (_picked Manipulable_Inanimate_Object); - - query (location _picked ?s); - default (_source _s); - default (_goal _picker); - query (hand _picker ?hand); - default (_effector _hand); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _picker)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Pick _Caused_Motion PRIORINTERVAL fil - (picker _picker) (picked _picked) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _picked) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _picked) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _picked) (newloc _goal)); - exec (fil location _picked _effector); - runscript (EstablishPossession (possessor _picker) (possessed _picked)); -} - - -SCRIPT Pin { - test (_pinner Animate); - test (_pinned Manipulable_Inanimate_Object); - - query (location _pinned ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _pinner)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Pin _Caused_Motion PRIORINTERVAL fil - (pinner _pinner) (pinned _pinned) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _pinned) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _pinned) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _pinned) (newloc _goal)); -} - - -SCRIPT Press { - test (_press Sharp_Object); - test (_pressed Concrete_Entity); - - exec (inst _id Press Setting CURRENTINTERVAL fil - (press _press) (pressed _pressed) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Prick { - test (_prick Sharp_Object); - test (_pricked Concrete_Entity); - - exec (inst _id Prick Setting CURRENTINTERVAL fil - (prick _prick) (pricked _pricked) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Pull { - test (_puller Animate); - test (_pulled Concrete_Entity); - - exec (inst _id Pull Setting CURRENTINTERVAL fil - (puller _puller) (pulled _pulled) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Push { - test (_pusher Animate); - test (_pushed Concrete_Entity); - - exec (inst _id Push Setting CURRENTINTERVAL fil - (pusher _pusher) (pushed _pushed) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Slam { - test (_slammer Animate); - test (_slammed Manipulable_Inanimate_Object); - - exec (inst _id Slam Setting CURRENTINTERVAL fil - (slammer _slammer) (slammed _slammed) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Spit { - test (_spitter Animate); - test (_spitted Manipulable_Inanimate_Object); - - query (location _spitted ?s); - default (_source _s); - query (table ?t ?r) (?r Room); - default (_goal _t); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _spitter)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Spit _Caused_Motion PRIORINTERVAL fil - (spitter _spitter) (spitted _spitted) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _spitted) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _spitted) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _spitted) (newloc _goal)); -} - - -SCRIPT Sweep { - test (_sweeper Animate); - test (_swept Manipulable_Inanimate_Object); - - query (location _swept ?s); - default (_source _s); - query (ground ?r ?g) (?r Room); - default (_goal _g); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _sweeper)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Spit _Caused_Motion PRIORINTERVAL fil - (sweeper _sweeper) (swept _swept) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _swept) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _swept) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _swept) (newloc _goal)); -} - - -SCRIPT Wipe { - test (_wiper Animate); - test (_wiped Concrete_Entity); - test (_mop Manipulable_Inanimate_Object); - - // a wipe event involves also moving a mop around concurrently - exec (inst _id Wipe Setting CURRENTINTERVAL fil - (wiper _wiper) (wiped _wiped) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - runscript(Move (mover _wiper) (moved _mop) (goal _wiped)); - exec (setcurrentinterval _id); - exec (inst _Dirty Dirty Setting CURRENTINTERVAL fil (protagonist _mop)); - exec (setcurrentinterval _Dirty); -} - - -SCRIPT Stir { - test (_stirrer Animate); - test (_stirred Substance); - - exec (inst _id Stir Setting CURRENTINTERVAL fil - (stirrer _stirrer) (stirred _stirred) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -//=================================== -// Translational Forceful Motion -//=================================== - - -SCRIPT Apply { - test (_applier Animate); - test (_substance Substance); - - query (location _substance ?s); - default (_source _s); - default (_goal _surface); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _applier)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Apply _Caused_Motion PRIORINTERVAL fil - (applier _applier) (substance _substance) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _substance) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _substance) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _substance) (newloc _goal)); -} - - -SCRIPT Fetch { - test (_fetcher Animate); - test (_fetched Manipulable_Inanimate_Object); - test !(location _fetched _fetcher); - testExist! (relations CURRENTINTERVAL ?p) (?p Possession) (possessor ?p _fetcher) (possessed ?p _fetched); - query (hand _fetcher ?hand); - default (_effector _hand); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _fetcher)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Fetch _Caused_Motion PRIORINTERVAL fil - (fetcher _fetcher) (fetched _fetched) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _fetched) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _fetched) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _fetched) (newloc _fetcher)); - exec (fil location _fetched _effector); - runscript (EstablishPossession (possessor _fetcher) (possessed _fetched)); -} - - -SCRIPT Ladle { - test (_ladler Animate); - test (_ladled Manipulable_Inanimate_Object); - - query (location _ladled ?s); - default (_source _s); - default (_goal _container); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _ladler)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Ladle _Caused_Motion PRIORINTERVAL fil - (ladler _ladler) (ladled _ladled) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _ladled) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _ladled) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _ladled) (newloc _goal)); -} - - -SCRIPT Load { - test (_loader Animate); - test (_goods Manipulable_Inanimate_Object); - - query (location _goods ?s); - default (_source _s); - default (_goal _container); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _loader)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Load _Caused_Motion PRIORINTERVAL fil - (loader _loader) (goods _goods) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _goods) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _goods) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _goods) (newloc _goal)); -} - - -SCRIPT Move { - test (_mover Animate); - test (_moved Manipulable_Inanimate_Object); - - query (location _moved ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _mover)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Move _Caused_Motion PRIORINTERVAL fil - (mover _mover) (moved _moved) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _moved) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _moved) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _mover) (newloc _goal)); -} - - -SCRIPT Plug { - test (_plugger Animate); - test (_plug Manipulable_Inanimate_Object); - - query (location _plug ?s); - default (_source _s); - default (_goal _opening); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _plugger)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Plug _Caused_Motion PRIORINTERVAL fil - (plugger _plugger) (plug _plug) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _plug) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _plug) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _plug) (newloc _goal)); -} - - -SCRIPT Put { - test (_putter Animate); - test (_puttee Manipulable_Inanimate_Object); - - query (location _puttee ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _putter)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Put _Caused_Motion PRIORINTERVAL fil - (putter _putter) (puttee _puttee) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _puttee) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _puttee) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _puttee) (newloc _goal)); -} - - -SCRIPT Take { - test (_taker Animate); - test (_taken Manipulable_Inanimate_Object); - - query (location _taken ?s); - default (_source _s); - default (_goal _taker); - query (hand _taker ?hand); - default (_effector _hand); - - testExist! (relations CURRENTINTERVAL ?p) (?p Possession) (possessor ?p _taker) (possessed ?p _taken); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _taker)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Take _Caused_Motion PRIORINTERVAL fil - (taker _taker) (taken _taken) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _taken) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _taken) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _taken) (newloc _goal)); - exec (fil location _taken _effector); - runscript (EstablishPossession (possessor _taker) (possessed _taken)); -} - -//=================================== -// Agentive Impact -//=================================== - - -SCRIPT Beat { - test (_beater Animate); - test (_beaten Concrete_Entity); - - exec (inst _id Beat Setting CURRENTINTERVAL fil - (beater _beater) (beaten _beaten) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Kick { - test (_kicker Animate); - test (_kickee Concrete_Entity); - - query (location _kickee ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _kicker)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Kick _Caused_Motion PRIORINTERVAL fil - (kicker _kicker) (kickee _kickee) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _kickee) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _kickee) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _kickee) (newloc _goal)); -} - - -SCRIPT Mash { - test (_masher Animate); - test (_mashed Concrete_Entity); - - exec (inst _id Mash Setting CURRENTINTERVAL fil - (masher _masher) (mashed _mashed) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Slap { - test (_slapper Animate); - test (_slapped Concrete_Entity); - - exec (inst _id Slap Setting CURRENTINTERVAL fil - (slapper _slapper) (slapped _slapped) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Throw { - test (_thrower Animate); - test (_throwee Manipulable_Inanimate_Object); - - query (ground ?r ?g) (location _thrower ?r) (?r Room); - default (_goal _g); - query (location _throwee ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _thrower)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Throw _Caused_Motion PRIORINTERVAL fil - (thrower _thrower) (throwee _throwee) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _throwee) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _throwee) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _throwee) (newloc _goal)); -} - - -//=================================== -// Cause Change -//=================================== - -SCRIPT Cut { - test (_cutter Animate); - test (_cut Manipulable_Inanimate_Object); - - exec (inst _id Cut Setting CURRENTINTERVAL fil - (cutter _cutter) (cut _cut) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Close { - test (_closer Animate); - test (_closed Openable); - - exec (inst _id Close Setting CURRENTINTERVAL fil - (closer _closer) (closed _closed) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Damage { - test (_damager Animate); - test (_damaged Manipulable_Inanimate_Object); - - exec (inst _id Damage Setting CURRENTINTERVAL fil - (damager _damager) (damaged _damaged) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Discard { - test (_discarder Animate); - test (_discarded Manipulable_Inanimate_Object); - - exec (inst _id Discard Setting CURRENTINTERVAL fil - (discarder _discarder) (discarded _discarded) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Fix { - test (_fixer Animate); - test (_fixed Manipulable_Inanimate_Object); - - exec (inst _id Fix Setting CURRENTINTERVAL fil - (fixer _fixer) (fixed _fixed) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Open { - test (_opener Animate); - test (_opened Openable); - - exec (inst _id Open Setting CURRENTINTERVAL fil - (opener _opener) (opened _opened) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - exec (rem state _opened); - exec (fil state _opened (inst Open_State)); -} - - -SCRIPT Rip_Open { - test (_ripper Animate); - test (_ripped Manipulable_Inanimate_Object); - - exec (inst _id Rip_Open Setting CURRENTINTERVAL fil - (ripper _ripper) (ripped _ripped) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Start { - test (_actor Animate); - test (_started Process); - - exec (inst _id Start Setting CURRENTINTERVAL fil - (actor _actor) (started _started) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Switch_On { - test (_actor Animate); - test (_appliance Electrical_Appliance); - query (state _appliance ?p); - test (_p Power_Off); - - exec (inst _id Switch_On Setting CURRENTINTERVAL fil - (actor _actor) (appliance _appliance) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - exec (rem state _appliance); - exec (fil state _appliance (inst Power_On)); -} - - -SCRIPT Switch_Off { - test (_actor Animate); - test (_appliance Electrical_Appliance); - query (state _appliance ?p); - test (_p Power_On); - - exec (inst _id Switch_Off Setting CURRENTINTERVAL fil - (actor _actor) (appliance _appliance) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - exec (rem state _appliance); - exec (fil state _appliance (inst Power_Off)); -} - - -SCRIPT Wash { - test (_washer Animate); - test (_washed Concrete_Entity); - - exec (inst _id Wash Setting CURRENTINTERVAL fil - (washer _washer) (washed _washed) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -//=================================== -// Ingestion -//=================================== - -SCRIPT Eat { - test (_eater Animate); - test (_food Manipulable_Inanimate_Object); - - exec (inst _id Eat Setting CURRENTINTERVAL fil - (eater _eater) (food _food) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - exec (inst _Chew Chew _id PRIORINTERVAL fil - (chewer _eater) (chewed _food) (inherent_aspect (inst Inherent_Activity))); - exec (inst _Swallow Swallow _id _Chew fil - (swallower _eater) (swallowed _food) (inherent_aspect (inst Inherent_Achievement))); - exec (fil chew _id _Chew) ; - exec (fil swallow _id _Swallow); -} - - -SCRIPT Chew { - test (_chewer Animate); - test (_chewed Manipulable_Inanimate_Object); - - exec (inst _id Chew Setting CURRENTINTERVAL fil - (chewer _chewer) (chewed _chewed) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Drink { - test (_drinker Animate); - test (_beverage Liquid); - - exec (inst _id Drink Setting CURRENTINTERVAL fil - (drinker _drinker) (beverage _beverage) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Swallow { - test (_swallower Animate); - test (_swallowed Manipulable_Inanimate_Object); - - exec (inst _id Swallow Setting CURRENTINTERVAL fil - (swallower _swallower) (swallowed _swallowed) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -//=================================== -// Perception -//=================================== - - -SCRIPT Perceive_Audio { - exec (inst _id Perceive_Audio Setting CURRENTINTERVAL fil - (perceiver _perceiver) (percept _percept) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Perceive_Visual { - exec (inst _id Perceive_Visual Setting CURRENTINTERVAL fil - (perceiver _perceiver) (percept _percept) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Perceive_Olfactory { - exec (inst _id Perceive_Olfactory Setting CURRENTINTERVAL fil - (perceiver _perceiver) (percept _percept) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Observe { - exec (inst _id Perceive_Audio Setting CURRENTINTERVAL fil - (observer _observer) (observed _observed) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -//=================================== -// Other Transitive Actions -//=================================== - - -SCRIPT Attend { - test (_attender Human); - test (_attended School); - - exec (inst _id Attend Setting CURRENTINTERVAL fil - (attender _attender) (attended _attended) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Bite { - test (_biter Human); - test (_bitten School); - - exec (inst _id Bite Setting CURRENTINTERVAL fil - (biter _biter) (bitten _bitten) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Cook { - test (_cook Human); - test (_food School); - - exec (inst _id Bite Setting CURRENTINTERVAL fil - (cook _cook) (food _food) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Draw { - test (_drawer Animate); - test (_drawn Element); - - exec (inst _id Draw Setting CURRENTINTERVAL fil - (drawer _drawer) (drawn _drawn) (drawn_on _drawn_on) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Find { - test (_finder Animate); - test (_target Element); - test !(location _target _finder); - - exec (inst _id Find Setting CURRENTINTERVAL fil - (finder _finder) (target _target) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Photograph { - test (_photographer Animate); - test (_photographed Element); - test !(location _photographed _photographer); - - exec (inst _id Photograph Setting CURRENTINTERVAL fil - (photographer _photographer) (photographed _photographed) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Play_With { - test (_player Animate); - test (_played_with Element); - test !(location _played_with _player); - - exec (inst _id Play_With Setting CURRENTINTERVAL fil - (player _player) (played_with _played_with) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Point { - test (_person_pointing Animate); - test (_pointed_at Element); - - exec (inst _id Point Setting CURRENTINTERVAL fil - (person_pointing _person_pointing) (pointed_at _pointed_at) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Reach { - test (_reacher Animate); - test (_target Element); - test !(location _target _reacher); - - exec (inst _id Reach Setting CURRENTINTERVAL fil - (reacher _reacher) (target _target) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Read { - test (_reader Animate); - test (_read Book); - - exec (inst _id Read Setting CURRENTINTERVAL fil - (reader _reader) (read _read) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Release_Grasp { - test (_grasper Animate); - test (_grasped Manipulable_Inanimate_Object); - query (hand _grasper ?h); - test (location _grasped _h); - - exec (inst _id Release_Grasp Setting CURRENTINTERVAL fil - (grasper _grasper) (grasped _grasped) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessor ?p _grasper) (possessed ?p _grasped); - exec (rem relations CURRENTINTERVAL _p); -} - - -SCRIPT Reserve { - test (_reserver Animate); - test (_reserved Manipulable_Inanimate_Object); - - exec (inst _id Reserve Setting CURRENTINTERVAL fil - (reserver _reserver) (reserved _reserved) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Serve { - test (_server Animate); - test (_food Food); - test (_container Physical_Container); - - exec (inst _id Serve Setting CURRENTINTERVAL fil - (server _server) (food _food) (container _container) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Tease { - test (_teaser Animate); - test (_teased Concrete_Entity); - - exec (inst _id Tease Setting CURRENTINTERVAL fil - (teaser _teaser) (teased _teased) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Touch { - test (_toucher Animate); - test (_touched Concrete_Entity); - - exec (inst _id Touch Setting CURRENTINTERVAL fil - (toucher _toucher) (touched _touched) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Wear { - test (_wearer Animate); - test (_worn Wearable_Item); - - exec (inst _id Wear Setting CURRENTINTERVAL fil - (wearer _wearer) (worn _worn) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _worn) (newloc _wearer)); -} - - -SCRIPT Wind { - test (_winder Animate); - test (_wound Concrete_Entity); - - exec (inst _id Wind Setting CURRENTINTERVAL fil - (winder _winder) (wound _wound) (wound_on _wound_on) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Write { - test (_writer Animate); - test (_written Element); - - exec (inst _id Write Setting CURRENTINTERVAL fil - (writer _writer) (written _written) (written_on _written_on) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Substitute_For { - test (_original Animate); - test (_substitute Element); - - exec (inst _id Substitute_For Setting CURRENTINTERVAL fil - (original _original) (substitute _substitute) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Switch { - test (_switcher Animate); - test (_switched Element); - - exec (inst _id Switch Setting CURRENTINTERVAL fil - (switcher _switcher) (switched _switched) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Take_Off { - test (_wearer Animate); - test (_worn Wearable_Item); - - exec (inst _id Take_Off Setting CURRENTINTERVAL fil - (wearer _wearer) (worn _worn) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - exec (rem location _mover); -} - -//=================================== -// Communication -//=================================== - - -SCRIPT Ask { - test (_asker Animate); - test (_asked Animate); - - exec (inst _id Ask Setting CURRENTINTERVAL fil - (asker _asker) (asked _asked) (question _question) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Accuse { - test (_accuser Animate); - test (_accused Animate); - - exec (inst _id Accuse Setting CURRENTINTERVAL fil - (accuser _accuser) (accused _accused) (accusation _accusation) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Beckon { - test (_beckoner Animate); - test (_beckoned Animate); - - exec (inst _id Beckon Setting CURRENTINTERVAL fil - (beckoner _beckoner) (beckoned _beckoned) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Explain { - test (_explainer Animate); - test (_explained_to Animate); - - exec (inst _id Explain Setting CURRENTINTERVAL fil - (explainer _explainer) (explained_to _explained_to) (explained _explained) - (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Illustrate { - test (_illustrator Animate); - test (_illustrated_to Animate); - - exec (inst _id Illustrate Setting CURRENTINTERVAL fil - (illustrator _illustrator) (illustrated_to _illustrated_to) (illustrated _illustrated) - (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Say { - test (_speaker Animate); - - exec (inst _id Say Setting CURRENTINTERVAL fil - (speaker _speaker) (content _content) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Talk_On_Phone { - test (_talker Animate); - test (_talked_to Animate); - - exec (inst _id Talk_On_Phone Setting CURRENTINTERVAL fil - (talker _talker) (talked_to _talked_to) (content _content) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Tell { - test (_speaker Animate); - test (_hearer Animate); - - exec (inst _id Tell Setting CURRENTINTERVAL fil - (speaker _speaker) (hearer _hearer) (content _content) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Permit { - test (_permiter Animate); - test (_permitee Animate); - - exec (inst _id Permit Setting CURRENTINTERVAL fil - (permiter _permiter) (permitee _permitee) (permitted _permitted) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - -//=================================== -// Transfer (in progress) -//=================================== - -SCRIPT Buy { - test (_seller Animate); - test (_buyer Animate); - test (_goods Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _seller) (possessed ?p _goods); - - exec (inst _id Give Setting CURRENTINTERVAL fil - (seller _seller) (buyer _buyer) (goods _goods) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _goods) (newloc _buyer)); - runscript (EstablishPossession (possessor _buyer) (possessed _goods)); -} - - -SCRIPT Exchange { - test (_exchanger1 Animate); - test (_exchanger2 Animate); - test (_theme1 Manipulable_Inanimate_Object); - test (_theme2 Manipulable_Inanimate_Object); - - testexist (?p Possession) (possessor ?p _exchanger1) (possessed ?p _theme1); - testexist (?p Possession) (possessor ?p _exchanger2) (possessed ?p _theme2); - - exec (inst _id Exchange Setting CURRENTINTERVAL fil - (exchanger1 _exchanger1) (exchanger2 _exchanger2) (theme1 _theme1) (theme2 _theme2) - (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _theme1) (newloc _exchanger2)); - runscript (ChangeLoc (mover _theme2) (newloc _exchanger1)); - runscript (EstablishPossession (possessor _exchanger1) (possessed _theme2)); - runscript (EstablishPossession (possessor _exchanger2) (possessed _theme1)); -} - - -SCRIPT Give { - test (_giver Animate); - test (_recipient Animate); - test (_theme Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _giver) (possessed ?p _theme); - - exec (inst _id Give Setting CURRENTINTERVAL fil - (giver _giver) (recipient _recipient) (theme _theme) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _theme) (newloc _recipient)); - runscript (EstablishPossession (possessor _recipient) (possessed _theme)); -} - - -SCRIPT Feed { - test (_feeder Animate); - test (_eater Animate); - test (_food Food); - testexist (?p Possession) (possessor ?p _feeder) (possessed ?p _food); - - exec (inst _id Feed Setting CURRENTINTERVAL fil - (feeder _feeder) (eater _eater) (food _food) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (inst _Chew Chew Setting CURRENTINTERVAL fil - (chewer _eater) (chewed _food) (inherent_aspect (inst Inherent_Activity))); - exec (inst _Swallow Swallow Setting _Chew fil - (swallower _eater) (swallowed _food) (inherent_aspect (inst Inherent_Achievement))); - exec (inst _Eat Eat Setting CURRENTINTERVAL fil - (eater _eater) (food _food) (chew _Chew) (swallow _Swallow) (inherent_aspect (inst Inherent_Activity))); - exec (fil eat _id _Eat); -} - -SCRIPT Offer { - test (_offerer Animate); - test (_offeree Animate); - test (_offered Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _offerer) (possessed ?p _offered); - - exec (inst _id Offer Setting CURRENTINTERVAL fil - (offerer _offerer) (offeree _offeree) (offered _offered) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Return{ - test (_returner Animate); - test (_returnee Animate); - test (_returned Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _returner) (possessed ?p _returned); - - exec (inst _id Return Setting CURRENTINTERVAL fil - (returner _returner) (returnee _returnee) (returned _returned) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _returned) (newloc _returnee)); - runscript (EstablishPossession (possessor _returnee) (possessed _returned)); -} \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/learned/newGrammar.grm b/compling.core/data/Learning/Chinese Grammar/learned/newGrammar.grm deleted file mode 100644 index 4b123b7..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learned/newGrammar.grm +++ /dev/null @@ -1,8001 +0,0 @@ -schema Morpheme_Features - roles - bound - -schema Morpheme_Form - roles - orth - -schema Word_Features - subcase of Morpheme_Features - roles - syllable - -schema Verb_Features - subcase of Morpheme_Features - roles - motion_Focus : @Motion_Focus - -schema Undefined - -schema RD - roles - name - grammatical_gender : @Gender - ontological_category : @Element - discourse_participant_role : @Discourse_Participant_Role - set_size : @Set - givenness : @Givenness - proximity - modifiers - referent : @Element - -schema Event_Descriptor - roles - event_type : Process - profiled_process : Process - profiled_participant : @Element - event_structure : Event_Structure - modifiers : Modification - spatial_setting - temporal_setting - affectedness : @Affectedness - referent : @Process - -schema Discourse_Segment - roles - speaker : @Human - addressee : @Human - attentional_focus : @Entity - speech_act : Speech_Act - constraints - speaker <--> speech_act.speaker - addressee <--> speech_act.addressee - -schema Numerical_Value - roles - value - set_size : @Set - -schema Event_Structure - roles - inherent_aspect : @Inherent_Aspect - modifier_aspect : @Modifier_Aspect - event_aspect : @Event_Aspect - -schema Modification - roles - category : @Modification_Category - modified - -schema Process - roles - protagonist : @Element - instrument : @Entity - inherent_aspect : @Inherent_Aspect - -schema Proto_Transitive - subcase of Process - roles - proto_agent : @Entity - proto_patient : @Element - -schema State - subcase of Process - roles - category : @Modification_Category - constraints - inherent_aspect <-- @Inherent_State - -schema State_Change - subcase of Process - roles - initial_state : State - means : Process - resulting_state : State - -schema Action - subcase of Process - roles - -schema Intransitive_State - subcase of State - roles - constraints - -schema Two_Participant_State - subcase of State - roles - experiencer : @Entity - percept : @Element - constraints - experiencer <--> protagonist - -schema Mental_State - subcase of Two_Participant_State - roles - constraints - experiencer <-- @Animate - -schema Intransitive_Action - subcase of Action - roles - -schema Expression - subcase of Intransitive_Action - roles - -schema Motion - subcase of Action - roles - mover : @Entity - -schema Translational_Motion - subcase of Motion - roles - spg : Source_Path_Goal - goal : @Entity - constraints - mover <--> spg.trajector - goal <--> spg.goal - -schema Self_Motion - subcase of Intransitive_Action, Motion - roles - constraints - mover <--> protagonist - -schema Translational_Self_Motion - subcase of Translational_Motion, Self_Motion - roles - constraints - -schema Force_Application - subcase of Action - evokes Contact as contact - roles - force_supplier : @Entity - force_recipient : @Entity - effector : @Body_Part - constraints - force_supplier <--> protagonist - force_supplier <--> contact.material1 - force_recipient <--> contact.material2 - -schema Continuous_Force_Application - subcase of Force_Application - roles - constraints - -schema Forceful_Motion - subcase of Force_Application - roles - constraints - -schema Translational_Forceful_Motion - subcase of Forceful_Motion, Translational_Motion - roles - constraints - force_recipient <--> mover - -schema Agentive_Impact - subcase of Forceful_Motion - roles - constraints - -schema Cause_Change - subcase of Action - roles - actor : @Entity - undergoer : @Entity - constraints - actor <--> protagonist - -schema Obtainment - subcase of Action - roles - obtainer : @Entity - obtained : @Entity - constraints - obtainer <--> protagonist - -schema Ingestion - subcase of Action - roles - ingester : @Entity - ingested : @Entity - constraints - ingester <--> protagonist - -schema Perception - subcase of Action - roles - perceiver : @Entity - percept : @Element - constraints - perceiver <--> protagonist - -schema Uncategorized_Transitive_Action - subcase of Action - roles - agent : @Entity - patient : @Entity - constraints - agent <--> protagonist - -schema Communication - subcase of Action - roles - communicator : @Entity - audience : @Entity - communicated : @Element - constraints - communicator <--> protagonist - -schema Transfer - subcase of Action - roles - giver : @Entity - recipient : @Entity - theme : @Entity - constraints - giver <--> protagonist - -schema Complex_Process - subcase of Process - roles - process1 : Process - process2 : Process - constraints - protagonist <--> process1.protagonist - -schema Serial_Processes - subcase of Complex_Process - roles - constraints - -schema Concurrent_Processes - subcase of Complex_Process - roles - constraints - -schema Cause_Effect - subcase of Complex_Process - roles - cause : Process - effect : Process - constraints - cause <--> process1 - effect <--> process2 - -schema Joint_Motion - subcase of Concurrent_Processes, Cause_Effect - evokes Continuous_Force_Application as cfa - roles - principle_mover : @Entity - other_mover : @Entity - propelling_motion : Translational_Motion - secondary_motion : Translational_Motion - constraints - propelling_motion <--> process1 - secondary_motion <--> process2 - principle_mover <--> process1.protagonist - other_mover <--> process2.protagonist - cfa.force_supplier <--> process1.protagonist - cfa.force_recipient <--> process2.protagonist - -schema Caused_Motion - subcase of Cause_Effect - evokes Source_Path_Goal as spg - roles - causer : @Entity - mover : @Entity - forceful_motion : Forceful_Motion - motion : Translational_Motion - constraints - causer <--> forceful_motion.force_supplier - mover <--> forceful_motion.force_recipient - forceful_motion <--> cause - motion <--> effect - motion.protagonist <--> forceful_motion.force_recipient - instrument <--> forceful_motion.instrument - spg <--> motion.spg - motion.protagonist <--> motion.spg.trajector - -schema Conditional_Processes - subcase of Complex_Process - roles - condition : Process - outcome : Process - constraints - condition <--> process1 - outcome <--> process2 - -schema Repeat_Until - subcase of Complex_Process - roles - repetition : Process - condition : Process - constraints - repetition <--> process1 - condition <--> process2 - -schema Means_And_Ends - subcase of Complex_Process - roles - means : Process - ends : Process - constraints - means <--> process1 - ends <--> process2 - -schema BenefactionOrMalefaction - roles - benefactor : @Entity - beneficiary : @Entity - benefit : Process - -schema Negation - roles - process : Process - -schema Warning - roles - warner : @Human - warned : @Human - prohibited_action : Process - threatened_consequence : Process - -schema Image_Schema - -schema Simple_Image_Schema - subcase of Image_Schema - -schema Complex_Image_Schema - subcase of Image_Schema - -schema Trajector_Landmark - subcase of Simple_Image_Schema - roles - trajector : @Entity - landmark : @Entity - -schema Up_Down - subcase of Trajector_Landmark - roles - highpoint : @Entity - lowpoint : @Entity - -schema Above - subcase of Up_Down - roles - constraints - highpoint <--> trajector - lowpoint <--> landmark - -schema Below - subcase of Up_Down - roles - constraints - highpoint <--> landmark - lowpoint <--> trajector - -schema Container - subcase of Simple_Image_Schema - roles - container : @Entity - outside : @Entity - inside : @Entity - portal : @Entity - -schema Outside - subcase of Trajector_Landmark - evokes Container as container - roles - constraints - landmark <--> container.container - trajector <--> container.outside - -schema Orientation - subcase of Simple_Image_Schema - roles - body : @Entity - front : @Entity - back : @Entity - short-axis : @Entity - long-axis : @Entity - -schema Back - subcase of Trajector_Landmark - evokes Orientation as orientation - roles - constraints - landmark <--> orientation.body - trajector <--> orientation.back - -schema Boundary - subcase of Simple_Image_Schema - roles - boundary : @Entity - areaA : @Entity - areaB : @Entity - -schema Contact - subcase of Simple_Image_Schema - roles - material1 : @Entity - material2 : @Entity - contact_area : @Entity - -schema Part_Whole - subcase of Simple_Image_Schema - roles - part : @Entity - whole : @Entity - -schema Source_Path_Goal - subcase of Complex_Image_Schema - roles - trajector : @Entity - source : @Entity - path : @Path - goal : @Entity - deixis : @Deixis - -schema Speech_Act - roles - speaker : @Human - addressee : @Human - content : Event_Descriptor - forcefulness : @Forcefulness - -schema Explaining - subcase of Speech_Act - roles - -schema Answering - subcase of Speech_Act - roles - original_prompt : Speech_Act - -schema Approving - subcase of Speech_Act - roles - action : @Element - -schema Admonishing - subcase of Speech_Act - roles - fault : @Element - -schema Response_Eliciting_Speech_Act - subcase of Speech_Act - roles - -schema Requesting_Action - subcase of Response_Eliciting_Speech_Act - roles - -schema Requesting_Answer - subcase of Response_Eliciting_Speech_Act - roles - -schema Calling - subcase of Response_Eliciting_Speech_Act - roles - -schema Exclaiming - subcase of Speech_Act - roles - -schema Practicing - subcase of Speech_Act - roles - -schema Amusing - subcase of Intransitive_State - roles - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Abundant - subcase of Intransitive_State - roles - constraints - protagonist <-- @Inanimate - category <-- @Quantity - -schema Achieved - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Angry - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Annoying - subcase of Intransitive_State - roles - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Bad - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Bared - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Big - subcase of Intransitive_State - roles - constraints - category <-- @Size - -schema Broken - subcase of Intransitive_State - roles - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Clean - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Comfortable - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Correct - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Dead - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Dirty - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Enough - subcase of Intransitive_State - roles - constraints - protagonist <-- @Inanimate - -schema Faint - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Fine - subcase of Intransitive_State - roles - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Finished - subcase of Intransitive_State - roles - constraints - protagonist <-- @Process - category <-- @Undef - -schema Fragrant - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Full - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Good - subcase of Intransitive_State - roles - constraints - category <-- @Manner - -schema Good_Enough - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Green - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema High - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Hot - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Hungry - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Idle - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Matter - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Naughty - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Manner - -schema Obedient - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Manner - -schema Painful - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Perceived - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Pretty - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Red - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema Small - subcase of Intransitive_State - roles - constraints - category <-- @Size - -schema Stingy - subcase of Intransitive_State - roles - constraints - protagonist <-- @Human - category <-- @Undef - -schema Stupid - subcase of Intransitive_State - roles - constraints - protagonist <-- @Human - category <-- @Undef - -schema Tasty - subcase of Intransitive_State - roles - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Tired - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Ugly - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Up - subcase of Intransitive_State - roles - constraints - category <-- @Undef - -schema Well_Behaved - subcase of Intransitive_State - roles - constraints - protagonist <-- @Animate - category <-- @Manner - -schema White - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema Yellow - subcase of Intransitive_State - roles - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema Located - subcase of Two_Participant_State - roles - constraints - -schema Exist - subcase of Two_Participant_State - roles - constraints - -schema Copula - subcase of Two_Participant_State - roles - constraints - -schema Afraid - subcase of Mental_State - roles - constraints - -schema Be_Concerned_With - subcase of Mental_State - roles - constraints - -schema Know - subcase of Mental_State - roles - constraints - -schema Like - subcase of Mental_State - roles - constraints - -schema Love - subcase of Mental_State - roles - constraints - -schema Miss - subcase of Mental_State - roles - constraints - -schema Required_to - subcase of Mental_State - roles - constraints - -schema Want - subcase of Mental_State - roles - constraints - -schema Willing - subcase of Mental_State - roles - constraints - -schema Count - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - -schema Estimate - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Get_Even - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - -schema Play - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Practice - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Proceed - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Think - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Thunder - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - -schema Sing - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - -schema Sneeze - subcase of Intransitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - -schema Cry - subcase of Expression - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Fuss - subcase of Expression - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Smile - subcase of Expression - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Dance - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Kneel - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Lean - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - protagonist <-- @Animate - -schema Lie_Down - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - -schema Rise - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - -schema Sit - subcase of Self_Motion - roles - seat : @Concrete_Entity - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - -schema Spin - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - -schema Tumble - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Concrete_Entity - -schema Trip - subcase of Self_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - -schema Ascend - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - -schema Climb - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - -schema Come - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - -schema Descend - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - -schema Exit - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Achievement - -schema Fall - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Entity - inherent_aspect <-- @Inherent_Achievement - -schema Go - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - -schema Hide - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - -schema Run - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Activity - -schema Walk - subcase of Translational_Self_Motion - roles - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Activity - -schema Contain - subcase of Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Inanimate - force_recipient <-- @Inanimate - -schema Drive - subcase of Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Car - -schema Escort - subcase of Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Hug - subcase of Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Ride - subcase of Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Steady - subcase of Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Concrete_Entity - force_recipient <-- @Concrete_Entity - -schema Steer - subcase of Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Drop - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Pin - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Press - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Concrete_Entity - force_recipient <-- @Concrete_Entity - -schema Prick - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Sharp_Object - force_recipient <-- @Concrete_Entity - -schema Pull - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Push - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Slam - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Spit - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Stir - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Substance - -schema Sweep - subcase of Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Wipe - subcase of Forceful_Motion - evokes Move as move - roles - mop : @Manipulable_Inanimate_Object - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Human - force_recipient <-- @Solid - move.force_supplier <--> force_supplier - move.force_recipient <--> mop - -schema Apply - subcase of Translational_Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Substance - -schema Ladle - subcase of Translational_Forceful_Motion - roles - container : @Physical_Container - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Substance - container <--> spg.goal - -schema Load - subcase of Translational_Forceful_Motion - roles - container : @Physical_Container - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Move - subcase of Translational_Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Plug - subcase of Translational_Forceful_Motion - roles - opening : @Portal - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - opening <--> spg.goal - -schema Put - subcase of Translational_Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Scatter - subcase of Translational_Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Stash_Away - subcase of Translational_Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Beat - subcase of Agentive_Impact - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Kick - subcase of Agentive_Impact - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Mash - subcase of Agentive_Impact - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Pound - subcase of Agentive_Impact - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Press_Down_With_Leg - subcase of Agentive_Impact - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - -schema Slap - subcase of Agentive_Impact - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Entity - -schema Throw - subcase of Agentive_Impact - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -schema Cut - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - -schema Close - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Openable - -schema Damage - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - -schema Discard - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - -schema Fix - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - -schema Open - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Openable - -schema Pare - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - -schema Rip_Open - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - -schema Start - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Process - -schema Switch_On - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Electrical_Appliance - -schema Switch_Off - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Electrical_Appliance - -schema Tear - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Activity - actor <-- @Animate - undergoer <-- @Concrete_Entity - -schema Wash - subcase of Cause_Change - roles - constraints - inherent_aspect <-- @Inherent_Activity - actor <-- @Animate - undergoer <-- @Concrete_Entity - -schema Bring - subcase of Obtainment, Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Carry - subcase of Obtainment, Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Carry_On_Back - subcase of Obtainment, Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Grasp - subcase of Obtainment, Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Lift - subcase of Obtainment, Continuous_Force_Application - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Pick - subcase of Forceful_Motion, Obtainment - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Fetch - subcase of Obtainment, Translational_Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Take - subcase of Obtainment, Translational_Forceful_Motion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Eat - subcase of Ingestion - evokes Chew as chew - evokes Swallow as swallow - roles - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - ingester <--> chew.ingester - ingested <--> chew.ingested - ingester <--> swallow.ingester - ingested <--> swallow.ingested - -schema Chew - subcase of Ingestion - roles - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - -schema Drink - subcase of Ingestion - roles - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Liquid - -schema Swallow - subcase of Ingestion - roles - constraints - inherent_aspect <-- @Inherent_Achievement - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - -schema Perceive_Audio - subcase of Perception - roles - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - -schema Perceive_Visual - subcase of Perception - roles - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - -schema Perceive_Olfactory - subcase of Perception - roles - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - -schema Observe - subcase of Perception - roles - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - -schema Attend - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Human - patient <-- @School - -schema Bite - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - -schema Cook - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Food - -schema Divvy_Up - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - -schema Draw - subcase of Uncategorized_Transitive_Action - roles - drawn_on : @Entity - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Printed_Work - -schema Find - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - -schema Mimic - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Semelfactive - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - -schema Photograph - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Accomplishment - agent <-- @Animate - patient <-- @Entity - -schema Play_Musical_Instrument - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Musical_Instrument - -schema Play_With - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Entity - -schema Point - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - -schema Reach - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - -schema Read - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Book - -schema Release_Grasp - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - -schema Reserve - subcase of Uncategorized_Transitive_Action - evokes BenefactionOrMalefaction as benefaction - roles - reserved_for : @Animate - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - agent <--> benefaction.benefactor - reserved_for <--> benefaction.beneficiary - self <--> benefaction.benefit - -schema Serve - subcase of Uncategorized_Transitive_Action - roles - container : @Physical_Container - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Food - -schema Tease - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Human - patient <-- @Human - -schema Touch - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - -schema Wear - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Wearable_Item - -schema Twist - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - -schema Write - subcase of Uncategorized_Transitive_Action - roles - written_on : @Entity - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Printed_Work - -schema Substitute_For - subcase of Uncategorized_Transitive_Action - roles - original : @Entity - substitute : @Entity - constraints - inherent_aspect <-- @Inherent_Achievement - agent <--> original - -schema Switch - subcase of Uncategorized_Transitive_Action - roles - switched : @Entity - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - -schema Take_Off - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Wearable_Item - -schema Turn_Page - subcase of Uncategorized_Transitive_Action - roles - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Book - -schema Ask - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - -schema Accuse - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - -schema Beckon - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - -schema Explain - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Activity - communicator <-- @Human - audience <-- @Human - -schema Illustrate - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - -schema Say - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - -schema Talk_On_Phone - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Activity - communicator <-- @Animate - audience <-- @Animate - -schema Tell - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - -schema Permit - subcase of Communication - roles - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - -schema Buy - subcase of Transfer - evokes Obtainment as obtain - roles - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - obtain.obtainer <--> recipient - obtain.obtained <--> theme - -schema Exchange - subcase of Transfer - evokes Complex_Process as cp - evokes Transfer as transfer2 - evokes Obtainment as obtain - evokes Obtainment as obtain2 - roles - exchanger1 : @Animate - exchanger2 : @Animate - theme1 : @Manipulable_Inanimate_Object - theme2 : @Manipulable_Inanimate_Object - constraints - inherent_aspect <-- @Inherent_Achievement - self <--> cp.process1 - transfer2 <--> cp.process2 - giver <--> exchanger1 - recipient <--> exchanger2 - theme <--> theme1 - transfer2.giver <--> exchanger2 - transfer2.recipient <--> exchanger1 - transfer2.theme <--> theme2 - obtain.obtainer <--> exchanger2 - obtain.obtained <--> theme1 - obtain2.obtainer <--> exchanger1 - obtain2.obtained <--> theme2 - -schema Give - subcase of Transfer - evokes Obtainment as obtain - roles - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - obtain.obtainer <--> recipient - obtain.obtained <--> theme - -schema Feed - subcase of Transfer - evokes Eat as eat - roles - constraints - inherent_aspect <-- @Inherent_Activity - giver <-- @Animate - recipient <-- @Animate - theme <-- @Food - theme <--> eat.ingested - recipient <--> eat.ingester - -schema Offer - subcase of Transfer - roles - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - -schema Return - subcase of Transfer - roles - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - -Abstract Construction Important_Type - -Construction ROOT - constructional - constituents - s : Important_Type - meaning - evokes Discourse_Segment as DS - constraints - self.m <--> s.m - -Abstract Construction Clause - subcase of Important_Type - meaning: Event_Descriptor - evokes Discourse_Segment as DS - -Abstract Construction Phrase - subcase of Important_Type - -Abstract Construction Morpheme - subcase of Important_Type - constructional: Morpheme_Features - form: Morpheme_Form - -Abstract Construction Word - subcase of Morpheme - constructional: Word_Features - -Abstract Construction Number - subcase of Word - meaning: Numerical_Value - -Abstract Construction Digit - subcase of Number, Morpheme - -Abstract Construction Interjection - subcase of Important_Type - -Abstract Construction Interjection_Morpheme - subcase of Interjection, Morpheme - -Construction Unknown_Morpheme - subcase of Morpheme - form - constraints - self.f.orth <-- "UNKNOWN-ITEM" - -Construction Reduplication_Unknown - subcase of Important_Type - constructional - constituents - u1 : Unknown_Morpheme - u2 : Unknown_Morpheme - form - constraints - u1.f meets u2.f - -Abstract Construction wo3men2-variant - subcase of Morpheme - meaning: @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - rd.set_size <-- @Group - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction wo3men2-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "wo3+men2" - meaning - constraints - -Construction wo3men-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "wo3+men" - meaning - constraints - -Construction nin2 - subcase of Morpheme - form - constraints - self.f.orth <-- "nin2" - meaning: @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - self.m <--> DS.addressee - rd.discourse_participant_role <-- @Addressee - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction zan2 - subcase of Morpheme - form - constraints - self.f.orth <-- "zan2" - meaning: @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - rd.set_size <-- @Group - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction zan2men-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "zan2+men" - meaning: @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - rd.set_size <-- @Group - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ta1 - subcase of Morpheme - form - constraints - self.f.orth <-- "ta1" - meaning: @Human - evokes RD as rd - constraints - rd.givenness <-- @Given - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction zi4ji3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "zi4+ji3" - -Construction zi4ger3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "zi4+ger3" - -Abstract Construction zhe4_variant-D - subcase of Morpheme - meaning: @Element - evokes RD as rd - constraints - rd.givenness <-- @Identifiable - rd.discourse_participant_role <-- @Attentional_Focus - rd.referent <--> self.m - rd.set_size <-- @Singleton - -Construction zher4-D - subcase of Morpheme - form - constraints - self.f.orth <-- "zher4" - meaning: Trajector_Landmark - -Construction zhe4-D - subcase of zhe4_variant-D - form - constraints - self.f.orth <-- "zhe4" - meaning - constraints - -Construction zhei4-D - subcase of zhe4_variant-D - form - constraints - self.f.orth <-- "zhei4" - meaning - constraints - -Construction zhe4me-Cmp-D - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe4+me" - -Construction zhe4li3-Cmp-D - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe4+li3" - -Abstract Construction nar3_variant-D - subcase of Morpheme - meaning: Trajector_Landmark - evokes RD as rd - constraints - self.m.landmark <--> rd.referent - rd.givenness <-- @Unknown - -Construction na3-D - subcase of nar3_variant-D - form - constraints - self.f.orth <-- "na3" - meaning - constraints - -Construction nar3-D - subcase of nar3_variant-D - form - constraints - self.f.orth <-- "nar3" - meaning - constraints - -Abstract Construction na4_variant-D - subcase of Morpheme - meaning: @Element - evokes RD as rd - constraints - rd.givenness <-- @Identifiable - rd.discourse_participant_role <-- @Attentional_Focus - rd.referent <--> self.m - rd.set_size <-- @Singleton - -Construction na4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "na4" - meaning - constraints - -Construction nar4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "nar4" - meaning - constraints - -Construction nei4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "nei4" - meaning - constraints - -Construction ne4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "ne4" - meaning - constraints - -Construction ne4-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "ne4+me" - -Construction shei2-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "shei2" - meaning: @Human - evokes RD as rd - constraints - rd.givenness <-- @Unknown - rd.referent <--> self.m - -Construction shen2me-Cmp-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "shen2+me" - meaning: @Element - evokes RD as rd - constraints - rd.referent <--> self.m - rd.givenness <-- @Unknown - -Construction nei3-D - subcase of Morpheme - form - constraints - self.f.orth <-- "nei3" - meaning: @Element - evokes RD as rd - constraints - rd.referent <--> self.m - rd.givenness <-- @Unknown - -Abstract Construction zen3_variant-WH - subcase of Morpheme - -Construction zen3-WH - subcase of zen3_variant-WH - form - constraints - self.f.orth <-- "zen3" - -Construction zen4-WH - subcase of zen3_variant-WH - form - constraints - self.f.orth <-- "zen4" - -Construction zen3me-Cmp-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "zen3+me" - meaning: @Howcome - -Construction zen3me-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "zen3me" - meaning: @Howcome - -Construction zen4me-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "zen4+me" - meaning: @Howcome - -Abstract Construction gan4ma2-Cmp_variant-WH - subcase of Morpheme - meaning: @Why - -Construction gan4ma2-Cmp-WH - subcase of gan4ma2-Cmp_variant-WH - form - constraints - self.f.orth <-- "gan4+ma2" - -Construction gan4ma-Cmp-WH - subcase of gan4ma2-Cmp_variant-WH - form - constraints - self.f.orth <-- "gan4+ma" - -Construction ji3-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "ji3" - meaning: @How_Many - -Construction bie2 - subcase of Morpheme - form - constraints - self.f.orth <-- "bie2" - meaning: Negation - evokes Warning as warning - evokes Discourse_Segment as DS - constraints - self.m.process <--> warning.prohibited_action - self.m.process.protagonist <--> warning.warned - warning.warned <--> DS.addressee - warning.warner <--> DS.speaker - -Abstract Construction bu4_variant - subcase of Morpheme - meaning: Negation - -Construction bu4 - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu4" - -Construction bu2 - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu2" - -Construction bu - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu" - -Construction xu3 - subcase of Morpheme - form - constraints - self.f.orth <-- "xu3" - -Construction bu4xu3 - subcase of Word - constructional - constituents - b : bu4_variant - x : xu3 - meaning: Negation - evokes Warning as warning - evokes Discourse_Segment as DS - constraints - self.m.process <--> warning.prohibited_action - self.m.process.protagonist <--> warning.warned - warning.warned <--> DS.addressee - warning.warner <--> DS.speaker - -Construction bu4shi4 - subcase of Word - constructional - constituents - b : bu4_variant - s : shi4-V - meaning: Negation - -Construction beng2 - subcase of Morpheme - form - constraints - self.f.orth <-- "beng2" - meaning: Negation - -Construction fei1 - subcase of Morpheme - form - constraints - self.f.orth <-- "fei1" - meaning: Negation - -Construction mei2 - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2" - meaning: Negation - -Construction mei2you3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2+you3" - meaning: Negation - -Construction mei2fa3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2+fa3" - meaning: Negation - -Construction mei2fa43-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2+far3" - meaning: Negation - -Construction zai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zai4" - meaning: Located - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction you3-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "you3" - meaning: Exist - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shi4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shi4" - meaning: Copula - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction yi1_variant-Digit - subcase of Digit - meaning - constraints - self.m.value <-- "1" - self.m.set_size <-- @Singleton - -Construction yi1 - subcase of yi1_variant-Digit - form - constraints - self.f.orth <-- "yi1" - meaning - constraints - -Construction yi4 - subcase of yi1_variant-Digit - form - constraints - self.f.orth <-- "yi4" - meaning - constraints - -Abstract Construction er4_variant-Digit - subcase of Digit - meaning - constraints - self.m.value <-- "2" - self.m.set_size <-- @Pair - -Construction er - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er" - meaning - constraints - -Construction er3 - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er3" - meaning - constraints - -Construction er4 - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er4" - meaning - constraints - -Abstract Construction liang3_variant-Digit - subcase of Digit - -Construction liang3 - subcase of liang3_variant-Digit - form - constraints - self.f.orth <-- "liang3" - -Construction liar3 - subcase of liang3_variant-Digit - form - constraints - self.f.orth <-- "liar3" - -Construction san1-Digit - subcase of Digit - form - constraints - self.f.orth <-- "san1" - meaning - constraints - self.m.value <-- "3" - self.m.set_size <-- @Multitude - -Construction si4-Digit - subcase of Digit - form - constraints - self.f.orth <-- "si4" - meaning - constraints - self.m.value <-- "4" - self.m.set_size <-- @Multitude - -Construction wu3-Digit - subcase of Digit - form - constraints - self.f.orth <-- "wu3" - meaning - constraints - self.m.value <-- "5" - self.m.set_size <-- @Multitude - -Construction liu4-Digit - subcase of Digit - form - constraints - self.f.orth <-- "liu4" - meaning - constraints - self.m.value <-- "6" - self.m.set_size <-- @Multitude - -Construction qi1-Digit - subcase of Digit - form - constraints - self.f.orth <-- "qi1" - meaning - constraints - self.m.value <-- "7" - self.m.set_size <-- @Multitude - -Construction ba1-Digit - subcase of Digit - form - constraints - self.f.orth <-- "ba1" - meaning - constraints - self.m.value <-- "8" - self.m.set_size <-- @Multitude - -Construction jiu3-Digit - subcase of Digit - form - constraints - self.f.orth <-- "jiu3" - meaning - constraints - self.m.value <-- "9" - self.m.set_size <-- @Multitude - -Construction shi2-Digit - subcase of Digit - form - constraints - self.f.orth <-- "shi2" - meaning - constraints - self.m.value <-- "10" - self.m.set_size <-- @Multitude - -Construction de-AM - subcase of Morpheme - form - constraints - self.f.orth <-- "de" - -Construction de-NOM - subcase of Morpheme - form - constraints - self.f.orth <-- "de" - -Construction le - subcase of Morpheme - form - constraints - self.f.orth <-- "le" - -Construction guo4 - subcase of Morpheme - form - constraints - self.f.orth <-- "guo4" - -Construction zhe - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe" - -Construction zher - subcase of Morpheme - form - constraints - self.f.orth <-- "zher" - -Construction zai4-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "zai4" - -Construction dao4-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "dao4" - -Construction wang3-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "wang3" - -Construction ba3-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "ba3" - -Construction yong4-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "yong4" - -Construction gei3-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "gei3" - -Construction jin4-P - subcase of Morpheme - form - constraints - self.f.orth <-- "jin4" - meaning: Source_Path_Goal - evokes Container as container - evokes @Entity as ce - constraints - ce <--> container.container - self.m.source <--> container.outside - self.m.goal <--> container.inside - self.m.goal <--> container.container - self.m.path <-- @Enter_Path - -Construction chu1-P - subcase of Morpheme - form - constraints - self.f.orth <-- "chu1" - meaning: Source_Path_Goal - evokes Container as container - evokes @Entity as ce - constraints - ce <--> container.container - self.m.source <--> container.inside - self.m.source <--> container.container - self.m.goal <--> container.outside - self.m.path <-- @Out_Path - -Construction shang4-P - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning: Source_Path_Goal - evokes Up_Down as up_down - evokes @Entity as ce - constraints - ce <--> up_down.highpoint - self.m.source <--> up_down.lowpoint - self.m.goal <--> up_down.highpoint - self.m.path <-- @Up_Path - -Construction xia4-P - subcase of Morpheme - form - constraints - self.f.orth <-- "xia4" - meaning: Source_Path_Goal - evokes Up_Down as up_down - evokes @Entity as ce - constraints - ce <--> up_down.lowpoint - self.m.source <--> up_down.lowpoint - self.m.goal <--> up_down.highpoint - self.m.path <-- @Down_Path - -Construction hui2-P - subcase of Morpheme - form - constraints - self.f.orth <-- "hui2" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - ce <--> self.m.goal - self.m.path <-- @Return_Path - -Construction qi3-P - subcase of Morpheme - form - constraints - self.f.orth <-- "qi3" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - self.m.path <-- @Rising_Path - -Construction guo4-P - subcase of Morpheme - form - constraints - self.f.orth <-- "guo4" - meaning: Source_Path_Goal - evokes Orientation as orientation - evokes Boundary as boundary - evokes @Entity as ce - constraints - ce <--> orientation.body - orientation.long-axis <--> boundary.boundary - self.m.source <--> boundary.areaA - self.m.goal <--> boundary.areaB - self.m.path <-- @Across_Path - -Construction qu4-D - subcase of Morpheme - form - constraints - self.f.orth <-- "qu4" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - self.m.deixis <-- @Deitic_Away - -Construction lai2-D - subcase of Morpheme - form - constraints - self.f.orth <-- "lai2" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - self.m.deixis <-- @Deitic_Towards - -Construction xie1-C - subcase of Morpheme - form - constraints - self.f.orth <-- "xie1" - -Construction dian3-C - subcase of Morpheme - form - constraints - self.f.orth <-- "dian3" - -Abstract Construction ge4_variant-C - subcase of Morpheme - -Construction ge-C - subcase of ge4_variant-C - form - constraints - self.f.orth <-- "ge" - -Construction ge4-C - subcase of ge4_variant-C - form - constraints - self.f.orth <-- "ge4" - -Abstract Construction kuai4_variant-C - subcase of Morpheme - -Construction kuai4-C - subcase of kuai4_variant-C - form - constraints - self.f.orth <-- "kuai4" - -Construction kuair4-C - subcase of kuai4_variant-C - form - constraints - self.f.orth <-- "kuair4" - -Abstract Construction ben3_variant-C - subcase of Morpheme - -Construction ben3-C - subcase of ben3_variant-C - form - constraints - self.f.orth <-- "ben3" - -Construction benr3-C - subcase of ben3_variant-C - form - constraints - self.f.orth <-- "benr3" - -Construction banr4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "banr4" - -Construction dianr3-C - subcase of Morpheme - form - constraints - self.f.orth <-- "dianr3" - -Construction tao4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "tao4" - -Construction shou3-C - subcase of Morpheme - form - constraints - self.f.orth <-- "shou3" - -Construction zhang1-C - subcase of Morpheme - form - constraints - self.f.orth <-- "zhang1" - -Construction zhi1-C - subcase of Morpheme - form - constraints - self.f.orth <-- "zhi1" - -Construction ci4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "ci4" - -Construction tang4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "tang4" - -Construction hou4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "hou4" - -Construction hou4tou-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "hou4+tou" - -Construction li3-L - subcase of Morpheme - form - constraints - self.f.orth <-- "li3" - -Construction li3mian4-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "li3+mian4" - -Construction li3tou-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "li3+tou" - -Construction qian2-L - subcase of Morpheme - form - constraints - self.f.orth <-- "qian2" - -Construction shang4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - -Construction shang4tou2-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4+tou2" - -Construction xia4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "xia4" - -Construction wai4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4" - -Construction le-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "le" - -Construction na-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "na" - -Construction ne-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ne" - -Construction nei-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "nei" - -Construction nou-SP1 - subcase of Morpheme - form - constraints - self.f.orth <-- "nou" - -Construction ba-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ba" - -Construction ao-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ao" - -Construction ou-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ou" - -Construction a-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "a" - -Construction la-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "la" - -Construction ya-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ya" - -Abstract Construction ma_variant-SP - subcase of Morpheme - -Construction ma-SP - subcase of ma_variant-SP - form - constraints - self.f.orth <-- "ma" - -Construction ma2-SP - subcase of ma_variant-SP - form - constraints - self.f.orth <-- "ma2" - -Construction lai2zhe-Cmp-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "lai2+zhe" - -Construction he2-J - subcase of Morpheme - form - constraints - self.f.orth <-- "he2" - -Construction huo4-J - subcase of Morpheme - form - constraints - self.f.orth <-- "huo4" - -Construction gen1-J - subcase of Morpheme - form - constraints - self.f.orth <-- "gen1" - -Construction bi4xu1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "bi4+xu1" - -Construction cai2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "cai2" - -Construction chong2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "chong2" - -Construction dou1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "dou1" - -Construction hui4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "hui4" - -Construction jiu4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "jiu4" - -Construction ke2yi3-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ke2+yi3" - -Construction ke3jiu4-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ke3+jiu4" - -Construction ye3-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ye3" - -Construction dei3-A - subcase of Morpheme - form - constraints - self.f.orth <-- "dei3" - -Construction gai1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "gai1" - -Construction neng2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "neng2" - -Construction ke3yi3-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ke3+yi3" - -Construction hai2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "hai2" - -Construction lao3-A2 - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3" - -Construction xian1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "xian1" - -Construction yi3jing1-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yi3+jing1" - -Construction yao4bu4ran2-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+bu4+ran2" - -Construction yao4ma-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+ma" - -Construction yao4shi4-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+shi4" - -Construction ying1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ying1" - -Construction ying1gai1-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ying1+gai1" - -Construction you4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "you4" - -Construction zai4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "zai4" - -Construction bai2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bai2" - meaning: White - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bao3" - meaning: Full - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ben4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ben4" - meaning: Stupid - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction chou3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chou3" - meaning: Ugly - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction da4_variant-V - subcase of Morpheme - meaning: Big - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction da1-V - subcase of da4_variant-V - form - constraints - self.f.orth <-- "da1" - meaning - constraints - -Construction da4-V - subcase of da4_variant-V - form - constraints - self.f.orth <-- "da4" - meaning - constraints - -Construction dao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dao4" - meaning: Achieved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction de2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "de2" - meaning: Good_Enough - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dui4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dui4" - meaning: Correct - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction duo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "duo1" - meaning: Abundant - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction e4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "e4" - meaning: Hungry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gan1jing4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gan1+jing4" - meaning: Clean - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gao1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gao1" - meaning: High - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gou4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gou4" - meaning: Enough - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guai1" - meaning: Well_Behaved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guang1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guang1" - meaning: Bared - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction hao3_variant-V - subcase of Morpheme - meaning: Good - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hao-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao" - meaning - constraints - -Construction hao1-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao1" - meaning - constraints - -Construction hao3-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao3" - meaning - constraints - -Construction haor-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "haor" - meaning - constraints - -Construction hao3chi1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+chi1" - meaning: Tasty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hao3wanr2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+wanr2" - meaning: Amusing - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hao3kan4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+kan4" - meaning: Pretty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hong2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hong2" - meaning: Red - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction huai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huai4" - meaning: Broken - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction huang2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huang2" - meaning: White - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jian4-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "jian4" - meaning: Perceived - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kou1menr2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kou1+menr2" - meaning: Stingy - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3" - -Construction luu4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "luu4" - meaning: Green - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction po4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "po4" - meaning: Broken - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lao3shi2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3+shi2" - meaning: Well_Behaved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lei4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lei4" - meaning: Tired - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction mei3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "mei3" - meaning: Pretty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction re4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "re4" - meaning: Hot - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shang4-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning: Up - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction sheng1qi4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "sheng1+qi4" - meaning: Angry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shu1fu-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shu1+fu" - meaning: Comfortable - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction si3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "si3" - meaning: Dead - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tao3yan4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tao3+yan4" - meaning: Annoying - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction teng2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "teng2" - meaning: Painful - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wan2" - meaning: Finished - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xi4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi4" - meaning: Fine - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xian2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xian2" - meaning: Idle - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiang1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang1+xiang1" - meaning: Fragrant - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao3" - meaning: Small - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xing2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xing2" - meaning: Good_Enough - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yao4jin3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+jin3" - meaning: Matter - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yun1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yun1" - meaning: Faint - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zang1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zang1" - meaning: Dirty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhao1V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao1" - meaning: Bad - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhao2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao2" - meaning: Achieved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ai4" - meaning: Love - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guan3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guan3" - meaning: Be_Concerned_With - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction pa4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pa4" - meaning: Afraid - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tao2qi4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tao2+qi4" - meaning: Naughty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ting1hua4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ting1+hua4" - meaning: Obedient - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiang3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang3" - meaning: Miss - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yao4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4" - meaning: Required_to - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4" - meaning: Want - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yuan4yi4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yuan4+yi4" - meaning: Willing - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xi3huan1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi3+huan1" - meaning: Like - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhi1dao4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhi1+dao4" - meaning: Know - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ban4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ban4" - meaning: Proceed - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction chang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chang4" - meaning: Sing - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction da3lei2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "da3+lei2" - meaning: Thunder - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gu1ji4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gu1+ji4" - meaning: Estimate - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lian4xi2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lian4+xi2" - meaning: Practice - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction suan4zhang4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "suan4+zhang4" - meaning: Get_Even - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shu3shu3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shu3+shu3" - meaning: Count - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiang3xiang3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang3+xiang3" - meaning: Think - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ku1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ku1" - meaning: Cry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction heng1heng1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "heng1+heng1" - meaning: Fuss - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lie1ber-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lie1+ber" - meaning: Fuss - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction nao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nao4" - meaning: Cry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao4" - meaning: Smile - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ce4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ce4" - meaning: Lean - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dao3" - meaning: Tumble - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction diao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "diao4" - meaning: Fall - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gui4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gui4" - meaning: Kneel - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qi3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qi3" - meaning: Rise - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuai1gen1tou-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shuai1+gen1+tou" - meaning: Trip - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuai1jiao1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shuai1+jiao1" - meaning: Trip - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tang3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tang3" - meaning: Lie_Down - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tiao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tiao4" - meaning: Dance - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tiao4wu3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tiao4+wu3" - meaning: Dance - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhan4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhan4" - meaning: Rise - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuan4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuan4" - meaning: Spin - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zuo4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zuo4" - meaning: Sit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zuo4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zuo4+zuo4" - meaning: Sit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cang2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cang2" - meaning: Hide - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction chu1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chu1" - meaning: Exit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lai2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lai2" - meaning: Come - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction pao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pao3" - meaning: Run - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction pao3bu4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pao3+bu4" - meaning: Run - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction qu4_variant-V - subcase of Morpheme - meaning: Go - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qie-V - subcase of qu4_variant-V - form - constraints - self.f.orth <-- "qie" - meaning - constraints - -Construction qu4-V - subcase of qu4_variant-V - form - constraints - self.f.orth <-- "qu4" - meaning - constraints - -Construction shang4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning: Ascend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shang4shang4-V2-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4+shang4" - meaning: Ascend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xia4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xia4" - meaning: Descend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zou3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zou3" - meaning: Go - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bao4" - meaning: Hug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bao4bao4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bao4+bao4" - meaning: Hug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction fu2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "fu2" - meaning: Steady - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guai3" - meaning: Steer - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kai1-V3 - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1" - meaning: Drive - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qi2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qi2" - meaning: Ride - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction song4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "song4" - meaning: Escort - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuang1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuang1" - meaning: Contain - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bie2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bie2" - meaning: Pin - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ba1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ba1" - meaning: Sweep - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ca1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ca1" - meaning: Wipe - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ca1ca1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ca1+ca1" - meaning: Wipe - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction diao4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "diao4" - meaning: Drop - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jia1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "jia1" - meaning: Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jian3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "jian3" - meaning: Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction la1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "la1" - meaning: Pull - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tu4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tu4" - meaning: Spit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tui1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tui1" - meaning: Push - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tui1tui1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tui1+tui1" - meaning: Push - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ya1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ya1" - meaning: Press - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zha1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zha1" - meaning: Prick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuang4" - meaning: Slam - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cha1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cha1" - meaning: Plug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cha1cha1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cha1+cha1" - meaning: Plug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dong4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dong4" - meaning: Move - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction fang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "fang4" - meaning: Put - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ge1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ge1" - meaning: Put - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction mo3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "mo3" - meaning: Apply - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction sa3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "sa3" - meaning: Scatter - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shou1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shou1" - meaning: Stash_Away - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuang1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuang1" - meaning: Load - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cai3" - meaning: Mash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cuo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cuo1" - meaning: Mash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction da3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "da3" - meaning: Beat - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction deng1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "deng1" - meaning: Press_Down_With_Leg - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction deng4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "deng4" - meaning: Kick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction deng4deng4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "deng4+deng4" - meaning: Kick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ding3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ding3" - meaning: Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction nie1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nie1" - meaning: Mash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction pai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pai1" - meaning: Slap - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction reng1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "reng1" - meaning: Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shuai1" - meaning: Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ti1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ti1" - meaning: Kick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuai1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuai1" - meaning: Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhui4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhui4" - meaning: Pound - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bai1" - meaning: Rip_Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bi4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bi4" - meaning: Close - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bo1" - meaning: Pare - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction chai1chai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chai1+chai1" - meaning: Rip_Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guan1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guan1" - meaning: Close - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guan1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "guan1" - meaning: Switch_Off - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hui3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hui3" - meaning: Damage - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1" - meaning: Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kai1kai-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1+kai1" - meaning: Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kai1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1" - meaning: Switch_On - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kai1shi3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1+shi3" - meaning: Start - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction liang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "liang4" - meaning: Switch_On - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction nong4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nong4" - meaning: Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction nong4nong-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nong4+nong4" - meaning: Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qie1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qie1" - meaning: Cut - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction reng1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "reng1" - meaning: Discard - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction si1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "si1" - meaning: Tear - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction si1si1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "si1+si1" - meaning: Tear - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xi3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi3" - meaning: Wash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xi3xi3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi3+xi3" - meaning: Wash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiu1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiu1" - meaning: Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiu1xiu1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiu1+xiu1" - meaning: Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ban1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ban1" - meaning: Carry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bei1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bei1" - meaning: Carry_On_Back - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cheng2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cheng2" - meaning: Load - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dai4" - meaning: Bring - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction duan1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "duan1" - meaning: Carry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kuai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kuai3" - meaning: Ladle - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction na2-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "na2" - meaning: Grasp - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction na2-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "na2" - meaning: Fetch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction na2na2-Cmp-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "na2+na2" - meaning: Fetch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jiu1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "jiu1" - meaning: Grasp - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ti2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ti2+ti2" - meaning: Lift - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tiao1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tiao1" - meaning: Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhai1" - meaning: Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhai2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhai2" - meaning: Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ceng4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ceng4" - meaning: Eat - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jian4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "jian4" - meaning: Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kan4-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "kan4" - meaning: Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kan4kan4-V1-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "kan4+kan4" - meaning: Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kan4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "kan4" - meaning: Observe - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qiao2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qiao2" - meaning: Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qiao2qiao2-Cmp-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "qiao2+qiao2" - meaning: Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ting1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ting1" - meaning: Perceive_Audio - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ting1ting1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ting1+ting1" - meaning: Perceive_Audio - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wang4" - meaning: Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wen2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wen2+wen2" - meaning: Perceive_Olfactory - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction chuan1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chuan1" - meaning: Wear - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dai4ti4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dai4+ti4" - meaning: Substitute_For - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dou4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dou4" - meaning: Tease - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction du2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "du2" - meaning: Read - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction fen1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "fen1" - meaning: Divvy_Up - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hua4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hua4" - meaning: Draw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction huan4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huan4" - meaning: Switch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction liu2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "liu2" - meaning: Reserve - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction mo1_variant-V - subcase of Morpheme - meaning: Touch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction mo1-V - subcase of mo1_variant-V - form - constraints - self.f.orth <-- "mo1" - meaning - constraints - -Construction mo2-V - subcase of mo1_variant-V - form - constraints - self.f.orth <-- "mo2" - meaning - constraints - -Abstract Construction ning3_variant-V - subcase of Morpheme - meaning: Twist - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ning2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ning2" - -Construction ning3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ning3" - -Construction shang4-V3 - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning: Attend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction she4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "she4" - meaning: Photograph - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction song1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "song1" - meaning: Release_Grasp - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tan2" - meaning: Play_Musical_Instrument - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tan2tan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tan2+tan2" - meaning: Play_Musical_Instrument - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tuo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tuo1" - meaning: Take_Off - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction wanr2_variant-V - subcase of Morpheme - meaning: Play_With - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wanr-V - subcase of wanr2_variant-V - form - constraints - self.f.orth <-- "wanr" - meaning - constraints - -Construction wanr2-V - subcase of wanr2_variant-V - form - constraints - self.f.orth <-- "wanr2" - meaning - constraints - -Construction xie3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xie3" - meaning: Write - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yao3" - meaning: Bite - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao3" - meaning: Find - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhao3zhao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao3+zhao3" - meaning: Find - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao4" - meaning: Mimic - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhu3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhu3" - meaning: Cook - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gao4" - meaning: Tell - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gao4su4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gao4+su4" - meaning: Tell - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jiao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "jiao4" - meaning: Beckon - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction rang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "rang4" - meaning: Permit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuo1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "shuo1" - meaning: Accuse - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuo1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "shuo1" - meaning: Say - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wen4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wen4" - meaning: Ask - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction gei3_variant-V - subcase of Morpheme - meaning: Give - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gei3-V - subcase of gei3_variant-V - form - constraints - self.f.orth <-- "gei3" - meaning - constraints - -Construction gei2-V - subcase of gei3_variant-V - form - constraints - self.f.orth <-- "gei2" - meaning - constraints - -Construction huan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huan2" - meaning: Return - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction mai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "mai3" - meaning: Buy - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction wei4_variant-V - subcase of Morpheme - meaning: Feed - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wei1-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wei1" - meaning - constraints - -Construction wei4-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wei4" - meaning - constraints - -Construction wi2-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wi2" - meaning - constraints - -Construction xixi-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xixi" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction xi1xi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xi1+xi" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction yu3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yu3" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction hao3yu3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+yu3" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction wei2wei-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wei2+wei" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bao3bao3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bao3+bao3" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bing1bing1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bing1+bing1" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bing1Bing-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bing1Bing" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction di-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction qian4qian4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qian4+qian4" - meaning: @QianQian - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Abstract Construction ma1ma-variant-N - subcase of Morpheme - meaning: @Mother - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ma1-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1" - meaning - constraints - -Construction ma1ma-Cmp-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1+ma" - meaning - constraints - -Construction ma1ma1-Cmp-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1+ma1" - meaning - constraints - -Abstract Construction ba4ba-variant-N - subcase of Morpheme - meaning: @Father - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ba4-N - subcase of ba4ba-variant-N - form - constraints - self.f.orth <-- "ba4" - meaning - constraints - -Construction ba4ba-Cmp-N - subcase of ba4ba-variant-N - form - constraints - self.f.orth <-- "ba4+ba" - meaning - constraints - -Construction yi2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yi2" - meaning: @Aunt - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction jiu4jiu-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "jiu4+jiu" - meaning: @Uncle - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction mei4mei-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mei4+mei" - meaning: @Younger_Sister - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ge1ge-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ge1+ge" - meaning: @Older_Brother - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction di4di4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di4+di4" - meaning: @Younger_Brother - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction nai3nai-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "nai3+nai" - meaning: @Grandma - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ye2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ye2" - meaning: @Grandpa - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction lao3shi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3+shi" - meaning: @Teacher - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Abstract Construction ren2_variant-N - subcase of Morpheme - meaning: @Human - -Construction ren2-N - subcase of ren2_variant-N - form - constraints - self.f.orth <-- "ren2" - -Construction renr2-N - subcase of ren2_variant-N - form - constraints - self.f.orth <-- "renr2" - -Construction wa-N2 - subcase of Morpheme - form - constraints - self.f.orth <-- "wa" - meaning: @Child - -Construction har-N2 - subcase of Morpheme - form - constraints - self.f.orth <-- "har" - meaning: @Child - -Construction hai2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hai2+zi" - meaning: @Child - -Construction ge1bo1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ge1+bo1" - meaning: @Shoulder - -Construction guang1jiao3ya1zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "guang1+jiao3+ya1+zi" - meaning: @Human - -Construction lian3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lian3" - meaning: @Face - -Construction jiao3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "jiao3" - meaning: @Foot - -Construction kou3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "kou3" - meaning: @Mouth - -Construction shenr1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shenr1" - meaning: @Body - -Abstract Construction tou2_variant-N - subcase of Morpheme - meaning: @Head - -Construction tou-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tou" - -Construction tou2-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tou2" - -Construction tour2-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tour2" - -Construction tou2fa4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tou2+fa4" - meaning: @Hair - -Construction wai4tou2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4+tou2" - meaning: @Forehead - -Construction tui3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tui3" - meaning: @Leg - -Construction zui3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zui3" - meaning: @Mouth - -Construction zui3ba-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zui3+ba" - meaning: @Mouth - -Construction ku4zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ku4+zi" - meaning: @Pants - -Construction shu1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shu1" - meaning: @Book - -Construction hua4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hua4" - meaning: @Picturebook - -Abstract Construction shu1bao1_variant-N - subcase of Morpheme - meaning: @Backpack - -Construction shu1baor1-Cmp-N - subcase of shu1bao1_variant-N - form - constraints - self.f.orth <-- "shu1+baor1" - -Construction shu1bao1-Cmp-N - subcase of shu1bao1_variant-N - form - constraints - self.f.orth <-- "shu1+bao1" - -Construction bao1bao1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bao1+bao1" - meaning: @Bag - -Abstract Construction zi4_variant-N - subcase of Morpheme - meaning: @Character - -Construction zi4-N - subcase of zi4_variant-N - form - constraints - self.f.orth <-- "zi4" - -Construction zir4-N - subcase of zi4_variant-N - form - constraints - self.f.orth <-- "zir4" - -Construction nian2ji4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "nian2+ji4" - meaning: @Age - -Construction sui4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "sui4" - meaning: @Age_Year - -Construction yan2se4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yan2+se4" - meaning: @Color_Property - -Construction yin1yue4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yin1+yue4" - meaning: @Music - -Construction guo1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "guo1" - meaning: @Frying_Pan - -Construction nai3zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "nai3+ping2" - meaning: @Bottle - -Construction ping2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ping2+zi" - meaning: @Bottle - -Construction shao2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shao2" - meaning: @Ladle_Utensil - -Abstract Construction wan3_variant-N - subcase of Morpheme - meaning: @Bowl - -Construction wan3-N - subcase of wan3_variant-N - form - constraints - self.f.orth <-- "wan3" - -Construction wanr3-N - subcase of wan3_variant-N - form - constraints - self.f.orth <-- "wanr3" - -Construction yu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yu2" - meaning: @Fish - -Construction cir4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "cir4" - meaning: @Bone - -Abstract Construction fanr4_variant-N - subcase of Morpheme - meaning: @Rice - -Construction fan4-N - subcase of fanr4_variant-N - form - constraints - self.f.orth <-- "fan4" - -Construction fanr4-N - subcase of fanr4_variant-N - form - constraints - self.f.orth <-- "fanr4" - -Construction hur2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hur2" - meaning: @Seed - -Construction ji1dan4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1+dan4" - meaning: @Egg - -Construction guo3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "guo3" - meaning: @Apple - -Construction ping2guo3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ping2+guo3" - meaning: @Apple - -Construction cai4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "cai4" - meaning: @Vegetable - -Construction qiao3ke3li4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qiao3+ke3+li4" - meaning: @Candy - -Construction rou4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "rou4" - meaning: @Meat - -Construction rou4rou4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "rou4+rou4" - meaning: @Meat - -Construction tang1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tang1" - meaning: @Soup - -Construction shui3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shui3" - meaning: @Water - -Construction shui3shui3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shui3+shui3" - meaning: @Water - -Construction tang2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tang2" - meaning: @Candy - -Construction tao2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tao2" - meaning: @Peach - -Construction tu3dou4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tu3+dou4" - meaning: @Potato - -Construction xi1gua1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xi1+gua1" - meaning: @Watermelon - -Construction yao4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4" - meaning: @Medicine - -Construction che1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "che1" - meaning: @Car - -Construction che1che1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "che1+che1" - meaning: @Car - -Construction huo3che1che1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "huo3+che1+che1" - meaning: @Train - -Construction qi4che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qi4+che1" - meaning: @Car - -Construction ma3che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ma3+che1" - meaning: @Trolley - -Construction ka3che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ka3+che1" - meaning: @Truck - -Construction mo2tuo1che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mo2+tuo1+che1" - meaning: @Motorcycle - -Construction tu3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tu3" - meaning: @Bulldozer - -Construction tui1tu3che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tui1+tu3+che1" - meaning: @Bulldozer - -Abstract Construction chang2lu4lu-variant-N - subcase of Morpheme - -Construction chang2lu4lu4-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4+lu4" - meaning: @Giraffe - -Construction chang2lu4lu-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4+lu" - meaning: @Giraffe - -Construction chang2lu4-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4" - meaning: @Giraffe - -Construction lu4lu-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "lu4+lu4" - meaning: @Giraffe - -Construction ma3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ma3" - meaning: @Horse - -Construction mao1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mao1" - meaning: @Cat - -Construction mao1mao1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mao1+mao1" - meaning: @Cat - -Construction niu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "niu2" - meaning: @Cow - -Construction ya1zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ya1+zi" - meaning: @Duck - -Construction yang2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yang2" - meaning: @Goat - -Construction zhu1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zhu1" - meaning: @Pig - -Construction tian1shang4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tian1+shang4" - meaning: @Sky - -Construction xing1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xing1" - meaning: @Star - -Construction xing1xing1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xing1+xing1" - meaning: @Star - -Construction yue4liang4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yue4+liang4" - meaning: @Moon - -Construction bi3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bi3" - meaning: @Pen - -Construction cai3bi3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "cai3+bi3" - meaning: @Crayon - -Construction chuang2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "chuang2" - meaning: @Bed - -Construction dengr4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dengr4" - meaning: @Stool - -Construction ban3dengr4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ban3+dengr4" - meaning: @Stool - -Construction fang1kuair4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "fang1+kuair4" - meaning: @Square_Block - -Construction fang2ding3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "fang2+ding3" - meaning: @Roof - -Construction he2he-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "he2+he" - meaning: @Box - -Construction kou3dai4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "kou3+dai4" - meaning: @Bib - -Construction wai4tou-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4+tou" - meaning: @Outdoors - -Construction wai4bianr1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4+bianr1" - meaning: @Outdoors - -Construction wu1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wu1" - meaning: @House - -Abstract Construction lou3_variant-N - subcase of Morpheme - meaning: @Storey - -Construction lou2-N - subcase of lou3_variant-N - form - constraints - self.f.orth <-- "lou2" - -Construction lou3-N - subcase of lou3_variant-N - form - constraints - self.f.orth <-- "lou3" - -Abstract Construction men2_variant-N - subcase of Morpheme - meaning: @Door - -Construction men2-N - subcase of men2_variant-N - form - constraints - self.f.orth <-- "men2" - -Construction menr2-N - subcase of men2_variant-N - form - constraints - self.f.orth <-- "menr2" - -Abstract Construction hua1hua1-variant-N - subcase of Morpheme - meaning: @Flower - -Construction huar1-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "huar1" - -Construction huar1huar-Cmp-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "huar1+huar" - -Construction hua1hua1-Cmp-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "hua1+hua1" - -Construction sheng2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "sheng2+zi" - meaning: @Rope - -Construction xiang1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang1" - meaning: @Storagebin - -Construction xie2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xie2" - meaning: @Shoe - -Construction deng4zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "deng4+zi" - meaning: @Chair - -Construction yi3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yi3" - meaning: @Chair - -Construction yi3zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yi3+zi" - meaning: @Chair - -Construction zhuo1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuo1" - meaning: @Table - -Construction zhuo1zi-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuo1+zi" - meaning: @Table - -Construction dong1xi1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dong1+xi1" - meaning: @Inanimate - -Construction chong2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "chong2+zi" - meaning: @Worm - -Construction lao3ya1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3+ya1" - meaning: @Duck - -Construction tang2lao3ya1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tang2+lao3+ya1" - meaning: @Duck - -Construction ya1ya1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ya1+ya1" - meaning: @Duck - -Construction gou3gou3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "gou3+gou3" - meaning: @Dog - -Construction gou3xiong2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "gou3+xiong2" - meaning: @Bear - -Construction xiao3hei1xiong2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao3+hei1+xiong2" - meaning: @Bear - -Construction xiao3bai2tu4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao3+bai2+tu4" - meaning: @Rabbit - -Construction wa-N1 - subcase of Morpheme - form - constraints - self.f.orth <-- "wa" - meaning: @Doll - -Construction wan2yir4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wan2+yir4" - meaning: @Toy - -Construction qiu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qiu2" - meaning: @Ball - -Construction qiu2qiu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qiu2+qiu2" - meaning: @Ball - -Construction qi4qiu2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qi4+qiu2" - meaning: @Balloon - -Construction she4xiang4ji1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "she4+xiang4+ji1" - meaning: @Camera - -Construction ji1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1" - meaning: @Camera - -Construction ji1ji1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1+ji1" - meaning: @Camera - -Construction tuo1er2suo3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tuo1+er2+suo3" - meaning: @Daycare - -Construction xue2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xue2" - meaning: @School - -Construction you2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "you2" - meaning: @Lotion - -Construction di4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di4" - meaning: @Ground - -Construction di4xia4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di4+xia4" - meaning: @Ground - -Construction pi2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "pi2" - meaning: @Peel - -Abstract Construction deng1-variant-N - subcase of Morpheme - meaning: @Desklamp - -Construction deng1-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "deng1" - -Construction dian4deng1-Cmp-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "dian4+deng1" - -Construction deng1zi-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "deng1+zi" - -Construction dian4chi2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dian4+chi2" - meaning: @Battery - -Construction dian4shi4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dian4+hua4" - meaning: @Telephone - -Construction dian4hua4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dian4+shi4" - meaning: @Television - -Construction lu4yin1ji1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lu4+yin1+ji1" - meaning: @Tape_Recorder - -Abstract Construction ji1qi1ren2-Cmp_variant-N - subcase of Morpheme - meaning: @Robot - -Construction ji1qi1ren2-Cmp-N - subcase of ji1qi1ren2-Cmp_variant-N - form - constraints - self.f.orth <-- "ji1+qi1+ren2" - -Construction ji1qi1renr2-Cmp-N - subcase of ji1qi1ren2-Cmp_variant-N - form - constraints - self.f.orth <-- "ji1+qi1+renr2" - -Construction ji1xie4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1+xie4" - meaning: @Robot - -Construction ni3pai1yi1wo3pai1yi1-N - subcase of Word - constructional - constituents - n1 : ni3 - p1 : pai1-V - y1 : yi1_variant-Digit - w2 : wo3 - p2 : pai1-V - y2 : yi1_variant-Digit - form - constraints - n1.f meets p1.f - p1.f meets y1.f - y1.f meets w2.f - w2.f meets p2.f - p2.f meets y2.f - meaning: @Game - -Construction gang1qin2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "gang1+qin2" - meaning: @Piano - -Construction qin2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qin2" - meaning: @Piano - -Construction duo2-M - subcase of Morpheme - form - constraints - self.f.orth <-- "duo2" - meaning: Modification - constraints - self.m.category <-- @Degree - -Construction lao3-M1 - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3" - meaning: Modification - constraints - self.m.category <-- @Degree - -Construction tai4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "tai4" - meaning: Modification - constraints - self.m.category <-- @Degree - -Construction zhen1-M - subcase of Morpheme - form - constraints - self.f.orth <-- "zhen1" - meaning: Modification - constraints - self.m.category <-- @Degree - -Construction zui4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "zui4" - meaning: Modification - constraints - self.m.category <-- @Degree - -Construction huir2-M - subcase of Morpheme - form - constraints - self.f.orth <-- "huir2" - meaning: Modification - constraints - self.m.category <-- @Duration - -Construction huir3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "huir3" - meaning: Modification - constraints - self.m.category <-- @Duration - -Construction hu2-M - subcase of Morpheme - form - constraints - self.f.orth <-- "hu2" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction hao3hao-Cmp-M - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+hao" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction kuai4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "kuai4" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction luan4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "luan4" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction ma3shang4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "ma3+shang4" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction man4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "man4" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction shao3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "shao3" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction ting3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "ting3" - meaning: Modification - constraints - self.m.category <-- @Degree - -Construction xia1-M - subcase of Morpheme - form - constraints - self.f.orth <-- "xia1" - meaning: Modification - constraints - self.m.category <-- @Manner - -Construction yi1dian3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "yi4+dianr3" - meaning: Modification - evokes @Element as ce - constraints - self.m.category <-- @Quantity - -Construction da4ge4-M - subcase of Word - constructional - constituents - d : da4-V - g : ge4_variant-C - form - constraints - d.f meets g.f - meaning: Modification - evokes @Element as ce - constraints - self.m.category <-- @Size - -Construction dai1-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "dai1" - -Construction gan4-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "gan4" - -Construction gang1cai1-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "gang1+cai1" - -Construction jin1tian1-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "jin1+tian1" - -Construction liao-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "liao" - -Construction liao3-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "liao3" - -Construction yang-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yang" - -Construction yang4-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yang4" - -Construction yangr4-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yangr4" - -Construction yi2gong4-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yi2+gong4" - -Construction zhe4mezhe-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe4+mezhe" - -Construction zhi3-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "zhi3" - -Construction ni3_chi1_chi1_fan4-Cxn012 - subcase of Phrase - constructional - constituents - n0 : ni3 - c1 : chi1-V - c2 : chi1-V - f3 : fanr4_variant-N - form - constraints - n0.f before c1.f - c1.f before c2.f - c2.f meets f3.f - meaning: @Human - constraints - f3.m <--> c2.m.ingested - f3.m <--> c1.m.ingested - c2.m.ingested <--> c1.m.ingested - c2.m <--> c1.m - n0.m <--> c2.m.ingester - n0.m <--> c1.m.ingester - c2.m.ingester <--> c1.m.ingester - self.m <--> n0.m - -Construction zui3_ge1-Cxn031 - subcase of Clause - constructional - constituents - z0 : zui3-N - g1 : ge1-V - form - constraints - z0.f before g1.f - meaning - evokes RD as rd0 - evokes RD as rd1 - evokes RD as rd2 - constraints - z0.m <--> g1.m.goal - self.m.event_type <--> g1.m - self.m.profiled_process <--> g1.m - self.m <--> g1.ed - self.m.event_structure <--> g1.event_structure - rd0.referent <--> g1.m.force_supplier - rd1.referent <--> g1.m.force_recipient - rd2.referent <--> g1.m.goal - self.m.event_type <-- Put - rd0.ontological_category <-- @Child - rd0.discourse_participant_role <-- @Addressee - rd1.ontological_category <-- @Rice - rd1.discourse_participant_role <-- @Attentional_Focus - rd2.ontological_category <-- @Mouth - -Construction ni3_rang4-Cxn032 - subcase of Clause - constructional - constituents - n0 : ni3 - r1 : rang4-V - form - constraints - n0.f meets r1.f - meaning - evokes RD as rd0 - evokes RD as rd1 - evokes RD as rd2 - constraints - n0.m <--> r1.m.communicator - self.m.event_type <--> r1.m - self.m.profiled_process <--> r1.m - self.m <--> r1.ed - self.m.event_structure <--> r1.event_structure - rd0.referent <--> r1.m.communicator - rd0 <--> n0.rd - rd1.referent <--> r1.m.audience - rd2.referent <--> r1.m.communicated - self.m.event_type <-- Permit - rd1.ontological_category <-- @Aunt - -Construction he1_bu4_he1-Cxn038 - subcase of Phrase - constructional - constituents - h0 : he1-V - b1 : bu4_variant - h2 : he1-V - form - constraints - h0.f meets b1.f - b1.f meets h2.f - meaning: Negation - constraints - h2.m.ingested <--> h0.m.ingested - h2.m <--> h0.m - h2.m <--> b1.m.process - h0.m <--> b1.m.process - self.m <--> b1.m - -Abstract Construction Cat043 - subcase of Morpheme - meaning: Ingestion - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction he1-V - subcase of Cat043, Morpheme - form - constraints - self.f.orth <-- "he1" - meaning: Drink - constraints - -Construction chi1-V - subcase of Cat043, Morpheme - form - constraints - self.f.orth <-- "chi1" - meaning: Eat - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jiao2-V - subcase of Cat043, Morpheme - form - constraints - self.f.orth <-- "jiao2" - meaning: Chew - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction genCxn030 - subcase of Clause - constructional - constituents - c0 : Cat043 - meaning - -Construction na2_nei4-Cxn079 - subcase of Clause - constructional - constituents - n0 : na2-V1 - n1 : na4_variant-D - form - constraints - n0.f meets n1.f - meaning - evokes RD as rd0 - evokes RD as rd1 - constraints - n1.m <--> n0.m.obtained - self.m.event_type <--> n0.m - self.m.profiled_process <--> n0.m - self.m <--> n0.ed - self.m.event_structure <--> n0.event_structure - rd0.referent <--> n0.m.force_supplier - rd1.referent <--> n0.m.force_recipient - self.m.event_type <-- Grasp - rd0.ontological_category <-- @Child - rd0.discourse_participant_role <-- @Addressee - rd1.ontological_category <-- @Ladle_Utensil - rd1.discourse_participant_role <-- @Attentional_Focus - -Construction ge1-Cxn084 - subcase of Clause - constructional - constituents - g0 : ge1-V - meaning - evokes RD as rd0 - evokes RD as rd1 - evokes RD as rd2 - constraints - self.m.event_type <--> g0.m - self.m.profiled_process <--> g0.m - self.m <--> g0.ed - self.m.event_structure <--> g0.event_structure - rd0.referent <--> g0.m.force_supplier - rd1.referent <--> g0.m.force_recipient - rd2.referent <--> g0.m.goal - self.m.event_type <-- Put - rd0.ontological_category <-- @Child - rd0.discourse_participant_role <-- @Addressee - rd1.ontological_category <-- @Rice - rd1.discourse_participant_role <-- @Attentional_Focus - rd2.ontological_category <-- @Mouth - -Abstract Construction Cat090 - subcase of Morpheme - meaning: @Human - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction genCxn153 - subcase of Clause - constructional - constituents - c0 : Cat152 - c1 : chi1-V - form - constraints - c0.f before c1.f - meaning - evokes RD as rd1 - evokes RD as rd0 - constraints - c0.m <--> c1.m.ingester - self.m.event_type <--> c1.m - self.m.profiled_process <--> c1.m - self.m <--> c1.ed - self.m.event_structure <--> c1.event_structure - rd0.referent <--> c1.m.ingester - rd0 <--> c0.rd - rd1.referent <--> c1.m.ingested - self.m.event_type <-- Eat - rd1.ontological_category <-- @Food - rd1.discourse_participant_role <-- @Attentional_Focus - -Construction wo3 - subcase of Cat152, Cat124, Morpheme - form - constraints - self.f.orth <-- "wo3" - meaning - evokes Discourse_Segment as DS - evokes RD as rd - constraints - self.m <--> DS.speaker - rd.discourse_participant_role <-- @Speaker - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction a1yi2-Cmp-N - subcase of Cat152, Cat124, Cat090, Morpheme - form - constraints - self.f.orth <-- "a1+yi2" - meaning: @Aunt - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction hao2yu3-Cmp-N - subcase of Cat152, Cat124, Cat090, Morpheme - form - constraints - self.f.orth <-- "hao2+yu3" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction xi1xi1-Cmp-N - subcase of Cat152, Cat124, Morpheme - form - constraints - self.f.orth <-- "xi1+xi1" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ni3 - subcase of Cat152, Morpheme - form - constraints - self.f.orth <-- "ni3" - meaning - evokes Discourse_Segment as DS - evokes RD as rd - constraints - self.m <--> DS.addressee - rd.discourse_participant_role <-- @Addressee - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction genCxn014 - subcase of Clause - constructional - constituents - c0 : Cat152 - c1 : chi1-V - form - constraints - c0.f before c1.f - meaning - evokes RD as rd0 - evokes RD as rd1 - evokes Discourse_Segment as DS - constraints - c1.m.ingester <--> c0.m - self.m.event_type <--> c1.m - self.m.profiled_process <--> c1.m - self.m <--> c1.ed - self.m.event_structure <--> c1.event_structure - rd0.referent <--> c1.m.ingester - rd0 <--> c0.rd - rd1.referent <--> c1.m.ingested - self.m.event_type <-- Eat - rd1.ontological_category <-- @Fish - rd1.discourse_participant_role <-- @Attentional_Focus - -Construction genCxn164 - subcase of Clause - constructional - constituents - c0 : Cat043 - meaning - -Construction genCxn153_yao4-Cxn165 - subcase of Phrase - constructional - constituents - g0 : genCxn153 - y1 : yao4-N - form - constraints - g0.f meets y1.f - meaning: Event_Descriptor - constraints - g0.rd1.referent <--> y1.m - self.m <--> g0.m - -Abstract Construction Cat168 - subcase of Morpheme - meaning: @Human - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Abstract Construction Cat152 - subcase of Cat168, Morpheme - meaning - constraints - -Abstract Construction Cat124 - subcase of Cat168, Morpheme - meaning - constraints - -Construction genCxn173 - subcase of Clause - constructional - constituents - c0 : chi1-V - meaning - -Construction genCxn182 - subcase of Clause - constructional - constituents - c0 : chi1-V - meaning - -Construction chi1_fan4-Cxn189 - subcase of Clause - constructional - constituents - c0 : chi1-V - f1 : fanr4_variant-N - form - constraints - c0.f meets f1.f - meaning - evokes RD as rd0 - evokes RD as rd1 - constraints - f1.m <--> c0.m.ingested - self.m.event_type <--> c0.m - self.m.profiled_process <--> c0.m - self.m <--> c0.ed - self.m.event_structure <--> c0.event_structure - rd0.referent <--> c0.m.ingester - rd1.referent <--> c0.m.ingested - self.m.event_type <-- Eat - rd0.ontological_category <-- @Child - rd0.discourse_participant_role <-- @Addressee - rd1.ontological_category <-- @Rice - rd1.discourse_participant_role <-- @Attentional_Focus - -Construction fan4_chi1-Cxn190 - subcase of Clause - constructional - constituents - f0 : fanr4_variant-N - c1 : chi1-V - form - constraints - f0.f meets c1.f - meaning - evokes RD as rd0 - evokes RD as rd1 - constraints - c1.m.ingested <--> f0.m - self.m.event_type <--> c1.m - self.m.profiled_process <--> c1.m - self.m <--> c1.ed - self.m.event_structure <--> c1.event_structure - rd0.referent <--> c1.m.ingester - rd1.referent <--> c1.m.ingested - self.m.event_type <-- Eat - rd0.ontological_category <-- @Child - rd0.discourse_participant_role <-- @Addressee - rd1.ontological_category <-- @Rice - rd1.discourse_participant_role <-- @Attentional_Focus - -Construction genCxn198 - subcase of Clause - constructional - constituents - w0 : wan2-V - meaning - evokes RD as rd0 - evokes Discourse_Segment as DS - constraints - self.m.event_type <--> w0.m - self.m.profiled_process <--> w0.m - self.m <--> w0.ed - self.m.event_structure <--> w0.event_structure - rd0.referent <--> w0.m.protagonist - self.m.event_type <-- Finished - rd0.ontological_category <-- @Eat - -Construction zhei4_he1-Cxn206 - subcase of Clause - constructional - constituents - z0 : zhe4_variant-D - h1 : he1-V - form - constraints - z0.f before h1.f - meaning - evokes RD as rd0 - evokes RD as rd1 - constraints - h1.m.ingested <--> z0.m - self.m.event_type <--> h1.m - self.m.profiled_process <--> h1.m - self.m <--> h1.ed - self.m.event_structure <--> h1.event_structure - rd0.referent <--> h1.m.ingester - rd1.referent <--> h1.m.ingested - rd1 <--> z0.rd - self.m.event_type <-- Drink - rd0.ontological_category <-- @Child - rd0.discourse_participant_role <-- @Addressee - -Construction genCxn211 - subcase of Clause - constructional - constituents - n0 : na2-V1 - meaning - evokes RD as rd0 - evokes RD as rd1 - evokes Discourse_Segment as DS - constraints - self.m.event_type <--> n0.m - self.m.profiled_process <--> n0.m - self.m <--> n0.ed - self.m.event_structure <--> n0.event_structure - rd0.referent <--> n0.m.force_supplier - rd1.referent <--> n0.m.force_recipient - self.m.event_type <-- Grasp - rd0.ontological_category <-- @Child - rd0.discourse_participant_role <-- @Addressee - rd1.ontological_category <-- @Ladle_Utensil - rd1.discourse_participant_role <-- @Attentional_Focus - diff --git a/compling.core/data/Learning/Chinese Grammar/learned/newGrammar.info b/compling.core/data/Learning/Chinese Grammar/learned/newGrammar.info deleted file mode 100644 index 31682a1..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learned/newGrammar.info +++ /dev/null @@ -1,58 +0,0 @@ - -### Cached Sentence ### - -na2 wanr3 he1 ba -na4 ni3 jiu4 yong4 ping2+zi he1 ba -yong4 ping2+zi he1 ya -yong4 ping2+zi he1 ya -zhei4 hai2 he1 ma -hai2 he1 bu4 he1 le - -### Generalizations Made ### - -genCxn014: genCxn011 ni3_chi1-Cxn013 -genCxn030: jiao2-Cxn027 chi1_fan4-Cxn008 -genCxn153: genCxn011 ni3_chi1-Cxn013 genCxn014 -genCxn164: he1-Cxn163 genCxn158 -genCxn173: genCxn169 genCxn139 -genCxn182: genCxn125 genCxn149 -genCxn198: wan2-Cxn197 genCxn145 -genCxn211: genCxn162 na2_wanr3-Cxn209 - - -### Revision Watchlist ### - -chi1_fan4-Cxn070: xi1xi1-Cmp_chi1-Cxn001 -genCxn014: chi1_fan4-Cxn062 chi1_fan4-Cxn131 -chi1_fan4-Cxn119: genCxn089 genCxn094 -chi1_fan4-Cxn062: genCxn055 xi1xi1-Cmp_chi1-Cxn001 genCxn014 fan4_chi1-Cxn016 wo3_chi1-Cxn002 -chi1_fan4-Cxn131: genCxn076 genCxn014 genCxn089 -ni3_chi1-Cxn013: chi1_fan4-Cxn008 -genCxn007: chi1_fan4-Cxn008 -genCxn055: chi1_fan4-Cxn062 -fan4_chi1-Cxn190: chi1_fan4-Cxn189 -xi1xi1-Cmp_chi1-Cxn001: chi1_fan4-Cxn070 chi1_fan4-Cxn062 -hao2yu3-Cmp_chi1-Cxn009: chi1_fan4-Cxn008 -genCxn076: chi1_fan4-Cxn131 -genCxn153: chi1_fan4-Cxn189 -genCxn089: chi1_fan4-Cxn119 chi1_fan4-Cxn131 -fan4_chi1-Cxn016: chi1_fan4-Cxn062 chi1_fan4-Cxn008 -genCxn094: chi1_fan4-Cxn119 -wo3_chi1-Cxn002: chi1_fan4-Cxn062 -chi1_fan4-Cxn008: hao2yu3-Cmp_chi1-Cxn009 fan4_chi1-Cxn016 ni3_chi1-Cxn013 genCxn007 -chi1_fan4-Cxn189: fan4_chi1-Cxn190 genCxn153 - -### Omission Watchlist ### - -chi1-Cxn068: hao2yu3-Cmp_chi1-Cxn009 -chi1-Cxn033: fan4_chi1-Cxn016 -ge1-Cxn084: zui3_ge1-Cxn031 -chi1-Cxn022: xi1xi1-Cmp_chi1-Cxn001 hao2yu3-Cmp_chi1-Cxn009 genCxn014 ni3_chi1-Cxn005 fan4_chi1-Cxn016 wo3_chi1-Cxn002 chi1_fan4-Cxn008 -chi1-Cxn060: genCxn055 xi1xi1-Cmp_chi1-Cxn001 hao2yu3-Cmp_chi1-Cxn009 genCxn014 fan4_chi1-Cxn016 wo3_chi1-Cxn002 -chi1-Cxn036: hao2yu3-Cmp_chi1-Cxn009 genCxn014 -chi1-Cxn025: xi1xi1-Cmp_chi1-Cxn001 hao2yu3-Cmp_chi1-Cxn009 genCxn014 ni3_chi1-Cxn005 fan4_chi1-Cxn016 wo3_chi1-Cxn002 chi1_fan4-Cxn008 -he1-Cxn052: zhei4_he1-Cxn039 -chi1-Cxn057: genCxn014 - -### Chainable Watchlist ### - diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-cxnAbstract.grm b/compling.core/data/Learning/Chinese Grammar/learner/general-cxnAbstract.grm deleted file mode 100644 index 18060be..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-cxnAbstract.grm +++ /dev/null @@ -1,87 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - - -//============================================================ -// Constructions: Abstract constructions -//============================================================ - -Abstract Construction Important_Type - - -Construction ROOT - constructional - constituents - s: Important_Type - meaning - evokes Discourse_Segment as DS - constraints - self.m <--> s.m - - -Abstract Construction Clause - subcase of Important_Type - meaning: Event_Descriptor - evokes Discourse_Segment as DS - - -Abstract Construction Phrase - subcase of Important_Type - - -Abstract Construction Morpheme - subcase of Important_Type - constructional: Morpheme_Features - form: Morpheme_Form - - -Abstract Construction Word - subcase of Morpheme - constructional: Word_Features - -/* -Construction Leftover_Morpheme - subcase of Important_Type - constructional - constituents - w: Morpheme - meaning - constraints - self.m <--> w.m -*/ - -Abstract Construction Number - subcase of Word - meaning: Numerical_Value - - -Abstract Construction Digit - subcase of Morpheme, Number - meaning: Numerical_Value - - -Abstract Construction Interjection - subcase of Important_Type - - -Abstract Construction Interjection_Morpheme - subcase of Morpheme, Interjection - - -Construction Unknown_Morpheme - subcase of Morpheme - form - constraints - self.f.orth <-- "UNKNOWN-ITEM" - - -Construction Reduplication_Unknown - subcase of Important_Type - constructional - constituents - u1: Unknown_Morpheme - u2: Unknown_Morpheme - form - constraints - u1.f meets u2.f \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalClosed.grm b/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalClosed.grm deleted file mode 100644 index 18ddb54..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalClosed.grm +++ /dev/null @@ -1,652 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - -//======================================== -// Pronouns -//======================================== - -Construction wo3 - subcase of Morpheme - constructional - form - constraints - self.f.orth <-- "wo3" - meaning : @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - self.m <--> DS.speaker - rd.discourse_participant_role <-- @Speaker - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Abstract Construction wo3men2-variant - subcase of Morpheme - meaning : @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - rd.set_size <-- @Group - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction wo3men2-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "wo3+men2" - -Construction wo3men-Cmp - subcase of wo3men2-variant - form - constraints - self.f.orth <-- "wo3+men" - -Construction ni3 - subcase of Morpheme - constructional - form - constraints - self.f.orth <-- "ni3" - meaning : @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - self.m <--> DS.addressee - rd.discourse_participant_role <-- @Addressee - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction nin2 - subcase of Morpheme - constructional - form - constraints - self.f.orth <-- "nin2" - meaning : @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - self.m <--> DS.addressee - rd.discourse_participant_role <-- @Addressee - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction zan2 - subcase of Morpheme - constructional - form - constraints - self.f.orth <-- "zan2" - meaning : @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - rd.set_size <-- @Group - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction zan2men-Cmp - subcase of Morpheme - constructional - form - constraints - self.f.orth <-- "zan2+men" - meaning : @Human - evokes RD as rd - evokes Discourse_Segment as DS - constraints - rd.set_size <-- @Group - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ta1 - subcase of Morpheme - constructional - form - constraints - self.f.orth <-- "ta1" - meaning : @Human - evokes RD as rd - constraints - rd.givenness <-- @Given - rd.set_size <-- @Singleton - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction zi4ji3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "zi4+ji3" - -Construction zi4ger3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "zi4+ger3" - -//============================================================ -// Demonstratives -//============================================================ - -Abstract Construction zhe4_variant-D - subcase of Morpheme - meaning : @Element - evokes RD as rd - constraints - rd.givenness <-- @Identifiable - rd.discourse_participant_role <-- @Attentional_Focus - rd.referent <--> self.m - rd.set_size <-- @Singleton - -Construction zher4-D - subcase of Morpheme - constructional - form - constraints - self.f.orth <-- "zher4" - meaning : Trajector_Landmark - -Construction zhe4-D - subcase of zhe4_variant-D - form - constraints - self.f.orth <-- "zhe4" - -Construction zhei4-D - subcase of zhe4_variant-D - form - constraints - self.f.orth <-- "zhei4" - -Construction zhe4me-Cmp-D - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe4+me" - - -Construction zhe4li3-Cmp-D - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe4+li3" - - -Abstract Construction nar3_variant-D - subcase of Morpheme - meaning : Trajector_Landmark - evokes RD as rd - constraints - self.m.landmark <--> rd.referent - rd.givenness <-- @Unknown - -Construction na3-D - subcase of nar3_variant-D - constructional - form - constraints - self.f.orth <-- "na3" - -Construction nar3-D - subcase of nar3_variant-D - constructional - form - constraints - self.f.orth <-- "nar3" - - -Abstract Construction na4_variant-D - subcase of Morpheme - meaning : @Element - evokes RD as rd - constraints - rd.givenness <-- @Identifiable - rd.discourse_participant_role <-- @Attentional_Focus - rd.referent <--> self.m - rd.set_size <-- @Singleton - -Construction na4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "na4" - -Construction nar4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "nar4" - -Construction nei4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "nei4" - -Construction ne4-D - subcase of na4_variant-D - form - constraints - self.f.orth <-- "ne4" - -Construction ne4-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "ne4+me" - -Construction shei2-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "shei2" - meaning : @Human - evokes RD as rd - constraints - rd.givenness <-- @Unknown - rd.referent <--> self.m - - -Construction shen2me-Cmp-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "shen2+me" - meaning : @Element - evokes RD as rd - constraints - rd.referent <--> self.m - rd.givenness <-- @Unknown - - -Construction nei3-D - subcase of Morpheme - form - constraints - self.f.orth <-- "nei3" - meaning :@Element - evokes RD as rd - constraints - rd.referent <--> self.m - rd.givenness <-- @Unknown - - -Abstract Construction zen3_variant-WH - subcase of Morpheme - - -Construction zen3-WH - subcase of zen3_variant-WH - form - constraints - self.f.orth <-- "zen3" - - -Construction zen4-WH - subcase of zen3_variant-WH - form - constraints - self.f.orth <-- "zen4" - - -Construction zen3me-Cmp-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "zen3+me" - meaning: @Howcome - - -Construction zen3me-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "zen3me" - meaning: @Howcome - - -Construction zen4me-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "zen4+me" - meaning: @Howcome - - -Abstract Construction gan4ma2-Cmp_variant-WH - subcase of Morpheme - meaning: @Why - -Construction gan4ma2-Cmp-WH - subcase of gan4ma2-Cmp_variant-WH - form - constraints - self.f.orth <-- "gan4+ma2" - -Construction gan4ma-Cmp-WH - subcase of gan4ma2-Cmp_variant-WH - form - constraints - self.f.orth <-- "gan4+ma" - -Construction ji3-WH - subcase of Morpheme - form - constraints - self.f.orth <-- "ji3" - meaning: @How_Many - -//============================================================ -// Negation, etc -//============================================================ - - -Construction bie2 - subcase of Morpheme - form - constraints - self.f.orth <-- "bie2" - meaning: Negation - evokes Warning as warning - evokes Discourse_Segment as DS - constraints - self.m.process <--> warning.prohibited_action - self.m.process.protagonist <--> warning.warned - warning.warned <--> DS.addressee - warning.warner <--> DS.speaker - -Abstract Construction bu4_variant - subcase of Morpheme - meaning: Negation - -Construction bu4 - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu4" - -Construction bu2 - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu2" - -Construction bu - subcase of bu4_variant - form - constraints - self.f.orth <-- "bu" - -Construction xu3 - subcase of Morpheme - form - constraints - self.f.orth <-- "xu3" - -Construction bu4xu3 - subcase of Word - constructional - constituents - b : bu4_variant - x : xu3 - meaning: Negation - evokes Warning as warning - evokes Discourse_Segment as DS - constraints - self.m.process <--> warning.prohibited_action - self.m.process.protagonist <--> warning.warned - warning.warned <--> DS.addressee - warning.warner <--> DS.speaker - - -Construction bu4shi4 - subcase of Word - constructional - constituents - b : bu4_variant - s : shi4-V - meaning: Negation - -Construction beng2 - subcase of Morpheme - form - constraints - self.f.orth <-- "beng2" - meaning: Negation - -Construction fei1 - subcase of Morpheme - form - constraints - self.f.orth <-- "fei1" - meaning: Negation - -Construction mei2 - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2" - meaning: Negation - -Construction mei2you3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2+you3" - meaning: Negation - -Construction mei2fa3-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2+fa3" - meaning: Negation - -Construction mei2fa43-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "mei2+far3" - meaning: Negation - -//=================================== -// Two Participant States -//=================================== - -Construction zai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zai4" - meaning : Located - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction you3-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "you3" - meaning : Exist - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shi4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shi4" - meaning : Copula - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -//============================================================ -// Numbers -//============================================================ - - -Abstract Construction yi1_variant-Digit - subcase of Digit - meaning - constraints - self.m.value <-- "1" - self.m.set_size <-- @Singleton - - -Construction yi1 - subcase of yi1_variant-Digit - form - constraints - self.f.orth <-- "yi1" - - -Construction yi4 - subcase of yi1_variant-Digit - form - constraints - self.f.orth <-- "yi4" - - -Abstract Construction er4_variant-Digit - subcase of Digit - meaning - constraints - self.m.value <-- "2" - self.m.set_size <-- @Pair - - -Construction er - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er" - - -Construction er3 - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er3" - - -Construction er4 - subcase of er4_variant-Digit - form - constraints - self.f.orth <-- "er4" - - -Abstract Construction liang3_variant-Digit - subcase of Digit - -Construction liang3 - subcase of liang3_variant-Digit - form - constraints - self.f.orth <-- "liang3" - - -Construction liar3 - subcase of liang3_variant-Digit - form - constraints - self.f.orth <-- "liar3" - - -Construction san1-Digit - subcase of Digit - form - constraints - self.f.orth <-- "san1" - meaning - constraints - self.m.value <-- "3" - self.m.set_size <-- @Multitude - -Construction si4-Digit - subcase of Digit - form - constraints - self.f.orth <-- "si4" - meaning - constraints - self.m.value <-- "4" - self.m.set_size <-- @Multitude - -Construction wu3-Digit - subcase of Digit - form - constraints - self.f.orth <-- "wu3" - meaning - constraints - self.m.value <-- "5" - self.m.set_size <-- @Multitude - -Construction liu4-Digit - subcase of Digit - form - constraints - self.f.orth <-- "liu4" - meaning - constraints - self.m.value <-- "6" - self.m.set_size <-- @Multitude - -Construction qi1-Digit - subcase of Digit - form - constraints - self.f.orth <-- "qi1" - meaning - constraints - self.m.value <-- "7" - self.m.set_size <-- @Multitude - -Construction ba1-Digit - subcase of Digit - form - constraints - self.f.orth <-- "ba1" - meaning - constraints - self.m.value <-- "8" - self.m.set_size <-- @Multitude - -Construction jiu3-Digit - subcase of Digit - form - constraints - self.f.orth <-- "jiu3" - meaning - constraints - self.m.value <-- "9" - self.m.set_size <-- @Multitude - -Construction shi2-Digit - subcase of Digit - form - constraints - self.f.orth <-- "shi2" - meaning - constraints - self.m.value <-- "10" - self.m.set_size <-- @Multitude - - diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalFuction.grm b/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalFuction.grm deleted file mode 100644 index 249b994..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalFuction.grm +++ /dev/null @@ -1,747 +0,0 @@ -//============================================================ -// Everything in this section has to be learned -//============================================================ - -//============================================================ -// Lexicon: Morpheme, etc -//============================================================ - -Construction de-AM - subcase of Morpheme - form - constraints - self.f.orth <-- "de" - - -Construction de-NOM - subcase of Morpheme - form - constraints - self.f.orth <-- "de" - - - -//======================================== -// Lexicon: Aspect Markers -//======================================== - -Construction le - subcase of Morpheme - form - constraints - self.f.orth <-- "le" - - -Construction guo4 - subcase of Morpheme - form - constraints - self.f.orth <-- "guo4" - - -Construction zhe - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe" - - -Construction zher - subcase of Morpheme - form - constraints - self.f.orth <-- "zher" - - -//============================================================ -// Lexicon: Locative and Directional Morphemes -//============================================================ - -Construction zai4-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "zai4" - - -Construction dao4-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "dao4" - - -Construction wang3-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "wang3" - - -//============================================================ -// Lexicon: Other Morphemes -//============================================================ - -Construction ba3-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "ba3" - - -Construction yong4-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "yong4" - -Construction gei3-CV - subcase of Morpheme - form - constraints - self.f.orth <-- "gei3" - - -//============================================================ -// Lexicon: Verbal Particles -//============================================================ - - -Construction jin4-P - subcase of Morpheme - form - constraints - self.f.orth <-- "jin4" - meaning: Source_Path_Goal - evokes Container as container - evokes @Entity as ce - constraints - ce <--> container.container - self.m.source <--> container.outside - self.m.goal <--> container.inside - self.m.goal <--> container.container //hack - self.m.path <-- @Enter_Path - - -Construction chu1-P - subcase of Morpheme - form - constraints - self.f.orth <-- "chu1" - meaning: Source_Path_Goal - evokes Container as container - evokes @Entity as ce - constraints - ce <--> container.container - self.m.source <--> container.inside - self.m.source <--> container.container //hack - self.m.goal <--> container.outside - self.m.path <-- @Out_Path - - -//FIXME: there are two "senses" - chuan1 shang4 yi1 fu2; pa2 shang4 yi3 zi3; but tiu1 niu2 shang4 shu4 -Construction shang4-P - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning: Source_Path_Goal - evokes Up_Down as up_down - evokes @Entity as ce - constraints - ce <--> up_down.highpoint - self.m.source <--> up_down.lowpoint - self.m.goal <--> up_down.highpoint - self.m.path <-- @Up_Path - - -Construction xia4-P //FIXME: there are two "senses" - fang4 xia4 shu1 ben; zou3 xia4 shan1 bo1 - subcase of Morpheme - form - constraints - self.f.orth <-- "xia4" - meaning: Source_Path_Goal - evokes Up_Down as up_down - evokes @Entity as ce - constraints - ce <--> up_down.lowpoint - self.m.source <--> up_down.lowpoint - self.m.goal <--> up_down.highpoint - self.m.path <-- @Down_Path - - -Construction hui2-P - subcase of Morpheme - form - constraints - self.f.orth <-- "hui2" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - ce <--> self.m.goal - self.m.path <-- @Return_Path - - -Construction qi3-P - subcase of Morpheme - form - constraints - self.f.orth <-- "qi3" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - self.m.path <-- @Rising_Path - - -Construction guo4-P - subcase of Morpheme - form - constraints - self.f.orth <-- "guo4" - meaning: Source_Path_Goal - evokes Orientation as orientation - evokes Boundary as boundary - evokes @Entity as ce - constraints - ce <--> orientation.body - orientation.long-axis <--> boundary.boundary - self.m.source <--> boundary.areaA - self.m.goal <--> boundary.areaB - self.m.path <-- @Across_Path - - -Construction qu4-D - subcase of Morpheme - form - constraints - self.f.orth <-- "qu4" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - self.m.deixis <-- @Deitic_Away - - -Construction lai2-D - subcase of Morpheme - form - constraints - self.f.orth <-- "lai2" - meaning: Source_Path_Goal - evokes @Entity as ce - constraints - self.m.deixis <-- @Deitic_Towards - - -//======================================== -// Lexicon: Classifier -//======================================== - -// Quantification -//================= - -Construction xie1-C - subcase of Morpheme - form - constraints - self.f.orth <-- "xie1" - -Construction dian3-C - subcase of Morpheme - form - constraints - self.f.orth <-- "dian3" - -// Entity Individuation -//================= - -Abstract Construction ge4_variant-C - subcase of Morpheme - - -Construction ge-C - subcase of ge4_variant-C - form - constraints - self.f.orth <-- "ge" - - -Construction ge4-C - subcase of ge4_variant-C - form - constraints - self.f.orth <-- "ge4" - - -Abstract Construction kuai4_variant-C - subcase of Morpheme - - -Construction kuai4-C - subcase of kuai4_variant-C - form - constraints - self.f.orth <-- "kuai4" - - -Construction kuair4-C - subcase of kuai4_variant-C - form - constraints - self.f.orth <-- "kuair4" - - -Abstract Construction ben3_variant-C - subcase of Morpheme - -Construction ben3-C - subcase of ben3_variant-C - form - constraints - self.f.orth <-- "ben3" - - -Construction benr3-C - subcase of ben3_variant-C - form - constraints - self.f.orth <-- "benr3" - - -Construction banr4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "banr4" - - -Construction dianr3-C - subcase of Morpheme - form - constraints - self.f.orth <-- "dianr3" - - -Construction tao4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "tao4" - - -Construction shou3-C - subcase of Morpheme - form - constraints - self.f.orth <-- "shou3" - - -Construction zhang1-C - subcase of Morpheme - form - constraints - self.f.orth <-- "zhang1" - - -Construction zhi1-C - subcase of Morpheme - form - constraints - self.f.orth <-- "zhi1" - -// Event Individuation -//================= - -Construction ci4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "ci4" - - -Construction tang4-C - subcase of Morpheme - form - constraints - self.f.orth <-- "tang4" - -//============================================================ -// Lexicon: Locative Particles -//============================================================ - - -Construction hou4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "hou4" - - -Construction hou4tou-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "hou4+tou" - - -Construction li3-L - subcase of Morpheme - form - constraints - self.f.orth <-- "li3" - - -Construction li3mian4-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "li3+mian4" - - -Construction li3tou-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "li3+tou" - - -Construction qian2-L - subcase of Morpheme - form - constraints - self.f.orth <-- "qian2" - - -Construction shang4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - - -Construction shang4tou2-Cmp-L - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4+tou2" - - -Construction xia4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "xia4" - - -Construction wai4-L - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4" - - -//======================================== -// Lexicon: Sentence Final Particles -//======================================== - - -/* -********************************************* -sentence-final particles are analyzed by Li & Thompson -as denoting the following speech acts: - -le 'currently relevant state' -ne 'response to expectation' -ba 'solicit agreement' -ou 'friendly warning' -a/ya 'reduce forcefulness' - -I have made the following modification and mapping to schemas -(though the mapping is often not clear-cut or one-to-one): - -le -- Explaining -ne/nou -- Explaining (but sometimes used in requests as well) -ba -- Requesting_Action with low forcefulness -ao/ou -- Admonishing with low forcefulness -a/la/ya -- underspecifies speech act, but set low forcefulness -ma -- requesting answer with low forcefulness -none -- high forcefulness (blunt) -********************************************* -*/ - -Construction le-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "le" - -Construction na-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "na" - -Construction ne-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ne" - -Construction nei-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "nei" - -Construction nou-SP1 - subcase of Morpheme - form - constraints - self.f.orth <-- "nou" - -Construction ba-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ba" - -Construction ao-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ao" - -Construction ou-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ou" - -Construction a-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "a" - -Construction la-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "la" - -Construction ya-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "ya" - -Abstract Construction ma_variant-SP - subcase of Morpheme - -Construction ma-SP - subcase of ma_variant-SP - form - constraints - self.f.orth <-- "ma" - -Construction ma2-SP - subcase of ma_variant-SP - form - constraints - self.f.orth <-- "ma2" - -Construction lai2zhe-Cmp-SP - subcase of Morpheme - form - constraints - self.f.orth <-- "lai2+zhe" - -//======================================== -// Conjunctions -//======================================== - -Construction he2-J - subcase of Morpheme - form - constraints - self.f.orth <-- "he2" - - -Construction huo4-J - subcase of Morpheme - form - constraints - self.f.orth <-- "huo4" - - -Construction gen1-J - subcase of Morpheme - form - constraints - self.f.orth <-- "gen1" - -//======================================== -// Lexicon: Linkers, Modals, and non-manner Adverbials -//======================================== - -Construction bi4xu1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "bi4+xu1" - -Construction cai2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "cai2" - -Construction chong2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "chong2" - -Construction dou1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "dou1" - -Construction hui4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "hui4" - - -Construction jiu4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "jiu4" - - -Construction ke2yi3-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ke2+yi3" - - -Construction ke3jiu4-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ke3+jiu4" - - -Construction ye3-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ye3" - - -Construction dei3-A - subcase of Morpheme - form - constraints - self.f.orth <-- "dei3" - - -Construction gai1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "gai1" - - -Construction neng2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "neng2" - - -Construction ke3yi3-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ke3+yi3" - - -Construction hai2-A - subcase of Morpheme - form - constraints - self.f.orth <-- "hai2" - - -Construction lao3-A2 - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3" - - -Construction xian1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "xian1" - - -Construction yi3jing1-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yi3+jing1" - - -Construction yao4bu4ran2-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+bu4+ran2" - - -Construction yao4ma-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+ma" - - -Construction yao4shi4-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+shi4" - - -Construction ying1-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ying1" - - -Construction ying1gai1-Cmp-A - subcase of Morpheme - form - constraints - self.f.orth <-- "ying1+gai1" - - -Construction you4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "you4" - - -Construction zai4-A - subcase of Morpheme - form - constraints - self.f.orth <-- "zai4" diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalInterjections.disabled b/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalInterjections.disabled deleted file mode 100644 index e90dea7..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalInterjections.disabled +++ /dev/null @@ -1,522 +0,0 @@ -//======================================== -// Lexicon: Interjections -//======================================== - -Construction a-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a" - -Construction a1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a1" - -Construction a2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a2" - -Construction a4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "a4" - -Construction ah-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ah" - -Construction ahn-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ahn" - -Abstract Construction ai1_variant-INJ - subcase of Interjection_Morpheme - -Construction ai-INJ - subcase of ai1_variant-INJ - form - constraints - self.f.orth <-- "ai" - -Construction ai1-INJ - subcase of ai1_variant-INJ - form - constraints - self.f.orth <-- "ai1" - -Construction ai2-INJ - subcase of ai1_variant-INJ - form - constraints - self.f.orth <-- "ai2" - - -Construction aiyou-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "aiyou" - -Construction ai1you - subcase of Interjection - constructional - constituents - a : ai1_variant-INJ - y : you-INJ - form - constraints - a.f meets y.f - -Construction aiya-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "aiya" - -Construction aiyou4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "aiyou4" - -Construction akhah-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "akhah" - -Construction an2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "an2" - -Construction ang-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ang" - -Construction ang1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ang1" - -Construction ang4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ang4" - -Construction ao-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ao" - -Construction ao1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ao1" - -Construction ao4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ao4" - -Construction ar-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ar" - -Construction aya-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "aya" - -Construction du1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "du1" - -Construction e-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "e" - -Construction e1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "e1" - -Construction eh-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eh" - -Construction ei-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei" - -Construction ei1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei1" - -Construction ei2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei2" - -Construction ei4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ei4" - -Construction eiya-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eiya" - -Construction em-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em" - -Construction em1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em1" - -Construction em2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em2" - -Construction em4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "em4" - -Construction emg-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "emg" - -Construction emn-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "emn" - -Construction en-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en" - -Construction en1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en1" - -Construction en2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en2" - -Construction en4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "en4" - -Construction eng-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng" - -Construction eng1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng1" - -Construction eng2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng2" - -Construction eng4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "eng4" - -Construction enh-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "enh" - -Construction enn-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "enn" - - -Construction enna-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "enna" - -Construction ha-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ha" - -Construction ha1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ha1" - -Construction ha4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ha4" - -Construction haha-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "haha" - -Construction hang1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hang1" - -Construction hai1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hai1" - -Construction hai4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hai4" - -Construction heh1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "heh1" - -Construction hei-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hei" - -Construction heng1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "heng1" - -Construction hm-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hm" - -Construction hmm1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hmm1" - -Construction hmmm-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hmmm" - -Construction hnn-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "hnn" - -Construction lei1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "lei1" - -Construction lou-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "lou" - -Construction lou1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "lou1" - -Construction na-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "na" - -Construction ne4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ne4" - -Construction ni-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ni" - -Construction niu-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "niu" - -Construction ou3-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ou3" - -Construction ta1ma-Cmp-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ta1+ma" - -Construction tsch-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "tsch" - -Construction umemm4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "umemm4" - -Construction wa4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "wa4" - -Construction wu-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "wu" - -Construction wu1-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "wu1" - -Construction xie4xie4-Cmp-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "xie4+xie4" - -Construction ya-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ya" - -Construction ya2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ya2" - -Construction ya4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ya4" - -Construction yer2-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "yer2" - -Construction you-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "you" - -Construction you4-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "you4" - -Construction ze-INJ - subcase of Interjection_Morpheme - form - constraints - self.f.orth <-- "ze" diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalOpen.grm b/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalOpen.grm deleted file mode 100644 index 5156129..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-lexicalOpen.grm +++ /dev/null @@ -1,4565 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - -//============================================================ -// Word Roots -//============================================================ - -//=================================== -// Intransitive States -//=================================== - -Construction bai2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bai2" - meaning : White - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bao3" - meaning : Full - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ben4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ben4" - meaning: Stupid - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction chou3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chou3" - meaning: Ugly - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction da4_variant-V - subcase of Morpheme - meaning: Big - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction da1-V - subcase of da4_variant-V - form - constraints - self.f.orth <-- "da1" - -Construction da4-V - subcase of da4_variant-V - form - constraints - self.f.orth <-- "da4" - -Construction dao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dao4" - meaning : Achieved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction de2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "de2" - meaning : Good_Enough - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dui4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dui4" - meaning : Correct - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction duo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "duo1" - meaning : Abundant - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction e4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "e4" - meaning : Hungry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gan1jing4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gan1+jing4" - meaning : Clean - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gao1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gao1" - meaning : High - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gou4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gou4" - meaning : Enough - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guai1" - meaning : Well_Behaved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guang1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guang1" - meaning : Bared - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Abstract Construction hao3_variant-V - subcase of Morpheme - meaning : Good - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hao-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao" - -Construction hao1-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao1" - -Construction hao3-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "hao3" - -Construction haor-V - subcase of hao3_variant-V - form - constraints - self.f.orth <-- "haor" - -Construction hao3chi1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+chi1" - meaning : Tasty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hao3wanr2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+wanr2" - meaning : Amusing - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hao3kan4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+kan4" - meaning : Pretty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hong2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hong2" - meaning : Red - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction huai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huai4" - meaning : Broken - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction huang2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huang2" - meaning : White - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jian4-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "jian4" - meaning : Perceived - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kou1menr2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kou1+menr2" - meaning : Stingy - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3" - -Construction luu4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "luu4" - meaning : Green - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction po4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "po4" - meaning : Broken - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lao3shi2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3+shi2" - meaning : Well_Behaved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lei4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lei4" - meaning : Tired - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction mei3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "mei3" - meaning : Pretty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction re4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "re4" - meaning : Hot - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shang4-V1 //resultative - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning : Up - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction sheng1qi4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "sheng1+qi4" - meaning : Angry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shu1fu-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shu1+fu" - meaning : Comfortable - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction si3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "si3" - meaning : Dead - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tao3yan4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tao3+yan4" - meaning : Annoying - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction teng2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "teng2" - meaning : Painful - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wan2" - meaning : Finished - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xi4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi4" - meaning : Fine - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xian2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xian2" - meaning : Idle - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiang1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang1+xiang1" - meaning : Fragrant - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao3" - meaning : Small - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xing2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xing2" - meaning : Good_Enough - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yao4jin3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4+jin3" - meaning : Matter - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yun1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yun1" - meaning : Faint - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zang1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zang1" - meaning : Dirty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhao1V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao1" - meaning : Bad - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhao2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao2" - meaning : Achieved - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -//=================================== -// Mental States -//=================================== - -Construction ai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ai4" - meaning : Love - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guan3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guan3" - meaning : Be_Concerned_With - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction man3yi4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "man3+yi4" - meaning : Satisfied_With - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction pa4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pa4" - meaning : Afraid - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tao2qi4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tao2+qi4" - meaning : Naughty - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ting1hua4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ting1+hua4" - meaning : Obedient - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiang3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang3" - meaning : Miss - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yao4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4" - meaning : Required_to - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4" - meaning : Want - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction yuan4yi4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yuan4+yi4" - meaning : Willing - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xi3huan1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi3+huan1" - meaning : Like - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhi1dao4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhi1+dao4" - meaning : Know - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Intransitive Actions -//=================================== - -Construction ban4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ban4" - meaning : Proceed - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction chang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chang4" - meaning : Sing - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction da3lei2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "da3+lei2" - meaning : Thunder - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction gu1ji4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gu1+ji4" - meaning : Estimate - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction lian4xi2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lian4+xi2" - meaning : Practice - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction suan4zhang4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "suan4+zhang4" - meaning : Get_Even - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction shu3shu3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shu3+shu3" - meaning : Count - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction xiang3xiang3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang3+xiang3" - meaning : Think - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Expression -//=================================== - -Construction ku1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ku1" - meaning : Cry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction heng1heng1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "heng1+heng1" - meaning : Fuss - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lie1ber-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lie1+ber" - meaning : Fuss - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction nao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nao4" - meaning : Cry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao4" - meaning: Smile - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Self Motion -//=================================== - -Construction ce4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ce4" - meaning : Lean - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dao3" - meaning : Tumble - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction diao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "diao4" - meaning : Fall - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction gui4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gui4" - meaning : Kneel - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qi3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qi3" - meaning : Rise - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuai1gen1tou-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shuai1+gen1+tou" - meaning : Trip - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuai1jiao1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shuai1+jiao1" - meaning : Trip - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tang3-V -subcase of Morpheme - form - constraints - self.f.orth <-- "tang3" - meaning : Lie_Down - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tiao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tiao4" - meaning : Dance - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tiao4wu3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tiao4+wu3" - meaning : Dance - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhan4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhan4" - meaning : Rise - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuan4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuan4" - meaning : Spin - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zuo4-V -subcase of Morpheme - form - constraints - self.f.orth <-- "zuo4" - meaning : Sit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zuo4zuo4-Cmp-V -subcase of Morpheme - form - constraints - self.f.orth <-- "zuo4+zuo4" - meaning : Sit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Translational Self Motion -//=================================== - -Construction cang2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cang2" - meaning : Hide - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction chu1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chu1" - meaning : Exit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction lai2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "lai2" - meaning : Come - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction pao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pao3" - meaning : Run - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction pao3bu4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pao3+bu4" - meaning : Run - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction qu4_variant-V - subcase of Morpheme - meaning : Go - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qie-V - subcase of qu4_variant-V - form - constraints - self.f.orth <-- "qie" - -Construction qu4-V - subcase of qu4_variant-V - form - constraints - self.f.orth <-- "qu4" - -Construction shang4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning : Ascend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shang4shang4-V2-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4+shang4" - meaning : Ascend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xia4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xia4" - meaning : Descend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zou3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zou3" - meaning : Go - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Continuous Force Application -//=================================== - -Construction bao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bao4" - meaning : Hug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction bao4bao4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bao4+bao4" - meaning : Hug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction fu2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "fu2" - meaning : Steady - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction guai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guai3" - meaning : Steer - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction kai1-V3 - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1" - meaning : Drive - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction qi2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qi2" - meaning : Ride - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction song4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "song4" - meaning : Escort - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction zhuang1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuang1" - meaning : Contain - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -//=================================== -// Forceful Motion -//=================================== - -Construction bie2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bie2" - meaning : Pin - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ba1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ba1" - meaning : Sweep - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ca1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ca1" - meaning : Wipe - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ca1ca1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ca1+ca1" - meaning : Wipe - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction diao4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "diao4" - meaning : Drop - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction jia1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "jia1" - meaning : Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction jian3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "jian3" - meaning : Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction la1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "la1" - meaning : Pull - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tu4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tu4" - meaning : Spit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tui1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tui1" - meaning : Push - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tui1tui1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tui1+tui1" - meaning : Push - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ya1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ya1" - meaning : Press - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zha1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zha1" - meaning : Prick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuang4" - meaning: Slam - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Translational Forceful Motion -//=================================== - -Construction cha1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cha1" - meaning : Plug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cha1cha1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cha1+cha1" - meaning : Plug - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dong4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dong4" - meaning : Move - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction fang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "fang4" - meaning : Put - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ge1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ge1" - meaning : Put - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction mo3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "mo3" - meaning : Apply - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction sa3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "sa3" - meaning : Scatter - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction shou1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shou1" - meaning : Stash_Away - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction zhuang1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuang1" - meaning : Load - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Agentive Impact -//=================================== - - -Construction cai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cai3" - meaning : Mash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction cuo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cuo1" - meaning : Mash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction da3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "da3" - meaning : Beat - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction deng1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "deng1" - meaning : Press_Down_With_Leg - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction deng4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "deng4" - meaning : Kick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction deng4deng4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "deng4+deng4" - meaning : Kick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ding3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ding3" - meaning : Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction nie1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nie1" - meaning: Mash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction pai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "pai1" - meaning : Slap - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction reng1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "reng1" - meaning : Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction shuai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "shuai1" - meaning : Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ti1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ti1" - meaning : Kick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhuai1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuai1" - meaning : Throw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction zhui4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhui4" - meaning : Pound - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -//=================================== -// Cause Change -//=================================== - -Construction bai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bai1" - meaning : Rip_Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bi4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bi4" - meaning : Close - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction bo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bo1" - meaning : Pare - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction chai1chai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chai1+chai1" - meaning : Rip_Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guan1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "guan1" - meaning : Close - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction guan1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "guan1" - meaning : Switch_Off - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction hui3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hui3" - meaning : Damage - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1" - meaning : Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction kai1kai-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1+kai1" - meaning : Open - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction kai1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1" - meaning : Switch_On - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kai1shi3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kai1+shi3" - meaning : Start - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction liang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "liang4" - meaning : Switch_On - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction nong4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nong4" - meaning : Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction nong4nong-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "nong4+nong4" - meaning : Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qie1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qie1" - meaning : Cut - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction reng1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "reng1" - meaning : Discard - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction si1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "si1" - meaning : Tear - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction si1si1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "si1+si1" - meaning : Tear - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction xi3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi3" - meaning : Wash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xi3xi3-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xi3+xi3" - meaning : Wash - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiu1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiu1" - meaning : Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction xiu1xiu1-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xiu1+xiu1" - meaning : Fix - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Obtainment -//=================================== - -Construction ban1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ban1" - meaning : Carry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction bei1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "bei1" - meaning : Carry_On_Back - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction cheng2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "cheng2" - meaning : Load - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction dai4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dai4" - meaning: Bring - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction duan1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "duan1" - meaning : Carry - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kuai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "kuai3" - meaning : Ladle - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction na2-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "na2" - meaning : Grasp - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction na2-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "na2" - meaning : Fetch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction na2na2-Cmp-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "na2+na2" - meaning : Fetch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jiu1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "jiu1" - meaning : Grasp - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction ti2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ti2+ti2" - meaning : Lift - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction tiao1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tiao1" - meaning : Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhai1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhai1" - meaning : Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction zhai2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhai2" - meaning : Pick - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Ingestion -//=================================== - -Construction ceng4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ceng4" - meaning : Eat - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction chi1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chi1" - meaning : Eat - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction he1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "he1" - meaning : Drink - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jiao2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "jiao2" - meaning : Chew - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Perception -//=================================== - -Construction jian4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "jian4" - meaning : Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kan4-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "kan4" - meaning : Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kan4kan4-V1-Cmp - subcase of Morpheme - form - constraints - self.f.orth <-- "kan4+kan4" - meaning : Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction kan4-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "kan4" - meaning : Observe - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction qiao2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "qiao2" - meaning : Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction qiao2qiao2-Cmp-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "qiao2+qiao2" - meaning : Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ting1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ting1" - meaning : Perceive_Audio - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ting1ting1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ting1+ting1" - meaning : Perceive_Audio - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction wang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wang4" - meaning: Perceive_Visual - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wen2-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wen2+wen2" - meaning : Perceive_Olfactory - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Uncategorized Transitive Action -//=================================== - -Construction chuan1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "chuan1" - meaning : Wear - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction dai4ti4-Cmp-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dai4+ti4" - meaning : Substitute_For - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction dou4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "dou4" - meaning : Tease - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction du2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "du2" - meaning : Read - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction fen1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "fen1" - meaning : Divvy_Up - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction hua4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "hua4" - meaning : Draw - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction huan4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huan4" - meaning : Switch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction liu2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "liu2" - meaning : Reserve - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Abstract Construction mo1_variant-V - subcase of Morpheme - meaning : Touch - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction mo1-V - subcase of mo1_variant-V - form - constraints - self.f.orth <-- "mo1" - - -Construction mo2-V - subcase of mo1_variant-V - form - constraints - self.f.orth <-- "mo2" - - -Abstract Construction ning3_variant-V - subcase of Morpheme - meaning : Twist - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction ning2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ning2" - - -Construction ning3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "ning3" - - -Construction shang4-V3 - subcase of Morpheme - form - constraints - self.f.orth <-- "shang4" - meaning : Attend - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction she4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "she4" - meaning : Photograph - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction song1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "song1" - meaning : Release_Grasp - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction tan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tan2" - meaning : Play_Musical_Instrument - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction tan2tan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tan2+tan2" - meaning : Play_Musical_Instrument - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction tuo1-V - subcase of Morpheme - form - constraints - self.f.orth <-- "tuo1" - meaning : Take_Off - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Abstract Construction wanr2_variant-V - subcase of Morpheme - meaning : Play_With - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wanr-V - subcase of wanr2_variant-V - form - constraints - self.f.orth <-- "wanr" - -Construction wanr2-V - subcase of wanr2_variant-V - form - constraints - self.f.orth <-- "wanr2" - - -Construction xie3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "xie3" - meaning : Write - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction yao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "yao3" - meaning : Bite - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction zhao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao3" - meaning : Find - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction zhao3zhao3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao3+zhao3" - meaning : Find - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction zhao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhao4" - meaning : Mimic - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -Construction zhu3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "zhu3" - meaning : Cook - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -//=================================== -// Communication -//=================================== - -Construction gao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gao4" - meaning : Tell - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gao4su4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "gao4+su4" - meaning : Tell - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction jiao4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "jiao4" - meaning: Beckon - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction rang4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "rang4" - meaning : Permit - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuo1-V1 - subcase of Morpheme - form - constraints - self.f.orth <-- "shuo1" - meaning : Accuse - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction shuo1-V2 - subcase of Morpheme - form - constraints - self.f.orth <-- "shuo1" - meaning : Say - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wen4-V - subcase of Morpheme - form - constraints - self.f.orth <-- "wen4" - meaning : Ask - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - - -//=================================== -// Transfer -//=================================== - -Abstract Construction gei3_variant-V - subcase of Morpheme - meaning : Give - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction gei3-V - subcase of gei3_variant-V - form - constraints - self.f.orth <-- "gei3" - -Construction gei2-V - subcase of gei3_variant-V - form - constraints - self.f.orth <-- "gei2" - -Construction huan2-V - subcase of Morpheme - form - constraints - self.f.orth <-- "huan2" - meaning: Return - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction mai3-V - subcase of Morpheme - form - constraints - self.f.orth <-- "mai3" - meaning: Buy - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Abstract Construction wei4_variant-V - subcase of Morpheme - meaning : Feed - evokes Event_Structure as event_structure - evokes Event_Descriptor as ed - constraints - ed.profiled_process <--> self.m - event_structure.inherent_aspect <--> self.m.inherent_aspect - -Construction wei1-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wei1" - -Construction wei4-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wei4" - -Construction wi2-V - subcase of wei4_variant-V - form - constraints - self.f.orth <-- "wi2" - - -//============================================================ -// Noun Roots -//============================================================ - -//=================================== -// Proper Names and Relational Terms -//=================================== - -Construction xixi-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xixi" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction xi1xi1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xi1+xi1" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction xi1xi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xi1+xi" - meaning: @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction yu3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yu3" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction hao2yu3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hao2+yu3" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction hao3yu3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+yu3" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction wei2wei-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wei2+wei" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bao3bao3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bao3+bao3" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bing1bing1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bing1+bing1" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction bing1Bing-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bing1Bing" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction di-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di" - meaning : @Child - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction qian4qian4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qian4+qian4" - meaning : @QianQian - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Abstract Construction ma1ma-variant-N - subcase of Morpheme - meaning : @Mother - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ma1-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1" - meaning : @Mother - -Construction ma1ma-Cmp-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1+ma" - -Construction ma1ma1-Cmp-N - subcase of ma1ma-variant-N - form - constraints - self.f.orth <-- "ma1+ma1" - -Abstract Construction ba4ba-variant-N - subcase of Morpheme - meaning : @Father - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ba4-N - subcase of ba4ba-variant-N - form - constraints - self.f.orth <-- "ba4" - -Construction ba4ba-Cmp-N - subcase of ba4ba-variant-N - form - constraints - self.f.orth <-- "ba4+ba" - -Construction yi2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yi2" - meaning : @Aunt - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction a1yi2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "a1+yi2" - meaning: @Aunt - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction jiu4jiu-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "jiu4+jiu" - meaning : @Uncle - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction mei4mei-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mei4+mei" - meaning: @Younger_Sister - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ge1ge-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ge1+ge" - meaning: @Older_Brother - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction di4di4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di4+di4" - meaning: @Younger_Brother - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction nai3nai-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "nai3+nai" - meaning: @Grandma - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction ye2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ye2" - meaning: @Grandpa - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - -Construction lao3shi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3+shi" - meaning : @Teacher - evokes RD as rd - constraints - rd.referent <--> self.m - rd.ontological_category <--> self.m - - -//=================================== -// Common Nouns -//=================================== - -Abstract Construction ren2_variant-N - subcase of Morpheme - meaning: @Human - -Construction ren2-N - subcase of ren2_variant-N - form - constraints - self.f.orth <-- "ren2" - -Construction renr2-N - subcase of ren2_variant-N - form - constraints - self.f.orth <-- "renr2" - -Construction wa-N2 - subcase of Morpheme - form - constraints - self.f.orth <-- "wa" - meaning: @Child - -Construction har-N2 - subcase of Morpheme - form - constraints - self.f.orth <-- "har" - meaning: @Child - -Construction hai2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hai2+zi" - meaning : @Child - -Construction ge1bo1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ge1+bo1" - meaning : @Shoulder - -Construction guang1jiao3ya1zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "guang1+jiao3+ya1+zi" - meaning: @Human - -Construction lian3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lian3" - meaning : @Face - -Construction jiao3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "jiao3" - meaning: @Foot - -Construction kou3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "kou3" - meaning : @Mouth - -Construction shenr1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shenr1" - meaning : @Body - -Abstract Construction tou2_variant-N - subcase of Morpheme - meaning : @Head - -Construction tou-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tou" - -Construction tou2-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tou2" - -Construction tour2-N - subcase of tou2_variant-N - form - constraints - self.f.orth <-- "tour2" - -Construction tou2fa4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tou2+fa4" - meaning : @Hair - -Construction wai4tou2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4+tou2" - meaning : @Forehead - -Construction tui3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tui3" - meaning: @Leg - -Construction zui3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zui3" - meaning : @Mouth - -Construction zui3ba-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zui3+ba" - meaning : @Mouth - -Construction ku4zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ku4+zi" - meaning : @Pants - -Construction shu1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shu1" - meaning : @Book - -Construction hua4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hua4" - meaning : @Picturebook - -Abstract Construction shu1bao1_variant-N - subcase of Morpheme - meaning : @Backpack - -Construction shu1baor1-Cmp-N - subcase of shu1bao1_variant-N - form - constraints - self.f.orth <-- "shu1+baor1" - -Construction shu1bao1-Cmp-N - subcase of shu1bao1_variant-N - form - constraints - self.f.orth <-- "shu1+bao1" - -Construction bao1bao1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bao1+bao1" - meaning : @Bag - -Abstract Construction zi4_variant-N - subcase of Morpheme - meaning: @Character - -Construction zi4-N - subcase of zi4_variant-N - form - constraints - self.f.orth <-- "zi4" - -Construction zir4-N - subcase of zi4_variant-N - form - constraints - self.f.orth <-- "zir4" - -Construction nian2ji4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "nian2+ji4" - meaning : @Age - -Construction sui4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "sui4" - meaning: @Age_Year - -Construction shi2jian1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shi2+jian1" - meaning: @Time - -Construction yan2se4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yan2+se4" - meaning : @Color_Property - -Construction yin1yue4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yin1+yue4" - meaning : @Music - -Construction guo1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "guo1" - meaning: @Frying_Pan - -Construction nai3zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "nai3+ping2" - meaning : @Bottle - -Construction ping2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ping2+zi" - meaning : @Bottle - -Construction shao2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shao2" - meaning : @Ladle_Utensil - -Abstract Construction wan3_variant-N - subcase of Morpheme - meaning : @Bowl - -Construction wan3-N - subcase of wan3_variant-N - form - constraints - self.f.orth <-- "wan3" - -Construction wanr3-N - subcase of wan3_variant-N - form - constraints - self.f.orth <-- "wanr3" - -Construction yu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yu2" - meaning : @Fish - -Construction cir4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "cir4" - meaning : @Bone - -Abstract Construction fanr4_variant-N - subcase of Morpheme - meaning : @Rice - -Construction fan4-N - subcase of fanr4_variant-N - form - constraints - self.f.orth <-- "fan4" - -Construction fanr4-N - subcase of fanr4_variant-N - form - constraints - self.f.orth <-- "fanr4" - -Construction hur2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "hur2" - meaning : @Seed - -Construction ji1dan4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1+dan4" - meaning : @Egg - -Construction guo3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "guo3" - meaning : @Apple - -Construction ping2guo3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ping2+guo3" - meaning : @Apple - -Construction cai4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "cai4" - meaning : @Vegetable - -Construction cai4huar1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "cai4+huar1" - meaning : @Cauliflower - -Construction qiao3ke3li4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qiao3+ke3+li4" - meaning : @Candy - -Construction rou4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "rou4" - meaning : @Meat - -Construction rou4rou4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "rou4+rou4" - meaning : @Meat - -Construction tang1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tang1" - meaning : @Soup - -Construction shui3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shui3" - meaning : @Water - -Construction shui3shui3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "shui3+shui3" - meaning : @Water - -Construction tang2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tang2" - meaning : @Candy - -Construction tao2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tao2" - meaning : @Peach - -Construction tu3dou4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tu3+dou4" - meaning : @Potato - -Construction xi1gua1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xi1+gua1" - meaning : @Watermelon - -Construction yao4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yao4" - meaning : @Medicine - -Construction che1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "che1" - meaning : @Car - -Construction che1che1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "che1+che1" - meaning : @Car - -Construction huo3che1che1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "huo3+che1+che1" - meaning : @Train - -Construction qi4che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qi4+che1" - meaning : @Car - -Construction ma3che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ma3+che1" - meaning : @Trolley - -Construction ka3che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ka3+che1" - meaning : @Truck - -Construction mo2tuo1che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mo2+tuo1+che1" - meaning : @Motorcycle - -Construction tu3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tu3" - meaning : @Bulldozer - -Construction tui1tu3che1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tui1+tu3+che1" - meaning : @Bulldozer - -Abstract Construction chang2lu4lu-variant-N - subcase of Morpheme - -Construction chang2lu4lu4-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4+lu4" - meaning : @Giraffe - -Construction chang2lu4lu-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4+lu" - meaning : @Giraffe - -Construction chang2lu4-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "chang2+lu4" - meaning : @Giraffe - -Construction lu4lu-Cmp-N - subcase of chang2lu4lu-variant-N - form - constraints - self.f.orth <-- "lu4+lu4" - meaning : @Giraffe - -Construction ma3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ma3" - meaning : @Horse - -Construction mao1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mao1" - meaning : @Cat - -Construction mao1mao1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "mao1+mao1" - meaning : @Cat - -Construction niu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "niu2" - meaning : @Cow - -Construction ya1zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ya1+zi" - meaning: @Duck - -Construction yang2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yang2" - meaning : @Goat - -Construction zhu1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zhu1" - meaning : @Pig - -Construction tian1shang4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tian1+shang4" - meaning : @Sky - -Construction xing1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xing1" - meaning : @Star - -Construction xing1xing1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xing1+xing1" - meaning : @Star - -Construction yue4liang4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yue4+liang4" - meaning : @Moon - -Construction bi3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "bi3" - meaning : @Pen - -Construction cai3bi3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "cai3+bi3" - meaning : @Crayon - -Construction chuang2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "chuang2" - meaning : @Bed - -Construction dengr4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dengr4" - meaning : @Stool - -Construction ban3dengr4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ban3+dengr4" - meaning : @Stool - -Construction fang1kuair4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "fang1+kuair4" - meaning : @Square_Block - -Construction fang2ding3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "fang2+ding3" - meaning : @Roof - -Construction he2he-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "he2+he" - meaning : @Box - -Construction kou3dai4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "kou3+dai4" - meaning : @Bib - -Construction wai4tou-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4+tou" - meaning: @Outdoors - -Construction wai4bianr1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wai4+bianr1" - meaning: @Outdoors - -Construction wu1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wu1" - meaning: @House - -Abstract Construction lou3_variant-N - subcase of Morpheme - meaning: @Storey - -Construction lou2-N - subcase of lou3_variant-N - form - constraints - self.f.orth <-- "lou2" - -Construction lou3-N - subcase of lou3_variant-N - form - constraints - self.f.orth <-- "lou3" - -Abstract Construction men2_variant-N - subcase of Morpheme - meaning: @Door - -Construction men2-N - subcase of men2_variant-N - form - constraints - self.f.orth <-- "men2" - -Construction menr2-N - subcase of men2_variant-N - form - constraints - self.f.orth <-- "menr2" - -Abstract Construction hua1hua1-variant-N - subcase of Morpheme - meaning : @Flower - -Construction huar1-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "huar1" - -Construction huar1huar-Cmp-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "huar1+huar" - -Construction hua1hua1-Cmp-N - subcase of hua1hua1-variant-N - form - constraints - self.f.orth <-- "hua1+hua1" - -Construction sheng2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "sheng2+zi" - meaning: @Rope - -Construction xiang1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xiang1" - meaning : @Storagebin - -Construction xie2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xie2" - meaning : @Shoe - -Construction deng4zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "deng4+zi" - meaning : @Chair - -Construction yi3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yi3" - meaning : @Chair - -Construction yi3zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "yi3+zi" - meaning : @Chair - -Construction zhuo1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuo1" - meaning : @Table - -Construction zhuo1zi-N - subcase of Morpheme - form - constraints - self.f.orth <-- "zhuo1+zi" - meaning : @Table - -Construction dong1xi1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dong1+xi1" - meaning : @Inanimate - -Construction chong2zi-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "chong2+zi" - meaning: @Worm - -Construction lao3ya1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3+ya1" - meaning: @Duck - -Construction tang2lao3ya1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tang2+lao3+ya1" - meaning: @Duck - -Construction ya1ya1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ya1+ya1" - meaning: @Duck - - -Construction gou3gou3-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "gou3+gou3" - meaning: @Dog - -Construction gou3xiong2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "gou3+xiong2" - meaning: @Bear - -Construction xiao3hei1xiong2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao3+hei1+xiong2" - meaning: @Bear - -Construction xiao3bai2tu4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xiao3+bai2+tu4" - meaning : @Rabbit - -Construction wa-N1 - subcase of Morpheme - form - constraints - self.f.orth <-- "wa" - meaning: @Doll - -Construction wan2yir4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "wan2+yir4" - meaning : @Toy - -Construction qiu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qiu2" - meaning : @Ball - -Construction qiu2qiu2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qiu2+qiu2" - meaning : @Ball - -Construction qi4qiu2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qi4+qiu2" - meaning : @Balloon - -Construction she4xiang4ji1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "she4+xiang4+ji1" - meaning : @Camera - -Construction ji1-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1" - meaning : @Camera - -Construction ji1ji1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1+ji1" - meaning : @Camera - -Construction tuo1er2suo3-N - subcase of Morpheme - form - constraints - self.f.orth <-- "tuo1+er2+suo3" - meaning : @Daycare - -Construction xue2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "xue2" - meaning : @School - -Construction you2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "you2" - meaning : @Lotion - -Construction di4-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di4" - meaning : @Ground - -Construction di4xia4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "di4+xia4" - meaning : @Ground - -Construction pi2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "pi2" - meaning : @Peel - -Abstract Construction deng1-variant-N - subcase of Morpheme - meaning : @Desklamp - -Construction deng1-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "deng1" - -Construction dian4deng1-Cmp-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "dian4+deng1" - -Construction deng1zi-N - subcase of deng1-variant-N - form - constraints - self.f.orth <-- "deng1+zi" - -Construction dian4chi2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dian4+chi2" - meaning : @Battery - -Construction dian4shi4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dian4+hua4" - meaning : @Telephone - -Construction dian4hua4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "dian4+shi4" - meaning : @Television - -Construction lu4yin1ji1-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "lu4+yin1+ji1" - meaning : @Tape_Recorder - -Abstract Construction ji1qi1ren2-Cmp_variant-N - subcase of Morpheme - meaning : @Robot - -Construction ji1qi1ren2-Cmp-N - subcase of ji1qi1ren2-Cmp_variant-N - form - constraints - self.f.orth <-- "ji1+qi1+ren2" - -Construction ji1qi1renr2-Cmp-N - subcase of ji1qi1ren2-Cmp_variant-N - form - constraints - self.f.orth <-- "ji1+qi1+renr2" - -Construction ji1xie4-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "ji1+xie4" - meaning : @Robot - -Construction ni3pai1yi1wo3pai1yi1-N - subcase of Word - constructional - constituents - n1 : ni3 - p1 : pai1-V - y1 : yi1_variant-Digit - w2 : wo3 - p2 : pai1-V - y2 : yi1_variant-Digit - form - constraints - n1.f meets p1.f - p1.f meets y1.f - y1.f meets w2.f - w2.f meets p2.f - p2.f meets y2.f - meaning : @Game - -Construction gang1qin2-Cmp-N - subcase of Morpheme - form - constraints - self.f.orth <-- "gang1+qin2" - meaning : @Piano - -Construction qin2-N - subcase of Morpheme - form - constraints - self.f.orth <-- "qin2" - meaning : @Piano - -//============================================================ -// Modifiers (FIXME: it seems more appropriate for these to all be Unknown) -//============================================================ - -Construction duo2-M - subcase of Morpheme - form - constraints - self.f.orth <-- "duo2" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction lao3-M1 - subcase of Morpheme - form - constraints - self.f.orth <-- "lao3" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction tai4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "tai4" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction zhen1-M - subcase of Morpheme - form - constraints - self.f.orth <-- "zhen1" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction zui4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "zui4" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction huir2-M - subcase of Morpheme - form - constraints - self.f.orth <-- "huir2" - meaning : Modification - constraints - self.m.category <-- @Duration - -Construction huir3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "huir3" - meaning : Modification - constraints - self.m.category <-- @Duration - -Construction hu2-M - subcase of Morpheme - form - constraints - self.f.orth <-- "hu2" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction hao3hao-Cmp-M - subcase of Morpheme - form - constraints - self.f.orth <-- "hao3+hao" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction kuai4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "kuai4" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction luan4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "luan4" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction ma3shang4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "ma3+shang4" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction man4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "man4" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction shao3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "shao3" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction ting3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "ting3" - meaning : Modification - constraints - self.m.category <-- @Degree - -Construction xia1-M - subcase of Morpheme - form - constraints - self.f.orth <-- "xia1" - meaning : Modification - constraints - self.m.category <-- @Manner - -Construction yi1dian3-M - subcase of Morpheme - form - constraints - self.f.orth <-- "yi4+dianr3" - meaning : Modification - evokes @Element as ce - constraints - self.m.category <-- @Quantity - -Construction da4ge4-M - subcase of Word - constructional - constituents - d : da4-V - g : ge4_variant-C - form - constraints - d.f meets g.f - meaning : Modification - evokes @Element as ce - constraints - self.m.category <-- @Size - - -Construction xian4zai4-M - subcase of Morpheme - form - constraints - self.f.orth <-- "xian4+zai4" - meaning : Modification - evokes @Element as ce - constraints - self.m.category <-- @Temporal - -//============================================================ -// Constructions: Unknown lexical items -//============================================================ - - -Construction dai1-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "dai1" - -Construction gan4-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "gan4" - - -Construction gang1cai1-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "gang1+cai1" - -Construction jin1tian1-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "jin1+tian1" - -Construction liao-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "liao" - -Construction liao3-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "liao3" - -Construction yang-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yang" - -Construction yang4-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yang4" - -Construction yangr4-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yangr4" - -Construction yi2gong4-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "yi2+gong4" - -Construction zhe4mezhe-Cmp-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "zhe4+mezhe" - -Construction zhi3-Unknown - subcase of Morpheme - form - constraints - self.f.orth <-- "zhi3" \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-lowerOntology.def b/compling.core/data/Learning/Chinese Grammar/learner/general-lowerOntology.def deleted file mode 100644 index 6665c9a..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-lowerOntology.def +++ /dev/null @@ -1,2563 +0,0 @@ -//============================================================ -// LOWER ONTOLOGY -//============================================================ - -//============================================================ -// Property Fillers -//============================================================ - -(type Discourse_Participant_Role sub Property_Filler) - -(type Audience sub Discourse_Participant_Role) - -(type Addressee sub Audience) - -(type Speaker sub Discourse_Participant_Role) - -(type Referable_Element sub Discourse_Participant_Role) - -(type Attentional_Focus sub Referable_Element) - -//================================================ - -(type Givenness sub Property_Filler) - -(type Given sub Givenness) - -(type Identifiable sub Givenness) - -(type Context_New sub Givenness) - -(type Unknown sub Givenness) - -//================================================ - -(type Affectedness sub Property_Filler) - -(type Not_Affected sub Affectedness) - -(type Affected sub Affectedness) - -//================================================ - -(type Motion_Focus sub Property_Filler) - -(type Manner_Focus sub Motion_Focus) - -(type Path_Focus sub Motion_Focus) - -//================================================ - -(type Forcefulness sub Property_Filler) - -(type Reduced sub Forcefulness) - -(type Normal sub Forcefulness) - -//================================================ - -(type Aspect sub Property_Filler) - -(type Inherent_Aspect sub Aspect) - -(type Modifier_Aspect sub Aspect) - -(type Event_Aspect sub Aspect) - -(type Inherent_Punctual sub Inherent_Aspect) - -(type Inherent_Durative sub Inherent_Aspect) - -(type Inherent_Telic sub Inherent_Aspect) - -(type Inherent_Atelic sub Inherent_Aspect) - -(type Inherent_State sub Inherent_Durative Inherent_Atelic) - -(type Inherent_Activity sub Inherent_Durative Inherent_Atelic) - -(type Inherent_Accomplishment sub Inherent_Durative Inherent_Telic) - -(type Inherent_Semelfactive sub Inherent_Punctual Inherent_Atelic) - -(type Inherent_Achievement sub Inherent_Punctual Inherent_Telic) - -(type Non_Ongoing_Modifier_Aspect sub Modifier_Aspect) - -(type Modifier_Imperfective sub Modifier_Aspect) - -(type Modifier_Underspecified sub Non_Ongoing_Modifier_Aspect) - -(type Modifier_Inchoative sub Non_Ongoing_Modifier_Aspect) - -(type Modifier_Perfective sub Non_Ongoing_Modifier_Aspect) - -(type Modifier_Experiential sub Non_Ongoing_Modifier_Aspect) - -(type Event_Ready sub Event_Aspect) - -(type Event_Ongoing sub Event_Aspect) - -(type Event_Iterative sub Event_Aspect) - -(type Event_Done sub Event_Aspect) - -//================================================ - -(type Modification_Category sub Property_Filler) - -(type Process_Modification_Category sub Modification_Category) - -(type Entity_Modification_Category sub Modification_Category) - -(type Modality_Modification_Category sub Modification_Category) - -(type Degree sub Process_Modification_Category) - -(type Duration sub Process_Modification_Category) - -(type Manner sub Process_Modification_Category) - -(type Occurrence sub Process_Modification_Category) - -(type Temporal sub Process_Modification_Category) - -(type Quantity sub Entity_Modification_Category) - -(type Size sub Entity_Modification_Category) - -(type Undef sub Entity_Modification_Category) - -(type Ability sub Modality_Modification_Category) - -(type Permission sub Modality_Modification_Category) - -(type Necessity sub Modality_Modification_Category) - - -//================================================ - -(type Path sub Property_Filler) - -(type Out_Path sub Path) - -(type Up_Path sub Path) - -(type Down_Path sub Path) - -(type Enter_Path sub Path) - -(type Return_Path sub Path) - -(type Rising_Path sub Path) - -(type Across_Path sub Path) - -//================================================ - -(type Deixis sub Property_Filler) - -(type Deitic_Away sub Deixis) - -(type Deitic_Towards sub Deixis) - -//================================================ - -(type Gender sub Property_Filler) - -(type Female sub Gender) - -(type Male sub Gender) - -//================================================ - -(type Size_Property sub Property_Filler) - -(type Size_Big sub Size_Property) - -(type Size_Small sub Size_Property) - -//================================================ - -(type Color_Property sub Abstract_Entity Entity_Modification_Category) - -(type Color_Red sub Color_Property) - -(type Color_Blue sub Color_Property) - -(type Color_Green sub Color_Property) - -(type Color_Yellow sub Color_Property) - -(type Color_Black sub Color_Property) - -(type Color_White sub Color_Property) - -//================================================ - -(type Posture sub Property_Filler) - -(type Lyingdown sub Posture) - -(type Crouched sub Posture) - -(type Seated sub Posture) - -(type Upright sub Posture) - -(type Fallen sub Posture) - -//================================================ - -(type Open_Close_State sub Property_Filler) - -(type Open_State sub Open_Close_State) - -(type Closed_State sub Open_Close_State) - -//================================================ - -(type Power_State sub Property_Filler) - -(type Power_On sub Power_State) - -(type Power_Off sub Power_State) - -//============================================================ -// Processes -//============================================================ - -//============================================================ -// Intransitive States -//============================================================ - -(type Amusing sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Abundant sub Intransitive_State - rel - (protagonist Inanimate) - (category Quantity)) - -(type Achieved sub Intransitive_State - rel - (category Undef)) - -(type Angry sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Annoying sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Bad sub Intransitive_State - rel - (category Undef)) - -(type Bared sub Intransitive_State - rel - (category Undef)) - -(type Big sub Intransitive_State - rel - (category Size)) - -(type Broken sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Clean sub Intransitive_State - rel - (category Undef)) - -(type Comfortable sub Intransitive_State - rel - (category Undef)) - -(type Correct sub Intransitive_State - rel - (category Undef)) - -(type Dead sub Intransitive_State - rel - (category Undef)) - -(type Dirty sub Intransitive_State - rel - (category Undef)) - -(type Enough sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Faint sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Fine sub Intransitive_State - rel - (protagonist Inanimate) - (category Undef)) - -(type Finished sub Intransitive_State - rel - (protagonist Process) - (category Undef)) - -(type Fragrant sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Full sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Good sub Intransitive_State - rel - (category Manner)) - -(type Good_Enough sub Intransitive_State - rel - (category Undef)) - -(type Green sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Color_Property)) - -(type High sub Intransitive_State - rel - (category Undef)) - -(type Hot sub Intransitive_State - rel - (category Undef)) - -(type Hungry sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Idle sub Intransitive_State - rel - (category Undef)) - -(type Matter sub Intransitive_State - rel - (category Undef)) - -(type Naughty sub Intransitive_State - rel - (protagonist Animate) - (category Manner)) - -(type Obedient sub Intransitive_State - rel - (protagonist Animate) - (category Manner)) - -(type Opened sub Intransitive_State - rel - (category Undef)) - -(type Painful sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Perceived sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Pretty sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Undef)) - -(type Red sub Intransitive_State - rel - (protagonist Concrete_Entity) - (category Color_Property)) - -(type Small sub Intransitive_State - rel - (category Size)) - -(type Stingy sub Intransitive_State - rel - (protagonist Human) - (category Undef)) - -(type Stupid sub Intransitive_State - rel - (protagonist Human) - (category Undef)) - -(type Tasty sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Tired sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Ugly sub Intransitive_State - rel - (protagonist Animate) - (category Undef)) - -(type Up sub Intransitive_State - rel - (category Undef)) - -(type Well_Behaved sub Intransitive_State - rel - (protagonist Animate) - (category Manner)) - - -//============================================================ -// Two Participant States -//============================================================ - -(type Located sub Two_Participant_State) - -(type Exist sub Two_Participant_State) - -(type Copula sub Two_Participant_State) - - -//============================================================ -// Mental States -//============================================================ - -(type Afraid sub Mental_State) - -(type Be_Concerned_With sub Mental_State) - -(type Know sub Mental_State) - -(type Like sub Mental_State) - -(type Love sub Mental_State) - -(type Miss sub Mental_State) - -(type Required_to sub Mental_State) - -(type Satisfied_With sub Mental_State) - -(type Want sub Mental_State - rel - (wanter Animate) - (wanted Element) - eq - (wanter experiencer) - (wanted percept)) - -(type Willing sub Mental_State) - - -//============================================================ -// Active X-schemas -//============================================================ - -//=================================== -// Intransitive Actions -//=================================== - -(type Count sub Intransitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (counter Animate) - eq - (counter protagonist)) - - -(type Estimate sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (estimator Animate) - eq - (estimator protagonist)) - - -(type Get_Even sub Intransitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (disputant Animate) - eq - (disputant protagonist)) - - -(type Play sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (player Animate) - eq - (player protagonist)) - - -(type Practice sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (practicer Animate) - eq - (practicer protagonist)) - - -(type Proceed sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (proceeder Animate) - eq - (proceeder protagonist)) - - -(type Think sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (thinker Animate) - eq - (thinker protagonist)) - - -(type Thunder sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (nature Inanimate) - eq - (nature protagonist)) - - -(type Sing sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (singer Animate) - eq - (singer protagonist)) - - -(type Sneeze sub Intransitive_Action - rel - (inherent_aspect Inherent_Achievement) - (sneezer Animate) - eq - (sneezer protagonist)) - -//=================================== -// Expressions -//=================================== - -(type Cry sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (cryer Animate) - eq - (cryer protagonist)) - - -(type Fuss sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (fusser Animate) - eq - (fusser protagonist)) - - -(type Smile sub Intransitive_Action - rel - (inherent_aspect Inherent_Activity) - (smiler Animate) - eq - (smiler protagonist)) - -//=================================== -// Self Motion -//=================================== - -(type Dance sub Self_Motion - rel - (inherent_aspect Inherent_Activity) - (dancer Animate) - eq - (dancer mover)) - - -(type Kneel sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (kneeler Animate) - eq - (kneeler mover)) - - -(type Lean sub Self_Motion - rel - (inherent_aspect Inherent_Semelfactive) - (leaner Animate) - eq - (leaner mover)) - - -(type Lie_Down sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (lyer Animate) - eq - (lyer mover)) - - -(type Rise sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (riser Animate) - eq - (riser mover)) - - -(type Sit sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (sitter Animate) - (seat Concrete_Entity) - eq - (sitter mover)) - - -(type Spin sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (spinner Animate) - eq - (spinner mover)) - - -(type Tumble sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (tumbler Concrete_Entity) - eq - (tumbler mover)) - - -(type Trip sub Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (tripper Animate) - eq - (tripper mover)) - - -//=================================== -// Translational Self Motion -//=================================== - - -(type Ascend sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (ascender Animate) - eq - (ascender mover)) - - -(type Climb sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (climber Animate) - eq - (climber mover)) - - -(type Come sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (comer Animate) - eq - (comer mover)) - - -(type Descend sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (descender Animate) - eq - (descender mover)) - - -(type Exit sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (exiter Animate) - eq - (exiter mover)) - - -(type Fall sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Achievement) - (faller Entity) - eq - (faller mover)) - - -(type Go sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (goer Animate) - eq - (goer mover)) - - -(type Hide sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (hider Animate) - eq - (hider protagonist)) - - -(type Run sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Activity) - (runner Animate) - eq - (runner mover)) - - -(type Walk sub Translational_Self_Motion - rel - (inherent_aspect Inherent_Activity) - (walker Animate) - eq - (walker mover)) - - -//=================================== -// Continuous Force Application -//=================================== - -(type Bring sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (bringer Animate) - (brought Element) - eq - (bringer force_supplier) - (brought force_recipient)) - - -(type Carry sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (carrier Animate) - (carried Element) - eq - (carrier force_supplier) - (carried force_recipient)) - - -(type Carry_On_Back sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (carrier Animate) - (carried Element) - eq - (carrier force_supplier) - (carried force_recipient)) - - -(type Contain sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Activity) - (container Inanimate) - (contained Inanimate) - eq - (container force_supplier) - (contained force_recipient)) - - -(type Drive sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Activity) - (driver Animate) - (driven Car) - eq - (driver force_supplier) - (driven force_recipient)) - - -(type Escort sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Achievement) - (escort Animate) - (escorted Animate) - eq - (escort force_supplier) - (escorted force_recipient)) - - -(type Grasp sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Activity) - (grasper Animate) - (grasped Element) - (effector Hand) - eq - (grasper force_supplier) - (grasped force_recipient)) - - -(type Hug sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Semelfactive) - (hugger Animate) - (hugged Concrete_Entity) - (effector Hand) - eq - (hugger force_supplier) - (hugged force_recipient)) - - -(type Lift sub Continuous_Force_Application Obtainment - rel - (inherent_aspect Inherent_Achievement) - (lifter Animate) - (liftee Element) - eq - (lifter force_supplier) - (liftee force_recipient)) - - -(type Ride sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Achievement) - (rider Animate) - (rode Manipulable_Inanimate_Object) - eq - (rider force_supplier) - (rode force_recipient)) - - -(type Steady sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Semelfactive) - (support Concrete_Entity) - (steadied Concrete_Entity) - eq - (support force_supplier) - (steadied force_recipient)) - - -(type Steer sub Continuous_Force_Application - rel - (inherent_aspect Inherent_Achievement) - (steerer Animate) - (steered Manipulable_Inanimate_Object) - eq - (steerer force_supplier) - (steered force_recipient)) - - -//=================================== -// Forceful Motion -//=================================== - -(type Drop sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (dropper Animate) - (dropped Manipulable_Inanimate_Object) - eq - (dropper force_supplier) - (dropped force_recipient)) - - -(type Pick sub Forceful_Motion Obtainment - rel - (inherent_aspect Inherent_Achievement) - (picker Animate) - (picked Manipulable_Inanimate_Object) - eq - (picker force_supplier) - (picked force_recipient)) - - -(type Pin sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (pinner Animate) - (pinned Manipulable_Inanimate_Object) - eq - (pinner force_supplier) - (pinned force_recipient)) - - -(type Press sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (presser Concrete_Entity) - (pressed Concrete_Entity) - eq - (presser force_supplier) - (pressed force_recipient)) - - -(type Prick sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (prick Sharp_Object) - (pricked Concrete_Entity) - eq - (prick force_supplier) - (pricked force_recipient)) - - -(type Pull sub Forceful_Motion - rel - (inherent_aspect Inherent_Activity) - (puller Animate) - (pulled Concrete_Entity) - eq - (puller force_supplier) - (pulled force_recipient)) - - -(type Push sub Forceful_Motion - rel - (inherent_aspect Inherent_Activity) - (pusher Animate) - (pushed Concrete_Entity) - eq - (pusher force_supplier) - (pushed force_recipient)) - - -(type Slam sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (slammer Animate) - (slammed Concrete_Entity) - eq - (slammer force_supplier) - (slammed force_recipient)) - - -(type Spit sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (spitter Animate) - (spitted Manipulable_Inanimate_Object) - (effector Mouth) - eq - (spitter force_supplier) - (spitted force_recipient)) - - -(type Stir sub Forceful_Motion - rel - (inherent_aspect Inherent_Activity) - (stirrer Animate) - (stirred Substance) - eq - (stirrer force_supplier) - (stirred force_recipient)) - - -(type Sweep sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (sweeper Animate) - (swept Substance) - eq - (sweeper force_supplier) - (swept force_recipient)) - - -(type Wipe sub Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (wiper Human) - (wiped Solid) - (mop Manipulable_Inanimate_Object) - (move Move) - eq - (wiper force_supplier) - (wiped force_recipient)) - - -//=================================== -// Translational Forceful Motion -//=================================== - - -(type Apply sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Semelfactive) - (applier Animate) - (substance Substance) - eq - (applier force_supplier) - (substance force_recipient)) - - -(type Fetch sub Translational_Forceful_Motion Obtainment - rel - (inherent_aspect Inherent_Accomplishment) - (fetcher Animate) - (fetched Manipulable_Inanimate_Object) - eq - (fetcher force_supplier) - (fetched force_recipient)) - - -(type Ladle sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (ladler Animate) - (ladled Substance) - (container Physical_Container) - eq - (ladler force_supplier) - (ladled force_recipient)) - - -(type Load sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (loader Animate) - (goods Concrete_Entity) - (container Physical_Container) - eq - (loader force_supplier) - (goods force_recipient)) - - -(type Move sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Accomplishment) - (mover Animate) - (moved Manipulable_Inanimate_Object) - eq - (mover force_supplier) - (moved force_recipient)) - - -(type Plug sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (plugger Animate) - (plug Manipulable_Inanimate_Object) - (opening Portal) - eq - (plugger force_supplier) - (plug force_recipient)) - - -(type Put sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (putter Animate) - (puttee Manipulable_Inanimate_Object) - eq - (putter force_supplier) - (puttee force_recipient)) - - -(type Scatter sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (scatterer Animate) - (scattered Manipulable_Inanimate_Object) - eq - (scatterer force_supplier) - (scattered force_recipient)) - - -(type Stash_Away sub Translational_Forceful_Motion - rel - (inherent_aspect Inherent_Achievement) - (stasher Animate) - (stash Manipulable_Inanimate_Object) - eq - (stasher force_supplier) - (stash force_recipient)) - - -(type Take sub Translational_Forceful_Motion Obtainment - rel - (inherent_aspect Inherent_Achievement) - (taker Animate) - (taken Manipulable_Inanimate_Object) - eq - (taker force_supplier) - (taken force_recipient)) - - - -//=================================== -// Agentive Impact -//=================================== - - -(type Beat sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (beater Animate) - (beaten Concrete_Entity) - eq - (beater force_supplier) - (beaten force_recipient)) - - -(type Kick sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (kicker Animate) - (kickee Concrete_Entity) - (effector Foot) - eq - (kicker force_supplier) - (kickee force_recipient)) - - -(type Mash sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (masher Animate) - (mashed Concrete_Entity) - eq - (masher force_supplier) - (mashed force_recipient)) - - -(type Pound sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (masher Animate) - (mashed Concrete_Entity) - eq - (masher force_supplier) - (mashed force_recipient)) - - -(type Press_Down_With_Leg sub Agentive_Impact - rel - (inherent_aspect Inherent_Semelfactive) - (presser Animate) - (pressed Concrete_Entity) - (effector Foot) - eq - (presser force_supplier) - (pressed force_recipient)) - - -(type Slap sub Agentive_Impact - rel - (inherent_aspect Inherent_Achievement) - (slapper Animate) - (slapped Entity) - (effector Hand) - eq - (slapper force_supplier) - (slapped force_recipient)) - - -(type Throw sub Agentive_Impact - rel - (inherent_aspect Inherent_Achievement) - (thrower Animate) - (throwee Manipulable_Inanimate_Object) - eq - (thrower force_supplier) - (throwee force_recipient)) - - -//=================================== -// Cause Change -//=================================== - -(type Cut sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (cutter Animate) - (cut Manipulable_Inanimate_Object) - eq - (cutter actor) - (cut undergoer)) - - -(type Close sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (closer Animate) - (closed Openable) - eq - (closer actor) - (closed undergoer)) - - -(type Damage sub Cause_Change - rel - (inherent_aspect Inherent_Accomplishment) - (damager Animate) - (damaged Manipulable_Inanimate_Object) - eq - (damager actor) - (damaged undergoer)) - - -(type Discard sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (discarder Animate) - (discarded Manipulable_Inanimate_Object) - eq - (discarder actor) - (discarded undergoer)) - - -(type Fix sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (fixer Animate) - (fixed Manipulable_Inanimate_Object) - eq - (fixer actor) - (fixed undergoer)) - - -(type Open sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (opener Animate) - (opened Openable) - eq - (opener actor) - (opened undergoer)) - - -(type Pare sub Cause_Change - rel - (inherent_aspect Inherent_Accomplishment) - (parer Animate) - (pared Manipulable_Inanimate_Object) - eq - (parer actor) - (pared undergoer)) - - -(type Rip_Open sub Cause_Change - rel - (inherent_aspect Inherent_Accomplishment) - (ripper Animate) - (ripped Manipulable_Inanimate_Object) - eq - (ripper actor) - (ripped undergoer)) - - -(type Start sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (actor Animate) - (started Process) - eq - (actor actor) - (started undergoer)) - - -(type Switch_On sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (actor Animate) - (appliance Electrical_Appliance) - eq - (actor actor) - (appliance undergoer)) - - -(type Switch_Off sub Cause_Change - rel - (inherent_aspect Inherent_Achievement) - (actor Animate) - (appliance Electrical_Appliance) - eq - (actor actor) - (appliance undergoer)) - - -(type Tear sub Cause_Change - rel - (inherent_aspect Inherent_Accomplishment) - (tearer Animate) - (torn Manipulable_Inanimate_Object) - eq - (tearer actor) - (torn undergoer)) - - -(type Wash sub Cause_Change - rel - (inherent_aspect Inherent_Activity) - (washer Animate) - (washed Concrete_Entity) - eq - (washer actor) - (washed undergoer)) - - -//=================================== -// Ingestion -//=================================== - -(type Eat sub Ingestion - rel - (inherent_aspect Inherent_Activity) - (eater Animate) - (food Manipulable_Inanimate_Object) - (chew Chew) - (swallow Swallow) - eq - (eater ingester) - (food ingested)) - - -(type Chew sub Ingestion - rel - (inherent_aspect Inherent_Activity) - (chewer Animate) - (chewed Manipulable_Inanimate_Object) - eq - (chewer ingester) - (chewed ingested)) - - -(type Drink sub Ingestion - rel - (inherent_aspect Inherent_Activity) - (drinker Animate) - (beverage Liquid) - eq - (drinker ingester) - (beverage ingested)) - - -(type Swallow sub Ingestion - rel - (inherent_aspect Inherent_Achievement) - (swallower Animate) - (swallowed Manipulable_Inanimate_Object) - eq - (swallower ingester) - (swallowed ingested)) - - -//=================================== -// Perception -//=================================== - -(type Perceive_Audio sub Perception - rel - (inherent_aspect Inherent_Achievement)) - - -(type Perceive_Visual sub Perception - rel - (inherent_aspect Inherent_Achievement)) - - -(type Perceive_Olfactory sub Perception - rel - (inherent_aspect Inherent_Achievement)) - - -(type Observe sub Perception - rel - (inherent_aspect Inherent_Activity) - (observer Animate) - (observed Entity) - eq - (observer perceiver) - (observed percept)) - - -//=================================== -// Other Transitive Actions -//=================================== - -(type Attend sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (attender Human) - (attended School) - eq - (attender agent) - (attended patient)) - - -(type Bite sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (biter Animate) - (bitten Concrete_Entity) - eq - (biter agent) - (bitten patient)) - - -(type Cook sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (cook Animate) - (food Food) - eq - (cook agent) - (food patient)) - - -(type Divvy_Up sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (divvier Animate) - (divvied Food) - eq - (divvier agent) - (divvied patient)) - - -(type Draw sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (drawer Animate) - (drawn Printed_Work) - (drawn_on Element) - eq - (drawer agent) - (drawn patient)) - - -(type Find sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (finder Animate) - (target Element) - eq - (finder agent) - (target patient)) - - -(type Mimic sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Semelfactive) - (mimicker Animate) - (mimicked Element) - eq - (mimicker agent) - (mimicked patient)) - - -(type Photograph sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (photographer Animate) - (photographed Entity) - eq - (photographer agent) - (photographed patient)) - - -(type Play_Musical_Instrument sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (player Animate) - (musical_instrument Musical_Instrument) - eq - (player agent) - (musical_instrument patient)) - - -(type Play_With sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (player Animate) - (played_with Entity) - eq - (player agent) - (played_with patient)) - - -(type Point sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (person_pointing Animate) - (pointed_at Entity) - eq - (person_pointing agent) - (pointed_at patient)) - - -(type Reach sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (reacher Animate) - (target Manipulable_Inanimate_Object) - eq - (reacher agent) - (target patient)) - - -(type Read sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (reader Animate) - (read Book) - eq - (reader agent) - (read patient)) - - -(type Release_Grasp sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (grasper Animate) - (grasped Manipulable_Inanimate_Object) - eq - (grasper agent) - (grasped patient)) - - -(type Reserve sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (reserver Animate) - (reserved Manipulable_Inanimate_Object) - (reserved_for Animate) - (benefaction BenefactionOrMalefaction) - eq - (reserver agent) - (reserved patient)) - - -(type Serve sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (server Animate) - (food Food) - (container Physical_Container) - eq - (server agent) - (food patient)) - - -(type Tease sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (teaser Animate) - (teased Animate) - eq - (teaser agent) - (teased patient)) - - -(type Touch sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (toucher Animate) - (touched Concrete_Entity) - eq - (toucher agent) - (touched patient)) - - -(type Wear sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (wearer Animate) - (worn Wearable_Item) - eq - (wearer agent) - (worn patient)) - - -(type Twist sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Achievement) - (twister Animate) - (twisted Concrete_Entity) - eq - (twister agent) - (twisted patient)) - - -(type Write sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (writer Animate) - (written Printed_Work) - (written_on Element) - eq - (writer agent) - (written patient)) - - -(type Substitute_For sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (original Entity) - (substitute Entity) - eq - (original agent) - (substitute patient)) - - -(type Switch sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (switcher Animate) - (switched Entity) - eq - (switcher agent) - (switched patient)) - - -(type Take_Off sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Activity) - (wearer Animate) - (worn Wearable_Item) - eq - (wearer agent) - (worn patient)) - - -(type Turn_Page sub Uncategorized_Transitive_Action - rel - (inherent_aspect Inherent_Accomplishment) - (turner Animate) - (turned Book) - eq - (turner agent) - (turned patient)) - -//=================================== -// Communication -//=================================== - - -(type Ask sub Communication - rel - (inherent_aspect Inherent_Achievement) - (asker Animate) - (asked Animate) - (question Element) - eq - (asker communicator) - (asked audience) - (question communicated)) - - -(type Accuse sub Communication - rel - (inherent_aspect Inherent_Achievement) - (accuser Animate) - (accused Animate) - (accusation Element) - eq - (accuser communicator) - (accused audience) - (accusation communicated)) - - -(type Beckon sub Communication - rel - (inherent_aspect Inherent_Achievement) - (beckoner Animate) - (beckoned Animate) - eq - (beckoner communicator) - (beckoned audience)) - - -(type Explain sub Communication - rel - (inherent_aspect Inherent_Activity) - (explainer Human) - (explain_to Human) - (explained Element) - eq - (explainer communicator) - (explain_to audience) - (explained communicated)) - - -(type Illustrate sub Communication - rel - (inherent_aspect Inherent_Achievement) - (illustrator Animate) - (illustrated_to Animate) - (illustrated Element) - eq - (illustrator communicator) - (illustrated_to audience) - (illustrated communicated)) - - -(type Say sub Communication - rel - (inherent_aspect Inherent_Achievement) - (speaker Animate) - (content Element) - eq - (speaker communicator) - (content communicated)) - - -(type Talk_On_Phone sub Communication - rel - (inherent_aspect Inherent_Activity) - (talker Animate) - (talked_to Animate) - (content Element) - eq - (talker communicator) - (talked_to audience) - (content communicated)) - - -(type Tell sub Communication - rel - (inherent_aspect Inherent_Achievement) - (speaker Animate) - (hearer Animate) - (content Element) - eq - (speaker communicator) - (hearer audience) - (content communicated)) - - -(type Permit sub Communication - rel - (inherent_aspect Inherent_Achievement) - (permiter Animate) - (permitee Animate) - (permitted Element) - eq - (permiter communicator) - (permitee audience) - (permitted communicated)) - - -//=================================== -// Transfer -//=================================== - -(type Buy sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (seller Animate) - (buyer Animate) - (goods Manipulable_Inanimate_Object) - eq - (seller giver) - (buyer recipient) - (goods theme)) - - -(type Exchange sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (exchanger1 Animate) - (exchanger2 Animate) - (theme1 Manipulable_Inanimate_Object) - (theme2 Manipulable_Inanimate_Object) - (cp Complex_Process) - (transfer2 Transfer) - eq - (exchanger1 giver) - (exchanger2 recipient) - (theme1 theme)) - - -(type Give sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (giver Animate) - (recipient Animate) - (theme Manipulable_Inanimate_Object)) - - -(type Feed sub Transfer - rel - (inherent_aspect Inherent_Activity) - (feeder Animate) - (eater Animate) - (food Food) - (eat Eat) - eq - (feeder giver) - (eater recipient) - (food theme)) - - -(type Offer sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (offerer Animate) - (offeree Animate) - (offered Manipulable_Inanimate_Object) - eq - (offerer giver) - (offeree recipient) - (offered theme)) - - -(type Return sub Transfer - rel - (inherent_aspect Inherent_Achievement) - (returner Animate) - (returnee Animate) - (returned Manipulable_Inanimate_Object) - eq - (returner giver) - (returnee recipient) - (returned theme)) - - -//=============================================== -// Entities and places -//=============================================== - - -(type Knowledge sub Abstract_Entity) - - -(type Time sub Abstract_Entity) - - -(type Age sub Abstract_Entity) - - -(type Music sub Abstract_Entity) - - -(type Age_Year sub Abstract_Entity) - - -(type Animate sub Concrete_Entity) - - -(type Inanimate sub Concrete_Entity) - - -(type Sound_Emitting sub Concrete_Entity) - - -(type Light_Emitting sub Concrete_Entity) - - -(type Solid sub Concrete_Entity) - - -(type Substance sub Concrete_Entity) - - -(type Liquid sub Substance) - - -(type Gas sub Substance) - - -(type Animal sub Animate) - - -(type Plant sub Inanimate) - - -(type Large_Inanimate_Object sub Inanimate Solid) - - -(type Manipulable_Inanimate_Object sub Inanimate Solid) - - -(type Sharp_Object sub Manipulable_Inanimate_Object) - - -(type Openable sub Inanimate - rel - (persistent state Open_Close_State)) - - -(type Object_With_Portal sub Concrete_Entity - rel - (persistent portal Portal)) - - -(type Physical_Container sub Object_With_Portal - rel - (persistent content Concrete_Entity) - eq - (physical_component content)) - - -(type Portal sub Inanimate Openable) - - -(type Occupiable_Space sub Large_Inanimate_Object Physical_Container) - - -//===================== -// People -//===================== - - -(type Human sub Animate Solid - rel - (persistent name String) - (persistent gender Gender) - (persistent age Age) - (persistent body Body) - (persistent head Head) - (persistent hair Hair) - (persistent forehead Forehead) - (persistent face Face) - (persistent mouth Mouth) - (persistent shoulder Shoulder) - (persistent hand Hand) - (persistent lefthand Hand) - (persistent righthand Hand) - (persistent leg Leg) - (persistent foot Foot) - (persistent posture Posture)) - - -(type Parent sub Human) - - -(type Mother sub Parent) - - -(type Father sub Parent) - - -(type Aunt sub Human) - - -(type Uncle sub Human) - - -(type Grandma sub Human) - - -(type Grandpa sub Human) - - -(type Teacher sub Parent) - - -(type Child sub Human) - - -(type Younger_Sister sub Human) - - -(type Older_Sister sub Human) - - -(type Younger_Brother sub Human) - - -(type Older_Brother sub Human) - - -(type QianQian sub Human) - - -(type Body_Part sub Solid - rel - (persistent owner Human)) - - -(type Body sub Body_Part) - - -(type Shoulder sub Body_Part) - - -(type Hand sub Body_Part) - - -(type Head sub Body_Part) - - -(type Hair sub Body_Part) - - -(type Forehead sub Body_Part) - - -(type Face sub Body_Part) - - -(type Mouth sub Body_Part) - - -(type Leg sub Body_Part) - - -(type Foot sub Body_Part) - -//===================== -// Buildings and structures -//===================== - -(type Outdoors sub Occupiable_Space) - - -(type Building sub Occupiable_Space - rel - (persistent ground Ground) - (persistent roof Roof) - (persistent hallway Hallway) - (persistent storey Storey) - (persistent door Door)) - - -(type Apartment sub Occupiable_Space - rel - (persistent ground Ground) - (persistent hallway Hallway) - (persistent door Door)) - - -(type School sub Building) - - -(type Daycare sub School) - - -(type House sub Building - rel - (persistent livingroom Livingroom) - (persistent diningroom Diningroom) - (persistent bedroom Bedroom) - (persistent kitchen Kitchen) - eq - (door portal)) - - -(type Ground sub Large_Inanimate_Object) - - -(type Roof sub Large_Inanimate_Object) - - -(type Hallway sub Occupiable_Space - rel - (persistent ground Ground)) - - -(type Yard sub Occupiable_Space) - - -(type Storey sub Occupiable_Space - rel - (room Room)) - - -(type Room sub Occupiable_Space - rel - (persistent ceiling Ceiling) - (persistent ground Ground) - (persistent door Door) - (persistent table Table) - (persistent chair Chair)) - - -(type Diningroom sub Room - rel - (persistent diningtable Diningtable) - (persistent sidetable Sidetable) - (persistent highchair Highchair) - eq - (table diningtable)) - - -(type Livingroom sub Room - rel - (persistent coffeetable Coffeetable) - (persistent sofa Sofa) - (persistent window Window) - eq - (table coffeetable)) - - -(type Kitchen sub Room - rel - (persistent counter Table) - (persistent sink Sink) - eq - (table counter)) - - -(type Bedroom sub Room - rel - (persistent vanitytable Table) - (persistent bed Bed) - eq - (table vanitytable)) - - -//===================== -// Household objects -//===================== - -(type Traffic_Light sub Large_Inanimate_Object) - - -(type Door sub Manipulable_Inanimate_Object Portal - rel - (persistent lock Lock)) - - -(type Lock sub Object_With_Portal Openable) - - -(type Window sub Manipulable_Inanimate_Object Portal) - - -(type Furniture sub Large_Inanimate_Object) - - -(type Plank sub Manipulable_Inanimate_Object) - - -(type Stool sub Furniture Manipulable_Inanimate_Object) - - -(type Table sub Furniture) - - -(type Diningtable sub Table) - - -(type Sidetable sub Table) - - -(type Coffeetable sub Table) - - -(type Sofa sub Furniture) - - -(type Seat sub Manipulable_Inanimate_Object) - - -(type Chair sub Furniture Seat) - - -(type Highchair sub Chair) - - -(type Bed sub Furniture) - - -(type Sink sub Large_Inanimate_Object) - - -(type Ceiling sub Large_Inanimate_Object) - - -(type Power_Source) - - -(type Electricity sub Abstract_Entity Power_Source) - - -(type Battery sub Manipulable_Inanimate_Object Power_Source) - - -(type Electrical_Appliance sub Manipulable_Inanimate_Object - rel - (persistent state Power_State) - (persistent power_source Power_Source)) - - -(type Television sub Electrical_Appliance) - - -(type Telephone sub Electrical_Appliance) - - -(type Stereo_System sub Electrical_Appliance) - - -(type Tape_Recorder sub Electrical_Appliance) - - -(type Light sub Electrical_Appliance Light_Emitting) - - -(type Desklamp sub Light) - - -(type Flower sub Plant Manipulable_Inanimate_Object) - - -(type Grass sub Plant Manipulable_Inanimate_Object) - - -(type Lotion sub Substance Manipulable_Inanimate_Object) - - -(type Utensil sub Manipulable_Inanimate_Object) - - -(type Bowl sub Utensil Physical_Container) - - -(type Bottle sub Utensil Physical_Container) - - -(type Jar sub Utensil Physical_Container) - - -(type Plate sub Utensil Physical_Container) - - -(type Ladle_Utensil sub Utensil) - - -(type Frying_Pan sub Utensil) - - -(type Knife sub Utensil Sharp_Object) - - -(type Scissors sub Utensil Sharp_Object) - - -(type Box sub Manipulable_Inanimate_Object Physical_Container Openable) - - -(type Storagebin sub Manipulable_Inanimate_Object Physical_Container Openable) - - -(type Bag sub Manipulable_Inanimate_Object Physical_Container) - - -(type Rope sub Manipulable_Inanimate_Object) - - -(type Dirt sub Manipulable_Inanimate_Object) - -//===================== -// Food Items -//===================== - - -(type Food sub Substance Manipulable_Inanimate_Object) - - -(type Rice sub Food) - - -(type Medicine sub Food) - - -(type Water sub Food Liquid) - - -(type Soup sub Food Liquid) - - -(type Tea sub Food Liquid) - - -(type Vegetable sub Food) - - -(type Cauliflower sub Vegetable) - - -(type Legume sub Food) - - -(type Potato sub Legume) - - -(type Candy sub Food) - - -(type Chocolate sub Food) - - -(type Fruit sub Food) - - -(type Apple sub Fruit) - - -(type Orange sub Fruit - rel - (persistent flesh Flesh) - (persistent seed Seed)) - - -(type Pear sub Fruit) - - -(type Peach sub Fruit - rel - (persistent flesh Flesh) - (persistent peel Peel)) - - -(type Melon sub Fruit) - - -(type Watermelon sub Melon) - - -(type Flesh sub Food) - - -(type Seed sub Manipulable_Inanimate_Object) - - -(type Peel sub Manipulable_Inanimate_Object) - - -(type Fish sub Food - rel - (persistent meat Meat) - (persistent bone Bone)) - - -(type Meat sub Food) - - -(type Bone sub Sharp_Object) - - -(type Egg sub Food) - - -//===================== -// Toys and the like -//===================== - -(type Bear sub Animal) - - -(type Cow sub Animal) - - -(type Dog sub Animal) - - -(type Duck sub Animal) - - -(type Horse sub Animal) - - -(type Giraffe sub Animal) - - -(type Goat sub Animal) - - -(type Monkey sub Animal) - - -(type Pig sub Animal) - - -(type Rabbit sub Animal) - - -(type Worm sub Animal) - - -(type Book sub Manipulable_Inanimate_Object) - - -(type Crayon sub Manipulable_Inanimate_Object) - - -(type Paper sub Manipulable_Inanimate_Object) - - -(type Pen sub Manipulable_Inanimate_Object) - - -(type Toy sub Manipulable_Inanimate_Object) - - -(type Ball sub Toy) - - -(type Balloon sub Toy) - - -(type Block sub Toy) - - -(type Square_Block sub Block) - - -(type Bucket sub Toy Physical_Container) - - -(type Toy_With_Slots sub Toy Portal) - - -(type Horn sub Toy Sound_Emitting) - - -(type Musical_Instrument sub Manipulable_Inanimate_Object) - - -(type Piano sub Toy Sound_Emitting Musical_Instrument) - - -(type Rattle sub Toy Sound_Emitting) - - -(type Robot sub Toy Electrical_Appliance Animate) -// assigning animacy to robots since they move - - -(type Robot_Car sub Robot Car) - - -(type Camera sub Toy Electrical_Appliance) - - -(type Tricycle sub Manipulable_Inanimate_Object - rel - (persistent pedal Foot_Pedal) - (persistent seat Seat)) - - -(type Foot_Pedal sub Manipulable_Inanimate_Object) - - -(type Car sub Toy Physical_Container) - - -(type Train sub Car) - - -(type Truck sub Car Sound_Emitting - rel - (persistent headlight Light) - (persistent horn Horn) - (persistent ignition Portal) - (persistent key Toy_Key)) - - -(type Motorcycle sub Car) - - -(type Bulldozer sub Car) - - -(type Carriage sub Car - rel - (persistent horse Horse)) - - -(type Doll sub Toy) - - -(type ToyBed sub Toy) - - -(type Toy_Key sub Toy) - - -(type Toy_Lock sub Toy Object_With_Portal Openable - rel - (persistent opening Portal) - eq - (opening portal)) - - -(type Toy_Gun sub Toy) - - -(type Trolley sub Toy) - - -(type Picturebook sub Book - rel - (persistent picture Picture)) - - -(type Printed_Work sub Inanimate) - - -(type Character sub Printed_Work) - - -(type Picture sub Printed_Work) - - -(type Sky sub Picture) - - -(type Moon sub Picture) - - -(type Star sub Picture Animate) -// one child talks about stars 'sitting' - -(type Cat sub Picture) - - -(type Game sub Abstract_Entity) - - -//===================== -// Wearable Items -//===================== - -(type Wearable_Item sub Manipulable_Inanimate_Object) - - -(type Backpack sub Wearable_Item Physical_Container) - - -(type Bib sub Wearable_Item) - - -(type Jacket sub Wearable_Item) - - -(type Pants sub Wearable_Item) - - -(type Shirt sub Wearable_Item) - - -(type Shoe sub Wearable_Item) - - -(type Watch sub Wearable_Item) \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-schemasClosed.grm b/compling.core/data/Learning/Chinese Grammar/learner/general-schemasClosed.grm deleted file mode 100644 index dca3b55..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-schemasClosed.grm +++ /dev/null @@ -1,566 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - -//============================================================ -// Schemas: Discourse & Form / Constructional Schemas -//============================================================ - -schema Morpheme_Features - roles - bound - - -schema Morpheme_Form - roles - orth - - -schema Word_Features - subcase of Morpheme_Features - roles - syllable - - -schema Verb_Features - subcase of Morpheme_Features - roles - motion_Focus : @Motion_Focus - - -schema Undefined - - -schema RD - roles - name - grammatical_gender : @Gender - ontological_category : @Element - discourse_participant_role : @Discourse_Participant_Role - set_size : @Set - givenness : @Givenness - proximity - modifiers - referent : @Element - - -schema Event_Descriptor - roles - event_type: Process - profiled_process: Process - profiled_participant: @Element - event_structure: Event_Structure - modifiers: Modification - spatial_setting - temporal_setting - affectedness : @Affectedness - referent : @Process - - -schema Discourse_Segment - roles - speaker : @Human - addressee : @Human - attentional_focus : @Entity - speech_act : Speech_Act - constraints - speaker <--> speech_act.speaker - addressee <--> speech_act.addressee - - -schema Numerical_Value - roles - value - set_size : @Set - - -schema Event_Structure - roles - inherent_aspect : @Inherent_Aspect - modifier_aspect : @Modifier_Aspect - event_aspect : @Event_Aspect - - -schema Modification - roles - category : @Modification_Category - modified - - -//============================================================ -// Schemas: Process -//============================================================ - -schema Process - roles - protagonist : @Element -// location: @Entity - instrument: @Entity - inherent_aspect : @Inherent_Aspect - - -schema Proto_Transitive // this is a way to get around the radial category Construction and "guarantee" an interface for the coverbs - subcase of Process - roles - proto_agent : @Entity - proto_patient : @Element - - -schema State - subcase of Process - roles - category : @Modification_Category - constraints - inherent_aspect <-- @Inherent_State - - -schema State_Change - subcase of Process - roles - initial_state : State - means : Process - resulting_state : State - - -schema Action - subcase of Process - - -schema Intransitive_State - subcase of State - - -schema Two_Participant_State - subcase of State - roles - experiencer : @Entity - percept : @Element - constraints - experiencer <--> protagonist - - -schema Mental_State - subcase of Two_Participant_State - constraints - experiencer <-- @Animate - - -schema Intransitive_Action - subcase of Action - - -schema Expression - subcase of Intransitive_Action - - -schema Motion - subcase of Action - roles - mover : @Entity - - -schema Translational_Motion - subcase of Motion - roles - spg : Source_Path_Goal - goal : @Entity - constraints - mover <--> spg.trajector - goal <--> spg.goal - - -schema Self_Motion - subcase of Intransitive_Action, Motion - constraints - mover <--> protagonist - - -schema Translational_Self_Motion - subcase of Self_Motion, Translational_Motion - - -schema Force_Application - subcase of Action - evokes Contact as contact - roles - force_supplier : @Entity - force_recipient : @Entity - effector : @Body_Part - constraints - force_supplier <--> protagonist - force_supplier <--> contact.material1 - force_recipient <--> contact.material2 - - -schema Continuous_Force_Application - subcase of Force_Application - - -schema Forceful_Motion - subcase of Force_Application - - -schema Translational_Forceful_Motion - subcase of Forceful_Motion, Translational_Motion - constraints - force_recipient <--> mover - - -schema Agentive_Impact - subcase of Forceful_Motion - - -schema Cause_Change - subcase of Action - roles - actor : @Entity - undergoer : @Entity - constraints - actor <--> protagonist - - -schema Obtainment // resembling FrameNet's GETTING frame - subcase of Action - roles - obtainer : @Entity - obtained: @Entity - constraints - obtainer <--> protagonist - - -schema Ingestion - subcase of Action - roles - ingester : @Entity - ingested : @Entity - constraints - ingester <--> protagonist - - -schema Perception - subcase of Action - roles - perceiver : @Entity - percept : @Element - constraints - perceiver <--> protagonist - - -schema Uncategorized_Transitive_Action - subcase of Action - roles - agent : @Entity - patient : @Entity - constraints - agent <--> protagonist - - -schema Communication - subcase of Action - roles - communicator : @Entity - audience : @Entity - communicated : @Element - constraints - communicator <--> protagonist - - -schema Transfer - subcase of Action - roles - giver : @Entity - recipient : @Entity - theme : @Entity - constraints - giver <--> protagonist - - -//============================================================ -// Schemas: Complex Processes -//============================================================ - -schema Complex_Process - subcase of Process - roles - process1 : Process - process2 : Process - constraints - protagonist <--> process1.protagonist - - -schema Serial_Processes // process1 before process2 - subcase of Complex_Process - - -schema Concurrent_Processes // process1 overlaps process2 - subcase of Complex_Process - - -schema Cause_Effect // process1 starts before process2 starts - subcase of Complex_Process - roles - cause : Process - effect : Process - constraints - cause <--> process1 - effect <--> process2 - - -schema Joint_Motion - subcase of Concurrent_Processes, Cause_Effect - evokes Continuous_Force_Application as cfa - roles - principle_mover : @Entity - other_mover : @Entity - propelling_motion : Translational_Motion - secondary_motion : Translational_Motion - constraints - propelling_motion <--> process1 - secondary_motion <--> process2 - principle_mover <--> process1.protagonist - other_mover <--> process2.protagonist - cfa.force_supplier <--> process1.protagonist - cfa.force_recipient <--> process2.protagonist - - -schema Caused_Motion - subcase of Cause_Effect - evokes Source_Path_Goal as spg - roles - causer : @Entity - mover : @Entity - forceful_motion : Forceful_Motion - motion : Translational_Motion - constraints - causer <--> forceful_motion.force_supplier - mover <--> forceful_motion.force_recipient - forceful_motion <--> cause - motion <--> effect - motion.protagonist <--> forceful_motion.force_recipient - instrument <--> forceful_motion.instrument - spg <--> motion.spg - motion.protagonist <--> motion.spg.trajector - - -schema Conditional_Processes - subcase of Complex_Process - roles - condition : Process - outcome : Process - constraints - condition <--> process1 - outcome <--> process2 - - -schema Repeat_Until - subcase of Complex_Process - roles - repetition : Process - condition : Process - constraints - repetition <--> process1 - condition <--> process2 - - -schema Means_And_Ends - subcase of Complex_Process - roles - means : Process - ends : Process - constraints - means <--> process1 - ends <--> process2 - - - -//============================================================ -// Schemas: Relations -//============================================================ - -schema BenefactionOrMalefaction - roles - benefactor : @Entity - beneficiary : @Entity - benefit : Process - - -schema Negation - roles - process : Process - - -schema Warning - roles - warner : @Human - warned : @Human - prohibited_action : Process - threatened_consequence : Process - - -//============================================================ -// Schemas: Image Schemas -//============================================================ - -schema Image_Schema - - -schema Simple_Image_Schema - subcase of Image_Schema - - -schema Complex_Image_Schema - subcase of Image_Schema - - -schema Trajector_Landmark - subcase of Simple_Image_Schema - roles - trajector : @Entity - landmark : @Entity - - -schema Up_Down - subcase of Trajector_Landmark - roles - highpoint : @Entity - lowpoint : @Entity - -schema Above - subcase of Up_Down - constraints - highpoint <--> trajector - lowpoint <--> landmark - - -schema Below - subcase of Up_Down - constraints - highpoint <--> landmark - lowpoint <--> trajector - - -schema Container - subcase of Simple_Image_Schema - roles - container : @Entity - outside : @Entity - inside : @Entity - portal : @Entity - - -schema Outside - subcase of Trajector_Landmark - evokes Container as container - constraints - landmark <--> container.container - trajector <--> container.outside - - -schema Orientation - subcase of Simple_Image_Schema - roles - body : @Entity - front : @Entity - back : @Entity - short-axis : @Entity - long-axis : @Entity - - -schema Back - subcase of Trajector_Landmark - evokes Orientation as orientation - constraints - landmark <--> orientation.body - trajector <--> orientation.back - - -schema Boundary - subcase of Simple_Image_Schema - roles - boundary : @Entity - areaA : @Entity - areaB : @Entity - - -schema Contact - subcase of Simple_Image_Schema - roles - material1 : @Entity - material2 : @Entity - contact_area : @Entity - - -schema Part_Whole - subcase of Simple_Image_Schema - roles - part : @Entity - whole : @Entity - - -schema Source_Path_Goal - subcase of Complex_Image_Schema - roles - trajector : @Entity - source : @Entity - path : @Path - goal : @Entity - deixis : @Deixis - - -//============================================================ -// Schemas: Speech Acts -//============================================================ - -schema Speech_Act - roles - speaker : @Human - addressee : @Human - content : Event_Descriptor - forcefulness : @Forcefulness - - -schema Explaining - subcase of Speech_Act - - -schema Answering - subcase of Speech_Act - roles - original_prompt : Speech_Act - - -schema Approving - subcase of Speech_Act - roles - action : @Element - - -schema Admonishing - subcase of Speech_Act - roles - fault : @Element - - -schema Response_Eliciting_Speech_Act - subcase of Speech_Act - - -schema Requesting_Action - subcase of Response_Eliciting_Speech_Act - - -schema Requesting_Answer - subcase of Response_Eliciting_Speech_Act - - -schema Calling - subcase of Response_Eliciting_Speech_Act - - -schema Exclaiming - subcase of Speech_Act - - -schema Practicing // with a third party - subcase of Speech_Act - diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-schemasOpen.grm b/compling.core/data/Learning/Chinese Grammar/learner/general-schemasOpen.grm deleted file mode 100644 index 97fb846..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-schemasOpen.grm +++ /dev/null @@ -1,1469 +0,0 @@ -//============================================================ -// Everything in this section is assumed as prior knowledge -//============================================================ - - -//============================================================ -// Intransitive States -//============================================================ - -schema Amusing - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Abundant - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Quantity - -schema Achieved - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Angry - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Annoying - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Bad - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Bared - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Big - subcase of Intransitive_State - constraints - category <-- @Size - -schema Broken - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Clean - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Comfortable - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Correct - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Dead - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Dirty - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Enough - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - -schema Faint - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Fine - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Finished - subcase of Intransitive_State - constraints - protagonist <-- @Process - category <-- @Undef - -schema Fragrant - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Full - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Good - subcase of Intransitive_State - constraints - category <-- @Manner - -schema Good_Enough - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Green - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema High - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Hot - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Hungry - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Idle - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Matter - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Naughty - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Manner - -schema Obedient - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Manner - -schema Painful - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Perceived - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Pretty - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Undef - -schema Red - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema Small - subcase of Intransitive_State - constraints - category <-- @Size - -schema Stingy - subcase of Intransitive_State - constraints - protagonist <-- @Human - category <-- @Undef - -schema Stupid - subcase of Intransitive_State - constraints - protagonist <-- @Human - category <-- @Undef - -schema Tasty - subcase of Intransitive_State - constraints - protagonist <-- @Inanimate - category <-- @Undef - -schema Tired - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Ugly - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Undef - -schema Up - subcase of Intransitive_State - constraints - category <-- @Undef - -schema Well_Behaved - subcase of Intransitive_State - constraints - protagonist <-- @Animate - category <-- @Manner - -schema White - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -schema Yellow - subcase of Intransitive_State - constraints - protagonist <-- @Concrete_Entity - category <-- @Color_Property - -//============================================================ -// Two Participant States -//============================================================ - -schema Located - subcase of Two_Participant_State - -schema Exist - subcase of Two_Participant_State - -schema Copula - subcase of Two_Participant_State - - -//============================================================ -// Mental States -//============================================================ - -schema Afraid - subcase of Mental_State - -schema Be_Concerned_With - subcase of Mental_State - -schema Know - subcase of Mental_State - -schema Like - subcase of Mental_State - -schema Love - subcase of Mental_State - -schema Miss - subcase of Mental_State - -schema Required_to - subcase of Mental_State - -schema Want - subcase of Mental_State - -schema Willing - subcase of Mental_State - -//============================================================ -// Active X-schemas -//============================================================ - -//=================================== -// Intransitive Actions -//=================================== - -schema Count - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - - -schema Estimate - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Get_Even - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - - -schema Play - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Practice - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Proceed - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Think - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Thunder - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Semelfactive - - -schema Sing - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - protagonist <-- @Animate - - -schema Sneeze - subcase of Intransitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -//=================================== -// Expression -//=================================== - -schema Cry - subcase of Expression - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Fuss - subcase of Expression - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -schema Smile - subcase of Expression - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - -//=================================== -// Self Motion -//=================================== - -schema Dance - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Kneel - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Activity - protagonist <-- @Animate - - -schema Lean - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Semelfactive - protagonist <-- @Animate - - -schema Lie_Down - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Rise - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Sit - subcase of Self_Motion - roles - seat : @Concrete_Entity - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Spin - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -schema Tumble - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Concrete_Entity - - -schema Trip - subcase of Self_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - protagonist <-- @Animate - - -//=================================== -// Translational Self Motion -//=================================== - -schema Ascend - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Climb - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Come - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Descend - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Exit - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Achievement - - -schema Fall - subcase of Translational_Self_Motion - constraints - mover <-- @Entity - inherent_aspect <-- @Inherent_Achievement - - -schema Go - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Hide - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Accomplishment - - -schema Run - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Activity - - -schema Walk - subcase of Translational_Self_Motion - constraints - mover <-- @Animate - inherent_aspect <-- @Inherent_Activity - - -//=================================== -// Continuous Force Application -//=================================== - -schema Contain - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Inanimate - force_recipient <-- @Inanimate - - -schema Drive - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Car - - -schema Escort - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Hug - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Ride - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Steady - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Concrete_Entity - force_recipient <-- @Concrete_Entity - - -schema Steer - subcase of Continuous_Force_Application - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -//=================================== -// Forceful Motion -//=================================== - -schema Drop - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Pin - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Press - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Concrete_Entity - force_recipient <-- @Concrete_Entity - - -schema Prick - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Sharp_Object - force_recipient <-- @Concrete_Entity - - -schema Pull - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Push - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Slam - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Spit - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Stir - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Substance - - -schema Sweep - subcase of Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Wipe - subcase of Forceful_Motion - evokes Move as move - roles - mop : @Manipulable_Inanimate_Object - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Human - force_recipient <-- @Solid - move.force_supplier <--> force_supplier - move.force_recipient <--> mop - - -//=================================== -// Translational Forceful Motion -//=================================== - - -schema Apply - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Substance - - -schema Ladle - subcase of Translational_Forceful_Motion - roles - container : @Physical_Container - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Substance - container <--> spg.goal - - -schema Load - subcase of Translational_Forceful_Motion - roles - container : @Physical_Container - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Move - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Plug - subcase of Translational_Forceful_Motion - roles - opening : @Portal - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - opening <--> spg.goal - - -schema Put - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Scatter - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -schema Stash_Away - subcase of Translational_Forceful_Motion - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - -//=================================== -// Agentive Impact -//=================================== - -schema Beat - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Kick - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Mash - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Pound - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Press_Down_With_Leg - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Semelfactive - force_supplier <-- @Animate - force_recipient <-- @Concrete_Entity - - -schema Slap - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Entity - - -schema Throw - subcase of Agentive_Impact - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - - -//=================================== -// Cause Change -//=================================== - -schema Cut - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Close - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Openable - - -schema Damage - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Discard - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Fix - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Open - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Openable - - -schema Pare - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Rip_Open - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Accomplishment - actor <-- @Animate - undergoer <-- @Manipulable_Inanimate_Object - - -schema Start - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Process - - -schema Switch_On - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Electrical_Appliance - - -schema Switch_Off - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Achievement - actor <-- @Animate - undergoer <-- @Electrical_Appliance - - -schema Tear - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Activity - actor <-- @Animate - undergoer <-- @Concrete_Entity - -schema Wash - subcase of Cause_Change - constraints - inherent_aspect <-- @Inherent_Activity - actor <-- @Animate - undergoer <-- @Concrete_Entity - - -//=================================== -// Obtainment -//=================================== - -schema Bring - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - -schema Carry - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Carry_On_Back - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Grasp - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Activity - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Lift - subcase of Continuous_Force_Application, Obtainment - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Pick - subcase of Forceful_Motion, Obtainment - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Fetch - subcase of Translational_Forceful_Motion, Obtainment - constraints - inherent_aspect <-- @Inherent_Accomplishment - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - - -schema Take - subcase of Translational_Forceful_Motion, Obtainment - constraints - inherent_aspect <-- @Inherent_Achievement - force_supplier <-- @Animate - force_recipient <-- @Manipulable_Inanimate_Object - obtainer <--> force_supplier - obtained <--> force_recipient - -//=================================== -// Ingestion -//=================================== - -// note: can't type restrict the ingested to food exactly because of sentences like "Don't eat this (plastic thing)!" -schema Eat - subcase of Ingestion - evokes Chew as chew - evokes Swallow as swallow - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - ingester <--> chew.ingester - ingested <--> chew.ingested - ingester <--> swallow.ingester - ingested <--> swallow.ingested - - -schema Chew - subcase of Ingestion - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - - -schema Drink - subcase of Ingestion - constraints - inherent_aspect <-- @Inherent_Activity - ingester <-- @Animate - ingested <-- @Liquid - - -schema Swallow - subcase of Ingestion - constraints - inherent_aspect <-- @Inherent_Achievement - ingester <-- @Animate - ingested <-- @Manipulable_Inanimate_Object - - -//=================================== -// Perception -//=================================== - -schema Perceive_Audio - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -schema Perceive_Visual - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -schema Perceive_Olfactory - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -schema Observe - subcase of Perception - constraints - inherent_aspect <-- @Inherent_Activity - perceiver <-- @Animate - - -//=================================== -// Other Transitive Actions -//=================================== - -schema Attend - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Human - patient <-- @School - - -schema Bite - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - - -schema Cook - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Food - - -schema Divvy_Up - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - - -schema Draw - subcase of Uncategorized_Transitive_Action - roles - drawn_on : @Entity - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Printed_Work - - -schema Find - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - - -schema Mimic - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Semelfactive - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - - -schema Photograph - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Accomplishment - agent <-- @Animate - patient <-- @Entity - - -schema Play_Musical_Instrument - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Musical_Instrument - - -schema Play_With - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Entity - - -schema Point - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - - -schema Reach - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - - -schema Read - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Book - - -schema Release_Grasp - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - - -schema Reserve - subcase of Uncategorized_Transitive_Action - evokes BenefactionOrMalefaction as benefaction - roles - reserved_for : @Animate - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Manipulable_Inanimate_Object - agent <--> benefaction.benefactor - reserved_for <--> benefaction.beneficiary - self <--> benefaction.benefit - - -schema Serve - subcase of Uncategorized_Transitive_Action - roles - container: @Physical_Container - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Food - - -schema Tease - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Human - patient <-- @Human - - -schema Touch - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - - -schema Wear - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Wearable_Item - - -schema Twist - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - patient <-- @Concrete_Entity - - -schema Write - subcase of Uncategorized_Transitive_Action - roles - written_on : @Entity - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Printed_Work - - -schema Substitute_For - subcase of Uncategorized_Transitive_Action - roles - original : @Entity - substitute : @Entity - constraints - inherent_aspect <-- @Inherent_Achievement - agent <--> original - - -schema Switch - subcase of Uncategorized_Transitive_Action - roles - switched : @Entity - constraints - inherent_aspect <-- @Inherent_Achievement - agent <-- @Animate - - -schema Take_Off - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Wearable_Item - - -schema Turn_Page - subcase of Uncategorized_Transitive_Action - constraints - inherent_aspect <-- @Inherent_Activity - agent <-- @Animate - patient <-- @Book - - -//=================================== -// Communication -//=================================== - - -schema Ask - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Accuse - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Beckon - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Explain - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Activity - communicator <-- @Human - audience <-- @Human - - -schema Illustrate - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Say - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - - -schema Talk_On_Phone - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Activity - communicator <-- @Animate - audience <-- @Animate - -schema Tell - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -schema Permit - subcase of Communication - constraints - inherent_aspect <-- @Inherent_Achievement - communicator <-- @Animate - audience <-- @Animate - - -//=================================== -// Transfer -//=================================== - -schema Buy - subcase of Transfer - evokes Obtainment as obtain - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - obtain.obtainer <--> recipient - obtain.obtained <--> theme - - -schema Exchange - subcase of Transfer - evokes Complex_Process as cp - evokes Transfer as transfer2 - evokes Obtainment as obtain - evokes Obtainment as obtain2 - roles - exchanger1 : @Animate - exchanger2 : @Animate - theme1 : @Manipulable_Inanimate_Object - theme2 : @Manipulable_Inanimate_Object - constraints - inherent_aspect <-- @Inherent_Achievement - self <--> cp.process1 - transfer2 <--> cp.process2 - giver <--> exchanger1 - recipient <--> exchanger2 - theme <--> theme1 - transfer2.giver <--> exchanger2 - transfer2.recipient <--> exchanger1 - transfer2.theme <--> theme2 - obtain.obtainer <--> exchanger2 - obtain.obtained <--> theme1 - obtain2.obtainer <--> exchanger1 - obtain2.obtained <--> theme2 - - -schema Give - subcase of Transfer - evokes Obtainment as obtain - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - obtain.obtainer <--> recipient - obtain.obtained <--> theme - - -schema Feed - subcase of Transfer - evokes Eat as eat - constraints - inherent_aspect <-- @Inherent_Activity - giver <-- @Animate - recipient <-- @Animate - theme <-- @Food - theme <--> eat.ingested - recipient <--> eat.ingester - - -schema Offer - subcase of Transfer - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object - - -schema Return - subcase of Transfer - constraints - inherent_aspect <-- @Inherent_Achievement - giver <-- @Animate - recipient <-- @Animate - theme <-- @Manipulable_Inanimate_Object \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general-upperOntology.def b/compling.core/data/Learning/Chinese Grammar/learner/general-upperOntology.def deleted file mode 100644 index 5d781b1..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general-upperOntology.def +++ /dev/null @@ -1,469 +0,0 @@ -//============================================================ -// UPPER ONTOLOGY -//============================================================ - -(type Element sub Individual) - -//============================================================ -// Discourse_Segment -//============================================================ - -(type Discourse_Segment sub Interval - rel - (speaker Human) - (addressee Human) - (attentional_focus Entity) - (speech_act Speech_Act)) - - -//============================================================ -// Simple Process -//============================================================ - -(persistent rel relations Interval Important_Relations) - - -(type Process sub Element Interval - rel - (protagonist Element) - (location Element) - (instrument Element) - (affectedness Affectedness) - (inherent_aspect Inherent_Aspect)) - - -(type Proto_Transitive sub Process - rel - (proto_agent Element) - (proto_patient Element)) - - -(type State sub Process - rel - (category Modification_Category) - (inherent_aspect Inherent_State)) - - -(type State_Change sub Process - rel - (initial_state State) - (means Process) - (resulting_state State)) - - -(type Action sub Process) - - -(type Intransitive_State sub State) - - -(type Two_Participant_State sub State - rel - (experiencer Element) - (percept Element) - eq - (experiencer protagonist)) - - -(type Mental_State sub Two_Participant_State - rel - (experiencer Human)) - - -(type Intransitive_Action sub Action) - - -(type Expression sub Intransitive_Action) - - -(type Motion sub Action - rel - (mover Entity)) - - -(type Translational_Motion sub Motion - rel - (spg Source_Path_Goal)) - - -(type Self_Motion sub Intransitive_Action Motion - eq - (mover protagonist)) - - -(type Translational_Self_Motion sub Intransitive_Action Translational_Motion - eq - (mover protagonist)) - - -(type Force_Application sub Action - rel - (contact Contact) - (force_supplier Element) - (force_recipient Element) - (effector Body_Part) - eq - (force_supplier protagonist)) - - -(type Continuous_Force_Application sub Force_Application) - - -(type Forceful_Motion sub Force_Application) - - -(type Translational_Forceful_Motion sub Forceful_Motion Translational_Motion) - - -(type Agentive_Impact sub Forceful_Motion) - - -(type Cause_Change sub Action - rel - (actor Element) - (undergoer Element) - eq - (actor protagonist)) - - -(type Obtainment sub Action - rel - (obtainer Element) - (obtained Element) - eq - (obtainer protagonist)) - - -(type Ingestion sub Action - rel - (ingester Element) - (ingested Element) - eq - (ingester protagonist)) - - -(type Perception sub Action - rel - (perceiver Element) - (percept Element) - eq - (perceiver protagonist)) - - -(type Uncategorized_Transitive_Action sub Action - rel - (agent Element) - (patient Element) - eq - (agent protagonist)) - - -(type Communication sub Action - rel - (communicator Element) - (audience Element) - (communicated Element) - eq - (communicator protagonist)) - - -(type Transfer sub Action - rel - (giver Element) - (recipient Element) - (theme Element) - eq - (giver protagonist)) - - -//============================================================ -// Complex Processes -//============================================================ - - -(type Complex_Process sub Process - rel - (process1 Process) - (process2 Process)) - - -(type Serial_Processes sub Complex_Process) - - -(type Concurrent_Processes sub Complex_Process) - - -(type Cause_Effect sub Complex_Process - rel - (cause Process) - (effect Process) - eq - (cause process1) - (effect process2)) - - -(type Joint_Motion sub Concurrent_Processes - rel - (principle_mover Entity) - (other_mover Entity) - (cfa Continuous_Force_Application) - (propelling_motion Translational_Motion) - (secondary_motion Translational_Motion) - eq - (propelling_motion process1) - (secondary_motion process2)) - - -(type Caused_Motion sub Cause_Effect - rel - (spg Source_Path_Goal) - (forceful_motion Forceful_Motion) - (motion Translational_Motion) - eq - (forceful_motion cause) - (motion effect)) - - - -(type Conditional_Processes sub Complex_Process - rel - (condition Process) - (outcome Process) - eq - (condition process1) - (outcome process2)) - - -(type Repeat_Until sub Complex_Process - rel - (repetition Process) - (condition Process) - eq - (repetition process1) - (condition process2)) - - -(type Means_And_Ends sub Complex_Process - rel - (means Process) - (ends Process) - eq - (means process1) - (ends process2)) - - -//============================================================ -// Relations -//============================================================ - -(type Important_Relations) - - -(type BenefactionOrMalefaction sub Important_Relations - rel - (benefactor Element) - (beneficiary Element) - (benefit Process)) - - -(type Negation sub Important_Relations - rel - (process Process)) - - -(type Possession sub Important_Relations - rel - (persistent possessor Animate) - (persistent possessed Element)) - - -(type Warning sub Important_Relations - rel - (warner Human) - (warned Human) - (prohibited_action Process) - (threatened_consequence Process)) - -//============================================================ -// Image Schemas -//============================================================ - -(type Image_Schema) - - -(type Simple_Image_Schema sub Image_Schema) - - -(type Complex_Image_Schema sub Image_Schema) - - -(type Trajector_Landmark sub Simple_Image_Schema - rel - (trajector Entity) - (landmark Entity)) - - -(type Up_Down sub Trajector_Landmark - rel - (highpoint Element) - (lowpoint Element)) - - -(type Above sub Up_Down - eq - (highpoint trajector) - (lowpoint landmark)) - - -(type Below sub Up_Down - eq - (highpoint landmark) - (lowpoint trajector)) - - -(type Container sub Simple_Image_Schema - rel - (container Physical_Container) - (outside Element) - (inside Element) - (portal Element)) - - -(type Orientation sub Simple_Image_Schema - rel - (body Element) - (short-axis Element) - (long-axis Element)) - - -(type Boundary sub Simple_Image_Schema - rel - (boundary Element) - (areaA Element) - (areaB Element)) - - -(type Contact sub Simple_Image_Schema - rel - (material1 Element) - (material2 Element) - (contact_area Element)) - - -(type Part_Whole sub Simple_Image_Schema - rel - (part Element) - (whole Element)) - - -(type Heading sub Simple_Image_Schema - rel - (reference Element)) - - -(type Absolute_Heading sub Heading - rel - (direction Direction) - eq - (direction reference)) - - -(type Relative_Heading sub Heading - rel - (landmark Concrete_Entity) - eq - (landmark reference)) - - -(type Source_Path_Goal sub Complex_Image_Schema - rel - (trajector Element) - (source Element) - (path Path) - (goal Element) - (deixis Deixis)) - -//============================================================ -// Speech Acts -//============================================================ - - -(type Routine sub Process) - - -(type Speech_Act - rel - (speaker Human) - (addressee Human) - (text String) - (forcefulness Forcefulness) - (DS Discourse_Segment)) - - -(type Explaining sub Speech_Act) - - -(type Answering sub Speech_Act - rel - (original_prompt Speech_Act)) - - -(type Approving sub Speech_Act - rel - (action Element)) - - -(type Admonishing sub Speech_Act - rel - (fault Element)) - - -(type Response_Eliciting_Speech_Act sub Speech_Act) - - -(type Requesting_Action sub Response_Eliciting_Speech_Act) - - -(type Requesting_Answer sub Response_Eliciting_Speech_Act) - - -(type Calling sub Response_Eliciting_Speech_Act) - - -(type Exclaiming sub Speech_Act) - - -(type Practicing sub Speech_Act) - - - -//=============================================== -// Entities and places -//=============================================== - -(type Property_Filler) - - -(type Entity sub Element) - - -(type Abstract_Entity sub Entity) - - -(type Concrete_Entity sub Entity - rel - (persistent location Element) // this is to get around the entity-to-location construal - (persistent height String) - (persistent size Size_Property) - (persistent color Color_Property) - (persistent physical_component Concrete_Entity) - (persistent nonphysical_component Abstract_Entity)) - - -(type Why sub Entity) - - -(type Howcome sub Entity) - - -(type How_Many sub Entity) \ No newline at end of file diff --git a/compling.core/data/Learning/Chinese Grammar/learner/general.sim b/compling.core/data/Learning/Chinese Grammar/learner/general.sim deleted file mode 100644 index 7177b1a..0000000 --- a/compling.core/data/Learning/Chinese Grammar/learner/general.sim +++ /dev/null @@ -1,2284 +0,0 @@ -//=============================================== -// "Constructors" -//=============================================== - -//=============================================== -// Constructors for Participants -//=============================================== - -SCRIPT CHI { - exec (inst childHead Head); - exec (inst childHair Hair); - exec (inst childForehead Forehead); - exec (inst childFace Face); - exec (inst childMouth Mouth); - exec (inst childShoulder Shoulder); - exec (inst childLeftHand Hand); - exec (inst childRightHand Hand); - exec (inst childLeg Leg); - exec (inst childFeet Foot); - - exec (inst CHI Child fil (name "CHI") (gender (inst Female)) - (head childHead) (forehead childForehead) (face childFace) (mouth childMouth) - (shoulder childShoulder) - (lefthand childLeftHand) (righthand childRightHand) (hand childLeftHand) (hand childRightHand) (foot childFeet) - (physical_component childHead) (physical_component childForehead) (physical_component childFace) - (physical_component childShoulder) - (physical_component childLeftHand) (physical_component childRightHand) (physical_component childFeet)); -} - -SCRIPT MOT { - exec (inst motherHead Head); - exec (inst motherHair Hair); - exec (inst motherForehead Forehead); - exec (inst motherFace Face); - exec (inst motherMouth Mouth); - exec (inst motherShoulder Shoulder); - exec (inst motherLeftHand Hand); - exec (inst motherRightHand Hand); - exec (inst motherLeg Leg); - exec (inst motherFeet Foot); - - exec (inst MOT Mother fil (name "MOT") (gender (inst Female)) - (head motherHead) (forehead motherForehead) (face motherFace) (mouth motherMouth) - (shoulder motherShoulder) - (lefthand motherLeftHand) (righthand motherRightHand) (hand motherLeftHand) (hand motherRightHand) (foot motherFeet) - (physical_component motherHead) (physical_component motherForehead) (physical_component motherFace) - (physical_component motherShoulder) - (physical_component motherLeftHand) (physical_component motherRightHand) (physical_component motherFeet)); -} - -SCRIPT FAT { - exec (inst fatherHead Head); - exec (inst fatherHair Hair); - exec (inst fatherForehead Forehead); - exec (inst fatherFace Face); - exec (inst fatherMouth Mouth); - exec (inst fatherShoulder Shoulder); - exec (inst fatherLeftHand Hand); - exec (inst fatherRightHand Hand); - exec (inst fatherLeg Leg); - exec (inst fatherFeet Foot); - - exec (inst FAT Father fil (name "FAT") (gender (inst Male)) - (head fatherHead) (forehead fatherForehead) (face fatherFace) (mouth fatherMouth) - (shoulder fatherShoulder) - (lefthand fatherLeftHand) (righthand fatherRightHand) (hand fatherLeftHand) (hand fatherRightHand) (foot fatherFeet) - (physical_component fatherHead) (physical_component fatherForehead) (physical_component fatherFace) - (physical_component fatherShoulder) - (physical_component fatherLeftHand) (physical_component fatherRightHand) (physical_component fatherFeet)); -} - -SCRIPT ONN { - exec (inst grannyHead Head); - exec (inst grannyHair Hair); - exec (inst grannyForehead Forehead); - exec (inst grannyFace Face); - exec (inst grannyMouth Mouth); - exec (inst grannyShoulder Shoulder); - exec (inst grannyLeftHand Hand); - exec (inst grannyRightHand Hand); - exec (inst grannyLeg Leg); - exec (inst grannyFeet Foot); - - exec (inst ONN Mother fil (name "ONN") (gender (inst Female)) - (head grannyHead) (forehead grannyForehead) (face grannyFace) (mouth grannyMouth) - (shoulder grannyShoulder) - (lefthand grannyLeftHand) (righthand grannyRightHand) (hand grannyLeftHand) (hand grannyRightHand) (foot grannyFeet) - (physical_component grannyHead) (physical_component grannyForehead) (physical_component grannyFace) - (physical_component grannyShoulder) - (physical_component grannyLeftHand) (physical_component grannyRightHand) (physical_component grannyFeet)); -} - -SCRIPT UNC { - exec (inst uncleHead Head); - exec (inst uncleHair Hair); - exec (inst uncleForehead Forehead); - exec (inst uncleFace Face); - exec (inst uncleMouth Mouth); - exec (inst uncleShoulder Shoulder); - exec (inst uncleLeftHand Hand); - exec (inst uncleRightHand Hand); - exec (inst uncleLeg Leg); - exec (inst uncleFeet Foot); - - exec (inst UNC Uncle fil (name "FAT") (gender (inst Male)) - (head uncleHead) (forehead uncleForehead) (face uncleFace) (mouth uncleMouth) - (shoulder uncleShoulder) - (lefthand uncleLeftHand) (righthand uncleRightHand) (hand uncleLeftHand) (hand uncleRightHand) (foot uncleFeet) - (physical_component uncleHead) (physical_component uncleForehead) (physical_component uncleFace) - (physical_component uncleShoulder) - (physical_component uncleLeftHand) (physical_component uncleRightHand) (physical_component uncleFeet)); -} - - -SCRIPT MOTandCHI { - exec (inst MOTandCHI Human fil (set_size (inst Pair fil (member MOT) (member CHI)))); -} - -SCRIPT FATandCHI { - exec (inst FATandCHI Human fil (set_size (inst Pair fil (member FAT) (member CHI)))); -} - -SCRIPT MOTandFAT { - exec (inst MOTandFAT Parent fil (set_size (inst Pair fil (member MOT) (member FAT)))); -} - -SCRIPT MOTandFATandCHI { - exec (inst MOTandFATandCHI Human fil (set_size (inst Multitude fil (member MOT) (member FAT) (member CHI)))); -} - -SCRIPT INV { - exec (inst invHead Head); - exec (inst invHair Hair); - exec (inst invForehead Forehead); - exec (inst invFace Face); - exec (inst invMouth Mouth); - exec (inst invShoulder Shoulder); - exec (inst invLeftHand Hand); - exec (inst invRightHand Hand); - exec (inst invLeg Leg); - exec (inst invFeet Foot); - - exec (inst INV Aunt fil (name "INV") (gender (inst Female)) - (head invHead) (forehead invForehead) (face invFace) (mouth invMouth) - (shoulder invShoulder) - (lefthand invLeftHand) (righthand invRightHand) (hand invLeftHand) (hand invRightHand) (foot invFeet) - (physical_component invHead) (physical_component invForehead) (physical_component invFace) - (physical_component invShoulder) - (physical_component invLeftHand) (physical_component invRightHand) (physical_component invFeet)); -} - -SCRIPT INVandCHI { - exec (inst INVandCHI Human fil (set_size (inst Pair fil (member CHI) (member INV)))); -} - -SCRIPT MOTandINV { - exec (inst MOTandINV Human fil (set_size (inst Pair fil (member MOT) (member INV)))); -} - -SCRIPT FATandINV { - exec (inst FATandINV Human fil (set_size (inst Pair fil (member FAT) (member INV)))); -} - -SCRIPT MOTandCHIandINV { - exec (inst MOTandCHIandINV Human fil (set_size (inst Multitude fil (member MOT) (member CHI) (member INV)))); -} - -SCRIPT FATandCHIandINV { - exec (inst FATandCHIandINV Human fil (set_size (inst Multitude fil (member FAT) (member CHI) (member INV)))); -} - -SCRIPT MOTandFATandINV { - exec (inst MOTandFATandINV Parent fil (set_size (inst Multitude fil (member MOT) (member FAT) (member INV)))); -} - -SCRIPT MOTandFATandCHIandINV { - exec (inst MOTandFATandINVandCHI Parent fil (set_size (inst Multitude fil (member MOT) (member FAT) (member CHI) (member INV)))); -} - -SCRIPT QQ { - exec (inst qqHead Head); - exec (inst qqHair Hair); - exec (inst qqForehead Forehead); - exec (inst qqFace Face); - exec (inst qqMouth Mouth); - exec (inst qqShoulder Shoulder); - exec (inst qqLeftHand Hand); - exec (inst qqRightHand Hand); - exec (inst qqLeg Leg); - exec (inst qqFeet Foot); - - exec (inst QQ QianQian fil (name "QianQian") (gender (inst Female)) - (head qqHead) (forehead qqForehead) (face qqFace) (mouth qqMouth) - (shoulder qqShoulder) - (lefthand qqLeftHand) (righthand qqRightHand) (hand qqLeftHand) (hand qqRightHand) (foot qqFeet) - (physical_component qqHead) (physical_component qqForehead) (physical_component qqFace) - (physical_component qqShoulder) - (physical_component qqLeftHand) (physical_component qqRightHand) (physical_component qqFeet)); -} - -//=============================================== -// Constructors for Settings -//=============================================== - -SCRIPT Building { - exec (inst buildingGround Ground); - exec (inst buildingRoof Roof); - exec (inst buildingHallway Hallway); - exec (inst buildingStorey Storey); - exec (inst buildingDoor Door); - exec (inst _id Building fil - (ground buildingGround) (roof buildingRoof) (hallway buildingHallway) (storey buildingStorey) (door buildingDoor)); -} - -SCRIPT Apartment { - exec (inst apartmentGround Ground); - exec (inst apartmentHallway Hallway); - exec (inst apartmentDoor Door); - exec (inst _id Apartment fil (ground apartmentGround) (hallway apartmentHallway) (door apartmentDoor)); -} - -SCRIPT Hallway { - exec (inst hallwayGround Hallway); - exec (inst _id Hallway fil (ground hallwayGround)); -} - -SCRIPT Room { - exec (inst rground Ground); - exec (inst rceiling Ceiling); - exec (inst rdoor Door); - exec (inst rtable Table) - exec (inst rchair Chair); - exec (inst _id Room fil - (ground rground) (ceiling rceiling) (door rdoor) (table rtable) (chair rchair)); -} - -SCRIPT Livingroom { - exec (inst lrground Ground); - exec (inst lrceiling Ceiling); - exec (inst lrdoor Door); - exec (inst lrwindow Window); - exec (inst lrchair Chair); - exec (inst lrcoffeetable Coffeetable); - exec (inst lrsofa Sofa); - exec (inst _id Livingroom fil - (ground lrground) (ceiling lrceiling) (door lrdoor) (window lrwindow) (chair lrchair) - (coffeetable lrcoffeetable) (sofa lrsofa)); -} - -SCRIPT Diningroom { - exec (inst drground Ground); - exec (inst drceiling Ceiling); - exec (inst drdoor Door); - exec (inst drdiningtable Diningtable); - exec (inst drchair Chair); - exec (inst drsidetable Sidetable); - exec (inst drhighchair Highchair); - exec (inst _id Diningroom fil - (ground drground) (ceiling drceiling) (door drdoor) (chair drchair) - (diningtable drdiningtable) (sidetable drsidetable) (highchair drhighchair)); -} - -SCRIPT Kitchen { - exec (inst ktground Ground); - exec (inst ktceiling Ceiling); - exec (inst ktdoor Door); - exec (inst ktchair Chair); - exec (inst ktcounter Table); - exec (inst ktsink Sink); - exec (inst _id Kitchen fil - (ground ktground) (ceiling ktceiling) (door ktdoor) (chair ktchair) - (counter ktcounter) (sink ktsink)); -} - -SCRIPT Bedroom { - exec (inst brground Ground); - exec (inst brceiling Ceiling); - exec (inst brdoor Door); - exec (inst brchair Chair); - exec (inst brvanitytable Table); - exec (inst brbed Bed); - exec (inst _id Bedroom fil - (ground brground) (ceiling brceiling) (door brdoor) (chair brchair) - (vanitytable brvanitytable) (bed brbed)); -} - -//=============================================== -// Constructors for Objects -//=============================================== - -SCRIPT Peach { - exec (inst _id Peach fil(flesh (inst Flesh)) (peel (inst Peel)) (physical_component _peachFlesh) (physical_component _peachPeel)); -} - -SCRIPT Orange { - exec (inst _id Orange fil (flesh (inst Flesh)) (seed (inst Seed)) (physical_component _orangeFlesh) (physical_component _orangeSeed)); -} - -SCRIPT Fish { - exec (inst _id Fish fil(meat (inst Meat)) (bone (inst Bone)) (physical_component _fishmeat) (physical_component _fishbone)); -} - -SCRIPT Carriage { - exec (inst _id Carriage fil (horse (inst Horse)) (physical_component _carriageHorse)); -} - -SCRIPT Truck { - exec (inst _id Truck fil (headlight (inst Light)) (horn (inst Horn)) (ignition (inst Portal)) (key (inst Toy_Key)) (physical_component _headlight)); -} - - -//=============================================== -// Speech Acts -//=============================================== - -SCRIPT Explaining { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Explaining - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Answering { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Answering - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (original_prompt _original_prompt) (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Approving { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Approving - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (action _action) (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Admonishing { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Admonishing - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (fault _fault) (actual_response _actual_response) (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Requesting_Action { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Requesting_Action - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Requesting_Answer { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Requesting_Answer - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Calling { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Calling - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Exclaiming { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Exclaiming - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - -SCRIPT Practicing { - exec (inst _Discourse_Segment Discourse_Segment Setting CURRENTINTERVAL - fil (speaker _speaker) (addressee _addressee) (attentional_focus _attentional_focus)); - exec (setcurrentinterval _Discourse_Segment); - exec (inst _id Practicing - fil (speaker _speaker) (addressee _addressee) (text _text) (forcefulness _forcefulness) - (DS _Discourse_Segment)); - exec (fil speech_act _Discourse_Segment _id); -} - - -//=============================================== -// Processes -//=============================================== - -SCRIPT State { - exec (inst _id State Setting CURRENTINTERVAL fil - (property _property) (category _category) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - - -SCRIPT State_Change { - exec (inst _State_Change State_Change Setting CURRENTINTERVAL fil (means _means) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _State_Change); - exec (inst _State State _State_Change PRIORINTERVAL fil - (property _priorproperty) (category _priorcategory) (inherent_aspect (inst Inherent_State))); - exec (inst _id State _State_Change _State fil - (property _property) (category _category) (inherent_aspect (inst Inherent_State))); - exec (fil initial_state _State) (resulting_state _id)); -} - - -SCRIPT Intransitive_State { - exec (inst _id State Setting CURRENTINTERVAL fil - (property _property) (category _category) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - - -SCRIPT Two_Participant_State { - exec (inst _id Two_Participant_State Setting CURRENTINTERVAL fil - (experiencer _experiencer) (percept _percept) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - - -SCRIPT Mental_State { - test (_experiencer Human); - - exec (inst _id Mental_State Setting CURRENTINTERVAL fil - (experiencer _experiencer) (percept _percept) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - -SCRIPT Want { - test (_wanter Human); - exec (inst _id Mental_State Setting CURRENTINTERVAL fil - (experiencer _wanter) (percept _wanted) (inherent_aspect (inst Inherent_State))); - exec (setcurrentinterval _id); -} - -//============================================================ -// Active X-schemas -//============================================================ - -//=================================== -// Intransitive Actions -//=================================== - -SCRIPT Count { - test (_counter Animate); - - exec (inst _id Count Setting CURRENTINTERVAL fil - (counter _counter) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Estimate { - test (_estimator Animate); - - exec (inst _id Estimate Setting CURRENTINTERVAL fil - (estimator _estimator) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Get_Even { - test (_disputant Animate); - - exec (inst _id Get_Even Setting CURRENTINTERVAL fil - (disputant _disputant) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Play { - test (_player Animate); - - exec (inst _id Play Setting CURRENTINTERVAL fil - (player _player) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Practice { - test (_practicer Animate); - - exec (inst _id Practice Setting CURRENTINTERVAL fil - (practicer _practicer) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Proceed { - test (_proceeder Animate); - - exec (inst _id Proceed Setting CURRENTINTERVAL fil - (proceeder _proceeder) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Think { - test (_disputant Animate); - - exec (inst _id Think Setting CURRENTINTERVAL fil - (thinker _thinker) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Thunder { - test (_nature Animate); - - exec (inst _id Thunder Setting CURRENTINTERVAL fil - (nature _nature) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Sing { - test (_singer Animate); - - exec (inst _id Sing Setting CURRENTINTERVAL fil - (singer _singer) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Sneeze { - test (_sneezer Animate); - - exec (inst _id Sing Setting CURRENTINTERVAL fil - (sneezer _sneezer) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - -//=================================== -// Expressions -//=================================== - -SCRIPT Cry { - test (_cryer Animate); - - exec (inst _id Cry Setting CURRENTINTERVAL fil - (cryer _cryer) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -SCRIPT Fuss { - test (_fusser Animate); - - exec (inst _id Fuss Setting CURRENTINTERVAL fil - (fusser _fusser) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -SCRIPT Smile { - test (_smiler Animate); - - exec (inst _id Smile Setting CURRENTINTERVAL fil - (smiler _smiler) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -//=================================== -// Self Motion -//=================================== - - -SCRIPT Dance { - test (_dancer Animate); - - exec (inst _id Dance Setting CURRENTINTERVAL fil - (dancer _dancer) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Kneel { - test (_kneeler Animate); - - query (posture _kneeler ?p); - test !(_p Crouched); - exec (inst _id Kneel Setting CURRENTINTERVAL fil - (kneeler _kneeler) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (rem posture _kneeler); - exec (fil posture _kneeler (inst Crouched)); -} - - -SCRIPT Lean { - test (_leaner Animate); - - exec (inst _id Lean Setting CURRENTINTERVAL fil - (leaner _leaner) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Lie_Down { - test (_lyer Animate); - - query (posture _lyer ?p); - test !(_p Lyingdown); - exec (inst _id Lie_Down Setting CURRENTINTERVAL fil - (lyer _lyer) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (rem posture _lyer); - exec (fil posture _lyer (inst Lyingdown)); -} - - -SCRIPT Rise { - test (_riser Animate); - - query (posture _riser ?p); - test !(_p Upright); - exec (inst _id Rise Setting CURRENTINTERVAL fil - (riser _riser) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (rem posture _riser); - exec (fil posture _riser (inst Upright)); -} - - -SCRIPT Sit { - test (_sitter Animate); - - query (posture _sitter ?p); - test !(_p Seated); - exec (inst _id Sit Setting CURRENTINTERVAL fil - (sitter _sitter) (seat _seat) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (fil location _sitter _seat); - exec (rem posture _sitter); - exec (fil posture _sitter (inst Seated)); -} - - -SCRIPT Spin { - test (_spinner Animate); - - exec (inst _id Spin Setting CURRENTINTERVAL fil - (spinner _spinner) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Tumble { - test (_tumbler Concrete_Entity); - exec (inst _id Tumble Setting CURRENTINTERVAL fil - (tumbler _tumbler) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Trip { - test (_tripper Animate); - - query (posture _tripper ?p); - test (_p Upright); - exec (inst _id Trip Setting CURRENTINTERVAL fil - (tripper _tripper) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (fil posture _tripper (inst Fallen)); -} - - -//=================================== -// Helper Scripts -//=================================== - - -SCRIPT ChangeLoc { - exec (rem location _mover); - exec (fil location _mover _newloc); - query (physical_component _mover ?p); - exec (rem location _p); - exec (fil location _p _newloc); - query (member ?s ?m) (set_size _mover ?s); - exec (rem location _m); - exec (fil location _m _newloc); -} - -SCRIPT EstablishPossession { - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessed ?p _possessed); - exec (rem relations CURRENTINTERVAL _p); - exec (inst _Possession Possession fil (possessor _possessor) (possessed _possessed)); - exec (fil relations CURRENTINTERVAL _Possession); - - runscript (EstablishMemberPossession (possessor _possessor) (possessed _possessed)); -} - -SCRIPT EstablishMemberPossession { - query (member ?s ?m) (set_size _possessed ?s); - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessed ?p _m); - exec (rem relations CURRENTINTERVAL _p); - exec (inst _Possession Possession fil (possessor _possessor) (possessed _m)); - exec (fil relations CURRENTINTERVAL _Possession); -} - -//=================================== -// Translational Self Motion -//=================================== - - -SCRIPT Ascend { - test (_ascender Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _ascender) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Ascend Setting CURRENTINTERVAL fil - (ascender _ascender) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _ascender) (newloc _goal)); -} - - -SCRIPT Climb { - test (_climber Animate); - default (_goal _climbed); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _climber) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Climb Setting CURRENTINTERVAL fil - (climber _climber) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _climber) (newloc _goal)); -} - - -SCRIPT Come { - test (_comer Animate); - test (CURRENTINTERVAL Discourse_Segment); // FIXME - query (speaker CURRENTINTERVAL ?spk) (location ?spk ?loc); - default (_goal _loc); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _comer) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Come Setting CURRENTINTERVAL fil - (comer _comer) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _comer) (newloc _goal)); -} - - -SCRIPT Descend { - test (_descender Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _descender) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Descend Setting CURRENTINTERVAL fil - (descender _descender) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _descender) (newloc _goal)); -} - - -SCRIPT Exit { - test (_exiter Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _exiter) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Exit Setting CURRENTINTERVAL fil - (exiter _exiter) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _exiter) (newloc _goal)); -} - - -SCRIPT Fall { - test (_faller Entity); - query (ground ?r ?g) (?r Room); - default (_goal _g); - query (location _faller ?s); - default (_source _s); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _faller) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Fall Setting CURRENTINTERVAL fil - (faller _faller) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _faller) (newloc _goal)); -} - - -SCRIPT Go { - test (_goer Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _goer) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Go Setting CURRENTINTERVAL fil - (goer _goer) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _goer) (newloc _goal)); -} - - -SCRIPT Hide { - test (_hider Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _hider) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Hide Setting CURRENTINTERVAL fil - (hider _hider) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _hider) (newloc _goal)); -} - - -SCRIPT Run { - test (_runner Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _runner) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Run Setting CURRENTINTERVAL fil (runner _runner) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _runner) (newloc _goal)); -} - - -SCRIPT Walk { - test (_walker Animate); - - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _walker) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _id Walk Setting CURRENTINTERVAL fil - (walker _walker) (spg _Source_Path_Goal) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _walker) (newloc _goal)); -} - - -//=================================== -// Continuous Force Application -//=================================== - -SCRIPT Bring { - test (_bringer Animate); - - default (_goal _bringer); - query (location _brought ?s); - default (_source _s); - query (hand _bringer ?hand); - default (_effector _hand); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _bringer) (principle_mover _bringer) (other_mover _brought)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Bring _Joint_Motion PRIORINTERVAL fil (bringer _bringer) (brought _brought) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _bringer) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _bringer) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _brought) (spg (inst Source_Path_Goal fil (trajector _brought) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _bringer) (newloc _goal)); - runscript (ChangeLoc (mover _brought) (newloc _goal)); - exec (fil location _brought _effector); - runscript (EstablishPossession (possessor _bringer) (possessed _brought)); -} - - -SCRIPT Carry { - test (_carrier Animate); - - default (_goal _carrier); - query (location _carried ?s); - default (_source _s); - query (hand _carrier ?hand); - default (_effector _hand); - - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _carrier) (principle_mover _carrier) (other_mover _carried)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Carry _Joint_Motion PRIORINTERVAL fil (carrier _carrier) (carried _carried) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _carrier) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _carrier) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _carried) (spg (inst Source_Path_Goal fil (trajector _carried) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _carrier) (newloc _goal)); - runscript (ChangeLoc (mover _carried) (newloc _goal)); - exec (fil location _carried _effector); - runscript (EstablishPossession (possessor _carrier) (possessed _carried)); -} - - -SCRIPT Carry_On_Back { - test (_carrier Animate); - - default (_goal _carrier); - query (location _carried ?s); - default (_source _s); - query (shoulder _carrier ?shoulder); - default (_effector _shoulder); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _carrier) (principle_mover _carrier) (other_mover _carried)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Carry_On_Back _Joint_Motion PRIORINTERVAL fil (carrier _carrier) (carried _carried) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _carrier) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _carrier) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _carried) (spg (inst Source_Path_Goal fil (trajector _carried) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _carrier) (newloc _goal)); - runscript (ChangeLoc (mover _carried) (newloc _goal)); - exec (fil location _carried _effector); - runscript (EstablishPossession (possessor _carrier) (possessed _carried)); -} - - -SCRIPT Contain { - exec (inst _id Contain Setting CURRENTINTERVAL fil (container _container) (contained _contained) (inherent_aspect (inst Inherent_Activity))); -} - - -SCRIPT Drive { - test (_driver Animate); - test (_driven Car); - - query (location _driven ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _driver) (principle_mover _driver) (other_mover _driven)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Drive _Joint_Motion PRIORINTERVAL fil (driver _driver) (driven _driven) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _driver) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _driver) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _driven) (spg (inst Source_Path_Goal fil (trajector _driven) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _driver) (newloc _goal)); - runscript (ChangeLoc (mover _driven) (newloc _goal)); -} - - -SCRIPT Escort { - test (_escort Animate); - test (_escorted Animate); - - query (location _escorted ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _escort) (principle_mover _escort) (other_mover _escorted)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Escort _Joint_Motion PRIORINTERVAL fil (escort _escort) (escorted _escorted) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _escort) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _escort) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _escorted) (spg (inst Source_Path_Goal fil (trajector _escorted) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _escort) (newloc _goal)); - runscript (ChangeLoc (mover _escorted) (newloc _goal)); -} - - -SCRIPT Grasp { - test (_grasper Animate); - - default (_goal _grasper); - query (location _grasped ?s); - default (_source _s); - query (hand _grasper ?hand); - default (_effector _hand); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _grasper) (principle_mover _grasper) (other_mover _grasped)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Grasp _Joint_Motion PRIORINTERVAL fil (grasper _grasper) (grasped _grasped) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _grasper) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _grasper) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _grasped) (spg (inst Source_Path_Goal fil (trajector _grasped) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _grasper) (newloc _goal)); - runscript (ChangeLoc (mover _grasped) (newloc _goal)); - exec (fil location _grasped _effector); - runscript (EstablishPossession (possessor _grasper) (possessed _grasped)); -} - - -SCRIPT Hug { - test (_hugger Animate); - test (_hugged Concrete_Entity); - - exec (inst _id Hug Setting CURRENTINTERVAL fil - (hugger _hugger) (hugged _hugged) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); -} - - -SCRIPT Lift { - test (_lifter Animate); - - default (_goal _lifter); - query (location _liftee ?s); - default (_source _s); - query (hand _lifter ?hand); - default (_effector _hand); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _lifter) (principle_mover _lifter) (other_mover _liftee)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Lift _Joint_Motion PRIORINTERVAL fil (lifter _lifter) (liftee _liftee) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _lifter) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _lifter) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _liftee) (spg (inst Source_Path_Goal fil (trajector _liftee) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _lifter) (newloc _goal)); - runscript (ChangeLoc (mover _liftee) (newloc _goal)); - exec (fil location _liftee _effector); - runscript (EstablishPossession (possessor _lifter) (possessed _liftee)); -} - - -SCRIPT Ride { - test (_rider Animate); - test (_rode Manipulable_Inanimate_Object); - - query (location _rode ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _rider) (principle_mover _rider) (other_mover _rode)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Ride _Joint_Motion PRIORINTERVAL fil (rider _rider) (rode _rode) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _rider) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _rider) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _rode) (spg (inst Source_Path_Goal fil (trajector _rode) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _rider) (newloc _goal)); - runscript (ChangeLoc (mover _rode) (newloc _goal)); -} - - -SCRIPT Steady { - test (_support Concrete_Entity); - test (_steadied Concrete_Entity); - - exec (inst _id Steady Setting CURRENTINTERVAL fil - (support _support) (steadied _steadied) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); -} - - -SCRIPT Steer { - test (_steerer Animate); - test (_steered Manipulable_Inanimate_Object); - - query (location _steered ?s); - default (_source _s); - - exec (inst _Joint_Motion Joint_Motion Setting CURRENTINTERVAL fil (protagonist _steerer) (principle_mover _steerer) (other_mover _steered)); - exec (setcurrentinterval _Joint_Motion); - exec (inst _id Steer _Joint_Motion PRIORINTERVAL fil (steerer _steerer) (steered _steered) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (fil cfa _Joint_Motion _id); - exec (inst _Translational_Motion1 Translational_Motion _Joint_Motion _id fil (mover _steerer) (spg (inst _Source_Path_Goal Source_Path_Goal fil (trajector _steerer) (source _source) (path _path) (goal _goal) (deixis _deixis)))); exec (fil propelling_motion _Joint_Motion _Translational_Motion1); - exec (inst _Translational_Motion2 Translational_Motion _Joint_Motion _id fil (mover _steered) (spg (inst Source_Path_Goal fil (trajector _steered) (source _source) (path _path) (goal _goal) (deixis _deixis)))); - exec (fil secondary_motion _Joint_Motion _Translational_Motion2); - - runscript (ChangeLoc (mover _steerer) (newloc _goal)); - runscript (ChangeLoc (mover _steered) (newloc _goal)); -} - -//=================================== -// Forceful Motion -//=================================== - - -SCRIPT Drop { - test (_dropper Animate); - test (_dropped Manipulable_Inanimate_Object); - - query (location _dropped ?s); - default (_source _s); - query (ground ?r ?g) (?r Room); - default (_goal _g); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _dropper)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Drop _Caused_Motion PRIORINTERVAL fil - (dropper _dropper) (dropped _dropped) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _dropped) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _dropped) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _dropped) (newloc _goal)); - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessed ?p _dropped) (possesser ?p _dropper); - exec (rem relations CURRENTINTERVAL _p); -} - - -SCRIPT Pick { - test (_picker Animate); - test (_picked Manipulable_Inanimate_Object); - - query (location _picked ?s); - default (_source _s); - default (_goal _picker); - query (hand _picker ?hand); - default (_effector _hand); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _picker)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Pick _Caused_Motion PRIORINTERVAL fil - (picker _picker) (picked _picked) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _picked) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _picked) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _picked) (newloc _goal)); - exec (fil location _picked _effector); - runscript (EstablishPossession (possessor _picker) (possessed _picked)); -} - - -SCRIPT Pin { - test (_pinner Animate); - test (_pinned Manipulable_Inanimate_Object); - - query (location _pinned ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _pinner)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Pin _Caused_Motion PRIORINTERVAL fil - (pinner _pinner) (pinned _pinned) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _pinned) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _pinned) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _pinned) (newloc _goal)); -} - - -SCRIPT Press { - test (_press Sharp_Object); - test (_pressed Concrete_Entity); - - exec (inst _id Press Setting CURRENTINTERVAL fil - (press _press) (pressed _pressed) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Prick { - test (_prick Sharp_Object); - test (_pricked Concrete_Entity); - - exec (inst _id Prick Setting CURRENTINTERVAL fil - (prick _prick) (pricked _pricked) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Pull { - test (_puller Animate); - test (_pulled Concrete_Entity); - - exec (inst _id Pull Setting CURRENTINTERVAL fil - (puller _puller) (pulled _pulled) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Push { - test (_pusher Animate); - test (_pushed Concrete_Entity); - - exec (inst _id Push Setting CURRENTINTERVAL fil - (pusher _pusher) (pushed _pushed) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Slam { - test (_slammer Animate); - test (_slammed Concrete_Entity); - - exec (inst _id Slam Setting CURRENTINTERVAL fil - (slammer _slammer) (slammed _slammed) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Spit { - test (_spitter Animate); - test (_spitted Manipulable_Inanimate_Object); - - query (location _spitted ?s); - default (_source _s); - query (table ?t ?r) (?r Room); - default (_goal _t); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _spitter)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Spit _Caused_Motion PRIORINTERVAL fil - (spitter _spitter) (spitted _spitted) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _spitted) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _spitted) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _spitted) (newloc _goal)); -} - - -SCRIPT Sweep { - test (_sweeper Animate); - test (_swept Manipulable_Inanimate_Object); - - query (location _swept ?s); - default (_source _s); - query (ground ?r ?g) (?r Room); - default (_goal _g); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _sweeper)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Spit _Caused_Motion PRIORINTERVAL fil - (sweeper _sweeper) (swept _swept) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _swept) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _swept) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _swept) (newloc _goal)); -} - - -SCRIPT Wipe { - test (_wiper Animate); - test (_wiped Concrete_Entity); - test (_mop Manipulable_Inanimate_Object); - - // a wipe event involves also moving a mop around concurrently - exec (inst _id Wipe Setting CURRENTINTERVAL fil - (wiper _wiper) (wiped _wiped) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - runscript(Move (mover _wiper) (moved _mop) (goal _wiped)); - exec (setcurrentinterval _id); - exec (inst _Dirty Dirty Setting CURRENTINTERVAL fil (protagonist _mop)); - exec (setcurrentinterval _Dirty); -} - - -SCRIPT Stir { - test (_stirrer Animate); - test (_stirred Substance); - - exec (inst _id Stir Setting CURRENTINTERVAL fil - (stirrer _stirrer) (stirred _stirred) (effector _effector) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -//=================================== -// Translational Forceful Motion -//=================================== - - -SCRIPT Apply { - test (_applier Animate); - test (_substance Substance); - - query (location _substance ?s); - default (_source _s); - default (_goal _surface); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _applier)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Apply _Caused_Motion PRIORINTERVAL fil - (applier _applier) (substance _substance) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _substance) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _substance) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _substance) (newloc _goal)); -} - - -SCRIPT Fetch { - test (_fetcher Animate); - test (_fetched Manipulable_Inanimate_Object); - test !(location _fetched _fetcher); - testExist! (relations CURRENTINTERVAL ?p) (?p Possession) (possessor ?p _fetcher) (possessed ?p _fetched); - query (hand _fetcher ?hand); - default (_effector _hand); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _fetcher)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Fetch _Caused_Motion PRIORINTERVAL fil - (fetcher _fetcher) (fetched _fetched) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _fetched) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _fetched) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _fetched) (newloc _fetcher)); - exec (fil location _fetched _effector); - runscript (EstablishPossession (possessor _fetcher) (possessed _fetched)); -} - - -SCRIPT Ladle { - test (_ladler Animate); - test (_ladled Manipulable_Inanimate_Object); - - query (location _ladled ?s); - default (_source _s); - default (_goal _container); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _ladler)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Ladle _Caused_Motion PRIORINTERVAL fil - (ladler _ladler) (ladled _ladled) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _ladled) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _ladled) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _ladled) (newloc _goal)); -} - - -SCRIPT Load { - test (_loader Animate); - test (_goods Manipulable_Inanimate_Object); - - query (location _goods ?s); - default (_source _s); - default (_goal _container); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _loader)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Load _Caused_Motion PRIORINTERVAL fil - (loader _loader) (goods _goods) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _goods) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _goods) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _goods) (newloc _goal)); -} - - -SCRIPT Move { - test (_mover Animate); - test (_moved Manipulable_Inanimate_Object); - - query (location _moved ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _mover)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Move _Caused_Motion PRIORINTERVAL fil - (mover _mover) (moved _moved) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _moved) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _moved) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _mover) (newloc _goal)); -} - - -SCRIPT Plug { - test (_plugger Animate); - test (_plug Manipulable_Inanimate_Object); - test (_opening Portal); - - query (location _plug ?s); - default (_source _s); - default (_goal _opening); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _plugger)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Plug _Caused_Motion PRIORINTERVAL fil - (plugger _plugger) (plug _plug) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _plug) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _plug) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _plug) (newloc _goal)); -} - - -SCRIPT Put { - test (_putter Animate); - test (_puttee Manipulable_Inanimate_Object); - - query (location _puttee ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _putter)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Put _Caused_Motion PRIORINTERVAL fil - (putter _putter) (puttee _puttee) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _puttee) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _puttee) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _puttee) (newloc _goal)); -} - - -SCRIPT Scatter { - test (_scatterer Animate); - test (_scattered Manipulable_Inanimate_Object); - - query (location _scattered ?s); - default (_source _s); - query (ground ?r ?g) (location _thrower ?r) (?r Room); - default (_goal _g); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _scatterer)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Scatter _Caused_Motion PRIORINTERVAL fil - (scatterer _scatterer) (scattered _scattered) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _scattered) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _scattered) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _scattered) (newloc _goal)); -} - - -SCRIPT Stash_Away { - test (_stasher Animate); - test (_stash Manipulable_Inanimate_Object); - - query (location _stash ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _stasher)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Stash_Away _Caused_Motion PRIORINTERVAL fil - (stasher _stasher) (stash _stash) (effector _effector) (inherent_aspect (inst Inherent_Accomplishment))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _stash) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _stash) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _stash) (newloc _goal)); -} - -SCRIPT Take { - test (_taker Animate); - test (_taken Manipulable_Inanimate_Object); - - query (location _taken ?s); - default (_source _s); - default (_goal _taker); - query (hand _taker ?hand); - default (_effector _hand); - - testExist! (relations CURRENTINTERVAL ?p) (?p Possession) (possessor ?p _taker) (possessed ?p _taken); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _taker)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Take _Caused_Motion PRIORINTERVAL fil - (taker _taker) (taken _taken) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _taken) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _taken) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _taken) (newloc _goal)); - exec (fil location _taken _effector); - runscript (EstablishPossession (possessor _taker) (possessed _taken)); -} - -//=================================== -// Agentive Impact -//=================================== - - -SCRIPT Beat { - test (_beater Animate); - test (_beaten Concrete_Entity); - - exec (inst _id Beat Setting CURRENTINTERVAL fil - (beater _beater) (beaten _beaten) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Kick { - test (_kicker Animate); - test (_kickee Concrete_Entity); - - query (location _kickee ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _kicker)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Kick _Caused_Motion PRIORINTERVAL fil - (kicker _kicker) (kickee _kickee) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _kickee) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _kickee) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _kickee) (newloc _goal)); -} - - -SCRIPT Mash { - test (_masher Animate); - test (_mashed Concrete_Entity); - - exec (inst _id Mash Setting CURRENTINTERVAL fil - (masher _masher) (mashed _mashed) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Pound { - test (_pounder Animate); - test (_pounded Concrete_Entity); - - exec (inst _id Pound Setting CURRENTINTERVAL fil - (pounder _pounder) (pounded _pounded) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Slap { - test (_slapper Animate); - test (_slapped Concrete_Entity); - - exec (inst _id Slap Setting CURRENTINTERVAL fil - (slapper _slapper) (slapped _slapped) (effector _effector) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - - -SCRIPT Throw { - test (_thrower Animate); - test (_throwee Manipulable_Inanimate_Object); - - query (ground ?r ?g) (location _thrower ?r) (?r Room); - default (_goal _g); - query (location _throwee ?s); - default (_source _s); - - exec (inst _Caused_Motion Caused_Motion Setting CURRENTINTERVAL fil (protagonist _thrower)); - exec (setcurrentinterval _Caused_Motion); - exec (inst _id Throw _Caused_Motion PRIORINTERVAL fil - (thrower _thrower) (throwee _throwee) (effector _effector) (inherent_aspect (inst Inherent_Achievement))); - exec (inst _Source_Path_Goal Source_Path_Goal fil (trajector _throwee) (source _source) (path _path) (goal _goal) (deixis _deixis)); - exec (inst _Translational_Motion Translational_Motion _Caused_Motion _id fil - (mover _throwee) (spg _Source_Path_Goal)); - exec (fil forceful_motion _Caused_Motion _id); - exec (fil motion _Caused_Motion _Translational_Motion); - - runscript (ChangeLoc (mover _throwee) (newloc _goal)); -} - - -//=================================== -// Cause Change -//=================================== - -SCRIPT Cut { - test (_cutter Animate); - test (_cut Manipulable_Inanimate_Object); - - exec (inst _id Cut Setting CURRENTINTERVAL fil - (cutter _cutter) (cut _cut) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Close { - test (_closer Animate); - test (_closed Openable); - - exec (inst _id Close Setting CURRENTINTERVAL fil - (closer _closer) (closed _closed) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Damage { - test (_damager Animate); - test (_damaged Manipulable_Inanimate_Object); - - exec (inst _id Damage Setting CURRENTINTERVAL fil - (damager _damager) (damaged _damaged) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Discard { - test (_discarder Animate); - test (_discarded Manipulable_Inanimate_Object); - - exec (inst _id Discard Setting CURRENTINTERVAL fil - (discarder _discarder) (discarded _discarded) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Fix { - test (_fixer Animate); - test (_fixed Manipulable_Inanimate_Object); - - exec (inst _id Fix Setting CURRENTINTERVAL fil - (fixer _fixer) (fixed _fixed) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Open { - test (_opener Animate); - test (_opened Openable); - - exec (inst _id Open Setting CURRENTINTERVAL fil - (opener _opener) (opened _opened) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - exec (rem state _opened); - exec (fil state _opened (inst Open_State)); -} - - -SCRIPT Pare { - test (_parer Animate); - test (_pared Manipulable_Inanimate_Object); - - exec (inst _id Pare Setting CURRENTINTERVAL fil - (parer _parer) (pared _pared) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Rip_Open { - test (_ripper Animate); - test (_ripped Manipulable_Inanimate_Object); - - exec (inst _id Rip_Open Setting CURRENTINTERVAL fil - (ripper _ripper) (ripped _ripped) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Start { - test (_actor Animate); - test (_started Process); - - exec (inst _id Start Setting CURRENTINTERVAL fil - (actor _actor) (started _started) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Switch_On { - test (_actor Animate); - test (_appliance Electrical_Appliance); - query (state _appliance ?p); - test (_p Power_Off); - - exec (inst _id Switch_On Setting CURRENTINTERVAL fil - (actor _actor) (appliance _appliance) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - exec (rem state _appliance); - exec (fil state _appliance (inst Power_On)); -} - - -SCRIPT Switch_Off { - test (_actor Animate); - test (_appliance Electrical_Appliance); - query (state _appliance ?p); - test (_p Power_On); - - exec (inst _id Switch_Off Setting CURRENTINTERVAL fil - (actor _actor) (appliance _appliance) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - exec (rem state _appliance); - exec (fil state _appliance (inst Power_Off)); -} - - -SCRIPT Tear { - test (_tearer Animate); - test (_torn Concrete_Entity); - - exec (inst _id Tear Setting CURRENTINTERVAL fil - (tearer _tearer) (torn _torn) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Wash { - test (_washer Animate); - test (_washed Concrete_Entity); - - exec (inst _id Wash Setting CURRENTINTERVAL fil - (washer _washer) (washed _washed) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -//=================================== -// Ingestion -//=================================== - -SCRIPT Eat { - test (_eater Animate); - test (_food Manipulable_Inanimate_Object); - - exec (inst _id Eat Setting CURRENTINTERVAL fil - (eater _eater) (food _food) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - exec (inst _Chew Chew _id PRIORINTERVAL fil - (chewer _eater) (chewed _food) (inherent_aspect (inst Inherent_Activity))); - exec (inst _Swallow Swallow _id _Chew fil - (swallower _eater) (swallowed _food) (inherent_aspect (inst Inherent_Achievement))); - exec (fil chew _id _Chew) ; - exec (fil swallow _id _Swallow); -} - - -SCRIPT Chew { - test (_chewer Animate); - test (_chewed Manipulable_Inanimate_Object); - - exec (inst _id Chew Setting CURRENTINTERVAL fil - (chewer _chewer) (chewed _chewed) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Drink { - test (_drinker Animate); - test (_beverage Liquid); - - exec (inst _id Drink Setting CURRENTINTERVAL fil - (drinker _drinker) (beverage _beverage) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Swallow { - test (_swallower Animate); - test (_swallowed Manipulable_Inanimate_Object); - - exec (inst _id Swallow Setting CURRENTINTERVAL fil - (swallower _swallower) (swallowed _swallowed) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -//=================================== -// Perception -//=================================== - - -SCRIPT Perceive_Audio { - exec (inst _id Perceive_Audio Setting CURRENTINTERVAL fil - (perceiver _perceiver) (percept _percept) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Perceive_Visual { - exec (inst _id Perceive_Visual Setting CURRENTINTERVAL fil - (perceiver _perceiver) (percept _percept) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Perceive_Olfactory { - exec (inst _id Perceive_Olfactory Setting CURRENTINTERVAL fil - (perceiver _perceiver) (percept _percept) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Observe { - exec (inst _id Perceive_Audio Setting CURRENTINTERVAL fil - (observer _observer) (observed _observed) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -//=================================== -// Other Transitive Actions -//=================================== - - -SCRIPT Attend { - test (_attender Human); - test (_attended School); - - exec (inst _id Attend Setting CURRENTINTERVAL fil - (attender _attender) (attended _attended) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Bite { - test (_biter Human); - test (_bitten School); - - exec (inst _id Bite Setting CURRENTINTERVAL fil - (biter _biter) (bitten _bitten) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Divvy_Up { - test (_divvier Human); - test (_divvied School); - - exec (inst _id Divvy_Up Setting CURRENTINTERVAL fil - (divvier _divvier) (divvied _divvied) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - -SCRIPT Cook { - test (_cook Human); - test (_food School); - - exec (inst _id Bite Setting CURRENTINTERVAL fil - (cook _cook) (food _food) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Draw { - test (_drawer Animate); - test (_drawn Element); - - exec (inst _id Draw Setting CURRENTINTERVAL fil - (drawer _drawer) (drawn _drawn) (drawn_on _drawn_on) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Find { - test (_finder Animate); - test (_target Element); - test !(location _target _finder); - - exec (inst _id Find Setting CURRENTINTERVAL fil - (finder _finder) (target _target) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Mimic { - test (_mimicker Animate); - test (_mimicked Element); - test !(location _mimicked _mimicker); - - exec (inst _id Mimic Setting CURRENTINTERVAL fil - (mimicker _mimicker) (mimicked _mimicked) (inherent_aspect (inst Inherent_Semelfactive))); - exec (setcurrentinterval _id); -} - -SCRIPT Photograph { - test (_photographer Animate); - test (_photographed Element); - test !(location _photographed _photographer); - - exec (inst _id Photograph Setting CURRENTINTERVAL fil - (photographer _photographer) (photographed _photographed) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - -SCRIPT Play_Musical_Instrument { - test (_player Animate); - test (_musical_instrument_with Element); - test !(location _musical_instrument_with _player); - - exec (inst _id Play_Musical_Instrument Setting CURRENTINTERVAL fil - (player _player) (musical_instrument_with _musical_instrument_with) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -SCRIPT Play_With { - test (_player Animate); - test (_played_with Element); - test !(location _played_with _player); - - exec (inst _id Play_With Setting CURRENTINTERVAL fil - (player _player) (played_with _played_with) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Point { - test (_person_pointing Animate); - test (_pointed_at Element); - - exec (inst _id Point Setting CURRENTINTERVAL fil - (person_pointing _person_pointing) (pointed_at _pointed_at) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Reach { - test (_reacher Animate); - test (_target Element); - test !(location _target _reacher); - - exec (inst _id Reach Setting CURRENTINTERVAL fil - (reacher _reacher) (target _target) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Read { - test (_reader Animate); - test (_read Book); - - exec (inst _id Read Setting CURRENTINTERVAL fil - (reader _reader) (read _read) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Release_Grasp { - test (_grasper Animate); - test (_grasped Manipulable_Inanimate_Object); - query (hand _grasper ?h); - test (location _grasped _h); - - exec (inst _id Release_Grasp Setting CURRENTINTERVAL fil - (grasper _grasper) (grasped _grasped) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - query (relations CURRENTINTERVAL ?p) (?p Possession) (possessor ?p _grasper) (possessed ?p _grasped); - exec (rem relations CURRENTINTERVAL _p); -} - - -SCRIPT Reserve { - test (_reserver Animate); - test (_reserved Manipulable_Inanimate_Object); - - exec (inst _id Reserve Setting CURRENTINTERVAL fil - (reserver _reserver) (reserved _reserved) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Serve { - test (_server Animate); - test (_food Food); - test (_container Physical_Container); - - exec (inst _id Serve Setting CURRENTINTERVAL fil - (server _server) (food _food) (container _container) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Tease { - test (_teaser Animate); - test (_teased Concrete_Entity); - - exec (inst _id Tease Setting CURRENTINTERVAL fil - (teaser _teaser) (teased _teased) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Touch { - test (_toucher Animate); - test (_touched Concrete_Entity); - - exec (inst _id Touch Setting CURRENTINTERVAL fil - (toucher _toucher) (touched _touched) (inherent_aspect (inst Inherent_Accomplishment))); - exec (setcurrentinterval _id); -} - - -SCRIPT Wear { - test (_wearer Animate); - test (_worn Wearable_Item); - - exec (inst _id Wear Setting CURRENTINTERVAL fil - (wearer _wearer) (worn _worn) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _worn) (newloc _wearer)); -} - - -SCRIPT Twist { - test (_twister Animate); - test (_twisted Concrete_Entity); - - exec (inst _id Twist Setting CURRENTINTERVAL fil - (twister _twister) (twisted _twisted) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Write { - test (_writer Animate); - test (_written Element); - - exec (inst _id Write Setting CURRENTINTERVAL fil - (writer _writer) (written _written) (written_on _written_on) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Substitute_For { - test (_original Animate); - test (_substitute Element); - - exec (inst _id Substitute_For Setting CURRENTINTERVAL fil - (original _original) (substitute _substitute) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Switch { - test (_switcher Animate); - test (_switched Element); - - exec (inst _id Switch Setting CURRENTINTERVAL fil - (switcher _switcher) (switched _switched) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Take_Off { - test (_wearer Animate); - test (_worn Wearable_Item); - - exec (inst _id Take_Off Setting CURRENTINTERVAL fil - (wearer _wearer) (worn _worn) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); - - exec (rem location _mover); -} - - -SCRIPT Turn_Page { - test (_turner Animate); - test (_turned Book); - - exec (inst _id Turn_Page Setting CURRENTINTERVAL fil - (turner _turner) (turned _turned) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - -//=================================== -// Communication -//=================================== - - -SCRIPT Ask { - test (_asker Animate); - test (_asked Animate); - - exec (inst _id Ask Setting CURRENTINTERVAL fil - (asker _asker) (asked _asked) (question _question) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Accuse { - test (_accuser Animate); - test (_accused Animate); - - exec (inst _id Accuse Setting CURRENTINTERVAL fil - (accuser _accuser) (accused _accused) (accusation _accusation) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Beckon { - test (_beckoner Animate); - test (_beckoned Animate); - - exec (inst _id Beckon Setting CURRENTINTERVAL fil - (beckoner _beckoner) (beckoned _beckoned) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Explain { - test (_explainer Animate); - test (_explained_to Animate); - - exec (inst _id Explain Setting CURRENTINTERVAL fil - (explainer _explainer) (explained_to _explained_to) (explained _explained) - (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Illustrate { - test (_illustrator Animate); - test (_illustrated_to Animate); - - exec (inst _id Illustrate Setting CURRENTINTERVAL fil - (illustrator _illustrator) (illustrated_to _illustrated_to) (illustrated _illustrated) - (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Say { - test (_speaker Animate); - - exec (inst _id Say Setting CURRENTINTERVAL fil - (speaker _speaker) (content _content) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Talk_On_Phone { - test (_talker Animate); - test (_talked_to Animate); - - exec (inst _id Talk_On_Phone Setting CURRENTINTERVAL fil - (talker _talker) (talked_to _talked_to) (content _content) (inherent_aspect (inst Inherent_Activity))); - exec (setcurrentinterval _id); -} - - -SCRIPT Tell { - test (_speaker Animate); - test (_hearer Animate); - - exec (inst _id Tell Setting CURRENTINTERVAL fil - (speaker _speaker) (hearer _hearer) (content _content) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Permit { - test (_permiter Animate); - test (_permitee Animate); - - exec (inst _id Permit Setting CURRENTINTERVAL fil - (permiter _permiter) (permitee _permitee) (permitted _permitted) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - -//=================================== -// Transfer (in progress) -//=================================== - -SCRIPT Buy { - test (_seller Animate); - test (_buyer Animate); - test (_goods Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _seller) (possessed ?p _goods); - - exec (inst _id Give Setting CURRENTINTERVAL fil - (seller _seller) (buyer _buyer) (goods _goods) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _goods) (newloc _buyer)); - runscript (EstablishPossession (possessor _buyer) (possessed _goods)); -} - - -SCRIPT Exchange { - test (_exchanger1 Animate); - test (_exchanger2 Animate); - test (_theme1 Manipulable_Inanimate_Object); - test (_theme2 Manipulable_Inanimate_Object); - - testexist (?p Possession) (possessor ?p _exchanger1) (possessed ?p _theme1); - testexist (?p Possession) (possessor ?p _exchanger2) (possessed ?p _theme2); - - exec (inst _id Exchange Setting CURRENTINTERVAL fil - (exchanger1 _exchanger1) (exchanger2 _exchanger2) (theme1 _theme1) (theme2 _theme2) - (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _theme1) (newloc _exchanger2)); - runscript (ChangeLoc (mover _theme2) (newloc _exchanger1)); - runscript (EstablishPossession (possessor _exchanger1) (possessed _theme2)); - runscript (EstablishPossession (possessor _exchanger2) (possessed _theme1)); -} - - -SCRIPT Give { - test (_giver Animate); - test (_recipient Animate); - test (_theme Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _giver) (possessed ?p _theme); - - exec (inst _id Give Setting CURRENTINTERVAL fil - (giver _giver) (recipient _recipient) (theme _theme) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _theme) (newloc _recipient)); - runscript (EstablishPossession (possessor _recipient) (possessed _theme)); -} - - -SCRIPT Feed { - test (_feeder Animate); - test (_eater Animate); - test (_food Food); - testexist (?p Possession) (possessor ?p _feeder) (possessed ?p _food); - - exec (inst _id Feed Setting CURRENTINTERVAL fil - (feeder _feeder) (eater _eater) (food _food) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - exec (inst _Chew Chew Setting CURRENTINTERVAL fil - (chewer _eater) (chewed _food) (inherent_aspect (inst Inherent_Activity))); - exec (inst _Swallow Swallow Setting _Chew fil - (swallower _eater) (swallowed _food) (inherent_aspect (inst Inherent_Achievement))); - exec (inst _Eat Eat Setting CURRENTINTERVAL fil - (eater _eater) (food _food) (chew _Chew) (swallow _Swallow) (inherent_aspect (inst Inherent_Activity))); - exec (fil eat _id _Eat); -} - -SCRIPT Offer { - test (_offerer Animate); - test (_offeree Animate); - test (_offered Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _offerer) (possessed ?p _offered); - - exec (inst _id Offer Setting CURRENTINTERVAL fil - (offerer _offerer) (offeree _offeree) (offered _offered) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); -} - - -SCRIPT Return{ - test (_returner Animate); - test (_returnee Animate); - test (_returned Manipulable_Inanimate_Object); - testexist (?p Possession) (possessor ?p _returner) (possessed ?p _returned); - - exec (inst _id Return Setting CURRENTINTERVAL fil - (returner _returner) (returnee _returnee) (returned _returned) (inherent_aspect (inst Inherent_Achievement))); - exec (setcurrentinterval _id); - - runscript (ChangeLoc (mover _returned) (newloc _returnee)); - runscript (EstablishPossession (possessor _returnee) (possessed _returned)); -} \ No newline at end of file diff --git a/compling.core/data/Parser/base.grm b/compling.core/data/Parser/base.grm deleted file mode 100644 index 7f3ebaa..0000000 --- a/compling.core/data/Parser/base.grm +++ /dev/null @@ -1,292 +0,0 @@ -/* -****************************** -CONSTRUCTIONAL AND SCHEMATIC GLUE -DEFINED BY JOHNO - -CONSTRUCTIONS AND SCHEMAS FOUND -IN THIS FILE: --RD --WordForm --TrajectorLandmark --SPG --ContainerSchema --HouseSchema --Animate --BodyPart --Legs --Person --DogSchema --S --NPVP --NP --DetNoun --Determiner --The --Noun --House --Dog --ProperName --Eve --VP --Verb --SpatialPP --SpatialPreposition --Into --WalkedVerb --CarriedVerb -****************************** -*/ - -/* -****************************** -GLUE SCHEMAS - -Schemas found in this section --RD --WordForm --TrajectorLandmark --SPG --ContainerSchema --HouseSchema --Animate --BodyPart --Legs --Person --DogSchema - -****************************** -*/ - - -schema RD - roles - category - gender - count - specificity - resolved-ref - - -schema WordForm - orth - - -schema TrajectorLandmark - trajector - landmark - - -schema SPG - subcase of TrajectorLandmark - source - path - goal - - -schema ContainerSchema - interior - boundary - portal - - -schema HouseSchema - subcase of ContainerSchema - - -schema Animate - - -schema BodyPart - roles - owner:Animate - - -schema Legs - subcase of BodyPart - - -schema Person - subcase of Animate - name - - -schema DogSchema - subcase of Animate - -/* -****************************** -Constructions found in this section: --S --NPVP --NP --DetNoun --Determiner --The --Noun --House --Dog --ProperName --Eve --VP --Verb --SpatialPP --SpatialPreposition --Into --WalkedVerb --CarriedVerb -****************************** -*/ - - -abstract construction S - constructional - constituents - vp:VP - meaning: Event - constraints - self.m <--> vp.m - - -construction NPVP - subcase of S - constructional - constituents - subj: NP - form - constraints - subj.f before vp.f - meaning - constraints - self.m.profiled-participant <--> subj.m.category - - -abstract construction NP - meaning:RD - - -construction DetNoun - subcase of NP - constructional - constituents - d:Determiner - n:Noun - form - constraints - d.f before n.f - meaning - constraints - self.m <--> d.rd - self.m.category <--> n.m - //self.m.resolved-ref <--> n.m - - -abstract construction Determiner - meaning - evokes RD as rd - - -construction The - subcase of Determiner - form:WordForm - constraints - self.f.orth <-- "the" - meaning - constraints - rd.specificity <-- "mentioned" - - -abstract construction Noun - form:WordForm - - -construction House - subcase of Noun - form - constraints - self.f.orth <-- "house" - meaning:HouseSchema - -construction Dog - subcase of Noun - form - constraints - self.f.orth <-- "dog" - meaning:DogSchema - - -abstract construction ProperName - subcase of NP - - -construction Eve - subcase of ProperName - form:WordForm - constraints - self.f.orth <-- "eve" - meaning - evokes Person as p - constraints - p.name <-- "eve" - self.m.category <--> p - self.m.resolved-ref <--> p - - -abstract construction VP - constructional - constituents - v:Verb - meaning:Event - constraints - self.m.profiled-process <--> v.m - - -abstract construction Verb - form:WordForm - meaning:Process - - -construction SpatialPP - constructional - constituents - prep:SpatialPreposition - landmark:NP - form - constraints - prep.f meets landmark.f - meaning:TrajectorLandmark - constraints - self.m <--> prep.m - self.m.landmark <--> landmark.m.category - - -abstract construction SpatialPreposition - form:WordForm - meaning:TrajectorLandmark - -construction Into - subcase of SpatialPreposition - form - constraints - self.f.orth <-- "into" - meaning:SPG - evokes ContainerSchema as c - constraints - self.m.landmark <--> c - self.m.goal <--> c.interior - - -construction WalkedVerb - subcase of Verb - form - constraints - self.f.orth <--"walked" - meaning:WalkAction - - -construction CarriedVerb - subcase of Verb - form - constraints - self.f.orth <--"carried" - meaning:CarryAction - diff --git a/compling.core/data/Parser/ellen.cxn b/compling.core/data/Parser/ellen.cxn deleted file mode 100644 index 7ca539a..0000000 --- a/compling.core/data/Parser/ellen.cxn +++ /dev/null @@ -1,80 +0,0 @@ -/* -****************************** -VP CONSTRUCTIONS -DEFINED IN ELLEN'S DOC - -Constructions found in this file: --ActiveMotionPath --ActiveSelfMotionPath --ActiveControlMotionPath2 --ActiceCauseMotionPath - -****************************** -*/ - - -abstract construction ActiveMotionPath - subcase of VP - constructional - constituents - pp:SpatialPP - form - constraints - v.f before pp.f - meaning:MotionPathEvent - constraints - self.m.spg <--> pp.m - self.m.profiled-participant <--> self.m.mover - self.m.profiled-process <--> self.m.motion - - - -construction ActiveSelfMotionPath - subcase of ActiveMotionPath - meaning:SelfMotionPathEvent - constraints - self.m.profiled-participant <--> self.m.mover - self.m.profiled-process <--> self.m.la - - - -construction ActiveControlMotionPath2 - subcase of VP - constructional - constituents - np:NP - pp:SpatialPP - form - constraints - v.f before np.f - np.f before pp.f - meaning:ControlMotionPathEvent - evokes LocomotionAction as l - constraints - self.m.profiled-process <--> l - self.m.controlled<--> np.m.category - self.m.spg <--> pp.m - self.m.dependentProcess <--> self.m.profiled-process - self.m.profiled-participant <--> self.m.controller - - - -construction ActiveCauseMotionPath - subcase of VP - constructional - constituents - np:NP - pp:SpatialPP - form - constraints - v.f before np.f - np.f before pp.f - meaning:CauseMotionPathEvent - evokes ForceApplicationAction as faa - constraints - self.m.profiled-participant <--> self.m.causer - self.m.mover <--> np.m.category - self.m.spg <--> pp.m - self.m.profiled-process <--> faa - self.m.causalAction <--> faa - self.m.cause <--> faa.forceTransfer diff --git a/compling.core/data/Parser/ellenschemas.sch b/compling.core/data/Parser/ellenschemas.sch deleted file mode 100644 index 588fab0..0000000 --- a/compling.core/data/Parser/ellenschemas.sch +++ /dev/null @@ -1,251 +0,0 @@ -/* -****************************** -PROCESS AND EVENT SCHEMAS -DEFINED IN ELLEN'S DOC - -Schemas found in this file: --Process --Action --ForceTransfer --ForceApplicationAction --Motion --MotorControlAction --LocomotionAction --WalkAction --CarryAction - --Event --MotionPathEvent --SelfMotionPathEvent --ControlProcessEvent --ControlMotionEvent --ControlMotionPathEvent --CauseEffectEvent --CauseMotionEvent --CauseMotionPathEvent -****************************** -*/ - -/* -****************************** -PROCESSES AND ACTIONS - -Schemas found in this section: --Process --Action --ForceTransfer --ForceApplicationAction --Motion --MotorControlAction --LocomotionAction --WalkAction --CarryAction - -****************************** -*/ - -schema Process - roles - protagonist - - - -schema Action - subcase of Process - roles - actor - constraints - actor <--> protagonist - - - -schema ForceTransfer - subcase of Process - roles - supplier - recipient - constraints - supplier <--> protagonist - - - -schema ForceApplicationAction - subcase of Action - evokes ForceTransfer as forceTransfer - roles - actedUpon - constraints - //actor <--> protagonist - forceTransfer.supplier <--> actor - forceTransfer.recipient <--> actedUpon - - - -schema Motion - subcase of Process - roles - mover - speed - heading - constraints - mover <--> protagonist - - - -schema MotorControlAction - subcase of Action - roles - executor:Animate - effector:BodyPart - effort - routine - constraints - executor <--> actor - effort <-- "positive" - effector.owner <--> executor - - - -schema LocomotionAction - subcase of MotorControlAction, Motion - roles - selfmover - gait - constraints - selfmover <--> executor - selfmover <--> mover - gait <--> routine - - - -schema WalkAction - subcase of LocomotionAction - evokes Legs as l - roles - walker - constraints - walker <--> selfmover - gait <--> self - effector <--> l - - - -schema CarryAction - subcase of ForceApplicationAction - evokes LocomotionAction as l - constraints - actor <--> l.selfmover - - - -/* -****************************** -EVENTS - -Schemas found in this section: --Event --MotionPathEvent --SelfMotionPathEvent --ControlProcessEvent --ControlMotionEvent --ControlMotionPathEvent --CauseEffectEvent --CauseMotionEvent --CauseMotionPathEvent - -****************************** -*/ - - -schema Event - roles - profiled-participant - profiled-process:Process - - - -schema MotionPathEvent - subcase of Event - evokes SPG as spg - roles - mover - landmark - motion:Motion - constraints - mover <--> motion.mover - mover <--> spg.trajector - landmark <--> spg.landmark - - - -schema SelfMotionPathEvent - subcase of MotionPathEvent - evokes LocomotionAction as la - constraints - mover <--> la.executor - - - -schema ControlProcessEvent - subcase of Event - roles - controller - controlled - controllingAction:Action - controlMeans:ForceTransfer - dependentProcess:Process - constraints - controller <--> controllingAction.actor - controller <--> controlMeans.supplier - controlled <--> controlMeans.recipient - controlled <--> dependentProcess.protagonist - - - -schema ControlMotionEvent - subcase of ControlProcessEvent - evokes Motion as motion - constraints - dependentProcess <--> motion - controlled <--> motion.mover - - - -schema ControlMotionPathEvent - subcase of ControlMotionEvent, MotionPathEvent - constraints - controlled <--> mover - - - -schema CauseEffectEvent - subcase of Event - roles - causer - affected - causalAction:Action - cause:ForceTransfer - effect:Process - constraints - causer <--> causalAction.actor - causer <--> cause.supplier - affected <--> effect.protagonist - affected <--> cause.recipient - - - -schema CauseMotionEvent - subcase of CauseEffectEvent - evokes Motion as motion - constraints - effect <--> motion - affected <--> motion.mover - - - -schema CauseMotionPathEvent - subcase of CauseMotionEvent, MotionPathEvent - constraints - affected <--> mover - - diff --git a/compling.core/data/Parser/jerry.grm b/compling.core/data/Parser/jerry.grm deleted file mode 100644 index b19abd3..0000000 --- a/compling.core/data/Parser/jerry.grm +++ /dev/null @@ -1,175 +0,0 @@ -abstract construction S - constructional - constituents - vp:VP - meaning: EventSchema - constraints - self.m <--> vp.m - -schema EventSchema - protagonist - action:XSchema - constraints - protagonist <--> action.protagonist - -schema XSchema - protagonist - -construction NPVP - subcase of S - constructional - constituents - subj: NP - form - constraints - subj.f before vp.f - meaning - constraints - self.m.protagonist <--> subj.m - -abstract construction NP - - -construction DetNoun - subcase of NP - constructional - constituents - d:Determiner - n:Noun - form - constraints - d.f before n.f - meaning - //evokes RD as rd - constraints - self.m <--> n.m - -abstract construction Determiner - -construction The - subcase of Determiner - form:WordForm - constraints - self.f.orth <-- "the" - meaning - //obviously there should be something here, but what should be put... - -schema WordForm - orth - -abstract construction Noun - -construction House - subcase of Noun - form:WordForm - constraints - self.f.orth <-- "house" - meaning:HouseSchema - -schema ContainerSchema - interior - exterior - boundary - portal - -schema HouseSchema - subcase of ContainerSchema - -abstract construction ProperName - subcase of NP - -construction Eve - subcase of ProperName - form:WordForm - constraints - self.f.orth <-- "eve" - meaning:Person - constraints - self.m.name <-- "eve" - -schema Person - name - - -abstract construction VP - constructional - constituents - v:Verb - meaning:EventSchema - constraints - self.m.action <--> v.m - -construction Motion-VP - subcase of VP - constructional - constituents - path:Spatial-PP - meaning - evokes Motion-XSchema as mx - evokes SPG as s - constraints - v.m <--> mx - path.m <--> s - mx.protagonist <--> s.trajector - -abstract construction Verb - form:WordForm - meaning:XSchema - -construction WalkedVerb - subcase of Verb - form - constraints - self.f.orth <--"walked" - meaning:WalkXSchema - -schema Motion-XSchema - subcase of XSchema - -schema WalkXSchema - subcase of Motion-XSchema - roles - walker - constraints - walker <--> protagonist - -schema TrajectorLandmark - trajector - landmark - -schema SPG - subcase of TrajectorLandmark - source - path - goal - - -construction Spatial-PP - constructional - constituents - prep:Spatial-Preposition - landmark:NP - form - constraints - prep.f meets landmark.f - meaning:TrajectorLandmark - constraints - self.m <--> prep.m - self.m.landmark <--> landmark.m - - -abstract construction Spatial-Preposition - form:WordForm - meaning:TrajectorLandmark - -construction Into - subcase of Spatial-Preposition - form - constraints - self.f.orth <-- "into" - meaning:SPG - evokes ContainerSchema as c - constraints - self.m.landmark <--> c - self.m.landmark <--> self.m.goal - \ No newline at end of file diff --git a/compling.core/data/Parser/nice.grammar b/compling.core/data/Parser/nice.grammar deleted file mode 100644 index 5562734..0000000 --- a/compling.core/data/Parser/nice.grammar +++ /dev/null @@ -1,240 +0,0 @@ -//SCHEMAS -// -// - -schema EventSchema - roles - action:XSchema //inherited from EventSchema - protagonist //inherited from EventSchema - constraints - protagonist <--> action.protagonist //inherited from EventSchema - -schema ContainerSchema - roles - exterior //inherited from ContainerSchema - portal //inherited from ContainerSchema - boundary //inherited from ContainerSchema - interior //inherited from ContainerSchema - -schema TrajectorLandmark - roles - landmark //inherited from TrajectorLandmark - trajector //inherited from TrajectorLandmark - -schema XSchema - roles - protagonist //inherited from XSchema - -schema WalkXSchema - subcase of Motion-XSchema - roles - protagonist //inherited from XSchema - walker //inherited from WalkXSchema - constraints - walker <--> protagonist //inherited from WalkXSchema - -schema WordForm - roles - orth //inherited from WordForm - -schema SPG - subcase of TrajectorLandmark - roles - landmark //inherited from TrajectorLandmark - goal //inherited from SPG - trajector //inherited from TrajectorLandmark - path //inherited from SPG - source //inherited from SPG - -schema Motion-XSchema - subcase of XSchema - roles - protagonist //inherited from XSchema - -schema Person - roles - name //inherited from Person - -schema HouseSchema - subcase of ContainerSchema - roles - exterior //inherited from ContainerSchema - interior //inherited from ContainerSchema - boundary //inherited from ContainerSchema - portal //inherited from ContainerSchema - - -//CONSTRUCTIONS -//S AND VP - -ABSTRACT CONSTRUCTION S - CONSTRUCTIONAL:UNTYPED - constituents - vp:VP //inherited from S - FORM:UNTYPED - MEANING:EventSchema - constraints - self.m <--> vp.m //inherited from S - - -CONCRETE CONSTRUCTION NPVP - subcase of S - CONSTRUCTIONAL:UNTYPED - constituents - vp:VP //inherited from S - subj:NP //inherited from NPVP - FORM:UNTYPED - constraints - subj.f before vp.f //inherited from NPVP - MEANING:EventSchema - constraints - self.m.protagonist <--> subj.m //inherited from NPVP - self.m <--> vp.m //inherited from S - -ABSTRACT CONSTRUCTION VP - CONSTRUCTIONAL:UNTYPED - constituents - v:Verb //inherited from VP - FORM:UNTYPED - MEANING:EventSchema - constraints - self.m.action <--> v.m //inherited from VP - -CONCRETE CONSTRUCTION Motion-VP - subcase of VP - CONSTRUCTIONAL:UNTYPED - constituents - path:Spatial-PP //inherited from Motion-VP - v:Verb //inherited from VP - FORM:UNTYPED - MEANING:EventSchema - evokes Motion-XSchema as mx //inherited from Motion-VP - evokes SPG as s //inherited from Motion-VP - constraints - v.m <--> mx //inherited from Motion-VP - self.m.action <--> v.m //inherited from VP - mx.protagonist <--> s.trajector //inherited from Motion-VP - path.m <--> s //inherited from Motion-VP - -//VERBS - -ABSTRACT CONSTRUCTION Verb - CONSTRUCTIONAL:UNTYPED - FORM:WordForm - MEANING:XSchema - - -CONCRETE CONSTRUCTION WalkedVerb - subcase of Verb - CONSTRUCTIONAL:UNTYPED - FORM:WordForm - constraints - self.f.orth <-- "walked" //inherited from WalkedVerb - MEANING:WalkXSchema - - -//NPs - -ABSTRACT CONSTRUCTION NP - CONSTRUCTIONAL:UNTYPED - FORM:UNTYPED - MEANING:UNTYPED - -CONCRETE CONSTRUCTION DetNoun - subcase of NP - CONSTRUCTIONAL:UNTYPED - constituents - d:Determiner //inherited from DetNoun - n:Noun //inherited from DetNoun - FORM:UNTYPED - constraints - d.f before n.f //inherited from DetNoun - MEANING:UNTYPED - constraints - self.m <--> n.m //inherited from DetNoun - -ABSTRACT CONSTRUCTION Noun - CONSTRUCTIONAL:UNTYPED - FORM:UNTYPED - MEANING:UNTYPED - - -CONCRETE CONSTRUCTION House - subcase of Noun - CONSTRUCTIONAL:UNTYPED - FORM:WordForm - constraints - self.f.orth <-- "house" //inherited from House - MEANING:HouseSchema - - - - -ABSTRACT CONSTRUCTION Determiner - CONSTRUCTIONAL:UNTYPED - FORM:UNTYPED - MEANING:UNTYPED - - -CONCRETE CONSTRUCTION The - subcase of Determiner - CONSTRUCTIONAL:UNTYPED - FORM:WordForm - constraints - self.f.orth <-- "the" //inherited from The - MEANING:UNTYPED - - - - -ABSTRACT CONSTRUCTION ProperName - subcase of NP - CONSTRUCTIONAL:UNTYPED - FORM:UNTYPED - MEANING:UNTYPED - -CONCRETE CONSTRUCTION Eve - subcase of ProperName - CONSTRUCTIONAL:UNTYPED - FORM:WordForm - constraints - self.f.orth <-- "eve" //inherited from Eve - MEANING:Person - constraints - self.m.name <-- "eve" //inherited from Eve - - -//SPATIAL PP - -CONCRETE CONSTRUCTION Spatial-PP - CONSTRUCTIONAL:UNTYPED - constituents - landmark:NP //inherited from Spatial-PP - prep:Spatial-Preposition //inherited from Spatial-PP - FORM:UNTYPED - constraints - prep.f meets landmark.f //inherited from Spatial-PP - MEANING:TrajectorLandmark - constraints - self.m.landmark <--> landmark.m //inherited from Spatial-PP - self.m <--> prep.m //inherited from Spatial-PP - - - -ABSTRACT CONSTRUCTION Spatial-Preposition - CONSTRUCTIONAL:UNTYPED - FORM:WordForm - MEANING:TrajectorLandmark - -CONCRETE CONSTRUCTION Into - subcase of Spatial-Preposition - CONSTRUCTIONAL:UNTYPED - FORM:WordForm - constraints - self.f.orth <-- "into" //inherited from Into - MEANING:SPG - evokes ContainerSchema as c //inherited from Into - constraints - self.m.landmark <--> c //inherited from Into - self.m.landmark <--> self.m.goal //inherited from Into - diff --git a/compling.core/data/Spanish/dictionaries/es_ES.aff b/compling.core/data/Spanish/dictionaries/es_ES.aff deleted file mode 100644 index c10ea7d..0000000 --- a/compling.core/data/Spanish/dictionaries/es_ES.aff +++ /dev/null @@ -1,6890 +0,0 @@ -SET ISO8859-1 - -TRY aeroinsctldumpbgfvhzóíjáqéñxyúükwAEROINSCTLDUMPBGFVHZÓÍJÁQÉÑXYÚÜKW - -REP 20 -REP ás az -REP az ás -REP cc x -REP és ez -REP ez és -REP güe hue -REP güi hui -REP hue güe -REP hui güi -REP ís iz -REP ío ido -REP ke que -REP ki qui -REP ll y -REP mb nv -REP nv mb -REP seci cesi -REP x cc -REP y ll -REP vámonos vayámonos - -MAP 5 -MAP aáAÁ -MAP eéEÉ -MAP iíIÍ -MAP oóOÓ -MAP uúüUÚÜ -PFX a Y 2 -PFX a 0 a [^aeiou] -PFX a 0 an [aeiou] - -PFX b Y 1 -PFX b 0 ante . - -PFX c Y 2 -PFX c 0 anti [^r] -PFX c 0 antir r - -PFX d Y 2 -PFX d 0 auto [^r] -PFX d 0 autor r - -PFX e Y 2 -PFX e 0 bi [^r] -PFX e 0 bir r - -PFX f Y 6 -PFX f 0 con [^abehilopru] -PFX f 0 con ll -PFX f 0 com pb -PFX f 0 co [aehiou] -PFX f 0 co l[^l] -PFX f 0 cor r - -PFX g Y 3 -PFX g 0 de [^er] -PFX g 0 d e -PFX g 0 der r - -PFX h Y 2 -PFX h 0 des [^s] -PFX h 0 de s - -PFX i Y 2 -PFX i 0 em [bp] -PFX i 0 en [^bp] - -PFX j Y 2 -PFX j 0 entre [^r] -PFX j 0 entrer r - -PFX k Y 4 -PFX k 0 i l -PFX k 0 im [bp] -PFX k 0 in [^blpr] -PFX k 0 ir r - -PFX l Y 1 -PFX l 0 inter . - -PFX m Y 2 -PFX m 0 micro [^r] -PFX m 0 micror r - -PFX n Y 3 -PFX n 0 pr e -PFX n 0 pre [^er] -PFX n 0 prer r - -PFX o Y 2 -PFX o 0 pro [^r] -PFX o 0 pror r - -PFX p Y 2 -PFX p 0 r e -PFX p 0 re . - -PFX q Y 3 -PFX q 0 sem i -PFX q 0 semi [^ir] -PFX q 0 semir r - -PFX r Y 3 -PFX r 0 sobr e -PFX r 0 sobre [^r] -PFX r 0 sobrer r - -PFX s Y 1 -PFX s 0 sub . - -PFX t Y 1 -PFX t 0 super . - -PFX u Y 8 -PFX u e tran es -PFX u 0 tran s -PFX u 0 trans [^es] -PFX u e trans e[^s] -PFX u e tra es -PFX u 0 tra s -PFX u 0 tras [^es] -PFX u e tras e[^s] - -SFX A Y 18 -SFX A r ción ar -SFX A r ciones ar -SFX A er ición [^cn]er -SFX A er iciones [^cn]er -SFX A er ición [^e]cer -SFX A er iciones [^e]cer -SFX A ecer ición ecer -SFX A ecer iciones ecer -SFX A er ición [^o]ner -SFX A er iciones [^o]ner -SFX A ner sición oner -SFX A ner siciones oner -SFX A r ción [^c]ir -SFX A r ciones [^c]ir -SFX A r ción [^u]cir -SFX A r ciones [^u]cir -SFX A ir ción ucir -SFX A ir ciones ucir - -SFX B Y 6 -SFX B r dura [aií]r -SFX B r duras [aií]r -SFX B r dura [^s]er -SFX B r duras [^s]er -SFX B er idura ser -SFX B er iduras ser - -SFX C Y 14 -SFX C r je ar -SFX C r jes ar -SFX C 0 je a -SFX C 0 jes a -SFX C 0 aje [^aei]r -SFX C 0 ajes [^aei]r -SFX C 0 aje l -SFX C 0 ajes l -SFX C e aje e -SFX C e ajes e -SFX C ón onaje ón -SFX C ón onajes ón -SFX C o aje o -SFX C o ajes o - -SFX F Y 6 -SFX F te cia ante -SFX F te cias ante -SFX F te cia [^i]ente -SFX F te cias [^i]ente -SFX F iente encia iente -SFX F iente encias iente - -SFX H Y 14 -SFX H 0 zo a -SFX H 0 zos a -SFX H e azo [^u]e -SFX H e azos [^u]e -SFX H que cazo que -SFX H que cazos que -SFX H o azo o -SFX H o azos o -SFX H 0 azo [lr] -SFX H 0 azos [lr] -SFX H ín inazo ín -SFX H ín inazos ín -SFX H ón onazo ón -SFX H ón onazos ón - -SFX J Y 2 -SFX J le ilidad ble -SFX J le ilidades ble - -SFX K Y 26 -SFX K o idad [bdmnruvx]o -SFX K o idades [bdmnruvx]o -SFX K zo cedad [^ei]zo -SFX K zo cedades [^ei]zo -SFX K z cidad z -SFX K z cidades z -SFX K zo cidad [ei]zo -SFX K zo cidades [ei]zo -SFX K e icidad le -SFX K e icidades le -SFX K o edad [fhij]o -SFX K o edades [fhij]o -SFX K ío iedad ío -SFX K ío iedades ío -SFX K 0 idad [lr] -SFX K 0 idades [lr] -SFX K e idad [mnru]e -SFX K e idades [mnru]e -SFX K 0 dad [pv]e -SFX K 0 dades [pv]e -SFX K o edad lso -SFX K o edades lso -SFX K o idad [^l]so -SFX K o idades [^l]so -SFX K co quedad co -SFX K co quedades co - -SFX L Y 34 -SFX L o ía ero -SFX L o ías ero -SFX L o ería [bdhjlnñpst]o -SFX L o erías [bdhjlnñpst]o -SFX L o ería [^e]ro -SFX L o erías [^e]ro -SFX L za cería za -SFX L za cerías za -SFX L zo cería zo -SFX L zo cerías zo -SFX L z cería z -SFX L z cerías z -SFX L a ía era -SFX L a ías era -SFX L a ería [djlpsty]a -SFX L a erías [djlpsty]a -SFX L a ería [^e]ra -SFX L a erías [^e]ra -SFX L ío ería ío -SFX L ío erías ío -SFX L 0 ía er -SFX L 0 ías er -SFX L 0 ría [jr]e -SFX L 0 rías [jr]e -SFX L 0 ería l -SFX L 0 erías l -SFX L án anería án -SFX L án anerías án -SFX L ón onería ón -SFX L ón onerías ón -SFX L co quería co -SFX L co querías co -SFX L a uería ga -SFX L a uerías ga - -SFX M Y 40 -SFX M zo cez zo -SFX M zo ceces zo -SFX M 0 za [cdlmpr]e -SFX M 0 zas [cdlmpr]e -SFX M o ez [anou]do -SFX M o eces [anou]do -SFX M io ez dio -SFX M io eces dio -SFX M a ez a -SFX M a eces a -SFX M o ez [hsvy]o -SFX M o eces [hsvy]o -SFX M o ez rio -SFX M o eces rio -SFX M o eza [bp]io -SFX M o ezas [bp]io -SFX M 0 z [jt]e -SFX M 0 ces [jt]e -SFX M o ez ojo -SFX M o eces ojo -SFX M o eza [ai]jo -SFX M o ezas [ai]jo -SFX M 0 eza l -SFX M 0 ezas l -SFX M o eza [npr]o -SFX M o ezas [npr]o -SFX M o ez año -SFX M o eces año -SFX M o eza [eio]ño -SFX M o ezas [eio]ño -SFX M o ez [ai]to -SFX M o eces [ai]to -SFX M o eza nto -SFX M o ezas nto -SFX M o eza [aie]sto -SFX M o ezas [^u]sto -SFX M o ez usto -SFX M o eces usto -SFX M o uez go -SFX M o ueces go - -SFX N Y 36 -SFX N a illa [bdfhjlmnprstv]a -SFX N a illas [bdfhjlmnprstv]a -SFX N o illo [bdhjlmnprstv]o -SFX N o illos [bdhjlmnprstv]o -SFX N 0 cilla ve -SFX N 0 cillas ve -SFX N za cilla za -SFX N za cillas za -SFX N 0 ecilla d -SFX N 0 ecillas d -SFX N ón oncillo ón -SFX N án ancillo án -SFX N 0 cillo or -SFX N 0 cillos or -SFX N zo cillo zo -SFX N zo cillos zo -SFX N 0 cillo [djlnu]e -SFX N 0 cillos [djlnu]e -SFX N z cecillo z -SFX N z cecillos z -SFX N 0 ecillo ur -SFX N 0 ecillos ur -SFX N e illo [cpt]e -SFX N e illos [cpt]e -SFX N 0 illo [ls] -SFX N 0 illos [ls] -SFX N 0 illo [^ou]r -SFX N 0 illos [^ou]r -SFX N co quillo co -SFX N co quillos co -SFX N go guillo go -SFX N go guillos go -SFX N ca quilla ca -SFX N ca quillas ca -SFX N ga guilla ga -SFX N ga guillas ga - -SFX O Y 18 -SFX O ta mo ta -SFX O 0 ismo [dflnr] -SFX O o ismo [^i]co -SFX O o ismo [^o]ico -SFX O ico ísmo oico -SFX O a ismo [dt]a -SFX O o ísmo eo -SFX O e ismo [jrt]e -SFX O 0 ismo ln -SFX O án anismo án -SFX O ón onismo ón -SFX O o smo io -SFX O o ismo [rst]o -SFX O ía ismo ía -SFX O a smo ia -SFX O és esismo és -SFX O 0 mo is -SFX O o uismo go - -SFX P Y 4 -SFX P r miento [ai]r -SFX P r mientos [ai]r -SFX P er imiento er -SFX P er imientos er - -SFX Q Y 40 -SFX Q ar ión [lnsx]ar -SFX Q ar iones [lnsx]ar -SFX Q r ión [np]ir -SFX Q r iones [np]ir -SFX Q ar ón iar -SFX Q ar ones iar -SFX Q der sión der -SFX Q der siones der -SFX Q tir sión tir -SFX Q tir siones tir -SFX Q dir sión dir -SFX Q dir siones dir -SFX Q jar sión rjar -SFX Q jar siones rjar -SFX Q dar sión dar -SFX Q dar siones dar -SFX Q onar ón onar -SFX Q ar es onar -SFX Q decer sión decer -SFX Q decer siones decer -SFX Q ir sión uir -SFX Q ir siones uir -SFX Q ndir sión ndir -SFX Q ndir siones ndir -SFX Q er sión [eo]er -SFX Q er siones [eo]er -SFX Q tar sión otar -SFX Q tar siones otar -SFX Q gir sión gir -SFX Q gir siones gir -SFX Q cer sión rcer -SFX Q cer siones rcer -SFX Q rir stión rir -SFX Q rir stiones rir -SFX Q ctar xión ctar -SFX Q ctar xiones ctar -SFX Q car xión car -SFX Q car xiones car -SFX Q jar xión ejar -SFX Q jar xiones ejar - -SFX R Y 197 -SFX R r mos [aei]r -SFX R ar áis ar -SFX R r ba ar -SFX R r bas ar -SFX R ar ábamos ar -SFX R ar abais ar -SFX R r ban ar -SFX R ar é [^cguz]ar -SFX R car qué car -SFX R ar ué gar -SFX R ar é [^g]uar -SFX R uar üé guar -SFX R zar cé zar -SFX R r ste ar -SFX R ar ó ar -SFX R r steis ar -SFX R r ron ar -SFX R 0 é [aei]r -SFX R 0 ás [aei]r -SFX R 0 á [aei]r -SFX R 0 emos [aei]r -SFX R 0 éis [aei]r -SFX R 0 án [aei]r -SFX R 0 ía [aei]r -SFX R 0 ías [aei]r -SFX R 0 íamos [aei]r -SFX R 0 íais [aei]r -SFX R 0 ían [aei]r -SFX R ar emos [^cguz]ar -SFX R car quemos car -SFX R ar uemos gar -SFX R ar emos [^g]uar -SFX R uar üemos guar -SFX R zar cemos zar -SFX R ar éis [^cguz]ar -SFX R car quéis car -SFX R ar uéis gar -SFX R ar éis [^g]uar -SFX R uar üéis guar -SFX R zar céis zar -SFX R 0 a ar -SFX R r se ar -SFX R 0 as ar -SFX R r ses ar -SFX R ar áramos ar -SFX R ar ásemos ar -SFX R 0 ais ar -SFX R r seis ar -SFX R 0 an ar -SFX R r sen ar -SFX R 0 e ar -SFX R 0 es ar -SFX R ar áremos ar -SFX R 0 eis ar -SFX R 0 en ar -SFX R r d [aei]r -SFX R r ndo ar -SFX R ar ándose ar -SFX R 0 se [aeií]r -SFX R er éis er -SFX R er ía er -SFX R er ías er -SFX R er íamos er -SFX R er íais er -SFX R er ían er -SFX R er í er -SFX R er iste [^aeo]er -SFX R er íste [aeo]er -SFX R er ió [^aeo]er -SFX R er yó [aeo]er -SFX R er imos [^aeo]er -SFX R er ímos [aeo]er -SFX R er isteis [^aeo]er -SFX R er ísteis [aeo]er -SFX R er ieron [^aeo]er -SFX R er yeron [aeo]er -SFX R er iera [^aeo]er -SFX R er yera [aeo]er -SFX R er iese [^aeo]er -SFX R er yese [aeo]er -SFX R er ieras [^aeo]er -SFX R er yeras [aeo]er -SFX R er ieses [^aeo]er -SFX R er yeses [aeo]er -SFX R er iéramos [^aeo]er -SFX R er yéramos [aeo]er -SFX R er iésemos [^aeo]er -SFX R er yésemos [aeo]er -SFX R er ierais [^aeo]er -SFX R er yerais [aeo]er -SFX R er ieseis [^aeo]er -SFX R er yeseis [aeo]er -SFX R er ieran [^aeo]er -SFX R er yeran [aeo]er -SFX R er iesen [^aeo]er -SFX R er yesen [aeo]er -SFX R er iere [^aeo]er -SFX R er yere [aeo]er -SFX R er ieres [^aeo]er -SFX R er yeres [aeo]er -SFX R er iéremos [^aeo]er -SFX R er yéremos [aeo]er -SFX R er iereis [^aeo]er -SFX R er yereis [aeo]er -SFX R er ieren [^aeo]er -SFX R er yeren [aeo]er -SFX R er iendo [^aeoñ]er -SFX R er iéndose [^aeoñ]er -SFX R er yendo [aeo]er -SFX R er yéndose [aeo]er -SFX R r ndo ñer -SFX R er éndose ñer -SFX R ir ís ir -SFX R ir ía ir -SFX R ir ías ir -SFX R ir íamos ir -SFX R ir íais ir -SFX R ir ían ir -SFX R ir í ir -SFX R r ste ir -SFX R r ó [^lñ]ir -SFX R r ó [^l]lir -SFX R ir ó llir -SFX R ir ó ñir -SFX R r steis ir -SFX R ir eron [^lñ]ir -SFX R ir eron [^l]lir -SFX R ir eron llir -SFX R ir eron ñir -SFX R r era [^lñ]ir -SFX R r era [^l]lir -SFX R ir era llir -SFX R ir era ñir -SFX R r ese [^lñ]ir -SFX R r ese [^l]lir -SFX R ir ese llir -SFX R ir ese ñir -SFX R r eras [^lñ]ir -SFX R r eras [^l]lir -SFX R ir eras llir -SFX R ir eras ñir -SFX R r eses [^lñ]ir -SFX R r eses [^l]lir -SFX R ir eses llir -SFX R ir eses ñir -SFX R r éramos [^lñ]ir -SFX R r éramos [^l]lir -SFX R ir éramos llir -SFX R ir éramos ñir -SFX R r ésemos [^lñ]ir -SFX R r ésemos [^l]lir -SFX R ir ésemos llir -SFX R ir ésemos ñir -SFX R r erais [^lñ]ir -SFX R r erais [^l]lir -SFX R ir erais llir -SFX R ir erais ñir -SFX R r eseis [^lñ]ir -SFX R r eseis [^l]lir -SFX R ir eseis llir -SFX R ir eseis ñir -SFX R r eran [^lñ]ir -SFX R r eran [^l]lir -SFX R ir eran llir -SFX R ir eran ñir -SFX R r esen [^lñ]ir -SFX R r esen [^l]lir -SFX R ir esen llir -SFX R ir esen ñir -SFX R r ere [^lñ]ir -SFX R r ere [^l]lir -SFX R ir ere llir -SFX R ir ere ñir -SFX R r eres [^lñ]ir -SFX R r eres [^l]lir -SFX R ir eres llir -SFX R ir eres ñir -SFX R r éremos [^lñ]ir -SFX R r éremos [^l]lir -SFX R ir éremos llir -SFX R ir éremos ñir -SFX R r ereis [^lñ]ir -SFX R r ereis [^l]lir -SFX R ir ereis llir -SFX R ir ereis ñir -SFX R r eren [^lñ]ir -SFX R r eren [^l]lir -SFX R ir eren llir -SFX R ir eren ñir -SFX R r endo [^lñ]ir -SFX R r éndose [^lñ]ir -SFX R r endo [^l]lir -SFX R r éndose [^l]lir -SFX R ir endo llir -SFX R ir éndose llir -SFX R ir endo ñir -SFX R ir éndose ñir - -SFX E Y 73 -SFX E ar o ar -SFX E r s [ae]r -SFX E r 0 [ae]r -SFX E r n [ae]r -SFX E ar e [^cguz]ar -SFX E car que car -SFX E ar ue gar -SFX E ar e [^g]uar -SFX E uar üe guar -SFX E zar ce zar -SFX E ar es [^cguz]ar -SFX E car ques car -SFX E gar gues gar -SFX E ar es [^g]uar -SFX E uar ües guar -SFX E zar ces zar -SFX E ar en [^cguz]ar -SFX E car quen car -SFX E gar guen gar -SFX E ar en [^g]uar -SFX E uar üen guar -SFX E zar cen zar -SFX E er o [^cg]er -SFX E cer zo cer -SFX E ger jo ger -SFX E er a [^cg]er -SFX E cer za cer -SFX E ger ja ger -SFX E er as [^cg]er -SFX E cer zas cer -SFX E ger jas ger -SFX E er amos [^cg]er -SFX E cer zamos cer -SFX E ger jamos ger -SFX E er áis [^cg]er -SFX E cer záis cer -SFX E ger jáis ger -SFX E er an [^cg]er -SFX E cer zan cer -SFX E ger jan ger -SFX E ir o [^cgu]ir -SFX E cir zo cir -SFX E gir jo gir -SFX E uir o guir -SFX E quir co quir -SFX E ir es ir -SFX E ir e ir -SFX E ir en ir -SFX E ir a [^cgu]ir -SFX E cir za cir -SFX E gir ja gir -SFX E uir a guir -SFX E quir ca quir -SFX E ir as [^cgu]ir -SFX E cir zas cir -SFX E gir jas gir -SFX E uir as guir -SFX E quir cas quir -SFX E ir amos [^cgu]ir -SFX E cir zamos cir -SFX E gir jamos gir -SFX E uir amos guir -SFX E quir camos quir -SFX E ir áis [^cgu]ir -SFX E cir záis cir -SFX E gir jáis gir -SFX E uir áis guir -SFX E quir cáis quir -SFX E ir an [^cgu]ir -SFX E cir zan cir -SFX E gir jan gir -SFX E uir an guir -SFX E quir can quir - -SFX I Y 729 -SFX I ertar ierto ertar -SFX I ertar iertas ertar -SFX I ertar ierta ertar -SFX I ertar iertan ertar -SFX I ertar ierte ertar -SFX I ertar iertes ertar -SFX I ertar ierten ertar -SFX I eldar ieldo eldar -SFX I eldar ieldas eldar -SFX I eldar ielda eldar -SFX I eldar ieldan eldar -SFX I eldar ielde eldar -SFX I eldar ieldes eldar -SFX I eldar ielden eldar -SFX I entar iento entar -SFX I entar ientas entar -SFX I entar ienta entar -SFX I entar ientan entar -SFX I entar iente entar -SFX I entar ientes entar -SFX I entar ienten entar -SFX I egar iego egar -SFX I egar iegas egar -SFX I egar iega egar -SFX I egar iegan egar -SFX I egar iegue egar -SFX I egar iegues egar -SFX I egar ieguen egar -SFX I errar ierro errar -SFX I errar ierras errar -SFX I errar ierra errar -SFX I errar ierran errar -SFX I errar ierre errar -SFX I errar ierres errar -SFX I errar ierren errar -SFX I ebrar iebro ebrar -SFX I ebrar iebras ebrar -SFX I ebrar iebra ebrar -SFX I ebrar iebran ebrar -SFX I ebrar iebre ebrar -SFX I ebrar iebres ebrar -SFX I ebrar iebren ebrar -SFX I elar ielo elar -SFX I elar ielas elar -SFX I elar iela elar -SFX I elar ielan elar -SFX I elar iele elar -SFX I elar ieles elar -SFX I elar ielen elar -SFX I ernar ierno ernar -SFX I ernar iernas ernar -SFX I ernar ierna ernar -SFX I ernar iernan ernar -SFX I ernar ierne ernar -SFX I ernar iernes ernar -SFX I ernar iernen ernar -SFX I endar iendo endar -SFX I endar iendas endar -SFX I endar ienda endar -SFX I endar iendan endar -SFX I endar iende endar -SFX I endar iendes endar -SFX I endar ienden endar -SFX I estar iesto estar -SFX I estar iestas estar -SFX I estar iesta estar -SFX I estar iestan estar -SFX I estar ieste estar -SFX I estar iestes estar -SFX I estar iesten estar -SFX I esar ieso esar -SFX I esar iesas esar -SFX I esar iesa esar -SFX I esar iesan esar -SFX I esar iese esar -SFX I esar ieses esar -SFX I esar iesen esar -SFX I enzar ienzo enzar -SFX I enzar ienzas enzar -SFX I enzar ienza enzar -SFX I enzar ienzan enzar -SFX I enzar ience enzar -SFX I enzar iences enzar -SFX I enzar iencen enzar -SFX I edrar iedro edrar -SFX I edrar iedras edrar -SFX I edrar iedra edrar -SFX I edrar iedran edrar -SFX I edrar iedre edrar -SFX I edrar iedres edrar -SFX I edrar iedren edrar -SFX I erbar ierbo erbar -SFX I erbar ierbas erbar -SFX I erbar ierba erbar -SFX I erbar ierban erbar -SFX I erbar ierbe erbar -SFX I erbar ierbes erbar -SFX I erbar ierben erbar -SFX I embrar iembro embrar -SFX I embrar iembras embrar -SFX I embrar iembra embrar -SFX I embrar iembran embrar -SFX I embrar iembre embrar -SFX I embrar iembres embrar -SFX I embrar iembren embrar -SFX I ezar iezo ezar -SFX I ezar iezas ezar -SFX I ezar ieza ezar -SFX I ezar iezan ezar -SFX I ezar iece ezar -SFX I ezar ieces ezar -SFX I ezar iecen ezar -SFX I ensar ienso ensar -SFX I ensar iensas ensar -SFX I ensar iensa ensar -SFX I ensar iensan ensar -SFX I ensar iense ensar -SFX I ensar ienses ensar -SFX I ensar iensen ensar -SFX I emplar iemplo emplar -SFX I emplar iemplas emplar -SFX I emplar iempla emplar -SFX I emplar iemplan emplar -SFX I emplar iemple emplar -SFX I emplar iemples emplar -SFX I emplar iemplen emplar -SFX I estrar iestro estrar -SFX I estrar iestras estrar -SFX I estrar iestra estrar -SFX I estrar iestran estrar -SFX I estrar iestre estrar -SFX I estrar iestres estrar -SFX I estrar iestren estrar -SFX I endrar iendro endrar -SFX I endrar iendras endrar -SFX I endrar iendra endrar -SFX I endrar iendran endrar -SFX I endrar iendre endrar -SFX I endrar iendres endrar -SFX I endrar iendren endrar -SFX I erdar ierdo erdar -SFX I erdar ierdas erdar -SFX I erdar ierda erdar -SFX I erdar ierdan erdar -SFX I erdar ierde erdar -SFX I erdar ierdes erdar -SFX I erdar ierden erdar -SFX I etar ieto etar -SFX I etar ietas etar -SFX I etar ieta etar -SFX I etar ietan etar -SFX I etar iete etar -SFX I etar ietes etar -SFX I etar ieten etar -SFX I evar ievo evar -SFX I evar ievas evar -SFX I evar ieva evar -SFX I evar ievan evar -SFX I evar ieve evar -SFX I evar ieves evar -SFX I evar ieven evar -SFX I eblar ieblo eblar -SFX I eblar ieblas eblar -SFX I eblar iebla eblar -SFX I eblar ieblan eblar -SFX I eblar ieble eblar -SFX I eblar iebles eblar -SFX I eblar ieblen eblar -SFX I emblar iemblo emblar -SFX I emblar iemblas emblar -SFX I emblar iembla emblar -SFX I emblar iemblan emblar -SFX I emblar iemble emblar -SFX I emblar iembles emblar -SFX I emblar iemblen emblar -SFX I uar úo uar -SFX I uar úas uar -SFX I uar úa uar -SFX I uar úan uar -SFX I uar úe uar -SFX I uar úes uar -SFX I uar úen uar -SFX I iar ío iar -SFX I iar ías iar -SFX I iar ía iar -SFX I iar ían iar -SFX I iar íe iar -SFX I iar íes iar -SFX I iar íen iar -SFX I inar íno inar -SFX I inar ínas inar -SFX I inar ína inar -SFX I inar ínan inar -SFX I inar íne inar -SFX I inar ínes inar -SFX I inar ínen inar -SFX I ilar ílo ilar -SFX I ilar ílas ilar -SFX I ilar íla ilar -SFX I ilar ílan ilar -SFX I ilar íle ilar -SFX I ilar íles ilar -SFX I ilar ílen ilar -SFX I izar ízo izar -SFX I izar ízas izar -SFX I izar íza izar -SFX I izar ízan izar -SFX I izar íce izar -SFX I izar íces izar -SFX I izar ícen izar -SFX I uchar úcho uchar -SFX I uchar úchas uchar -SFX I uchar úcha uchar -SFX I uchar úchan uchar -SFX I uchar úche uchar -SFX I uchar úches uchar -SFX I uchar úchen uchar -SFX I umar úmo umar -SFX I umar úmas umar -SFX I umar úma umar -SFX I umar úman umar -SFX I umar úme umar -SFX I umar úmes umar -SFX I umar úmen umar -SFX I usar úso usar -SFX I usar úsas usar -SFX I usar úsa usar -SFX I usar úsan usar -SFX I usar úse usar -SFX I usar úses usar -SFX I usar úsen usar -SFX I ullar úllo ullar -SFX I ullar úllas ullar -SFX I ullar úlla ullar -SFX I ullar úllan ullar -SFX I ullar úlle ullar -SFX I ullar úlles ullar -SFX I ullar úllen ullar -SFX I unar úno unar -SFX I unar únas unar -SFX I unar úna unar -SFX I unar únan unar -SFX I unar úne unar -SFX I unar únes unar -SFX I unar únen unar -SFX I upar úpo upar -SFX I upar úpas upar -SFX I upar úpa upar -SFX I upar úpan upar -SFX I upar úpe upar -SFX I upar úpes upar -SFX I upar úpen upar -SFX I ustar ústo ustar -SFX I ustar ústas ustar -SFX I ustar ústa ustar -SFX I ustar ústan ustar -SFX I ustar úste ustar -SFX I ustar ústes ustar -SFX I ustar ústen ustar -SFX I ular úlo ular -SFX I ular úlas ular -SFX I ular úla ular -SFX I ular úlan ular -SFX I ular úle ular -SFX I ular úles ular -SFX I ular úlen ular -SFX I ijar íjo ijar -SFX I ijar íjas ijar -SFX I ijar íja ijar -SFX I ijar íjan ijar -SFX I ijar íje ijar -SFX I ijar íjes ijar -SFX I ijar íjen ijar -SFX I incar ínco incar -SFX I incar íncas incar -SFX I incar ínca incar -SFX I incar íncan incar -SFX I incar ínque incar -SFX I incar ínques incar -SFX I incar ínquen incar -SFX I itar íto itar -SFX I itar ítas itar -SFX I itar íta itar -SFX I itar ítan itar -SFX I itar íte itar -SFX I itar ítes itar -SFX I itar íten itar -SFX I irar íro irar -SFX I irar íras irar -SFX I irar íra irar -SFX I irar íran irar -SFX I irar íre irar -SFX I irar íres irar -SFX I irar íren irar -SFX I islar íslo islar -SFX I islar íslas islar -SFX I islar ísla islar -SFX I islar íslan islar -SFX I islar ísle islar -SFX I islar ísles islar -SFX I islar íslen islar -SFX I illar íllo illar -SFX I illar íllas illar -SFX I illar ílla illar -SFX I illar íllan illar -SFX I illar ílle illar -SFX I illar ílles illar -SFX I illar íllen illar -SFX I igar ígo igar -SFX I igar ígas igar -SFX I igar íga igar -SFX I igar ígan igar -SFX I igar ígue igar -SFX I igar ígues igar -SFX I igar íguen igar -SFX I olar uelo olar -SFX I olar uelas olar -SFX I olar uela olar -SFX I olar uelan olar -SFX I olar uele olar -SFX I olar ueles olar -SFX I olar uelen olar -SFX I ocar ueco ocar -SFX I ocar uecas ocar -SFX I ocar ueca ocar -SFX I ocar uecan ocar -SFX I ocar ueque ocar -SFX I ocar ueques ocar -SFX I ocar uequen ocar -SFX I ordar uerdo ordar -SFX I ordar uerdas ordar -SFX I ordar uerda ordar -SFX I ordar uerdan ordar -SFX I ordar uerde ordar -SFX I ordar uerdes ordar -SFX I ordar uerden ordar -SFX I ornar uerno ornar -SFX I ornar uernas ornar -SFX I ornar uerna ornar -SFX I ornar uernan ornar -SFX I ornar uerne ornar -SFX I ornar uernes ornar -SFX I ornar uernen ornar -SFX I ostar uesto ostar -SFX I ostar uestas ostar -SFX I ostar uesta ostar -SFX I ostar uestan ostar -SFX I ostar ueste ostar -SFX I ostar uestes ostar -SFX I ostar uesten ostar -SFX I ollar uello [^g]ollar -SFX I ollar üello gollar -SFX I ollar uellas [^g]ollar -SFX I ollar üellas gollar -SFX I ollar uella [^g]ollar -SFX I ollar üella gollar -SFX I ollar uellan [^g]ollar -SFX I ollar üellan gollar -SFX I ollar uelle [^g]ollar -SFX I ollar üelle gollar -SFX I ollar uelles [^g]ollar -SFX I ollar üelles gollar -SFX I ollar uellen [^g]ollar -SFX I ollar üellen gollar -SFX I orar uero [^g]orar -SFX I orar üero gorar -SFX I orar ueras [^g]orar -SFX I orar üeras gorar -SFX I orar uera [^g]orar -SFX I orar üera gorar -SFX I orar ueran [^g]orar -SFX I orar üeran gorar -SFX I orar uere [^g]orar -SFX I orar üere gorar -SFX I orar ueres [^g]orar -SFX I orar üeres gorar -SFX I orar ueren [^g]orar -SFX I orar üeren gorar -SFX I orzar uerzo orzar -SFX I orzar uerzas orzar -SFX I orzar uerza orzar -SFX I orzar uerzan orzar -SFX I orzar uerce orzar -SFX I orzar uerces orzar -SFX I orzar uercen orzar -SFX I oblar ueblo oblar -SFX I oblar ueblas oblar -SFX I oblar uebla oblar -SFX I oblar ueblan oblar -SFX I oblar ueble oblar -SFX I oblar uebles oblar -SFX I oblar ueblen oblar -SFX I ostrar uestro ostrar -SFX I ostrar uestras ostrar -SFX I ostrar uestra ostrar -SFX I ostrar uestran ostrar -SFX I ostrar uestre ostrar -SFX I ostrar uestres ostrar -SFX I ostrar uestren ostrar -SFX I ostar uesto ostar -SFX I ostar uestas ostar -SFX I ostar uesta ostar -SFX I ostar uestan ostar -SFX I ostar ueste ostar -SFX I ostar uestes ostar -SFX I ostar uesten ostar -SFX I obar uebo obar -SFX I obar uebas obar -SFX I obar ueba obar -SFX I obar ueban obar -SFX I obar uebe obar -SFX I obar uebes obar -SFX I obar ueben obar -SFX I onar ueno onar -SFX I onar uenas onar -SFX I onar uena onar -SFX I onar uenan onar -SFX I onar uene onar -SFX I onar uenes onar -SFX I onar uenen onar -SFX I onzar üenzo gonzar -SFX I onzar üenzas gonzar -SFX I onzar üenza gonzar -SFX I onzar üenzan gonzar -SFX I onzar üence gonzar -SFX I onzar üences gonzar -SFX I onzar üencen gonzar -SFX I olgar uelgo olgar -SFX I olgar uelgas olgar -SFX I olgar uelga olgar -SFX I olgar uelgan olgar -SFX I olgar uelgue olgar -SFX I olgar uelgues olgar -SFX I olgar uelguen olgar -SFX I ontar uento ontar -SFX I ontar uentas ontar -SFX I ontar uenta ontar -SFX I ontar uentan ontar -SFX I ontar uente ontar -SFX I ontar uentes ontar -SFX I ontar uenten ontar -SFX I ovar uevo ovar -SFX I ovar uevas ovar -SFX I ovar ueva ovar -SFX I ovar uevan ovar -SFX I ovar ueve ovar -SFX I ovar ueves ovar -SFX I ovar ueven ovar -SFX I osar ueso osar -SFX I osar uesas osar -SFX I osar uesa osar -SFX I osar uesan osar -SFX I osar uese osar -SFX I osar ueses osar -SFX I osar uesen osar -SFX I oldar ueldo [^g]oldar -SFX I oldar üeldo goldar -SFX I oldar ueldas [^g]oldar -SFX I oldar üeldo goldar -SFX I oldar uelda [^g]oldar -SFX I oldar üelda goldar -SFX I oldar ueldan [^g]oldar -SFX I oldar üeldan goldar -SFX I oldar uelde [^g]oldar -SFX I oldar üelde goldar -SFX I oldar ueldes [^g]oldar -SFX I oldar üeldes goldar -SFX I oldar uelden [^g]oldar -SFX I oldar üelden goldar -SFX I orcar uerco orcar -SFX I orcar uercas orcar -SFX I orcar uerca orcar -SFX I orcar uercan orcar -SFX I orcar uerque orcar -SFX I orcar uerques orcar -SFX I orcar uerquen orcar -SFX I ontrar uentro ontrar -SFX I ontrar uentras ontrar -SFX I ontrar uentra ontrar -SFX I ontrar uentran ontrar -SFX I ontrar uentre ontrar -SFX I ontrar uentres ontrar -SFX I ontrar uentren ontrar -SFX I odar uedo odar -SFX I odar uedas odar -SFX I odar ueda odar -SFX I odar uedan odar -SFX I odar uede odar -SFX I odar uedes odar -SFX I odar ueden odar -SFX I oñar ueño oñar -SFX I oñar ueñas oñar -SFX I oñar ueña oñar -SFX I oñar ueñan oñar -SFX I oñar ueñe oñar -SFX I oñar ueñes oñar -SFX I oñar ueñen oñar -SFX I ortar uerto ortar -SFX I ortar uertas ortar -SFX I ortar uerta ortar -SFX I ortar uertan ortar -SFX I ortar uerte ortar -SFX I ortar uertes ortar -SFX I ortar uerten ortar -SFX I olcar uelco olcar -SFX I olcar uelcas olcar -SFX I olcar uelca olcar -SFX I olcar uelcan olcar -SFX I olcar uelque olcar -SFX I olcar uelques olcar -SFX I olcar uelquen olcar -SFX I ogar uego ogar -SFX I ogar uegas ogar -SFX I ogar uega ogar -SFX I ogar uegan ogar -SFX I ogar uegue ogar -SFX I ogar uegues ogar -SFX I ogar ueguen ogar -SFX I oltar uelto oltar -SFX I oltar ueltas oltar -SFX I oltar uelta oltar -SFX I oltar ueltan oltar -SFX I oltar uelte oltar -SFX I oltar ueltes oltar -SFX I oltar uelten oltar -SFX I untar únto untar -SFX I untar úntas untar -SFX I untar únta untar -SFX I untar úntan untar -SFX I untar únte untar -SFX I untar úntes untar -SFX I untar únten untar -SFX I usar úso usar -SFX I usar úsas usar -SFX I usar úsa usar -SFX I usar úsan usar -SFX I usar úse usar -SFX I usar úses usar -SFX I usar úsen usar -SFX I cer zco [ae]cer -SFX I r s [ae]cer -SFX I r 0 [ae]cer -SFX I r n [ae]cer -SFX I cer zca [ae]cer -SFX I cer zcas [ae]cer -SFX I cer zcamos [ae]cer -SFX I cer zcáis [ae]cer -SFX I cer zcan [ae]cer -SFX I cer zco nocer -SFX I r s nocer -SFX I r 0 nocer -SFX I r n nocer -SFX I cer zca nocer -SFX I cer zcas nocer -SFX I cer zcamos nocer -SFX I cer zcáis nocer -SFX I cer zcan nocer -SFX I olver uelvo olver -SFX I olver uelves olver -SFX I olver uelve olver -SFX I olver uelven olver -SFX I olver uelva olver -SFX I olver uelvas olver -SFX I er amos [^aoc]er -SFX I er áis [^aoc]er -SFX I olver uelvan olver -SFX I over uevo over -SFX I over ueves over -SFX I over ueve over -SFX I over ueven over -SFX I over ueva over -SFX I over uevas over -SFX I over uevan over -SFX I ocer uezo cocer -SFX I ocer ueces cocer -SFX I ocer uece cocer -SFX I ocer uecen cocer -SFX I ocer ueza cocer -SFX I ocer uezas cocer -SFX I cer zamos cocer -SFX I cer záis cocer -SFX I ocer uezan cocer -SFX I oler uelo oler -SFX I oler ueles oler -SFX I oler uele oler -SFX I oler uelen oler -SFX I oler uela oler -SFX I oler uelas oler -SFX I oler uelan oler -SFX I orcer uerzo orcer -SFX I orcer uerces orcer -SFX I orcer uerce orcer -SFX I orcer uercen orcer -SFX I orcer uerza orcer -SFX I orcer uerzas orcer -SFX I cer zamos orcer -SFX I cer záis orcer -SFX I orcer uerzan orcer -SFX I order uerdo order -SFX I order uerdes order -SFX I order uerde order -SFX I order uerden order -SFX I order uerda order -SFX I order uerdas order -SFX I order uerdan order -SFX I ender iendo ender -SFX I ender iendes ender -SFX I ender iende ender -SFX I ender ienden ender -SFX I ender ienda ender -SFX I ender iendas ender -SFX I ender iendan ender -SFX I eder iedo eder -SFX I eder iedes eder -SFX I eder iede eder -SFX I eder ieden eder -SFX I eder ieda eder -SFX I eder iedas eder -SFX I eder iedan eder -SFX I erder ierdo erder -SFX I erder ierdes erder -SFX I erder ierde erder -SFX I erder ierden erder -SFX I erder ierda erder -SFX I erder ierdas erder -SFX I erder ierdan erder -SFX I erter ierto erter -SFX I erter iertes erter -SFX I erter ierte erter -SFX I erter ierten erter -SFX I erter ierta erter -SFX I erter iertas erter -SFX I erter iertan erter -SFX I erner ierno erner -SFX I erner iernes erner -SFX I erner ierne erner -SFX I erner iernen erner -SFX I erner ierna erner -SFX I erner iernas erner -SFX I erner iernan erner -SFX I cer zgo yacer -SFX I cer go yacer -SFX I cer zga yacer -SFX I cer ga yacer -SFX I cer zgas yacer -SFX I cer gas yacer -SFX I cer zgamos yacer -SFX I cer zgáis yacer -SFX I cer gáis yacer -SFX I cer zgan yacer -SFX I cer gan yacer -SFX I er igo aer -SFX I r s aer -SFX I r 0 aer -SFX I r n aer -SFX I er iga aer -SFX I er igas aer -SFX I er igamos aer -SFX I er igáis aer -SFX I er igan aer -SFX I er igo oer -SFX I er yo oer -SFX I r s oer -SFX I r 0 oer -SFX I r n oer -SFX I er iga oer -SFX I er ya oer -SFX I er igas oer -SFX I er yas oer -SFX I er igamos oer -SFX I er igáis oer -SFX I er yáis oer -SFX I er igan oer -SFX I er yan oer -SFX I ir go sir -SFX I ir es sir -SFX I ir e sir -SFX I ir en sir -SFX I ir ga sir -SFX I ir gas sir -SFX I ir gamos sir -SFX I ir gáis sir -SFX I ir gan sir -SFX I ernir ierno ernir -SFX I ernir iernes ernir -SFX I ernir ierne ernir -SFX I ernir iernen ernir -SFX I ernir ierna ernir -SFX I ernir iernas ernir -SFX I ir amos [^cs]ir -SFX I ir áis [^cs]ir -SFX I ernir iernan ernir -SFX I endir iendo endir -SFX I endir iendes endir -SFX I endir iende endir -SFX I endir ienden endir -SFX I endir ienda endir -SFX I endir iendas endir -SFX I endir iendan endir -SFX I ibir íbo ibir -SFX I ibir íbes ibir -SFX I ibir íbe ibir -SFX I ibir íben ibir -SFX I ibir íba ibir -SFX I ibir íbas ibir -SFX I ibir íban ibir -SFX I cir zco cir -SFX I ir es cir -SFX I ir e cir -SFX I ir en cir -SFX I cir zca cir -SFX I cir zcas cir -SFX I cir zcamos cir -SFX I cir zcáis cir -SFX I cir zcan cir -SFX I undir úndo undir -SFX I undir úndes undir -SFX I undir únde undir -SFX I undir únden undir -SFX I undir únda undir -SFX I undir úndas undir -SFX I undir úndan undir -SFX I unir úno unir -SFX I unir únes unir -SFX I unir úne unir -SFX I unir únen unir -SFX I unir úna unir -SFX I unir únas unir -SFX I unir únan unir - -SFX X Y 1167 -SFX X er go oner -SFX X r s oner -SFX X r 0 oner -SFX X r mos [ei]r -SFX X er éis [^v]er -SFX X er éis [es]ver -SFX X r n oner -SFX X erer iero erer -SFX X erer ieres erer -SFX X erer iere erer -SFX X erer ieren erer -SFX X er go ener -SFX X ener ienes ener -SFX X ener iene ener -SFX X ener ienen ener -SFX X er igo aer -SFX X r s aer -SFX X r 0 aer -SFX X r n aer -SFX X cer go acer -SFX X r s acer -SFX X r 0 acer -SFX X r n acer -SFX X aber é saber -SFX X r s aber -SFX X r 0 aber -SFX X r n aber -SFX X er o ñer -SFX X r s ñer -SFX X r 0 ñer -SFX X r n ñer -SFX X er go aler -SFX X r s aler -SFX X r 0 aler -SFX X r n aler -SFX X r o ver -SFX X er és [es]ver -SFX X er é [es]ver -SFX X er én [es]ver -SFX X erir iero erir -SFX X erir ieres erir -SFX X erir iere erir -SFX X ir ís [^u]ir -SFX X ir is [^g]uir -SFX X ir ís guir -SFX X erir ieren erir -SFX X ertir ierto ertir -SFX X ertir iertes ertir -SFX X ertir ierte ertir -SFX X ertir ierten ertir -SFX X entir iento entir -SFX X entir ientes entir -SFX X entir iente entir -SFX X entir ienten entir -SFX X ervir iervo hervir -SFX X ervir ierves hervir -SFX X ervir ierve hervir -SFX X ervir ierven hervir -SFX X ormir uermo ormir -SFX X ormir uermes ormir -SFX X ormir uerme ormir -SFX X ormir uermen ormir -SFX X orir uero orir -SFX X orir ueres orir -SFX X orir uere orir -SFX X orir ueren orir -SFX X irir iero irir -SFX X irir ieres irir -SFX X irir iere irir -SFX X irir ieren irir -SFX X cir zco ucir -SFX X ir es ucir -SFX X ir e ucir -SFX X ir en ucir -SFX X ir go enir -SFX X enir ienes enir -SFX X enir iene enir -SFX X enir ienen enir -SFX X ir yo [^g]uir -SFX X ir yes [^g]uir -SFX X ir ye [^g]uir -SFX X ir yen [^g]uir -SFX X üir uyo üir -SFX X üir uyes üir -SFX X üir uye üir -SFX X üir uyen üir -SFX X eñir iño eñir -SFX X eñir iñes eñir -SFX X eñir iñe eñir -SFX X eñir iñen eñir -SFX X egir ijo egir -SFX X egir iges egir -SFX X egir ige egir -SFX X egir igen egir -SFX X edir ido edir -SFX X edir ides edir -SFX X edir ide edir -SFX X edir iden edir -SFX X etir ito etir -SFX X etir ites etir -SFX X etir ite etir -SFX X etir iten etir -SFX X ebir ibo ebir -SFX X ebir ibes ebir -SFX X ebir ibe ebir -SFX X ebir iben ebir -SFX X emir imo emir -SFX X emir imes emir -SFX X emir ime emir -SFX X emir imen emir -SFX X eguir igo eguir -SFX X eguir igues eguir -SFX X eguir igue eguir -SFX X eguir iguen eguir -SFX X estir isto estir -SFX X estir istes estir -SFX X estir iste estir -SFX X estir isten estir -SFX X ervir irvo servir -SFX X ervir irves servir -SFX X ervir irve servir -SFX X ervir irven servir -SFX X endir indo endir -SFX X endir indes endir -SFX X endir inde endir -SFX X endir inden endir -SFX X ir go lir -SFX X ir es lir -SFX X ir e lir -SFX X ir en lir -SFX X ecir igo ecir -SFX X ecir ices ecir -SFX X ecir ice ecir -SFX X ecir icen ecir -SFX X eír ío eír -SFX X eír íes eír -SFX X eír íe eír -SFX X r mos ír -SFX X r s ír -SFX X eír íen eír -SFX X ír igo oír -SFX X ír yes oír -SFX X ír ye oír -SFX X ír yen oír -SFX X er ía [^v]er -SFX X r ía ver -SFX X er ías [^v]er -SFX X r ías ver -SFX X er íamos [^v]er -SFX X r íamos ver -SFX X er íais [^v]er -SFX X r íais ver -SFX X er ían [^v]er -SFX X r ían ver -SFX X ir ía ir -SFX X ir ías ir -SFX X ir íamos ir -SFX X ir íais ir -SFX X ir ían ir -SFX X r a ír -SFX X r as ír -SFX X r amos ír -SFX X r ais ír -SFX X r an ír -SFX X oner use oner -SFX X oner usiste oner -SFX X oner uso oner -SFX X oner usimos oner -SFX X oner usisteis oner -SFX X oner usieron oner -SFX X erer ise erer -SFX X erer isiste erer -SFX X erer iso erer -SFX X erer isimos erer -SFX X erer isisteis erer -SFX X erer isieron erer -SFX X ener uve ener -SFX X ener uviste ener -SFX X ener uvo ener -SFX X ener uvimos ener -SFX X ener uvisteis ener -SFX X ener uvieron ener -SFX X er je raer -SFX X er jiste raer -SFX X er jo raer -SFX X er jimos raer -SFX X er jisteis raer -SFX X er jeron raer -SFX X acer ice [^ae]hacer -SFX X acer íce [ae]hacer -SFX X acer ice facer -SFX X acer iciste acer -SFX X acer izo [^ae]hacer -SFX X acer ízo [ae]hacer -SFX X acer izo facer -SFX X acer icimos acer -SFX X acer icisteis acer -SFX X acer icieron acer -SFX X aber upe aber -SFX X aber upiste aber -SFX X aber upo aber -SFX X aber upimos aber -SFX X aber upisteis aber -SFX X aber upieron aber -SFX X er í ñer -SFX X er iste ñer -SFX X er ó ñer -SFX X er imos ñer -SFX X er isteis ñer -SFX X 0 on ñer -SFX X er í ler -SFX X er í [es]ver -SFX X er iste [lv]er -SFX X er ió ler -SFX X er ió [es]ver -SFX X er imos [lv]er -SFX X er isteis [lv]er -SFX X er ieron [lv]er -SFX X ir í [^cn]ir -SFX X r ste [^cn]ir -SFX X erir irió erir -SFX X r steis [^cn]ir -SFX X erir irieron erir -SFX X ertir irtió ertir -SFX X ertir irtieron ertir -SFX X entir intió entir -SFX X entir intieron entir -SFX X ervir irvió ervir -SFX X ervir irvieron ervir -SFX X ormir urmió ormir -SFX X ormir urmieron ormir -SFX X orir urió orir -SFX X orir urieron orir -SFX X irir irió irir -SFX X irir irieron irir -SFX X cir je ucir -SFX X cir jiste ucir -SFX X cir jo ucir -SFX X cir jimos ucir -SFX X cir jisteis ucir -SFX X cir jeron ucir -SFX X enir ine enir -SFX X enir iniste enir -SFX X enir ino enir -SFX X enir inimos enir -SFX X enir inisteis enir -SFX X enir inieron enir -SFX X ir yó [^g]uir -SFX X ir yeron [^g]uir -SFX X üir uyó üir -SFX X üir uyeron üir -SFX X eñir iñó eñir -SFX X eñir iñeron eñir -SFX X egir igió egir -SFX X egir igieron egir -SFX X edir idió edir -SFX X edir idieron edir -SFX X etir itió etir -SFX X etir itieron etir -SFX X ebir ibió ebir -SFX X ebir ibieron ebir -SFX X emir imió emir -SFX X emir imieron emir -SFX X eguir iguió eguir -SFX X eguir iguieron eguir -SFX X estir istió estir -SFX X estir istieron estir -SFX X endir indió endir -SFX X endir indieron endir -SFX X r ó lir -SFX X ir ieron lir -SFX X ecir ije ecir -SFX X ecir ijiste ecir -SFX X ecir ijo ecir -SFX X ecir ijimos ecir -SFX X ecir ijisteis ecir -SFX X ecir ijeron ecir -SFX X r 0 ír -SFX X r ste ír -SFX X eír ió eír -SFX X r mos ír -SFX X r steis ír -SFX X eír ieron eír -SFX X ír yó oír -SFX X ír yeron oír -SFX X er dré ner -SFX X er drás ner -SFX X er drá ner -SFX X er dremos ner -SFX X er dréis ner -SFX X er drán ner -SFX X er ré [br]er -SFX X er rás [br]er -SFX X er rá [br]er -SFX X er remos [br]er -SFX X er réis [br]er -SFX X er rán [br]er -SFX X 0 é [añv]er -SFX X 0 ás [añv]er -SFX X 0 á [añv]er -SFX X 0 emos [añv]er -SFX X 0 éis [añv]er -SFX X 0 án [añv]er -SFX X cer ré acer -SFX X cer rás acer -SFX X cer rá acer -SFX X cer remos acer -SFX X cer réis acer -SFX X cer rán acer -SFX X er dré aler -SFX X er drás aler -SFX X er drá aler -SFX X er dremos aler -SFX X er dréis aler -SFX X er drán aler -SFX X 0 é oler -SFX X 0 ás oler -SFX X 0 á oler -SFX X 0 emos oler -SFX X 0 éis oler -SFX X 0 án oler -SFX X 0 é [^cln]ir -SFX X 0 ás [^cln]ir -SFX X 0 á [^cln]ir -SFX X 0 emos [^cln]ir -SFX X 0 éis [^cln]ir -SFX X 0 án [^cln]ir -SFX X 0 é [^e]nir -SFX X 0 ás [^e]nir -SFX X 0 á [^e]nir -SFX X 0 emos [^e]nir -SFX X 0 éis [^e]nir -SFX X 0 án [^e]nir -SFX X ir dré enir -SFX X ir drás enir -SFX X ir drá enir -SFX X ir dremos enir -SFX X ir dréis enir -SFX X ir drán enir -SFX X ir dré lir -SFX X ir drás lir -SFX X ir drá lir -SFX X ir dremos lir -SFX X ir dréis lir -SFX X ir drán lir -SFX X ecir iré [^ln]decir -SFX X ecir irás [^ln]decir -SFX X ecir irá [^ln]decir -SFX X ecir iremos [^ln]decir -SFX X ecir iréis [^ln]decir -SFX X ecir irán [^ln]decir -SFX X ecir iré ondecir -SFX X ecir irás ondecir -SFX X ecir irá ondecir -SFX X ecir iremos ondecir -SFX X ecir iréis ondecir -SFX X ecir irán ondecir -SFX X 0 é endecir -SFX X 0 ás endecir -SFX X 0 á endecir -SFX X 0 emos endecir -SFX X 0 éis endecir -SFX X 0 án endecir -SFX X 0 é ldecir -SFX X 0 ás ldecir -SFX X 0 á ldecir -SFX X 0 emos ldecir -SFX X 0 éis ldecir -SFX X 0 án ldecir -SFX X 0 é ucir -SFX X 0 ás ucir -SFX X 0 á ucir -SFX X 0 emos ucir -SFX X 0 éis ucir -SFX X 0 án ucir -SFX X ír iré ír -SFX X ír irás ír -SFX X ír irá ír -SFX X ír iremos ír -SFX X ír iréis ír -SFX X ír irán ír -SFX X er dría ner -SFX X er drías ner -SFX X er dríamos ner -SFX X er dríais ner -SFX X er drían ner -SFX X er ría [br]er -SFX X er rías [br]er -SFX X er ríamos [br]er -SFX X er ríais [br]er -SFX X er rían [br]er -SFX X 0 ía [añv]er -SFX X 0 ías [añv]er -SFX X 0 íamos [añv]er -SFX X 0 íais [añv]er -SFX X 0 ían [añv]er -SFX X cer ría acer -SFX X cer rías acer -SFX X cer ríamos acer -SFX X cer ríais acer -SFX X cer rían acer -SFX X er dría aler -SFX X er drías aler -SFX X er dríamos aler -SFX X er dríais aler -SFX X er drían aler -SFX X 0 ía oler -SFX X 0 ías oler -SFX X 0 íamos oler -SFX X 0 íais oler -SFX X 0 ían oler -SFX X 0 ía [^cln]ir -SFX X 0 ías [^cln]ir -SFX X 0 íamos [^cln]ir -SFX X 0 íais [^cln]ir -SFX X 0 ían [^cln]ir -SFX X 0 ía [^e]nir -SFX X 0 ías [^e]nir -SFX X 0 íamos [^e]nir -SFX X 0 íais [^e]nir -SFX X 0 ían [^e]nir -SFX X ir dría enir -SFX X ir drías enir -SFX X ir dríamos enir -SFX X ir dríais enir -SFX X ir drían enir -SFX X ir dría lir -SFX X ir drías lir -SFX X ir dríamos lir -SFX X ir dríais lir -SFX X ir drían lir -SFX X ecir iría [^ln]decir -SFX X ecir irías [^ln]decir -SFX X ecir iríamos [^ln]decir -SFX X ecir iríais [^ln]decir -SFX X ecir irían [^ln]decir -SFX X ecir iría ondecir -SFX X ecir irías ondecir -SFX X ecir iríamos ondecir -SFX X ecir iríais ondecir -SFX X ecir irían ondecir -SFX X 0 ía endecir -SFX X 0 ías endecir -SFX X 0 íamos endecir -SFX X 0 íais endecir -SFX X 0 ían endecir -SFX X 0 ía ldecir -SFX X 0 ías ldecir -SFX X 0 íamos ldecir -SFX X 0 íais ldecir -SFX X 0 ían ldecir -SFX X ír iría ír -SFX X ír irías ír -SFX X ír iríamos ír -SFX X ír iríais ír -SFX X ír irían ír -SFX X 0 ía ucir -SFX X 0 ías ucir -SFX X 0 íamos ucir -SFX X 0 íais ucir -SFX X 0 ían ucir -SFX X er ga ner -SFX X er gas ner -SFX X er gamos ner -SFX X er gáis ner -SFX X er gan ner -SFX X erer iera erer -SFX X erer ieras erer -SFX X erer iera erer -SFX X er amos erer -SFX X er áis erer -SFX X erer ieran erer -SFX X er iga aer -SFX X er igas aer -SFX X er igamos aer -SFX X er igáis aer -SFX X er igan aer -SFX X cer ga acer -SFX X cer gas acer -SFX X cer gamos acer -SFX X cer gáis acer -SFX X cer gan acer -SFX X aber epa saber -SFX X aber epas saber -SFX X aber epamos saber -SFX X aber epáis saber -SFX X aber epan saber -SFX X er a ñer -SFX X er as ñer -SFX X er a ñer -SFX X er amos ñer -SFX X er áis ñer -SFX X er an ñer -SFX X r a ver -SFX X r as ver -SFX X r a ver -SFX X r amos ver -SFX X r áis ver -SFX X r an ver -SFX X er ga aler -SFX X er gas aler -SFX X er gamos aler -SFX X er gáis aler -SFX X er gan aler -SFX X er amos oler -SFX X er áis oler -SFX X erir iera erir -SFX X erir ieras erir -SFX X erir iramos erir -SFX X erir iráis erir -SFX X erir ieran erir -SFX X ertir ierta ertir -SFX X ertir iertas ertir -SFX X ertir irtamos ertir -SFX X ertir irtáis ertir -SFX X ertir iertan ertir -SFX X entir ienta entir -SFX X entir ientas entir -SFX X entir intamos entir -SFX X entir intáis entir -SFX X entir ientan entir -SFX X ervir ierva hervir -SFX X ervir iervas hervir -SFX X ervir irvamos hervir -SFX X ervir irváis hervir -SFX X ervir iervan hervir -SFX X ormir uerma ormir -SFX X ormir uermas ormir -SFX X ormir urmamos ormir -SFX X ormir urmáis ormir -SFX X ormir uerman ormir -SFX X orir uera orir -SFX X orir ueras orir -SFX X orir uramos orir -SFX X orir uráis orir -SFX X orir ueran orir -SFX X irir iera irir -SFX X irir ieras irir -SFX X irir iramos irir -SFX X irir iráis irir -SFX X irir ieran irir -SFX X cir zca ucir -SFX X cir zcas ucir -SFX X cir zcamos ucir -SFX X cir zcáis ucir -SFX X cir zcan ucir -SFX X ir ga enir -SFX X ir gas enir -SFX X ir gamos enir -SFX X ir gáis enir -SFX X ir gan enir -SFX X ir ya [^g]uir -SFX X ir yas [^g]uir -SFX X ir yamos [^g]uir -SFX X ir yáis [^g]uir -SFX X ir yan [^g]uir -SFX X üir uya üir -SFX X üir uyas üir -SFX X üir uyamos üir -SFX X üir uyáis üir -SFX X üir uyan üir -SFX X eñir iña eñir -SFX X eñir iñas eñir -SFX X eñir iñamos eñir -SFX X eñir iñáis eñir -SFX X eñir iñan eñir -SFX X egir ija egir -SFX X egir ijas egir -SFX X egir ijamos egir -SFX X egir ijáis egir -SFX X egir ijan egir -SFX X edir ida edir -SFX X edir idas edir -SFX X edir idamos edir -SFX X edir idáis edir -SFX X edir idan edir -SFX X etir ita etir -SFX X etir itas etir -SFX X etir itamos etir -SFX X etir itáis etir -SFX X etir itan etir -SFX X ebir iba ebir -SFX X ebir ibas ebir -SFX X ebir ibamos ebir -SFX X ebir ibáis ebir -SFX X ebir iban ebir -SFX X emir ima emir -SFX X emir imas emir -SFX X emir imamos emir -SFX X emir imáis emir -SFX X emir iman emir -SFX X eguir iga eguir -SFX X eguir igas eguir -SFX X eguir igamos eguir -SFX X eguir igáis eguir -SFX X eguir igan eguir -SFX X estir ista estir -SFX X estir istas estir -SFX X estir istamos estir -SFX X estir istáis estir -SFX X estir istan estir -SFX X ervir irva servir -SFX X ervir irvas servir -SFX X ervir irvamos servir -SFX X ervir irváis servir -SFX X ervir irvan servir -SFX X endir inda endir -SFX X endir indas endir -SFX X endir indamos endir -SFX X endir indáis endir -SFX X endir indan endir -SFX X ir ga lir -SFX X ir gas lir -SFX X ir gamos lir -SFX X ir gáis lir -SFX X ir gan lir -SFX X ecir iga ecir -SFX X ecir igas ecir -SFX X ecir igamos ecir -SFX X ecir igáis ecir -SFX X ecir igan ecir -SFX X eír ía eír -SFX X eír ías eír -SFX X eír iamos eír -SFX X eír iáis eír -SFX X eír ían eír -SFX X ír iga oír -SFX X ír igas oír -SFX X ír igamos oír -SFX X ír igáis oír -SFX X ír igan oír -SFX X oner usiera oner -SFX X oner usiese oner -SFX X oner usieras oner -SFX X oner usieses oner -SFX X oner usiéramos oner -SFX X oner usiésemos oner -SFX X oner usierais oner -SFX X oner usieseis oner -SFX X oner usieran oner -SFX X oner usiesen oner -SFX X erer isiera erer -SFX X erer isiese erer -SFX X erer isieras erer -SFX X erer isieses erer -SFX X erer isiéramos erer -SFX X erer isiésemos erer -SFX X erer isierais erer -SFX X erer isieseis erer -SFX X erer isieran erer -SFX X erer isiesen erer -SFX X ener uviera ener -SFX X ener uviese ener -SFX X ener uvieras ener -SFX X ener uvieses ener -SFX X ener uviéramos ener -SFX X ener uviésemos ener -SFX X ener uvierais ener -SFX X ener uvieseis ener -SFX X ener uvieran ener -SFX X ener uviesen ener -SFX X er jera raer -SFX X er jese raer -SFX X er jeras raer -SFX X er jeses raer -SFX X er jéramos raer -SFX X er jésemos raer -SFX X er jerais raer -SFX X er jeseis raer -SFX X er jeran raer -SFX X er jesen raer -SFX X acer iciera acer -SFX X acer iciese acer -SFX X acer icieras acer -SFX X acer icieses acer -SFX X acer iciéramos acer -SFX X acer iciésemos acer -SFX X acer icierais acer -SFX X acer icieseis acer -SFX X acer icieran acer -SFX X acer iciesen acer -SFX X aber upiera aber -SFX X aber upiese aber -SFX X aber upieras aber -SFX X aber upieses aber -SFX X aber upiéramos aber -SFX X aber upiésemos aber -SFX X aber upierais aber -SFX X aber upieseis aber -SFX X aber upieran aber -SFX X aber upiesen aber -SFX X r ra ñer -SFX X r se ñer -SFX X r ras ñer -SFX X r ses ñer -SFX X er éramos ñer -SFX X er ésemos ñer -SFX X r rais ñer -SFX X r seis ñer -SFX X r ran ñer -SFX X r sen ñer -SFX X er iera [lv]er -SFX X er iese [lv]er -SFX X er ieras [lv]er -SFX X er ieses [lv]er -SFX X er iéramos [lv]er -SFX X er iésemos [lv]er -SFX X er ierais [lv]er -SFX X er ieseis [lv]er -SFX X er ieran [lv]er -SFX X er iesen [lv]er -SFX X erir iriera erir -SFX X erir iriese erir -SFX X erir irieras erir -SFX X erir irieses erir -SFX X erir iriéramos erir -SFX X erir iriésemos erir -SFX X erir irierais erir -SFX X erir irieseis erir -SFX X erir irieran erir -SFX X erir iriesen erir -SFX X ertir irtiera ertir -SFX X ertir irtiese ertir -SFX X ertir irtieras ertir -SFX X ertir irtieses ertir -SFX X ertir irtiéramos ertir -SFX X ertir irtiésemos ertir -SFX X ertir irtierais ertir -SFX X ertir irtieseis ertir -SFX X ertir irtieran ertir -SFX X ertir irtiesen ertir -SFX X entir intiera entir -SFX X entir intiese entir -SFX X entir intieras entir -SFX X entir intieses entir -SFX X entir intiéramos entir -SFX X entir intiésemos entir -SFX X entir intierais entir -SFX X entir intieseis entir -SFX X entir intieran entir -SFX X entir intiesen entir -SFX X ervir irviera ervir -SFX X ervir irviese ervir -SFX X ervir irvieras ervir -SFX X ervir irvieses ervir -SFX X ervir irviéramos ervir -SFX X ervir irviésemos ervir -SFX X ervir irvierais ervir -SFX X ervir irvieseis ervir -SFX X ervir irvieran ervir -SFX X ervir irviesen ervir -SFX X ormir urmiera ormir -SFX X ormir urmiese ormir -SFX X ormir urmieras ormir -SFX X ormir urmieses ormir -SFX X ormir urmiéramos ormir -SFX X ormir urmiésemos ormir -SFX X ormir urmierais ormir -SFX X ormir urmieseis ormir -SFX X ormir urmieran ormir -SFX X ormir urmiesen ormir -SFX X orir uriera orir -SFX X orir uriese orir -SFX X orir urieras orir -SFX X orir urieses orir -SFX X orir uriéramos orir -SFX X orir uriésemos orir -SFX X orir urierais orir -SFX X orir urieseis orir -SFX X orir urieran orir -SFX X orir uriesen orir -SFX X irir iriera irir -SFX X irir iriese irir -SFX X irir irieras irir -SFX X irir irieses irir -SFX X irir iriéramos irir -SFX X irir iriésemos irir -SFX X irir irierais irir -SFX X irir irieseis irir -SFX X irir irieran irir -SFX X irir iriesen irir -SFX X cir jera ucir -SFX X cir jese ucir -SFX X cir jeras ucir -SFX X cir jeses ucir -SFX X cir jéramos ucir -SFX X cir jésemos ucir -SFX X cir jerais ucir -SFX X cir jeseis ucir -SFX X cir jeran ucir -SFX X cir jesen ucir -SFX X enir iniera enir -SFX X enir iniese enir -SFX X enir inieras enir -SFX X enir inieses enir -SFX X enir iniéramos enir -SFX X enir iniésemos enir -SFX X enir inierais enir -SFX X enir inieseis enir -SFX X enir inieran enir -SFX X enir iniesen enir -SFX X ir yera [^g]uir -SFX X ir yese [^g]uir -SFX X ir yeras [^g]uir -SFX X ir yeses [^g]uir -SFX X ir yéramos [^g]uir -SFX X ir yésemos [^g]uir -SFX X ir yerais [^g]uir -SFX X ir yeseis [^g]uir -SFX X ir yeran [^g]uir -SFX X ir yesen [^g]uir -SFX X üir uyera üir -SFX X üir uyese üir -SFX X üir uyeras üir -SFX X üir uyeses üir -SFX X üir uyéramos üir -SFX X üir uyésemos üir -SFX X üir uyerais üir -SFX X üir uyeseis üir -SFX X üir uyeran üir -SFX X üir uyesen üir -SFX X eñir iñera eñir -SFX X eñir iñese eñir -SFX X eñir iñeras eñir -SFX X eñir iñeses eñir -SFX X eñir iñéramos eñir -SFX X eñir iñésemos eñir -SFX X eñir iñerais eñir -SFX X eñir iñeseis eñir -SFX X eñir iñeran eñir -SFX X eñir iñesen eñir -SFX X egir igiera egir -SFX X egir igiese egir -SFX X egir igieras egir -SFX X egir igieses egir -SFX X egir igiéramos egir -SFX X egir igiésemos egir -SFX X egir igierais egir -SFX X egir igieseis egir -SFX X egir igieran egir -SFX X egir igiesen egir -SFX X edir idiera edir -SFX X edir idiese edir -SFX X edir idieras edir -SFX X edir idieses edir -SFX X edir idiéramos edir -SFX X edir idiésemos edir -SFX X edir idierais edir -SFX X edir idieseis edir -SFX X edir idieran edir -SFX X edir idiesen edir -SFX X etir itiera etir -SFX X etir itiese etir -SFX X etir itieras etir -SFX X etir itieses etir -SFX X etir itiéramos etir -SFX X etir itiésemos etir -SFX X etir itierais etir -SFX X etir itieseis etir -SFX X etir itieran etir -SFX X etir itiesen etir -SFX X ebir ibiera ebir -SFX X ebir ibiese ebir -SFX X ebir ibieras ebir -SFX X ebir ibieses ebir -SFX X ebir ibiéramos ebir -SFX X ebir ibiésemos ebir -SFX X ebir ibierais ebir -SFX X ebir ibieseis ebir -SFX X ebir ibieran ebir -SFX X ebir ibiesen ebir -SFX X emir imiera emir -SFX X emir imiese emir -SFX X emir imieras emir -SFX X emir imieses emir -SFX X emir imiéramos emir -SFX X emir imiésemos emir -SFX X emir imierais emir -SFX X emir imieseis emir -SFX X emir imieran emir -SFX X emir imiesen emir -SFX X eguir iguiera eguir -SFX X eguir iguiese eguir -SFX X eguir iguieras eguir -SFX X eguir iguieses eguir -SFX X eguir iguiéramos eguir -SFX X eguir iguiésemos eguir -SFX X eguir iguierais eguir -SFX X eguir iguieseis eguir -SFX X eguir iguieran eguir -SFX X eguir iguiesen eguir -SFX X estir istiera estir -SFX X estir istiese estir -SFX X estir istieras estir -SFX X estir istieses estir -SFX X estir istiéramos estir -SFX X estir istiésemos estir -SFX X estir istierais estir -SFX X estir istieseis estir -SFX X estir istieran estir -SFX X estir istiesen estir -SFX X endir indiera endir -SFX X endir indiese endir -SFX X endir indieras endir -SFX X endir indieses endir -SFX X endir indiéramos endir -SFX X endir indiésemos endir -SFX X endir indierais endir -SFX X endir indieseis endir -SFX X endir indieran endir -SFX X endir indiesen endir -SFX X r era lir -SFX X r ese lir -SFX X r eras lir -SFX X r eses lir -SFX X r éramos lir -SFX X r ésemos lir -SFX X r erais lir -SFX X r eseis lir -SFX X r eran lir -SFX X r esen lir -SFX X ecir ijera ecir -SFX X ecir ijese ecir -SFX X ecir ijeras ecir -SFX X ecir ijeses ecir -SFX X ecir ijéramos ecir -SFX X ecir ijésemos ecir -SFX X ecir ijerais ecir -SFX X ecir ijeseis ecir -SFX X ecir ijeran ecir -SFX X ecir ijesen ecir -SFX X eír iera eír -SFX X eír iese eír -SFX X eír ieras eír -SFX X eír ieses eír -SFX X eír iéramos eír -SFX X eír iésemos eír -SFX X eír ierais eír -SFX X eír ieseis eír -SFX X eír ieran eír -SFX X eír iesen eír -SFX X ír yera oír -SFX X ír yese oír -SFX X ír yeras oír -SFX X ír yeses oír -SFX X ír yéramos oír -SFX X ír yésemos oír -SFX X ír yerais oír -SFX X ír yeseis oír -SFX X ír yeran oír -SFX X ír yesen oír -SFX X oner usiere oner -SFX X oner usieres oner -SFX X oner usiéremos oner -SFX X oner usiereis oner -SFX X oner usieren oner -SFX X erer isiere erer -SFX X erer isieres erer -SFX X erer isiéremos erer -SFX X erer isiereis erer -SFX X erer isieren erer -SFX X ener uviere ener -SFX X ener uvieres ener -SFX X ener uviéremos ener -SFX X ener uviereis ener -SFX X ener uvieren ener -SFX X er jere raer -SFX X er jeres raer -SFX X er jéremos raer -SFX X er jereis raer -SFX X er jeren raer -SFX X acer iciere acer -SFX X acer icieres acer -SFX X acer iciéremos acer -SFX X acer iciereis acer -SFX X acer icieren acer -SFX X aber upiere aber -SFX X aber upieres aber -SFX X aber upiéremos aber -SFX X aber upiereis aber -SFX X aber upieren aber -SFX X r re ñer -SFX X r res ñer -SFX X er éremos ñer -SFX X r reis ñer -SFX X r ren ñer -SFX X er iere [lv]er -SFX X er ieres [lv]er -SFX X er iéremos [lv]er -SFX X er iereis [lv]er -SFX X er ieren [lv]er -SFX X erir iriere erir -SFX X erir irieres erir -SFX X erir iriéremos erir -SFX X erir iriéreis erir -SFX X erir irieren erir -SFX X ertir irtiere ertir -SFX X ertir irtieres ertir -SFX X ertir irtiéremos ertir -SFX X ertir irtiéreis ertir -SFX X ertir irtieren ertir -SFX X entir intiere entir -SFX X entir intieres entir -SFX X entir intiéremos entir -SFX X entir intiéreis entir -SFX X entir intieren entir -SFX X ervir irviere ervir -SFX X ervir irvieres ervir -SFX X ervir irviéremos ervir -SFX X ervir irviéreis ervir -SFX X ervir irvieren ervir -SFX X ormir urmiere ormir -SFX X ormir urmieres ormir -SFX X ormir urmiéremos ormir -SFX X ormir urmiéreis ormir -SFX X ormir urmieren ormir -SFX X orir uriere orir -SFX X orir urieres orir -SFX X orir uriéremos orir -SFX X orir uriéreis orir -SFX X orir urieren orir -SFX X irir iriere irir -SFX X irir irieres irir -SFX X irir iriéremos irir -SFX X irir iriéreis irir -SFX X irir irieren irir -SFX X cir jere ucir -SFX X cir jeres ucir -SFX X cir jéremos ucir -SFX X cir jereis ucir -SFX X cir jeren ucir -SFX X enir iniere enir -SFX X enir inieres enir -SFX X enir iniéremos enir -SFX X enir iniereis enir -SFX X enir inieren enir -SFX X ir yere [^g]uir -SFX X ir yeres [^g]uir -SFX X ir yéremos [^g]uir -SFX X ir yereis [^g]uir -SFX X ir yeren [^g]uir -SFX X üir uyere üir -SFX X üir uyeres üir -SFX X üir uyéremos üir -SFX X üir uyereis üir -SFX X üir uyeren üir -SFX X eñir iñere eñir -SFX X eñir iñeses eñir -SFX X eñir iñéremos eñir -SFX X eñir iñereis eñir -SFX X eñir iñeren eñir -SFX X egir igiere egir -SFX X egir igieres egir -SFX X egir igiéremos egir -SFX X egir igiereis egir -SFX X egir igieren egir -SFX X edir idiere edir -SFX X edir idieres edir -SFX X edir idiéremos edir -SFX X edir idiereis edir -SFX X edir idieren edir -SFX X etir itiere etir -SFX X etir itieres etir -SFX X etir itiéremos etir -SFX X etir itiereis etir -SFX X etir itieren etir -SFX X ebir ibiere ebir -SFX X ebir ibieres ebir -SFX X ebir ibiéremos ebir -SFX X ebir ibiereis ebir -SFX X ebir ibieren ebir -SFX X emir imiere emir -SFX X emir imieres emir -SFX X emir imiéremos emir -SFX X emir imiereis emir -SFX X emir imieren emir -SFX X eguir iguiere eguir -SFX X eguir iguieres eguir -SFX X eguir iguiéremos eguir -SFX X eguir iguiereis eguir -SFX X eguir iguieren eguir -SFX X estir istiere estir -SFX X estir istieres estir -SFX X estir istiéremos estir -SFX X estir istiereis estir -SFX X estir istieren estir -SFX X endir indiere endir -SFX X endir indieres endir -SFX X endir indiéremos endir -SFX X endir indiereis endir -SFX X endir indieren endir -SFX X r ere lir -SFX X r eres lir -SFX X r éremos lir -SFX X r ereis lir -SFX X r eren lir -SFX X ecir ijere ecir -SFX X ecir ijeres ecir -SFX X ecir ijéremos ecir -SFX X ecir ijereis ecir -SFX X ecir ijeren ecir -SFX X eír iere eír -SFX X eír ieres eír -SFX X eír iéremos eír -SFX X eír iereis eír -SFX X eír ieren eír -SFX X ír yere oír -SFX X ír yeres oír -SFX X ír yéremos oír -SFX X ír yereis oír -SFX X ír yeren oír -SFX X r d [ei]r -SFX X er iendo [^añ]er -SFX X er iéndose [^añ]er -SFX X er yendo aer -SFX X er yéndose aer -SFX X r ndo ñer -SFX X er éndose ñer -SFX X erir iriendo erir -SFX X erir iriéndose erir -SFX X ertir irtiendo ertir -SFX X ertir irtiéndose ertir -SFX X entir intiendo entir -SFX X entir intiéndose entir -SFX X ervir irviendo ervir -SFX X ervir irviéndose ervir -SFX X endir indiendo endir -SFX X endir indiéndose endir -SFX X r endo lir -SFX X r iéndose lir -SFX X ormir urmiendo ormir -SFX X ormir urmiéndose ormir -SFX X orir uriendo orir -SFX X orir uriéndose orir -SFX X enir iniendo enir -SFX X enir iniéndose enir -SFX X ir yendo [^g]uir -SFX X ir yéndose [^g]uir -SFX X üir uyendo üir -SFX X üir uyéndose üir -SFX X eñir iñendo eñir -SFX X eñir iñéndose eñir -SFX X egir igiendo egir -SFX X egir igiéndose egir -SFX X edir idiendo edir -SFX X edir idiéndose edir -SFX X etir itiendo etir -SFX X etir itiéndose etir -SFX X ebir ibiendo ebir -SFX X ebir ibiéndose ebir -SFX X emir imiendo emir -SFX X emir imiéndose emir -SFX X eguir iguiendo eguir -SFX X eguir iguiéndose eguir -SFX X estir istiendo estir -SFX X estir istiéndose estir -SFX X ecir iciendo ecir -SFX X ecir iciéndose ecir -SFX X eír iendo eír -SFX X eír iéndose eír -SFX X ír yendo oír -SFX X ír yéndose oír -SFX X r endo ucir -SFX X r éndose ucir -SFX X r endo irir -SFX X r éndose irir -SFX X 0 se [eií]r - -SFX D Y 12 -SFX D r do [aií]r -SFX D r dos [aií]r -SFX D r da [aií]r -SFX D r das [aií]r -SFX D er ido [^aeo]er -SFX D er ído [aeo]er -SFX D er idos [^aeo]er -SFX D er ídos [aeo]er -SFX D er ida [^aeo]er -SFX D er ída [aeo]er -SFX D er idas [^aeo]er -SFX D er ídas [aeo]er - -SFX G Y 15 -SFX G e a [^u]e -SFX G que ca que -SFX G o a o -SFX G 0 a [dlrz] -SFX G án ana án -SFX G ín ina ín -SFX G ón ona ón -SFX G és esa és -SFX G ós osa ós -SFX G que cas que -SFX G án anas án -SFX G ín inas ín -SFX G ón onas ón -SFX G és esas és -SFX G ós osas ós - -SFX S Y 32 -SFX S 0 s [aceéfgiíkoóptuúw] -SFX S 0 es [bdhíjlmrúy] -SFX S á aes á -SFX S 0 es [^áeéíóú]n -SFX S 0 es [^áéíóú]s -SFX S án anes án -SFX S én enes én -SFX S ín ines ín -SFX S ón ones ón -SFX S ún unes ún -SFX S ás ases ás -SFX S és eses és -SFX S ís ises ís -SFX S ós oses ós -SFX S ús uses ús -SFX S 0 es [^dgmv]en -SFX S orden órdenes orden -SFX S agen ágenes agen -SFX S argen árgenes argen -SFX S igen ígenes igen -SFX S irgen írgenes irgen -SFX S amen ámenes amen -SFX S armen ármenes armen -SFX S emen émenes emen -SFX S ermen érmenes ermen -SFX S imen ímenes imen -SFX S omen ómenes omen -SFX S olmen ólmenes olmen -SFX S umen úmenes umen -SFX S ulmen úlmenes ulmen -SFX S oven óvenes oven -SFX S z ces z - -SFX À Y 4 -SFX À 0 la r -SFX À 0 lo r -SFX À 0 las r -SFX À 0 los r - -SFX Á Y 4 -SFX Á 0 me r -SFX Á 0 te r -SFX Á 0 nos r -SFX Á 0 os r - -SFX  Y 2 -SFX  0 le r -SFX  0 les r - -SFX à Y 80 -SFX à ar ármela ar -SFX à ar ármelo ar -SFX à ar ármelas ar -SFX à ar ármelos ar -SFX à ar ártela ar -SFX à ar ártelo ar -SFX à ar ártelas ar -SFX à ar ártelos ar -SFX à ar ársela ar -SFX à ar árselo ar -SFX à ar árselas ar -SFX à ar árselos ar -SFX à ar árnosla ar -SFX à ar árnoslo ar -SFX à ar árnoslas ar -SFX à ar árnoslos ar -SFX à ar árosla ar -SFX à ar ároslo ar -SFX à ar ároslas ar -SFX à ar ároslos ar -SFX à er érmela er -SFX à er érmelo er -SFX à er érmelas er -SFX à er érmelos er -SFX à er értela er -SFX à er értelo er -SFX à er értelas er -SFX à er értelos er -SFX à er érsela er -SFX à er érselo er -SFX à er érselas er -SFX à er érselos er -SFX à er érnosla er -SFX à er érnoslo er -SFX à er érnoslas er -SFX à er érnoslos er -SFX à er érosla er -SFX à er éroslo er -SFX à er éroslas er -SFX à er éroslos er -SFX à ir írmela ir -SFX à ir írmelo ir -SFX à ir írmelas ir -SFX à ir írmelos ir -SFX à ir írtela ir -SFX à ir írtelo ir -SFX à ir írtelas ir -SFX à ir írtelos ir -SFX à ir írsela ir -SFX à ir írselo ir -SFX à ir írselas ir -SFX à ir írselos ir -SFX à ir írnosla ir -SFX à ir írnoslo ir -SFX à ir írnoslas ir -SFX à ir írnoslos ir -SFX à ir írosla ir -SFX à ir íroslo ir -SFX à ir íroslas ir -SFX à ir íroslos ir -SFX à 0 mela ír -SFX à 0 melo ír -SFX à 0 melas ír -SFX à 0 melos ír -SFX à 0 tela ír -SFX à 0 telo ír -SFX à 0 telas ír -SFX à 0 telos ír -SFX à 0 sela ír -SFX à 0 selo ír -SFX à 0 selas ír -SFX à 0 selos ír -SFX à 0 nosla ír -SFX à 0 noslo ír -SFX à 0 noslas ír -SFX à 0 noslos ír -SFX à 0 osla ír -SFX à 0 oslo ír -SFX à 0 oslas ír -SFX à 0 oslos ír - -SFX Ä Y 16 -SFX Ä ar ándola ar -SFX Ä ar ándolo ar -SFX Ä ar ándolas ar -SFX Ä ar ándolos ar -SFX Ä er iéndola [^aeo]er -SFX Ä er iéndolo [^aeo]er -SFX Ä er iéndolas [^aeo]er -SFX Ä er iéndolos [^aeo]er -SFX Ä er yéndola [aeo]er -SFX Ä er yéndolo [aeo]er -SFX Ä er yéndolas [aeo]er -SFX Ä er yéndolos [aeo]er -SFX Ä r éndola ir -SFX Ä r éndolo ir -SFX Ä r éndolas ir -SFX Ä r éndolos ir - -SFX Å Y 16 -SFX Å ar ándome ar -SFX Å ar ándote ar -SFX Å ar ándonos ar -SFX Å ar ándoos ar -SFX Å er iéndome [^aeo]er -SFX Å er iéndote [^aeo]er -SFX Å er iéndonos [^aeo]er -SFX Å er iéndoos [^aeo]er -SFX Å er yéndome [aeo]er -SFX Å er yéndote [aeo]er -SFX Å er yéndonos [aeo]er -SFX Å er yéndoos [aeo]er -SFX Å r éndome ir -SFX Å r éndote ir -SFX Å r éndonos ir -SFX Å r éndoos ir - -SFX Æ Y 8 -SFX Æ ar ándole ar -SFX Æ ar ándoles ar -SFX Æ er iéndole [^aeo]er -SFX Æ er iéndoles [^aeo]er -SFX Æ er yéndole [aeo]er -SFX Æ er yéndoles [aeo]er -SFX Æ r éndole ir -SFX Æ r éndoles ir - -SFX Ç Y 60 -SFX Ç ar ándomela ar -SFX Ç ar ándomelo ar -SFX Ç ar ándomelas ar -SFX Ç ar ándomelos ar -SFX Ç ar ándotela ar -SFX Ç ar ándotelo ar -SFX Ç ar ándotelas ar -SFX Ç ar ándotelos ar -SFX Ç ar ándosela ar -SFX Ç ar ándoselo ar -SFX Ç ar ándoselas ar -SFX Ç ar ándoselos ar -SFX Ç ar ándonosla ar -SFX Ç ar ándonoslo ar -SFX Ç ar ándonoslas ar -SFX Ç ar ándonoslos ar -SFX Ç ar ándoosla ar -SFX Ç ar ándooslo ar -SFX Ç ar ándooslas ar -SFX Ç ar ándooslos ar -SFX Ç er iéndomela er -SFX Ç er iéndomelo er -SFX Ç er iéndomelas er -SFX Ç er iéndomelos er -SFX Ç er iéndotela er -SFX Ç er iéndotelo er -SFX Ç er iéndotelas er -SFX Ç er iéndotelos er -SFX Ç er iéndosela er -SFX Ç er iéndoselo er -SFX Ç er iéndoselas er -SFX Ç er iéndoselos er -SFX Ç er iéndonosla er -SFX Ç er iéndonoslo er -SFX Ç er iéndonoslas er -SFX Ç er iéndonoslos er -SFX Ç er iéndoosla er -SFX Ç er iéndooslo er -SFX Ç er iéndooslas er -SFX Ç er iéndooslos er -SFX Ç r éndomela ir -SFX Ç r éndomelo ir -SFX Ç r éndomelas ir -SFX Ç r éndomelos ir -SFX Ç r éndotela ir -SFX Ç r éndotelo ir -SFX Ç r éndotelas ir -SFX Ç r éndotelos ir -SFX Ç r éndosela ir -SFX Ç r éndoselo ir -SFX Ç r éndoselas ir -SFX Ç r éndoselos ir -SFX Ç r éndonosla ir -SFX Ç r éndonoslo ir -SFX Ç r éndonoslas ir -SFX Ç r éndonoslos ir -SFX Ç r éndoosla ir -SFX Ç r éndooslo ir -SFX Ç r éndooslas ir -SFX Ç r éndooslos ir - -SFX È Y 76 -SFX È er iéndola er -SFX È er iéndolo er -SFX È er iéndolas er -SFX È er iéndolos er -SFX È erir iriéndola erir -SFX È erir iriéndolo erir -SFX È erir iriéndolas erir -SFX È erir iriéndolos erir -SFX È ertir irtiéndola ertir -SFX È ertir irtiéndolo ertir -SFX È ertir irtiéndolas ertir -SFX È ertir irtiéndolos ertir -SFX È entir intiéndola entir -SFX È entir intiéndolo entir -SFX È entir intiéndolas entir -SFX È entir intiéndolos entir -SFX È ervir irviéndola ervir -SFX È ervir irviéndolo ervir -SFX È ervir irviéndolas ervir -SFX È ervir irviéndolos ervir -SFX È enir iniéndola enir -SFX È enir iniéndolo enir -SFX È enir iniéndolas enir -SFX È enir iniéndolos enir -SFX È ir yéndola [^g]uir -SFX È ir yéndolo [^g]uir -SFX È ir yéndolas [^g]uir -SFX È ir yéndolos [^g]uir -SFX È eñir iñéndola eñir -SFX È eñir iñéndolo eñir -SFX È eñir iñéndolas eñir -SFX È eñir iñéndolos eñir -SFX È egir igiéndola egir -SFX È egir igiéndolo egir -SFX È egir igiéndolas egir -SFX È egir igiéndolos egir -SFX È edir idiéndola edir -SFX È edir idiéndolo edir -SFX È edir idiéndolas edir -SFX È edir idiéndolos edir -SFX È etir itiéndola etir -SFX È etir itiéndolo etir -SFX È etir itiéndolas etir -SFX È etir itiéndolos etir -SFX È ebir ibiéndola ebir -SFX È ebir ibiéndolo ebir -SFX È ebir ibiéndolas ebir -SFX È ebir ibiéndolos ebir -SFX È emir imiéndola emir -SFX È emir imiéndolo emir -SFX È emir imiéndolas emir -SFX È emir imiéndolos emir -SFX È eguir iguiéndola eguir -SFX È eguir iguiéndolo eguir -SFX È eguir iguiéndolas eguir -SFX È eguir iguiéndolos eguir -SFX È estir istiéndola estir -SFX È estir istiéndolo estir -SFX È estir istiéndolas estir -SFX È estir istiéndolos estir -SFX È ecir iciéndola ecir -SFX È ecir iciéndolo ecir -SFX È ecir iciéndolas ecir -SFX È ecir iciéndolos ecir -SFX È eír iéndola eír -SFX È eír iéndolo eír -SFX È eír iéndolas eír -SFX È eír iéndolos eír -SFX È ír yéndola oír -SFX È ír yéndolo oír -SFX È ír yéndolas oír -SFX È ír yéndolos oír -SFX È r éndola ucir -SFX È r éndolo ucir -SFX È r éndolas ucir -SFX È r éndolos ucir - -SFX É Y 60 -SFX É er iéndome [^a]er -SFX É er iéndote [^a]er -SFX É er iéndonos [^a]er -SFX É er iéndoos [^a]er -SFX É er yéndome aer -SFX É er yéndote aer -SFX É er yéndonos aer -SFX É er yéndoos aer -SFX É erir iriéndome erir -SFX É erir iriéndote erir -SFX É erir iriéndonos erir -SFX É erir iriéndoos erir -SFX É ertir irtiéndome ertir -SFX É ertir irtiéndote ertir -SFX É ertir irtiéndonos ertir -SFX É ertir irtiéndoos ertir -SFX É ervir irviéndome ervir -SFX É ervir irviéndote ervir -SFX É ervir irviéndonos ervir -SFX É ervir irviéndoos ervir -SFX É ormir urmiéndome ormir -SFX É ormir urmiéndote ormir -SFX É ormir urmiéndonos ormir -SFX É ormir urmiéndoos ormir -SFX É ir yéndome [^g]uir -SFX É ir yéndote [^g]uir -SFX É ir yéndonos [^g]uir -SFX É ir yéndoos [^g]uir -SFX É edir idiéndome edir -SFX É edir idiéndote edir -SFX É edir idiéndonos edir -SFX É edir idiéndoos edir -SFX É etir itiéndome etir -SFX É etir itiéndote etir -SFX É etir itiéndonos etir -SFX É etir itiéndoos etir -SFX É eguir iguiéndome eguir -SFX É eguir iguiéndote eguir -SFX É eguir iguiéndonos eguir -SFX É eguir iguiéndoos eguir -SFX É estir istiéndome estir -SFX É estir istiéndote estir -SFX É estir istiéndonos estir -SFX É estir istiéndoos estir -SFX É ecir iciéndome ecir -SFX É ecir iciéndote ecir -SFX É ecir iciéndonos ecir -SFX É ecir iciéndoos ecir -SFX É eír iéndome eír -SFX É eír iéndote eír -SFX É eír iéndonos eír -SFX É eír iéndoos eír -SFX É ír yéndome oír -SFX É ír yéndote oír -SFX É ír yéndonos oír -SFX É ír yéndoos oír -SFX É r éndome ucir -SFX É r éndote ucir -SFX É r éndonos ucir -SFX É r éndoos ucir - -SFX Ê Y 38 -SFX Ê er iéndole [^a]er -SFX Ê er iéndoles [^a]er -SFX Ê er yéndole aer -SFX Ê er yéndoles aer -SFX Ê erir iriéndole erir -SFX Ê erir iriéndoles erir -SFX Ê ertir irtiéndole ertir -SFX Ê ertir irtiéndoles ertir -SFX Ê entir intiéndole entir -SFX Ê entir intiéndoles entir -SFX Ê endir indiéndole endir -SFX Ê endir indiéndoles endir -SFX Ê ervir irviéndole ervir -SFX Ê ervir irviéndoles ervir -SFX Ê enir iniéndole enir -SFX Ê enir iniéndoles enir -SFX Ê ir yéndole [^g]uir -SFX Ê ir yéndoles [^g]uir -SFX Ê eñir iñéndole eñir -SFX Ê eñir iñéndoles eñir -SFX Ê egir igiéndole egir -SFX Ê egir igiéndoles egir -SFX Ê edir idiéndole edir -SFX Ê edir idiéndoles edir -SFX Ê eguir iguiéndole eguir -SFX Ê eguir iguiéndoles eguir -SFX Ê estir istiéndole estir -SFX Ê estir istiéndoles estir -SFX Ê ecir iciéndole ecir -SFX Ê ecir iciéndoles ecir -SFX Ê eír iéndole eír -SFX Ê eír iéndoles eír -SFX Ê ír yéndole oír -SFX Ê ír yéndoles oír -SFX Ê r éndole ucir -SFX Ê r éndoles ucir -SFX Ê r éndole irir -SFX Ê r éndoles irir - -SFX Ë Y 140 -SFX Ë er iéndomela er -SFX Ë er iéndomelo er -SFX Ë er iéndomelas er -SFX Ë er iéndomelos er -SFX Ë er iéndonosla er -SFX Ë er iéndonoslo er -SFX Ë er iéndonoslas er -SFX Ë er iéndonoslos er -SFX Ë er iéndoosla er -SFX Ë er iéndooslo er -SFX Ë er iéndooslas er -SFX Ë er iéndooslos er -SFX Ë er iéndosela er -SFX Ë er iéndoselo er -SFX Ë er iéndoselas er -SFX Ë er iéndoselos er -SFX Ë er iéndotela er -SFX Ë er iéndotelo er -SFX Ë er iéndotelas er -SFX Ë er iéndotelos er -SFX Ë ertir irtiéndomela ertir -SFX Ë ertir irtiéndomelo ertir -SFX Ë ertir irtiéndomelas ertir -SFX Ë ertir irtiéndomelos ertir -SFX Ë ertir irtiéndotela ertir -SFX Ë ertir irtiéndotelo ertir -SFX Ë ertir irtiéndotelas ertir -SFX Ë ertir irtiéndotelos ertir -SFX Ë ertir irtiéndosela ertir -SFX Ë ertir irtiéndoselo ertir -SFX Ë ertir irtiéndoselas ertir -SFX Ë ertir irtiéndoselos ertir -SFX Ë ertir irtiéndonosla ertir -SFX Ë ertir irtiéndonoslo ertir -SFX Ë ertir irtiéndonoslas ertir -SFX Ë ertir irtiéndonoslos ertir -SFX Ë ertir irtiéndoosla ertir -SFX Ë ertir irtiéndooslo ertir -SFX Ë ertir irtiéndooslas ertir -SFX Ë ertir irtiéndooslos ertir -SFX Ë endir indiéndomela endir -SFX Ë endir indiéndomelas endir -SFX Ë endir indiéndomelo endir -SFX Ë endir indiéndomelos endir -SFX Ë endir indiéndonosla endir -SFX Ë endir indiéndonoslas endir -SFX Ë endir indiéndonoslo endir -SFX Ë endir indiéndonoslos endir -SFX Ë endir indiéndoosla endir -SFX Ë endir indiéndooslas endir -SFX Ë endir indiéndooslo endir -SFX Ë endir indiéndooslos endir -SFX Ë endir indiéndosela endir -SFX Ë endir indiéndoselas endir -SFX Ë endir indiéndoselo endir -SFX Ë endir indiéndoselos endir -SFX Ë endir indiéndotela endir -SFX Ë endir indiéndotelas endir -SFX Ë endir indiéndotelo endir -SFX Ë endir indiéndotelos endir -SFX Ë ir yéndomela [^g]uir -SFX Ë ir yéndomelo [^g]uir -SFX Ë ir yéndomelas [^g]uir -SFX Ë ir yéndomelos [^g]uir -SFX Ë ir yéndotela [^g]uir -SFX Ë ir yéndotelo [^g]uir -SFX Ë ir yéndotelas [^g]uir -SFX Ë ir yéndotelos [^g]uir -SFX Ë ir yéndosela [^g]uir -SFX Ë ir yéndoselo [^g]uir -SFX Ë ir yéndoselas [^g]uir -SFX Ë ir yéndoselos [^g]uir -SFX Ë ir yéndonosla [^g]uir -SFX Ë ir yéndonoslo [^g]uir -SFX Ë ir yéndonoslas [^g]uir -SFX Ë ir yéndonoslos [^g]uir -SFX Ë ir yéndoosla [^g]uir -SFX Ë ir yéndooslo [^g]uir -SFX Ë ir yéndooslas [^g]uir -SFX Ë ir yéndooslos [^g]uir -SFX Ë edir idiéndomela edir -SFX Ë edir idiéndomelo edir -SFX Ë edir idiéndomelas edir -SFX Ë edir idiéndomelos edir -SFX Ë edir idiéndotela edir -SFX Ë edir idiéndotelo edir -SFX Ë edir idiéndotelas edir -SFX Ë edir idiéndotelos edir -SFX Ë edir idiéndosela edir -SFX Ë edir idiéndoselo edir -SFX Ë edir idiéndoselas edir -SFX Ë edir idiéndoselos edir -SFX Ë edir idiéndonosla edir -SFX Ë edir idiéndonoslo edir -SFX Ë edir idiéndonoslas edir -SFX Ë edir idiéndonoslos edir -SFX Ë edir idiéndoosla edir -SFX Ë edir idiéndooslo edir -SFX Ë edir idiéndooslas edir -SFX Ë edir idiéndooslos edir -SFX Ë ecir iciéndomela ecir -SFX Ë ecir iciéndomelo ecir -SFX Ë ecir iciéndomelas ecir -SFX Ë ecir iciéndomelos ecir -SFX Ë ecir iciéndotela ecir -SFX Ë ecir iciéndotelo ecir -SFX Ë ecir iciéndotelas ecir -SFX Ë ecir iciéndotelos ecir -SFX Ë ecir iciéndosela ecir -SFX Ë ecir iciéndoselo ecir -SFX Ë ecir iciéndoselas ecir -SFX Ë ecir iciéndoselos ecir -SFX Ë ecir iciéndonosla ecir -SFX Ë ecir iciéndonoslo ecir -SFX Ë ecir iciéndonoslas ecir -SFX Ë ecir iciéndonoslos ecir -SFX Ë ecir iciéndoosla ecir -SFX Ë ecir iciéndooslo ecir -SFX Ë ecir iciéndooslas ecir -SFX Ë ecir iciéndooslos ecir -SFX Ë ír yéndomela oír -SFX Ë ír yéndomelo oír -SFX Ë ír yéndomelas oír -SFX Ë ír yéndomelos oír -SFX Ë ír yéndotela oír -SFX Ë ír yéndotelo oír -SFX Ë ír yéndotelas oír -SFX Ë ír yéndotelos oír -SFX Ë ír yéndosela oír -SFX Ë ír yéndoselo oír -SFX Ë ír yéndoselas oír -SFX Ë ír yéndoselos oír -SFX Ë ír yéndonosla oír -SFX Ë ír yéndonoslo oír -SFX Ë ír yéndonoslas oír -SFX Ë ír yéndonoslos oír -SFX Ë ír yéndoosla oír -SFX Ë ír yéndooslo oír -SFX Ë ír yéndooslas oír -SFX Ë ír yéndooslos oír - -SFX Ì Y 380 -SFX Ì abar ábala abar -SFX Ì abar ábalas abar -SFX Ì abar ábalo abar -SFX Ì abar ábalos abar -SFX Ì r dla r -SFX Ì r dlas r -SFX Ì r dlo r -SFX Ì r dlos r -SFX Ì acar ácala acar -SFX Ì acar ácalas acar -SFX Ì acar ácalo acar -SFX Ì acar ácalos acar -SFX Ì achar áchala achar -SFX Ì achar áchalas achar -SFX Ì achar áchalo achar -SFX Ì achar áchalos achar -SFX Ì adir ádela adir -SFX Ì adir ádelas adir -SFX Ì adir ádelo adir -SFX Ì adir ádelos adir -SFX Ì agar ágala agar -SFX Ì agar ágalas agar -SFX Ì agar ágalo agar -SFX Ì agar ágalos agar -SFX Ì ajar ájala ajar -SFX Ì ajar ájalas ajar -SFX Ì ajar ájalo ajar -SFX Ì ajar ájalos ajar -SFX Ì alar álala alar -SFX Ì alar álalas alar -SFX Ì alar álalo alar -SFX Ì alar álalos alar -SFX Ì amar ámala amar -SFX Ì amar ámalas amar -SFX Ì amar ámalo amar -SFX Ì amar ámalos amar -SFX Ì ambiar ámbiala ambiar -SFX Ì ambiar ámbialas ambiar -SFX Ì ambiar ámbialo ambiar -SFX Ì ambiar ámbialos ambiar -SFX Ì andar ándala andar -SFX Ì andar ándalas andar -SFX Ì andar ándalo andar -SFX Ì andar ándalos andar -SFX Ì ansar ánsala ansar -SFX Ì ansar ánsalas ansar -SFX Ì ansar ánsalo ansar -SFX Ì ansar ánsalos ansar -SFX Ì antar ántala antar -SFX Ì antar ántalas antar -SFX Ì antar ántalo antar -SFX Ì antar ántalos antar -SFX Ì anzar ánzala anzar -SFX Ì anzar ánzalas anzar -SFX Ì anzar ánzalo anzar -SFX Ì anzar ánzalos anzar -SFX Ì añar áñala añar -SFX Ì añar áñalas añar -SFX Ì añar áñalo añar -SFX Ì añar áñalos añar -SFX Ì apar ápala apar -SFX Ì apar ápalas apar -SFX Ì apar ápalo apar -SFX Ì apar ápalos apar -SFX Ì arar árala arar -SFX Ì arar áralas arar -SFX Ì arar áralo arar -SFX Ì arar áralos arar -SFX Ì arcar árcala arcar -SFX Ì arcar árcalas arcar -SFX Ì arcar árcalo arcar -SFX Ì arcar árcalos arcar -SFX Ì arcir árcela arcir -SFX Ì arcir árcelas arcir -SFX Ì arcir árcelo arcir -SFX Ì arcir árcelos arcir -SFX Ì ardar árdala ardar -SFX Ì ardar árdalas ardar -SFX Ì ardar árdalo ardar -SFX Ì ardar árdalos ardar -SFX Ì argar árgala argar -SFX Ì argar árgalas argar -SFX Ì argar árgalo argar -SFX Ì argar árgalos argar -SFX Ì arrar árrala arrar -SFX Ì arrar árralas arrar -SFX Ì arrar árralo arrar -SFX Ì arrar árralos arrar -SFX Ì artar ártala artar -SFX Ì artar ártalas artar -SFX Ì artar ártalo artar -SFX Ì artar ártalos artar -SFX Ì artir ártela artir -SFX Ì artir ártelas artir -SFX Ì artir ártelo artir -SFX Ì artir ártelos artir -SFX Ì asar ásala asar -SFX Ì asar ásalas asar -SFX Ì asar ásalo asar -SFX Ì asar ásalos asar -SFX Ì astar ástala astar -SFX Ì astar ástalas astar -SFX Ì astar ástalo astar -SFX Ì astar ástalos astar -SFX Ì astrar ástrala astrar -SFX Ì astrar ástralas astrar -SFX Ì astrar ástralo astrar -SFX Ì astrar ástralos astrar -SFX Ì atar átala atar -SFX Ì atar átalas atar -SFX Ì atar átalo atar -SFX Ì atar átalos atar -SFX Ì atir átela atir -SFX Ì atir átelas atir -SFX Ì atir átelo atir -SFX Ì atir átelos atir -SFX Ì avar ávala avar -SFX Ì avar ávalas avar -SFX Ì avar ávalo avar -SFX Ì avar ávalos avar -SFX Ì azar ázala azar -SFX Ì azar ázalas azar -SFX Ì azar ázalo azar -SFX Ì azar ázalos azar -SFX Ì ear éala ear -SFX Ì ear éalas ear -SFX Ì ear éalo ear -SFX Ì ear éalos ear -SFX Ì eber ébela eber -SFX Ì eber ébelas eber -SFX Ì eber ébelo eber -SFX Ì eber ébelos eber -SFX Ì echar échala echar -SFX Ì echar échalas echar -SFX Ì echar échalo echar -SFX Ì echar échalos echar -SFX Ì eer éela eer -SFX Ì eer éelas eer -SFX Ì eer éelo eer -SFX Ì eer éelos eer -SFX Ì egar égala egar -SFX Ì egar égalas egar -SFX Ì egar égalo egar -SFX Ì egar égalos egar -SFX Ì ejar éjala ejar -SFX Ì ejar éjalas ejar -SFX Ì ejar éjalo ejar -SFX Ì ejar éjalos ejar -SFX Ì elar élala elar -SFX Ì elar élalas elar -SFX Ì elar élalo elar -SFX Ì elar élalos elar -SFX Ì emar émala emar -SFX Ì emar émalas emar -SFX Ì emar émalo emar -SFX Ì emar émalos emar -SFX Ì enar énala enar -SFX Ì enar énalas enar -SFX Ì enar énalo enar -SFX Ì enar énalos enar -SFX Ì ender éndela ender -SFX Ì ender éndelas ender -SFX Ì ender éndelo ender -SFX Ì ender éndelos ender -SFX Ì entar éntala entar -SFX Ì entar éntalas entar -SFX Ì entar éntalo entar -SFX Ì entar éntalos entar -SFX Ì eptar éptala eptar -SFX Ì eptar éptalas eptar -SFX Ì eptar éptalo eptar -SFX Ì eptar éptalos eptar -SFX Ì erar érala erar -SFX Ì erar éralas erar -SFX Ì erar éralo erar -SFX Ì erar éralos erar -SFX Ì ervar érvala ervar -SFX Ì ervar érvalas ervar -SFX Ì ervar érvalo ervar -SFX Ì ervar érvalos ervar -SFX Ì esar ésala esar -SFX Ì esar ésalas esar -SFX Ì esar ésalo esar -SFX Ì esar ésalos esar -SFX Ì escar éscala escar -SFX Ì escar éscalas escar -SFX Ì escar éscalo escar -SFX Ì escar éscalos escar -SFX Ì estar éstala estar -SFX Ì estar éstalas estar -SFX Ì estar éstalo estar -SFX Ì estar éstalos estar -SFX Ì etar étala etar -SFX Ì etar étalas etar -SFX Ì etar étalo etar -SFX Ì etar étalos etar -SFX Ì eter étela eter -SFX Ì eter ételas eter -SFX Ì eter ételo eter -SFX Ì eter ételos eter -SFX Ì evar évala evar -SFX Ì evar évalas evar -SFX Ì evar évalo evar -SFX Ì evar évalos evar -SFX Ì icar ícala icar -SFX Ì icar ícalas icar -SFX Ì icar ícalo icar -SFX Ì icar ícalos icar -SFX Ì idar ídala idar -SFX Ì idar ídalas idar -SFX Ì idar ídalo idar -SFX Ì idar ídalos idar -SFX Ì idir ídela idir -SFX Ì idir ídelas idir -SFX Ì idir ídelo idir -SFX Ì idir ídelos idir -SFX Ì igar ígala igar -SFX Ì igar ígalas igar -SFX Ì igar ígalo igar -SFX Ì igar ígalos igar -SFX Ì iguar íguala iguar -SFX Ì iguar ígualas iguar -SFX Ì iguar ígualo iguar -SFX Ì iguar ígualos iguar -SFX Ì imir ímela imir -SFX Ì imir ímelas imir -SFX Ì imir ímelo imir -SFX Ì imir ímelos imir -SFX Ì inar ínala inar -SFX Ì inar ínalas inar -SFX Ì inar ínalo inar -SFX Ì inar ínalos inar -SFX Ì iñar íñala iñar -SFX Ì iñar íñalas iñar -SFX Ì iñar íñalo iñar -SFX Ì iñar íñalos iñar -SFX Ì irar írala irar -SFX Ì irar íralas irar -SFX Ì irar íralo irar -SFX Ì irar íralos irar -SFX Ì isar ísala isar -SFX Ì isar ísalas isar -SFX Ì isar ísalo isar -SFX Ì isar ísalos isar -SFX Ì itar ítala itar -SFX Ì itar ítalas itar -SFX Ì itar ítalo itar -SFX Ì itar ítalos itar -SFX Ì itir ítela itir -SFX Ì itir ítelas itir -SFX Ì itir ítelo itir -SFX Ì itir ítelos itir -SFX Ì ivar ívala ivar -SFX Ì ivar ívalas ivar -SFX Ì ivar ívalo ivar -SFX Ì ivar ívalos ivar -SFX Ì ivir ívela ivir -SFX Ì ivir ívelas ivir -SFX Ì ivir ívelo ivir -SFX Ì ivir ívelos ivir -SFX Ì izar ízala izar -SFX Ì izar ízalas izar -SFX Ì izar ízalo izar -SFX Ì izar ízalos izar -SFX Ì obar óbala obar -SFX Ì obar óbalas obar -SFX Ì obar óbalo obar -SFX Ì obar óbalos obar -SFX Ì ocar ócala ocar -SFX Ì ocar ócalas ocar -SFX Ì ocar ócalo ocar -SFX Ì ocar ócalos ocar -SFX Ì ogar ógala ogar -SFX Ì ogar ógalas ogar -SFX Ì ogar ógalo ogar -SFX Ì ogar ógalos ogar -SFX Ì oger ógela oger -SFX Ì oger ógelas oger -SFX Ì oger ógelo oger -SFX Ì oger ógelos oger -SFX Ì ojar ójala ojar -SFX Ì ojar ójalas ojar -SFX Ì ojar ójalo ojar -SFX Ì ojar ójalos ojar -SFX Ì ollar óllala ollar -SFX Ì ollar óllalas ollar -SFX Ì ollar óllalo ollar -SFX Ì ollar óllalos ollar -SFX Ì omar ómala omar -SFX Ì omar ómalas omar -SFX Ì omar ómalo omar -SFX Ì omar ómalos omar -SFX Ì omer ómela omer -SFX Ì omer ómelas omer -SFX Ì omer ómelo omer -SFX Ì omer ómelos omer -SFX Ì onar ónala onar -SFX Ì onar ónalas onar -SFX Ì onar ónalo onar -SFX Ì onar ónalos onar -SFX Ì onder óndela onder -SFX Ì onder óndelas onder -SFX Ì onder óndelo onder -SFX Ì onder óndelos onder -SFX Ì orar órala orar -SFX Ì orar óralas orar -SFX Ì orar óralo orar -SFX Ì orar óralos orar -SFX Ì ornar órnala ornar -SFX Ì ornar órnalas ornar -SFX Ì ornar órnalo ornar -SFX Ì ornar órnalos ornar -SFX Ì ortar órtala ortar -SFX Ì ortar órtalas ortar -SFX Ì ortar órtalo ortar -SFX Ì ortar órtalos ortar -SFX Ì otar ótala otar -SFX Ì otar ótalas otar -SFX Ì otar ótalo otar -SFX Ì otar ótalos otar -SFX Ì ozar ózala ozar -SFX Ì ozar ózalas ozar -SFX Ì ozar ózalo ozar -SFX Ì ozar ózalos ozar -SFX Ì ubrir úbrelas ubrir -SFX Ì ubrir úbrela ubrir -SFX Ì ubrir úbrelos ubrir -SFX Ì ubrir úbrelo ubrir -SFX Ì udar údalas udar -SFX Ì udar údala udar -SFX Ì udar údalos udar -SFX Ì udar údalo udar -SFX Ì ufrir úfrelas ufrir -SFX Ì ufrir úfrela ufrir -SFX Ì ufrir úfrelos ufrir -SFX Ì ufrir úfrelo ufrir -SFX Ì ujar újalas ujar -SFX Ì ujar újala ujar -SFX Ì ujar újalos ujar -SFX Ì ujar újalo ujar -SFX Ì ulsar úlsalas ulsar -SFX Ì ulsar úlsala ulsar -SFX Ì ulsar úlsalos ulsar -SFX Ì ulsar úlsalo ulsar -SFX Ì ultar últalas ultar -SFX Ì ultar últala ultar -SFX Ì ultar últalos ultar -SFX Ì ultar últalo ultar -SFX Ì umar úmalas umar -SFX Ì umar úmala umar -SFX Ì umar úmalos umar -SFX Ì umar úmalo umar -SFX Ì umir úmelas umir -SFX Ì umir úmela umir -SFX Ì umir úmelos umir -SFX Ì umir úmelo umir -SFX Ì unciar úncialas unciar -SFX Ì unciar únciala unciar -SFX Ì unciar úncialos unciar -SFX Ì unciar úncialo unciar -SFX Ì untar úntalas untar -SFX Ì untar úntala untar -SFX Ì untar úntalos untar -SFX Ì untar úntalo untar -SFX Ì urar úralas urar -SFX Ì urar úrala urar -SFX Ì urar úralos urar -SFX Ì urar úralo urar -SFX Ì urrir úrrelas urrir -SFX Ì urrir úrrela urrir -SFX Ì urrir úrrelos urrir -SFX Ì urrir úrrelo urrir -SFX Ì uscar úscalas uscar -SFX Ì uscar úscala uscar -SFX Ì uscar úscalos uscar -SFX Ì uscar úscalo uscar -SFX Ì utar útalas utar -SFX Ì utar útala utar -SFX Ì utar útalos utar -SFX Ì utar útalo utar - -SFX Í Y 162 -SFX Í abar ábame abar -SFX Í abar ábanos abar -SFX Í r dme r -SFX Í r dnos r -SFX Í ablar áblame ablar -SFX Í ablar áblanos ablar -SFX Í acar ácame acar -SFX Í acar ácanos acar -SFX Í agar ágame agar -SFX Í agar áganos agar -SFX Í ajar ájame ajar -SFX Í ajar ájanos ajar -SFX Í almar álmame almar -SFX Í almar álmanos almar -SFX Í alvar álvame alvar -SFX Í alvar álvanos alvar -SFX Í amar ámame amar -SFX Í amar ámanos amar -SFX Í ambiar ámbiame ambiar -SFX Í ambiar ámbianos ambiar -SFX Í ancar áncame ancar -SFX Í ancar áncanos ancar -SFX Í andar ándame andar -SFX Í andar ándanos andar -SFX Í antar ántame antar -SFX Í antar ántanos antar -SFX Í anzar ánzame anzar -SFX Í anzar ánzanos anzar -SFX Í añar áñame añar -SFX Í añar áñanos añar -SFX Í apar ápame apar -SFX Í apar ápanos apar -SFX Í aptar áptame aptar -SFX Í aptar áptanos aptar -SFX Í arar árame arar -SFX Í arar áranos arar -SFX Í ardar árdame ardar -SFX Í ardar árdanos ardar -SFX Í argar árgame argar -SFX Í argar árganos argar -SFX Í arrar árrame arrar -SFX Í arrar árranos arrar -SFX Í atar átame atar -SFX Í atar átanos atar -SFX Í avar ávame avar -SFX Í avar ávanos avar -SFX Í azar ázame azar -SFX Í azar ázanos azar -SFX Í ear éame ear -SFX Í ear éanos ear -SFX Í eder édeme eder -SFX Í eder édenos eder -SFX Í eer éeme eer -SFX Í eer éenos eer -SFX Í egar égame egar -SFX Í egar éganos egar -SFX Í egrar égrame egrar -SFX Í egrar égranos egrar -SFX Í ejar éjame ejar -SFX Í ejar éjanos ejar -SFX Í enar éname enar -SFX Í enar énanos enar -SFX Í endar éndame endar -SFX Í endar éndanos endar -SFX Í ender éndeme ender -SFX Í ender éndenos ender -SFX Í entar éntame entar -SFX Í entar éntanos entar -SFX Í eñar éñame eñar -SFX Í eñar éñanos eñar -SFX Í epar épame epar -SFX Í epar épanos epar -SFX Í eptar éptame eptar -SFX Í eptar éptanos eptar -SFX Í erar érame erar -SFX Í erar éranos erar -SFX Í ercar ércame ercar -SFX Í ercar ércanos ercar -SFX Í esar ésame esar -SFX Í esar ésanos esar -SFX Í estar éstame estar -SFX Í estar éstanos estar -SFX Í etar étame etar -SFX Í etar étanos etar -SFX Í eter éteme eter -SFX Í eter étenos eter -SFX Í evar évame evar -SFX Í evar évanos evar -SFX Í ibir íbeme ibir -SFX Í ibir íbenos ibir -SFX Í icar ícame icar -SFX Í icar ícanos icar -SFX Í iciar íciame iciar -SFX Í iciar ícianos iciar -SFX Í idar ídame idar -SFX Í idar ídanos idar -SFX Í igar ígame igar -SFX Í igar íganos igar -SFX Í irar írame irar -SFX Í irar íranos irar -SFX Í isar ísame isar -SFX Í isar ísanos isar -SFX Í itar ítame itar -SFX Í itar ítanos itar -SFX Í iviar íviame iviar -SFX Í iviar ívianos iviar -SFX Í obrar óbrame obrar -SFX Í obrar óbranos obrar -SFX Í ocar ócame ocar -SFX Í ocar ócanos ocar -SFX Í oger ógeme oger -SFX Í oger ógenos oger -SFX Í ojar ójame ojar -SFX Í ojar ójanos ojar -SFX Í omar ómame omar -SFX Í omar ómanos omar -SFX Í omer ómeme omer -SFX Í omer ómenos omer -SFX Í omprar ómprame omprar -SFX Í omprar ómpranos omprar -SFX Í onar óname onar -SFX Í onar ónanos onar -SFX Í oplar óplame oplar -SFX Í oplar óplanos oplar -SFX Í orar órame orar -SFX Í orar óranos orar -SFX Í orrar órrame orrar -SFX Í orrar órranos orrar -SFX Í orrer órreme orrer -SFX Í orrer órrenos orrer -SFX Í otar ótame otar -SFX Í otar ótanos otar -SFX Í ubir úbeme ubir -SFX Í ubir úbenos ubir -SFX Í ucar úcame ucar -SFX Í ucar úcanos ucar -SFX Í uchar úchame uchar -SFX Í uchar úchanos uchar -SFX Í udar údame udar -SFX Í udar údanos udar -SFX Í ujar újame ujar -SFX Í ujar újanos ujar -SFX Í ullar úllame ullar -SFX Í ullar úllanos ullar -SFX Í ulpar úlpame ulpar -SFX Í ulpar úlpanos ulpar -SFX Í ultar últame ultar -SFX Í ultar últanos ultar -SFX Í unciar únciame unciar -SFX Í unciar úncianos unciar -SFX Í untar úntame untar -SFX Í untar úntanos untar -SFX Í upar úpame upar -SFX Í upar úpanos upar -SFX Í urar úrame urar -SFX Í urar úranos urar -SFX Í urgar úrgame urgar -SFX Í urgar úrganos urgar -SFX Í usar úsame usar -SFX Í usar úsanos usar -SFX Í uscar úscame uscar -SFX Í uscar úscanos uscar - -SFX Î Y 84 -SFX Î abar ábale abar -SFX Î abar ábales abar -SFX Î r dle r -SFX Î r dles r -SFX Î ablar áblale ablar -SFX Î ablar áblales ablar -SFX Î acar ácale acar -SFX Î acar ácales acar -SFX Î adir ádele adir -SFX Î adir ádeles adir -SFX Î ajar ájale ajar -SFX Î ajar ájales ajar -SFX Î ambiar ámbiale ambiar -SFX Î ambiar ámbiales ambiar -SFX Î antar ántale antar -SFX Î antar ántales antar -SFX Î apar ápale apar -SFX Î apar ápales apar -SFX Î arir árele arir -SFX Î arir áreles arir -SFX Î arrar árrale arrar -SFX Î arrar árrales arrar -SFX Î egar égale egar -SFX Î egar égales egar -SFX Î eglar églale eglar -SFX Î eglar églales eglar -SFX Î ejar éjale ejar -SFX Î ejar éjales ejar -SFX Î entar éntale entar -SFX Î entar éntales entar -SFX Î eñar éñale eñar -SFX Î eñar éñales eñar -SFX Î erar érale erar -SFX Î erar érales erar -SFX Î ercar ércale ercar -SFX Î ercar ércales ercar -SFX Î estar éstale estar -SFX Î estar éstales estar -SFX Î eter étele eter -SFX Î eter ételes eter -SFX Î evar évale evar -SFX Î evar évales evar -SFX Î icar ícale icar -SFX Î icar ícales icar -SFX Î iciar íciale iciar -SFX Î iciar íciales iciar -SFX Î igir ígele igir -SFX Î igir ígeles igir -SFX Î imar ímale imar -SFX Î imar ímales imar -SFX Î ingar íngale ingar -SFX Î ingar íngales ingar -SFX Î irar írale irar -SFX Î irar írales irar -SFX Î irmar írmale irmar -SFX Î irmar írmales irmar -SFX Î isar ísale isar -SFX Î isar ísales isar -SFX Î istar ístale istar -SFX Î istar ístales istar -SFX Î izar ízale izar -SFX Î izar ízales izar -SFX Î ocar ócale ocar -SFX Î ocar ócales ocar -SFX Î onar ónale onar -SFX Î onar ónales onar -SFX Î onder óndele onder -SFX Î onder óndeles onder -SFX Î orar órale orar -SFX Î orar órales orar -SFX Î uchar úchales uchar -SFX Î uchar úchale uchar -SFX Î udar údales udar -SFX Î udar údale udar -SFX Î ultar últales ultar -SFX Î ultar últale ultar -SFX Î umir úmeles umir -SFX Î umir úmele umir -SFX Î unciar únciales unciar -SFX Î unciar únciale unciar -SFX Î untar úntales untar -SFX Î untar úntale untar -SFX Î uscar úscales uscar -SFX Î uscar úscale uscar - -SFX Ï Y 264 -SFX Ï adir ádemela adir -SFX Ï adir ádemelas adir -SFX Ï adir ádemelo adir -SFX Ï adir ádemelos adir -SFX Ï adir ádenosla adir -SFX Ï adir ádenoslas adir -SFX Ï adir ádenoslo adir -SFX Ï adir ádenoslos adir -SFX Ï adir ádesela adir -SFX Ï adir ádeselas adir -SFX Ï adir ádeselo adir -SFX Ï adir ádeselos adir -SFX Ï ir ídmela ir -SFX Ï ir ídmelas ir -SFX Ï ir ídmelo ir -SFX Ï ir ídmelos ir -SFX Ï ir ídnosla ir -SFX Ï ir ídnoslas ir -SFX Ï ir ídnoslo ir -SFX Ï ir ídnoslos ir -SFX Ï ir ídsela ir -SFX Ï ir ídselas ir -SFX Ï ir ídselo ir -SFX Ï ir ídselos ir -SFX Ï ambiar ámbiamela ambiar -SFX Ï ambiar ámbiamelas ambiar -SFX Ï ambiar ámbiamelo ambiar -SFX Ï ambiar ámbiamelos ambiar -SFX Ï ambiar ámbianosla ambiar -SFX Ï ambiar ámbianoslas ambiar -SFX Ï ambiar ámbianoslo ambiar -SFX Ï ambiar ámbianoslos ambiar -SFX Ï ambiar ámbiasela ambiar -SFX Ï ambiar ámbiaselas ambiar -SFX Ï ambiar ámbiaselo ambiar -SFX Ï ambiar ámbiaselos ambiar -SFX Ï ar ádmela ar -SFX Ï ar ádmelas ar -SFX Ï ar ádmelo ar -SFX Ï ar ádmelos ar -SFX Ï ar ádnosla ar -SFX Ï ar ádnoslas ar -SFX Ï ar ádnoslo ar -SFX Ï ar ádnoslos ar -SFX Ï ar ádsela ar -SFX Ï ar ádselas ar -SFX Ï ar ádselo ar -SFX Ï ar ádselos ar -SFX Ï ancar áncamela ancar -SFX Ï ancar áncamelas ancar -SFX Ï ancar áncamelo ancar -SFX Ï ancar áncamelos ancar -SFX Ï ancar áncanosla ancar -SFX Ï ancar áncanoslas ancar -SFX Ï ancar áncanoslo ancar -SFX Ï ancar áncanoslos ancar -SFX Ï ancar áncasela ancar -SFX Ï ancar áncaselas ancar -SFX Ï ancar áncaselo ancar -SFX Ï ancar áncaselos ancar -SFX Ï antar ántamela antar -SFX Ï antar ántamelas antar -SFX Ï antar ántamelo antar -SFX Ï antar ántamelos antar -SFX Ï antar ántanosla antar -SFX Ï antar ántanoslas antar -SFX Ï antar ántanoslo antar -SFX Ï antar ántanoslos antar -SFX Ï antar ántasela antar -SFX Ï antar ántaselas antar -SFX Ï antar ántaselo antar -SFX Ï antar ántaselos antar -SFX Ï anzar ánzamela anzar -SFX Ï anzar ánzamelas anzar -SFX Ï anzar ánzamelo anzar -SFX Ï anzar ánzamelos anzar -SFX Ï anzar ánzanosla anzar -SFX Ï anzar ánzanoslas anzar -SFX Ï anzar ánzanoslo anzar -SFX Ï anzar ánzanoslos anzar -SFX Ï anzar ánzasela anzar -SFX Ï anzar ánzaselas anzar -SFX Ï anzar ánzaselo anzar -SFX Ï anzar ánzaselos anzar -SFX Ï asar ásamela asar -SFX Ï asar ásamelas asar -SFX Ï asar ásamelo asar -SFX Ï asar ásamelos asar -SFX Ï asar ásanosla asar -SFX Ï asar ásanoslas asar -SFX Ï asar ásanoslo asar -SFX Ï asar ásanoslos asar -SFX Ï asar ásasela asar -SFX Ï asar ásaselas asar -SFX Ï asar ásaselo asar -SFX Ï asar ásaselos asar -SFX Ï ear éamela ear -SFX Ï ear éamelas ear -SFX Ï ear éamelo ear -SFX Ï ear éamelos ear -SFX Ï ear éanosla ear -SFX Ï ear éanoslas ear -SFX Ï ear éanoslo ear -SFX Ï ear éanoslos ear -SFX Ï ear éasela ear -SFX Ï ear éaselas ear -SFX Ï ear éaselo ear -SFX Ï ear éaselos ear -SFX Ï eder édemela eder -SFX Ï eder édemelas eder -SFX Ï eder édemelo eder -SFX Ï eder édemelos eder -SFX Ï eder édenosla eder -SFX Ï eder édenoslas eder -SFX Ï eder édenoslo eder -SFX Ï eder édenoslos eder -SFX Ï eder édesela eder -SFX Ï eder édeselas eder -SFX Ï eder édeselo eder -SFX Ï eder édeselos eder -SFX Ï er édmela er -SFX Ï er édmelas er -SFX Ï er édmelo er -SFX Ï er édmelos er -SFX Ï er édnosla er -SFX Ï er édnoslas er -SFX Ï er édnoslo er -SFX Ï er édnoslos er -SFX Ï er édsela er -SFX Ï er édselas er -SFX Ï er édselo er -SFX Ï er édselos er -SFX Ï eer éemela eer -SFX Ï eer éemelas eer -SFX Ï eer éemelo eer -SFX Ï eer éemelos eer -SFX Ï eer éenosla eer -SFX Ï eer éenoslas eer -SFX Ï eer éenoslo eer -SFX Ï eer éenoslos eer -SFX Ï eer éesela eer -SFX Ï eer éeselas eer -SFX Ï eer éeselo eer -SFX Ï eer éeselos eer -SFX Ï egar égamela egar -SFX Ï egar égamelas egar -SFX Ï egar égamelo egar -SFX Ï egar égamelos egar -SFX Ï egar éganosla egar -SFX Ï egar éganoslas egar -SFX Ï egar éganoslo egar -SFX Ï egar éganoslos egar -SFX Ï egar égasela egar -SFX Ï egar égaselas egar -SFX Ï egar égaselo egar -SFX Ï egar égaselos egar -SFX Ï ejar éjamela ejar -SFX Ï ejar éjamelas ejar -SFX Ï ejar éjamelo ejar -SFX Ï ejar éjamelos ejar -SFX Ï ejar éjanosla ejar -SFX Ï ejar éjanoslas ejar -SFX Ï ejar éjanoslo ejar -SFX Ï ejar éjanoslos ejar -SFX Ï ejar éjasela ejar -SFX Ï ejar éjaselas ejar -SFX Ï ejar éjaselo ejar -SFX Ï ejar éjaselos ejar -SFX Ï eñar éñamela eñar -SFX Ï eñar éñamelas eñar -SFX Ï eñar éñamelo eñar -SFX Ï eñar éñamelos eñar -SFX Ï eñar éñanosla eñar -SFX Ï eñar éñanoslas eñar -SFX Ï eñar éñanoslo eñar -SFX Ï eñar éñanoslos eñar -SFX Ï eñar éñasela eñar -SFX Ï eñar éñaselas eñar -SFX Ï eñar éñaselo eñar -SFX Ï eñar éñaselos eñar -SFX Ï eter étemela eter -SFX Ï eter étemelas eter -SFX Ï eter étemelo eter -SFX Ï eter étemelos eter -SFX Ï eter étenosla eter -SFX Ï eter étenoslas eter -SFX Ï eter étenoslo eter -SFX Ï eter étenoslos eter -SFX Ï eter étesela eter -SFX Ï eter éteselas eter -SFX Ï eter éteselo eter -SFX Ï eter éteselos eter -SFX Ï ibir íbemela ibir -SFX Ï ibir íbemelas ibir -SFX Ï ibir íbemelo ibir -SFX Ï ibir íbemelos ibir -SFX Ï ibir íbenosla ibir -SFX Ï ibir íbenoslas ibir -SFX Ï ibir íbenoslo ibir -SFX Ï ibir íbenoslos ibir -SFX Ï ibir íbesela ibir -SFX Ï ibir íbeselas ibir -SFX Ï ibir íbeselo ibir -SFX Ï ibir íbeselos ibir -SFX Ï icar ícamela icar -SFX Ï icar ícamelas icar -SFX Ï icar ícamelo icar -SFX Ï icar ícamelos icar -SFX Ï icar ícanosla icar -SFX Ï icar ícanoslas icar -SFX Ï icar ícanoslo icar -SFX Ï icar ícanoslos icar -SFX Ï icar ícasela icar -SFX Ï icar ícaselas icar -SFX Ï icar ícaselo icar -SFX Ï icar ícaselos icar -SFX Ï inar ínamela inar -SFX Ï inar ínamelas inar -SFX Ï inar ínamelo inar -SFX Ï inar ínamelos inar -SFX Ï inar ínanosla inar -SFX Ï inar ínanoslas inar -SFX Ï inar ínanoslo inar -SFX Ï inar ínanoslos inar -SFX Ï inar ínasela inar -SFX Ï inar ínaselas inar -SFX Ï inar ínaselo inar -SFX Ï inar ínaselos inar -SFX Ï obrar óbramela obrar -SFX Ï obrar óbramelas obrar -SFX Ï obrar óbramelo obrar -SFX Ï obrar óbramelos obrar -SFX Ï obrar óbranosla obrar -SFX Ï obrar óbranoslas obrar -SFX Ï obrar óbranoslo obrar -SFX Ï obrar óbranoslos obrar -SFX Ï obrar óbrasela obrar -SFX Ï obrar óbraselas obrar -SFX Ï obrar óbraselo obrar -SFX Ï obrar óbraselos obrar -SFX Ï untar úntamelas untar -SFX Ï untar úntamela untar -SFX Ï untar úntamelos untar -SFX Ï untar úntamelo untar -SFX Ï untar úntanoslas untar -SFX Ï untar úntanosla untar -SFX Ï untar úntanoslos untar -SFX Ï untar úntanoslo untar -SFX Ï untar úntaselas untar -SFX Ï untar úntasela untar -SFX Ï untar úntaselos untar -SFX Ï untar úntaselo untar -SFX Ï urar úramelas urar -SFX Ï urar úramela urar -SFX Ï urar úramelos urar -SFX Ï urar úramelo urar -SFX Ï urar úranoslas urar -SFX Ï urar úranosla urar -SFX Ï urar úranoslos urar -SFX Ï urar úranoslo urar -SFX Ï urar úraselas urar -SFX Ï urar úrasela urar -SFX Ï urar úraselos urar -SFX Ï urar úraselo urar - -SFX Ð Y 56 -SFX Ð egar iégala egar -SFX Ð egar iégalas egar -SFX Ð egar iégalo egar -SFX Ð egar iégalos egar -SFX Ð r dla r -SFX Ð r dlas r -SFX Ð r dlo r -SFX Ð r dlos r -SFX Ð ender iéndela ender -SFX Ð ender iéndelas ender -SFX Ð ender iéndelo ender -SFX Ð ender iéndelos ender -SFX Ð ensar iénsala ensar -SFX Ð ensar iénsalas ensar -SFX Ð ensar iénsalo ensar -SFX Ð ensar iénsalos ensar -SFX Ð entar iéntala entar -SFX Ð entar iéntalas entar -SFX Ð entar iéntalo entar -SFX Ð entar iéntalos entar -SFX Ð errar iérrala errar -SFX Ð errar iérralas errar -SFX Ð errar iérralo errar -SFX Ð errar iérralos errar -SFX Ð etar iétala etar -SFX Ð etar iétalas etar -SFX Ð etar iétalo etar -SFX Ð etar iétalos etar -SFX Ð iar íala iar -SFX Ð iar íalas iar -SFX Ð iar íalo iar -SFX Ð iar íalos iar -SFX Ð obar uébala obar -SFX Ð obar uébalas obar -SFX Ð obar uébalo obar -SFX Ð obar uébalos obar -SFX Ð ocer uécela ocer -SFX Ð ocer uécelas ocer -SFX Ð ocer uécelo ocer -SFX Ð ocer uécelos ocer -SFX Ð oltar uéltala oltar -SFX Ð oltar uéltalas oltar -SFX Ð oltar uéltalo oltar -SFX Ð oltar uéltalos oltar -SFX Ð olver uélvela olver -SFX Ð olver uélvelas olver -SFX Ð olver uélvelo olver -SFX Ð olver uélvelos olver -SFX Ð ontar uéntala ontar -SFX Ð ontar uéntalas ontar -SFX Ð ontar uéntalo ontar -SFX Ð ontar uéntalos ontar -SFX Ð ostrar uéstrala ostrar -SFX Ð ostrar uéstralas ostrar -SFX Ð ostrar uéstralo ostrar -SFX Ð ostrar uéstralos ostrar - -SFX Ñ Y 24 -SFX Ñ ecer éceme ecer -SFX Ñ ecer écenos ecer -SFX Ñ r dme r -SFX Ñ r dnos r -SFX Ñ ender iéndeme ender -SFX Ñ ender iéndenos ender -SFX Ñ entar iéntame entar -SFX Ñ entar iéntanos entar -SFX Ñ errar iérrame errar -SFX Ñ errar iérranos errar -SFX Ñ etar iétame etar -SFX Ñ etar iétanos etar -SFX Ñ iar íame iar -SFX Ñ iar íanos iar -SFX Ñ oltar uéltame oltar -SFX Ñ oltar uéltanos oltar -SFX Ñ olver uélveme olver -SFX Ñ olver uélvenos olver -SFX Ñ ontar uéntame ontar -SFX Ñ ontar uéntanos ontar -SFX Ñ order uérdeme order -SFX Ñ order uérdenos order -SFX Ñ ostrar uéstrame ostrar -SFX Ñ ostrar uéstranos ostrar - -SFX Ò Y 20 -SFX Ò ecer écele ecer -SFX Ò ecer éceles ecer -SFX Ò r dle r -SFX Ò r dles r -SFX Ò egar iégale egar -SFX Ò egar iégales egar -SFX Ò ender iéndele ender -SFX Ò ender iéndeles ender -SFX Ò errar iérrale errar -SFX Ò errar iérrales errar -SFX Ò iar íale iar -SFX Ò iar íales iar -SFX Ò ogar uégale ogar -SFX Ò ogar uégales ogar -SFX Ò ontar uéntale ontar -SFX Ò ontar uéntales ontar -SFX Ò order uérdele order -SFX Ò order uérdeles order -SFX Ò ostrar uéstrale ostrar -SFX Ò ostrar uéstrales ostrar - -SFX Ó Y 96 -SFX Ó ecer écemela ecer -SFX Ó ecer écemelas ecer -SFX Ó ecer écemelo ecer -SFX Ó ecer écemelos ecer -SFX Ó ecer écenosla ecer -SFX Ó ecer écenoslas ecer -SFX Ó ecer écenoslo ecer -SFX Ó ecer écenoslos ecer -SFX Ó ecer écesela ecer -SFX Ó ecer éceselas ecer -SFX Ó ecer éceselo ecer -SFX Ó ecer éceselos ecer -SFX Ó er édmela er -SFX Ó er édmelas er -SFX Ó er édmelo er -SFX Ó er édmelos er -SFX Ó er édnosla er -SFX Ó er édnoslas er -SFX Ó er édnoslo er -SFX Ó er édnoslos er -SFX Ó er édsela er -SFX Ó er édselas er -SFX Ó er édselo er -SFX Ó er édselos er -SFX Ó iar íamela iar -SFX Ó iar íamelas iar -SFX Ó iar íamelo iar -SFX Ó iar íamelos iar -SFX Ó iar íanosla iar -SFX Ó iar íanoslas iar -SFX Ó iar íanoslo iar -SFX Ó iar íanoslos iar -SFX Ó iar íasela iar -SFX Ó iar íaselas iar -SFX Ó iar íaselo iar -SFX Ó iar íaselos iar -SFX Ó ar ádmela ar -SFX Ó ar ádmelas ar -SFX Ó ar ádmelo ar -SFX Ó ar ádmelos ar -SFX Ó ar ádnosla ar -SFX Ó ar ádnoslas ar -SFX Ó ar ádnoslo ar -SFX Ó ar ádnoslos ar -SFX Ó ar ádsela ar -SFX Ó ar ádselas ar -SFX Ó ar ádselo ar -SFX Ó ar ádselos ar -SFX Ó olver uélvemela olver -SFX Ó olver uélvemelas olver -SFX Ó olver uélvemelo olver -SFX Ó olver uélvemelos olver -SFX Ó olver uélvenosla olver -SFX Ó olver uélvenoslas olver -SFX Ó olver uélvenoslo olver -SFX Ó olver uélvenoslos olver -SFX Ó olver uélvesela olver -SFX Ó olver uélveselas olver -SFX Ó olver uélveselo olver -SFX Ó olver uélveselos olver -SFX Ó ontar uéntamela ontar -SFX Ó ontar uéntamelas ontar -SFX Ó ontar uéntamelo ontar -SFX Ó ontar uéntamelos ontar -SFX Ó ontar uéntanosla ontar -SFX Ó ontar uéntanoslas ontar -SFX Ó ontar uéntanoslo ontar -SFX Ó ontar uéntanoslos ontar -SFX Ó ontar uéntasela ontar -SFX Ó ontar uéntaselas ontar -SFX Ó ontar uéntaselo ontar -SFX Ó ontar uéntaselos ontar -SFX Ó ordar uérdamela ordar -SFX Ó ordar uérdamelas ordar -SFX Ó ordar uérdamelo ordar -SFX Ó ordar uérdamelos ordar -SFX Ó ordar uérdanosla ordar -SFX Ó ordar uérdanoslas ordar -SFX Ó ordar uérdanoslo ordar -SFX Ó ordar uérdanoslos ordar -SFX Ó ordar uérdasela ordar -SFX Ó ordar uérdaselas ordar -SFX Ó ordar uérdaselo ordar -SFX Ó ordar uérdaselos ordar -SFX Ó ostrar uéstramela ostrar -SFX Ó ostrar uéstramelas ostrar -SFX Ó ostrar uéstramelo ostrar -SFX Ó ostrar uéstramelos ostrar -SFX Ó ostrar uéstranosla ostrar -SFX Ó ostrar uéstranoslas ostrar -SFX Ó ostrar uéstranoslo ostrar -SFX Ó ostrar uéstranoslos ostrar -SFX Ó ostrar uéstrasela ostrar -SFX Ó ostrar uéstraselas ostrar -SFX Ó ostrar uéstraselo ostrar -SFX Ó ostrar uéstraselos ostrar - -SFX Ô Y 56 -SFX Ô aer áela aer -SFX Ô aer áelas aer -SFX Ô aer áelo aer -SFX Ô aer áelos aer -SFX Ô r dla r -SFX Ô r dlas r -SFX Ô r dlo r -SFX Ô r dlos r -SFX Ô cer zla cer -SFX Ô cer zlas cer -SFX Ô cer zlo cer -SFX Ô cer zlos cer -SFX Ô ecir ícela ecir -SFX Ô ecir ícelas ecir -SFX Ô ecir ícelo ecir -SFX Ô ecir ícelos ecir -SFX Ô edir ídela edir -SFX Ô edir ídelas edir -SFX Ô edir ídelo edir -SFX Ô edir ídelos edir -SFX Ô eguir íguela eguir -SFX Ô eguir íguelas eguir -SFX Ô eguir íguelo eguir -SFX Ô eguir íguelos eguir -SFX Ô eír íela eír -SFX Ô eír íelas eír -SFX Ô eír íelo eír -SFX Ô eír íelos eír -SFX Ô entir iéntela entir -SFX Ô entir iéntelas entir -SFX Ô entir iéntelo entir -SFX Ô entir iéntelos entir -SFX Ô erer iérela erer -SFX Ô erer iérelas erer -SFX Ô erer iérelo erer -SFX Ô erer iérelos erer -SFX Ô er la ner -SFX Ô er las ner -SFX Ô er lo ner -SFX Ô er los ner -SFX Ô ertir iértela ertir -SFX Ô ertir iértelas ertir -SFX Ô ertir iértelo ertir -SFX Ô ertir iértelos ertir -SFX Ô ervir írvela ervir -SFX Ô ervir írvelas ervir -SFX Ô ervir írvelo ervir -SFX Ô ervir írvelos ervir -SFX Ô r la ver -SFX Ô r las ver -SFX Ô r lo ver -SFX Ô r los ver -SFX Ô uir úyelas uir -SFX Ô uir úyela uir -SFX Ô uir úyelos uir -SFX Ô uir úyelo uir - -SFX Õ Y 26 -SFX Õ aber ábeme aber -SFX Õ aber ábenos aber -SFX Õ r dme r -SFX Õ r dnos r -SFX Õ aer áeme aer -SFX Õ aer áenos aer -SFX Õ ecir íceme ecir -SFX Õ ecir ícenos ecir -SFX Õ edir ídeme edir -SFX Õ edir ídenos edir -SFX Õ egir ígeme egir -SFX Õ egir ígenos egir -SFX Õ eguir ígueme eguir -SFX Õ eguir íguenos eguir -SFX Õ erer iéreme erer -SFX Õ erer iérenos erer -SFX Õ erir iéreme erir -SFX Õ erir iérenos erir -SFX Õ er me ner -SFX Õ er nos ner -SFX Õ estir ísteme estir -SFX Õ estir ístenos estir -SFX Õ r me ver -SFX Õ r nos ver -SFX Õ ucir úceme ucir -SFX Õ ucir úcenos ucir - -SFX Ö Y 14 -SFX Ö aber ábele aber -SFX Ö aber ábeles aber -SFX Ö r dle r -SFX Ö r dles r -SFX Ö aer áele aer -SFX Ö aer áeles aer -SFX Ö cer zle cer -SFX Ö cer zles cer -SFX Ö edir ídele edir -SFX Ö edir ídeles edir -SFX Ö er le ner -SFX Ö er les ner -SFX Ö r le ver -SFX Ö r les ver - -SFX Ø Y 60 -SFX Ø aer áemela aer -SFX Ø aer áemelas aer -SFX Ø aer áemelo aer -SFX Ø aer áemelos aer -SFX Ø aer áenosla aer -SFX Ø aer áenoslas aer -SFX Ø aer áenoslo aer -SFX Ø aer áenoslos aer -SFX Ø aer áesela aer -SFX Ø aer áeselas aer -SFX Ø aer áeselo aer -SFX Ø aer áeselos aer -SFX Ø er édmela er -SFX Ø er édmelas er -SFX Ø er édmelo er -SFX Ø er édmelos er -SFX Ø er édnosla er -SFX Ø er édnoslas er -SFX Ø er édnoslo er -SFX Ø er édnoslos er -SFX Ø er édsela er -SFX Ø er édselas er -SFX Ø er édselo er -SFX Ø er édselos er -SFX Ø edir ídemela edir -SFX Ø edir ídemelas edir -SFX Ø edir ídemelo edir -SFX Ø edir ídemelos edir -SFX Ø edir ídenosla edir -SFX Ø edir ídenoslas edir -SFX Ø edir ídenoslo edir -SFX Ø edir ídenoslos edir -SFX Ø edir ídesela edir -SFX Ø edir ídeselas edir -SFX Ø edir ídeselo edir -SFX Ø edir ídeselos edir -SFX Ø ir ídmela ir -SFX Ø ir ídmelas ir -SFX Ø ir ídmelo ir -SFX Ø ir ídmelos ir -SFX Ø ir ídnosla ir -SFX Ø ir ídnoslas ir -SFX Ø ir ídnoslo ir -SFX Ø ir ídnoslos ir -SFX Ø ir ídsela ir -SFX Ø ir ídselas ir -SFX Ø ir ídselo ir -SFX Ø ir ídselos ir -SFX Ø oner ónmela oner -SFX Ø oner ónmelas oner -SFX Ø oner ónmelo oner -SFX Ø oner ónmelos oner -SFX Ø oner ónnosla oner -SFX Ø oner ónnoslas oner -SFX Ø oner ónnoslo oner -SFX Ø oner ónnoslos oner -SFX Ø oner ónsela oner -SFX Ø oner ónselas oner -SFX Ø oner ónselo oner -SFX Ø oner ónselos oner - -SFX Ù Y 664 -SFX Ù acar áquela acar -SFX Ù acar áquelas acar -SFX Ù acar áquelo acar -SFX Ù acar áquelos acar -SFX Ù acar áquenla acar -SFX Ù acar áquenlas acar -SFX Ù acar áquenlo acar -SFX Ù acar áquenlos acar -SFX Ù achar áchela achar -SFX Ù achar áchelas achar -SFX Ù achar áchelo achar -SFX Ù achar áchelos achar -SFX Ù achar áchenla achar -SFX Ù achar áchenlas achar -SFX Ù achar áchenlo achar -SFX Ù achar áchenlos achar -SFX Ù adar ádela adar -SFX Ù adar ádelas adar -SFX Ù adar ádelo adar -SFX Ù adar ádelos adar -SFX Ù adar ádenla adar -SFX Ù adar ádenlas adar -SFX Ù adar ádenlo adar -SFX Ù adar ádenlos adar -SFX Ù agar águela agar -SFX Ù agar águelas agar -SFX Ù agar águelo agar -SFX Ù agar águelos agar -SFX Ù agar águenla agar -SFX Ù agar águenlas agar -SFX Ù agar águenlo agar -SFX Ù agar águenlos agar -SFX Ù ajar ájela ajar -SFX Ù ajar ájelas ajar -SFX Ù ajar ájelo ajar -SFX Ù ajar ájelos ajar -SFX Ù ajar ájenla ajar -SFX Ù ajar ájenlas ajar -SFX Ù ajar ájenlo ajar -SFX Ù ajar ájenlos ajar -SFX Ù ambiar ámbiela ambiar -SFX Ù ambiar ámbielas ambiar -SFX Ù ambiar ámbielo ambiar -SFX Ù ambiar ámbielos ambiar -SFX Ù ambiar ámbienla ambiar -SFX Ù ambiar ámbienlas ambiar -SFX Ù ambiar ámbienlo ambiar -SFX Ù ambiar ámbienlos ambiar -SFX Ù ancar ánquela ancar -SFX Ù ancar ánquelas ancar -SFX Ù ancar ánquelo ancar -SFX Ù ancar ánquelos ancar -SFX Ù ancar ánquenla ancar -SFX Ù ancar ánquenlas ancar -SFX Ù ancar ánquenlo ancar -SFX Ù ancar ánquenlos ancar -SFX Ù anchar ánchela anchar -SFX Ù anchar ánchelas anchar -SFX Ù anchar ánchelo anchar -SFX Ù anchar ánchelos anchar -SFX Ù anchar ánchenla anchar -SFX Ù anchar ánchenlas anchar -SFX Ù anchar ánchenlo anchar -SFX Ù anchar ánchenlos anchar -SFX Ù andar ándela andar -SFX Ù andar ándelas andar -SFX Ù andar ándelo andar -SFX Ù andar ándelos andar -SFX Ù andar ándenla andar -SFX Ù andar ándenlas andar -SFX Ù andar ándenlo andar -SFX Ù andar ándenlos andar -SFX Ù andir ándala andir -SFX Ù andir ándalas andir -SFX Ù andir ándalo andir -SFX Ù andir ándalos andir -SFX Ù andir ándanla andir -SFX Ù andir ándanlas andir -SFX Ù andir ándanlo andir -SFX Ù andir ándanlos andir -SFX Ù añar áñela añar -SFX Ù añar áñelas añar -SFX Ù añar áñelo añar -SFX Ù añar áñelos añar -SFX Ù añar áñenla añar -SFX Ù añar áñenlas añar -SFX Ù añar áñenlo añar -SFX Ù añar áñenlos añar -SFX Ù apar ápela apar -SFX Ù apar ápelas apar -SFX Ù apar ápelo apar -SFX Ù apar ápelos apar -SFX Ù apar ápenla apar -SFX Ù apar ápenlas apar -SFX Ù apar ápenlo apar -SFX Ù apar ápenlos apar -SFX Ù arar árela arar -SFX Ù arar árelas arar -SFX Ù arar árelo arar -SFX Ù arar árelos arar -SFX Ù arar árenla arar -SFX Ù arar árenlas arar -SFX Ù arar árenlo arar -SFX Ù arar árenlos arar -SFX Ù ardar árdela ardar -SFX Ù ardar árdelas ardar -SFX Ù ardar árdelo ardar -SFX Ù ardar árdelos ardar -SFX Ù ardar árdenla ardar -SFX Ù ardar árdenlas ardar -SFX Ù ardar árdenlo ardar -SFX Ù ardar árdenlos ardar -SFX Ù arrar árrela arrar -SFX Ù arrar árrelas arrar -SFX Ù arrar árrelo arrar -SFX Ù arrar árrelos arrar -SFX Ù arrar árrenla arrar -SFX Ù arrar árrenlas arrar -SFX Ù arrar árrenlo arrar -SFX Ù arrar árrenlos arrar -SFX Ù artar ártela artar -SFX Ù artar ártelas artar -SFX Ù artar ártelo artar -SFX Ù artar ártelos artar -SFX Ù artar ártenla artar -SFX Ù artar ártenlas artar -SFX Ù artar ártenlo artar -SFX Ù artar ártenlos artar -SFX Ù artir ártala artir -SFX Ù artir ártalas artir -SFX Ù artir ártalo artir -SFX Ù artir ártalos artir -SFX Ù artir ártanla artir -SFX Ù artir ártanlas artir -SFX Ù artir ártanlo artir -SFX Ù artir ártanlos artir -SFX Ù asar ásela asar -SFX Ù asar áselas asar -SFX Ù asar áselo asar -SFX Ù asar áselos asar -SFX Ù asar ásenla asar -SFX Ù asar ásenlas asar -SFX Ù asar ásenlo asar -SFX Ù asar ásenlos asar -SFX Ù astrar ástrela astrar -SFX Ù astrar ástrelas astrar -SFX Ù astrar ástrelo astrar -SFX Ù astrar ástrelos astrar -SFX Ù astrar ástrenla astrar -SFX Ù astrar ástrenlas astrar -SFX Ù astrar ástrenlo astrar -SFX Ù astrar ástrenlos astrar -SFX Ù atar átela atar -SFX Ù atar átelas atar -SFX Ù atar átelo atar -SFX Ù atar átelos atar -SFX Ù atar átenla atar -SFX Ù atar átenlas atar -SFX Ù atar átenlo atar -SFX Ù atar átenlos atar -SFX Ù atir átala atir -SFX Ù atir átalas atir -SFX Ù atir átalo atir -SFX Ù atir átalos atir -SFX Ù atir átanla atir -SFX Ù atir átanlas atir -SFX Ù atir átanlo atir -SFX Ù atir átanlos atir -SFX Ù azar ácela azar -SFX Ù azar ácelas azar -SFX Ù azar ácelo azar -SFX Ù azar ácelos azar -SFX Ù azar ácenla azar -SFX Ù azar ácenlas azar -SFX Ù azar ácenlo azar -SFX Ù azar ácenlos azar -SFX Ù ear éela ear -SFX Ù ear éelas ear -SFX Ù ear éelo ear -SFX Ù ear éelos ear -SFX Ù ear éenla ear -SFX Ù ear éenlas ear -SFX Ù ear éenlo ear -SFX Ù ear éenlos ear -SFX Ù ecar équela ecar -SFX Ù ecar équelas ecar -SFX Ù ecar équelo ecar -SFX Ù ecar équelos ecar -SFX Ù ecar équenla ecar -SFX Ù ecar équenlas ecar -SFX Ù ecar équenlo ecar -SFX Ù ecar équenlos ecar -SFX Ù echar échela echar -SFX Ù echar échelas echar -SFX Ù echar échelo echar -SFX Ù echar échelos echar -SFX Ù echar échenla echar -SFX Ù echar échenlas echar -SFX Ù echar échenlo echar -SFX Ù echar échenlos echar -SFX Ù ectar éctela ectar -SFX Ù ectar éctelas ectar -SFX Ù ectar éctelo ectar -SFX Ù ectar éctelos ectar -SFX Ù ectar éctenla ectar -SFX Ù ectar éctenlas ectar -SFX Ù ectar éctenlo ectar -SFX Ù ectar éctenlos ectar -SFX Ù eer éala eer -SFX Ù eer éalas eer -SFX Ù eer éalo eer -SFX Ù eer éalos eer -SFX Ù eer éanla eer -SFX Ù eer éanlas eer -SFX Ù eer éanlo eer -SFX Ù eer éanlos eer -SFX Ù egar éguela egar -SFX Ù egar éguelas egar -SFX Ù egar éguelo egar -SFX Ù egar éguelos egar -SFX Ù egar éguenla egar -SFX Ù egar éguenlas egar -SFX Ù egar éguenlo egar -SFX Ù egar éguenlos egar -SFX Ù ejar éjela ejar -SFX Ù ejar éjelas ejar -SFX Ù ejar éjelo ejar -SFX Ù ejar éjelos ejar -SFX Ù ejar éjenla ejar -SFX Ù ejar éjenlas ejar -SFX Ù ejar éjenlo ejar -SFX Ù ejar éjenlos ejar -SFX Ù elar élela elar -SFX Ù elar élelas elar -SFX Ù elar élelo elar -SFX Ù elar élelos elar -SFX Ù elar élenla elar -SFX Ù elar élenlas elar -SFX Ù elar élenlo elar -SFX Ù elar élenlos elar -SFX Ù emar émela emar -SFX Ù emar émelas emar -SFX Ù emar émelo emar -SFX Ù emar émelos emar -SFX Ù emar émenla emar -SFX Ù emar émenlas emar -SFX Ù emar émenlo emar -SFX Ù emar émenlos emar -SFX Ù endar éndela endar -SFX Ù endar éndelas endar -SFX Ù endar éndelo endar -SFX Ù endar éndelos endar -SFX Ù endar éndenla endar -SFX Ù endar éndenlas endar -SFX Ù endar éndenlo endar -SFX Ù endar éndenlos endar -SFX Ù ender éndala ender -SFX Ù ender éndalas ender -SFX Ù ender éndalo ender -SFX Ù ender éndalos ender -SFX Ù ender éndanla ender -SFX Ù ender éndanlas ender -SFX Ù ender éndanlo ender -SFX Ù ender éndanlos ender -SFX Ù entar éntela entar -SFX Ù entar éntelas entar -SFX Ù entar éntelo entar -SFX Ù entar éntelos entar -SFX Ù entar éntenla entar -SFX Ù entar éntenlas entar -SFX Ù entar éntenlo entar -SFX Ù entar éntenlos entar -SFX Ù eptar éptela eptar -SFX Ù eptar éptelas eptar -SFX Ù eptar éptelo eptar -SFX Ù eptar éptelos eptar -SFX Ù eptar éptenla eptar -SFX Ù eptar éptenlas eptar -SFX Ù eptar éptenlo eptar -SFX Ù eptar éptenlos eptar -SFX Ù erar érela erar -SFX Ù erar érelas erar -SFX Ù erar érelo erar -SFX Ù erar érelos erar -SFX Ù erar érenla erar -SFX Ù erar érenlas erar -SFX Ù erar érenlo erar -SFX Ù erar érenlos erar -SFX Ù ercar érquela ercar -SFX Ù ercar érquelas ercar -SFX Ù ercar érquelo ercar -SFX Ù ercar érquelos ercar -SFX Ù ercar érquenla ercar -SFX Ù ercar érquenlas ercar -SFX Ù ercar érquenlo ercar -SFX Ù ercar érquenlos ercar -SFX Ù ergir érjala ergir -SFX Ù ergir érjalas ergir -SFX Ù ergir érjalo ergir -SFX Ù ergir érjalos ergir -SFX Ù ergir érjanla ergir -SFX Ù ergir érjanlas ergir -SFX Ù ergir érjanlo ergir -SFX Ù ergir érjanlos ergir -SFX Ù ervar érvela ervar -SFX Ù ervar érvelas ervar -SFX Ù ervar érvelo ervar -SFX Ù ervar érvelos ervar -SFX Ù ervar érvenla ervar -SFX Ù ervar érvenlas ervar -SFX Ù ervar érvenlo ervar -SFX Ù ervar érvenlos ervar -SFX Ù esar ésela esar -SFX Ù esar éselas esar -SFX Ù esar éselo esar -SFX Ù esar éselos esar -SFX Ù esar ésenla esar -SFX Ù esar ésenlas esar -SFX Ù esar ésenlo esar -SFX Ù esar ésenlos esar -SFX Ù etar étela etar -SFX Ù etar ételas etar -SFX Ù etar ételo etar -SFX Ù etar ételos etar -SFX Ù etar étenla etar -SFX Ù etar étenlas etar -SFX Ù etar étenlo etar -SFX Ù etar étenlos etar -SFX Ù evar évela evar -SFX Ù evar évelas evar -SFX Ù evar évelo evar -SFX Ù evar évelos evar -SFX Ù evar évenla evar -SFX Ù evar évenlas evar -SFX Ù evar évenlo evar -SFX Ù evar évenlos evar -SFX Ù icar íquela icar -SFX Ù icar íquelas icar -SFX Ù icar íquelo icar -SFX Ù icar íquelos icar -SFX Ù icar íquenla icar -SFX Ù icar íquenlas icar -SFX Ù icar íquenlo icar -SFX Ù icar íquenlos icar -SFX Ù idar ídela idar -SFX Ù idar ídelas idar -SFX Ù idar ídelo idar -SFX Ù idar ídelos idar -SFX Ù idar ídenla idar -SFX Ù idar ídenlas idar -SFX Ù idar ídenlo idar -SFX Ù idar ídenlos idar -SFX Ù inar ínela inar -SFX Ù inar ínelas inar -SFX Ù inar ínelo inar -SFX Ù inar ínelos inar -SFX Ù inar ínenla inar -SFX Ù inar ínenlas inar -SFX Ù inar ínenlo inar -SFX Ù inar ínenlos inar -SFX Ù irar írela irar -SFX Ù irar írelas irar -SFX Ù irar írelo irar -SFX Ù irar írelos irar -SFX Ù irar írenla irar -SFX Ù irar írenlas irar -SFX Ù irar írenlo irar -SFX Ù irar írenlos irar -SFX Ù irmar írmela irmar -SFX Ù irmar írmelas irmar -SFX Ù irmar írmelo irmar -SFX Ù irmar írmelos irmar -SFX Ù irmar írmenla irmar -SFX Ù irmar írmenlas irmar -SFX Ù irmar írmenlo irmar -SFX Ù irmar írmenlos irmar -SFX Ù isar ísela isar -SFX Ù isar íselas isar -SFX Ù isar íselo isar -SFX Ù isar íselos isar -SFX Ù isar ísenla isar -SFX Ù isar ísenlas isar -SFX Ù isar ísenlo isar -SFX Ù isar ísenlos isar -SFX Ù itar ítela itar -SFX Ù itar ítelas itar -SFX Ù itar ítelo itar -SFX Ù itar ítelos itar -SFX Ù itar ítenla itar -SFX Ù itar ítenlas itar -SFX Ù itar ítenlo itar -SFX Ù itar ítenlos itar -SFX Ù itir ítala itir -SFX Ù itir ítalas itir -SFX Ù itir ítalo itir -SFX Ù itir ítalos itir -SFX Ù itir ítanla itir -SFX Ù itir ítanlas itir -SFX Ù itir ítanlo itir -SFX Ù itir ítanlos itir -SFX Ù ivar ívela ivar -SFX Ù ivar ívelas ivar -SFX Ù ivar ívelo ivar -SFX Ù ivar ívelos ivar -SFX Ù ivar ívenla ivar -SFX Ù ivar ívenlas ivar -SFX Ù ivar ívenlo ivar -SFX Ù ivar ívenlos ivar -SFX Ù ivir ívala ivir -SFX Ù ivir ívalas ivir -SFX Ù ivir ívalo ivir -SFX Ù ivir ívalos ivir -SFX Ù ivir ívanla ivir -SFX Ù ivir ívanlas ivir -SFX Ù ivir ívanlo ivir -SFX Ù ivir ívanlos ivir -SFX Ù izar ícela izar -SFX Ù izar ícelas izar -SFX Ù izar ícelo izar -SFX Ù izar ícelos izar -SFX Ù izar ícenla izar -SFX Ù izar ícenlas izar -SFX Ù izar ícenlo izar -SFX Ù izar ícenlos izar -SFX Ù oblar óblela oblar -SFX Ù oblar óblelas oblar -SFX Ù oblar óblelo oblar -SFX Ù oblar óblelos oblar -SFX Ù oblar óblenla oblar -SFX Ù oblar óblenlas oblar -SFX Ù oblar óblenlo oblar -SFX Ù oblar óblenlos oblar -SFX Ù ocar óquela ocar -SFX Ù ocar óquelas ocar -SFX Ù ocar óquelo ocar -SFX Ù ocar óquelos ocar -SFX Ù ocar óquenla ocar -SFX Ù ocar óquenlas ocar -SFX Ù ocar óquenlo ocar -SFX Ù ocar óquenlos ocar -SFX Ù ochar óchela ochar -SFX Ù ochar óchelas ochar -SFX Ù ochar óchelo ochar -SFX Ù ochar óchelos ochar -SFX Ù ochar óchenla ochar -SFX Ù ochar óchenlas ochar -SFX Ù ochar óchenlo ochar -SFX Ù ochar óchenlos ochar -SFX Ù ogar óguela ogar -SFX Ù ogar óguelas ogar -SFX Ù ogar óguelo ogar -SFX Ù ogar óguelos ogar -SFX Ù ogar óguenla ogar -SFX Ù ogar óguenlas ogar -SFX Ù ogar óguenlo ogar -SFX Ù ogar óguenlos ogar -SFX Ù oger ójala oger -SFX Ù oger ójalas oger -SFX Ù oger ójalo oger -SFX Ù oger ójalos oger -SFX Ù oger ójanla oger -SFX Ù oger ójanlas oger -SFX Ù oger ójanlo oger -SFX Ù oger ójanlos oger -SFX Ù ojar ójela ojar -SFX Ù ojar ójelas ojar -SFX Ù ojar ójelo ojar -SFX Ù ojar ójelos ojar -SFX Ù ojar ójenla ojar -SFX Ù ojar ójenlas ojar -SFX Ù ojar ójenlo ojar -SFX Ù ojar ójenlos ojar -SFX Ù ollar óllela ollar -SFX Ù ollar óllelas ollar -SFX Ù ollar óllelo ollar -SFX Ù ollar óllelos ollar -SFX Ù ollar óllenla ollar -SFX Ù ollar óllenlas ollar -SFX Ù ollar óllenlo ollar -SFX Ù ollar óllenlos ollar -SFX Ù omar ómela omar -SFX Ù omar ómelas omar -SFX Ù omar ómelo omar -SFX Ù omar ómelos omar -SFX Ù omar ómenla omar -SFX Ù omar ómenlas omar -SFX Ù omar ómenlo omar -SFX Ù omar ómenlos omar -SFX Ù omer ómala omer -SFX Ù omer ómalas omer -SFX Ù omer ómalo omer -SFX Ù omer ómalos omer -SFX Ù omer ómanla omer -SFX Ù omer ómanlas omer -SFX Ù omer ómanlo omer -SFX Ù omer ómanlos omer -SFX Ù onar ónela onar -SFX Ù onar ónelas onar -SFX Ù onar ónelo onar -SFX Ù onar ónelos onar -SFX Ù onar ónenla onar -SFX Ù onar ónenlas onar -SFX Ù onar ónenlo onar -SFX Ù onar ónenlos onar -SFX Ù opiar ópiela opiar -SFX Ù opiar ópielas opiar -SFX Ù opiar ópielo opiar -SFX Ù opiar ópielos opiar -SFX Ù opiar ópienla opiar -SFX Ù opiar ópienlas opiar -SFX Ù opiar ópienlo opiar -SFX Ù opiar ópienlos opiar -SFX Ù orar órela orar -SFX Ù orar órelas orar -SFX Ù orar órelo orar -SFX Ù orar órelos orar -SFX Ù orar órenla orar -SFX Ù orar órenlas orar -SFX Ù orar órenlo orar -SFX Ù orar órenlos orar -SFX Ù orrar órrela orrar -SFX Ù orrar órrelas orrar -SFX Ù orrar órrelo orrar -SFX Ù orrar órrelos orrar -SFX Ù orrar órrenla orrar -SFX Ù orrar órrenlas orrar -SFX Ù orrar órrenlo orrar -SFX Ù orrar órrenlos orrar -SFX Ù ortar órtela ortar -SFX Ù ortar órtelas ortar -SFX Ù ortar órtelo ortar -SFX Ù ortar órtelos ortar -SFX Ù ortar órtenla ortar -SFX Ù ortar órtenlas ortar -SFX Ù ortar órtenlo ortar -SFX Ù ortar órtenlos ortar -SFX Ù otar ótela otar -SFX Ù otar ótelas otar -SFX Ù otar ótelo otar -SFX Ù otar ótelos otar -SFX Ù otar ótenla otar -SFX Ù otar ótenlas otar -SFX Ù otar ótenlo otar -SFX Ù otar ótenlos otar -SFX Ù ubrir úbralas ubrir -SFX Ù ubrir úbrala ubrir -SFX Ù ubrir úbralos ubrir -SFX Ù ubrir úbralo ubrir -SFX Ù ubrir úbranlas ubrir -SFX Ù ubrir úbranla ubrir -SFX Ù ubrir úbranlos ubrir -SFX Ù ubrir úbranlo ubrir -SFX Ù uchar úchelas uchar -SFX Ù uchar úchela uchar -SFX Ù uchar úchelos uchar -SFX Ù uchar úchelo uchar -SFX Ù uchar úchenlas uchar -SFX Ù uchar úchenla uchar -SFX Ù uchar úchenlos uchar -SFX Ù uchar úchenlo uchar -SFX Ù udar údelas udar -SFX Ù udar údela udar -SFX Ù udar údelos udar -SFX Ù udar údelo udar -SFX Ù udar údenlas udar -SFX Ù udar údenla udar -SFX Ù udar údenlos udar -SFX Ù udar údenlo udar -SFX Ù udiar údielas udiar -SFX Ù udiar údiela udiar -SFX Ù udiar údielos udiar -SFX Ù udiar údielo udiar -SFX Ù udiar údienlas udiar -SFX Ù udiar údienla udiar -SFX Ù udiar údienlos udiar -SFX Ù udiar údienlo udiar -SFX Ù ujar újelas ujar -SFX Ù ujar újela ujar -SFX Ù ujar újelos ujar -SFX Ù ujar újelo ujar -SFX Ù ujar újenlas ujar -SFX Ù ujar újenla ujar -SFX Ù ujar újenlos ujar -SFX Ù ujar újenlo ujar -SFX Ù ulpar úlpelas ulpar -SFX Ù ulpar úlpela ulpar -SFX Ù ulpar úlpelos ulpar -SFX Ù ulpar úlpelo ulpar -SFX Ù ulpar úlpenlas ulpar -SFX Ù ulpar úlpenla ulpar -SFX Ù ulpar úlpenlos ulpar -SFX Ù ulpar úlpenlo ulpar -SFX Ù ultar últelas ultar -SFX Ù ultar últela ultar -SFX Ù ultar últelos ultar -SFX Ù ultar últelo ultar -SFX Ù ultar últenlas ultar -SFX Ù ultar últenla ultar -SFX Ù ultar últenlos ultar -SFX Ù ultar últenlo ultar -SFX Ù umir úmalas umir -SFX Ù umir úmala umir -SFX Ù umir úmalos umir -SFX Ù umir úmalo umir -SFX Ù umir úmanlas umir -SFX Ù umir úmanla umir -SFX Ù umir úmanlos umir -SFX Ù umir úmanlo umir -SFX Ù umpir úmpalas umpir -SFX Ù umpir úmpala umpir -SFX Ù umpir úmpalos umpir -SFX Ù umpir úmpalo umpir -SFX Ù umpir úmpanlas umpir -SFX Ù umpir úmpanla umpir -SFX Ù umpir úmpanlos umpir -SFX Ù umpir úmpanlo umpir -SFX Ù unciar úncielas unciar -SFX Ù unciar únciela unciar -SFX Ù unciar úncielos unciar -SFX Ù unciar úncielo unciar -SFX Ù unciar úncienlas unciar -SFX Ù unciar úncienla unciar -SFX Ù unciar úncienlos unciar -SFX Ù unciar úncienlo unciar -SFX Ù urar úrelas urar -SFX Ù urar úrela urar -SFX Ù urar úrelos urar -SFX Ù urar úrelo urar -SFX Ù urar úrenlas urar -SFX Ù urar úrenla urar -SFX Ù urar úrenlos urar -SFX Ù urar úrenlo urar -SFX Ù urrir úrralas urrir -SFX Ù urrir úrrala urrir -SFX Ù urrir úrralos urrir -SFX Ù urrir úrralo urrir -SFX Ù urrir úrranlas urrir -SFX Ù urrir úrranla urrir -SFX Ù urrir úrranlos urrir -SFX Ù urrir úrranlo urrir -SFX Ù uscar úsquelas uscar -SFX Ù uscar úsquela uscar -SFX Ù uscar úsquelos uscar -SFX Ù uscar úsquelo uscar -SFX Ù uscar úsquenlas uscar -SFX Ù uscar úsquenla uscar -SFX Ù uscar úsquenlos uscar -SFX Ù uscar úsquenlo uscar -SFX Ù utar útelas utar -SFX Ù utar útela utar -SFX Ù utar útelos utar -SFX Ù utar útelo utar -SFX Ù utar útenlas utar -SFX Ù utar útenla utar -SFX Ù utar útenlos utar -SFX Ù utar útenlo utar -SFX Ù uzgar úzguelas uzgar -SFX Ù uzgar úzguela uzgar -SFX Ù uzgar úzguelos uzgar -SFX Ù uzgar úzguelo uzgar -SFX Ù uzgar úzguenlas uzgar -SFX Ù uzgar úzguenla uzgar -SFX Ù uzgar úzguenlos uzgar -SFX Ù uzgar úzguenlo uzgar - -SFX Ú Y 184 -SFX Ú acar áqueme acar -SFX Ú acar áquenme acar -SFX Ú acar áquennos acar -SFX Ú acar áquenos acar -SFX Ú actar ácteme actar -SFX Ú actar áctenme actar -SFX Ú actar áctennos actar -SFX Ú actar áctenos actar -SFX Ú ajar ájeme ajar -SFX Ú ajar ájenme ajar -SFX Ú ajar ájennos ajar -SFX Ú ajar ájenos ajar -SFX Ú amar ámeme amar -SFX Ú amar ámenme amar -SFX Ú amar ámennos amar -SFX Ú amar ámenos amar -SFX Ú antar ánteme antar -SFX Ú antar ántenme antar -SFX Ú antar ántennos antar -SFX Ú antar ántenos antar -SFX Ú anzar ánceme anzar -SFX Ú anzar áncenme anzar -SFX Ú anzar áncennos anzar -SFX Ú anzar áncenos anzar -SFX Ú añar áñeme añar -SFX Ú añar áñenme añar -SFX Ú añar áñennos añar -SFX Ú añar áñenos añar -SFX Ú arar áreme arar -SFX Ú arar árenme arar -SFX Ú arar árennos arar -SFX Ú arar árenos arar -SFX Ú ardar árdeme ardar -SFX Ú ardar árdenme ardar -SFX Ú ardar árdennos ardar -SFX Ú ardar árdenos ardar -SFX Ú astar ásteme astar -SFX Ú astar ástenme astar -SFX Ú astar ástennos astar -SFX Ú astar ástenos astar -SFX Ú atar áteme atar -SFX Ú atar átenme atar -SFX Ú atar átennos atar -SFX Ú atar átenos atar -SFX Ú ear éeme ear -SFX Ú ear éenme ear -SFX Ú ear éennos ear -SFX Ú ear éenos ear -SFX Ú eder édame eder -SFX Ú eder édanme eder -SFX Ú eder édannos eder -SFX Ú eder édanos eder -SFX Ú eer éame eer -SFX Ú eer éanme eer -SFX Ú eer éannos eer -SFX Ú eer éanos eer -SFX Ú egar égueme egar -SFX Ú egar éguenme egar -SFX Ú egar éguennos egar -SFX Ú egar éguenos egar -SFX Ú ejar éjeme ejar -SFX Ú ejar éjenme ejar -SFX Ú ejar éjennos ejar -SFX Ú ejar éjenos ejar -SFX Ú endar éndeme endar -SFX Ú endar éndenme endar -SFX Ú endar éndennos endar -SFX Ú endar éndenos endar -SFX Ú ender éndame ender -SFX Ú ender éndanme ender -SFX Ú ender éndannos ender -SFX Ú ender éndanos ender -SFX Ú eñar éñeme eñar -SFX Ú eñar éñenme eñar -SFX Ú eñar éñennos eñar -SFX Ú eñar éñenos eñar -SFX Ú eptar épteme eptar -SFX Ú eptar éptenme eptar -SFX Ú eptar éptennos eptar -SFX Ú eptar éptenos eptar -SFX Ú erar éreme erar -SFX Ú erar érenme erar -SFX Ú erar érennos erar -SFX Ú erar érenos erar -SFX Ú estar ésteme estar -SFX Ú estar éstenme estar -SFX Ú estar éstennos estar -SFX Ú estar éstenos estar -SFX Ú etar éteme etar -SFX Ú etar étenme etar -SFX Ú etar étennos etar -SFX Ú etar étenos etar -SFX Ú eter étame eter -SFX Ú eter étanme eter -SFX Ú eter étannos eter -SFX Ú eter étanos eter -SFX Ú ibir íbame ibir -SFX Ú ibir íbanme ibir -SFX Ú ibir íbannos ibir -SFX Ú ibir íbanos ibir -SFX Ú icar íqueme icar -SFX Ú icar íquenme icar -SFX Ú icar íquennos icar -SFX Ú icar íquenos icar -SFX Ú idar ídeme idar -SFX Ú idar ídenme idar -SFX Ú idar ídennos idar -SFX Ú idar ídenos idar -SFX Ú iflar ífleme iflar -SFX Ú iflar íflenme iflar -SFX Ú iflar íflennos iflar -SFX Ú iflar íflenos iflar -SFX Ú ilar íleme ilar -SFX Ú ilar ílenme ilar -SFX Ú ilar ílennos ilar -SFX Ú ilar ílenos ilar -SFX Ú irar íreme irar -SFX Ú irar írenme irar -SFX Ú irar írennos irar -SFX Ú irar írenos irar -SFX Ú isar íseme isar -SFX Ú isar ísenme isar -SFX Ú isar ísennos isar -SFX Ú isar ísenos isar -SFX Ú itar íteme itar -SFX Ú itar ítenme itar -SFX Ú itar ítennos itar -SFX Ú itar ítenos itar -SFX Ú izar íceme izar -SFX Ú izar ícenme izar -SFX Ú izar ícennos izar -SFX Ú izar ícenos izar -SFX Ú obrar óbreme obrar -SFX Ú obrar óbrenme obrar -SFX Ú obrar óbrennos obrar -SFX Ú obrar óbrenos obrar -SFX Ú ocar óqueme ocar -SFX Ú ocar óquenme ocar -SFX Ú ocar óquennos ocar -SFX Ú ocar óquenos ocar -SFX Ú onar óneme onar -SFX Ú onar ónenme onar -SFX Ú onar ónennos onar -SFX Ú onar ónenos onar -SFX Ú otar óteme otar -SFX Ú otar ótenme otar -SFX Ú otar ótennos otar -SFX Ú otar ótenos otar -SFX Ú uchar úcheme uchar -SFX Ú uchar úchenme uchar -SFX Ú uchar úchennos uchar -SFX Ú uchar úchenos uchar -SFX Ú udar údeme udar -SFX Ú udar údenme udar -SFX Ú udar údennos udar -SFX Ú udar údenos udar -SFX Ú ulpar úlpeme ulpar -SFX Ú ulpar úlpenme ulpar -SFX Ú ulpar úlpennos ulpar -SFX Ú ulpar úlpenos ulpar -SFX Ú ultar últeme ultar -SFX Ú ultar últenme ultar -SFX Ú ultar últennos ultar -SFX Ú ultar últenos ultar -SFX Ú umpir úmpame umpir -SFX Ú umpir úmpanme umpir -SFX Ú umpir úmpannos umpir -SFX Ú umpir úmpanos umpir -SFX Ú urar úreme urar -SFX Ú urar úrenme urar -SFX Ú urar úrennos urar -SFX Ú urar úrenos urar -SFX Ú usar úseme usar -SFX Ú usar úsenme usar -SFX Ú usar úsennos usar -SFX Ú usar úsenos usar -SFX Ú uscar úsqueme uscar -SFX Ú uscar úsquenme uscar -SFX Ú uscar úsquennos uscar -SFX Ú uscar úsquenos uscar -SFX Ú ustar ústeme ustar -SFX Ú ustar ústenme ustar -SFX Ú ustar ústennos ustar -SFX Ú ustar ústenos ustar - -SFX Û Y 144 -SFX Û acar áquele acar -SFX Û acar áqueles acar -SFX Û acar áquenle acar -SFX Û acar áquenles acar -SFX Û adir ádale adir -SFX Û adir ádales adir -SFX Û adir ádanle adir -SFX Û adir ádanles adir -SFX Û alar álele alar -SFX Û alar áleles alar -SFX Û alar álenle alar -SFX Û alar álenles alar -SFX Û ambiar ámbiele ambiar -SFX Û ambiar ámbieles ambiar -SFX Û ambiar ámbienle ambiar -SFX Û ambiar ámbienles ambiar -SFX Û ancar ánquele ancar -SFX Û ancar ánqueles ancar -SFX Û ancar ánquenle ancar -SFX Û ancar ánquenles ancar -SFX Û arar árele arar -SFX Û arar áreles arar -SFX Û arar árenle arar -SFX Û arar árenles arar -SFX Û asar ásele asar -SFX Û asar áseles asar -SFX Û asar ásenle asar -SFX Û asar ásenles asar -SFX Û astar ástele astar -SFX Û astar ásteles astar -SFX Û astar ástenle astar -SFX Û astar ástenles astar -SFX Û azar ácele azar -SFX Û azar áceles azar -SFX Û azar ácenle azar -SFX Û azar ácenles azar -SFX Û egar éguele egar -SFX Û egar égueles egar -SFX Û egar éguenle egar -SFX Û egar éguenles egar -SFX Û ejar éjele ejar -SFX Û ejar éjeles ejar -SFX Û ejar éjenle ejar -SFX Û ejar éjenles ejar -SFX Û entar éntele entar -SFX Û entar énteles entar -SFX Û entar éntenle entar -SFX Û entar éntenles entar -SFX Û eñar éñele eñar -SFX Û eñar éñeles eñar -SFX Û eñar éñenle eñar -SFX Û eñar éñenles eñar -SFX Û esgar ésguele esgar -SFX Û esgar ésgueles esgar -SFX Û esgar ésguenle esgar -SFX Û esgar ésguenles esgar -SFX Û estar éstele estar -SFX Û estar ésteles estar -SFX Û estar éstenle estar -SFX Û estar éstenles estar -SFX Û eter étale eter -SFX Û eter étales eter -SFX Û eter étanle eter -SFX Û eter étanles eter -SFX Û icar íquele icar -SFX Û icar íqueles icar -SFX Û icar íquenle icar -SFX Û icar íquenles icar -SFX Û iflar íflele iflar -SFX Û iflar ífleles iflar -SFX Û iflar íflenle iflar -SFX Û iflar íflenles iflar -SFX Û igir íjale igir -SFX Û igir íjales igir -SFX Û igir íjanle igir -SFX Û igir íjanles igir -SFX Û imar ímele imar -SFX Û imar ímeles imar -SFX Û imar ímenle imar -SFX Û imar ímenles imar -SFX Û irar írele irar -SFX Û irar íreles irar -SFX Û irar írenle irar -SFX Û irar írenles irar -SFX Û irmar írmele irmar -SFX Û irmar írmeles irmar -SFX Û irmar írmenle irmar -SFX Û irmar írmenles irmar -SFX Û isar ísele isar -SFX Û isar íseles isar -SFX Û isar ísenle isar -SFX Û isar ísenles isar -SFX Û itar ítele itar -SFX Û itar íteles itar -SFX Û itar ítenle itar -SFX Û itar ítenles itar -SFX Û ocar óquele ocar -SFX Û ocar óqueles ocar -SFX Û ocar óquenle ocar -SFX Û ocar óquenles ocar -SFX Û oger ójale oger -SFX Û oger ójales oger -SFX Û oger ójanle oger -SFX Û oger ójanles oger -SFX Û onar ónele onar -SFX Û onar óneles onar -SFX Û onar ónenle onar -SFX Û onar ónenles onar -SFX Û orgar órguele orgar -SFX Û orgar órgueles orgar -SFX Û orgar órguenle orgar -SFX Û orgar órguenles orgar -SFX Û ovar óvele ovar -SFX Û ovar óveles ovar -SFX Û ovar óvenle ovar -SFX Û ovar óvenles ovar -SFX Û uchar úcheles uchar -SFX Û uchar úchele uchar -SFX Û uchar úchenles uchar -SFX Û uchar úchenle uchar -SFX Û ultar últeles ultar -SFX Û ultar últele ultar -SFX Û ultar últenles ultar -SFX Û ultar últenle ultar -SFX Û umar úmeles umar -SFX Û umar úmele umar -SFX Û umar úmenles umar -SFX Û umar úmenle umar -SFX Û untar únteles untar -SFX Û untar úntele untar -SFX Û untar úntenles untar -SFX Û untar úntenle untar -SFX Û urar úreles urar -SFX Û urar úrele urar -SFX Û urar úrenles urar -SFX Û urar úrenle urar -SFX Û uscar úsqueles uscar -SFX Û uscar úsquele uscar -SFX Û uscar úsquenles uscar -SFX Û uscar úsquenle uscar -SFX Û ustar ústeles ustar -SFX Û ustar ústele ustar -SFX Û ustar ústenles ustar -SFX Û ustar ústenle ustar - -SFX Ü Y 264 -SFX Ü amar ámemela amar -SFX Ü amar ámemelas amar -SFX Ü amar ámemelo amar -SFX Ü amar ámemelos amar -SFX Ü amar ámenmela amar -SFX Ü amar ámenmelas amar -SFX Ü amar ámenmelo amar -SFX Ü amar ámenmelos amar -SFX Ü amar ámennosla amar -SFX Ü amar ámennoslas amar -SFX Ü amar ámennoslo amar -SFX Ü amar ámennoslos amar -SFX Ü amar ámenosla amar -SFX Ü amar ámenoslas amar -SFX Ü amar ámenoslo amar -SFX Ü amar ámenoslos amar -SFX Ü amar ámensela amar -SFX Ü amar ámenselas amar -SFX Ü amar ámenselo amar -SFX Ü amar ámenselos amar -SFX Ü amar ámesela amar -SFX Ü amar ámeselas amar -SFX Ü amar ámeselo amar -SFX Ü amar ámeselos amar -SFX Ü ear éemela ear -SFX Ü ear éemelas ear -SFX Ü ear éemelo ear -SFX Ü ear éemelos ear -SFX Ü ear éenmela ear -SFX Ü ear éenmelas ear -SFX Ü ear éenmelo ear -SFX Ü ear éenmelos ear -SFX Ü ear éennosla ear -SFX Ü ear éennoslas ear -SFX Ü ear éennoslo ear -SFX Ü ear éennoslos ear -SFX Ü ear éenosla ear -SFX Ü ear éenoslas ear -SFX Ü ear éenoslo ear -SFX Ü ear éenoslos ear -SFX Ü ear éensela ear -SFX Ü ear éenselas ear -SFX Ü ear éenselo ear -SFX Ü ear éenselos ear -SFX Ü ear éesela ear -SFX Ü ear éeselas ear -SFX Ü ear éeselo ear -SFX Ü ear éeselos ear -SFX Ü edar édemela edar -SFX Ü edar édemelas edar -SFX Ü edar édemelo edar -SFX Ü edar édemelos edar -SFX Ü edar édenmela edar -SFX Ü edar édenmelas edar -SFX Ü edar édenmelo edar -SFX Ü edar édenmelos edar -SFX Ü edar édennosla edar -SFX Ü edar édennoslas edar -SFX Ü edar édennoslo edar -SFX Ü edar édennoslos edar -SFX Ü edar édenosla edar -SFX Ü edar édenoslas edar -SFX Ü edar édenoslo edar -SFX Ü edar édenoslos edar -SFX Ü edar édensela edar -SFX Ü edar édenselas edar -SFX Ü edar édenselo edar -SFX Ü edar édenselos edar -SFX Ü edar édesela edar -SFX Ü edar édeselas edar -SFX Ü edar édeselo edar -SFX Ü edar édeselos edar -SFX Ü eer éamela eer -SFX Ü eer éamelas eer -SFX Ü eer éamelo eer -SFX Ü eer éamelos eer -SFX Ü eer éanmela eer -SFX Ü eer éanmelas eer -SFX Ü eer éanmelo eer -SFX Ü eer éanmelos eer -SFX Ü eer éannosla eer -SFX Ü eer éannoslas eer -SFX Ü eer éannoslo eer -SFX Ü eer éannoslos eer -SFX Ü eer éanosla eer -SFX Ü eer éanoslas eer -SFX Ü eer éanoslo eer -SFX Ü eer éanoslos eer -SFX Ü eer éansela eer -SFX Ü eer éanselas eer -SFX Ü eer éanselo eer -SFX Ü eer éanselos eer -SFX Ü eer éasela eer -SFX Ü eer éaselas eer -SFX Ü eer éaselo eer -SFX Ü eer éaselos eer -SFX Ü egar éguemela egar -SFX Ü egar éguemelas egar -SFX Ü egar éguemelo egar -SFX Ü egar éguemelos egar -SFX Ü egar éguenmela egar -SFX Ü egar éguenmelas egar -SFX Ü egar éguenmelo egar -SFX Ü egar éguenmelos egar -SFX Ü egar éguennosla egar -SFX Ü egar éguennoslas egar -SFX Ü egar éguennoslo egar -SFX Ü egar éguennoslos egar -SFX Ü egar éguenosla egar -SFX Ü egar éguenoslas egar -SFX Ü egar éguenoslo egar -SFX Ü egar éguenoslos egar -SFX Ü egar éguensela egar -SFX Ü egar éguenselas egar -SFX Ü egar éguenselo egar -SFX Ü egar éguenselos egar -SFX Ü egar éguesela egar -SFX Ü egar égueselas egar -SFX Ü egar égueselo egar -SFX Ü egar égueselos egar -SFX Ü ejar éjemela ejar -SFX Ü ejar éjemelas ejar -SFX Ü ejar éjemelo ejar -SFX Ü ejar éjemelos ejar -SFX Ü ejar éjenmela ejar -SFX Ü ejar éjenmelas ejar -SFX Ü ejar éjenmelo ejar -SFX Ü ejar éjenmelos ejar -SFX Ü ejar éjennosla ejar -SFX Ü ejar éjennoslas ejar -SFX Ü ejar éjennoslo ejar -SFX Ü ejar éjennoslos ejar -SFX Ü ejar éjenosla ejar -SFX Ü ejar éjenoslas ejar -SFX Ü ejar éjenoslo ejar -SFX Ü ejar éjenoslos ejar -SFX Ü ejar éjensela ejar -SFX Ü ejar éjenselas ejar -SFX Ü ejar éjenselo ejar -SFX Ü ejar éjenselos ejar -SFX Ü ejar éjesela ejar -SFX Ü ejar éjeselas ejar -SFX Ü ejar éjeselo ejar -SFX Ü ejar éjeselos ejar -SFX Ü ender éndamela ender -SFX Ü ender éndamelas ender -SFX Ü ender éndamelo ender -SFX Ü ender éndamelos ender -SFX Ü ender éndanmela ender -SFX Ü ender éndanmelas ender -SFX Ü ender éndanmelo ender -SFX Ü ender éndanmelos ender -SFX Ü ender éndannosla ender -SFX Ü ender éndannoslas ender -SFX Ü ender éndannoslo ender -SFX Ü ender éndannoslos ender -SFX Ü ender éndanosla ender -SFX Ü ender éndanoslas ender -SFX Ü ender éndanoslo ender -SFX Ü ender éndanoslos ender -SFX Ü ender éndansela ender -SFX Ü ender éndanselas ender -SFX Ü ender éndanselo ender -SFX Ü ender éndanselos ender -SFX Ü ender éndasela ender -SFX Ü ender éndaselas ender -SFX Ü ender éndaselo ender -SFX Ü ender éndaselos ender -SFX Ü entar éntemela entar -SFX Ü entar éntemelas entar -SFX Ü entar éntemelo entar -SFX Ü entar éntemelos entar -SFX Ü entar éntenmela entar -SFX Ü entar éntenmelas entar -SFX Ü entar éntenmelo entar -SFX Ü entar éntenmelos entar -SFX Ü entar éntennosla entar -SFX Ü entar éntennoslas entar -SFX Ü entar éntennoslo entar -SFX Ü entar éntennoslos entar -SFX Ü entar éntenosla entar -SFX Ü entar éntenoslas entar -SFX Ü entar éntenoslo entar -SFX Ü entar éntenoslos entar -SFX Ü entar éntensela entar -SFX Ü entar éntenselas entar -SFX Ü entar éntenselo entar -SFX Ü entar éntenselos entar -SFX Ü entar éntesela entar -SFX Ü entar énteselas entar -SFX Ü entar énteselo entar -SFX Ü entar énteselos entar -SFX Ü icar íquemela icar -SFX Ü icar íquemelas icar -SFX Ü icar íquemelo icar -SFX Ü icar íquemelos icar -SFX Ü icar íquenmela icar -SFX Ü icar íquenmelas icar -SFX Ü icar íquenmelo icar -SFX Ü icar íquenmelos icar -SFX Ü icar íquennosla icar -SFX Ü icar íquennoslas icar -SFX Ü icar íquennoslo icar -SFX Ü icar íquennoslos icar -SFX Ü icar íquenosla icar -SFX Ü icar íquenoslas icar -SFX Ü icar íquenoslo icar -SFX Ü icar íquenoslos icar -SFX Ü icar íquensela icar -SFX Ü icar íquenselas icar -SFX Ü icar íquenselo icar -SFX Ü icar íquenselos icar -SFX Ü icar íquesela icar -SFX Ü icar íqueselas icar -SFX Ü icar íqueselo icar -SFX Ü icar íqueselos icar -SFX Ü inar ínemela inar -SFX Ü inar ínemelas inar -SFX Ü inar ínemelo inar -SFX Ü inar ínemelos inar -SFX Ü inar ínenmela inar -SFX Ü inar ínenmelas inar -SFX Ü inar ínenmelo inar -SFX Ü inar ínenmelos inar -SFX Ü inar ínennosla inar -SFX Ü inar ínennoslas inar -SFX Ü inar ínennoslo inar -SFX Ü inar ínennoslos inar -SFX Ü inar ínenosla inar -SFX Ü inar ínenoslas inar -SFX Ü inar ínenoslo inar -SFX Ü inar ínenoslos inar -SFX Ü inar ínensela inar -SFX Ü inar ínenselas inar -SFX Ü inar ínenselo inar -SFX Ü inar ínenselos inar -SFX Ü inar ínesela inar -SFX Ü inar íneselas inar -SFX Ü inar íneselo inar -SFX Ü inar íneselos inar -SFX Ü itar ítemela itar -SFX Ü itar ítemelas itar -SFX Ü itar ítemelo itar -SFX Ü itar ítemelos itar -SFX Ü itar ítenmela itar -SFX Ü itar ítenmelas itar -SFX Ü itar ítenmelo itar -SFX Ü itar ítenmelos itar -SFX Ü itar ítennosla itar -SFX Ü itar ítennoslas itar -SFX Ü itar ítennoslo itar -SFX Ü itar ítennoslos itar -SFX Ü itar ítenosla itar -SFX Ü itar ítenoslas itar -SFX Ü itar ítenoslo itar -SFX Ü itar ítenoslos itar -SFX Ü itar ítensela itar -SFX Ü itar ítenselas itar -SFX Ü itar ítenselo itar -SFX Ü itar ítenselos itar -SFX Ü itar ítesela itar -SFX Ü itar íteselas itar -SFX Ü itar íteselo itar -SFX Ü itar íteselos itar - -SFX Ý Y 120 -SFX Ý egar iéguela egar -SFX Ý egar iéguelas egar -SFX Ý egar iéguelo egar -SFX Ý egar iéguelos egar -SFX Ý egar iéguenla egar -SFX Ý egar iéguenlas egar -SFX Ý egar iéguenlo egar -SFX Ý egar iéguenlos egar -SFX Ý ender iéndala ender -SFX Ý ender iéndalas ender -SFX Ý ender iéndalo ender -SFX Ý ender iéndalos ender -SFX Ý ender iéndanla ender -SFX Ý ender iéndanlas ender -SFX Ý ender iéndanlo ender -SFX Ý ender iéndanlos ender -SFX Ý ensar iénsela ensar -SFX Ý ensar iénselas ensar -SFX Ý ensar iénselo ensar -SFX Ý ensar iénselos ensar -SFX Ý ensar iénsenla ensar -SFX Ý ensar iénsenlas ensar -SFX Ý ensar iénsenlo ensar -SFX Ý ensar iénsenlos ensar -SFX Ý etar iétela etar -SFX Ý etar iételas etar -SFX Ý etar iételo etar -SFX Ý etar iételos etar -SFX Ý etar iétenla etar -SFX Ý etar iétenlas etar -SFX Ý etar iétenlo etar -SFX Ý etar iétenlos etar -SFX Ý iar íela iar -SFX Ý iar íelas iar -SFX Ý iar íelo iar -SFX Ý iar íelos iar -SFX Ý iar íenla iar -SFX Ý iar íenlas iar -SFX Ý iar íenlo iar -SFX Ý iar íenlos iar -SFX Ý obar uébela obar -SFX Ý obar uébelas obar -SFX Ý obar uébelo obar -SFX Ý obar uébelos obar -SFX Ý obar uébenla obar -SFX Ý obar uébenlas obar -SFX Ý obar uébenlo obar -SFX Ý obar uébenlos obar -SFX Ý ocer uézala ocer -SFX Ý ocer uézalas ocer -SFX Ý ocer uézalo ocer -SFX Ý ocer uézalos ocer -SFX Ý ocer uézanla ocer -SFX Ý ocer uézanlas ocer -SFX Ý ocer uézanlo ocer -SFX Ý ocer uézanlos ocer -SFX Ý olar uélela olar -SFX Ý olar uélelas olar -SFX Ý olar uélelo olar -SFX Ý olar uélelos olar -SFX Ý olar uélenla olar -SFX Ý olar uélenlas olar -SFX Ý olar uélenlo olar -SFX Ý olar uélenlos olar -SFX Ý oltar uéltela oltar -SFX Ý oltar uéltelas oltar -SFX Ý oltar uéltelo oltar -SFX Ý oltar uéltelos oltar -SFX Ý oltar uéltenla oltar -SFX Ý oltar uéltenlas oltar -SFX Ý oltar uéltenlo oltar -SFX Ý oltar uéltenlos oltar -SFX Ý olver uélvala olver -SFX Ý olver uélvalas olver -SFX Ý olver uélvalo olver -SFX Ý olver uélvalos olver -SFX Ý olver uélvanla olver -SFX Ý olver uélvanlas olver -SFX Ý olver uélvanlo olver -SFX Ý olver uélvanlos olver -SFX Ý ontar uéntela ontar -SFX Ý ontar uéntelas ontar -SFX Ý ontar uéntelo ontar -SFX Ý ontar uéntelos ontar -SFX Ý ontar uéntenla ontar -SFX Ý ontar uéntenlas ontar -SFX Ý ontar uéntenlo ontar -SFX Ý ontar uéntenlos ontar -SFX Ý ordar uérdela ordar -SFX Ý ordar uérdelas ordar -SFX Ý ordar uérdelo ordar -SFX Ý ordar uérdelos ordar -SFX Ý ordar uérdenla ordar -SFX Ý ordar uérdenlas ordar -SFX Ý ordar uérdenlo ordar -SFX Ý ordar uérdenlos ordar -SFX Ý ostrar uéstrela ostrar -SFX Ý ostrar uéstrelas ostrar -SFX Ý ostrar uéstrelo ostrar -SFX Ý ostrar uéstrelos ostrar -SFX Ý ostrar uéstrenla ostrar -SFX Ý ostrar uéstrenlas ostrar -SFX Ý ostrar uéstrenlo ostrar -SFX Ý ostrar uéstrenlos ostrar -SFX Ý over uévala over -SFX Ý over uévalas over -SFX Ý over uévalo over -SFX Ý over uévalos over -SFX Ý over uévanla over -SFX Ý over uévanlas over -SFX Ý over uévanlo over -SFX Ý over uévanlos over -SFX Ý uar úelas uar -SFX Ý uar úela uar -SFX Ý uar úelos uar -SFX Ý uar úelo uar -SFX Ý uar úenlas uar -SFX Ý uar úenla uar -SFX Ý uar úenlos uar -SFX Ý uar úenlo uar - -SFX Þ Y 36 -SFX Þ ender iéndame ender -SFX Þ ender iéndanme ender -SFX Þ ender iéndannos ender -SFX Þ ender iéndanos ender -SFX Þ entar iénteme entar -SFX Þ entar iéntenme entar -SFX Þ entar iéntennos entar -SFX Þ entar iéntenos entar -SFX Þ ertar iérteme ertar -SFX Þ ertar iértenme ertar -SFX Þ ertar iértennos ertar -SFX Þ ertar iértenos ertar -SFX Þ iar íeme iar -SFX Þ iar íenme iar -SFX Þ iar íennos iar -SFX Þ iar íenos iar -SFX Þ oltar uélteme oltar -SFX Þ oltar uéltenme oltar -SFX Þ oltar uéltennos oltar -SFX Þ oltar uéltenos oltar -SFX Þ olver uélvame olver -SFX Þ olver uélvanme olver -SFX Þ olver uélvannos olver -SFX Þ olver uélvanos olver -SFX Þ ontar uénteme ontar -SFX Þ ontar uéntenme ontar -SFX Þ ontar uéntennos ontar -SFX Þ ontar uéntenos ontar -SFX Þ ordar uérdeme ordar -SFX Þ ordar uérdenme ordar -SFX Þ ordar uérdennos ordar -SFX Þ ordar uérdenos ordar -SFX Þ ostrar uéstreme ostrar -SFX Þ ostrar uéstrenme ostrar -SFX Þ ostrar uéstrennos ostrar -SFX Þ ostrar uéstrenos ostrar - -SFX ß Y 24 -SFX ß ecer ézcale ecer -SFX ß ecer ézcales ecer -SFX ß ecer ézcanle ecer -SFX ß ecer ézcanles ecer -SFX ß iar íele iar -SFX ß iar íeles iar -SFX ß iar íenle iar -SFX ß iar íenles iar -SFX ß ogar uéguele ogar -SFX ß ogar uégueles ogar -SFX ß ogar uéguenle ogar -SFX ß ogar uéguenles ogar -SFX ß ontar uéntele ontar -SFX ß ontar uénteles ontar -SFX ß ontar uéntenle ontar -SFX ß ontar uéntenles ontar -SFX ß ordar uérdele ordar -SFX ß ordar uérdeles ordar -SFX ß ordar uérdenle ordar -SFX ß ordar uérdenles ordar -SFX ß ostrar uéstrele ostrar -SFX ß ostrar uéstreles ostrar -SFX ß ostrar uéstrenle ostrar -SFX ß ostrar uéstrenles ostrar - -SFX à Y 72 -SFX à iar íemela iar -SFX à iar íemelas iar -SFX à iar íemelo iar -SFX à iar íemelos iar -SFX à iar íenmela iar -SFX à iar íenmelas iar -SFX à iar íenmelo iar -SFX à iar íenmelos iar -SFX à iar íennosla iar -SFX à iar íennoslas iar -SFX à iar íennoslo iar -SFX à iar íennoslos iar -SFX à iar íenosla iar -SFX à iar íenoslas iar -SFX à iar íenoslo iar -SFX à iar íenoslos iar -SFX à iar íensela iar -SFX à iar íenselas iar -SFX à iar íenselo iar -SFX à iar íenselos iar -SFX à iar íesela iar -SFX à iar íeselas iar -SFX à iar íeselo iar -SFX à iar íeselos iar -SFX à ontar uéntemela ontar -SFX à ontar uéntemelas ontar -SFX à ontar uéntemelo ontar -SFX à ontar uéntemelos ontar -SFX à ontar uéntenmela ontar -SFX à ontar uéntenmelas ontar -SFX à ontar uéntenmelo ontar -SFX à ontar uéntenmelos ontar -SFX à ontar uéntennosla ontar -SFX à ontar uéntennoslas ontar -SFX à ontar uéntennoslo ontar -SFX à ontar uéntennoslos ontar -SFX à ontar uéntenosla ontar -SFX à ontar uéntenoslas ontar -SFX à ontar uéntenoslo ontar -SFX à ontar uéntenoslos ontar -SFX à ontar uéntensela ontar -SFX à ontar uéntenselas ontar -SFX à ontar uéntenselo ontar -SFX à ontar uéntenselos ontar -SFX à ontar uéntesela ontar -SFX à ontar uénteselas ontar -SFX à ontar uénteselo ontar -SFX à ontar uénteselos ontar -SFX à ostrar uéstremela ostrar -SFX à ostrar uéstremelas ostrar -SFX à ostrar uéstremelo ostrar -SFX à ostrar uéstremelos ostrar -SFX à ostrar uéstrenmela ostrar -SFX à ostrar uéstrenmelas ostrar -SFX à ostrar uéstrenmelo ostrar -SFX à ostrar uéstrenmelos ostrar -SFX à ostrar uéstrennosla ostrar -SFX à ostrar uéstrennoslas ostrar -SFX à ostrar uéstrennoslo ostrar -SFX à ostrar uéstrennoslos ostrar -SFX à ostrar uéstrenosla ostrar -SFX à ostrar uéstrenoslas ostrar -SFX à ostrar uéstrenoslo ostrar -SFX à ostrar uéstrenoslos ostrar -SFX à ostrar uéstrensela ostrar -SFX à ostrar uéstrenselas ostrar -SFX à ostrar uéstrenselo ostrar -SFX à ostrar uéstrenselos ostrar -SFX à ostrar uéstresela ostrar -SFX à ostrar uéstreselas ostrar -SFX à ostrar uéstreselo ostrar -SFX à ostrar uéstreselos ostrar - -SFX á Y 128 -SFX á aber épala aber -SFX á aber épalas aber -SFX á aber épalo aber -SFX á aber épalos aber -SFX á aber épanla aber -SFX á aber épanlas aber -SFX á aber épanlo aber -SFX á aber épanlos aber -SFX á acer ágala acer -SFX á acer ágalas acer -SFX á acer ágalo acer -SFX á acer ágalos acer -SFX á acer áganla acer -SFX á acer áganlas acer -SFX á acer áganlo acer -SFX á acer áganlos acer -SFX á aer áigala aer -SFX á aer áigalas aer -SFX á aer áigalo aer -SFX á aer áigalos aer -SFX á aer áiganla aer -SFX á aer áiganlas aer -SFX á aer áiganlo aer -SFX á aer áiganlos aer -SFX á ecir ígala ecir -SFX á ecir ígalas ecir -SFX á ecir ígalo ecir -SFX á ecir ígalos ecir -SFX á ecir íganla ecir -SFX á ecir íganlas ecir -SFX á ecir íganlo ecir -SFX á ecir íganlos ecir -SFX á edir ídala edir -SFX á edir ídalas edir -SFX á edir ídalo edir -SFX á edir ídalos edir -SFX á edir ídanla edir -SFX á edir ídanlas edir -SFX á edir ídanlo edir -SFX á edir ídanlos edir -SFX á eguir ígala eguir -SFX á eguir ígalas eguir -SFX á eguir ígalo eguir -SFX á eguir ígalos eguir -SFX á eguir íganla eguir -SFX á eguir íganlas eguir -SFX á eguir íganlo eguir -SFX á eguir íganlos eguir -SFX á eír íala eír -SFX á eír íalas eír -SFX á eír íalo eír -SFX á eír íalos eír -SFX á eír íanla eír -SFX á eír íanlas eír -SFX á eír íanlo eír -SFX á eír íanlos eír -SFX á ener éngala ener -SFX á ener éngalas ener -SFX á ener éngalo ener -SFX á ener éngalos ener -SFX á ener énganla ener -SFX á ener énganlas ener -SFX á ener énganlo ener -SFX á ener énganlos ener -SFX á entir iéntala entir -SFX á entir iéntalas entir -SFX á entir iéntalo entir -SFX á entir iéntalos entir -SFX á entir iéntanla entir -SFX á entir iéntanlas entir -SFX á entir iéntanlo entir -SFX á entir iéntanlos entir -SFX á er éala ver -SFX á er éalas ver -SFX á er éalo ver -SFX á er éalos ver -SFX á er éanla ver -SFX á er éanlas ver -SFX á er éanlo ver -SFX á er éanlos ver -SFX á erer iérala erer -SFX á erer iéralas erer -SFX á erer iéralo erer -SFX á erer iéralos erer -SFX á erer iéranla erer -SFX á erer iéranlas erer -SFX á erer iéranlo erer -SFX á erer iéranlos erer -SFX á ervir írvala ervir -SFX á ervir írvalas ervir -SFX á ervir írvalo ervir -SFX á ervir írvalos ervir -SFX á ervir írvanla ervir -SFX á ervir írvanlas ervir -SFX á ervir írvanlo ervir -SFX á ervir írvanlos ervir -SFX á oner óngala oner -SFX á oner óngalas oner -SFX á oner óngalo oner -SFX á oner óngalos oner -SFX á oner ónganla oner -SFX á oner ónganlas oner -SFX á oner ónganlo oner -SFX á oner ónganlos oner -SFX á rir érala rir -SFX á rir éralas rir -SFX á rir éralo rir -SFX á rir éralos rir -SFX á rir éranla rir -SFX á rir éranlas rir -SFX á rir éranlo rir -SFX á rir éranlos rir -SFX á ucir úzcalas ucir -SFX á ucir úzcala ucir -SFX á ucir úzcalos ucir -SFX á ucir úzcalo ucir -SFX á ucir úzcanlas ucir -SFX á ucir úzcanla ucir -SFX á ucir úzcanlos ucir -SFX á ucir úzcanlo ucir -SFX á uir úyalas uir -SFX á uir úyala uir -SFX á uir úyalos uir -SFX á uir úyalo uir -SFX á uir úyanlas uir -SFX á uir úyanla uir -SFX á uir úyanlos uir -SFX á uir úyanlo uir - -SFX â Y 28 -SFX â acer ágame acer -SFX â acer áganme acer -SFX â acer ágannos acer -SFX â acer áganos acer -SFX â aer áigame aer -SFX â aer áiganme aer -SFX â aer áigannos aer -SFX â aer áiganos aer -SFX â ecir ígame ecir -SFX â ecir íganme ecir -SFX â ecir ígannos ecir -SFX â ecir íganos ecir -SFX â edir ídame edir -SFX â edir ídanme edir -SFX â edir ídannos edir -SFX â edir ídanos edir -SFX â eguir ígame eguir -SFX â eguir íganme eguir -SFX â eguir ígannos eguir -SFX â eguir íganos eguir -SFX â er éame ver -SFX â er éanme ver -SFX â er éannos ver -SFX â er éanos ver -SFX â ervir írvame ervir -SFX â ervir írvanme ervir -SFX â ervir írvannos ervir -SFX â ervir írvanos ervir - -SFX ã Y 20 -SFX ã acer ágale acer -SFX ã acer ágales acer -SFX ã acer áganle acer -SFX ã acer áganles acer -SFX ã ecir ígale ecir -SFX ã ecir ígales ecir -SFX ã ecir íganle ecir -SFX ã ecir íganles ecir -SFX ã edir ídale edir -SFX ã edir ídales edir -SFX ã edir ídanle edir -SFX ã edir ídanles edir -SFX ã er éale ver -SFX ã er éales ver -SFX ã er éanle ver -SFX ã er éanles ver -SFX ã oner óngale oner -SFX ã oner óngales oner -SFX ã oner ónganle oner -SFX ã oner ónganles oner - -SFX ä Y 72 -SFX ä aer áigamela aer -SFX ä aer áigamelas aer -SFX ä aer áigamelo aer -SFX ä aer áigamelos aer -SFX ä aer áiganmela aer -SFX ä aer áiganmelas aer -SFX ä aer áiganmelo aer -SFX ä aer áiganmelos aer -SFX ä aer áigannosla aer -SFX ä aer áigannoslas aer -SFX ä aer áigannoslo aer -SFX ä aer áigannoslos aer -SFX ä aer áiganosla aer -SFX ä aer áiganoslas aer -SFX ä aer áiganoslo aer -SFX ä aer áiganoslos aer -SFX ä aer áigansela aer -SFX ä aer áiganselas aer -SFX ä aer áiganselo aer -SFX ä aer áiganselos aer -SFX ä aer áigasela aer -SFX ä aer áigaselas aer -SFX ä aer áigaselo aer -SFX ä aer áigaselos aer -SFX ä ecir ígamela ecir -SFX ä ecir ígamelas ecir -SFX ä ecir ígamelo ecir -SFX ä ecir ígamelos ecir -SFX ä ecir íganmela ecir -SFX ä ecir íganmelas ecir -SFX ä ecir íganmelo ecir -SFX ä ecir íganmelos ecir -SFX ä ecir ígannosla ecir -SFX ä ecir ígannoslas ecir -SFX ä ecir ígannoslo ecir -SFX ä ecir ígannoslos ecir -SFX ä ecir íganosla ecir -SFX ä ecir íganoslas ecir -SFX ä ecir íganoslo ecir -SFX ä ecir íganoslos ecir -SFX ä ecir ígansela ecir -SFX ä ecir íganselas ecir -SFX ä ecir íganselo ecir -SFX ä ecir íganselos ecir -SFX ä ecir ígasela ecir -SFX ä ecir ígaselas ecir -SFX ä ecir ígaselo ecir -SFX ä ecir ígaselos ecir -SFX ä ertir iértamela ertir -SFX ä ertir iértamelas ertir -SFX ä ertir iértamelo ertir -SFX ä ertir iértamelos ertir -SFX ä ertir iértanmela ertir -SFX ä ertir iértanmelas ertir -SFX ä ertir iértanmelo ertir -SFX ä ertir iértanmelos ertir -SFX ä ertir iértannosla ertir -SFX ä ertir iértannoslas ertir -SFX ä ertir iértannoslo ertir -SFX ä ertir iértannoslos ertir -SFX ä ertir iértanosla ertir -SFX ä ertir iértanoslas ertir -SFX ä ertir iértanoslo ertir -SFX ä ertir iértanoslos ertir -SFX ä ertir iértansela ertir -SFX ä ertir iértanselas ertir -SFX ä ertir iértanselo ertir -SFX ä ertir iértanselos ertir -SFX ä ertir iértasela ertir -SFX ä ertir iértaselas ertir -SFX ä ertir iértaselo ertir -SFX ä ertir iértaselos ertir - -SFX ñ Y 4 -SFX ñ 0 me r -SFX ñ 0 te r -SFX ñ 0 nos r -SFX ñ 0 os r - -SFX ò Y 16 -SFX ò ar ándome ar -SFX ò ar ándonos ar -SFX ò ar ándoos ar -SFX ò ar ándote ar -SFX ò er iéndome [^ae]er -SFX ò er iéndonos [^ae]er -SFX ò er iéndoos [^ae]er -SFX ò er iéndote [^ae]er -SFX ò er yéndome [ae]er -SFX ò er yéndonos [ae]er -SFX ò er yéndoos [ae]er -SFX ò er yéndote [ae]er -SFX ò r éndome ir -SFX ò r éndonos ir -SFX ò r éndoos ir -SFX ò r éndote ir - -SFX ó Y 72 -SFX ó ecir iciéndome ecir -SFX ó ecir iciéndonos ecir -SFX ó ecir iciéndoos ecir -SFX ó ecir iciéndote ecir -SFX ó edir idiéndome edir -SFX ó edir idiéndonos edir -SFX ó edir idiéndoos edir -SFX ó edir idiéndote edir -SFX ó eguir iguiéndome eguir -SFX ó eguir iguiéndonos eguir -SFX ó eguir iguiéndoos eguir -SFX ó eguir iguiéndote eguir -SFX ó eír iéndome eír -SFX ó eír iéndonos eír -SFX ó eír iéndoos eír -SFX ó eír iéndote eír -SFX ó enir iniéndome enir -SFX ó enir iniéndonos enir -SFX ó enir iniéndoos enir -SFX ó enir iniéndote enir -SFX ó entir intiéndome entir -SFX ó entir intiéndonos entir -SFX ó entir intiéndoos entir -SFX ó entir intiéndote entir -SFX ó eñir iñéndome eñir -SFX ó eñir iñéndonos eñir -SFX ó eñir iñéndoos eñir -SFX ó eñir iñéndote eñir -SFX ó er iéndome ver -SFX ó er iéndonos ver -SFX ó er iéndoos ver -SFX ó er iéndote ver -SFX ó erir iriéndome erir -SFX ó erir iriéndonos erir -SFX ó erir iriéndoos erir -SFX ó erir iriéndote erir -SFX ó ertir irtiéndome ertir -SFX ó ertir irtiéndonos ertir -SFX ó ertir irtiéndoos ertir -SFX ó ertir irtiéndote ertir -SFX ó ervir irviéndome ervir -SFX ó ervir irviéndonos ervir -SFX ó ervir irviéndoos ervir -SFX ó ervir irviéndote ervir -SFX ó er yéndome aer -SFX ó er yéndonos aer -SFX ó er yéndoos aer -SFX ó er yéndote aer -SFX ó estir istiéndome estir -SFX ó estir istiéndonos estir -SFX ó estir istiéndoos estir -SFX ó estir istiéndote estir -SFX ó etir itiéndome etir -SFX ó etir itiéndonos etir -SFX ó etir itiéndoos etir -SFX ó etir itiéndote etir -SFX ó ir yéndome uir -SFX ó ir yéndonos uir -SFX ó ir yéndoos uir -SFX ó ir yéndote uir -SFX ó orir uriéndome orir -SFX ó orir uriéndonos orir -SFX ó orir uriéndoos orir -SFX ó orir uriéndote orir -SFX ó ormir urmiéndome ormir -SFX ó ormir urmiéndonos ormir -SFX ó ormir urmiéndoos ormir -SFX ó ormir urmiéndote ormir -SFX ó r éndome ucir -SFX ó r éndonos ucir -SFX ó r éndoos ucir -SFX ó r éndote ucir - -SFX ô Y 135 -SFX ô abar ábate abar -SFX ô r os r -SFX ô acar ácate acar -SFX ô achar áchate achar -SFX ô aciar áciate aciar -SFX ô adar ádate adar -SFX ô agar ágate agar -SFX ô ajar ájate ajar -SFX ô alar álate alar -SFX ô allar állate allar -SFX ô almar álmate almar -SFX ô altar áltate altar -SFX ô alvar álvate alvar -SFX ô alzar álzate alzar -SFX ô amar ámate amar -SFX ô ambiar ámbiate ambiar -SFX ô anar ánate anar -SFX ô ancar áncate ancar -SFX ô anchar ánchate anchar -SFX ô andar ándate andar -SFX ô angar ángate angar -SFX ô antar ántate antar -SFX ô anzar ánzate anzar -SFX ô añar áñate añar -SFX ô apar ápate apar -SFX ô arar árate arar -SFX ô arcar árcate arcar -SFX ô archar árchate archar -SFX ô ardar árdate ardar -SFX ô argar árgate argar -SFX ô arrar árrate arrar -SFX ô artar ártate artar -SFX ô artir ártete artir -SFX ô asar ásate asar -SFX ô ascar áscate ascar -SFX ô asmar ásmate asmar -SFX ô astar ástate astar -SFX ô astrar ástrate astrar -SFX ô atar átate atar -SFX ô avar ávate avar -SFX ô azar ázate azar -SFX ô ear éate ear -SFX ô ecar écate ecar -SFX ô echar échate echar -SFX ô edar édate edar -SFX ô egar égate egar -SFX ô eger égete eger -SFX ô eglar églate eglar -SFX ô egrar égrate egrar -SFX ô einar éinate einar -SFX ô ejar éjate ejar -SFX ô elar élate elar -SFX ô enar énate enar -SFX ô encer éncete encer -SFX ô entar éntate entar -SFX ô entrar éntrate entrar -SFX ô eñar éñate eñar -SFX ô erar érate erar -SFX ô ercar ércate ercar -SFX ô ergir érgete ergir -SFX ô ervar érvate ervar -SFX ô esar ésate esar -SFX ô esgar ésgate esgar -SFX ô estar éstate estar -SFX ô eter étete eter -SFX ô evar évate evar -SFX ô ever évete ever -SFX ô ibrar íbrate ibrar -SFX ô icar ícate icar -SFX ô idar ídate idar -SFX ô idir ídete idir -SFX ô igar ígate igar -SFX ô igir ígete igir -SFX ô ignar ígnate ignar -SFX ô ijar íjate ijar -SFX ô ilar ílate ilar -SFX ô illar íllate illar -SFX ô imar ímate imar -SFX ô impiar ímpiate impiar -SFX ô inar ínate inar -SFX ô incar íncate incar -SFX ô ingar íngate ingar -SFX ô intar íntate intar -SFX ô irar írate irar -SFX ô ir íos ir -SFX ô istar ístate istar -SFX ô itar ítate itar -SFX ô itir ítete itir -SFX ô izar ízate izar -SFX ô iznar íznate iznar -SFX ô obar óbate obar -SFX ô ocar ócate ocar -SFX ô ochar óchate ochar -SFX ô odar ódate odar -SFX ô oder ódete oder -SFX ô ogar ógate ogar -SFX ô oger ógete oger -SFX ô ojar ójate ojar -SFX ô olar ólate olar -SFX ô ollar óllate ollar -SFX ô omar ómate omar -SFX ô omer ómete omer -SFX ô omprar ómprate omprar -SFX ô onar ónate onar -SFX ô oncharse ónchate onchar -SFX ô onder óndete onder -SFX ô ontar óntate ontar -SFX ô orar órate orar -SFX ô ormar órmate ormar -SFX ô ornar órnate ornar -SFX ô orrar órrate orrar -SFX ô orrer órrete orrer -SFX ô ortar órtate ortar -SFX ô oyar óyate oyar -SFX ô ubir úbete ubir -SFX ô ubrir úbrete ubrir -SFX ô ucarse úcate ucar -SFX ô uchar úchate uchar -SFX ô udar údate udar -SFX ô udir údete udir -SFX ô udrir údrete udrir -SFX ô ufar úfate ufar -SFX ô ugiar úgiate ugiar -SFX ô ulpar úlpate ulpar -SFX ô umar úmate umar -SFX ô umbar úmbate umbar -SFX ô umbrar úmbrate umbrar -SFX ô undir úndete undir -SFX ô untar úntate untar -SFX ô upar úpate upar -SFX ô urar úrate urar -SFX ô urlar úrlate urlar -SFX ô uscar úscate uscar -SFX ô ustar ústate ustar -SFX ô ustrar ústrate ustrar - -SFX õ Y 30 -SFX õ aer áete aer -SFX õ r os [^i]r -SFX õ ecer écete ecer -SFX õ egar iégate egar -SFX õ ender iéndete ender -SFX õ entar iéntate entar -SFX õ erder iérdete erder -SFX õ errar iérrate errar -SFX õ ertar iértate ertar -SFX õ esar iésate esar -SFX õ iar íate iar -SFX õ islar íslate islar -SFX õ obar uébate obar -SFX õ ocer ócete ocer -SFX õ olar uélate olar -SFX õ olcar uélcate olcar -SFX õ oldar uéldate oldar -SFX õ olgar uélgate olgar -SFX õ oltar uéltate oltar -SFX õ olver uélvete olver -SFX õ onar uénate onar -SFX õ ontar uéntate ontar -SFX õ ordar uérdate ordar -SFX õ orzar uérzate orzar -SFX õ ostar uéstate ostar -SFX õ ostrar uéstrate ostrar -SFX õ over uévete over -SFX õ uar úate uar -SFX õ unir únete unir -SFX õ ir íos ir - -SFX ö Y 17 -SFX ö aer áete aer -SFX ö r os [^i]r -SFX ö aler álete aler -SFX ö cer zte cer -SFX ö edir ídete edir -SFX ö ir íos ir -SFX ö eguir íguete eguir -SFX ö eír íete eír -SFX ö entir iéntete entir -SFX ö er te ner -SFX ö ertir iértete ertir -SFX ö ervir írvete ervir -SFX ö estir ístete estir -SFX ö ir te enir -SFX ö orir uérete orir -SFX ö ormir uérmete ormir -SFX ö r te ver - -SFX ø Y 253 -SFX ø abar ábense abar -SFX ø abar ábese abar -SFX ø ar émonos [^cgz]ar -SFX ø ablar áblense ablar -SFX ø ablar áblese ablar -SFX ø acar áquense acar -SFX ø acar áquese acar -SFX ø car quémonos car -SFX ø achar áchense achar -SFX ø achar áchese achar -SFX ø adar ádense adar -SFX ø adar ádese adar -SFX ø adrar ádrense adrar -SFX ø adrar ádrese adrar -SFX ø agar águense agar -SFX ø agar águese agar -SFX ø ar uémonos gar -SFX ø ajar ájense ajar -SFX ø ajar ájese ajar -SFX ø alar álense alar -SFX ø alar álese alar -SFX ø allar állense allar -SFX ø allar állese allar -SFX ø almar álmense almar -SFX ø almar álmese almar -SFX ø altar áltense altar -SFX ø altar áltese altar -SFX ø alvar álvense alvar -SFX ø alvar álvese alvar -SFX ø alzar álcense alzar -SFX ø alzar álcese alzar -SFX ø zar cémonos zar -SFX ø amar ámense amar -SFX ø amar ámese amar -SFX ø ambiar ámbiense ambiar -SFX ø ambiar ámbiese ambiar -SFX ø anar ánense anar -SFX ø anar ánese anar -SFX ø ancar ánquense ancar -SFX ø ancar ánquese ancar -SFX ø antar ántense antar -SFX ø antar ántese antar -SFX ø anzar áncense anzar -SFX ø anzar áncese anzar -SFX ø añar áñense añar -SFX ø añar áñese añar -SFX ø apar ápense apar -SFX ø apar ápese apar -SFX ø arar árense arar -SFX ø arar árese arar -SFX ø arcar árquense arcar -SFX ø arcar árquese arcar -SFX ø archar árchense archar -SFX ø archar árchese archar -SFX ø ardar árdense ardar -SFX ø ardar árdese ardar -SFX ø argar árguense argar -SFX ø argar árguese argar -SFX ø arrar árrense arrar -SFX ø arrar árrese arrar -SFX ø artar ártense artar -SFX ø artar ártese artar -SFX ø asar ásense asar -SFX ø asar ásese asar -SFX ø ascar ásquense ascar -SFX ø ascar ásquese ascar -SFX ø asgar ásguense asgar -SFX ø asgar ásguese asgar -SFX ø asmar ásmense asmar -SFX ø asmar ásmese asmar -SFX ø astar ástense astar -SFX ø astar ástese astar -SFX ø atar átense atar -SFX ø atar átese atar -SFX ø atir átanse atir -SFX ø atir átase atir -SFX ø ir ámonos [^g]ir -SFX ø avar ávense avar -SFX ø avar ávese avar -SFX ø azar ácense azar -SFX ø azar ácese azar -SFX ø ear éense ear -SFX ø ear éese ear -SFX ø ecar équense ecar -SFX ø ecar équese ecar -SFX ø echar échense echar -SFX ø echar échese echar -SFX ø eciar éciense eciar -SFX ø eciar éciese eciar -SFX ø edar édense edar -SFX ø edar édese edar -SFX ø eer éanse eer -SFX ø eer éase eer -SFX ø er ámonos [^cg]er -SFX ø egar éguense egar -SFX ø egar éguese egar -SFX ø eger éjanse eger -SFX ø eger éjase eger -SFX ø ger jámonos ger -SFX ø eglar églense eglar -SFX ø eglar églese eglar -SFX ø egrar égrense egrar -SFX ø egrar égrese egrar -SFX ø eitar éitense eitar -SFX ø eitar éitese eitar -SFX ø ejar éjense ejar -SFX ø ejar éjese ejar -SFX ø enar énense enar -SFX ø enar énese enar -SFX ø encer énzanse encer -SFX ø encer énzase encer -SFX ø cer zámonos cer -SFX ø ender éndanse ender -SFX ø ender éndase ender -SFX ø entar éntense entar -SFX ø entar éntese entar -SFX ø entrar éntrense entrar -SFX ø entrar éntrese entrar -SFX ø eñar éñense eñar -SFX ø eñar éñese eñar -SFX ø erar érense erar -SFX ø erar érese erar -SFX ø ercar érquense ercar -SFX ø ercar érquese ercar -SFX ø ergir érjanse ergir -SFX ø ergir érjase ergir -SFX ø gir jámonos gir -SFX ø ervar érvense ervar -SFX ø ervar érvese ervar -SFX ø escar ésquense escar -SFX ø escar ésquese escar -SFX ø estar éstense estar -SFX ø estar éstese estar -SFX ø eter étanse eter -SFX ø eter étase eter -SFX ø evar évense evar -SFX ø evar évese evar -SFX ø ever évanse ever -SFX ø ever évase ever -SFX ø ezclar ézclense ezclar -SFX ø ezclar ézclese ezclar -SFX ø ibir íbanse ibir -SFX ø ibir íbase ibir -SFX ø ibrar íbrense ibrar -SFX ø ibrar íbrese ibrar -SFX ø icar íquense icar -SFX ø icar íquese icar -SFX ø idar ídense idar -SFX ø idar ídese idar -SFX ø idir ídanse idir -SFX ø idir ídase idir -SFX ø igar íguense igar -SFX ø igar íguese igar -SFX ø igir íjanse igir -SFX ø igir íjase igir -SFX ø ignar ígnense ignar -SFX ø ignar ígnese ignar -SFX ø ijar íjense ijar -SFX ø ijar íjese ijar -SFX ø illar íllense illar -SFX ø illar íllese illar -SFX ø imar ímense imar -SFX ø imar ímese imar -SFX ø impiar ímpiense impiar -SFX ø impiar ímpiese impiar -SFX ø inar ínense inar -SFX ø inar ínese inar -SFX ø incar ínquense incar -SFX ø incar ínquese incar -SFX ø intar íntense intar -SFX ø intar íntese intar -SFX ø irar írense irar -SFX ø irar írese irar -SFX ø itar ítense itar -SFX ø itar ítese itar -SFX ø itir ítanse itir -SFX ø itir ítase itir -SFX ø izar ícense izar -SFX ø izar ícese izar -SFX ø ocar óquense ocar -SFX ø ocar óquese ocar -SFX ø ochar óchense ochar -SFX ø ochar óchese ochar -SFX ø odar ódense odar -SFX ø odar ódese odar -SFX ø oder ódanse oder -SFX ø oder ódase oder -SFX ø oger ójanse oger -SFX ø oger ójase oger -SFX ø ojar ójense ojar -SFX ø ojar ójese ojar -SFX ø olar ólense olar -SFX ø olar ólese olar -SFX ø omar ómense omar -SFX ø omar ómese omar -SFX ø ombrar ómbrense ombrar -SFX ø ombrar ómbrese ombrar -SFX ø omer ómanse omer -SFX ø omer ómase omer -SFX ø omprar ómprense omprar -SFX ø omprar ómprese omprar -SFX ø onar ónense onar -SFX ø onar ónese onar -SFX ø ontar óntense ontar -SFX ø ontar óntese ontar -SFX ø orar órense orar -SFX ø orar órese orar -SFX ø orcar órquense orcar -SFX ø orcar órquese orcar -SFX ø ormar órmense ormar -SFX ø ormar órmese ormar -SFX ø orrer órranse orrer -SFX ø orrer órrase orrer -SFX ø ortar órtense ortar -SFX ø ortar órtese ortar -SFX ø otar ótense otar -SFX ø otar ótese otar -SFX ø oyar óyense oyar -SFX ø oyar óyese oyar -SFX ø ubir úbanse ubir -SFX ø ubir úbase ubir -SFX ø ubrir úbranse ubrir -SFX ø ubrir úbrase ubrir -SFX ø uchar úchense uchar -SFX ø uchar úchese uchar -SFX ø udar údense udar -SFX ø udar údese udar -SFX ø ulpar úlpense ulpar -SFX ø ulpar úlpese ulpar -SFX ø ultar últense ultar -SFX ø ultar últese ultar -SFX ø umar úmense umar -SFX ø umar úmese umar -SFX ø umbar úmbense umbar -SFX ø umbar úmbese umbar -SFX ø umbrar úmbrense umbrar -SFX ø umbrar úmbrese umbrar -SFX ø umplir úmplanse umplir -SFX ø umplir úmplase umplir -SFX ø unciar únciense unciar -SFX ø unciar únciese unciar -SFX ø undir úndanse undir -SFX ø undir úndase undir -SFX ø untar úntense untar -SFX ø untar úntese untar -SFX ø upar úpense upar -SFX ø upar úpese upar -SFX ø urar úrense urar -SFX ø urar úrese urar -SFX ø urnar úrnense urnar -SFX ø urnar úrnese urnar -SFX ø uscar úsquense uscar -SFX ø uscar úsquese uscar - -SFX ù Y 55 -SFX ù aer áiganse aer -SFX ù aer áigase aer -SFX ù aer aigámonos aer -SFX ù ecer ézcanse ecer -SFX ù ecer ézcase ecer -SFX ù cer zcámonos ecer -SFX ù egar iéguense egar -SFX ù egar iéguese egar -SFX ù ar uémonos gar -SFX ù endar iéndense endar -SFX ù endar iéndese endar -SFX ù ar émonos [^gz]ar -SFX ù ender iéndanse ender -SFX ù ender iéndase ender -SFX ù er ámonos [^ac]er -SFX ù entar iéntense entar -SFX ù entar iéntese entar -SFX ù erder iérdanse erder -SFX ù erder iérdase erder -SFX ù errar iérrense errar -SFX ù errar iérrese errar -SFX ù ertar iértense ertar -SFX ù ertar iértese ertar -SFX ù erter iértanse erter -SFX ù erter iértase erter -SFX ù iar íense iar -SFX ù iar íese iar -SFX ù obar uébense obar -SFX ù obar uébese obar -SFX ù olar uélense olar -SFX ù olar uélese olar -SFX ù oltar uéltense oltar -SFX ù oltar uéltese oltar -SFX ù olver uélvanse olver -SFX ù olver uélvase olver -SFX ù ontar uéntense ontar -SFX ù ontar uéntese ontar -SFX ù ontrar uéntrense ontrar -SFX ù ontrar uéntrese ontrar -SFX ù ordar uérdense ordar -SFX ù ordar uérdese ordar -SFX ù orzar uércense orzar -SFX ù orzar uércese orzar -SFX ù zar cémonos zar -SFX ù ostar uéstense ostar -SFX ù ostar uéstese ostar -SFX ù ostrar uéstrense ostrar -SFX ù ostrar uéstrese ostrar -SFX ù over uévanse over -SFX ù over uévase over -SFX ù uar úense uar -SFX ù uar úese uar -SFX ù unir únanse unir -SFX ù unir únase unir -SFX ù ir ámonos ir - -SFX ú Y 66 -SFX ú cer gámonos acer -SFX ú acer áganse acer -SFX ú acer ágase acer -SFX ú er igámonos aer -SFX ú aer áiganse aer -SFX ú aer áigase aer -SFX ú er gámonos [ln]er -SFX ú aler álganse aler -SFX ú aler álgase aler -SFX ú ir gámonos [ln]ir -SFX ú alir álganse alir -SFX ú alir álgase alir -SFX ú ecir igámonos ecir -SFX ú ecir íganse ecir -SFX ú ecir ígase ecir -SFX ú edir idámonos edir -SFX ú edir ídanse edir -SFX ú edir ídase edir -SFX ú eguir igámonos eguir -SFX ú eguir íganse eguir -SFX ú eguir ígase eguir -SFX ú eír iámonos eír -SFX ú eír íanse eír -SFX ú eír íase eír -SFX ú ener énganse ener -SFX ú ener éngase ener -SFX ú enir énganse enir -SFX ú enir éngase enir -SFX ú entir iéntanse entir -SFX ú entir iéntase entir -SFX ú entir intámonos entir -SFX ú eñir iñámonos eñir -SFX ú eñir íñanse eñir -SFX ú eñir íñase eñir -SFX ú er éanse ver -SFX ú er éase ver -SFX ú r ámonos ver -SFX ú erir iéranse erir -SFX ú erir iérase erir -SFX ú erir irámonos erir -SFX ú ervir irvámonos ervir -SFX ú ervir írvanse ervir -SFX ú ervir írvase ervir -SFX ú ertir iértanse ertir -SFX ú ertir iértase ertir -SFX ú ertir irtámonos ertir -SFX ú estir istámonos estir -SFX ú estir ístanse estir -SFX ú estir ístase estir -SFX ú etir itámonos etir -SFX ú etir ítanse etir -SFX ú etir ítase etir -SFX ú oner ónganse oner -SFX ú oner óngase oner -SFX ú orir uéranse orir -SFX ú orir uérase orir -SFX ú orir urámonos orir -SFX ú ormir uérmanse ormir -SFX ú ormir uérmase ormir -SFX ú ormir urmámonos ormir -SFX ú ucir úzcanse ucir -SFX ú ucir úzcase ucir -SFX ú cir zcámonos ucir -SFX ú uir úyanse uir -SFX ú uir úyase uir -SFX ú ir yámonos uir diff --git a/compling.core/data/Spanish/dictionaries/es_ES.dic b/compling.core/data/Spanish/dictionaries/es_ES.dic deleted file mode 100644 index 62f9091..0000000 --- a/compling.core/data/Spanish/dictionaries/es_ES.dic +++ /dev/null @@ -1,85092 +0,0 @@ -85095 -ababol/S -abacero/LS -ábaco/S -abadejo/S -abadengo/GS -abadenga/S -abadernar/RED -abaderne/S -abadesa/S -abadía/S -abadiato/S -abad/SG -abada/S -abajadero/S -abajar/RPE -abalanzar/REÅÁD -abaldonar -abalear/R -aballar/ERD -aballe/SG -aballa/S -aballestar/RED -aballeste/S -abalorio/S -abaluartar/RED -abaluarte/G -abanar/RDE -abancalar/RDE -abancale/G -abanderar/RDPE -abandere/S -abandonar/ERÌÀÂÁÅÄÆDôP -abandone/SG -abandona/S -abandonismo/S -abandonista/S -abandono/S -abanear/ERD -abanee/SG -abanea/S -abane/SG -abana/S -abanica/H -abanicar/RøEÁDÄÆÅ -abanico/GS -abanica/S -abaniqueo/S -abaniquero/GS -abaniquera/S -abano/S -abanto/S -abañar/R -abarañar/DRE -abarañe/SG -abaraña/S -abaratar/RÀEPD -abarate/S -abarbetar/RED -abarbete/S -abarcable/kS -abarcador/SG -abarcadora/S -abarca/N -abarcar/RPÀÂDEÄÅB -abarco/G -abarcuce/S -abarcuzar/RED -abarcuzo/G -abarquillar/RDPE -abarquille/S -abarracar/RED -abarraganar/RDE -abarrajar/RED -abarraje/G -abarrancadero/S -abarrancad/h -abarranca/h -abarrancamiento/S -abarrancan/h -abarrancar/hRDE -abarrancó/h -abarranco/hG -abarranque/h -abarranqué/h -abarrar/C -abarrenar -abarrer -abarrotar/RED -abarrote/G -abarse -abasteced/h -abastecedor/GS -abastecedora/S -abastece/hS -abastecen/h -abastecer/hRDILP -abastecerlo/GS -abastecerla/S -abastecerme -abastecernos -abasteceros -abastecerte -abastecía/h -abastecí/h -abasteció/h -abastezca/h -abastezco/h -abastimiento/S -aba/t -ábate -abatible/S -abatir/BPÁ -abdicar/REDA -abdicativamente -abdicativo/SG -abdicativa/S -abdico/G -abdomen/S -abdominal/S -abducción/S -abductor/GS -abductora/S -abecedario/S -abecé/S -abedul/S -abejar/Sh -abejaruco/S -abeja/Sh -abejero/GS -abejera/S -abejón/S -abejorrear/ERD -abejorree/GS -abejorrea/S -abejorro/S -abellacar/RED -abelmosco/S -abemolar/RED -abemole/G -abencerraje/S -ábense -abenuz/S -aberrante/S -aberrar/A -abertal/S -abertura/S -ábese -abestiado/GS -abestiada/S -abetal/S -abete/S -abeto/S -abetunar/D -abetuna/S -abiar/S -abichar/DRE -abiche/S -abiertamente -abierta/pj -abierto/pjGS -abietáceo/SG -abietácea/S -abigarrar/RPDE -abigarre/SG -abigarra/S -abintestato/S -abiótico/GS -abiótica/S -abisagrar/RED -abisagre/S -abisal/S -abisinio/GS -abisinia/S -abismal/S -abismar/RÁDEÅ -abisme/SG -abisma/S -abismo/S -abjurar/ERD -abjure/GS -abjura/S -ablación/S -ablandabrevas -ablandador/GS -ablandadora/S -ablandar/RPÆDÁÀÂE -ablandativo/GS -ablandativa/S -ablandecer -ablanedo/S -ablanero/S -ablano/S -ablativo/GS -ablativa/S -ablentar/RDI -ablución/S -abnegar/IRAD -abobar/REDP -abobe/S -abocanar/RED -abocan/S -abocardar/RDE -abocarde/GS -abocarda/S -abocar/REÅÆÄPÁÀ -abocetar/RED -abocete/GS -aboceta/S -abochornar/REDÁÀ -abochorne/GS -abochorna/S -abocinar/P -abofeteador/GS -abofeteadora/S -abofetear/RÅEDÁÀ -abofetee/GS -abofetea/S -abogacía/S -abogadismo/S -abogad/O -abogador/GS -abogadora/S -abogar/P -abolengo/S -abolí -abolíais -abolíamos -abolían -abolía/S -abolicionismo/S -abolicionista/S -abolid -aboliendo -abolierais -aboliéramos -abolieran -aboliere/GS -aboliera/S -aboliereis -aboliéremos -abolieren -abolieron -abolieseis -aboliésemos -aboliesen -aboliese/S -abolimos -abolió -abolirá -abolir/ADÀ -abolirán -abolirás -aboliré -aboliréis -aboliremos -aboliríais -aboliríamos -abolirían -aboliría/S -abolirse -abolís -aboliste -abolisteis -abollad/h -abolla/h -abollan/h -abollar/hRD -abollé/h -abolle/hSG -abollen/h -abollo/h -abolló/h -abollonar/RDE -abollone/G -abolorio/S -abolsar/RED -abolse/S -abombar/PRED -abombe/S -abominable/S -abominar/RDAE -abomine/GS -abomina/S -abonaba/hS -abonabais/h -abonaban/h -abonable/S -abonad/hG -abonado/hS -abonador/GS -abonadora/S -abona/h -abonáis/h -abonamos/h -abonance/S -abonando/h -abonan/h -abonanzar/RDE -abonara/h -abonará/h -abonarais/h -abonaran/h -abonarán/h -abonar/ÃREÁÂÀD -abonarás/h -abonaré/h -abonare/hGS -abonareis/h -abonaréis/h -abonaren/h -abonaría/hS -abonarían/h -abonaron/h -abonarse/h -abonase/h -abonaseis/h -abonasen/h -abonas/hS -abonaste/h -abondar -aboné/h -abone/hSG -abonéis/h -abonemos/h -abonen/h -abono/h -abonó/h -aboquillar/RED -aboquille/S -abordable/kS -abordad/h -aborda/h -abordaje/S -abordándolo/GS -abordándola/S -abordan/h -abordar/hRD -abordé/h -aborde/hSG -aborden/h -abordo/h -abordó/h -abordonar/RDE -abordone/G -aborigen/S -aborrajar/RDE -aborraje/S -aborrascar/RDE -aborrecedor/GS -aborrecedora/S -aborrecer/PLRÀÂID -aborrece/S -aborrecible/S -aborregar/RED -aborrir -aborronar/RDE -aborrone/G -abortar/ERPBÀD -aborte/SG -aborta/S -abortista/S -abortivo/GS -abortiva/S -abortón/S -aborto/S -aborujar/ERD -aboruje/GS -aboruja/S -abotagar/RPED -abotago/G -abotargar/RPDE -abotinado/SG -abotinada/S -abotonad/h -abotonador/S -abotona/h -abotonan/h -abotonarlo/SG -abotonarla/S -abotonar/RhDE -abotoné/h -abotone/hGS -abotonen/h -abotono/h -abotonó/h -abovedar/RED -abovede/GS -aboveda/S -abozalar/RED -abozale/G -abracadabra/S -abrace/S -abracijarse -abracijo/S -abra/H -ábralo/GS -ábrala/S -ábrame -abrámonos -abran/jp -ábranlo/GS -ábranla/S -ábranme -ábrannos -ábranos -ábranse -abrasador/GS -abrasadora/S -abrasar/RÂÀÁPQDEÄÆÅ -ábrase -abrasivo/GS -abrasiva/S -abras/S -abravar -abravecer/IRDL -abravece/S -abraxas -abrazadera/S -abrazador/GS -abrazadora/S -abrazar/ÌÍPREÄÆÅÂÀÁ -abrebotellas -abrecartas -ábrego/S -abrelatas -ábrele/SG -ábrela/S -ábrelo/S -ábreme -abre/MGS -abren/jp -ábrenos -abrenunciar -abreojos -abres/jp -ábrete -abretonar/RDE -abrevadero/S -abrevador/GS -abrevadora/S -abrevar/RED -abreviadamente -abreviador/SG -abreviadora/S -abreviaduría/S -abreviar/REÁPÀDA -abreviatura/S -abrevie/GS -abrevia/S -abríais/h -abríamos/h -abrían/h -abría/phSj -abribonar/DRE -abridero/GS -abridera/S -abrid/hjp -abridle/GS -abridla/S -abridlo/S -abridme -abridnos -abridor/SG -abridora/S -abriendo/h -abriéndole/SG -abriéndola/S -abriéndolo/S -abriéndome -abriéndonos -abriéndoos -abriéndote -abriera/h -abrierais/h -abriéramos/h -abrieran/h -abriere/hGS -abriereis/h -abriéremos/h -abrieren/h -abrieron/h -abriese/hS -abrieseis/h -abriésemos/h -abriesen/h -abrigaba/hS -abrigabais/h -abrigaban/h -abrigad/hG -abrigado/hS -abrigador/GS -abrigadora/S -abriga/h -abrigáis/h -abrigamos/h -abrigando/h -abrigan/h -abrigara/h -abrigará/h -abrigarais/h -abrigaran/h -abrigarán/h -abrigarás/h -abrigaré/h -abrigare/hGS -abrigareis/h -abrigaréis/h -abrigaren/h -abrigaría/hS -abrigarían/h -abrigaron/h -abrigar/RÂÀÁDPEôÅÄÆø -abrigarse/h -abrigase/h -abrigaseis/h -abrigasen/h -abrigas/hS -abrigaste/h -abrigó/h -abrigo/hG -abrigos -abrigué/h -abrigue/hS -abriguéis/h -abriguemos/h -abriguen/h -abrí/jhp -abrileño/SG -abrileña/S -abrillantador/GS -abrillantadora/S -abrillantar/REDÀ -abrillante/G -abril/S -abrimiento/S -abrimos/h -abriolar/RDE -abriole/GS -abriola/S -abrió/pjh -abrirá/h -abrirán/h -abrirás/h -abriré/h -abriréis/h -abriría/hS -abrirían/h -abrir/jRpE -abrirla/j -abrirle/GS -abrirla/S -abrirlo/jGS -abrirme -abrírmelo/SG -abrírmela/S -abrirnos -abrírnoslo/GS -abrírnosla/S -abriros -abríroslo/SG -abrírosla/S -abrirse/h -abrírselo/SG -abrírsela/S -abrirte -abrírtelo/GS -abrírtela/S -abrís/pjh -abriste/h -abrochaba/hS -abrochabais/h -abrochaban/h -abrochad/hG -abrochado/hS -abrochador/S -abrocha/h -abrocháis/h -abrochamos/h -abrochando/h -abrochan/h -abrochara/h -abrochará/h -abrocharais/h -abrocharan/h -abrocharán/h -abrocharás/h -abrocharé/h -abrochare/hGS -abrochareis/h -abrocharéis/h -abrocharen/h -abrocharía/hS -abrocharían/h -abrocharme/h -abrocharnos/h -abrocharon/h -abrocharos/h -abrochar/RÃÅôPEÁÂøB -abrocharse/h -abrocharte/h -abrochase/h -abrochaseis/h -abrochasen/h -abrochas/hS -abrochaste/h -abroché/h -abroche/hGS -abrochéis/h -abrochemos/h -abrochen/h -abrocho/h -abrochó/h -abrogar/RDEÀ -abrogo/G -abrojo/S -abroncar/DRÂE -abro/pGj -abrótano/S -abrotoñar/RDE -abrotoñe/GS -abrotoña/S -abrumar/ÂÀÁÄÅ -abrupto/GS -abrupta/S -abrutado/GS -abrutada/S -absceso/S -abscisa/S -absconder -absentarse -absentismo/S -absolución/S -absolutamente -absolutismo/S -absolutista/S -absoluto/OGS -absolutorio/GS -absolutoria/S -absolvedor/GS -absolvedora/S -absolver/RLIÑÍÀÂÁ -absorbáis/p -absorbamos/p -absorban/p -absorba/p -absorbed/p -absorbe/GSp -absorba/S -absorbéis/p -absorbemos/p -absorben/p -absorbente/FGS -absorberán/p -absorberá/p -absorberás/p -absorberé/p -absorber/RPDÄEÁÀ -absorberse/p -absorbíais/p -absorbían/p -absorbía/pS -absorbible/S -absorbida/p -absorbido/pSG -absorbiera/p -absorbiere/pGS -absorbiese/pS -absorbimos/p -absorbió/p -absorbí/p -absorbiste/p -absorbo/pL -absorción/S -absortar/RED -absorte/GS -absorta/S -absorto/S -abstemio/GS -abstemia/S -abstencionismo/S -abstencionista/S -abstención/S -abstener/DXöÅôúÁ -abstergente/S -absterger/RDEL -absterge/S -absterjo/G -abstinente/FS -abstracción/S -abstracto/GS -abstracta/S -abstraer/XIÈLDÀÁ -abstrae/S -abstruso/GS -abstrusa/S -absurdo/KGS -abubilla/S -abuchear/RÀED -abuchee/GS -abuchea/S -abucheo/S -abuelastro/SG -abuelastra/S -abuelo/GS -abuela/S -abuhado/GS -abuhada/S -abujardar/RED -abujarde/GS -abujarda/S -abulagar/S -abulaga/S -abulense/S -abulia/S -abullonar/RDE -abullone/GS -abullona/S -abultar/RDPE -abulte/SG -abulta/S -abundad/rt -abundamiento/S -abundancia/rS -abundan/rt -abundantemente/t -abundante/tFS -abundar/rRtED -abunda/rt -abunden/rt -abunde/rGSt -abundé/tr -abundo/rt -abundoso/GS -abundosa/S -abundó/tr -abuñolar/RDI -abuñuelar/RD -aburar/RDE -abure/GS -abura/S -aburelado/GS -aburelada/S -aburguesar/REPD -aburrar/RED -aburre/S -aburridamente -aburridor/SG -aburridora/S -aburrir/RPÅÆÄÀÂÁD -aburujar/RED -aburuje/GS -aburuja/S -abusador/GS -abusadora/S -abusar/ERD -abuse/G -abusivo/GS -abusiva/S -abusón/GS -abusóna/S -abyección/S -abyecto/GS -abyecta/S -acá -acabable/kS -acabada/k -acabado/kGS -acabador/GS -acabadora/S -acaballadero/S -acaballar/RED -acaballerar/RED -acaballere/S -acaballe/S -acaballonar/RED -acaballone/G -acabañar/RED -acabañe/S -acabar/ÃRøPÅÄDÁÀEô -acabe/G -acabestrillar/RED -acabestrille/SG -acabestrilla/S -acabildar/RED -acabilde/GS -acabilda/S -acachetar/RED -acachorrar -acaciano/GS -acaciana/S -acacia/S -academia/S -academice/S -academicismo/S -academicista/S -académico/GS -académica/S -academista/S -academizar/RDE -academizo/G -acadio/GS -acadia/S -acaece -acaecedero/SG -acaecedera/S -acaecen -acaecerá -acaecer/ÂÁDSP -acaecerán -acaecería -acaecerían -acaecía -acaecían -acaeciendo -acaeciera -acaecieran -acaeciere -acaecieren -acaecieron -acaeciese -acaeciesen -acaeció -acaezca -acaezcan -acaguasar/RED -acaguase/SG -acaguasa/S -acaldar/RDE -acalde/S -acalefo/GS -acalefa/S -acalenturar/RED -acalenture/S -acallar/RÀ -acalmar -acaloradamente -acalorad/h -acalora/h -acaloramiento/S -acaloran/h -acalorar/RhDE -acalore/GhS -acaloré/h -acaloren/h -acaloro/h -acaloró/h -acalugar/RED -acalugo/G -acalumniar -acamar/RED -acame/S -acampanar/RDE -acampan/S -acanalador/S -acanalar/RBE -acanale/G -acanallar/RDE -acanalle/S -acanelado/GS -acanelada/S -acanelonar -acanillado/GS -acanillada/S -acanilladura/S -acantáceo/SG -acantácea/S -acantalearía -acantalee -acantarar/RED -acantilar/RDE -acantile/SG -acantila/S -acantio/S -acanto/aS -acantonad/h -acantona/h -acantonan/h -acantonar/hRPD -acantoné/h -acantone/hGS -acantonen/h -acantono/h -acantonó/h -acantopterigio/GS -acantopterigia/S -acaparador/GS -acaparadora/S -acaparar/RPDÀE -acaparrarse -acapice/S -acapillar/RED -acapille/S -acapizar/RED -acapizo/G -acapullar/RED -acapulle/GS -acapulla/S -acarada/a -acarado/aGS -acaramelar/RDE -acaramele/GS -acaramela/S -acarar/RED -acardenalar/RED -acardenale/G -acariciador/GS -acariciadora/S -acariciar/ÇRDÄÆÅÎÍEÁÀ -acaricie/S -acaronar/RED -acarone/GS -acarona/S -ácaro/S -acarrace/S -acarralar/RED -acarrale/GS -acarrala/S -acarrar/RDE -acarrazar/RED -acarrazo/G -acarreadizo/GS -acarreadiza/S -acarreador/GS -acarreadora/S -acarrear/REPDÁÀ -acarree/GS -acarrea/S -acarreo/S -acarre/S -acarretar/RED -acartonar/RDE -acartone/G -acasarado/S -acastillado/GS -acastillada/S -acastorado/GS -acastorada/S -acataba/hS -acatabais/h -acataban/h -acatable/S -acatad/hG -acatado/hS -acata/h -acatáis/h -acataléctico/S -acatalecto/S -acatamos/h -acatando/h -acatan/h -acatara/h -acatará/h -acatarais/h -acataran/h -acatarán/h -acatar/ÁPÄB -acatarás/h -acataré/h -acatare/hGS -acatareis/h -acataréis/h -acataren/h -acataría/hS -acatarían/h -acataron/h -acatarrar/ERD -acatarre/GS -acatarra/S -acatarse/h -acatase/h -acataseis/h -acatasen/h -acatas/hS -acataste/h -acaté/h -acate/hSG -acatéis/h -acatemos/h -acaten/h -acato/h -acató/h -acaudalador/GS -acaudaladora/S -acaudalar/RED -acaudale/G -acaudillador/GS -acaudilladora/S -acaudillar/REÀDP -acaudille/GS -acaudilla/S -acaule/S -acceder/REQD -accede/SG -acceda/S -accedo/L -accesible/JkS -accésit -accesoriamente -accesorio/GS -accesoria/S -acceso/Sk -accidentalmente -accidental/SK -accidentario/GS -accidentaria/S -accidentar/RDE -accidente/GS -accidenta/S -accionad/lpf -acciona/fpl -accionamiento/S -accionan/lpf -accionariado/S -accionarial/S -accionaria/p -accionario/SGp -accionaria/S -accionarlo/SG -accionarla/S -accionar/RfplED -accioné/flp -accione/fplG -accionen/lpf -accionista/S -acción/kSlpf -accionó/flp -acciono/fpl -accitano/GS -accitana/S -acebeda/S -acebollado/S -acebolladura/S -acebuche/S -acece/S -acechadero/SG -acechadera/S -acechador/GS -acechadora/S -acechanza/S -acechar/DRÄÆÅPEÀÂÁ -aceche/GS -acecha/S -acecho/S -acedad/h -aceda/h -acedan/h -acedar/hRED -acedé/h -acede/hSG -aceden/h -acedera/NS -acedia/S -acedó/h -acedo/S -acefalía/OS -acefalismo/S -acéfalo/SG -acéfala/S -aceitad/ih -aceita/hi -aceitan/ih -aceitar/hRiED -aceitarlo/SG -aceitarla/S -aceitazo/S -aceité/ih -aceite/iSGh -aceiten/ih -aceitero/GS -aceitera/S -aceito/hi -aceitó/ih -aceitoso/GS -aceitosa/S -aceitunado/GS -aceitunada/S -aceitunero/GS -aceitunera/S -aceitunil/S -aceituno/NGS -aceituna/S -aceleraba/hS -acelerabais/h -aceleraban/h -aceleradamente -acelerad/hG -acelerado/hS -acelerador/GS -aceleradora/S -acelera/h -aceleráis/h -aceleramos/h -acelerando/h -aceleran/h -acelerara/h -acelerará/h -acelerarais/h -aceleraran/h -acelerarán/h -acelerarás/h -aceleraré/h -acelerare/hSG -acelerareis/h -aceleraréis/h -aceleraren/h -aceleraría/hS -acelerarían/h -aceleraron/h -acelerar/RÀDEÄPA -acelerarse/h -acelerase/h -aceleraseis/h -acelerasen/h -aceleras/hS -aceleraste/h -acelere/GhS -aceleré/h -aceleréis/h -aceleremos/h -aceleren/h -acelero/h -aceleró/h -acelga/S -acemilar/S -acémila/S -acemilero/LGS -acender -acendrar/P -acensar/E -acensuar/RDI -acensúe/SG -acensúa/S -acento/S -acentuada/k -acentuado/kGS -acentual/S -acentuar/RÄDAÀI -acentúe/GS -acentúa/S -acepar/RED -acepción/S -acepe/S -aceptabilidad/S -aceptable/kS -aceptador/GS -aceptadora/S -aceptar/RAÌÍÄÆÅÀÂÁEDÙÚ -acepte/GS -acepta/S -acepto/S -acequiar/RED -acequiero/S -acequie/S -acerad/hi -acera/ih -aceran/hi -acerar/iRDhE -acerba/hS -acerbo/KGS -acercar/ÎÍÙøÁÀÂÃÆÄÅÇPô -aceré/hi -acere/hSGi -aceren/hi -acerico/S -acerino/GS -acerina/S -acernadar/RED -acernade/S -aceró/hi -acero/ih -acerolo/GS -acerola/S -acerrojar/RDE -acerroje/SG -acerroja/S -acertad/h -acertador/SG -acertadora/S -acertamiento/S -acertar/hRID -acertarle/GS -acertarla/S -acertarlo/S -acerté/h -acertijo/S -acertó/h -aceruelo/S -acervad/f -acerva/f -acervan/f -acervar/RfDE -acervé/f -acerve/GSf -acerva/S -acerven/f -acervo/f -acervó/f -acetar -acetato/sS -acético/GS -acética/S -acetificar/RDE -acetifico/G -acetileno/S -acetilo/S -acetilsalicílico/S -acetite/S -aceto/GS -aceta/S -acetona/S -acetosa/N -acetoso/GSK -acetosa/S -acetre/S -acetrinar/RED -acetrine/S -acevilar -acezante/S -acezar/RED -acezo/G -achabacanar/RDEP -achabacane/S -achacable/S -achacar/ÄÆÃREÁDÀ -achaco/G -achacoso/GS -achacosa/S -achampanado/GS -achampanada/S -achampañado/GS -achampañada/S -achancar/RDE -achaparrar/ERD -achaparre/S -achaquero/S -achaquiento/GS -achaquienta/S -acharar/RDE -achare/SG -achara/S -achatar/RÄPDE -achate/S -achicador/GS -achicadora/S -achicar/RBPEDÁÀ -achicharradero/S -achicharrar/À -achico/G -achinar/ -achiquillado/S -achispar/RED -achispe/S -achocar/Á -achochar/RDE -achoche/SG -achocha/S -achocolatado/GS -achocolatada/S -achubascar/RDE -achubasco/G -achuchar/RÀEÆD -achuche/GS -achucha/S -achulapar/RDE -achulape/S -achular/RDE -achule/S -aciago/GS -aciaga/S -acial/S -aciano/S -acibarar/RED -acibare/GS -acibara/S -acibarrar -acíbar/S -aciberar -acicalador/GS -acicaladora/S -acicalar/RÁPEDôB -acicale/GS -acicala/S -acicate/S -acicular/S -acidalio/GS -acidalia/S -acidez/S -acidia/S -acidificar/RDE -acidifico/G -acidioso/GS -acidiosa/S -ácido/GS -ácida/S -acidorresistente/S -acidosis -acidular/RED -acidule/GS -acidula/S -acídulo/SG -acídula/S -aciemar/RDE -acieme/SG -aciema/S -acierta/h -acierte/h -acierto/hS -ácigos -acilo/S -ácimo/S -acimut -acimutal/S -acimutes -acinturar/RED -acinture/S -acivilar -aclamador/GS -aclamadora/S -aclamar/AÀÂÁÆ -aclarador/GS -aclaradora/S -aclarar/REøÙÛÚôÍÄÆÅÃAÀÂÁD -aclaratorio/GS -aclaratoria/S -aclareo/S -aclare/S -acle/S -aclimatar/REDÁÀ -aclimate/SG -aclimata/S -aclorhidria/S -acné/S -acobardad/h -acobarda/h -acobardamiento/S -acobardan/h -acobardar/hRDE -acobardarme -acobardarnos -acobardaros -acobardarte -acobarde/GhS -acobardé/h -acobarden/h -acobardo/h -acobardó/h -acochar/DRE -acoclar/RDE -acocle/GS -acocla/S -acocotar/RDE -acocote/G -acodalar/ERPD -acodale/G -acoda/N -acodar/DREB -acoderar/ERDP -acodere/GS -acodera/S -acode/S -acodillar/RED -acodille/S -acoger/P -acogollar/RED -acogolle/GS -acogolla/S -acogombrar/RDE -acogombre/GS -acogombra/S -acogotar/RDE -acogote/G -acohombrar/ERD -acohombre/GS -acohombra/S -acojinar/REDP -acojine/G -acojonar/RED -acojone/GS -acojona/S -acolitado/S -acólito/S -acollad/h -acolla/h -acollan/h -acollarar/RED -acollar/RhDE -acolle/GSh -acolla/S -acollé/h -acollen/h -acollo/h -acolló/h -acollonar/RED -acollone/GS -acollona/S -acomendar -acometedor/GS -acometedora/S -acometer/ÁÂP -acometividad/S -acomodaba/hS -acomodabais/h -acomodaban/h -acomodable/S -acomodad/hG -acomodadizo/GS -acomodadiza/S -acomodado/hS -acomodador/GS -acomodadora/S -acomoda/h -acomodáis/h -acomodamos/h -acomodando/h -acomodan/h -acomodar/ÄÆÅøRAPÀÂÁEôD -acomodara/h -acomodará/h -acomodarais/h -acomodaran/h -acomodarán/h -acomodarás/h -acomodaré/h -acomodare/hSG -acomodareis/h -acomodaréis/h -acomodaren/h -acomodaría/hS -acomodarían/h -acomodaron/h -acomodarse/h -acomodase/h -acomodaseis/h -acomodasen/h -acomodas/hS -acomodaste/h -acomodaticio/GS -acomodaticia/S -acomode/GhS -acomodé/h -acomodéis/h -acomodemos/h -acomoden/h -acomodó/h -acomodo/hS -acompañad/h -acompañadlo/SG -acompañadla/S -acompañadme -acompañadnos -acompaña/h -acompáñalo/GS -acompáñala/S -acompáñame -acompañamiento/S -acompañándole/SG -acompañándola/S -acompañándolo/S -acompañándome -acompañándonos -acompañándoos -acompañándote -acompañan/h -acompáñanos -acompañante/S -acompañar/hRED -acompañarle/GS -acompañarla/S -acompañarlo/S -acompañarme -acompañarnos -acompañaros -acompañarte -acompañé/h -acompañe/hSG -acompáñelo/SG -acompáñela/S -acompáñeme -acompañen/h -acompáñenlo/GS -acompáñenla/S -acompáñenme -acompáñennos -acompáñenos -acompaño/h -acompañó/h -acompasar/ÀÄ -acomplejar/ERD -acompleje/S -acomunalar -acomunar -aconchar/RDE -aconche/S -acondicionador/GS -acondicionadora/S -acondroplásico/GS -acondroplásica/S -aconduchar -acongojador/GS -acongojadora/S -acongojar/ÀÁ -aconitina/S -acónito/S -aconsejaba/hS -aconsejabais/h -aconsejaban/h -aconsejable/S -aconsejad/hG -aconsejado/hS -aconsejador/GS -aconsejadora/S -aconseja/h -aconsejáis/h -aconsejamos/h -aconsejando/h -aconsejan/h -aconsejara/h -aconsejará/h -aconsejarais/h -aconsejaran/h -aconsejarán/h -aconsejarás/h -aconsejaré/h -aconsejare/hSG -aconsejareis/h -aconsejaréis/h -aconsejaren/h -aconsejaría/hS -aconsejarían/h -aconsejaron/h -aconsejar/RDÄÆÅÛÚEÁÀ -aconsejarse/h -aconsejase/h -aconsejaseis/h -aconsejasen/h -aconsejas/hS -aconsejaste/h -aconsejé/h -aconsejéis/h -aconsejemos/h -aconsejen/h -aconseje/ShG -aconsejo/h -aconsejó/h -aconsonantar/RED -aconsonante/G -acontar -acontece -acontecedero/SG -acontecedera/S -acontecen -acontecerá -acontecerán -acontecería -acontecerían -acontecer/PDÁÂS -acontecía -acontecían -aconteciendo -aconteciera -acontecieran -aconteciere -acontecieren -acontecieron -aconteciese -aconteciesen -aconteció -acontezca -acontezcan -acopiar/P -acopio/S -acoplad/h -acoplador/SG -acopladora/S -acopladura/S -acopla/h -acoplándolo/GS -acoplándola/S -acoplándome -acoplándonos -acoplándoos -acoplándote -acoplan/h -acoplar/hRPDE -acoplarle/SG -acoplarla/S -acoplarlo/S -acoplarme -acoplarnos -acoplaros -acoplarte -acoplé/h -acople/hSG -acoplen/h -acoplo/h -acopló/h -acoquinar/RDEP -acoquine/S -acora/aS -acorace/S -acorar/RED -acorazar/REDP -acorazonado/S -acorce/S -acorchar/P -acordad/h -acordándole/S -acordándome -acordándonos -acordándoos -acordándote -acordanza/S -acordaos -acordar/hRID -acordarle/SG -acordarla/S -acordarlo/S -acordarme -acordarnos -acordaros -acordarte -acordé/h -acorde/hS -acordemente -acordémonos -acordeonista/S -acordeón/S -acordó/h -acordonar/RDPE -acordone/G -acore/G -acornar/RID -acorralaba/hS -acorralabais/h -acorralaban/h -acorralad/hG -acorralado/hS -acorrala/h -acorraláis/h -acorralamos/h -acorralando/h -acorralan/h -acorralara/h -acorralará/h -acorralarais/h -acorralaran/h -acorralarán/h -acorralarás/h -acorralaré/h -acorralare/hGS -acorralareis/h -acorralaréis/h -acorralaren/h -acorralaría/hS -acorralarían/h -acorralaron/h -acorralar/PRÅÄÆDEÁÀ -acorralarse/h -acorralase/h -acorralaseis/h -acorralasen/h -acorralas/hS -acorralaste/h -acorrale/GhS -acorralé/h -acorraléis/h -acorralemos/h -acorralen/h -acorralo/h -acorraló/h -acorrucar/ERD -acorruco/G -acortar/P -acorullar/RDE -acorulle/GS -acorulla/S -acorzar/RDE -acosador/GS -acosadora/S -acosar/PRÅÄÆÁÂÀED -acosmismo/S -acostar/ôPøÆÅùõÁÀ -acostumbrad/h -acostumbra/h -acostumbrándolo/GS -acostumbrándola/S -acostumbrándome -acostumbrándonos -acostumbrándoos -acostumbrándote -acostumbran/h -acostumbraos -acostumbrar/hRÁD -acostumbrarle/GS -acostumbrarla/S -acostumbrarlo/S -acostúmbrate -acostumbré/h -acostumbre/hGS -acostumbrémonos -acostumbren/h -acostúmbrense -acostúmbrese -acostumbro/h -acostumbró/h -acotación/S -acotad/h -acota/h -acotamiento/S -acotan/h -acotar/hRD -acotarlo/GS -acotarla/S -acoté/h -acote/hSG -acoten/h -acoto/h -acotó/h -acotolar/RDE -acotole/GS -acotola/S -acoyundar/RED -acoyunde/S -acoyuntar/RED -acoyunte/GS -acoyunta/S -acracia/S -acrecentador/GS -acrecentadora/S -acrecentar/RÀDPI -acreciente/F -acreditación/S -acreditad/h -acredita/h -acreditándole/S -acreditan/h -acreditar/hRÂÀDE -acreditativo/GS -acreditativa/S -acredité/h -acredite/hGS -acrediten/h -acredito/h -acreditó/h -acreedor/fGS -acreer -acremente -acre/S -acrescente/S -acriance/S -acrianzar/RED -acriba/N -acribillar/RDÅÄÂÁE -acribille/S -acrílico/SG -acrílica/S -acrimonia/S -acrisolador/GS -acrisoladora/S -acristalar/RPDE -acristale/G -acritud/S -acrobacia/S -acróbata/S -acrobático/GS -acrobática/S -acrobatismo/S -acrofobia/S -acromatice/S -acromatizar/RED -acromatizo/G -acromatopsia/S -acromegalia/S -acromion -acrómiones -acrópolis -actea/S -actinio/OGS -actinismo/S -actinomices -actinomicosis -actinomorfo/GS -actinomorfa/S -actinota/S -actitudinal/S -actitud/S -activación/S -activad/hp -activa/lSfhpk -activamente -activan/hp -activar/pRDhÀE -active/hSGp -activen/hp -activé/ph -activismo/S -activista/S -activo/kGSK -activó/ph -activos/lfp -acto/GS -acta/S -actor/Sp -actos/j -actriz/S -actualice/S -actualizador/SG -actualizadora/S -actualizar/AÄERÁÀD -actualizo/G -actual/KS -actualmente -actuante/S -actuario/GS -actuaria/S -actuar/RIÀDA -actúe/SG -actúa/S -acuadrillar/RED -acuadrille/S -acuarela/S -acuarelista/S -acuario/S -acuarta/N -acuartelad/h -acuartela/h -acuartelan/h -acuartelar/hRDP -acuartelé/h -acuartele/hGS -acuartelen/h -acuartelo/h -acuarteló/h -acuartillar/RDE -acuartille/S -acuatice/S -acuático/GS -acuática/S -acuatiza/C -acuatizar/RDE -acuatizo/G -acuchilladizo/S -acuchillador/GS -acuchilladora/S -acuchillar/RÄEÀÂD -acuchille/S -acuciador/GS -acuciadora/S -acuciante/S -acuciar/REDPÆ -acucie/SG -acucia/S -acuciosamente -acucioso/GSK -acuciosa/S -acuclillar/RDE -acuclille/SG -acuclilla/S -acude/GS -acuda/S -acudiciar -acudir/RPED -acueducto/S -ácueo/GS -ácuea/S -acuerda/h -acuérdate -acuerde/h -acuérdense -acuérdese -acuerdo/hS -acuicultura/S -acuidad/S -acuífero/GS -acuífera/S -acuitar/RE -acuite/S -acular/RED -acule/GS -acula/S -acullá -aculturación/S -acumulable/S -acumular/ÀÄPA -acumulativo/GS -acumulativa/S -acunar/ÄÁÀ -acuntir -acuñación/S -acuñad/p -acuñan/p -acuña/p -acuñarlo/SG -acuñarla/S -acuñar/pRD -acuñen/p -acuñé/p -acuñe/pSG -acuño/p -acuñó/p -acuoso/KGS -acupuntura/S -acurdar/RDE -acurde/S -acure -acurrucar/REôDÅÁ -acurrullar/RED -acurrulle/GS -acurrulla/S -acusable/S -acusada/f -acusado/fGS -acusador/GS -acusadora/S -acusar/RÅÄÆÚÁÂÀDA -acusativo/S -acusatorio/SG -acusatoria/S -acusica/S -acusón/GS -acusóna/S -acústico/GS -acústica/S -acutángulo/S -acuúcate -adagio/S -adaguar/ERD -adagüe/S -adaguo/G -adalid/S -adamante/S -adamantino/SG -adamantina/S -adamar/REDB -adamascar/RED -adamasco/G -adame/S -adamismo/S -adamita/Sn -adanismo/S -adán/S -adaptable/SkJ -adaptada/k -adaptado/kSG -adaptador/GS -adaptadora/S -adaptar/AREDÀÂÁÄÅ -adapte/GS -adapta/S -adaraja/S -adarce/S -adardear/RED -adardee/GS -adardea/S -adargar/RED -adargo/G -adarguero/S -adarme/S -adarvar/RED -adarve/GS -adarva/S -adecenar/RDE -adecene/S -adecentar/À -adecuada/k -adecuadamente -adecuado/kSG -adecuar/ÄÅERDÀÁA -adecue/S -adecuo/G -adefesio/S -adehala/S -adelantador/GS -adelantadora/S -adelantar/RDÚøÁÀÂEÃÅÄÆP -adelante/SG -adelanta/S -adelanto/S -adelfa/NS -adelgace/S -adelgazador/GS -adelgazadora/S -adelgazar/REDP -adelgazo/G -ademán -ademan/S -ademar/RDE -ademe/GS -adema/S -adenia/S -adenitis -adenoideo/SG -adenoidea/S -adenoma/S -adenoso/GS -adenosa/S -adensar/RDE -adense/S -adentrar/REÁDøÅ -adentre/GS -adentra/S -adentro/S -adepto/GS -adepta/S -aderecé/h -aderecen/h -aderece/Sh -aderezad/h -adereza/hS -aderezamiento/S -aderezándolo/GS -aderezándola/S -aderezan/h -aderezar/hRDE -aderezarle/GS -aderezarla/S -aderezarlo/S -aderezo/GS -adereza/S -aderezó/h -adestrar/RDI -adeudad/h -adeuda/h -adeudan/h -adeudar/hRED -adeudé/h -adeude/hSG -adeuden/h -adeudo/h -adeudó/h -adherecer -adherente/FS -adherir/XDÁ -adhesión/S -adhesivo/GSK -adhesiva/S -adhortar -adiano/S -adiar/RID -adicionador/GS -adicionadora/S -adicional/S -adicionar/ERÀÂDÆ -adición/G -adictivo/GS -adictiva/S -adicto/S -adíe/S -adiestrador/GS -adiestradora/S -adiestrar/RÁÂÀPDÆÅ -adinamia -adinerar/RED -adinere/GS -adinera/S -adió/S -adiós/S -adipocira/S -adiposo/GSK -adiposa/S -adipsia/S -adir/A -aditamento/S -aditivo/GS -aditiva/S -adive/S -adivinador/GS -adivinadora/S -adivinanza/S -adivinar/AÅÄÆÙÌPÁ -adjetival/S -adjetivar/REÀDA -adjetive/SG -adjetiva/S -adjetivo/S -adjudicador/GS -adjudicadora/S -adjudicar/ÅÃÄÆREÁÀÂDA -adjudicatario/SG -adjudicataria/S -adjudico/G -adjuntar/RDÆÂE -adjunte/GS -adjunta/S -adjunto/S -adjurar -adjutor/fGS -adminicular/RDE -adminicule/GS -adminicula/S -administradora/S -administrador/fS -administrar/AÆÄRÃEÀÂÁD -administrativamente -administrativo/GS -administrativa/S -administratorio/SG -administratoria/S -administre/GS -administra/S -admirable/S -admirador/GS -admiradora/S -admirar/DRÅÄÆAEÀÂÁ -admirativo/SG -admirativa/S -admire/SG -admira/S -admisible/JS -admisibles/k -admisión/S -admítalo/GS -admítala/S -admítanlo/SG -admítanla/S -admitan/p -admita/p -admítelo/GS -admítela/S -admiten/p -admite/pSG -admitía/p -admitidlo/GS -admitidla/S -admitid/p -admitiéndolo/GS -admitiéndola/S -admitió/p -admití/p -admitirme -admitirnos -admitiros -admitir/pERÀÂD -admitirte -admitís/p -admito/p -admonitorio/GS -admonitoria/S -adobador/SG -adobadora/S -adobar/RDÀE -adobe/GS -adoba/S -adobera/S -adobo/S -adocenar/RED -adocene/S -adocilar/RED -adocile/GS -adocila/S -adoctrinar/PÁÀ -adolecer/IRDL -adolece/S -adolescente/SF -adolorar/RED -adonecer/IRDL -adonece/S -adonice/S -adonis -adonizar/RED -adonizo/G -adopcionismo/S -adopcionista/S -adopción/S -adoptable/Sk -adoptador/GS -adoptadora/S -adoptante/S -adoptar/REÀÁÄD -adopte/SG -adopta/S -adoptivo/GS -adoptiva/S -adoquinar/RDE -adoquine/GS -adoquina/S -adorable/S -adoración/S -adorad/h -adorador/G -adorándole/S -adorándome -adorándonos -adorándoos -adorándote -adoran/h -adorar/hRD -adoratorio/S -adoratriz/S -adora/tSh -adoré/h -adore/hSG -adoren/h -adores/t -adormeced/h -adormecedor/GS -adormecedora/S -adormece/hS -adormecéis/h -adormecemos/h -adormecen/h -adormecerá/h -adormecerán/h -adormecerás/h -adormeceré/h -adormeceréis/h -adormecería/hS -adormecerían/h -adormecer/RÄDPILÁÀ -adormecerse/h -adormecía/hS -adormecíais/h -adormecíamos/h -adormecían/h -adormecida/h -adormecido/hSG -adormeciendo/h -adormeciera/h -adormecieran/h -adormeciere/hSG -adormecieren/h -adormecieron/h -adormeciese/hS -adormeciesen/h -adormecí/h -adormecimos/h -adormeció/h -adormeciste/h -adormentar/RID -adormezca/h -adormezcáis/h -adormezcamos/h -adormezcan/h -adormezco/hG -adormilar/RDE -adormile/SG -adormila/S -adormir/XP -adornad/h -adornadlo/GS -adornadla/S -adornador/SG -adornadora/S -adorna/h -adórnalo/SG -adórnala/S -adornamiento/S -adornándole/SG -adornándola/S -adornándolo/S -adornan/h -adornarle/GS -adornarla/S -adornarlo/S -adornar/RhDE -adorné/h -adorne/hSG -adornen/h -adornista/S -adorno/h -adornó/h -adornos -adoro/h -adoró/h -adosar/RÂDEÆ -adose/G -adquirente/S -adquirible/S -adquiridor/GS -adquiridora/S -adquiriente/S -adquirir/XáDÀÂI -adquisición/S -adquisidor/GS -adquisidora/S -adquisitivo/GS -adquisitiva/S -adral/S -adrar/RED -adrece/S -adrede -adredemente -adre/GMS -adrenalina/S -adrezar/RDE -adriático/SG -adriática/S -adrice/S -adrizar/RDEP -adrolla/S -adscribe/GS -adscriba/S -adscribir/ERÄÂÀ -adscripción/S -adscrito/GS -adscrita/S -adsorbe/GS -adsorba/S -adsorber/RED -adsorbo/L -adstringente/S -adstringe/S -adstringir/RED -adstrinjo/G -ad/t -aduanar/RED -aduane/GS -aduana/S -aduanero/GS -aduanera/S -aduar/S -aducir/XIDA -aductor/G -adueñar/RDÅÁE -adueñe/S -adujar/RDE -aduje/SG -aduja/S -adulador/GS -aduladora/S -adularia/S -adular/RAEDÂÀÁ -adulatorio/GS -adulatoria/S -adulciguar/RDE -adulcigüe/S -adulciguo/G -adulcir/RD -adule/S -adulón/GS -adulóna/S -adulterador/GS -adulteradora/S -adulterar/RDÀE -adultere/GS -adultera/S -adulterino/SG -adulterina/S -adulterio/S -adúltero/SG -adúltera/S -adulto/GS -adulta/S -adulzar/RED -adulzo/G -adumbrar/RDE -adumbre/GS -adumbra/S -adunad/f -aduna/f -adunan/f -adunar/RfED -aduné/f -adunen/f -adune/SfG -aduno/f -adunó/f -adurir/REQD -adusta/M -adusto/GS -adusta/S -advén -advenedizo/GS -advenediza/S -advenir/PXD -adventicio/GS -adventicia/S -adventismo/S -adventista/S -adverar/RDE -adverbialice/S -adverbializar/REDA -adverbializo/G -adverbial/S -adverbio/S -advere/GS -advera/S -adversar -adversario/GS -adversaria/S -adversativo/GS -adversativa/S -adverso/KGS -advertencia/kS -advertía/hS -advertíais/h -advertíamos/h -advertían/h -advertida/k -advertidamente/k -advertid/hG -advertido/kSGh -advertí/h -advertimos/h -advertirá/h -advertirán/h -advertirás/h -advertiré/h -advertiréis/h -advertiría/hS -advertirían/h -advertirse/h -advertir/XPÁÀÂÃËDÈÊÉ -advertís/h -advertiste/h -advierta/h -adviertan/h -advierte/hGS -advierten/h -advierto/h -advirtáis/h -advirtamos/h -advirtiendo/h -advirtiera/h -advirtieran/h -advirtiere/hSG -advirtieren/h -advirtieron/h -advirtiese/hS -advirtiesen/h -advirtió/h -advocar/A -adyacente/S -adyuvante/fS -aedo/S -aérea/c -aéreo/GSc -aérea/S -aeriforme/S -aerobia/a -aerobio/GaS -aerodinámico/GS -aerodinámica/S -aeródromo/S -aeroespacial/S -aerofagia/S -aerolínea/S -aerolito/S -aeromancia/S -aeronato/GS -aeronata/S -aeronauta/S -aeronáutico/GS -aeronáutica/S -aeronaval/S -aeronave/S -aeroplano/S -aeroportuario/SG -aeroportuaria/S -aeropostal/S -aeropuerto/S -aerosol/S -aerostación/S -aerostático/GS -aerostática/S -aerostato/S -aerostero/S -aerotecnia/S -aeroterapia/S -aeroterrestre/S -aerotransportar/RDE -aerotransporte/GS -aerotransporta/S -aes -aeta/S -afable/JS -afablemente -afaccionado/S -afamar/RDE -afame/S -afanador/GS -afanadora/S -afanar/RDÁE -afanoso/GS -afanosa/S -afán/SG -afána/S -afarolado/GS -afarolada/S -afascalar/RED -afascale/SG -afascala/S -afasia/S -afatar/RDE -afate/S -afead/h -afeador/GS -afeadora/S -afea/h -afeamiento/S -afeándole/S -afean/h -afearle/GS -afearla/S -afearlo/S -afearme -afearnos -afearos -afear/RhDE -afearte -afeblecer/IRLD -afeblece/S -afeccionar/RDE -afección/GS -afeccióna/S -afectador/GS -afectadora/S -afecta/h -afectar/ERÄÆÅÁÀÂDA -afecte/SG -afecta/S -afectivo/GKS -afecto/ShG -afectuoso/SGK -afectuosa/S -afeé/h -afee/hGS -afeen/h -afeitador/GS -afeitadora/S -afeitar/øÅÆRÃEDÀÂÁ -afeite/GS -afeita/S -afelio/S -afeminar/RDPAE -afemine/GS -afemina/S -afeo/h -afeó/h -aferente/S -aferraba/hS -aferrabais/h -aferraban/h -aferrad/hG -aferrado/hS -aferrador/G -aferra/h -aferráis/h -aferramos/h -aferrando/h -aferran/h -aferrar/ÀÁPEÄÆÅ -aferrara/h -aferrará/h -aferrarais/h -aferraran/h -aferrarán/h -aferrarás/h -aferraré/h -aferrare/hGS -aferrareis/h -aferraréis/h -aferraren/h -aferraría/hS -aferrarían/h -aferraron/h -aferrarse/h -aferrase/h -aferraseis/h -aferrasen/h -aferras/hS -aferraste/h -aferre/GhS -aferré/h -aferréis/h -aferremos/h -aferren/h -aferro/h -aferró/h -afer/SA -afervorar -afervorizar -affaire -Afganistán -afgano/GS -afgana/S -afiance/S -afianzador/GS -afianzadora/S -afianzar/REDPÁÀ -afiar/h -afiblar -afiche -aficionad/h -aficiona/h -aficionan/h -aficionaos -aficionar/EhRD -aficionarle/S -aficionarme -aficionarnos -aficionaros -aficionarte -aficiónate -aficioné/h -aficione/hGS -aficionen/h -afición/G -aficiono/h -aficionó/h -afielar/RDE -afiele/G -afijar/h -afijo -afiladera/S -afilad/h -afilador/GS -afiladora/S -afiladura/S -afila/h -afilamiento/S -afilan/h -afilar/hRD -afilarlo/GS -afilarla/S -afilé/h -afile/hSG -afilen/h -afiliar/ÁÀ -afiligranar/RDE -afiligrane/S -afilo/h -afiló/h -áfilo/SG -áfila/S -afín -afinación/S -afinad/h -afinador/GS -afinadora/S -afinadura/S -afina/h -afinándolo/GS -afinándola/S -afinan/h -afinar/hRD -afinarlo/GS -afinarla/S -afinarme -afinarnos -afinaros -afinarte -afincar/Á -afiné/h -afine/hSG -afinen/h -afinidad/S -afino/h -afinó/h -afinojar/DRE -afinoje/GS -afinoja/S -afirmación/S -afirmador/GS -afirmadora/S -afirmad/p -afirmándolo/GS -afirmándola/S -afirmándome -afirmándonos -afirmándoos -afirmándote -afirman/p -afirma/p -afirmar/pRÁD -afirmativamente -afirmativo/SG -afirmativa/S -afirmen/p -afirmé/p -afirme/pSG -afirmo/p -afirmó/p -afiuciar/h -aflacar -aflamar -aflaquecerse -aflautar/RDE -aflaute/S -afletar -aflicción/S -aflictivo/GS -aflictiva/S -aflicto/GS -aflicta/S -aflige/S -afligidamente -afligir/RPÁED -aflijo/G -aflojar/RPEøÙÌÍÁÀÂD -afloje/S -aflorar/PÀ -afluentemente -afluente/sS -afofar/RED -afofe/S -afogarar/RED -afogar/GS -afogara/S -afollar/R -afondar/RED -afonde/S -afonía/S -aforad/h -aforador/S -afora/h -aforamiento/S -aforan/h -aforar/RhED -aforcar -afore/GhS -aforé/h -aforen/h -aforismo/GS -aforisma/S -aforo/h -aforó/h -aforrad/h -aforra/h -aforran/h -aforrar/hRD -aforré/h -aforre/hSG -aforren/h -aforro/h -aforró/h -afortalar -afortunada/h -afortunadamente -afortunado/hSG -afortunar/D -afosar/R -afoscar/RED -afrailar/RDPE -afraile/G -afrancar/DRE -afrancesar/RDEP -afrancese/G -afrentador/GS -afrentadora/S -afrentar/RÀED -afrente/G -afrentoso/GS -afrentosa/S -afreñir/XD -África -africanice/S -africanista/S -africanizar/RDE -africanizo/G -africano/GS -africana/S -áfrico/GS -áfrica/S -afrikáans -afriñe/GS -afriña/S -afroamericano/GS -afroamericana/S -afroantillano/GS -afroantillana/S -afrocubano/GS -afrocubana/S -afrodisíaco/GS -afrodisíaca/S -afrodita/aS -afronitro/S -afrontar/RÀÄPED -afronte/G -afta/S -aftoso/GS -aftosa/S -afuciar/D -afuero/h -afumar/R -afuste -agabachar/RDE -agabache/S -agachadera/S -agachadiza/S -agachar/DRøôÅEÁ -agache/S -agalbanado/GS -agalbanada/S -agalerar/RDE -agalere/S -agáloco/S -agañotar/RDE -agañote/GS -agañota/S -ágape/S -agaragar/S -agarbance/S -agarbanzar/RDE -agarbanzo/G -agardamar/RED -agardame/GS -agardama/S -agareno/GS -agarena/S -agárico/S -agarraba/hS -agarrabais/h -agarraban/h -agarradero/SG -agarradera/S -agarrad/hG -agarrado/hS -agarrador/SG -agarradora/S -agarrafar/RDE -agarrafe/S -agarra/h -agarráis/h -agarramos/h -agarrando/h -agarran/h -agarrante/S -agarrara/h -agarrará/h -agarrarais/h -agarraran/h -agarrarán/h -agarrarás/h -agarraré/h -agarrare/hGS -agarrareis/h -agarraréis/h -agarraren/h -agarraría/hS -agarrarían/h -agarrar/øÀÂÁôÇÙÌÎÍÃÄÆÅ -agarraron/h -agarrarse/h -agarrase/h -agarraseis/h -agarrasen/h -agarras/hS -agarraste/h -agarré/h -agarre/hSG -agarréis/h -agarremos/h -agarren/h -agarrochador/S -agarrochear -agarro/h -agarró/h -agarrotar/REDP -agarrotear/RDE -agarrotee/GS -agarrotea/S -agasajable/S -agasajador/GS -agasajadora/S -agasajar/RÀÁDE -agasaje/GS -agasaja/S -agasajo/S -ágata/S -agatice/S -agatino/GS -agatina/S -agatizar/RED -agatizo/G -agazapar/RED -agazape/S -agenciar/RÃEÁD -agencie/GS -agencia/S -agenda/S -agenesia/S -agente/fS -agerasia/S -agermanar/RED -agermane/G -agestado -agigantar/RDE -agigante/G -agigotar -agilice/S -agilidad/S -agilitar/RDE -agilite/GS -agilita/S -agilizar/RDE -agilizo/G -ágil/S -agitable/S -agitador/GS -agitadora/S -agitanar/RDE -agitan/S -agitante/S -agitar/RÌÅÄÆEDAÂÀ -agite/SG -agita/S -aglomerante/S -aglomerar/RDEA -aglomere/SG -aglomera/S -aglutinante/S -aglutinar/RAEÀDÄ -aglutine/GS -aglutina/S -agnación/S -agnus -agnusdéi/S -agobiante/S -agobiar/ÁRÀÂDÅE -agobie/GS -agobia/S -agolar/RED -agolletar -agolpar/REDP -agolpe/G -agonía/S -agonice/S -agónico/SG -agónica/S -agonioso/GS -agoniosa/S -agonista/S -agonizante/S -agonizar/RED -agonizo/G -agora -agorafobia/S -agorar/RDI -ágora/S -agorero/GS -agorera/S -agostadero/S -agostador/SG -agostadora/S -agostar/RDEP -agostero/GS -agostera/S -agoste/SG -agosta/S -agostizo/GS -agostiza/S -agosto/S -agotable/Sk -agotad/h -agotador/SG -agotadora/S -agota/h -agotamiento/S -agotándolo/GS -agotándola/S -agotan/h -agotarle/GS -agotarla/S -agotarlo/S -agotarme -agotarnos -agotaros -agotar/RhED -agotarte -agoté/h -agote/hSG -agoten/h -agoto/h -agotó/h -agraciad/h -agracia/h -agracian/h -agraciar/hRDE -agraciarle/S -agracié/h -agracie/hGS -agracien/h -agracio/h -agració/h -agradable/hS -agradablemente/h -agradad/h -agrada/h -agradan/h -agradar/hRÁD -agradeced/h -agradece/hS -agradecéis/h -agradecemos/h -agradecen/h -agradecerá/h -agradecerán/h -agradecerás/h -agradeceré/h -agradeceréis/h -agradecería/hS -agradecerían/h -agradecer/ÓÏIÃßRÒÑÇÁÀÂLÍÎPDÄÆÅ -agradecerse/h -agradecía/hS -agradecíais/h -agradecíamos/h -agradecían/h -agradecida/h -agradecido/hGS -agradeciendo/h -agradeciera/h -agradecieran/h -agradeciere/hSG -agradecieren/h -agradecieron/h -agradeciese/hS -agradeciesen/h -agradecí/h -agradecimos/h -agradeció/h -agradeciste/h -agradé/h -agrade/hSG -agraden/h -agradezca/h -agradezcáis/h -agradezcamos/h -agradezcan/h -agradezco/hG -agradó/h -agrado/hS -agrafia/S -ágrafo/GS -ágrafa/S -agrama/aS -agramadera/S -agramilar/RDE -agramile/G -agra/N -agrandar/ÄRPÁÀDE -agrande/G -agrario/GSO -agraria/S -agrarismo/S -agrarista/S -agravación/S -agravador/GS -agravadora/S -agravad/p -agravamiento/S -agravan/p -agravante/S -agrava/p -agravarle/S -agravar/pRD -agravatorio/GS -agravatoria/S -agraven/p -agravé/p -agrave/pSG -agraviad/h -agraviador/SG -agraviadora/S -agravia/h -agraviamiento/S -agravian/h -agraviar/hRDE -agraviarlo/SG -agraviarla/S -agravie/GhS -agravié/h -agravien/h -agravió/h -agravio/hS -agravioso/GS -agraviosa/S -agravo/p -agravó/p -agrazar/RED -agraz/SG -agraza/S -agrear -agrede/S -agredir/ÂÀÁÆÄREQD -agregación/S -agregad/h -agregadle/SG -agregadla/S -agregadlo/S -agregádmelo/SG -agregádmela/S -agregádnoslo/GS -agregádnosla/S -agregádselo/GS -agregádsela/S -agrega/h -agrégale/SG -agrégala/S -agrégalo/S -agrégamelo/GS -agrégamela/S -agregándole/SG -agregándola/S -agregándolo/S -agregan/h -agréganoslo/GS -agréganosla/S -agregar/hRDE -agregarle/SG -agregarla/S -agregarlo/S -agregarme -agregarnos -agregaros -agregarte -agrégaselo/SG -agrégasela/S -agregativo/GS -agregativa/S -agregó/h -agrego/hG -agregue/h -agregué/h -agréguele/GS -agréguela/S -agréguelo/S -agreguémonos -agréguenle/GS -agréguenla/S -agréguenlo/S -agréguense -agréguese -agremiar/RED -agremie/GS -agremia/S -agresivamente -agresivo/GSK -agresiva/S -agresor/GS -agresora/S -agreste/S -agriamente -agriar/RID -agrícola/S -agricultor/GS -agricultora/S -agricultura/S -agridulce/S -agríe/SG -agría/S -agrietar/P -agrifolio/S -agrimensor/GS -agrimensora/S -agrimensura/S -agrio/GS -agria/S -agrisar/RDE -agrise/G -agro/G -agropecuario/SG -agropecuaria/S -agrumar/RDE -agrume/SG -agruma/S -agrupable/S -agrupación/S -agrupador/GS -agrupadora/S -agrupad/p -agrupan/p -agrupa/p -agrupar/pRDÄPÁÀE -agrupen/p -agrupé/p -agrupe/pSG -agrupo/p -agrupó/p -aguacatal/S -aguacate/NS -aguacé/ih -aguace/iSh -aguacen/ih -aguacero/S -aguachad/i -aguacha/i -aguachan/i -aguachar/RiED -aguaché/i -aguache/iGS -aguachen/i -aguachinar/RDE -aguachine/GS -aguachina/S -aguachirle/S -aguacho/i -aguachó/i -aguadera/S -aguadero/hS -aguadija/S -aguadora/S -aguador/hS -aguad/rhi -aguadura/S -aguafiestas -aguafuerte/S -aguafuertista/S -aguagoma/S -agua/irh -aguaitar/RDE -aguaite/GS -aguaita/S -aguamala/S -aguamanil/S -aguamanos -aguamarina/S -aguamar/S -aguamelado/GS -aguamelada/S -aguamiel/S -aguanieve/S -aguanoso/GS -aguanosa/S -aguan/rhi -aguantable/Sk -aguantaderas -aguantar/RÃøÁÀÂôÌÎÍDEÄÆÅ -aguante/G -aguañón/S -aguapié/S -aguardadero/S -aguardar/REÍÁÀÂÅÆÄ -aguardentero/GS -aguardentera/S -aguardentoso/SG -aguardentosa/S -aguardiente/S -aguardo/S -aguarla/h -aguarle/GS -aguarla/S -aguarlo/ShG -aguarme -aguarnos -aguaros -aguarrás/S -aguar/RhiEDr -aguarte -aguaturma/S -aguaverde/S -aguaviento/S -aguavilla/S -aguazad/ih -aguaza/hi -aguazan/ih -aguazar/hRiDE -aguazo/iGh -aguazó/ih -aguazos -aguazoso/GS -aguazosa/S -aguazul/S -aguce/S -aguciar -agudamente -aguda/r -agudeza/S -agudice/S -agudizar/RÀDE -agudizo/G -agudo/SGr -aguda/S -aguedita/S -agüé/irh -agüen/rih -agüerar -aguerrido/GS -aguerrida/S -agüe/rSih -aguijador/GS -aguijadora/S -aguijar/REBÂD -aguije/S -aguijonar/P -aguijoneador/GS -aguijoneadora/S -aguijonear/ÅRÁÀDE -aguijonee/GS -aguijonea/S -aguijón/HS -aguilando/S -águila/S -aguileño/SG -aguileña/S -aguililla/S -aguilonia/S -aguilón/S -aguilucho/S -aguinaldo/S -aguisada/h -aguisado/hGS -aguisar/P -agüita/S -agujadera/S -agujal/S -agujar -aguja/SH -agujerar/RDE -agujerear/REDÀ -agujeree/SG -agujerea/S -agujere/GS -agujera/S -agujero/S -agujeta/S -agujetero/GS -agujetera/S -agujuela/S -aguo/irGh -aguó/rih -aguoso/GKS -agusanar/RPED -agusane/GS -agusana/S -agustinianismo/S -agustiniano/GS -agustiniana/S -agustino/S -agustín/SG -agustína/S -aguzadero/SG -aguzadera/S -aguzador/GS -aguzadora/S -aguzar/REBPD -aguzo/G -ah -ahajar/RED -ahaje/SG -ahaja/S -ahechadero/S -ahechador/GS -ahechadora/S -ahechar/RDBE -aheche/S -aherir -ahermanar -aherrojad/h -aherroja/h -aherrojamiento/S -aherrojan/h -aherrojar/hRDE -aherrojé/h -aherroje/hGS -aherrojen/h -aherrojo/h -aherrojó/h -aherventar -ahervorar/RED -ahervore/G -ahetrar -ahí -ahidalgar/RDE -ahijadero/GS -ahijadera/S -ahijad/h -ahijador/S -ahíja/h -ahijamiento/S -ahíjan/h -ahijar/hRDI -ahijé/h -ahíje/hSG -ahíjen/h -ahíjo/h -ahijó/h -ahilar/PI -ahíle/SG -ahíla/S -ahílo/S -ahincar/RI -ahínco/SG -ahínca/S -ahirmar -ahitad/h -ahíta/h -ahítan/h -ahitar/hRID -ahité/h -ahíte/hGS -ahíten/h -ahíto/h -ahitó/h -ahocinar/RED -ahocine/GS -ahocina/S -ahogadero/SG -ahogadera/S -ahogad/h -ahogadizo/GS -ahogadiza/S -ahogador/SG -ahogadora/S -ahoga/h -ahogamiento/S -ahogándole/GS -ahogándola/S -ahogándolo/S -ahogan/h -ahogar/hEDRÁÅ -ahogarle/GS -ahogarla/S -ahogarlo/S -ahogó/h -ahogo/hGS -ahogue/h -ahogué/h -ahondar/RÄPDÀE -ahonde/SG -ahonda/S -ahora -ahorcable/S -ahorca/C -ahorcajar/RED -ahorcaje/G -ahorcar/REøBÁÀÄP -ahorita -ahormar/RDE -ahorme/GS -ahorma/S -ahornagar/RED -ahornago/G -ahornar/RDE -ahorne/GS -ahorna/S -ahorrador/SG -ahorradora/S -ahorrar/ERÃÀÂÁÆÅÍDôP -ahorrativo/GS -ahorrativa/S -ahorre/SG -ahorra/S -ahorro/S -ahotar -ahoyar/RDE -ahoye/S -ahuchar/RDI -ahúche/SG -ahúcha/S -ahuciar/h -ahuecador/GS -ahuecadora/S -ahuecar/REDPÀ -ahuehuete/S -ahuesado/GS -ahuesada/S -ahumaba/h -ahumad/hG -ahumado/h -ahúma/h -ahumáis/h -ahúman/h -ahumara/h -ahumará/h -ahumare/h -ahumaré/h -ahumar/IÀ -ahumase/h -ahúme/GhS -ahumé/h -ahuméis/h -ahúmen/h -ahúmo/h -ahumó/h -ahusar/IRD -ahúse/GS -ahúsa/S -ahuyentador/GS -ahuyentadora/S -ahuyentar/RDEÀ -ahuyente/GS -ahuyenta/S -aijada/S -ailanto/S -aindiar/RED -aindie/SG -aindia/S -airadamente/h -airad/h -aíran -airar/RhD -airear/RÄEADÁÀ -airee/SG -airea/S -aíre/GS -aíra/S -airé/h -aire/hS -aíren -aíro -airó/h -airón/S -airosamente -airoso/GSK -airosa/S -aislacionismo/S -aislacionista/S -aisladamente -aislad/h -aislador/GS -aisladora/S -aísla/h -aislamiento/S -aislándolo/GS -aislándola/S -aislándome -aislándonos -aislándoos -aislándote -aíslan/h -aislante/S -aislaos -aislar/IRhD -aislarle/GS -aislarla/S -aislarlo/S -aislarme -aislarnos -aislaros -aislarte -aíslate -aislé/h -aíslen/h -aísle/SGh -aísla/S -aíslo/h -aisló/h -aja -ajá -ajamonar/ERD -ajaquecarse -ajaracado/S -ajaraca/S -ajarafe/S -ajardinar/DRE -ajardine/G -ajar/RÀPED -ajé -ajear/RDE -ajedrecista/S -ajedrezado/SG -ajedrezada/S -ajedrez/S -ajee/S -aje/G -ajena/i -ajenar/i -ajenjo/S -ajeno/iG -ajenos -ajeo/S -ajero/SG -ajera/S -ajete -ajetrear/RDE -ajetree/GS -ajetrea/S -ajetreo/S -ajiaceite/S -ajiaco/S -ajicola/S -ajicuervo/S -ajilimoje/S -ajilimójili/S -ajimez/S -ajipuerro/S -ajironar/RE -ajirone/G -ají/S -ajó -ajoarriero/S -ajobar -ajobero/GS -ajobera/S -ajobilla/S -ajolio/S -ajolote/S -ajomate/S -ajonjero/GS -ajonjera/S -ajonje/S -ajonjolí/S -ajonjo/S -ajonuez/S -ajoqueso/S -ajorar/RED -ajorca/S -ajore/SG -ajora/S -ajorrar/ERD -ajorre/SG -ajorra/S -ajo/S -ajotar/RDE -ajote/S -ajotrino/S -aj/S -ajuagas -ajuarar/RDE -ajuar/SG -ajuara/S -ajuglarar/RED -ajuiciar/RED -ajuicie/GS -ajuicia/S -ajuntad/h -ajunta/h -ajuntan/h -ajuntar/hRD -ajunté/h -ajunte/hSG -ajunten/h -ajunto/h -ajuntó/h -ajustable/S -ajustadamente -ajustador/SG -ajustadora/S -ajustad/ph -ajusta/hp -ajustamiento/S -ajustándole/GS -ajustándola/S -ajustándolo/S -ajustándome -ajustándonos -ajustándoos -ajustándote -ajustan/ph -ajustaos -ajustar/hRpD -ajustarla/p -ajustarle/GS -ajustarla/S -ajustarlo/SpG -ajustarme -ajustármelo/SG -ajustármela/S -ajustarnos -ajustárnoslo/GS -ajustárnosla/S -ajustaros -ajustároslo/SG -ajustárosla/S -ajustárselo/SG -ajustársela/S -ajustarte -ajustártelo/SG -ajustártela/S -ajústate -ajusté/hp -ajuste/hpSG -ajusten/ph -ajusticiar/ÀP -ajusto/hp -ajustó/hp -alabable/S -alabad/h -alabadle/S -alabador/GS -alabadora/S -alaba/h -alábale/S -alabamiento/S -alabancero/SG -alabancera/S -alabancia/S -alabancioso/SG -alabanciosa/S -alabandina/S -alabándole/SG -alabándola/S -alabándolo/S -alaban/h -alabanza/hS -alabarda/HS -alabardero/S -alabarle/GS -alabarla/S -alabarlo/S -alabarme -alabarnos -alabaros -alabar/RhDE -alabarte -alabastrita/S -alabastro/S -alabead/h -alabea/h -alabean/h -alabear/RhDE -alabeé/h -alabee/hSG -alabeen/h -alabe/GSh -alaba/S -alabé/h -alaben/h -alabeó/h -alabeo/S -álabe/S -alabo/h -alabó/h -alacayuela/S -alaciar/RED -alacie/S -alacrancillo/S -alacranera/S -alacrán/SN -alacridad/S -aladar/S -aladierno/G -aladrero/S -aladroque/S -aladro/S -alafa/S -alafia/S -alagad/h -alagadizo/GS -alagadiza/S -alaga/h -alagan/h -alagar/RhDE -álaga/S -alago/Gh -alagó/h -alague/h -alagué/h -ala/h -alajú/S -alamar/S -alambicar/REDP -alambico/G -alambor/S -alambra/N -alambrar/RED -alambrear/RDE -alambree/SG -alambrea/S -alambre/GS -alambra/S -alambrera/S -alameda/S -alaminazgo/S -álamo/S -alanceador/GS -alanceadora/S -alancear/Ä -alandrear/RDE -alandree/SG -alandrea/S -alangiáceo/GS -alangiácea/S -alangieo/GS -alangiea/S -alano/S -alantoides -al/ap -alarbe/S -alarde -alargadera/S -alargador/GS -alargadora/S -alargar/ÍPÆÄÀ -alargo/M -alar/hSD -alaridar -alarido/S -alarife/S -alarmador/SG -alarmadora/S -alarmante/S -alarmar/REDÀÂÁ -alarme/SG -alarma/S -alarmismo/S -alarmista/S -alaterno/S -alauí/S -alavense/S -alavés/GS -alavésa/S -alazán/SG -alazána/S -alazor/S -albacara/S -albacea/S -albaceazgo/S -albacetense/S -albaceteño/GS -albaceteña/S -albacora/S -albadena/S -albahaca/NS -albahaquero/S -alba/i -albaida/S -albalaero/S -albanar -albanega/S -albanés/SG -albanésa/S -Albania -albano/GS -albana/S -albañal/S -albañear -albañilear/RDE -albañilee/GS -albañilea/S -albañil/GLS -albarán/S -albarazado/GS -albarazada/S -albarca/S -albarcoquero/S -albarcoque/S -albardad/ih -albarda/N -albardan/ih -albardar/iREhD -albardé/ih -albardela/S -albarden/ih -albardero/GS -albardera/S -albarde/SGhi -albarda/S -albardinar/S -albardín/S -albardo/hi -albardó/ih -albardonero/S -albardón/S -albarejo/S -albareque/S -albares/i -albar/HNS -albaricoquero/S -albaricoque/S -albarigo/S -albarino/S -albarizo/GS -albariza/S -albarrana/N -albarrán/GS -albarrána/S -albarraniego/SG -albarraniega/S -albarsa/S -albatoza/S -albatros -albayalde/S -albear/RED -albedo/S -albedriar -albedrío/S -albee/GS -albea/S -albeldadero/S -albeldar/RDI -albeldense/S -albenda/S -albendera/S -alberca/S -alberchiguero/S -albergador/GS -albergadora/S -albergar/RÁÀEDB -albergo/G -albero/GS -albera/S -alberquero/GS -alberquera/S -alberque/SG -alberqua/S -albicante/S -albigense/S -albihar/S -albillo/GS -albilla/S -albinismo/S -albino/GS -albina/S -albitana/S -albita/S -alboaire/S -alboguear/ERD -alboguee/SG -alboguea/S -albo/iG -albóndiga/S -albondiguilla/S -alborada/S -alborear/RDE -alborecer/RILD -alborece/S -alboree/SG -alborea/S -alborga/S -albornoz/S -alboroce/S -alboroque/S -alborotadizo/GS -alborotadiza/S -alborotador/GS -alborotadora/S -alborotapueblos -alborotar/RÆED -alborote/GS -alborota/S -alboroto/S -alborozador/GS -alborozadora/S -alborozar/RDEP -alborozo/GS -alboroza/S -albor/S -alborto/S -albos -albriciar/RED -albricie/GS -albricia/S -albudeca/S -albufera/S -albugo/S -albuhera/S -albumen/S -albuminar/RDE -albúmina/S -albumine/SG -albumina/S -albuminoideo/GS -albuminoidea/S -albuminoide/S -albuminoso/SG -albuminosa/S -albuminuria/S -álbum/S -alburente/S -albur/SG -albura/S -alcabala/S -alcabalero/S -alcabor/S -alcabota/S -alcabtea/S -alcacel/S -alcacer/S -alcachofar -alcachofa/S -alcahazada/S -alcahazar -alcahaz/S -alcahotar -alcahuetar -alcahuetear/RDE -alcahuetee/GS -alcahuetea/S -alcahuete/SG -alcahueta/S -alcaico/S -alcaidesa/S -alcaide/Ss -alcaldada/S -alcalde/S -alcaldesa/S -alcaldía/S -alcalescencia/S -alcalice/S -alcalifa/S -alcalinice/S -alcalinizar/RED -alcalinizo/G -alcalino/KGS -álcali/S -alcalizar/RED -alcalizo/G -alcaloideo/SG -alcaloidea/S -alcaloide/S -alcalosis -alcance/S -alcancía/S -alcándara/S -alcanforar/RDE -alcanforero/S -alcanfor/GS -alcanfora/S -alcántara/S -alcantarillar/RED -alcantarille/GS -alcantarilla/S -alcantarillero/S -alcantarino/GS -alcantarina/S -alcanzable/kS -alcanzadizo/GS -alcanzadiza/S -alcanzador/GS -alcanzadora/S -alcanzar/ÍÏÃREÚBDÀÂÁÄÆÅ -alcanzo/G -alcaparra/S -alcaparrera/S -alcaparrón/S -alcaravanero/S -alcaraván/S -alcaravea/S -alcarchofar -alcarraza/S -alcarria/S -alcartaz/S -alca/S -alcatara/S -alcatifar/RED -alcatife/GS -alcatifa/S -alcatraz/S -alcaucil/S -alcaudón/S -alcayatar/RDE -alcayate/SG -alcayata/S -alcazaba/S -alcázar/S -alcea/S -alcedo/S -alcen/rp -álcense -alcé/rp -alce/rSp -álcese -alcino/S -alcionio/S -alcionito/S -alción/S -alcista/S -alcoba/SN -alcoholar/RED -alcoholato/S -alcoholaturo/S -alcoholemia/S -alcoholero/GS -alcoholera/S -alcoholice/S -alcohólico/GS -alcohólica/S -alcoholismo/S -alcoholizar/RED -alcoholizo/G -alcohol/OGS -alcolla/S -alconcilla/S -alcoranista/S -alcorce/S -alcornocal/S -alcornoque/S -alcor/S -alcorzar/DRE -alcorzo/G -alcotán/SG -alcotána/S -alcoyano/GS -alcoyana/S -alcubilla/S -alcucero/GS -alcucera/S -alcurnia/S -alcuza/S -aldabada/S -aldaba/SNH -aldabear/RED -aldabee/GS -aldabea/S -aldabón/SH -aldeanamente -aldeaniego/SG -aldeaniega/S -aldeanismo/S -aldeano/GS -aldeana/S -aldea/S -aldehído/S -aldeorrio/S -alderredor -aldino/GS -aldina/S -aldiza/S -aldohexosa/S -aldorta/S -alear/RDA -aleatorio/KGS -alebrar/RDI -alebrastarse -alebrestar/RDE -alebreste/GS -alebresta/S -alebronar/ERD -alebrone/G -aleccionador/GS -aleccionadora/S -aleccionar/RÅÀÂÁPDE -aleccione/G -alece/S -alechigar -alechugar/RE -alechugo/G -alectomancia/S -alectoria/S -aledaño/SG -aledaña/S -alefangina/S -alefriz/S -alegamar/RED -alegame/SG -alegama/S -aleganar/RDE -alegane/G -alegan/S -alegar/A -alegato/S -alegoría/S -alegorice/S -alegórico/GS -alegórica/S -alegorizar/RDE -alegorizo/G -alegraban/p -alegraba/pS -alegrado/pS -alegrador/GS -alegradora/S -alegrad/pG -alegráis/p -alegramos/p -alegrando/p -alegran/p -alegra/p -alegraran/p -alegrarán/p -alegrara/p -alegrará/p -alegrarás/p -alegraren/p -alegraré/p -alegrare/pGS -alegrar/ÍÁÀÂÅÄøô -alegraría/pS -alegraron/p -alegrarse/p -alegrasen/p -alegrase/p -alegras/pS -alegraste/p -alegréis/p -alegremente -alegremos/p -alegren/p -alegré/p -alegre/pSG -alegreto/S -alegría/S -alegró/p -alegro/S -ale/hG -alejandrino/SG -alejandrina/S -alejar/REDÌÅÆÄÁÂÀøôP -aleje/S -alejo/p -alelar/ERDP -alele/S -alélico/SG -alélica/S -alelí/S -aleluya/S -alemanda/S -Alemania -alemán/SG -alemána/S -alenguar/RPED -alengüe/S -alentadamente -alentad/h -alentador/hSG -alentándole/GS -alentándola/S -alentándolo/S -alentándome -alentándonos -alentándoos -alentándote -alentarle/GS -alentarla/S -alentarlo/S -alentar/RhDÁI -alenté/h -alentó/h -alentoso/GS -alentosa/S -alerce/S -alergia/S -alérgico/SG -alérgica/S -alerón/S -alero/S -alertar/REÁÀÂDÄÅ -alerte/GS -alerta/S -alesnado/GS -alesnada/S -aletada/S -aleta/H -aletargar/RPDE -aletargo/G -aletear/RED -aletee/S -aleto/SG -aleta/S -alevantar -aleviar -alevosía/S -alevoso/S -alexia/S -aleya/S -aleznar/RED -alezo/S -alfabeta/a -alfabéticamente -alfabetice/S -alfabético/GS -alfabética/S -alfabetizar/RADE -alfabetizo/G -alfabeto/S -alfaguara/S -alfaharero/S -alfahar/S -alfaida/S -alfajeme/S -alfajor/S -alfalfal/S -alfalfa/MS -alfalfar/S -alfana/S -alfandoque/S -alfaneque/S -alfanje/SH -alfanumérico/GS -alfanumérica/S -alfaqueque/S -alfaque/S -alfara/L -alfaraz/S -alfarda/NS -alfareme/S -alfarero/S -alfarje/S -alfarjía/S -alfarma/S -alfarrace/S -alfarrazar/RED -alfarrazo/G -alfar/RDE -alfe/GS -alfa/S -alfeice/S -alfeizar/RED -alféizar/S -alfeizo/G -alfeñar -alfeñicar/RED -alfeñico/G -alferazgo/S -alferecía/S -alférez/S -alferraz/S -alficoz/S -alfilel/S -alfilerera/S -alfiler/HS -alfiletero/S -alfil/S -alfitete/S -alfiz/S -alfoliero/S -alfolí/S -alfombrad/h -alfombra/N -alfombran/h -alfombrar/hRDE -alfombré/h -alfombre/hGS -alfombren/h -alfombrero/GS -alfombrera/S -alfombrista/S -alfombro/h -alfombró/h -alfóncigo/S -alfonsearse -alfonsino/GS -alfonsina/S -alfonsismo/S -alforce/S -alforfón/S -alforja/hS -alforjero/SG -alforjera/S -alforre/S -alforrochar/RED -alforroche/GS -alforrocha/S -alforzar/RDE -alforzo/G -alfoz/S -algadara/S -algaido/GS -algaida/S -algaliar -algalia/S -algaliero/GS -algaliera/S -algarabío/GS -algarabía/S -algaracea -algaraceaba -algaraceaban -algaracean -algaraceando -algaraceara -algaraceará -algaracearan -algaracearán -algaracear/D -algaraceare -algaracearen -algaracearía -algaracearían -algaracearon -algaracearse -algaracease -algaraceasen -algaracee -algaraceen -algaraceó -algarada/S -algarear -algarero/GS -algarera/S -algar/HGS -algarrada/S -algarrobal/S -algarroba/N -algarrobero/GS -algarrobera/S -algarrobo/GS -algarroba/S -algavaro/S -algazara/S -algazul/S -algebraico/GS -algebraica/S -álgebra/S -algébrico/SG -algébrica/S -algebrista/S -algente/S -algidez/S -álgido/GS -álgida/S -algodonal/S -algodonar/DRE -algodoncillo/S -algodonero/GS -algodonera/S -algodón/NGS -algodóna/S -algodonoso/GS -algodonosa/S -algo/GS -alga/S -algonquino/SG -algonquina/S -algorfa/S -algorín/S -algoritmia/S -algorítmico/SG -algorítmica/S -algoritmo/S -algorza/S -algoso/GS -algosa/S -alguacilazgo/S -alguacilesco/GS -alguacilesca/S -alguacil/S -alguarismo/S -alguaza/S -alguese/S -alguien -algún -alguno/GS -alguna/S -alhacena/S -alhajad/h -alhaja/h -alhajan/h -alhajar/RDhE -alhaje/GhS -alhajé/h -alhajen/h -alhajo/h -alhajó/h -alhamel/S -alhandal/S -alharaca/S -alharaquiento/SG -alharaquienta/S -alharma/S -alhelí/S -alheñar/RED -alheñe/GS -alheña/S -alholva/S -alhombrar -alhorre/S -alhucema/SN -alhumajo/S -alhurreca/S -aliabierto/GS -aliabierta/S -aliagar/S -aliaga/S -aliancista/S -alianzarse -alianza/S -aliar/Á -alias -alible/S -alicaído/GS -alicaída/S -alicante/S -alicantino/SG -alicantina/S -alicanto/S -alicatar/RDE -alicate/SG -alicata/S -alicer/S -aliciente/S -alicionar -alicortar/RED -alicorte/SG -alicorta/S -alicuanta/S -alícuota/S -alidada/S -alidona/S -alienable/kS -alienante/S -alienar/RÀDAE -aliene/GS -aliena/S -alienista/S -alienta/h -aliente/h -aliento/hrS -alifafe/S -alifa/S -alifático/SG -alifática/S -aligaba/fS -aligaban/f -aligad/fG -aligado/fS -aliga/f -aligáis/f -aligamos/f -aligando/f -aligan/f -aligara/f -aligará/f -aligaran/f -aligarán/f -aligarás/f -aligaré/f -aligare/fGS -aligaren/f -aligaría/fS -aligaron/f -aligar/PA -aligarse/f -aligase/f -aligasen/f -aligas/fS -aligaste/f -aligerar/RÀÁDPÄE -aligere/S -aligó/f -aligo/fG -aligonero/S -aligué/f -aligue/fS -aliguéis/f -aliguen/f -alijador/GS -alijadora/S -alijarar/RED -alijarero/S -alijariego/GS -alijariega/S -alimaña/S -alimentabais/r -alimentábamos/r -alimentaban/r -alimentaba/rS -alimentador/GS -alimentadora/S -alimentado/rS -alimentad/rG -alimentáis/r -alimental/S -alimentamos/r -alimentando/r -alimentándose/r -alimentan/r -alimenta/r -alimentarais/r -alimentáramos/r -alimentaran/r -alimentarán/r -alimentara/r -alimentará/r -alimentarás/r -alimentareis/r -alimentaréis/r -alimentaremos/r -alimentáremos/r -alimentaren/r -alimentaré/r -alimentare/rGS -alimentaríais/r -alimentaríamos/r -alimentarían/r -alimentaría/rS -alimentario/GS -alimentaria/S -alimentaron/r -alimentar/RDôAÌøÀÂÁÅÄE -alimentarse/r -alimentaseis/r -alimentásemos/r -alimentasen/r -alimentase/r -alimentas/rS -alimentasteis/r -alimentaste/r -alimentéis/r -alimentemos/r -alimenten/r -alimenté/r -alimente/rGS -alimenticio/GS -alimenticia/S -alimento/r -alimentó/r -alimentos -alimoche/S -alimonar/RE -alimone/G -alimpiar -alindar/P -alineación/S -alinead/h -alinea/h -alineándolo/GS -alineándola/S -alinean/h -alinear/hRD -alinearle/GS -alinearla/S -alinearlo/S -alinearme -alinearnos -alinearos -alinearte -alineé/h -alinee/hSG -alineen/h -alineo/h -alineó/h -aliñad/h -aliñadlo/SG -aliñadla/S -aliña/h -alíñalo/GS -alíñala/S -aliñándolo/GS -aliñándola/S -aliñan/h -aliñarlo/SG -aliñarla/S -aliñar/RhED -aliñé/h -aliñen/h -aliñe/ShG -aliñó/h -aliño/Sh -alioli/S -aliquebrar/RDI -alirrojo/GS -alirroja/S -ali/S -alisador/GS -alisadora/S -alisar/RÄÆDÂÀEB -aliseda/S -alisios -alisma/S -alis/S -alistador/S -alista/paS -alistar/ÀÂÁPÅô -alitán/S -alitierno/S -aliviadero/S -aliviador/SG -aliviadora/S -aliviar/RDÍÄÀÂÁE -alivie/GS -alivia/S -alivio/S -alizar/aSp -aljaba/S -aljama/S -aljarafe/S -aljaraz/S -aljerifero/S -aljerife/S -aljezar/S -aljez/S -aljibero/S -aljibe/S -aljofaina/S -aljofarar/RDE -aljofare/GS -aljofara/S -aljófar/S -aljofifar/RDE -aljofife/SG -aljofifa/S -aljonje/S -aljuba/S -aljuma/S -allá -allanabarrancos -allanador/GS -allanadora/S -allanar/RPÆEDÁÀ -allane/S -allegadera/S -allegadizo/SG -allegadiza/S -allegador/GS -allegadora/S -allegar/RPÁ -allende -allí -almacena/C -almacenar/PERÄDÀ -almacene/G -almacenero/GS -almacenera/S -almacenista/S -almaceno/S -almacén/S -almacigar/RDE -almáciga/S -almacigo/G -almaciguero/GS -almaciguera/S -almadear/ERD -almadee/SG -almadea/S -almádena/S -almadén/S -almadiar/RDI -almadíe/GS -almadía/S -almadiero/S -almadraba/S -almadrabero/GS -almadrabera/S -almagrad/i -almagradura/S -almagra/i -almagral/S -almagran/i -almagrar/iRDE -almagré/i -almagren/i -almagrero/GS -almagrera/S -almagre/SGi -almagra/S -almagro/i -almagró/i -almahala/S -almaizar/S -almaizo/S -almajal/S -almajaneque/S -almajara/S -almaja/S -almalafa/S -alma/MN -almanaque/S -almandino/S -almanta/S -almarbatar/RDE -almarbate/GS -almarbata/S -almario/S -almas/h -almazara/S -almazarrón/S -almejar/S -almeja/S -almenad/h -almena/h -almenaje/S -almenan/h -almenar/RhDE -almendral/S -almendra/N -almendrar/RED -almendrate/S -almendre/GS -almendra/S -almendrero/SG -almendrera/S -almendro/S -almendruco/S -almené/h -almene/hGS -almenen/h -almenilla/S -almeno/h -almenó/h -almeriense/S -almete/S -almiarar/RED -almiar/SG -almiara/S -almibarar/RED -almibare/SG -almibara/S -almíbar/S -almidonad/h -almidona/h -almidonan/h -almidonar/hRED -almidoné/h -almidone/hGS -almidonen/h -almidono/h -almidonó/h -almidón/SG -almidóna/S -almijarero/S -almijar/SG -almijara/S -almimbar/S -alminar/S -almirantazgo/S -almirante/GS -almiranta/S -almirez/S -almizate/S -almizclar/RDE -almizcle/GS -almizcla/S -almizcleño/GS -almizcleña/S -almizclero/SG -almizclera/S -almocafre/S -almocárabe/S -almofalla/S -almófar/S -almogavarear/RDE -almogavaree/GS -almogavarea/S -almo/GS -alma/S -almohace/S -almohada/HN -almohade/GS -almohada/S -almohadillar/RDE -almohadille/S -almohadón/S -almohazar/RED -almohazo/G -almojama/S -almona/S -almonedar/RDE -almonedear/RDE -almonedee/GS -almonedea/S -almonede/GS -almoneda/S -almora/S -almorávide/S -almorejo/S -almorrana/S -almorta/S -almorzar/DRÃI -almosnar -almotacenazgo/S -almotacén/S -almudejo/S -almudero/S -almud/S -almuédano/S -almuerzo/S -almunia/S -aloaria/S -alobar/REô -alobe/S -alobreguecer -alocadamente -alocar/RED -alodial/S -alodio/S -áloe/S -alojad/h -aloja/h -alojándole/S -alojan/h -alojar/REDÁÂÀhP -alojé/h -alojen/h -alojero/GS -alojera/S -aloje/SGh -aloja/S -alojo/h -alojó/h -alomar/RED -alombar/RED -alombe/S -alome/S -alondra/S -alongar -alón/S -alonso/S -alopecia/S -alopecuro/S -aloquecer -alosna/S -alotar/RED -alotrópico/GS -alotrópica/S -aloya/S -alpaca/S -alpamato/S -alparcear/RDE -alparcee/GS -alparcea/S -alparcero/GS -alparcera/S -alpargata/N -alpargatar/ERD -alpargate/GS -alpargata/S -alpargatero/GS -alpargatera/S -alpartaz/S -alpatana/S -alpechinera/S -alpechín/S -alpende/S -alpes -alpestre/S -alpina/u -alpinismo/S -alpinista/S -alpino/uSG -alpistela/S -alpistero/S -alpiste/S -alquequenje/S -alquería/S -alquezar/S -alquez/S -alquibla/S -alquicel/S -alquilable/S -alquilad/hp -alquiladizo/GS -alquiladiza/S -alquilador/GS -alquiladora/S -alquila/hp -alquilamiento/S -alquilándolo/SG -alquilándola/S -alquilan/hp -alquilarle/SG -alquilarla/S -alquilarlo/S -alquilarme -alquilármelo/GS -alquilármela/S -alquilarnos -alquilárnoslo/GS -alquilárnosla/S -alquilaros -alquilároslo/SG -alquilárosla/S -alquilar/pREDh -alquilárselo/SG -alquilársela/S -alquilarte -alquilártelo/SG -alquilártela/S -alquilate/S -alquile/GhSp -alquilen/hp -alquiler/ES -alquilé/S -alquilo/hp -alquiló/ph -alquimia/S -alquímico/SG -alquímica/S -alquimila/S -alquimista/S -alquitarar/RDE -alquitare/GS -alquitara/S -alquitranar/RDE -alquitrán/SG -alquitrána/S -alrededor/S -alrota/S -alsaciano/GS -alsaciana/S -álsine/S -altabaca/S -altabaque/SG -altabaqua/S -altabaquillo/S -altaico/GS -altaica/S -altamente -altamisa/S -altana/M -altanero/GS -altanera/S -altano/GLS -altar/bS -altarero/S -altarreina/S -altavoz/S -altear/RED -altee/SG -altea/S -alteraba/hS -alterabais/h -alteraban/h -alterable/JkS -alterada/k -alterad/hG -alteradizo/SG -alteradiza/S -alterado/kSGh -alterador/GS -alteradora/S -altera/h -alteráis/h -alteramos/h -alterando/h -alteran/h -alterante/S -alterara/h -alterará/h -alterarais/h -alteraran/h -alterarán/h -alterarás/h -alteraré/h -alterare/hGS -alterareis/h -alteraréis/h -alteraren/h -alterar/ERÀÂÁAÄD -alteraría/hS -alterarían/h -alteraron/h -alterarse/h -alterase/h -alteraseis/h -alterasen/h -alteras/hS -alteraste/h -alterativo/SG -alterativa/S -altercador/GS -altercadora/S -altercar/REDA -alterco/G -alteré/h -alteréis/h -alteremos/h -alteren/h -altere/SGh -altera/S -alternación/S -alternadamente -alternador/S -alternad/s -alternándolo/GS -alternándola/S -alternan/s -alternante/FS -alternarlo/GS -alternarla/S -alternar/sRED -alterna/s -alternativamente -alternativo/GS -alternativa/S -alterne/GsS -alternen/s -alterné/s -alternó/s -alterno/sS -alteró/h -altero/K -alteza/S -altibajo/S -altilocuente/SF -altimetría/S -altímetro/GS -altímetra/S -altiplanicie/S -altiplano/S -altísimo/S -altisonante/SF -altísono/SG -altísona/S -altitonante/S -altitud/S -altiva/M -altivar -altivecer/RID -altivez/L -altivo/GS -altiva/S -alto/NGS -alta/S -altozano/S -altramucero/GS -altramucera/S -altramuz/S -altruismo/S -altruista/S -altura/S -alubiar/S -alubia/S -aluciar -alucinador/GS -alucinadora/S -alucinante/S -alucinar/REPDA -alucinatorio/GS -alucinatoria/S -alucine/SG -alucina/S -alucinógeno/SG -alucinógena/S -alud -aludir/ÅÁÀQ -alueñarse -alufrar/RDE -alufre/GS -alufra/S -álula/S -alumbrador/GS -alumbradora/S -alumbramiento/hS -alumbrante/S -alumbrar/RÅÄÆPÀÂÁED -alumbre/G -alúmina/S -aluminato/S -aluminio/S -aluminita/S -aluminoso -alumnado/S -alumno/GS -alumna/S -alunarado/SG -alunarada/S -alunar/RDPE -alune/G -alunice/S -aluniza/C -alunizar/RED -alunizo/G -alusivo/GS -alusiva/S -alustrar/R -aluvial/S -aluvión/S -alveario/S -alveolar/S -alvéolo/S -álveo/S -alverjana/S -alverja/S -alvino/GS -alvina/S -alzacuello/S -alzadamente -alzadero/GS -alzadera/S -alzadizo/GS -alzadiza/S -alzad/rp -alzadura/S -alzamiento/S -alzándole/GS -alzándola/S -alzándolo/S -alzándome -alzándonos -alzándoos -alzándote -alzan/rp -alzaos -alzaprimar/RED -alzaprime/SG -alzaprima/S -alzapuertas -alzarle/GS -alzarla/S -alzarlo/S -alzarme -alzarnos -alzaros -alza/rp -alzar/RprDE -alzarte -álzate -alzheimer/S -alzó/rp -alzo/rpG -amable/JS -amablemente -amables/h -amaceno/GS -amacena/S -amachinar/RDE -amachine/S -amacigado/GS -amacigada/S -amadlo/GS -amadla/S -amadme -amadnos -amador/G -amad/ph -amadrigar/RE -amadrigo/G -amadrinar/PRDE -amadrine/S -amaestrador/SG -amaestradora/S -amaestrar/DRBPE -amagar/RDEÂÆ -amagatorio/S -amainador/S -amainar/RDE -amaine/SG -amaina/S -amaitinar/RED -amaitine/G -amajadar/RDE -amajade/S -amajanar/RDE -amajane/GS -amajana/S -amalar/DRE -amalear -amalecita/S -amale/G -amalfitano/SG -amalfitana/S -amalgamador/GS -amalgamadora/S -amalgamar/RDÀEPÄA -amalgame/SG -amalgama/S -amalladar/RED -amallade/S -ámalo/GS -ámala/S -amamantador/GS -amamantadora/S -amamantar/RPDÀÂE -amamante/G -ámame -amancebar/RDEP -amancebe/S -amándole/GS -amándola/S -amándolo/S -amándome -amándonos -amándoos -amándote -amanecer/SRDLI -amanece/S -amanerar/RPED -amanere/S -amaniatar -amanojar/RED -amanoje/SG -amanoja/S -ámanos -aman/ph -amansador/GS -amansadora/S -amansar/RÀÂPDE -amanse/S -amantar/RDE -amante/S -amantillar/RED -amantille/S -amanuense/S -amañar/RED -amañe/S -amaos -ama/ph -amapolar/RDE -amapole/SG -amapola/S -amaracino/GS -amaracina/S -amara/N -amarantáceo/GS -amarantácea/S -amaranto/S -amarañar -amarar/RD -amarecer/RILD -amarece/S -amargamente -amargar/ÆÅÁÀÂô -amargo/NS -amargor/S -amarguero/S -amargura/S -amaricado/GS -amaricada/S -amarilidáceo/GS -amarilidácea/S -amarilla/M -amarillear/RED -amarilleced/i -amarillece/iS -amarillecen/i -amarillecer/IiDRL -amarillecía/i -amarillecí/i -amarilleció/i -amarillee/GS -amarillea/S -amarillejo/GS -amarilleja/S -amarillento/GS -amarillenta/S -amarilleo/S -amarillezca/i -amarillezco/i -amarillez/L -amariposado/G -amarle/SG -amarla/S -amarlo/S -amarme -amarnos -amaromar/RDE -amarome/S -amaro/N -amar/pREhD -amarra/C -amarraco/S -amarradero/S -amarrad/h -amarradura/S -amarrándole/GS -amarrándola/S -amarrándolo/S -amarrándome -amarrándonos -amarrándoos -amarrándote -amarran/h -amarraos -amarrar/hRD -amarrarle/GS -amarrarla/S -amarrarlo/S -amarrarme -amarrarnos -amarraros -amarrarte -amárrate -amarreco/S -amarré/h -amarre/hSG -amarren/h -amarrequear/RDE -amarrequee/SG -amarrequea/S -amarro/h -amarró/h -amarte -amarteladamente -amartelad/h -amartela/h -amartelamiento/S -amartelan/h -amartelar/RhDE -amartelé/h -amartelen/h -amartele/SGh -amartela/S -amartelo/h -amarteló/h -amarulencia/S -amasada/h -amasadero/GS -amasadera/S -amasado/hSG -amasador/GS -amasadora/S -amasar/PBÀÄÁ -amasijo/S -amasio/GS -amasia/S -amatiste/GS -amatista/S -amativo/GS -amativa/S -amatorio/GS -amatoria/S -amaurosis -amayorazgar/ERD -amayuela/S -amazacotado/SG -amazacotada/S -amazona/S -amazónico/SG -amazónica/S -amazonio/GS -amazonia/S -ambages -ambagioso/GS -ambagiosa/S -ambarar -ambarino/GS -ambarina/S -ámbar/S -ambas -amberino/GS -amberina/S -ambicionar/RDE -ambicionear -ambición/SG -ambicióna/S -ambiciosamente -ambicioso/GS -ambiciosa/S -ambidextro/GS -ambidextra/S -ambientador/GS -ambientadora/S -ambiental/S -ambientar/RÀÁDEA -ambiente/SG -ambienta/S -ambiguamente -ambigüedad/S -ambiguo/GS -ambigua/S -ámbito/S -ambivalente/FS -amblar/REDB -ambleo/S -amble/SG -ambla/S -ambligonio/S -ambo/S -ambrollar -ambrosiano/GS -ambrosiana/S -ambrosía/S -ambuesta/S -ambulacral/S -ambulad/g -ambula/g -ambulan/g -ambulante/SF -ambular/RDgE -ambulativo/GS -ambulativa/S -ambulatorio/GS -ambulatoria/S -ambulé/g -ambule/GgS -ambulen/g -ambulo/g -ambuló/g -ameba/S -amebeo/S -amedrantar/RED -amedrante/GS -amedranta/S -amedrentador/SG -amedrentadora/S -amedrentar/RÀÂÁED -amedrente/GS -amedrenta/S -amelar/R -amelgador/S -amelocotonado/GS -amelocotonada/S -amelonado/SG -amelonada/S -amelo/S -ámelo/SG -ámela/S -amembrillado/SG -amembrillada/S -ámeme -amenace/S -amenazador/GS -amenazadora/S -amenazante/S -amenazar/RÁÀÂDÅÄÆE -amenazo/G -amenguar/À -amenice/S -amenizar/RED -amenizo/G -ámenlo/GS -ámenla/S -ámenme -ámennos -ameno/K -amenorar/RDE -amenore/G -amenorgar/RDE -amenorgo/G -ámenos -amen/ph -amén/S -amente/F -amento/S -ameos -amé/ph -ame/pSGh -amercearse -amercendearse -amerengado/S -América -americanada/S -americanice/S -americanista/S -americanizar/RED -americanizo/G -americano/GS -americana/S -americe/S -américo/SG -américa/S -amerindio/GS -amerindia/S -ameriza/C -amerizar/RED -amerizo/G -amesnar -amesurar -ametalar/D -ametisto/GS -ametista/S -ametrallador/GS -ametralladora/S -ametrallar/PRÁÀDÄÆE -ametralle/GS -ametralla/S -amezquindar/RED -amezquinde/GS -amezquinda/S -ami -amianto/S -amia/S -amibo/GS -amiba/S -amiduro/S -amiento/S -amigablemente -amigable/SJ -amigad/h -amiga/h -amigan/h -amiganza/S -amigar/hRED -amígdala/S -amigdalina/S -amigdalitis -amigó/h -amigo/hG -amigos -amigote/S -amigue/h -amigué/h -amiguete/S -amiguismo/S -amiláceo/GS -amilácea/S -amilamia/S -amilanar/RDÁPE -amilane/G -amílico/S -amillarar/REPD -amillare/G -aminoácido/S -aminorar/À -amistades -amistad/h -amista/h -amistan/h -amistar/hRD -amistarme -amistarnos -amistaros -amistarte -amisté/h -amiste/hSG -amisten/h -amisto/h -amistó/h -amistoso/GS -amistosa/S -amito -amnesia/S -amnios -amniótico/GS -amniótica/S -amnistiar/RID -amnistíe/GS -amnistía/S -amoblad/h -amoblar/hRDI -amoblé/h -amobló/h -amochiguar -amodita/S -amodorrar/PÁ -amodorrecer -amohinar/RDI -amohíne/S -amohosar/RED -amohose/S -amojamar/REPD -amojame/S -amojelar/RED -amojele/G -amojonador/S -amojonar/P -amoladera/S -amolador/S -amolar/RB -amoldaba/hS -amoldabais/h -amoldaban/h -amoldable/S -amoldad/hG -amoldado/hS -amoldador/GS -amoldadora/S -amolda/h -amoldáis/h -amoldamos/h -amoldando/h -amoldan/h -amoldara/h -amoldará/h -amoldarais/h -amoldaran/h -amoldarán/h -amoldarás/h -amoldaré/h -amoldare/hGS -amoldareis/h -amoldaréis/h -amoldaren/h -amoldaría/hS -amoldarían/h -amoldaron/h -amoldar/PÀÁ -amoldarse/h -amoldase/h -amoldaseis/h -amoldasen/h -amoldas/hS -amoldaste/h -amoldé/h -amolde/hSG -amoldéis/h -amoldemos/h -amolden/h -amoldo/h -amoldó/h -amollador/GS -amolladora/S -amollar/RDE -amollecer/RILD -amollece/S -amollentar/ERD -amollentativo/SG -amollentativa/S -amollente/GS -amollenta/S -amonar/RDE -amone/S -amonestador/GS -amonestadora/S -amonestar/RôDAÅÄEPÀÂÁ -amoneste/GS -amonesta/S -amoniacal/S -amoniaco/S -amónico/SG -amónica/S -amonio/S -amonita/S -amonites -amontadgar -amontar/R -amontillado/S -amontonadamente -amontonador/GS -amontonadora/S -amontonar/RÄPEDÀ -amontone/G -amó/ph -amoragar/ERD -amoralismo/S -amoral/OK -amoratar/ERD -amorate/SG -amorata/S -amorbar -amordazador/GS -amordazadora/S -amordazar/RDÁÀÂEÄP -amorecer/RLID -amorece/S -amores/i -amorgonar/RDE -amorgone/GS -amorgona/S -amor/hS -amoricones -amorillar/RDE -amorille/S -amorío -amoriscada/i -amoriscado/iGS -amorrad/h -amorra/h -amorran/h -amorrar/RhED -amorré/h -amorre/hGS -amorren/h -amorriñar/RED -amorriñe/GS -amorriña/S -amorro/h -amorró/h -amorronar/RDE -amorrone/G -amortajador/GS -amortajadora/S -amortajar/RDPEÀ -amortaje/S -amortecer/IRLDP -amortece/S -amorticé/h -amortice/hS -amorticen/h -amortiguador/GS -amortiguadora/S -amortiguar/RDEÀP -amortigüe/S -amortiguo/G -amortizable/hS -amortizad/h -amortiza/h -amortizan/h -amortizar/hRADE -amortizarlo/SG -amortizarla/S -amortizó/h -amortizo/hG -amo/S -amoscar/P -amosquilar/RED -amosquile/G -amostace/S -amostachado/GS -amostachada/S -amostazar/RED -amostrar/R -amos/ts -amotinaba/hS -amotinabais/h -amotinaban/h -amotinad/hG -amotinado/hS -amotinador/GS -amotinadora/S -amotina/h -amotináis/h -amotinamos/h -amotinando/h -amotinan/h -amotinara/h -amotinará/h -amotinarais/h -amotinaran/h -amotinarán/h -amotinar/ÅRDPE -amotinarás/h -amotinaré/h -amotinare/hSG -amotinareis/h -amotinaréis/h -amotinaren/h -amotinaría/hS -amotinarían/h -amotinaron/h -amotinarse/h -amotinase/h -amotinaseis/h -amotinasen/h -amotinas/hS -amotinaste/h -amotine/GhS -amotiné/h -amotinéis/h -amotinemos/h -amotinen/h -amotino/h -amotinó/h -amovible/kS -amovilidad/kS -amparad/h -amparadme -amparadnos -amparador/GSh -amparadora/S -ampara/h -ampárame -amparándolo/SG -amparándola/S -amparándome -amparándonos -amparándoos -amparándote -amparan/h -ampáranos -ampararle/S -ampararme -ampararnos -ampararos -amparar/RhÀDE -ampararte -amparé/h -amparen/h -ampare/SGh -ampara/S -amparó/h -amparo/Sh -ampelita/S -ampere/S -amperio/S -amplexo/S -ampliable/S -ampliador/GS -ampliadora/S -ampliar/AÆÄRÁÀÂDI -ampliativo/SG -ampliativa/S -ampliatorio/GS -ampliatoria/S -amplíe/GS -amplía/S -amplificador/GS -amplificadora/S -amplificar/ERAÀD -amplificativo/GS -amplificativa/S -amplifico/G -amplio/GS -amplia/S -amplitud/S -amplo/GS -ampla/S -ampollar/RDE -ampolle/GS -ampolla/S -ampolleta/S -amprar/RDE -ampre/GS -ampra/S -ampuloso/KGS -amputar/ARÃÁÀÂDE -ampute/SG -amputa/S -amuchachado/S -amueblad/h -amuebla/h -amueblar/hRD -amueblarlo/GS -amueblarla/S -amueble/h -amueblé/h -amueblo/h -amuebló/h -amuelar/RD -amuermar/RED -amuerme/SG -amuerma/S -amufar -amugamiento/S -amugronador/GS -amugronadora/S -amugronar/RED -amugrone/G -amujerado/GS -amujerada/S -amujeramiento/S -amular/RED -amulatado/SG -amulatada/S -amule/S -amuleto -amurad/h -amurallar/RED -amuralle/S -amura/N -amuran/h -amurar/hRD -amurcar/RED -amurco/G -amuré/h -amure/hSG -amuren/h -amurillar/RDE -amurille/S -amuro/h -amuró/h -amusgar/RDE -amuso/S -anabaptismo/S -anabaptista/S -anabolismo/S -anacardiáceo/SG -anacardiácea/S -anacardino/GS -anacardina/S -anacardo/S -anacoluto/S -anaconda/S -anacoreta/S -anaco/S -anacrónico/GS -anacrónica/S -anacronismo/S -anadear/RED -anadee/GS -anadea/S -ánade/S -anadino/GS -anadina/S -anafaga/S -anafalla/S -anafe/S -anafilaxia/S -anafilaxis -anafórico/SG -anafórica/S -anagramático/GS -anagramática/S -anagramatista/S -anagramista/S -analectas -analfabetismo/S -analgesia/S -analgésico/GS -analgésica/S -analice/S -análisis -analíticamente -analítico/GS -analítica/S -analizable/kS -analizador/GS -analizadora/S -analizar/REÄÅDÁÀ -analizo/G -análogamente -analogía/S -analógico/GS -analógica/S -análogo/SG -análoga/S -anal/S -ananá -ananás -anaquel/SL -anaranjear -anarquía/OS -anarquice/S -anarquismo/S -anarquista/S -anarquizante/S -anarquizar/RDE -anarquizo/G -anasarca/S -anascote/S -anastasia/S -anastomice/S -anastomizar/RED -anastomizo/G -anastomosar/RED -anastomose/SG -anastomosa/S -anastomosis -anatema/S -anatematice/S -anatematismo/S -anatematizador/GS -anatematizadora/S -anatematizar/RED -anatematizo/G -anatemice/S -anatemizar/RED -anatemizo/G -anatista/S -anatolio/GS -anatolia/S -anatomía/S -ancado/GS -ancada/S -anca/S -ancestral/S -ancestro/S -anchad/i -ancha/ij -anchan/i -ancharia/S -anchar/RiDE -anché/i -anche/iGS -anchen/i -ancheta/S -anchicorto/SG -anchicorta/S -anchoar/RDE -anchoe/SG -anchoa/S -anchó/i -ancho/ijG -anchor/S -anchos/j -anchova/S -anchura/S -anchuroso/GS -anchurosa/S -ancianamente -anciano/KGS -ancla/C -ancladero/S -anclad/h -anclan/h -anclar/hRDE -anclarle/GS -anclarla/S -anclarlo/S -anclarme -anclarnos -anclaros -anclarte -anclear -anclé/h -ancle/hSG -anclen/h -anclo/h -ancló/h -anclote/S -anconitano/SG -anconitana/S -ancorad/h -ancora/h -ancoraje/S -ancoran/h -ancorar/RhDE -áncora/S -ancorca/S -ancoré/h -ancore/hSG -ancorel/S -ancoren/h -ancorero/S -ancoro/h -ancoró/h -ancudo/GS -ancuda/S -ancusa/S -andabais/h -andábamos/h -andaban/h -andaba/Sh -andadero/GS -andadera/S -andad/hG -andado/hS -andador/GS -andadora/S -anda/h -andáis/h -ándale/S -andalia/S -andalotero/GS -andalotera/S -Andalucía -andalucismo/S -andalucista/S -andaluzada/S -andaluz/GS -andaluza/S -andamiada/S -andamio/SC -andamos/h -andanada/S -andana/S -andancio/S -andando/h -andan/h -andante/FS -andantesco/SG -andantesca/S -andantino/S -andanza/S -andará/h -andaraje/S -andarán/h -andarás/h -andar/EDÎSÁÂÀôPBÆ -andaré/h -andaréis/h -andaremos/h -andares/h -andaría/hS -andaríais/h -andaríamos/h -andarían/h -andarica/S -andariego/GS -andariega/S -andarivel/S -andarraya/S -andarse/h -andase/h -andaseis/h -andásemos/h -andasen/h -andas/Sh -ande/GhS -ándele/S -andemos/h -anden/h -ándenle/S -andén/S -andero/S -andesina/S -andesita/S -andina/u -andinista/S -andino/uSG -andola/S -andolina/S -andorga/S -andorina/S -Andorra -andorrano/SG -andorrana/S -andorra/S -andorrear/RDE -andorree/GS -andorrea/S -andorrero/GS -andorrera/S -andosco/GS -andosca/S -ando/th -andrajero/SG -andrajera/S -andrajo/S -andrajosamente -andrajoso/GS -andrajosa/S -andriana/S -andrino/GS -andrina/S -androceo/S -androide/S -androsemo/S -andujareño/GS -andujareña/S -andulario/S -andullo/S -andurrial/S -anduve/h -anduvierais -anduviéramos -anduvieran -anduviere/GS -anduviera/S -anduviereis -anduviéremos -anduvieren -anduvieron/h -anduvieseis -anduviésemos -anduviesen -anduviese/S -anduvimos/h -anduviste/h -anduvisteis/h -anduvo/h -anear/RDE -aneblar/RID -anecdotario/S -anécdota/S -anecdotista/S -aneciarse -anee/S -anegadizo/GS -anegadiza/S -anegar/ÁÂAEP -anego/G -anejar/RDE -aneje/G -anejir/S -anejo/S -anélido/GS -anélida/S -anemia/S -anemómetro/S -anémona/S -anemoscopio/S -aneota/S -aneroide/S -anestesiar/ÅRDEÀ -anestésico/GS -anestésica/S -anestesie/GS -anestesia/S -anestesista/S -anexar/RQDÁÂÀÆE -anexe/SG -anexa/S -anexionar/ERÃDÀ -anexión/G -anexionismo/S -anexionista/S -anexitis -anexo/K -anfesibena/S -anfetamina/S -anfibio/GS -anfibia/S -anfibolita/S -anfibología/S -anfineuro/S -anfión/S -anfisbena/S -anfisibena/S -anfiteatro/S -anfitrión/GS -anfitrióna/S -ánfora/S -anfótero/GS -anfótera/S -anfractuoso/KGS -angarillar/RDE -angarille/GS -angarilla/S -angaripola/S -angelicalmente -angelical/S -angelice/S -angélico/GS -angélica/S -angelino/GS -angelina/S -angelito/S -angelizar/RED -angelizo/G -angelote/GS -angelota/S -ángel/S -ángelus -angina/S -anginoso/GS -anginosa/S -angioma/S -angiospermo/GS -angiosperma/S -anglesita/S -anglicanismo/S -anglicano/GS -anglicana/S -anglicismo/S -angloamericano/SG -angloamericana/S -anglohablante/S -angloparlante/S -anglosajón/GS -anglosajóna/S -anglo/SG -angla/S -Angola -angora/S -angorra/S -angostad/i -angosta/i -angostamente -angostan/i -angostar/RiED -angosté/i -angosten/i -angoste/SGi -angosta/S -angostó/i -angosto/S -angostura/S -anguarina/S -anguila/H -anguilero/SG -anguilera/S -Anguilla -anguilo/GS -anguila/S -anguina/S -angular/RED -angule/GS -angula/S -angulema/S -ángulo/S -anguloso/KGS -angustiador/GS -angustiadora/S -angustiar/RDEÁ -angustie/GS -angustia/S -angustioso/SG -angustiosa/S -anhelante/S -anhelar/REÀD -anhele/SG -anhela/S -anhelo/S -anheloso/GS -anhelosa/S -anhídrido/SG -anhídrida/S -anhidrita/S -anhidro/GS -anhidra/S -anhidrosis -aniaga/S -anidad/h -anida/h -anidamiento/S -anidan/h -anidar/hRDE -anidé/h -aniden/h -anide/ShG -anidiar/RED -anidie/S -anido/h -anidó/h -anieblar/RD -aniego -aniejar -anihilar/RPED -anihile/GS -anihila/S -anilina/S -anillar/RDE -anille/GS -anilla/S -anillo/S -animaba/hpS -animabais/h -animaban/ph -animada/k -animad/hGp -animado/kGShp -animador/GSg -animadora/S -animadversión/S -animáis/ph -animalada/S -animalario/S -animalesco/SG -animalesca/S -animalia/S -animalice/S -animalizar/RED -animalizo/G -animal/SK -animalucho/S -animamos/ph -animando/ph -animan/ph -anima/ph -animara/hp -animarais/h -animarán/hp -animaran/ph -animará/ph -animarás/hp -animare/hpGS -animareis/h -animaréis/h -animaren/ph -animaré/ph -animarían/h -animaría/pSh -animarla/ph -animarle/hGS -animarlo/phSG -animarme/ph -animarnos/h -animaron/ph -animaros/ph -animar/RÁÂÀÎAEøôDÅÆÄ -animarse/ph -animarte/ph -animase/hp -animaseis/h -animasen/ph -animas/pSh -animaste/ph -animé/hp -animéis/ph -animemos/hp -animen/ph -animero/S -anime/SGph -anima/S -animice/S -anímico/SG -anímica/S -animismo/S -animizar/RED -animizo/G -animó/hp -animo/ph -animosamente -ánimo/SG -ánima/S -ánimos/h -animoso/KGS -aniñar/RED -aniñe/S -anión -aniquilable/S -aniquilador/GS -aniquiladora/S -aniquilar/REÁDPA -aniquile/GS -aniquila/S -anisar/RDE -anisete/S -anisodonte/S -anisofilo/GS -anisofila/S -anís/S -anivelar -aniversario/GS -aniversaria/S -anoche/b -anochecedor/GS -anochecedora/S -anochecer/RDILS -anochece/S -anodinia/S -anodino/GS -anodina/S -ánodo/S -anofeles -ano/iS -anomalía/S -anomalístico/GS -anomalística/S -anómalo/SG -anómala/S -anomuro/S -anonadar/ARPDE -anonade/S -anonimato/S -anonimia/S -anónimo/SG -anónima/S -anón/S -anopluro/S -anorexia/S -anormal/K -anotador/SG -anotadora/S -anotar/AÙÚÄÁÂÀ -anquear/ERD -anquee/SG -anquea/S -anqueta/S -anquilosar/RÁDPE -anquilose/GS -anquilosa/S -anquilosis -anquilostoma/S -anquilostomiasis -anquiseco/GS -anquiseca/S -ansarero/GS -ansarera/S -ansarino/GS -ansarina/S -ánsar/S -ansa/S -anseriforme/S -ansiar/RIDÅ -ansia/S -ansíe/SG -ansía/S -ansío/K -ansioso/GSK -ansiosa/S -ansotano/GS -ansotana/S -antagallar/RED -antagalle/GS -antagalla/S -antagónico/GS -antagónica/S -antagonismo/S -antagonista/S -antamilla/S -antaño -antártico/GS -antártica/S -Antártida -anta/S -anteado/GS -anteada/S -antebrazo -antecedente/FS -antecesor/GS -antecesora/S -antecoger/R -anteco/GS -anteca/S -ante/iSt -antejo/S -antelación/S -antena/S -antenoche -antenotar -anteojero/S -antepagar -antepasar -antepón -anteponer/AÄÆ -anteporta -antequerano/GS -antequerana/S -antequino -antera -anterior/KS -anteriormente -antevenir -antever/X -antevé/S -anti -antibiótico/SG -antibiótica/S -anticariense/S -anticarro -anticipadamente -anticipador/GS -anticipadora/S -anticipante/S -anticipar/RÀÁÅADEP -anticipe/GS -anticipa/S -anticlinal/S -anticongelante/S -anticresis -anticresista/S -anticuar/DRI -anticuario/GS -anticuaria/S -anticúe/G -antidotario/S -antídoto/S -antidroga/S -antier -antifonal/S -antifonario/S -antífona/S -antífrasis -antígeno/S -antigualla/S -antiguamente -antiguar -antigüedad/S -antiguo/GS -antigua/S -antihelmíntico/SG -antihelmíntica/S -antillano -Antillas -antílope/S -antimonial/S -antimonio/S -antimonita/S -antinomia/S -antipapa -antipatía/S -antipático/GS -antipática/S -antipendio/S -antipirético/GS -antipirética/S -antipirina/S -antípoda/S -antiquísimo/GS -antiquísima/S -antiquismo/S -antirrábico/SG -antirrábica/S -antiscio/S -antisepsia/S -antisocial -antispasto/S -antistrofa/S -antítesis -antitético/GS -antitética/S -antitrago -antociana/S -antocianina/S -antoja -antojaba -antojaban -antojadizamente -antojadizo/GS -antojadiza/S -antojado/GS -antojada/S -antojan -antojana/S -antojara -antojará -antojaran -antojarán -antojare -antojaría -antojarían -antojaron -antojarse -antojase -antojasen -antoje -antojen -antojera/S -antojó -antojo/S -antología/S -antoniano/GS -antoniana/S -antonimia/S -antónimo/GS -antónima/S -antoniniano/GS -antoniniana/S -antonino/GS -antonina/S -antonomasia/S -antorchar/RED -antorchero/S -antorche/SG -antorcha/S -antosta/S -antozoo/S -antracita/S -antracosis -ántrax -antropocentrismo/S -antropofagia/S -antropófago/GS -antropófaga/S -antropoideo/GS -antropoidea/S -antropoide/S -antropología/S -antropológico/GS -antropológica/S -antropomórfico/GS -antropomórfica/S -antropomorfismo/S -antropomorfita/S -antropomorfo/GS -antropomorfa/S -antroponimia/S -antro/S -antruejar/RDE -antrueje/GS -antrueja/S -antruejo/S -antuerpiense/S -antuviar/RDE -antuvie/SG -antuvia/S -antuzano/S -anual/KS -anualmente -anuario/S -anublad/h -anubla/h -anublan/h -anublar/hRD -anublé/h -anuble/hSG -anublen/h -anublo/h -anubló/h -anudador/GS -anudadora/S -anudad/ph -anudadura/Sh -anudamiento/S -anudándole/GS -anudándola/S -anudándolo/S -anudan/ph -anuda/ph -anudar/hRpED -anudarla/p -anudarlo/pSG -anudarme/p -anudarnos -anudaros/p -anudarte/p -anudé/hp -anuden/ph -anude/SGph -anuda/S -anudó/hp -anudo/ph -anuente/FS -anulable/S -anulador/GS -anuladora/S -anular/ERAÄDÀÁ -anulativo/GS -anulativa/S -anule/S -anulete/S -anuloso/GS -anulosa/S -anumerar -anunciador/GS -anunciadora/S -anunciante/S -anunciar/ÃPRAEÎÌÍÀÂÁÅÄÆD -anuncie/S -anuo/GS -anua/S -anuria/S -anuro/G -anverso/S -anzolar/RED -anzole/GS -anzola/S -anzolero/S -anzuelo/S -añacear -añádale/S -añádanle/S -añadan/r -añada/r -añádele/GS -añádela/S -añádelo/S -añádemelo/GS -añádemela/S -añádenoslo/GS -añádenosla/S -añaden/r -añade/rGS -añádeselo/GS -añádesela/S -añadía/r -añadidle/SG -añadidla/S -añadidlo/S -añadídmelo/GS -añadídmela/S -añadídnoslo/SG -añadídnosla/S -añadid/r -añadídselo/GS -añadídsela/S -añadidura/S -añadiéndole/GS -añadiéndola/S -añadiéndolo/S -añadió/r -añadí/r -añadirle/SG -añadirla/S -añadirlo/S -añadirme -añadírmelo/GS -añadírmela/S -añadirnos -añadírnoslo/SG -añadírnosla/S -añadiros -añadíroslo/GS -añadírosla/S -añadir/rRED -añadírselo/GS -añadírsela/S -añadirte -añadírtelo/GS -añadírtela/S -añadís/r -añado/r -añafea/S -añagaza/S -añalejo/S -añascar -añedir -añejar/RDE -añeje/SG -añeja/S -añejo/S -añicos -añidir -añilar/RED -añil/SG -añila/S -añoranza/S -añorar/REÅDÀ -añore/GS -añora/S -año/S -añudar/RED -añude/GS -añuda/S -añusgar/ERD -añusgo/G -aocar -aojad/h -aoja/h -aojan/h -aojar/REhD -aoje/GSh -aoja/S -aojé/h -aojen/h -aojó/h -aojo/S -aoristo/S -aorta/S -aova/N -aovar/RDE -aove/GS -aova/S -aovillar/RDE -aoville/S -apabilar/RED -apabile/GS -apabila/S -apabullante/S -apabullar/REPDÁÂÄ -apabulle/GS -apabulla/S -apacentadero/S -apacentador/GS -apacentadora/S -apacentar/RPDI -apacer -apacheta/S -apachurrar/RÁÀDE -apachurre/GS -apachurra/S -apacible/hJS -apaciblemente/h -apaciguador/GS -apaciguadora/S -apaciguar/DRÁÂEP -apacigüe/S -apaciguo/G -apacorral/S -apadrinaba/hS -apadrinabais/h -apadrinaban/h -apadrinad/hG -apadrinado/hS -apadrinador/GS -apadrinadora/S -apadrina/h -apadrináis/h -apadrinamos/h -apadrinando/h -apadrinan/h -apadrinara/h -apadrinará/h -apadrinarais/h -apadrinaran/h -apadrinarán/h -apadrinarás/h -apadrinaré/h -apadrinare/hSG -apadrinareis/h -apadrinaréis/h -apadrinaren/h -apadrinaría/hS -apadrinarían/h -apadrinaron/h -apadrinar/PRDE -apadrinarse/h -apadrinase/h -apadrinaseis/h -apadrinasen/h -apadrinas/hS -apadrinaste/h -apadriné/h -apadrine/hSG -apadrinéis/h -apadrinemos/h -apadrinen/h -apadrino/h -apadrinó/h -apagable/kS -apagadizo/GS -apagadiza/S -apagar/P -apagavelas -apagón/S -apaisado/GS -apaisada/S -apalabrar/RED -apalabre/S -apalambrar -apalancar/RÁED -apalear/PÀ -apanalado/GS -apanalada/S -apancora/S -apandillar/RED -apandille/S -apaniguar -apantanar/RED -apantane/GS -apantana/S -apantuflado/SG -apantuflada/S -apañar/REôDÁ -apañárselas -apañe/SG -apaña/S -apañuscar/RDE -apañusco/G -apapagayado/GS -apapagayada/S -aparar/RB -aparasolado/SG -aparasolada/S -aparatar/RED -aparatero/GS -aparatera/S -aparate/S -aparato/S -aparatosamente -aparatoso/KGS -aparcacoches -aparcar/RÀDÌEP -aparcero/LGS -aparead/h -aparea/h -apareamiento/S -aparean/h -aparear/hRD -apareced/hp -aparecen/hp -aparece/phS -aparecerme/h -aparecernos/h -apareceros/h -aparecer/pAhDRIL -aparecerte/h -aparecía/ph -aparecí/hp -aparecimiento/S -apareció/ph -apareé/h -aparee/hSG -apareen/h -aparejad/h -aparejador/GS -aparejadora/S -apareja/h -aparejamiento/S -aparejan/h -aparejar/hRED -aparejé/h -aparejen/h -apareje/ShG -aparejo/h -aparejó/h -aparentador/GS -aparentadora/S -aparentar/REDÀ -aparente/GS -aparenta/S -aparentemente -apareo/h -apareó/h -aparezca/hp -aparezco/hp -apariencia/S -aparir/A -aparroquiad/h -aparroquia/h -aparroquian/h -aparroquiar/hRDE -aparroquié/h -aparroquie/hGS -aparroquien/h -aparroquio/h -aparroquió/h -apartadero/S -apartad/h -apartadijo/S -apartadizo/GS -apartadiza/S -apartadlo/GS -apartadla/S -apartador/GS -apartadora/S -aparta/h -apartamento/S -apartamiento/S -apartándole/GS -apartándola/S -apartándolo/S -apartándome -apartándonos -apartándoos -apartándote -apartan/h -apartaos -apartarle/S -apartarme -apartármelo/GS -apartármela/S -apartarnos -apartárnoslo/GS -apartárnosla/S -apartaros -apartároslo/GS -apartárosla/S -apartar/RhÀDE -apartárselo/GS -apartársela/S -apartarte -apartártelo/GS -apartártela/S -apártate -aparté/h -aparte/hSG -apartémonos -aparten/h -apártenlo/GS -apártenla/S -apártense -apártese -apartheid -apartidar/RDE -apartide/S -apartijo/S -aparto/h -apartó/h -aparvadero/SG -aparvadera/S -aparvador/S -aparvar/RDE -aparve/S -apasionadamente/h -apasionad/h -apasiona/h -apasionamiento/S -apasionan/h -apasionante/S -apasionar/hRDE -apasionarme -apasionarnos -apasionaros -apasionarte -apasione/GhS -apasioné/h -apasionémonos -apasionen/h -apasiónense -apasiónese -apasiono/h -apasionó/h -apastragarse -apastrar/DRE -apastre/GS -apastra/S -apatía/S -apático/SG -apática/S -apátrida/S -apatrocinar -apatusco/S -apaulillarse -apayasar/RED -apayase/S -apazguado/GS -apazguada/S -apeadero/S -apeador/GS -apeadora/S -apear/RDÁÀÂôPÅ -apechugar/RDE -apedace/S -apedazar/RED -apedazo/G -apedrar -apedreadero/S -apedreador/SG -apedreadora/S -apedrear/RÆDPÁÀE -apedree/S -apegaba/hS -apegabais/h -apegaban/h -apegaderas -apegad/hG -apegado/hS -apega/h -apegáis/h -apegamos/h -apegando/h -apegan/h -apegara/h -apegará/h -apegarais/h -apegaran/h -apegarán/h -apegarás/h -apegaré/h -apegare/hGS -apegareis/h -apegaréis/h -apegaren/h -apegaría/hS -apegarían/h -apegaron/h -apegar/RÁP -apegarse/h -apegase/h -apegaseis/h -apegasen/h -apegas/hS -apegaste/h -apegó/h -apego/hGS -apegué/h -apegue/hS -apeguéis/h -apeguemos/h -apeguen/h -apelable/kS -apelante/S -apelar/A -apelativo/SG -apelativa/S -apeldar/RDE -apelde/GS -apelda/S -apelgarar/RDE -apelgare/G -apeligrar -apellar/RED -apelle/S -apellidar/RDÁEÅ -apellide/GS -apellida/S -apellido/S -apelmace/S -apelmazar/RED -apelotonar/RED -apelotone/G -apenar/Á -apencar/RED -apéndice/S -apendicitis -apendicular/S -apeñuscar/RDE -apeñusco/G -apeonar/RDE -apeone/G -apeo/S -apepsia/S -aperador/S -aperar/RDE -apercebir -apercibida/h -apercibido/hSG -apercibimiento/hS -apercibir/ÅP -apere/S -apergaminar/RDE -apergamine/GS -apergamina/S -aperitivo/SG -aperitiva/S -apernar/RDI -aperreador/SG -aperreadora/S -aperrear/RDE -aperree/GS -aperrea/S -apersogar/RED -apersogo/G -apersonar/P -apertar -apertura/S -aperturista/S -apesadumbrar/RED -apesadumbre/G -apesarar/RDE -apestad/h -apesta/N -apestan/h -apestar/hRDE -apeste/GhS -apesté/h -apesten/h -apestillar/RED -apestille/S -apesto/h -apestó/h -apestoso/GS -apestosa/S -apetecedor/GS -apetecedora/S -apetecer/RIÀÂÁLD -apetece/S -apetecible/S -apetencia/kS -apetite/S -apetitivo/SG -apetitiva/S -apetito/S -apetitoso/SG -apetitosa/S -apezonado/GS -apezonada/S -apezuñar/RED -apezuñe/S -apiadada/h -apiadado/hGS -apiadador/GS -apiadadora/S -apiadar/RôDøE -apiade/S -apianar/RDE -apiane/G -apiaradero/S -apical/S -apicarar/RED -ápice/S -apicultor/GS -apicultora/S -apicultura/S -apilador/GS -apiladora/S -apilar/ÄPÀ -apimpollar/RDE -apimpolle/GS -apimpolla/S -apiñar/RED -apiñe/S -apiojar/RED -apioje/SG -apioja/S -apiolad/h -apiola/h -apiolan/h -apiolar/hRD -apiolé/h -apiole/hSG -apiolen/h -apiolo/h -apioló/h -apio/S -apiporrar/RDE -apiporre/GS -apiporra/S -apisonadora/S -apisonar/RDPE -apisone/GS -apisona/S -apitonar/RPDE -apitone/G -apizarrado/SG -apizarrada/S -aplacable -aplacador/GS -aplacadora/S -aplacar/ÀÂÁP -aplacentar -aplacible/hS -aplagar -aplanadera/S -aplanador/GS -aplanadora/S -aplanar/REPD -aplastante/S -aplastar/RDÌÅÁÀÂPE -aplatanar/DRE -aplatane/SG -aplatana/S -aplaude/GS -aplauda/S -aplaudidor/SG -aplaudidora/S -aplaudir/RÁÀÂEÆÅD -aplayar -aplazable/kS -aplazar/REPDÄ -aplebeyar/RDE -aplebeye/S -aplegar/ER -aplego/G -aplicaba/hS -aplicabais/h -aplicaban/h -aplicable/JS -aplicables/k -aplicada/k -aplicadero/GS -aplicadera/S -aplicad/hG -aplicado/hSkG -aplica/h -aplicáis/h -aplicamos/h -aplicando/h -aplican/h -aplicara/h -aplicará/h -aplicarais/h -aplicaran/h -aplicarán/h -aplicarás/h -aplicaré/h -aplicare/hSG -aplicareis/h -aplicaréis/h -aplicaren/h -aplicaría/hS -aplicarían/h -aplicaron/h -aplicar/RôDEÀÂÁÃÅÄÆAøÙ -aplicarse/h -aplicase/h -aplicaseis/h -aplicasen/h -aplicas/hS -aplicaste/h -aplicativo/SG -aplicativa/S -aplicó/h -aplico/hG -apliqué/h -aplique/hS -apliquéis/h -apliquemos/h -apliquen/h -aplomad/h -aploma/h -aploman/h -aplomar/hRD -aplomé/h -aplome/hSG -aplomen/h -aplomo/h -aplomó/h -apnea/S -apoastro/S -apocadamente -apocador/GS -apocadora/S -apocalíptico/GS -apocalíptica/S -apocar/REDP -apocináceo/GS -apocinácea/S -apocopar/RED -apocope/GS -apocopa/S -apócope/S -apócrifo/SG -apócrifa/S -apoderad/h -apodera/h -apoderándome -apoderándonos -apoderándoos -apoderándote -apoderan/h -apoderar/hRDPE -apoderarme -apoderarnos -apoderaros -apoderarte -apodere/GhS -apoderé/h -apoderen/h -apodero/h -apoderó/h -apodíctico/GS -apodíctica/S -apodo/S -ápodo/SG -ápoda/S -apófisis -apogeo/S -apolillad/h -apolilla/h -apolillan/h -apolillar/hRED -apolillé/h -apolillen/h -apolille/ShG -apolillo/h -apolilló/h -apolinar/S -apolíneo/GS -apolínea/S -apolismar/RDE -apolisme/GS -apolisma/S -apologético/GS -apologética/S -apología/S -apologice/S -apologista/S -apologizar/RED -apologizo/G -apoltronar/REDP -apomace/S -apomazar/RDE -apomazo/G -apón -aponer/A -aponeurosis -apontocar/RDE -apontoco/G -aponzoñar -apoplejía/S -apoquinar/RED -apoquine/GS -apoquina/S -aporcad/h -aporcador/SG -aporcadora/S -aporcadura/S -aporca/h -aporcan/h -aporcar/RhDE -aporcó/h -aporco/hG -aporismar/RED -aporisme/SG -aporisma/S -aporque/h -aporqué/h -aporrar -aporrarse -aporreador/SG -aporreadora/S -aporrear/PBÀ -aporreo/S -aporrillar/RDE -aporrille/S -aportadero/S -aporta/N -aportar/ÀÂÁAÆÅ -aportillar/RDE -aportille/S -aposentad/h -aposentador/GS -aposentadora/S -aposenta/h -aposentamiento/S -aposentan/h -aposentar/hRDE -aposenté/h -aposente/hSG -aposenten/h -aposento/h -aposentó/h -aposentos -aposesionar/h -apostadero/S -apostante/S -apostar/IRDEÀÂÁÄÆÅ -apostasía/S -apostatar/RED -apóstata/S -apostate/GS -apostata/S -apostemar/RDE -aposteme/S -apostillar/RED -apostille/S -apostolado/GS -apostolada/S -apostolical/S -apostólico/GS -apostólica/S -apóstol/S -apostrofar/RDE -apostrofe/GS -apostrofa/S -apóstrofo/S -apotegma/S -apotema/S -apoteosis -apotrerar/RED -apotrere/S -apoyad/h -apoyadura/S -apoya/h -apoyándole/GS -apoyándola/S -apoyándolo/S -apoyándome -apoyándonos -apoyándoos -apoyándote -apoyan/h -apoyaos -apoyar/hRD -apoyarle/GS -apoyarla/S -apoyarlo/S -apoyarme -apoyarnos -apoyaros -apoyarte -apóyate -apoyé/h -apoye/hSG -apoyémonos -apoyen/h -apóyense -apóyese -apoyo/h -apoyó/h -apreciaba/hS -apreciabais/h -apreciaban/h -apreciable/SJ -apreciables/k -apreciad/hG -apreciado/hS -aprecia/h -apreciáis/h -apreciamos/h -apreciando/h -aprecian/h -apreciara/h -apreciará/h -apreciarais/h -apreciaran/h -apreciarán/h -apreciar/AøÁÀ -apreciarás/h -apreciaré/h -apreciare/hGS -apreciareis/h -apreciaréis/h -apreciaren/h -apreciaría/hS -apreciarían/h -apreciaron/h -apreciarse/h -apreciase/h -apreciaseis/h -apreciasen/h -aprecias/hS -apreciaste/h -apreciativo/GS -apreciativa/S -aprecié/h -aprecie/hGS -apreciéis/h -apreciemos/h -aprecien/h -aprecio/h -apreció/h -aprehende/GS -aprehenda/S -aprehender/RÁÀDEQ -aprehendo/L -aprehensivo/GS -aprehensiva/S -aprehensor/GS -aprehensora/S -apremiantemente -apremiante/S -apremiar/ÄÆ -aprenda/h -apréndalo/GS -apréndala/S -apréndamelo/GS -apréndamela/S -aprendan/h -apréndanlo/GS -apréndanla/S -apréndanmelo/GS -apréndanmela/S -apréndannoslo/GS -apréndannosla/S -apréndanoslo/GS -apréndanosla/S -apréndanselo/GS -apréndansela/S -apréndaselo/GS -apréndasela/S -aprended/h -aprendedor/G -aprende/hGS -aprenden/h -aprender/hQRDE -aprendérmelo/GS -aprendérmela/S -aprendérnoslo/GS -aprendérnosla/S -aprendéroslo/GS -aprendérosla/S -aprendérselo/GS -aprendérsela/S -aprendértelo/GS -aprendértela/S -aprendía/h -aprendí/h -aprendió/h -aprendiza/C -aprendiz/SG -aprendiza/S -aprendo/hL -aprensiva/kh -aprensivo/GSkh -aprensiva/S -apresador/GS -apresadora/S -apresar/ÄREPDÂÀÁ -aprese/S -aprestar/Áôø -apresurar/RôDøÁEAÅP -apresure/S -apretadamente -apretadero/GS -apretadera/S -apretadizo/SG -apretadiza/S -apretadlo/GS -apretadla/S -apretadme -apretadnos -apretador/GS -apretadora/S -apretad/ph -apretadura/S -apretamiento/S -apretándole/GS -apretándola/S -apretándolo/S -apretándome -apretándomelo/GS -apretándomela/S -apretándonos -apretándonoslo/GS -apretándonosla/S -apretándoos -apretándooslo/GS -apretándoosla/S -apretándoselo/SG -apretándosela/S -apretándote -apretándotelo/SG -apretándotela/S -apretar/IhRpD -apretarle/GS -apretarla/S -apretarlo/S -apretarme -apretármelo/GS -apretármela/S -apretarnos -apretárnoslo/SG -apretárnosla/S -apretaros -apretároslo/GS -apretárosla/S -apretárselo/GS -apretársela/S -apretarte -apretártelo/GS -apretártela/S -apreté/hp -apretó/hp -apretón/S -apretujar/RDÁE -apretuje/GS -apretuja/S -apriétalo/GS -apriétala/S -apriétame -apriétanos -aprieta/ph -apriételo/SG -apriétela/S -apriétenlo/GS -apriétenla/S -apriete/ph -aprieto/ph -aprimar -apriorismo/S -apriscar/RDE -aprisco/G -aprisionad/h -aprisiona/h -aprisionándole/GS -aprisionándola/S -aprisionándolo/S -aprisionan/h -aprisionar/hRDE -aprisionarlo/GS -aprisionarla/S -aprisionarme -aprisionarnos -aprisionaros -aprisionarte -aprisioné/h -aprisione/hGS -aprisionen/h -aprisiono/h -aprisionó/h -aproar/RED -aprobad/h -aprobándolo/SG -aprobándola/S -aprobante/S -aprobar/hRDAI -aprobé/h -aprobó/h -aprodar -aproe/S -aprometer -aprontar/DRPE -apronte/S -apropiable/kS -apropiación/S -apropiada/k -apropiadamente -apropiad/h -apropiado/kSG -apropiador/GS -apropiadora/S -apropia/h -apropiándome -apropiándomelo/GS -apropiándomela/S -apropiándonos -apropiándonoslo/SG -apropiándonosla/S -apropiándoos -apropiándooslo/GS -apropiándoosla/S -apropiándoselo/GS -apropiándosela/S -apropiándote -apropiándotelo/GS -apropiándotela/S -apropian/h -apropiar/hRED -apropiarme -apropiármelo/GS -apropiármela/S -apropiarnos -apropiárnoslo/GS -apropiárnosla/S -apropiaros -apropiároslo/GS -apropiárosla/S -apropiárselo/GS -apropiársela/S -apropiarte -apropiártelo/GS -apropiártela/S -apropié/h -apropie/hSG -apropien/h -apropincuar/DRE -apropincue/S -apropio/h -apropió/h -aprovecer -aprovechaba/hS -aprovechabais/h -aprovechaban/h -aprovechable/S -aprovechada/k -aprovechad/hG -aprovechado/hSkG -aprovechador/SG -aprovechadora/S -aprovecha/h -aprovecháis/h -aprovechamos/h -aprovechando/h -aprovechan/h -aprovechante/S -aprovechara/h -aprovechará/h -aprovecharais/h -aprovecharan/h -aprovecharán/h -aprovecharás/h -aprovecharé/h -aprovechare/hGS -aprovechareis/h -aprovecharéis/h -aprovecharen/h -aprovecharía/hS -aprovecharían/h -aprovecharla/h -aprovecharlo/hGS -aprovecharon/h -aprovechar/øÙôPÅÄÁÀÌ -aprovecharse/h -aprovechase/h -aprovechaseis/h -aprovechasen/h -aprovechas/hS -aprovechaste/h -aproveché/h -aproveche/hGS -aprovechéis/h -aprovechemos/h -aprovechen/h -aprovecho/h -aprovechó/h -aprovisionar/RÁEPD -aprovisione/G -aproximadamente -aproximar/ÅERADôøÁ -aproximativo/SG -aproximativa/S -aproxime/SG -aproxima/S -aprueba/h -apruebe/h -apruebo/h -aptar/f -áptero/GS -áptera/S -aptitud/S -apto/GS -apta/S -apulgarar/RDE -apulgare/G -apuntad/h -apuntadlo/SG -apuntadla/S -apuntadme -apuntadnos -apuntador/GS -apuntadora/S -apunta/h -apuntalad/h -apuntala/h -apuntalamiento/S -apuntalan/h -apuntalarlo/GS -apuntalarla/S -apuntalar/RhDE -apuntale/GhS -apuntalé/h -apuntalen/h -apuntalo/h -apuntaló/h -apúntalo/SG -apúntala/S -apúntame -apuntamiento/S -apuntándole/GS -apuntándola/S -apuntándolo/S -apuntándome -apuntándonos -apuntándoos -apuntándote -apuntan/h -apúntanos -apuntaos -apuntar/hRD -apuntarle/GS -apuntarla/S -apuntarlo/S -apuntarme -apuntármelo/GS -apuntármela/S -apuntarnos -apuntárnoslo/SG -apuntárnosla/S -apuntaros -apuntároslo/GS -apuntárosla/S -apuntárselo/GS -apuntársela/S -apuntarte -apuntártelo/GS -apuntártela/S -apúntate -apunté/h -apunte/hSG -apuntémonos -apunten/h -apúntense -apúntese -apuntillar/REÀD -apuntille/S -apunto/h -apuntó/h -apuñalar/REDÁÀ -apuñale/G -apuñar/RE -apuñear/RED -apuñee/GS -apuñea/S -apuñe/SG -apuña/S -apuñetear -apuracabos -apurador/GS -apuradora/S -apurar/RÅDÁÂÀøÛôEP -apure/S -aquebrace/S -aquebrazar/RED -aquedar -aquejar/R -aquél -aquel/a -aquelarre/S -aquella/h -aquellar/h -aquéllo/GS -aquélla/S -aquello/hG -aquellos -aquende -aquenio/S -aqueo/GS -aquea/S -aquerar/RDE -aquerenciar/RDE -aquerencie/S -aquere/S -aqueresar/RED -aqueres/S -aqueste/GS -aquesta/S -aquesto/S -aquí -aquiescente/F -aquietar/P -aquilatar/ÀP -aquilea/S -aquilino/GS -aquilina/S -aquillado/GS -aquillada/S -aquillotrar -aquilón/S -árabe/S -arabesco/GS -arabesca/S -Arabia -arabice/S -arábigo/GS -arábiga/S -arabio/OS -arabismo/S -arabizar/RED -arable/S -aráceo/SG -arácea/S -arácnido/GS -arácnida/S -aracnoides -arador/GS -aradora/S -aradro/S -arad/rp -aradura/S -aragonesismo/S -aragonés/OGS -aragonito/S -araguato/S -arahuaco/GS -arahuaca/S -aralia/S -arameo/GS -aramea/S -arancelario/SG -arancelaria/S -arancel/S -arandanedo/S -arándano/S -arandela/S -arando/N -araniego/S -aran/trp -araña/H -arañar/REÅDÀÂÁ -arañero/GS -arañera/S -arañe/S -arañuelo/SG -arañuela/S -ara/pr -ararle/SG -ararla/S -ararlo/S -arar/pRrDE -aratorio/GS -aratoria/S -araucanista/S -araucano/GS -araucana/S -araucaria/S -arauja/S -aravico/S -arbalestrilla/S -arbitrable/S -arbitra/C -arbitrador/SG -arbitradora/S -arbitral/S -arbitrariamente -arbitrario/SGK -arbitraria/S -arbitrar/RDE -arbitrativo/GS -arbitrativa/S -arbitre/GS -arbitra/S -arbitrero/GS -arbitrera/S -arbitriano/S -arbitrio/S -arbitrista/S -árbitro/SG -árbitra/S -arbolad/ih -arboladura/S -arbola/ih -arbolan/ih -arbolar/hRiDE -arbolario/GS -arbolaria/S -arbolecer/RDIL -arbolece/S -arboledo/GS -arboleda/S -arbolé/hi -arbole/ihGS -arbolen/ih -arbolete/S -arbolillo/S -arbolista/S -arboló/hi -arbolo/ih -árbol/S -arborecer/RILD -arborece/S -arbóreo/SG -arbórea/S -arborescente/FS -arborice/S -arboricultor/SG -arboricultora/S -arboricultura/S -arboriforme/S -arborizar/DRÙE -arborizo/G -arbotante/S -arbustivo/GS -arbustiva/S -arbusto/S -arcabucear/RDE -arcabucee/GS -arcabucea/S -arcabucero/S -arcabuzazo/S -arcabuz/S -árcade/S -arcad/i -arcadio/GS -arcadia/S -arcaduce/S -arcaduzar/RED -arcaduzo/G -arcaíce/S -arcaico/SG -arcaica/S -arca/iS -arcaísmo/S -arcaizante/S -arcaizar/RID -arcaízo/G -arcangélico/GS -arcangélica/S -arcángel/S -arcan/i -arcano/GS -arcana/S -arcar/RDiE -arcatura/S -arcea/S -arcedianato/S -arcediano/S -arcedo/S -arce/GS -arca/S -arcén/S -archa/S -archero/S -archibruto/GS -archibruta/S -archicofrade/S -archiducado/S -archiducal/S -archiduque/S -archiduquesa/S -archimandrita/S -archipiélago/S -archivador/GS -archivadora/S -archivar/RÙDÀE -archive/GS -archiva/S -archivero/GS -archivera/S -archivista/S -archivo/S -arcillar/RDE -arcille/GS -arcilla/S -arcilloso/GS -arcillosa/S -arciprestado/S -arciprestal/S -arciprestazgo/S -arcipreste/S -arcobricense/S -arcó/i -arcón/S -arcontado/S -arconte/S -arco/ri -arcos/r -ardalear/RED -ardalee/GS -ardalea/S -arda/N -arde/GS -arda/S -ardero/S -arder/REÆÅÂDP -ardeviejas -ardicia/S -ardid/S -ardientemente -ardiente/S -ardite/S -ardo/L -ardorosamente -ardoroso/GS -ardorosa/S -ardor/S -arduamente -arduo/SG -ardua/S -área/S -areca/S -arecer -aréis/t -arelar/RED -arele/GS -arela/S -aremos/t -arenad/ih -arena/ih -arenan/ih -arenar/iRDhE -arencar/RED -arené/hi -arene/iSGh -arenen/ih -arenero/SG -arenera/S -arengador/GS -arengadora/S -arengar/À -arenilla/S -arenillero/S -arenisco/GS -arenisca/S -arenó/hi -areno/ih -arenoso/GS -arenosa/S -aren/trp -arenzata/S -areolar/S -areola/S -areopagita/S -areópago/S -aré/ptr -are/rSGpt -arestín/S -arete -aretino/S -arfar/RDE -arfe/GS -arfa/S -argamandijo/S -argamasar/RED -argamase/SG -argamasa/S -arganda/S -arganeo/S -argayar/RDE -argaye/GS -argaya/S -Argelia -argelino/GS -argelina/S -argel/S -argén/S -argentar/RED -argente/GS -argenta/S -argénteo/SG -argéntea/S -Argentina -argentinismo/S -argentino/SG -argentina/S -argentoso/SG -argentosa/S -argent/S -argivo/GS -argiva/S -argólico/GS -argólica/S -argolla/S -argonauta/S -argón/S -argos -argot/S -argucia/S -arguellar/RED -arguelle/SG -arguella/S -argüía/p -argüid/p -argüí/p -argüir/XpD -argüís/p -argumentador/GS -argumentadora/S -argumental/S -argumentar/ERÀÂÆAD -argumentativo/SG -argumentativa/S -argumente/GS -argumenta/S -argumentista/S -argumento/S -arguya/p -arguyente/S -arguye/p -arguyo/p -arguyó/p -aricar/RDE -aridecer/IRD -aridez/LS -árido/SG -árida/S -arienzo/S -aries -arietario/GS -arietaria/S -arietar/RDE -ariete/GS -arieta/S -arietino/GS -arietina/S -arije/S -arillo/S -ario/GS -aria/S -arísaro/S -arisco/S -arisnegro/GS -arisnegra/S -aristado/GS -aristada/S -aristarco/S -arista/S -aristino/S -aristocracia/S -aristócrata/S -aristocratice/S -aristocrático/GS -aristocrática/S -aristocratizar/RED -aristocratizo/G -aristoloquiáceo/GS -aristoloquiácea/S -aristoloquia/S -aristoso/GS -aristosa/S -aristotélico/GS -aristotélica/S -aristotelismo/S -aritmético/GS -aritmética/S -arlar/RDE -arla/t -arlequinesco/GS -arlequinesca/S -arlequín/S -arle/tG -arlo/t -armaba/hSp -armabais/h -armaban/hp -armada/N -armadera/S -armad/hGp -armadijo/GS -armadija/S -armadillo/S -armado/hSp -armador/GS -armadora/S -armáis/hp -armamentista/S -armamentístico/GS -armamentística/S -armamento/S -armamos/hp -armando/hp -arman/hp -arma/ph -armara/hp -armará/hp -armarais/h -armaran/hp -armarán/ph -armarás/ph -armaré/hp -armare/hSGp -armareis/h -armaréis/h -armaren/hp -armaría/hSp -armarían/h -armario/S -armarla/hp -armarlo/hSGp -armarme/h -armarnos/h -armaron/hp -armaros/h -armar/RÃôDÁÀÂøBEÅÄ -armarse/hp -armarte/h -armase/hp -armaseis/h -armasen/hp -armas/hSp -armaste/hp -ármate -armatoste/S -armazón/S -armé/hp -arméis/hp -armella/S -armemos/ph -armen/hp -Armenia -arménico/S -armenio/SG -armenia/S -ármense -armero/LS -ármese -armes/hp -arme/tph -armilar/S -armilla/S -armiñar/EDR -armiñe/GS -armiña/S -armiño/S -armisticio/S -armo/hGp -armó/hp -armonía/S -armónica/ik -armónicamente -armonice/S -armónico/kGSi -armonio/S -armoniosamente -armonioso/GS -armoniosa/S -armonizable/S -armonizar/RÄÀED -armonizo/G -armoricano/SG -armoricana/S -armuelle/S -arna/S -arnés/S -árnica/S -aromar/RDE -aromatice/S -aromático/GS -aromática/S -aromatizar/RÀDE -aromatizo/KG -arome/S -árones -aron/t -aro/pr -aró/pr -aros/t -arpar/RDE -arpegiar/RED -arpegie/GS -arpegia/S -arpe/GS -arpa/S -arpella/S -arpende/S -arpeo/S -arpía/S -arpillera/S -arpista/S -arponar/RDE -arponear/RED -arponee/GS -arponea/S -arponero/S -arpón/GS -arpóna/S -arquear/PERD -arquee/SG -arquea/S -arque/i -arqué/i -arqueología/S -arqueológico/SG -arqueológica/S -arqueólogo/GS -arqueóloga/S -arqueo/S -arquero/S -arqueta/S -arquetipo/S -arquibanco/S -arquiepiscopal/S -arquimesa/S -arquisinagogo/S -arquitecto/GS -arquitecta/S -arquitectónico/GS -arquitectónica/S -arquitectural/S -arquitectura/S -arquitrabe/S -arrabalero/GS -arrabalera/S -arrabal/S -arrabio/S -arracacha/S -arracimar/RDE -arracime/GS -arracima/S -arraclán/S -arraezar -arráez/S -arraigad/h -arraiga/h -arraigan/h -arraigar/hREDÁ -arraigarlo/GS -arraigarla/S -arraigó/h -arraigo/hG -arraigos -arraigue/h -arraigué/h -arralar/RED -arrale/GS -arrala/S -arramblar/RED -arramble/SG -arrambla/S -arramplar/RDE -arrample/GS -arrampla/S -arranar/RED -arrancaba/hS -arrancabais/h -arrancaban/h -arrancadero/GS -arrancadera/S -arrancad/hG -arrancado/hS -arrancador/GS -arrancadora/S -arranca/h -arrancáis/h -arrancamos/h -arrancando/h -arrancan/h -arrancara/h -arrancará/h -arrancarais/h -arrancaran/h -arrancarán/h -arrancar/ÃRÇÏøBôÍPEDÆÄÅÁÀÂÙÛ -arrancarás/h -arrancaré/h -arrancare/hGS -arrancareis/h -arrancaréis/h -arrancaren/h -arrancaría/hS -arrancarían/h -arrancaron/h -arrancarse/h -arrancase/h -arrancaseis/h -arrancasen/h -arrancas/hS -arrancaste/h -arranchar/RDE -arranche/SG -arrancha/S -arranciar/RDE -arrancie/SG -arrancia/S -arrancó/h -arranco/hG -arrane/GS -arrana/S -arranqué/h -arranque/hS -arranquéis/h -arranquemos/h -arranquen/h -arranquera/S -arrapada/h -arrapado/hGS -arrapar/RDE -arrape/GS -arrapa/S -arrapiezo/S -arrapo/S -arrasador/GS -arrasadora/S -arrasar/RPEÀDBÄ -arrase/G -arras/S -arrastradero/GS -arrastradera/S -arrastradizo/GS -arrastradiza/S -arrastrante/S -arrastrar/ERPDôÄÆÅÙÌÁÂÀ -arrastre/GS -arrastra/S -arrastrero/GS -arrastrera/S -arrate/S -arrayanal/S -arrayán/S -arrayaz/S -arreador/S -arrear/REÆDÂÀ -arrebañar/RDE -arrebañe/GS -arrebaña/S -arrebatacapas -arrebatadamente -arrebatadizo/SG -arrebatadiza/S -arrebatador/GS -arrebatadora/S -arrebatar/ÃRDÁÀÅÄEP -arrebate/SG -arrebata/S -arrebato/S -arrebocé/h -arreboce/hS -arrebocen/h -arrebolar/RDE -arrebolera/S -arrebollar/RDE -arrebolle/SG -arrebolla/S -arrebol/SG -arrebola/S -arrebozad/h -arreboza/h -arrebozan/h -arrebozar/RhDE -arrebozó/h -arrebozo/hG -arrebujad/h -arrebuja/h -arrebujan/h -arrebujar/RhED -arrebujé/h -arrebujen/h -arrebuje/SGh -arrebuja/S -arrebujo/h -arrebujó/h -arrecadar/RDE -arrecade/GS -arrecada/S -arrechuchar/RDE -arrechuche/GS -arrechucha/S -arrechucho/S -arrecí -arrecíais -arrecíamos -arrecían -arreciar/RED -arrecía/S -arrecid -arrecie/GS -arrecia/S -arreciendo -arrecierais -arreciéramos -arrecieran -arreciereis -arreciéremos -arrecieren -arreciere/SG -arreciera/S -arrecieron -arreciese -arrecieseis -arreciésemos -arreciesen -arrecies/S -arrecifar/RDE -arrecife/SG -arrecifa/S -arrecimos -arrecirá -arrecirán -arrecirás -arrecir/D -arreciré -arreciréis -arreciremos -arreciríais -arreciríamos -arrecirían -arreciría/S -arrecirse -arrecís -arreciste -arrecisteis -arredilar/DRE -arredile/GS -arredila/S -arredondear/RED -arredondee/GS -arredondea/S -arredrar/ÁDRE -arredre/GS -arredra/S -arree/SG -arrea/S -arregace/S -arregazar/RDE -arregazo/G -arreglad/h -arregladle/S -arreglador/GS -arregladora/S -arregla/h -arréglale/S -arreglándolo/GS -arreglándola/S -arreglándome -arreglándonos -arreglándoos -arreglándote -arreglan/h -arreglaos -arreglarle/GS -arreglarla/S -arreglarlo/S -arreglarme -arreglármelo/SG -arreglármela/S -arreglarnos -arreglárnoslo/GS -arreglárnosla/S -arreglaros -arreglároslo/SG -arreglárosla/S -arreglar/RhDE -arreglárselo/GS -arreglársela/S -arreglarte -arreglártelo/GS -arreglártela/S -arréglate -arreglé/h -arregle/hGS -arreglémonos -arreglen/h -arréglense -arréglese -arregló/h -arreglo/hS -arregostar/RDE -arregoste/GS -arregosta/S -arre/GS -arra/S -arrejacar/RED -arrejaco/G -arrejerar/RDE -arrejere/GS -arrejera/S -arrelde/S -arrellanar/ERD -arrellane/SG -arrellana/S -arremangar/REôD -arremango/G -arrematar/RED -arremate/GS -arremata/S -arremedar/RED -arremede/GS -arremeda/S -arremete/GS -arremeta/S -arremeter/RPED -arremeto/L -arremolinar/RED -arremoline/GS -arremolina/S -arrempujar -arrendable/S -arrendadero/S -arrendador/sSG -arrendad/sh -arrendajo/S -arrendamiento/S -arrendan -arrendarle/GS -arrendarla/S -arrendarlo/S -arrendar/RhDsI -arrendataria/s -arrendatario/GsS -arrendaticio/SG -arrendaticia/S -arrende/GS -arrenda/S -arrendé/hs -arrenden -arrendo -arrendó/hs -arreo/S -arrepanchigar/RED -arrepanchigo/G -arrepasar/RDE -arrepase/GS -arrepasa/S -arrepentir/XúóöDPÁõ -arrepistar/ERD -arrepiste/GS -arrepista/S -arrequesonar/RED -arrequesone/GS -arrequesona/S -arrequive/S -arrestar/RDÁÀEÆ -arreste/GS -arresta/S -arresto/S -arretranca/S -arrevolver/h -arrezagar/RED -arrezago/G -arrianismo/S -arriano/SG -arriana/S -arriar/IRDÍÁÀÑ -arria/S -arriate/S -arriba/C -arribar/RED -arribe/GS -arriba/S -arribista/S -arribo/S -arrice/S -arridar/RDE -arride/GS -arrida/S -arrienda/sh -arriende/sh -arriendo/sh -arriendos/s -arriero/SG -arriera/S -arríe/SG -arría/S -arriesgar/ERDÁÀÅô -arriesgo/G -arrige/S -arrigir/RED -arrijo/G -arrimadero/S -arrimad/h -arrimadizo/SG -arrimadiza/S -arrimado/N -arrimador/S -arrimadura/S -arrima/h -arrimándome -arrimándonos -arrimándoos -arrimándote -arriman/h -arrimaos -arrimarme -arrimarnos -arrimaros -arrimar/REhD -arrimarte -arrímate -arrime/GSh -arrima/S -arrimé/h -arrimémonos -arrimen/h -arrímense -arrímese -arrimó/h -arrimo/S -arrincar -arrinconar/PREDÁÀ -arrincone/SG -arrincona/S -arriostrar/RED -arriostre/SG -arriostra/S -arriscador/SG -arriscadora/S -arriscar/RDEP -arrisco/G -arritar/RED -arrite/GS -arrita/S -arritmia/S -arrizar/RED -arrizo/G -arrobadizo/GS -arrobadiza/S -arrobador/GS -arrobadora/S -arrobar/REPD -arrobe/GS -arroba/S -arrobero/GS -arrobera/S -arrocado/GS -arrocada/S -arrocero/GS -arrocera/S -arrocinar/DRE -arrocine/SG -arrocina/S -arrodear/RDPE -arrodee/GS -arrodea/S -arrodelar/RDE -arrodele/SG -arrodela/S -arrodillar/øRBôEPÅÁÀD -arrodille/SG -arrodilla/S -arrodrigar/RDE -arrodrigo/G -arrodrigonar/RDE -arrodrigone/GS -arrodrigona/S -arrogante/FS -arrogar/REDÁ -arrogo/G -arrojadizo/GS -arrojadiza/S -arrojador/GS -arrojadora/S -arrojar/REôÀÁDÅÄ -arroje/GS -arroja/S -arrojo/S -arrollable/Sh -arrollad/h -arrollador/GS -arrolladora/S -arrolla/h -arrollamiento/S -arrollan/h -arrollar/hRÁÀÄDE -arrollé/h -arrolle/hGS -arrollen/h -arrollo/h -arrolló/h -arromadice/S -arromadizar/RDE -arromadizo/G -arromance/S -arromanzar/RDE -arromanzo/G -arromar/RED -arrome/GS -arroma/S -arrompe/GS -arrompa/S -arromper/RE -arrompo/L -arronce/S -arronjar -arronzar/RDE -arronzo/G -arropad/h -arropa/h -arropándole/GS -arropándola/S -arropándolo/S -arropándome -arropándonos -arropándoos -arropándote -arropan/h -arroparle/GS -arroparla/S -arroparlo/S -arroparme -arroparnos -arroparos -arropar/RhED -arroparte -arrope/GhS -arropé/h -arropen/h -arropía/S -arropiero/GS -arropiera/S -arropo/h -arropó/h -arroscar/RED -arrosco/G -arrostrar/REDÀ -arrostre/GS -arrostra/S -arroto/GS -arrota/S -arroyar/RDE -arroye/GS -arroya/S -arroyo/S -arrozal/S -arroz/S -arruar/IRD -arruchar/RDE -arruche/GS -arrucha/S -arrúe/SG -arrúa/S -arrufar/RED -arrufe/GS -arrufa/S -arrugad/h -arruga/h -arrugamiento/S -arrugan/h -arrugar/hRED -arrugarme -arrugarnos -arrugaros -arrugarte -arrugo/Gh -arrugó/h -arrugue/h -arrugué/h -arruinador/GS -arruinadora/S -arruinar/REPÁÀÂDÄÆ -arruine/GS -arruina/S -arrullador/GS -arrulladora/S -arrullar/REÁÀÍÅD -arrulle/GS -arrulla/S -arruma/C -arrumaco/S -arrumad/h -arruman/h -arrumar/REhD -arrumbar/RDPÀE -arrumbe/GS -arrumba/S -arrume/GhS -arrumé/h -arrumen/h -arrumo/h -arrumó/h -arrunflar/RED -arrunfle/SG -arrunfla/S -arrusticar/RED -arrustico/G -arrutar/RED -arrute/GS -arruta/S -arrutinar/RED -arrutine/GS -arrutina/S -arsenal/S -arseniato/S -arsenical/S -arsénico/S -arsenioso/S -arsenito/S -arseniuro/S -artefacto/S -artejo/S -artemisa/S -artemisia/S -arterial/S -arteria/S -arteriola/S -arteriosclerosis -arterioso/SG -arteriosa/S -artero/GSL -artera/S -artesanado/S -artesanal/S -artesanía/S -artesano/GS -artesana/S -artesa/SN -artes/f -artesiano/GS -artesiana/S -artesonar/RDE -artesone/GS -artesona/S -arte/tf -ártico/GS -ártica/S -articulación/S -articulada/k -articulad/h -articulado/kGS -articulador/SG -articuladora/S -articula/h -articulándolo/GS -articulándola/S -articulan/h -articulares/l -articulario/GS -articularia/S -articular/RhÀDE -articulatorio/SG -articulatoria/S -articulé/h -articule/hSG -articulen/h -articulista/S -articulo/h -articuló/h -artículo/S -artífice/S -artificialmente -artificial/S -artificiar -artificiero/S -artificio/S -artificiosa/k -artificioso/GkS -artigar/RDE -artigo/G -artillad/h -artilla/h -artillan/h -artillar/RhED -artille/GSh -artilla/S -artillé/h -artillen/h -artillero/GS -artillera/S -artilló/h -artillo/L -artilugio/S -artimaña/S -artimón/S -artiodáctilo/S -artista/S -artístico/GS -artística/S -artizar -artolas -artrítico/GS -artrítica/S -artritismo/S -artritis/O -artrópodo/S -artrosis/i -ar/tSG -Aruba -arúspice/S -arvejana/S -arveja/S -arzobispado/S -arzobispal/S -arzobispo/S -arzolla/S -arzones/h -arzón/S -asaborar/RDE -asabore/G -asaborir -asacristanado/GS -asacristanada/S -asadero/GS -asadera/S -asador/GS -asadora/S -asad/r -asadura/S -asaetear/ÂÅ -asalir -asalmerar/RDE -asaltante/S -asaltar/ÂÄ -asamblea/S -asambleísta/S -asan/r -asa/r -asardinado/GS -asardinada/S -asarero/S -asarina/S -asarlo/GS -asarla/S -asarme -asarnos -asaros -ásaro/S -asar/rRD -asarte -asativo/GS -asativa/S -asayar -asbestino/GS -asbestina/S -asbesto/S -ascalonia/S -ascalonita/S -ascendente/FS -ascender/RLQIDÀÂÁÄ -ascendiente/S -ascensional/S -ascensionista/S -ascensorista/S -ascensor/S -ascenso/S -asceta/S -asceterio/S -ascético/GS -ascética/S -ascetismo/S -ascitis -asclepiadáceo/GS -asclepiadácea/S -asclepiadeo/SG -asclepiadea/S -asco/GS -asca/S -asconder -ascoso/KGS -ascua/S -asead/h -asea/h -asean/h -asearme -asearnos -asearos -asear/RhDE -asearte -asechanza/S -asechar/RDPE -aseche/GS -asecha/S -asediador/GS -asediadora/S -asediar/REÄDÁÀ -asedie/GS -asedia/S -asedio/S -aseé/h -asee/hGS -aseen/h -aseglarar/RED -aseglare/G -aseglarice/S -aseglarizar/RED -aseglarizo/G -asegurable/S -asegurad/h -aseguradlo/GS -aseguradla/S -asegurador/SG -aseguradora/S -asegura/h -asegúralo/GS -asegúrala/S -aseguramiento/S -asegurándolo/SG -asegurándola/S -asegurándome -asegurándonos -asegurándoos -asegurándote -aseguran/h -aseguranza/S -aseguraos -asegurar/hRDE -asegurarle/GS -asegurarla/S -asegurarlo/S -asegurarme -asegurarnos -aseguraros -asegurarte -asegúrate -aseguré/h -asegure/hGS -asegurémonos -aseguren/h -asegúrense -asegúrese -aseguró/h -aseguro/ph -aselar/RED -asele/G -asemejar/ÀÂÁÄ -asengladura/S -asenso/S -asentaderas -asentad/h -asentador/S -asentar/hRID -asentarle/S -asenté/h -asentiste/G -asentó/h -asen/trh -aseó/h -aseo/hS -asepsia/S -asequible/kS -asé/r -aserción/S -aserradero/S -aserrar/B -aserrín/S -ase/rSG -asertivo/GS -asertiva/S -asertorio/S -asertor/SG -asertora/S -aserto/S -asesar/RED -asese/G -asesinar/REÁÀÂDÄÆÅ -asesinato/S -asesine/GS -asesina/S -asesino/S -asesorar/RPEøôÁD -asesor/GS -asesora/S -asesoría/S -ases/S -asestadero/S -asestar/RDEÂÁBÆ -aseste/GS -asesta/S -aseverar/RDEAÀ -aseverativo/SG -aseverativa/S -asevere/S -asfaltar/RDE -asfalte/GS -asfalta/S -asfáltico/GS -asfáltica/S -asfalto/S -asfixiante/S -asfixiar/RÁÀDÅE -asfixie/GS -asfixia/S -asga/h -asgáis/h -asgamos/h -asgan/h -asgo/hG -Asia -asía/hS -asíais/h -asíamos/h -asían/h -asiático/GS -asiática/S -asibilar/RDE -asidero/S -asid/hG -asido/hS -asiduo/GSK -asidua/S -asiendo/h -asienta/h -asiente/h -asiento/h -asientos -asiera/h -asieran/h -asiere/hSG -asieren/h -asieron/h -asiese/hS -asiesen/h -asignable/S -asignación/S -asignad/p -asignándole/SG -asignándola/S -asignándolo/S -asignándomelo/SG -asignándomela/S -asignándonoslo/SG -asignándonosla/S -asignándooslo/SG -asignándoosla/S -asignándoselo/GS -asignándosela/S -asignándotelo/SG -asignándotela/S -asignan/p -asigna/p -asignarle/S -asignarme -asignármelo/SG -asignármela/S -asignarnos -asignárnoslo/SG -asignárnosla/S -asignaros -asignároslo/GS -asignárosla/S -asignar/pRD -asignárselo/SG -asignársela/S -asignarte -asignártelo/SG -asignártela/S -asignen/p -asigné/p -asigne/pSG -asigno/p -asignó/p -así/h -asilar/RDÀE -asile/G -asilla -asilvestrado/SG -asilvestrada/S -asimilable/S -asimilar/RÀÁÄAED -asimilativo/GS -asimilativa/S -asimile/GS -asimila/S -asimilismo/S -asimilista/S -asimismo -asimos/h -asín -asina -asíncrono/SG -asíncrona/S -asió/h -asir/ÁÂÀIRÅÄÆPD -asirá/h -asirán/h -asirás/h -asiré/h -asiréis/h -asiría/hS -asirían/h -asirme/h -asirnos/h -asiros/h -asirse/h -asirte/h -asís/h -asista/h -asistáis/h -asistamos/h -asistan/h -asistencia/hSk -asistencial/S -asisten/h -asistente/GSF -asistenta/S -asistentes/k -asiste/SGh -asista/S -asistía/hS -asistíais/h -asistíamos/h -asistían/h -asistid/hG -asistido/hS -asistiendo/h -asistiera/h -asistieran/h -asistiere/hSG -asistieren/h -asistieron/h -asistiese/hS -asistiesen/h -asistí/h -asistimos/h -asistió/h -asistirá/h -asistirán/h -asistirás/h -asistiré/h -asistiréis/h -asistir/ERÁÀÂDPÅÆ -asistiría/hS -asistirían/h -asistirse/h -asistís/h -asististe/h -asisto/h -asistolia/S -aslilla/S -asmar -asma/S -asmático/GS -asmática/S -asnacho/S -asnado/hS -asna/hS -asnalmente -asnal/S -asnico/S -asnillo/G -asno/GSN -asna/S -asobinar/RDE -asobine/GS -asobina/S -asocairar/RDE -asocaire/G -asociable/hS -asociacionismo/S -asociación/S -asociad/h -asocia/h -asocial/S -asociamiento/S -asociándolo/GS -asociándola/S -asociándome -asociándonos -asociándoos -asociándote -asocian/h -asociar/hRED -asociarle/GS -asociarla/S -asociarlo/S -asociarme -asociarnos -asociaros -asociarte -asociativo/G -asocié/h -asocie/hSG -asocien/h -asocio/h -asoció/h -asolador/G -asolanar/RDE -asolan/S -asolar/EPI -asoldadar/RED -asoldad/S -asoldar/E -asolde/GS -asolda/S -asolear/RÁ -asomar/EÁÀRDøÅÆô -asómate/S -asombradizo/GS -asombradiza/S -asombrador/GS -asombradora/S -asombrar/ÅøÁÀ -asombro/S -asome/S -asonantar/RDE -asonante/FG -aso/r -asó/r -asordar/RED -asorde/S -asosegar/h -asotanar/RDE -asotane/SG -asotana/S -asotilar -aspadera/S -aspálato/S -aspa/N -aspar/RED -aspaventar/RDI -aspaviento/S -aspear/ERD -aspecto/S -aspectual/S -aspee/GS -aspea/S -aspe/GS -aspa/S -ásperamente -asperear/RED -asperee/GS -asperea/S -aspereza/S -aspergear/RED -aspergee/GS -aspergea/S -asperger/REDL -asperge/S -asperiego/GS -asperiega/S -asperilla/S -asperjar/REDQ -asperje/GS -asperja/S -áspero/GS -áspera/S -asperón/S -aspersorio/S -aspidistra/S -áspid/S -aspillar/RDE -aspillerar/RDE -aspillere/GS -aspillera/S -aspille/S -aspirador/GS -aspiradora/S -aspirante/S -aspirar/RDÀAEÄ -aspire/SG -aspira/S -aspirina/S -aspro/S -asquear/RDE -asquee/SG -asquea/S -asqueroso/KGS -a/sStpocf -astada/is -astado/GsSi -asta/NS -astas/si -astático/GS -astática/S -astenia/S -asterisco/S -asteroide/S -astero/S -aster/S -astifino/GS -astifina/S -astigmatismo/S -astiles/i -astillad/h -astilla/H -astillan/h -astillar/RhDE -astillé/h -astillen/h -astillero/S -astille/ShG -astillo/h -astilló/h -astilloso/GS -astillosa/S -astil/S -astorgano/GS -astorgana/S -astracán/S -astrágalo/S -astral/S -astreñir/XD -astricción/S -astrictivo/GS -astrictiva/S -astringente/FS -astringe/S -astringir/RDE -astrinjo/G -astriñe/GS -astriña/S -astriñir/ERD -astrógrafo/S -astrolabio/S -astrolito/S -astrologar -astrología/S -astrólogo/GS -astróloga/S -astronauta/S -astronave/S -astronomía/S -astronómico/GS -astronómica/S -astrónomo/GS -astrónoma/S -astro/S -astrosa/h -astroso/GhS -as/tS -astucia/S -asturianismo/S -asturiano/GS -asturiana/S -asturicense/S -astur/S -astuto/GS -astuta/S -asubiadero/S -asubiar/RDE -asubie/SG -asubia/S -asueto/S -asulcar/RED -asulco/G -asuman/p -asuma/p -asúmelo/GS -asúmela/S -asumen/p -asume/pGS -asumía/p -asumidlo/GS -asumidla/S -asumid/p -asumió/p -asumí/p -asumir/pRDE -asumís/p -asumo/p -asuncionista/S -asunción/S -asuntar/RDE -asunte/GS -asunta/S -asunto/S -asurar/RDE -asure/GS -asura/S -asustadizo/GS -asustadiza/S -asustar/RDÀÂÁÆÅE -asuste/GS -asusta/S -asutilar -atabais/h -atabalero/S -atabal/S -ataban/hp -ataba/phS -atabardillado/GS -atabardillada/S -atabe -atabillar/RED -atabille/S -atabladera/S -atacaba/hS -atacabais/h -atacaban/h -atacable/Sk -atacad/hG -atacado/hS -atacador/GS -atacadora/S -ataca/h -atacáis/h -atacamita/S -atacamos/h -atacando/h -atacan/h -atacante/S -atacara/h -atacará/h -atacarais/h -atacaran/h -atacarán/h -atacarás/h -atacaré/h -atacare/hGS -atacareis/h -atacaréis/h -atacaren/h -atacaría/hS -atacarían/h -atacaron/h -atacar/RÍEÅÆÄDÁÂÀ -atacarse/h -atacase/h -atacaseis/h -atacasen/h -atacas/hS -atacaste/h -atacir/S -atacó/h -ataco/hG -atado/phS -atador/hGS -atad/pGh -atadura/hS -atafagar/RED -atafago/G -atagallar/ERD -atagalle/SG -atagalla/S -atairar/RDE -ataire/GS -ataira/S -atáis/hp -atajadero -atajadizo/S -atajar/ÆÄÂÀP -atalajar/RED -atalaje/G -atalantar/RED -atalante/G -atalar -atalayador/GS -atalayadora/S -atalayar/RED -atalayero/S -atalaye/S -atal/CS -átale/GS -átala/S -átalo/S -ataluce/S -ataludar/RED -atalude/G -ataluzar/RED -ataluzo/G -átame -atamos/hp -atanasia/S -atancar/h -atando/hp -átanos -atan/ph -atañe -atañer -atapar/h -ata/paSh -ataqué/h -ataque/hS -ataquéis/h -ataquemos/h -ataquen/h -ataquice/S -ataquizar/RDE -ataquizo/G -atarais/h -ataran/hp -atarán/ph -atarantar/RED -atarante/S -atara/ph -atará/ph -atarás/ph -atar/ÇRDÁÂÀPÅÄÆÍÌB -atardecer/S -atarear/RDE -ataree/S -atareis/h -ataréis/h -ataren/hp -ataré/ph -atare/phSG -atarían/h -ataría/pSh -atarjea/S -atarme/h -atarnos/h -ataron/hp -ataros/h -atarquinar/RDE -atarrajar/RED -atarraje/GS -atarraja/S -atarse/hp -atarte/h -atarugar/RPED -atasajar/RED -atasaje/GS -atasaja/S -atascadero/S -atascad/h -atasca/h -atascamiento/S -atascan/h -atascar/hRDE -atascó/h -atasco/hG -atascos -ataseis/h -atasen/hp -atase/ph -atas/hSp -atasque/h -atasqué/h -ataste/hp -átate -ataúd/S -ataviad/h -atavían/h -atavía/O -ataviar/RhDI -atávico/SG -atávica/S -atavié/h -atavíe/hGS -atavíen/h -atavió/h -atavío/S -atavismo/S -ataxia/S -atear -atediar/RED -atedie/SG -atedia/S -atéis/hp -ateísmo/S -atelaje/S -átele/GS -átela/S -átelo/S -áteme -atemorice/S -atemorizar/RDEÅÁ -atemorizo/G -atemos/hp -atemperante -atemperar/À -atenazar/RDÂÅÄÆE -atenazo/G -atención/hS -atendar -atended/h -atendedlo/SG -atendedla/S -atendedme -atendednos -atender/RhDÀLI -atendía/h -atendible/hS -atendí/h -atendimiento/S -atendió/h -atenebrar/RED -atenebre/SG -atenebra/S -ateneo/G -atener/úÅ -ateniense/S -átenle/GS -átenla/S -átenlo/S -átenme -átennos -atenorado/SG -atenorada/S -átenos -aten/ph -atentad/h -atenta/hk -atentamente -atentan -atentar/hRD -atentatorio/SG -atentatoria/S -atente/GS -atenta/S -atenté/h -atenten -atentó/h -atento/hkGS -atenuador/GS -atenuadora/S -atenuante/S -atenuar/RDIA -atenúe/GS -atenúa/S -ateo/SO -até/ph -ate/pSGh -aterecer/RLDI -aterece/S -aterí -ateríais -ateríamos -aterían -atería/S -atericiarse -aterid -ateriendo -aterierais -ateriéramos -aterieran -ateriereis -ateriéremos -aterieren -ateriere/SG -ateriera/S -aterieron -aterieseis -ateriésemos -ateriesen -ateriese/S -aterimos -aterió -aterirá -aterirán -aterirás -aterir/D -ateriré -ateriréis -ateriremos -ateriríais -ateriríamos -aterirían -ateriría/S -aterirse -aterís -ateriste -ateristeis -aterosclerosis -aterra/C -aterrador/GS -aterradora/S -aterrajar/RDE -aterrar/REÁI -aterre/GS -aterra/S -aterrerar/RDE -aterrere/S -aterrice/S -aterriza/C -aterrizar/RDE -aterronar/RDE -aterrone/G -aterrorice/S -aterrorizar/ERÁD -aterrorizo/G -atesar/I -atesorad/h -atesora/h -atesoramiento/S -atesoran/h -atesorarlo/GS -atesorarla/S -atesorar/RhDE -atesoré/h -atesore/hGS -atesoren/h -atesoro/h -atesoró/h -atestar/PÄBIA -atestiguar/REÀPDÄA -atestigüe/S -atestiguo/G -atetillar/RDE -atetille/S -atezar/RPED -atezo/G -atibad/h -atiba/h -atiban/h -atibar/RDEh -atibé/h -atiben/h -atibe/SGh -atiba/S -atibiar -atibo/h -atibó/h -atiborrar/RED -atiborre/GS -atiborra/S -atice/S -aticismo/S -aticista/S -ático/SG -ática/S -atienda/h -atiéndame -atiéndanme -atiéndannos -atiéndanos -atiende/h -atiéndelo/GS -atiéndela/S -atiéndeme -atiéndenos -atiendo/h -atiesar/RD -atifle/S -atigrado/GS -atigrada/S -atijara/S -atijarero/S -atildar/PB -atinad/h -atina/h -atinan/h -atinarle/S -atinar/RhED -atinconar/RDE -atincone/GS -atincona/S -atiné/h -atinen/h -atinente/S -atine/ShG -atino/h -atinó/h -atipar/ERD -atipe/S -atiplar/RED -atiple/G -atirantar/RED -atirante/G -atiriciar/RED -atiricie/SG -atiricia/S -atisbador/GS -atisbadora/S -atisbar/ÄÆREÀD -atisbe/GS -atisba/S -atizadero/S -atizador/GS -atizadora/S -atizar/REÆÂÀÁÎD -atizonar/RED -atlante/S -atlántica/u -atlántico/uGS -atlas -atleta/S -atlético/GS -atlética/S -atletismo/S -atmósfera/S -atmosférico/SG -atmosférica/S -atobar/RDE -atobe/S -atochal/S -atochar/RDE -atochero/GS -atochera/S -atoche/S -atocinar/DRE -atocine/GS -atocina/S -atolladar/S -atolladero/S -atollad/h -atolla/h -atollan/h -atollar/RhDE -atollé/h -atolle/hSG -atollen/h -atollo/h -atolló/h -atolondrad/h -atolondra/h -atolondramiento/S -atolondran/h -atolondrar/hRDE -atolondré/h -atolondre/hSG -atolondren/h -atolondro/h -atolondró/h -atolón/S -atol/S -atómica/a -atomicé/a -atomice/aS -atomicen/a -atómico/SGa -atómica/S -atomir -atomismo/S -atomista/aS -atomístico/GS -atomística/S -atomiza/a -atomizad/a -atomizan/a -atomizar/aRDE -atomizó/a -atomizo/aG -átomo/S -atonar -atondar/RDE -atonde/GS -atonda/S -atonía/S -atónito/SG -atónita/S -átono/GS -átona/S -atontad/h -atonta/h -atontamiento/S -atontan/h -atontar/RhDE -atontecer -atonté/h -atonte/hSG -atonten/h -atonto/h -atontó/h -atontolinar/RDE -atontoline/GS -atontolina/S -ato/ph -ató/ph -atorad/h -atoradme -atoradnos -atora/h -atórame -atoramiento/S -atoran/h -atóranos -atorarle/S -atorar/RhDE -atorcer -atordecer -atoré/h -atore/hGS -atoren/h -atorgar -atormentador/SG -atormentadora/S -atormentar/RÄÅEÁÀD -atormente/S -atornillaba/hS -atornillabais/h -atornillaban/h -atornillad/hG -atornillado/hS -atornillador/S -atornilla/h -atornilláis/h -atornillamos/h -atornillando/h -atornillan/h -atornillara/h -atornillará/h -atornillarais/h -atornillaran/h -atornillarán/h -atornillarás/h -atornillaré/h -atornillare/hSG -atornillareis/h -atornillaréis/h -atornillaren/h -atornillaría/hS -atornillarían/h -atornillaron/h -atornillar/RÄED -atornillarse/h -atornillase/h -atornillaseis/h -atornillasen/h -atornillas/hS -atornillaste/h -atornillé/h -atornille/hSG -atornilléis/h -atornillemos/h -atornillen/h -atornillo/h -atornilló/h -atoro/h -atoró/h -atorozonar/RED -atorozone/SG -atorozona/S -atortolar/RDE -atortole/SG -atortola/S -atortorar/RDE -atortore/SG -atortora/S -atortujar/RDE -atortuje/GS -atortuja/S -atosigador/GS -atosigadora/S -atosigar/ÀÂÁÄÅP -atrabancar/RED -atrabiliario/GS -atrabiliaria/S -atrabilioso/GS -atrabiliosa/S -atrabilis -atracadero/S -atracad/h -atracador/GS -atracadora/S -atraca/h -atracan/h -atracaos -atracarlo/GS -atracarla/S -atracarme -atracarnos -atracaros -atracar/REhD -atracarte -atrácate -atracó/h -atraco/hG -atracón/S -atracos -atractivo/GS -atractiva/S -atractriz/S -atraed/h -atrae/hS -atraen/h -atraer/hXDLI -atragantar/REÁD -atragante/G -atraía/h -atraillad/h -atraílla/h -atraíllan/h -atraillar/hRD -atraillé/h -atraílle/hGS -atraíllen/h -atraíllo/h -atrailló/h -atraje/h -atrajo/h -atrampad/h -atrampa/h -atrampan/h -atrampar/hRDE -atrampé/h -atrampe/hGS -atrampen/h -atrampo/h -atrampó/h -atramuz/S -atrancad/h -atranca/h -atrancan/h -atrancar/hRED -atrancarlo/GS -atrancarla/S -atrancó/h -atranco/hG -atranque/h -atranqué/h -atrapamoscas -atrapar/RÂÀÁDÄÅE -atraque/h -atraqué/h -atrasar/RÀDPE -atrase/G -atraso/S -atrás/S -atravesador/GS -atravesadora/S -atravesar/ÁÅÆÄ -atrayente/S -atregar -atreguar -atresia/S -atresnalar/RDE -atresnale/G -atrever/ÅRLøôEÁDP -atreve/SG -atreva/S -atribución/S -atribuible/S -atribuir/ÃËÉÈÁÀ -atribular/RED -atribule/GS -atribula/S -atributar -atributivo/GS -atributiva/S -atrilera/S -atril/S -atrincherar/REÁDP -atrinchere/S -atrio/S -atristar/RED -atriste/G -atrochar/RDE -atroche/S -atrofiar/RED -atrofie/GS -atrofia/S -atrojar/RED -atronar/BP -atropar/RDE -atropelladamente -atropellador/GS -atropelladora/S -atropellar/ÅÄREÀÂÁDP -atropelle/SG -atropella/S -atropello/S -atrope/S -atropina/S -atroz/KS -atruhanado/S -atuendo/S -atueran -atueren -atuere/S -atuero -atufad/h -atufa/h -atufamiento/S -atufan/h -atufar/RhDE -atufé/h -atufe/hGS -atufen/h -atufo/h -atufó/h -atumultuar/I -atumultúe/GS -atumultúa/S -atún/S -aturar/RDE -aturbonado/S -aturda/h -aturdan/h -aturden/h -aturde/SGh -aturda/S -aturdía/h -aturdid/h -aturdidor/SG -aturdidora/S -aturdí/h -aturdimiento/S -aturdió/h -aturdirlo/SG -aturdirla/S -aturdirme -aturdirnos -aturdiros -aturdir/RhED -aturdirte -aturdís/h -aturdo/h -ature/S -aturriar -aturrullar/RED -aturrulle/GS -aturrulla/S -aturullar/RDE -aturulle/GS -aturulla/S -atusador/GS -atusadora/S -atusar/REÂD -atuse/S -auca/S -auctorizar -auctor/S -audacia/S -audaz/S -audible/kS -audición/S -audiencia/S -audífono/S -audiómetro/S -audio/S -audiovisual/S -audita/k -auditar/REDÀ -audite/SG -audita/S -auditivo/GS -auditiva/S -auditor/GS -auditora/S -auditorio/SG -auditoria/S -audito/SkG -auge/S -augita/S -augmentar -augurad/k -augurador/GS -auguradora/S -augura/k -augurándole/S -augurándome -augurándonos -augurándoos -augurándote -auguran/k -augurar/kDRE -augurarle/S -auguré/k -augure/kSG -auguren/k -augurio/S -auguro/k -auguró/k -augur/SG -augura/S -augustal/S -augustamente -augusto/SG -augusta/S -aulagar/S -aulaga/S -aula/S -aúlico/GS -aúlica/S -aulladero/S -aullador/GS -aulladora/S -aullar/IRD -aúlle/SG -aúlla/S -aullido/S -aumentable/S -aumentador/GS -aumentadora/S -aumentar/ÛREøÄÆÁÀÂD -aumentativo/GS -aumentativa/S -aumente/GS -aumenta/S -aumento/S -aun -aún -aunar/RIDÁ -aúne/GS -aúna/S -aunque -aupar/RIDÁÀ -aúpe/GS -aúpa/S -aura/S -aurelianense/S -áureo/GS -áurea/S -aureolar/REÄD -aureole/GS -aureola/S -aurgitano/GS -aurgitana/S -auricular/eS -aurícula/S -auriense/S -auriga/S -aurora/S -auscultar/RÁÂÀDAÄE -ausculte/SG -ausculta/S -ausentar/REÁD -ausente/FGS -ausetano/GS -ausetana/S -ausonense/S -ausonio/GS -ausonia/S -auspiciar/RDE -auspicie/GS -auspicia/S -auspicio/S -auspicioso/SG -auspiciosa/S -austero/SGK -austera/S -Australia -australiano/GS -australiana/S -austral/S -Austria -austriaco/GS -austriaca/S -austro/S -autenticar/RED -autenticidad/S -autentico/G -auténtico/SG -auténtica/S -autentificar/ERD -autentifico/G -autismo/S -autista/S -autobús -autocar -autocracia/S -autóctono/SG -autóctona/S -autodidacto/GS -autodidacta/S -autoestop -autoestopes -autoestopista/S -autógeno/SG -autógena/S -autografiar/RDI -autografíe/S -autógrafo/GS -autógrafa/S -autómata/S -automáticamente -automática/q -automático/GqS -automatismo/S -automatizar/A -automedonte/S -automovilismo/S -automovilista/S -automovilístico/GS -automovilística/S -autonomía/S -autonómico/GS -autonómica/S -autonomista/S -autónomo/GS -autónoma/S -auto/NSO -autopsia/S -autor/fGS -autoricé/h -autorice/hS -autoríceme -autoricen/h -autorícenme -autorícennos -autorícenos -autoridad/hS -autoritaria/O -autoritario/cSG -autoritarismo/S -autoritativo/GS -autoritativa/S -autorizable/S -autorizadamente -autorizad/h -autoriza/h -autorizamiento/S -autorizándole/GS -autorizándola/S -autorizándolo/S -autorizándome -autorizándonos -autorizándoos -autorizándote -autorizan/h -autorizar/hRDAE -autorizarle/GS -autorizarla/S -autorizarlo/S -autorizarme -autorizarnos -autorizaros -autorizarte -autorizó/h -autorizo/hG -autosugestionar/R -auxiliador/GS -auxiliadora/S -auxiliar/RÁÀÂED -auxilie/GS -auxilia/S -auxilio/S -avadar/RDE -avade/G -avahad/h -avaha/h -avahan/h -avahar/hRD -avahé/h -avahe/hSG -avahen/h -avaho/h -avahó/h -avalancha/S -avalar/RDÀE -avalentar/RDEP -avalente/SG -avalenta/S -aval/G -avaliar -avalista/S -avance/S -avanecer/IRDL -avanece/S -avante -avanzada/N -avanzar/ERÀDÄ -avanzo/GS -avanza/S -avariciar -avaricia/S -avariciosamente -avaricioso/GS -avariciosa/S -avariento/GS -avarienta/S -avaro/S -avasallador/GS -avasalladora/S -avasallar/RDÁÀPE -avasalle/S -avatar/S -avechucho/S -avecinar/DRE -avecindad/h -avecinda/h -avecindamiento/S -avecindan/h -avecindar/hRDE -avecinde/GhS -avecindé/h -avecinden/h -avecindo/h -avecindó/h -avecine/S -avefría/S -avejentar/RDE -avejente/SG -avejenta/S -avejigar/RED -avejigo/G -avelar -avellanal/S -avellanar/RED -avellanate/S -avellanedo/SG -avellaneda/S -avellanero/SG -avellanera/S -avellane/SG -avellana/S -avellano/S -avemaría/S -ave/N -avenar/ERPD -avenate/S -avendrá/h -avendrán/h -avendrás/h -avendré/h -avendréis/h -avendría/hS -avendrían/h -avenenar/RDE -avenencia/hS -avenene/G -avenen/S -avenga/h -avengáis/h -avengamos/h -avengan/h -avengo/hG -avenía/hS -aveníais/h -aveníamos/h -avenían/h -avenible/S -avenid/hG -avenido/hS -avenimos/h -avenir/PÁÀ -avenirse/h -avenís/h -avén/S -aventaban/p -aventaba/pS -aventado/pS -aventador/GS -aventadora/S -aventad/pG -aventáis/p -aventajar/RDÁÂEP -aventamos/p -aventando/p -aventaran/p -aventarán/p -aventara/p -aventará/p -aventarás/p -aventar/BÃPÀÂÁCÆ -aventaren/p -aventaré/p -aventare/pSG -aventaría/pS -aventaron/p -aventarse/p -aventasen/p -aventase/pS -aventaste/p -aventéis/p -aventemos/p -aventé/p -aventó/p -aventura/hS -aventurar/RDÁE -aventureramente -aventure/S -averar -averdugar/RE -averdugo/G -avergonzar/RÅIÀÂÁD -averiar/IRD -averíe/S -averiguable/kS -averiguador/GS -averiguadora/S -averiguar/RÁÀÂEAÄÌDP -averigüe/S -averiguo/G -averío/S -averno/G -averroísmo/S -averrugado/SG -averrugada/S -aversar -avéstico/SG -avéstica/S -avestruz/S -avetarda/S -avetoro/S -avezadura/S -avezar/h -aviación/S -aviad/h -aviador/GS -aviadora/S -avía/h -aviamiento/S -avían/h -aviaos -aviar/RhID -avíate -avica/S -avicultor/GS -avicultora/S -avicultura/S -avidez/S -ávido/GS -ávida/S -avié/h -avíe/hSG -aviejar/RDE -avieje/S -aviene/hS -avienen/h -avíen/h -avientan/p -avienta/p -avienten/p -aviente/pGS -aviento/p -aviesamente -avieso/GS -aviesa/S -avilanta/M -avilantar/ERD -avilante/SG -avilanta/S -avilanto/M -avilar -avilés/GS -avilésa/S -avilesino/GS -avilesina/S -avillanar/REPD -avillane/S -aviltar -avinagrar/RED -avinagre/G -avine/h -aviniendo/h -aviniera/h -avinieran/h -aviniere/hSG -avinieren/h -avinieron/h -aviniese/hS -aviniesen/h -avinimos/h -aviniste/h -avino/h -avió/h -avío/LS -avioneta/S -avión/S -avisacoches -avisad/h -avisadle/S -avisadme -avisadnos -avisador/GS -avisadora/S -avisa/h -avísale/S -avísame -avisándole/S -avisándome -avisándonos -avisándoos -avisándote -avisan/h -avísanos -avisar/hRD -avisarle/S -avisarme -avisarnos -avisaros -avisarte -avisé/h -avise/hSG -avísele/S -avíseme -avisen/h -avísenle/S -avísenme -avísennos -avísenos -aviso/h -avisó/h -avispar/RDE -avispero/S -avispe/SG -avispa/S -avispón/S -avistar/RD -avitaminosis -avitelado/GS -avitelada/S -avituallar/P -avivador/GS -avivadora/S -avivad/p -avivamiento/S -avivándole/S -avivan/p -aviva/p -avivarle/S -avivar/pRDÀ -aviven/p -avivé/p -avive/pGS -avivo/p -avivó/p -avizorar/RED -avizor/GS -avizora/S -avo -avocar/REDPA -avoceta/S -avoco/G -avolcanado/SG -avolcanada/S -avucasta/S -avucastro/S -avugo/S -avuguero/S -avutarda/S -ax -axe/S -axial/fS -axilar/S -axila/S -axinita/S -axioma/S -axiomatice/S -axiomático/GS -axiomática/S -axiomatizar/RDE -axiomatizo/G -axis -axón/S -ay -aya -ayear/RED -ayee/GS -ayea/S -ayer/b -ayeres -aymé -ayo/GS -aya/S -ayudad/h -ayudadle/S -ayudadme -ayudadnos -ayudador/GS -ayudadora/S -ayuda/h -ayúdale/S -ayúdame -ayudándolo/GS -ayudándola/S -ayudándome -ayudándonos -ayudándoos -ayudándote -ayudan/h -ayúdanos -ayudante/S -ayudaos -ayudar/hRDE -ayudarle/SG -ayudarla/S -ayudarlo/S -ayudarme -ayudarnos -ayudaros -ayudarte -ayúdate -ayudé/h -ayúdeme -ayudémonos -ayuden/h -ayúdenme -ayúdennos -ayúdenos -ayúdense -ayúdese -ayude/SGh -ayuda/S -ayudo/h -ayudó/h -ayunad/h -ayunador/GS -ayunadora/S -ayuna/h -ayunan/h -ayunar/hRDE -ayuné/h -ayunen/h -ayune/SGh -ayuna/S -ayunó/h -ayuno/Sh -ayuntar/P -ayustar/RDE -ayuste/GS -ayusta/S -azabachado/GS -azabachada/S -azabachero/S -azabache/S -azabara/S -azacanar/RED -azacanear/RED -azacanee/SG -azacanea/S -azacane/GS -azacana/S -azadada/S -azada/NHS -azadonada/S -azadonero/S -azadón/HS -azafate/GS -azafata/S -azafranal/S -azafranar/RDE -azafranero/SG -azafranera/S -azafrán/GS -azafrána/S -azagadero/S -azagador/S -azagar/RDE -azagaya/S -azahar/S -azamboero/S -azamboo/S -azanahoriate/S -azarar/RDE -azarbe/S -azarbeta/S -azar/G -azarollo/GS -azarolla/S -azarosamente -azaroso/GS -azarosa/S -azcarrio/S -azcona/S -Azerbaiyán -ázimo/S -azimutal/S -azimut/S -aznacho/S -aznallo/S -azoar/RDE -azoato/S -azocar/RED -azoe/GS -azoa/S -azoemia/S -ázoe/S -azófar/S -azogad/h -azoga/h -azogamiento/S -azogan/h -azogar/hDRE -azogó/h -azogo/hG -azogue/h -azogué/h -azoguero/S -azoico/GS -azoica/S -azoláceo/GS -azolácea/S -azolar/RID -azoleo/GS -azolea/S -azolvar/RPED -azolve/GS -azolva/S -azomar -azorar/RPED -azorero/S -azorrar/ERPD -azorre/S -azor/SG -azora/S -azo/S -azotable/S -azotacalles -azotador/SG -azotadora/S -azota/H -azotaina/S -azotalenguas -azotar/RPEDÅÆÁÂÀ -azotea/S -azote/G -azotina/S -azteca/S -azucarar/RED -azucare/GS -azucara/S -azucarero/SG -azucarera/S -azucaro/N -azúcar/S -azucena/S -azuce/S -azuche/S -azud/S -azufaifo/S -azufrador/GS -azufradora/S -azufrar/RPDE -azufre/GS -azufra/S -azufrero/GS -azufrera/S -azufroso/GS -azufrosa/S -azular/RDE -azulear/RED -azulee/SG -azulea/S -azulejar/RED -azuleje/GS -azuleja/S -azulejo/S -azulenco/GS -azulenca/S -azulete/S -azulino/GS -azulina/S -azulón/SG -azulóna/S -azul/SG -azula/S -azumbre/S -azurronar/RED -azurrone/G -azur/S -azuzador/GS -azuzadora/S -azuzar/RÂÀÅÄED -azuzo/G -babador/S -baba/oShap -babaza/S -babear/RDE -babee/GS -babea/S -babel/S -babero/SG -babera/S -babiano/GS -babiana/S -babieca/S -babilar/S -babilla/S -babilónico/GS -babilónica/S -babilonio/GS -babilonia/S -babirusa/S -babi/S -babismo/S -babis/O -bable/oS -babor/S -babosa/N -babosear/RDEÁ -babosee/GS -babosea/S -baboso/SG -babosa/S -babucha/S -babuchero/GS -babuchera/S -bacada/S -bacalada/NS -bacaladero/SG -bacaladera/S -bacalao/S -bacanal/S -bacante/S -baca/S -bacelar/S -bacera/Sa -baceta/S -bachear/RDE -bachee/GS -bachea/S -bache/iS -bachillerar/RDPE -bachillerato/S -bachillerear/RDE -bachilleree/GS -bachillerea/S -bachiller/GS -bachillera/S -bacía/S -bacilar/S -bacillar/S -bacillo/S -bacilo/S -bacinete/SG -bacineta/S -bacín/GS -bacína/S -bacinica/S -bacisco/S -baconiano/GS -baconiana/S -bacteriano/SG -bacteriana/S -bacteria/S -bactericida/S -bacteriófago/S -bacteriología/S -bacteriológico/SG -bacteriológica/S -bacteriostático/GS -bacteriostática/S -bactriano/GS -bactriana/S -báculo/S -badajear/RED -badajee/GS -badajea/S -badajocense/S -badajo/HS -Badajoz -badallar/RED -badalle/GS -badalla/S -badal/S -badán/GS -badána/S -badea/S -badelico/S -badén/S -baderna/aS -badián/GS -badiána/S -badilejo/S -badil/HGS -badina/S -badulaquear/RED -badulaquee/GS -badulaquea/S -badulaque/S -baenero/GS -baenera/S -baezano/GS -baezana/S -bagacera/S -bagad/h -baga/h -bagajero/S -bagaje/S -bagan/h -bagarino/S -bagar/RhED -bagatela/S -bagazo/S -bago/Gh -bagó/h -bagre/S -bague/h -bagué/h -baguio/S -bah -Bahamas -baharí/S -bahía/S -Bahrein -baída/iS -bailable/S -bailadero/GS -bailadera/S -bailador/GS -bailadora/S -bailante/S -bailarín/GS -bailarína/S -bailar/REÆÄDÁÂÀ -baile/GS -baila/S -bailotear/RDE -bailotee/SG -bailotea/S -bajaba/aSp -bajaban/p -bajad/aGp -bajada/iS -bajado/aSp -bajáis/ap -bajalato/S -bajamanero/S -bajamano/S -bajamar/S -bajamente -bajamos/p -bajan/ap -bajando/p -baja/pa -bajara/ap -bajaran/p -bajarán/p -bajará/pa -bajar/ÃRÇDÌÎÍøÁÀÂEÙÚôÅÄÆ -bajarás/p -bajare/aGSp -bajaren/p -bajaré/pa -bajaría/pS -bajarla/p -bajarlo/pGS -bajarme/p -bajaron/p -bajaros/p -bajarse/p -bajarte/p -bajá/S -bajas/aSp -bajase/ap -bajasen/p -bajaste/p -bajé/ap -baje/GaSp -bajéis/ap -bajelero/S -bajel/S -bajemos/p -bajen/ap -bajero/SG -bajera/S -bajete/S -bajío/S -bajista/S -bajito/SG -bajita/S -bajó/ap -bajoca/S -bajoncillo/S -bajón/HNS -bajonista/S -bajo/NSKM -bajorrelieve/S -bajos/p -bajuno/SG -bajuna/S -bajura/S -bala/CH -balad/ai -baladí/S -balador/iGS -baladrar/ERD -baladrear -baladre/GS -baladra/S -baladronada/S -baladronear/RDE -baladronee/GS -baladronea/S -baladrón/GS -baladróna/S -balagariense/S -balagar/Sh -bálago/S -balaguero/S -balaj -balaje/pS -balalaica/S -balan/ai -balanceador/GS -balanceadora/S -balancear/RÀDEÅÄ -balance/aS -balancee/GS -balancea/S -balancero/S -balancín/S -balandrán/S -balandrista/S -balandro/GS -balandra/S -balanitis -bálano/S -balante/S -balanza/aS -balanzario/S -balar/iRaDE -balarrasa/S -balas/c -balastar/RED -balaste/GS -balasta/S -balasto/S -balastro/S -balate/GS -balata/S -balausta/S -balaustrada/a -balaustrado/aGS -balaustral/S -balaustre/GS -balaustra/S -balboa/S -balbucear/RED -balbucee/GS -balbucea/S -balbucen -balbuceo/S -balbuce/S -balbucí -balbucíais -balbucíamos -balbucían -balbucía/S -balbucid -balbuciendo -balbuciente/FS -balbucierais -balbuciéramos -balbucieran -balbuciere/GS -balbuciera/S -balbuciereis -balbuciéremos -balbucieren -balbucieron -balbucieseis -balbuciésemos -balbuciesen -balbuciese/S -balbucimos -balbució -balbucirá -balbucirán -balbucirás -balbucir/D -balbuciré -balbuciréis -balbuciremos -balbuciríais -balbuciríamos -balbucirían -balbuciría/S -balbucirse -balbucís -balbuciste -balbucisteis -balbusardo/S -balcánico/GS -balcánica/S -balconada/S -balconcillo/S -balcón/SCN -baldaquín/S -baldar/RPBED -baldear/RDE -baldee/GS -baldea/S -balde/GS -balda/S -baldé/S -baldes/S -baldío/GS -baldía/S -baldonar/RDE -baldonear/RED -baldonee/SG -baldonea/S -baldón/GS -baldóna/S -baldosad/i -baldosador/S -baldosa/i -baldosan/i -baldosar/iRDE -baldose/GiS -baldosé/i -baldosen/i -baldoso/i -baldosó/i -baldragas/S -balduque/S -balea/a -baleaba/aS -balead/aG -baleado/aS -balé/ai -baleáis/a -balean/a -baleara/a -baleará/a -balearé/a -baleare/aSG -baleárico/GS -baleárica/S -baleario/GS -balearia/S -balear/RÀDE -baleas/aS -balease/a -baleé/a -balee/aSG -baleéis/a -baleen/a -bale/iGSa -balen/ai -baleo/a -baleó/a -balero/S -balicé/a -balice/aS -balicen/a -balido/S -balista/S -balístico/GS -balística/S -balitadera/S -balitar/RED -balitear/RDE -balitee/GS -balitea/S -balite/GS -balita/S -baliza/a -balizad/a -balizamiento/S -balizan/a -balizar/RaDE -balizó/a -balizo/aG -ballar/a -ballena/iS -ballenato/S -ballener/GS -ballenera/S -ballenero/S -ballesta/aSi -ballestear/RED -ballestee/GS -ballestea/S -ballestero/GS -ballestera/S -ballestilla/S -ballestrinque/S -ballet/S -ballico/S -ballueca/S -balneario/SG -balnearia/S -balneoterapia/S -baló/ai -balo/iC -baloncestista/S -baloncesto/S -balonmano/S -balón/S -balonvolea/S -balotar/RDE -balote/GS -balota/S -balsadera/S -balsamera/S -balsamerita/S -balsámico/GS -balsámica/S -balsamináceo/SG -balsaminácea/S -balsamina/S -balsamita/S -bálsamo/S -balsa/pSi -balsar/pSi -balsear/RDE -balsee/GS -balsea/S -balsero/GS -balsera/S -balsete/S -balso/GS -balsa/S -balsopeto/S -bálteo/S -báltico/GS -báltica/S -balto/GS -balta/S -baltra/S -baluarte/aS -bambalear/RDE -bambalee/GS -bambalea/S -bambalina/S -bambanear/RDE -bambanee/GS -bambanea/S -bambarria/S -bamba/S -bamboche/S -bamboleante/S -bambolear/REÁD -bambolee/GS -bambolea/S -bambolla/S -bambollero/GS -bambollera/S -bambonear/RED -bambonee/GS -bambonea/S -bambuco/S -bambú/S -banaba/apS -banal/KS -bananero/GS -bananera/S -banano/S -banas/ap -banasta/iS -banastero/SG -banastera/S -banasto/GS -banasta/S -bancada/iSh -banca/hi -bancalero/S -bancales/a -bancal/S -bancario/GS -bancaria/S -bancarrota/S -bance/GS -banca/S -bancocracia/S -banco/hGi -bancos/p -bandada/hS -banda/H -bandarria/S -bandas/a -bandear/RED -bandee/GS -bandea/S -bandejar -bandeja/S -bandera/ia -bandericé/a -banderice/aS -bandericen/a -banderilla/S -banderillear/RDEÀ -banderillee/GS -banderillea/S -banderillero/S -banderín/S -banderiza/a -banderizad/a -banderizan/a -banderizar/aRDE -banderizó/a -banderizo/Ga -banderizos -bandero/iGa -banderola/S -banderos -bandida/C -bandir/D -bando/hG -bandola/S -bandolerismo/S -bandolero/SGO -bandolera/S -bandolina/S -bandolinista/S -bandolonista/S -bandolón/S -bandos -bandujo/S -bandullo/S -bandurria/S -Bangladesh -baniano/S -banir -banquero/GS -banquera/S -banquetear/ERD -banquetee/SG -banquetea/S -banquete/GS -banqueta/S -banquillo/S -bantú/S -banzo/S -baña/ap -bañaba/aS -bañad/apG -bañadero/S -bañadlo/GS -bañadla/S -bañado/ahS -bañador/SG -bañadora/S -bañáis/a -báñalo/GS -báñala/S -bañan/ap -bañándole/G -bañándolo/S -bañándome -bañándonos -bañándoos -bañándote -bañaos -bañara/a -bañará/a -bañaré/a -bañare/aSG -bañarlo/SG -bañarla/S -bañarme -bañarnos -bañaros -bañar/pÆRED -bañarte -bañas/aS -bañase/a -báñate -bañé/ap -bañe/aSGp -bañéis/a -bañémonos -bañen/ap -báñense -bañero/GS -bañera/S -báñese -baño/ap -bañó/ap -baños/p -baobab -baobabs -bao/S -baos/a -baptismo/S -baptista/S -baptisterio/S -baptizar -baqueano/GS -baqueana/S -baquear/RDE -baquee/GS -baquea/S -baquero/S -baque/SG -baqua/S -baqueta/SH -baquetear/ERD -baquetee/GS -baquetea/S -baquiano/GS -baquiana/S -baquía/S -báquico/GS -báquica/S -baquio/S -baraca/S -barahúnda/S -barahustar/h -barajar/RBÀDE -baraje/G -baraka/S -barandal/S -baranda/NSC -barata/ah -baratar/ah -baratear/RDE -baratee/GS -baratea/S -baratero/GS -baratera/S -baratija/S -baratillero/GS -baratillera/S -baratillo/S -barato/aGh -baratos/h -báratro/S -baratura/S -baraúnda/S -baraustar/RDI -baraúste/GS -baraústa/S -barauste/S -barbaba/hS -barbabais/h -barbaban/h -barbacana/S -barbacoa/S -barbad/hG -barbado/hS -Barbados -barbáis/h -barbaja/S -barbajuelas -barbamos/h -barbando/h -barban/h -barba/Nh -barbara/h -barbará/h -barbarais/h -barbaran/h -barbarán/h -barbarás/h -barbaré/h -barbare/hGS -barbareis/h -barbaréis/h -barbaren/h -barbaría/hS -barbarían/h -barbarice/S -barbarie/S -barbarismo/S -barbarizar/RDE -barbarizo/G -bárbaro/GS -bárbara/S -barbaron/h -barbarote/SG -barbarota/S -barbar/RKEDO -barbarse/h -barbase/h -barbaseis/h -barbasen/h -barbas/hS -barbaste/h -barbastrense/S -barbastrino/GS -barbastrina/S -barbato/S -barbear/RED -barbecha/a -barbechad/a -barbechan/a -barbechar/RDaE -barbeché/a -barbeche/GaS -barbechen/a -barbechera/S -barbecho/a -barbechó/a -barbechos -barbee/GS -barbea/S -barbe/GhS -barbé/h -barbéis/h -barbemos/h -barben/h -barberil/S -barbero/GS -barbera/S -barbeta/aS -barbiblanco/SG -barbiblanca/S -barbicacho/S -barbicano/GS -barbicana/S -barbiespeso/GS -barbiespesa/S -barbihecho/S -barbijo/S -barbilindo/S -barbilla/iS -barbillera/S -barbilucio/S -barbiluengo/SG -barbiluenga/S -barbimoreno/SG -barbimorena/S -barbinegro/GS -barbinegra/S -barbiponiente/S -barbipungente/S -barbiquejo/S -barbirrojo/SG -barbirroja/S -barbirrubio/SG -barbirrubia/S -barbitonto/GS -barbitonta/S -barbitúrico/GS -barbitúrica/S -barbó/h -barbo/LS -barboquejo/S -barbotar/RDE -barbotear/RDEB -barbotee/SG -barbotea/S -barbote/GS -barbota/S -barbudo/GS -barbuda/S -barbullar/RED -barbulle/GS -barbulla/S -barbullido/S -barbuquejo/S -barbusano/S -barca/CN -barcal/S -barcarola/S -barcas/a -barcaza/S -Barcelona -barceo/S -barchilla/S -barcia/S -barcinador/S -barcinar/RDE -barcine/GS -barcina/S -barco/iGS -barda/C -bardad/ih -bardaguera/S -bardaje/G -bardana/S -bardan/ih -bardanza/S -bardar/iREhD -bardé/ih -barden/ih -barde/SGih -barda/S -bardiota/S -bardiza/S -bardo/hi -bardó/ih -bardoma/S -bardomera/S -baremo/S -bario/SG -baria/S -barisfera/S -barita/S -baritina/S -barítono/S -barjuleta/S -barloa/a -barload/a -barloan/a -barloar/aRED -barloé/a -barloe/GSa -barloa/S -barloen/a -barloo/a -barloó/a -barloventear/RED -barloventee/GS -barloventea/S -barlovento/S -barman -bármanes -barnabita/S -barnacla/S -barnicé/i -barnice/iS -barnicen/i -barnizad/i -barnizador/GS -barnizadora/S -barniza/i -barnizan/i -barnizarlo/SG -barnizarla/S -barnizar/REiD -barniz/GS -barniza/S -barnizó/i -barnizo/iG -barométrico/SG -barométrica/S -barómetro/S -baronesa/S -baronía/S -barón/S -baro/SC -baros/o -bar/oSô -baroto/S -barquear/RED -barquee/GS -barquea/S -barquera/a -barquero/aGS -barquillero/GS -barquillera/S -barquillo/a -barquillos -barquinera/S -barquino/S -barquín/SH -barrabás -barrabasada/S -barrabas/S -barraca/aS -barracuda/S -barrad/ih -barragana/aS -barraganes/a -barraganete/S -barragán/GS -barragána/S -barráis/r -barral/S -barramos/r -barra/N -barranca/ai -barrancal/S -barranco/iGa -barrancos -barrancoso/GS -barrancosa/S -barran/irh -barranquera/S -barraquero/SG -barraquera/S -barraquillo/S -barrar/iREhD -barreal/S -barrear/ERÀD -barreda/S -barrederas/a -barredero/GS -barredera/S -barredor/GS -barredora/S -barred/r -barreduela/S -barree/GS -barrea/S -barré/ih -barréis/r -barremos/r -barrenar/RÆED -barrendero/SG -barrendera/S -barrene/GS -barrena/S -barrenero/S -barren/irh -barreno/NS -barreño/GS -barreña/S -barrer/ÆÄÅERDBGÁÂÀ -barrera/jS -barrerán/r -barrerá/r -barrerás/r -barreréis/r -barreremos/r -barreré/r -barreríais/r -barreríamos/r -barrerían/r -barrería/rS -barrero -barrerse/r -barre/SGirh -barra/S -barreta/hS -barretear/RED -barretee/SG -barretea/S -barretero/S -barretina/S -barriada/iS -barríais/r -barrial/S -barríamos/r -barrían/r -barría/rS -barricada/S -barrica/S -barrida/r -barrido/rGS -barriendo/r -barriéndose/r -barrierais/r -barriéramos/r -barrieran/r -barriera/r -barriereis/r -barriéremos/r -barrieren/r -barriere/rSG -barrieron/r -barrieseis/r -barriésemos/r -barriesen/r -barriese/rS -barriga/hS -barrigón/SG -barrigóna/S -barrigudo/GS -barriguda/S -barriguera/S -barrila/iS -barrilamen/S -barrilero/S -barriles/i -barrilete/S -barril/GS -barrila/S -barrillar/S -barrillero/SG -barrillera/S -barrimos/r -barrio/i -barrió/ri -barrios -barrí/r -barrisco/S -barristeis/r -barriste/r -barritar/RDE -barrite/GS -barrita/S -barrizal/S -barrocho/S -barroco/GS -barroca/S -barró/ih -barrón/S -barroquismo/S -barro/SNL -barroso/GS -barrosa/S -barrote/aiS -barrueco/S -barruntador/GS -barruntadora/S -barruntar/REPDÀ -barrunte/GS -barrunta/S -bartola/S -bartolillo/S -bártulos -baruca/S -barullero/GS -barullera/S -barullo/S -barzal/S -barza/S -barzonear/RDE -barzonee/GS -barzonea/S -barzón/GS -barzóna/S -basad/p -basal/S -basalto/S -basamento/S -basándome -basándonos -basándoos -basándote -basanita/S -basan/p -basa/p -basar/pRDÁE -basca/NS -bascar -bascoso/GSK -bascosa/S -basculante/S -bascular/RED -báscula/S -bascule/GS -bascula/S -basen/op -base/oSp -basé/p -básicamente -básico/GS -básica/S -basilar/S -basilical/S -basílica/S -basilicón/S -basiliense/S -basilio/GS -basilia/S -basilisco/S -baso/Gp -basó/p -basquear/RED -basquee/GS -basquea/S -basquiña/S -basta/aShi -bastad/ahi -bastan/ahi -bastándole/S -bastantear/RED -bastantee/GS -bastantea/S -bastantemente -bastante/S -bastardad/a -bastarda/N -bastardan/a -bastardar/RaED -bastardé/a -bastardear/ERD -bastardee/GS -bastardea/S -bastardelo/S -bastarden/a -bastarde/SGa -bastarda/S -bastardó/a -bastardo/S -bastar/iRhaDE -bastarle/S -bastarme -bastarnos -bastaros -bastarte -bastear/RDE -bastecer/ai -bastedad/S -bastee/GS -bastea/S -basté/iha -bástele/S -básteme -basten/ahi -bástenle/S -bástenme -bástennos -bástenos -baste/oahi -basterna/S -bastero/Sa -bastes/ahi -bastetano/GS -bastetana/S -bastida/S -bastidor/S -bastilla/S -bastimentar/RDE -bastimente/GS -bastimenta/S -bastiona/a -bastionad/a -bastionan/a -bastionar/aRED -bastioné/a -bastione/aGS -bastionen/a -bastiono/a -bastionó/a -bastión/SG -bastióna/S -bastir -bastitano/GS -bastitana/S -bastó/iha -basto/MGS -bastoncillo/S -bastonear/RDE -bastonee/SG -bastonea/S -bastonero/GS -bastonera/S -bastón/HSN -bastos/a -basura/S -basurero/GS -basurera/S -batacazo/S -bata/H -batahola/S -batallador/GS -batalladora/S -batallaroso/GS -batallarosa/S -batallar/RED -batalle/GS -batalla/S -batallola/S -batallón/GS -batallóna/S -batalloso/SG -batallosa/S -bátalo/SG -bátala/S -batámonos -batana/a -batanad/a -batanan/a -batanar/RDaE -batané/a -batane/aG -batanear/RDE -batanee/GS -batanea/S -batanen/a -batanero/S -batán/G -bátanlo/GS -bátanla/S -batano/a -batanó/a -batan/Sa -bátanse -bataola/S -batas/apg -bátase -batato/SG -batata/S -batayola/S -bateador/GS -bateadora/S -batear/RÁÂDE -batee/GS -batea/S -bate/iSapg -batelero/GS -batelera/S -bátelo/SG -bátela/S -batel/S -baten/apg -batí/apg -batía/pga -batiburrillo/S -baticabeza/S -baticola/S -baticulo/S -batid/apg -batidero/GS -batidera/S -batidlo/GS -batidla/S -batidor/GS -batidora/S -batiéndole/SG -batiéndola/S -batiéndolo/S -batiéndome -batiéndonos -batiéndoos -batiéndote -batiente/S -batihoja/S -batimento/S -batimiento/S -batintín/S -batió/gpa -batiportar/ERD -batiporte/GS -batiporta/S -batirme -batírmelo/SG -batírmela/S -batirnos -batírnoslo/GS -batírnosla/S -batiros -batíroslo/SG -batírosla/S -batir/pREagÂÀD -batirse/i -batírselo/SG -batírsela/S -batirte -batírtelo/GS -batírtela/S -batís/pga -batiste/G -batoja/a -batojad/a -batojan/a -batojar/RaDE -batojé/a -batoje/aGS -batojen/a -batojo/a -batojó/a -bato/LGS -batos/p -batracio/S -batucar/RED -batuco/G -batueco/GS -batueca/S -batuquear/RDE -batuquee/SG -batuquea/S -baturrada/S -baturro/GNS -batuta/S -baudio/S -baulero/S -baúles/i -baúl/S -bauprés/S -bausán/GS -bausána/S -bauticen/hp -bauticé/ph -bautice/Shp -bautismal/S -bautismo/S -bautista/S -bautisterio/S -bautizad/hp -bautiza/hSp -bautizándole/GS -bautizándola/S -bautizándolo/S -bautizan/hp -bautizarla/p -bautizarlo/SGp -bautizarla/S -bautizarme/p -bautizarnos -bautizaros/p -bautizar/RhpED -bautizarte/p -bautizo/GS -bautiza/S -bautizó/ph -bauxita/S -bauza/S -bávaro/SG -bávara/S -bayal/S -bayeta/S -bayetón/S -bayoco/S -bayo/GS -baya/S -bayoneta/HS -bayoque/S -bayosa/S -bayuca/S -baza/i -bazar/iS -bazofia/S -bazo/iG -bazucar/RDE -bazuco/G -bazuquear/RDE -bazuquee/SG -bazuquea/S -beaciense/S -beata/N -beaterio/S -beatificar/RAÀDE -beatifico/G -beatífico/GS -beatífica/S -beatitud/S -beato/GS -beata/S -beba/ihr -beban/irh -bebedero/GS -bebedera/S -bebed/irh -bebedizo/GS -bebediza/S -bebedlo/GS -bebedla/S -bebedor/iSG -bebe/GSirh -beba/S -bébelo/SG -bébela/S -beben/irh -bebercio/S -beberes -beber/hRiErD -beberla/i -beberle/GS -beberla/S -beberlo/iGS -beberme/i -bebérmelo/GS -bebérmela/S -bebernos -bebérnoslo/GS -bebérnosla/S -beberos/i -bebéroslo/SG -bebérosla/S -bebérselo/SG -bebérsela/S -beberte/i -bebértelo/SG -bebértela/S -bebé/S -bebestible/S -bebía/hri -bebible/S -bebiéndolo/GS -bebiéndola/S -bebiéndome -bebiéndonos -bebiéndoos -bebiéndote -bebió/hri -bebí/rhi -bebistrajo/S -bebo/iLhr -beborrotear/RED -beborrotee/GS -beborrotea/S -becacina/S -beca/p -becar/ERD -becario/GS -becaria/S -becerrada/hS -becerra/h -becerrero/S -becerrillo/S -becerril/S -becerro/Gh -becerros -be/CH -beco/Gp -becoquino/S -becquerel/S -becqueriano/GS -becqueriana/S -becuadrado/S -becuadro/S -bedel/GS -bedela/S -bedelía/S -bedelio/S -bederre/S -beduino/GS -beduina/S -beduro/S -befar/RED -befe/GS -befa/S -befo/SK -begardo/GS -begarda/S -begastrense/S -begonia/S -behetría/S -beige -beis -béisbol/S -bejarano/GS -bejarana/S -bejerano/GS -bejerana/S -bejín/S -bejuco/S -belcho/S -beldad/S -beldar/aRID -beldé/a -beldó/a -belemnita/S -belemnites -belén/S -belesa/iS -beles/pkg -belezo/S -belez/S -belfo/GS -belfa/S -belga/iS -Bélgica -bélgico/GS -bélgica/S -Belice -belicismo/S -belicista/S -bélico/SG -bélica/S -belicoso/GSK -belicosa/S -beligerante/FS -belio/S -belitre/S -bellaca/aS -bellaco/GSL -bellaca/S -belladona/S -bellamente -bellaquear/ERD -bellaquee/GS -bellaquea/S -bellasombra/S -belleza/S -bellido/GS -bellida/S -bellista/S -bello/GS -bella/S -bellotear/RED -bellotee/GS -bellotea/S -bellote/NGS -bellota/S -bellotero/GS -bellotera/S -bel/S -bemoles/a -bemol/S -benceno/S -bencina/S -bendecidor/GS -bendecidora/S -bendecir/ÍXÉÈÊËÃDÁÀÂÕ -bendice/S -bendición/S -bendigo/G -benditera/S -bendito/GS -bendita/S -benedicta/S -benedictino/GS -benedictina/S -benefactor/GS -benefactora/S -beneficencia/S -beneficiador/SG -beneficiadora/S -beneficiario/SG -beneficiaria/S -beneficiar/REÄÅDÂÁ -beneficie/SG -beneficia/S -beneficio/S -beneficioso/GS -beneficiosa/S -benéfico/SG -benéfica/S -benemérito/GS -benemérita/S -beneplácito/S -benévolamente -benevolente/SF -benévolo/GS -benévola/S -bengala/S -bengalí -bengalíes -benignamente -benigno/GSK -benigna/S -Benin -benito/SG -benita/S -benjamín/GS -benjamína/S -benjamita/S -benjuí/S -ben/S -bentos -benzoe/S -benzoico/GS -benzoica/S -benzol/S -beocio/SG -beocia/S -beoda/i -beodez/S -beodo/iG -beodos -berberecho/S -berberidáceo/SG -berberidácea/S -berberisco/SG -berberisca/S -berbiquí/S -berbí/S -berceo/S -berciano/GS -berciana/S -berebere -bereber/S -berengario/SG -berengaria/S -berenjenal/S -berenjena/S -bergamote/SG -bergamota/S -bergamoto/S -bergante/S -beriberi/S -berilio/S -berilo/S -Berkeley -berlina/S -berlingar/RDE -berlingo/G -berma/S -bermeja/i -bermejear/RDE -bermejecer/i -bermejee/GS -bermejea/S -bermejizo/GS -bermejiza/S -bermejo/Gi -bermejos -bermellón/S -Bermuda -bermudas -bermudina/S -bernardo/GS -bernarda/S -berra/a -berrad/a -berran/a -berrar/aRED -berré/a -berrear/RDE -berre/aSG -berree/GS -berrea/S -berren/a -berrendear/RDE -berrendee/GS -berrendea/S -berrendo/GS -berrenda/S -berrera/S -berrido/S -berrinche/Si -berro/a -berró/a -berrocal/S -berros -berrueco/S -berta/S -berzal/S -berza/S -berzotas -besalamano/S -besamanos -besamel/S -besana/S -besante/S -besar/ÃERÇÁÂÌDôÅÄ -bese/G -besico/S -beso/S -bes/S -bestezuela/S -bestialice/S -bestialismo/S -bestializada/a -bestializado/aSG -bestializar/ERD -bestializo/G -bestial/SKO -bestiario/S -bestia/SC -besucar/RED -besuco/G -besugada/S -besugo/S -besuguete/S -besuquear/DRÄÆÁÀE -besuquee/GS -besuquea/S -beta/oS -betel/S -bético/GS -bética/S -betijo/S -betuminoso/GS -betuminosa/S -betunar/ai -betunero/S -betunes/i -betún/S -beudo/GS -beuda/S -bey/aS -bezaar/S -bezar/S -bezoar/S -bezudo/GS -bezuda/S -Bhutan -biberón/S -bibijagua/S -biblia/S -bíblico/GS -bíblica/S -bibliofilia/S -bibliográfico/GS -bibliográfica/S -bibliotecario/SG -bibliotecaria/S -biblioteca/S -bicapsular -bíceps -bicha/aS -bichero/S -bicho/S -bicicleta/S -bici/S -bicoquete/S -bicorne/S -bidé/S -bidón -biela/S -bielda/a -bieldar/RD -bielde/a -bieldo/S -bielgo/GS -bielga/S -Bielorrusia -bienalmente -bienal/S -bienandante/S -bienandanza/S -bienaventuranza/S -bienaventurar/D -bienestar/S -bienhechor/GS -bienhechora/S -bienintencionado/SG -bienintencionada/S -bienio/S -bienmandado/SG -bienmandada/S -bienmesabe/S -bienoliente/S -bienquerencia/S -bienquerer/DXIS -bienquisto/S -bien/S -bienteveo/S -bienvenido/SG -bienvenida/S -bienvive/GS -bienviva/S -bienvivir/RED -bierzo/S -bífido/GS -bífida/S -bifloro/S -biforme -bifurcar/RDEA -bifurco/G -biga -bigamia/S -bígamo/GS -bígama/S -bigardear/ERD -bigardee/GS -bigardea/S -bigardo/GS -bigarda/S -bignoniáceo/GS -bignoniácea/S -bigornia/S -bigote/S -bigotudo/GS -bigotuda/S -bikini/S -bilao/S -bilbilitano/GS -bilbilitana/S -biliar -biliario/GS -biliaria/S -bilis -billalda/S -billarda/S -billarista/S -billa/S -billetero/SG -billetera/S -billete/SC -billón/S -bilmar/RED -bilme/GS -bilma/S -bilocar/RDE -bimba/S -bimbre/S -bimembre/S -bimensual -bimestral/S -bimestre/S -bimetalismo/S -bina/ap -binad/pa -binadura/S -binan/pa -binario/GS -binaria/S -binar/RapED -bine/aGSp -biné/ap -binen/pa -bingo/S -bino/ap -binó/ap -binocular/S -binomio/S -binza/hS -biografía/dS -biografiar/DRI -biográfica/d -biográfico/GSd -biográfica/S -biografíe/GS -biografía/S -biógrafo/SG -biógrafa/S -biología/S -biológico/GS -biológica/S -biólogo/SG -bióloga/S -biombo/S -biopolímero/S -biopsia/S -bioquímico/GS -bioquímica/S -biotecnología/S -biotopo/S -bipartito/GS -bipartita/S -bípedo/GS -bípeda/S -bipontino/GS -bipontina/S -biquini/S -birimbao/S -birlador/SG -birladora/S -birlar/REDÁÂÆ -birle/GS -birla/S -birlesco/S -birlocho/GS -birlocha/S -birlonga/S -birlo/S -birmano/GS -birmana/S -birrectángulo -birreme -birria/S -bis -bisabuelo/GS -bisabuela/S -bisagra/Sa -bisar/RDE -bisbisar/RÂDE -bisbisear/RED -bisbisee/GS -bisbisea/S -bisbise/GS -bisbisa/S -bise/G -bisela/a -biselad/a -biselador/S -biselan/a -biselar/aRDE -biselé/a -bisele/aGS -biselen/a -bisel/G -biselo/a -biseló/a -bisiesto/S -bismutina/S -bismuto/S -bisnieto/GS -bisnieta/S -bisojo/S -bisonte/S -bisoño/GS -bisoña/S -Bissau -bistec/S -bisturí/S -bisurco -bisutería/S -bita/ap -bitácora/S -bitad/pa -bitan/pa -bitar/aRpDE -bité/ap -bite/apGS -biten/pa -bitinio/GS -bitinia/S -bito/ap -bitó/ap -bit/S -bituminoso/SG -bituminosa/S -bivalente/S -bivalvo/S -bixáceo/SG -bixácea/S -bizantinismo/S -bizantino/GS -bizantina/S -bizarramente -bizarrear/RDE -bizarree/GS -bizarrea/S -bizarría/S -bizarro/GS -bizarra/S -bizcad/i -bizca/i -bizcan/i -bizcar/iRED -bizcochada/a -bizcochado/aSG -bizcochar/RDE -bizcochero/GS -bizcochera/S -bizcoche/SG -bizcocha/S -bizcocho/S -bizco/Gi -bizcó/i -bizcornear/ERD -bizcornee/SG -bizcornea/S -bizcos -bizcuerno/GS -bizcuerna/S -bizmar/RDE -bizme/GS -bizma/S -biznieto/GS -biznieta/S -bizquear/REÅÆD -bizquee/SG -bizquea/S -bizque/i -bizqué/i -bizquera/S -blancal/S -blanca/NH -blancazo/G -blanchete/S -blancor/S -blanco/SGN -blanca/S -blancote/SG -blancota/S -blancura/S -blancuzco/GS -blancuzca/S -blanda/a -blandáis/a -blandamente -blandan/a -blandeador/GS -blandeadora/S -blandear/ERD -blandee/GS -blandea/S -blande/GSa -blanda/S -blanden/a -blandengue/S -blandense/S -blandicia/S -blandir/REÄD -blandón/S -blando/S -blandura/S -blanqueador/GS -blanqueadora/S -blanquear/RDÀÂBÄÆEP -blanqueced/i -blanquecedor/S -blanquecen/i -blanquecer/iRILPD -blanquece/Si -blanquecía/i -blanquecí/i -blanquecino/GS -blanquecina/S -blanqueció/i -blanquee/GS -blanquea/S -blanqueo/S -blanquete/S -blanquezca/i -blanquezco/i -blanquición/S -blanquimiento/S -blanquinoso/GS -blanquinosa/S -blanquizal/S -blanquizar/S -blasfemable/S -blasfemador/GS -blasfemadora/S -blasfemante/S -blasfemar/RED -blasfematorio/GS -blasfematoria/S -blasfeme/SG -blasfema/S -blasfemia/S -blasfemo/S -blasmar -blasonador/GS -blasonadora/S -blasonar/RED -blasón/GS -blasóna/S -blastema/S -blastodermo/S -bledo/S -blefaritis -blefaroplastia/S -blenda/S -blenorragia/S -blenorrea/S -ble/pS -blincar/RED -blinco/G -blinda/C -blindar/RÀÂDE -blinde/GS -blinda/S -bloc -blocao/S -bloca/S -blondo/GS -blonda/S -bloquead/h -bloqueador/GS -bloqueadora/S -bloquea/h -bloqueándolo/SG -bloqueándola/S -bloquean/h -bloquear/hRÀED -bloquearle/S -bloquearme -bloquearnos -bloquearos -bloquearte -bloquee/GhS -bloqueé/h -bloqueen/h -bloqueó/h -bloqueo/S -bloque/SG -bloqua/S -blues -blusa/S -boalar/CS -boardilla/S -boa/S -boato/S -bobada/aSi -boba/ia -bobalicón/GS -bobalicóna/S -bobamente -bobear/RDE -bobee/GS -bobea/S -bobera/S -bobillo/S -bobinadora/S -bobinad/pi -bobina/ip -bobinan/pi -bobinar/DRpiE -bobine/GSip -bobina/S -bobinen/pi -bobiné/pi -bobino/ip -bobinó/pi -bobo/Gai -bobos -boca/aSiNh -bocabajo -bocabarra/S -bocacalle/S -bocacaz/S -bocacha/S -bocada/aih -bocadeabais -bocadeábamos -bocadeaban -bocadeaba/S -bocadead/G -bocadeado/S -bocadeáis -bocadeamos -bocadean -bocadeando -bocadeándose -bocadear/a -bocadeará -bocadearais -bocadeáramos -bocadearan -bocadearán -bocadearás -bocadearé -bocadeare/GS -bocadeara/S -bocadeareis -bocadearéis -bocadearemos -bocadeáremos -bocadearen -bocadearíais -bocadearíamos -bocadearían -bocadearía/S -bocadearon -bocadearse -bocadease -bocadeaseis -bocadeásemos -bocadeasen -bocadeas/S -bocadeaste -bocadeasteis -bocadeé -bocadeéis -bocadeemos -bocadeen -bocadee/SG -bocadea/S -bocadeo -bocadeó -bocadillo/S -bocadito/S -bocado/hGSai -bocajarro/S -bocal/S -bocamanga/S -bocamina/S -bocana/aS -bocanada/aS -bocarte/h -bocartes -bocata/S -bocateja/S -bocatijera/S -bocatoma/S -bocaza/S -bocear/RDE -bocece/S -bocee/SG -bocea/S -bocelar/RED -bocelete/S -bocel/GS -bocela/S -bocera/S -boceto/S -bocezar/ERD -bocezo/G -bocha/H -bochar/RDE -boche/SG -bocha/S -bochinchero/GS -bochinchera/S -bochinche/S -bochista/S -bochorno/a -bochornos -bochornoso/GS -bochornosa/S -bocina/a -bocinad/a -bocinada/i -bocinado/iSG -bocinan/a -bocinar/DREa -bociné/a -bocine/aGS -bocinen/a -bocinero/S -bocín/GS -bocína/S -bocino/a -bocinó/a -bocio/S -bocudo/GS -bocuda/S -bodega/iS -bodegón/S -bode/GS -boda/S -bodeguero/SG -bodeguera/S -bodigo/S -bodijo/S -bodocal/S -bodollo/S -bodoque/HS -bodoquera/S -bodorrio/S -bodrio/S -boezuelo/S -bofa/a -bofad/a -bofan/a -bofar/REaD -bofé/a -bofe/GaS -bofen/a -bofena/S -bofetada/S -bofetón/S -bofia/S -bofo/a -bofó/a -bofos -boga/a -bogad/a -bogan/a -bogar/RaDE -bogavante/S -bogó/a -bogo/Ga -bogotano/GS -bogotana/S -bogue/a -bogué/a -bohardilla/S -bohemio/GS -bohemia/S -bohordar -bohordo/S -boicotear/RDE -boicotee/GS -boicotea/S -boicoteo/S -boicot/S -boíl/S -boina/S -boira/S -bojad/i -boja/i -bojan/i -bojar/iRED -bojear/RDE -bojedal/S -bojee/GS -bojea/S -boje/GiS -bojé/i -bojen/i -bojeo/S -bojiganga/S -bojó/i -bojo/ip -boj/S -bolagar/S -bolaga/S -bola/i -bolandista/S -bolardo/S -bolar/Si -bolchevique/S -bolcheviquismo/S -bolchevismo/S -boldina/S -boldo/S -boleador/S -bolear/RDE -bolee/GS -bolea/S -bolero/SG -bolera/S -boles/i -boletar/RED -bolete/GS -boleta/S -boletero/S -boletín/S -boleto/S -bol/GHNS -bolichear/ERD -bolichee/GS -bolichea/S -bolichero/S -boliche/S -bólido/S -bolígrafo/S -bolinche/S -bolineador/GS -bolineadora/S -bolinear/RDE -bolinee/GS -bolinea/S -bolín/GS -bolína/S -bolisa/S -bolivariano/GS -bolivariana/S -bolívar/S -Bolivia -boliviano/GS -boliviana/S -bolla/a -bollad/a -bollan/a -bollar/aRBED -bollares/p -bollé/a -bolle/aGS -bollecer -bollen/a -bollero/GS -bollera/S -bolliciar -bollir -bolló/a -bollo/LS -bollones/a -bollón/S -bollos/p -bolo/iG -bolonio/S -boloñés/GS -boloñésa/S -bolos -bolsa/ai -bolsada/iSa -bolsero/GS -bolsera/S -bolsillo/S -bolsista/S -bolso/aiG -bolsón/S -bolsos -bomba/aSp -bombacáceo/GS -bombacácea/S -bombacho/S -bombarda/S -bombardear/REÂÀÁD -bombardee/GS -bombardea/S -bombardeo/S -bombardero/GS -bombardera/S -bombardino/S -bombazo/S -bombear/REÀÂD -bombee/GS -bombea/S -bombero/GS -bombera/S -bombillo/GS -bombilla/S -bombo/dS -bombón/SGC -bombóna/S -bonachón/GS -bonachóna/S -bonaerense/S -bona/iaS -bonancible/S -bonanza/aS -bonanzoso/GS -bonanzosa/S -bonapartismo/S -bonapartista/S -bondadoso/GS -bondadosa/S -bondad/S -bondoso/GS -bondosa/S -bones/ai -bonetero/GS -bonetera/S -bonetes/h -bonete/SN -bongo/GS -bonga/S -boniato/S -bonico -bonificar/RED -bonifico/G -bonillo/GS -bonilla/S -bonina/S -bonísimo/SG -bonísima/S -bonitero/GS -bonitera/S -bonito/SG -bonita/S -bonizo/S -bono/GaS -bononiense/S -bonote/S -bon/S -bonzo/S -boñiga/iS -boñigar/iS -boom -boquear/RDE -boquee/GS -boquea/S -boquerón/S -boquete/S -boquiabierto/GS -boquiabierta/S -boquiancho/GS -boquiancha/S -boquiangosto/GS -boquiangosta/S -boquiduro/GS -boquidura/S -boquifruncido/GS -boquifruncida/S -boquihundido/GS -boquihundida/S -boquimuelle/S -boquinatural/S -boquinegro/SG -boquinegra/S -boquino/GS -boquina/S -boquirrasgado/GS -boquirrasgada/S -boquirroto/SG -boquirrota/S -boquirrubio/GS -boquirrubia/S -boquiseco/GS -boquiseca/S -boquisumido/GS -boquisumida/S -boquitorcido/GS -boquitorcida/S -boquituerto/GS -boquituerta/S -borato/S -bórax -borbollar/RED -borbollear/RED -borbollee/GS -borbollea/S -borbolle/SG -borbolla/S -borbollonear/ERD -borbollonee/GS -borbollonea/S -borboritar/RDE -borborite/GS -borborita/S -borbotar/RDE -borbote/GS -borbota/S -borceguinero/GS -borceguinera/S -borceguí/S -borcellar/S -borda/ahu -bordad/hua -bordador/GaS -bordadura/S -bordan/hua -bordar/huRaDE -bordarla/a -bordarle/aSG -bordarlo/aS -bordarme/ah -bordarnos/ah -bordaros/ah -bordarte/ah -bordead/p -bordeándolo/GS -bordeándola/S -bordean/p -bordea/p -bordearlo/GS -bordearla/S -bordear/RpDE -bordee/GpS -bordeen/p -bordeé/p -borde/hSGau -bordelés/GS -bordelésa/S -borden/hua -bordeo/p -bordeó/p -bordes/p -bordé/uha -bordillo/S -bordo/ahu -bordoncillo/S -bordonear/RED -bordonee/SG -bordonea/S -bordonero/GS -bordonera/S -bordones/a -bordón/NS -bordos -bordó/uha -bordura/S -boreal/S -bóreas -borgoña/S -bórico/S -borla/NS -borlón/S -bornear/RED -bornee/GS -bornea/S -borneo/S -bornero/S -borne/S -borní/S -borona/S -boro/S -borracha/i -borrachear/RED -borrachee/GS -borrachea/S -borrachero/SG -borrachera/S -borrachín/SG -borrachína/S -borracho/iG -borrachos -borrachuela/S -borrad/ih -borradora/hS -borrador/GS -borradora/S -borradura/S -borra/hi -borraja/aS -borrajear/RDE -borrajee/GS -borrajea/S -borrajo/GS -borraja/S -borrándole/S -borrándome -borrándonos -borrándoos -borrándote -borran/ih -borrar/iRhDE -borrarle/SG -borrarla/S -borrarlo/S -borrarme -borrarnos -borraros -borrarte -borrasca/Sia -borrascoso/SG -borrascosa/S -borrasquero/SG -borrasquera/S -borrega/aS -borrego/GS -borrega/S -borreguero/GS -borreguera/S -borreguil/S -borre/hiSG -borré/ih -bórrelo/SG -bórrela/S -borren/ih -bórrenlo/GS -bórrenla/S -borrén/S -borricada/iS -borrica/iS -borrical/S -borrico/GS -borrica/S -borrina/S -borriqueño/GS -borriqueña/S -borriquero/GS -borriquera/S -borriquete/S -borro/hi -borró/ih -borroncillo/S -borronear/RDE -borronee/SG -borronea/S -borrones/ia -borrón/NS -borroso/GKS -boruca/S -borujo/a -borujos -bosar/p -boscaje/S -boscoso/GS -boscosa/S -Bosnia -bosnio/GS -bosnia/S -bosque/iS -bosquejar/RDE -bosqueje/SG -bosqueja/S -bosquejo/S -bosquete/S -bosquimán/S -bosta/iS -bostar/iS -bostece/S -bostezar/RED -bostezo/G -bostoniano/GS -bostoniana/S -botador/iGSp -botad/pi -botafuego/S -botafumeiro/S -botalón/S -botamen/S -bota/N -botana/S -botándolo/GS -botándola/S -botánico/GS -botánica/S -botanista/S -botan/pi -botaratada/S -botarate/S -botarel/S -botarga/Sa -botarla/i -botarle/GS -botarla/S -botarlo/iGS -botarme/i -botarnos -botaros/i -botar/pRiBDE -botarte/i -botasilla/S -botavante/S -botavara/S -bote/GipS -botella/HS -botellas/i -botellero/S -bótelo/GS -bótela/S -bótenlo/SG -bótenla/S -boten/pi -boté/pi -botero/S -botica/iSp -boticario/SG -boticaria/S -botifarra/S -botija/i -botijero/GS -botijera/S -botijo/iG -botijos -botijuela/S -botillero/S -botinero/GS -botinera/S -botín/GS -botína/S -botiquín/S -botonadura/aS -botonazo/G -botonero/GS -botonera/S -botones/ha -botón/HS -boto/NS -botó/pi -botrino/S -Botsuana -boutique/S -Bouvet -bóveda/S -bovedilla/S -bóvido/SG -bóvida/S -bovino/SG -bovina/S -boxeador/S -boxear/RDE -boxee/SG -boxea/S -boxeo/S -bóxer/S -boya/a -boyad/a -boyal/S -boyan/a -boyante/S -boyar/aRED -boyardo/GS -boyarda/S -boyé/a -boye/GaS -boyen/a -boyero/GS -boyera/S -boyo/a -boyó/a -boyuno/GS -boyuna/S -boza/ip -bozalejo/S -bozales/ia -bozal/S -bozo/GiSp -bozón/S -brabante/S -bracea/C -braceador/GS -braceadora/S -bracear/RDE -bracee/GS -bracea/S -bracero/GS -bracera/S -bracete/S -bracillo/S -braco/GS -braca/S -bráctea/S -bradicardia/S -bradilalia/S -bradipepsia/S -bragadura/S -braga/Sih -bragazas -braguero/S -bragueta/HS -braguetero/GS -braguetera/S -braguillas -brahmanismo/S -bramadera/S -bramador/GS -bramadora/S -bramad/p -braman/p -bramante/S -brama/p -bramar/ERDp -brame/GSp -brama/S -bramen/p -bramé/p -bramido/S -bramona/S -bramo/p -bramó/p -brancal/S -branca/S -brandal/S -brandy -branque/GS -branqua/S -branquial/S -branquia/S -braquial/S -braquiar/RDE -braquicefalia/S -braquicéfalo/SG -braquicéfala/S -braquie/GS -braquia/S -braquiocefálico/SG -braquiocefálica/S -braquiuro/GS -braquiura/S -brasa/Sa -brasear/RED -brasee/GS -brasea/S -brasero/S -Brasil -brasileño/SG -brasileña/S -brasilero/GS -brasilera/S -brasilete/S -brasil/S -brava/hS -bravamente -bravato/GS -bravata/S -bravear/RED -bravee/GS -bravea/S -braveza/S -bravío/GS -bravía/S -bravocear/RED -bravocee/GS -bravocea/S -bravo/GS -brava/S -bravoso/SGK -bravosa/S -bravote/S -bravuconada/S -bravuconear/RED -bravuconee/GS -bravuconea/S -bravucón/GS -bravucóna/S -bravura/S -braza/C -brazada/iah -brazado/SGiah -brazada/S -brazalete/S -brazal/S -brazas/ih -braznar -brazo/GSa -braza/S -brazos/b -brazuelo/S -bread/i -brea/i -brean/i -brear/iRED -brebaje/S -brecé/a -brece/GS -breca/S -brecen/a -breces/a -brecha/S -brechero/S -bree/GSi -brea/S -breé/i -breen/i -bregad/i -brega/i -bregan/i -bregar/RiED -brego/Gi -bregó/i -bregue/i -bregué/i -breguero/GS -breguera/S -bren/a -brenes -breñal/S -breo/i -breó/i -breque/S -brescar/RED -bresco/G -bretaña/S -brete/S -bretona/aS -bretones/a -bretón/GS -bretóna/S -bretoniano/SG -bretoniana/S -breva/a -breval/S -brevedad/S -breve/GaS -brevete/S -breviario/S -brezad/a -brezal/S -brezan/a -brezar/aRED -brezó/a -brezo/Ga -brezos -briaga/i -briago/iGS -brial/S -briba/iS -bribar/i -bribona/aS -bribonada/aS -bribonear/RED -bribonee/SG -bribonea/S -bribones/a -bribón/GS -bribóna/S -brice/S -bricolaje/S -brida/iSh -briega/S -brigada/aS -brigadero/aS -brigadier/S -brigantino/GS -brigantina/S -brillador/GS -brilladora/S -brillante/aS -brillantemente -brillantez/S -brillantina/S -brillar/RDE -brille/GS -brilla/S -brillo/S -brincacharcos -brincador/GS -brincadora/S -brincad/p -brincan/p -brinca/p -brincarle/S -brincarme -brincarnos -brincaros -brincar/pRED -brincarte -brincó/p -brinco/pG -brincos -brindador/GS -brindadora/S -brindar/RÃÁÀÂDEÅÆ -brinde/GS -brinda/S -brindis -brinque/p -brinqué/p -brinquillo/S -brinquiño/S -brinza/S -brío/S -bríos/a -briosamente -bríoses -brioso/SG -briosa/S -briqueta/S -brisa/iS -briscar/RED -brisco/G -brisera/S -británico/GS -británica/S -brizar/ERD -brizna/hS -briznoso/GS -briznosa/S -brizo/G -brocada/gi -brocadillo/S -brocado/gGSi -broca/giS -brocal/S -brocamantón/S -brocatel/S -broce/GS -broca/S -brocé/h -brocen/h -brocense/S -broces/h -brochada/ia -brochado/iaGS -brochadura/S -brocha/H -broche/GSa -brocha/S -brocheta/S -brocho/S -brocino/S -brodio/S -brollad/i -brolla/i -brollan/i -brollar/RiDE -brollé/i -brolle/iSG -brollen/i -brollo/i -brolló/i -bromad/ai -broma/H -broman/ai -bromar/aRiDE -bromear/RDE -bromee/GS -bromea/S -brome/GaSi -bromé/ia -bromeliáceo/SG -bromeliácea/S -bromen/ai -bromista/S -bromo/ai -bromó/ia -bromos -bromuro/S -bronca/a -bronceador/GS -bronceadora/S -broncear/RDBE -broncee/GS -broncea/S -bronce/GS -bronca/S -broncíneo/GS -broncínea/S -broncista/S -bronco/aG -broncorragia/S -broncorrea/S -broncos -bronquedad/S -bronquial/S -bronquiectasia/S -bronquina/S -bronquiolo/S -bronquio/S -bronquitis -bronzo/S -broquelad/ai -broquela/ia -broquelan/ai -broquelar/RiDaE -broquelé/ai -broquele/iaSG -broquelen/ai -broquel/GNS -broqueló/ai -broquelo/ia -broqueta/iS -broslar -brotad/p -brotándole/S -brotan/p -brota/p -brotarle/S -brotar/pRDE -brote/GpS -broten/p -broté/p -brotón/S -broto/p -brotó/p -brozad/h -brozador/S -broza/h -brozan/h -brozar/hRED -brozo/Gh -brozó/h -brucé/ga -bruce/gSa -brucen/ga -brucero/S -brucita/S -brugo/S -brujáis/ih -brujamos/ih -bruja/N -brujan/ih -brujear/RED -brujee/GS -brujea/S -bruje/iSGh -brujen/ih -brujesco/GS -brujesca/S -brujir/DRE -brujo/LS -brújula/S -brujulear/RED -brujulee/SG -brujulea/S -bruma/a -brumad/a -brumador/aSG -brumamiento/S -bruman/a -brumar/RaDE -brumé/a -brume/GSa -bruma/S -brumen/a -brumo/a -brumó/a -brumoso/GS -brumosa/S -Brunei -bruneta/S -bruno/GS -bruna/S -bruñe/SG -bruña/S -bruñir/RED -bruscamente -brusco/KGS -brusela/S -bruselense/S -brutalice/S -brutalizar/ERD -brutalizo/G -brutal/KS -brutalmente -brutesco/GS -brutesca/S -bruteza/S -bruto/GS -bruta/S -bruza/ag -bruzad/ga -bruzador/S -bruzan/ga -bruzar/RgaED -bruzó/ga -bruzo/gGa -bruzos -bu -buaro/S -búbalo/S -buba/S -bubónico/GS -bubónica/S -bubón/S -bucal/S -bucanero/S -bucardo/S -bucare/S -bucé/a -buceador/SG -buceadora/S -bucear/RDE -buce/aS -bucee/GS -bucea/S -bucelario/S -bucen/a -buceo/S -bucero/S -buche/hiS -buchete/S -bucle/S -bucólico/GS -bucólica/S -buco/S -buda/iS -budín/S -budión/S -budismo/S -budista/iS -buen -buena/H -buenamente -buenandanza/S -buenaventura/S -buenazo/G -buenísimo/GS -buenísima/S -bueno/SG -buena/S -bue/S -buey/S -bufad/p -bufalino/GS -bufalina/S -búfalo/S -bufando/G -bufan/p -bufa/p -bufarda/S -bufar/RpDE -bufe/GSp -bufa/S -bufen/p -bufé/p -bufete/S -bufido/S -bufonada/S -bufonear/RED -bufonee/GS -bufonea/S -bufonesco/SG -bufonesca/S -bufón/GS -bufóna/S -bufonice/S -bufonizar/RED -bufonizo/G -bufó/p -bufo/S -buganvilia/S -bugle/S -buglosa/S -buharda/SN -buharro/S -buhonero/GSL -buhonera/S -búho/S -buitrero/GS -buitrera/S -buitre/S -buitrón/S -buje/aSp -bujedo/SG -bujeda/S -bujería/S -bujía/S -bujier/LS -bular -bulario/S -bulbar/S -bulbo/S -bulboso/SG -bulbosa/S -bulda/S -buldero/S -bulero/S -buleto/S -bulevar/S -Bulgaria -búlgaro/SG -búlgara/S -bulimia/S -bullabesa/S -bulla/C -bulláis/ih -bullamos/ih -bullanga/S -bullanguero/SG -bullanguera/S -bullan/ihp -bullarengue/S -bulldozer -bullebulle/S -bulle/iSGhp -bullen/ihp -bullente/S -bullía/p -bullicio/pS -bulliciosamente -bullicioso/SG -bulliciosa/S -bullidor/GS -bullidora/S -bullid/p -bullí/p -bullir/pRDE -bullís/p -bullo/hpi -bulló/iph -bulo/GS -bula/S -bulto/a -bultos -bum -bumerán/S -bungalow/S -buque/S -burato/S -burbuja/S -burbujear/RDE -burbujee/GS -burbujea/S -burdamente -burdelero/GS -burdelera/S -burdel/S -burdeos -burdo/GS -burda/S -bureo/S -burgalés/SG -burgalésa/S -burgo/GS -burga/S -burgomaestre/S -burgrave/S -burgraviato/S -burguesa/aS -burgueses/a -burgués/GS -burguésa/S -burguesía/S -buriel/S -burilar/RDE -buril/GS -burila/S -burí/S -burjaca/S -Burkina -burladero/GS -burladera/S -burlador/SG -burladora/S -burlar/RÅÄôDÁÂÀE -burle/GS -burla/S -burlesco/GS -burlesca/S -burlete/S -burlón/GS -burlóna/S -burocracia/S -burócrata/S -burocrático/GS -burocrática/S -burra/aS -burrada/Sa -burrajear/RDE -burrajee/GS -burrajea/S -burrajo/S -burrero/S -burriciego/GS -burriciega/S -burro/NGS -burra/S -bursátil/S -burujo/ipa -burujos -Burundi -buscaban/p -buscaba/pS -buscado/pS -buscador/pSG -buscad/pG -buscáis/p -buscamos/p -buscando/p -buscan/p -busca/p -buscapersonas -buscapié/S -buscaran/p -buscarán/p -buscara/p -buscará/p -buscarás/p -buscaren/p -buscaré/p -buscare/pSG -buscaría/pS -buscar/ÌÎÍøÛÙÚRÂÀÁÃEDôÅÆÄ -buscaron/p -buscarse/p -buscasen/p -buscase/p -buscas/pS -buscaste/p -buscavida/S -busco/Gp -buscó/p -buses/da -buso/aS -búsqueda/S -busquéis/p -busquen/p -busqué/p -busque/pS -bus/S -busto/S -butaca/S -butacón/S -butifarra/S -butifarrero/GS -butifarrera/S -butrino/S -buyo/k -buyos -buza/aS -buzad/a -buzamiento/S -buzan/a -buzarda/S -buzar/ERaD -buzó/a -buzo/GS -buza/S -buzonear/RDE -buzonee/GS -buzonea/S -buzonera/S -buzón/S -buzos/S -cabalad/ah -cabala/ha -cabalan/ah -cabalar/aRhDE -cábala/S -cabale/aGSh -cabalé/ah -cabalen/ah -cabalero/S -cabalgaba/iS -cabalgaban/i -cabalgad/iGh -cabalgado/iS -cabalgador/GS -cabalgadora/S -cabalga/hi -cabalgáis/i -cabalgamiento/iS -cabalgamos/i -cabalgando/i -cabalgándome -cabalgándonos -cabalgándoos -cabalgándote -cabalgan/ih -cabalgara/i -cabalgará/i -cabalgaran/i -cabalgarán/i -cabalgarás/i -cabalgaré/i -cabalgare/iGS -cabalgaren/i -cabalgar/hBRDÄE -cabalgaría/iS -cabalgarlo/SG -cabalgarla/S -cabalgarme -cabalgarnos -cabalgaron/i -cabalgaros -cabalgarse/i -cabalgarte -cabalgase/i -cabalgasen/i -cabalgas/iS -cabalgaste/i -cabalgata/S -cabalgo/iGh -cabalgó/ih -cabal/GS -cabala/S -cabalgué/hi -cabalgue/iSh -cabalguéis/i -cabalguen/i -cabalista/S -cabalístico/SG -cabalística/S -caballa/aSi -caballada/aSi -caballar/aiS -caballear/RDE -caballee/SG -caballea/S -caballejo/S -caballera/a -caballerato/S -caballerear/RDE -caballeree/GS -caballerea/S -caballeresco/GS -caballeresca/S -caballerete/S -caballerizo/GS -caballeriza/S -caballero/aG -caballeros -caballerosamente -caballeroso/KGS -caballerote/S -caballete/GS -caballeta/S -caballista/S -caballito/S -caballones/a -caballo/NLCGS -caballón/S -caballuno/GS -caballuna/S -cabalmente -cabaló/ah -cabalo/ha -cabaña/aS -cabañil/S -cabañuelas -cabaré/api -cabarés -cabaret -cabdal/S -cabear -cabeceador/GS -cabeceadora/S -cabecear/RÀDEP -cabecee/GS -cabecea/S -cabecero/GS -cabecera/S -cabeciancho/GS -cabeciancha/S -cabeciblanco/GS -cabeciblanca/S -cabeciduro/SG -cabecidura/S -cabecirrojo/S -cabéis/aip -cabellar/hi -cabellera/S -cabello/S -cabelludo/GS -cabelluda/S -cabemos/ip -caben/iap -cabe/paiS -cabero -caber/XÎÍÖÕÁÂGD -cabestrad/hi -cabestra/ih -cabestraje/S -cabestran/hi -cabestrante/S -cabestrar/iRhDE -cabestrear/RDE -cabestree/GS -cabestrea/S -cabestré/ih -cabestre/ihGS -cabestren/hi -cabestrero/S -cabestrillo/a -cabestrillos -cabestro/ih -cabestró/ih -cabestros -cabezada/ihS -cabeza/HN -cabezalero/SG -cabezalera/S -cabezal/S -cabezas/ih -cabezón/GS -cabezóna/S -cabezorro/S -cabezo/SG -cabeza/S -cabezota/S -cabezudamente -cabezudo/GS -cabezuda/S -cabezuela/S -cabila/S -cabildada/aS -cabildear/RED -cabildee/SG -cabildea/S -cabildeo/S -cabildero/GS -cabildera/S -cabildo/a -cabildos -cabillero/S -cabillo/GS -cabilla/S -cabina/S -cabizbajo/GS -cabizbaja/S -cablear/RDE -cablee/GS -cablea/S -cablegrafiar/RID -cablegrafíe/GS -cablegrafía/S -cablegrama/S -cable/S -cabo/pai -cabos/a -cabotaje/S -cabracho/S -cabrada/S -cabrahigad/i -cabrahíga/i -cabrahígan/i -cabrahigar/RiDI -cabrahígo/Gi -cabrahigó/i -cabrahígue/i -cabrahigué/i -cabra/NS -cabrear/RÁDE -cabree/GS -cabrea/S -cabrerizo/GS -cabreriza/S -cabrero/GS -cabrera/S -cabrestante/S -cabria/i -cabrilla/iS -cabrillear/RED -cabrillee/GS -cabrillea/S -cabrio/iG -cabriolar/RED -cabriolear/RDE -cabriolee/GS -cabriolea/S -cabriole/GS -cabriola/S -cabrios -cabrío/S -cabrita/hi -cabritero/GS -cabritera/S -cabritilla/S -cabrito/hGi -cabritos -cabronada/iS -cabrona/iS -cabrones/i -cabrón/GS -cabróna/S -cabruno/GS -cabruna/S -cabruñad/i -cabruña/i -cabruñan/i -cabruñar/iRED -cabruñé/i -cabruñen/i -cabruñe/SGi -cabruña/S -cabruño/i -cabruñó/i -cabuya/LS -cacahuete/S -cacao/S -cacareador/GS -cacareadora/S -cacarear/RDE -cacaree/GS -cacarea/S -cacatúa/S -cacear/DRE -cacee/GS -cacea/S -cace/G -cacera/S -cacerola/S -caces/o -caceta/S -cachad/ia -cacha/ia -cachalote/S -cachan/ia -cachar/DaRiE -cacharrero/SG -cacharrera/S -cacharro/h -cacharros -cachava/SH -cachaza/S -cachazudo/GS -cachazuda/S -caché/ai -cachear/RÂÀED -cachee/SG -cachea/S -cache/iSGa -cachelos -cachemir/GS -cachemira/S -cachen/ia -cacheta/a -cachetada/Sa -cachetea/a -cachetead/a -cachetean/a -cachetear/aRDE -cacheteé/a -cachetee/aGS -cacheteen/a -cachete/GaS -cacheteo/a -cacheteó/a -cachetero/S -cachetina/S -cachetudo/GS -cachetuda/S -cachicuerno/GS -cachicuerna/S -cachifollar/RDE -cachifolle/GS -cachifolla/S -cachimba/S -cachipodar/RED -cachipode/SG -cachipoda/S -cachipolla/S -cachiporra/HS -cachirulo/S -cachivache/S -cachizo/S -cachó/ai -cacho/ia -cachondear/RDEÁ -cachondee/GS -cachondea/S -cachondo/GMS -cachorro/NGS -cachorra/S -cachos -cachua/S -cachuchero/S -cachucho/GS -cachucha/S -cachuelo/GS -cachuela/S -cachulero/GS -cachulera/S -cachunde/S -cacica/S -cacicatura/S -cacicazgo/S -cacimba/S -caciquear/RED -caciquee/GS -caciquea/S -cacique/SG -caciqua/S -caciquil/S -caciquismo/S -cacodilato/S -cacodílico/S -cacodilo/S -cacofonía/S -cacomite/S -cacoquimio/SG -cacoquimia/S -caco/S -cactáceo/GS -cactácea/S -cacto/S -cactus -cacumen/S -cacuminal/S -cadahalso/S -cadalso/S -cada/piSl -cadavérico/GS -cadavérica/S -cadáver/S -cadena/NS -cadenas/fi -cadencia/qS -cadenciosamente -cadencioso/SG -cadenciosa/S -cadenero/GS -cadenera/S -cadeneta/S -cadente/gSF -cadera/hpS -caderillas -cadetada/S -cadete/S -cadiazgo/S -cadillar/hS -cadillo/S -cadí/S -cadmio/S -cadoce/S -caducamente -caducar/RED -caduceador/S -caduceo/S -caducidad/S -caduco/GS -caduca/S -caduquez/S -caedizo/GS -caediza/S -caed/pgh -caedura/S -caen/pgh -caeos -cae/pSgh -caer/hRLgIpD -caerle/S -caerme -caernos -caeros -caerte -cáete -cafeína/hS -café/S -cafetalero/GS -cafetalera/S -cafetal/S -cafetear/RED -cafetee/GS -cafetea/S -cafetero/GS -cafetera/S -cafeto/LS -cafetucho/S -caficultor/GS -caficultora/S -cáfila/S -cafre/S -caftán/S -cagaaceite/S -cagachín/S -cagadero/S -cagalar/S -cagalera/S -cagaluta/S -cagarrache/S -cagar/REDÁÀôÅ -cagarria/S -cagarropa/S -cagarruta/S -cagatinta/S -cagatorio/S -cago/G -caía/hpg -Caicos -caigámonos -cáiganse -cáigase -caimán/S -caimiento/S -caimito/S -caí/pgh -cairela/a -cairelad/a -cairelan/a -cairelar/aRED -cairelé/a -cairele/aSG -cairelen/a -cairel/GS -cairela/S -cairelo/a -caireló/a -caja/NSL -cajá/S -cajas/i -cajel/S -cajera/i -cajero/iG -cajeros -cajeta/NS -cajetilla/iS -cajigo/SG -cajiga/S -cajista/S -cajonero/GS -cajonera/S -cajones/i -cajón/LS -calabacear/RED -calabacee/GS -calabacea/S -calabacero/GS -calabacera/S -calabacil/S -calabacinate/S -calabacino/S -calaba/H -calabazada/Sh -calabaza/N -calabazar/Sh -calabazate/S -calabazo/Gh -calabazón/GS -calabazóna/S -calabazuela/S -calabobos -calabocero/S -calabozo/CS -calabriada/S -calabriar/i -calabrota/a -calabrotad/a -calabrotan/a -calabrotar/aRED -calabroté/a -calabrote/GaS -calabroten/a -calabroto/a -calabrotó/a -caladero/GS -caladera/S -calad/ipl -calador/GSi -caladora/S -caladura/lS -calafateador/S -calafatear/RDBE -calafatee/GS -calafatea/S -calafateo/S -calafate/S -calafetear/RDE -calafetee/GS -calafetea/S -calagozo/S -calagurritano/SG -calagurritana/S -calahorrano/GS -calahorrana/S -calahorra/S -calamaco/S -calamar/S -calambac -calambre/S -calambuco/S -calamidad/S -calaminar/S -calamina/S -calamite/SG -calamita/S -calamitosamente -calamitoso/GS -calamitosa/S -calamonar/RDE -calamone/GS -calamona/S -calamorrar -cálamo/S -calándole/S -calándome -calándonos -calándoos -calándote -calandraca/S -calandrajo/S -calandrar/RDE -calandre/GS -calandra/S -calandria/S -calan/ipl -calañés/GS -calañésa/S -cala/pli -calarme -calarnos -calaros -calar/RlpDiE -calarte -calatravo/SG -calatrava/S -calaverada/S -calavera/S -calaverear/RDE -calaveree/GS -calaverea/S -calavernario/S -calaverna/S -ca/lbk -calcad/hpi -calcadora/S -calcador/hS -calca/ihp -calcan/hpi -calcañar/S -calcaño/S -calcáreo/GS -calcárea/S -calcar/iRphDE -calcedonio/GS -calcedonia/S -calce/hSGp -calcéis/ph -calcemos/ph -calcen/hp -calcé/ph -calcés -calcetar/RDE -calcete/GS -calceta/S -calcetero/SG -calcetera/S -calcetín/S -cálcico/GS -cálcica/S -calcicosis -calcificad/hg -calcifica/gh -calcifican/hg -calcificar/gREhD -calcificó/gh -calcifico/ghG -calcifiqué/gh -calcifique/hg -calcinable/S -calcinador/GS -calcinadora/S -calcinar/RDAEPÀ -calcinatorio/S -calcine/GS -calcina/S -calcinero/S -calcio/S -calcita/S -cal/CKGS -calcografiar/RDI -calcografíe/GS -calcografía/S -calco/ihpG -calcó/phi -calcopirita/S -calcorrear/RED -calcorree/GS -calcorrea/S -calcos -calcotipia/S -calculable/Sk -calculador/SG -calculadora/S -calcular/RÀÂDEÄÆ -calculatorio/GS -calculatoria/S -calcule/GS -calcula/S -calculista/S -cálculo/S -calculoso/GS -calculosa/S -calda/aS -caldaria/S -caldear/RDPE -caldee/SG -caldea/S -caldeo/S -calderada/S -caldera/N -calderero/SL -caldereta/S -calderil/S -caldero/GS -caldera/S -calderón/S -caldibaldo/S -caldo/SGN -calda/S -caldoso/GS -caldosa/S -calducho/S -Caledonia -caledonio/GS -caledonia/S -calefacción/S -calefactor/GS -calefactora/S -calefactorio/S -caleidoscopio/S -calé/ilp -calendario/S -calendar/RED -calende/GS -calenda/S -calen/ipl -calentador/GS -calentadora/S -calentad/p -calentamiento/rS -calentándole/GS -calentándola/S -calentándolo/S -calentándome -calentándonos -calentándoos -calentándote -calentarle/S -calentarme -calentármelo/GS -calentármela/S -calentarnos -calentárnoslo/GS -calentárnosla/S -calentaros -calentároslo/GS -calentárosla/S -calentar/RpÀDPI -calentárselo/GS -calentársela/S -calentarte -calentártelo/GS -calentártela/S -calentémonos -calenté/p -calentito/GS -calentita/S -calentó/p -calentura/aS -calenturiento/GS -calenturienta/S -calenturoso/GS -calenturosa/S -cale/piSGl -caler/k -calero/SG -calera/S -calesa/S -calesero/GS -calesera/S -calesinero/S -calesita/S -caleta/S -caletre/S -calibrador/GS -calibradora/S -calibrar/ARÀED -calibre/GS -calibra/S -calicanto/S -calicata/S -caliche/Sh -caliciforme/S -calicular/S -calículo/S -calidez/S -calidoscopio/S -cálido/SG -cálida/S -calienta/p -calientaplatos -calientapollas -caliéntense -caliente/p -caliéntese -caliento/p -califal/S -califa/S -califato/S -calificable/Sk -calificación/S -calificad/h -calificador/hGS -califica/h -calificándome -calificándonos -calificándoos -calificándote -califican/h -calificar/hRÁÂÀDÄE -calificativo/SG -calificativa/S -calificó/h -califico/hG -califique/h -califiqué/h -californiano/SG -californiana/S -californio/GS -california/S -caligrafiar/RID -caligráfico/SG -caligráfica/S -caligrafíe/SG -caligrafía/S -calilla/S -calimaco/S -calima/S -calimoso/GS -calimosa/S -calimote/S -calina/S -calinoso/GS -calinosa/S -calipedia/S -calistenia/S -calitipia/S -calizo/NSG -caliza/S -cáliz/S -callaba/aSi -callaban/i -callad/aGi -calladamente -callado/aSi -calla/ia -calláis/ia -callamos/i -callan/ai -callandico -callandito -callando/i -callanta/a -callantad/a -callantan/a -callantar/aRDE -callanté/a -callante/GaS -callanten/a -callanto/a -callantó/a -callao/S -callara/ai -callará/ia -callaran/i -callarán/i -callar/ÃRPÁÂÀDøEôÄÅ -callarás/i -callare/aSGi -callaré/ia -callaren/i -callaría/iS -callaron/i -callarse/i -callas/aSi -callase/ai -callasen/i -callaste/i -callé/ai -callear/RDE -callee/GS -callea/S -calléis/ia -calleja/S -callejear/RDE -callejee/SG -callejea/S -callejero/SG -callejera/S -calle/jiSa -callejones/i -callejón/S -callejuela/S -callemos/i -callen/ai -callentar -callialto/GS -callialta/S -callicida/S -callista/S -callizo/S -calló/ai -callo/iGa -callos -callosar -calloso/KGS -calmad/i -calmadme -calmadnos -calma/i -cálmame -calmándole/GS -calmándola/S -calmándolo/S -calmándome -calmándonos -calmándoos -calmándote -calman/i -cálmanos -calmante/S -calmaos -calmar/iRDE -calmarle/SG -calmarla/S -calmarlo/S -calmarme -calmarnos -calmaros -calmarte -cálmate -calmazo/S -calmé/i -calme/iSG -calmémonos -calmen/i -cálmense -cálmese -calmo/i -calmó/i -calmoso/GS -calmosa/S -calmudo/GS -calmuda/S -calofilo/GS -calofila/S -calofriar/RDI -calofríe/GS -calofría/S -calomelanos -calomel/S -caloniar -caloñar/a -calo/pli -calores/a -caloría/S -calorífero/GS -calorífera/S -calorífico/GS -calorífica/S -calorina/S -calor/S -caló/S -calosfriar/RDI -calosfríe/GS -calosfría/S -calós/G -caloso/S -calostro/i -calostros -calotipia/S -calque/hpi -calqué/iph -calumbrecerse -calumniador/GS -calumniadora/S -calumniar/RDÁÀE -calumnie/SG -calumnia/S -calumniosamente -calumnioso/GS -calumniosa/S -calura/S -calurosamente -caluroso/GS -calurosa/S -calvad/g -calva/M -calvan/g -calvar/gRED -calvario/S -calveces/i -calvé/g -calven/g -calvero/S -calve/SGg -calva/S -calvete/S -calvicie/S -calvijar/S -calvinismo/S -calvinista/S -calvó/g -calvo/S -calzabais/h -calzaban/hp -calzaba/phS -calzado/phS -calzador/S -calzad/pGh -calzáis/hp -calzamos/hp -calzando/hp -calzan/hp -calzarais/h -calzarán/hp -calzaran/ph -calzara/ph -calzará/ph -calzar/ÃRDøBÁÀE -calzarás/hp -calzareis/h -calzaréis/h -calzaren/ph -calzaré/ph -calzare/phSG -calza/rhSp -calzaría/hpS -calzarían/h -calzarme/h -calzarnos/h -calzaron/ph -calzaros/h -calzarse/ph -calzarte/h -calzaseis/h -calzasen/ph -calzase/ph -calzas/pSh -calzaste/ph -calzo/hGp -calzonazos -calzoncillo/S -calzón/NS -calzó/ph -calzorras -cama/brSpaih -camada/iSpah -camafeo/S -camaldulense/S -camaleón/S -camandulear/RDE -camandulee/GS -camandulea/S -camandulero/GS -camandulera/S -camarada/Si -camaradería/S -cámara/pSb -camarero/GS -camarera/S -camareta/S -camarico/S -camariento/SG -camarienta/S -camarilla/S -camarlengo/S -camaronero/SG -camaronera/S -camarón/GS -camaróna/S -cámaro/SG -cámara/S -camarote/S -camastrón/GS -camastróna/S -camastro/S -cambalachar/RED -cambalachear/ERD -cambalachee/GS -cambalachea/S -cambalache/GS -cambalacha/S -cambalachero/GS -cambalachera/S -cámbaro/S -cambar/RED -cambe/GS -camba/S -cambiable/lS -cambiadle/GS -cambiadla/S -cambiadlo/S -cambiadme -cambiádmelo/GS -cambiádmela/S -cambiadnos -cambiádnoslo/GS -cambiádnosla/S -cambiador/GS -cambiadora/S -cambiad/phl -cambiádselo/GS -cambiádsela/S -cambia/H -cámbiale/GS -cámbiala/S -cámbialo/S -cámbiame -cámbiamelo/GS -cámbiamela/S -cambiamiento/S -cambiándola/l -cambiándole/GS -cambiándola/S -cambiándolo/lGS -cambiándome -cambiándonos -cambiándoos -cambiándote -cámbianos -cámbianoslo/SG -cámbianosla/S -cambian/phl -cambiante/S -cambiaos -cambiarla/l -cambiarle/GS -cambiarla/S -cambiarlo/lSG -cambiar/lRhpDE -cambiarme/l -cambiármelo/GS -cambiármela/S -cambiarnos/l -cambiárnoslo/GS -cambiárnosla/S -cambiaros/l -cambiároslo/GS -cambiárosla/S -cambiárselo/GS -cambiársela/S -cambiarte/l -cambiártelo/GS -cambiártela/S -cámbiaselo/GS -cámbiasela/S -cámbiate -cambice/S -cámbiele/SG -cámbiela/S -cámbielo/S -cambiémonos -cámbienle/GS -cámbienla/S -cámbienlo/S -cambien/phl -cámbiense -cambié/plh -cambie/pSGhl -cámbiese -cambija/Si -cambio/lS -cambió/plh -cambista/S -cambizar/RED -cambizo/G -cambocho/S -Camboya -camboyano/GS -camboyana/S -cambray/S -cámbrica/n -cámbrico/nGS -cambur/S -camelador/GS -cameladora/S -camelar/REDÁ -camele/SG -camela/S -camelete/S -camelina/S -camelio/GS -camelia/S -camellero/S -camello/GS -camella/S -camellón/S -camelotado/SG -camelotada/S -camelote/S -camelotina/S -camerino/S -camero/SG -camera/S -Camerún -camiar/Q -camilla/S -camillero/S -camilo/S -caminad/hi -caminador/GS -caminadora/S -camina/hi -caminan/hi -caminante/S -caminar/hRiDE -caminarla/i -caminarlo/GSi -caminarla/S -caminata/S -caminé/ih -caminen/hi -caminero/GS -caminera/S -camine/SGhi -camina/S -caminó/ih -camino/S -camión/C -camionero/SG -camionera/S -camioneta/S -camio/S -camisa/hSi -camisero/GS -camisera/S -camiseta/S -camisola/S -camisón/S -camisote/S -camita/S -camítico/SG -camítica/S -camomila/S -camón/S -camorra/S -camorrear/RDE -camorree/GS -camorrea/S -camorrero/SG -camorrera/S -camorrista/S -camota/S -campad/hag -campa/hag -campal/S -campamento/S -campanada/aSi -campana/ia -campanario/S -campanear/RDE -campanee/SG -campanea/S -campanela/S -campanero/S -campan/hag -campaniforme/S -campanilla/H -campanillear/RDE -campanillee/GS -campanillea/S -campanillero/S -campanillo/GS -campanilla/S -campanil/S -campano/iaG -campanos -campante/S -campanudo/GS -campanuda/S -campaña/S -campar/ERhgaD -campeador/GS -campeadora/S -campear/ERD -campechanamente -campechano/GS -campechana/S -campeche/S -campee/GS -campea/S -campé/gah -campen/hag -campeonato/S -campeón/GS -campeóna/S -campero/GS -campera/S -campe/SGhag -campa/S -campesino/GS -campesina/S -campestre/S -camping -campiña/S -campista/S -campó/gah -camposanto/S -campo/SLN -campurriano/SG -campurriana/S -campus/S -camucha/S -camuesa/S -camufla/C -camuflar/RDEÀÁ -camufle/GS -camufla/S -camuza/S -Canadá -canadiense/S -cana/giSj -canalada/ia -canalado/GSia -canalada/S -canaladura/S -canaleja/S -canales/ia -canalete/SG -canaleta/S -canaleto/S -canalicé/i -canalice/iS -canalícelo/GS -canalícela/S -canalicen/i -canalícenlo/GS -canalícenla/S -canalizable/S -canalización/S -canalizad/i -canaliza/i -canalizándolo/GS -canalizándola/S -canalizan/i -canalizar/iRED -canalizarlo/GS -canalizarla/S -canalizo/Gi -canalizó/i -canal/jS -canallada/aSi -canalla/Sia -canallesco/SG -canallesca/S -canalón/S -canana/S -cananeo/GS -cananea/S -cananga/S -canapé/S -canariense/S -canario/GS -canaria/S -canasta/N -canastas/i -canastero/GS -canastera/S -canastillero/GS -canastillera/S -canasto/NGS -canasta/S -canastro/S -cancanear/RDE -cancanee/GS -cancanea/S -cancelariato/S -cancelario/S -cancelar/RAEBÁÀÂD -cancel/GS -cancela/S -cancerad/i -cancera/i -canceran/i -cancerar/iRDE -cancerbero/GS -cancerbera/S -cancere/GSi -cancera/S -canceré/i -canceren/i -canceriforme/S -cancerígeno/SG -cancerígena/S -cancero/i -canceró/i -canceroso/SG -cancerosa/S -cáncer/S -cancha/S -canchear/RED -canchee/GS -canchea/S -canchero/GS -canchera/S -cancilleresco/GS -cancilleresca/S -canciller/LS -cancionero/S -cancioneta/S -cancionista/S -canción/S -candaliza/S -candamo -candar/RDE -candeal/S -candelabro/S -candela/NS -candelaria/S -candelas/i -candelecho/S -candelera/H -candelero/GS -candelera/S -candeleta/S -candelizo/S -candente/SF -cande/SG -canda/S -candidato/GS -candidata/S -candidatura/S -candidez/S -cándido/GS -cándida/S -candilejo/SG -candileja/S -candilero/SG -candilera/S -candiles/i -candil/NSH -candi/S -cando/l -candonguear/RED -candonguee/GS -candonguea/S -candoroso/GS -candorosa/S -candor/S -canear/RDE -caneced/i -canecen/i -canecer/iRDIL -canece/SG -caneca/S -caneces/i -canecía/i -canecí/i -caneció/i -canee/SG -canea/S -canela/N -canelar/S -canelero/S -canelina/S -canelita/S -canelo/SG -canela/S -canes/i -canezca/i -canezco/i -canforar -cangar/RED -cango/G -cangrejero/SG -cangrejera/S -cangrejo/GS -cangreja/S -cangrenarse -cangro/S -canguelo/S -canguro/S -canibalismo/S -caníbal/S -canica/S -caniche/S -canicie/S -caniculario/S -canicular/S -canícula/S -cánido/SG -cánida/S -canija/iS -canijo/SG -canija/S -canilla/S -canillero/GS -canillera/S -canina/M -caninamente -canino/SG -canina/S -canivete/S -canjeable/S -canjear/RÁÀÂDE -canjee/SG -canjea/S -canje/S -canmiar -canoa/S -canoero/GS -canoera/S -cano/gjSG -canon -cánones -canonesa/S -canonical/S -canónicamente -canonicato/S -canonice/S -canónico/GS -canónica/S -canónigo/S -canonista/S -canonizable/S -canonizar/REÀAD -canonizo/G -canonjía/S -canope/S -canoro/SG -canora/S -canoso/SG -canosa/S -can/S -cansadamente -cansad/h -cansadlo/GS -cansadla/S -cansa/h -cánsalo/GS -cánsala/S -cansancio/S -cansándole/S -cansándome -cansándonos -cansándoos -cansándote -cansan/h -cansar/hDRÀE -cansarle/S -cansarme -cansarnos -cansaros -cansarte -cansé/h -canse/hSG -cansen/h -cansera/S -cansino/GS -cansina/S -cansó/h -canso/hS -cantaba/iSgh -cantabais/h -cantaban/igh -cantable/Sk -Cantabria -cantábrico/GS -cantábrica/S -cántabro/GS -cántabra/S -cantad/hiGg -cantado/iSgh -cantador/iGS -canta/ihg -cantáis/hgi -cantalea/a -cantaleaba/a -cantaleabais -cantaleábamos -cantaleaban/a -cantaleabas -cantalead -cantaleáis -cantaleamos -cantalean/a -cantaleando/a -cantaleándose -cantaleara/a -cantaleará/a -cantalear/aD -cantalearais -cantaleáramos -cantalearan/a -cantalearán/a -cantalearas -cantalearás -cantalearé -cantaleare/a -cantaleareis -cantalearéis -cantalearemos -cantaleáremos -cantalearen/a -cantaleares -cantalearíais -cantalearíamos -cantalearían/a -cantalearía/S -cantalearon/a -cantalearse/a -cantalease/a -cantaleaseis -cantaleásemos -cantaleasen/a -cantaleas/S -cantaleaste -cantaleasteis -cantaleé -cantalee/GS -cantalea/S -cantaleéis -cantaleemos -cantaleen/a -cantaleo -cantaleó/a -cantaleta/S -cantaletear/RED -cantaletee/SG -cantaletea/S -cantalinoso/GS -cantalinosa/S -cantal/S -cantamos/igh -cantando/igh -cantan/hig -cantante/S -cantará/hgi -cantara/iagh -cantarais/h -cantarán/hgi -cantaran/iagh -cantarás/hgi -cantar/ÃÚRÏÎÍÁÂÀEDÄÆÅ -cantaré/hgai -cantare/iaSGgh -cantaréis/ah -cantareis/h -cantaren/iagh -cantarero/GS -cantarera/S -cantaría/iShg -cantarían/h -cantárida/S -cantarilla/S -cantarla/ig -cantarle/iGS -cantarlo/iSgG -cantarme/ig -cantarnos/i -cántaro/GS -cántara/S -cantaron/igh -cantaros/ig -cantarrana/S -cantarse/igh -cantarte/ig -cantase/igh -cantaseis/h -cantasen/igh -cantas/iSgh -cantaste/igh -cantata/S -cantatriz/S -cantead/ah -cantea/ha -cantean/ah -cantear/RaDhE -canteé/ah -cantee/hGaS -canteen/ah -canté/ghi -cante/ihSGg -cantéis/hgi -cantel/S -cantemos/ihg -canten/hig -canteó/ah -canteo/ha -cantera/hS -canterios -canterito/S -cantero/GS -cantera/S -cantesa/S -cántico/S -cantidad/S -cantiga/S -cantilena/S -cantillo/h -cantimplora/S -cantina/S -cantinela/S -cantinero/SG -cantinera/S -cantizal/S -cantó/ghi -cantona/ah -cantonad/ha -cantonalismo/S -cantonalista/S -cantonal/OS -cantonan/ha -cantonar/aRhDE -cantonear/RED -cantonee/SG -cantonea/S -cantoné/ha -cantone/hGSa -cantonen/ha -cantonero/GS -cantonera/S -cantón/GS -cantóna/S -canto/NLSH -cantono/ah -cantonó/ha -cantor/GS -cantora/S -cantorral/S -cantos/ai -cantueso/S -canturía/S -canturrear/RDE -canturree/SG -canturrea/S -canturriar/RDE -canturrie/SG -canturria/S -cantusad/i -cantusa/i -cantusan/i -cantusar/iRED -cantuse/GSi -cantusa/S -cantusé/i -cantusen/i -cantuso/i -cantusó/i -canular/S -cánula/S -canutero/S -canuto/NS -cañacoro/S -cañada/iSh -cañadilla/S -cañafístula/S -cañaheja/S -caña/ih -cañamazo/S -cañamón/S -cáñamo/S -cañar/iSh -cañaveral/S -cañavera/S -cañaverea/a -cañaveread/a -cañaverean/a -cañaverear/aRED -cañavereé/a -cañaveree/GSa -cañaverea/S -cañavereen/a -cañavereo/a -cañavereó/a -cañear/RED -cañee/SG -cañea/S -cañería/S -cañihueco/S -cañivano/S -cañiza/iS -cañizo/GS -cañiza/S -cañocazo/S -caño/Gih -cañonea/a -cañonead/a -cañonean/a -cañonear/RaDE -cañoneé/a -cañoneen/a -cañonee/SGa -cañonea/S -cañoneo/a -cañoneó/a -cañonera/S -cañones/ih -cañón/HS -caños -cañuto/SN -caobana/S -caoba/NS -caolín/S -caótico/GS -caótica/S -capacear/RDE -capacee/GS -capacea/S -capaces/i -capacete/S -capacha/iS -capachero/GS -capachera/S -capacho/GS -capacha/S -capacitaban/p -capacitaba/pS -capacitación/S -capacitado/pS -capacitador/GS -capacitadora/S -capacitad/pGk -capacitáis/p -capacitamos/p -capacitando/p -capacitan/pk -capacita/pk -capacitaran/p -capacitarán/p -capacitara/p -capacitará/p -capacitarás/p -capacitaren/p -capacitaré/p -capacitare/pGS -capacitaría/pS -capacitaron/p -capacitar/RÄDkÁEÀ -capacitarse/p -capacitasen/p -capacitase/p -capacitas/pS -capacitaste/p -capacitéis/p -capacitemos/p -capaciten/pk -capacité/pk -capacite/pSGk -capacito/pk -capacitó/pk -capad/ig -capadocio/GS -capadocia/S -capador/S -capadura/S -capa/NH -capan/ig -capara/a -caparan/a -caparazón/S -caparé/a -capare/aGS -caparéis/a -caparen/a -caparidáceo/SG -caparidácea/S -capar/iRgED -caparle/GS -caparla/S -caparlo/S -caparra/S -caparrosa/S -capataz/GS -capataza/S -capaz/kKS -capazmente -capazo/i -capcioso/GSK -capciosa/S -capeador/GS -capeadora/S -capear/REÀD -capee/SG -capea/S -cape/gGiS -capé/ig -capeja/S -capelán/S -capellada/S -capellanía/S -capellán/So -capellar/S -capellina/S -capelo/S -capen/ig -capero/S -caperucear -caperuza/hSi -capeta/S -capialce/S -capialzar/RDE -capialzo/G -capilar/KS -capilla/abS -capillejo/GS -capilleja/S -capillero/S -capiller/S -capillo/aiG -capilludo/GS -capilluda/S -capirón/S -capirotada/ih -capirotado/ihGS -capirotazo/S -capirote/ihS -capirucho/S -capitalicé/h -capitalice/hS -capitalicen/h -capitalismo/S -capitalista/S -capitalizable/S -capitalización/S -capitalizad/h -capitaliza/h -capitalizan/h -capitalizarlo/SG -capitalizarla/S -capitalizar/RhDE -capitalizó/h -capitalizo/hG -capitalmente -capital/SKO -capitanear/REÀÄD -capitanee/GS -capitanea/S -capitanía/S -capitán/SG -capitána/S -capitel/S -capitidisminuir/XD -capitolio/S -capitoso/GS -capitosa/S -capitulad/p -capitulan/p -capitulante/S -capitula/p -capitulario/S -capitularmente -capitular/pRDAE -capitulen/p -capitulé/p -capitule/pGS -capitulo/p -capituló/p -capítulo/S -capolar/RED -capole/SG -capola/S -caponar/RED -caponera/S -capo/NS -capón/SG -capóna/S -caporalista/S -caporal/S -capó/S -capotad/hi -capota/hi -capotan/hi -capotar/RiDhE -capotazo/S -capotear/RED -capotee/GS -capotea/S -capote/hGSi -capoté/hi -capoten/hi -capotero/GS -capotera/S -capoto/hi -capotó/hi -cappa/S -capricho/i -caprichos -caprichoso/GS -caprichosa/S -caprichudo/GS -caprichuda/S -capricornio/S -caprifoliáceo/SG -caprifoliácea/S -caprino/GS -caprina/S -capsulad/i -capsula/i -capsulan/i -capsulares/e -capsular/RDEi -cápsula/S -capsule/GSi -capsula/S -capsulé/i -capsulen/i -capsulo/i -capsuló/i -captador/GS -captadora/S -captar/REÁÂÀAD -captener -capte/SG -capta/S -captivar -captor/GS -captora/S -capturad/p -capturan/p -captura/p -capturarle/SG -capturarla/S -capturarlo/S -capturarme -capturarnos -capturaros -capturar/pRDE -capturarte -capturen/p -capturé/p -capture/pSG -capturo/p -capturó/p -capucé/i -capuce/iS -capucen/i -capucha/iS -capuchino/GS -capuchina/S -capucho/GS -capucha/S -capuchón/S -capuleto/S -capulina/S -capullina/S -capullo/ah -capullos -capuzad/i -capuza/i -capuzan/i -capuzar/RiDE -capuz/GS -capuza/S -capuzó/i -capuzo/iG -caquexia/S -caqui/S -caraba/iaSh -carabao/S -carabear/RDE -carabee/GS -carabea/S -carabela/S -carabina/HS -carabinero/SG -carabinera/S -cárabo/S -carabritear/RDE -carabritee/GS -carabritea/S -caracalla/S -caracas -caracense/S -caracho/GS -caracha/S -caracolear/RED -caracolee/GS -caracolea/S -caracolero/GS -caracolera/S -caracoleta/S -caracol/SGN -caracola/S -carácter -caracteres -caracterice/S -característicamente -característico/SG -característica/S -caracterizador/GS -caracterizadora/S -caracterizar/RDAÁÀE -caracterizo/G -caradriforme/S -caradura/S -carajo/SG -caraja/S -caralla/S -carambanado/GS -carambanada/S -carámbano/S -caramba/S -carambillo/S -carambolista/S -carambolo/GS -carambola/S -caramelice/S -caramelizar/RED -caramelizo/G -caramelo/S -caramida/S -caramillar/S -caramilleras -caramillo/GS -caramilla/S -caramilloso/GS -caramillosa/S -caramujo/S -caramullo/S -caramuzal/S -caranegra/S -carantoña/S -carapacho/S -carapa/S -carapato/S -carapico/S -caraqueño/SG -caraqueña/S -cara/rSahil -carate/S -caratulad/i -caratula/i -caratulan/i -caratular/RiDE -caratulé/i -caratule/iGS -caratulen/i -caratulo/i -caratuló/i -caravana/S -caravanero/S -caray/S -carba/S -carbólico/S -carbona/N -carbonar/RED -carbonatad/h -carbonata/h -carbonatan/h -carbonatar/RDhE -carbonaté/h -carbonate/hSG -carbonaten/h -carbonato/eS -carbonató/h -carboncillo/S -carbonear/ERD -carbonee/SG -carbonea/S -carboneo/S -carbonero/GS -carbonera/S -carbonice/S -carbónico/SG -carbónica/S -carbonífero/GS -carbonífera/S -carbonita/S -carbonizar/ERAD -carbonizo/G -carbón/NGS -carbóna/S -carbono/S -carbonoso/GS -carbonosa/S -carborundo/S -carbunclo/S -carbunco/S -carbuncoso/GS -carbuncosa/S -carbúnculo/S -carburación/S -carburad/h -carburador/S -carbura/h -carburan/h -carburante/S -carburar/RhDE -carburé/h -carbure/hGS -carburen/h -carburina/S -carburo/h -carburó/h -carburos -carcajada/S -carcajear/REÁDÅ -carcajee/GS -carcajea/S -carcaj/S -carcamal/S -cárcamo/S -carca/S -carcasa/S -carcavear -carcavinad/i -carcavina/i -carcavinan/i -carcavinar/iRDE -carcavine/GSi -carcavina/S -carcaviné/i -carcavinen/i -carcavino/i -carcavinó/i -cárcavo/GS -cárcava/S -carcelario/SG -carcelaria/S -carcelero/GS -carcelera/S -cárcel/S -carcinoma/S -cárcola/S -carcome/GS -carcoma/S -carcomer/RLDE -carcunda/S -cardador/GS -cardadora/S -cardal/S -cardamina/S -cardar/ERÚDB -cardario/S -cardelina/S -cardenalato/S -cardenales/a -cardenalicio/GS -cardenalicia/S -cardenal/S -cardenillo/S -cárdeno/G -cardero/S -carde/SG -carda/S -cardíaco/SG -cardíaca/S -cardialgia/S -cardias -cardillar/S -cardinal/S -cardiógrafo/S -cardiograma/S -cardiotónico/GS -cardiotónica/S -carditis -cardizal/S -cardón/S -cardo/SN -carduce/S -carduzar/RDE -carduzo/G -carea/a -caread/a -careador/S -carean/a -carear/ERaD -carearme -carearnos -carearos -carearte -careced/i -carece/iS -carecen/i -carecer/iRIPDL -carecía/i -carecí/i -careció/i -careé/a -careen/a -caree/SGa -carea/S -carenar/ERDB -carencial/S -carene/GS -carena/S -carenero/S -carenote/S -carente/FS -careó/a -careo/S -carero/GS -carera/S -caresa/S -cares/hiadl -carestía/S -careto/GS -careta/S -carey/S -careza/L -carezca/i -carezco/i -cargaba/hSpr -cargabais/rh -cargábamos/r -cargaban/hpr -cargada/N -cargadero/GS -cargadera/S -cargaderos/h -cargad/hGipr -cargadlo/GS -cargadla/S -cargado/hSpr -cargadores/p -cargador/GS -cargadora/S -cargáis/rph -cárgalo/GS -cárgala/S -cargamento/S -cargamos/hpr -cargando/hpr -cargándole/G -cargándolo/S -cargándomelo/GS -cargándomela/S -cargándonoslo/SG -cargándonosla/S -cargándooslo/GS -cargándoosla/S -cargándoselo/GS -cargándosela/S -cargándose/r -cargándotelo/GS -cargándotela/S -cargan/iprh -cargante/SF -cargara/hpr -cargarais/rh -cargáramos/r -cargaran/hpr -cargarán/rph -cargará/rph -cargarás/rph -cargare/hGSpr -cargareis/rh -cargaréis/rh -cargaremos/r -cargáremos/r -cargaren/hpr -cargaré/rph -carga/rhiSp -cargaríais/r -cargaríamos/r -cargarían/rh -cargaría/rSph -cargarla/hr -cargarle/S -cargarlo/rSGh -cargarme/hp -cargarnos/h -cargaron/hpr -cargaros/hp -cargar/REÃiÅÆøDôÁÀ -cargarse/hpr -cargarte/hp -cargase/hpr -cargaseis/rh -cargásemos/r -cargasen/hpr -cargas/hSpr -cargaste/hpr -cargasteis/r -cargazón/S -cargó/rpih -cargo/SGhip -carga/S -cargué/hrpi -cargue/hSipr -carguéis/prh -carguemos/rh -carguen/hpr -carguero/GS -carguera/S -cariacedo/GS -cariaceda/S -cariacontecido/GS -cariacontecida/S -carialegre/S -caría/lS -cariampollar/S -caria/n -cariancho/GS -cariancha/S -carían/l -cariaquito/S -cariar/RIBD -caribello/S -caribeño/SG -caribeña/S -caribe/S -caricato/S -caricaturar/RDE -caricature/GS -caricatura/S -caricaturesco/GS -caricaturesca/S -caricaturice/S -caricaturista/S -caricaturizar/RDE -caricaturizo/G -carichato/GS -carichata/S -caricia/Sa -caridoliente/S -caries -caríe/SG -caría/S -carifruncido/GS -carifruncida/S -carigordo/GS -carigorda/S -cariharto/GS -cariharta/S -carilargo/GS -carilarga/S -carilindo/GS -carilinda/S -carillo/G -carillón/S -cariñad/ih -cariña/hi -cariñan/ih -cariñar/RhEiD -cariñe/GhiS -cariñé/ih -cariñen/ih -cariño/hi -cariñó/ih -cariños -cariñoso/GS -cariñosa/S -cariocar/S -cariofiláceo/SG -cariofilácea/S -cariofileo/SG -cariofilea/S -cariofilina/S -cario/SGn -caria/S -carisea/S -cariseto/S -carisma/S -carismático/GS -carismática/S -caritativo/GS -caritativa/S -cariz/S -car/KGNS -carlanca/S -carla/S -carlear -carleta/S -carlina/S -carlinga/S -carlismo/S -carlista/S -carlita/S -carlovingio/GS -carlovingia/S -carmelina/S -carmelitano/GS -carmelitana/S -carmelita/S -carmel/S -carmenador/S -carmenar/RED -carmene/GS -carmena/S -carmen/S -carmesí/S -carminar -carminativo/GS -carminativa/S -carmín/S -carnada/Sih -carnadura/iSh -carnalmente -carnal/SK -carnavalada/S -carnavalesco/GS -carnavalesca/S -carnaval/S -carnaza/S -carnecilla/S -carnerada/S -carnerear/RPDE -carneree/SG -carnerea/S -carnerero/S -carnero/CS -carné/S -carne/SC -carnes/ih -carnestolendas -carnet/S -carnicero/GS -carnicera/S -cárnico/GS -cárnica/S -carnificar/RDE -carnifico/G -carniforme/S -carniola/aS -carniseco/GS -carniseca/S -carnívoro/SG -carnívora/S -carniza/LS -carnizas/i -carnoso/GSK -carnosa/S -carnudo/GS -carnuda/S -carnuza/S -carochar/ERD -caroche/GS -carocha/S -carolingio/SG -carolingia/S -carolino/GS -carolina/S -carolo/GS -carola/S -caromomia/S -caro/MS -caronchar/DRE -caronche/SG -caroncha/S -caros/rh -carota/S -carótida/S -carozo/S -carpanta/S -carpelar/S -carpelo/S -carpentear -carpe/SG -carpa/S -carpeta/HS -carpetano/GS -carpetana/S -carpetas/i -carpiano/GS -carpiana/S -carpintear/RDE -carpintee/GS -carpintea/S -carpinteril/S -carpintero/LGS -carpir/RED -carpo/S -carquesa/S -carra/aS -carracero/GS -carracera/S -carraco/GS -carraca/S -carraleja/S -carranca/S -carranza/S -carraón/S -carrascal/S -carrasco/GS -carrasca/S -carraspada/S -carraspear/RDE -carraspee/GS -carraspea/S -carraspeo/S -carraspera/S -carraspina/S -carrasquear/RED -carrasquee/SG -carrasquea/S -carrasqueño/GS -carrasqueña/S -carrasquizo/S -carrear/a -carrera/N -carrerista/S -carrero/GS -carrera/S -carreta/a -carretal/S -carrete/aGS -carretear/RED -carretee/GS -carretea/S -carretel/SG -carretela/S -carreteril/S -carretero/GSL -carretera/S -carretilla/S -carretillero/S -carretonada/S -carretoncillo/S -carretón/NS -carricar -carricera/S -carricoche/S -carriles/ih -carrilete/S -carrillo/ih -carrilludo/GS -carrilluda/S -carril/S -carriola/S -carriona/S -carrizo/S -carrocero/GS -carrocera/S -carroce/S -carrochar/RED -carroche/SG -carrocha/S -carromatero/S -carromato/S -carroñad/i -carroña/i -carroñan/i -carroñar/iRED -carroñé/i -carroñe/iGS -carroñen/i -carroñero/SG -carroñera/S -carroño/i -carroñó/i -carros/c -carro/SGN -carra/S -carroza/L -carrozar/RED -carrozo/G -carruajero/S -carruaje/S -carrucar/RDE -carrucha/S -carruco/G -carrujo/S -carrusel/S -cartagenero/SG -cartagenera/S -cartaginense/S -cartaginés/GS -cartaginésa/S -cartaginiense/S -cartapacio/S -cartas/ih -carta/SNH -cartear/ERÁD -cartee/GS -cartea/S -cartelear -cartelero/GS -cartelera/S -cartel/GS -cartela/S -cartelista/S -carterista/S -cartero/GS -cartera/S -cárter/S -cartesianismo/S -cartesiano/SG -cartesiana/S -carteta/S -cartilaginoso/GS -cartilaginosa/S -cartílago/S -cartivana/S -cartografiar/RDIÀ -cartográfico/SG -cartográfica/S -cartografíe/GS -cartografía/S -cartógrafo/GS -cartógrafa/S -cartolas -cartomancia/S -cartón/CS -cartonero/GS -cartonera/S -cartones/ai -cartuchera/S -cartucho/i -cartuchos -cartujano/GS -cartujana/S -cartujo/GS -cartuja/S -cartulario/S -cartulina/S -cartusana/S -caruncular/S -carúncula/S -carvajal/S -carvajo/S -carvallar/S -carvalledo/S -carvallo/S -casabe/S -casaca/NS -casación/S -casadero/GS -casadera/S -casad/hi -casalero/GS -casalera/S -casalicio/S -casa/LN -casal/S -casamata/S -casamentero/GS -casamentera/S -casándome -casándonos -casándoos -casándote -casan/hi -casanova/S -casaos -casariego/GS -casariega/S -casar/iRhPDE -casarle/GS -casarla/S -casarlo/S -casarme -casarnos -casaros -casarte -cásate -casatienda/S -cascaba/hSi -cascabais/h -cascaban/hi -cascabelear/RED -cascabelee/GS -cascabelea/S -cascabelero/GS -cascabelera/S -cascabeles/i -cascabel/SN -cascabillo/S -cascad/ihG -cascado/hSi -casca/hi -cascáis/ih -cascajar/S -cascajo/S -cascajoso/GS -cascajosa/S -cascajuelo/SG -cascajuela/S -cascalbo/S -cascalleja/S -cascalote/S -cascamajar/RDE -cascamaje/GS -cascamaja/S -cascamos/hi -cascando/hi -cascan/ih -cascanueces -cascara/hN -cascará/ih -cascarais/h -cascaran/hi -cascarán/ih -cascar/ÃRPEDÂôB -cáscara/S -cascarás/ih -cascare/hGSi -cascaré/ih -cascareis/h -cascaréis/h -cascarela/S -cascaren/hi -cascaría/iSh -cascarían/h -cascaron/hi -cascarón/S -cascarrabias -cascarria -cascarrinar/RDE -cascarrine/GS -cascarrina/S -cascarse/hi -cascase/hi -cascaseis/h -cascasen/hi -cascas/hSi -cascaste/hi -casco/iGh -cascó/ih -cascos/j -cascote/iS -case/hGSi -caseificar/RDE -caseifico/G -casé/ih -casémonos -casen/hil -cásense -caserío/S -caserna/S -casero/NGS -casera/S -caserón/S -cásese -cases/l -casete/GS -caseta/S -caseto/S -casi -casia/S -casillero/S -casiller/S -casimir/S -casinita/S -casino/GS -casina/S -casiterita/S -caso/ahi -casó/ih -casona/S -casorio/S -casos/a -caspa/hS -caspio/SG -caspia/S -cáspita -casposo/GS -casposa/S -casqué/hi -casque/iSh -casquéis/hi -casquemos/h -casquen/ih -casquero/GSL -casquera/S -casquetada/Si -casquetazo/S -casquete/iS -casquijo/S -casquillo/GS -casquilla/S -casquilucio/GS -casquilucia/S -casquivano/GS -casquivana/S -casta/iShk -castalio/GS -castalia/S -castaña/H -castañeta/S -castañetear/REÆD -castañetee/GS -castañetea/S -castaño/GS -castaña/S -castañuela/S -castellanamente -castellanice/S -castellanismo/S -castellanizar/RDE -castellanizo/G -castellano/GS -castellana/S -castellar/S -castellonense/S -castel/S -casticismo/S -casticista/S -castidad/S -castigador/GS -castigadora/S -castigar/ÅÆRÍEDÁ -castigo/GS -castiga/S -castillejo/S -castillete/S -castillo/CL -castina/S -casting -castizamente -castizo/GKS -casto/NSG -casta/S -castoreño/S -castóreo/S -castor/GNS -castorina/S -castos/k -castraba/iS -castraban/i -castrad/iG -castrado/iS -castrador/S -castra/i -castráis/i -castramos/i -castrando/i -castran/i -castrapuercas -castrara/i -castrará/i -castraran/i -castrarán/i -castrar/ARDEÀÁB -castrarás/i -castraré/i -castrare/iGS -castraren/i -castraría/iS -castraron/i -castrarse/i -castrase/i -castrasen/i -castras/iS -castraste/i -castré/i -castre/iGS -castréis/i -castremos/i -castren/i -castrense/S -castro/i -castró/i -castros -casualismo/S -casualista/S -casualmente -casual/OKS -casuariforme/S -casuario/S -casuca/S -casucho/GS -casucha/S -casulla/S -casullero/S -catabolismo/S -catacaldos -cataclismo/S -catacumbas -catad/ap -catador/S -catadura/S -catafalco/S -catafórico/GS -catafórica/S -catalán/GS -catalána/S -catalanidad/S -catalanismo/S -catalanista/S -cataldo/S -catalejo/S -catalepsia/S -catalicores -catalina/S -catálisis -catalítico/GS -catalítica/S -catalizador/S -catalogador/GS -catalogadora/S -catalogar/REDÁÀÄÆ -catalogo/G -catálogo/S -catalufa/S -Cataluña -catan/ap -cata/pa -cataplasma/S -catapultar/REDÀ -catapulte/GS -catapulta/S -catar/aRÀpDE -catarata/S -catarral/S -catarrino/S -catarro/a -catarros -catarroso/GS -catarrosa/S -catarsis -catártico/GS -catártica/S -catasalsas -catascopio/S -cataste/G -catastral/S -catástrofe/S -catastrófico/SG -catastrófica/S -catastro/S -catatonia/S -catatónico/GS -catatónica/S -cataviento/S -catavino/S -cateador/S -catead/p -cateándolo/GS -cateándola/S -catean/p -catea/p -caté/ap -catear/pRDE -catecismo/S -catecumenia/S -catecúmeno/GS -catecúmena/S -catedralicio/GS -catedralicia/S -catedralidad/fS -catedral/KS -catedrar -cátedra/S -catedrático/SG -catedrática/S -catedrilla/S -cateen/p -cateé/p -catee/pGS -categoría/SO -categóricamente -categórico/GS -categórica/S -categorismo/S -caten/ap -catenario/SG -catenaria/S -catenular/S -cateo/p -cateó/p -cate/paGS -catequesis -catequice/S -catequismo/S -catequista/S -catequizador/GS -catequizadora/S -catequizar/REÀD -catequizo/G -catering -catervarios -caterva/S -cateterismo/S -catéter/S -cateto/SG -cateta/S -catilinaria/S -catite/S -cativar -cató/ap -cátodo/S -catolicé/h -catolice/hS -catolicen/h -catolicidad/S -catolicismo/S -católico/GS -católica/S -catolizad/h -catoliza/h -catolizan/h -catolizar/hRED -catolizó/h -catolizo/hG -catoniano/GS -catoniana/S -catonice/S -catonismo/S -catonizar/RED -catonizo/G -catón/pS -cato/pa -catoptromancia/S -catoptroscopia/S -catoquita/S -catorceavo/SG -catorceava/S -catorceno/GS -catorcena/S -catorce/S -catos/p -catrecillo/S -catre/S -caucáseo/GS -caucásea/S -caucasiano/GS -caucasiana/S -caucásico/GS -caucásica/S -cauce/iS -cauchero/GS -cauchera/S -caucho/ip -cauchos -caucionad/n -cauciona/n -caucionan/n -caucionar/RDnE -caucioné/n -caucionen/n -caucione/SGn -cauciona/S -cauciono/n -caucionó/n -caudada/p -caudado/pGS -caudales/a -caudalosamente -caudaloso/SG -caudalosa/S -caudal/S -cauda/Sp -caudatario/S -caudato/GS -caudata/S -caudillismo/S -caudillo/CS -cauliforme/S -caulinar/S -cauro/S -causad/i -causador/GS -causadora/S -causa/fSi -causahabiente/S -causal/SK -causándole/S -causándome -causándonos -causándoos -causándote -causan/i -causante/S -causar/iREDÀ -causarle/S -causarme -causarnos -causaros -causarte -causativo/SG -causativa/S -causé/i -cause/iSG -causen/i -causo/i -causó/i -causticar/RED -causticidad/S -caustico/G -cáustico/GS -cáustica/S -cauta/k -cautela/an -cautelad/an -cautelan/an -cautelar/RanED -cautele/aGSn -cautelé/an -cautelen/an -cautelo/an -cauteló/an -cauteloso/SG -cautelosa/S -cauterice/S -cauterio/S -cauterizador/SG -cauterizadora/S -cauterizar/ARÀED -cauterizo/G -cautivador/GS -cautivadora/S -cautivar/RDEÀÁ -cautive/GS -cautiva/S -cautiverio/S -cautivo/KS -cauto/kGS -cavadizo/GS -cavadiza/S -cavad/jip -cavador/S -cavadura/S -caváis/n -cavamos/n -cavan/jinp -cava/npji -cavarlo/GS -cavarla/S -cavar/pRjDiE -cavé/ijp -cavéis/n -cavemos/n -caven/jinp -cave/npjGSi -cavernario/SG -cavernaria/S -caverna/S -cavernidad/S -cavernoso/GKS -caviar/S -cavidad/fS -cavilar/RDAE -cavile/SG -cavila/S -cavilosamente -caviloso/GKS -cavó/ijp -cavo/npji -cavos -cayada/N -cayado/GS -cayada/S -cayena/S -cayéndole/S -cayéndome -cayéndonos -cayéndoos -cayéndote -cayó/hpg -cayo/S -cayote/S -cazabe/S -cazadero/GS -cazadera/S -cazador/SG -cazadora/S -cazalla/S -cazallero/GS -cazallera/S -cazar/RÛDÍEÁÀÂÄ -cazatorpedero/S -cazcalear/RED -cazcalee/SG -cazcalea/S -cazcarria/S -caz/LGS -cazolada/S -cazoleja/S -cazolero/GS -cazolera/S -cazoleta/S -cazoletear/RED -cazoletee/SG -cazoletea/S -cazoletero/GS -cazoletera/S -cazo/N -cazonal/S -cazonete/S -cazón/S -cazuela/S -cazumbrar/RDE -cazumbre/SG -cazumbra/S -cazurrear/RDE -cazurree/SG -cazurrea/S -cazurro/GS -cazurra/S -cazuz/S -CD -CDs -cea/S -cebadad/ai -cebada/HN -cebadal/S -cebadan/ai -cebadar/RaDiE -cebadazo/G -cebade/aGSi -cebadé/ia -cebaden/ai -cebadero/GS -cebadera/S -cebado/ai -cebadó/ia -cebador/GS -cebadora/S -cebad/ph -cebadura/S -cebándolo/GS -cebándola/S -cebándome -cebándonos -cebándoos -cebándote -ceban/ph -ceba/ph -cebarle/GS -cebarla/S -cebarlo/S -cebar/pRDhE -cebé/hp -cebellina/S -ceben/ph -cebe/pGSh -cebero/S -cebó/hp -cebollada/Sia -cebolla/iS -cebollana/S -cebollar/iS -cebollero/GS -cebollera/S -cebolleta/S -cebollino/S -cebolludo/GS -cebolluda/S -cebón/SG -cebóna/S -cebo/pah -cebos/a -cebra/S -ceburro/S -cecal/S -ceca/S -ceceante/S -cecear/DRE -cecee/SG -cecea/S -ceceoso/GS -ceceosa/S -cecina/a -cecinad/a -cecinan/a -cecinar/aRED -ceciné/a -cecine/GSa -cecina/S -cecinen/a -cecino/a -cecinó/a -ceda/boalfn -cedacear/RDE -cedacee/GS -cedacea/S -cedacero/S -cedáis/a -cedan/fonalb -cedazo/NS -cede/bofSGanl -ceded/fonlb -cedéis/a -ceden/fonalb -ceder/bDfoREnl -cederla/f -cederle/nSf -cederlo/fSG -cederme/f -cedérmelo/GS -cedérmela/S -cedernos/f -cedérnoslo/GS -cedérnosla/S -cederos/f -cedéroslo/SG -cedérosla/S -cedérselo/SG -cedérsela/S -cederte/f -cedértelo/SG -cedértela/S -cedía/blnof -cedí/bnflo -cediéndole/SG -cediéndola/S -cediéndolo/S -cediéndome -cediéndonos -cediéndoos -cediéndote -cedilla/S -cedió/blnof -cedizo/SG -cediza/S -cedo/bnLolf -cédride/S -cedrito/S -cedrón/S -cedro/S -cedulario/S -cédula/S -cefalalgia/S -cefalea/S -cefálica/i -cefálico/GSi -cefálica/S -cefalitis/i -cefalópodo/S -cefalorraquídeo/S -cefalotórax -cefear/RED -cefee/SG -cefea/S -céfiro/S -cefo/S -cegador/GS -cegadora/S -cegajear -cegar/RIPDÁÀÄÆ -cegato/SG -cegata/S -ceguedad/S -ceguera/S -ceiba/S -cejadero/S -cejador/S -cejad/p -cejan/p -ceja/prS -cejar/pRDE -cejen/p -cejé/p -ceje/pGS -cejijunto/GS -cejijunta/S -cejilla/S -cejó/p -cejo/pjfr -cejudo/SG -cejuda/S -cejuela/S -cela/Ci -celadores/p -celador/GS -celadora/S -celad/pi -celándolo/GS -celándola/S -celan/pi -celar/pRDiE -celastro/S -celda/iS -celdilla/S -celebración/S -celebrad/f -celebrador/GS -celebradora/S -celebra/f -celebrándole/GS -celebrándola/S -celebrándolo/S -celebran/f -celebrante/S -celebrar/fRDE -celebrarle/GS -celebrarla/S -celebrarlo/S -celebrarme -celebrarnos -celebraros -celebrarte -celebré/f -celebre/GfS -celebren/f -célebre/S -celebró/f -celebro/K -celé/ip -celeminada/S -celeminear/RDE -celeminee/GS -celeminea/S -celeminero/S -celemín/S -celen/pi -celentéreo/S -cele/pGSi -celeridad/S -celescopio/S -celeste/S -celestialmente -celestial/rS -celestinear/RED -celestinee/GS -celestinea/S -celestinesco/GS -celestinesca/S -celestino/GS -celestina/S -celestre/S -celiaco/GS -celiaca/S -celíaco/GS -celíaca/S -celia/S -celibato/S -célibe/S -celidonia/S -celinda/S -cella/iS -cellisca/S -cellisquear/ERD -cellisquee/GS -cellisquea/S -celofán/S -celó/ip -celo/pS -celosamente -celosa/po -celosía/S -celoso/pGSo -celotipia/S -celsitud/S -celta/S -celtibérico/GS -celtibérica/S -celtiberio/GS -celtiberia/S -celtíbero/GS -celtíbera/S -céltico/GS -céltica/S -celtismo/S -celtista/S -celulario/GS -celularia/S -celular/sSl -célula/S -celulita/S -celuloide/S -celulosa/S -cementar/RED -cemente/GS -cementa/S -cementerio/S -cemento/S -cementoso/GS -cementosa/S -cenacho/S -cenadero/S -cenador/SG -cenadora/S -cenad/r -cenagal/S -cenagar/i -cenagoso/GS -cenagosa/S -cena/gr -cenan/r -cenarme -cenarnos -cenaros -cenar/RrDE -cenarte -cenceño/GS -cenceña/S -cencerrear/RDE -cencerree/SG -cencerrea/S -cencerro/GS -cencerra/S -cendal/S -cendolilla/S -cendra/ai -cendrad/ai -cendran/ai -cendrar/aRiED -cendrazo/S -cendré/ia -cendren/ai -cendre/SGai -cendra/S -cendro/ai -cendró/ia -cenefa/S -cenegar/RED -cenego/G -cene/GSr -cena/S -cenen/r -cené/r -cenero/S -cenestesia/S -cenia/S -cenicense/S -cenicerense/S -cenicero/S -ceniciento/SG -cenicienta/S -cenit -cenital/S -cenizal/S -ceniza/N -cenizas/i -cenizo/SG -ceniza/S -cenizoso/GS -cenizosa/S -cenobial/S -cenobio/S -cenobita/S -cenobitismo/S -ceno/gGr -cenó/r -cenotafio/S -cenote/S -cenozoico/GS -cenozoica/S -censa/a -censad/ak -censal/S -censan/a -censar/aRDk -censarlo/GS -censarla/S -censatario/SG -censataria/S -cense/aSG -censé/ka -censen/a -censo/hkS -censó/ka -censor/GS -censora/S -censorio/GS -censoria/S -censualista/S -censual/S -censuario/S -censurable/kS -censurador/GS -censuradora/S -censurar/RÆDEÁÀ -censure/GS -censura/S -censurista/S -cent -centaurea/S -centauro/GS -centaura/S -centavo/GS -centava/S -centellador/GS -centelladora/S -centellar/RED -centelleante/S -centellear/RDE -centellee/SG -centellea/S -centelle/GS -centella/S -centenada/S -centenal/S -centena/N -centenaria/S -centenario/eS -centenar/S -centenaza/S -centenero/GS -centenera/S -centeno/GS -centena/S -centenoso/SG -centenosa/S -centesimal/S -centésimo/GS -centésima/S -centilitro/S -centiloquio/S -centimano/S -centímano/S -centímetro/S -céntimo/GS -céntima/S -centinela/S -centinodia/S -centiplicado/GS -centiplicada/S -centollo/GS -centolla/S -centonar/RDE -centón/GS -centóna/S -centrad/fih -centra/ifh -centralicé/h -centralice/hS -centralicen/h -centralismo/S -centralista/S -centralita/S -centralización/S -centralizad/h -centralizador/SGh -centralizadora/S -centraliza/h -centralizan/h -centralizar/RhDE -centralizó/h -centralizo/hG -central/KOS -centrándola/f -centrándolo/fSG -centrándome/f -centrándonos/f -centrándoos/f -centrándote/f -centran/fih -centraos/f -centrar/hRfiDE -centrarla/f -centrarlo/fGS -centrarme/f -centrarnos/f -centraros/f -centrarte/f -céntrate/f -centré/hfi -centre/ifSGh -centrémonos/f -centren/fih -céntrense/f -céntrese/f -céntrico/GS -céntrica/S -centrifugador/GS -centrifugadora/S -centrifugar/RED -centrifugo/G -centrífugo/GS -centrífuga/S -Centroamérica -centroamericano/GS -centroamericana/S -centró/hfi -centro/ifh -centros -centuplicar/RDE -centuplico/G -centuria/S -centurión/S -cenzontle/S -ceña/aS -ceñar/RED -ceñe/GS -ceña/S -ceñía/hSp -ceñíais/hp -ceñíamos/h -ceñían/hp -ceñid/hpG -ceñido/pSh -ceñidor/S -ceñimos/ph -ceñí/ph -ceñir/ÀÁXúóÊD -ceñirá/hp -ceñirán/hp -ceñirás/hp -ceñiré/hp -ceñiréis/h -ceñiría/hpS -ceñirían/h -ceñirse/ph -ceñís/hp -ceñiste/ph -ceño/S -ceñudo/GS -ceñuda/S -cepa/Na -cepeda/S -cepellón/S -cepillad/a -cepillan/a -cepillándolo/GS -cepillándola/S -cepillarle/S -cepillarme -cepillarnos -cepillaros -cepillar/RaBED -cepillarte -cepillé/a -cepillémonos -cepillen/a -cepíllense -cepille/Sa -cepíllese -cepilló/a -cepillo/S -cepita/S -cepo/hGai -ceporro/S -cepos -ce/pSH -cequia/CaS -cequí/S -cera/ahSi -cerámico/SG -cerámica/S -ceramista/S -cerasta/S -ceraza/S -cerbatana/S -cerbero/S -cercad/ahp -cercadores/h -cercador/GS -cercadora/S -cerca/hjpaS -cercan/ahp -cercanamente -cercándolo/GS -cercándola/S -cercándome -cercándonos -cercándoos -cercándote -cercanía/S -cercano/GS -cercana/S -cercarle/GS -cercarla/S -cercarlo/S -cercarme -cercarnos -cercaros -cercar/RapDhE -cercarte -cercear/RED -cercee/GS -cercea/S -cercen -cercenador/GS -cercenadora/S -cercenar/RPBÂDE -cercene/G -cercén/S -cerceta/S -cerchar/ERD -cerchear/RDE -cerchee/GS -cerchea/S -cerche/GS -cercha/S -cercillo/S -cerciorar/ERDÁøô -cerciore/SG -cerciora/S -cerco/hpGa -cercó/pha -cercopiteco/S -cercos/r -cercote/S -cerdear/RDE -cerdee/GS -cerdea/S -cerdito/GS -cerdita/S -cerdo/SG -cerda/S -cerdoso/GS -cerdosa/S -cerdudo/GS -cerduda/S -cerealista/S -cereal/S -cerebelo/S -cerebral/S -cerebrina/S -cerebroespinal/S -cerebro/h -cerebros -cereceda/S -ceremonial/S -ceremonia/S -ceremoniero/GS -ceremoniera/S -ceremonioso/GS -ceremoniosa/S -cerero/GS -cerera/S -ceresina/S -cerezal/S -cereza/N -cerezo/h -cerezos -cerífica/S -ceriflor/S -cerilla/S -cerillero/GS -cerillera/S -cerillo/aS -cerio/S -cerita/S -cernada/Sia -cernear/RED -cernedero/GS -cernedera/S -cernedor/GS -cernedora/S -cernee/SG -cernea/S -cerner/RI -cerne/SG -cerna/S -cernía/f -cernían/f -cernícalo/S -cernidero/S -cernido/N -cerniendo/f -cerniera/f -cernieran/f -cerniere/f -cernieren/f -cernieron/f -cerniese/f -cerniesen/f -cernió/f -cernirá/f -cernirán/f -cernir/BRD -cerniría/f -cernirían/f -cerno/SL -cero/hGM -ceromancia/S -ceroma/S -ceros/a -ceroso/SG -cerosa/S -cerotear/RED -cerotee/GS -cerotea/S -cerote/Si -cerque/ahp -cerqué/pha -cerquillo/S -cerquita -cerraba/ihSj -cerrabais/hj -cerrábamos/j -cerraban/hij -cerrada/r -cerradero/GS -cerradera/S -cerraderos/i -cerrad/iGhj -cerradizo/GS -cerradiza/S -cerrador/iGS -cerrado/rihSjG -cerráis/jhi -cerraja/LS -cerrajas/h -cerrajear/RED -cerrajee/SG -cerrajea/S -cerrajero/SN -cerrajón/S -cerramos/hij -cerra/N -cerrando/hij -cerrándose/j -cerraos/i -cerrará/hji -cerrara/ijh -cerrarais/hj -cerráramos/j -cerraran/hij -cerrarán/jih -cerrarás/jih -cerraré/hji -cerrare/ihGSj -cerrareis/hj -cerraréis/hj -cerraremos/j -cerráremos/j -cerraren/hij -cerraríais/j -cerraría/jihS -cerraríamos/j -cerrarían/hj -cerrarla/ij -cerrarle/iGS -cerrarlo/iSjG -cerrarme/i -cerraron/hij -cerraros/i -cerrar/RÃÄÆÅPIBùôDÂÀÁÐÒÑÍÎÌõø -cerrarse/hij -cerrarte/i -cerrase/ihSj -cerraseis/jh -cerrásemos/j -cerrasen/hij -cerraste/hij -cerrasteis/j -cerrazón/S -cerrebojar/RED -cerreboje/GS -cerreboja/S -cerréis/jhi -cerré/jhi -cerremos/hij -cerrero/GS -cerrera/S -cerrillar/RED -cerrille/S -cerril/S -cerró/jhi -cerrojito/S -cerrojo/HNS -cerro/NSG -cerra/S -certamen/S -certero/GS -certera/S -certeza/S -certidumbre/kS -certificable/S -certificador/SG -certificadora/S -certificar/RÁÀÂDEA -certificatorio/GS -certificatoria/S -certifico/G -certísimo/SG -certísima/S -certitud/S -cerúleo/SG -cerúlea/S -cerulina/S -cerumen/S -cerusa/S -cerusita/S -cerval/S -cervantesco/GS -cervantesca/S -cervantino/SG -cervantina/S -cervantismo/S -cervantista/S -cervario/GS -cervaria/S -cervato/NS -cervecero/GS -cervecera/S -cervecita/S -cerveza/LS -cervical/S -cervicular/S -cérvido/GS -cérvida/S -cerviguillo/S -cervino/GS -cervina/S -cerviz/S -cervuno/GS -cervuna/S -cesación/S -cesad/o -cesan/o -cesante/kS -cesa/o -cesare/O -cesáreo/SG -cesárea/S -cesariano/GS -cesariana/S -cesariense/S -cesarismo/S -cesarista/S -cesar/oRDPQE -césar/S -cesen/o -cesé/o -cese/oGS -cesionaria/fo -cesionario/SGfo -cesionaria/S -cesión/lSfp -cesio/S -cesó/o -ceso/og -céspede -césped/S -cespitar -ces/S -cesta/iS -cestero/GS -cestera/S -cestodo/S -cesto/LSG -cestón/S -cestos/k -cesura/S -cetáceo/SG -cetácea/S -cetaria/S -cetario/pS -cetrero/aS -cetrina/aS -cetrino/GS -cetrina/S -cetro/SL -ceutí/S -chabacana/aS -chabacanada/aS -chabacano/LGS -chabisque/S -chabola/S -chabolismo/S -chabolista/S -chacal/S -chacen/p -chacé/p -chace/Sp -cháchara/S -chacharear/ERD -chacharee/GS -chacharea/S -chacho/GS -chacha/S -chacina/S -chacinero/GLS -chacó/a -chacolí/S -chacolotear/RED -chacolotee/GS -chacolotea/S -chaconada/S -chacona/S -chaconero/GS -chaconera/S -chaco/S -chacós -chacota/S -chacotear/RDE -chacotee/GS -chacotea/S -chacotero/GS -chacotera/S -chacra/S -Chad -chafallar/RED -chafalle/SG -chafalla/S -chafarote/S -chafar/RED -chafarrinar/RDE -chafarrine/GS -chafarrina/S -chafarrocas -chafe/GS -chafa/S -chaflana/a -chaflanad/a -chaflanan/a -chaflanar/RaDE -chaflané/a -chaflane/aGS -chaflanen/a -chaflano/a -chaflanó/a -chaflán/SG -chaflána/S -chaira/S -chalanear/RED -chalanee/GS -chalanea/S -chalanesco/GS -chalanesca/S -chalar/RDEôB -chalaza/S -chaleco/S -chalequero/SG -chalequera/S -chalé/S -chalet/S -chal/GS -chala/S -chalina/S -chalote/S -chalupa/S -chamarasca/S -chamarilear/RDE -chamarilee/GS -chamarilea/S -chamarilero/GS -chamarilera/S -chamariz/S -chamarra/S -chamar/RDE -chamba/SN -chambelán/S -chamberga/N -chambergo/GS -chamberga/S -chame/GS -chama/S -chamelar/RED -chamele/GS -chamela/S -chamicero/GS -chamicera/S -chamizo/GS -chamiza/S -chamorrar -chamorro/GS -chamorra/S -champán -champan/S -champaña/S -champar/RED -champe/SG -champa/S -champurrar/RDE -champurre/GS -champurra/S -champú/S -chamullar/RDE -chamulle/GS -chamulla/S -chamurrar/DRE -chamurre/GS -chamurra/S -chamuscar/RED -chamusco/G -chamusquina/S -cha/N -chanca/aS -chancear/RED -chancee/GS -chancea/S -chancero/GS -chancera/S -chance/SG -chanca/S -chancho/GS -chancha/S -chanchullero/GS -chanchullera/S -chanchullo/S -chanciller/S -chancleta/iS -chancletear/RED -chancletee/GS -chancletea/S -chanclo/GS -chancla/S -chancro/S -chándal/S -chanelar/EDR -chanele/GS -chanela/S -chanfaina/S -changar/RED -changarro/GS -changarra/S -chango/G -chanquear -chanquete/S -chanta/C -chantad/a -chantajear/REÁÀÂDÄ -chantajee/GS -chantajea/S -chantajista/S -chantan/a -chantar/ERaD -chanté/a -chanten/a -chante/SGa -chanta/S -chanto/a -chantó/a -chantre/S -chanza/S -chanzoneta/S -chanzonetero/S -chaola/S -chapad/i -chapa/i -chapalear/RDE -chapalee/SG -chapalea/S -chapaleta/S -chapaletear/RED -chapaletee/GS -chapaletea/S -chapan/i -chaparra/a -chaparrada/Sa -chaparral/S -chaparrazo/S -chaparrear/RDE -chaparree/GS -chaparrea/S -chapar/REiD -chaparreras -chaparrete/S -chaparro/aG -chaparrón/S -chaparros -chaparrudo/SG -chaparruda/S -chapatal/S -chapear/RED -chapee/GS -chapea/S -chape/GSi -chapa/S -chapé/i -chapel/GS -chapela/S -chapen/i -chaperonado/GS -chaperonada/S -chaperón/GS -chaperóna/S -chapeta/S -chapetonada/S -chapetón/GS -chapetóna/S -chapinero/S -chapinete/S -chapín/S -chapisca/S -chapitel/S -chaple/S -chapodar/RDE -chapode/GS -chapoda/S -chapó/i -chapo/S -chapotear/RDE -chapotee/GS -chapotea/S -chapoteo/S -chapucear/RDE -chapucee/GS -chapucea/S -chapucero/GS -chapucera/S -chapullar/ERD -chapulle/GS -chapulla/S -chapurrar/DRE -chapurrear/RED -chapurree/GS -chapurrea/S -chapurre/SG -chapurra/S -chapuzar/REÁD -chapuz/SG -chapuza/S -chaqueta/NS -chaquetear/RDE -chaquetee/GS -chaquetea/S -chaquetero/GS -chaquetera/S -chaquetón/S -charada/aS -charambita/S -charango/GS -charanga/S -charanguero/GS -charanguera/S -charca/iS -charco/SG -charca/S -charcutería/S -charlador/SG -charladora/S -charlar/REÀD -charlatanear/RED -charlatanee/GS -charlatanea/S -charlatanismo/S -charlatán/LGS -charlear/RED -charlee/GS -charlea/S -charle/SG -charla/S -charlo/S -charlotear/RED -charlotee/GS -charlotea/S -charnela/S -charola/a -charolad/a -charolan/a -charolar/aRDE -charolé/a -charole/aSG -charolen/a -charol/GS -charola/S -charolista/S -charolo/a -charoló/a -charranear/RED -charranee/GS -charranea/S -charrar/RDE -charre/SG -charra/S -charretera/S -chárter -chartreuse/S -chascar/RED -chascarro/NS -chasco/SG -chasca/S -chasis -chaspar/RED -chaspear/RED -chaspee/GS -chaspea/S -chaspe/SG -chaspa/S -chasqueador/SG -chasqueadora/S -chasquear/RDE -chasquee/SG -chasquea/S -chasquido/S -chata/aS -chatarra/S -chatarrear/RED -chatarree/GS -chatarrea/S -chatarrero/SG -chatarrera/S -chatear/RDE -chatee/GS -chatea/S -chato/GS -chata/S -chauvinismo/S -chaval/GS -chavala/S -chaveta/iS -chavo/S -chavó/S -chayote/S -chazad/p -chazan/p -chaza/p -chazar/RpED -chazo/Gp -chazó/p -Checa -checo/GS -checa/S -checoslovaco/GS -checoslovaca/S -chef/S -che/G -chelín/S -chepa/S -chequear/RDEÁÀ -chequee/SG -chequea/S -chequera/S -cheque/S -cherchar/RDE -cherche/GS -chercha/S -cherriar -cheviot/S -chiar/RED -chica/N -chicanear/RDE -chicanee/GS -chicanea/S -chicano/GS -chicana/S -chicharra/a -chicharrad/a -chicharran/a -chicharrar/REaD -chicharré/a -chicharrear/ERD -chicharree/GS -chicharrea/S -chicharre/GSa -chicharra/S -chicharren/a -chicharrero/GS -chicharrera/S -chicharró/a -chicharrón/S -chicharro/S -chichear/RED -chichee/SG -chichea/S -chiche/GS -chicha/S -chichimeco/GS -chichimeca/S -chichón/S -chiclanero/SG -chiclanera/S -chicle/S -chicolear/RDE -chicolee/SG -chicolea/S -chico/NGS -chica/S -chicoria/aS -chicote/GS -chicota/S -chicozapote/S -chic/S -chie/GS -chia/S -chiflad/p -chifladura/S -chiflan/p -chifla/p -chiflar/RpDE -chiflato/S -chifle/GpS -chíflele/S -chífleme -chíflenle/S -chíflenme -chíflennos -chíflenos -chiflen/p -chiflé/p -chiflete/S -chiflo/p -chifló/p -chihuahua/S -chilaba/S -Chile -chilenismo/S -chileno/GS -chilena/S -chilindrinero/GS -chilindrinera/S -chilindrón/S -chillador/GS -chilladora/S -chillar/RDÅÆEÀ -chille/S -chillido/S -chillón/GS -chillóna/S -chillo/S -chimango/S -chimenea/S -chimpancé/S -China -chinad/pia -chinan/pia -china/pai -chinar/iDaRpE -chinarro/i -chinarros -chinazo/S -chincha/N -chinchar/REDÁ -chinche/SG -chincha/S -chincheta/S -chinchorrear/RDE -chinchorree/GS -chinchorrea/S -chinchorrero/GS -chinchorrera/S -chinchorro/S -chine/GpSai -chiné/iap -chinela/S -chinen/pia -chinesco/GS -chinesca/S -chingar/RDôEÎÁÅ -chinglar/ERD -chingle/SG -chingla/S -chingo/G -chinó/iap -chino/pai -chinos -chio/O -chip/mS -Chipre -chipriota/S -chiquero/S -chiquilicuatro/S -chiquillada/Sa -chiquirritico/GS -chiquirritica/S -chiquitín/SG -chiquitína/S -chiquito/GS -chiquita/S -chiribita/S -chirigota/S -chirigotear/ERD -chirigotee/SG -chirigotea/S -chirigotero/GS -chirigotera/S -chirimbolo/S -chirimía/S -chirimoyo/GS -chirimoya/S -chiringuito/S -chirinola/S -chiripa/S -chiripear/RDE -chiripee/GS -chiripea/S -chirivía/S -chirla/H -chirlar/RDE -chirlatar/RDE -chirlate/GS -chirlata/S -chirlear/RED -chirlee/SG -chirlea/S -chirle/GS -chirla/S -chirlo/S -chirona/iS -chirrear/RDE -chirree/GS -chirrea/S -chirriador/SG -chirriadora/S -chirriante/S -chirriar/DRQI -chirrichote/S -chirrido/S -chirríe/GS -chirría/S -chirrionero/S -chirrisquear/RDE -chirrisquee/SG -chirrisquea/S -chirumba/S -chirumbela/S -chirumen/S -chis -chiscar/ERD -chiscarra/S -chisco/G -chisguete/S -chismar/RED -chismear/RDE -chismee/GS -chismea/S -chisme/SG -chisma/S -chismorrear/RDE -chismorree/GS -chismorrea/S -chismoso/GS -chismosa/S -chismotear/RDE -chismotee/GS -chismotea/S -chispa/H -chispeante/S -chispear/RED -chispee/SG -chispea/S -chispero/S -chispo/aGi -chisporrotear/RDE -chisporrotee/GS -chisporrotea/S -chispos -chisposo/GS -chisposa/S -chisquero/S -chist -chistad/p -chistan/p -chista/p -chistar/RpDE -chisten/p -chisté/p -chiste/pSG -chistera/S -chisto/p -chistó/p -chistosamente -chistoso/GS -chistosa/S -chitar/RED -chite/GS -chita/S -chiton/S -chito/S -chivar/REDÁ -chivatada/S -chivata/H -chivatear/RED -chivatee/GS -chivatea/S -chivato/GS -chivata/S -chive/GS -chiva/S -chivo/S -choca/aj -chocad/aj -chocan/aj -chocante/S -chocarla/j -chocarle/SG -chocarla/S -chocarlo/jSG -chocarme -chocarnos -chocaros -chocarrear/RED -chocarree/GS -chocarrea/S -chocarrero/LGS -chocar/RjEaD -chocarte -chocha/M -chochaperdiz/S -chochas/a -chochear/RED -chochee/GS -chochea/S -chochín/S -chocho/SG -chocha/S -choclar/RDE -chocle/SG -chocla/S -choclo/S -chocoano/GS -chocoana/S -choco/Gaj -chocolatero/GS -chocolatera/S -chocolate/S -chocolatina/S -chocos -chocó/S -cho/eGf -chófer/S -chofeta/S -chola/S -chollo/SG -cholla/S -chopo/GS -chopa/S -choque/aj -choqué/ja -chóquelo/GS -chóquela/S -chóquenlo/GS -chóquenla/S -chorar/DRE -chore/GS -chora/S -choricear/RDE -choricee/GS -choricea/S -choricero/SG -choricera/S -chorice/S -chori/S -chorizar/RDE -chorizo/GS -choriza/S -chorlito/S -chorlo/GS -chorla/S -chorrada/S -chorrear/EÅÆRDB -chorree/GS -chorrea/S -chorreón/S -chorreo/S -chorrera/S -chorretada/S -chorretón/S -chorro/SGN -chorra/S -chospar/RDE -chospe/GS -chospa/S -chotacabras -chotar -chotear/RDE -chotee/SG -chotea/S -chotis -choto/GS -chota/S -chotuno/GS -chotuna/S -chova/S -chovinismo/S -chovinista/S -chozo/GS -choza/S -chozpar/RDE -chozpe/SG -chozpa/S -ch/S -chubasco/S -chubasquero/S -chucero/S -chuchear/RDE -chuchee/SG -chuchea/S -chuchero/GSL -chuchera/S -chucho/a -chuchos -chueca/S -chueta/S -chufad/i -chufa/i -chufan/i -chufar/RiDE -chufé/i -chufen/i -chufero/GS -chufera/S -chufe/SGi -chufa/S -chufeta/S -chuflar/RDE -chufle/GS -chufla/S -chufleta/S -chufletear/RDE -chufletee/GS -chufletea/S -chufletero/SG -chufletera/S -chufo/i -chufó/i -chula/aSi -chulada/aiS -chulapa/a -chulapo/aG -chulapos -chulear/RED -chulee/GS -chulea/S -chulesco/GS -chulesca/S -chuleta/iS -chulo/SGL -chula/S -chumacera/S -chumba/iS -chumbera/S -chumbo/SG -chumba/S -chungo/SG -chunga/S -chunguear/RED -chunguee/SG -chunguea/S -chupacirios -chupadero/SG -chupadera/S -chupador/GS -chupadora/S -chupalandero/S -chupar/ÍÅRÄÆÃDEÇÁÂÀô -chupatintas -chuperretear/RED -chuperretee/GS -chuperretea/S -chupe/SG -chupa/S -chupetear/ERD -chupetee/GS -chupetea/S -chupete/SG -chupeta/S -chupetes/p -chupinazo/S -chupona/hS -chupones/h -chupón/GS -chupóna/S -churrar/RED -churrascar/ERD -churrasco/G -churre/GS -churra/S -churrero/GS -churrera/S -churretada/S -churrete/S -churretoso/SG -churretosa/S -churriana/S -churrigueresco/GS -churrigueresca/S -churriguerismo/S -churriguerista/S -churritar/RDE -churrite/SG -churrita/S -churro/S -churrupear -churruscar/RDE -churrusco/G -churumbel/SG -churumbela/S -chus -chuscada/S -chuscamente -chusco/GS -chusca/S -chusma/S -chusquero/S -chutar/RÁED -chute/SG -chuta/S -chutes/i -chut/S -chuzo/HS -ciabogar/RED -ciabogo/G -ciad/n -cía/gSi -cianato/S -cianea/S -cían/g -cianhídrico/S -ciánico/SG -ciánica/S -cianí/S -cianita/S -cianosis -cianuro/S -ciar/nRD -cibeleo/GS -cibelea/S -cibelina/S -cibera/S -cibercafé/S -ciberespacio/S -cicalar/a -cicatea/a -cicatead/a -cicatean/a -cicatear/REaD -cicateé/a -cicateen/a -cicatee/SGa -cicatea/S -cicateo/a -cicateó/a -cicatero/GLS -cicatrizante/S -cicatrizar/RAÀED -cicatrizativo/GS -cicatrizativa/S -cicatriz/GS -cicatriza/S -cicerone -ciceroniano/GS -ciceroniana/S -cicerón/S -cícero/S -ciclad/p -ciclamor/S -ciclan/p -cicla/p -ciclar/pRDE -ciclen/p -ciclé/p -cicle/pSG -cíclico/GS -cíclica/S -ciclismo/S -ciclista/S -ciclístico/GS -ciclística/S -ciclo/ep -cicloidal/S -cicloideo/GS -cicloidea/S -cicloide/S -ciclomotor/S -ciclónica/c -ciclónico/GcS -ciclón/S -cicló/p -cíclope/S -ciclorama/S -ciclos/e -ciclostil/S -ciclotimia/S -ciconiforme/S -cicuta/S -cicutina/S -cides/k -cid/gS -cidro/GS -cidra/S -ciegamente -ciego/S -cíe/GS -cía/S -cielo/rS -ciempiés -cíen -cié/n -ciénaga/S -ciencia/Sf -ciénega/S -cieno/S -cienoso/GS -cienosa/S -cien/S -ciente/pS -científicamente -cientificismo/S -científico/GS -científica/S -ciento/p -cientos -cierna/f -ciernan/f -cierne/f -ciernen/f -cierra/jhi -cierran/ihj -ciérrate/i -cierre/jiSGh -cierren/ihj -cierro/jhi -cierta/kaf -ciertamente/k -cierto/GkSaf -ciervo/GS -cierva/S -cierzas -cierzo/S -cifosis -cifradamente -cifrad/h -cifra/h -cifran/h -cifrar/hRDE -cifré/h -cifre/hSG -cifren/h -cifro/h -cifró/h -cigala/S -cigarral/S -cigarrero/SG -cigarrera/S -cigarro/GSN -cigarra/S -cigofiláceo/GS -cigofilácea/S -cigoñal/S -cigoñino/S -cigoto/S -ciguata/a -ciguatad/a -ciguatan/a -ciguatar/RaED -ciguaté/a -ciguate/aSG -ciguaten/a -ciguato/a -ciguató/a -cigüeña/S -cigüete/S -ciliar/DfS -cilicio/S -cilindrar/RDE -cilindre/GS -cilindra/S -cilíndrica/q -cilíndrico/qSG -cilindro/qS -cilio/fS -cilla/S -cillerero/S -cillero/S -cimacio/S -cimar/i -cimarrón/GS -cimarróna/S -cima/Si -cimbalero/S -cimbalillo/S -cimbalista/S -címbalo/S -cimbel/S -cimblar/RDE -cimble/GS -cimbla/S -cimbrad/h -cimbra/h -cimbran/h -cimbrar/RhED -cimbreante/S -cimbrear/RDE -cimbree/SG -cimbrea/S -cimbre/GhS -cimbré/h -cimbren/h -címbrico/GS -címbrica/S -cimbrio/GS -cimbria/S -cimbro/h -cimbró/h -cimbros -cimentación/S -cimentad/h -cimentador/GS -cimentadora/S -cimentar/hRID -cimentarse/a -cimenté/h -cimentó/h -cimento/S -cimera/i -cimerio/GS -cimeria/S -cimero/iGS -cimienta/h -cimiente/h -cimiento/h -cimientos -cimillo/S -cimitarra/S -cimofana/S -cinabrio/S -cinámico/SG -cinámica/S -cinamomo/S -cinc -cincelador/GS -cinceladora/S -cincelar/REBD -cincel/SG -cincela/S -cinchad/hp -cinchadura/S -cincha/H -cinchan/hp -cinchar/hRpDE -cinche/hSGp -cinchen/hp -cinché/ph -cincho/hp -cinchó/ph -cinchos -cinchuelo/GS -cinchuela/S -cincoenrama/S -cincograbado/S -cincomesino/GS -cincomesina/S -cinco/NGS -cinca/S -cincuenta/S -cincuentavo/GS -cincuentava/S -cincuentenario/GS -cincuentenaria/S -cincuenteno/GS -cincuentena/S -cincuentón/SG -cincuentóna/S -cineasta/S -cinema/S -cinemático/GS -cinemática/S -cinematografiar/RID -cinematográfico/GS -cinematográfica/S -cinematografíe/GS -cinematografía/S -cinematógrafo/S -cinerario/GS -cineraria/S -cinéreo/GS -cinérea/S -cinericia/S -cinericio/sS -cine/S -cinético/GS -cinética/S -cinglar/RDE -cingle/GS -cingla/S -cíngulo/S -cínico/SG -cínica/S -cínife/S -cinismo/S -cinoglosa/S -cinqueño/S -cinquero/S -cintadero/S -cintad/ni -cintagorda/S -cintajo/S -cinta/nmSji -cintan/ni -cintara/H -cintarear/RED -cintaree/SG -cintarea/S -cintar/RinED -cinté/in -cinte/NGS -cinta/S -cinten/ni -cintero/GS -cintera/S -cintes/ni -cintilar/RDE -cintile/SG -cintila/S -cintó/in -cinto/onpS -cintura/aS -cinturilla/S -cinturita/S -cinturón/S -ciña/hp -ciñáis/ph -ciñamos/ph -ciñan/hp -ciñe/GhSp -ciñendo/ph -ciñen/hp -ciñera/hp -ciñerais/h -ciñeran/ph -ciñere/hpG -ciñereis/h -ciñeren/ph -ciñeron/ph -ciñese/hp -ciñeseis/h -ciñesen/ph -ciñes/pSh -ciño/hp -ciñó/ph -cío -ció/n -cipariso/S -cipayo/S -cipo/cS -cipote/SG -cipota/S -cipresillo/S -cipresino/GS -cipresina/S -ciprés/S -ciprio/SG -cipria/S -cipriota/S -ciquiricata/S -ciquitroque/S -circasiano/GS -circasiana/S -circense/S -circe/S -circonio/S -circón/SG -circóna/S -circo/S -circuir/XD -circuito/mS -circulante/S -circulares/q -circularmente -circular/RAÀDE -circulatorio/GS -circulatoria/S -circule/GS -circula/S -círculo/qS -circumpolar/S -circuncidar/RQED -circuncide/GS -circuncida/S -circuncisa/k -circunciso/SGk -circuncisa/S -circundante/S -circundar/RÆDE -circunde/SG -circunda/S -circunferencialmente -circunferencial/S -circunferencia/qS -circunferente/SF -circunferir/XD -circunflejo/S -circunfuso/SG -circunfusa/S -circunlocución/S -circunloquio/S -circunnavegar/REDA -circunnavego/G -circunscribe/GS -circunscriba/S -circunscribir/RÁÅE -circunscripción/S -circunscrita/k -circunscrito/kSG -circunsolar/S -circunspección/S -circunspecto/GS -circunspecta/S -circunstancial/S -circunstanciar/RED -circunstancie/S -circunstante/FS -circunvalar/ARDE -circunvale/GS -circunvala/S -circunvecino/GS -circunvecina/S -circunvenir -circunvolar/RID -circunvolución/S -circunyacente/S -cirenaico/GS -cirenaica/S -cireneo/GS -cirenea/S -cirial/S -cirio/S -cirrípedo/S -cirrópodo/S -cirro/S -cirrosis -cirroso/GS -cirrosa/S -ciruelo/GS -ciruela/S -cirugía/S -cirujano/GS -cirujana/S -ciscar/RED -cisco/GS -cisca/S -Cisjordania -cismad/i -cisma/i -cisman/i -cismar/DRiE -cismático/GS -cismática/S -cismé/i -cisme/iSG -cismen/i -cismo/i -cismó/i -cismontano/GS -cismontana/S -cisne/S -cisoria/kSg -cisquero/GS -cisquera/S -cistáceo/GS -cistácea/S -cista/S -cisterciense/S -cisterna/S -cisticerco/S -cisticercosis -cístico/S -cistíneo/GS -cistínea/S -cistitis -cisura/kS -citaba/fS -citabais/f -citaban/f -citado/fS -citador/kpGS -citad/pfGk -citáis/f -citamos/f -citando/f -citano/GS -citana/S -citan/pkf -cita/pfk -citará/f -citarais/f -citara/N -citaran/f -citarán/f -cítara/S -citarás/f -citaré/f -citare/fGS -citareis/f -citaréis/f -citaren/f -citaría/fS -citarían/f -citarista/S -citarizar -citar/kRÂÀÁÅÄÆpDAE -citaron/f -citarse/f -citase/f -citaseis/f -citasen/f -citas/fS -citaste/f -citéis/f -cité/kfp -citemos/f -citen/pkf -cite/pGSkf -citereo/GS -citerea/S -citerior/S -citó/kfp -cítola/S -cito/pfk -citoplasma/S -citrato/S -cítrico/GS -cítrica/S -citrino/GS -citrina/S -ciudadana/f -ciudadanía/S -ciudadano/fSG -ciudadela/S -ciudad/S -civeta/S -cívico/GS -cívica/S -civilice/S -civilísima/S -civilista/S -civilizada/k -civilizado/kGS -civilizador/GS -civilizadora/S -civilizar/REÁDA -civilizo/G -civil/KkS -civilmente/k -civismo/S -cizalla/pS -cizallar/RED -cizalle/SG -cizalla/S -cizañad/i -cizaña/i -cizañan/i -cizañar/iRDE -cizañear/RED -cizañee/GS -cizañea/S -cizañé/i -cizañe/iGS -cizañen/i -cizañero/GS -cizañera/S -cizaño/i -cizañó/i -clac/S -clama/apgo -clamad/aopg -claman/aopg -clamar/gRaoEpD -clame/aSGopg -clamen/aopg -clamé/ogpa -clamo/apgo -clamó/ogpa -clamorear/RDE -clamoree/GS -clamorea/S -clamoroso/GS -clamorosa/S -clamor/S -clandestinamente -clandestino/GSK -clandestina/S -clan/S -claque/S -claqué/S -clara/ajgn -claraboya/S -claramente -clarar/ag -clarear/RDE -clareced/a -clarecen/a -clarecer/aRILD -clarece/Sa -clarecí/a -clarecía/a -clareció/a -claree/SG -clarea/S -clareo/a -clarete/S -clareza/LS -clarezca/a -clarezco/a -claridad/S -clarificar/REDÁÀ -clarifico/G -clarinete/S -clarinetista/S -clarín/HS -clarión/S -clarisa/S -clarividente/SF -claro/Ganjg -claror/S -claroscuro/S -claros/nj -clarucho/GS -clarucha/S -clase/sS -clasicismo/S -clasicista/S -clásico/SG -clásica/S -clasificación/S -clasificad/h -clasificador/GS -clasificadora/S -clasifica/h -clasificándolo/GS -clasificándola/S -clasificándome -clasificándonos -clasificándoos -clasificándote -clasifican/h -clasificarme -clasificarnos -clasificaros -clasificar/RhED -clasificarte -clasificó/h -clasifico/hG -clasifique/h -clasifiqué/h -clasista/S -claudia/S -claudicar/RDEA -claudico/G -claustra/ki -claustral/S -claustrar/ik -claustrero/GS -claustrera/S -claustrillo/S -claustrofobia/S -claustro/kGi -claustros -clausular/RDE -cláusula/S -clausule/GS -clausula/S -clausurar/RDÀE -clausure/GS -clausura/S -clavad/hi -clavadizo/GS -clavadiza/S -clavadme -clavadnos -clavadura/Si -clava/hi -claval/S -clávame -clavándome -clavándonos -clavándoos -clavándote -clavan/hi -clávanos -clavaos -clavar/hDREi -clavarlo/GS -clavarla/S -clavarme -clavármelo/GS -clavármela/S -clavarnos -clavárnoslo/GS -clavárnosla/S -clavaros -clavároslo/GS -clavárosla/S -clavárselo/GS -clavársela/S -clavarte -clavártelo/GS -clavártela/S -clávate -clavazón/S -clavecín/S -clave/dhSi -clavé/ih -clavelito/S -clavellina/S -clavel/S -claven/hi -clavero/GS -clavera/S -claveros/s -clavetear/RDE -clavetee/SG -clavetea/S -clavicémbalo/S -clavicordio/S -clavicular/S -clavícula/S -clavija/Si -clavijero/GS -clavijera/S -clavillo/S -clavito/S -clavo/Ghi -clavó/ih -clavos -claxon -cláxones -clemátide/S -clemente/kFS -clementina/S -clepsidra/S -cleptomaníaco/GS -cleptomaníaca/S -cleptomanía/S -cleptómano/GS -cleptómana/S -clerecía/S -clerical/cOS -clericalismo/cS -clericalmente -clericato/S -clericatura/S -clérigo/S -clerofobia/S -clero/S -cliché/S -clic/S -clientela/S -cliente/SG -clienta/S -clima/S -climatérico/GS -climatérica/S -climaterio/S -climatice/S -climático/GS -climática/S -climatizar/ERD -climatizo/G -climatología/S -clímax -clínico/GS -clínica/S -clinopodio/S -Clipperton -clip/S -clisar/RED -clise/GS -clisa/S -clisé/S -clisterice/S -clisterizar/RDE -clisterizo/G -clister/S -clítoris -cloaca/S -cloc -clocad/ai -clocar/iIRaD -clocó/ia -clonar/ERDÀ -clone/SG -clona/S -cloquear/RED -cloquee/GS -cloquea/S -cloqué/ia -clorato/S -clorhidrato/S -clorhídrico/GS -clorhídrica/S -clórico/SG -clórica/S -clorita/S -cloroacético/S -clorofilo/SG -clorofila/S -cloroformice/S -cloroformizar/RDE -cloroformizo/G -cloroformo/S -cloro/S -clorosis -clorótico/GS -clorótica/S -clorurar/ERD -clorure/GS -clorura/S -cloruro/S -club/S -clueca/ai -clueco/ai -cluecos -cluniacense/S -cluniense/S -cm -cnidario/S -coaccionar/ÂÁ -coactivo -coadyutor/S -coadyuvar/RDE -coadyuve/GS -coadyuva/S -coagulable/S -coagulación/S -coagulad/h -coagulador/SG -coaguladora/S -coagula/h -coagulan/h -coagulante/hS -coagular/RDhE -coagule/GhS -coagulé/h -coagulen/h -coagulo/h -coaguló/h -coágulo/S -coaguloso/GS -coagulosa/S -coa/kS -coalicionista/S -coalición/S -coaligar/R -coartar/REÀÂD -coarte/G -coatí/S -cobaltina/S -cobalto/S -cobardear/ERD -cobardee/GS -cobardea/S -cobarde/Sa -cobardía/S -cobardón/SG -cobardóna/S -coba/Si -cobayo/GS -cobaya/S -cobertero/GS -cobertera/S -cobertizo/S -cobertor/S -cobertura/S -cobijad/hia -cobijador/GS -cobijadora/S -cobija/hia -cobijamiento/S -cobijan/hia -cobijar/aRDhiE -cobijarlo/GS -cobijarla/S -cobijarme -cobijarnos -cobijaros -cobijarte -cobijé/aih -cobije/hSGia -cobijen/hia -cobijera/S -cobijó/aih -cobijo/hia -cobista/S -cobraban/pi -cobraba/pSi -cobrable/kS -cobradero/GS -cobradera/S -cobrado/pSi -cobrador/SG -cobradora/S -cobrad/pGi -cobráis/pi -cobramos/pi -cobrando/pi -cobran/ip -cobranza/S -cobra/pi -cobrara/ip -cobrarán/ip -cobraran/pi -cobrará/pi -cobrar/ÃRÚÏÆÅÍÂÀÁDE -cobrarás/ip -cobraren/pi -cobraré/pi -cobrare/pSGi -cobraría/ipS -cobrarla/p -cobrarlo/pSG -cobrarme/p -cobraron/pi -cobraros/p -cobrarse/pi -cobrarte/p -cobrase/ip -cobrasen/pi -cobras/pSi -cobraste/pi -cobrear/RDE -cobree/SG -cobrea/S -cobré/ip -cobréis/pi -cobremos/pi -cobren/ip -cobre/piSG -cobrizo/GS -cobriza/S -cobró/ip -cobro/pi -cobros -cocad/ah -coca/heSa -cocaína/S -cocan/ah -cocarar -cocar/aRhDE -cocción/Sg -cóccix -cocea/a -cocead/a -coceador/SGa -coceadora/S -coceadura/S -coceamiento/S -cocean/a -cocear/DRaE -cocedero/GS -cocedera/S -cocedizo/GS -cocediza/S -cocedlo/GS -cocedla/S -cocedor/S -coced/ph -cocedura/S -coceé/a -coceen/a -cocee/SGa -cocea/S -coceo/a -coceó/a -cocerlo/GS -cocerla/S -cocer/RphLID -cochambre/S -cochambroso/GS -cochambrosa/S -cocha/pa -cochear/RED -cochee/GS -cochea/S -cocheril/S -cochero/GS -cochera/S -coche/SGa -cocha/S -cochi -cochifrito/S -cochinada/S -cochinamente -cochina/N -cochinero/GS -cochinera/S -cochinito/S -cochino/GSN -cochina/S -cochiquera/S -cocho/SpG -cochura/S -cocía/hp -cociéndole/SG -cociéndola/S -cociéndolo/S -cociente/S -cocí/hp -cocimiento/S -cocina/pS -cocinar/REÁÂÀDÄÆÙ -cocine/GS -cocina/S -cocinero/GS -cocinera/S -cocinilla/S -cocinita/S -coció/hp -coclearia/S -coclear/S -cocó/ah -cocodrilo/S -coco/mha -cocos/m -cocotal/S -cocotero/S -cocote/Sa -coctelera/S -cóctel/S -cocuyo/S -codadura/S -codales/a -codal/S -coda/phSa -codaste/ph -codastes -codear/RDÁÅE -codee/SG -codea/S -codeso/S -códice/S -codicia/a -codiciable/S -codiciad/a -codiciador/GS -codiciadora/S -codician/a -codiciar/aRED -codiciarlo/GS -codiciarla/S -codicié/a -codicie/GaS -codicien/a -codicilar/S -codicilo/S -codicio/a -codició/a -codicioso/SG -codiciosa/S -codificable/S -codificación/S -codificad/gh -codificador/hGgS -codifica/gh -codifican/gh -codificar/gRhDE -codificarla/g -codificarlo/gSG -codifico/Ggh -codificó/hg -codifique/gh -codifiqué/hg -código/S -codillera/S -codillo/ai -codina/S -codo/NHGS -codoñate/S -codorniz/S -codorno/S -codujón/S -codujo/S -coercible/Sk -coercitivo/SG -coercitiva/S -coetáneo/GS -coetánea/S -coextender/R -cofa/S -cofiador/S -cofia/S -cofradero/S -cofrade/S -cofradía/S -cofrear -cofrero/GS -cofrera/S -cofre/Si -coge/bSphraji -cogechar/RDE -cogeche/SG -cogecha/S -coged/bprajhi -cogedera/S -cogedero/pS -cogedla/p -cogedlo/pGS -cogedme/p -cogednos -cogedor/SGpar -cogedora/S -cogedura/jS -cogéis/rjbih -cógela/p -cógelo/pSG -cógeme/p -cogemos/irbjh -cogen/bprajhi -cógenos/p -cogerá/jrbhi -cogerán/ihjbr -cogerás/ihjbr -cogeréis/brj -cogeré/jrbhi -cogeremos/jrb -cogería/bSirhj -cogeríais/rjb -cogeríamos/jr -cogerían/brj -cogerle/rS -cogérmelo/GS -cogérmela/S -cogerme/ri -cogernos/ir -cogérnoslo/GS -cogérnosla/S -cogéroslo/SG -cogérosla/S -cogeros/ri -coger/RpEÁÂÀaLÅÆÄôD -cogérselo/SG -cogérsela/S -cogerse/rbjhi -cogértelo/SG -cogértela/S -cogerte/ri -cogía/brSjihap -cogíais/rbhji -cogíamos/rbj -cogían/rjbih -cogí/brijahp -cogida/ihbjr -cogido/rSGhbji -cogiendo/jbr -cogiéndome/i -cogiéndonos/i -cogiéndoos/i -cogiéndose/jr -cogiéndote/i -cogierais/brj -cogiéramos/jr -cogieran/bjr -cogiera/rhbji -cogiereis/brj -cogiéremos/rj -cogieren/bjr -cogiere/riSGhbj -cogieron/bjr -cogieseis/brj -cogiésemos/rj -cogiesen/bjr -cogiese/riShbj -cogimos/rhbji -cogió/bihjarp -cogisteis/brj -cogiste/rhbji -cogitabundo/GS -cogitabunda/S -cogitar -cogitativo/GS -cogitativa/S -cognado/GS -cognada/S -cognición/S -cognitivo/SG -cognitiva/S -cognocer -cognomento/S -cognominar -cognoscible/kS -cognoscitivo/GS -cognoscitiva/S -cogollo/aih -cogollos -cogolmar -cogorza/S -cogotera/S -cogotes/ah -cogote/SHN -cogotudo/GS -cogotuda/S -cogucho/S -cogujada/S -cogujonero/SG -cogujonera/S -cogujón/S -cogullada/S -cogulla/S -cohabitar/A -cohechar/RDE -coheche/S -coherente/kSF -cohesionar/RDE -cohesión/GS -cohesióna/S -cohesivo/GS -cohesiva/S -cohesor/S -cohete/iS -cohetero/S -cohíbe/GS -cohíba/S -cohibir/RIÁD -cohobar/RED -cohobe/GS -cohoba/S -cohombro/a -cohonder -cohorte/S -coimbricense/S -coime/S -coinquinar -coitabais -coitábamos -coitaban -coitaba/S -coitad/G -coitado/S -coitáis -coitamos -coitan -coitando -coitándose -coitar/a -coitará -coitarais -coitáramos -coitaran -coitarán -coitarás -coitaré -coitare/GS -coitara/S -coitareis -coitaréis -coitaremos -coitáremos -coitaren -coitaríais -coitaríamos -coitarían -coitaría/S -coitaron -coitarse -coitase -coitaseis -coitásemos -coitasen -coitas/S -coitaste -coitasteis -coité -coitéis -coitemos -coiten -coite/SG -coita/S -coitó -coito/S -coja/bphajir -cojáis/hrjbi -cójala/p -cójale/GS -cójala/S -cójalo/SpG -cojámonos -cojamos/ijbhr -cojan/bprajhi -cójanla/p -cójanle/GS -cójanla/S -cójanlo/pSG -cójanse/p -cójase/p -cojear/RDE -cojee/GS -cojea/S -cojera/S -cojines/a -cojinete/S -cojín/S -cojitranco/GS -cojitranca/S -cojo/bGphraji -cojonudo/GS -cojonuda/S -cojos -cojuelo/S -cok -col -colaborador/GS -colaboradora/S -colaborar/A -colaborativo/SG -colaborativa/S -colacionar/ERD -colación/GS -colacióna/S -coladizo/GS -coladiza/S -colador/GS -coladora/S -colad/pahi -coladura/S -colágeno/GS -colágena/S -colagogo/GS -colagoga/S -cola/hai -colaina/S -colaire/S -colambre/S -colan/ahi -colana/N -colándolo/GS -colándola/S -colándome -colándonos -colándoos -colándote -colapez/S -colapiscis -colapsar/REDÀ -colapse/S -colar/iRpDha -colarla/i -colarle/GS -colarla/S -colarlo/iGS -colarme -colarnos -colaros -colarte -colaudar -colcha/ah -colchad/ha -colchadura/S -colchan/ha -colchar/aRhDE -colché/ha -colche/hSGa -colchen/ha -colcho/ah -colchó/ha -colchonero/GS -colchonera/S -colchoneta/S -colchón/S -colear/RD -coleccionador/SG -coleccionadora/S -coleccionar/ÄREDÀ -coleccione/G -colección/pS -colectad/p -colectan/p -colecta/p -colectar/RpÀED -colecte/GpS -colecten/p -colecté/p -colecticio/GS -colecticia/S -colectivice/S -colectivismo/S -colectivista/S -colectivizar/READ -colectivizo/G -colectivo/K -colecto/p -colectó/p -colectores/s -colector/pGS -colega/fS -colegiadamente -colegial/GS -colegiala/S -colegialmente -colegía/p -colegiar/RDE -colegiata/S -colegiatura/S -colegid/p -colegie/GS -colegia/S -colegio/S -colegí/p -colegir/pDX -colegís/p -cole/haSGi -colé/iahp -colen/ahi -colendo/S -coleóptero/GS -coleóptera/S -cólera/S -colericé/i -colericen/i -colerice/Si -colérico/GS -colérica/S -coleriforme/S -colerina/S -colerizad/i -coleriza/i -colerizan/i -colerizar/iRDE -colerizo/Gi -colerizó/i -colesterina/S -colesterol/S -coleta/NH -coletas/p -coletero/S -coleto/NSG -coleta/S -coletos/p -colgadero/GS -colgadera/S -colgad/h -colgadizo/GS -colgadiza/S -colgador/S -colgadura/S -colgajo/S -colgamiento/S -colgándole/SG -colgándola/S -colgándolo/S -colgante/S -colgaos -colgarle/GS -colgarla/S -colgarlo/S -colgármelo/GS -colgármela/S -colgárnoslo/GS -colgárnosla/S -colgároslo/GS -colgárosla/S -colgar/RhDÁÅI -colgárselo/GS -colgársela/S -colgártelo/GS -colgártela/S -colgó/h -colgué/h -colibacilo/S -colibacilosis -colibrí/S -colicano/GS -colicana/S -cólico/SG -cólica/S -colicuativo/GS -colicuativa/S -colicuecer/RDIL -colicuece/S -colidir/Q -coliflor/S -coligada/h -coligado/hGS -coligar/PAB -coligen/p -colige/Sp -coligió/p -colijan/p -colija/p -colijo/pG -colilla/S -colillero/SG -colillera/S -colimador -colimar/RE -colinabo/S -colineta/S -colín/SG -colína/S -colirio -coliseo/S -colisionar/RED -colisión/G -collado/Sah -colla/HS -collarino/S -collarín/S -collar/Sah -collas/a -collazo/G -colleja/S -collera/S -colmad/h -colma/h -colman/h -colmar/hRED -colmarle/SG -colmarla/S -colmarlo/S -colmarme -colmarnos -colmaros -colmarte -colmatar/RDE -colmate/SG -colmata/S -colmé/h -colme/hSG -colmenar/S -colmena/SN -colmenero/GS -colmenera/S -colmen/h -colmillada/hS -colmillar/hS -colmillazo/S -colmillo/h -colmilludo/SG -colmilluda/S -colmó/h -colmo/NS -colocaba/hS -colocabais/h -colocaban/h -colocad/hG -colocado/hS -coloca/h -colocáis/h -colocamos/h -colocando/h -colocan/h -colocara/h -colocará/h -colocarais/h -colocaran/h -colocarán/h -colocarás/h -colocaré/h -colocare/hGS -colocareis/h -colocaréis/h -colocaren/h -colocaría/hS -colocarían/h -colocar/øÃÇRÛEÌÍÁÀDôAÅÆ -colocaron/h -colocarse/h -colocase/h -colocaseis/h -colocasen/h -colocas/hS -colocasia/S -colocaste/h -colocó/h -coloco/hG -colodión/S -colodro/GSN -colodra/S -colofonia/S -colofonita/S -colo/hai -coló/iahp -coloidal/S -coloideo/GS -coloidea/S -coloide/S -Colombia -colombianismo/S -colombiano/GS -colombiana/S -colombina/n -colombino/SGn -colombina/S -colombo -colón -colonato/S -colonialismo/S -colonial/SO -colonia/S -colonicé/h -colonicen/h -colonice/Sh -colonización/S -colonizad/h -colonizador/GS -colonizadora/S -coloniza/h -colonizan/h -colonizar/hRDE -colonizarlo/GS -colonizarla/S -colonizarme -colonizarnos -colonizaros -colonizarte -colonizo/Gh -colonizó/h -colono/S -colon/S -coloqué/h -coloque/hS -coloquéis/h -coloquemos/h -coloquen/h -coloquial/S -coloquíntida/S -coloquio -coloración/S -colorad/gh -colora/kgh -coloran/gh -colorante/gS -coloraos -colorar/gRDhE -colórate -colorear/REÀD -coloree/SG -colorea/S -colore/gSGh -coloré/hg -coloren/gh -color/eS -colorete/S -coloría/hS -coloríais/h -coloríamos/h -colorían/h -colorid/h -coloriendo/h -coloriera/h -colorierais/h -coloriéramos/h -colorieran/h -coloriere/GhS -coloriereis/h -coloriéremos/h -colorieren/h -colorieron/h -coloriese/hS -colorieseis/h -coloriésemos/h -coloriesen/h -colorí/h -colorimos/h -colorió/h -colorirá/h -colorirán/h -colorirás/h -colorir/Dh -coloriré/h -coloriréis/h -coloriremos/h -coloriríais/h -coloriríamos/h -colorirían/h -coloriría/Sh -colorirse/h -colorís/h -colorismo/S -coloriste/G -coloristeis/h -coloró/hg -coloro/kgGh -colosal/S -colosense/S -coloso/S -colpar -cólquico/S -columbario/S -columbino/GS -columbina/S -columbio -columbrar/RDE -columbre/G -columelar/S -columnario/SG -columnaria/S -columna/S -columnata/S -columnista/S -columpiar/RÁÅED -columpie/SG -columpia/S -columpio/S -coluro/S -colza/S -comadrazgo/S -comadrear/RED -comadree/GS -comadrea/S -comadreja/S -comadrero/SG -comadrera/S -comadre/S -comáis/j -comalecerse -cómalo/GS -cómala/S -comámonos -comamos/j -comanche/S -comandante/FS -comandar/RÀDE -comande/SG -comanda/S -comanditario/GS -comanditaria/S -comanditar/RDE -comandite/GS -comandita/S -comando/j -cómanlo/SG -cómanla/S -coman/pjhf -cómanse -coma/phjf -comarcal/S -comarcar/RDE -comarco/G -cómase -comatoso/GS -comatosa/S -comba/a -combad/a -combadura/S -combalachar/RED -combalache/GS -combalacha/S -comban/a -combar/RaDE -combate/SG -combata/S -combatible/S -combatidor/S -combatiente/S -combatir/REÁÀÂDÄ -combativo/KSG -combé/a -comben/a -combeneficiado/S -combés -combe/SGa -comba/S -combes/S -combinable/Sk -combinad/p -combinándolo/SG -combinándola/S -combinan/p -combina/p -combinarlo/GS -combinarla/S -combinar/RpDEA -combinatorio/GS -combinatoria/S -combinémonos -combinen/p -combínense -combiné/p -combine/pSG -combínese -combino/p -combinó/p -combo/a -combó/a -combustible/JkS -combustión/S -combusto/GS -combusta/S -comedero/GS -comedera/S -comedía/h -comediante/GS -comedianta/S -comediar -comedid/h -comedí/h -comediógrafo/GS -comediógrafa/S -comedio/GS -comedia/S -comedir/hXPD -comedís/h -comedlo/GS -comedla/S -comedme -comednos -comedor/SG -comedora/S -comed/phf -coméis/j -comején/S -cómelo/SG -cómela/S -cómeme -comemierda/S -comemos/j -comencéis/i -comencemos/i -comencé/pi -comendadores/s -comendador/GS -comendadora/S -comendamiento/S -comendatario/S -comendaticio/SG -comendaticia/S -comendatoria/p -comendatorio/pSG -cómenos -comen/pjhf -comensal/S -comentador/GS -comentadora/S -comentario/S -comentarista/S -comentar/RÜÄÆÅÃEDÁÀÂÍÎ -comente/GS -comenta/S -comenzaba/iS -comenzaban/i -comenzad/iGp -comenzado/iS -comenzáis/i -comenzamos/i -comenzando/i -comenzara/i -comenzará/i -comenzaran/i -comenzarán/i -comenzarás/i -comenzaré/i -comenzare/iGS -comenzaren/i -comenzaría/iS -comenzaron/i -comenzar/pRÀID -comenzarse/i -comenzase/iS -comenzasen/i -comenzaste/i -comenzó/pi -comeos -come/phGSjf -comerciable/kS -comercial/cS -comercialice/S -comercializar/DRÀAE -comercializo/G -comercialmente -comerciante/S -comerciar/RDE -comercie/GS -comercia/S -comercio/S -comeres -comerle/GS -comerla/S -comerlo/S -comerme -comérmelo/GS -comérmela/S -comernos -comérnoslo/GS -comérnosla/S -comeros -coméroslo/SG -comérosla/S -comer/pREhLfD -comérselo/SG -comérsela/S -comerte -comértelo/SG -comértela/S -comestible/kS -cometa/a -cometan/a -cómete -cometed/a -comete/GSa -cometa/S -cometen/a -cometer/RaEÀD -cometí/a -cometía/a -cometió/a -cometo/aL -comezón/S -comía/fhp -comible/Sk -comichear/RED -comichee/GS -comichea/S -comicial/S -comicidad/S -comicios -cómico/GS -cómica/S -cómic/S -comida/N -comidan/h -comidas/r -comide/hS -comiden/h -comidió/h -comience/iSp -comiencen/i -comiendo/i -comiéndole/SG -comiéndola/S -comiéndolo/S -comiéndome -comiéndomelo/GS -comiéndomela/S -comiéndonos -comiéndonoslo/SG -comiéndonosla/S -comiéndoos -comiéndooslo/GS -comiéndoosla/S -comiéndoselo/GS -comiéndosela/S -comiéndote -comiéndotelo/GS -comiéndotela/S -comienza/ip -comienzan/i -comienzo/iGp -comienzos -comí/fhp -comillas/j -comilón/SG -comilóna/S -cominear/RDE -cominee/GS -cominea/S -cominero/GS -cominera/S -comino/SN -comió/ifhp -comiquear/RED -comiquee/GS -comiquea/S -comisad/g -comisa/g -comisan/g -comisar/gDRE -comisario/SG -comisaria/S -comiscar/RED -comisco/G -comisé/g -comise/gGS -comisen/g -comisionar/RED -comisión/GS -comisióna/S -comisionista/S -comiso/g -comisó/g -comisquear/RDE -comisquee/GS -comisquea/S -comistrajo/S -comisura/S -comitente/S -comité/S -comitiva/S -comiza/S -commelináceo/SG -commelinácea/S -cómo -cómoda/k -cómodamente/k -comodante/S -comodato/S -comodidad/hS -comodín/S -cómodo/kSG -comodón/GS -comodóna/S -comodoro/S -como/phjf -comoquiera -Comoros -comos -compacidad/S -compactar/RÀDÄE -compacte/GS -compacta/S -compactibilidad/S -compacto/S -compadecer/RILÅQÁÂD -compadece/S -compadrad/ih -compadra/ih -compadraje/S -compadran/ih -compadrar/hRiDE -compadrazgo/S -compadrear/RDE -compadree/GS -compadrea/S -compadre/iGSh -compadré/ih -compadren/ih -compadro/ih -compadró/ih -compaginaba/hS -compaginabais/h -compaginaban/h -compaginad/hG -compaginado/hS -compaginador/GS -compaginadora/S -compagina/h -compagináis/h -compaginamos/h -compaginando/h -compaginan/h -compaginara/h -compaginará/h -compaginarais/h -compaginaran/h -compaginarán/h -compaginar/ÄRÀDE -compaginarás/h -compaginaré/h -compaginare/hSG -compaginareis/h -compaginaréis/h -compaginaren/h -compaginaría/hS -compaginarían/h -compaginaron/h -compaginarse/h -compaginase/h -compaginaseis/h -compaginasen/h -compaginas/hS -compaginaste/h -compagine/GSh -compagina/S -compaginé/h -compaginéis/h -compaginemos/h -compaginen/h -compagino/h -compaginó/h -compaña/aS -compañerismo/S -compañero/GSO -compañera/S -compañía/S -comparable/kS -comparada/k -comparado/kGS -comparador/S -comparanza/S -comparar/ÀÂÁRÅÄÆÙAÌDE -comparativamente -comparativo/SG -comparativa/S -comparecencia/kS -comparecer/ILRD -comparece/S -compareciente/SF -compare/GS -compara/S -comparsa/S -comparte/SG -comparta/S -compartidor/GS -compartidora/S -compartimentar/RED -compartimente/GS -compartimenta/S -compartimento/S -compartir/RÄÁÀÂDÌEP -compasa/ah -compasad/ah -compasadamente -compasan/ah -compasar/aRhDE -compasé/ah -compase/ahSG -compasear/RDE -compasee/SG -compasea/S -compasen/ah -compasillo/S -compasión/S -compasiva/k -compasivo/kGS -compaso/ah -compasó/ah -compás/S -compaternidad/S -compatibilice/S -compatibilizar/RÄEDÀ -compatibilizo/G -compatible/JkS -compatriota/S -compatronato/S -compatrono/SG -compatrona/S -compeler/REÀ -compele/SG -compela/S -compelir/RD -compelo/L -compendiador/SG -compendiadora/S -compendiar/RED -compendie/GS -compendia/S -compendio/S -compendiosamente -compendioso/SG -compendiosa/S -compendista/S -compendizar -compenetrar/REDAÁ -compenetre/SG -compenetra/S -compensable/pSk -compensación/S -compensador/GS -compensadora/S -compensad/ph -compensándole/SG -compensándola/S -compensándolo/S -compensan/ph -compensa/ph -compensarla/p -compensarle/pGS -compensarlo/pS -compensarme/p -compensarnos -compensaros/p -compensar/pRhDE -compensarte/p -compensativo/GS -compensativa/S -compensatorio/GS -compensatoria/S -compensen/ph -compense/pGSh -compensé/ph -compenso/ph -compensó/ph -competente/kSF -competentemente -competer/REA -compete/SG -competa/S -competidor/GS -competidora/S -competir/XRD -competitivo/GKS -competo/L -compilador/GS -compiladora/S -compilar/RÀAED -compile/SG -compila/S -compinche/S -compite/SG -compita/S -complacencia/S -complacer/ÁRÀÂPLID -complace/S -complaciente/dS -complanar -complañir -compleja/ka -complejidad/S -complejo/aGk -complejos/k -complementar/ÀÁRÄDAE -complementario/SG -complementaria/S -complemente/GS -complementa/S -complemento/S -completaba/hS -completabais/h -completaban/h -completad/hG -completado/hS -completáis/h -completa/kh -completamente/k -completamos/h -completando/h -completan/h -completara/h -completará/h -completarais/h -completaran/h -completarán/h -completarás/h -completaré/h -completare/hGS -completareis/h -completaréis/h -completaren/h -completaría/hS -completarían/h -completar/ÌREDÄÁÀ -completaron/h -completarse/h -completase/h -completaseis/h -completasen/h -completas/hS -completaste/h -completé/h -completéis/h -completemos/h -completen/h -complete/SGh -completa/S -completísimo/GS -completísima/S -completivo/GS -completiva/S -completó/h -completo/SkG -completud/S -complexa/kS -complexión/S -complexo/GSK -complexa/S -complexos/k -complicar/RÁÀÂDAÄÆÅE -cómplice/S -complicidad/S -complico/G -complot -complotes -complutense/S -componed/hp -componedor/GS -componedora/S -compone/hp -componenda/S -componen/hp -componente/S -componeos -componerla/p -componerle/GpS -componerlo/pS -componer/pXhÁ -componga/hp -compongámonos -compónganse -compóngase -compongo/hp -compón/hSp -componía/ph -componible/Sk -componiéndolo/GS -componiéndola/S -componte -comportable/Sk -comportar/RPEÅÁDôø -comporte/SG -comporta/S -composible/kS -composición/hS -compositivo/SG -compositiva/S -compositor/GS -compositora/S -compostelano/GS -compostelana/S -compostura/hS -compota/S -comprable/S -comprador/GS -compradora/S -comprante/S -comprar/ÃRÇEÍÀÂDÄÆÅ -compraventa/S -compre/GS -compra/S -comprehender/Q -comprehensible/Sk -comprehensivo/GS -comprehensiva/S -comprende/GS -comprenda/S -comprender/REÁÌQÙÄD -comprendida/k -comprendido/kGS -comprendo/L -comprensible/kJS -comprensión/kS -comprensivo/GS -comprensiva/S -compresa/S -compresible/kJS -compresión/hS -compresivo/GS -compresiva/S -compresor/GS -compresora/S -comprima/h -compriman/h -comprime/hGS -comprimen/h -comprimía/h -comprimid/h -comprimí/h -comprimió/h -comprimir/RhDE -comprimís/h -comprimo/h -comprobable/S -comprobante/S -comprobar/RÝÄÐAIDÁÀ -comprobatorio/GS -comprobatoria/S -comprometedor/GS -comprometedora/S -compromete/GS -comprometa/S -comprometer/ERPøÁÀDÅ -comprometo/L -compromisario/SG -compromisaria/S -compromisorio/SG -compromisoria/S -compromiso/S -compuerta/S -compuesta/ph -compuesto/pGSh -compulsar/RÀDQE -compulse/GS -compulsa/S -compulsivo/SG -compulsiva/S -compungiendo -compungierais -compungiéramos -compungieran -compungiere/GS -compungiera/S -compungiereis -compungiéremos -compungieren -compungieron -compungieseis -compungiésemos -compungiesen -compungiese/S -compungió -compungir/XD -compuse/hp -compuso/hp -computable/S -computador/GS -computadora/S -computadorice/S -computadorizar/ERD -computadorizo/G -computarice/S -computarizar/RDE -computarizo/G -computar/RÀDEA -compute/SG -computa/S -cómputo/S -comulgad/h -comulga/h -comulgan/h -comulgante/S -comulgar/RhDE -comulgatorio/S -comulgo/Gh -comulgó/h -comulgue/h -comulgué/h -comunalmente/h -comunal/Sh -comuna/S -comunero/GS -comunera/S -comunicaba/kS -comunicaban/k -comunicable/kSJ -comunicacional/S -comunicación/lS -comunicad/kG -comunicado/kS -comunicadores/l -comunicador/GS -comunicadora/S -comunicáis/k -comunica/k -comunicamos/k -comunicando/k -comunican/k -comunicante/S -comunicara/k -comunicará/k -comunicaran/k -comunicarán/k -comunicarás/k -comunicaré/k -comunicare/kSG -comunicaren/k -comunicaría/kS -comunicarla/k -comunicarlo/kSG -comunicaron/k -comunicar/RÍÇEÜÁÀÂÃAÚÙÛøÄÆÅDô -comunicarse/k -comunicase/k -comunicasen/k -comunicas/kS -comunicaste/k -comunicativo/GS -comunicativa/S -comunicatorias -comunico/Gk -comunicó/k -comunidad/S -comunión/S -comuniquéis/k -comuniqué/k -comunique/kS -comuniquen/k -comunismo/cS -comunista/cS -comunitario/GS -comunitaria/S -comúnmente -común/S -con -conato/S -concadenar/ERD -concadene/SG -concadena/S -concatenar/RAED -concatene/GS -concatena/S -cóncavo/SG -cóncava/S -concebíais/n -concebíamos/n -concebían/n -concebía/nS -concebible/kS -concebid/nG -concebido/nS -concebimos/n -concebí/n -concebirá/n -concebirán/n -concebirás/n -concebiréis/n -concebiré/n -concebir/ÈXDÁÀP -concebirían/n -concebiría/nS -concebirse/n -concebís/n -concebiste/n -conceder/ÏÃÚÍÅÆ -concejal/SG -concejala/S -concejil/S -concejo/S -concentrable/S -concentración/S -concentrador/GS -concentradora/S -concentrad/p -concentran/p -concentra/p -concentrar/pRD -concentren/p -concentré/p -concentre/pGS -concentro/p -concentró/p -concepcionista/S -concepción/S -conceptear/RDE -conceptee/SG -conceptea/S -conceptismo/S -conceptista/S -conceptiva/c -conceptivo/cGS -concepto/GOS -conceptuaba/hS -conceptuabais/h -conceptuaban/h -conceptuad/hG -conceptuado/hS -conceptúa/h -conceptuáis/h -conceptualismo/S -conceptualista/S -conceptual/OS -conceptuamos/h -conceptuando/h -conceptúan/h -conceptuara/h -conceptuará/h -conceptuarais/h -conceptuaran/h -conceptuarán/h -conceptuarás/h -conceptuaré/h -conceptuare/hSG -conceptuareis/h -conceptuaréis/h -conceptuaren/h -conceptuaría/hS -conceptuarían/h -conceptuaron/h -conceptuar/RDÀI -conceptuarse/h -conceptuase/hS -conceptuaseis/h -conceptuasen/h -conceptuaste/h -conceptué/h -conceptúe/hSG -conceptuéis/h -conceptuemos/h -conceptúen/h -conceptúo/h -conceptuó/h -conceptuoso/GS -conceptuosa/S -concernido -concerniente/FS -concernir -concertadamente -concertad/h -concertador/hSG -concertante/hS -concertar/hRDÁÂI -concertarle/G -concertarlo/S -concerté/h -concertino/SG -concertina/S -concertista/S -concertó/h -concesible/S -concesivo/SG -concesiva/S -concha/ahi -conchabad/ha -conchaba/hiSa -conchabamiento/S -conchaban/hi -conchabanza/S -conchabar/aRhED -conchabé/ah -conchabe/GhSa -conchaben/ha -conchabó/ah -conchabo/ha -conchero/S -concho/hGai -conchos -conchudo/GS -conchuda/S -conchuela/S -concibáis/n -concibamos/n -conciba/n -conciban/n -concibe/nGS -conciben/n -concibiendo/n -concibiera/n -concibieran/n -concibieren/n -concibiere/nSG -concibieron/n -concibiesen/n -concibiese/nS -concibió/n -concibo/n -concienciar/RÁDE -conciencie/S -concienzudamente -concienzudo/GS -concienzuda/S -concierta/h -concierte/h -concierto/hS -conciliable/Sk -conciliador/GpS -conciliad/p -concilian/p -concilia/p -conciliar/pRAEÁD -conciliativo/GS -conciliativa/S -conciliatorio/GS -conciliatoria/S -concilien/p -concilié/p -concilie/SGp -concilia/S -concilio/p -concilió/p -concionar -concisión/S -conciso/GS -concisa/S -concitar/R -cónclave/S -conclavista/S -concluir/XÀDQ -conclusa/k -concluso/kGS -concluyente/S -concoideo/SG -concoidea/S -concoide/S -concoman/p -concoma/p -concomed/p -concomen/p -concome/pSG -concomer/pRLED -concomía/p -concomió/p -concomí/p -concomitante/FS -concomo/p -concordador/GS -concordadora/S -concordancia/S -concordar/RÀDI -concordatario/GS -concordataria/S -concordativo/GS -concordativa/S -concorde/S -concordia/Sh -concrecionar/RED -concreción/SG -concrecióna/S -concrescencia/S -concretar/REÁÂD -concrete/S -concretice/S -concretizar/RED -concretizo/G -concreto/S -concubina/S -concubinato/S -concúbito/S -conculcador/GS -conculcadora/S -conculcar/RDEÀ -conculco/G -concupiscente/FS -concupiscible/S -concurrente/FS -concurrir/RD -concursante/S -condal -condecorar/ÂÆ -condenable/S -condenación/S -condenadme -condenadnos -condenador/GS -condenadora/S -condenad/p -condéname -condenándole/S -condenándome -condenándonos -condenándoos -condenándote -condénanos -condenan/p -condena/p -condenarlo/SG -condenarla/S -condenarme -condenarnos -condenaros -condenar/pRDE -condenarte -condenatorio/GS -condenatoria/S -condene/GSp -condena/S -condenen/p -condené/p -condeno/p -condenó/p -condensable/JS -condensador/GS -condensadora/S -condensar/ERDÀA -condensativo/GS -condensativa/S -condense/S -condesar/RED -condese/G -condestablesa/S -condiciona/a -condicionad/a -condicionada/k -condicionadle/S -condicionado/kSG -condiciónale/S -condicional/kS -condicionalmente/k -condicionan/a -condicionándolo/GS -condicionándola/S -condicionándome -condicionándonos -condicionándoos -condicionándote -condicionante/S -condicionar/aPRDEÀ -condicionarle/S -condicionarme -condicionarnos -condicionaros -condicionarte -condicioné/a -condicione/aGS -condicionen/a -condición/G -condiciono/a -condicionó/a -condimentar/RÄEÀD -condimente/GS -condimenta/S -condimento/S -condir/A -condolecer/IRDL -condolece/S -condón -cóndor/S -condotiero/S -condrila/S -condritis -condroma/S -conducción/S -condúceme -conducencia/S -condúcenos -conducen/p -conducente/Sk -conduce/pS -conducía/p -conducible/S -conducidme -conducidnos -conducid/p -conduciéndole/S -conduciéndome -conduciéndonos -conduciéndoos -conduciéndote -conducirle/S -conducir/pXIÁÀÄD -conducís/p -conductible/S -conducticio/S -conductivo/K -conducto/GS -conducta/S -conductor/qGtS -conduje/p -condujo/p -condumio/S -conduzca/p -conduzco/p -conectad/h -conecta/h -conectándole/GS -conectándola/S -conectándolo/S -conectándome -conectándonos -conectándoos -conectándote -conectan/h -conectar/hRDEÁÀ -conecte/GhS -conecté/h -conéctelo/GS -conéctela/S -conecten/h -conéctenlo/SG -conéctenla/S -conectivo/SG -conectiva/S -conecto/h -conectó/h -conector/SG -conectora/S -conejar/SQ -conejero/GS -conejera/S -conejito/S -conejo/SGN -coneja/S -conejuno/GS -conejuna/S -conexa/k -conexidad/S -conexionar/RED -conexión/G -conexo/SGk -conexa/S -confaloniero/S -confalonier/S -confeccionador/SG -confeccionadora/S -confeccionar/ÀÂRDE -confección/GS -confeccióna/S -conferenciante/S -conferenciar/RED -conferencie/GS -conferencia/S -conferir/XÊDÁ -confesable/Sk -confesa/k -confesante/S -confesar/RIÃÅÁDõQ -confesional/KS -confesionario/S -confesionista/S -confeso/GkS -confesonario/S -confesorio/S -confesor/S -confeti/S -confiadamente/h -confiad/h -confiadme -confiadnos -confía/h -confíame -confiándole/S -confían/h -confíanos -confianza/hS -confianzudo/GS -confianzuda/S -confiar/hRD -confiarle/GS -confiarla/S -confiarlo/S -confiármelo/GS -confiármela/S -confiárnoslo/GS -confiárnosla/S -confiároslo/GS -confiárosla/S -confiárselo/GS -confiársela/S -confiártelo/GS -confiártela/S -conficionar -confidencial/KS -confidencialmente -confidenta/S -confidente/kFS -confié/h -confíe/hGS -confíeme -confíen/h -confíenme -confíennos -confíenos -configurar/Ä -confín -confinante/S -confinar/ÅÄÁÀ -confío/h -confió/h -confirmador/SG -confirmadora/S -confirmar/ÅAÙ -confirmativo/GS -confirmativa/S -confirmatorio/GS -confirmatoria/S -confiscable/S -confiscar/RÆAÀÂDE -confiscatorio/GS -confiscatoria/S -confisco/G -confitad/i -confita/i -confitan/i -confitar/ERiD -confite/GSi -confita/S -confité/i -confiten/i -confitero/SG -confitera/S -confitico/S -confitó/i -confito/L -confitura/S -conflagrar/A -conflictivo/GKS -conflicto/S -conformad/h -conformador -conforma/h -conformándolo/SG -conformándola/S -conforman/h -conformaos -conformar/hRD -confórmate -conformé/h -conforme/kKhS -conformemente -conformémonos -conformen/h -confórmense -confórmese -conformismo/kS -conformista/kS -conformó/h -conformo/hKG -confort -confortablemente -confortable/S -confortación/S -confortador/SG -confortadora/S -confortad/p -confortamiento/S -confortan/p -confortante/Sp -conforta/p -confortar/RpÁÀDE -confortativo/GS -confortativa/S -conforte/GpS -conforten/p -conforté/p -conforto/p -confortó/p -confraternar/RED -confraterne/S -confricar -confrontar/RÀÁAÄED -confronte/G -confucianismo/S -confuciano/GS -confuciana/S -confucionismo/S -confucionista/S -confulgencia/S -confundible/kS -confundidor/G -confundir/ÅÆP -confusamente -confusionismo/S -confusionista/S -confuso/S -confutar/ERD -confute/GS -confuta/S -congelaba/hS -congelabais/h -congelaban/h -congelable/S -congelad/hG -congelado/hS -congelador/GS -congeladora/S -congela/h -congeláis/h -congelamos/h -congelando/h -congelan/h -congelara/h -congelará/h -congelarais/h -congelaran/h -congelarán/h -congelarás/h -congelaré/h -congelare/hSG -congelareis/h -congelaréis/h -congelaren/h -congelaría/hS -congelarían/h -congelaron/h -congelar/RPÁDAÅE -congelarse/h -congelase/h -congelaseis/h -congelasen/h -congelas/hS -congelaste/h -congelé/h -congele/hGS -congeléis/h -congelemos/h -congelen/h -congelo/h -congeló/h -congénere/S -congeniar/RED -congenie/SG -congenia/S -congénito/GS -congénita/S -congerie/S -congestionad/h -congestiona/h -congestionan/h -congestionar/hDR -congestioné/h -congestione/hSG -congestionen/h -congestiono/h -congestionó/h -congestivo/GS -congestiva/S -congio/S -conglobar/RED -conglobe/GS -congloba/S -conglomerante/S -conglomerar/RAED -conglomere/GS -conglomera/S -congloriar -conglutinar/RED -conglutine/GS -conglutina/S -Congo -congoja/ah -congojad/ha -congojan/ha -congojar/hREDa -congojé/ha -congoje/hGSa -congojen/ha -congojo/ah -congojó/ha -congojoso/GS -congojosa/S -congoleño/GS -congoleña/S -congo/SG -conga/S -congosto/S -congraciador/GS -congraciadora/S -congraciar/RPEÀÁ -congracie/S -congratular/ÁA -congregante/GS -congreganta/S -congregar/READÁÄ -congrego/G -congresista/S -congreso/S -congrio/S -congrua/k -congruente/kFS -congruo/kGS -conhortar/ah -conicidad/S -cónico/SG -cónica/S -conífero/GS -conífera/S -coniforme/S -conimbricense/S -conirrostro/S -conivalvo/SG -conivalva/S -coniza/nS -conjeturable/S -conjetural/S -conjeturar/RDE -conjeture/SG -conjetura/S -conjugable/S -conjugar/RÄEA -conjugo/G -conjunción/S -conjuntivitis -conjuntivo/GS -conjuntiva/S -conjunto/sS -conjurar/RA -conloar -conmemorar/AÀ -conmemoratorio/GS -conmemoratoria/S -conmensurable/kJS -conmensurativo/GS -conmensurativa/S -conmigo -conminar/ÄÆÅ -conminativo/GS -conminativa/S -conminatorio/GS -conminatoria/S -conmiserativo/GS -conmiserativa/S -conmisto/S -conmocionar/ÁRED -conmoción/G -conmover/Å -conmutable/JkS -conmutador/GS -conmutadora/S -conmutar/ -conmutativo/GS -conmutativa/S -connivente/FS -connotativo/GS -connotativa/S -connumerar -conocedor/hGSp -conoced/pnh -conocen/pnh -conoceos/p -conoce/pnSh -conocerla/ph -conocerle/GpS -conocerlo/pShG -conocerme/ph -conocernos/h -conocer/nRpDLhI -conoceros/ph -conocerte/ph -conócete/p -conocía/hnp -conocible/pS -conocidamente -conociéndole/SG -conociéndola/S -conociéndolo/S -conociéndome -conociéndomelo/GS -conociéndomela/S -conociéndonos -conociéndonoslo/GS -conociéndonosla/S -conociéndoos -conociéndooslo/GS -conociéndoosla/S -conociéndoselo/GS -conociéndosela/S -conociéndote -conociéndotelo/GS -conociéndotela/S -conocimiento/S -conoció/hnp -conocí/phn -conoidal/S -conoideo/GS -conoidea/S -conoide/S -cono/iS -conozca/phn -conozco/phn -conquense/S -conquerir -conque/S -conquiforme/S -conquistaban/p -conquistaba/pS -conquistable/kS -conquistado/pS -conquistador/GSp -conquistadora/S -conquistad/pG -conquistáis/p -conquistamos/p -conquistando/p -conquistan/p -conquista/p -conquistar/ÁÀÂÃÆÄ -conquistaran/p -conquistarán/p -conquistara/p -conquistará/p -conquistarás/p -conquistaren/p -conquistaré/p -conquistare/pGS -conquistaría/pS -conquistarla/p -conquistarlo/pGS -conquistarme/p -conquistaron/p -conquistaros/p -conquistarse/p -conquistarte/p -conquistasen/p -conquistase/p -conquistas/pS -conquistaste/p -conquistéis/p -conquistemos/p -conquisten/p -conquisté/p -conquiste/pGS -conquisto/p -conquistó/p -conread/i -conrea/i -conrean/i -conrear/iDRE -conree/GSi -conrea/S -conreé/i -conreen/i -conreinar/RDE -conreine/GS -conreina/S -conreo/i -conreó/i -consaburense/S -consagrable/S -consagrar/RÁÀÂEÆÄA -consagratorio/GS -consagratoria/S -consagre/GS -consagra/S -consanguinidad/S -consciencia/kSs -consciente/kSqs -consecución/S -consecuente/kFS -consecuentemente -consecutivamente -consecutivo/GS -consecutiva/S -conseguir/Ãâ -conseja/a -consejar/ah -consejero/GLS -consejo/aG -consejos -consenso/S -consensual -consensuar/RÀDI -consensúe/GS -consensúa/S -consentía/hS -consentíais/h -consentíamos/h -consentían/h -consentid/hG -consentido/hS -consentidor/GS -consentidora/S -consentí/h -consentimos/h -consentir/à -consentirá/h -consentirán/h -consentirás/h -consentiré/h -consentiréis/h -consentiría/hS -consentirían/h -consentirse/h -consentís/h -consentiste/h -conserje/LS -conservadora/S -conservador/sS -conservadurismo/S -conservante/S -conservar/DREAÙøôÁÀÂÅÄ -conservativo/GS -conservativa/S -conservatorio/GS -conservatoria/S -conserve/GS -conserva/S -conservero/SG -conservera/S -considerabais/h -consideraban/ph -consideraba/pSh -considerablemente -considerable/S -consideración/hS -considerada/k -considerado/kSGph -considerad/pGh -consideráis/hp -consideramos/ph -considerando/ph -considerandos -consideran/hp -considera/ph -considerar/AÆÄÅÇRôÙøÃÁÀÂDE -considerará/hp -considerarais/h -consideraran/ph -considerarán/ph -considerara/ph -considerarás/ph -consideraré/hp -considerareis/h -consideraréis/h -consideraren/ph -considerare/pSGh -considerarían/h -consideraría/phS -considerarla/p -considerarlo/pGS -consideraron/ph -considerarse/ph -consideraseis/h -considerasen/ph -considerase/ph -consideras/pSh -consideraste/ph -consideré/hp -consideréis/hp -consideremos/ph -consideren/hp -considere/phSG -consideró/hp -considero/ph -consienta/h -consientan/h -consiente/hSG -consienten/h -consiento/h -consiervo -consignador/S -consignar/A -consignativo/S -consiguiente/kS -consiguientemente -consiliario/GS -consiliaria/S -consiliativo/GS -consiliativa/S -consintáis/h -consintamos/h -consintiendo/h -consintiente/S -consintiera/h -consintieran/h -consintiere/hSG -consintieren/h -consintieron/h -consintiese/hS -consintiesen/h -consintió/h -consiste/GS -consista/S -consistente/kFS -consistentemente -consistir/RED -consistorialmente -consistorial/S -consistorio/S -consocio -consograr -consolable/kS -consolación/S -consolad/h -consolador/GhS -consolándolo/SG -consolándola/S -consolándome -consolándonos -consolándoos -consolándote -consolaos -consolar/hRDI -consolarlo/GS -consolarla/S -consolarme -consolarnos -consolaros -consolarte -consolativo/GS -consolativa/S -consolatorio/GS -consolatoria/S -consoldar -consolé/h -consolémonos -consolidar/RÁA -consoló/h -consonancia/S -consonante/aSq -consonantice/S -consonantismo/S -consonantizar/RDE -consonantizo/G -consorcio/S -consorte/S -conspicuo/GS -conspicua/S -conspirador/GS -conspiradora/S -conspirar/READ -conspirativo/GS -conspirativa/S -conspiratorio/SG -conspiratoria/S -conspire/GS -conspira/S -constanciense/S -constantemente/k -constante/SFk -constantinopolitano/GS -constantinopolitana/S -constar/RDE -constatar/REÀDÅ -constate/SG -constata/S -conste/GS -consta/S -constelar/RADE -constele/GS -constela/S -consternar/RADE -consterne/SG -consterna/S -constipar/RDE -constipe/SG -constipa/S -constitucional/ckS -constitucionalidad/S -constitucionalismo/S -constitucionalmente -constitución/pS -constituía/p -constituidor/GS -constituidora/S -constituid/p -constituí/p -constituirme -constituirnos -constituiros -constituirte -constituir/XpD -constituis/p -constitutivo/SG -constitutiva/S -constituya/p -constituyéndome -constituyéndonos -constituyéndoos -constituyéndote -constituyente/pS -constituye/p -constituyo/p -constituyó/p -constreñir/XDÀ -constricción/S -constrictivo/GS -constrictiva/S -constrictor/SG -constrictora/S -constringente/S -constringir -constriñe/GS -constriña/S -constriñir/E -construcción/Sp -constructiva/p -constructivo/pSG -constructor/SG -constructora/S -construía/p -construid/p -construí/p -construir/pDXÁÀÂÈ -construis/p -construya/p -construye/p -construyo/p -construyó/p -consubstancial/K -consuegrar/RED -consuegre/S -consuela/h -consuélate -consuele/h -consuélense -consuélese -consuelo/hS -consueto/GS -consueta/S -consuetudinario/GS -consuetudinaria/S -consulado/S -consular/So -consulesa/S -cónsul/oS -consultable/S -consultante/S -consultar/ÌÎÙÛÚÃRDÁÂÀÄÆÅE -consulte/SG -consulta/S -consultivo/GS -consultiva/S -consultor/GS -consultora/S -consultorio/S -consumar/ÌRA -consumativo/GS -consumativa/S -consumero/S -consumía/O -consumible/S -consumidor/GS -consumidora/S -consumir/PÙÄÅ -consumismo/S -consunción/S -consustancial/K -contaban/p -contaba/pS -contabilice/S -contabilidad/S -contabilizar/RAEÀD -contabilizo/G -contable/kS -contactar/RÁÀDÚEÅ -contacte/GS -contacta/S -contadero/GS -contadera/S -contadle/SG -contadla/S -contadlo/S -contadme -contádmelo/GS -contádmela/S -contadnos -contádnoslo/SG -contádnosla/S -contado/pS -contador/GS -contadora/S -contad/pGh -contádselo/GS -contádsela/S -contaduría/S -contagiad/h -contagia/h -contagiándome -contagiándonos -contagiándoos -contagiándote -contagian/h -contagiar/hRDE -contagiarlo/GS -contagiarla/S -contagiarme -contagiarnos -contagiaros -contagiarte -contagié/h -contagie/hGS -contagien/h -contagio/h -contagió/h -contagios -contagioso/KGS -contáis/p -contaminación/S -contaminada/k -contaminad/h -contaminado/kGS -contaminador/GS -contaminadora/S -contamina/h -contaminándolo/GS -contaminándola/S -contaminándome -contaminándonos -contaminándoos -contaminándote -contaminan/h -contaminante/S -contaminar/hREÀD -contamine/GhS -contaminé/h -contaminen/h -contamino/h -contaminó/h -contamos/p -contándole/GS -contándola/S -contándolo/S -contándome -contándomelo/GS -contándomela/S -contándonos -contándonoslo/SG -contándonosla/S -contándoos -contándooslo/GS -contándoosla/S -contando/p -contándoselo/GS -contándosela/S -contándote -contándotelo/GS -contándotela/S -contante/S -contar/ÃhRIÂÀD -contaran/p -contarán/p -contara/p -contará/p -contarás/p -contaren/p -contaré/p -contare/pSG -contaría/pS -contarme -contarnos -contaron/p -contaros -contarse/p -contarte -contasen/p -contase/pS -contaste/p -contecer/a -conté/hp -contéis/p -contémonos -contemos/p -contemplar/RÂÁÅÄÆA -contemplativo/GS -contemplativa/S -contemporáneamente -contemporaneidad/S -contemporáneo/GS -contemporánea/S -contemporizador/G -contemporizar/A -contención/S -contencioso/GS -contenciosa/S -contender/R -contendiente -contentad/h -contentadiza/h -contentadizo/hSG -contenta/hp -contentan/h -contentar/PhDRE -contenté/h -contente/hGS -contenten/h -contentísimo/GS -contentísima/S -contentivo/GS -contentiva/S -contentó/h -contento/hSpG -conteo/S -contero/GS -contera/S -contestable/Sk -contestar/ÌÎÍÛÚÃÁÀÂAÅÆ -contestatario/GS -contestataria/S -contextualice/S -contextualizar/RDE -contextualizo/G -contextuar/RDI -contextúe/GS -contextúa/S -contigo -contiguamente -contigüidad/S -contiguo/GS -contigua/S -continental/S -continente/kFS -contingentar/RED -contingente/GSF -contingenta/S -continuación/S -continuadamente -continuad/h -continuador/GS -continuadora/S -continúa/h -continua/kh -continuamente -continuándolo/GS -continuándola/S -continúan/h -continuar/IRhD -continuarle/GS -continuarla/S -continuarlo/S -continuativo/GS -continuativa/S -continúe/GhS -continué/h -continúen/h -continuidad/S -continúo/h -continuó/h -continuo/kSGh -contó/hp -contonear/RôDE -contonee/SG -contonea/S -contorsionar/RDE -contorsión/G -contorsionista/S -contra -contraalmirante/S -contraaproches -contraatacar/RED -contraataco/G -contraaviso/S -contrabajista/S -contrabalancear/RED -contrabalancee/SG -contrabalancea/S -contrabalanza/S -contrabandear/RDE -contrabandee/GS -contrabandea/S -contrabandista/S -contrabando/S -contrabarrera/S -contrabate/SG -contrabata/S -contrabatir/RED -contrabloqueo/S -contrabolina/S -contrabranque/S -contrabraza/S -contracambio/S -contracancha/S -contracarta/S -contrachapado/GS -contrachapada/S -contracifra/S -contraclave/S -contracodaste/S -contraconceptivo/S -contracorriente/S -contracosta/S -contráctil/S -contractivo/GS -contractiva/S -contractual/S -contractura/S -contracultura/S -contradanza/S -contradecir/ÀÂÁX -contradicción/S -contradice/S -contradicho/SG -contradicha/S -contradictorio/GS -contradictoria/S -contradictor/SG -contradictora/S -contradigo/G -contradique/S -contradriza/S -contradurmiente/S -contraemboscada/S -contraembozo/S -contraenvite/S -contraer/XI -contraescarpa/S -contraescota/S -contraescritura/S -contrafacer -contrafallar/RDE -contrafalle/SG -contrafalla/S -contrafigura/S -contrafilo/S -contrafuerte/S -contragolpe/S -contraguardia/S -contraguerrilla/S -contraguía/S -contrahacer/X -contrahago/G -contrahaz/S -contrahecho/GS -contrahecha/S -contrahechura/S -contrahierba/S -contrahilera/S -contrahuella/S -contraindicante/S -contraindicar/RED -contraindico/G -contraír -contrallar -contralmirante/S -contralorear/RDE -contraloree/SG -contralorea/S -contralor/S -contralto/S -contraluz/S -contramaestre/S -contramallar/RBDE -contramalle/SG -contramalla/S -contramandar/RDE -contramandato/S -contramande/SG -contramanda/S -contramangas -contramano/S -contramarcar/RDE -contramarchar/RED -contramarche/GS -contramarcha/S -contramarco/G -contramarea/S -contramatar/RDE -contramate/GS -contramata/S -contramesana/S -contraminar/RED -contramine/SG -contramina/S -contramuelle/S -contramuralla/S -contramuro/S -contranatural/S -contranota/S -contraofensiva/S -contraorden/S -contrapartida/S -contrapasar/RPED -contrapase/GS -contrapasa/S -contrapear/RDE -contrapechar/RDE -contrapeche/SG -contrapecha/S -contrapee/SG -contrapea/S -contrapelear -contrapelo/S -contrapesar/RDE -contrapese/GS -contrapesa/S -contrapeso/S -contrapeste/S -contrapilastra/S -contraponedor/GS -contraponedora/S -contraponer/XAÀ -contrapón/S -contraportada/S -contrapotenzado/GS -contrapotenzada/S -contrapozo/S -contraprincipio/S -contraproducente/S -contraprueba/S -contrapuerta/S -contrapuesto/GS -contrapuesta/S -contrapugnar -contrapunce/S -contrapuntante/S -contrapuntar/RDE -contrapuntear/RÁDE -contrapuntee/GS -contrapuntea/S -contrapunteo/S -contrapunte/SG -contrapunta/S -contrapuntista/S -contrapunto/S -contrapunzar/RDE -contrapunzo/G -contraquilla/S -contraría/iS -contrariamente -contrariar/RIDÀÂÁ -contraríe/GS -contraría/S -contrario/KSG -contrarregistro/S -contrarreguera/S -contrarrelojista/S -contrarreloj/S -contrarrestar/RÄÀDE -contrarreste/GS -contrarresta/S -contrarresto/S -contrarrevolucionario/GS -contrarrevolucionaria/S -contrarrevolución/S -contrarroda/S -contrarronda/S -contrarrotura/S -contraseguro/S -contrasellar/RDE -contraselle/GS -contrasella/S -contrasentido/S -contraseñar/RED -contraseñe/GS -contraseña/S -contrastable/kS -contrastante/S -contrastar/RÀDEÄ -contraste/SG -contrasta/S -contratapa/S -contratar/AÄ -contratela/S -contratiempo/S -contratista/S -contratorpedero/S -contratrinchera/S -contravalar/RAED -contravale/GS -contravala/S -contravalor/S -contravapor/S -contravén -contravención/S -contraveneno/S -contravenir/XD -contraventana/S -contraventura/S -contravidriera/S -contravoluta/S -contrayente/S -contremecer -contribución/S -contribuidor/SG -contribuidora/S -contribular -contributivo/GS -contributiva/S -contribuyente/S -contrición/S -contrincante/S -contristar/RDE -contriste/G -contrita/k -contrito/kSG -controlable/Sk -controlada/k -controlad/h -controlado/kGS -controlador/GS -controladora/S -controlándome -controlándonos -controlándoos -controlándote -controlan/h -controlaos -controlarle/GS -controlarla/S -controlarlo/S -controlar/RhEÁD -contrólate -controle/h -controlé/h -controlémonos -controlen/h -contrólense -contrólese -control/hGS -controlo/h -controló/h -controversia/S -controversista/S -controvertible/Sk -controvertir/XD -contubernio/S -contumacia/S -contumazmente -contumaz/S -contumelia/S -contumelioso/GS -contumeliosa/S -contundente/F -contusionar/RDE -contusión/GS -contusióna/S -contuso/S -convaleced/p -convalecen/p -convalece/pS -convalecer/RIpLD -convalecía/p -convaleciente/SF -convaleció/p -convalecí/p -convalezca/p -convalezco/p -convencer/ôøÄ -convencionalismo/S -convencionalmente -convencional/OS -convención/pS -convenga/ph -convengo/ph -convén/hp -convenía/hp -convenible/kS -convenid/ph -conveniencia/kSh -conveniente/hSk -convenientemente -convenio/S -convenir/hDXp -convenís/hp -conventico/S -convento/SN -conventual/SK -convergente/SF -converger/REL -converge/S -convergir/RD -conversable/kSh -conversacional/S -conversación/S -conversador/GS -conversadora/S -conversar/h -convertíais/p -convertían/p -convertía/pS -convertible/kS -convertido/pS -convertidor/S -convertid/pG -convertimos/p -convertí/p -convertirán/p -convertirá/p -convertirás/p -convertir/ÃXËäÁÀÂÌÔÉÈÊõúö -convertiré/p -convertiría/pS -convertirla/p -convertirlo/pGS -convertirse/p -convertís/p -convertiste/p -convexa/e -convexidad/S -convexo/GSe -convexa/S -convicción/S -convicto/G -convictorio/S -convictor/S -convidad/h -convidador/GS -convidadora/S -convida/h -convidándome -convidándonos -convidándoos -convidándote -convidan/h -convidar/hRDE -convidarlo/SG -convidarla/S -convidarme -convidarnos -convidaros -convidarte -convidé/h -convide/hGS -conviden/h -convido/h -convidó/h -conviene/ph -conviertan/p -convierta/p -convierten/p -convierte/pGS -convierto/p -convincentemente -convincente/S -convine/ph -convino/ph -convirtáis/p -convirtamos/p -convirtiera/p -convirtiere/pSG -convirtiese/pS -convirtió/p -convite -convocad/h -convocador/GS -convocadora/S -convoca/h -convocándole/GS -convocándola/S -convocándolo/S -convocan/h -convocarle/S -convocarme -convocarnos -convocaros -convocar/RhÀED -convocarte -convocatoria/hS -convocatorio/GS -convocatoria/S -convoco/Gh -convocó/h -convolar -convolvuláceo/SG -convolvulácea/S -convoque/h -convoqué/h -convoyar/RDE -convoye/G -convoy/S -convulsionante/S -convulsionar/RED -convulsión/SG -convulsióna/S -convulsivo/GS -convulsiva/S -convulso/GS -convulsa/S -conyugal/S -cónyuge/S -coñac/S -coñear/RED -coñee/SG -coñea/S -coño/HS -Cook -cooperativismo/S -cooperativista/S -coordinadamente -coordinador/GS -coordinadora/S -coordinante/S -coordinar/RAÄÁÀEPD -coordine/SG -coordina/S -copad/a -copada/q -copado/qSG -copaiba/S -copa/N -copan/a -coparle/S -copar/RaDE -copartícipe/S -copartidario/GS -copartidaria/S -copas/r -copayero/S -copé/a -cope/aGS -copear/RDE -copee/SG -copea/S -copelar/RAED -copele/GS -copela/S -copen/a -copete/iS -copia/amS -copiad/a -copiador/GSa -copiadora/S -copian/a -copiante/S -copiarlo/GS -copiarla/S -copiarme -copiarnos -copiaros -copiar/RaDE -copiarte -copié/a -cópielo/GS -cópiela/S -copien/a -cópienlo/GS -cópienla/S -copie/SGa -copia/S -copilador/GSp -copiladora/S -copilad/p -copilan/p -copila/p -copilar/pRED -copilen/p -copilé/p -copile/SGp -copila/S -copilo/p -copiló/p -copiloto/S -copio/a -copió/a -copiosamente -copioso/GSK -copiosa/S -copista/Sd -copla/Sa -coplear/RED -coplee/SG -coplea/S -coplero/GS -coplera/S -coplista/S -coplona/S -copo/a -copó/a -copón/S -copos -coposesor/GS -coposesora/S -coproductor/GS -coproductora/S -coprolito/S -copropietario/GS -copropietaria/S -copto/SG -copta/S -copudo/GS -copuda/S -copular/RDE -cópula/S -copulativo/SG -copulativa/S -copule/GS -copula/S -copyright -coque/ah -coqué/ha -coquetear/ERD -coquetee/SG -coquetea/S -coquetismo/S -coqueto/GSLO -coqueta/S -coquice/S -coquina/aS -coquinero/GS -coquinera/S -coquizar/RDE -coquizo/G -coracero/S -coraje/iS -corajina/Si -corajudo/GS -corajuda/S -coralario/S -coralino/GS -coralina/S -coral/NS -corambre/S -coraza/aS -corazonada/hSa -corazoncillo/S -corazones/h -corazón/NS -corbatero/GS -corbatera/S -corbatín/S -corbato/GS -corbata/S -corbeta/S -corcar/RDE -cor/CÂS -corcel/S -corchad/iah -corcha/hia -corchan/iah -corchar/hRiaDE -corché/aih -corchea/qS -corche/iSGha -corchen/iah -corchero/GS -corchera/S -corchetada/Si -corcheta/i -corchete/iSG -corchó/aih -corcho/hia -córcholis -corchos -corchoso/GS -corchosa/S -corcino/S -corco/G -corcovar/RED -corcovear/RDE -corcovee/GS -corcovea/S -corcove/SG -corcova/S -corcuse/GS -corcusa/S -corcusir/RDE -cordada/fShapi -cordal/S -corda/SCL -cordata/S -cordato/fS -cordela/ai -cordelad/ai -cordelan/ai -cordelar/RaiDE -cordele/aSGi -cordelé/ia -cordelejo/S -cordelen/ai -cordelero/GS -cordelera/S -cordel/HSGL -cordellate/S -cordelo/ai -cordeló/ia -cordera/h -corderillo/S -corderino/GS -corderina/S -cordero/hG -corderos -cordiales/n -cordial/KS -cordialmente -cordiforme/S -cordillerano/GS -cordillerana/S -cordillera/S -cordilo/S -cordobán/S -córdoba/S -cordobés/GS -cordobésa/S -cordoncillo/S -cordonero/GS -cordonera/S -cordones/ia -cordón/HNS -cordubense/S -cordula/S -cordura/S -Corea -coreano/GS -coreana/S -corear/RÄED -coree/SG -corea/S -coreografiar/RDI -coreográfico/SG -coreográfica/S -coreografíe/SG -coreografía/S -cores/ga -corezuelo/S -coriáceo/GS -coriácea/S -corimbo/S -corindón/S -corintio/GS -corintia/S -corinto/GS -corinta/S -corista/S -coriza/S -corlar/RDE -corlear/RDE -corlee/SG -corlea/S -corle/G -cornada/Shia -cornadura/Si -cornalina/S -cornamenta/S -cornamusa/S -cornatillo/S -cornea/a -cornead/a -corneador/GS -corneadora/S -cornean/a -corneándole/S -cornear/ERaD -corneé/a -corneen/a -cornee/SGa -cornea/S -cornejo/GS -corneja/S -corneo/a -corneó/a -córneo/SG -córnea/S -cornero/S -corneta/N -cornete/GS -corneta/S -cornetín/S -cornezuelo/S -cornicabra/S -cornígero/SG -cornígera/S -cornisamento/S -cornisamiento/S -cornisa/S -cornista/S -corniveleto/GS -corniveleta/S -cornizo/S -corno/S -cornuda/N -cornudo/Gi -cornudos -cornuto/S -coro/bSgj -coroides -corojo/S -corolario/S -corola/S -coroliflora/S -corolla/S -coronaba/hS -coronabais/h -coronaban/h -coronad/hG -coronado/hS -coronador/GS -coronadora/S -coronáis/h -coronal/S -coronamos/h -corona/N -coronando/h -coronan/h -coronara/h -coronará/h -coronarais/h -coronaran/h -coronarán/h -coronarás/h -coronaré/h -coronare/hGS -coronareis/h -coronaréis/h -coronaren/h -coronaría/hS -coronarían/h -coronario/GS -coronaria/S -coronaron/h -coronar/RAEÀÁÌPD -coronarse/h -coronase/h -coronaseis/h -coronasen/h -coronas/hS -coronaste/h -corondel/S -corone/GhS -coroné/h -coronéis/h -coroneja/S -coronel/SG -coronela/S -coronemos/h -coronen/h -coronio/S -corono/h -coronó/h -coroza/iS -corozo/SG -coroza/S -corpachón/S -corpiño/S -corporación/S -corporalidad/S -corporal/kS -corporalmente -corporativamente -corporativismo/S -corporativo/GS -corporativa/S -corpórea/k -corporeice/S -corporeidad/Sk -corporeizar/ERD -corporeizo/G -corpóreo/SGk -corpórea/S -corporice/S -corporificar/DRE -corporifico/G -corporizar/ERD -corporizo/G -corps -corpulencia/S -corpulento/GS -corpulenta/S -corpus -corpuscular/S -corpusculista/S -corpúsculo/S -corrales/ia -corraliza/S -corral/S -corrámonos -corran/hpa -córranse -corra/pLha -córrase -corread/ih -correa/HC -correan/ih -correar/iDRhE -correccionalismo/S -correccionalista/S -correccionalmente -correccional/OS -corrección/kS -correcta/k -correctamente/k -correctiva/d -correctivo/dGS -correcto/kSG -corred/hpa -corredizo/GS -corrediza/S -corredura/S -correé/ih -corree/iSGh -correen/ih -corregible/SJk -corregida/h -corregido/hGS -corregir/ÍXPÕÈ -corre/hSGpa -correhuela/S -correlación -correlativo -correndilla/S -corren/hpa -correntiar/RDE -correntie/SG -correntia/S -correntino/SG -correntina/S -correo/hi -correó/ih -correón/S -correoso/GS -correosa/S -correr/hRaEpD -correrla/p -correrlo/GpS -correrme/p -corrernos -correros/p -correrse/g -correrte/p -corresponder/ -correspondiente/FS -correspondientemente -corresponsal/S -córrete -corretear/DRE -corretee/GS -corretea/S -correveidile/S -corría/aph -corriéndolo/GS -corriéndola/S -corriente/FS -corrientemente -corrigendo/GS -corrigenda/S -corrí/hap -corrillero/GS -corrillera/S -corrimiento/S -corrincho/S -corrió/aph -corroborar/À -corroer/Q -corro/LN -corromper/RD -corrompidamente -corrosible/S -corrosiva/c -corrosivo/GSc -corrosiva/S -corroyente/S -corrozar -corrozo/S -corruco/S -corrupción/kS -corrupta/k -corruptamente -corruptela/S -corruptible/JkS -corruptivo/GS -corruptiva/S -corrupto/GkS -corruptor/GS -corruptora/S -corsario/GS -corsaria/S -corsear/RED -corsee/GS -corsea/S -corselete/S -corsé/S -corsetero/GS -corsetera/S -corso/SG -corsa/S -cortabais/j -cortaba/jS -cortábamos/j -cortaban/j -cortabolsas -cortacallos -cortacigarros -cortacircuitos -cortacorriente/S -cortada/N -cortad/jGpa -cortadla/p -cortadlo/GpS -cortado/N -cortador/GS -cortadora/S -cortados/j -cortadura/Sj -cortafrío/S -cortafuego/S -cortáis/j -córtala/p -córtalo/pSG -cortamente -cortamos/j -cortando/j -cortándome -cortándonos -cortándoos -cortándose/j -cortándote -cortan/paj -cortante/S -cortaos -corta/paj -cortapapeles -cortapicos -cortapisa/S -cortaplumas -cortapuros -cortarais/j -cortara/j -cortará/j -cortáramos/j -cortaran/j -cortarán/j -cortarás/j -cortareis/j -cortaréis/j -cortaré/j -cortare/jSG -cortaremos/j -cortáremos/j -cortaren/j -cortaríais/j -cortaría/jS -cortaríamos/j -cortarían/j -cortármelo/GS -cortármela/S -cortarme/p -cortarnos -cortárnoslo/SG -cortárnosla/S -cortaron/j -cortároslo/GS -cortárosla/S -cortaros/p -cortar/pRaÄDEÀ -cortarse/j -cortárselo/GS -cortársela/S -cortártelo/GS -cortártela/S -cortarte/p -cortaseis/j -cortase/j -cortásemos/j -cortasen/j -cortas/jS -cortasteis/j -cortaste/j -córtate -cortaviento/S -cortedad/S -cortéis/j -corteja/a -cortejad/a -cortejador/GS -cortejadora/S -cortejan/a -cortejándolo/GS -cortejándola/S -corté/jap -cortejar/aRDE -cortejarlo/GS -cortejarla/S -cortejarme -cortejarnos -cortejaros -cortejarte -cortejé/a -corteje/aSG -cortejen/a -cortejo/a -cortejó/a -cortejos -córtelo/GS -córtela/S -cortémonos -cortemos/j -córtenlo/GS -córtenla/S -corten/paj -córtense -cortesanía/S -cortesano/GS -cortesana/S -córtese -corte/SGpaj -corta/S -cortés/hS -cortesía/hS -cortes/S -corteza/hjS -cortical/S -corticoide/S -cortijada/S -cortijero/GS -cortijera/S -cortijo/S -cortinada/ih -cortinado/GSih -cortinada/S -cortina/ihS -cortinaje/S -cortinal/S -cortinilla/S -cortinón/S -cortisona/S -cortisquear/RDE -cortisquee/GS -cortisquea/S -cortocircuito/S -cortó/jap -cortometraje/S -corto/S -coruña/S -coruscar/RED -corusco/G -corvad/ipa -corvadura/S -corval/S -corvan/ipa -corva/pai -corvar/iRapDE -corvaza/S -corvé/iap -corvejón/S -corvejos -corven/ipa -corve/SGipa -corva/S -corveta/S -corvetear/DRE -corvetee/SG -corvetea/S -corvinera/S -corvino/GS -corvina/S -corvó/iap -corvo/SN -corza/aS -corzo/SG -corza/S -corzuelo/S -cosaco/SG -cosaca/S -cosáis/a -cosan/pah -cosa/pha -cosario/GS -cosaria/S -cosca/N -coscar/RED -cosco/G -coscojal/S -coscojar/S -coscoja/S -coscorrón/S -cosecante/S -cosechador/GS -cosechadora/S -cosechar/RÀDE -coseche/GS -cosecha/S -cosechero/GS -cosechera/S -cosed/ph -cosedura/Sh -coséis/a -coselete/S -coseno/S -cosen/pah -cose/phGSa -coserme -cosernos -coseros -coser/RphED -coserte -cosetada/S -cosetano/GS -cosetana/S -cosetear -cosía/hp -cosible/S -cosidura/S -cosificar/RED -cosifico/G -cosí/hp -cosilla/S -cosió/hp -cosmético/GS -cosmética/S -cósmico/GS -cósmica/S -cosmogonía/S -cosmografía/S -cosmopolita/S -cosmopolitismo/S -cosmorama/S -cosmos/m -cosmovisión/S -coso/phL -cosos/a -cospel/S -cosquillar/RDE -cosquillear/REÁÂDÅÆ -cosquillee/SG -cosquillea/S -cosquille/S -cosquilloso/GS -cosquillosa/S -costad/ihpa -costalada/iS -costalazo/S -costalero/S -costales/i -costal/slS -costana/SN -costanero/GS -costanera/S -costa/Nh -costar/pRhaDi -costarricense/S -costear/RÁÂÀDE -costee/SG -costea/S -costé/ihap -coste/iSGh -costeño/GS -costeña/S -costero/GS -costera/S -costezuela/S -costilla/C -costillar/hS -costiller/S -costilludo/SG -costilluda/S -costo/hi -costó/ihap -costos -costosamente -costoso/GS -costosa/S -costra/ihS -costreñir -costribar -costringir -costriñir -costroso/GS -costrosa/S -costumbra/a -costumbrad/a -costumbran/a -costumbrar/aRED -costumbré/a -costumbren/a -costumbre/SGa -costumbra/S -costumbrismo/S -costumbrista/S -costumbro/a -costumbró/a -costura/S -costurero/GS -costurera/S -cotad/ah -cota/N -cotan/ah -cotana/S -cotangente/S -cotanza/S -cotarrera/S -cotar/RhaED -coté/ah -cotear -cote/hGaS -coteja/a -cotejable/S -cotejad/a -cotejan/a -cotejándolo/SG -cotejándola/S -cotejar/aRDE -cotejarlo/GS -cotejarla/S -cotejé/a -coteje/aGS -cotejen/a -cotejó/a -cotejo/S -coten/ah -cotice/S -cotidianamente -cotidiano/KSG -cotillear/ERD -cotillee/GS -cotillea/S -cotillón/S -cotilo/SG -cotila/S -cotizable/S -cotizar/RADE -cotizo/G -cotó/ah -coto/Na -cotorra/S -cotorrear/RED -cotorree/SG -cotorrea/S -cotorrera/S -cotos -coturno/S -coulomb -covacha/S -coxal/S -coxa/S -coxis -coxquear -coyote/S -coy/S -coyunda/aS -coyuntero/Sa -coyuntural/S -coyuntura/S -coz/nS -crack -cracoviano/SG -cracoviana/S -crac/S -craneal/S -craneano/GS -craneana/S -cráneo/S -crápula/S -crapuloso/GS -crapulosa/S -craquear/RED -craquee/GS -craquea/S -crasa/ik -crasamente -crascitar/RDE -crascite/SG -crascita/S -crasitud/S -craso/ikG -crasos -crasuláceo/GS -crasulácea/S -crateriforme/S -cráter/S -creabais/o -creaban/op -creaba/poS -creable/pS -creacionismo/S -creación/oS -creada/kf -creado/pkGSfo -creador/oSG -cread/pGo -creáis/op -creámonos -creamos/op -creando/op -crean/hop -créanlo/GS -créanla/S -créanme -créanmelo/GS -créanmela/S -créannos -créannoslo/GS -créannosla/S -créanse -créanselo/GS -créansela/S -crea/oph -crearais/o -crearan/op -crearán/po -creará/op -creara/po -crearás/po -creareis/o -crearéis/o -crearen/op -crearé/op -creare/poSG -crearían/o -crearía/poS -crearla/op -crearlo/oSGp -crearme/p -crearon/op -crearos/p -crear/RÜÌÍDÏÁÀÂEÙÚAÅÄÆ -crearse/op -crearte/p -créase -creaseis/o -creasen/op -crease/po -creas/oSp -creaste/op -creativa/p -creatividad/S -creativo/pGS -crecedero/GS -crecedera/S -creced/hpgar -crece/hrSpga -crecéis/r -crecemos/r -crecen/hpgar -crecentar/a -crecerán/r -crecerá/r -crecerás/r -creceréis/r -creceremos/r -creceré/r -creceríais/r -creceríamos/r -crecerían/r -crecería/rS -crecerlo/GS -crecerla/S -crecerme -crecernos -creceros -crecer/PgIRLahpD -crecerse/r -crecerte -crecíais/r -crecíamos/r -crecían/r -crecía/rSagph -crecida/r -crecido/rGS -creciéndole/S -creciéndome -creciéndonos -creciéndoos -creciendo/r -creciéndose/r -creciéndote -creciente/gaS -crecierais/r -creciéramos/r -crecieran/r -creciera/r -creciereis/r -creciéremos/r -crecieren/r -creciere/rGS -crecieron/r -crecieseis/r -creciésemos/r -creciesen/r -creciese/rS -crecí/hagpr -crecimos/r -creció/ragph -crecisteis/r -creciste/r -credencial/S -credencia/S -credenciero/S -credibilidad/kS -crediticio/GS -crediticia/S -crédito/hS -credo/S -crédula/k -credulidad/kS -crédulo/kGS -creed/h -creedle/GS -creedla/S -creedlo/S -creédmelo/GS -creédmela/S -creédnoslo/SG -creédnosla/S -creédselo/GS -creédsela/S -cree/hGSop -creéis/op -creemos/po -creencia/hS -creen/hop -creé/po -creerle/GS -creerla/S -creerlo/S -creerme -creérmelo/GS -creérmela/S -creernos -creérnoslo/GS -creérnosla/S -creeros -creéroslo/SG -creérosla/S -creer/RhDLE -creérselo/SG -creérsela/S -creerte -creértelo/SG -creértela/S -crehuela/S -creía/h -creíble/Sk -creí/h -cremación/S -crema/hS -cremallera/S -crematorio/SG -crematoria/S -cremoso/SG -cremosa/S -crenchar/RDE -crenche/GS -crencha/S -creo/oph -creó/po -creosotar/RED -creosote/SG -creosota/S -crepitación/S -crepitad/g -crepita/g -crepitan/g -crepitante/S -crepitar/gRDE -crepité/g -crepite/gSG -crepiten/g -crepito/g -crepitó/g -crepuscular/S -crepúsculo/S -cresa/S -crespa/N -crespar/i -crespina/S -crespo/iG -crespón/S -crespos -crestada/ih -crestado/GSih -crestada/S -cresta/hSi -crestería/S -crestón/S -crestudo/GS -crestuda/S -cretáceo/GS -cretácea/S -creta/fgS -cretense/S -cretinismo/S -cretino/GS -cretina/S -cretona/S -creyéndolo/GS -creyéndola/S -creyéndome -creyéndonos -creyéndoos -creyéndote -creyente/S -creyer -creyó/h -crezca/hpgar -crezcáis/r -crezcamos/r -crezcan/r -crezco/hpgarG -criada/N -criadero/GS -criadera/S -criad/hjp -criadora/S -criador/pS -cría/jhp -criamiento/S -crían/hpj -crianza/aS -criarlo/SG -criarla/S -criarme -criarnos -criaros -criar/RhIpjD -criarte -criatura/S -cribad/a -cribador/GS -cribadora/S -criba/hua -cribáis/uh -cribamos/hu -criban/uha -cribar/RDaE -cribé/a -cribe/huGSa -criben/uha -cribó/a -cribo/hua -cribos -criboso/SG -cribosa/S -cricket -cricoides -cric/S -cridar -críe/hSGpj -crié/jhp -críen/hpj -crimen/S -criminad/kap -criminal/KS -criminalmente -criminan/kap -crimina/pka -criminar/pRkaDE -criminé/akp -criminen/kap -crimine/pkGSa -criminó/akp -crimino/pka -criminoso/GS -criminosa/S -crinar/RDE -crine/G -crinito/SG -crinita/S -crin/S -crío/jhp -crió/jhp -criollo/SG -criolla/S -críos -cripta/S -criptógamo/GS -criptógama/S -criptograma/S -criptón/S -crisálida/S -crisantemo/SG -crisantema/S -crisis -crismar/h -crisma/Sh -crismera/S -crisocola/S -crisola/a -crisolad/a -crisolan/a -crisolar/RaDE -crisolé/a -crisole/aSG -crisolen/a -crisol/GS -crisola/S -crisólito/S -crisolo/a -crisoló/a -crisopacio/S -crisopeya/S -crisoprasa/S -crispar/RDPAEÁ -crispatura/S -crispe/GS -crispa/S -crispir/RD -cristalero/SG -cristalera/S -cristales/ia -cristalice/S -cristalino/SG -cristalina/S -cristalizable/kS -cristalizar/READ -cristalizo/G -cristalográfico/GS -cristalográfica/S -cristaloideo/SG -cristaloidea/S -cristaloide/S -cristal/SL -crista/S -cristiana/ahc -cristianad/ha -cristianan/ha -cristianarlo/GS -cristianarla/S -cristianar/RDaEh -cristiandad/S -cristiane/aGSh -cristiané/ha -cristianen/ha -cristianicé/h -cristianice/hS -cristianicen/h -cristianismo/S -cristianización/S -cristianizad/h -cristianiza/h -cristianizan/h -cristianizar/hRED -cristianizo/Gh -cristianizó/h -cristiano/cGS -cristianó/ha -cristino/GS -cristina/S -cristo/cbS -criterio/S -criticable/S -criticador/GS -criticadora/S -críticamente -criticar/RÅÄÆEDÁÀ -criticastro/S -criticidad/S -criticismo/S -critico/GO -crítico/SG -crítica/S -critiquice/S -critiquizar/RED -critiquizo/G -croa/C -Croacia -croajar/RED -croaje/G -croar/RED -croata/S -crocante/S -crocitar/RED -crocite/GS -crocita/S -crocodilo/S -croe/GS -croa/S -crol/S -cromar/RDE -cromática/a -cromático/GSa -cromática/S -cromatina/S -cromatismo/aS -crome/GS -croma/S -crómico/SG -crómica/S -cromóforo/GS -cromófora/S -cromolitografiar/RDI -cromolitografíe/GS -cromolitografía/S -cromo/S -cromosfera/S -cromosoma/S -cromotipia/S -cronicidad/S -cronicismo/S -crónico/SG -crónica/S -cronista/S -cronología/S -cronológicamente -cronológico/GS -cronológica/S -cronologista/S -cronólogo/GS -cronóloga/S -cronometra/C -cronometrador/SG -cronometradora/S -cronometrar/RED -cronometre/GS -cronometra/S -cronómetro/S -crono/S -croqueta/S -croquis -croscitar/RED -croscite/GS -croscita/S -cross -crótalo/S -crotorar/RED -crotore/GS -crotora/S -crucé/hpj -cruce/hpSj -crucen/phj -crucero/SG -crucera/S -cruces/r -cruceta/S -crucial/S -cruciata/S -crucífero/GS -crucífera/S -crucificar/RÁÀÂDÌQE -crucifico/G -crucifijo/S -crucifixor/S -cruciforme/S -crucigrama/S -crudamente -crudelísimo/GS -crudelísima/S -crudeza/S -crudo/SGN -cruda/S -crueldad/S -cruelmente -cruel/S -cruenta/k -cruentamente/k -cruentar -cruento/kGS -crujan/p -cruja/p -crujen/p -cruje/pGS -crujía/p -crujidero/GS -crujidera/S -crujid/p -crujiente/S -crujió/p -crují/p -crujir/pRDE -crujís/p -crujo/p -crupier/S -crup/S -crustáceo/GS -crustácea/S -cruzad/phj -cruza/hjp -cruzamiento/Sj -cruzándome -cruzándonos -cruzándoos -cruzándote -cruzan/phj -cruzarle/S -cruzarme -cruzarnos -cruzaros -cruzar/pDjRhE -cruzarte -cruz/LSG -cruzo/hpGj -cruzó/hpj -cu -cuaderna/ihS -cuadernal/S -cuaderno/NGS -cuaderna/S -cuadrad/ihp -cuadrado/N -cuadragenario/SG -cuadragenaria/S -cuadragesimal/S -cuadragésimo/GS -cuadragésima/S -cuadral/S -cuadrangular/S -cuadrángulo/GS -cuadrángula/S -cuadra/Nh -cuadran/ihp -cuadrantal/S -cuadrante/S -cuadranura/S -cuadrar/hRpiDE -cuadrarla/i -cuadrarlo/iGS -cuadrarme -cuadrarnos -cuadraros -cuadrarte -cuadrático/GS -cuadrática/S -cuadratura/S -cuadré/iph -cuadre/iSGhp -cuadrémonos -cuadren/ihp -cuádrense -cuádrese -cuadricular/RED -cuadrícula/S -cuadricule/GS -cuadricula/S -cuadriforme/S -cuadriga/S -cuadrigato/S -cuadriguero/S -cuadrilátero/GS -cuadrilátera/S -cuadriles/h -cuadriliteral/S -cuadrilítero/GS -cuadrilítera/S -cuadrilla/a -cuadrillero/S -cuadrillo/aGh -cuadrilongo/GS -cuadrilonga/S -cuadril/S -cuadrimestre/S -cuadringentésimo/GS -cuadringentésima/S -cuadrinieto/SG -cuadrinieta/S -cuadrinomio/S -cuadriplicar/REDÀ -cuadriplico/G -cuadrivio/S -cuadró/iph -cuadro/NS -cuadropea/S -cuadros/p -cuadrumano/SG -cuadrumana/S -cuadrupedal/S -cuadrupedante/S -cuadrúpedo/S -cuádruple/GS -cuádrupla/S -cuadruplicar/RED -cuadruplico/G -cuajad/h -cuajado/N -cuajadura/S -cuaja/h -cuajaleche/S -cuajamiento/S -cuajan/h -cuajarlo/GS -cuajarla/S -cuajar/REhD -cuaje/GSh -cuaja/S -cuajé/h -cuajen/h -cuajó/h -cuajo/S -cualesquier -cualesquiera -cualificar/READ -cualifico/G -cualitativo/SG -cualitativa/S -cualquier/G -cuál/S -cual/SK -cuan -cuán -cuándo -cuando/c -cuantía/a -cuantiad/a -cuantían/a -cuantiar/RaDI -cuántico/GS -cuántica/S -cuantié/a -cuantíe/aGS -cuantíen/a -cuantificador/GS -cuantificadora/S -cuantificar/RÀED -cuantifico/G -cuantío/a -cuantió/a -cuantioso/GS -cuantiosa/S -cuantitativo/GS -cuantitativa/S -cuanto/GS -cuanta/S -cuánto/SG -cuánta/S -cuaquerismo/S -cuáquero/GS -cuáquera/S -cuarcita/S -cuarenta/S -cuarentavo/SG -cuarentava/S -cuarenteno/SG -cuarentena/S -cuarentón/SG -cuarentóna/S -cuaresmal/S -cuaresmar -cuaresmario/S -cuaresma/S -cuartad/ia -cuartago/S -cuartal/S -cuartana/S -cuartan/ia -cuarta/pSai -cuartar/RiDEa -cuarteador/SG -cuarteadora/S -cuartear/RDE -cuartee/GS -cuartea/S -cuarte/GaiS -cuarté/ia -cuartela/a -cuartelad/a -cuartelan/a -cuartelar/RaDE -cuartelé/a -cuartele/aGS -cuartelen/a -cuartelero/GS -cuartelera/S -cuartel/HSGN -cuartelo/a -cuarteló/a -cuarten/ia -cuarterada/S -cuartera/S -cuartero/iS -cuarterón/SG -cuarteróna/S -cuarteto/GS -cuarteta/S -cuartillo/GS -cuartilla/S -cuarto/ai -cuartó/ia -cuartón/S -cuartos -cuartucho/S -cuarzo/S -cuarzoso/GS -cuarzosa/S -cuasi -cuasicontrato/S -cuasidelito/S -cuasimodo/S -cuaternario/SG -cuaternaria/S -cuaterno/KGS -cuatralbo/GS -cuatralba/S -cuatrero/GS -cuatrera/S -cuatrienal/S -cuatrienio/S -cuatrimestral/S -cuatrimestre/S -cuatrimotor/S -cuatrocentista/S -cuatrocientas -cuatrocientos -cuatrodoblar/RDE -cuatrodoble/GS -cuatrodobla/S -cuatropea/S -cuatro/SN -Cuba -cuba/kSi -cubalibre/S -cubano/GS -cubana/S -cubata/S -cubero/S -cubertería/S -cubertura/S -cubeto/SG -cubeta/S -cubicar/ERDÀ -cubico/G -cúbico/GS -cúbica/S -cubículo/S -cubierta/phrSi -cubierto/GphSi -cubijar/RED -cubije/SG -cubija/S -cubila/a -cubilad/a -cubilan/a -cubilar/aRDE -cubilé/a -cubile/aGS -cubilen/a -cubiletear/RED -cubiletee/GS -cubiletea/S -cubiletero/S -cubilete/S -cubillo/G -cubilo/a -cubiló/a -cubilote/S -cubil/SG -cubila/S -cubismo/S -cubista/S -cubital/S -cubitera/S -cubito/S -cubo/GSN -cuba/S -cuboides -cubra/iph -cubrámonos -cubran/hip -cúbranse/h -cúbrase/h -cubrecadena/S -cubrecama/S -cubre/GhSip -cúbrelo/SG -cúbrela/S -cubren/hip -cubrenuca/S -cubreobjeto/S -cúbrete/h -cubría/hpi -cubrid/hip -cubridlo/GS -cubridla/S -cubriéndole/SG -cubriéndola/S -cubriéndolo/S -cubriéndome -cubriéndonos -cubriéndoos -cubriéndote -cubrí/hpi -cubrió/pih -cubrios/h -cubríos/h -cubrirle/S -cubrirme/h -cubrirnos/h -cubriros/h -cubrir/pÀRihPE -cubrirte/h -cubrís/hpi -cubro/iph -cucamonas -cucaña/S -cucaracha/S -cucarachera/S -cucar/RED -cucha/N -cucharada/S -cucharadita/S -cuchara/N -cuchar/DRE -cucharear/EDR -cucharee/GS -cucharea/S -cucharero/GS -cucharera/S -cuchareta/S -cucharetear/ERD -cucharetee/GS -cucharetea/S -cucharetero/SG -cucharetera/S -cucharón -cucharon/S -cucharrena/S -cucharro/S -cuche/GS -cucha/S -cuché/S -cucheta/S -cuchichear/RED -cuchichee/SG -cuchichea/S -cuchichiar/RDI -cuchichíe/GS -cuchichía/S -cuchilla/a -cuchillada/aS -cuchillar/aS -cuchillero/S -cuchillo/aG -cuchipanda/S -cuchitril/S -cucho/N -cuchuchear/RED -cuchuchee/SG -cuchuchea/S -cuchufleta/S -cuchufletero/GS -cuchufletera/S -cuclillas/a -cuclillo/S -cuco/GSN -cuca/S -cuculla/S -cucurbitáceo/GS -cucurbitácea/S -cucurucho/S -cuece/G -cuécelo/SG -cuécela/S -cuelan/p -cuela/p -cuele/GpS -cuélelo/SG -cuélela/S -cuélenlo/GS -cuélenla/S -cuelen/p -cuelgacapas -cuelga/h -cuélgate -cuelgo/h -cuellicorto/GS -cuellicorta/S -cuello/Shr -cuelo/p -cuenco/SG -cuenca/S -cuenda/S -cuentagotas -cuentakilómetros -cuéntale/GS -cuéntala/S -cuéntalo/S -cuéntame -cuéntamelo/SG -cuéntamela/S -cuéntanos -cuéntanoslo/SG -cuéntanosla/S -cuentan/p -cuentapasos -cuenta/ph -cuéntaselo/SG -cuéntasela/S -cuéntate -cuéntele/GS -cuéntela/S -cuéntelo/S -cuénteme -cuéntemelo/GS -cuéntemela/S -cuéntenle/GS -cuéntenla/S -cuéntenlo/S -cuéntenme -cuéntenmelo/GS -cuéntenmela/S -cuéntennos -cuéntennoslo/GS -cuéntennosla/S -cuéntenos -cuéntenoslo/GS -cuéntenosla/S -cuenten/p -cuéntense -cuéntenselo/GS -cuéntensela/S -cuente/phSG -cuentero/GS -cuentera/S -cuéntese -cuénteselo/GS -cuéntesela/S -cuentista/S -cuento/Sph -cuera/ih -cuerda/hSapif -cuerdamente -cuerdo/aGSp -cuerezuelo/S -cuerna/ha -cuerno/aGh -cuernos -cuero/Gih -cueros/p -cuerpo/Sc -cuervera/S -cuervo/SG -cuerva/S -cúes/c -cuesco/S -cuesta/api -cuestan/api -cueste/aGSpi -cuesten/api -cuestionable/kS -cuestionar/ÅRÁÀÂDE -cuestionario/S -cuestión/GS -cuestióna/S -cuesto/apij -cuestor/S -cueva/iS -cuévano/S -cuevero/S -cuézalo/GS -cuézala/S -cuézanlo/SG -cuézanla/S -cueza/ph -cuezo/S -cuidad/ah -cuidadlo/GS -cuidadla/S -cuidadme -cuidadnos -cuidador/GS -cuidadora/S -cuidadosamente -cuidadoso/GS -cuidadosa/S -cuida/h -cuídalo/SG -cuídala/S -cuídame -cuidándolo/GS -cuidándola/S -cuidándome -cuidándonos -cuidándoos -cuidándote -cuidan/h -cuídanos -cuidaos -cuidar/hRDÁÀE -cuídate -cuide/GSh -cuida/S -cuidé/h -cuídelo/SG -cuídela/S -cuídeme -cuidémonos -cuiden/h -cuídenlo/GS -cuídenla/S -cuídenme -cuídennos -cuídenos -cuídense -cuídese -cuido/h -cuidó/h -cuidoso/SG -cuidosa/S -cuis/S -cuitada/h -cuitado/hSG -cuita/iSa -cuitar/iDa -cuja/S -culada/Spha -culata/Si -culatazo/S -culebra/NHS -culebrear/RDE -culebree/GS -culebrea/S -culebrera/S -culebrina/S -culebrón/S -culero/SG -culera/S -culinario/SG -culinaria/S -culinegro/GS -culinegra/S -culmen/S -culminante/S -culminar/RDEAÀ -culmine/GS -culmina/S -culombio/S -culo/pha -culos -culote/S -culpable/kSJ -culpablemente -culpad/k -culpa/k -culpándome -culpándonos -culpándoos -culpándote -culpan/k -culpar/RkÄEDÁ -culpé/k -culpe/kSG -culpémonos -culpen/k -cúlpense -cúlpese -culpo/k -culpó/k -culposo/GS -culposa/S -culta/kq -cultamente/k -culteranismo/S -culterano/SG -culterana/S -cultero/GS -cultera/S -cultiparlar/RED -cultiparle/SG -cultiparla/S -cultiparlista/S -cultismo/S -cultivable/kS -cultivador/GS -cultivadora/S -cultivar/RÄEÁÀD -cultive/GS -cultiva/S -cultivo/S -culto/kGSq -cultor/GS -cultora/S -cultual/S -cultural/aS -culturalmente -culturar/RED -cultura/sSk -culture/GS -cultura/S -culturice/S -culturizar/RED -culturizo/G -cumanagoto/SG -cumanagota/S -cumbia/S -cumbre/iS -cumpláis/k -cumpla/k -cumplamos/k -cumplan/k -cumpleaños -cumple/kSG -cumplen/k -cumplíais/k -cumplía/kS -cumplían/k -cumplidamente -cumplidero/GS -cumplidera/S -cumplid/kG -cumplido/kS -cumplidor/GS -cumplidora/S -cumpliera/k -cumpliere/kGS -cumpliese/kS -cumplí/k -cumplimentar/ÁRÂÀDEA -cumplimente/GS -cumplimenta/S -cumplimentero/GS -cumplimentera/S -cumplimos/k -cumplió/k -cumplirá/k -cumplirán/k -cumplirás/k -cumpliré/k -cumpliría/kS -cumplirla/k -cumplirlo/kGS -cumplir/RøÀÁPED -cumplirse/k -cumplís/k -cumpliste/k -cumplo/k -cumula/a -cumulad/a -cumulador/aSG -cumulan/a -cumular/aRDE -cumulé/a -cumule/aGS -cumulen/a -cumulo/a -cumuló/a -cúmulo/S -cuna/ai -cunad/ia -cunan/ia -cunar/RaiDE -cunchus -cunde/GS -cunda/S -cundir/DREÁ -cunear/RDE -cunee/GS -cunea/S -cune/GSia -cuna/S -cuné/ia -cuneiforme/S -cunen/ia -cunero/SG -cunera/S -cuneta/S -cunicultor/GS -cunicultora/S -cunicultura/S -cunita/S -cuno/ai -cunó/ia -cuña/ap -cuñada/f -cuñad/ap -cuñado/fGS -cuñan/ap -cuñar/aRpED -cuñé/ap -cuñe/aSGp -cuñen/ap -cuño/ap -cuñó/ap -cuños -cuota/S -cupé/S -cupido/S -cupón/S -cupo/S -cupresino/GS -cupresina/S -cúprico/SG -cúprica/S -cuprífero/SG -cuprífera/S -cuproso/GS -cuprosa/S -cúpula/S -cupulino/S -cuquero/SG -cuquera/S -curable/kS -curación/S -curado/N -curador/oGS -curad/rop -cural/S -curandero/GS -curandera/S -curándome -curándonos -curándoos -curándote -curan/rop -cura/opr -curaos -curarle/GS -curarla/S -curarles/o -curarlo/S -curarme/o -curarnos/o -curaros/o -curar/rRopDE -curarte/o -curasao/S -cúrate -curativo/GS -curativa/S -curato/S -curazao/S -curbaril/S -cúrcuma/S -curda/ia -curdo/Gia -curdos -curémonos -curen/rop -cúrense/o -cureña/Si -curé/rpo -cure/rSGop -cures/a -cúrese/o -curia/kSg -curialesco/GS -curialesca/S -curial/S -curiana/S -curiar -curie/GS -curia/S -curio/S -curiosa/kS -curiosamente -curiosear/DRÀÄE -curiosee/SG -curiosea/S -curioso/KSG -curiosos/k -curo/opr -curó/rpo -curra/fkup -curráis/upkf -curramos/kupf -curran/kpfu -currar/RÃÇDE -curre/fGkuSp -curren/kpfu -curricular/S -currículo/S -curro/fkup -curros -curruca/Sa -currutaco/GS -currutaca/S -curry -cursad/f -cursa/f -cursándole/S -cursan/f -cursar/fRDE -cursarle/SG -cursarla/S -cursarlo/S -cursé/f -curse/fGS -cursen/f -cursilada/S -cursillista/S -cursillo/S -cursi/S -cursiva/qS -cursó/f -curso/fkuSp -cursor/Sn -curta/i -curtan/i -curte/GiS -curten/i -curtía/i -curtid/i -curtidor/GS -curtidora/S -curtiente/S -curtí/i -curtimiento/S -curtió/i -curtir/iRDE -curtís/i -curto/i -curvad/k -curva/k -curvan/k -curvar/RkED -curvatura/S -curve/GkS -curvé/k -curven/k -curvilíneo/GS -curvilínea/S -curvó/k -curvo/KS -cusáis/kpa -cusamos/pk -cusan/kap -cusa/pak -cuscurro/S -cuscuta/S -cusen/kap -cuse/pGSka -cusir/ERD -cuso/pak -cúspide/S -custodiar/ÀÂRÄDE -custodie/GS -custodia/S -custodio/S -custre/GS -custra/S -custrir/RDE -cutánea/s -cutáneo/sGS -cuticular/S -cutícula/S -cutidero/S -cutio -cutir -cutis -cutral/S -cutre/S -cutrez/S -cuyaes -cuyo/GS -cuya/S -cúyo/GS -cúya/S -cuz -cuzco/S -dabais/h -dábamos/h -daban/hp -daba/phS -dable/S -daca -dacio/GS -dacia/S -dactilar/S -dactiloscopia/S -dadivar -dádiva/S -dadivoso/KGS -dado/fphS -dador/GSn -dadora/S -dad/pGh -daga/NS -dagas/k -daguerrotipar/RED -daguerrotipe/GS -daguerrotipa/S -daguerrotipia/S -dais -da/kS -dale/GS -dala/S -dales/fg -dalia/S -dallador/GS -dalladora/S -dallar/RED -dalle/GS -dalla/S -dalo/S -daltoniano/SG -daltoniana/S -daltonismo/S -dama/a -damaceno/GS -damacena/S -damajuana/S -damasceno/SG -damascena/S -damasco/NS -damasina/S -damasquinar/RED -damasquine/GS -damasquina/S -dame/Ga -dámelo/SG -dámela/S -damisela/S -damnificador/SG -damnificadora/S -damnificar/RED -damnifico/G -damos/hp -dance/S -dandi/S -dando/hp -dándose -danés/G -danes/S -dánico/SG -dánica/S -danos -dánoslo/GS -dánosla/S -dan/S -dante/S -dantesco/GS -dantesca/S -danzador/GS -danzadora/S -danzante/SG -danzanta/S -danzarín/GS -danzarína/S -danzar/RDE -danzo/G -dañar/REÁDÅÆ -dañe/GS -daña/S -dañino/GS -dañina/S -daño/pS -dañoso/GS -dañosa/S -dará/hp -darán/ph -darás/ph -dar/ÇÁÃÀÂSÅÄÆDô -dardanio/GS -dardania/S -dárdano/GS -dárdana/S -dardo/S -daré/hp -daréis/h -daremos/h -dares/p -daríais/h -daríamos/h -darían/h -daría/Sph -darme/a -darse/hp -dársena/S -Darussalam -das -dáselo/GS -dásela/S -dasocracia/S -data/b -datación/S -datad/b -datáfono/S -datan/b -datario/S -datarlo/GS -datarla/S -datar/RbED -daté/b -date/GSb -data/S -daten/b -datilera/S -dátil/S -dativo/GS -dativa/S -dató/b -dato/S -davalar/RED -davale/GS -davala/S -deanato/S -debacle/S -debajo -debandar -debatir/Å -debe/GS -deba/S -debelar/RDE -debele/G -deber/REÁSD -debida/k -debidamente/k -debido/kGS -debilidad/S -debilitante/S -debilitar/AERDPÁ -debilite/SG -debilita/S -débilmente -débil/S -débito/S -debla/S -debo/L -debrocar/RE -debut -debutante/S -debutar/RDE -debute/GS -debuta/S -década/S -decadente/O -decadentismo/S -decadentista/S -decaer/P -decagramo/S -decalitro/S -decálogo/S -decanato/S -decantar/REÁ -decapitar/REÁÂÀAD -decapite/SG -decapita/S -decápodo/GS -decápoda/S -decasílaba/i -decasílabo/iSG -decebir -decena/aS -decencia/kS -decender -decenio/S -deceno/S -decenta/a -decentad/a -decentan/a -decentar/EaRD -decenté/a -decente/GSF -decenta/S -decentemente/k -decenten/a -decentes/ka -decentó/a -decento/aG -decepar -decepcionante/S -decepcionar/ÁRÀDE -decepción/GS -decepcióna/S -decercar -decernir -deceso/S -dechado/iS -decía/plnfhj -decibelio/S -decible/nkS -decid/G -decididamente -decidir/RôEDøÁÅQ -decidle/S -decidme -decidnos -decidor/SG -decidora/S -decigramo/S -decilitro/S -decimacuarta/S -decimal/S -decímetro/S -decimoctavo/GS -decimoctava/S -decimocuarto/GS -decimocuarta/S -decimonono/GS -decimonona/S -decimonoveno/GS -decimonovena/S -decimoquinto/GS -decimoquinta/S -decimoséptimo/GS -decimoséptima/S -decimosexto/GS -decimosexta/S -décimo/SG -décima/S -decimotercero/SG -decimotercera/S -decimotercio/GS -decimotercia/S -decíos -decires -decir/jXplfhn -decirla/n -decirle/nGS -decirlo/nS -decirme/h -decírmelo/SG -decírmela/S -decirnos/h -decírnoslo/GS -decírnosla/S -deciros/h -decíroslo/SG -decírosla/S -decírselo/SG -decírsela/S -decirte/h -decírtelo/GS -decírtela/S -decisión/kS -decisivo/GS -decisiva/S -decisorio/kS -decís/plnfhj -declamador/GS -declamadora/S -declamar/A -declamatorio/GS -declamatoria/S -declarable/kS -declaradamente -declarador/GS -declaradora/S -declarante/S -declarar/RÁÀÂDÅÄEA -declarativo/GS -declarativa/S -declaratorio/GS -declaratoria/S -declare/S -declinable/kS -declinante/S -declinar/ÏREDA -declinatorio/GS -declinatoria/S -decline/GS -declina/S -declive/S -declividad/S -declivio/S -decolgar -decolorar/A -decomisar/À -decorad/f -decoradlo/GS -decoradla/S -decorador/GS -decoradora/S -decora/kf -decóralo/GS -decórala/S -decorándolo/GS -decorándola/S -decorándome -decorándonos -decorándoos -decorándote -decoran/f -decorar/fRÀEDA -decorativo/SG -decorativa/S -decoré/f -decore/GfS -decoren/f -decoró/f -decoro/kGS -decorosa/k -decoroso/GSk -decorosa/S -decorticar/RED -decortico/G -decremento/S -decrépito/GS -decrépita/S -decrepitud/S -decretar/REÀDÄ -decrete/S -decretista/S -decretorio/S -decreto/S -decumbente/S -decuplar/RDE -decuple/GS -decupla/S -decuplicar/RED -decuplico/G -decuriato/S -decurionato/S -decurión/S -decusata/S -dedal -dedalera/S -dédalo/S -dedicar/ÇÜÏÃRÅÄÆÌÎÍAEÁÀÂDôøÙÛÚ -dedicativo/GS -dedicativa/S -dedicatorio/GS -dedicatoria/S -dedico/G -dedignar -dedil -dedolar/R -dedo/NS -deducible/S -deducir/AÀÂÁÄ -defamar -defecador/GS -defecadora/S -defecar/RAED -defección/S -defeco/G -defectible/kJS -defectuoso/GS -defectuosa/S -defendedor/GS -defendedora/S -defender/RIÐùÄÅLÁõDô -defendible/kS -defenestrar/REÀÂD -defenestre/S -defensa/dSk -defensar -defensivo/SG -defensiva/S -defensorio/S -defensor/SG -defensora/S -deferente/F -deferir/XD -defiar -déficit -deficitario/GS -deficitaria/S -defina/n -definan/n -define/nGS -definen/n -definía/n -definible/kS -definición/S -definida/k -definid/n -definido/kSG -definidor/GS -definidora/S -definiéndome -definiéndonos -definiéndoos -definiéndote -definí/n -definió/n -definirme -definirnos -definiros -definir/RnDE -definirte -definís/n -definitivamente -definitivo/GS -definitiva/S -definitorio/GS -definitoria/S -defino/n -deflación/S -deflagrador/SG -deflagradora/S -deflagrar/A -deflegmar/RDE -deflegme/S -defoliación/S -defondonar -deformable/kS -deformar/RAÄ -deformatorio/SG -deformatoria/S -deformo/K -defraudador/GS -defraudadora/S -defraudar/DRÁÀÂAE -defraude/G -defuir -defunción -degenerante/S -deglución/S -deglute/GS -degluta/S -deglutir/RÀDE -degolladero/S -degollador/GS -degolladora/S -degollante/S -degollar/PRÁÀÂDAÄBI -degradante/S -degradar/ÁA -degüello/S -dehender -dé/hep -dehesa/ai -dehesad/ai -dehesan/ai -dehesar/aRiDE -dehese/GaSi -dehesé/ia -dehesen/ai -deheso/ai -dehesó/ia -dehiscente/FS -dehiscentes/k -dehortar -de/hpif -deicida/S -deicidio/S -deíctico/SG -deíctica/S -deidad/S -deificar/READ -deifico/G -deiforme/S -deitano/GS -deitana/S -deixis -dejado/M -deja/iS -dejar/ÏÃRÜôÌÎÍøÙÛÚDÁÀÂAPÅÄE -dejarretar -deje/G -dejemplar -dejo/NS -dejugar -del -dél -delación/S -dela/nS -delantal/S -delante/a -delantero/GS -delantera/S -delatable/S -delatador/GS -delatadora/S -delatar/RÁDE -delator/SG -delatora/S -delaxar -deleble/kS -delectable/S -delectación/S -delegabais/s -delegaban/s -delegaba/sS -delegado/sS -delegad/sG -delegáis/s -delegamos/s -delegando/s -delegan/s -delegar/ÄA -delegarais/s -delegaran/s -delegarán/s -delegara/s -delegará/s -delegarás/s -delegareis/s -delegaréis/s -delegaren/s -delegaré/s -delegare/sGS -delegarían/s -delegaría/sS -delegaron/s -delegarse/s -delega/s -delegaseis/s -delegasen/s -delegase/s -delegas/sS -delegaste/s -delegatorio/GS -delegatoria/S -delegó/s -delego/sG -deleguéis/s -deleguemos/s -deleguen/s -delegué/s -delegue/sS -deleitable/S -deleitar/ÅRPDEÁ -deleite/GS -deleita/S -deleitoso/GS -deleitosa/S -delejar -deletéreo/GS -deletérea/S -deletreador/GS -deletreadora/S -deletrear/RDEÂÀ -deletree/GS -deletrea/S -deletreo/S -deleznable/S -deleznar/RED -délfico/GS -délfica/S -delfín/GS -delfína/S -delgadamente -delgado/GMS -delgaducho/SG -delgaducha/S -delga/S -delgazar/a -deliberada/k -deliberadamente/k -deliberado/kGS -deliberante/S -deliberativo/SG -deliberativa/S -delibrar -delicada/kS -delicadamente -delicadez/G -delicado/GMS -delicados/k -delicaducho/GS -delicaducha/S -delicatessen -deliciarse -delicioso/SG -deliciosa/S -delictivo/SG -delictiva/S -delicto/S -delicuescente/S -delimitador/GS -delimitadora/S -delinco/G -delincuente/SF -delineador/GS -delineadora/S -delineante/S -delinear/PÀA -delinque/S -delinquir/RPDE -deliñar/ia -delio/SG -delia/S -delirante/S -delirar/RE -delire/S -delirio/sS -delito/S -delongar -delo/S -delta/S -deltoides -demacrar/RDE -demacre/GS -demacra/S -demagogia/S -demagogo/GS -demagoga/S -demandador/GS -demandadora/S -demandar/RÁÆE -demanial/S -demarcar/RA -demás/a -demasiadamente -demasiar/RID -demasíe/S -deme/a -demediar/R -démelo/SG -démela/S -demencial/S -dementar/E -demente/F -demientra -demigar -demiurgo/S -democracia/S -demócrata/S -democratice/S -democrático/SG -democrática/S -democratizar/RDE -democratizo/G -democristiano/GS -democristiana/S -demografía/S -demográfico/SG -demográfica/S -demoler/ÁA -demonche/S -demoníaco/GS -demoníaca/S -demonio/i -demonios -demonología/S -demonológico/GS -demonológica/S -demonomancia/S -demonstrar -demorar/ÅÀÁ -demos/hp -demosofía/S -demóstenes -demostrable/kS -demostrar/RÓÄÆÅÏÃÐÒÎÌÍÁÑA -demudar/PA -demulcir -denario/GS -denaria/S -dendriforme/S -dendrita/S -dendroideo/GS -dendroidea/S -dendroide/S -denegar/AÀÂI -denegatorio/GS -denegatoria/S -denegre/S -denegrir/RED -denguear/RDE -denguee/GS -denguea/S -dengue/S -denigrante/S -denigrar/RÄEÁÀÂD -denigrativo/GS -denigrativa/S -denigratorio/GS -denigratoria/S -denigre/GS -denigra/S -denle/SG -denla/S -denlo/S -denme -dénmelo/GS -dénmela/S -dennos -dénnoslo/GS -dénnosla/S -denodado/GS -denodada/S -denodarse -denominación/S -denomina/d -denominad/d -denominan/d -denominándolo/GS -denominándola/S -denominar/dRD -denominarme -denominarnos -denominaros -denominarte -denominé/d -denomine/dGS -denominen/d -denomino/d -denominó/d -dénoslo/GS -dénosla/S -denostador/SG -denostadora/S -denostar/RÀDI -denostoso/SG -denostosa/S -denotativo/SG -denotativa/S -den/p -densa/fa -densar/fa -dense/fGa -dénselo/GS -dénsela/S -densificar/RED -densifico/G -denso/KS -dentad/hi -dentadura/S -dental/lS -dentario/GS -dentaria/S -dentar/RihID -dentecer/A -dente/eS -denté/ih -dentella/a -dentellad/a -dentellan/a -dentellar/RaDE -dentellé/a -dentellear/RDE -dentellee/SG -dentellea/S -dentelle/GaS -dentellen/a -dentello/a -dentelló/a -dentezuelo/S -denticina/S -denticonejuno/GS -denticonejuna/S -denticular/SD -dentículo/S -dentífrico/GS -dentífrica/S -dentirrostro/GS -dentirrostra/S -dentista/S -dentivano/GS -dentivana/S -dentoalveolar/S -dentó/ih -dentón/S -dentro/a -dentrotraer -dentudo/GS -dentuda/S -denudar/RDE -denude/GS -denuda/S -denuedo/S -denuesto/S -denunciable/S -denunciador/GS -denunciadora/S -denunciante/S -denunciar/ÙÁÀÂÄ -denunciatorio/GS -denunciatoria/S -deñar/ih -deodara/S -deparar/RÁÆ -departamental/S -departamento/S -departidor/G -departir/RE -depauperar/RDE -depaupere/GS -depaupera/S -dependencia/lkS -dependienta/S -dependiente/kFS -depilar/ÁA -depilatorio/GS -depilatoria/S -deplorable/S -deplorar/RDÀE -deplore/GS -deplora/S -depón -deponente/qS -deponer/A -depopulador/GS -depopuladora/S -deportar/AÁ -deportista/S -deportiva/c -deportividad/S -deportivo/cGS -deposar -depositador/GS -depositadora/S -depositario/GS -depositaria/S -depositar/RDÁEÙ -deposite/SG -deposita/S -depravador/GS -depravadora/S -depravar/REDA -deprave/S -deprecante/S -deprecar/RDEA -deprecativo/GS -deprecativa/S -deprecatorio/GS -deprecatoria/S -depreciar/A -depreco/G -depredar/REÀD -deprede/GS -depreda/S -deprehender -deprender/R -depresiva/c -depresivo/cSG -depresor/GS -depresora/S -deprimente/S -deprimir/RDÁ -depurador/GS -depuradora/S -depurar/RADE -depurativo/GS -depurativa/S -depuratorio/GS -depuratoria/S -depure/S -deputar/RDE -depute/S -derecha/i -derechamente -derechero/GS -derechera/S -derechez/S -derechista/S -derechito -derecho/iG -derechos -derechuelo/S -derechura/S -derelinquir -derezar/ai -derivar/RÀDEAÄ -derivativo/SG -derivativa/S -derive/GS -deriva/S -dermalgia/S -dermatitis -dermatoesqueleto/S -dermatosis -dermesto/S -dermis -dermitis -derogador/GS -derogadora/S -derogar/À -derogatorio/GS -derogatoria/S -derrabar/RBED -derrabe/S -derramadero/S -derramador/GS -derramadora/S -derramaplaceres -derramar/RPÅEDÁÀ -derramasolaces -derrame/S -derranchar -derraspado -derredor -derrelinquir -derrengar/B -derretir/XPÁÀD -derribador/S -derribar/RÁEÆD -derribe/GS -derriba/S -derribo/S -derrite/S -derrocar/RÁÀDPE -derrochador/GS -derrochadora/S -derrochar/À -derromper -derronchar -derrostrarse -derrotar/ÁÀÄ -derrote/O -derrotero/S -derrotismo/S -derrotista/S -derrubiar/RED -derrubie/S -derruir/XDÀ -derrumbadero/S -derrumbar/PÁÀ -derviche/S -desabatir -desabejar/RDE -desabeje/S -desabollador/S -desabonar/R -desaborar -desaborido/SG -desaborida/S -desabridamente -desabrigar/R -desabrir/PDX -desabrochar/ÅR -desacatador/SG -desacatadora/S -desacatar/PR -desacato/S -desacelerar/R -desacerbar/RDE -desacerbe/S -desacertadamente -desacomodar/RP -desaconsejadamente -desaconsejar/R -desacordadamente -desacorralar/R -desacostumbradamente -desacreditador/GS -desacreditadora/S -desacreditar/ÁÄ -desadormecer/R -desadvertir/X -desafeitar -desaferrar/R -desafiadero/S -desafiador/GS -desafiadora/S -desafiante/S -desafiar/RÅÄÆÀÂÁDI -desafíe/GS -desafía/S -desafío/S -desafiuzar -desaforar/Á -desafuciar -desafuero/S -desagarrar/R -desagradecer/RP -desagraviar/Á -desahogar/ô -desahuciar/RDE -desahucie/GS -desahucia/S -desahucio/S -desainar/B -desairar/EÀ -desaire/G -desajacarse -desalar/R -desalforjar/RED -desalforje/S -desalmar/P -desalojar/Ä -desalterar/RE -desamable -desamoldar/R -desamorar/RDE -desamor/G -desamortizador/GS -desamortizadora/S -desamotinar/R -desandarais -desandáramos -desandaran -desandare -desandareis -desandáremos -desandaren -desandar/G -desando/f -desangelado/GS -desangelada/S -desangrar/PÅÀ -desanimadamente -desanimar/R -desánimo -desañudar -desapadrinar/R -desapañar -desaparecer/P -desapegar/R -desaplicar/R -desapoderadamente -desapreciar/R -desaprensar/RDE -desaprense/GS -desaprensa/S -desaprir -desapropiar/P -desaprovechar/RP -desaquellar/RED -desaquelle/S -desarbolar/ -desarmar/R -desarrancar/R -desarrollada/s -desarrollado/sSG -desarrollar/Å -desarrollo/Ss -desarrugar/B -desarzonar/RDE -desarzone/G -desasen/f -desase/Sf -desasir/RPI -desasistir/R -desasnar/REDÁ -desasne/S -desasosegar/RDI -desasosiego/S -desastradamente -desastrado/GS -desastrada/S -desatacar/R -desatalentado/SG -desatalentada/S -desatancar/RED -desatanco/G -desatar/R -desatemplarse -desatentadamente -desatentar/I -desatinadamente -desatino/S -desatornillar/R -desatravesar -desavahar/P -desavén -desavenir/X -desayunar/Á -desayuntar -desbabar/RED -desbabe/S -desbalagar/RED -desbalago/G -desballestar -desbancar/REÁÀÂD -desbandar/ERD -desbande/S -desbarajustar/RDE -desbarajuste/GS -desbarajusta/S -desbaratadamente -desbaratador/GS -desbaratadora/S -desbaratar/RPDEÀ -desbarate/S -desbarbar/RE -desbarbillar/RDE -desbarbille/S -desbarretar/RED -desbarrete/S -desbarrigar/RED -desbastador/S -desbastar/B -desbastecido/GS -desbastecida/S -desbazadero/S -desbecerrar/RED -desbecerre/S -desbince/S -desbinzar/RED -desbocar/RÁPEô -desbonetar/RDE -desbonete/G -desboquillar/RED -desboquille/S -desbordante/S -desbordar/P -desbornice/S -desbornizar/RED -desbornizo/G -desboronar -desbotonar/ERD -desbotone/G -desbrace/S -desbragar/RED -desbraguetado/SG -desbraguetada/S -desbravador/S -desbravar/RDE -desbravecer/RILD -desbravece/S -desbrave/S -desbrazar/RE -desbrazo/G -desbridar/REDP -desbride/S -desbriznar/RED -desbrizne/S -desbrozar/À -desbruar/RDI -desbrúe/SG -desbrúa/S -desbrujar/RDE -desbuchar/RDE -desbuche/G -desbullar/RD -descabalar/P -descabalgar/ -descabece/S -descabellar/RDEP -descabelle/GS -descabella/S -descabeñarse -descabezar/RPED -descabezo/G -descabritar/ERD -descabrite/S -descacharrante/S -descacilar/RDE -descacile/SG -descacila/S -descaderar/RED -descadere/S -descadillar/RDE -descadille/GS -descadilla/S -descaecer -descafeinar/RIDÀ -descafeíne/S -descalabace/S -descalabazar/RED -descalabrar/B -descalandrajar/RDE -descalandraje/SG -descalandraja/S -descalichar/RDE -descaliche/G -descalostrado/GS -descalostrada/S -descalzadero/S -descalzar/ôR -descalzo/SM -descamar/A -descamisar/RED -descamise/S -descangallar/RED -descangalle/GS -descangalla/S -descansadero/S -descanso/N -descanta/N -descantar/RE -descanterar/RDE -descantere/S -descañonar/RED -descañone/G -descaperuce/S -descaperuzar/RED -descapillar -descapirotar/RE -descapirote/G -descapotable/S -descapullar/RDE -descapulle/GS -descapulla/S -descaradamente -descarar/RPED -descarcañalar/RED -descarcañale/SG -descarcañala/S -descargadero -descargar/RPBÄ -descarnador/S -descarnar/RED -descarne/G -descarriar/DRIP -descarríe/GS -descarría/S -descarrilar/RDPEB -descarrile/G -descarrillar/RBED -descarrille/GS -descarrilla/S -descarrío/S -descartar/REÁD -descarte/GS -descarta/S -descascarar/RDE -descascarillar/RDE -descascarille/S -descascar/R -descaspar/RED -descaspe/S -descastar/RED -descaste/S -descaudalado/GS -descaudalada/S -descaudillar -descended/f -descendencia/f -descendente/SF -descenderle/GS -descenderla/S -descenderlo/S -descender/RfILD -descendía/f -descendiente/fFS -descendí/f -descendió/f -descendir/DP -desceñir/X -descepar/RED -descepe/S -descerar/RED -descercador -descerebrar/RED -descerebre/GS -descerebra/S -descerece/S -descere/S -descerezar/RED -descerrajar/REÁDÀÂB -descerraje/G -descerrar/RC -descerrumar/RDE -descerrume/GS -descerruma/S -descervigar/RPED -descervigo/G -deschuponar/RDE -descienda/f -desciende/f -desciendo/f -descifrable/Sk -descifrador/SG -descifradora/S -descifrar/À -descimbrar/P -desclasificar/À -desclavador/S -descobajar/RDE -descobaje/GS -descobaja/S -descogollar/RED -descogolle/GS -descogolla/S -descogotar/RDE -descogote/G -descollante/S -descollar/PI -descolma/N -descolmillar/RED -descolmille/S -descolocar/R -descolorar/P -descolorir/P -descoloriste -descomedidamente -descompaginar/R -descompletar/RE -descomprimir/À -descompuestamente -descomulgador/S -desconceptuar/R -desconcertar/BÅ -desconchar/RDEB -desconche/S -descongelar/RÀ -desconocer/PÅ -desconsentir/X -desconsideradamente -desconsiderar/R -desconsoladamente -descontad/p -descontar/pRDI -desconté/p -descontó/p -descorazonador/GS -descorazonadora/S -descorazonar/RDÁPE -descorazone/G -descorchador/S -descordar/RDI -descorderar/RED -descordere/S -descoritar/RED -descorite/SG -descorita/S -descornar/RDI -descoronar/R -descorrer/P -descortece/S -descortezar/RPDBE -descortinar/RE -descortine/S -descostar/E -descostillar/RED -descostille/S -descostrar/RDE -descostre/S -descoyuntar/RPDE -descoyunte/GS -descoyunta/S -descrecencia/S -descreer/P -descremar/ERD -descreme/S -descrestar/ER -descreste/S -descría/O -describir/ÃÏ -descrinar -descripción/S -descriptible/Sk -descriptivo/GS -descriptiva/S -descriptor/SG -descriptora/S -descrismar/RDE -descrisme/S -descrucificar -descuadernar/RED -descuaderne/S -descuadrilar/RED -descuadrile/G -descuadrillar/RED -descuadrille/S -descuajaringar/RED -descuajaringo/G -descuartice/S -descuartizar/RÄÁPÀDE -descuartizo/G -descubiertamente -descubridero/S -descubridor/SG -descubridora/S -descubrir/Åø -descuenta/p -descuente/p -descuento/p -descuerar/RDE -descuere/S -descuernacabras -descuidadamente -descuidero/GS -descuidera/S -descuido/S -descular/RDE -descule/GS -descula/S -descumbrado/GS -descumbrada/S -desdá -desdáis -desdán -desdar -desdás -desdén/S -desdeñable/S -desdeñar/RDEÁÀ -desdeñe/GS -desdeña/S -desdeño/S -desdeñoso/SG -desdeñosa/S -desdé/S -desdichadamente -desdichado/GS -desdichada/S -desdió -desdoblar/RP -desdonar -desdorar/R -desdoro/S -deseable/kS -deseada/k -deseado/kSG -deseador/SG -deseadora/S -desear/ÍERDÂÀÁÅÆÄ -desecar/AP -desecativo/GS -desecativa/S -desechable/S -desee/S -dese/f -desellar/RB -déselo/SG -désela/S -desembalar/R -desembarazadamente -desemblantar/RED -desemblante/G -desembojadera/S -desemborrachar/R -desembotar/R -desembroce/S -desembrozar/RDE -desembrozo/G -desempalagar/RE -desempaquetar/À -desempolvar/B -desempolvorar/B -desemponzoñar/R -desencadenante/S -desencajar/P -desencalabrinar/R -desencerrar/RI -desencorvar/R -desencuadernar/R -desenfadaderas -desenfreno/S -desenfundar/À -desenganchar/R -desengañar/øô -desengañilar/RDE -desengañile/SG -desengañila/S -desengarrafar -desengrasar/R -desenlabonar/RED -desenlabone/GS -desenlabona/S -desenmarañar/R -desenrollar/R -desensillar/R -desentierramuertos -desentollecer -desentono/S -desentrenar/R -desenvelejar/RDE -desenveleje/GS -desenveleja/S -desenvendar/RDE -desenvende/GS -desenvenda/S -desenviolar/RDE -desenviole/GS -desenviola/S -desenvueltamente -deseñar -deseoso/GS -deseosa/S -desequido/GS -desequida/S -desequilibrar/REô -deserción/S -desertar/RDE -deserte/GS -deserta/S -desertice/S -desértico/SG -desértica/S -desertizar/RDE -desertizo/G -desertor/GS -desertora/S -deservir -desespaldar/RED -desespalde/S -desesperante/S -desesperanzar/Á -desesperar/RAE -desestabilizar/R -desfacer/X -desfachatado/GS -desfachatada/S -desfachatez/S -desfago/G -desfalcador/GS -desfalcadora/S -desfalco/S -desfamar/RED -desfame/S -desfasar/RDE -desfase/G -desfear -desfecho/S -desferrar -desfibrar/RED -desfibre/S -desfigurar/P -desfilachar/ERD -desfilache/GS -desfilacha/S -desfiladero/S -desfiuzar -desflaquecer -desflecar/RDE -desfleco/G -desflemar/RDE -desfleme/S -desflocar/IRD -desflorar/P -desflorecer/P -desfogonar/RED -desfogone/G -desfollar -desfollonar/RDE -desfondar/ERD -desfonde/S -desformar/R -desfrenar/P -des/fS -desfundar -desga -desgaire/S -desgajar/BRÁED -desgaje/G -desgalgadero/S -desgalgar/RED -desgalichado/GS -desgalichada/S -desganchar/RDE -desganche/S -desgañifar/RDE -desgañife/GS -desgañifa/S -desgañitar/RED -desgañite/GS -desgañita/S -desgarbilado/GS -desgarbilada/S -desgargantar/RED -desgargante/S -desgargolar/RED -desgargole/GS -desgargola/S -desgaritar/RDE -desgarite/S -desgarrador/GS -desgarradora/S -desgarrar/ÁÆÅBP -desgarro/S -desgastar/P -desgatar/RED -desgate/GS -desgata/S -desgaznatar/RED -desgaznate/G -desglosar/Ä -desgobernar/B -desgolletar -desgomar/RED -desgome/GS -desgoma/S -desgorrar/RDE -desgorre/SG -desgorra/S -desgotar -desgoznar/RDE -desgozne/G -desgraciadamente -desgraciar/RÁôE -desgracie/S -desgraduar -desgranador/GS -desgranadora/S -desgranar/P -desgrance/S -desgranzar/RED -desgrasar/RDÀE -desgrase/GS -desgrasa/S -desgravar/A -desgreñar/RDE -desgreñe/S -desgualdrajar/RED -desgualdraje/GS -desgualdraja/S -desguazar/À -desguinzar/RED -desguinzo/G -deshacer/ÅÂú -deshaldo/S -deshambrido/GS -deshambrida/S -desharrapado/GS -desharrapada/S -desharrapamiento/S -deshebrar/RED -deshebre/S -desheredar/AP -desherrumbrar/P -deshidratar/Á -deshijar/RDE -deshije/S -deshilachar/ERD -deshilache/S -deshilar/BE -deshilvanar/R -deshincar/R -deshinchar/RB -deshojador/GS -deshojadora/S -deshojar/BRED -deshoje/S -deshollejar/RED -desholleje/GS -desholleja/S -deshollinadera/S -deshollinador/GS -deshollinadora/S -deshollinar/RED -desholline/G -deshonestar -deshonrabuenos -deshonrador/SG -deshonradora/S -deshonrible/S -deshornar/RDE -deshorne/GS -deshorna/S -deshuesador/GS -deshuesadora/S -deshuesar/RÌDEÙÀ -deshuese/S -deshumanizar/R -desiderable/S -desiderativo/GS -desiderativa/S -desidia/S -desidioso/GS -desidiosa/S -desierto/GS -desierta/S -designar/ÃÄÆÂÁA -designativo/GS -designativa/S -designio/S -desimaginar/R -desincentivar/RE -desincorporar/R -desinencia/S -desinfección -desinfectante/S -desinformar/RE -desinsectar/RDE -desinsecte/GS -desinsecta/S -desintestinar -desiste/GS -desista/S -desistencia/S -desistir/RPED -desjarretadera/S -desjugar/RE -desjugo/G -desjuiciado/SG -desjuiciada/S -desjuntar/P -deslaidar -deslamar/RD -deslatar/RED -deslavace/S -deslavazar/RDE -deslavazo/G -deslazar/P -deslechugador/GS -deslechugadora/S -deslechugar/RE -deslechuguillar/RED -deslechuguille/S -desleidura/S -desleimiento/S -desleír/XR -deslendrar/RID -deslenguar/RED -deslengüe/S -deslinajar -deslindador/SG -deslindadora/S -deslindar/PÀ -desliñar/RED -desliñe/S -deslizable/S -deslizadero/SG -deslizadera/S -deslizadizo/GS -deslizadiza/S -deslizante/cS -deslizar/REÄÅPDÁ -desliz/S -deslomar/REÁDB -deslome/S -deslucir/P -deslumbrador/GS -deslumbradora/S -deslumbrante/S -deslumbrar/RPEÁDÆÄ -deslumbre/G -deslustrador/GS -deslustradora/S -deslustrar/R -desmadejar/REDP -desmadeje/S -desmadrar/RED -desmadre/G -desmajolar/RID -desmalazado/GS -desmalazada/S -desmalingrar -desmallador/SG -desmalladora/S -desmallar/B -desmamar/R -desmamonar/RDE -desmán -desmandar/RPE -desmanotado/S -desmantecar/RE -desmantelar/RÀEDP -desmantele/G -desmañar/D -desmarcar/RÅ -desmaridar -desmarojador/SG -desmarojadora/S -desmarojar/RED -desmaroje/GS -desmaroja/S -desmayar/Á -desmazalado/GS -desmazalada/S -desmedidamente -desmedir/X -desmejorar/RP -desmelar/R -desmelenar/ERD -desmelene/S -desmembrador/GS -desmembradora/S -desmembrar/RIAP -desmemoriar/RDE -desmemorie/S -desmentidor/GS -desmentidora/S -desmentir/À -desmenuce/S -desmenuzable/S -desmenuzador/GS -desmenuzadora/S -desmenuzar/RÀPDE -desmeollar/REPD -desmeolle/GS -desmeolla/S -desmerecer/RP -desmiga/C -desmigajar/RED -desmocar -desmochar/B -desmogar/ERD -desmogo/G -desmoler -desmontable/S -desmontar/R -desmoñar/RED -desmoñe/S -desmoralizar/ÁA -desmoronadizo/GS -desmoronadiza/S -desmoronar/ERÁDP -desmorone/SG -desmorona/S -desmostar/RED -desmoste/GS -desmosta/S -desmotadera/S -desmotador/GS -desmotadora/S -desmotar/RDE -desmote/G -desmugrar/RDE -desmugre/G -desmurar -desnarigar/RED -desnarigo/G -desnatadora/S -desnatar/RED -desnate/S -desnaturar -desnegar/I -desnervar/RED -desnerve/GS -desnerva/S -desnivelar/R -desnortar/RDE -desnorte/GS -desnorta/S -desnucar/RDÁE -desnudador/SG -desnudadora/S -desnudamente -desnudar/RPÅøôEDÂÁ -desnude/GS -desnuda/S -desnudo/M -desobedecer/Á -desobstruir/À -desodorante/S -desodorice/S -desodorizante/S -desodorizar/RDE -desodorizo/G -desoír/X -desojar/RDE -desoje/S -desolador/G -desolar/AI -desolazar -desoldar/I -desolladero/S -desollador/GS -desolladora/S -desollar/RDIB -desonzar -desopilativo/SG -desopilativa/S -desorbitar/RED -desorbite/GS -desorbita/S -desordenar/PR -desorejar/REDP -desoreje/S -desortijar/RED -desortije/S -desosar/I -desosegar/RI -desoxirribonucleico/S -despabilador/SG -despabiladora/S -despabilar/BÀ -despachaderas -despachador/SG -despachadora/S -despachar/RÁÀDE -despache/S -despacho/bS -despachurrar/P -despacio -despacito -despagar -despajador/GS -despajadora/S -despajar/BRDE -despalda/N -despaldar/RED -despalde/S -despaldillar/RDBE -despaldille/S -despaletillar/ERD -despaletille/S -despalillador/GS -despalilladora/S -despalillar/RED -despalille/GS -despalilla/S -despampanador/SG -despampanadora/S -despampanante/S -despampanar/BRED -despampane/SG -despampana/S -despampanillar/RDE -despampanille/S -despamplonar/RDE -despamplone/GS -despamplona/S -despanchurrar/RED -despanchurre/SG -despanchurra/S -despancijar/RDE -despancije/SG -despancija/S -despanzurrar/RED -despanzurre/GS -despanzurra/S -desparar -desparear -desparedar/RDE -desparede/G -desparejar/RED -despareje/S -desparpajar/RDE -desparpaje/SG -desparpaja/S -desparpajo/S -desparramador/SG -desparramadora/S -desparramar/P -despartidero/S -despartir -despasar/RE -despatillar/RED -despatille/S -despavesaderas -despavesar/RBED -despear/RPBD -despechugar/RDEB -despectivamente -despectivo/SG -despectiva/S -despedazador/SG -despedazadora/S -despedazar/ÁP -despedir/õöúP -despedrar/RID -despedregar/RED -despedrego/G -despegable/S -despegador/G -despegar/RÅP -despeinar/Å -despejar/ÀÁÅ -despellejar/RÅBÁDE -despelleje/S -despelucar/RED -despeluchar/RED -despeluche/G -despeluzar/P -despenador/G -despendedor/GS -despendedora/S -despender -despendolar/RED -despendole/GS -despendola/S -despenolar/RED -despenole/G -despensa/S -despensero/GS -despensera/S -despeñadero/GS -despeñadera/S -despeñar/REDÁ -despeñe/S -despeño/S -despepitador/S -despepitar/RED -despepite/S -desperar -desperdiciador/GS -desperdiciadora/S -desperdiciar/RÁÀDE -desperdicie/GS -desperdicia/S -desperdicio/S -desperdigar/P -desperezar/ÁÅ -desperfecto -desperfollar/RED -desperfolle/S -despernar/RDI -despersonalizar/R -despertador/GS -despertadora/S -despertar/RDôÞùÁÀIøÅõP -despesar -despestañar/RED -despestañe/S -despezar/RDI -despezonar/RED -despezone/G -despezo/S -despezuñar/RDE -despezuñe/S -despiadado/SG -despiadada/S -despidida/S -despidiente/S -despido/S -despiertamente -despierto/S -despiezar/RDÀ -despiezo/S -despilfarrador/GS -despilfarradora/S -despilfarrar/RDE -despilfarre/GS -despilfarra/S -despimpollar/RED -despimpolle/GS -despimpolla/S -despintar/R -despinzadera/S -despinzador/GS -despinzadora/S -despiojador/S -despiojar/DRE -despioje/GS -despioja/S -despistar/ÁÀÂÎÅ -despitorrado/GS -despitorrada/S -desplacer/Á -desplanar -desplatar/RDE -desplate/S -desplayar/RDE -desplaye/S -desplazar/RPøÆÄÅDEÁÀô -desplegar/R -despleguetear/RDE -despleguetee/GS -despleguetea/S -desplomar/Á -desplumar/RÁEB -desplume/GS -despluma/S -despojador/GS -despojadora/S -despojar/REôÄÆÅPÁD -despoje/GS -despoja/S -despojo/S -despolarizador/GS -despolarizadora/S -despolarizar/R -despolvar/RDE -despolve/SG -despolva/S -desponer -desportillar/RDBE -desportille/S -desposando/GS -desposanda/S -desposeer/PRÀ -desposorio/S -déspota/S -despótico/GS -despótica/S -despotiquez/S -despotismo/S -despotricar/RED -despotrico/G -despreciable/S -despreciar/ÁÀÅ -despreciativo/SG -despreciativa/S -desprender/RPÄÅ -desprestigiar/Á -desprevenidamente -desprivar -despropiar/ERD -despropie/S -desproporcionar/R -despropositado/SG -despropositada/S -después -despullar -despulpador/S -despulpar/ERD -despulpe/S -despulsar/P -despuntar/À -desquiciador/GS -desquiciadora/S -desquiciar/ÁP -desquijarar/REPD -desquijare/G -desquijerar/RDE -desquijere/GS -desquijera/S -desquilar -desrabar/RED -desrabe/S -desrabotar/RED -desrabote/SG -desrabota/S -desraizar/DRI -desraízo/G -desramar/RED -desrame/S -desranchar/ERD -desranche/SG -desrancha/S -desratice/S -desratizar/RED -desratizo/G -desriñonar/RED -desriñone/G -desrostrar -destable/fS -destacamento/S -destacar/ÄÁ -destaconar/RDE -destacone/G -destajador -destajar/P -destajero/G -destalonar/RDE -destalone/G -destapar/R -destartalado/GS -destartalada/S -destartalo/S -destazador/S -destazar/À -destechar/B -destejer/R -destellar/RED -destelle/GS -destella/S -destello/S -destemplar/R -destensar/R -destentar -desteñir/X -desterminar -desternillante/S -desternillar/RED -desternille/S -desterradero/S -desterrar/RÁI -desterronar/ERDP -desterrone/G -destetadera/S -destierro/S -destilable/S -destiladera/S -destilador/GS -destiladora/S -destilar/AÀÄ -destilatorio/GS -destilatoria/S -destilo/L -destinad/n -destina/n -destinándole/GS -destinándola/S -destinándolo/S -destinándome -destinándonos -destinándoos -destinándote -destinan/n -destinarle/GS -destinarla/S -destinarlo/S -destinarme -destinarnos -destinar/nRDAE -destinaros -destinarte -destinatario/GS -destinataria/S -destiné/n -destine/nGS -destinen/n -destino/n -destinó/n -destiñar -destirpar -destituible/S -destituidor/GS -destituidora/S -destituir/XÁÀÂD -destocar/R -destorgar/RED -destormar/RDE -destorme/SG -destorma/S -destornillador/S -destornillar/REDP -destornille/GS -destornilla/S -destorpar -destraba/aS -destraleja/S -destralero/S -destral/S -destrejar/RED -destreje/S -destreza/S -destributar -destrincar/R -destripacuentos -destripador/SG -destripadora/S -destripar/RÀEPD -destripaterrones -destronar/EPÁÀ -destroncar/P -destronchar -destrone/S -destropar -destrozador/SG -destrozadora/S -destrozar/ÁÂÆÄ -destrucción/dS -destructible/kJS -destructivamente -destructivo/GSK -destructiva/S -destructor/GS -destructora/S -destruible/S -destruir/XÀÂÁÉÊÈD -desturbar -desucar/RED -desuco/G -desuellacaras -desunir/E -desuñar/RD -desuñir -desusadamente -desvaí -desvaíais -desvaíamos -desvaían -desvaía/S -desvaíd -desvaído/S -desvaímos -desvainar/DRBE -desvaine/S -desvairá -desvairán -desvairás -desvairé -desvairéis -desvairemos -desvairíais -desvairíamos -desvairían -desvairía/S -desvaís -desvaíste -desvaísteis -desvalijador/GS -desvalijadora/S -desvalijar/ERDÂÀP -desvalije/S -desvanecedor/GS -desvanecedora/S -desvanecer/RIÁDLP -desvanece/S -desván/S -desvaporizadero/S -desvaretar/RDE -desvarete/GS -desvareta/S -desvariar/R -desvastigar/RDE -desvastigo/G -desvelar/ÅÄÆPÁ -desvenar/RÀDE -desvencijar/RDE -desvencije/SG -desvencija/S -desvendar/RE -desvene/S -desventar/I -desventurado/GS -desventurada/S -desvergonzadamente -desvergonzar/RDI -desvestir/É -desviacionismo/S -desviacionista/S -desviador/SG -desviadora/S -desviar/RPAIÀÁÄÅD -desviejar/RDE -desvieje/S -desvíe/S -desvío/S -desvirgar/RDÀE -desvirgo/G -desvirtuar/RÀIDÄ -desvirtúe/GS -desvirtúa/S -desvivir/ÅÁ -desvolvedor/S -desvolver/R -desyemar/RED -desyeme/S -desyerbador/GS -desyerbadora/S -desyerbar/RDE -desyerbe/S -desyugar/RDE -desyugo/G -desyuncir -deszafrar/RED -deszafre/SG -deszafra/S -deszocar/RDE -deszumar/RDE -deszume/GS -deszuma/S -detalladamente -detallar/Á -detallismo/S -detardar -detección/S -detectable/S -detectar/REÁÀÄD -detecte/GS -detecta/S -detective/S -detectivesco/GS -detectivesca/S -detector/S -detén -detención/S -detener/ÎPúáÖÄÅ -detenidamente -detenle/S -detentador -detentar/EÄ -detente/GS -detenta/S -detergente/S -deterger/RLDE -deterge/S -deteriorar/RÀÁDE -deterior/GS -deteriora/S -deterioro/S -deterjo/G -determinable/kS -determinación/dSk -determinada/kd -determinad/n -determinado/kdSG -determina/n -determinándolo/SG -determinándola/S -determinan/n -determinar/nRAD -determiné/n -determinen/n -determine/nSG -determinismo/S -determino/n -determinó/n -detersorio/SG -detersoria/S -detestable/S -detestar/ÁÀÄ -detienebuey/S -detinencia/S -detonador/GS -detonadora/S -detonante/cS -detonar/A -detornar -detraer/XI -detrás -detrimento/S -detrito/S -deturpar/RED -deturpe/GS -deturpa/S -deuda/ia -deudo/Gai -deudor/GS -deudora/S -deudos -deuterio/S -devalar/RED -devale/G -devanadera/S -devanad/h -devanador/GS -devanadora/S -devanagari/S -devana/h -devanan/h -devanar/hRED -devanarme -devanarnos -devanaros -devanarte -devaneador/GS -devaneadora/S -devané/h -devane/hSG -devanen/h -devano/h -devanó/h -devastador/GS -devastadora/S -devastar/RÀDEA -devaste/S -devén -devengar/R -devenir/S -devisar -devisero/S -devocionario/S -devoción/S -devodar -devolución/S -devolver/ÌÞÓÏР-devoniano/SG -devoniana/S -devónico/GS -devónica/S -devorador/GS -devoradora/S -devorar/ÍRÅÄÆÀÂÁED -devore/GS -devora/S -devota/k -devoto/kGS -devover -dexiocardia/S -dextrina/S -dextrorso/GS -dextrorsa/S -dextro/S -dextrosa/S -dezmar/RED -dezme/GS -dezma/S -dezmero/GS -dezmera/S -di -día/aS -diabasa/S -diabetes -diabeto/S -diabla/iS -diablear/RDE -diablee/GS -diablea/S -diablesa/S -diablesco/GS -diablesca/S -diablo/NGS -diabla/S -diablura/S -diabólico/GS -diabólica/S -diaconal/S -diaconar/RED -diaconato/S -diacone/SG -diacona/S -diaconisa/S -diácono/sS -diadelfos -diademado/GS -diademada/S -diado/aS -diafanice/S -diafanidad/S -diafanizar/RED -diafanizo/G -diáfano/SG -diáfana/S -diaforesis/a -diaforético/GS -diaforética/S -diafragmar/RED -diafragme/GS -diafragma/S -diagnosis -diagnosticar/REDÀ -diagnostico/G -diagnóstico/GS -diagnóstica/S -diagonalmente -diagonal/S -diagramar/RDE -diagrame/GS -diagrama/S -dialectalismo/S -dialectal/OS -dialéctico/GS -dialéctica/S -dialecto/S -dialice/S -diálisis -dializador/S -dializar/RDE -dializo/G -dialogal/S -dialogar/ERD -dialogice/S -dialogismo/S -dialogístico/GS -dialogística/S -dialogizar/ERD -dialogizo/G -dialogo/G -diálogo/S -dialoguista/S -dial/S -dialtea/S -diamantar/RDE -diamante/SG -diamanta/S -diamantino/SG -diamantina/S -diamantista/S -diamela/S -diametralmente -diametral/S -diámetro/S -diana/aSk -dianche/S -diandro/GS -diandra/S -dianense/S -diantre/S -diapalma/S -diapasón/S -diapente/S -diapositiva/S -diapreado/GS -diapreada/S -diaprea/S -diaquenio/S -diariamente -diario/GSO -diaria/S -diarrea/S -diarreico/GS -diarreica/S -diartrosis -diascordio/S -diaspro/S -diastasa/S -diastrofia/S -diatermia/S -diátesis -diatomea/S -diatónicamente -diatónico/SG -diatónica/S -diatriba/S -diazoar/RED -diazoe/GS -diazoa/S -dibranquial/S -dibujad/h -dibujadlo/GS -dibujadla/S -dibujadme -dibujadnos -dibujador/SG -dibujadora/S -dibuja/h -dibújalo/SG -dibújala/S -dibújame -dibujándolo/GS -dibujándola/S -dibujan/h -dibújanos -dibujante/S -dibujar/hRDE -dibujarle/GS -dibujarla/S -dibujarlo/S -dibujarme -dibujarnos -dibujaros -dibujarte -dibujé/h -dibuje/hSG -dibujen/h -dibujo/h -dibujó/h -dibujos -dicarboxílico/S -dicaz/KS -diccionario/S -diccionarista/S -dicción/nSa -dice/fpShknlj -dicen/phfnlkj -dicente/S -dicha/phfnlrbj -dicharachero/GS -dicharachera/S -dicharacho/S -dichero/GS -dichera/S -dicho/bSGphfjnlr -dichosamente -dichoso/GS -dichosa/S -diciembre -diciéndole/SG -diciéndola/S -diciéndolo/S -diciéndome -diciéndomelo/GS -diciéndomela/S -diciéndonos -diciéndonoslo/SG -diciéndonosla/S -diciéndoos -diciéndooslo/GS -diciéndoosla/S -diciéndoselo/GS -diciéndosela/S -diciéndote -diciéndotelo/GS -diciéndotela/S -diciente/S -diciplinante/S -diciplinar -diclino/GS -diclina/S -dicoreo/S -dicótomo/SG -dicótoma/S -dicroico/GSO -dicroica/S -dicroísmo/S -dicta/aS -dictador/SG -dictadora/S -dictamen/S -dictaminador/SG -dictaminadora/S -dictaminar/RED -dictamine/GS -dictamina/S -díctamo/S -dictar/BRÅÆÁÂÀED -dictatorial/S -dictatorio/GS -dictatoria/S -dicterio/S -dicte/SG -dicta/S -dicto/al -didáctico/GS -didáctica/S -didelfo/S -didimio/S -dídimo/SG -dídima/S -didracma/S -diecinueve -diecinueveavo/GS -diecinueveava/S -dieciochavo/GS -dieciochava/S -dieciocheno/GS -dieciochena/S -dieciochesco/GS -dieciochesca/S -dieciochismo/S -dieciochista/S -dieciochoavo/GS -dieciochoava/S -dieciocho/S -dieciséis -dieciseisavo/GS -dieciseisava/S -dieciseiseno/GS -dieciseisena/S -diecisieteavo/GS -diecisieteava/S -diecisiete/S -diedro/S -diego/S -dieléctrico/SG -dieléctrica/S -dienta/ih -diente/riSh -dientimellado/GS -dientimellada/S -diento/ih -dientudo/GS -dientuda/S -diera/h -dierais/h -diéramos/h -dieran/h -diereis/h -diéremos/h -dieren/h -diere/SGh -diera/S -diéresis -dieron/h -dieseis/h -diésel/S -diésemos/h -diesen/h -diese/Sh -diestra/aS -diestramente -diestro/GS -diestra/S -dieta/a -dietad/a -dietan/a -dietar/aRED -dietario/S -dieté/a -dieten/a -diete/SGa -dieta/S -dieto/a -dietó/a -diezmad/p -diezman/p -diezma/p -diezmar/pRDE -diezme/GpS -diezmen/p -diezmé/p -diezmero/GS -diezmera/S -diezmesino/SG -diezmesina/S -diezmilésimo/GS -diezmilésima/S -diezmillonésimo/GS -diezmillonésima/S -diezmo/p -diezmó/p -diezmos -diez/S -difamador/GS -difamadora/S -difamar/RÅDAEÀÂÁ -difamatorio/GS -difamatoria/S -difame/GS -difama/S -diferecer -diferenciada/k -diferenciado/kGS -diferenciador/GS -diferenciadora/S -diferencial/S -diferenciar/ÁRÀDEA -diferencie/S -diferente/FkS -diferentemente/k -diferir/XÀD -difícilmente -difícil/S -dificultador/GS -dificultadora/S -dificultad/S -dificultar/RÀÂÁDÆÄE -dificulte/GS -dificulta/S -dificultosamente -dificultoso/GS -dificultosa/S -difidente/SF -difinecer -difinir -difiuciar -difluente/SF -difluir/XD -difracción/S -difractar/RED -difracte/GS -difracta/S -difrangente/S -difteria/S -diftérico/GS -diftérica/S -difteritis -difumar/RED -difume/GS -difuma/S -difuminar/ÇREÀÄD -difumine/SG -difumina/S -difumino/S -difunde/GS -difunda/S -difundidor/GS -difundidora/S -difundir/RÀDÄE -difunta/q -difunto/qGS -difusamente -difusión/S -difusivo/GS -difusiva/S -difuso/GS -difusa/S -difusor/GS -difusora/S -diga/fnjolph -digáis/o -dígale/GS -dígala/S -dígalo/S -dígame -dígamelo/GS -dígamela/S -digamma/S -digámonos -digamos/o -díganle/SG -díganla/S -díganlo/S -díganme -díganmelo/SG -díganmela/S -dígannos -dígannoslo/SG -dígannosla/S -díganos -díganoslo/SG -díganosla/S -digan/phfolnj -díganse -díganselo/SG -dígansela/S -dígase -dígaselo/GS -dígasela/S -digerible/kS -digerida/k -digerido/kSG -digerir/XÀQD -digestible/JS -digestibles/k -digestión/kS -digestir -digestivo/GS -digestiva/S -digestor/S -digesto/Sk -digitado/GS -digitada/S -digitalina/S -digital/S -digitiforme/S -digitígrado/SG -digitígrada/S -dígito/S -digladiar -dignaba/kS -dignaban/k -dignad/kG -dignado/kS -digna/fk -dignáis/k -dignamente/k -dignamos/k -dignando/k -dignan/k -dignara/k -dignará/k -dignaran/k -dignarán/k -dignarás/k -dignaré/k -dignare/kGS -dignaren/k -dignaría/kS -dignaron/k -dignar/RDøôE -dignarse/k -dignase/k -dignasen/k -dignas/kS -dignaste/k -dignatario/SG -dignataria/S -dignéis/k -digné/k -digne/KkSG -dignemos/k -dignen/k -dignificable/S -dignificante/S -dignificar/RDEÀ -dignifico/G -digno/fGSk -dignó/k -digo/Gfphnolj -dígrafo/S -digresión/S -dí/hj -dije/fnjlph -dijo/fnjlph -dij/S -dilacerar/RDE -dilacere/GS -dilacera/S -dilación/S -dila/p -dilapidador/SG -dilapidadora/S -dilapidar/RAEDÀ -dilapide/SG -dilapida/S -dilatable/JS -dilatadamente -dilatador/GS -dilatadora/S -dilatar/RÀÂÁEÄDA -dilatativo/SG -dilatativa/S -dilate/GS -dilata/S -dilatorio/SG -dilatoria/S -dilección/nS -dilecta/n -dilecto/nGS -dile/GpS -dilema/S -diles/g -diligencia/kS -diligenciar/RDE -diligenciero/S -diligencie/S -diligentemente -diligente/SF -dilo/p -dilos -dilucidador/SG -dilucidadora/S -dilucidario/S -dilucidar/RÀDE -dilucide/SG -dilucida/S -diluente/S -diluir/XDÁÀáÈ -dilusivo/GS -dilusiva/S -diluvial/S -diluviana/b -diluviano/bSG -diluviar/RED -diluvie/GS -diluvia/S -diluvio/S -diluyente/S -dimanar/RDE -dimane/GS -dimana/S -diman/p -dima/p -dime/GpS -dímelo/SG -dímela/S -dimen/p -dimensional/S -dimensionar/REDP -dimensión/GS -dimensióna/S -dimía/p -dimiario/S -dimidiar/RED -dimidie/SG -dimidia/S -dimidlo/GS -dimidla/S -dimidor/S -dimid/p -diminuecer -diminuir -diminutamente -diminutivamente -diminutivo/SG -diminutiva/S -diminuto/GS -diminuta/S -dimió/p -dimí/p -dimir/pRED -dimisionario/GS -dimisionaria/S -dimisorias -dimís/p -dimite/GS -dimita/S -dimitente/S -dimitir/DQRE -dimo/p -dimorfismo/S -dimorfo/GS -dimorfa/S -dimos/h -din -dina/ki -Dinamarca -dinamias/a -dinamia/SO -dinamice/S -dinámico/SG -dinámica/S -dinamismo/S -dinamista/S -dinamita/H -dinamitar/REÀD -dinamite/GS -dinamita/S -dinamitero/GS -dinamitera/S -dinamizar/REÀDA -dinamizo/G -dinamo/S -dínamo/S -dinamos/k -dinarada/S -dinar/kS -dinasta/S -dinastía/SO -dinástico/GS -dinástica/S -dinastismo/S -dinerada/Sa -dineralada/S -dineral/S -dinerario/SG -dineraria/S -dinero/SN -dineroso/GS -dinerosa/S -dingolondango/S -dino/Gki -dinornis -dinosaurio/S -dinos/i -dínoslo/GS -dínosla/S -dinoterio/S -dintelado/aS -dintelar/RED -dintel/SG -dintela/S -dintorno/S -diñad/i -diña/i -diñan/i -diñarlo/SG -diñarla/S -diñar/RiED -diñe/GiS -diñé/i -diñen/i -diño/i -diñó/i -diocesano/SG -diocesana/S -diócesis -diodo/S -diofántica/S -dionea/S -dionisíaco/GS -dionisíaca/S -dionisia/S -dioptra/S -diorama/S -diorita/S -diosa/qSi -dioses/qi -dio/Skn -diosma/S -dioso/SG -diosa/S -dios/S -dióxido/S -diplococo/S -diplodoco/S -diplomacia/S -diplomar/RED -diplomático/GS -diplomática/S -diplome/SG -diploma/S -dipneo/GS -dipnea/S -dipodia/S -dipolo/S -díptero/GS -díptera/S -diptongar/RDE -diptongo/GS -diptonga/S -diputador/SG -diputadora/S -diputar/RDAE -dipute/GS -diputa/S -diquelar/RED -diquele/SG -diquela/S -dique/Sgnk -dirá/hpljnf -dirán/jlnfph -dirás/jlnfph -dirceo/GS -dircea/S -direccionamiento/S -dirección/S -directa/k -directamente/k -directivo/GS -directiva/S -directo/kGS -directorio/GS -directoria/S -director/sSG -directriz/S -diré/hpljnf -diréis/hpnljf -diremos/hfnjlp -diríais/nfjlhp -diríamos/nhfjl -dirían/hpnljf -diría/Sjhlnpf -dirigen/p -dirigente/S -dirige/pS -dirígete -dirigía/p -dirigible/S -dirigid/p -dirigiéndole/GS -dirigiéndola/S -dirigiéndolo/S -dirigiéndome -dirigiéndonos -dirigiéndoos -dirigiéndote -dirigió/p -dirigios -dirigíos -dirigí/p -dirigirlo/GS -dirigirla/S -dirigirme -dirigirnos -dirigiros -dirigir/RpDE -dirigirte -dirigís/p -dirijámonos -dirijan/p -diríjanse -dirija/p -diríjase -dirijo/pG -dirime/GS -dirima/S -dirimente/S -dirimible/S -dirimir/REÀD -disacárido/S -disanto/S -disartria/S -discantar/RED -discante/GS -discanta/S -discapacidad/S -discapacitado/GS -discapacitada/S -disceptar/ERD -discepte/GS -discepta/S -discerner/I -discernible/S -discernidor/GS -discernidora/S -discernir/RÀPD -disciplinable/kS -disciplinad/k -disciplina/H -disciplinal/S -disciplinan/k -disciplinante/S -disciplinario/GS -disciplinaria/S -disciplinarlo/GS -disciplinarla/S -disciplinarme -disciplinarnos -disciplinaros -disciplinar/RkDE -disciplinarte -discipline/GkS -discipliné/k -disciplinen/k -disciplino/k -disciplinó/k -discipulado/S -discípula/f -discipular/S -discípulo/fSG -discográfico/GS -discográfica/S -discoidal/S -díscolo/GS -díscola/S -discolora/S -disconforme/KS -discontinuar/RAID -discontinúe/GS -discontinúa/S -discontinuo/KGS -disconvén -disconveniencia/S -disconvenir/XD -discordante/SF -discordar/RID -discorde/S -discordia/S -disco/S -discoteca/S -discrasia/S -discrecional/S -discreción/kS -discrepancia/S -discrepar/EDR -discrepe/GS -discrepa/S -discreta/k -discretamente/k -discretear/RED -discretee/SG -discretea/S -discreto/GSk -discreta/S -discretorio/S -discriminada/k -discriminado/kGS -discriminador/SG -discriminadora/S -discriminar/RDÀAE -discriminatorio/GS -discriminatoria/S -discrimine/GS -discrimina/S -disculpable/kS -disculpar/ÍRÁÀÅÄDôøÙÚE -disculpe/SG -disculpa/S -discurre/SG -discurra/S -discurrir/RDE -discursar/DRE -discursear/RED -discursee/SG -discursea/S -discurse/SG -discursa/S -discursible/S -discursista/S -discursivo/GS -discursiva/S -discurso/S -discusivo/GS -discusiva/S -discute/GS -discuta/S -discutible/kS -discutida/k -discutido/kGS -discutidor/SG -discutidora/S -discutir/RÁÀÂDÃEÄÆQ -disecable/S -disecador/GS -disecadora/S -disecar/RÀDE -diseccionar/RDE -disección/GS -diseccióna/S -diseco/G -disector/SG -disectora/S -díselo/SG -dísela/S -diseminador/SG -diseminadora/S -diseminar/RED -disemine/GS -disemina/S -disenso/S -disentería/S -disentir/XPQD -diseñador/SG -diseñadora/S -diseñar/REDÄÀ -diseñe/GS -diseña/S -diseño/S -disertador/SG -disertadora/S -disertante/S -disertar/RDEA -diserte/GS -diserta/S -diserto/S -disestesia/S -disfagia/S -disfamar -disfavor/S -disformar/DRE -disforme/GS -disforma/S -disformo/K -disfrazar/REDÁÀÅÄ -disfraz/GS -disfraza/S -disfrezarse -disfrutar/REDÌÀÄÙ -disfrute/GS -disfruta/S -disfumar/RDE -disfume/GS -disfuma/S -disfumino/S -disgregador/SG -disgregadora/S -disgregante/S -disgregar/AREDÁ -disgregativo/SG -disgregativa/S -disgrego/G -disgustar/RDÁÂÀE -disguste/GS -disgusta/S -disgusto/S -disgustoso/SG -disgustosa/S -diside/GS -disida/S -disidente/SF -disidir/RDE -disimétrico/GS -disimétrica/S -disimilar/RAED -disimile/SG -disimila/S -disimilitud/S -disimulable/S -disimuladamente -disimulador/GS -disimuladora/S -disimular/RAÄEDÀ -disimule/SG -disimula/S -disimulo/S -disipable/S -disipador/GS -disipadora/S -disipar/RDÀAE -disipe/GS -disipa/S -disjuntos -dislalia/S -dislate/S -disléxico/GS -disléxica/S -dislocar/RAEBD -disloco/G -dismenorrea/S -disminución/S -disminuir/XÀÁDÈú -disnea/S -disociable/S -disociador/GS -disociadora/S -disociar/ARDE -disocie/SG -disocia/S -disoluble/kSJ -disolución/S -disolutivo/SG -disolutiva/S -disoluto/GS -disoluta/S -disolvente/S -disolver/RIÀÁÄL -disonante/SF -disonar/RID -disparadero/S -disparador/GS -disparadora/S -disparar/REDÀÁÅÄ -disparatadamente -disparatador/SG -disparatadora/S -disparatar/RDE -disparate/GS -disparata/S -disparatorio/S -disparato/S -disparcialidad/S -disparejo/GS -dispareja/S -dispar/GKS -disparo/S -dispendio/S -dispendioso/SG -dispendiosa/S -dispensable/kS -dispensador/SG -dispensadora/S -dispensario/S -dispensar/REDAÁ -dispense/SG -dispensa/S -dispepsia/S -dispersar/QDRÁÀÂÄÅE -disperse/GS -dispersa/S -dispersor/GS -dispersora/S -disperso/S -dispertar -displacer/RILD -displace/S -displicente/FS -dispondeo/S -disponed/kn -disponedor/GS -disponedora/S -dispone/kn -disponen/kn -disponeos -disponer/kXnAÁ -disponerla/k -disponerlo/GSk -disponerla/S -disponga/kn -dispongámonos -dispónganse -dispóngase -dispongo/kn -disponía/nk -disponible/JS -disponiéndolo/SG -disponiéndola/S -disponiéndome -disponiéndonos -disponiéndoos -disponiéndote -dispón/Skn -disponte -dispositivo/GS -dispositiva/S -dispuesta/kn -dispuesto/kGSn -dispuse/kn -dispuso/kn -disputable/Sk -disputador/SG -disputadora/S -disputar/RDÁEÅÆ -dispute/GS -disputa/S -disquetera/S -disquete/S -disruptivo/GS -disruptiva/S -distal/S -distanciar/RÁÂÀDPEÅÄ -distancie/S -distante/SF -distar/RDE -diste/h -disteis/h -distender/DRIÁLQ -distensible/S -disterminar -distilar -distinción/S -distingáis/s -distingan/s -distinga/s -distingo/sG -distinguen/s -distingue/Ss -distinguía/s -distinguible/kS -distinguid/s -distinguiéndolo/GS -distinguiéndola/S -distinguiéndome -distinguiéndonos -distinguiéndoos -distinguiéndote -distinguió/s -distinguirle/GS -distinguirla/S -distinguirlo/S -distinguirme -distinguirnos -distinguiros -distinguir/sERD -distinguirte -distinguí/s -distinguís/s -distinta/k -distintivo/SG -distintiva/S -distinto/GSk -distinta/S -distocia/S -disto/G -distorsionar/RÄDE -distorsión/GS -distorsióna/S -distracción/S -distraer/ôXIPDLÈÆÀÅÁõ -distrae/S -distribución/pS -distribuía/p -distribuidor/GS -distribuidora/S -distribuid/p -distribuí/p -distribuirle/S -distribuirme -distribuirnos -distribuiros -distribuirte -distribuir/XpÀD -distribuis/p -distributivo/SG -distributiva/S -distribúyalo/GS -distribúyala/S -distribúyanlo/GS -distribúyanla/S -distribuya/p -distribuye/p -distribuyo/p -distribuyó/p -distrito/S -distrofia/S -disturbar/RED -disturbe/SG -disturba/S -disturbio/S -disuade/GS -disuada/S -disuadir/REDÀÂÁQ -disuasivo/GS -disuasiva/S -disuasorio/SG -disuasoria/S -disuelto/GS -disuelta/S -disuria/S -disyunción/S -disyuntivamente -disyuntivo/SG -disyuntiva/S -disyunto/GS -disyunta/S -disyuntor/S -dita/S -ditero/GS -ditera/S -ditirambo/S -dítono/qS -diuca/S -diuresis -diurético/GS -diurética/S -diurno/GS -diurna/S -diuturnidad/S -divagador/GS -divagadora/S -divagar/RAED -divago/G -diván/S -divergente/FS -diverge/S -divergir/RDE -diverjo/G -diversamente -diversificar/RADEÀÁ -diversifico/G -diversiforme/S -diverso/GSK -diversa/S -divertimento/S -divertir/PúXQDÁÀÂÉõö -dividan/s -divida/s -divide/GsS -divídelo/GS -divídela/S -dividendo/S -dividen/s -dividía/s -divididero/GS -divididera/S -divididlo/SG -divididla/S -dividid/s -dividiéndome -dividiéndonos -dividiéndoos -dividiéndote -dividió/s -dividir/ERsÀÄDQ -dividirme -dividirnos -dividiros -dividirte -dividí/s -dividís/s -dividivi/S -divido/s -divieso/S -divina/a -divinad/a -divinal/S -divinamente -divinan/a -divinar/EaRDÀ -divinatoria/a -divinatorio/aGS -diviné/a -divine/GSa -divina/S -divinen/a -divinice/S -divinizar/RÀEDA -divinizo/G -divinó/a -divino/KS -divinos/a -divisa/k -divisar/REQÀÂÁD -divise/GS -divisa/S -divisible/kJS -divisional/S -divisionario/GS -divisionaria/S -divisionista/S -divisivo/GS -divisiva/S -diviso/kG -divisorio/GS -divisoria/S -divisor/SG -divisora/S -divo/GS -diva/S -divorciar/RDÁE -divorcie/SG -divorcia/S -divorcio/S -divulgable/S -divulgador/GS -divulgadora/S -divulgar/RAEÄÀD -divulgativo/GS -divulgativa/S -divulgo/G -diyambo/S -dizque/S -doblaba/hSpi -doblabais/h -doblaban/hpi -doblada/N -doblad/hGpi -dobladillar/RDE -dobladille/S -dobladillo/S -doblado/hSpi -doblador/SG -dobladora/S -dobláis/hpi -dobla/MCN -doblamos/hpi -doblando/hpi -doblan/hip -doblara/ihp -doblarais/h -doblarán/ihp -doblaran/phi -doblará/phi -doblarás/ihp -doblareis/h -doblaréis/h -doblaren/phi -doblare/pGShi -doblaré/phi -doblaría/hSip -doblarían/h -doblarme/h -doblarnos/h -doblaron/phi -doblaros/h -doblar/RÄEÁÂÀDPÙB -doblarse/phi -doblarte/h -doblase/ihp -doblaseis/h -doblasen/phi -doblas/pShi -doblaste/phi -doblegable/S -doblegadizo/SG -doblegadiza/S -doblegad/p -doblegándome -doblegándonos -doblegándoos -doblegándote -doblegan/p -doblega/p -doblegarlo/SG -doblegarla/S -doblegarme -doblegarnos -doblegaros -doblegar/RpED -doblegarte -doblego/Gp -doblegó/p -doblegue/p -doblegué/p -doblé/hip -dobléis/hpi -doblemente -doblemos/hip -doblen/hip -doble/qSjpih -doblero/S -doblescudo/S -doblete/S -doblo/Gpih -dobló/hip -doblonada/S -doblón/S -doceavo/GS -doceava/S -doce/GS -doca/S -docemesino/SG -docemesina/S -docena/aS -docenal/S -docenario/GS -docenaria/S -doceno/GS -docena/S -docente/SF -doceta/S -docetismo/S -docible/S -docientos -docilidad/kS -docilitar/ERD -docilite/SG -docilita/S -dócilmente -dócil/Sk -docimasia/S -docta/k -doctamente -docto/GSk -docta/S -doctoral/S -doctorando/SG -doctoranda/S -doctorar/RPÁDE -doctor/SG -doctora/S -doctrinable/S -doctrinad/ak -doctrinador/SG -doctrinadora/S -doctrina/ka -doctrinal/S -doctrinan/ak -doctrinare/O -doctrinario/GS -doctrinaria/S -doctrinarismo/S -doctrinar/RakDE -doctriné/ak -doctrine/aSGk -doctrinen/ak -doctrinero/S -doctrinó/ak -doctrino/ka -documentada/k -documentado/kSG -documentalista/S -documental/S -documentar/ERÁÀDA -documente/GS -documenta/S -documento/S -dodecaedro/S -dodecafonía/S -dodrante/S -dogal/S -dogaresa/S -dogma/S -dogmáticamente -dogmatice/S -dogmático/GS -dogmática/S -dogmatismo/S -dogmatista/S -dogmatizador/GS -dogmatizadora/S -dogmatizante/S -dogmatizar/RDE -dogmatizo/G -dogo/GS -doga/S -dogre/S -dolaban/pg -dolaba/pgS -doladera/S -dolado/pgS -dolador/S -dolad/pGg -doláis/pg -dolame/GS -dolama/S -dolamos/pg -dolando/pg -dolará/gp -dolarán/gp -dolaran/pg -dolara/pg -dolarás/gp -dolaré/gp -dolaren/pg -dolare/pgSG -dolaría/gSp -dolaron/pg -dolar/RDBI -dólar/S -dolarse/pg -dolasen/pg -dolase/pgS -dolaste/pg -doled/f -doléis/pg -dolemos/gp -dolencia/fkS -dolé/pg -doler/fDRLI -dolerme -dolernos -doleros -dolerte -dolía/f -dolicocefalia/S -dolicocéfalo/SG -dolicocéfala/S -doliéndome -doliéndonos -doliéndoos -doliéndote -doliente/FS -dolientes/p -dolí/f -dolió/f -dolmán/S -dolmen -dolobre/S -dolo/CSL -dolomía/S -dolomita/S -dolomítico/GS -dolomítica/S -dólope/S -doló/pg -dolora/aSk -dolores/a -dolorida/a -dolorido/aGS -dolorioso/GS -doloriosa/S -dolorosamente -doloroso/GS -dolorosa/S -dolor/pS -doloso/GS -dolosa/S -domable/kS -domada/pk -domado/pkGS -domador/GS -domadora/S -doma/pS -domar/RDÁÂÀEB -dombenitense/S -dombo/S -dome/G -domeñable/S -domeñar/ERDÀ -domeñe/SG -domeña/S -domesticable/Sk -domesticada/k -domesticado/kSG -domesticar/RÁÀÂDAE -domesticidad/S -domestico/G -doméstico/SG -doméstica/S -domestiquez/GS -domestiqueza/S -domiciliario/GS -domiciliaria/S -domiciliar/REÀD -domicilie/GS -domicilia/S -domicilio/S -dominabais/n -dominaban/n -dominaba/nS -dominad/nG -dominado/nS -dominador/GS -dominadora/S -domináis/n -dominamos/n -domina/n -dominando/n -dominan/n -dominante/Ssnt -dominarais/n -dominara/n -dominará/n -dominaran/n -dominarán/n -dominarás/n -dominareis/n -dominaréis/n -dominaré/n -dominare/nGS -dominaren/n -dominarían/n -dominaría/nS -dominaron/n -dominar/RAEÂÁDÄ -dominarse/n -dominaseis/n -dominase/n -dominasen/n -dominas/nS -dominaste/n -dominativo/SG -dominativa/S -dominatriz/S -domine/GSn -domina/S -dominéis/n -dominemos/n -dominé/n -dominen/n -domingada/Si -domingo/NS -dominguejo/S -dominguero/GS -dominguera/S -Dominica -dominical/S -Dominicana -dominicano/SG -dominicana/S -dominico/GS -dominica/S -domínico/SG -domínica/S -dominio/fSnd -domino/n -dominó/n -dominós -dompedro/S -dom/S -donación/S -donad/if -donadlo/GS -donadla/S -donador/GS -donadora/S -dona/fi -donaire/S -dónalo/GS -dónala/S -donándole/S -donan/if -donante/fS -donarle/fS -donarlo/GS -donarla/S -donar/RifDE -donarse/a -donatario/S -donatismo/S -donatista/S -donativo/S -doncella/MS -doncellil/S -doncel/S -donde/a -dónde/a -dondequiera/a -dondiego/S -donear -done/fiGS -doné/if -donen/if -dones/e -donguindo/S -donillero/S -donjuanear/RED -donjuanee/GS -donjuanea/S -donjuanesco/SG -donjuanesca/S -donjuanismo/S -donjuán/S -dono/fi -donó/if -donosa/N -donoso/GSK -donosa/S -donostiarra/S -donosura/S -don/S -doña/S -doñear/RED -doñee/SG -doñea/S -doñegal/S -doñigal/S -dopa/C -dopar/RED -dope/GS -dopa/S -do/pgk -doquier -doquiera/a -doraba/hSrp -dorabais/rh -dorábamos/r -doraban/hrp -dorada/N -dorad/hGpra -doradillo/S -doradlo/GS -doradla/S -dorado/hSrp -dorador/aS -doradura/S -doráis/hpr -dóralo/GS -dórala/S -doral/S -doramos/hrp -dorando/hrp -dorándose/r -doran/prah -dora/pahr -dorará/hpr -dorarais/hr -doráramos/r -doraran/hrp -dorarán/prh -dorar/aRÂÀÁDEÄ -dorara/rph -dorarás/prh -doraré/hpr -dorare/hSGrp -dorareis/hr -doraréis/rh -doraremos/r -doráremos/r -doraren/hrp -doraríais/r -doraríamos/r -dorarían/rh -doraría/pSrh -doraron/hrp -dorarse/hrp -doraseis/rh -dorásemos/r -dorasen/hrp -dorase/rph -doras/hSrp -doraste/hrp -dorasteis/r -doréis/hpr -dórelo/GS -dórela/S -doremos/hrp -dórenlo/GS -dórenla/S -doren/prah -dore/pGSrah -doré/rhap -dórico/GS -dórica/S -dorio/SG -doria/S -dormán/S -dormí/a -dormía/aS -dormían/a -dormid/aG -dormida/q -dormidera/aS -dormidero/GS -dormidera/S -dormido/qGSa -dormidor/GS -dormidora/S -dormiente/aS -dormijoso/GS -dormijosa/S -dormilón/SG -dormilóna/S -dormirá/a -dormiré/a -dormir/XöúDÂÁÉõ -dormís/a -dormita/a -dormitad/a -dormitan/a -dormitar/RaED -dormité/a -dormite/GSa -dormita/S -dormiten/a -dormitivo/GS -dormitiva/S -dormito/a -dormitó/a -dormitorio/S -dormivela/S -dornajo/S -dorna/Sa -dornillero/S -dornillo/S -doro/pahr -doró/rhap -dorsal/nS -dorso/S -dosalbo/GS -dosalba/S -doscientas -doscientos -doselera/S -doseles/i -doselete/S -dosel/S -doses/aji -dosificable/S -dosificador/GS -dosificadora/S -dosificar/ARDEÀ -dosifico/G -dosis/r -dossier/S -dos/SN -dotada/tk -dotador/S -dotado/tkGS -dotal/S -dotar/RAEDÁÂÀÅÄÆ -dote/GS -dota/S -dotrinar/a -dovela/C -dovelar/RDE -dovele/GS -dovela/S -doxología/S -doy/h -d/pGS -draba/Sa -dracma/S -draconiano/SG -draconiana/S -dragaminas -dragante/aS -dragar/RED -dragea/S -dragoncillo/S -dragonete/S -dragonites -dragón/NGS -dragóna/S -dragontea/S -dragontino/SG -dragontina/S -drago/SG -draga/S -drama/S -dramáticamente -dramatice/S -dramático/GS -dramática/S -dramatismo/S -dramatizable/S -dramatizar/REDÀ -dramatizo/G -dramaturgia/S -dramaturgo/S -drapear/RED -drapee/GS -drapea/S -drástico/GS -drástica/S -dravídico/SG -dravídica/S -drena/C -drenar/RDE -drene/GS -drena/S -drepanocitosis -dríade/GS -dríada/S -driblar/RED -drible/GS -dribla/S -dril/S -drino/Si -driza/aS -drogaba/iS -drogaban/i -drogadicto/GS -drogadicta/S -drogad/iG -drogado/iS -drogáis/i -droga/L -drogamos/i -drogando/i -drogan/i -drogara/i -drogará/i -drogaran/i -drogarán/i -drogarás/i -drogaré/i -drogare/iGS -drogaren/i -drogaría/iS -drogaron/i -drogar/RÁÅDE -drogarse/i -drogase/i -drogasen/i -drogas/iS -drogaste/i -drogodependiente/SF -drogó/i -drogo/iG -drogué/i -drogue/iS -droguéis/i -droguen/i -droguero/GS -droguera/S -droguete/S -droguista/S -dromedario/S -dropacismo/S -drope/S -drosera/S -druida/SO -druidismo/S -drupáceo/SG -drupácea/S -drupa/S -druso/GS -drusa/S -dualismo/S -dualista/S -dual/SOK -duba/S -dubio/S -dubitable/Sk -dubitativo/SG -dubitativa/S -ducado/S -ducal/S -ducentésimo/SG -ducentésima/S -duces/akfogp -duchar/ÅRDÁôE -duche/GS -ducha/S -ducho/fS -ductilidad/S -dúctil/S -ductiva/fogk -ductivo/fgSGok -ductor/fSakpo -ductriz/S -dudable/kS -dudar/REDÀÂÄ -dude/GS -duda/S -dudosamente -dudoso/GS -dudosa/S -duela/fg -duelaje/S -duelan/g -duele/fgGS -duelen/g -duelista/S -duelo/fg -duelos -duenario/S -duende/GS -duenda/S -duendo/S -dueña/aS -dueño/SG -dueña/S -duerma/a -duerman/a -duerme/aGS -duermen/a -duermevela/S -duermo/a -duerno/GS -duerna/S -dueto/S -dujo/fkogpa -dujos -dula/aS -dular/Sa -dulcamara/S -dulce/aiS -dulcedumbre/S -dulcemente -dulcero/SG -dulcera/S -dulceza/S -dulcificar/ERÀD -dulcifico/G -dulcinea/S -dulero/S -dulía/S -dulzainero/SG -dulzainera/S -dulzaino/GS -dulzaina/S -dulzal/S -dulzamara/S -dulzón/GS -dulzóna/S -dulzora/a -dulzorad/a -dulzoran/a -dulzorar/RDaE -dulzoré/a -dulzore/aSG -dulzoren/a -dulzor/GS -dulzora/S -dulzoro/a -dulzoró/a -dulzurar/i -dulzura/S -duma/S -dumidor/S -duna/aS -duodecimal/S -duodécimo/GS -duodécima/S -duodenal/S -duodenario/GS -duodenaria/S -duodenitis -duodeno/GS -duodena/S -duomesino/SG -duomesina/S -dúo/S -duplado/GS -duplada/S -dupla/s -duplicación/S -duplicad/p -duplican/p -duplica/p -duplicarle/GS -duplicarla/S -duplicarlo/S -duplicar/pRDE -duplicativo/GS -duplicativa/S -duplicatura/S -dúplice/SG -dúplica/S -duplicidad/S -duplicó/p -duplico/pG -duplique/p -dupliqué/p -duplo/sGS -duque/S -duquesa/S -durable/SJ -duración/Sk -duraderamente -duradero/GS -duradera/S -durad/if -dura/fia -duráis/a -duramadre/S -duramáter/S -duramen/S -duramente -duran/aif -durante -durar/RfiDE -durativo/GS -durativa/S -duraznero/S -duraznillo/G -durazno/NS -dure/aSGfi -duré/if -duren/aif -dureza/S -durillo/S -durina/S -durito/GS -durita/S -durlines -durmáis/a -durmiente/S -durmió/a -duro/fia -duró/if -duros -duunviral/S -duunvirato/S -duunviro/S -duunvir/S -dux -duz/S -DVD -DVDs -ea/hai -easonense/S -ebanista/LS -ébano/S -ebionita/S -ebonita/S -ebria/kS -ebrio/KSG -ebrioso/GS -ebriosa/S -ebullición/S -eccehomo/S -eccema/S -eccematoso/GS -eccematosa/S -ecdótico/GS -ecdótica/S -eceptuar/n -echacantos -echacorvear/RED -echacorvee/GS -echacorvea/S -echacuervos -echada/N -echadero/GS -echadera/S -echad/h -echadizo/GS -echadiza/S -echadle/S -echadme -echadnos -echado/gS -echador/GS -echadora/S -echadura/S -echa/h -échale/S -échame -echamiento/S -echándole/GS -echándola/S -echándolo/S -echándome -echándomelo/GS -echándomela/S -echándonos -echándonoslo/GS -echándonosla/S -echándoos -echándooslo/GS -echándoosla/S -echándoselo/GS -echándosela/S -echándote -echándotelo/GS -echándotela/S -echan/h -échanos -echaos -echapellas -echaperros -echar/hRÀDE -echarle/S -echarme -echármelo/GS -echármela/S -echarnos -echárnoslo/GS -echárnosla/S -echaros -echároslo/SG -echárosla/S -echárselo/GS -echársela/S -echarte -echártelo/GS -echártela/S -échate -echazón/S -eche/GhS -eché/h -échele/S -echémonos -echen/h -échenle/S -échense -échese -echó/h -echo/hS -ecijano/GS -ecijana/S -eclampsia/S -eclecticismo/S -ecléctico/GS -ecléctica/S -eclesial/S -eclesiástico/GS -eclesiástica/S -eclipsable/S -eclipsar/RDEÁÀ -eclipse/GS -eclipsa/S -eclíptico/S -eclosionar/RDE -eclosión/GS -eclosióna/S -ecoico/GS -ecoica/S -ecolalia/S -ecolocación/S -ecología/SO -ecológico/GS -ecológica/S -ecologismo/S -ecologista/S -economato/S -economía/S -económicamente -economice/S -económico/GS -económica/S -economista/S -economizar/ERD -economizo/G -ecónomo/S -eco/S -ecosistema/S -ecosonda/S -ecotado/GS -ecotada/S -ectasia/S -ectodérmico/SG -ectodérmica/S -ectodermo/S -ectopia/S -ecuable/S -ecuación/S -Ecuador -ecuador/S -ecualice/S -ecualizar/READ -ecualizo/G -ecuánime/S -ecuanimidad/S -ecuante/S -ecuatorial/S -ecuatorianismo/S -ecuatoriano/GS -ecuatoriana/S -ecuestre/S -ecuménico/GS -ecuménica/S -ecuo/GS -ecua/S -edad/S -edema/S -edematoso/GS -edematosa/S -edén/S -edetano/GS -edetana/S -edición/S -edicto/S -edificación/S -edificad/h -edificador/GS -edificadora/S -edifica/h -edifican/h -edificar/hRED -edificarle/GS -edificarla/S -edificarlo/S -edificativo/SG -edificativa/S -edificatorio/GS -edificatoria/S -edificio/S -edifico/Gh -edificó/h -edifique/h -edifiqué/h -edil/GKS -edilicio/GS -edilicia/S -editar/REÀD -edite/GS -edita/S -editor/GS -editora/S -editorialice/S -editorializar/DRE -editorializo/G -editorial/S -edrar/RED -edredón/S -edre/GS -edra/S -educable/S -educacional/S -educación/S -educada/k -educad/h -educado/kSG -educador/GS -educadora/S -educa/h -educando/GS -educanda/S -educándole/SG -educándola/S -educándolo/S -educándome -educándonos -educándoos -educándote -educan/h -educar/hRED -educarle/SG -educarla/S -educarlo/S -educarme -educarnos -educaros -educarte -educativo/GS -educativa/S -educen/g -educe/SG -educa/S -educía/g -educid/g -educir/XgID -educís/g -educó/h -educo/hG -eduje/g -edulcorante/S -edulcorar/RÀDE -edulcore/SG -edulcora/S -eduque/h -eduqué/h -eduzca/g -eduzco/g -efebo/S -efectismo/S -efectista/S -efectiva/kg -efectivamente -efectividad/S -efectivo/kSGg -efector/SG -efectora/S -efecto/Sng -efectuar/RÝIDÀÄ -efectúe/GS -efectúa/S -efemérides -efeminar -eferente/nSg -efervescente/FS -efe/S -efesino/GS -efesina/S -efesio/GS -efesia/S -eficacia/Sk -eficaz/kS -eficazmente/k -eficiencia/gSf -eficientemente -eficiente/Sgkf -efigiar/RDE -efigie/SG -efigia/S -efímero/SG -efímera/S -eflorecer/IRLD -eflorece/S -eflorescente/FS -efluente/S -efluir/XD -efluvio/S -efod/S -efraimita/S -efrateo/GS -efratea/S -efugio/S -efunde/SG -efunda/S -efundir/RDE -efusión/S -efusivo/GS -efusiva/S -egabrense/S -egarense/S -egetano/GS -egetana/S -égida/S -egilope/S -egineta/S -egipciano/GS -egipciana/S -egipcio/GS -egipcia/S -egiptano/GS -egiptana/S -Egipto -egocéntrico/GS -egocéntrica/S -egocentrismo/S -egoísmo/S -egoísta/S -egolatría/S -ego/S -egotismo/S -egregiamente -egregio/GS -egregia/S -egresar/RDE -egrese/SG -egresa/S -eguar -eh -e/hSstn -eidético/GS -eidética/S -ej. -ejabre/SG -ejabra/S -ejabrir/RDE -ejarbe/S -ejecución/S -ejecutable/S -ejecutante/S -ejecutar/ÙEÌRÀÂÁDÄ -ejecute/GS -ejecuta/S -ejecutivamente -ejecutivo/GS -ejecutiva/S -ejecutora/S -ejecutoriar/DRE -ejecutorie/GS -ejecutoria/S -ejecutor/sS -ejem -ejemplar/ERKD -ejemplarice/S -ejemplario/S -ejemplarizar/RDE -ejemplarizo/G -ejemplarmente -ejemple/SG -ejempla/S -ejemplificar/RÄÀED -ejemplifico/G -ejemplo/S -eje/qSioag -ejercer/DRÄÀE -ejerce/S -ejercicio/S -ejercitador/GS -ejercitadora/S -ejercitante/S -ejercitar/EøRÅÄÁÀD -ejercite/GS -ejercita/S -ejército/S -ejerza/L -ejerzo/G -ejido/S -él -elaborable/S -elaborador/GS -elaboradora/S -elaborar/RÀÂDEÄA -elabore/GS -elabora/S -elamita/S -elasticidad/S -elástico/GS -elástica/S -elaterio/S -elato/SG -elata/S -elche/S -ele -eléboro/S -elección/S -electivo/GS -electiva/S -electo/GS -electa/S -electorado/S -electoralismo/S -electoralista/S -electoral/SO -electorero/GS -electorera/S -elector/SG -electora/S -electricé/h -electrice/hS -electricen/h -electricidad/S -electricista/S -eléctrico/GS -eléctrica/S -electrificar/ERD -electrifico/G -electrizable/S -electrizad/h -electrizador/SG -electrizadora/S -electriza/h -electrizan/h -electrizar/hRDE -electrizo/Gh -electrizó/h -electroacústico/SG -electroacústica/S -electrocardiógrafo/S -electrocardiograma/S -electrochoque/S -electrocutar/RDE -electrocute/GS -electrocuta/S -electrodinámico/GS -electrodinámica/S -electrodoméstico/S -electrodo/S -electroencefalógrafo/S -electroencefalograma/S -electroforesis -electrógeno/SG -electrógena/S -electrolice/S -electrolisis -electrolítico/SG -electrolítica/S -electrolizador/GS -electrolizadora/S -electrolizar/RED -electrolizo/G -electromagnético/GS -electromagnética/S -electromagnetismo/S -electromecánico/SG -electromecánica/S -electromotor/GS -electromotora/S -electromotriz/S -electronegativo/GS -electronegativa/S -electrónica/mS -electrónico/GS -electrónica/S -electrón/S -electropositivo/GS -electropositiva/S -electro/S -electroscopio/S -electrostático/GS -electrostática/S -electrotecnia/S -electroterapia/S -electrotipia/S -electuario/S -elefancíaco/GS -elefancíaca/S -elefante/SGF -elefanta/S -elefantiasis -elefantino/SG -elefantina/S -elegante/kFS -elegantemente -elegantice/S -elegantizar/RDE -elegantizo/G -elegíaco/SG -elegíaca/S -elegible/JS -elegir/XDÁÂÀ -elementado/GS -elementada/S -elementalmente -elemental/S -elemento/S -elenco/S -eleusino/GS -eleusina/S -elevadamente -elevador/GS -elevadora/S -elevalunas -elevar/RøEDPAÁÂÀÅÄ -eleve/SG -eleva/S -elfo/S -elide/SG -elida/S -elidir/RED -elige/S -eligible/S -eligir/ÄE -elijable/S -elijar/RDE -elije/SG -elija/S -eliminador/GS -eliminadora/S -eliminares/n -eliminar/RDÁÀÂÙAEÄÆ -eliminatorio/GS -eliminatoria/S -elimine/GS -elimina/S -elipse/S -elipsis -elipsoidal/S -elipsoide/S -elíptico/GS -elíptica/S -elisano/GS -elisana/S -elíseo/SG -elísea/S -elisio/GS -elisia/S -élite/S -elitismo/S -elitista/S -elixir/S -ella/hg -elle/GhS -ello/hgG -ellos/g -elocución/S -elocuente/FS -elocuentemente -elogiable/S -elogiador/GS -elogiadora/S -elogiar/ÄÆREÀÂÁD -elogie/GS -elogia/S -elogio/S -elogioso/GS -elogiosa/S -elongación/S -elote/S -el/S -elucidario/S -elucidar/RED -elucide/SG -elucida/S -eluctable/kS -elucubrar/RDEA -elucubre/GS -elucubra/S -elude/GS -eluda/S -eludible/kS -eludir/ERÁÀD -elusivo/GS -elusiva/S -elzeviriano/GS -elzeviriana/S -elzevirio/S -emanantismo/S -emanantista/S -emanar/REDA -emancipador/SG -emancipadora/S -emancipar/RADÁE -emancipe/SG -emancipa/S -emane/GS -emana/S -emascular/RED -emascule/SG -emascula/S -embabiamiento/S -embabucar -embace/S -embachar/RED -embache/G -embadurnador/GS -embadurnadora/S -embadurnar/RÀÂEÄÅD -embadurne/GS -embadurna/S -embaíd -embaidor/GS -embaidora/S -embaimiento/S -embaír/XDR -embajador/GS -embajadora/S -embajatorio/GS -embajatoria/S -embalaba/hS -embalabais/h -embalaban/h -embalad/hG -embalado/hS -embala/hC -embaláis/h -embalamos/h -embalando/h -embalan/h -embalar/À -embalara/h -embalará/h -embalarais/h -embalaran/h -embalarán/h -embalarás/h -embalaré/h -embalare/hGS -embalareis/h -embalaréis/h -embalaren/h -embalaría/hS -embalarían/h -embalaron/h -embalarse/h -embalase/h -embalaseis/h -embalasen/h -embalas/hS -embalaste/h -embaldosad/h -embaldosadura/S -embaldosa/h -embaldosan/h -embaldosar/hRD -embaldosé/h -embaldose/hSG -embaldosen/h -embaldoso/h -embaldosó/h -embalé/h -embale/hSG -embaléis/h -embalemos/h -embalen/h -emballenador/SG -emballenadora/S -emballenar/RED -emballene/S -emballestad/h -emballesta/h -emballestan/h -emballestar/hRDE -emballesté/h -emballesten/h -emballeste/ShG -emballesto/h -emballestó/h -embalo/h -embaló/h -embalsadero/S -embalsad/h -embalsa/h -embalsamador/SG -embalsamadora/S -embalsamar/RDPEÁÀ -embalsame/SG -embalsama/S -embalsan/h -embalsar/hRDE -embalsé/h -embalse/hGS -embalsen/h -embalso/h -embalsó/h -embalumar/DRE -embalume/SG -embaluma/S -embanastad/h -embanasta/h -embanastan/h -embanastar/hRDE -embanasté/h -embanaste/hSG -embanasten/h -embanasto/h -embanastó/h -embancar/RDE -embanderar/ERD -embandere/S -embaracé/h -embarace/hS -embaracen/h -embarazad/h -embarazador/SG -embarazadora/S -embaraza/h -embarazan/h -embarazar/RhÁED -embarazo/GhS -embarazó/h -embarazosamente -embarazoso/SG -embarazosa/S -embarbascar/RED -embarbasco/G -embarbecer/RLID -embarbece/S -embarbillar/RED -embarbille/S -embarcación/S -embarcadero/hS -embarcad/h -embarcador/GS -embarcadora/S -embarca/h -embarcan/h -embarcaos -embarcar/ERhÀD -embarcarle/S -embarcarme -embarcarnos -embarcaros -embarcarte -embárcate -embarcó/h -embarco/hSG -embargable/kS -embargad/h -embargadora/S -embargador/hS -embarga/hS -embargándolo/GS -embargándola/S -embargan/h -embargante/S -embargarle/GS -embargarla/S -embargarlo/S -embargarme -embargarnos -embargaros -embargar/REhD -embargarte -embargo/GS -embarga/S -embargó/h -embargue/h -embargué/h -embarnecer/RPLID -embarnece/S -embarnizar/B -embarque/h -embarqué/h -embarrad/h -embarrador/GS -embarradora/S -embarradura/S -embarra/h -embarrancad/h -embarranca/h -embarrancan/h -embarrancar/REhD -embarrancó/h -embarranco/hG -embarran/h -embarranque/h -embarranqué/h -embarrar/hRD -embarrarle/S -embarré/h -embarre/hGS -embarren/h -embarriar/ERD -embarrie/GS -embarria/S -embarrilador/S -embarrilar/RED -embarro/h -embarró/h -embarrotar/RED -embarrote/G -embarullador/SG -embarulladora/S -embarullar/RÁDE -embarulle/SG -embarulla/S -embasamiento/S -embastecer/RLDI -embastece/S -embaucador/GS -embaucadora/S -embaucar/RÁÀDPE -embauco/G -embaulad/h -embaúla/h -embaúlan/h -embaular/RhID -embaúle/GhS -embaulé/h -embaúlen/h -embaúlo/h -embauló/h -embausamiento/S -embazador/S -embazar/REBD -embebeced/h -embebecen/h -embebecer/hRLDI -embebece/Sh -embebecía/h -embebecí/h -embebecimiento/S -embebeció/h -embeber/Á -embebezca/h -embebezco/h -embecadura/S -embelecador/GS -embelecadora/S -embelecar/ERDP -embeleco/G -embeleñar/RED -embeleñe/GS -embeleña/S -embelequero/GS -embelequera/S -embelesad/h -embelesa/h -embelesamiento/S -embelesan/h -embelesar/ERhD -embelesarme -embelesarnos -embelesaros -embelesarte -embelesé/h -embelesen/h -embelese/ShG -embelesó/h -embeleso/S -embellaquecer/RILD -embellaquece/S -embellecedor/GS -embellecedora/S -embellecer/RLDPIÄÁÀ -embellece/S -embeodar/RED -embeode/S -embermejar/RDE -embermejecer/RLID -embermejece/S -embermeje/S -emberrenchinar/RDE -emberrenchine/SG -emberrenchina/S -emberrinchar/RDE -emberrinche/G -embestidor/GS -embestidora/S -embestir/XBÁÀÂDÈ -embetunar/RDE -embetune/G -embicar/RDEB -embico/G -embijar/RDE -embije/GS -embija/S -embiste/GS -embista/S -emblandecer/IRDL -emblandece/S -emblanquear -emblema/S -emblemático/GS -emblemática/S -embobar/REPD -embobecer/RDIPL -embobece/S -embobe/S -embocadero/Sh -embocad/h -emboca/h -embocan/h -embocar/RhEBD -embocé/h -emboce/hSG -embocen/h -emboco/h -embocó/h -embodegar/RED -embojad/h -emboja/h -embojan/h -embojar/hRD -embojé/h -emboje/hSG -embojen/h -embojo/h -embojó/h -embojos -embolar/RED -embolia/OS -embolicar/RDE -embolico/G -embolismador/GS -embolismadora/S -embolismal/S -embolismar/RDE -embolisme/SG -embolisma/S -émbolo/S -embolsad/ph -embolsan/ph -embolsa/ph -embolsar/RhDpE -embolsen/ph -embolsé/ph -embolse/phSG -embolso/ph -embolsó/ph -embonar/RED -emboñigar/RDE -emboque/h -emboqué/h -emboquera/S -emboquillar/RDE -emboquille/S -embornal/S -emborrace/S -emborrachaba/hS -emborrachabais/h -emborrachaban/h -emborrachacabras -emborrachad/hG -emborrachado/hS -emborrachador/GS -emborrachadora/S -emborracha/h -emborracháis/h -emborrachamos/h -emborrachando/h -emborrachan/h -emborrachara/h -emborrachará/h -emborracharais/h -emborracharan/h -emborracharán/h -emborracharás/h -emborracharé/h -emborrachare/hSG -emborrachareis/h -emborracharéis/h -emborracharen/h -emborracharía/hS -emborracharían/h -emborrachar/ÌRDôEÅPÁÂÀ -emborracharon/h -emborracharse/h -emborrachase/h -emborrachaseis/h -emborrachasen/h -emborrachas/hS -emborrachaste/h -emborraché/h -emborrachéis/h -emborrachemos/h -emborrachen/h -emborrache/ShG -emborracho/h -emborrachó/h -emborrascar/RED -emborrazar/REDP -emborrazo/G -emborricar/RDE -emborrice/S -emborrizar/RED -emborrizo/G -emborronador/GS -emborronadora/S -emborronar/REÄD -emborrone/G -emborrullar/RDE -emborrulle/GS -emborrulla/S -emboscad/h -emboscadura/S -embosca/h -emboscan/h -emboscarlo/GS -emboscarla/S -emboscar/RhDE -embosco/Gh -emboscó/h -embosquecer/RIDL -embosquece/S -embosque/h -embosqué/h -embostar/RED -emboste/S -embotaba/hS -embotabais/h -embotaban/h -embotad/hG -embotado/hS -embota/h -embotáis/h -embotamos/h -embotando/h -embotan/h -embotara/h -embotará/h -embotarais/h -embotaran/h -embotarán/h -embotar/ÁP -embotarás/h -embotaré/h -embotare/hGS -embotareis/h -embotaréis/h -embotaren/h -embotaría/hS -embotarían/h -embotaron/h -embotarse/h -embotase/h -embotaseis/h -embotasen/h -embotas/hS -embotaste/h -emboté/h -embote/hSG -embotéis/h -embotellador/GS -embotelladora/S -embotellar/RDEP -embotelle/SG -embotella/S -embotemos/h -emboten/h -emboticar/RED -embotijar/RED -embotije/S -embotir -emboto/h -embotó/h -embovedar/RED -embovede/SG -emboveda/S -embozadamente -embozad/h -emboza/h -embozalar/RDE -embozale/G -embozan/h -embozar/hRDE -embozó/h -embozo/hG -embracé/h -embracen/h -embrace/Sh -embracilar/RED -embracile/GS -embracila/S -embragad/h -embraga/h -embragan/h -embragar/RhDE -embragó/h -embrago/hG -embrague/h -embragué/h -embraveced/h -embravece/hS -embravecen/h -embravecer/RLhIPD -embravecía/h -embravecí/h -embraveció/h -embravezca/h -embravezco/h -embrazad/h -embrazadura/S -embraza/h -embrazan/h -embrazar/RhDE -embrazo/Gh -embrazó/h -embrear/B -embreñar/RED -embreñe/GS -embreña/S -embriagad/h -embriagador/SG -embriagadora/S -embriaga/h -embriagándome -embriagándonos -embriagándoos -embriagándote -embriagan/h -embriagante/S -embriagar/hRED -embriagarme -embriagarnos -embriagaros -embriagarte -embriagó/h -embriago/hG -embriague/h -embriagué/h -embriaguez/S -embribar/RDE -embribe/S -embridad/h -embrida/h -embridan/h -embridar/hRED -embridé/h -embriden/h -embride/ShG -embrido/h -embridó/h -embriogenia/S -embrionario/GS -embrionaria/S -embrión/S -embrisar/RED -embrise/S -embrocar/RE -embrochalar/RDE -embrochale/GS -embrochala/S -embrollad/h -embrollador/GS -embrolladora/S -embrolla/h -embrollan/h -embrollar/hRD -embrollarme -embrollarnos -embrollaros -embrollarte -embrollé/h -embrolle/hGS -embrollen/h -embrollo/h -embrolló/h -embrollón/GS -embrollóna/S -embrollos -embrolloso/GS -embrollosa/S -embromador/GS -embromadora/S -embroquetar/RED -embroquete/S -embrosquilar/RED -embrosquile/GS -embrosquila/S -embrujad/h -embrujador/SG -embrujadora/S -embruja/h -embrujamiento/S -embrujándolo/SG -embrujándola/S -embrujan/h -embrujar/RhDE -embrujé/h -embruje/hGS -embrujen/h -embrujo/h -embrujó/h -embrutecedor/SG -embrutecedora/S -embrutecer/RÀÁDILP -embrutece/S -embuchad/h -embucha/h -embuchan/h -embuchar/hRDE -embuche/GhS -embuché/h -embuchen/h -embucho/h -embuchó/h -embudador/SG -embudadora/S -embudar/RED -embude/S -embudo/S -embullador/GS -embulladora/S -embullar/RD -embuñegar/RDE -embuñego/G -emburriar/RDE -emburrie/GS -emburria/S -emburujar/RED -emburuje/GS -emburuja/S -embustear/RDE -embustee/GS -embustea/S -embustero/GS -embustera/S -embuste/SG -embusta/S -embustidor/GS -embustidora/S -embustir/RED -embutar/RED -embute/GS -embuta/S -embutidera/S -embutir/RDÄ -emelga/S -emenagogo/S -emendar -emergente/FS -emerger/RLED -emerge/S -emeritense/S -emérito/SG -emérita/S -emerjo/G -eme/S -emético/GS -emética/S -emidosaurio/S -emigrante/S -emigrar/RAED -emigratorio/GS -emigratoria/S -emigre/SG -emigra/S -eminencialmente -eminencial/S -eminentemente -eminente/SFt -emires -emir/n -emisario/GS -emisaria/S -emisor/SG -emisora/S -emitan/u -emiten/u -emite/uSG -emitía/u -emitid/u -emitiéndolo/GS -emitiéndola/S -emitió/u -emitir/uRQÀED -emitís/u -emití/u -emocionalmente -emocional/S -emocionante/S -emocionar/REÁÀÂDÅ -emoción/GS -emocióna/S -emoliente/S -emolumento/S -emotivo/KGS -empacad/h -empacador/GS -empacadora/S -empaca/h -empacan/h -empacarlo/GS -empacarla/S -empacar/RhDE -empachad/h -empacha/h -empachan/h -empachar/RhDE -empaché/h -empachen/h -empache/ShG -empacho/h -empachó/h -empachoso/GS -empachosa/S -empacó/h -empaco/hG -empadrar/RDE -empadre/G -empadronador/GS -empadronadora/S -empadronar/RPDE -empadrone/G -empajar/RDE -empajolar/RDE -empajole/GS -empajola/S -empalagaba/hS -empalagabais/h -empalagaban/h -empalagad/hG -empalagado/hS -empalaga/hS -empalagáis/h -empalagamos/h -empalagando/h -empalagan/h -empalagara/h -empalagará/h -empalagarais/h -empalagaran/h -empalagarán/h -empalagarás/h -empalagaré/h -empalagare/hSG -empalagareis/h -empalagaréis/h -empalagaren/h -empalagaría/hS -empalagarían/h -empalagaron/h -empalagar/RPED -empalagarse/h -empalagase/h -empalagaseis/h -empalagasen/h -empalagas/hS -empalagaste/h -empalago/GS -empalaga/S -empalagó/h -empalagoso/GS -empalagosa/S -empalagué/h -empalague/hS -empalaguéis/h -empalaguemos/h -empalaguen/h -empalar/RÀÂPE -empaliar -empalice/S -empalizar/RED -empalletado/S -empalmar/B -empalomar/RDE -empalome/S -empampirolado/S -empanada/N -empanar/RE -empance/S -empandillar/RDE -empandille/S -empane/G -empantanar/REÁD -empantane/GS -empantana/S -empanzar/RED -empañad/h -empañadura/S -empaña/h -empañan/h -empañar/hRDE -empañarle/SG -empañarla/S -empañarlo/S -empañé/h -empañe/hGS -empañen/h -empañicar/RED -empañico/G -empaño/h -empañó/h -empapar/PÅÀÁ -empapelad/h -empapelador/SG -empapeladora/S -empapela/h -empapelan/h -empapelarle/GS -empapelarla/S -empapelarlo/S -empapelar/RhDE -empapelé/h -empapele/hGS -empapelen/h -empapelo/h -empapeló/h -empapice/S -empapirotar/RED -empapirote/G -empapizar/RED -empapizo/G -empapuce/S -empapuciar/RDE -empapucie/GS -empapucia/S -empapujar/RE -empapuje/GS -empapuja/S -empapuzar/RDE -empapuzo/G -empaque/h -empaqué/h -empaquetad/h -empaquetador/SG -empaquetadora/S -empaquetadura/S -empaqueta/h -empaquetan/h -empaquetar/RhED -empaquete/GhS -empaqueté/h -empaqueten/h -empaqueto/h -empaquetó/h -emparedar/REDP -emparede/G -emparejad/h -emparejador/SG -emparejadora/S -emparejadura/S -empareja/h -emparejamiento/S -emparejan/h -emparejarlo/GS -emparejarla/S -emparejarme -emparejarnos -emparejaros -emparejar/RDhE -emparejarte -emparejé/h -emparejen/h -empareje/ShG -emparejo/h -emparejó/h -emparentada/h -emparentado/hGS -emparentar/RÀÁIED -emparente/GS -emparenta/S -emparrillar/RDE -emparrille/S -emparvad/h -emparva/h -emparvan/h -emparvar/hRDE -emparvé/h -emparve/hGS -emparven/h -emparvo/h -emparvó/h -empastador/GS -empastadora/S -empastar/ø -empastelad/h -empastela/h -empastelamiento/S -empastelan/h -empastelar/RhDE -empastelé/h -empastele/hGS -empastelen/h -empastelo/h -empasteló/h -empatadera/S -empatad/h -empata/h -empatan/h -empatar/hRDE -empatarle/S -empatarme -empatarnos -empataros -empatarte -empaté/h -empate/hSG -empaten/h -empato/h -empató/h -empavesar/RED -empavonad/h -empavona/h -empavonan/h -empavonar/hRD -empavoné/h -empavone/hGS -empavonen/h -empavono/h -empavonó/h -empavorecer/IRLD -empavorece/S -empecatado/GS -empecatada/S -empece -empecedero/SG -empecedera/S -empecedor/GS -empecedora/S -empecen -empecerán -empeceré -empecería -empecerían -empecer/P -empechar -empecía -empecían -empecible/S -empeciente/S -empeciera -empecieran -empeciere -empecieren -empecieron -empeciese -empeciesen -empecinar/REPÁD -empecine/S -empeció -empedecer -empedernecer/RDIL -empedernece/S -empedernir/D -empedernirse -empedrad/h -empedrador/hS -empedramiento/S -empedrar/RhDI -empedré/h -empedró/h -empegad/h -empega/h -empegan/h -empegar/hRDE -empegó/h -empego/hG -empegue/h -empegué/h -empeine -empeinoso/GS -empeinosa/S -empelazgar/RED -empelazgo/G -empellar/RDE -empellejar/RED -empelleje/S -empeller/RDE -empelle/S -empellicar -empello/L -empelotar/RDE -empenachar/RED -empenache/GS -empenacha/S -empendolar -empentar/RDE -empente/SG -empenta/S -empeñad/h -empeña/h -empeñándolo/GS -empeñándola/S -empeñan/h -empeñaos -empeñar/hRÅÁÀED -empéñate -empeñé/h -empeñémonos -empeñen/h -empéñense -empéñese -empeñe/ShG -empeñó/h -empeñosamente -empeño/Sh -empeorad/h -empeora/h -empeoramiento/S -empeorándolo/GS -empeorándola/S -empeoran/h -empeorarlo/GS -empeorarla/S -empeorar/RhDE -empeoré/h -empeore/hGS -empeoren/h -empeoro/h -empeoró/h -empequeñecer/RILÀD -emperador/S -emperatriz/S -emperecé/h -emperece/hS -emperecen/h -emperejilar/RDE -emperejile/G -emperezad/h -empereza/h -emperezan/h -emperezar/REhD -emperezó/h -emperezo/hG -empergaminar/RED -empergamine/GS -empergamina/S -emperifollar/ERD -emperifolle/SG -emperifolla/S -empernad/h -emperna/h -empernan/h -empernar/RhDE -emperné/h -emperne/hSG -empernen/h -emperno/h -empernó/h -emperrar/REDP -emperre/S -empersonar -empesador -empesgar/RED -empesgo/G -empestar -empestillar/RDE -empestille/GS -empestilla/S -empetro/S -empezar/IRÁÀÂD -empezca -empezcan -empicotar/RBED -empicote/G -empiedra/h -empiedre/h -empiedro/h -empiema/S -empigüelar/RDE -empigüele/GS -empigüela/S -empinar/ÃPERBÁ -empingorotar/RED -empíreo/GS -empírea/S -empireuma/S -empíricamente -empírico/SG -empírica/S -empirismo/S -empirista/S -empitonar/RDE -empitone/G -empizarrar/RDE -empizarre/S -empizcar -emplacen/p -emplacé/p -emplace/pS -emplastar/RBDPE -emplasto/S -emplazador/S -emplazad/p -emplazamiento/S -emplazándole/GS -emplazándola/S -emplazándolo/S -emplazan/p -emplaza/p -emplazarle/S -emplazar/RpÀDE -emplazó/p -emplazo/pG -empleada/h -empleado/hGS -empleador/GS -empleadora/S -emplear/ÄRøÀÂÁED -emplebeyecer/IRDL -emplee/SG -emplea/S -empleitero/SG -empleitera/S -empleo/Sh -emplomar/B -emplumajar -emplumar/RE -emplumecer/RDIL -emplumece/S -emplume/GS -empluma/S -empobrecedor/GS -empobrecedora/S -empobrecer/RDÀÁLPIÅ -empobrece/S -empocé/h -empocen/h -empoce/Sh -empoderar -empollar/REDBÀ -empolle/S -empollón/GS -empollóna/S -empoltronecer/RIDL -empoltronece/S -empolvad/h -empolva/h -empolvan/h -empolvarme -empolvarnos -empolvaros -empolvar/RhED -empolvarte -empolve/GSh -empolva/S -empolvé/h -empolven/h -empolvo/h -empolvó/h -empolvorad/h -empolvora/h -empolvoramiento/S -empolvoran/h -empolvorar/RhED -empolvore/GSh -empolvora/S -empolvoré/h -empolvoren/h -empolvoro/h -empolvoró/h -emponzoñaba/hS -emponzoñabais/h -emponzoñaban/h -emponzoñad/hG -emponzoñado/hS -emponzoña/h -emponzoñáis/h -emponzoñamos/h -emponzoñando/h -emponzoñan/h -emponzoñara/h -emponzoñará/h -emponzoñarais/h -emponzoñaran/h -emponzoñarán/h -emponzoñarás/h -emponzoñaré/h -emponzoñare/hGS -emponzoñareis/h -emponzoñaréis/h -emponzoñaren/h -emponzoñaría/hS -emponzoñarían/h -emponzoñaron/h -emponzoñar/RPED -emponzoñarse/h -emponzoñase/h -emponzoñaseis/h -emponzoñasen/h -emponzoñas/hS -emponzoñaste/h -emponzoñé/h -emponzoñe/hSG -emponzoñéis/h -emponzoñemos/h -emponzoñen/h -emponzoño/h -emponzoñó/h -emporcar/RDI -emporio/S -empotrad/h -empotra/h -empotramiento/S -empotran/h -empotrar/RDhE -empotré/h -empotre/hGS -empotren/h -empotro/h -empotró/h -empozad/h -empoza/h -empozan/h -empozarme -empozarnos -empozaros -empozar/RhED -empozarte -empozó/h -empozo/hG -empradice/S -empradizar/RDE -empradizo/G -emprar/RDE -empre/G -emprendedor/G -emprender/R -emprensar -emprentar -emprenta/S -empresarial/S -empresario/GS -empresaria/S -empresentar -emprestillar -empréstito/S -emprimir -empuchar/RED -empuche/G -empujar/ÄÆÅÀÂÁÙ -empujón/S -empulgad/h -empulga/h -empulgan/h -empulgar/RhEDB -empulgó/h -empulgo/hG -empulgue/h -empulgué/h -empuñad/h -empuñadura/S -empuña/h -empuñándolo/GS -empuñándola/S -empuñan/h -empuñar/hRED -empuñarlo/SG -empuñarla/S -empuñe/GSh -empuña/S -empuñé/h -empuñen/h -empuño/h -empuñó/h -empurrar/RD -emputecer/RLID -emputece/S -empuyarse -emulador/GS -emuladora/S -emular/REAÂÀD -emule/GS -emula/S -emulgente/S -emulsionar/RDE -emulsión/GS -emulsióna/S -emulsivo/GS -emulsiva/S -emulsor/S -emuntorio/S -enaciyar -enajenable/S -enajenador/GS -enajenadora/S -enajenante/S -enajenar/RDÁÀÂEPA -enajene/S -enalbardad/h -enalbarda/h -enalbardan/h -enalbardar/hRD -enalbardé/h -enalbarde/hSG -enalbarden/h -enalbardo/h -enalbardó/h -enalbar/RED -enalbe/S -enaltecedor/GS -enaltecedora/S -enaltecer/RLIÀDP -enaltece/S -enamoradamente -enamorad/h -enamoradizo/GS -enamoradiza/S -enamorador/GS -enamoradora/S -enamora/h -enamoramiento/S -enamorándolo/SG -enamorándola/S -enamorándome -enamorándonos -enamorándoos -enamorándote -enamoran/h -enamorar/hRED -enamorarle/GS -enamorarla/S -enamorarlo/S -enamorarme -enamorarnos -enamoraros -enamorarte -enamore/GhS -enamoré/h -enamoren/h -enamoricar/RED -enamorico/G -enamoriscar/RE -enamorisco/G -enamoro/h -enamoró/h -enanarse -enance/S -enanismo/S -enano/G -enante/g -enanzar/ERD -enanzo/G -enardecedor/SG -enardecedora/S -enardecer/RLIÁÀDP -enardece/S -enarmonar/RED -enarmone/GS -enarmona/S -enarrar -enartar -enaspar -enastad/h -enasta/h -enastan/h -enastar/REhD -enaste/GSh -enasta/S -enasté/h -enasten/h -enastilar/RED -enastile/G -enasto/h -enastó/h -enatieza/S -enatío/GS -enatía/S -encabalgad/h -encabalga/h -encabalgan/h -encabalgar/hRDE -encabalgó/h -encabalgo/hG -encabalgue/h -encabalgué/h -encaballar/RED -encaballe/S -encabar/RED -encabece/S -encabe/G -encabellecer/RILD -encabellece/S -encabestrad/h -encabestradura/S -encabestra/h -encabestran/h -encabestrar/hRD -encabestré/h -encabestre/hSG -encabestren/h -encabestro/h -encabestró/h -encabezar/RÀPDE -encabezo/G -encabezonar -encabriar/RDE -encabrie/S -encabrillar/RDE -encabrille/S -encabritar/RDE -encabrite/S -encabronar/RÁDE -encadar/RED -encadenad/h -encadenadura/S -encadena/h -encadenan/h -encadenar/hRDPE -encadenarle/GS -encadenarla/S -encadenarlo/S -encadenarme -encadenarnos -encadenaros -encadenarte -encadené/h -encadene/hGS -encadenen/h -encadeno/h -encadenó/h -encade/S -encaecer -encajad/h -encajador/S -encaja/h -encajándome -encajándonos -encajándoos -encajándote -encajan/h -encajarle/S -encajarme -encajarnos -encajaros -encajar/RhDEB -encajarte -encajé/h -encajen/h -encajerar/RED -encajere/S -encaje/ShG -encajetillar/RED -encajetille/S -encajo/h -encajó/h -encajonad/h -encajona/h -encajonamiento/S -encajonan/h -encajonar/hRED -encajone/GhS -encajoné/h -encajonen/h -encajono/h -encajonó/h -encalaboce/S -encalabozar/RED -encalabozo/G -encalabrinaba/hS -encalabrinabais/h -encalabrinaban/h -encalabrinad/hG -encalabrinado/hS -encalabrina/h -encalabrináis/h -encalabrinamos/h -encalabrinando/h -encalabrinan/h -encalabrinara/h -encalabrinará/h -encalabrinarais/h -encalabrinaran/h -encalabrinarán/h -encalabrinarás/h -encalabrinaré/h -encalabrinare/hSG -encalabrinareis/h -encalabrinaréis/h -encalabrinaren/h -encalabrinaría/hS -encalabrinarían/h -encalabrinaron/h -encalabrinar/PRED -encalabrinarse/h -encalabrinase/h -encalabrinaseis/h -encalabrinasen/h -encalabrinas/hS -encalabrinaste/h -encalabrine/GSh -encalabrina/S -encalabriné/h -encalabrinéis/h -encalabrinemos/h -encalabrinen/h -encalabrino/h -encalabrinó/h -encalar/B -encalcad/h -encalca/h -encalcan/h -encalcar/hRDE -encalcó/h -encalco/hG -encalladero/S -encallad/h -encalladura/S -encalla/h -encallan/h -encallar/hRD -encallecer/RILD -encallece/S -encallé/h -encalle/hGS -encallejonar/RED -encallejone/G -encallen/h -encalletrar -encallo/h -encalló/h -encalmar/B -encalostrar/RED -encalostre/GS -encalostra/S -encalque/h -encalqué/h -encalvar -encalvecer/RDIL -encalzar -encamarar/RDE -encamar/RÁDE -encambijar/RDE -encambije/S -encambrar/RDE -encambre/SG -encambra/S -encambronar/RDE -encambrone/GS -encambrona/S -encame/S -encaminad/h -encaminadura/S -encamina/h -encaminamiento/S -encaminándome -encaminándonos -encaminándoos -encaminándote -encaminan/h -encaminar/hRD -encaminarle/S -encaminarme -encaminarnos -encaminaros -encaminarte -encaminé/h -encamine/hGS -encaminen/h -encamino/h -encaminó/h -encamisar/RDE -encamise/S -encamonado/GS -encamonada/S -encampanar/RED -encampane/S -encanalar/RE -encanale/G -encanallar/RPED -encanalle/S -encana/N -encanar/RED -encanastar/RED -encanaste/GS -encanasta/S -encandecer/IRDL -encandece/S -encandelar/RED -encandele/SG -encandela/S -encandiladera/S -encandilador/GS -encandiladora/S -encandilar/RÁÂDEÅÆ -encandile/G -encanecer/P -encanijar/RPDE -encanije/S -encanillar/RDE -encanille/S -encantad/h -encanta/h -encantamento/S -encantan/h -encantarar/RDE -encantar/hRDPE -encanté/h -encante/hGS -encanten/h -encantó/h -encanto/hS -encantorio/S -encanutar/DRE -encanute/SG -encanuta/S -encañamar/RDE -encañame/GS -encañama/S -encañar/RED -encañe/S -encañice/S -encañizar/RDE -encañonar/REÅÂÀD -encañone/G -encañutar -encapacetado/SG -encapacetada/S -encapachar/RDBE -encapache/S -encapad/h -encapa/hN -encapan/h -encapar/hRD -encapazar/RDE -encapazo/G -encapé/h -encape/hSG -encapen/h -encaperuce/S -encaperuzar/RED -encapillad/h -encapilladura/S -encapillan/h -encapillar/hRDE -encapillé/h -encapille/hS -encapillen/h -encapillo/h -encapilló/h -encapirotar/ER -encapirote/G -encapo/h -encapó/h -encapotad/h -encapota/h -encapotamiento/S -encapotan/h -encapotar/hDRB -encapoté/h -encapote/hGS -encapoten/h -encapoto/h -encapotó/h -encaprichad/h -encapricha/h -encaprichan/h -encapricharme -encapricharnos -encapricharos -encaprichar/RhED -encapricharte -encapriche/GSh -encapricha/S -encapriché/h -encaprichen/h -encapricho/h -encaprichó/h -encapuchar/RDE -encapuche/S -encaramar/RÁEDô -encarame/GS -encarama/S -encarar/RDEÁP -encarcelación/S -encarcelad/h -encarcelador/GS -encarceladora/S -encarcela/h -encarcelamiento/S -encarcelándolo/GS -encarcelándola/S -encarcelan/h -encarcelar/hRDE -encarcelarle/GS -encarcelarla/S -encarcelarlo/S -encarcelarme -encarcelarnos -encarcelaros -encarcelarte -encarcelé/h -encarcelen/h -encarcele/SGh -encarcela/S -encarcelo/h -encarceló/h -encarcerar -encareced/h -encarecedor/GS -encarecedora/S -encarece/hS -encarecen/h -encarecer/hRLDI -encarecerlo/GS -encarecerla/S -encarecerme -encarecernos -encareceros -encarecerte -encarecía/h -encarecidamente -encarecí/h -encareció/h -encarezca/h -encarezco/h -encargad/h -encarga/h -encargamiento/S -encargan/h -encargar/hRDE -encargó/h -encargo/hG -encargue/h -encargué/h -encariñar/Á -encarnación/S -encarnad/h -encarnadino/GS -encarnadina/S -encarna/h -encarnamiento/S -encarnan/h -encarnar/hRDE -encarnarme -encarnarnos -encarnaros -encarnarte -encarnativo/GS -encarnativa/S -encarnecer/RIDL -encarnece/S -encarne/GhS -encarné/h -encarnen/h -encarnice/S -encarnizadamente -encarnizar/RDPE -encarnizo/G -encarno/h -encarnó/h -encarpetar/RÀDE -encarpete/GS -encarpeta/S -encarriladera/S -encarrilar/REÀÁD -encarrile/G -encarrillar/RED -encarrille/GS -encarrilla/S -encarrujar/RDE -encarruje/GS -encarruja/S -encartar/RAEDP -encarte/SG -encarta/S -encartonador/SG -encartonadora/S -encartonar/RDE -encartone/G -encartuchar/RED -encartuche/GS -encartucha/S -encartujado/S -encasamento/S -encasa/N -encasar/h -encascabelar/RDE -encascabele/G -encasca/N -encascar/R -encascotar/ERD -encascote/G -encasillable/S -encasillar/RDEÁÀ -encasille/S -encasquetar/REÁD -encasquete/G -encasquillar/RDE -encasquille/S -encasta/N -encastar/DRE -encaste/S -encastillad/h -encastillador/GS -encastilladora/S -encastilla/h -encastillamiento/S -encastillan/h -encastillar/hDRE -encastillarme -encastillarnos -encastillaros -encastillarte -encastillé/h -encastillen/h -encastille/ShG -encastillo/h -encastilló/h -encastrar/R -encatalejar/RED -encataleje/GS -encataleja/S -encatusar/RED -encatuse/GS -encatusa/S -encauchar/ERD -encauche/GS -encaucha/S -encauste/S -encausto/S -encauzar/REDÀÂÁÄP -encauzo/G -encebadar/P -encebollar/RDE -encebolle/S -encéfalo/S -enceguecer/RLIÅD -enceguece/S -encelajar/RDE -encelaje/G -encelar/ÀP -enceldar/RPED -encelde/S -encellar/RDE -encelle/S -encenagar/REDP -encenago/G -encencerrado/GS -encencerrada/S -encendaja/S -encendedor/GS -encendedora/S -encender/RÀÂÁÎLIPÝÒDÄÅ -encenice/S -encenizar/RED -encenizo/G -encensuar -encentar/REPD -encente/SG -encenta/S -encentrar/h -encepador/S -encepar/RDEB -encepe/S -encerador/GS -enceradora/S -encerar/RÀDEP -encere/S -encernadar/RED -encernade/S -encerotar/RDE -encerote/G -encerraba/hS -encerrabais/h -encerraban/h -encerradero -encerrad/hG -encerrado/hS -encerráis/h -encerramos/h -encerrando/h -encerrara/h -encerrará/h -encerrarais/h -encerraran/h -encerrarán/h -encerrarás/h -encerraré/h -encerrare/hSG -encerrareis/h -encerraréis/h -encerraren/h -encerraría/hS -encerrarían/h -encerraron/h -encerrar/RBPÅÆÄÁ -encerrarse/h -encerrase/hS -encerraseis/h -encerrasen/h -encerraste/h -encerré/h -encerréis/h -encerremos/h -encerrice/S -encerrizar/RDE -encerrizo/G -encerró/h -encerrona/S -encespedar/RED -encespede/SG -encespeda/S -encestar/DRE -enceste/S -encetar/BRED -encete/SG -enceta/S -enchancletar/RDE -enchanclete/S -enchapinado/SG -enchapinada/S -encharcar/RDEP -enchavetar/RED -enchavete/S -enchicar/DRE -enchico/G -enchinarrar/RED -enchinarre/GS -enchinarra/S -enchiquerar/RPDE -enchiquere/GS -enchiquera/S -enchironar/RED -enchirone/S -enchispar/RED -enchispe/S -enchufad/h -enchufa/h -enchufan/h -enchufaos -enchufar/ÀhRD -enchúfate -enchufé/h -enchufe/hGS -enchufen/h -enchufo/h -enchufó/h -enchular/RDE -enchule/S -enchuletar/RED -enchulete/S -enchumbar/RED -enchumbe/S -enchute -enciclopedia/SO -enciclopédico/SG -enciclopédica/S -enciclopedismo/S -enciclopedista/S -encierra/h -encierran/h -encierre/hGS -encierren/h -encierro/S -encimar/RÅDE -encime/S -encinal/S -encinar/S -encino/GS -encina/S -encintad/h -encinta/h -encintan/h -encintar/hRD -encinté/h -encinte/hGS -encinten/h -encinto/h -encintó/h -enciso/S -encitar -enclaustrar/RDÁE -enclaustre/S -enclavad/h -enclava/h -enclavan/h -enclavar/hRD -enclavé/h -enclave/hGS -enclaven/h -enclavijad/h -enclavija/h -enclavijan/h -enclavijar/hRDE -enclavijé/h -enclavije/hSG -enclavijen/h -enclavijo/h -enclavijó/h -enclavo/h -enclavó/h -enclenque/S -enclítico/GS -enclítica/S -encloquecer/IRLD -encloquece/S -encluecar/RD -encobar/RDE -encobertado/GS -encobertada/S -encobe/S -encobilar/RED -encobile/GS -encobila/S -encobrar/R -encochado/GS -encochada/S -encoclar/RED -encocle/SG -encocla/S -encocorar/DRE -encocore/GS -encocora/S -encodillar/RED -encodille/SG -encodilla/S -encofinar/RDE -encofine/SG -encofina/S -encofrad/h -encofra/h -encofran/h -encofrar/RhED -encofré/h -encofre/hGS -encofren/h -encofro/h -encofró/h -encoged/h -encoge/hS -encogen/h -encoger/hRLDEP -encogía/h -encogí/h -encogió/h -encogollar/RDE -encogolle/GS -encogolla/S -encohetar/RDE -encohete/G -encoja/h -encojan/h -encojar/RDE -encoje/S -encojo/hG -encolad/h -encola/h -encolamiento/S -encolan/h -encolar/hRBD -encolé/h -encole/hSG -encolen/h -encolericé/h -encolerice/hS -encolericen/h -encolerizad/h -encoleriza/h -encolerizan/h -encolerizar/hRD -encolerizarme -encolerizarnos -encolerizaros -encolerizarte -encolerizó/h -encolerizo/hG -encolo/h -encoló/h -encomendable/S -encomendar/RÁDÅIPùø -encomendero/S -encomenzar/R -encomiador/GS -encomiadora/S -encomiar/ERDÁÀ -encomiaste/G -encomiástico/GS -encomiástica/S -encomie/SG -encomia/S -encomio/S -enconad/h -enconadura/S -encona/h -enconan/h -enconarme -enconarnos -enconaros -enconar/RhPDE -enconarte -enconchar/RDEô -enconche/S -enconé/h -encone/hSG -enconen/h -enconó/h -encono/hS -enconoso/GS -enconosa/S -encontradizo/SG -encontradiza/S -encontrad/p -encontrándole/GS -encontrándola/S -encontrándolo/S -encontrándome -encontrándonos -encontrándoos -encontrándote -encontrarle/GS -encontrarla/S -encontrarlo/S -encontrarme -encontrármelo/GS -encontrármela/S -encontrarnos -encontrárnoslo/GS -encontrárnosla/S -encontraros -encontrároslo/GS -encontrárosla/S -encontrar/pRDI -encontrárselo/GS -encontrársela/S -encontrarte -encontrártelo/GS -encontrártela/S -encontrémonos -encontré/p -encontrón/HS -encontró/p -encopetar/RED -encopete/G -encorachar/RED -encorache/GS -encoracha/S -encorajar/ERD -encoraje/G -encorajinar/RDE -encorajine/S -encorar/RDI -encorchador/SG -encorchadora/S -encorchetar/RED -encordad/h -encordadura/S -encordar/hIRD -encordé/h -encordelad/h -encordela/h -encordelan/h -encordelar/hRD -encordelé/h -encordele/hSG -encordelen/h -encordelo/h -encordeló/h -encordó/h -encordonar/RDE -encordone/G -encorecer/RIDL -encorece/S -encornado/S -encornudar/RDE -encornude/S -encoroce/S -encorozar/RED -encorralar/RED -encorrale/G -encorselar/RED -encorsele/GS -encorsela/S -encorsetar/REDÀ -encorsete/GS -encorseta/S -encortar -encortinar/RE -encortine/S -encorujar/ERD -encoruje/SG -encoruja/S -encorvaba/hS -encorvabais/h -encorvaban/h -encorvad/hG -encorvado/hS -encorva/h -encorváis/h -encorvamos/h -encorvando/h -encorvan/h -encorvara/h -encorvará/h -encorvarais/h -encorvaran/h -encorvarán/h -encorvarás/h -encorvar/BP -encorvaré/h -encorvare/hSG -encorvareis/h -encorvaréis/h -encorvaren/h -encorvaría/hS -encorvarían/h -encorvaron/h -encorvarse/h -encorvase/h -encorvaseis/h -encorvasen/h -encorvas/hS -encorvaste/h -encorvé/h -encorve/hGS -encorvéis/h -encorvemos/h -encorven/h -encorvo/h -encorvó/h -encosadura/S -encostalar/RED -encostale/G -encostar/E -encostillado/S -encostrar/RDEB -encostre/S -encovad/h -encovadura/S -encova/h -encovan/h -encovar/hRIDE -encové/h -encove/hSG -encoven/h -encovo/h -encovó/h -encrasar/RED -encrase/S -encrespad/h -encrespador/GS -encrespadora/S -encrespadura/S -encrespa/h -encrespamiento/S -encrespan/h -encrespar/RhDE -encrespé/h -encrespe/hGS -encrespen/h -encrespo/h -encrespó/h -encrestar/RE -encreste/S -encristalar/ERD -encristale/G -encrucijada/S -encrudecer/RILD -encrudece/S -encrudelecer -encruelecer/RLDI -encruelece/S -encuadernaba/hS -encuadernabais/h -encuadernaban/h -encuadernable/S -encuadernad/hG -encuadernado/hS -encuadernador/GS -encuadernadora/S -encuaderna/h -encuadernáis/h -encuadernamos/h -encuadernando/h -encuadernan/h -encuadernara/h -encuadernará/h -encuadernarais/h -encuadernaran/h -encuadernarán/h -encuadernarás/h -encuadernaré/h -encuadernare/hGS -encuadernareis/h -encuadernaréis/h -encuadernaren/h -encuadernaría/hS -encuadernarían/h -encuadernaron/h -encuadernar/RÀDAE -encuadernarse/h -encuadernase/h -encuadernaseis/h -encuadernasen/h -encuadernas/hS -encuadernaste/h -encuaderné/h -encuaderne/hGS -encuadernéis/h -encuadernemos/h -encuadernen/h -encuaderno/h -encuadernó/h -encuadrar/ÄÂP -encubar/RED -encubertar/RED -encuberte/GS -encuberta/S -encube/S -encubiertamente -encubridizo/GS -encubridiza/S -encubridor/GS -encubridora/S -encuentra/p -encuéntrense -encuentre/p -encuéntrese -encuentro/ph -encuentros/h -encuerar/RD -encuerda/h -encuerde/h -encuerdo/h -encuestador/GS -encuestadora/S -encuestar/RD -encueva/h -encuevar/RD -encueve/h -encuevo/h -encuitar/RE -encuite/S -enculatar/RED -enculate/S -enculpar -encumbrar/REDÁP -encumbre/G -encurdar/RED -encurde/S -encureñar/RED -encureñe/S -endeble/S -endeblez/S -endeblucho/GS -endeblucha/S -endechadera/S -endechar/RED -endeche/SG -endecha/S -endemia/S -endémico/SG -endémica/S -endemoniad/h -endemonia/h -endemonian/h -endemoniar/RhDE -endemonié/h -endemonie/hSG -endemonien/h -endemonio/h -endemonió/h -ende/n -endentecer/RILD -endentece/S -endeñar/RDE -endeñe/GS -endeña/S -enderece/S -enderechar/ERD -endereche/S -enderezar/ERÁÀÅPD -enderezo/G -endeudar/RDÁEP -endeude/S -endevotado/GS -endevotada/S -endiabladamente -endiablad/h -endiabla/h -endiablan/h -endiablar/hRDE -endiablé/h -endiable/hGS -endiablen/h -endiablo/h -endiabló/h -endibia/S -endilgador/GS -endilgadora/S -endilgar/RÁÂÆÅED -endilgo/G -endiñar/à -endiosad/h -endiosa/h -endiosamiento/S -endiosan/h -endiosar/hRDE -endiosarlo/SG -endiosarla/S -endiosé/h -endiose/hGS -endiosen/h -endioso/h -endiosó/h -endivia/S -endoblar/R -endocardio/S -endocarditis -endocarpio/S -endocrino/GS -endocrina/S -endocrinólogo/SG -endocrinóloga/S -endodermo/S -endoesqueleto/S -endogamia/S -endogénesis -endolinfa/S -endomingar/RED -endomingo/G -endorsar/RDE -endorse/SG -endorsa/S -endosable/S -endosar/REÁÀÂD -endosatario/GS -endosataria/S -endoscopio/SG -endoscopia/S -endose/G -endoselar/RDE -endosele/G -endoso/S -endospermo/S -endotelio/S -endovenoso/GS -endovenosa/S -endrezar -endriago/S -endrinal/S -endrino/G -endrogar/R -endulcecer -endulzar/RDBÁÂE -endulzo/G -endulzorar -endurador/SG -enduradora/S -endurecedor/GS -endurecedora/S -endurecer/RÄÅIDÀLP -endurece/S -ene -eneal/S -enea/S -eneasílabo/GS -eneasílaba/S -enebral/S -enebrina/S -enebro/S -enechar -enejar/RDE -eneje/G -eneldo/S -enema/S -enemigar -enemigo/GS -enemiga/S -enemistad/S -enemistar/RDÁÀE -enemiste/SG -enemista/S -energético/GS -energética/S -energía/S -enérgicamente -energice/S -enérgico/SG -enérgica/S -energizar/RDE -energizo/G -energúmeno/GS -energúmena/S -enero -enertarse -enervador/SG -enervadora/S -enervante/S -enervar/RÁPDE -enerve/GS -enerva/S -enescar -enésimo/SG -enésima/S -enfadad/h -enfadadísimo/GS -enfadadísima/S -enfadadizo/GS -enfadadiza/S -enfada/h -enfadamiento/S -enfadan/h -enfadaos -enfadarle/SG -enfadarla/S -enfadarlo/S -enfadarme -enfadarnos -enfadaros -enfadar/REhD -enfadarte -enfádate -enfadé/h -enfaden/h -enfade/SGh -enfada/S -enfadó/h -enfado/hS -enfadosamente -enfadoso/GS -enfadosa/S -enfaldad/h -enfaldador/S -enfalda/h -enfaldan/h -enfaldar/ERhD -enfaldé/h -enfalde/hSG -enfalden/h -enfaldo/h -enfaldó/h -enfaldos -enfangar/REDÁ -enfango/G -enfardad/h -enfardador/GS -enfardadora/S -enfarda/h -enfardan/h -enfardar/hRD -enfardé/h -enfarde/hGS -enfardelad/h -enfardelador/SG -enfardeladora/S -enfardeladura/S -enfardela/h -enfardelan/h -enfardelar/hRED -enfardelé/h -enfardele/hSG -enfardelen/h -enfardelo/h -enfardeló/h -enfarden/h -enfardo/h -enfardó/h -énfasis -enfastiar -enfáticamente -enfatice/S -enfático/GS -enfática/S -enfatizar/RDÀE -enfatizo/G -enfermar/DRÁE -enfermedad/S -enferme/GS -enferma/S -enfermero/LGS -enfermizar -enfermizo/GS -enfermiza/S -enfermo/S -enfermucho/GS -enfermucha/S -enferozar -enfervorecer/RLID -enfervorece/S -enfervorizador/GS -enfervorizadora/S -enfestar/I -enfiar -enficionar -enfielar/DRE -enfiele/G -enfierecer/RDIL -enfierece/S -enfiestar/RD -enfilad/h -enfila/h -enfilan/h -enfilar/hRD -enfilarle/S -enfilé/h -enfile/hSG -enfilen/h -enfilo/h -enfiló/h -enfingir -enfisema/S -enfistolar/RED -enfistole/GS -enfistola/S -enfiteuta/S -enfiteuticario/SG -enfiteuticaria/S -enfitéutico/GS -enfitéutica/S -enfiuzar -enflacar/ERD -enflaquecer/PRLDI -enflaquece/S -enflautar/ERD -enflaute/S -enfocad/h -enfoca/h -enfocándole/GS -enfocándola/S -enfocándolo/S -enfocándome -enfocándonos -enfocándoos -enfocándote -enfocan/h -enfocar/hRDE -enfocarle/SG -enfocarla/S -enfocarlo/S -enfocarme -enfocarnos -enfocaros -enfocarte -enfocó/h -enfoco/hG -enfogar -enfoque/h -enfoqué/h -enforcar -enfornar -enforrar -enfortalecer -enfortecer/RILD -enfortece/S -enfortir -enfoscadero/S -enfoscar/RDE -enfotarse -enfrailad/h -enfraila/h -enfrailan/h -enfrailar/hRDE -enfraile/GhS -enfrailé/h -enfrailen/h -enfrailo/h -enfrailó/h -enfranquecer/IRLD -enfranquece/S -enfranque/S -enfrascar/RDÁEP -enfrenad/h -enfrena/h -enfrenan/h -enfrenar/hRPD -enfrené/h -enfrene/hGS -enfrenen/h -enfreno/h -enfrenó/h -enfrentar/RôDEÅÄÆÁÀÂøP -enfrente/G -enfriadero/SG -enfriadera/S -enfriador/GS -enfriadora/S -enfriar/RÐÀÁDÌùPø -enfrontar/RDE -enfronte/G -enfrontilar/RDE -enfrontile/SG -enfrontila/S -enfroscar/DRE -enfrosco/G -enfullar/ERD -enfulle/S -enfundad/h -enfundadura/S -enfunda/h -enfundándome -enfundándonos -enfundándoos -enfundándote -enfundan/h -enfundar/hRD -enfundarme -enfundarnos -enfundaros -enfundarte -enfundé/h -enfunde/hGS -enfunden/h -enfundo/h -enfundó/h -enfureced/h -enfurece/hS -enfurecen/h -enfurecerle/GS -enfurecerla/S -enfurecerlo/S -enfurecerme -enfurecernos -enfureceros -enfurecer/RhLID -enfurecerte -enfurecía/h -enfurecí/h -enfurecimiento/S -enfureció/h -enfurezca/h -enfurezco/h -enfuriar/DRE -enfurie/S -enfurruñad/h -enfurruña/h -enfurruñamiento/S -enfurruñan/h -enfurruñar/hRED -enfurruñe/GSh -enfurruña/S -enfurruñé/h -enfurruñen/h -enfurruño/h -enfurruñó/h -enfurruscar/DRE -enfurrusco/G -enfurte/GS -enfurta/S -enfurtir/RED -enfusar/RE -enfuse/S -enfusir/RD -engace/S -engafecer -engafetar/ERD -engafete/G -engaitador/GS -engaitadora/S -engaitar/RDE -engaite/S -engalabernar -engalanar/RÁDE -engalgar/RED -engaliar/RDI -engalíe/GS -engalía/S -engallador/S -enganchaba/hS -enganchabais/h -enganchaban/h -enganchad/hG -enganchado/hS -enganchador/SG -enganchadora/S -engancha/h -engancháis/h -enganchamos/h -enganchando/h -enganchan/h -enganchara/h -enganchará/h -engancharais/h -engancharan/h -engancharán/h -enganchar/ÁRPôEÄD -engancharás/h -engancharé/h -enganchare/hSG -enganchareis/h -engancharéis/h -engancharen/h -engancharía/hS -engancharían/h -engancharme/h -engancharnos/h -engancharon/h -engancharos/h -engancharse/h -engancharte/h -enganchase/h -enganchaseis/h -enganchasen/h -enganchas/hS -enganchaste/h -enganché/h -enganchéis/h -enganchemos/h -enganchen/h -enganche/ShG -engancho/h -enganchó/h -engañabobos -engañad/h -engañador/SG -engañadora/S -engaña/h -engañándolo/SG -engañándola/S -engañándome -engañándonos -engañándoos -engañándote -engañan/h -engañar/hRDÁ -engañarle/GS -engañarla/S -engañarlo/S -engañé/h -engañe/hGS -engañen/h -engañifa/S -engañó/h -engaño/hS -engañoso/GS -engañosa/S -engarabatar/RDE -engarabate/GS -engarabata/S -engarabitar/RDE -engarabite/GS -engarabita/S -engarberar/RDE -engarbere/S -engarbullar/RDE -engarbulle/GS -engarbulla/S -engarcé/h -engarcen/h -engarce/Sh -engarfiar/ERD -engarfie/GS -engarfia/S -engargantar/REBD -engargante/S -engargolar/RED -engargole/SG -engargola/S -engaritar/ERD -engarite/S -engarmar/DRE -engarme/SG -engarma/S -engarnio/S -engarrafador/SG -engarrafadora/S -engarrafar/RDE -engarrafe/S -engarronar/RED -engarrone/G -engarro/S -engarrotar/RED -engarzad/h -engarzador/SG -engarzadora/S -engarzadura/S -engarza/h -engarzan/h -engarzarlo/SG -engarzarla/S -engarzar/REhD -engarzó/h -engarzo/hG -engasgar/RDE -engasgo/G -engastad/h -engastadura/S -engasta/h -engastan/h -engastar/hRD -engasté/h -engaste/hGS -engasten/h -engasto/h -engastó/h -engastonar -engata/N -engatar/RDE -engate/GS -engata/S -engatillar/RDE -engatille/S -engatusador/GS -engatusadora/S -engatusar/RDEPÁÀ -engatuse/SG -engatusa/S -engaviar/RDE -engavie/S -engazador/GS -engazadora/S -engazar/RPED -engendrable/S -engendrador/GS -engendradora/S -engendrar/REDÁÀÂP -engendre/GS -engendra/S -engendro/S -engeñar -engeridor/S -engerir -englandado/SG -englandada/S -englantado/GS -englantada/S -englobar/RÄÀDE -englobe/SG -engloba/S -englute/GS -engluta/S -englutir/ERD -engocetar/RED -engocete/GS -engoceta/S -engolar/RDE -engolfar/RED -engolfe/S -engolillado/GS -engolillada/S -engollamiento/S -engolletar/RED -engollete/G -engollipar/RDE -engollipe/GS -engollipa/S -engolondrinar/RDE -engolondrine/S -engolosinador/GS -engolosinadora/S -engomad/h -engomadura/S -engoma/h -engoman/h -engomar/hRDE -engomé/h -engomen/h -engome/SGh -engoma/S -engominar/RDE -engomine/S -engomo/h -engomó/h -engonzar/RDE -engonzo/G -engorar/RID -engordadero/S -engordador/GS -engordadora/S -engordar/REÀÁD -engordecer -engorde/S -engorgoritar/RDE -engorgorite/S -engorrar/RED -engorre/S -engorronar/RED -engorroso/GS -engorrosa/S -engoznad/h -engozna/h -engoznan/h -engoznar/hRDE -engozne/GhS -engozné/h -engoznen/h -engozno/h -engoznó/h -engraciar -engramear -engrana/C -engranad/h -engranan/h -engranar/hRD -engrandar/RDE -engrandecer/RPDLIÀ -engrandece/S -engrande/G -engrané/h -engrane/hGS -engranen/h -engranerar/RED -engranere/GS -engranera/S -engrano/h -engranó/h -engranujar/RE -engranuje/S -engrasaba/hS -engrasabais/h -engrasaban/h -engrasad/hG -engrasado/hS -engrasador/GS -engrasadora/S -engrasa/h -engrasáis/h -engrasamos/h -engrasando/h -engrasan/h -engrasara/h -engrasará/h -engrasarais/h -engrasaran/h -engrasarán/h -engrasarás/h -engrasaré/h -engrasare/hSG -engrasareis/h -engrasaréis/h -engrasaren/h -engrasaría/hS -engrasarían/h -engrasaron/h -engrasar/RÀDE -engrasarse/h -engrasase/h -engrasaseis/h -engrasasen/h -engrasas/hS -engrasaste/h -engrasé/h -engrase/hGS -engraséis/h -engrasemos/h -engrasen/h -engraso/h -engrasó/h -engravecer/IRDL -engravece/S -engredar/RED -engrede/S -engreimiento/S -engreír/XÁDR -engrescar/RDE -engríe/GS -engría/S -engrilletad/h -engrilleta/h -engrilletan/h -engrilletar/RhED -engrillete/GhS -engrilleté/h -engrilleten/h -engrilleto/h -engrilletó/h -engringar/RDE -engrosad/h -engrosamiento/S -engrosan -engrosar/hRID -engrosecer -engrose/GS -engrosa/S -engrosé/h -engrosen -engroso -engrosó/h -engrudad/h -engrudador/GS -engrudadora/S -engruda/h -engrudan/h -engrudar/hREDP -engrudé/h -engruden/h -engrude/SGh -engruda/S -engrudó/h -engrudo/S -engruesa/h -engruesar/RD -engruese/h -engrueso/h -engrumecer/IRDL -engrumece/S -engruñar/RD -enguachinar/RDE -enguachine/GS -enguachina/S -engualdrapar/RDE -engualdrape/GS -engualdrapa/S -enguantad/h -enguanta/h -enguantan/h -enguantar/RhDE -enguante/GhS -enguanté/h -enguanten/h -enguanto/h -enguantó/h -enguatar/RDE -enguate/S -enguedejado/GS -enguedejada/S -engüerar/RD -enguerar/RED -enguere/SG -enguera/S -enguichado/SG -enguichada/S -enguijarrar/RDE -enguijarre/GS -enguijarra/S -enguillotar/RDE -enguillote/G -enguirnaldar/RDE -enguirnalde/S -engulle/SG -engulla/S -engullidor/GS -engullidora/S -engullir/ERÀÁD -engurrar/RED -engurre/SG -engurra/S -engurrio/S -engurrume/GS -engurruma/S -engurruminar/RDE -engurrumine/S -engurrumir/RED -engurruñir/RD -engusgar/RDE -engusgo/G -enhacinar/R -enhadar/h -enharinar/REÌDÙ -enharine/S -enhastiar/h -enhastillar/RED -enhastille/GS -enhastilla/S -enhatijar/RDE -enhatije/GS -enhatija/S -enhebrad/h -enhebra/h -enhebran/h -enhebrarlo/SG -enhebrarla/S -enhebrar/RhED -enhebré/h -enhebre/hGS -enhebren/h -enhebro/h -enhebró/h -enhenar/RDE -enhene/SG -enhena/S -enhestador/S -enhestar/DRBIP -enhetrar/h -enhielar/DRE -enhiesto/S -enhilar/E -enhollinar/RDE -enholline/G -enhorabuena/S -enhoramala -enhorcar/RE -enhorco/G -enhornad/h -enhorna/h -enhornan/h -enhornar/RhDE -enhorné/h -enhornen/h -enhorne/SGh -enhorna/S -enhorno/h -enhornó/h -enhotar -enhuecar/RED -enhuerar/RED -enhuere/S -enhumedecer -enigma/S -enigmáticamente -enigmático/GS -enigmática/S -enigmatista/S -enjabonar/ÁÀ -enjaecé/h -enjaece/hS -enjaecen/h -enjaezad/h -enjaeza/h -enjaezan/h -enjaezar/hRD -enjaezó/h -enjaezo/hG -enjaguar/REDB -enjagüe/S -enjaguo/G -enjalbegador/GS -enjalbegadora/S -enjalbegar/B -enjalbiego/S -enjalmad/h -enjalma/h -enjalman/h -enjalmar/RhDE -enjalmé/h -enjalmen/h -enjalme/ShG -enjalmo/h -enjalmó/h -enjambradero/GS -enjambradera/S -enjaquimar/RDE -enjaquime/GS -enjaquima/S -enjardar/RDE -enjarde/SG -enjarda/S -enjardinar/RDE -enjardine/G -enjaretar/RDE -enjarete/S -enjaulad/h -enjaula/h -enjaulan/h -enjaular/hRDE -enjaularlo/GS -enjaularla/S -enjaulé/h -enjaule/hGS -enjaulen/h -enjaulo/h -enjauló/h -enjebar/RDE -enjebe/G -enjergar/RED -enjerir -enjero/S -enjertal/S -enjertar/RED -enjerte/SG -enjerta/S -enjordanar/RDE -enjordane/G -enjorguinar/RED -enjorguine/GS -enjorguina/S -enjoyar/RED -enjoyelado/GS -enjoyelada/S -enjoyelador/S -enjoye/S -enjuagadientes -enjuagar/REDôBÁÀø -enjuagatorio/S -enjuago/G -enjugar/RÆE -enjugo/G -enjuiciable/S -enjuiciar/RÁÀÂPDE -enjuicie/SG -enjuicia/S -enjullo/S -enjuncar/RDE -enjunco/G -enjundia/S -enjundioso/GS -enjundiosa/S -enjurar -enjuta/M -enjutar/RDE -enjute/S -enjuto/S -enlabiador/GS -enlabiadora/S -enlabiar/RE -enlabie/S -enlacé/h -enlace/hS -enlacen/h -enlaciar/RED -enlacie/S -enladrillad/h -enladrilladura/S -enladrilla/h -enladrillan/h -enladrillar/hRD -enladrillé/h -enladrille/hSG -enladrillen/h -enladrillo/h -enladrilló/h -enlagunar/RDE -enlagune/SG -enlaguna/S -enlamar/RD -enlaminar/R -enlanchar/RED -enlanche/S -enlatar/RÀDE -enlazable/S -enlazad/h -enlazador/GS -enlazadora/S -enlazadura/S -enlaza/h -enlazamiento/S -enlazándolo/GS -enlazándola/S -enlazan/h -enlazar/hRD -enlazarle/GS -enlazarla/S -enlazarlo/S -enlazarme -enlazarnos -enlazaros -enlazarte -enlazó/h -enlazo/hG -enlechar/RDE -enleche/G -enlechuguillado/GS -enlechuguillada/S -enlegajar/RED -enlegaje/SG -enlegaja/S -enlegamar/RDE -enlegame/SG -enlegama/S -enlejiar/RID -enlejíe/S -enlenzar/RID -enlerdar/RED -enlerde/S -enlice/S -enlijar -enlizar/RED -enllantar/RDE -enllante/S -enllenar -enllentecer/IRDL -enllentece/S -enllocar/IRD -enlodace/S -enlodad/h -enlodadura/S -enloda/h -enlodamiento/S -enlodan/h -enlodar/hRDE -enlodarlo/GS -enlodarla/S -enlodarme -enlodarnos -enlodaros -enlodarte -enlodazar/RED -enlodazo/G -enlodé/h -enlode/hSG -enloden/h -enlodo/h -enlodó/h -enlomar/RED -enlome/S -enloquecedor/GS -enloquecedora/S -enloquecer/RIDPLÀÁ -enloquece/S -enlosad/h -enlosador/S -enlosa/h -enlosan/h -enlosar/hRD -enlosé/h -enlose/hSG -enlosen/h -enloso/h -enlosó/h -enlozanar/RDE -enlozane/S -enlucernar -enlucir/P -enlustrecer/RILD -enlustrece/S -enlutad/h -enluta/h -enlutan/h -enlutar/RhDE -enluté/h -enlute/hGS -enluten/h -enluto/h -enlutó/h -enmaderar/RED -enmadere/S -enmadrar/RDE -enmadre/G -enmagrecer/RIDL -enmalecer/RLID -enmalece/S -enmallad/h -enmalla/h -enmallan/h -enmallar/hRD -enmallé/h -enmalle/hGS -enmallen/h -enmallo/h -enmalló/h -enmantar/RDE -enmante/GS -enmanta/S -enmarañaba/hS -enmarañabais/h -enmarañaban/h -enmarañad/hG -enmarañado/hS -enmaraña/h -enmarañáis/h -enmarañamos/h -enmarañando/h -enmarañan/h -enmarañar/ÄÀ -enmarañara/h -enmarañará/h -enmarañarais/h -enmarañaran/h -enmarañarán/h -enmarañarás/h -enmarañaré/h -enmarañare/hGS -enmarañareis/h -enmarañaréis/h -enmarañaren/h -enmarañaría/hS -enmarañarían/h -enmarañaron/h -enmarañarse/h -enmarañase/h -enmarañaseis/h -enmarañasen/h -enmarañas/hS -enmarañaste/h -enmarañé/h -enmarañe/hSG -enmarañéis/h -enmarañemos/h -enmarañen/h -enmaraño/h -enmarañó/h -enmarar/RDE -enmarcar/RÄ -enmarchitar -enmare/G -enmarillecer/RIDL -enmarillece/S -enmaromar/RED -enmarome/S -enmascarad/h -enmascara/h -enmascaramiento/S -enmascarándolo/GS -enmascarándola/S -enmascaran/h -enmascarar/hRD -enmascararlo/GS -enmascararla/S -enmascaré/h -enmascare/hSG -enmascaren/h -enmascaro/h -enmascaró/h -enmasillar/RDE -enmasille/S -enmechar -enmelar/R -enmendable/S -enmendador/GS -enmendadora/S -enmendar/RIDÁÀB -enmocecer -enmoheced/h -enmohece/hS -enmohecen/h -enmohecer/hDRIL -enmohecía/h -enmohecí/h -enmohecimiento/S -enmoheció/h -enmohezca/h -enmohezco/h -enmollecer/RDIL -enmollece/S -enmontar/R -enmoquetar/RDE -enmordazar/RDE -enmostar/RED -enmoste/SG -enmosta/S -enmotar/RDE -enmote/G -enmudeced/h -enmudece/hS -enmudecen/h -enmudecer/RhILD -enmudecía/h -enmudecí/h -enmudecimiento/S -enmudeció/h -enmudezca/h -enmudezco/h -enmugrecer/RIDL -enmugrece/S -enneciar/RDE -ennecie/S -ennegrecer/P -ennoblecedor/GS -ennoblecedora/S -ennoblecer/RPIDL -ennoblece/S -ennudecer/RILD -ennudece/S -enojad/h -enojadizo/SG -enojadiza/S -enoja/h -enojan/h -enojarlo/GS -enojarla/S -enojarme -enojarnos -enojaros -enojar/RhDE -enojarte -enojé/h -enoje/hSG -enojen/h -enojo/h -enojó/h -enojosa/h -enojosamente -enojoso/hSG -enorgullecedor/SG -enorgullecedora/S -enorgullecer/RPIÁÅDL -enorgullece/S -enorme/KS -enormemente -enotecnia/S -enoyar -enquiciar/RDE -enquicie/SG -enquicia/S -enquistad/e -enquista/e -enquistan/e -enquistar/eRD -enquisté/e -enquiste/eGS -enquisten/e -enquisto/e -enquistó/e -enrabar/RDE -enrabe/S -enrabietar/RDE -enrabiete/S -enrafar/RDE -enraigonar/RED -enraigone/GS -enraigona/S -enraizar/RID -enraízo/G -enralecer/RILD -enralece/S -enramar/RDE -enramblar/RDE -enramble/GS -enrambla/S -enrame/S -enrarecer/RILPD -enrarece/S -enrasar/P -enrasillar/RDE -enrasille/S -enreciar/RED -enrecie/S -enredadera/S -enredad/h -enredador/GS -enredadora/S -enreda/h -enredándolo/SG -enredándola/S -enredándome -enredándonos -enredándoos -enredándote -enredan/h -enredar/hRÁDE -enredé/h -enrede/hSG -enreden/h -enredijo/S -enredó/h -enredo/S -enredoso/GS -enredosa/S -enrehojar/RDE -enrehoje/GS -enrehoja/S -enrejalar/RDE -enrejale/GS -enrejala/S -enrejar/REB -enreje/SG -enreja/S -enresmar/RED -enresme/GS -enresma/S -enriador/SG -enriadora/S -enriar/RDP -enricé/h -enrice/hS -enricen/h -enridar -enrigidecer/RILD -enriquecedor/GS -enriquecedora/S -enriquecer/RLÀÁPDIÅÄ -enriquece/S -enrique/S -enriscar/P -enristrar/RED -enrizad/h -enriza/h -enrizamiento/S -enrizan/h -enrizar/hRD -enrizó/h -enrizo/hG -enrobinar/RDE -enrobine/GS -enrobina/S -enrobrescido/SG -enrobrescida/S -enrocar/RIED -enrodelado/GS -enrodelada/S -enrodrigonar/RDE -enrodrigone/GS -enrodrigona/S -enrojar/RDE -enrojecer/RIPDL -enroje/SG -enroja/S -enrolar/ÁP -enrollaba/hS -enrollabais/h -enrollaban/h -enrollad/hG -enrollado/hS -enrolla/h -enrolláis/h -enrollamos/h -enrollando/h -enrollan/h -enrollar/ÁÀÄÌôÙ -enrollara/h -enrollará/h -enrollarais/h -enrollaran/h -enrollarán/h -enrollarás/h -enrollaré/h -enrollare/hGS -enrollareis/h -enrollaréis/h -enrollaren/h -enrollaría/hS -enrollarían/h -enrollaron/h -enrollarse/h -enrollase/h -enrollaseis/h -enrollasen/h -enrollas/hS -enrollaste/h -enrollé/h -enrolle/hGS -enrolléis/h -enrollemos/h -enrollen/h -enrollo/h -enrolló/h -enromar/RED -enrome/S -enronad/h -enrona/h -enronan/h -enronar/RhED -enrone/GhS -enroné/h -enronen/h -enrono/h -enronó/h -enronquecer/IRPLD -enroscad/h -enroscadura/S -enrosca/h -enroscamiento/S -enroscan/h -enroscar/hRDE -enroscó/h -enrosco/hG -enrosque/h -enrosqué/h -enrubescer -enrubiador/GS -enrubiadora/S -enrubiar/RDE -enrubie/S -enrudeced/h -enrudece/hS -enrudecen/h -enrudecer/hRLID -enrudecía/h -enrudecí/h -enrudeció/h -enrudezca/h -enrudezco/h -enruinecer/RIDL -enruinece/S -enrunar/RDE -enrune/S -ensabanar/RDE -ensabane/GS -ensabana/S -ensaimada/S -ensaladera/S -ensalmador/GS -ensalmadora/S -ensalobrar/RDE -ensalobre/G -ensalzador/GS -ensalzadora/S -ensalzar/RDÀPE -ensalzo/G -ensamblad/h -ensamblador/S -ensambladura/S -ensambla/h -ensamblan/h -ensamblar/hRDE -ensamblarlo/GS -ensamblarla/S -ensamblé/h -ensamble/hGS -ensamblen/h -ensamblo/h -ensambló/h -ensanchador/GS -ensanchadora/S -ensanchar/RPED -ensanche/SG -ensancha/S -ensandecer/IRLD -ensangostar -ensangrentar/RDIP -ensañad/h -ensaña/h -ensañamiento/S -ensañan/h -ensañar/hRED -ensañarme -ensañarnos -ensañaros -ensañarte -ensañé/h -ensañe/hSG -ensañen/h -ensaño/h -ensañó/h -ensarnecer/IRDL -ensarnece/S -ensartad/h -ensarta/h -ensartan/h -ensartar/hRED -ensartarlo/SG -ensartarla/S -ensarté/h -ensarten/h -ensarte/ShG -ensarto/h -ensartó/h -ensayador/GS -ensayadora/S -ensayalar/RDE -ensayale/G -ensayar/RÀED -ensayismo/S -ensayista/S -ensay/S -ensebad/h -enseba/h -enseban/h -ensebar/hRED -ensebe/GhS -ensebé/h -enseben/h -ensebo/h -ensebó/h -ensecar -enselvar/RED -enselve/S -ensenar/RE -enseñad/h -enseñadle/S -enseñadme -enseñádmelo/GS -enseñádmela/S -enseñadnos -enseñádnoslo/GS -enseñádnosla/S -enseñádselo/SG -enseñádsela/S -enseña/h -enséñale/S -enséñame -enséñamelo/GS -enséñamela/S -enseñándole/GS -enseñándola/S -enseñándolo/S -enseñándome -enseñándomelo/GS -enseñándomela/S -enseñándonos -enseñándonoslo/GS -enseñándonosla/S -enseñándoos -enseñándooslo/GS -enseñándoosla/S -enseñándoselo/GS -enseñándosela/S -enseñándote -enseñándotelo/GS -enseñándotela/S -enseñan/h -enséñanos -enséñanoslo/GS -enséñanosla/S -enseñanza/S -enseñar/hRED -enseñarle/GS -enseñarla/S -enseñarlo/S -enseñarme -enseñármelo/SG -enseñármela/S -enseñarnos -enseñárnoslo/GS -enseñárnosla/S -enseñaros -enseñároslo/GS -enseñárosla/S -enseñárselo/SG -enseñársela/S -enseñarte -enseñártelo/GS -enseñártela/S -enséñaselo/GS -enséñasela/S -enseñé/h -enséñele/S -enséñeme -enseñen/h -enséñenle/S -enséñenme -enséñennos -enséñenos -enseñe/ShG -enseño/h -enseñó/h -enserar/ERD -enserir/RD -en/set -ensiforme/S -ensila/C -ensilar/RED -ensile/G -ensiles/n -ensillaba/hS -ensillabais/h -ensillaban/h -ensillad/hG -ensillado/hS -ensilla/h -ensilláis/h -ensillamos/h -ensillando/h -ensillan/h -ensillara/h -ensillará/h -ensillarais/h -ensillaran/h -ensillarán/h -ensillarás/h -ensillar/BRED -ensillaré/h -ensillare/hGS -ensillareis/h -ensillaréis/h -ensillaren/h -ensillaría/hS -ensillarían/h -ensillaron/h -ensillarse/h -ensillase/h -ensillaseis/h -ensillasen/h -ensillas/hS -ensillaste/h -ensillé/h -ensille/hGS -ensilléis/h -ensillemos/h -ensillen/h -ensillo/h -ensilló/h -ensilvecer/RDIL -ensilvece/S -ensimismar/REPD -ensimisme/SG -ensimisma/S -ensobear/RDE -ensobee/GS -ensobea/S -ensoberbeced/h -ensoberbece/hS -ensoberbecen/h -ensoberbecer/hRLID -ensoberbecía/h -ensoberbecí/h -ensoberbecimiento/S -ensoberbeció/h -ensoberbezca/h -ensoberbezco/h -ensobinar/RDE -ensobine/GS -ensobina/S -ensogar/RDE -ensogo/G -ensolerar/RED -ensolver/IRLD -ensombrecer/RIÁÂLD -ensombrece/S -ensombrerado/GS -ensombrerada/S -ensoñar/A -ensordar/RED -ensordecedor/SG -ensordecedora/S -ensordecer/RPLIDÁ -ensorde/S -ensortijada/h -ensortijado/hGS -ensortijar/REPD -ensortije/S -ensotar/RDE -ensote/S -ensuciador/GS -ensuciadora/S -ensuciar/RÀÁÅÆPDE -ensucie/S -ensugar/RED -ensugo/G -ensullo/S -entabacar/RDE -entabaco/G -entablad/h -entabladura/S -entablamento/S -entabla/N -entablan/h -entablar/hRD -entablé/h -entable/hGS -entablen/h -entablerar/RDE -entablere/S -entablillar/RED -entablille/S -entablo/h -entabló/h -entada/g -entado/gGS -entalamar/REBD -entalame/GS -entalama/S -entalegar/RDE -entalingad/h -entalinga/h -entalingan/h -entalingar/hRED -entalingo/Gh -entalingó/h -entalingue/h -entalingué/h -entallable/S -entallar/BP -entalonar/RED -entalone/G -entamar/RDE -entame/GS -entama/S -entandar/ERD -entande/S -entapecer -entarimad/h -entarimador/S -entarima/h -entariman/h -entarimar/ERhD -entarimé/h -entarimen/h -entarime/ShG -entarimo/h -entarimó/h -entarquinar/RPDE -entarugar/RDE -éntasis -entecar/ERD -enteco/S -entelar/RDE -entelequia/S -entelerido/SG -entelerida/S -entenciar -entendedlo/GS -entendedla/S -entendedme -entendednos -entended/thrs -entenderes -entenderme/h -entendernos/h -entenderos/h -entender/rRDthLsI -entenderte/h -entendía/tsrh -entendimiento/S -entendió/tsrh -entendí/rhst -entenebrar/ERD -entenebrecer/RILD -entenebrece/S -entenebre/GS -entenebra/S -entente/S -ente/qgS -entera/gS -enteralgia/S -enteramente -enterar/ERÀÁDøôÅÄ -entercar/RDE -entere/MSG -enterísima/S -enteritis -enterizo/GS -enteriza/S -enternecedor/SG -enternecedora/S -enternecer/IRLÁDP -enternece/S -enternecidamente -enterocolitis -entero/S -enterrad/h -enterradlo/SG -enterradla/S -enterradme -enterradnos -enterrador/hS -enterrándole/S -enterrándome -enterrándonos -enterrándoos -enterrándote -enterrarle/S -enterrarme -enterrarnos -enterraros -enterrar/RhÀIÄDP -enterrarte -enterré/h -enterró/h -entesar/I -entestecer/RDIL -entestece/S -entibar/READ -entibe/SG -entiba/S -entibiar/Á -entibiecer -entice/S -entidad/S -entienda/trhs -entiéndelo/GS -entiéndela/S -entiéndeme -entiéndenos -entiende/trhs -entiendo/trhs -entierra/h -entiérralo/GS -entiérrala/S -entiérrame -entiérranos -entierre/h -entierro/S -entiesar/RD -entigrecer/RLID -entigrece/S -entimema/S -entina/gS -entinar/RE -entine/S -entirriarse -entitativo/GS -entitativa/S -entizar/RED -entolar/RDE -entoldad/h -entolda/h -entoldan/h -entoldar/hRD -entoldé/h -entolde/hGS -entolden/h -entoldo/h -entoldó/h -entole/SG -entola/S -entomecer -entomice/S -entomizar/RDE -entomología/S -entonación/S -entonad/h -entona/hgS -entonan/h -entonar/hRDP -entonarme -entonarnos -entonaros -entonarte -entonce/S -entoné/h -entone/hSG -entonelar/RDE -entonele/G -entonen/h -entongar/RDE -entono/h -entonó/h -entontecer/RDIPL -entontece/S -entoñar/RDE -entoñe/GS -entoña/S -entorcar/DRE -entorchar/ERD -entorche/SG -entorcha/S -entorilar/RDE -entorile/G -entorna/N -entornillad/h -entornilla/h -entornillan/h -entornillar/RhDE -entornillé/h -entornille/hSG -entornillen/h -entornillo/h -entornilló/h -entorpeced/h -entorpecedor/SG -entorpecedora/S -entorpecen/h -entorpecerle/GS -entorpecerla/S -entorpecerlo/S -entorpecer/RDhIL -entorpece/Sh -entorpecía/h -entorpecí/h -entorpecimiento/S -entorpeció/h -entorpezca/h -entorpezco/h -entortar/RDI -entortijar -entosicar -entrador/GS -entradora/S -éntrale/S -entrambos/g -entrampad/h -entrampa/N -entrampan/h -entrampar/hRDE -entramparme -entramparnos -entramparos -entramparte -entrampé/h -entrampen/h -entrampe/ShG -entrampillar/RED -entrampille/S -entrampo/h -entrampó/h -entra/N -entrante/S -entrañablemente -entrañable/S -entrañad/h -entraña/h -entrañan/h -entrañar/hRDE -entrañé/h -entrañe/hGS -entrañen/h -entrañizar -entraño/h -entrañó/h -entraños -entrapa/C -entrapajar/RDE -entrapaje/G -entrapar/DRE -entrar/RÂÁÆÅøEDôÎÌÍ -entreacto -entrecasco -entrecejo/S -entrecerrar -entrecoger -entrecoma/N -entrecomar/RD -entrecomillar/DRE -entrecomille/S -entrecortar/DE -entrecruzar/Ä -entrecuesto/S -entrederramar -entredós -entre/G -entregador/GS -entregadora/S -entregar/RÅÄÆÃÜEøDôÇÍÌÎÁÀÙÛÚ -entregerir -entrego/G -entrelazar/ÀPÄ -entrellevar -entremediar -entremesar -entremesear/RDE -entremesee/SG -entremesea/S -entremesista/S -entremeter/Å -entremiche/S -entremiso/S -entremorir -entremostrar -entrenaba/hS -entrenabais/h -entrenaban/h -entrenad/hG -entrenado/hS -entrenador/GS -entrenadora/S -entrena/h -entrenáis/h -entrenamos/h -entrenando/h -entrenan/h -entrenar/ÅÄÆRÁÀÂPøE -entrenara/h -entrenará/h -entrenarais/h -entrenaran/h -entrenarán/h -entrenarás/h -entrenaré/h -entrenare/hGS -entrenareis/h -entrenaréis/h -entrenaren/h -entrenaría/hS -entrenarían/h -entrenaron/h -entrenarse/h -entrenase/h -entrenaseis/h -entrenasen/h -entrenas/hS -entrenaste/h -entrencar/RDE -entrené/h -entrene/hGS -entrenéis/h -entrenemos/h -entrenen/h -entreno/h -entrenó/h -éntrense -entreoír -entrepalmadura/S -entrepernar/RID -entreplanta -entreponer -entrepretado/GS -entrepretada/S -entrerrenglonar/RED -entrerrenglone/G -entrerriano/SG -entrerriana/S -éntrese -entresijo/S -entresurco -entretanto -entretelar/RDE -entretén -entretener/PÅÆ -entretomar -entreuntar/E -entrevar/RDE -entrevenar/RED -entrevenir -entrevén/S -entreventana -entreverar/RÁDE -entrever/X -entrevé/S -entrevigar/RDE -entrevistador/SG -entrevistadora/S -entrevistar/RÄÆÅÁDÂÀ -entrevolver -entreyacer -entricar -entriega/S -entripado/S -entristecedor/GS -entristecedora/S -entristecer/RPLÁÂID -entristece/S -entro/g -entrojar/DRE -entromete/GS -entrometa/S -entrometer/REDÁP -entrometo/L -entronar/E -entroncar/P -entronecer -entrone/S -entronicé/h -entronice/hS -entronicen/h -entronización/S -entronizad/h -entroniza/h -entronizándolo/GS -entronizándola/S -entronizan/h -entronizar/hRED -entronizarlo/GS -entronizarla/S -entronizo/Gh -entronizó/h -entropezar/h -entruchar/RED -entruche/S -entruejo/S -entrujar/RED -entruje/S -entuba/C -entubajar/RDE -entubaje/G -entubar/RÄED -entube/S -entullecer/RDIL -entullece/S -entuma/h -entuman/h -entumeced/h -entumece/hS -entumecen/h -entumecer/RhPIDL -entumecía/h -entumecí/h -entumeció/h -entume/hSG -entumen/h -entumezca/h -entumezco/h -entumía/h -entumid/h -entumí/h -entumió/h -entumir/EhRD -entumís/h -entumo/h -entunicar/RE -entunico/G -entuñar/RDE -entuñe/GS -entuña/S -enturar/RDE -enturbiar/RDÂÀEP -enturbie/S -enture/S -entusiasmar/REDÀÂÁ -entusiasme/SG -entusiasma/S -entusiasmo/S -entusiasta/S -entusiástico/SG -entusiástica/S -enumerar/ERÀÂÄÆAD -enumerativo/GS -enumerativa/S -enumere/SG -enumera/S -enunciación/S -enunciad/ng -enunciándolo/GS -enunciándola/S -enuncia/ng -enuncian/ng -enunciarlo/SG -enunciarla/S -enunciar/nRgDE -enunciativo/SG -enunciativa/S -enuncié/gn -enuncie/nGSg -enuncien/ng -enunció/gn -envaguecer/RDLI -envaguece/S -envainad/h -envainador/GS -envainadora/S -envaina/h -envainan/h -envainar/RhDE -envainé/h -envaine/hGS -envainen/h -envaino/h -envainó/h -envalentonar/RDEP -envalijar/RDE -envalije/S -envanecer/DRIPÁL -envanece/S -envarar/PR -envarbascar/RED -envarbasco/G -envarescer -envaronar/RDE -envarone/G -envasador/GS -envasadora/S -envasar/RÀED -envase/S -envedijar/RDE -envedije/S -envejecer/RPIDLÄ -envelar -envenenador/SG -envenenadora/S -envenenar/RÄÆÅDÁÀÂPE -envenene/SG -envenena/S -enverar/RDE -enverdir -envergad/h -envergadura/S -enverga/h -envergan/h -envergar/RhED -envergó/h -envergo/hG -envergonzar -envergue/h -envergué/h -enverjado/S -envernar -envesar/RDE -envés/GS -envésa/S -enviar/ÓÃRDIÏàÝßÞÐÒÑQÎÌÆÄÍÅÂÀÁ -enviciar/P -enviciosarse -envidador/GS -envidadora/S -envidar/RED -envidiable/S -envidiar/ERDÁÀ -envidie/GS -envidia/S -envidioso/SG -envidiosa/S -enviejar/ERD -envieje/S -envíe/S -envigar/ERD -envilecedor/GS -envilecedora/S -envilecer/RPLDÀÁI -envilece/S -envilortar/RDE -envilorte/S -envinagrar/RED -envinagre/G -envinar/RDE -envine/GS -envina/S -envío/S -envirotado/SG -envirotada/S -enviscar/RDPE -envisco/G -envite -enviudar/ERD -enviude/S -envoltorio/S -envoltura/hS -envolvedero/S -envolved/h -envolvedlo/SG -envolvedla/S -envolvedor/S -envolvente/S -envolver/hRÅIPÁL -envolverle/S -envolvía/h -envolviéndole/S -envolví/h -envolvió/h -envuelta/h -envuelto/hGS -envuelva/h -envuelve/h -envuélvelo/GS -envuélvela/S -envuelvo/h -enyerbar/RDE -enyerbe/S -enyertar -enyesar/RÁEDB -enyescarse -enyese/SG -enyesa/S -enyugar/RED -enyugo/G -enzainar/RDE -enzaine/S -enzalamar/RED -enzalame/S -enzamarrado/GS -enzamarrada/S -enzarcé/h -enzarce/hS -enzarcen/h -enzarzad/h -enzarza/h -enzarzan/h -enzarzar/hRDE -enzarzarme -enzarzarnos -enzarzaros -enzarzarte -enzarzó/h -enzarzo/hG -enzima/S -enzimático/GS -enzimática/S -enzootia/S -enzoquetar/RED -enzurdecer/RILD -enzurdece/S -enzurice/S -enzurizar/ERD -enzurronar/RED -enzurrone/G -eoceno/GS -eocena/S -eólico/SG -eólica/S -eolio/GS -eolia/S -eolito/S -eónchate -epacta/SN -epanadiplosis -epanalepsis -epanortosis -epazote/S -eperlano/S -épicamente -epicarpio/S -epicedio/S -epiceno/S -epicentro/S -epiceyo/S -epicicloide/S -epiciclo/S -épico/GS -épica/S -epidemial/S -epidemia/S -epidemicidad/S -epidémico/SG -epidémica/S -epidérmico/GS -epidérmica/S -epidermis -epidiascopio/S -epifanía/S -epifito/SG -epifita/S -epifonema/S -epigástrico/GS -epigástrica/S -epigastrio/S -epigeo/GS -epigea/S -epiglosis -epiglotis -epígrafe/S -epigrafía/S -epigrafista/S -epigrama/S -epigramatario/GS -epigramataria/S -epigramático/GS -epigramática/S -epigramatista/S -epigramista/S -epilense/S -epilepsia/S -epiléptico/GS -epiléptica/S -epilogal/S -epilogar/RDE -epilogismo/S -epilogo/G -epílogo/S -epinicio/S -epiquerema/S -epiqueya/S -epirota/S -episcopado/S -episcopalismo/S -episcopal/SO -episcopio/S -episcopologio/S -episodio/S -epistaxis -epistolario/S -epistolar/S -epístola/S -epistolero/S -epistolio/S -epitafio/S -epitalamio/S -epitelial/S -epitelioma/S -epitelio/S -epíteto/S -epitimar/RDE -epitime/GS -epitima/S -epitomar/RDE -epitome/GS -epitoma/S -epítome/S -epizootia/S -epizoótico/GS -epizoótica/S -época/S -epopeya/S -epsomita/S -equidad/S -equidiferencia/S -equidistante/SF -equidistar/RED -equidiste/GS -equidista/S -equidna/S -equilibraba/hS -equilibrabais/h -equilibraban/h -equilibrad/hG -equilibrado/hS -equilibra/h -equilibráis/h -equilibramos/h -equilibrando/h -equilibran/h -equilibrara/h -equilibrará/h -equilibrarais/h -equilibraran/h -equilibrarán/h -equilibrarás/h -equilibraré/h -equilibrare/hSG -equilibrareis/h -equilibraréis/h -equilibraren/h -equilibraría/hS -equilibrarían/h -equilibrarme/h -equilibrarnos/h -equilibraron/h -equilibraros/h -equilibrar/RÅÄDÁÀE -equilibrarse/h -equilibrarte/h -equilibrase/h -equilibraseis/h -equilibrasen/h -equilibras/hS -equilibraste/h -equilibré/h -equilibre/hGS -equilibréis/h -equilibremos/h -equilibren/h -equilibrio/Sh -equilibrismo/S -equilibrista/S -equilibró/h -equilibro/O -equimosis -equinoccial/S -equinoccio/S -equinococo/S -equinodermo/S -equino/GS -equina/S -equipa/C -equiparable/S -equiparar/RÄDÀÁE -equipar/RÁÀPDE -equipe/SG -equipa/S -equipolado/S -equipolente/FS -equiponderancia/S -equiponderar/RDE -equipondere/GS -equipondera/S -equipo/S -equis -equisetíneo/GS -equisetínea/S -equiseto/S -equitación/S -equitativamente -equitativo/SG -equitativa/S -equivalente/FS -equivalentemente -equivaler/XD -equivale/S -equivocadamente -equívoca/k -equivocar/RAEDÅÂÁ -equivoco/G -equívoco/kGS -equivoquista/S -era/C -eradicativo/SG -eradicativa/S -erais -eral/GS -erala/S -éramos -erario/GS -eraria/S -erar/RDE -erasmiano/GS -erasmiana/S -erasmismo/S -erasmista/S -erbio/S -ercavicense/S -ercer/f -eré -erebo/S -erección/S -erectilidad/S -eréctil/S -erecto/GS -erecta/S -erector/SG -erectora/S -ere/GS -era/S -eremita/S -eremitorio/S -eretismo/S -erg -ergio/S -ergo -ergonómico/GS -ergonómica/S -ergotice/S -ergotina/S -ergotismo/S -ergotista/S -ergotizar/RED -ergotizo/G -erguiráis -erguir/XÁDP -erial/S -ericáceo/SG -ericácea/S -ericé/i -ericen/i -erice/Si -erige/S -erigir/REÁÂÀD -erijo/G -erina/Ss -eringe/S -eriotecnia/S -erisipelar/RDE -erisipelatoso/GS -erisipelatosa/S -erisipele/GS -erisipela/S -eritema/S -Eritrea -eritreo/SG -eritrea/S -eritrocito/S -erizad/i -eriza/iS -erizamiento/S -erizan/i -erizar/iDRE -erizarlo/GS -erizarla/S -erizarme -erizarnos -erizaros -erizarte -erizo/GS -eriza/S -erizó/i -ermar -ermitaño/GS -ermitaña/S -ermita/S -ermitorio/S -ermunio/S -eró -erogad/g -eroga/g -erogan/g -erogar/gRDE -erogó/g -erogo/gG -erogue/g -erogué/g -ero/LS -erosionar/REÄDÀ -erosión/GS -erosióna/S -erosivo/GS -erosiva/S -erotema/S -erótico/GS -erótica/S -erotismo/S -erotizante/S -erraban/g -errabundo/GS -errabunda/S -errada/h -erradamente -erradicar/RDÀEA -erradico/G -erradizo/GS -erradiza/S -errado/hGS -erraj/S -errante/kS -errar/RDE -errata/S -errático/GS -errática/S -erre/GS -erra/S -erróneamente -erróneo/SG -errónea/S -error/S -erubescente/FS -eructar/RDE -eructe/GS -eructa/S -eructo/S -erudición/S -eruditamente -erudito/SG -erudita/S -eruginoso/SG -eruginosa/S -erupción/S -eruptivo/GS -eruptiva/S -erutar/RED -erute/SG -eruta/S -ervato/S -ervilla/S -ésa -esa/nl -esbarar/RDE -esbardo/S -esbare/GS -esbara/S -esbarice/S -esbarizar/RED -esbarizo/G -esbatimentar/RDE -esbatimente/GS -esbatimenta/S -esbatimento/S -esbelta/M -esbeltez/G -esbelto/GS -esbelta/S -esbirro/S -esblandecer -esblencar/RED -esblenco/G -esboce/S -esborregar/RED -esborrego/G -esbozar/RÀDE -esbozo/GS -esboza/S -esbrencar/RDE -esbrenco/G -esbronce/S -escabechar/RED -escabeche/GS -escabecha/S -escabechina/S -escabel/S -escabioso/GS -escabiosa/S -escabro/S -escabrosamente -escabrosear/RDE -escabrosee/GS -escabrosea/S -escabroso/KGS -escabuchar/RED -escabuche/SG -escabucha/S -escabulla/g -escabullan/g -escabullar/RDE -escabulle/gGS -escabullen/g -escabullía/g -escabullid/g -escabullí/g -escabullimiento/S -escabullir/gDRE -escabullirme -escabullirnos -escabulliros -escabullirte -escabullís/g -escabullo/g -escabulló/g -escacado/GS -escacada/S -escacharrad/g -escacharra/g -escacharran/g -escacharrar/gRED -escachar/RDE -escacharré/g -escacharre/gGS -escacharren/g -escacharró/g -escache/GS -escacha/S -escachifollar/RED -escachifolle/GS -escachifolla/S -escaecer/RILD -escaece/S -escafandro/GS -escafandra/S -escafilad/g -escafila/g -escafilan/g -escafilar/RgED -escafilé/g -escafile/GgS -escafilen/g -escafilo/g -escafiló/g -escafoides -escagarruce/S -escagarruzar/RDE -escagarruzo/G -escajocote/S -escajo/S -escalable/S -escalaborne/S -escalabrad/g -escalabra/g -escalabran/g -escalabrar/RgDE -escalabré/g -escalabre/gGS -escalabren/g -escalabro/g -escalabró/g -escalador/GS -escaladora/S -escalafón/S -escálamo/S -escalar/RÀEPD -escaldar/RÄBDEÀ -escalde/GS -escalda/S -escaldufar/RDE -escaldufe/SG -escaldufa/S -escalecer/IRLD -escalece/S -escale/GS -escala/S -escaleno/S -escalentar -escalera/NS -escaleta/S -escalfador/S -escalfarote/S -escalfar/RDE -escalfecer/RIDL -escalfece/S -escalfe/GS -escalfa/S -escalfeta/S -escaliar/RDE -escalie/GS -escalia/S -escalinata/S -escalla/S -escalmo/S -escalofriante/S -escalofriar/RID -escalofríe/SG -escalofría/S -escalofrío/S -escalonar/RPED -escalonia/S -escalón/SG -escalóna/S -escalope/S -escalo/S -escalpelo/S -escalplo/S -escamad/g -escamadura/S -escaman/g -escamar/RgDE -escamé/g -escame/gSG -escamel/S -escamen/g -escamochar/RDE -escamochear/RED -escamochee/GS -escamochea/S -escamoche/GS -escamocha/S -escamo/g -escamó/g -escamondar/RBED -escamonde/GS -escamonda/S -escamonear/RED -escamonee/GS -escamonea/S -escamoso/GS -escamosa/S -escamotar/RED -escamoteador/GS -escamoteadora/S -escamotear/ERÄÆDÁÂÀ -escamotee/GS -escamotea/S -escamote/SG -escamota/S -escampa/N -escampar/RDE -escampe/GS -escampa/S -escamudo/GS -escamuda/S -escamujar/ERD -escamuje/SG -escamuja/S -escanciador/GS -escanciadora/S -escanciar/RDE -escancie/SG -escancia/S -escandalar/S -escandalera/S -escandalice/S -escandalizador/GS -escandalizadora/S -escandalizar/ERDÁÀ -escandalizativo/GS -escandalizativa/S -escandalizo/G -escandallar/RED -escandalle/GS -escandalla/S -escandallo/S -escandalosamente -escandaloso/GS -escandalosa/S -escande/GS -escanda/S -escandelar/S -escandia/S -escandinavo/GS -escandinava/S -escandir/RDÙE -escanear/RÀDE -escanee/GS -escanea/S -escanilla/S -escantar/g -escantillad/g -escantillan/g -escantillar/gRED -escantillé/g -escantille/GSg -escantilla/S -escantillen/g -escantilló/g -escantillón/S -escañad/g -escañan/g -escañar/gRDE -escañé/g -escañe/GSg -escaña/S -escañen/g -escañó/g -escaño/S -escaparate/S -escapar/RÅÁøEôD -escapatoria/S -escape/GS -escapa/S -escapo/S -escapulario/S -escapular/RED -escápula/S -escapule/GS -escapula/S -escaquear/RED -escaquee/SG -escaquea/S -escaque/S -escarabajear/RDE -escarabajee/GS -escarabajea/S -escarabajo/SG -escarabaja/S -escarabajuelo/S -escaramucear/RDE -escaramucee/SG -escaramucea/S -escaramuce/S -escaramujo/S -escaramuzador/GS -escaramuzadora/S -escaramuzar/RED -escaramuzo/G -escarapelar/RED -escarapele/GS -escarapela/S -escarbadero/S -escarbadientes -escarbador/GS -escarbadora/S -escarbaorejas -escarbar/RÀDBEÆ -escarbe/GS -escarba/S -escarbillos -escarcear/RED -escarcee/GS -escarcea/S -escarcela/S -escarce/S -escarchar/RDE -escarche/GS -escarcha/S -escarcina/SH -escarcuñar/RED -escarcuñe/GS -escarcuña/S -escardadera/S -escardador/SG -escardadora/S -escarda/N -escardar/REBD -escarde/GS -escarda/S -escardillar/RED -escardille/S -escardo/N -escarear/RED -escaree/GS -escarea/S -escariador/S -escariar/RDE -escarice/S -escarie/GS -escaria/S -escarificador/S -escarificar/RDE -escarifico/G -escarioso/GS -escariosa/S -escarizar/ERD -escarizo/G -escarlador/S -escarlata/S -escarlatina/S -escarmenador/S -escarmenar/RDE -escarmene/SG -escarmena/S -escarmentar/IRÀD -escarmiento/S -escarnar/g -escarnecedor/GS -escarnecedora/S -escarnecer/RIÀÂDLP -escarnece/S -escarnio/S -escaro/GgS -escarolar/RED -escarole/GS -escarola/S -escarpar/RBED -escarpe/GS -escarpa/S -escarpelo/S -escarpiador/S -escarpiar -escarpia/S -escarpidor/S -escarramanado/GS -escarramanada/S -escarramanchones -escarramán/S -escarranchar/RED -escarranche/GS -escarrancha/S -escarrio/S -escartivana/S -escarzador/S -escarzano/S -escarzar/RDE -escarzo/G -esca/S -escasa/M -escasamente -escasear/REÂD -escasee/GS -escasea/S -escaso/GS -escasa/S -escatimar/RED -escatime/GS -escatima/S -escatimosamente -escatimoso/GS -escatimosa/S -escatofagia/S -escava/N -escavanar/RED -escavane/G -escavan/S -escavar/RDE -escave/GS -escava/S -escavillar/RDE -escaville/S -escayolar/RDE -escayole/SG -escayola/S -escenario/S -escena/S -escénico/GS -escénica/S -escenificar/RDÀE -escenifico/G -escenografía/S -escenográfico/GS -escenográfica/S -escenógrafo/SG -escenógrafa/S -escepticismo/S -escéptico/SG -escéptica/S -escibar -esciente/S -escinda/n -escindan/n -escinde/GSn -escinda/S -escinden/n -escindía/n -escindid/n -escindí/n -escindió/n -escindir/nDRE -escindís/n -escindo/n -escintilar/RDE -escintile/SG -escintila/S -escirro/S -escisión/S -escita/S -esclafar/RED -esclafe/GS -esclafa/S -esclarea/S -esclarecedor/GS -esclarecedora/S -esclarecer/RLIÀÁPD -esclarece/S -esclavice/S -esclavina/S -esclavista/S -esclavitud/S -esclavizar/ÀÁRAEÄD -esclavizo/G -esclavonio/GS -esclavonia/S -esclavón/SG -esclavóna/S -esclavo/SG -esclava/S -esclerodermia/S -esclerosar/RED -esclerose/SG -esclerosa/S -esclerosis -esclerótico/GS -esclerótica/S -esclisiado/GS -esclisiada/S -esclusa/S -escoa/S -escobace/S -escobajo/g -escobajos -escoba/N -escobar/RDE -escobazar/RED -escobazo/G -escobén/S -escobero/GS -escobera/S -escobe/SG -escoba/S -escobeta/S -escobillar/RDE -escobille/S -escobino/GS -escobina/S -escobio/S -escobizo/S -escobón/S -escocar/RED -escocer/RDgBI -escocé/S -escoce/SG -escoca/S -escocés/G -escoces/S -Escocia -escocia/S -escociéndome -escociéndonos -escociéndoos -escociéndote -escocimiento/S -escodadero/S -escodad/g -escodan/g -escodar/RDgE -escodé/g -escode/gSG -escoden/g -escodo/g -escodó/g -escofiar -escofia/S -escofieta/S -escofinar/RDE -escofine/SG -escofina/S -escogedor/GS -escogedora/S -escogerle/SG -escogerla/S -escogerlo/S -escogerme -escogernos -escogeros -escoger/RgLED -escogerte -escoge/S -escogiéndolo/GS -escogiéndola/S -escogiéndome -escogiéndonos -escogiéndoos -escogiéndote -escogimiento/S -escojo/G -escolano/S -escolapio/GS -escolapia/S -escolarice/S -escolariego/GS -escolariega/S -escolarino/GS -escolarina/S -escolarizar/ARDÀE -escolarizo/G -escolar/RKDI -escolasticismo/S -escolástico/GS -escolástica/S -escoliador/GS -escoliadora/S -escoliar/RED -escoliaste/G -escolie/GS -escolia/S -escolimado/GS -escolimada/S -escolimoso/GS -escolimosa/S -escoliosis -escollad/g -escollan -escollar/RgD -escollé/g -escolle/GS -escolla/S -escollen -escollera/S -escolló/g -escollo/S -escolopendra/S -escoltar/REÅÄDÁÀ -escolte/GS -escolta/S -escomar/RDE -escombrad/gh -escombra/hg -escombran/gh -escombrar/gRDhE -escombré/gh -escombre/gSGh -escombren/gh -escombrera/S -escombró/gh -escombro/S -escomearse -escomendrijo/S -escomer/RDEL -escome/SG -escoma/S -esconce/S -escondecucas -escondedero/S -esconde/GS -esconda/S -esconder/RôÌESÁÀÂPDÄÆÅ -escondidamente -escondidijo/S -escondite/S -escondo/L -escondrijo/S -esconzar/RED -esconzo/G -escopecina/S -escopeta/NSH -escopetear/RDE -escopetee/GS -escopetea/S -escopetero/S -escopladura/S -escoplear/BRDE -escoplee/GS -escoplea/S -escoplo/S -escorar/RDE -escorbuto/S -escorce/S -escorchar/ERD -escorche/SG -escorcha/S -escordio/S -escore/GS -escora/S -escorial/S -escoriar/RADE -escorie/GS -escoria/S -escorpena/S -escorpera/S -escorpina/S -escorpioide/S -escorpión/S -escorredero/S -escorredor/S -escorrentía/S -escorrozo/S -escorzar/RED -escorzo/G -escorzonera/S -escosar/RED -escoscar/RED -escosco/G -escose/GS -escosa/S -escota/ON -escotar/RBDE -escote/GS -escota/S -escotero/GS -escotera/S -escotillón/S -escotismo/S -escotista/S -escotoma/S -escotorrar/RED -escotorre/SG -escotorra/S -escoto/S -escoyo/S -escoza/L -escozar/RDE -escozo/G -escozor/S -escribáis/n -escribámonos -escribamos/n -escriba/n -escribanil/S -escriban/n -escribano/GNS -escríbanse -escríbase -escribe/nGS -escriben/n -escribíais/un -escribíamos/u -escribían/nu -escribía/unSg -escribidor/GS -escribidora/S -escribid/ugn -escribiendo/u -escribiente/S -escribieran/u -escribiera/un -escribieren/u -escribiere/uGSn -escribieron/u -escribiesen/u -escribiese/uSn -escribí/gun -escribimos/un -escribió/ung -escribirá/nu -escribirán/un -escribirás/un -escribiréis/u -escribiré/nu -escribir/gÍÄÆÅRÚEÁÂÀ -escribirían/u -escribiría/uSn -escribirle/nS -escribirse/un -escribiste/un -escribís/ung -escribo/n -escripia/S -escrita/guSn -escritilla/S -escrito/gpSun -escritor/GS -escritora/S -escritorio/S -escriturar/REDÀ -escriture/GS -escritura/S -escrofulariáceo/GS -escrofulariácea/S -escrofularia/S -escrófula/S -escrofulismo/S -escrofuloso/SG -escrofulosa/S -escrotal/S -escroto/S -escrudiñar -escrupulear -escrupulice/S -escrupulillo/S -escrupulizar/RDE -escrupulizo/G -escrúpulo/S -escrupulosa/kS -escrupulosamente -escrupuloso/KSG -escrupulosos/k -escrutador/SG -escrutadora/S -escrutar/RÅÄÆÁÀÂDE -escrute/GS -escruta/S -escrutinio/S -escuadra/N -escuadrar/RED -escuadreo/S -escuadre/SG -escuadra/S -escuadría/S -escuadronar/RED -escuadrón/GS -escuadróna/S -escualidez/S -escuálido/SG -escuálida/S -escualor/S -escualo/S -escuchador/GS -escuchadora/S -escuchar/RÅÄÆÁÀÂDÍÎøÙÛÚE -escuche/GS -escucha/S -escuchimizado/GS -escuchimizada/S -escuda/N -escudar/RÅÁED -escude/GS -escuda/S -escudera/C -escuderear/RED -escuderee/GS -escuderea/S -escuderilmente -escuderil/S -escudero/GS -escudera/S -escudete/S -escudillador/GS -escudilladora/S -escudillar/RDE -escudille/S -escudo/S -escudriñador/GS -escudriñadora/S -escudriñar/REÅÄÁÀD -escudriñe/GS -escudriña/S -escuela/dS -escuerzo/S -escuetamente -escueto/SG -escueta/S -esculcar/RED -esculco/G -escullador/S -escullar/RED -esculle/GS -esculla/S -escullir/RD -esculpe/GS -esculpa/S -esculpidor/S -esculpir/RÀDE -escultista/S -escultor/GS -escultora/S -escultórico/SG -escultórica/S -escultural/S -escultura/S -escuna/S -escupe/GS -escupa/S -escupetina/S -escupidero/GS -escupidera/S -escupidor/SG -escupidora/S -escupir/RÆÁBDE -escupitajo/S -escupitinajo/S -escupitina/S -escurar/RED -escurecer -escure/GS -escura/S -escureta/S -escurialense/S -escúrralo/GS -escúrrala/S -escúrranlo/SG -escúrranla/S -escurre/GS -escurra/S -escúrrelo/SG -escúrrela/S -escurreplatos -escurría/u -escurribanda/S -escurridero/S -escurridizo/GS -escurridiza/S -escurridlo/GS -escurridla/S -escurridor/S -escurrid/u -escurriéndole/GS -escurriéndola/S -escurriéndolo/S -escurriéndome -escurriéndonos -escurriéndoos -escurriéndote -escurrilidad/S -escurrimbres -escurrimiento/S -escurrió/u -escurrirle/SG -escurrirla/S -escurrirlo/S -escurrirme -escurrirnos -escurriros -escurrirte -escurrir/uRDE -escurrís/u -escurrí/u -escusabaraja/S -escusar/D -escusa/S -escutiforme/S -escuyer -esdrujulice/S -esdrujulizar/RDE -esdrujulizo/G -esecilla/S -ése/G -ese/lSG -esencialidad/S -esencialmente/n -esencial/nS -esencia/nS -esenciarse/n -esenciero/S -esenio/GS -esenia/S -eser -es/eS -esfacelar/RDE -esfacele/GS -esfacela/S -esfenoides -esferal/S -esfera/qS -esférica/q -esfericidad/S -esférico/GSq -esférica/S -esferoidal/S -esferoide/S -esfogad/g -esfoga/g -esfogan/g -esfogar/REgD -esfogó/g -esfogo/Gg -esfogue/g -esfogué/g -esfolar/ERD -esfole/SG -esfola/S -esfornecinar/RDE -esfornecine/GS -esfornecina/S -esforrocinar/RDE -esforrocine/GS -esforrocina/S -esforzadamente -esforzador/SG -esforzadora/S -esforzar/RÅIùÁDôõø -esfoyar/RED -esfoyaza/S -esfoye/SG -esfoya/S -esfriar -esfuerzo/S -esfumar/RÁÀDEô -esfume/SG -esfuma/S -esfuminar/RED -esfumine/SG -esfumina/S -esgarrar/RDE -esgarre/GS -esgarra/S -esgoncé/g -esgoncen/g -esgonce/S -esgonzad/g -esgonza/g -esgonzan/g -esgonzar/gRDE -esgonzó/g -esgonzo/gG -esgrafiar/RID -esgrafíe/GS -esgrafía/S -esgrime/GS -esgrima/S -esgrimidor/GS -esgrimidora/S -esgrimir/REÀÂDB -esguacé/g -esguace/gS -esguacen/g -esguardamillar/RDE -esguardamille/SG -esguardamilla/S -esguardar -esguarde/S -esguazable/S -esguazad/g -esguaza/g -esguazan/g -esguazar/RgDE -esguazó/g -esguazo/gG -esgucio/S -esguilar/RED -esguile/GS -esguila/S -esguince/gS -eslabonad/gh -eslabonador/SG -eslabonadora/S -eslabona/hg -eslabonamiento/S -eslabonan/gh -eslabonar/hRgED -eslaboné/gh -eslabone/hgSG -eslabonen/gh -eslabón/GS -eslabóna/S -eslabonó/gh -eslabono/hg -eslavo/GS -eslava/S -esleer -esleír/g -eslinga/S -eslizón/S -eslogan -eslóganes -eslora/S -eslovaco/GS -eslovaca/S -Eslovaquia -Eslovenia -esloveno/GS -eslovena/S -esmaltador/GS -esmaltadora/S -esmaltar/RÀDE -esmalte/GS -esmalta/S -esmaltina/S -esmeradamente -esmerador/S -esmeralda/S -esmeraldino/GS -esmeraldina/S -esmerar/REÅÁD -esmerejón/S -esmere/SG -esmera/S -esmerilar/RDE -esmeril/HSG -esmero/S -esmirnio/S -esmirriada/g -esmirriado/gGS -esmoladera/S -esmola/S -esmoquin -esmóquines -esmoreced/g -esmorece/gS -esmorecen/g -esmorecer/IgRLD -esmorecía/g -esmorecí/g -esmoreció/g -esmorezca/g -esmorezco/g -esmuir/XD -esmuñe/GS -esmuña/S -esmuñir/RED -esnifar/RÄED -esnife/SG -esnifa/S -esófago/S -eso/nlG -éso/S -esos/n -esotérico/GS -esotérica/S -esoterismo/S -esotro/GS -esotra/S -espabiladeras/g -espabilad/g -espabila/g -espabilan/g -espabilar/RgDEÁ -espabilé/g -espabile/gSG -espabilen/g -espabiló/g -espachurrad/g -espachurra/g -espachurran/g -espachurrar/REgD -espachurré/g -espachurre/GSg -espachurra/S -espachurren/g -espachurro/g -espachurró/g -espaciador/S -espacial/S -espaciar/RPDE -espacie/GS -espacia/S -espacio/S -espaciosa/g -espaciosamente/g -espaciosidad/S -espacioso/gGS -espadachín/S -espada/N -espadañar/RDE -espadañe/GS -espadaña/S -espadar/RÁED -espadarte/S -espade/GS -espada/S -espadero/S -espádice/S -espadilla/H -espadillar/RDE -espadille/S -espadín/S -espadón/S -espadrapo/S -espagueti/S -espaladinar/g -espalar/RDE -espalda/hSg -espaldarazo/S -espaldarcete/S -espaldar/gSh -espaldear/RDE -espaldee/GS -espaldea/S -espalder/GS -espaldera/S -espaldilla/S -espalditendido/SG -espalditendida/S -espaldonar/RDE -espaldón/GS -espaldóna/S -espaldudo/GS -espalduda/S -espale/GS -espala/S -espalera/S -espalmador/gS -espalmar/RBEDg -espalme/GS -espalma/S -espalto/S -espantablemente -espantable/S -espantadizo/GS -espantadiza/S -espantador/GS -espantadora/S -espantagustos -espantajo/S -espantalobos -espantamoscas -espantanublados -espantapájaros -espantar/REDÁÀ -espantavillanos -espante/GS -espanta/S -espanto/S -espantosamente -espantoso/GS -espantosa/S -España -españolar/RDE -españolear/RED -españolee/SG -españolea/S -español/GS -española/S -españolicé/h -españolice/hS -españolicen/h -españolizad/h -españoliza/h -españolizan/h -españolizar/RDhE -españolizó/h -españolizo/hG -esparadrapo/S -esparajismo/S -esparaván/S -esparavel/S -esparce/S -esparceta/S -esparciata/S -esparcidor/SG -esparcidora/S -esparcir/RPEÄÁÀDÌ -esparragador/SG -esparragadora/S -esparragal/S -esparragar/RPED -esparrago/G -espárrago/S -esparraguero/GS -esparraguera/S -esparraguina/S -esparramad/g -esparrama/g -esparraman/g -esparramar/RDgE -esparramé/g -esparrame/GSg -esparrama/S -esparramen/g -esparramo/g -esparramó/g -esparrancad/g -esparranca/g -esparrancan/g -esparrancar/gRDE -esparrancó/g -esparranco/Gg -esparranque/g -esparranqué/g -espartal/S -esparta/N -espartano/GS -espartana/S -espartar/RDE -esparte/GS -esparta/S -espartero/GS -espartera/S -espartizal/S -esparto/NS -esparvad/g -esparvan/g -esparvar/RgDE -esparvé/g -esparve/gSG -esparvel/S -esparven/g -esparver/ES -esparvo/g -esparvó/g -esparzo/G -espasmar -espasmódica/c -espasmódico/GcS -espasmo/S -espatarrad/g -espatarra/g -espatarran/g -espatarrar/gRDE -espatarré/g -espatarre/GgS -espatarren/g -espatarro/g -espatarró/g -espato/GS -espata/S -espátula/S -espatulomancia/S -espaviento/S -especialice/S -especialista/S -especializar/RDEÁÅA -especializo/G -especial/KS -especialmente -especie/GS -especia/S -especiero/GS -especiera/S -específicamente -especificar/RÀÂDEAÆ -especificativo/GS -especificativa/S -especificidad/S -especifico/G -específico/GS -específica/S -espécimen -especímenes -especioso/GS -especiosa/S -especiota/S -espectable/S -espectacular/KS -espectáculo/S -espectador/GS -espectadora/S -espectral/S -espectrograma/S -espectrohelioscopio/S -espectro/S -espectroscópico/GS -espectroscópica/S -espectroscopio/GS -espectroscopia/S -especulador/GS -especuladora/S -especular/ARED -especulativamente -especulativo/GS -especulativa/S -especule/GS -especula/S -espedacé/g -espedace/gS -espedacen/g -espedazad/g -espedaza/g -espedazan/g -espedazar/gRED -espedazó/g -espedazo/Gg -espedirse -espejad/g -espeja/g -espejan/g -espejar/gRDE -espejear/RDE -espejee/GS -espejea/S -espejé/g -espeje/GgS -espejen/g -espejero/GS -espejera/S -espejismo/S -espejó/g -espejo/gS -espejuelo/GS -espejuela/S -espelotad/g -espelotan/g -espelotar/gRDE -espeloté/g -espeloten/g -espelote/SG -espelota/S -espelotó/g -espelta/S -espelucé/g -espelucen/g -espeluce/Sg -espelunca/S -espeluzad/g -espeluza/g -espeluzan/g -espeluzar/gRDE -espeluznad/g -espeluzna/g -espeluznamiento/S -espeluznan/g -espeluznante/Sg -espeluznar/RgED -espeluzné/g -espeluzne/gSG -espeluznen/g -espeluzno/g -espeluznó/g -espeluzó/g -espeluzo/Gg -espenjador/S -espeque/S -esperaba/hS -esperabais/h -esperaban/h -esperable/kS -esperada/k -esperad/hG -esperado/kSGh -espera/h -esperáis/h -esperamos/h -esperancé/h -esperance/hS -esperancen/h -esperando/h -esperan/h -esperantista/S -esperanto/S -esperanzad/h -esperanzador/SG -esperanzadora/S -esperanza/h -esperanzan/h -esperanzar/RhDE -esperanzo/Gh -esperanzó/h -esperara/h -esperará/h -esperarais/h -esperaran/h -esperarán/h -esperarás/h -esperaré/h -esperare/hSG -esperareis/h -esperaréis/h -esperaren/h -esperaría/hS -esperarían/h -esperarme/h -esperarnos/h -esperaron/h -esperaros/h -esperar/RÌÍDÁÀÂÅÄÆÚE -esperarse/h -esperarte/h -esperase/h -esperaseis/h -esperasen/h -esperas/hS -esperaste/h -esperdecir -esperecé/g -esperece/S -esperé/h -esperéis/h -espere/MGS -esperemos/h -esperen/h -esperes/h -esperezad/g -esperezan/g -esperezar/ERgD -esperezo/g -esperezó/g -espergurar/RDE -espergure/GS -espergura/S -esperiego/GS -esperiega/S -espermafito/GS -espermafita/S -esperma/S -espermático/GS -espermática/S -espermatorrea/S -espermatozoario/S -espermatozoide/S -espermatozoo/S -espermicida/S -espernada/S -espernancad/g -espernanca/g -espernancan/g -espernancar/RgDE -espernancó/g -espernanco/Gg -espernanque/g -espernanqué/g -espernible/S -esperó/h -espero/hG -esperpento/S -esperriaca/S -esperriar/RDI -esperríe/GS -esperría/S -espesamente -espesante/S -espesar/RDÀÌPÄÆE -espesativo/SG -espesativa/S -espese/GS -espesa/S -espesor/S -espeso/S -espesura/S -espetaperro/S -espetar/RDEÂÁÆ -espete/GS -espeta/S -espetera/S -espetón/S -espeto/S -espiar/RIDÁÂÀÆÄÅ -espibia/S -espicanardo/S -espichad/g -espicha/g -espichan/g -espichar/RgED -espiché/g -espiche/GgS -espichen/g -espicho/g -espichó/g -espiciforme/S -espíe/SG -espía/S -espigada/N -espigadera/S -espigador/GS -espigadora/S -espiga/N -espigar/RED -espigo/G -espigón/S -espigoso/GS -espigosa/S -espigueo/S -espinablo/S -espinaca/S -espinal/S -espina/N -espinapez/S -espinar/ERDB -espinel/GS -espinela/S -espinera/S -espineta/S -espingardada/S -espingarda/S -espingardero/S -espinillera/S -espinochad/g -espinochan/g -espinochar/gRDE -espinoché/g -espinoche/gSG -espinochen/g -espinochó/g -espino/S -espinosismo/S -espinosista/S -espinoso/OGS -espín/SGH -espína/S -espiocha/S -espionaje/S -espirador/GS -espiradora/S -espiral/S -espirar/READ -espirativo/GS -espirativa/S -espiratorio/GS -espiratoria/S -espire/SG -espira/S -espirilo/S -espiritar/RDE -espirite/SGO -espirita/S -espiritismo/S -espiritista/S -espiritosamente -espiritoso/GS -espiritosa/S -espiritrompa/S -espiritualice/S -espiritualismo/S -espiritualista/S -espiritualizar/RDEA -espiritualizo/G -espiritualmente -espiritual/SKO -espirituoso/GS -espirituosa/S -espíritu/S -espiroqueto/GS -espiroqueta/S -espitar/RED -espite/SG -espita/S -esplendente/S -esplender/RDE -esplende/SG -esplenda/S -esplendida/M -espléndidamente -espléndido/GS -espléndida/S -esplendo/L -esplendorosamente -esplendoroso/GS -esplendorosa/S -esplendor/S -esplenio/S -esplenitis -espliego/S -esplique/S -espolada/S -espolazo/S -espolear/DRBEÀ -espolee/GS -espolea/S -espoleta/S -espoliar/RED -espolie/GS -espolia/S -espolinar/RDE -espoline/GS -espolina/S -espolique/S -espolista/S -espolonada/S -espolonear -espolón/SH -espolvorar -espolvorear/ERÌÙÄÆDÂÀ -espolvoree/GS -espolvorea/S -espolvorice/S -espolvorizar/RDE -espolvorizo/G -espondaico/GS -espondaica/S -espondeo/S -espóndilo/S -espondilosis -espongiario/S -esponjar/REDBÄ -esponje/GS -esponja/S -esponjera/S -esponjoso/KGS -esponsales -esponsalicio/SG -esponsalicia/S -espontáneamente -espontanear/RDE -espontanee/GS -espontanea/S -espontaneidad/S -espontáneo/GS -espontánea/S -esporádico/GS -esporádica/S -esporangio/S -espora/S -esporidio/S -esporífero/GS -esporífera/S -esporozoario/S -esporozoo/S -esportear/ERD -esportee/SG -esportea/S -esportillero/S -esportillo/GS -esportilla/S -esportizo/S -esportonada/S -esportón/S -esporular/RED -esporule/SG -esporula/S -esposar/REÀÂD -espose/SG -esposa/S -esposo/S -espuela/S -espuenda/S -espuerta/S -espulgadero/S -espulgar/RDE -espulgo/G -espuma/CN -espumadera/S -espumad/g -espumador/SG -espumadora/S -espumajear/RED -espumajee/GS -espumajea/S -espumajo/S -espumajoso/SG -espumajosa/S -espuman/g -espumarajo/S -espumar/RgDE -espumé/g -espume/gSG -espumen/g -espumero/S -espumo/g -espumó/g -espumoso/GS -espumosa/S -espundia/S -espurio/GS -espuria/S -espurrear/RDE -espurree/SG -espurrea/S -espurre/GS -espurra/S -espurriar/RDE -espurrie/SG -espurria/S -espurrir/RED -esputar/RDE -espute/GS -esputa/S -esputo/S -esquebrajar/RED -esquebraje/SG -esquebraja/S -esquejar/gRDE -esqueje/GS -esqueja/S -esquela/S -esquelético/SG -esquelética/S -esqueleto/S -esquema/S -esquemáticamente -esquematice/S -esquemático/SG -esquemática/S -esquematismo/S -esquematizar/RED -esquematizo/G -esquenanto/S -esquero/S -esquiador/GS -esquiadora/S -esquiar/RID -esquiciad/g -esquicia/g -esquician/g -esquiciar/RgDE -esquicié/g -esquicie/gSG -esquicien/g -esquicio/g -esquició/g -esquíe/G -esquifar/RDE -esquife/GS -esquifa/S -esquilador/GS -esquiladora/S -esquilar/RED -esquile/GS -esquila/S -esquileo/S -esquilero/S -esquilimoso/GS -esquilimosa/S -esquilmar/RÀDE -esquilme/SG -esquilma/S -esquimal/S -esquina/H -esquinante/S -esquinanto/S -esquinar/RBDE -esquince/S -esquinco/S -esquine/GS -esquina/S -esquinela/S -esquinzador/S -esquinzar/RDE -esquinzo/G -esquiraza/S -esquirla/S -esquirol/S -esquí/S -esquisar -esquisto/S -esquistoso/GS -esquistosa/S -esquitar/RDE -esquite/GS -esquita/S -esquiva/M -esquivar/RÄÆDÀÁE -esquive/GS -esquiva/S -esquivo/S -esquizado/GS -esquizada/S -esquizofrenia/S -está -estabais -estábamos -estaban/n -estaba/nS -estabilicé/h -estabilice/hS -estabilicéis/h -estabilicemos/h -estabilicen/h -estabilizaba/hS -estabilizabais/h -estabilizaban/h -estabilizad/hG -estabilizado/hS -estabilizador/hGS -estabiliza/h -estabilizáis/h -estabilizamos/h -estabilizando/h -estabilizan/h -estabilizara/h -estabilizará/h -estabilizarais/h -estabilizaran/h -estabilizarán/h -estabilizar/ÄRÀÂÁDEA -estabilizarás/h -estabilizaré/h -estabilizare/hGS -estabilizareis/h -estabilizaréis/h -estabilizaren/h -estabilizaría/hS -estabilizarían/h -estabilizarme/h -estabilizarnos/h -estabilizaron/h -estabilizaros/h -estabilizarse/h -estabilizarte/h -estabilizase/h -estabilizaseis/h -estabilizasen/h -estabilizas/hS -estabilizaste/h -estabilizo/Gh -estabilizó/h -establear/RDE -establecedor/SG -establecedora/S -establecer/RPIÀÁùLDÆÄÅ -establece/S -establee/GS -establea/S -estable/kSJ -establemente -establir -establo/S -estabular/RDE -estabule/GS -estabula/S -estacad/g -estacadura/S -estaca/HN -estacan/g -estacar/gERD -estache/GS -estacha/S -estacional/KS -estacionario/GS -estacionaria/S -estacionar/RPÀÁDE -estacionero/GS -estacionera/S -estaciones/s -estación/G -estaco/G -estacó/g -estacte/S -estadero/S -estadía/S -estadificar/RDE -estadifico/G -estadio/S -estadista/S -estadístico/SG -estadística/S -estadiza/n -estadizo/GnS -estad/n -estadojo/S -estadounidense/S -estafador/GS -estafadora/S -estafar/REÀÂD -estafe/GS -estafa/S -estafermo/S -estafeta/S -estafetero/SG -estafetera/S -estafilococia/S -estafilococo/S -estafiloma/S -estafisagria/S -estagirita/S -estáis/n -estajar -estajero/S -estajista/gS -estalactita/S -estalagmita/S -estala/S -estallar/RED -estalle/GS -estalla/S -estallido/S -estambrar/RED -estambre/GS -estambra/S -estamental/S -estamento/S -estameña/S -estamos/n -estampador/GS -estampadora/S -estampa/N -estampar/REDÁA -estampe/GS -estampa/S -estampero/SG -estampera/S -estampía/S -estampido/GS -estampida/S -estampillar/RDE -estampille/S -esta/n -están -estancación/S -estancad/h -estanca/hS -estancamiento/S -estancan/h -estancar/EhRD -estancarlo/SG -estancarla/S -estancarme -estancarnos -estancaros -estancarte -estanciero/GS -estanciera/S -estancó/h -estanco/NSG -estanca/S -estandardice/S -estandardizar/RDE -estandardizo/G -estandarice/S -estandarizar/RED -estandarizo/G -estándar/S -estandarte/S -estándola -estándole/S -estando/n -estandorio/S -estangurria/S -estanqué/h -estanqueidad/S -estanque/K -estanquero/GS -estanquera/S -estanquillero/SG -estanquillera/S -estantalar/RDE -estantale/GS -estantala/S -estantería/S -estante/SFn -estantigua/S -estañad/h -estaña/h -estañan/h -estañar/hRDE -estañé/h -estañe/hGS -estañen/h -estaño/h -estañó/h -estaños -estaos -estaquero/S -estaquillador/S -estaquillar/RED -estaquille/S -estará/n -estarán/n -estarás/n -estarce/S -estarcir/RED -estaréis -estaremos -estaré/n -estaríais -estaríamos -estarían -estaría/nS -estarna/S -estar/nDÃÅÁÀÂA -estarse/n -estarzo/G -estás -estatalismo/S -estatal/lS -estate/O -estático/GS -estática/S -estatificar/RDE -estatifico/G -estatismo/S -estatuario/SG -estatuaria/S -estatuar/RDE -estatuderato/S -estatúder/S -estatue/S -estatuir/XD -estatuo/G -estatura/S -estatus -estatutario/GS -estatutaria/S -estatuto/S -estay/S -esteárico/S -estearina/S -esteatita/S -estebar/RDE -estebe/GS -esteba/S -estece/S -éste/G -este/Gn -estelaria/S -estelar/Sl -esteliforme/S -estelo/GS -estela/S -estema/S -estemos/n -estemple/S -estén -estendijarse -estenocardia/S -estenografiar/RID -estenografíe/GS -estenografía/S -estenógrafo/SG -estenógrafa/S -estenordeste/S -estenosis -estenotipia/S -estense -estentóreo/GS -estentórea/S -estepario/SG -esteparia/S -estepar/S -estepa/SN -estepero/GS -estepera/S -esterad/h -estera/N -esteran/h -esterar/RhED -estercar -estercolar/BREDP -estercole/GS -estercola/S -estercolero/S -estercolizo/GS -estercoliza/S -estercuelo/S -esteré/h -estere/hSG -esteren/h -estereofónico/GS -estereofónica/S -estereográfico/GS -estereográfica/S -estéreo/S -estereoscopio/S -estereotipador/GS -estereotipadora/S -estereotipar/ERD -estereotipe/GS -estereotipa/S -estereotipia/S -estereotipo/S -estereotomía/S -esterero/GS -esterera/S -ester/IGS -esterilice/S -esterilidad/S -esterilizador/GS -esterilizadora/S -esterilizar/RÀÁDAE -esterilizo/G -estéril/S -esterlina/S -esternocleidomastoideo/S -esternón/S -esteró/h -esteroídico/SG -esteroídica/S -esterol/S -estero/S -esterquero/S -esterquilinio/S -éster/S -estertoroso/GS -estertorosa/S -estertor/S -esté/S -estese -estesudeste/S -estéticamente -esteticismo/S -esteticista/S -estético/GS -estética/S -estetoscopio/SG -estetoscopia/S -estevado/GS -estevada/S -esteva/S -estezar/ERD -estiaje/S -estibad/h -estibador/S -estiba/h -estiban/h -estibar/DhRE -estibe/GhS -estibé/h -estiben/h -estibina/S -estibio/SG -estibia/S -estibo/h -estibó/h -estiércol/S -estigia/n -estigio/SGn -estigia/S -estigma/S -estigmatice/S -estigmatizador/GS -estigmatizadora/S -estigmatizar/REÀÁD -estigmatizo/G -estilad/g -estilan/g -estilar/gRDE -estilé/g -estile/gSG -estilen/g -estilete/S -estilice/S -estilicidio/S -estilismo/S -estilista/S -estilita/S -estilizar/RÄED -estilizo/G -estiló/g -estilográfico/GS -estilográfica/S -estilo/S -estimable/JSk -estimación/S -estimada/k -estimad/hs -estimado/kSG -estimador/hSG -estima/dShs -estimándolo/GS -estimándola/S -estiman/hs -estimarme -estimármelo/SG -estimármela/S -estimarnos -estimárnoslo/GS -estimárnosla/S -estimaros -estimároslo/SG -estimárosla/S -estimárselo/GS -estimársela/S -estimar/sRDhÀE -estimarte -estimártelo/SG -estimártela/S -estimativo/SG -estimativa/S -estimatorio/GS -estimatoria/S -estime/GhSs -estimen/hs -estimé/sh -estimo/hs -estimó/sh -estimulador/GS -estimuladora/S -estimulante/S -estimular/RÄÆDÁÀÂE -estimule/SG -estimula/S -estímulo/S -estinco/S -estiomenar -estío/S -estipendiario/S -estipendiar/RDE -estipendie/GS -estipendia/S -estipendio/S -estípite/S -estipticar/RDE -estipticidad/S -estiptico/G -estíptico/GS -estíptica/S -estipular/READ -estipule/SG -estipula/S -estique/S -estira/C -estirace/S -estirajar/RDE -estiraje/G -estirar/RÅÌÄÆEôDÁÀP -estirazar/RED -estirazo/G -estire/GS -estira/S -estirón/S -estirpe/S -estitiquez/S -estivada/S -estival/S -estivo/GS -estiva/S -estocada/S -estocar/g -estocástico/GS -estocástica/S -estoce/S -estofador/GS -estofadora/S -estofar/ERD -estofe/GS -estofa/S -estoicamente -estoicismo/S -estoico/SG -estoica/S -estola/S -estolidez/S -estólido/GS -estólida/S -estolón/S -estomacal/S -estomagar/RED -estomago/G -estómago/S -estomaguero/S -estoma/S -estomatical/S -estomático/GS -estomática/S -estomatitis -Estonia -estoniano/SG -estoniana/S -estonio/SG -estonia/S -esto/nMS -estopada/S -estopa/NS -estopor/S -estoposo/GS -estoposa/S -estoqueador/S -estoquear/REDÀ -estoquee/GS -estoquea/S -estoque/S -estoraque/S -estora/S -estorbador/GS -estorbadora/S -estorbar/RÅÆÁÀÂDE -estorbe/GS -estorba/S -estorbo/S -estorboso/SG -estorbosa/S -estorcer -estorde/GS -estorda/S -estordir/RED -estornija/S -estornino/S -estornudar/RDE -estornude/GS -estornuda/S -estornudo/S -estornutatorio/GS -estornutatoria/S -ésto/S -estotro/SG -estotra/S -estovar/RED -estove/GS -estova/S -estoy -estozar/RDE -estozo/G -estozolar/RDE -estozole/GS -estozola/S -estrábico/GS -estrábica/S -estrabismo/S -estradiote/SG -estradiota/S -estrado/GS -estrada/S -estrafalariamente -estrafalario/GS -estrafalaria/S -estragador/GS -estragadora/S -estragar/EPRD -estrago/GS -estraga/S -estragón/S -estrambote/S -estramonio/S -estranguadera/S -estrangulador/GS -estranguladora/S -estrangular/RPEÂÀÁDÄA -estrangule/GS -estrangula/S -estranguria/S -estrapajar -estrapalucio/S -estraperlear/RDE -estraperlee/GS -estraperlea/S -estraperlista/S -estraperlo/S -estratagema/S -estrategia/S -estratégico/GS -estratégica/S -estratego/GS -estratega/S -estratificar/RED -estratifico/G -estrato/S -estratosfera/S -estrave/S -estraza/NS -estrazar -estrecha/M -estrechamente -estrechar/RDÃÁÀÂÄÆÅPE -estreche/SG -estrecha/S -estrechón/S -estrecho/S -estrechura/S -estregadero/SG -estregadera/S -estregar/RBIEDP -estrego/G -estrelladero/GS -estrelladera/S -estrellamar/S -estrellar/RÁÀDÄÆPE -estrelle/GS -estrella/S -estrellero/GS -estrellera/S -estrelluela/S -estremecedor/GS -estremecedora/S -estremecer/RPDÅÄÁÂÀIL -estremece/S -estrenar/RÁÀEÄD -estrene/GS -estrena/S -estreno/S -estrenque/S -estrenuo/GSK -estrenua/S -estreñir/XPD -estrepada/S -estrépito/S -estrepitosamente -estrepitoso/SG -estrepitosa/S -estreptococia/S -estreptococo/S -estreptomicina/S -estrés -estresante/S -estriar/RDI -estribadero/S -estribar/REDA -estribe/GS -estriba/S -estribera/S -estribo/NS -estribor/S -estribote/S -estricnina/S -estricote/S -estrictamente -estricto/GS -estricta/S -estridente/FS -estridor/S -estridular/RED -estridule/GS -estridula/S -estríe/GS -estría/S -estrillar -estrinque/S -estriñe/GS -estriña/S -estrobo/S -estrofanto/S -estrofa/S -estrófico/GS -estrófica/S -estroma/S -estronciana/S -estroncianita/S -estroncio/S -estropajear/ERD -estropajee/SG -estropajea/S -estropajo/S -estropajosamente -estropajoso/SG -estropajosa/S -estropear/RDÁÀÂÄEà -estropee/GS -estropea/S -estropezar -estropicio/S -estro/S -estructural/S -estructurar/RÀADÄE -estructure/GS -estructura/S -estruendo/S -estruendosamente -estruendoso/SG -estruendosa/S -estrujador/GS -estrujadora/S -estrujar/PEÃRBÅÄÆÁÀÂD -estruje/GS -estruja/S -estrumpe/GS -estrumpa/S -estrumpir/RED -estrupar -estuario/S -estucador/GS -estucadora/S -estucar/RDE -estuchar/RDE -estuche/GS -estucha/S -estuchista/S -estuco/GS -estuca/S -estudiador/GS -estudiadora/S -estudiante/S -estudiantil/S -estudiantino/GS -estudiantina/S -estudiar/RÁÀÅÄDEÙ -estudie/GS -estudia/S -estudio/S -estudiosamente -estudioso/KSG -estufador/S -estufa/N -estufar/RED -estufe/GS -estufa/S -estufero/GS -estufera/S -estufido/S -estufista/S -estulticia/S -estulto/GS -estulta/S -estuoso/SGK -estuosa/S -estupefacción/S -estupefaciente/S -estupefactivo/GS -estupefactiva/S -estupefacto/GS -estupefacta/S -estupendamente -estupendo/SG -estupenda/S -estúpidamente -estupidez/S -estúpido/SG -estúpida/S -estupor/S -estuprador/S -estuprar/RED -estupre/GS -estupra/S -estuquista/S -esturar/RED -esturde/GS -esturda/S -esturdir/RDE -esture/GS -estura/S -esturgar/RDE -esturgo/G -esturión/S -esturrear/RDE -esturree/SG -esturrea/S -estuve -estuvierais -estuviéramos -estuvieran -estuviere/GS -estuviera/S -estuviereis -estuviéremos -estuvieren -estuvieron -estuvieseis -estuviésemos -estuviesen -estuviese/S -estuvimos -estuviste -estuvisteis -estuvo -esvarar/RgED -esvare/SG -esvara/S -esviaje/S -et -etalaje/S -etamina/S -etano/S -etapa/S -etario/GS -etaria/S -eta/S -etc. -etcétera/S -etéreo/SG -etérea/S -eterice/S -eterismo/S -eterizar/RDE -eterizo/G -eternal/S -eternamente -eternice/S -eternizable/S -eternizar/RÁED -eternizo/G -eterno/GKS -éter/S -etesio/S -ético/SG -ética/S -etílico/S -etilo/S -etimología/S -etimologice/S -etimológico/SG -etimológica/S -etimologista/S -etimologizar/RDE -etimologizo/G -etíope/S -Etiopía -etiquetar/RÀEDÄ -etiquete/GS -etiqueta/S -etites -etmoides -etnia/S -étnico/GS -étnica/S -etolio/GS -etolia/S -etología/S -etológico/GS -etológica/S -etrusco/SG -etrusca/S -eubeo/SG -eubea/S -eucalipto/S -eucaristía/S -eucarístico/SG -eucarística/S -euclidiano/SG -euclidiana/S -eufemismo/S -eufonía/S -euforbiáceo/GS -euforbiácea/S -euforia/S -eufórico/GS -eufórica/S -eugenesia/S -eunuco/S -eupepsia/S -eurasiático/GS -eurasiática/S -euritmia/S -euroasiático/SG -euroasiática/S -eurodiputado/SG -eurodiputada/S -Europa -europeíce/S -europeizar/RID -europeízo/G -europeo/GS -europea/S -euro/S -euskera/S -eusquera/S -eutanasia/S -eutiquianismo/S -eutiquiano/SG -eutiquiana/S -eutrofice/S -eutrofizar/RED -eutrofizo/G -evacuante/S -evacuar/REÁÀÂDA -evacuativo/SG -evacuativa/S -evacuatorio/GS -evacuatoria/S -evacue/S -evacuo/G -evade/GS -evada/S -evadir/REÅQDÁÀ -evaluador/GS -evaluadora/S -evaluar/RIÁÀDAÄ -evalúe/GS -evalúa/S -evanecer/IRDL -evanece/S -evanescente/S -evanescer/RED -evanesce/S -evanesza/L -evaneszo/G -evangeliario/S -evangelice/S -evangélico/GS -evangélica/S -evangelio/S -evangelista/S -evangelistero/S -evangelizador/GS -evangelizadora/S -evangelizar/RDEÀÆA -evangelizo/G -evaporable/S -evaporador/GS -evaporadora/S -evaporar/RDÀEA -evaporatorio/GS -evaporatoria/S -evapore/GS -evapora/S -evaporice/S -evaporizar/RDE -evaporizo/G -evasivo/GS -evasiva/S -evasor/GS -evasora/S -evento/S -eventual/KS -eventualmente -evidenciar/REDÀ -evidencie/S -evidentemente -evidente/SF -eviscerar/REÀD -eviscere/SG -eviscera/S -evitable/kS -evitar/ÀÁRøEDÅÄÆ -evite/GS -evita/S -eviterno/GS -eviterna/S -evo -evocable/S -evocador/SG -evocadora/S -evocar/RÆÄÌEADÂÀÁ -evoco/G -evolucionar/RED -evolución/GS -evolucióna/S -evolucionismo/S -evolucionista/S -evolutiva/g -evolutivo/GSg -evolutiva/S -ex -exabrupto/S -exacción/S -exacerbar/RPADÀE -exacerbe/GS -exacerba/S -exacta/k -exactamente/k -exactitud/Sk -exacto/kGS -exageradamente -exagerador/GS -exageradora/S -exagerar/ÄREADÁÀ -exagerativamente -exagerativo/GS -exagerativa/S -exagere/SG -exagera/S -exagonal/S -exaltador/GS -exaltadora/S -exaltar/ERAPÀÂÁD -exalte/GS -exalta/S -examen/S -examinador/GS -examinadora/S -examinando/SG -examinanda/S -examinante/S -examinar/REÅÄøDÁÀ -examine/GS -examina/S -exangüe/S -exánime/S -exantema/S -exantemático/GS -exantemática/S -exardecer -exasperar/RÁÀADE -exaspere/GS -exaspera/S -exaudir -excandecencia/S -excandecer/RLID -excandece/S -excarcelar/RDE -excarcele/GS -excarcela/S -excavador/GS -excavadora/S -excavar/RDEAÆ -excave/SG -excava/S -excedan/r -exceda/r -exceded/r -exceden/r -excedente/FS -excederme -excedernos -excederos -exceder/RrED -excede/rSG -excederte -excedía/r -excediéndome -excediéndonos -excediéndoos -excediéndote -excedió/r -excedí/r -excedo/rL -excelente/FS -excelentemente -excelentísimo/GS -excelentísima/S -excelsamente -excelsitud/S -excelso/SG -excelsa/S -excentricidad/S -excéntrico/SG -excéntrica/S -excepcional/S -excepcionar/RDE -excepción/GS -excepcióna/S -exceptar -excepto/GS -excepta/S -exceptuar/RIDÄÅ -exceptúe/GS -exceptúa/S -excesivamente -excesivo/GS -excesiva/S -exceso/S -excipiente/S -excitable/JS -excitación/S -excitador/GS -excitadora/S -excitad/r -excitándolo/GS -excitándola/S -excitan/r -excitante/S -excita/r -excitarle/GS -excitarla/S -excitarlo/S -excitarme -excitarnos -excitaros -excitar/rRDE -excitarte -excitativo/SG -excitativa/S -exciten/r -excité/r -excite/rGS -excito/r -excitó/r -exclamar/ARDE -exclamativo/GS -exclamativa/S -exclamatorio/GS -exclamatoria/S -exclame/SG -exclama/S -exclaustrar/RDE -exclaustre/GS -exclaustra/S -excluible/S -excluidor/GS -excluidora/S -excluir/XDÉÈÁÂÀQ -exclusivamente -exclusive/G -exclusivismo/S -exclusivista/S -exclusivo/KS -excluso/SG -exclusa/S -excluyente/S -excogitar/RDE -excogite/GS -excogita/S -excombatiente/S -excomulgador/S -excomulgar/RÁÀED -excomulgo/G -excomunión/S -excoriar/RDEA -excorie/SG -excoria/S -excrecencia/S -excreción/S -excrementar/RED -excremente/GS -excrementa/S -excrementicio/GS -excrementicia/S -excremento/S -excrementoso/GS -excrementosa/S -excrescencia/S -excretar/DRE -excrete/GS -excreta/S -excretorio/GS -excretoria/S -excretor/SG -excretora/S -excullado/GS -excullada/S -exculpar/REDÁÀ -exculpatorio/SG -exculpatoria/S -exculpe/SG -exculpa/S -excursionismo/S -excursionista/S -excursión/S -excusable/Sk -excusador/SG -excusadora/S -excusar/ÚÅRÍEDÂÀÁ -excuse/SG -excusa/S -execrable/S -execrador/GS -execradora/S -execrar/ERAD -execrativo/SG -execrativa/S -execre/SG -execra/S -exegeta/S -exegético/GS -exegética/S -exención/S -exentamente -exentar/RDE -exente/GS -exenta/S -exento/S -exequias -exfoliar/RDE -exfolie/GS -exfolia/S -exhalador/GS -exhaladora/S -exhalar/ARÀDE -exhale/GS -exhala/S -exhausta/k -exhaustivamente -exhaustivo/GS -exhaustiva/S -exhausto/GkS -exhibe/SG -exhiba/S -exhibicionismo/S -exhibicionista/S -exhibir/REÅÄADÁÀ -exhortador/SG -exhortadora/S -exhortar/RDAEÁÀÂÆÄ -exhortativo/GS -exhortativa/S -exhortatorio/SG -exhortatoria/S -exhorte/SG -exhorta/S -exhumador/GS -exhumadora/S -exhumar/RDE -exhume/SG -exhuma/S -exigente/SF -exige/S -exigible/S -exigir/RÛÎEÃÁÂÀDÅÄÆ -exiguo/GS -exigua/S -exijo/G -exiliar/ÀÁRDE -exilie/GS -exilia/S -eximente/S -exime/SG -exima/S -eximio/GS -eximia/S -eximir/ERÁÂÀDÆ -exir -exista/f -existan/f -existe/GSf -exista/S -existencialismo/S -existencial/OS -existen/f -existente/FSkf -existía/f -existid/f -existí/f -existimar/RDE -existime/SG -existima/S -existió/f -existir/fRDE -existís/f -existo/f -éxito/S -exitoso/GS -exitosa/S -exocrino/GS -exocrina/S -éxodo/S -exoesqueleto/S -exoftálmico/GS -exoftálmica/S -exonerar/RÆDÁÀE -exonere/SG -exonera/S -exorable/kS -exorar/RDE -exorbitantemente -exorbitante/SF -exorcice/S -exorcismo/S -exorcista/S -exorcizar/REÁÀDÄ -exorcizo/G -exordiar -exordio/S -exordir -exore/SG -exora/S -exornar/RADE -exorne/GS -exorna/S -exoticidad/S -exótico/GS -exótica/S -exotiquez/S -exotismo/S -expande/GS -expanda/S -expandir/ERÅÄÁÀD -expansible/JS -expansionar/RDE -expansión/GS -expansióna/S -expansivo/GS -expansiva/S -expatriar/RED -expatrie/SG -expatria/S -expavecer -expectable/S -expectación/S -expectante/S -expectativa/S -expectorante/S -expectorar/RDAE -expectore/GS -expectora/S -expedicionario/GS -expedicionaria/S -expedicionero/S -expedidor/GS -expedidora/S -expedientar/RED -expediente/GS -expedienta/S -expedir/XADÀ -expeditivo/GS -expeditiva/S -expedito/GS -expedita/S -expele/GS -expela/S -expeler/RÀED -expelo/L -expendedor/GS -expendedora/S -expende/GS -expenda/S -expender/REDÀ -expendo/L -expensas -experiencia/kS -experimentador/GS -experimentadora/S -experimentalmente -experimental/S -experimentar/ERÄÀAÙD -experimente/GS -experimenta/S -experimento/S -experta/k -expertamente -experto/SGk -experta/S -expiar/IRADÀ -expiatorio/GS -expiatoria/S -expide/GS -expida/S -expíe/SG -expía/S -expilar -expillo/S -expirar/RED -expire/GS -expira/S -explanar/RADE -explane/GS -explana/S -explayar/RDÁE -explaye/GS -explaya/S -expletivo/GS -expletiva/S -explicable/kS -explicablemente/k -explicada/k -explicaderas -explicado/kSG -explicador/GS -explicadora/S -explicar/ÏRôÍÎÃEAÇÄÆÅøÛÚDÁÀ -explicativo/GS -explicativa/S -explicitar/RDEÀ -explicite/GS -explicita/S -explícito/GS -explícita/S -explico/G -explicotear/RDE -explicotee/GS -explicotea/S -explorable/S -explorada/k -explorado/kSG -explorador/GS -exploradora/S -explorar/RÁÀÂEDÄA -exploratorio/GS -exploratoria/S -explore/SG -explora/S -explosionar/RED -explosión/G -explosivo/GS -explosiva/S -explotable/S -explotador/GS -explotadora/S -explotar/ARDÍÁÀÂÄÅEQ -explote/SG -explota/S -exployada/S -expoliador/GS -expoliadora/S -expoliar/RADEÀ -expolie/SG -expolia/S -exponencial/S -exponente/S -exponer/XÃAÄÅÀÁ -expón/S -exportable/S -exportador/GS -exportadora/S -exportar/RDAÀE -exporte/GS -exporta/S -expositivo/SG -expositiva/S -expósito/GS -expósita/S -expositor/GS -expositora/S -expremijo/S -expremir -expresamente -expresar/RQÁÀÂÅÄÆôDE -exprés/GS -exprésa/S -expresionismo/S -expresiva/kS -expresivamente -expresivo/KGS -expresivos/k -expreso/S -exprime/SG -exprima/S -exprimidero/GS -exprimidera/S -exprimidor/S -exprimir/RÄÆDÌÁÀÂE -expropiador/GS -expropiadora/S -expropiar/RAEDÀ -expropie/GS -expropia/S -expuesto/GS -expuesta/S -expugnable/Sk -expugnador/GS -expugnadora/S -expugnar/RED -expugne/GS -expugna/S -expulsar/ÌRDÁÀÂEQÆÄ -expulse/GS -expulsa/S -expulsivo/GS -expulsiva/S -expulsor/GS -expulsora/S -expulso/S -expurgador/GS -expurgadora/S -expurgar/RED -expurgatorio/GS -expurgatoria/S -expurgo/G -exquisita/M -exquisitamente -exquisito/GS -exquisita/S -extasiar/RDIÁ -extasíe/GS -extasía/S -éxtasis -extemporáneo/GS -extemporánea/S -extendáis/f -extendamos/f -extended/f -extendéis/f -extendemos/f -extenderá/f -extenderán/f -extenderás/f -extenderé/f -extendería/fS -extender/RÅÄÆQÐIÝDLÁÀ -extenderse/f -extendía/fS -extendíais/f -extendían/f -extendida/f -extendido/fSG -extendiera/f -extendiere/fGS -extendiese/fS -extendí/f -extendimos/f -extendió/f -extendiste/f -extensa/k -extensamente -extensible/kS -extensivamente -extensivo/GS -extensiva/S -extenso/kSG -extensor/GS -extensora/S -extenuante/S -extenuar/DRIÁA -extenuativo/GS -extenuativa/S -extenúe/GS -extenúa/S -exteriorice/S -exteriorizar/REDÀ -exteriorizo/G -exteriormente -exterior/SK -exterminable/S -exterminador/GS -exterminadora/S -exterminar/ERÁÀDÄ -extermine/GS -extermina/S -exterminio/S -externado/S -externamente -externo/GS -externa/S -extienda/f -extiendan/f -extiende/fSG -extienden/f -extiendo/f -extinción/S -extingo/G -extingue/S -extinguible/kS -extinguir/RDEÄÀÁ -extintivo/GS -extintiva/S -extinto/GS -extinta/S -extintor/GS -extintora/S -extirpable/S -extirpador/GS -extirpadora/S -extirpar/ÃRÁÀÂEÄAD -extirpe/GS -extirpa/S -extornar/DRE -extorne/GS -extorna/S -extorsionar/DERÁÀ -extorsión/GS -extorsióna/S -extorsionista/S -extracción/S -extractador/SG -extractadora/S -extractar/ERDÀ -extracte/SG -extracta/S -extractor/GS -extractora/S -extracto/S -extracurricular/S -extraditar/ERÂÀD -extradite/GS -extradita/S -extraembrionario/SG -extraembrionaria/S -extraer/XÃLÀÂÁDÈÆI -extrae/S -extrajudicialmente -extrajudicial/S -extralimitar/RDÁE -extralimite/GS -extralimita/S -extralingüístico/GS -extralingüística/S -extramuros -extranjerice/S -extranjerismo/S -extranjerizar/DRE -extranjerizo/G -extranjero/SGLO -extranjera/S -extranjis -extrañamente -extrañar/RPÀÂÁEÄÅD -extrañe/GS -extraña/S -extrañeza/S -extraño/S -extraoficialmente -extraoficial/S -extraordinariamente -extraordinario/GS -extraordinaria/S -extraplano/SG -extraplana/S -extrapolar/REÀD -extrapole/GS -extrapola/S -extrarradio/S -extra/S -extrasensorial/S -extrasensoria/S -extraterrestre/S -extraterritorial/S -extrauterino/GS -extrauterina/S -extravagante/FS -extravasar/ARDE -extravase/GS -extravasa/S -extravenar/RDE -extravene/GS -extravena/S -extraversión/S -extravertido/GS -extravertida/S -extraviar/RIDÁÀ -extravíe/GS -extravía/S -extravío/S -extremadamente -extremamente -extremar/RDE -extremaunción/S -extreme/GS -extrema/S -extremismo/S -extremista/S -extremo/KS -extremoso/SG -extremosa/S -extrovertido/GS -extrovertida/S -extrude/SG -extruda/S -extrudir/REDQ -extrusor/GS -extrusora/S -exturbar -exuberante/FS -exuberar/RED -exubere/SG -exubera/S -exudar/READ -exude/SG -exuda/S -exulcerar/RED -exulcere/SG -exulcera/S -exultante/S -exultar/ERD -exulte/GS -exulta/S -exvoto/S -eyacular/RÁDE -eyacule/SG -eyacula/S -ezquerdear/RDE -ezquerdee/GS -ezquerdea/S -fabada/S -faba/S -fablar -fabla/S -fablistanear -fabricada/n -fabricado/nGS -fabricador/GS -fabricadora/S -fabricante/S -fabricar/REÄÆAÁÀÂD -fábrica/S -fabrico/G -fabril/S -fabriquero/S -fabulad/f -fabula/f -fabulan/f -fabulario/S -fabular/RDfAE -fábula/S -fabulé/f -fabule/fSG -fabulen/f -fabulista/S -fabulo/f -fabuló/f -fabulosamente -fabuloso/GKS -faca/S -faccionar -faccionario/GS -faccionaria/S -facción/Sp -faccioso/GS -facciosa/S -facer/hpa -faces/o -faceta/S -fachado/GS -fachada/S -facha/S -fachear/RED -fachee/GS -fachea/S -fachenda/S -fachendear/RDE -fachendee/SG -fachendea/S -fachendista/S -fachendoso/GS -fachendosa/S -fachoso/GS -fachosa/S -fachudo/GS -fachuda/S -facial/S -facies -facilidad/S -facilillo/GS -facililla/S -facilitar/ÃRÀÂÁÆÄÅDE -facilite/SG -facilita/S -fácilmente -fácil/S -facineroso/GS -facinerosa/S -facistol/S -facsimilar/S -facsímile -facsímil/S -factible/SJ -factitivo/S -factor/CGS -factorial/S -factoría/S -facto/S -facturar/RÀDAE -facture/GS -factura/S -facultad/S -facultar/RDEÆ -facultativamente -facultativo/GS -facultativa/S -faculte/GS -faculta/S -faculto/S -facunda/k -facundia/S -facundo/GSk -facunda/S -fado/iS -faenada/i -faenado/iSG -faenar/RDE -faene/GS -faena/S -faenero/GS -faenera/S -faetón/S -fagocitar/REDÀ -fagocite/GS -fagocita/S -fagocitosis -fago/h -fagos -fagot/S -faisanero/GS -faisanera/S -faisán/GS -faisána/S -fajad/ih -fajadura/S -faja/ih -fajamiento/S -fajan/ih -fajardo/S -fajar/iRhDE -fajarlo/GS -fajarla/S -fajarme -fajarnos -fajaros -fajarte -fajeado/GS -fajeada/S -fajé/ih -faje/iSGh -fajen/ih -fajero/S -fajilla/S -fajinada/S -fajina/S -fajó/ih -fajo/iph -falacia/S -falagar/a -falange/S -falangismo/S -falangista/S -falazmente -falaz/S -falcad/gh -falca/hg -falcan/gh -falcar/RDhgE -falciforme/S -falcirrostro/GS -falcirrostra/S -falcó/gh -falco/hgG -falconete/S -falcón/S -falda/irS -faldar/Si -faldear/RDE -faldee/GS -faldea/S -faldellín/S -faldero/GS -faldera/S -faldeta/S -faldicorto/SG -faldicorta/S -faldillas -faldinegro/GS -faldinegra/S -faldistorio/S -faldón/S -faldriquera/S -faldudo/GS -falduda/S -faldulario/S -falena/S -falencia/S -falerno/S -falible/kJS -falisco/S -fallar/RÁÂÀDÆE -falleba/S -falleced/h -fallecen/h -fallecer/hRILPD -fallece/Sh -fallecía/h -fallecí/h -falleció/h -fallero/GS -fallera/S -falle/SG -falla/S -fallezca/h -fallezco/h -fallido/GS -fallida/S -fallo/S -falo/S -falque/gh -falqué/hg -falsabraga/S -falsamente -falsa/N -falsario/GS -falsaria/S -falsar/RED -falsarregla/S -falseador/GS -falseadora/S -falsear/ÄRPÀDE -falsee/GS -falsea/S -falseo/S -false/SG -falsa/S -falsete/GS -falseta/S -falsía/S -falsificador/GS -falsificadora/S -falsificar/REÁÀDA -falsifico/G -falsopeto/S -falso/SK -faltar/RDE -falte/SG -falta/S -falto/S -faltoso/GS -faltosa/S -faltrero/GS -faltrera/S -faltriquera/S -faluca/S -fama/kSha -famélico/GS -famélica/S -familiarice/S -familiarizar/REDøÅÁÀ -familiarizo/G -familiarmente -familiar/SK -familia/sS -famoso/SG -famosa/S -fanal/S -fanáticamente -fanatice/S -fanático/GS -fanática/S -fanatismo/S -fanatizador/SG -fanatizadora/S -fanatizar/RED -fanatizo/G -fandango/NS -fandanguero/SG -fandanguera/S -fandulario/S -faneca/S -fanegada/S -fanega/S -faneguero/S -fanerógamo/GS -fanerógama/S -fanfarrear/RDE -fanfarree/GS -fanfarrea/S -fanfarria/S -fanfarronada/S -fanfarronear/RDE -fanfarronee/GS -fanfarronea/S -fanfarronesca/S -fanfarrón/LGS -fangal/S -fango/S -fangoso/GS -fangosa/S -fano/oS -fantaseador/GS -fantaseadora/S -fantasear/RÀDE -fantasee/SG -fantasea/S -fantasía/S -fantasioso/GS -fantasiosa/S -fantasmagoría/S -fantasmagórico/SG -fantasmagórica/S -fantasmal/S -fantasma/S -fantásticamente -fantástico/GS -fantástica/S -fantochada/S -fantoche/S -fañar/RED -fañe/GS -faña/S -fa/o -faquir/S -farabustear/RED -farabustee/GS -farabustea/S -farad -faradio/Sm -faralares -faralá/S -farallón/S -faramalla/S -faramallero/GS -faramallera/S -farandola/S -farándula/S -farandulear/RED -farandulee/GS -farandulea/S -farandulero/GS -farandulera/S -faranga/S -faraón/S -faraute/S -fardacho/S -fardad/i -farda/i -fardan/i -fardar/ERiD -fardé/i -fardeles/i -fardel/S -farden/i -farde/SGi -farda/S -fardó/i -fardo/SC -farero/GS -farera/S -fárfara/S -farfolla/S -farfullador/GS -farfulladora/S -farfullar/RED -farfullero/GS -farfullera/S -farfulle/SG -farfulla/S -far/G -faríngeo/SG -faríngea/S -faringe/S -faringitis -fario/S -farisaico/GS -farisaica/S -fariseo/S -farmacéutico/SG -farmacéutica/S -farmacia/S -farmacología/S -farmacológico/GS -farmacológica/S -farmacopea/S -fármaco/S -Faroe -farolear/RDE -farolee/GS -farolea/S -farolero/GS -farolera/S -farol/GNHS -faro/S -farota/S -fárrago/S -farragoso/GS -farragosa/S -farraguista/S -farro/SG -farra/S -farruco/GS -farruca/S -farsante/SG -farsanta/S -farsar -farsa/S -fartar/k -fasces -fasciculado/GS -fasciculada/S -fascinador/GS -fascinadora/S -fascinante/S -fascinar/RDÁÀÂÅEA -fascine/GS -fascina/S -fascismo/cS -fascista/cS -fase/hS -Faso -fasquiar -fas/S -fastidiar/ERDÁÀÂÄ -fastidie/GS -fastidia/S -fastidio/S -fastidiosamente -fastidioso/SG -fastidiosa/S -fasto/SG -fasta/S -fastuosamente -fastuoso/KGS -fata/a -fatalismo/S -fatalista/S -fatalmente -fatal/SOK -fatídico/SG -fatídica/S -fatigador/GS -fatigadora/S -fatigar/RÁÀÂDE -fatigo/G -fatigosamente -fatigoso/GS -fatigosa/S -fato/aG -fatos -fatuo/KSG -fauces -fauno/SG -fauna/S -fausta/k -fausto/GkS -faustoso/GS -faustosa/S -fautor/GS -fautora/S -favorable/hS -favorablemente/h -favoreced/h -favorecedor/GS -favorecedora/S -favorece/hS -favorecen/h -favorecerle/GS -favorecerla/S -favorecerlo/S -favorecerme -favorecernos -favoreceros -favorecer/RhIDL -favorecerte -favorecía/h -favoreciéndome -favoreciéndonos -favoreciéndoos -favoreciéndote -favorecí/h -favoreció/h -favorezca/h -favorezco/h -favoritismo/S -favorito/GSO -favorita/S -favor/S -fax -faz/crhSl -fazferir -fea/a -fealdad/S -feamente -feblemente -feble/S -febrero/N -febrífugo/SG -febrífuga/S -febrilmente -febril/S -febroniano/GS -febroniana/S -fecal/S -fechador/S -fecha/h -fechar/RÀDÄE -feche/SG -fecha/S -fecho/hG -fechoría/S -fécula/S -feculento/GS -feculenta/S -fecundable/S -fecundador/GS -fecundadora/S -fecunda/k -fecundamente -fecundar/REÀDA -fecundarse/k -fecundativo/GS -fecundativa/S -fecunde/GS -fecunda/S -fecundice/S -fecundizador/SG -fecundizadora/S -fecundizar/RDE -fecundizo/G -fecundo/SkKG -fedatario/S -fedegar/RDE -fedego/G -federad/f -federa/f -federalismo/S -federalista/S -federal/SO -federan/f -federar/RfADE -federativa/f -federativo/GfS -federé/f -federe/fSG -federen/f -federo/f -federó/f -fehaciente/S -feldespato/S -felicitar/AREDÀÂÁÍÆÄÅ -felicite/GS -felicita/S -félido/SG -félida/S -feligrés/GS -feligrésa/S -feligresía/S -felino/SG -felina/S -feliz/kKS -felizmente/k -felón/GS -felóna/S -felonía/S -felpa/a -felpad/a -felpan/a -felpar/aRDE -felpé/a -felpe/aGS -felpen/a -felpilla/S -felpo/a -felpó/a -felpudo/GS -felpuda/S -femar/RDE -feme/GS -fema/S -femenil/S -femenino/GS -femenina/S -fementido/SG -fementida/S -fémina/S -femineidad/S -feminela/S -femíneo/GS -femínea/S -feminidad/S -feminismo/S -feminista/S -femoral/S -fémur/S -fenecer/RPIDL -fenece/S -fenestra/gS -fenicar/RED -fenice/GS -fenica/S -fenicio/GS -fenicia/S -fénico/S -fénix -fenogreco/S -fenomenal/S -fenoménico/GS -fenoménica/S -fenomenología/S -fenomenológico/GS -fenomenológica/S -fenómeno/S -fenotipo/S -feo/aG -feos -fe/oSG -fer/a -feraz/KS -féretro/S -ferial/S -feriante/S -feriar/RED -ferie/SG -feria/S -ferino/GS -ferina/S -ferir/ukafonlgpb -fermata/S -fermentable/S -fermentador/GS -fermentadora/S -fermentar/RAED -fermentativo/GS -fermentativa/S -fermente/GS -fermenta/S -fermento/S -ferodo/S -ferozmente -feroz/SK -ferrad/a -ferrador/aS -ferrar/aRD -ferré/a -ferreña/S -férreo/SG -férrea/S -ferrero/S -ferre/Sa -ferretear/RED -ferretee/SG -ferretea/S -ferretero/LGS -ferrete/S -férrico/GS -férrica/S -ferrificar/RDE -ferrifico/G -ferrita/S -ferró/a -ferrocarril/S -ferrocianuro/S -ferro/LS -ferromagnético/GS -ferromagnética/S -ferroso/GS -ferrosa/S -ferrovial/S -ferroviario/SG -ferroviaria/S -ferrugiento/SG -ferrugienta/S -ferruginoso/GS -ferruginosa/S -ferry -fertilice/S -fertilidad/S -fertilizable/S -fertilizador/GS -fertilizadora/S -fertilizante/S -fertilizar/RÀDEA -fertilizo/G -fértil/S -férula/S -fervientemente -ferviente/S -fervorar/RED -fervor/GS -fervora/S -fervoricé/i -fervorice/iS -fervoricen/i -fervorizad/i -fervoriza/i -fervorizan/i -fervorizar/iRDE -fervorizo/Gi -fervorizó/i -fervorosamente -fervoroso/GS -fervorosa/S -fes -festa/kS -festear -festejar/RÀÂEDÄ -festeje/GS -festeja/S -festejo/S -festín/S -festival/S -festivamente -festivo/GKS -festonar/RDE -festonear/RED -festonee/SG -festonea/S -festón/GS -festóna/S -fetal/S -fetiche/S -fetichismo/S -fetichista/S -fetidez/S -fétido/GS -fétida/S -feto/S -feudad/ik -feuda/ik -feudalismo/S -feudal/OS -feudan/ik -feudar/iRkDE -feudatario/SG -feudataria/S -feude/iSGk -feudé/ki -feuden/ik -feudo/ik -feudó/ki -feudos -fiable/fSJ -fiad/f -fiadores/s -fiador/fGS -fía/f -fiambrar/RDE -fiambrera/S -fiambre/SG -fiambra/S -fían/f -fianza/aSf -fiar/fÁRDôÅIõ -fiasco/S -fibra/hS -fibrilar/RED -fibrile/SG -fibrila/S -fibrina/S -fibroma/S -fibroso/GS -fibrosa/S -ficar -ficción/S -fice/S -ficha/C -fichar/ÁRÂÀDE -fichas/m -fichero/S -fiches/a -fiche/SG -ficha/S -ficticio/GS -ficticia/S -ficus -fidalgo/GS -fidalga/S -fidedigno/SG -fidedigna/S -fideicomisario/GS -fideicomisaria/S -fideicomiso/S -fidelidad/Sk -fideo/S -fido/GS -fida/S -fiduciario/GS -fiduciaria/S -fiebre/S -fié/f -fíe/fGS -fíele/S -fieles/ia -fiel/kS -fielmente/k -fieltrar/RDE -fieltre/GS -fieltra/S -fieltro/S -fíen/f -fíenle/S -fiera/folnkupg -fieramente -fiereza/S -fiero/foGlnukpg -fieros -fierran -fierre/GS -fierra/S -fierren -fierro -fiesta/iS -fiestero/GS -fiestera/S -figle/S -figonero/GS -figonera/S -figón/S -figo/S -figulino/GS -figulina/S -figurable/kS -figuración/fSh -figuradamente -figurad/nfuph -figurándome -figurándonos -figurándoos -figurándote -figuran/nfuph -figurante/SG -figuranta/S -figuraos -figurarme/h -figurarnos/h -figuraros/h -figurar/pRunhfDE -figurarte/h -figúrate -figurativamente -figurativo/GS -figurativa/S -figura/unhfp -figurémonos -figuren/nfuph -figúrense -figuré/pfuhn -figurero/GS -figurera/S -figúrese -figure/unGSfhp -figurilla/S -figurón/S -figuró/pfuhn -figuro/unhfp -fijación/S -fijad/nh -fijador/SG -fijadora/S -fijamente -fijándole/GS -fijándola/S -fijándolo/S -fijándome -fijándonos -fijándoos -fijándote -fija/nhaS -fijan/nh -fijante/S -fijaos -fijarle/GS -fijarla/S -fijarlo/S -fijarme -fijarnos -fijaros -fijar/RnhDE -fijarte -fíjate -fijativo/S -fijé/hn -fijémonos -fije/nGSh -fijen/nh -fíjense -fíjese -Fiji -fijó/hn -fijo/MS -fijos/na -filacteria/S -filadelfio/SG -filadelfia/S -filad/iah -fila/iha -filamento/S -filamentoso/GS -filamentosa/S -filan/iah -filaria/S -filar/RiDahE -filástica/S -filatelia/S -filatelista/S -filé/iah -file/iSGha -filelí/S -filen/iah -filetear/RÀDÌE -filetee/GS -filetea/S -filete/S -filfa/S -fil/GS -fila/S -filia/a -filiad/a -filialmente -filial/S -filian/a -filiar/RaDAE -filibusterismo/S -filibustero/SO -filicíneo/GS -filicínea/S -filié/a -filie/aSG -filien/a -filiforme/S -filigrana/aS -fililí/S -filio/a -filió/a -filipense/S -Filipinas -filipinismo/S -filipinista/S -filipino/GS -filipina/S -filisteo/GS -filistea/S -filloa/S -filmabais/m -filmábamos/m -filmaba/mS -filmaban/m -filmad/mG -filmado/mS -filmáis/m -filma/m -filmamos/m -filmando/m -filmándose/m -filman/m -filmarais/m -filmara/m -filmará/m -filmáramos/m -filmaran/m -filmarán/m -filmar/ÄRÁÀADE -filmarás/m -filmareis/m -filmaréis/m -filmaré/m -filmaremos/m -filmáremos/m -filmare/mSG -filmaren/m -filmaríais/m -filmaríamos/m -filmaría/mS -filmarían/m -filmaron/m -filmarse/m -filmaseis/m -filmase/m -filmásemos/m -filmasen/m -filmas/mS -filmasteis/m -filmaste/m -filme/GmS -filméis/m -filmé/m -filmemos/m -filmen/m -fílmico/GS -fílmica/S -filmina/S -filmo/m -filmó/m -filmoteca/S -film/S -filogenia/S -filó/iah -filo/iha -filología/S -filológico/GS -filológica/S -filólogo/GS -filóloga/S -filón/S -filos/a -filosofador/GS -filosofadora/S -filosofalmente -filosofal/S -filosofar/RED -filosofe/GS -filosofa/S -filosofía/SO -filosófico/GS -filosófica/S -filosofismo/S -filósofo/GS -filósofa/S -filoso/SG -filosa/S -filoxera/S -filtrad/k -filtrador/SG -filtradora/S -filtra/k -filtran/k -filtrante/S -filtrar/RÀkAED -filtre/GSk -filtra/S -filtré/k -filtren/k -filtró/k -filtro/S -fimbria/S -fimosis -finad/fap -fina/fnjgpta -finales/q -finalice/S -finalista/S -finalizar/REÀD -finalizo/G -final/KS -finalmente -finamente -financiar/RÃDAÅÄÁÀÂEP -financiero/GS -financiera/S -financie/SG -financia/S -finan/fnagp -finanza/S -finar/RfpaPDE -finca/a -fincad/a -fincan/a -fincar/aRED -finchar/DRE -finche/GS -fincha/S -fincó/a -finco/aG -fine/fSGngpa -finen/fnagp -finé/S -fines/S -fineta/S -fineza/S -finge/S -fingidamente -fingidor/GS -fingidora/S -fingir/RÁÀÅÄDPE -finiquitar/RED -finiquite/GS -finiquita/S -finiquito/S -finir/nEg -finisecular/S -finísimo/SG -finísima/S -finita/k -finito/kSG -finitud/Sk -finjo/G -Finlandia -finó/fap -fino/fnjgptGa -finolis -finos/tjap -finque/a -finqué/a -fin/S -fintar/RDE -finte/GS -finta/S -finura/S -fío/f -fió/f -fiordo/S -firmad/akfp -firmadle/S -firma/fkbaSp -fírmale/S -firmamento/S -firman/akfp -firmándole/S -firmante/Sf -firmarla/fa -firmarle/fGSa -firmarlo/fSa -firmarme/f -firmarnos/f -firmaros/f -firmar/pRkfDaE -firmarte/f -firmé/fpak -firme/fSGkap -fírmele/S -firmemente -firmen/akfp -fírmenle/S -firmeza/S -firmo/fkap -firmó/fpak -fiscalear -fiscalice/S -fiscalizable/S -fiscalizador/GS -fiscalizadora/S -fiscalizar/REAÀD -fiscalizo/G -fiscal/S -fisco/f -fiscos -fisgador/GS -fisgadora/S -fisgar/RDE -fisgo/G -fisgonear/ERD -fisgonee/GS -fisgonea/S -fisgoneo/S -fisgón/SG -fisgóna/S -físicamente -físico/SG -física/S -fisiología/S -fisiológico/SG -fisiológica/S -fisiólogo/SG -fisióloga/S -fisionar/RED -fisionomía/S -fisión/SG -fisióna/S -fisiopatológico/SG -fisiopatológica/S -fisioterapeuta/S -fisioterapia/S -fisonomía/S -fisonomista/S -fisostigmina/S -fisóstomo/GS -fisóstoma/S -fistolar/ia -fistula/a -fistulad/a -fistulan/a -fistular/RaDE -fistulé/a -fistule/aSG -fistulen/a -fistulo/a -fistuló/a -fistuloso/GS -fistulosa/S -fisura/S -fito/f -fitófago/SG -fitófaga/S -fitos -fiyuela/S -fizar/RED -fiza/S -fizo/h -flaca/i -flacamente -flaccidez/S -fláccido/SG -fláccida/S -flacidez/S -flácido/SG -flácida/S -flaco/iG -flacos -flacucho/GS -flacucha/S -flacura/S -flagelador/GS -flageladora/S -flagelante/S -flagelar/DRÁÄE -flagele/SG -flagela/S -flagelo/S -flagrad/gf -flagra/gf -flagran/gf -flagrante/FS -flagrar/gRDfE -flagré/gf -flagre/gfGS -flagren/gf -flagro/gf -flagró/gf -flama/kS -flamante/S -flamear/RED -flamee/GS -flamea/S -flamenca/N -flamenco/GS -flamenca/S -flamígero/GS -flamígera/S -flanco/S -flanes -flan/k -flanqueador/GS -flanqueadora/S -flanquear/RÀDÄE -flanquee/GS -flanquea/S -flaquear/RED -flaquee/GS -flaquea/S -flaqueza/S -flash/S -flato/S -flatoso/GS -flatosa/S -flatulencia/S -flatulento/SG -flatulenta/S -flatuoso/GS -flatuosa/S -flauta/iSa -flautero/S -flautillo/S -flautín/S -flautista/S -flebitis -flechada/i -flechado/iSG -flecha/H -flechar/DRE -flechaste/S -fleche/GS -flecha/S -flechero/GS -flechera/S -fleco/SN -flegma/Sg -flejar/SpQ -fleje/Sp -flema/Sh -flemático/GS -flemática/S -flemoso/GS -flemosa/S -fletador/S -fletamento/S -fletante/S -fletar/RED -flete/SG -fleta/S -flexibilice/S -flexibilizar/RDÀE -flexibilizo/G -flexible/kJS -flexibles/p -flexionaban/p -flexionaba/pS -flexionado/pS -flexionad/pG -flexionáis/p -flexionamos/p -flexionando/p -flexionan/p -flexiona/p -flexionaran/p -flexionarán/p -flexionara/p -flexionará/p -flexionar/ÁRÀÂÙDEÄ -flexionarás/p -flexionaren/p -flexionaré/p -flexionare/pSG -flexionaría/pS -flexionaron/p -flexionarse/p -flexionasen/p -flexionase/p -flexionas/pS -flexionaste/p -flexione/Gp -flexionéis/p -flexionemos/p -flexionen/p -flexioné/p -flexión/kS -flexiono/p -flexionó/p -flexiva/p -flexivo/GpS -flexo/S -flexuoso/GS -flexuosa/S -flirtear/RDE -flirtee/GS -flirtea/S -flirteo/S -flocular/RED -flocule/GS -flocula/S -flogosis -floja/aS -flojamente -flojear/RED -flojee/GS -flojea/S -flojel/S -flojera/S -flojo/SGK -floja/S -flojuelo/S -floqueado/SG -floqueada/S -floración/S -florad/aiuh -floral/S -floran/aiuh -florar/RhuaDEi -flora/uaeih -flordelisar/RED -flordelise/GS -flordelisa/S -floread/u -florean/u -florear/uRED -florea/u -floré/auhi -florecedor/GS -florecedora/S -floreced/pih -florece/ipSh -florecen/pih -florecer/hRipDLI -florecía/hip -floreciente/S -florecí/hpi -florecimiento/S -floreció/hip -floree/GuS -floreen/u -floreé/u -floren/aiuh -florentino/GS -florentina/S -floreos -floreo/u -floreó/u -florero/LGS -florescencia/kS -florescer -flores/r -floresta/S -floretear/RED -floretee/SG -floretea/S -florete/S -floretista/S -flore/uaSGih -florezca/pih -florezco/pih -floricultor/SG -floricultora/S -floricultura/S -florida/M -floridamente -florido/GS -florida/S -florilegio/S -floripondio/S -florista/LS -floritura/S -florlisar/RED -florlise/SG -florlisa/S -floró/auhi -floro/uaeGih -flor/SG -flora/S -flotable/JS -flotación/S -flotador/SG -flotadora/S -flotad/p -flotadura/S -flotamiento/S -flota/N -flotándole/S -flotan/p -flotante/S -flotar/pRED -floten/p -floté/p -flote/SGp -flota/S -floto/p -flotó/p -fluctuante/S -fluctuar/RAID -fluctúe/GS -fluctúa/S -fluctuoso/SG -fluctuosa/S -flueco/h -fluecos -fluencia/ktS -fluente/FaSf -fluía/fkpa -fluida/M -fluidamente -fluid/apkf -fluidificar/RED -fluidifico/G -fluí/kafp -fluir/kXfaDp -fluis/apkf -flujo/apSk -fluminense/S -flúor -fluorescente/FS -fluorhídrico/S -fluorina/S -fluorita/S -fluvial/S -flux -fluxión/S -fluya/apkf -fluye/apkf -fluyente/Sk -fluyo/apkf -fluyó/fkpa -fobia/S -fo/C -foca/i -focal/eS -focha/S -foco/iG -focos -fofa/a -fofo/aG -fofos -fogaje/S -fogarada/aS -fogarata/S -fogarear/RDE -fogaree/SG -fogarea/S -fogarice/S -fogarizar/ERD -fogarizo/G -fogata/S -fogonadura/aS -fogonero/S -fogones/h -fogón/HS -fogoso/SGK -fogosa/S -foguear/RÁÀDE -foguee/GS -foguea/S -fogueo/S -foguero/GS -foguera/S -foja/S -folclore -folclórico/GS -folclórica/S -folclorista/S -folclor/S -folgar -folgo/S -foliáceo/SG -foliácea/S -foliad/l -folia/l -folian/l -foliar/ElRD -folicular/S -folículo/S -folie/GlS -folié/l -folien/l -folio/l -folió/l -folíolo/S -folios -follaba/aS -folla/C -follad/aG -follado/aS -follador/S -folláis/a -follara/a -follará/a -follaré/a -follare/aSG -follar/ERÀÁÃÇÅÌDI -follase/aS -follé/a -folle/GS -folla/S -folléis/a -folletinesco/GS -folletinesca/S -folletín/S -folletista/S -folleto/S -folló/a -follona/hS -follonero/GS -follonera/S -follones/h -follón/SG -follóna/S -fomentador/GS -fomentadora/S -fomentar/REÀÂD -fomente/GS -fomenta/S -fomento/S -fon -fonación/S -fonda/ah -fondac -fondaques -fondeadero/S -fondear/REÀD -fondee/GS -fondea/S -fondista/S -fondo/hGa -fondón/GS -fondóna/S -fondos -fonema/S -fonendoscopio/S -fonético/GS -fonética/S -fonetista/S -fónica/a -fónico/SGa -fónica/S -fonio/S -fonje/S -fonocaptor/S -fonográfico/SG -fonográfica/S -fonograma/S -fonolita/S -fonología/S -fonológico/GS -fonológica/S -fontanal/S -fontanar/S -fontanela/S -fontanero/SG -fontanera/S -fontano/GSL -fontana/S -foque/iS -forajido/GS -forajida/S -foralmente -foral/S -foramen/S -foráneo/GS -foránea/S -foras/a -forastero/GS -forastera/S -forcatear/RED -forcatee/GS -forcatea/S -forcé/hp -forcejar/RDE -forcejear/RDE -forcejee/SG -forcejea/S -forceje/GS -forceja/S -forcejo/S -forcejudo/GS -forcejuda/S -force/S -forcir -forense/S -forero/GS -forera/S -forestación/S -forestad/gph -foresta/ghp -forestal/S -forestan/gph -forestar/RgDhpE -foresté/gph -foreste/gSGph -foresten/gph -foresto/ghp -forestó/gph -forigar/RDE -forigo/G -forjador/GS -forjadora/S -forjar/REÂÀÁBD -forje/GS -forja/S -formaba/hSpg -formabais/h -formaban/hpg -formad/fphGugk -formado/hSpg -formadores/f -formador/kGpSgu -forma/gpkhuf -formáis/phg -formalete/GS -formaleta/S -formalice/S -formalismo/S -formalista/S -formalizar/RÀED -formalizo/G -formal/kSK -formalmente/k -formamos/hpg -formando/hpg -formándome/f -formándonos/f -formándoos/f -formándote/f -forman/fpuhkg -formante/kS -formara/hgp -formarais/h -formarán/ghp -formaran/phg -formará/pgh -formarás/ghp -formare/hpSGg -formareis/h -formaréis/h -formaren/phg -formaré/pgh -formaría/gSph -formarían/h -formarla/p -formarlo/pSG -formarme/p -formaron/phg -formaros/p -formarse/phg -formarte/p -formar/uAkRÁÀfED -formase/hgp -formaseis/h -formasen/phg -formas/pShg -formaste/phg -formatear/RDÀE -formatee/GS -formatea/S -formativa/upk -formativo/uSGpk -formato/S -forme/fSGpgukh -forméis/phg -formemos/hpg -formen/fpuhkg -formes/qe -formé/ufhkpg -fórmico/S -formidable/S -formidar -formo/gpkhuf -formol/S -formón/S -formó/ufhkpg -formulario/GS -formularia/S -formular/RÁÀÂÃDEAÅÄÆ -fórmula/S -formule/GS -formula/S -formulismo/S -formulista/S -fornacina/S -fornecer -fornecino/GS -fornecina/S -forne/GS -forna/S -fornicador/GS -fornicadora/S -fornicario/GS -fornicaria/S -fornicar/REDA -fornicio/S -fornico/G -fornir/RDE -fornitura/S -forofo/SG -forofa/S -foro/saS -forra/C -forrad/a -forrajear/RDE -forrajee/GS -forrajea/S -forrajero/GS -forrajera/S -forran/a -forrar/aRED -forrarlo/GS -forrarla/S -forrarme -forrarnos -forraros -forrarte -forré/a -forre/aSG -forren/a -forró/a -forro/Sj -fortaleced/h -fortalecedor/GS -fortalecedora/S -fortalece/hS -fortalecen/h -fortalecer/hRDIL -fortalecerle/SG -fortalecerla/S -fortalecerlo/S -fortalecerme -fortalecernos -fortaleceros -fortalecerte -fortalecía/h -fortaleciéndolo/GS -fortaleciéndola/S -fortaleciéndome -fortaleciéndonos -fortaleciéndoos -fortaleciéndote -fortalecí/h -fortalecimiento/S -fortaleció/h -fortaleza/LS -fortalezca/h -fortalezco/h -fortificador/SG -fortificadora/S -fortificar/RÄADE -fortifico/G -fortín/S -fortísimo/SG -fortísima/S -fortuitamente -fortuito/GS -fortuita/S -fortuno/GS -fortuna/S -fortunoso/GS -fortunosa/S -forzad/ph -forzamiento/S -forzándole/GS -forzándola/S -forzándolo/S -forzándome -forzándonos -forzándoos -forzándote -forzarla/p -forzarle/GS -forzarla/S -forzarlo/SpG -forzarme/p -forzarnos -forzaros/p -forzar/RhpDI -forzarte/p -forzó/hp -forzosamente -forzoso/GS -forzosa/S -forzudamente -forzudo/GS -forzuda/S -fosa/a -fosaba/aS -fosad/aG -fosado/aS -fosáis/a -fosan/a -fosara/a -fosará/a -fosaré/a -fosare/aGS -fosar/REBD -fosas/aS -fosase/a -fosca/ai -fosco/Gai -foscos -fosé/a -fose/aGS -foséis/a -fosen/a -fosfatado/GS -fosfatada/S -fosfato/St -fosforecer/RILD -fosforece/S -fosforero/GS -fosforera/S -fosforescente/FS -fosforescer/ERD -fosforesce/S -fosforesza/L -fosforeszo/G -fosfórico/SG -fosfórica/S -fosforita/S -fósforo/S -fosilice/S -fosilizar/RDE -fosilizo/G -fósil/S -fosó/a -foso/ab -fosos/b -fotobiología/S -fotoconductor/GS -fotoconductora/S -fotocopiador/GS -fotocopiadora/S -fotocopiar/RÀED -fotocopie/GS -fotocopia/S -fotoelectricidad/S -fotoeléctrico/GS -fotoeléctrica/S -fotofobia/S -fotograbar/RED -fotograbe/GS -fotograba/S -fotografiar/RIÀÁD -fotográficamente -fotográfico/SG -fotográfica/S -fotografíe/SG -fotografía/S -fotógrafo/GS -fotógrafa/S -fotograma/S -fotolisis -fotolitografiar/RID -fotolitografíe/GS -fotolitografía/S -fotolito/S -fotoluminiscencia/S -fotométrico/GS -fotométrica/S -fotonovela/S -foto/S -fotosensible/S -fotosfera/S -fotosíntesis -fototerapia/S -fóvea/S -fracasar/RED -fracase/GS -fracasa/S -fracaso/S -fraccionable/S -fraccionario/GS -fraccionaria/S -fraccionar/RÄÀPED -fraccione/G -fracción/pkS -frac/S -fracturar/RDÂÀE -fracture/GS -fractura/S -fradar/RDE -fradear -frade/SG -frada/S -fragante/SF -fragaria/S -fraga/S -fragata/S -fragilidad/S -frágil/S -fragmentario/GS -fragmentaria/S -fragmentar/REÁÀD -fragmente/GS -fragmenta/S -fragmento/S -fragoroso/GS -fragorosa/S -fragor/S -fragoso/KGS -fraguador/GS -fraguadora/S -fraguar/RED -fragüe/S -fraguo/G -frailada/Sia -frailar/ia -frailear/RDE -frailecillo/S -frailecito/S -frailee/GS -frailea/S -fraile/iSa -frailuco/S -fraire/S -frambueso/GS -frambuesa/S -franca/aS -francachela/S -francamente -francesa/N -francesas/a -franceses/a -francés/SG -francésa/S -franchute/GS -franchuta/S -Francia -franciscano/GS -franciscana/S -francisco/GS -francisca/S -francmasonería/S -francolín/S -franco/SG -franca/S -francote/SG -francota/S -francotirador/GS -francotiradora/S -franela/S -frange/S -frangir/RED -frangollar/RDE -frangolle/GS -frangolla/S -frangollo/S -franjar/RED -franje/GS -franja/S -franklin -franqueable/Sk -franquear/RDôPÁÀÂÆE -franquee/GS -franquea/S -franqueo/S -franqueza/S -franquiciado/GS -franquiciada/S -franquicia/S -frañer -frasca/iS -frasco/SG -frasca/S -frasear/RED -frasee/GS -frasea/S -fraseología/S -frase/S -frasquera/S -frasqueta/S -fratasar/RDE -fratase/GS -fratasa/S -fraterna/f -fraternalmente -fraternal/S -fraternicé/f -fraternice/fS -fraternicen/f -fraternizad/f -fraterniza/f -fraternizan/f -fraternizar/fRDE -fraternizó/f -fraternizo/fG -fraterno/fKG -fraternos -fratricida/S -fratricidio/S -fraudar/g -fraude/gS -fraudulencia/S -fraudulentamente -fraudulento/GS -fraudulenta/S -fray -frazada/S -frece/S -frecuentador/SG -frecuentadora/S -frecuentar/RÄÁÀDAE -frecuentativo/S -frecuente/kFS -frecuentemente -frecuento/G -fregadero/S -fregador/GS -fregadora/S -fregad/up -fregadura/S -fregajo/S -fregamiento/S -fregándole/SG -fregándola/S -fregándolo/S -fregarle/GS -fregarla/S -fregarlo/S -fregármelo/GS -fregármela/S -fregarme/p -fregarnos -fregárnoslo/GS -fregárnosla/S -fregároslo/GS -fregárosla/S -fregaros/p -fregar/RupDI -fregárselo/GS -fregársela/S -fregártelo/GS -fregártela/S -fregarte/p -fregata/S -fregotear/RDE -fregotee/GS -fregotea/S -fregó/up -fregué/pu -freíais/p -freían/p -freía/pS -freída/p -freído/pSG -freidor/SG -freidora/S -freidura/S -freilar -freile/S -freímos/p -freí/p -freirán/p -freirá/p -freirás/p -freiré/p -freiría/pS -freírse/p -freír/XDÈÁRÀÌÔ -freís/p -freíste/p -fréjol/S -frenada/rS -frenad/ihp -frena/hpi -frenan/ihp -frenarla/p -frenarle/GS -frenarla/S -frenarlo/pSG -frenarme/p -frenarnos -frenaros/p -frenar/pRiDhE -frenarte/p -frenazo/S -frené/iph -frene/iSGhp -frenen/ihp -frenesí/S -frenéticamente -frenetice/S -frenético/GS -frenética/S -frenetizar/RDE -frenetizo/G -frenilla/a -frenillad/a -frenillan/a -frenillar/RaDE -frenillé/a -frenille/GSa -frenilla/S -frenillen/a -frenilló/a -frenillo/S -freno/hpi -frenó/iph -frenología/S -frenos -frente/iaS -frentero/S -freo/S -fresador/GS -fresadora/S -fresal/S -fresar/RDE -frescachón/GS -frescachóna/S -frescal/S -frescamente -fresca/N -fresco/pGS -frescor/S -frescote/SG -frescota/S -frescura/S -frese/GS -fresa/S -fresero/SG -fresera/S -fresno/NS -fresón/S -fresquero/SG -fresquera/S -fresquista/S -fresquito/SG -fresquita/S -freta/au -fretad/au -fretan/au -fretar/uRaDE -frete/aSGu -freten/au -freté/ua -freto/au -fretó/ua -frey/S -frezador/S -frezar/RDE -frezo/G -friable/S -fría/ip -friáis/pi -frialdad/S -fríamente -friamos/ip -frían/ip -fricada/a -fricado/aGS -fricar/REDA -fricativo/GS -fricativa/S -friccionar/RÄED -fricción/GS -friccióna/S -frico/G -friega/up -friego/up -fríe/iGSp -friendo/p -fríen/ip -frieran/p -friera/p -frieren/p -friere/pSG -frieron/p -friesen/p -friese/pS -frigidez/S -frígido/SG -frígida/S -frigio/GS -frigia/S -frigoría/S -frigorífico/SG -frigorífica/S -frío/ip -frió/ip -friolento/GS -friolenta/S -friolero/GS -friolera/S -frior/S -fríos -frisador/GS -frisadora/S -frisar/RDBE -frise/SG -frisa/S -frisio/SG -frisia/S -frisón/GS -frisóna/S -friso/S -frisuelo/S -fritanga/S -frita/p -fritar/RED -frite/SG -frita/S -frito/pSG -fritura/S -friura/S -frivolice/S -frivolidad/S -frivolizar/RED -frivolizo/G -frívolo/SG -frívola/S -frogar/RDE -frogo/G -fronde/GS -fronda/S -frondoso/KGS -frontalero/SG -frontalera/S -frontal/S -fronte/afSi -fronterizo/GS -fronteriza/S -frontero/GS -frontera/S -frontino/GS -frontina/S -frontis -frontispicio/S -frontón/S -frotador/GS -frotadora/S -frotar/ÃÇRPÅÄÆøÙÁÂÀDBEA -frote/GS -frota/S -fructífera/k -fructífero/GSk -fructífera/S -fructificar/DRE -fructifico/G -fructuosa/k -fructuosamente/k -fructuoso/kSG -frufrú -frugalmente -frugal/SK -frugívoro/GS -frugívora/S -fruir/XAD -frumentario/GS -frumentaria/S -fruncen/h -frunce/Sh -fruncía/h -fruncid/h -fruncidor/GS -fruncidora/S -fruncí/h -fruncimiento/S -frunció/h -fruncir/hRED -fruncís/h -frunza/h -frunzan/h -frunzo/Gh -fruslera/SL -frustrar/REÀÁÆAD -frustre/GS -frustra/S -frutad/h -fruta/h -frutal/S -frutan/h -frutar/hRDE -frutecer/RDIL -frutece/S -fruté/h -frute/hSG -fruten/h -frutero/LSG -fruticoso/GS -fruticosa/S -fruticultura/S -frutier/S -frutificar -frutilla/S -fruto/h -frutó/h -frutos -fu -fucila/H -fucilar/RDE -fucile/GS -fucila/S -fuco/S -fucsia/S -fucsina/S -fue -fuego/S -fueguino/GS -fueguina/S -fuella/a -fuellan/a -fuellar/S -fuelle/aGS -fuellen/a -fuello/a -fuente/S -fuera/a -fueraborda/S -fuerais -fuéramos -fueran/a -fuerce/ph -fuere/aSG -fuereis -fuéremos -fueren/a -fuer/GS -fuera/S -fuero/a -fueron -fueros -fuertemente -fuerte/S -fuerza/ph -fuerzo/ph -fueseis -fuésemos -fuesen -fuese/S -fufa/a -fufad/a -fufan/a -fufar/RDaE -fufé/a -fufe/aGS -fufen/a -fufo/a -fufó/a -fugar/RÁEDÅ -fugaz/KS -fugazmente -fugir -fugitivo/GS -fugitiva/S -fugo/G -fuguillas -fui -fuimos -fuina/S -fuir/fQ -fuiste -fuisteis -fulano/SG -fulana/S -fular/S -fulastre/S -fulcir -fulcro/S -fulero/SG -fulera/S -fulgen/p -fulgente/Spn -fulge/Sp -fulgía/p -fúlgido/GS -fúlgida/S -fulgid/p -fulgió/p -fulgí/p -fulgir/RpED -fulgís/p -fulgor/S -fulgurante/S -fulgurar/RDE -fulgure/GS -fulgura/S -fulguroso/GS -fulgurosa/S -fúlica/S -fuliginoso/GS -fuliginosa/S -fuljan/p -fulja/p -fuljo/Gp -fulla/iS -fulleresco/GS -fulleresca/S -fullero/LGS -fulminador/GS -fulminadora/S -fulminante/S -fulminar/ÄÅRDEÁÀ -fulmine/GS -fulmina/S -fulmínico/S -ful/S -fuma/a -fumaba/aS -fumable/Sk -fumad/aG -fumadero/S -fumado/aS -fumador/GS -fumadora/S -fumáis/a -fuman/a -fumante/S -fumara/a -fumará/a -fumarada/S -fumar/ÃRÁÀEôÅD -fumaré/a -fumare/aGS -fumaria/S -fumas/aS -fumase/a -fumé/a -fume/aGS -fuméis/a -fumen/a -fumigador/GS -fumigadora/S -fumigar/ERDÀ -fumigo/G -fumista/S -fumo/a -fumó/a -fumos -fumoso/KSG -funcionalismo/S -funcional/SKO -funcionarial/S -funcionario/GS -funcionaria/S -funcionar/REPD -funciones/g -función/SG -funcióna/S -fundacional/S -fundación/S -fundada/k -fundad/io -fundado/kSG -fundador/GS -fundadora/S -funda/kifoup -fundamentalmente -fundamental/S -fundamentar/RÄEÀD -fundamente/GS -fundamenta/S -fundamento/S -fundámonos -fundándolo/GS -fundándola/S -fúndanse -fundan/ufkipo -fundar/iRoDE -fundarlo/GS -fundarla/S -fúndase -fundé/io -funde/kifouGSp -fundente/S -funden/ufkipo -fundía/pkfu -fundible/fS -fundición/S -fundidor/pSf -fundid/ufkp -fundiéndolo/GS -fundiéndola/S -fundí/fkup -fundió/pkfu -fundir/kRupDfE -fundirla/pf -fundirlo/GfSp -fundirme/kpf -fundirnos/f -fundiros/kpf -fundirte/kpf -fundís/pkfu -fundó/io -fundo/kifoup -fundos/o -fúnebre/S -funeral/SG -funerala/S -funerario/GS -funeraria/S -funestamente -funestar -funesto/GS -funesta/S -funge/S -fungible/S -fungicida/S -fungir/RED -fungoso/SGK -fungosa/S -funicular/S -funículo/S -funjo/G -fuñad/i -fuña/i -fuñan/i -fuñar/iRDE -fuñé/i -fuñe/iGS -fuñen/i -fuñicar/RED -fuñico/G -fuño/i -fuñó/i -furcia/S -furgoneta/S -furgón/S -furia/iS -furibundo/GS -furibunda/S -furiente/S -furiosamente -furioso/SG -furiosa/S -furo/GS -fura/S -furor/S -furriel/S -furrier/GS -furriera/S -furtar -furtivamente -furtivo/GS -furtiva/S -fusada/i -fusado/iGS -fusa/fiSkoq -fusca/k -fuscar/k -fusco/kG -fuscos -fuselado/GS -fuselada/S -fuselaje/S -fusible/kS -fusiforme/S -fusilar/RÁÂÀDPÚEÄ -fusilero/GS -fusilera/S -fusil/HLGS -fusionar/RÀÁDE -fusione/G -fusión/oSk -fusor/uS -fustes/a -fuste/SG -fusta/S -fustigador/GS -fustigadora/S -fustigar/RDE -fustigo/G -futbolista/S -fútbol/S -futesa/S -futilidad/S -fútil/S -futre/S -Futuna -futuro/SG -futura/S -gabacha/aS -gabachada/aS -gabacho/GS -gabacha/S -gabán/S -gabarda/S -gabardina/S -gabarrero/S -gabarro/GS -gabarra/S -gabarse -gabata/S -gabela/S -gabinete/S -gablete/S -Gabón -gabrieles -gacel/SG -gacela/S -gaceta/NS -gacetero/GS -gacetera/S -gacetillero/GS -gacetillera/S -gacetista/S -gacha/a -gacheta/S -gacho/Ga -gachos -gachó/S -gaditano/GS -gaditana/S -gaélico/SG -gaélica/S -gaetano/GS -gaetana/S -gafad/i -gafa/i -gafan/i -gafar/iRDE -gafe/GSi -gafa/S -gafé/i -gafen/i -gafete/iS -gafó/i -gafo/SK -gago/GS -gaga/S -gaguear/RDE -gaguee/SG -gaguea/S -gaguera/S -gaita/Si -gaitero/GS -gaitera/S -gaje/hS -gajoso/SG -gajosa/S -gajo/Sp -galáctico/GS -galáctica/S -galactosa/S -galafate/S -galaico/GS -galaica/S -galana/iS -galancete/S -galanes/i -galano/S -galán/SG -galána/S -galanteador/GS -galanteadora/S -galantear/RDE -galantee/GS -galantea/S -galantemente -galanteo/S -galantería/S -galante/S -galanura/S -galápago/S -gala/pS -galardonador/GS -galardonadora/S -galardonar/RDE -galardón/GS -galardóna/S -galaxia/S -galayo/S -galbana/S -gálbano/S -galbanoso/SG -galbanosa/S -gálbula/S -galdosiano/SG -galdosiana/S -galea/S -galeaza/S -galega/S -galeno/SG -galena/S -galeón/S -galeote/GS -galeota/S -galera/aS -galerada/aS -galerita/S -galerno/GS -galerna/S -galero/SG -galera/S -galeros/p -Gales -galés/G -gales/S -galga/hi -galgo/hGi -galgos -gal/GSNL -gala/S -galguear/RED -galguee/GS -galguea/S -galguero/S -galianos -galibar/RDE -galibe/SG -galiba/S -galicano/GS -galicana/S -galiciano/GS -galiciana/S -galicismo/S -galicista/S -gálico/SG -gálica/S -galicoso/GS -galicosa/S -galileo/GS -galilea/S -galimar -galio -gallad/i -galladura/aS -galla/ia -gallan/i -gallardamente -gallardear/RDE -gallardee/GS -gallardea/S -gallardete/S -gallardía/S -gallardo/GS -gallarda/S -gallareta/S -gallar/RiBED -gallear/RDE -gallee/GS -gallea/S -gallegada/S -gallego/GSO -gallega/S -galle/GSi -galla/S -galleguismo/S -gallé/i -gallen/i -galleo/S -gallero/SG -gallera/S -galleta/S -galletero/SG -galletera/S -galliforme/S -gallináceo/GS -gallinácea/S -gallinaza/S -gallinejas -gallinero/SG -gallinera/S -gallineta/S -gallino/GS -gallina/S -gallipavo/GS -gallipava/S -gallito/S -gallocresta/S -gallofar/RDE -gallofear/RDE -gallofee/SG -gallofea/S -gallofe/GS -gallofa/S -gallofero/SG -gallofera/S -gallofo/S -galló/i -gallón/S -gallo/SaG -gallundera/S -galocho/GS -galocha/S -galonear/RDE -galonee/GS -galonea/S -galón/Sp -galopante/S -galopar/RDE -galopear/RED -galopee/GS -galopea/S -galope/SG -galopa/S -galopo/NS -galota/S -galpón/S -galvanice/S -galvánico/GS -galvánica/S -galvanismo/S -galvanizar/ERD -galvanizo/G -galvanoplastia/S -galvano/S -gamada/S -gamarra/S -gamba/S -gamberrada/S -gamberro/GS -gamberra/S -gambetear/RDE -gambetee/GS -gambetea/S -gambeto/GS -gambeta/S -Gambia -gambito/S -gamboa/S -gambota/S -gambuza/S -gamello/GS -gamella/S -gameto/S -gamita/a -gamitad/a -gamitan/a -gamitar/RDaE -gamité/a -gamite/aGS -gamiten/a -gamitido/S -gamito/a -gamitó/a -gamma/S -gamo/GS -gama/S -gamonal/SO -gamopétalo/GS -gamopétala/S -gamos/pj -gamuno/GS -gamuna/S -gamusino/S -gamuza/S -gana/ahr -ganadero/GS -ganadera/S -ganado/L -ganador/SG -ganadora/S -ganad/rha -ganancial/S -ganancia/S -ganancioso/GS -gananciosa/S -ganándole/GS -ganándola/S -ganándolo/S -ganándome -ganándonos -ganándoos -ganándote -ganan/rha -ganaos -ganapán/S -ganar/hRrDaE -ganarle/GS -ganarla/S -ganarlo/S -ganarme -ganármelo/GS -ganármela/S -ganarnos -ganárnoslo/GS -ganárnosla/S -ganaros -ganároslo/SG -ganárosla/S -ganárselo/GS -ganársela/S -ganarte -ganártelo/GS -ganártela/S -gánate -gancha/ih -ganchero/S -ganchete/S -ganchillo/S -gancho/hGi -ganchos -ganchoso/GS -ganchosa/S -ganchudo/GS -ganchuda/S -gandaya/S -gandinga/S -gandir/D -gandujad/i -ganduja/i -gandujan/i -gandujar/iRDE -ganduje/GiS -gandujé/i -gandujen/i -gandujo/i -gandujó/i -gandulear/RED -gandulee/GS -gandulea/S -gandul/GS -gandula/S -gane/aGShr -ganémonos -ganen/rha -gánense -gané/rha -gánese -ganeta/S -ganga/S -ganglionar/S -ganglio/S -gangoso/GSK -gangosa/S -gangrena/a -gangrenad/a -gangrenan/a -gangrenar/RaED -gangrené/a -gangrenen/a -gangrene/SGa -gangrena/S -gangreno/a -gangrenó/a -gangrenoso/SG -gangrenosa/S -ganguear/RDE -ganguee/GS -ganguea/S -gano/ahr -ganó/rha -gansada/S -gansear/RDE -gansee/GS -gansea/S -ganso/GS -gansa/S -gante/Sp -ganzuar/RID -ganzúe/GS -ganzúa/S -gañáis/i -gañamos/i -gañan/ip -gañán/S -gaña/pi -gañe/GiSp -gañen/ip -gañía/p -gañid/p -gañí/p -gañir/pRDE -gañís/p -gañó/ip -gaño/pi -garabatada/Si -garabatear/RDE -garabatee/GS -garabatea/S -garabato/S -garaje/S -garambaina/S -garante/S -garantice/S -garantiendo -garantierais -garantiéramos -garantieran -garantiere/GS -garantiera/S -garantiereis -garantiéremos -garantieren -garantieron -garantieseis -garantiésemos -garantiesen -garantiese/S -garantió -garantir/XD -garantizador/GS -garantizadora/S -garantizar/ÄÆRÁÀÂDE -garantizo/G -garañón/S -garapiñar/RED -garapiñe/GS -garapiña/S -garapullo/S -garatusa/S -garba/aN -garbada/h -garbad/ia -garbado/hSG -garbancero/GS -garbancera/S -garban/ia -garbanzal/S -garbanzo/S -garbanzuelo/S -garbar/RiaDE -garbear/RED -garbee/SG -garbea/S -garbé/ia -garbe/iSGa -garben/ia -garbera/iS -garbillad/a -garbillador/GS -garbilladora/S -garbillan/a -garbillar/RaED -garbillé/a -garbille/aS -garbillen/a -garbillo/a -garbilló/a -garbo/hS -garbó/ia -garbosamente -garboso/GS -garbosa/S -garceta/S -garcía/S -gardenia/S -gardingo/S -garduño/SG -garduña/S -garete/S -garfada/S -garfa/S -garfear/ERD -garfee/GS -garfea/S -garfio/i -garfios -gargajear/RDE -gargajee/GS -gargajea/S -gargajo/S -gargajoso/GS -gargajosa/S -gargalizar -garganta/hiS -gargantear/RDE -gargantee/SG -gargantea/S -gargantilla/S -gárgara/S -gargarear/RED -gargaree/SG -gargarea/S -gargarice/S -gargarismo/S -gargarizar/RDE -gargarizo/G -gárgola/S -garguero/S -garifo/GS -garifa/S -garita/ih -garitero/S -garito/Gih -garitón/S -garitos -garlador/GS -garladora/S -garla/j -garlar/ERD -garle/SGj -garla/S -garlito/S -garlocha/S -garlo/j -garlopa/S -garnacha/S -garrad/hai -garrafa/aSi -garrafal/S -garrafiñar/RED -garrafiñe/GS -garrafiña/S -garra/hai -garramar/RED -garrame/GS -garrama/S -garrancha/H -garrancho/GS -garrancha/S -garran/hai -garrapatear/RDE -garrapatee/GS -garrapatea/S -garrapato/GS -garrapata/S -garrapiñar/RDE -garrapiñe/GS -garrapiña/S -garrar/hREaiD -garrear/ERD -garree/GS -garrea/S -garré/iah -garren/hai -garre/SGhai -garra/S -garrir/RD -garroba/NS -garrocha/a -garrochad/a -garrochan/a -garrochar/RaDE -garroché/a -garroche/aGS -garrochear/RDE -garrochee/GS -garrochea/S -garrochen/a -garrocho/a -garrochó/a -garrofal/S -garro/hai -garró/iah -garrones/i -garrón/hS -garrota/ai -garrotazo/S -garrote/aiSG -garrotear/a -garrotera/S -garrotillo/S -garrucho/GS -garrucha/S -garrudo/GS -garruda/S -garrula -garrulidad/S -gárrulo/GS -gárrula/S -garrulo/LS -garullada/S -garullo/GS -garulla/S -garza/i -garzo/iG -garzonear -garzos -garzota/S -gasajar/a -gasajoso/GS -gasajosa/S -gasa/S -gascón/GS -gascóna/S -gasear/RED -gasee/GS -gasea/S -gas/efhjk -gaseoso/GS -gaseosa/S -gases/pj -gasificar/ARED -gasifico/G -gasista/S -gasóleo/S -gasolina/S -gasolinera/S -gastable/S -gastad/hi -gastador/iGS -gasta/hi -gastándome -gastándonos -gastándoos -gastándote -gastan/hi -gastaos -gastar/iDRhE -gastarla/h -gastarle/GS -gastarla/S -gastarlo/hGS -gastarme/h -gastármelo/GS -gastármela/S -gastarnos/h -gastárnoslo/GS -gastárnosla/S -gastaros/h -gastároslo/GS -gastárosla/S -gastárselo/GS -gastársela/S -gastarte/h -gastártelo/GS -gastártela/S -gástate -gaste/GShi -gasta/S -gasté/ih -gasten/hi -gasterópodo/S -gastó/ih -gasto/S -gastoso/GS -gastosa/S -gastralgia/S -gástrico/GS -gástrica/S -gastritis -gastroenteritis -gastrointestinal/S -gastronomía/S -gastronómico/GS -gastronómica/S -gastrovascular/S -gatada/Sih -gata/H -gatas/phi -gatead/p -gateamiento/S -gatean/p -gatea/p -gatear/pRDE -gatee/GpS -gateen/p -gateé/p -gateo/p -gateó/p -gatera/p -gatero/SGp -gatera/S -gatesco/GS -gatesca/S -gatillo/H -gato/NGS -gata/S -gatos/p -gatunero/S -gatuno/SG -gatuna/S -gatuña/S -gatuperio/S -gauchesco/SG -gauchesca/S -gaucho/S -gaudeamus -gavera/S -gaveta/S -gavia/Si -gavilancillo/S -gavilán/SN -gavilla/ai -gavillad/ia -gavillan/ia -gavillar/aRiDE -gavillé/ia -gaville/iSGa -gavillen/ia -gavillero/S -gavillo/ai -gavilló/ia -gavina/S -gaviota/S -gavota/S -gayar/RED -gayata/S -gaye/G -gayola/S -gayomba/S -gays -gay/S -gayuba/S -Gaza -gazapa/a -gazapatón/S -gazapera/S -gazapo/aG -gazapos -gaza/Sip -gazmiar/RED -gazmie/GS -gazmia/S -gaznar/RED -gaznatada/hS -gaznatazo/S -gaznate/Sh -gazne/SG -gazna/S -gazpachero/S -gazpacho/S -gazpachuelo/S -gazuza/S -ge/C -gelatina/S -gelatinoso/SG -gelatinosa/S -geles/f -gélido/SG -gélida/S -gel/S -gemación/S -gema/S -gemelar/S -gemelo/SG -gemela/S -gemidor/GS -gemidora/S -geminar/RDE -gemine/GS -gemina/S -géminis -gemiquear/RDE -gemiquee/GS -gemiquea/S -gemir/XD -gemoso/GS -gemosa/S -gen -gencianáceo/SG -gencianácea/S -genciana/S -gencianeo/SG -gencianea/S -gendarme/S -genealogía/S -genealógico/SG -genealógica/S -genealogista/S -generable/S -generacional/S -generadle/S -generador/pGS -generad/pg -genera/gp -generalato/S -genérale/S -generalice/S -generalísimo/S -generalizable/S -generalizador/SG -generalizadora/S -generalizar/AREÀÄD -generalizo/G -general/KSG -generalmente -generándole/S -generan/pg -generar/ApRgED -generarla/p -generarle/GS -generarla/S -generarlo/pGS -generativa/g -generativo/SGg -generativa/S -generatriz/S -generé/gp -genere/gSGp -generen/pg -genéricamente -genérico/GS -genérica/S -genero/gp -generó/gp -generosamente -generoso/KGS -género/Ss -génesis -genético/GS -genética/S -genial/KS -genialmente -geniazo/S -génico/SG -génica/S -genio/kS -genista/S -genital/S -genitivo/GS -genitiva/S -genitourinario/GS -genitourinaria/S -genocidio/S -genoma/S -genotipo/S -genovés/GS -genovésa/S -gentecilla/S -gente/kSpa -gentilhombre/S -gentilice/S -gentilicio/SG -gentilicia/S -gentílico/GS -gentílica/S -gentilismo/S -gentilizar/RED -gentilizo/G -gentilmente -gentil/SKMO -gentío/S -gentualla/S -gentuza/S -genuino/GS -genuina/S -geodesia/S -geodésico/GS -geodésica/S -geoestacionario/GS -geoestacionaria/S -geografía/S -geográficamente -geográfico/GS -geográfica/S -geología/S -geológico/GS -geológica/S -geómetra/S -geometría/S -geométrico/GS -geométrica/S -geopolíticamente -Georgia -georgiano/GS -georgiana/S -geraniáceo/GS -geraniácea/S -geranio/S -gerente/GSF -gerenta/S -geriatría/S -geriátrico/GS -geriátrica/S -gerifalte/S -germanes/a -germanesco/GS -germanesca/S -germanía/S -germanice/S -germánico/GS -germánica/S -germanio/O -germanismo/S -germanista/S -germanizar/RDAE -germanizo/G -germano/a -germanofilia/S -germanófobo/SG -germanófoba/S -germanos -germán/S -germen -germicida/S -germinal/S -germinar/RDE -germine/GS -germina/S -Gerona -gerundense/S -gerundiano/GS -gerundiana/S -gerundio/S -gerundivo/S -ges -gestada/i -gestado/iSG -gestados/a -gestante/S -gestar/REÀDA -gestarse/a -gestatorio/GS -gestatoria/S -gestear/RDE -gestee/SG -gestea/S -geste/GS -gesta/S -gestero/GS -gestera/S -gesticulador/GS -gesticuladora/S -gesticulante/S -gesticular/RDEA -gesticule/SG -gesticula/S -gesticuloso/GS -gesticulosa/S -gestionad/f -gestiona/f -gestionan/f -gestionarle/GS -gestionarla/S -gestionarlo/S -gestionar/RfDE -gestioné/f -gestione/fG -gestionen/f -gestión/kfS -gestiono/f -gestionó/f -gestor/GS -gestora/S -gesto/S -gestual/S -Ghana -gibad/i -giba/i -giban/i -gibao/S -gibar/RiDE -gibé/i -gibe/iSG -giben/i -gibo/i -gibó/i -giboso/SGK -gibosa/S -Gibraltar -giennense/S -giganta/M -gigantas/a -gigante/GSO -giganta/S -giganteo/GS -gigantea/S -gigantes/a -gigantesco/GS -gigantesca/S -gigantismo/S -gigantón/SG -gigantóna/S -giga/S -gigote/S -gilbert -gilbertes -gilipollas/S -gilipollez/S -gilí/S -gilito/S -gillete/S -gil/S -gime/GS -gima/S -gimnasio/GS -gimnasia/S -gimnasta/S -gimnástico/GS -gimnástica/S -gímnico/GS -gímnica/S -gimotear/RDE -gimotee/SG -gimotea/S -ginebra/S -gineceo/S -ginecólogo/GS -ginecóloga/S -ginesta/S -gin/S -giobertita/S -girador/GS -giradora/S -girad/r -giráis/k -giralda/NS -giramos/k -girándole/GS -girándola/S -girándolo/S -girándome -girándonos -girándoos -girándote -girándula/S -giran/r -girante/S -gira/r -girarle/SG -girarla/S -girarlo/S -girarme -girarnos -giraros -girar/RrDE -girarte -girasol/S -giratorio/GS -giratoria/S -gire/GSr -gira/S -gírelo/GS -gírela/S -gírenlo/GS -gírenla/S -giren/r -giré/pr -girino/S -giró/r -giroscópico/GS -giroscópica/S -giroscopio/S -giro/Sd -giros/p -gis/S -gitana/aS -gitanada/aS -gitanamente -gitanear/RED -gitanee/SG -gitanea/S -gitanesco/SG -gitanesca/S -gitanismo/S -gitano/LGS -glabro/GS -glabra/S -glacialmente -glacial/S -glaciar/AS -glaciares/nl -gladiador/GS -gladiadora/S -gladio/S -glamour -glamours -glande/S -glandular/S -glándula/S -glanduloso/SG -glandulosa/S -glasear/RED -glasee/SG -glasea/S -glasé/S -glas/p -glasto/S -glauco/GS -glauca/S -gleba/S -glicerina/S -glicina/S -glicinia/S -globalice/S -globalizar/RDE -globalizo/G -global/S -globo/S -globoso/GS -globosa/S -globular/S -glóbulo/S -globuloso/SG -globulosa/S -gloriapatri/S -gloriar/RIÁD -gloria/S -gloríe/GS -gloría/S -glorieta/S -glorificable/S -glorificador/GS -glorificadora/S -glorificar/RÎÄEÁDA -glorifico/G -Gloriosa -gloriosamente -glorioso/GS -gloriosa/S -glosad/h -glosador/SG -glosadora/S -glosa/N -glosan/h -glosario/S -glosar/REhÀD -glosé/h -glosen/h -glose/SGh -glosa/S -gloso/h -glosó/h -glosopeda/S -glotis -glotonear/ERD -glotonee/SG -glotonea/S -glotón/LGS -glucemia/S -glucina/S -glucógeno/S -glucosa/S -glucósido/S -gluten/S -glúteo/SG -glútea/S -glutinoso/KSG -gneis -gnomon -gnómones -gnomónico/GS -gnomónica/S -gnomo/S -gnóstica/a -gnosticismo/aS -gnóstico/aSG -gobernable/Sk -gobernación/S -gobernad/h -gobernadora/sS -gobernadores/s -gobernador/NSG -gobernadora/S -gobernalle/S -gobernándolo/GS -gobernándola/S -gobernándome -gobernándonos -gobernándoos -gobernándote -gobernante/GS -gobernanta/S -gobernar/hRDI -gobernarme -gobernarnos -gobernaros -gobernarte -gobernativo/GS -gobernativa/S -goberné/h -gobernó/h -gobierna/h -gobierne/h -gobierno/h -gobiernos -gobio/aS -goce/S -gocho/SG -gocha/S -godesco/GS -godesca/S -godo/GS -goda/S -gofio/S -gofrar/RDE -gofre/GS -gofra/S -gola/qSai -golear/RDEÀ -golee/GS -golea/S -goles/ia -goleta/S -golf -golfa/ip -golfear/RED -golfee/SG -golfea/S -golfín/S -golfo/Gip -golfos -gol/GS -gola/S -golilla/S -golillero/SG -golillera/S -gollete/iS -golmajear/RDE -golmajee/SG -golmajea/S -golondrina/i -golondrinera/S -golondrino/iG -golondrinos -golondro/S -golosamente -golosear/ERD -golosee/SG -golosea/S -golosinad/i -golosina/i -golosinan/i -golosinar/REiD -golosinear/RDE -golosinee/GS -golosinea/S -golosine/GiS -golosiné/i -golosinen/i -golosino/i -golosinó/i -golosmear/RED -golosmee/GS -golosmea/S -goloso/SG -golosa/S -golpazo/S -golpeador/GS -golpeadora/S -golpear/RÀÂÁDÆÄÅBE -golpe/aS -golpee/GS -golpea/S -golpeo/S -golpetear/RED -golpetee/SG -golpetea/S -golpete/HS -golpista/S -gomar/hi -gomer/GS -gomera/S -gomero/S -gomina/Si -gomista/S -gomorresina/S -gomoso/GSK -gomosa/S -gónada/S -goncear/RDE -goncee/GS -goncea/S -gonce/hSi -góndola/S -gondolero/S -gongorice/S -gongorino/GS -gongorina/S -gongorismo/S -gongorizar/RDE -gongorizo/G -gong/S -gonococia/S -gonocócico/GS -gonocócica/S -gonococo/S -gonorrea/S -gorda/i -gordal/S -gordiano/S -gordinflón/GS -gordinflóna/S -gordo/iG -gordolobo/S -gordos -gordura/S -gorgoja/a -gorgojad/a -gorgojan/a -gorgojar/RaDE -gorgojé/a -gorgoje/GaS -gorgojen/a -gorgojo/a -gorgojó/a -gorgojos -gorgojoso/GS -gorgojosa/S -gorgona/S -gorgorear/RDE -gorgoree/SG -gorgorea/S -gorgorita/i -gorgoritear/RDE -gorgoritee/GS -gorgoritea/S -gorgorito/iG -gorgoritos -gorgor/S -gorgotear/RDE -gorgotee/SG -gorgotea/S -gorgoteo/S -gorguera/S -gorigori/S -gorila/S -gorjal/S -gorja/S -gorjear/RED -gorjee/GS -gorjea/S -gorjeo/S -gormar/RDE -gorme/SG -gorma/S -gorra/N -gorras/h -gorrear/RDE -gorree/GS -gorrea/S -gorrero/GS -gorrera/S -gorrinera/S -gorrino/GS -gorrina/S -gorrionera/S -gorrión/GS -gorrióna/S -gorrista/S -gorrito/GS -gorrita/S -gorro/iGS -gorrona/iS -gorronear/RED -gorronee/SG -gorronea/S -gorrones/i -gorrón/GS -gorróna/S -gota/aS -gotear/RDE -gotee/GS -gotea/S -goteo/S -gotera/eS -gotero/SG -gotera/S -gótico/GS -gótica/S -gotoso/SG -gotosa/S -goyesco/GS -goyesca/S -gozar/REDÁÀ -gozne/hSi -gozo/GS -goza/S -gozosamente -gozoso/SG -gozosa/S -gozque/S -grabador/GS -grabadora/S -grabar/RAÅÄÁÂÀEÌÍôDB -grabe/SG -graba/S -gracejar/RDE -graceje/GS -graceja/S -gracejo/aS -gracia/aSpfh -graciable/S -graciada/fpha -graciado/fGShpa -graciano/GS -graciana/S -gracilidad/S -grácil/S -graciosamente -gracioso/GKS -gradación/S -gradad/gah -grada/gha -gradan/gah -gradar/hRgaDE -gradé/ahg -gradecer/pa -gradecilla/S -graden/gah -grade/SGgha -grada/S -gradiente/S -gradilla/S -gradó/ahg -grado/LS -grados/a -graduable/S -graduador/S -gradualmente -gradual/S -graduando/GS -graduanda/S -graduar/RÁÂDIA -gradúe/GS -gradúa/S -grafía/dS -gráfica/m -gráficamente -gráfico/SGm -gráfica/S -grafito/S -grafo/S -gragea/S -grajear/RED -grajee/GS -grajea/S -grajero/SG -grajera/S -grajo/SG -graja/S -gramad/oah -grama/NC -graman/oah -gramar/hRaDoE -gramatical/acS -gramaticalmente -gramática/o -gramático/oGS -gramatiquear/RDE -gramatiquee/GS -gramatiquea/S -gramen/oah -gramé/oah -grame/oSGha -gramiles/a -gramil/S -gramíneo/GS -gramínea/S -gramófono/S -gramola/S -gramó/oah -gramo/S -gramoso/GS -gramosa/S -Granada -granada/N -granadero/GS -granadera/S -granad/ih -Granadinas -granadino/GS -granadina/S -granallar/RDE -granalle/SG -granalla/S -grana/N -granan/ih -granar/hRiDE -granate/S -grande/iSa -grandemente -grandeza/S -grandilocuente/SF -grandiosamente -grandioso/GSK -grandiosa/S -grandisonar/RDI -grandor/S -grand/S -grandullón/GS -grandullóna/S -graneador/S -granear/ERÀD -granee/SG -granea/S -grane/GhiS -grané/ih -granel/S -granen/ih -granero/i -graneros -granice/S -granillero/SG -granillera/S -granilloso/SG -granillosa/S -granítico/GS -granítica/S -granito/S -granívoro/GS -granívora/S -granizar/ERD -granizo/SG -graniza/S -granja/LS -granjear/RÂÁDE -granjee/GS -granjea/S -granjero/GS -granjera/S -granó/ih -granollerense/S -grano/SN -granoso/SG -granosa/S -gran/S -grant -granujada/i -granujado/GSi -granujada/S -granuja/i -granujiento/SG -granujienta/S -granujo/Gi -granujos -granular/ERD -granule/GS -granula/S -granulometría/S -gránulo/S -granuloso/GS -granulosa/S -granza/Sh -granzoso/GS -granzosa/S -grao/S -grapad/i -grapadora/S -grapa/i -grapan/i -grapar/iRED -grapé/i -grapen/i -grape/SGi -grapa/S -grapo/i -grapó/i -grasa/N -grasas/ih -grasero/GS -grasera/S -graseza/S -grasiento/GS -grasienta/S -graso/SG -grasa/S -grasoso/GS -grasosa/S -grata/k -gratamente/k -gratar/RDE -grate/SG -grata/S -gratificador/GS -gratificadora/S -gratificante/S -gratificar/RÁÂÀDEAÄ -gratifico/G -grátil/S -gratinar/RÌDÀE -gratine/GS -gratina/S -gratis -gratitud/kS -grato/SkG -gratuidad/S -gratuitamente -gratuito/GS -gratuita/S -gratulad/f -gratula/f -gratulan/f -gratular/RfDE -gratulatoria/f -gratulatorio/fGS -gratulé/f -gratule/fGS -gratulen/f -gratulo/f -gratuló/f -gravad/ah -gravamen/S -grava/N -gravan/ah -gravarla/a -gravarlo/GSa -gravarla/S -gravar/RahED -gravativo/GS -gravativa/S -gravé/ah -gravear -gravedad/S -gravemente -graven/ah -gravera/S -grave/SGha -grava/S -grávida/k -gravidez/Sk -grávido/SGk -grávida/S -gravitar/ADRE -gravitatorio/GS -gravitatoria/S -gravite/GS -gravita/S -gravó/ah -gravo/ha -gravoso/SG -gravosa/S -gray -grays -graznador/SG -graznadora/S -graznar/RED -grazne/GS -grazna/S -graznido/S -greba/S -Grecia -greciano/GS -greciana/S -grecice/S -grecizar/RED -grecizo/G -grecolatino/GS -grecolatina/S -grecorromano/GS -grecorromana/S -greco/SG -greca/S -gredal/S -greda/uSia -gredoso/SG -gredosa/S -green/S -grefier/S -gregal/S -gregario/GS -gregaria/S -gregoriano/GS -gregoriana/S -greguice/S -greguisco/S -greguizar/RDE -greguizo/G -grelo/S -gremial/S -gremio/a -gremios -greña/Sh -gresca/iS -grey/S -gridar -griego/GS -griega/S -grieta/a -grietad/a -grietan/a -grietar/aRDE -grieté/a -griete/aGS -grietear/RDE -grietee/GS -grietea/S -grieten/a -grieto/a -grietó/a -grietoso/GS -grietosa/S -grifada/aS -grifad/i -grifa/i -grifan/i -grifar/iRED -grife/GiS -grifé/i -grifen/i -grifó/i -grifo/S -grigallo/S -grillad/ia -grilla/i -grillan/ia -grillar/iRaDE -grillé/ia -grille/iSGa -grillen/ia -grillero/GS -grillera/S -grillete/iS -grillo/ia -grilló/ia -grima/S -gringa/i -gringo/iG -gringos -gripal/S -gripe/S -grisáceo/SG -grisácea/S -grisear/RDE -grisee/SG -grisea/S -gríseo/SG -grísea/S -grises/a -griseta/S -gris/S -grisú/S -gritador/GS -gritadora/S -gritar/ERÌÃÁÂÀÛDÅÄÆ -grite/GS -grita/S -griterío/S -grito/SL -gr/NS -groar/RED -gro/aS -groe/GS -groa/S -Groenlandia -grog/S -grogui/S -grosella/S -grosellero/S -groseramente -grosero/SG -grosera/S -grosezuelo/SG -grosezuela/S -groso/LS -grosor/S -grosura/S -grotescamente -grotesco/GS -grotesca/S -grúa/S -gruesa/i -gruesamente -grueso/iG -gruesos -gruiforme/S -gruir/XD -gruje/GS -gruja/S -grujir/DRE -grullada/S -grullero/GS -grullera/S -grullo/GS -grulla/S -grumete/S -grumo/S -grumoso/GS -grumosa/S -gruña/ip -gruñáis/i -gruñamos/i -gruñan/ip -gruñe/iGSp -gruñen/ip -gruñía/p -gruñid/p -gruñí/p -gruñir/REpD -gruñís/p -gruño/ip -gruñón/GS -gruñóna/S -gruñó/pi -grupa/aS -grupal/S -grupera/S -grupo/GS -grupa/S -grupuscular/S -grupúsculo/S -gruta/S -grutesco/GS -grutesca/S -gruyer -guacal/S -guacamayo/S -gua/CaS -guacha/a -guachapear/RDE -guachapee/GS -guachapea/S -guácharo/SG -guáchara/S -guacho/Ga -guachos -guaco/SG -guaca/S -guadalajareño/SG -guadalajareña/S -Guadalupe -guadamecí/S -guadañar/RDE -guadañe/GS -guadaña/S -guadapero/S -guadrapear/RDE -guadrapee/GS -guadrapea/S -guaicurú/S -guaira/S -guaitar/a -guajillo/S -guajiro/GS -guajira/S -gualardonar -gualardón/S -gualdo/GS -gualda/S -gualdrapa/SH -gualdrapas/i -gualdrapear/RDE -gualdrapee/GS -gualdrapea/S -gualdrapero/S -Guam -guamo/S -guanábano/S -guanaco/S -guanche/S -guanero/GS -guanera/S -guango/S -guano/S -guantada/aSi -guantazo/S -guantear/RDE -guante/aSi -guantee/GS -guantea/S -guantelete/S -guantero/GS -guantera/S -guapear/ERD -guapee/GS -guapea/S -guapetón/GS -guapetóna/S -guapísimo/SG -guapísima/S -guapo/SGM -guapa/S -guapote/GS -guapota/S -guapura/S -guara/a -guaraca/S -guaranga/S -guaraní/S -guardaban/p -guardaba/paS -guardabarrera/S -guardabarros -guardable/S -guardabosque/S -guardabrazo/S -guardabrisa/S -guardacabras -guardacartuchos -guardacostas -guardadamas -guardado/paS -guardador/aGS -guardad/pGa -guardaespaldas -guardafrenos -guardafuego/S -guardaguas -guardagujas -guardainfante/S -guardáis/ap -guardajoyas -guardalado/S -guardalobo/S -guardamano/S -guardamateriales -guardamonte/S -guardamos/p -guardamuebles -guardamujer/S -guarda/N -guardando/p -guardan/pa -guardapelo/S -guardapiés -guardapolvo/S -guardapuerta/S -guardapuntas -guardará/ap -guardaran/p -guardarán/p -guardara/pa -guardarás/p -guardaré/ap -guardaren/p -guardare/paGS -guardaría/pS -guardaron/p -guardar/RÃÆÄÅEôDøÙÚÌÀÂÁ -guardarraya/S -guardarropa/S -guardarropía/S -guardarruedas -guardarse/p -guardas/aSp -guardasen/p -guardase/pa -guardasol/S -guardaste/p -guarde/GpSa -guardéis/ap -guardemos/p -guarden/pa -guardé/pa -guardián/GS -guardiána/S -guardia/S -guardo/L -guardó/pa -guardoso/GS -guardosa/S -guarecer/RILÁD -guarece/S -guare/SGa -guara/S -guarir/RED -guarismo/GS -guarisma/S -guarna/h -guarnan/h -guarneced/h -guarnecedor/GS -guarnecedora/S -guarnece/hS -guarnecen/h -guarnecer/hRLID -guarnecía/h -guarnecí/h -guarneció/h -guarne/GhS -guarnen/h -guarnezca/h -guarnezco/h -guarnía/h -guarnicionar/RDE -guarnicionero/GS -guarnicionera/S -guarnición/GS -guarnicióna/S -guarnid/h -guarní/h -guarnimiento/S -guarnió/h -guarnir/RhDE -guarnís/h -guarno/h -guaro/O -guarrada/S -guarra/HN -guarrear/RED -guarree/GS -guarrea/S -guarrero/S -guarro/GS -guarra/S -guasa/S -guas/c -guasear/RED -guasee/GS -guasea/S -guastar -guata/Si -Guatemala -guatemalteco/GS -guatemalteca/S -guateque/S -guau -guayabal/S -guayabera/S -guayabo/S -guayacán/S -guayaco/GS -guayaca/S -Guayana -guayar/RED -guayasense/S -guaye/G -guay/S -gubernamental/Sc -gubernar -gubernativamente -gubernativo/GS -gubernativa/S -gubia/S -gubilete/S -guedeja/S -guedejoso/GS -guedejosa/S -guedejudo/GS -guedejuda/S -gueldo/S -güera/ia -Guernsey -güero/iGa -güeros/a -guerra/nbS -guerrear/RDE -guerree/GS -guerrea/S -guerreramente -guerrero/GS -guerrera/S -guerrilla/S -guerrillear/RED -guerrillee/GS -guerrillea/S -guerrillero/GS -guerrillera/S -gueto/S -guiadera/S -guiador/SG -guiadora/S -guiar/RIQøDÍÁÀÂôõÑùÅÄÆ -guido/SG -guida/S -guíe/GS -guía/S -guija/a -guijarral/S -guijarro/HS -guijarroso/SG -guijarrosa/S -guijo/aG -guijos -guillame/S -guillar/RDE -guille/GS -guilla/S -guillote/iS -guillotinar/RDÀE -guillotine/GS -guillotina/S -guimbalete/S -guinchar/RDE -guinche/GS -guincha/S -guindad/h -guindal/MS -guinda/N -guindan/h -guindar/RhDE -guindé/h -guinde/hSG -guinden/h -guindó/h -guindola/S -guindo/NS -Guinea -guineano/GS -guineana/S -guineo/GS -guinea/S -guiñapo/S -guiñar/REÅÆDÂÁ -guiñe/SG -guiña/S -guiño/S -guion -guionista/S -guipar/RDE -guipe/SG -guipa/S -guipuzcoano/GS -guipuzcoana/S -guirigay/S -guiri/S -guirlache/S -guirlanda/S -guirnalda/iS -güiro/SG -güira/S -guisada/ah -guisado/hSGa -guisador/GS -guisadora/S -guisandero/GS -guisandera/S -guisantal/S -guisante/S -guisar/RDÀÌE -guise/SG -guisa/S -guisopillo/S -guiso/S -guisote/S -güisqui/S -guitarra/H -guitar/RDE -guitarreo/S -guitarrero/GS -guitarrera/S -guitarrista/S -guitarro/GSN -guitarra/S -guite/SG -guita/S -guitonear/RED -guitonee/SG -guitonea/S -guizgad/ai -guizga/ia -guizgan/ai -guizgar/RDiaE -guizgo/aGi -guizgó/ai -guizgue/ai -guizgué/ia -guiznar -guizque/S -gula/pS -gules/p -guloso/GS -gulosa/S -gulusmear/RED -gulusmee/GS -gulusmea/S -gurapas -gurbionado/GS -gurbionada/S -gurbión/S -gurbio/SG -gurbia/S -gurdo/GS -gurda/S -guro/GS -gura/S -gurriato/S -gurrufero/S -gurrumina/iS -gurrumino/GS -gurrumina/S -gurruñad/i -gurruña/i -gurruñan/i -gurruñar/RDEi -gurruñé/i -gurruñen/i -gurruñe/SGi -gurruña/S -gurruño/i -gurruñó/i -gurullada/S -gurullo/S -gurumelo/S -gurupa/S -gurupera/S -gusanear/DRE -gusanee/GS -gusanea/S -gusanera/S -gusaniento/SG -gusanienta/S -gusano/SN -gusanoso/GS -gusanosa/S -gusarapiento/SG -gusarapienta/S -gusarapo/GS -gusarapa/S -gustabais/n -gustaban/n -gustaba/nS -gustable/S -gustación/S -gustad/gnG -gustado/nS -gustadura/S -gusta/H -gustáis/n -gustamos/n -gustándole/S -gustándome -gustando/n -gustándonos -gustándoos -gustándote -gustan/gn -gustarais/n -gustara/n -gustará/n -gustaran/n -gustarán/n -gustarás/n -gustareis/n -gustaréis/n -gustaré/n -gustare/nGS -gustaren/n -gustar/gRÀDE -gustarían/n -gustaría/nS -gustarle/S -gustarme -gustarnos -gustaron/n -gustaros -gustarse/n -gustarte -gustaseis/n -gustase/n -gustasen/n -gustas/nS -gustaste/n -gustativo/GS -gustativa/S -guste/gGSn -gustéis/n -gústele/S -gústeme -gustemos/n -gusté/ng -gusten/gn -gústenle/S -gústenme -gústennos -gústenos -gustillo/S -gustó/ng -gusto/pS -gustosamente -gustoso/GS -gustosa/S -gutagamba/S -gutapercha/S -gutífero/GS -gutífera/S -guturalmente -gutural/S -Guyana -guzla/S -guzmán/S -guzpatarra/S -habanero/GS -habanera/S -habano/GS -habana/S -habar/DS -haba/S -habéis -haber/ÃSÁÀÂÇÅÆÄD -haberío/S -haberse -habíais -habíamos -habían -había/S -habichuela/S -habiendo -habiéndose -habiente/S -habilidad/kS -habilidoso/SG -habilidosa/S -habilitación/S -habilitad/kp -habilitador/GS -habilitadora/S -habilitándole/S -habilitan/kp -habilitante/S -habilita/pk -habilitar/RÀpkDE -habilite/kGSp -habilité/kp -habiliten/kp -habilitó/kp -habilito/pk -hábil/kS -habillado/GS -habillada/S -hábilmente -habiloso/GS -habilosa/S -habitable/JS -habitables/k -habitación/S -habitáculo/S -habitada/k -habitad/hf -habitado/kSG -habitador/GS -habitadora/S -habita/fh -habitándolo/SG -habitándola/S -habitándome -habitándonos -habitándoos -habitándote -habitan/hf -habitante/S -habitarlo/GS -habitarla/S -habitar/RhfDE -hábitat/S -habite/GSfh -habita/S -habité/hf -habiten/hf -habito/fh -habitó/hf -hábito/S -habituad/h -habitúa/h -habitualmente -habitual/S -habituándome -habituándonos -habituándoos -habituándote -habitúan/h -habituar/RhÁDI -habitud/S -habitué/h -habitúe/hSG -habitúen/h -habitúo/h -habituó/h -habiz/S -hablador/SG -habladora/S -habladuría/S -habla/N -hablante/S -hablar/RÎÍÁÂÅÆÄDEø -hable/GSJ -habla/S -hablista/S -habón/S -habrá -habrán -habrás -habré -habréis -habremos -habríais -habríamos -habrían -habría/S -hacanea/S -haca/S -hacecillo/S -hacedero/GS -hacedera/S -haced/hp -hacedle/GS -hacedla/S -hacedlo/S -hacedme -hacednos -hacedor/SGh -hacedora/S -hacendar/RDI -hacendero/GS -hacendera/S -hacendista/S -hacendoso/GS -hacendosa/S -hacen/hp -haceos/h -hace/ph -hacerla/p -hacerle/GS -hacerla/S -hacerles/h -hacerlo/pGS -hacérmelo/GS -hacérmela/S -hacérnoslo/GS -hacérnosla/S -hacéroslo/SG -hacérosla/S -hacérselo/SG -hacérsela/S -hacértelo/SG -hacértela/S -hacer/XphÁ -hacha/H -hachar/RDE -hachear/RED -hachee/GS -hachea/S -hache/GS -hacha/S -hachero/S -hachís -hachón/S -hacho/S -hachote/S -hachuela/S -hacia -hacía/hp -haciéndole/GS -haciéndola/S -haciéndolo/S -haciéndome -haciéndomelo/SG -haciéndomela/S -haciéndonos -haciéndonoslo/SG -haciéndonosla/S -haciéndoos -haciéndooslo/SG -haciéndoosla/S -haciéndoselo/GS -haciéndosela/S -haciéndote -haciéndotelo/SG -haciéndotela/S -haciente/S -hacimiento/S -hacinaba/iS -hacinaban/i -hacinad/iG -hacinado/iS -hacinador/GS -hacinadora/S -hacina/i -hacináis/i -hacinamos/i -hacinando/i -hacinan/i -hacinara/i -hacinará/i -hacinaran/i -hacinarán/i -hacinarás/i -hacinaré/i -hacinare/iGS -hacinaren/i -hacinaría/iS -hacinaron/i -hacinar/RPEÀD -hacinarse/i -hacinase/i -hacinasen/i -hacinas/iS -hacinaste/i -hacine/GSi -hacina/S -haciné/i -hacinéis/i -hacinemos/i -hacinen/i -hacino/i -hacinó/i -hadador/SG -hadadora/S -hadar/D -hadario/GS -hadaria/S -hado/GS -hada/S -hafiz/S -hágale/SG -hágala/S -hágalo/S -hágame -hagámonos -hagan/hp -háganle/GS -háganla/S -háganlo/S -háganme -hágannos -háganos -háganse/h -haga/ph -hágase/h -hago/hGp -Haití -haitiano/GS -haitiana/S -halacabuyas -halacuerda/S -halad/k -halagador/GS -halagadora/S -halagar/REÁÀÂDÆ -halago/GS -halaga/S -halagüeño/SG -halagüeña/S -halan/k -hala/pSk -halar/RkDE -halconado/GS -halconada/S -halconear/RDE -halconee/GS -halconea/S -halconero/SG -halconera/S -halcón/S -haldada/S -halda/S -haldear/RDE -haldee/GS -haldea/S -haldinegro/GS -haldinegra/S -haldudo/GS -halduda/S -haleche/S -hale/GSk -hala/S -halé/k -halen/k -halieto/S -hálito/S -hallador/GS -halladora/S -hallar/RÁÂÀÆÄÅÃDEø -hallazgo/S -hall/GS -halla/S -halls -hallullo/GS -hallulla/S -haloideo/GS -haloidea/S -haló/k -haloque/S -halo/S -halotecnia/S -haloza/S -ha/M -hamacar/REDÄÅ -hamaco/G -hamaquero/GS -hamaquera/S -hambrear/RDE -hambree/GS -hambrea/S -hambre/S -hambriento/SG -hambrienta/S -hambrina/S -hambrón/GS -hambróna/S -hambruna/S -hamburguesa/L -hamburgués/GS -hamburguésa/S -hamez/S -hampesco/GS -hampesca/S -hampo/SG -hampa/S -han -hanegada/S -hanega/S -hangar/S -hannoveriano/GS -hannoveriana/S -hanzo/S -hao/S -haplología/S -haraganear/RED -haraganee/GS -haraganea/S -haragán/GSL -haragána/S -haraganoso/GS -haraganosa/S -hará/hp -harán/hp -harapiento/SG -harapienta/S -harapo/S -haraposo/GS -haraposa/S -harás/hp -haraute/S -harbar/RDE -harbe/GS -harba/S -harbullar/RED -harbulle/SG -harbulla/S -harbullista/S -harca/S -haré/hp -harem -harén/S -harense/S -haría/hp -harija/S -harinado/iS -harina/iS -harinea -harineaba -harineaban -harinean -harineando -harineara -harineará -harinearan -harinearán -harinear/D -harineare -harinearen -harinearía -harinearían -harinearon -harinearse -harinease -harineasen -harinee -harineen -harineó -harinero/GS -harinera/S -harinoso/GS -harinosa/S -harma/S -harmonice/S -harmonioso/GS -harmoniosa/S -harmonizar/RDE -harmonizo/G -harnerero/S -harnero/S -harneruelo/S -haronear/RDE -haronee/GS -haronea/S -harpado/GS -harpada/S -harpa/S -harpía/S -harpillera/S -harrado/S -harrapo/S -harre -harrear/ERD -harree/GS -harrea/S -harria/S -harriero/S -hartad/p -hartándome -hartándonos -hartándoos -hartándote -hartan/p -hartaos -harta/p -hartarme -hartarnos -hartaros -hartar/pRED -hartarte -hártate -hartazgo/S -harten/p -harté/p -harte/SGp -harta/S -hartó/p -harto/S -hartura/S -has -hasta -hastiad/i -hastía/i -hastial/S -hastían/i -hastiar/iRDI -hastié/i -hastíe/iGS -hastíen/i -hastió/i -hastío/S -hastiosa/i -hastiosamente -hastioso/GSi -hastiosa/S -hataca/S -hatada/S -hatajo/S -hatear/RDE -hatee/GS -hatea/S -hatero/GS -hatera/S -hatijo/i -hatijos -hato/LSN -haute/S -havar/GS -havara/S -havo/S -hawaiano/GS -hawaiana/S -hay -hayáis -hayal/S -hayamos -hayan -haya/S -hayedo/S -hayuco/S -hazaleja/S -hazana/S -hazañar -hazaña/S -hazañero/GS -hazañera/S -haza/S -haz/hSp -hazle/SG -hazla/S -hazlo/S -hazme -házmelo/GS -házmela/S -haznos -háznoslo/GS -háznosla/S -hazte/h -he -Heard -hebdomadario/SG -hebdomadaria/S -hebdómada/S -hebén/S -hebetar/RED -hebete/GS -hebeta/S -hebilla/C -hebillad/ih -hebillan/ih -hebillar/hRiDE -hebillé/hi -hebille/iGSh -hebillen/ih -hebillero/GS -hebillera/S -hebilleta/S -hebilló/hi -hebillo/ih -hebraíce/S -hebraico/GS -hebraica/S -hebra/ihS -hebraísta/S -hebraizante/S -hebraizar/RDI -hebraízo/G -hebreo/GS -hebrea/S -hebrero/S -hebroso/GS -hebrosa/S -hebrudo/GS -hebruda/S -hecatombe/S -hecha/fphaS -hechicé/hi -hechice/iSh -hechicen/ih -hechiceresco/GS -hechiceresca/S -hechicero/GSL -hechicera/S -hechizad/ih -hechiza/ih -hechizan/ih -hechizar/hRiED -hechizarlo/SG -hechizarla/S -hechizó/hi -hechizo/iGh -hechizos -hechor/GS -hechora/S -hecho/SGhfp -hecha/S -hechura/S -hectárea/S -héctico/GS -héctica/S -hectiquez/S -hectogramo/S -hectolitro/S -hectóreo/GS -hectórea/S -hedentino/SG -hedentina/S -heder/RILD -hediento/GS -hedienta/S -hediondamente -hediondo/MGS -hedonismo/S -hedonista/S -hedor/S -hegelianismo/S -hegeliano/GS -hegeliana/S -hegemonía/S -helable/S -heladero/GS -heladera/S -helad/h -heladizo/GS -heladiza/S -helado/L -helador/GS -heladora/S -heladura/S -helamiento/S -helarme -helarnos -helaros -helar/RhDI -helarte -helead/pa -helean/pa -helea/pa -helear/RpaDE -helechal/S -helecho/S -heleé/ap -heleen/pa -helee/pGSa -helé/h -Helena -helenice/S -helénico/GS -helénica/S -helenio/OS -helenismo/S -helenista/S -helenizar/RED -helenizo/G -heleno/GS -helena/S -heleó/ap -heleo/pa -helero/GS -helera/S -helgado/GS -helgada/S -helgadura/S -heliaco/GS -heliaca/S -helíaco/GS -helíaca/S -hélice/S -helicoidal/S -helicoide/S -helicón/GS -helicóna/S -helicónides -heliconio/GS -heliconia/S -helicóptero/S -heliocéntrico/GS -heliocéntrica/S -heliograbado/S -heliógrafo/S -heliograma/S -helio/S -helioscopio/S -heliosis -helióstato/S -helioterapia/S -heliotropio/S -heliotropo/S -helmintiasis -helminto/S -heló/h -helor/S -helvecio/GS -helvecia/S -helvético/GS -helvética/S -hemacrimo/S -hematemesis -hematermo/S -hematíe/S -hematites -hematófago/GS -hematófaga/S -hematólogo/GS -hematóloga/S -hematoma/S -hematosis -hematoxilina/S -hematozoario/S -hematuria/S -hembra/NS -hembrear/RDE -hembree/GS -hembrea/S -hemenciar -hemencioso/GS -hemenciosa/S -hemeroteca/S -hemiciclo/S -hemina/S -hemíptero/S -hemisferio/S -hemistiquio/S -hemocianina/S -hemofilia/S -hemoglobina/S -hemolítico/GS -hemolítica/S -hemoptisis -hemorragia/S -hemorroidal/S -hemorroide/GS -hemorroida/S -hemorroísa/S -hemorroo/S -hemos -hemostasia/S -hemostasis -hemostático/SG -hemostática/S -henal/S -henar/iS -henasco/S -henchíais/p -henchíamos/p -henchían/p -henchía/pS -henchido/pS -henchidor/GS -henchidora/S -henchid/pG -henchimos/p -henchí/p -henchirán/p -henchirá/p -henchirás/p -henchiréis/p -henchiremos/p -henchiré/p -henchiríamos/p -henchirían/p -henchiría/pS -henchirse/p -henchir/XPDB -henchís/p -henchisteis/p -henchiste/p -hendedor/SG -hendedora/S -hender/RIBL -hendible/S -hendija/Sp -hendir/DRBP -henequén/S -henificar/RED -henifico/G -henil/S -heno/SH -henrio/S -henry -heñir/XD -hepático/GS -hepática/S -hepatitis -heptacordo/S -heptagonal/S -heptágono/SG -heptágona/S -heptasílabo/GS -heptasílaba/S -heraclida/S -heráldico/GS -heráldica/S -heraldista/S -heraldo/S -herbáceo/SG -herbácea/S -herbad/h -herbajar/RDE -herbajear/RDE -herbajee/SG -herbajea/S -herbaje/GS -herbaja/S -herbajero/S -herbario/GS -herbaria/S -herbar/RhID -herbato/S -herbazal/S -herbecer/IRLD -herbece/S -herbé/h -herbero/GS -herbera/S -herbicida/S -herbívoro/GS -herbívora/S -herbó/h -herbolad/i -herbola/i -herbolan/i -herbolario/SG -herbolaria/S -herbolar/iRDE -herbolecer -herbole/GSi -herbola/S -herbolé/i -herbolen/i -herbología/S -herbolo/i -herboló/i -herborice/S -herborista/S -herborizador/GS -herborizadora/S -herborizar/RED -herborizo/G -herboso/GS -herbosa/S -herciano/GS -herciana/S -hercio/S -hercúleo/SG -hercúlea/S -hércules -heredad/S -hereda/hf -heredamiento/S -heredan/fh -heredar/fRhDE -heredarle/SG -heredarla/S -heredarlo/S -heredarme/h -heredarnos/h -heredaros/h -heredarte/h -heredé/fh -herede/GfSh -hereden/fh -heredera/f -heredero/GfS -hereditario/GS -hereditaria/S -heredó/fh -heredo/hf -hereje/S -herejía/S -herencia/fS -heresiarca/S -hereticar -herético/GS -herética/S -hería/p -heria/S -herida/r -heridme -heridnos -herido/rSG -heridor/SG -heridora/S -herid/p -heril/S -herí/p -herirle/GS -herirla/S -herirlo/S -herirme -herirnos -heriros -herir/pXPD -herirte -herís/p -her/L -hermafroditismo/S -hermafrodito/SGO -hermafrodita/S -hermanablemente -hermanable/S -hermanad/h -hermana/h -hermanamiento/S -hermanándolo/GS -hermanándola/S -hermanan/h -hermanar/hRED -hermanarme -hermanarnos -hermanaros -hermanarte -hermanastro/GS -hermanastra/S -hermanazgo/S -hermandad/S -hermandar/RDE -hermande/SG -hermanda/S -hermandino/S -hermanear/RED -hermanecer/RILD -hermanece/S -hermanee/SG -hermanea/S -hermane/GhS -hermané/h -hermanen/h -hermanito/GS -hermanita/S -hermano/h -hermanó/h -hermanos -hermanuco/S -herma/S -hermeneuta/S -hermenéutico/GS -hermenéutica/S -herméticamente -hermetice/S -hermético/GS -hermética/S -hermetismo/S -hermetizar/RDE -hermetizo/GK -hermosamente -hermoseador/SG -hermoseadora/S -hermosear/ERDP -hermosee/GS -hermosea/S -hermoso/GS -hermosa/S -hermosura/S -herniario/GS -herniaria/S -herniar/RED -hernie/GS -hernia/S -hernioso/GS -herniosa/S -hernista/S -herodes -herodiano/GS -herodiana/S -héroe/S -heroicamente -heroicidad/S -heroico/GSO -heroica/S -heroida/S -heroína/S -heroísmo/S -herpe/S -herpetismo/S -herpil/S -herradero/S -herrad/hp -herrador/SG -herradora/S -herradura/hS -herraje -herraj/S -herramental/S -herramienta/S -herrar/hRpID -herré/hp -herrenal/S -herrenar/RDE -herrene/G -herrén/S -herrero/LGSN -herreruelo/S -herretear/RED -herretee/SG -herretea/S -herrete/S -herrezuelo/S -herrial/S -herró/hp -herronada/S -herrón/S -herropea/S -herrumbrad/ha -herrumbra/ha -herrumbran/ha -herrumbrar/RDhaE -herrumbré/ha -herrumbre/hGSa -herrumbren/ha -herrumbro/ha -herrumbró/ha -herrumbroso/GS -herrumbrosa/S -hertz -hertziano/GS -hertziana/S -herventar/RID -herver/REL -herve/SG -herva/S -hervía/p -hervidero/S -hervidor/S -hervid/p -herviente/F -herví/p -hervirle/SG -hervirla/S -hervirlo/S -hervir/XpD -hervís/p -hervores/a -hervorizarse -hervoroso/GS -hervorosa/S -hervor/S -Herzegovina -hes -hesitar/RAED -hesite/GS -hesita/S -hespe/GS -hespa/S -hesperidio/S -hesperio/GS -hesperia/S -hespir/RDE -hetaira/S -heteo/SG -hetea/S -hetera/fS -heterocerca/S -heterodino/S -heterodoxia/S -heterodoxo/SG -heterodoxa/S -heterogeneidad/S -heterogéneo/SG -heterogénea/S -heteromancia/S -heteroscio/SG -heteroscia/S -heterosexual/SK -hético/GS -hética/S -hetiquez/S -hevea/S -hexacoralario/S -hexacordo/S -hexaedro/S -hexagonal/S -hexágono/GS -hexágona/S -hez -hialino/GS -hialina/S -hiante/S -hiato/S -hibernar/RDE -hiberne/GS -hiberna/S -hibernizo/GS -hiberniza/S -hibierno/S -hibleo/GS -hiblea/S -hibridismo/S -híbrido/GS -híbrida/S -hibuero/S -hicaco/S -hice/h -hicotea/S -hidalga/aS -hidalgamente -hidalgo/GSM -hidalga/S -hidalguía/S -hidatídico/GS -hidatídica/S -hideputa/S -hidrante/S -hidrargirio/S -hidrargirismo/S -hidrargiro/OS -hidra/S -hidratad/h -hidrata/h -hidratan/h -hidratante/Sh -hidratar/hRDE -hidratarlo/GS -hidratarla/S -hidrate/GhS -hidraté/h -hidraten/h -hidrato/h -hidrató/h -hidratos -hidráulico/GS -hidráulica/S -hidria/S -hidroavión/S -hidrocarburo/S -hidrocefalia/S -hidrocéfalo/GS -hidrocéfala/S -hidrocele/S -hidroclorato/S -hidrocloruro/S -hidroelectricidad/S -hidroeléctrico/SG -hidroeléctrica/S -hidrofilacio/S -hidrofobia/S -hidrogenación/S -hidrógeno/S -hidrognosia/S -hidrográfico/GS -hidrográfica/S -hidrólisis -hidrológico/GS -hidrológica/S -hidromancia/S -hidromasaje/S -hidromel/S -hidrometeoro/S -hidropesía/S -hidrópico/GS -hidrópica/S -hidroplano/S -hidroscopia/S -hidrosfera/S -hidrosilicato/S -hidrotecnia/S -hidroterapia/S -hidróxido/S -hidroxilo/S -hiedra/S -hiela/ih -hielan/i -hiele/iSGh -hielen/i -hielo/S -hiel/SG -hiela/S -hiemal/S -hiena/S -hiera/p -hierarquía/S -hierático/GS -hierática/S -hieratismo/S -hierbabuena/S -hierba/h -hierbajo/S -hierbaluisa/S -hierbe/h -hierbo/h -hiéreme -hiérenos -hiere/p -hierofante/GS -hierofanta/S -hiero/p -hieroscopia/S -hierosolimitano/SG -hierosolimitana/S -hierra/ph -hierre/ph -hierro/ph -hierros -hierva/p -hierve/p -hiervo/p -higadillo/SG -higadilla/S -hígado/S -higate/S -higiene/S -higienice/S -higiénico/GS -higiénica/S -higienista/S -higienizar/RED -higienizo/G -higo/GS -higa/S -higrometría/S -higrómetro/S -higroscópico/GS -higroscópica/S -higroscopio/SG -higroscopia/S -higuana/S -higueral/S -higuera/NS -higuereta/S -higuerón/S -higuerote/S -higueruela/S -hijadalgo/S -hija/hS -hijastro/GS -hijastra/S -hijato/S -hijito/GS -hijita/S -hijodalgo/S -hijo/GS -hija/S -hijuela/S -hijuelero/S -hilacha/h -hilacho/hG -hilachos -hilachoso/GS -hilachosa/S -hiladizo/GS -hiladiza/S -hilado/Np -hilador/GS -hiladora/S -hilad/riahp -hila/ih -hilandera/pS -hilandero/SG -hilandera/S -hilando/L -hilan/ih -hilanza/S -hilaracha/S -hilarante/S -hilare/K -hilar/RpDrhia -hilatura/S -hilaza/S -hilé/hirap -hile/iSGh -hilemorfismo/S -hilen/ih -hilera/S -hilero/pS -hiló/hirap -hilomorfismo/S -hilo/S -hilvanaba/hS -hilvanabais/h -hilvanaban/h -hilvanad/hG -hilvanado/hS -hilvana/h -hilvanáis/h -hilvanamos/h -hilvanando/h -hilvanan/h -hilvanara/h -hilvanará/h -hilvanarais/h -hilvanaran/h -hilvanarán/h -hilvanarás/h -hilvanaré/h -hilvanare/hSG -hilvanareis/h -hilvanaréis/h -hilvanaren/h -hilvanaría/hS -hilvanarían/h -hilvanaron/h -hilvanar/RÀDE -hilvanarse/h -hilvanase/h -hilvanaseis/h -hilvanasen/h -hilvanas/hS -hilvanaste/h -hilvané/h -hilvane/hGS -hilvanéis/h -hilvanemos/h -hilvanen/h -hilvano/h -hilvanó/h -hilván/SG -hilvána/S -himeneo/S -himenóptero/S -himen/S -himnario/S -himno/S -himpar/RED -himpe/GS -himpa/S -himplar/RDE -himple/GS -himpla/S -hin -hincaba/ahS -hincabais/h -hincaban/h -hincad/aGh -hincado/ahS -hincadura/hS -hinca/h -hincáis/ah -hincamos/h -hincando/h -hincan/h -hincapié -hincara/ah -hincará/ha -hincarais/h -hincaran/h -hincarán/h -hincarás/h -hincare/ahSG -hincaré/ha -hincareis/h -hincaréis/h -hincaren/h -hincaría/hS -hincarían/h -hincaron/h -hincar/RÅøEÁÀDBô -hincarse/h -hincase/ahS -hincaseis/h -hincasen/h -hincas/hS -hincaste/h -hinchaba/hS -hinchabais/h -hinchaban/h -hinchad/hG -hinchado/hS -hincha/h -hincháis/hp -hinchamos/hp -hinchando/h -hinchan/h -hinchara/h -hinchará/h -hincharais/h -hincharan/h -hincharán/h -hincharás/h -hincharé/h -hinchare/hGS -hinchareis/h -hincharéis/h -hincharen/h -hincharía/hS -hincharían/h -hincharon/h -hinchar/RÁDÅPE -hincharse/h -hinchase/h -hinchaseis/h -hinchasen/h -hinchas/hS -hinchaste/h -hinchazón/S -hinché/h -hinche/hSG -hinchéis/h -hinchemos/h -hinchen/h -hinchiendo/p -hinchierais/p -hinchiéramos/p -hinchieran/p -hinchiera/p -hinchiereis/p -hinchiéremos/p -hinchieren/p -hinchiere/pGS -hinchieron/p -hinchieseis/p -hinchiésemos/p -hinchiesen/p -hinchiese/pS -hinchió/p -hinchir/RD -hincho/h -hinchó/h -hinco/Gh -hincó/ha -hindi -hindú -hindúes -hinduismo/S -hiniestra/S -hinnible/S -hinoja/a -hinojad/a -hinojal/S -hinojan/a -hinojar/RaDE -hinojé/a -hinoje/aGS -hinojen/a -hinojo/a -hinojó/a -hinojos -hinqué/ha -hinque/hS -hinquéis/h -hinquemos/h -hinquen/h -hintero/S -hiñe/GS -hiña/S -hiñir/RED -hiogloso/GS -hioglosa/S -hioideo/GS -hioidea/S -hioides -hipar/RED -hipe/GS -hipa/S -hiperactividad/S -hipérbole/SG -hipérbola/S -hiperbólicamente -hiperbolice/S -hiperbólico/GS -hiperbólica/S -hiperbolizar/RDE -hiperbolizo/G -hiperboloide/S -hiperbóreo/GS -hiperbórea/S -hiperclorhidria/S -hipercrisis -hiperdulía/S -hiperemia/S -hiperestesiar/RED -hiperestesie/GS -hiperestesia/S -hiperhidrosis -hipermetamorfosis -hipermetría/S -hipersensible/JS -hipertermia/S -hipertexto/S -hipertrofiar/RDE -hipertrofie/SG -hipertrofia/S -hípico/SG -hípica/S -hipido/S -hipismo/S -hipnal/S -hipnosis -hipnotice/S -hipnótico/SG -hipnótica/S -hipnotismo/S -hipnotizador/GS -hipnotizadora/S -hipnotizar/RDÁÀÂE -hipnotizo/G -hipocampo/S -hipocausto/S -hipocentauro/S -hipocentro/S -hipocicloide/S -hipoclorhidria/S -hipocondríaco/GS -hipocondríaca/S -hipocondría/S -hipocondrio/S -hipocorístico/GS -hipocorística/S -hipocresía/S -hipócrita/S -hipodérmico/SG -hipodérmica/S -hipódromo/S -hipófisis -hipogastrio/S -hipogeo/GS -hipogea/S -hipogloso/GS -hipoglosa/S -hipoglucemia/S -hipogrifo/S -hipomoclio/S -hipopótamo/S -hipo/S -hiposo/GS -hiposa/S -hiposulfito/S -hiposulfuroso/S -hipotálamo/S -hipotecable/S -hipotecad/h -hipoteca/h -hipotecan/h -hipotecario/GS -hipotecaria/S -hipotecar/RhDE -hipotecnia/S -hipotecó/h -hipoteco/hG -hipotenusa/S -hipoteque/h -hipotequé/h -hipotermia/S -hipótesis -hipotéticamente -hipotético/GS -hipotética/S -hipotiposis -hipotiroidismo/S -hippie/S -hippy/S -hircano/GS -hircana/S -hircocervo/S -hirco/S -hiriéndole/SG -hiriéndola/S -hiriéndolo/S -hiriéndome -hiriéndonos -hiriéndoos -hiriéndote -hiriente/S -hirió/p -hirmar/RDE -hirme/GS -hirma/S -hirsutismo/S -hirsuto/GSO -hirsuta/S -hirundinaria/S -hirviéndole/SG -hirviéndola/S -hirviéndolo/S -hirvió/p -hiscal/S -hisca/S -hisopa/H -hisopar/RBDE -hisopear/RED -hisopee/SG -hisopea/S -hisope/GS -hisopa/S -hisopo/NS -hispalense/S -hispalio/GS -hispalia/S -hispánica/n -hispanice/S -hispánico/nSG -hispanismo/S -hispanista/S -hispanizar/RDE -hispanizo/G -hispan/O -hispanoamericanismo/S -hispanoamericano/GS -hispanoamericana/S -hispano/GKS -hispanohablante/S -hispe/GS -hispa/S -hispir/RDE -histeria/OS -histérico/SG -histérica/S -histerismo/S -histograma/S -histología/S -historiador/GS -historiadora/S -historialmente -historial/S -historia/nS -historiar/RDÄÀE -históricamente -histórica/n -historicidad/S -historicismo/S -historicista/S -histórico/nSG -historie/SG -historia/S -historieta/S -histrionisa/S -histrionismo/S -histrión/S -hitad/a -hitan -hitar/RaD -hité/a -hite/GS -hita/S -hiten -hitita/S -hitleriano/SG -hitleriana/S -hitó/a -hito/S -hizo/h -hobby -hobbys -hobo/f -hobos -hocete/S -hocica/a -hocicad/a -hocican/a -hocicar/RaDE -hocicó/a -hocico/aG -hocicos -hocicudo/GS -hocicuda/S -hocino/a -hocinos -hocique/a -hociqué/a -hociquear/RED -hociquee/SG -hociquea/S -hockey -hockeys -hogaño -hogar/aSp -hogareño/SG -hogareña/S -hogaza/S -hoguera/S -hoja/hS -hojalata/S -hojalatero/S -hojalde/S -hojaldrar/RED -hojaldrero/GS -hojaldrera/S -hojaldre/SG -hojaldra/S -hojaldrista/S -hojarasca/S -hojear/RÄÀDE -hojecer/RDIL -hojece/S -hojee/GS -hojea/S -hojoso/GS -hojosa/S -hojudo/GS -hojuda/S -hojuela/S -hola -holanda/NS -holandés/GS -holandésa/S -holandeta/S -holco/S -holding/S -holear/RDE -holee/GS -holea/S -holgadamente -holgadero/S -holganza/S -holgar/RDI -holgazanear/RDE -holgazanee/GS -holgazanea/S -holgazán/LGS -holgorio/S -holgueta/S -holgura/S -holladero/GS -holladera/S -hollad/p -holladura/S -hollarlo/GS -hollarla/S -hollar/pRDI -holleca/S -hollejo/S -hollejudo/GS -hollejuda/S -hollé/p -hollines/ih -holliniento/SG -hollinienta/S -hollín/S -holló/p -holocausto/S -holografía/S -holograma/S -holostérico/S -holoturia/S -holotúrido/S -homarrache/S -hombracho/S -hombrada/S -hombradía/S -hombrear/RDE -hombrecillo/S -hombree/SG -hombrea/S -hombre/oStq -hombrera/S -hombría/S -hombro/fNS -hombruno/GS -hombruna/S -homenajear/RÁÀÂDE -homenajee/GS -homenajea/S -homenaje/S -homeópata/S -homeopatía/S -homeotermo/GS -homeoterma/S -homérico/GS -homérica/S -home/S -homiciarse -homicida/S -homicidio/S -homicillo/S -homiliario/S -homilía/S -hominal/S -hominicaco/S -homocerca/S -homogéneamente -homogeneice/S -homogeneidad/S -homogeneizar/REÀD -homogeneizo/G -homogéneo/GS -homogénea/S -homologar/ERDÄÁÀ -homología/S -homologo/G -homólogo/GS -homóloga/S -homonimia/S -homónimo/GS -homónima/S -homosexual/KS -honcejo/S -hondable/S -hondada/aS -honda/H -hondamente -hondarras -hondas/a -hondear/RED -hondee/GS -hondea/S -hondero/S -hondijo/S -hondillos -hondonada/S -hondonal/S -hondón/S -hondo/SG -honda/S -hondura/S -Honduras -honestad/f -honesta/fh -honestamente/h -honestan/f -honestar/RfED -honesté/f -honeste/GfS -honesten/f -honestidad/Sh -honestó/f -honesto/fhG -honestos/h -Hong -hongarina/S -hongo/S -hongoso/GS -hongosa/S -honorable/SJ -honorad/h -honoran/h -honorar/hRED -honorario/SG -honoraria/S -honore/h -honoré/h -honoren/h -honor/hSG -honoríficamente -honorificar/RDE -honorifico/G -honorífico/GS -honorífica/S -honoro/h -honoró/h -honrable/S -honradamente -honradero/SG -honradera/S -honrad/h -honrado/M -honra/h -honramiento/S -honran/h -honrar/hRDE -honrarle/SG -honrarla/S -honrarlo/S -honrarme -honrarnos -honraros -honrarte -honré/h -honre/hSG -honren/h -honrilla/S -honro/h -honró/h -honrosa/h -honrosamente -honroso/GSh -honrosa/S -hontanal/S -hontanar/S -hontana/S -hopalanda/S -hopar/RDE -hopear/RED -hopee/SG -hopea/S -hope/GS -hopa/S -hoplita/S -hoploteca/S -hoque/S -horacar -horaciano/GS -horaciana/S -horadable/S -horadador/GS -horadadora/S -horadar/RDEÂÀÄÆ -horade/GS -horada/S -horado/S -horambre/S -horario/GS -horaria/S -hora/rSh -horcada/ia -horcado/iGSa -horcadura/S -horcajadas -horcajadillas -horcajadura/S -horcajo/S -horca/NaS -horcas/i -horcate/S -horchata/S -horchatero/SG -horchatera/S -horconada/S -horconadura/S -horcón/S -horco/SG -horca/S -horda/S -hordiate/S -horizontal/KS -horizontalmente -horizonte/S -horma/HSN -hormas/a -hormazo/G -hormero/S -hormigante/S -hormigo/GS -hormiga/S -hormigonera/S -hormigón/S -hormigoso/GS -hormigosa/S -hormiguear/RDEP -hormiguee/SG -hormiguea/S -hormigueo/S -hormiguero/SG -hormiguera/S -hormiguesco/GS -hormiguesca/S -hormonal/S -hormona/S -hornabeque/S -hornablenda/S -hornacero/S -hornacho/S -hornachuela/S -hornacina/S -hornada/Shia -hornaguear/RDE -hornaguee/GS -hornaguea/S -hornaguero/SG -hornaguera/S -hornazo/G -hornear/REÀÙÌD -hornecino/GS -hornecina/S -hornee/GS -hornea/S -hornero/GS -hornera/S -hornija/S -hornijero/GS -hornijera/S -hornillo/G -horno/HSN -horóscopo/S -horqueta/S -horquillad/a -horquillan/a -horquillar/ERaD -horquillé/a -horquillen/a -horquille/Sa -horquillo/a -horquilló/a -horrendamente -horrendo/GS -horrenda/S -hórreo/S -horrero/S -horrible/JS -horriblemente -horridez/S -hórrido/GS -hórrida/S -horripilante/S -horripilar/RDE -horripile/GS -horripila/S -horrisonante/S -horrísono/SG -horrísona/S -horrorice/S -horrorizar/RÅÁÀDE -horrorizo/G -horrorosamente -horroroso/GS -horrorosa/S -horror/S -horrura/S -hortaliza/S -hortal/S -hortelano/GS -hortelana/S -hortense/S -hortensia/S -hortera/S -horticultor/GS -horticultora/S -horticultura/S -hortolano/S -horuelo/S -hosanna/S -hosco/SGK -hosca/S -hoscoso/GS -hoscosa/S -hospa -hospedable/kS -hospeda/C -hospedador/GS -hospedadora/S -hospedamiento/hS -hospedante/S -hospedar/RÁÀDEP -hospede/GS -hospeda/S -hospedero/GS -hospedera/S -hospedo/L -hospiciano/SG -hospiciana/S -hospicio/S -hospitalaria/k -hospitalariamente -hospitalario/kSG -hospitalero/GS -hospitalera/S -hospitalice/S -hospitalicio/SG -hospitalicia/S -hospitalidad/kS -hospitalizar/RDÁÀÂE -hospitalizo/G -hospital/SK -hospodar/S -hostal/S -hostelero/LGS -hostería/S -hoste/S -hostiario/S -hostia/S -hostiero/GS -hostiera/S -hostigador/GS -hostigadora/S -hostigar/RÁÀÂEDP -hostigo/G -hostigoso/GS -hostigosa/S -hostilice/S -hostilizar/RÀDE -hostilizo/G -hostilmente -hostil/SK -hotelero/GS -hotelera/S -hotel/S -hotentote/GS -hotentota/S -hoto/S -hovero/GS -hovera/S -hove/S -hoy -hoyada/aSp -hoyanca/S -hoya/pa -hoyitos -hoyo/Gpa -hoyos -hoyoso/GS -hoyosa/S -hoyuelo/GS -hoyuela/S -hozadero/S -hozador/SG -hozadora/S -hozar/ERDB -hoz/GS -hoza/S -huachache/S -huairuro/S -huango/S -huasca/S -hube -hubierais -hubiéramos -hubieran -hubiere/GS -hubiera/S -hubiereis -hubiéremos -hubieren -hubieron -hubieseis -hubiésemos -hubiesen -hubiese/S -hubimos -hubiste -hubisteis -hubo -huchea/a -huchead/a -huchean/a -huchear/RaED -hucheé/a -huchee/aSG -hucheen/a -hucheo/a -hucheó/a -hucho/G -huebra/S -huebrero/S -hueca/ai -hueco/aiG -huecograbado/S -huecos -huélale/SG -huélala/S -huélalo/S -huélame -huelan -húelanla -huélanlas -huélanle/S -huélanlo/S -huélanme -huélannos -huélanos -huélanse -huélase -huélele/SG -huélela/S -huélelo/S -huéleme -huelen -huélenos -huele/SG -huela/S -huélete -huelgo/S -huelguista/S -huella/p -huelle/p -huello/p -huelo -Huelva -huemul/S -huera/i -huerco/S -huérfano/GS -huérfana/S -huero/iG -hueros -huertano/GS -huertana/S -huerto/GS -huerta/S -huesa/hS -huesera/S -hueso/rS -huesoso/GS -huesosa/S -huésped/GS -huéspeda/S -hueste/S -huesudo/SG -huesuda/S -hueva/a -huevad/a -huevan/a -huevar/RaDE -huevé/a -hueve/aSG -hueven/a -huevero/SG -huevera/S -huevo/a -huevó/a -huevos -hugonote/GS -hugonota/S -huía/p -huidero/GS -huidera/S -huidizo/SG -huidiza/S -huidor/GS -huidora/S -huid/p -huifa -huí/p -huir/DpXÁ -huiro -huis/p -hujier/S -hulano/GS -hulana/S -hule/S -hulla/S -hullero/SG -hullera/S -humad/ak -humana/krS -humanamente/k -humanar/RDE -humane/G -huma/NH -humanicé/h -humanicéis/h -humanicemos/h -humanicen/h -humanice/Sh -humanismo/S -humanista/S -humanístico/SG -humanística/S -humanitario/GOS -humanitarismo/S -humanizaba/hS -humanizabais/h -humanizaban/h -humanizad/hG -humanizado/hS -humaniza/h -humanizáis/h -humanizamos/h -humanizando/h -humanizan/h -humanizara/h -humanizará/h -humanizarais/h -humanizaran/h -humanizarán/h -humanizarás/h -humanizaré/h -humanizare/hSG -humanizareis/h -humanizaréis/h -humanizaren/h -humanizaría/hS -humanizarían/h -humanizaron/h -humanizar/RÀDEAÄ -humanizarse/h -humanizase/h -humanizaseis/h -humanizasen/h -humanizas/hS -humanizaste/h -humanizo/Gh -humanizó/h -humano/KkGS -human/OS -humanos/r -humarada/S -humara/H -humareda/S -humar/kRaD -humazga/S -humazo/G -humeante/S -humear/RED -humectar/RED -humectativo/GS -humectativa/S -humecte/GS -humecta/S -humedad/S -humedal/S -humedeced/hp -humedece/hSp -humedecen/hp -humedecer/hDRIpL -humedecerle/GS -humedecerla/S -humedecerlo/S -humedecerme -humedecernos -humedeceros -humedecerte -humedecía/ph -humedeciéndole/GS -humedeciéndola/S -humedeciéndolo/S -humedeció/ph -humedecí/ph -humedezca/hp -humedezco/hp -húmedo/GS -húmeda/S -humee/GS -humea/S -hume/GkS -humé/ka -humen/k -humeral/tS -humero/GS -humera/S -húmero/S -humidificar/RED -humidifico/G -humildad/S -humildemente -humilde/S -humilladero/S -humillador/GS -humilladora/S -humillante/S -humillar/RôAÄÅEÁÀÂD -humille/S -humó/ka -humorado/GS -humorada/S -humoralismo/S -humoralista/S -humoral/OS -humorismo/S -humorista/S -humorístico/SG -humorística/S -humoroso/KGS -humor/SO -humo/S -humoso/GSK -humosa/S -hum/S -humus -hundáis/p -hundamos/p -hunde/GS -hunda/S -hundíais/p -hundían/p -hundía/pS -hundible/S -hundido/pS -hundid/pG -hundiera/p -hundiere/pSG -hundiese/pS -hundimos/p -hundió/p -hundí/p -hundir/ÂÀÁREÅÆÄDôP -hundirán/p -hundirá/p -hundirás/p -hundiré/p -hundiría/pS -hundirse/p -hundís/p -hundiste/p -hungarina/S -húngaro/GS -húngara/S -Hungría -huno/GS -huna/S -hupe/S -huracanar/DRE -huracán/GS -huracána/S -huraco/S -huraño/GS -huraña/S -hura/S -hurdano/SG -hurdana/S -hurera/S -hurgador/GS -hurgadora/S -hurgamandera/S -hurgar/RÍÆÄÅEDÁÂÀP -hurgo/G -hurgonada/S -hurgonear/RED -hurgonee/SG -hurgonea/S -hurgonero/S -hurgón/HGS -hurguillas -huronear/RDE -huronee/GS -huronea/S -huronero/GS -huronera/S -hurón/GS -huróna/S -hurra -hurraco/S -hurtadillas -hurtadineros -hurtador/GS -hurtadora/S -hurtad/p -hurtagua/S -hurtan -hurtándole/GS -hurtándola/S -hurtándolo/S -hurtarle/GS -hurtarla/S -hurtarlo/S -hurtarme -hurtarnos -hurtaros -hurtar/pRD -hurtarte -hurte/GS -hurta/S -hurten -hurté/p -hurtó/p -hurto/S -husada/aSp -husero/GS -husera/S -husillero/S -husita/S -husmar/RDE -husmeador/GS -husmeadora/S -husmear/ERÂÀDÆ -husmee/GS -husmea/S -husme/GS -husma/S -husmo/S -huso/SN -huta/S -hutía/S -huya/p -huyéndome -huyéndonos -huyéndoos -huyéndote -huye/p -huyo/p -huyó/p -huy/S -ibais -íbamos -iban -iba/S -ibérico/SG -ibérica/S -iberio/GOS -iberismo/S -iberoamericano/SG -iberoamericana/S -ibicenco/GS -ibicenca/S -ibis -icaco/S -icario/GS -icaria/S -icé -iceberg/S -ice/S -ichal/S -icho/S -ichu/S -iconoclasta/S -icono/S -iconostasio/S -icoroso/GS -icorosa/S -icor/S -icosaedro/S -ictericiado/GS -ictericiada/S -ictericia/S -ictérico/GS -ictérica/S -ictérido/S -icterodes -ictiófago/GS -ictiófaga/S -ictiosauro/S -ida/a -idalio/GS -idalia/S -idealice/S -idealismo/S -idealista/S -idealizador/GS -idealizadora/S -idealizar/ARDEÀÄ -idealizo/G -idealmente -ideal/SKO -idea/q -ideario/S -idear/RDÀE -idee/GS -idea/S -ídem -idénticamente -idéntico/GS -idéntica/S -identidad/S -identificable/S -identificador/GS -identificadora/S -identificar/REAÃDøÅÄÀÂÁ -identifico/G -ideograma/S -ideología/S -ideológico/GS -ideológica/S -ideo/qG -idílico/GS -idílica/S -idilio/S -idiocia/S -idioma/S -idiosincrasia/S -idiota/MS -idiotice/S -idiotismo/S -idiotizar/RDE -idiotizo/G -ido/aG -idolatrar/RÄDE -idólatra/S -idolatre/SG -idolatra/S -idolatría/S -idolopeya/S -ídolo/S -idoneidad/S -idóneo/GS -idónea/S -id/s -idumeo/GS -idumea/S -idus -iglesia/bS -ignaciano/SG -ignaciana/S -ignara/h -ignaro/GS -ignara/S -ignaros/h -ignavia/S -ignavo/GS -ignava/S -ígneo/SG -ígnea/S -ignición/S -ignífugo/GS -ignífuga/S -ignipotente/S -ignito/GS -ignita/S -ignominia/S -ignominiosamente -ignominioso/GS -ignominiosa/S -ignorante/FS -ignorantemente -ignorar/ÌREÅÄDÀÂÁ -ignore/GS -ignora/S -ignoto/GS -ignota/S -igualación/S -igualada/k -igualad/h -igualadino/GS -igualadina/S -igualado/kSG -igualador/GS -igualadora/S -igualamiento/S -igualándolo/SG -igualándola/S -igualan/h -igualar/hRED -igualarlo/GS -igualarla/S -igualarme -igualarnos -igualaros -igualarte -igualdad/hS -iguale/h -igualé/h -igualen/h -igual/hGS -igualitario/GS -igualitaria/S -igualito/GS -igualita/S -igualmente -igualo/h -igualó/h -iguana/S -iguánido/S -iguanodonte/S -iguar -iguaria/S -ijada/S -ijadear/RDE -ijadee/SG -ijadea/S -ijar/S -ijujú -ilación/S -ilapso -ilativo/GS -ilativa/S -ileocecal/S -íleon/S -ilerdense/S -ilergete/S -iliberitano/GS -iliberitana/S -iliberritano/GS -iliberritana/S -ilicitano/GS -ilicitana/S -iliense/S -ilion/S -ilipulense/S -iliturgitano/GS -iliturgitana/S -ilotismo/S -iludir/Q -iluminador/GS -iluminadora/S -iluminar/DRÁÀÂÆÄÅEA -iluminativo/GS -iluminativa/S -ilumine/GS -ilumina/S -iluminismo/S -ilusamente -ilusionad/h -ilusionan/h -ilusionarle/S -ilusionar/RDhÁE -ilusione/h -ilusioné/h -ilusionen/h -ilusión/GhS -ilusionismo/S -ilusionista/S -ilusiono/h -ilusionó/h -ilusivo/GS -ilusiva/S -ilusorio/GS -ilusoria/S -ilustrador/SG -ilustradora/S -ilustrar/ô -ilustrativo/GS -ilustrativa/S -ilustremente -imada/aS -imagen/S -imaginaba/hS -imaginabais/h -imaginaban/h -imaginable/kS -imaginad/hG -imaginado/hS -imagina/h -imagináis/h -imaginamos/h -imaginando/h -imaginan/h -imaginara/h -imaginará/h -imaginarais/h -imaginaran/h -imaginarán/h -imaginarás/h -imaginar/ÇREÄÅÃÀÂÜÁAøDôÙ -imaginaré/h -imaginare/hSG -imaginareis/h -imaginaréis/h -imaginaren/h -imaginaría/hS -imaginariamente -imaginarían/h -imaginario/SG -imaginaria/S -imaginaron/h -imaginarse/h -imaginase/h -imaginaseis/h -imaginasen/h -imaginas/hS -imaginaste/h -imaginativo/GS -imaginativa/S -imagine/GhS -imaginé/h -imaginéis/h -imaginemos/h -imaginen/h -imaginero/S -imagino/h -imaginó/h -imanación/S -imanad/h -imanador/GS -imanadora/S -imana/h -imanan/h -imanar/RhDE -imané/h -imane/hSG -imanen/h -imán/GS -imána/S -imano/h -imanó/h -imantad/h -imanta/h -imantan/h -imantar/RhDE -imanté/h -imante/hSG -imanten/h -imanto/h -imantó/h -imbatible/S -imbecilidad/S -imbécil/S -imbele -imberbe/S -imbiar -imbornal/S -imborrable/S -imbricar/RED -imbrico/G -imbuir/XD -imela/S -imitable/kS -imitador/GS -imitadora/S -imitar/RÅÄÆADÂÀÁÙE -imitativo/GS -imitativa/S -imitatorio/SG -imitatoria/S -imite/GS -imita/S -imoscapo/S -impacientar/ERÁD -impaciente/G -impactante/S -impactar/ÂÆ -impago -impar -imparable/S -impartir/RÂÆE -impasiblemente -impavidez/S -impávido/GS -impávida/S -impecable/J -impedancia/S -impediente/S -impedimento/G -impedir/ÃË -impeditivo/GS -impeditiva/S -impelente/S -impeler/RDÅ -impelo/L -impensadamente -impensa/S -imperante/S -imperar/RDE -imperativamente -imperativo/GS -imperativa/S -imperatorio/GS -imperatoria/S -imperceptible -imperdible/S -imperdonablemente -impere/S -imperfección -imperialismo/S -imperialista/S -imperial/OS -imperio/S -imperiosamente -imperioso/GS -imperiosa/S -impermeabilice/S -impermeabilizante/S -impermeabilizar/RDEÀ -impermeabilizo/G -impermeable/J -impersonalizar/R -impertérrito/SG -impertérrita/S -impertir -imperturbable/J -imperturbablemente -impetrador/SG -impetradora/S -impetrar/RDE -impetratorio/GS -impetratoria/S -impetre/GS -impetra/S -ímpetu -impetuosamente -impetuoso/KGS -impíamente -impiedoso/GS -impiedosa/S -impingar -implacablemente -implantad/p -implantan/p -implanta/p -implantarle/S -implantar/pRÀD -implanten/p -implanté/p -implante/pGS -implanto/p -implantó/p -implar/RDE -imple/G -implementar/REÀD -implemente/GS -implementa/S -implicar/ÅRAÁÂED -implicatorio/GS -implicatoria/S -implícitamente -implícito/SG -implícita/S -implorador/GS -imploradora/S -implorar/REÂÆD -implore/SG -implora/S -implosivo/GS -implosiva/S -implume/S -impluvio/S -imponderablemente -imponed/h -impone/h -imponen/h -imponente -imponer/hX -imponga/h -impongo/h -impón/hS -imponía/h -imponible/S -importable/S -importación/S -importad/p -importándole/GS -importándola/S -importándolo/S -importan/p -importante/F -importa/p -importarle/GS -importarla/S -importarlo/S -importar/pRD -importen/p -importé/p -importe/pGS -importo/p -importó/p -importunadamente -importunar/RDEAÆÂÀÁ -importune/GS -importuna/S -importuno/KS -imposibilitar/ÄR -imposición -impostar/REÄD -impostergable/S -impostor/G -impracticable/J -imprecar/RDAE -imprecatorio/SG -imprecatoria/S -impreco/G -impregnable/S -impregnar/RÁÀÂÄÆÅED -impregne/SG -impregna/S -imprenta/S -impresa/pr -imprescriptible/J -impresionable/JS -impresionad/h -impresiona/h -impresionan/h -impresionante/S -impresionar/hRD -impresioné/h -impresione/hGS -impresionen/h -impresionismo/S -impresionista/S -impresiono/h -impresionó/h -impresión/pS -impreso/pGSr -impresor/GS -impresora/S -imprestable/S -imprimadera/S -imprimador/GS -imprimadora/S -impriman/rp -imprima/pr -imprimar/A -imprimen/rp -imprime/rGSp -imprimía/rp -imprimid/rp -imprimiéndole/S -imprimió/rp -imprimirla/p -imprimirle/GS -imprimirla/S -imprimirlo/pSG -imprimirme -imprimirnos -imprimiros -imprimí/rp -imprimir/rRDpE -imprimirte -imprimís/rp -imprimo/pr -improductivo -improfanable/S -improperar/ERD -impropere/GS -impropera/S -improperio/S -impropiar -impropio/K -improvisadamente -improvisador/GS -improvisadora/S -improvisamente -improvisar/RÀDEA -improvise/GS -improvisa/S -impúber/SG -impúbera/S -impudente/SF -impúdicamente -impuesta/h -impuesto/hGS -impugnable/S -impugnador/GS -impugnadora/S -impugnar/ÀA -impugnativo/GS -impugnativa/S -impulsar/ÄÆÅÁ -impulsivo/GSK -impulsiva/S -impulsor/GS -impulsora/S -impune/K -impunemente -impuntual -impuse/h -impuso/h -imputable/JS -imputador/GS -imputadora/S -imputar/ARÃÆÅÀÂÁED -impute/S -in -inaccesiblemente -inacceso/G -inadmisible -inalienable/J -inalterablemente -inane/SK -inanición/S -inánime/S -inapeable/S -inapetente/S -inaplicable -inapreciable -inaprensible/S -inarrugable/S -inarticulable/S -inasible/S -inasistente -inastillable/S -inaugural/S -inaugurar/ÀA -incaico/GS -incaica/S -incalmable/S -incalumniable/S -incandescente/FS -incansablemente -incansable/S -incardinar/RDE -incardine/SG -incardina/S -inca/S -incasable/S -incasto -incausto/S -incautamente -incautar/RDE -incaute/S -incendaja/S -incendiario/GS -incendiaria/S -incendiar/RÁÀEDÄ -incendie/GS -incendia/S -incendio/S -incensar/I -incensario/S -incentivaba/hS -incentivabais/h -incentivaban/h -incentivad/hG -incentivado/hS -incentiva/h -incentiváis/h -incentivamos/h -incentivando/h -incentivan/h -incentivara/h -incentivará/h -incentivarais/h -incentivaran/h -incentivarán/h -incentivarás/h -incentivaré/h -incentivare/hSG -incentivareis/h -incentivaréis/h -incentivaren/h -incentivaría/hS -incentivarían/h -incentivaron/h -incentivar/RÁÀED -incentivarse/h -incentivase/h -incentivaseis/h -incentivasen/h -incentivas/hS -incentivaste/h -incentivé/h -incentivéis/h -incentivemos/h -incentiven/h -incentive/SGh -incentiva/S -incentivó/h -incentivo/S -incesablemente -incesable/S -incesantemente -incestar -incesto -incestuosamente -incestuoso/GS -incestuosa/S -incida/fp -incidan/fp -incide/fpSG -inciden/fp -incidentalmente -incidental/S -incidente/fSFp -incidentemente -incidía/pf -incidid/fp -incidió/pf -incidí/pf -incidir/fRpDE -incidís/pf -incido/fp -incienso/S -incinerable/S -incinerador/GS -incineradora/S -incinerar/RAÄEDÀ -incinere/GS -incinera/S -incipiente/S -incircunscripto/SG -incircunscripta/S -incisión/S -incisivo/GS -incisiva/S -inciso/GS -incisa/S -incisorio/S -incitamento/S -incitante/S -incitar/P -incitativo/SG -incitativa/S -inclasificable/S -inclaustrar/RED -inclaustre/S -inclinación/S -inclinad/h -inclinador/GS -inclinadora/S -inclina/h -inclinándome -inclinándonos -inclinándoos -inclinándote -inclinan/h -inclinaos -inclinar/hRED -inclinarme -inclinarnos -inclinaros -inclinarte -inclínate -inclinativo/GS -inclinativa/S -incliné/h -incline/hGS -inclinémonos -inclinen/h -inclínense -inclínese -inclino/h -inclinó/h -ínclito/GS -ínclita/S -incluir/ÃXDQÂÀÁÉÈÊ -inclusero/GS -inclusera/S -inclusivamente -inclusive/G -inclusivo/S -incluso/GS -inclusa/S -incoar/RDE -incoativo/GS -incoativa/S -incoe/S -incógnito/GS -incógnita/S -incoherentemente -incoloro/S -incólume/S -incolumidad/S -incomodador/GS -incomodadora/S -incomodar/REDÁÀ -incomode/GS -incomoda/S -incomodo/K -incomparablemente -incompartible/S -incompasible/S -incomplexo -incomposible/J -incomprehensible/J -incomprensiblemente -incomunicar/RA -inconcuso/GS -inconcusa/S -incongruentemente -incongruo/K -inconmovible/S -inconscientemente -inconsideradamente -inconsolablemente -inconstruible/S -incontenible/S -incontestable/J -incontinentemente -incontinenti -incontrastablemente -incontratable/S -inconvencible/S -incordiar/ÀÁRDE -incordie/GS -incordia/S -incorporaba/hSp -incorporabais/h -incorporaban/hp -incorporado/hSp -incorporad/phG -incorpora/hp -incorporáis/hp -incorporamos/hp -incorporando/hp -incorporan/ph -incorporará/hp -incorporarais/h -incorporaran/hp -incorporarán/ph -incorporara/ph -incorporar/ARôDÙÅÄÆEÎÌÂÀÁø -incorporarás/ph -incorporare/hGSp -incorporaré/hp -incorporareis/h -incorporaréis/h -incorporaren/hp -incorporarían/h -incorporaría/pSh -incorporarla/p -incorporarlo/pSG -incorporarme/p -incorporaron/hp -incorporaros/p -incorporarse/hp -incorporarte/p -incorporaseis/h -incorporasen/hp -incorporase/ph -incorporas/hSp -incorporaste/hp -incorporé/hp -incorpore/hSGp -incorporéis/hp -incorporemos/ph -incorporen/ph -incorporo/hp -incorporó/hp -incrasar/RED -incrase/S -increíblemente -incrementar/RDÄÀÁE -incremente/SG -incrementa/S -incremento/S -increpador/GS -increpadora/S -increpar/ERDAÁÀÂÄÆ -increpe/GS -increpa/S -incriminar/ÁÀ -incrustad/h -incrusta/h -incrustan/h -incrustante/hS -incrustar/hRDE -incrustarle/GS -incrustarla/S -incrustarlo/S -incrustarme -incrustarnos -incrustaros -incrustarte -incruste/GhS -incrusté/h -incrusten/h -incrusto/h -incrustó/h -incubadora/S -incubar/ARED -incube/S -inculcador/GS -inculcadora/S -inculcar/ÃRÁÂDEÆ -inculco/G -inculpar/À -incumbencia/S -incumbe/SG -incumba/S -incumbir/ERD -incumplir/RP -incunable/S -incurioso -incurrir/RDP -incursionar/RED -incursión/GS -incursióna/S -incusar/RD -indagador/GS -indagadora/S -indagar/ÀREAD -indagatorio/GS -indagatoria/S -indago/G -indecente -indeciblemente -indeciso/GS -indecisa/S -indecorosamente -indefectiblemente -indefensable/S -indefensible/S -indefenso/S -indefinidamente -indehiscente -indeleblemente -indelicado -indemne/SK -indemnice/S -indemnizar/RÁÀÂDEA -indemnizo/G -indemorable/S -independentismo/S -independentista/S -independice/S -independientemente -independizar/RÁÀDE -independizo/G -inderogable/SJ -indesignable/S -indeterminadamente -indexar/RDE -indexe/GS -indexa/S -indezuelo/SG -indezuela/S -India -indiada/S -indianista/S -indiano/S -indicador/GS -indicadora/S -indicante/S -indicar/RÌÍÁÀÂDEÅÄÆA -indicativo/GS -indicativa/S -indice/G -índice/GS -índica/S -indiciador/GS -indiciadora/S -indiciario/GS -indiciaria/S -indiciar/RDE -indicie/SG -indicia/S -indicio/S -indicioso/SG -indiciosa/S -índico/S -indiferente/O -indiferentismo/S -indígena/S -indigenismo/S -indigenista/S -indigente/FS -indigestar/RED -indigeste/GS -indigesta/S -indigestible -indignadísimo/GS -indignadísima/S -indignar/ÁÂRA -índigo/S -indilgar/ERD -indilgo/G -indinar/RDE -indine/S -indio/G -indiscriminadamente -indisolublemente -indispensable/J -indispensablemente -indistintamente -individualice/S -individualismo/S -individualista/S -individualizar/RÄÀÁDE -individualizo/G -individualmente -individual/SKO -individuar/RDI -individúe/GS -individúa/S -individuo/SG -individua/S -indivisiblemente -indiviso/S -indizar/RED -indizo/G -indochino/SG -indochina/S -indoeuropeo/GS -indoeuropea/S -indolentemente -indolente/S -índole/S -indoloro/S -indomable/J -indómito/GS -indómita/S -Indonesia -indonesio/SG -indonesia/S -indo/S -indostano/GS -indostana/S -indubitado/GS -indubitada/S -inducia/S -inducidor/GS -inducidora/S -inducir/XIAÅÄÁÀÂDP -inductancia/S -inductor/G -indudablemente -indulgente/FS -indulgentemente -indultario/S -indultar/REÀÂD -indulte/GS -indulta/S -indulto/S -indumentario/GS -indumentaria/S -indumento/S -industrialice/S -industrialismo/S -industrialista/S -industrializar/ERADÀ -industrializo/G -industrial/nS -industriar/RED -industrie/GS -industria/S -industrioso/GS -industriosa/S -inebriar/RED -inebrie/S -inedia/S -inefablemente -inefable/SJ -ineludiblemente -inenarrable/S -inepcia/S -ineptamente -ineptitud/S -inepto/GS -inepta/S -inequívocamente -inercial/S -inercia/S -inerme/S -inerrable/S -inerrante/F -inerte/S -inervación/S -inervador/GS -inervadora/S -inescrupuloso -inescrutable/S -inesperadamente -inestancable/S -inevitablemente -inexcogitable/S -inexcusablemente -inexorable/J -inexorablemente -inexpiable/S -inexpresable/S -inexpresivo -inextricable/S -infaliblemente -infalsificable/S -infamador/GS -infamadora/S -infamante/S -infamar/ERD -infamativo/SG -infamativa/S -infamatorio/GS -infamatoria/S -infame/S -infamia/S -infando/GS -infanda/S -infantado/S -infanta/L -infante/FSG -infanticida/S -infanticidio/S -infantil/S -infartad/h -infarta/h -infartan/h -infartar/ERhD -infarte/GhS -infarté/h -infarten/h -infarto/h -infartó/h -infartos -infatigablemente -infatigable/S -infatuar/RID -infatúe/GS -infatúa/S -infaustamente -infeccionar/RDE -infecciones/h -infección/GS -infeccióna/S -infeccioso/SG -infecciosa/S -infecir -infectad/h -infecta/h -infectan/h -infectar/hRDE -infectarlo/GS -infectarla/S -infectarme -infectarnos -infectaros -infectarte -infecte/GhS -infecté/h -infecten/h -infecto/h -infectó/h -inferencia/S -inferior/KS -inferir/XÂD -infernáculo/S -infernal/S -infernar/RID -ínfero/GS -ínfera/S -infestar/RED -infeste/S -infesto/S -infibular/RED -infibule/SG -infibula/S -inficionad/h -inficiona/h -inficionan/h -inficionar/hDRE -inficioné/h -inficione/hSG -inficionen/h -inficiono/h -inficionó/h -infidencia/S -infierno/NS -infiltrar/Á -ínfimo/GS -ínfima/S -infinidad/S -infinitamente -infinitesimal/S -infinitivo/S -inflacionario/SG -inflacionaria/S -inflacionista/S -inflación/S -inflad/h -infla/h -inflamable/kS -inflamación/S -inflamad/h -inflamador/GS -inflamadora/S -inflama/h -inflaman/h -inflamar/hRED -inflamatorio/SG -inflamatoria/S -inflamé/h -inflamen/h -inflame/ShG -inflamo/h -inflamó/h -inflan/h -inflar/ERDh -inflarlo/GS -inflarla/S -inflarme -inflarnos -inflaros -inflarte -inflé/h -inflen/h -infle/SGh -infla/S -inflexiblemente -inflige/S -infligir/RÆEDÁ -inflijo/G -inflo/h -infló/h -influenciable/S -influenciar/ERÅDÀ -influencie/S -influir/ÀÂÁÈ -informaba/hS -informabais/h -informaban/h -información/hS -informad/hG -informado/hS -informa/h -informáis/h -informamos/h -informando/h -informan/h -informar/ÃÂøôÅÆ -informara/h -informará/h -informarais/h -informaran/h -informarán/h -informarás/h -informaré/h -informare/hSG -informareis/h -informaréis/h -informaren/h -informaría/hS -informarían/h -informaron/h -informarse/h -informase/h -informaseis/h -informasen/h -informas/hS -informaste/h -informática/m -informatice/S -informático/mSG -informatizar/RADÀE -informatizo/G -informé/h -informe/hGS -informéis/h -informemos/h -informen/h -informó/h -informo/K -infortificable/S -infortunadamente -infortunado/GS -infortunada/S -infortunio/S -infosura/S -infractor/SG -infractora/S -infraestructura/S -infrahumano/GS -infrahumana/S -infrarrojo/GS -infrarroja/S -infrascrito/SG -infrascrita/S -infravalorar/RED -infravalore/GS -infravalora/S -infringe/S -infringir/REÀD -infrinjo/G -infructuoso/K -infrutescencia/S -infundadamente -infundio/S -infundir/ÅÆÁ -infurte/GS -infurta/S -infurtir/RED -infuscar/RED -infuso/S -inga -ingeniar/ÃDREÇÁ -ingenieril/S -ingeniero/LSG -ingenie/SG -ingenia/S -ingeniosamente -ingenioso/GSK -ingeniosa/S -ingenuamente -ingenuo/GSK -ingenua/S -ingerir/XÁÀDÈ -Inglaterra -ingle/S -inglés/G -ingles/S -ingletear/ERD -ingletee/GS -ingletea/S -inglete/S -ingrediente/S -ingresaban/p -ingresaba/pS -ingresado/pS -ingresad/pG -ingresáis/p -ingresamos/p -ingresando/p -ingresan/p -ingresa/p -ingresar/ÀÂÁRDE -ingresaran/p -ingresarán/p -ingresara/p -ingresará/p -ingresarás/p -ingresaren/p -ingresaré/p -ingresare/pGS -ingresaría/pS -ingresaron/p -ingresarse/p -ingresasen/p -ingresase/p -ingresas/pS -ingresaste/p -ingreséis/p -ingresemos/p -ingresen/p -ingresé/p -ingrese/pGS -ingreso/p -ingresó/p -ingresos -inguinal/S -inguinario/GS -inguinaria/S -ingurgitar/RDE -ingurgite/SG -ingurgita/S -inhabilitar/ÂÁ -inhabitable -inhalador/S -inhalar/AÄÀ -inherente/S -inhestar/RI -inhiba/h -inhiban/h -inhiben/h -inhibe/SGh -inhiba/S -inhibía/h -inhibición/S -inhibid/h -inhibiéndolo/SG -inhibiéndola/S -inhibí/h -inhibió/h -inhibirlo/GS -inhibirla/S -inhibirme -inhibirnos -inhibiros -inhibir/RhED -inhibirte -inhibís/h -inhibitorio/GS -inhibitoria/S -inhibo/h -inhiesto/S -inhospitable/S -inhóspito/SG -inhóspita/S -inhumar/AÀE -iniciaban/p -iniciaba/pS -iniciado/pS -iniciador/GS -iniciadora/S -iniciad/pG -iniciáis/p -inicialmente -inicial/S -iniciamos/p -iniciando/p -inician/p -inicia/p -iniciaran/p -iniciarán/p -iniciara/p -iniciará/p -iniciarás/p -iniciaren/p -iniciaré/p -iniciare/pGS -iniciaría/pS -iniciarla/p -iniciarlo/pSG -iniciaron/p -iniciar/RÄÆDÅAÀÁE -iniciarse/p -iniciasen/p -iniciase/p -inicias/pS -iniciaste/p -iniciativo/SG -iniciativa/S -inicie/GSp -inicia/S -iniciéis/p -iniciemos/p -inicien/p -inicié/p -inició/p -inicio/S -inicuamente -inicuo/GS -inicua/S -inigualable/S -iniquidad/S -injerencia/S -injerir/XD -injertador/SG -injertadora/S -injertar/ERÆDÁ -injerte/SG -injerta/S -injerto/S -injundia/S -injuriador/GS -injuriadora/S -injuriar/RÁÀÂDE -injurie/GS -injuria/S -injuriosamente -injurioso/GS -injuriosa/S -injusto -inllevable/S -Inmaculada -inmaculadamente -inmanente/FS -inmarcesible/S -inmaturo/GS -inmatura/S -inmediata/M -inmejorablemente -inmemorablemente -inmensamente -inmenso/GSK -inmensa/S -inmensurable -inmersión/S -inmerso/GS -inmersa/S -inmigrante/S -inmigrar/A -inminente/FS -inmiscuir/XÁD -inmisericorde/S -inmoble/S -inmolador/GS -inmoladora/S -inmolar/AÁ -inmoral/K -inmortalice/S -inmortalizar/REÁÀÂD -inmortalizo/G -inmotivadamente -inmovilizar/ÄÆÀÁ -inmundo/G -inmune/KS -inmunice/S -inmunitario/GS -inmunitaria/S -inmunizador/GS -inmunizadora/S -inmunizar/REÀD -inmunizo/G -inmunodeficiencia/S -inmunoterapia/S -inmutable/J -inmutar/Á -inmutativo/SG -inmutativa/S -innatismo/S -innato/O -innavegable -innegablemente -innoble -innocuo/GS -innocua/S -innombrable/S -innominable/S -innovador/GS -innovadora/S -innovar/AÀ -innumerable/J -innumerablemente -inocentada/S -inocente/FS -inocentemente -inoculador/SG -inoculadora/S -inocular/ÅÆREDÀ -inocule/GS -inocula/S -inocultable/S -inocuo/KGS -inodoro/GS -inodora/S -inoficioso -inolvidable/S -inopia/S -inopinadamente -inordinado/SG -inordinada/S -inquerir -inquietador/GS -inquietadora/S -inquietante/S -inquietar/ÅÁÀ -inquilina/f -inquilino/fGS -inquinamento/S -inquinar/ER -inquine/S -inquirir/IXÀÂÆD -inquisición/S -inquisidor/GS -inquisidora/S -inquisitivo/GS -inquisitiva/S -inquisitorial/S -inquisitorio/GS -inquisitoria/S -inri/S -insaciable/J -insaciablemente -insaculad/h -insacula/h -insaculan/h -insacular/hRDE -insaculé/h -insacule/hGS -insaculen/h -insaculo/h -insaculó/h -insano -inscribe/SG -inscriba/S -inscribible/S -inscribir/RÄEDÁÂÀ -inscripción/S -inscrito/GS -inscrita/S -insculpe/SG -insculpa/S -insculpir/ERD -insecable/S -insecticida/S -insectívoro/GS -insectívora/S -insecto/h -insectos -inseminar/DREA -insemine/GS -insemina/S -inseparable/J -inseparablemente -inserción/S -inserir/XD -insertar/REÄDÀÂÁ -inserte/GS -inserta/S -inserto/S -insidiador/GS -insidiadora/S -insidiar/RED -insidie/SG -insidia/S -insidiosamente -insidioso/GS -insidiosa/S -insigne -insignemente -insignia/S -insignificante/F -insimular -insinuador/GS -insinuadora/S -insinuante/S -insinuar/RÃIDÆÅÁÀÂA -insinúe/GS -insinúa/S -insipidez/S -insípido/GS -insípida/S -insipiente/S -insistente/FS -insistentemente -insiste/SG -insista/S -insistir/RED -insocial -insolar/EA -insoldable/S -insolentar/RDE -insolente/FSG -insolentemente -insoluto/GS -insoluta/S -insomne/S -insomnio/S -insonoro -insoslayable/S -inspeccionar/RÅÄEÀÂD -inspección/GS -inspeccióna/S -inspector/sGS -inspiradamente -inspirador/GS -inspiradora/S -inspirar/RÅøDÁÀAE -inspirativo/GS -inspirativa/S -inspire/SG -inspira/S -instalaban/p -instalaba/pS -instalado/pS -instalador/GS -instaladora/S -instalad/pG -instaláis/p -instalamos/p -instalando/p -instalan/p -instala/p -instalaran/p -instalarán/p -instalara/p -instalará/p -instalar/ARDÁÀEôøÅÄ -instalarás/p -instalaren/p -instalaré/p -instalare/pSG -instalaría/pS -instalarla/p -instalarlo/pGS -instalarme/p -instalaron/p -instalaros/p -instalarse/p -instalarte/p -instalasen/p -instalase/p -instalas/pS -instalaste/p -instaléis/p -instalemos/p -instalen/p -instalé/p -instale/SGp -instala/S -instalo/p -instaló/p -instantáneamente -instantáneo/GS -instantánea/S -instante/FS -instar/REDÂÀÅÄÆ -instaurador/SG -instauradora/S -instaurar/DREÀA -instaure/SG -instaura/S -inste/SG -insta/S -instigador/GS -instigadora/S -instigar/ERDA -instigo/G -instilar/RED -instile/SG -instila/S -instimular -instintivamente -instintivo/SG -instintiva/S -instinto/S -institucionalice/S -institucionalizar/RDEÀ -institucionalizo/G -institucionalmente -institucional/S -institución/S -instituidor/GS -instituidora/S -instituir/XDÀ -instituto/S -institutriz/S -instrucción/S -instructivamente -instructivo/GS -instructiva/S -instructor/GS -instructora/S -instruir/XÀÂÁDÊÈÉ -instrumentalmente -instrumental/S -instrumentar/RÄADÀE -instrumente/SG -instrumenta/S -instrumentista/S -instrumento/S -insubstancial/K -insuflar/RDEÂÆ -insufle/SG -insufla/S -insufriblemente -insular/Sl -ínsula/S -insulina/S -insulsa/M -insulsamente -insulso/GS -insulsa/S -insultante/S -insultar/RÍEÀÂÁÄÆÅD -insulte/SG -insulta/S -insulto/S -insumable/S -insurgente/S -insurgir/R -insurreccionar/RDE -insurrección/GS -insurreccióna/S -insurrecto/SG -insurrecta/S -insustancial/K -intacto/G -intangible/J -integrable/pS -integrador/GS -integradora/S -integrad/ph -integralmente -integral/S -íntegramente -integrándolo/GS -integrándola/S -integrándome -integrándonos -integrándoos -integrándote -integran/ph -integrante/S -integra/pSh -integrar/hRÁApDE -integrarla/p -integrarle/pGS -integrarlo/pS -integré/hp -integrémonos -integren/ph -intégrense -integre/OSG -intégrese -integres/ph -integrismo/S -integrista/S -íntegro/GS -íntegra/S -integró/hp -integro/K -intelección/S -intelectivo/GS -intelectiva/S -intelecto/S -intelectualice/S -intelectualismo/S -intelectualizar/RDÀE -intelectualizo/G -intelectualmente -intelectual/OKS -inteligente/FS -inteligible/kJS -inteligiblemente -intencionadamente -intencionado/GS -intencionada/S -intencionalmente -intencional/S -intención/S -intendencia/rS -intendenta/S -intendente/tFSs -intender -intensamente -intensificadora/S -intensificar/ARDÀE -intensifico/G -intensivamente -intensivo/GS -intensiva/S -intenso/K -intentar/ÙÌEÄ -intente/SG -intenta/S -intentona/S -intento/S -ínter -interactivo -interarticular -intercalar/ÄAÀ -intercar/RED -interceptar/RÁÀÂDÄE -intercepte/GS -intercepta/S -interceptor/GS -interceptora/S -intercesor/SG -intercesora/S -interciso/S -intercomunicador -interdicto/S -interesadamente -interesad/h -interesándome -interesándonos -interesándoos -interesándote -interesan/h -interesante/S -interesarle/SG -interesarla/S -interesarlo/S -interesar/RhÁDE -interese/h -interesé/h -interesen/h -interés/hGS -intereso/h -interesó/h -interfecto/GS -interfecta/S -interferencia/S -interferir/XDÁ -interfono/S -interglaciar -interinamente -interinar/RED -interine/SG -interina/S -interino/SK -ínterin/S -interiorice/S -interiorizar/RÀÂÁED -interiorizo/G -interiormente -interior/SK -interjección/S -interjectivo/GS -interjectiva/S -interlineal -interlocutorio/G -interludio/S -interlunio/S -intermediario/SG -intermediaria/S -intermitente/FS -intermite/S -intermitir/RED -intermuscular -internacionalizar/À -internamente -internar/RÁÀÅÄPDE -Internet -internista/S -interpelar/ÂÀÆ -interpersonal -interpolador/GS -interpoladora/S -interpolar/RDE -interpole/GS -interpola/S -interpón -interponer/A -interprender -interpretable/S -interpretador/GS -interpretadora/S -interpretar/REÄAÁÀÂD -interpretativamente -interpretativo/GS -interpretativa/S -interprete/GS -interpreta/S -intérprete/S -interrelación -interrogante/S -interrogar/ÄAE -interrogativamente -interrogatorio -interrogo/G -interromper -interrumpe/GS -interrumpa/S -interrumpida/k -interrumpido/kGS -interrumpir/REÁÀÂDÚÙÅÄÆ -interrupción/S -interruptor/GS -interruptora/S -interserir -intersticial/S -intersticio/S -interurbano -intervalo/S -intervén -intervencionismo/S -intervencionista/S -intervención/S -intervenir/ÂÀ -interviuvar/DRE -interviuve/GS -interviuva/S -intestinal/S -intestino/SG -intestina/S -íntimamente -intimar/A -intimidar/REÀÂÁDA -intimidatorio/GS -intimidatoria/S -intimide/GS -intimida/S -intimismo/S -intimista/S -íntimo/GS -íntima/S -intimo/K -intonso/GS -intonsa/S -intoxicad/h -intoxica/h -intoxican/h -intoxicar/hRDEÁA -intoxicó/h -intoxico/hG -intoxique/h -intoxiqué/h -intracelular/S -intradós/S -intramuros -intramuscular/S -intransitivo/K -intransmutable/J -intraocular/S -intrasmisible/S -intratable/J -intrauterino/SG -intrauterina/S -intravenoso/SG -intravenosa/S -intrépidamente -intrepidez/S -intrépido/GS -intrépida/S -intributar -intricar/RDE -intrico/G -intrigante/S -intrigar/RÁÀÂED -intrincadamente -intrincar/RA -intrínsecamente -intrínseco/GS -intrínseca/S -introduce/S -introducir/DXIAúÁÀÂÆÅ -introductor/GS -introductora/S -introductorio/GS -introductoria/S -introito/S -intromisión/S -introspección/S -introspectivo/GS -introspectiva/S -introversión/S -introverso/GS -introversa/S -introvertido/GS -introvertida/S -intrusamente -intrusar/RDQE -intruse/SG -intrusa/S -intrusismo/S -intruso/SO -intubar/RDE -intube/S -intuir/XDÁÀÈA -intuitivamente -intumescente/FS -inundar/REÀÁDAÅ -inunde/GS -inunda/S -inusitadamente -inusitado/SG -inusitada/S -invade/G -invadir/RÅÄÆEQÀÂÁD -invaginar/RDE -invagine/S -invalidar/AÂÄ -invaluable/S -invasivo/GS -invasiva/S -invasor/GS -invasora/S -invectiva/S -invehír -invencible/J -invenciblemente -invención/pS -invenir -inventadme -inventadnos -inventad/p -invéntame -inventándole/GS -inventándola/S -inventándolo/S -inventándome -inventándonos -inventándoos -inventándote -invéntanos -inventan/p -inventa/p -inventariar/RDÀI -inventaríe/S -inventario/S -inventarle/GS -inventarla/S -inventarlo/S -inventarme -inventármelo/GS -inventármela/S -inventarnos -inventárnoslo/GS -inventárnosla/S -inventaros -inventároslo/GS -inventárosla/S -inventar/pRDE -inventárselo/SG -inventársela/S -inventarte -inventártelo/SG -inventártela/S -inventen/p -inventé/p -invente/pGS -inventivo/SG -inventiva/S -invento/p -inventó/p -inventos -invernadero/S -invernad/h -inverna/h -invernan/h -invernar/hRED -inverné/h -invernen/h -inverne/SGh -inverna/S -invernizo/SG -inverniza/S -inverno/h -invernó/h -inversamente -inversionista/S -inversor/SG -inversora/S -invertible -invertir/ÔXÌÀÂÈ -investigable/S -investigador/SG -investigadora/S -investigar/RDEAÄÀÂÁ -investigo/G -investir/BÁÈ -inveterar/RED -invetere/GS -invetera/S -inviar -invicto/G -invidente/F -invidiar -invierno/S -inviolablemente -inviolable/SJ -invitar/ÙÚÀÂÁÌÍÅÄÆA -invito/S -invocador/GS -invocadora/S -invocar/RÀÂEDAÄÆ -invocatorio/GS -invocatoria/S -invoco/G -involucionar/RED -involución/GS -involucióna/S -involucionista/S -involucrar/RDEÅÁÀ -involucre/SG -involucra/S -involucro/S -inyección/S -inyectable/S -inyectar/ÃRÅEÄÆDÁÀ -inyecte/SG -inyecta/S -inyectivo/GS -inyectiva/S -inyector/S -inyungir -iones/a -ionice/S -ionizante/S -ionizar/RAED -ionizo/G -ionosfera/S -ion/S -iota/S -iracundia/S -iracundo/GS -iracunda/S -Irán -iranio/GS -irania/S -irán/ps -Iraq -ira/S -irascible/JS -irá/sp -irás/ps -iréis/s -iremos -iré/sp -irgáis -irgámonos -irgamos -irgan -irgo/G -irguen -irgue/S -irguiendo -irguiéndolo/SG -irguiéndola/S -irguiéndome -irguiéndonos -irguiéndoos -irguiéndose -irguiéndote -irguierais -irguiéramos -irguieran -irguiéreis -irguiéremos -irguieren -irguiere/SG -irguiera/S -irguieron -irguieseis -irguiésemos -irguiesen -irguiese/S -irguió -iríais -iríamos -irían/s -iría/sSp -irídeo/GS -irídea/S -íride/S -iridio/S -iridiscente/S -irisar/RDE -irise/G -iris/S -Irlanda -irlanda/S -irlandés/GS -irlandésa/S -ironía/S -irónicamente -ironice/S -irónico/SG -irónica/S -ironizar/RED -ironizo/G -iroqués/GS -iroquésa/S -irracionable/SJ -irradiar/Ä -irreconciliable/S -irredento/GS -irredenta/S -irreductible/J -irreductiblemente -irreglamentable/S -irregular/K -irreligioso/K -irremediablemente -irremisiblemente -irreparablemente -irreprensiblemente -irreprimible/S -irreprochable/J -irresistiblemente -irrespetuoso/K -irreverentemente -irrigador/S -irrigar/RED -irrigo/G -irrisible -irrisión/S -irrisoriamente -irrisorio/GS -irrisoria/S -irritable/JS -irritador/GS -irritadora/S -irritante/S -irritar/RAÂÀÁPDEÅÄ -irrite/S -írrito/GS -írrita/S -irrogar/E -irrogo/G -irruir/XD -irrumpe/GS -irrumpa/S -irrumpir/RED -irrupción/S -ir/sÁÂD -irse/s -isabelino/GS -isabelina/S -isabelo/SG -isabela/S -isa/Sa -isba/S -isidoriano/GS -isidoriana/S -islam -islamice/S -islámico/SG -islámica/S -islamismo/S -islamita/S -islamizar/RDE -islamizo/G -islandés/GS -islandésa/S -Islandia -islándico/SG -islándica/S -isla/NS -islario/S -isleño/GS -isleña/S -islote/S -isóbara/S -isobárico/GS -isobárica/S -isobaro/SG -isobara/S -isocronismo/S -isócrono/GS -isócrona/S -isomorfismo/S -isomorfo/GS -isomorfa/S -isópodo/S -isósceles -isotérmico/GS -isotérmica/S -isotermo/GS -isoterma/S -isotónico/GS -isotónica/S -isotopo/S -is/qg -isquemia/S -isquiático/GS -isquiática/S -isquion/S -Israel -israelí/S -israelita/S -istmo/S -Italia -italianice/S -italianismo/S -italianizar/RDE -italianizo/G -italianófilo/GS -italianófila/S -italiano/GS -italiana/S -itálica/S -italicense/S -italorrománico/GS -italorrománica/S -ítem/S -iterable/S -iterad/p -iteran/p -itera/p -iterar/pRDE -iterativa/p -iterativo/pSG -iterbio/S -itere/GpS -iteren/p -iteré/p -itero/p -iteró/p -itinerante/S -itinerario/SG -itineraria/S -itrio/GS -itria/S -ivernar/RED -iverne/GS -iverna/S -ivierno/S -iza -izar/RÁÀÄDE -izgonzar -izó -izo/G -izote/S -izquierdear/RDE -izquierdee/GS -izquierdea/S -izquierdista/S -izquierdo/GS -izquierda/S -jabalconar/RED -jabalcone/GS -jabalcona/S -jabalinero/SG -jabalinera/S -jabalín/SG -jabalína/S -jabalí/S -jabalonar/RED -jabalone/SG -jabalona/S -jabaluna/S -jabardear/RDE -jabardee/SG -jabardea/S -jabardo/NS -jabato/GS -jabata/S -jábega/S -jabelgar -jabeque/S -jabillo/S -jabino/S -jabí/S -jabonad/i -jabonador/GS -jabonadora/S -jabona/i -jabonan/i -jabonar/iRBDE -jaboncillo/S -jaboné/i -jabone/iSG -jabonen/i -jabonero/GS -jabonera/S -jabón/LGSN -jabono/i -jabonó/i -jabonoso/GS -jabonosa/S -jabre/GS -jabra/S -jabrir/RED -jaca/pS -jacarandá/S -jacarandino/GS -jacarandina/S -jácara/S -jacarear/RED -jacaree/GS -jacarea/S -jacer -jacinto/S -jacobeo/GS -jacobea/S -jacobinismo/S -jacobino/GS -jacobina/S -jacobita/S -jaco/GS -jaca/S -jactancia/S -jactanciosamente -jactancioso/SG -jactanciosa/S -jactar/REDÁ -jacte/GS -jacta/S -jaculatorio/GS -jaculatoria/S -jacuzzi/S -jadeante/S -jadear/RED -jadee/GS -jadea/S -jadeo/S -jade/S -jadiar/RDE -jadie/GS -jadia/S -jadraque/S -jaecé/i -jaece/iS -jaecen/i -jaecero/GS -jaecera/S -jaenés/G -jaenes/S -jaén/S -jaezad/i -jaeza/i -jaezan/i -jaezar/RiDE -jaezo/Gi -jaezó/i -jaguar/iS -jaguarzo/S -jaharrar/RDE -jaharre/GS -jaharra/S -jaiba/S -jaique/S -jalapa/S -jalapeño/GS -jalapeña/S -jalar/RDÁEÄ -jalbegad/i -jalbega/i -jalbegan/i -jalbegar/iRED -jalbego/Gi -jalbegó/i -jalbegue/i -jalbegué/i -jaldado/GS -jaldada/S -jalde/GS -jalda/S -jaldeta/S -jaldo/S -jaldre/S -jaleador/GS -jaleadora/S -jalear/RDEÀ -jaleco/S -jalee/GS -jalea/S -jale/GS -jala/S -jaleo/S -jaletina/S -jalifa/S -jalifato/S -jalifiano/SG -jalifiana/S -jalisciense/S -jalma/iS -jalmero/Si -jalonar/RED -jalón/GS -jalóna/S -jaloque/S -Jamaica -jamaicano/GS -jamaicana/S -jamaiquino/GS -jamaiquina/S -jamar/RED -jamás -jamba/CS -jambrad/i -jambra/i -jambran/i -jambrar/RiDE -jambré/i -jambre/iSG -jambren/i -jambro/i -jambró/i -jame/GS -jama/S -jamelgo/S -jamerdana/S -jamerdar/RDI -jamete/S -jamona/aS -jamones/a -jamón/GS -jamóna/S -jamuga/S -jamurar/ERD -jamure/GS -jamura/S -jamuscar -Jan -jane/S -jangada/S -jangua/S -jansenismo/S -jansenista/S -ja/pg -Japón -japonense/S -japonés/G -japones/S -japón/GS -japóna/S -japónica/S -japuta/S -jaquear/RDE -jaqueca/S -jaquecoso/GS -jaquecosa/S -jaquee/GS -jaquea/S -jaquelado/GS -jaquelada/S -jaquel/S -jaque/pS -jaquero/S -jaqueta/SN -jáquima/S -jaquimazo/S -jaquimero/S -jaquir -jarabear/RED -jarabee/GS -jarabea/S -jarabe/S -jaracalla/S -jara/gSa -jaraíz/S -jaral/S -jaramago/S -jaramugo/S -jarandina/S -jaranear/RDE -jaranee/GS -jaranea/S -jaranero/GS -jaranera/S -jarano/SG -jarana/S -jarbar/RED -jarbe/GS -jarba/S -jarciad/i -jarcia/i -jarcian/i -jarciar/iRDE -jarcie/GSi -jarcia/S -jarcié/i -jarcien/i -jarcio/i -jarció/i -jardinero/LGS -jardines/ai -jardín/S -jareta/iS -jaretera/S -jaricar/ERD -jarico/G -jarife/GS -jarifa/S -jarifiano/GS -jarifiana/S -jarifo/S -jarocho/GS -jarocha/S -jaro/GSHN -jara/S -jaropar/RED -jaropear/ERD -jaropee/GS -jaropea/S -jarope/GS -jaropa/S -jaros/g -jaroso/GS -jarosa/S -jarra/H -jarrar/ERD -jarrear/ERD -jarree/GS -jarrea/S -jarrer/EGS -jarrero/S -jarre/SG -jarra/S -jarretad/h -jarreta/h -jarretan/h -jarretar/hRDE -jarreté/h -jarrete/hGS -jarreten/h -jarretera/S -jarreto/h -jarretó/h -jarrita/S -jarrón/S -jarropa/S -jarro/S -jasar/REBD -jase/GS -jasa/S -jasen/g -jases/g -jaspear/RED -jaspee/GS -jaspea/S -jaspe/S -jateo/S -jatib/S -jativés/GS -jativésa/S -jato/GS -jata/S -jau -jaudo/SG -jauda/S -jauja/S -jaula/Si -jaulero/GS -jaulera/S -jaulilla/S -jauría/S -jauto/SG -jauta/S -javanés/GS -javanésa/S -javera/S -javo/GS -java/S -jazarino/GS -jazarina/S -jazminero/S -jazmín/S -jazz -jea/Sa -jebe/Si -jebuseo/GS -jebusea/S -jedar/RED -jede/GS -jeda/S -jedive/S -jedrea/aS -jefa/s -jefatura/S -jefe/GSs -jefa/S -je/g -jeito/S -jeliz/S -jemal/S -jeme/S -jenabe/aS -jenable/S -jengibre/aS -jeque/S -jerapellina/S -jerarca/S -jerarquía/S -jerarquice/S -jerárquico/GS -jerárquica/S -jerarquizar/RDÄEÀ -jerarquizo/G -jera/SM -jeras/pa -jerbo/S -jeremiada/S -jeremías -jeremiquear/RDE -jeremiquee/GS -jeremiquea/S -jerezano/GS -jerezana/S -jerga/iS -jergón/S -jerguilla/S -jeribeque/S -jerife/S -jerifiano/GS -jerifiana/S -jerigonzar -jerigonza/S -jeringa/HN -jeringar/RDE -jeringo/G -jeroglífico/GS -jeroglífica/S -jeronimiano/GS -jeronimiana/S -jerónimo/GS -jerónima/S -jerosolimitano/GS -jerosolimitana/S -jerpa/S -jerricote/S -jerséis -jersey -Jersey -jeruga/S -jervilla/S -jesnato/GS -jesnata/S -Jesucristo -jesuita/S -Jesús -jesusear/RDE -jesusee/GS -jesusea/S -jeta/H -jetar/RED -jete/GS -jeta/S -jetes/a -jetudo/GS -jetuda/S -ji -jíbaro/GS -jíbara/S -jibia/S -jícara/S -jicarazo/S -jienense/S -jiennense/S -jíes -jifa/S -jiferada/S -jifero/GS -jifera/S -jifia/S -jiga/S -jigote/S -jiguilete/S -jijallar/S -jijallo/S -jijas -jijear/RED -jijee/GS -jijea/S -jijona/S -jileco/S -jilguero/GS -jilguera/S -jilmaestre/S -jimelga/S -jimén/S -jimio/GS -jimia/S -jimplar/RDE -jimple/GS -jimpla/S -jindama/S -jinebro/S -jinestada/S -jinetada/S -jinetear/RED -jinetee/GS -jinetea/S -jinete/GS -jineta/S -jinglar/RDE -jingle/GS -jingla/S -jinjolero/S -jínjol/S -jipiar/RID -jipíe/SG -jipía/S -jipijapa/S -jiquilete/S -jirafa/S -jirapliega/S -jira/S -jirasal/S -jirofina/S -jironada/a -jironado/GSa -jironada/S -jirones/a -jirón/S -jirpear/RED -jirpee/GS -jirpea/S -jisca/S -jitad/p -jitan/p -jita/p -jitar/ERDp -jite/GSp -jita/S -jiten/p -jité/p -jito/p -jitó/p -jobo/Sa -jocosamente -jocoserio/GS -jocoseria/S -jocoso/KGS -jocundo/KGS -jode/GS -joda/S -joder/øERDÅôÁÀ -jodo/L -jofaina/aS -jofor/S -joglar/S -joguer -jolgorio/S -jolín/S -jolito/S -joloano/GS -joloana/S -jónico/SG -jónica/S -jonio/GS -jonia/S -jonjabar/RED -jonjabe/GS -jonjaba/S -jopar/RDE -jopear/RED -jopee/SG -jopea/S -jope/GS -jopa/S -jo/pgb -jorco/S -jordanes/i -Jordania -jordán/S -jorfe/S -jorge/S -jornada/S -jornala/a -jornalad/a -jornalan/a -jornalar/RaDE -jornalé/a -jornalear/RED -jornale/aSG -jornalee/GS -jornalea/S -jornalen/a -jornalero/GS -jornalera/S -jornal/GS -jornala/S -jornalo/a -jornaló/a -jorobar/REÁBD -jorobe/GS -joroba/S -jorobeta/S -joropo/S -jorrar/a -jorro/S -josa/S -josefino/GS -josefina/S -jostrado/GS -jostrada/S -jostra/S -jota/aS -joule/S -jovenado/S -jovenete/S -joven/S -jovenzuelo/GS -jovenzuela/S -jovialmente -jovial/SK -joya/L -joyante/S -joyelero/S -joyel/S -joyero/GS -joyera/S -joyo/iG -joyos -joyosa/S -ju -juanetero/S -juanete/S -juanetudo/GS -juanetuda/S -juan/S -juarda/S -juardoso/GS -juardosa/S -jubada/S -jubetero/S -jubete/S -jubilar/RAÀÁEôD -jubile/GS -jubila/S -jubileo/S -júbilo/S -jubilosamente -jubiloso/GS -jubilosa/S -jubo/GNS -jubonero/S -jubón/S -judaíce/S -judaico/SG -judaica/S -judaísmo/S -judaizante/S -judaizar/RDIA -judaízo/G -judas -judeocristiano/SG -judeocristiana/S -judgar -judiada/S -judiar/S -judicante/S -judicar -judicativo/SG -judicativa/S -judicatura/S -judicialmente -judicial/Sn -judiciario/GS -judiciaria/S -judiego/GS -judiega/S -judío/SGL -judía/S -juégale/GS -juégala/S -juégalo/S -juegan -juego/SG -juega/S -jueguen -juegue/S -juera/S -juerga/S -juerguear/RDE -juerguee/SG -juerguea/S -juerguista/S -jueves -juez/S -jugaba/hfSi -jugabais/hf -jugábamos -jugaban/fhi -jugadera/S -jugad/hGfi -jugado/hfSi -jugador/SGi -jugadora/S -jugáis/ifh -jugamos/fhi -jugando/fhi -jugar/ÃDÁÀÂGS -jugara/hfi -jugará/ifh -jugarais/hf -jugáramos -jugaran/fhi -jugarán/ihf -jugarás/ihf -jugare/hfSGi -jugaré/ifh -jugaréis/fh -jugareis/hf -jugaremos -jugáremos -jugaren/fhi -jugaría/ifSh -jugaríais -jugaríamos -jugarían/fh -jugarla/fi -jugarlo/iGSf -jugaron/fhi -jugarreta/S -jugarse/fhi -jugase/hfSi -jugaseis/hf -jugásemos -jugasen/fhi -jugaste/fhi -jugasteis -juglara/aS -juglares/a -juglaresa/S -juglaresco/GS -juglaresca/S -juglar/GS -juglara/S -jugo/fih -jugó/hif -jugos -jugoso/SGK -jugosa/S -jugué/ifh -juguéis/hif -juguemos/hf -juguetear/DRE -juguetee/GS -juguetea/S -jugueteo/S -juguetero/SG -juguetera/S -juguete/S -juguetón/SG -juguetóna/S -juicio/anib -juiciosamente -juicios/bn -juicioso/GS -juiciosa/S -jujear/RDE -jujee/SG -jujea/S -julepear/RED -julepee/GS -julepea/S -julepe/S -juliano/SG -juliana/S -julio/Si -julo/S -juma/a -jumad/a -juman/a -jumar/aRDE -jumé/a -jume/aGS -jumen/a -jumento/GS -jumenta/S -jumera/S -jumo/a -jumó/a -juncáceo/SG -juncácea/S -juncada/iS -juncal/S -juncar/iS -junce/S -juncial/S -junciana/S -juncia/S -juncino/SG -juncina/S -juncir/ERD -junco/NS -junglada/S -jungla/S -junio -junior -juniors -júnior/S -junqueral/S -junquera/S -juntad/fahpj -juntamente/f -juntan/fahpj -juntaos -junta/phfja -juntarle/S -juntarme/f -juntarnos/f -juntaros/f -juntar/pRfahDjE -juntarte/f -júntate -junté/ajfhp -junte/fSGpahj -juntémonos -junten/fahpj -júntense -juntera/N -juntero/SG -juntera/S -júntese -juntó/ajfhp -junto/fS -juntorio/S -juntura/S -junzo/G -juñe/GS -juña/S -juñir/RED -júpiter -jupiterino/GS -jupiterina/S -juraba/fS -jurabais/f -juraban/f -juradera/S -jurad/fG -jurado/fS -jurador/SG -juradora/S -jura/f -juráis/f -juramentad/f -juramenta/f -juramentan/f -juramentar/RfDE -juramenté/f -juramente/GfS -juramenten/f -juramento/f -juramentó/f -juramentos -juramos/f -jurando/f -juran/f -jurara/f -jurará/f -jurarais/f -juraran/f -jurarán/f -jurar/ÃRÍÌÏÙÚEDÁÀÂÅÆ -jurarás/f -juraré/f -jurare/fSG -jurareis/f -juraréis/f -juraren/f -juraría/fS -jurarían/f -jurarla/f -jurarlo/fSG -juraron/f -jurarse/f -jurase/f -juraseis/f -jurasen/f -juras/fS -jurásico/GS -jurásica/S -juraste/f -juratorio/GS -juratoria/S -jurdano/SG -jurdana/S -juré/f -jure/fGS -juréis/f -jurel/S -juremos/f -juren/f -jurero/SG -jurera/S -jurguina/S -jurídicamente -juridicidad/S -jurídico/SG -jurídica/S -jurisconsulto/SG -jurisconsulta/S -jurisdiccional/S -jurisdicción/S -jurispericia/S -jurisperito/GS -jurisperita/S -jurisprudente/FS -jurista/S -juró/f -juro/fS -jusbarba/S -jusello/S -jusi/S -justad/a -justa/kSa -justamente/k -justan/a -justar/aRDE -justé/a -justedad/S -justen/a -juste/SGa -justa/S -justeza/S -justicia/akS -justiciable/S -justiciad/a -justician/a -justiciar/REDa -justiciazgo/S -justicié/a -justicie/GSa -justicia/S -justicien/a -justiciero/GS -justiciera/S -justicio/a -justició/a -justificable/kS -justificada/k -justificadamente/k -justificado/kGS -justificador/GS -justificadora/S -justificante/S -justificar/ÁÀREDÅÄA -justificativo/GS -justificativa/S -justifico/G -justinianeo/GS -justinianea/S -justipreciar/RDE -justiprecie/GS -justiprecia/S -justó/a -justo/NS -justos/k -juta/iS -juvenal/S -juveneced/p -juvenecen/p -juvenecer/RIpDL -juvenece/Sp -juvenecía/p -juveneció/p -juvenecí/p -juvenezca/p -juvenezco/p -juvenil/S -juventud/S -juvia/S -juzgad/n -juzgador/SG -juzgadora/S -juzgamundos -juzga/n -juzgándole/SG -juzgándola/S -juzgándolo/S -juzgándome -juzgándonos -juzgándoos -juzgándote -juzgan/n -juzgar/EnRD -juzgarle/GS -juzgarla/S -juzgarlo/S -juzgarme -juzgarnos -juzgaros -juzgarte -juzgo/Gn -juzgó/n -júzguelo/GS -júzguela/S -juzgue/n -juzgué/n -júzguenlo/GS -júzguenla/S -ka -káiser/S -kan/S -kantiano/GS -kantiana/S -kantismo/S -kappa/S -karma/S -kas -Kazakstán -kelvin -Kenya -kermes -ketchup/S -kiliárea/S -kilociclo/S -kilogramo/S -kilolitro/S -kilométrico/GS -kilométrica/S -kilómetro/S -kilopondio/S -kilo/S -kilovatio/S -kiosco/S -kiosko/S -Kiribati -kirie/S -Kitts -km -Kong -krausismo/S -krausista/S -kurdo/GS -kurda/S -Kuwait -Kyrgyzstan -laberíntico/GS -laberíntica/S -laberinto/S -labiada/i -labiado/iSG -labia/i -labial/eS -labialice/S -labializar/RED -labializo/G -labiérnago/S -labihendido/GS -labihendida/S -labilidad/S -lábil/S -labiodental/S -labio/iG -labios -laborable/S -laborad/f -labora/f -laboral/S -laboran/f -laborante/S -laborar/fRDE -laboratorio/S -laborear/RED -laboree/GS -laborea/S -laboré/f -labore/fSG -laboren/f -laboreo/S -laborera/S -labor/GSO -labora/S -laboriosamente -laborioso/KGS -laborismo/S -laborista/S -laboro/f -laboró/f -labradero/GS -labradera/S -labradoresco/GS -labradoresca/S -labradorita/S -labrador/SG -labradora/S -labrad/p -labrandera/S -labran/p -labrante/S -labrantío/GS -labrantía/S -labranza/S -labra/p -labrarle/GS -labrarla/S -labrarlo/S -labrarme -labrarnos -labraros -labrar/RpDE -labrarte -labren/p -labré/p -labre/pGS -labrero/GS -labrera/S -labriego/GS -labriega/S -labro/p -labró/p -labrusca/S -laca/S -lacayo/GS -lacaya/S -lacayuno/GS -lacayuna/S -lacear/DRE -lacedemonio/GS -lacedemonia/S -lacee/GS -lacea/S -lacé/hjpi -lacena/Sa -lacen/pjhi -lace/pShji -lacerante/S -lacerar/REÆD -lacere/GS -lacera/S -laceria/S -lacerioso/GS -laceriosa/S -lacetano/GS -lacetana/S -lacha/aS -lacia/ai -laciniado/GS -laciniada/S -lacinia/S -lacio/iGa -lacios -lacón/GS -lacóna/S -lacónicamente -lacónico/GS -lacónica/S -laconio/GOS -laconismo/S -lacrar/RDE -lacre/GS -lacra/S -lacrimal/S -lacrimar -lacrimatorio/S -lacrimosamente -lacrimoso/GS -lacrimosa/S -lactante/FS -lactario/GS -lactaria/S -lactar/RDE -lactato/S -lacteado/GS -lacteada/S -lacte/GS -lacta/S -lácteo/SG -láctea/S -lactescente/SF -lacticinio/S -lacticinoso/GS -lacticinosa/S -láctico/GS -láctica/S -lactosa/S -lactucario/S -lactumen/S -lacunario/S -lacustre/S -lada/N -ládano/S -ladas/n -ladear/RDE -ladee/SG -ladea/S -ladera/f -ladero/fGS -ladierno/aS -ladinamente -ladino/GS -ladina/S -lado/N -lados/n -ladrad/a -ladrador/GS -ladradora/S -ladra/N -ladran/a -ladrar/RaDE -ladré/a -ladren/a -ladre/SGa -ladra/S -ladrido/S -ladrillad/ih -ladrillador/iS -ladrilla/hi -ladrillan/ih -ladrillar/iRDhE -ladrillazo/S -ladrille/hiGS -ladrillé/ih -ladrillejo/S -ladrillen/ih -ladrillero/GS -ladrillera/S -ladrillo/hi -ladrilló/ih -ladrilloso/SG -ladrillosa/S -ladró/a -ladro/N -ladronamente -ladronear/RED -ladronee/GS -ladronea/S -ladronera/S -ladronesco/GS -ladronesca/S -ladrón/GS -ladróna/S -ladronicio/S -ladronzuelo/GS -ladronzuela/S -lady -ladys -lagar/aS -lagarear/RED -lagaree/GS -lagarea/S -lagarejo/S -lagarero/S -lagareta/S -lagartado/GS -lagartada/S -lagarterano/GS -lagarterana/S -lagartero/GS -lagartera/S -lagartezna/S -lagartija/S -lagartijero/GS -lagartijera/S -lagarto/GS -lagarta/S -lago/a -lagopo/S -lagos -lagosta/S -lagotear/RED -lagotee/GS -lagotea/S -lagotero/GS -lagotera/S -lagrimable/S -lagrimal/S -lagrimar/RED -lágrima/S -lagrimear/RED -lagrimee/GS -lagrimea/S -lagrime/GS -lagrima/S -lagrimoso/GS -lagrimosa/S -lagunajo/S -lagunar/iS -laguna/SH -lagunas/i -lagunero/GS -lagunera/S -lagunoso/GS -lagunosa/S -la/Ha -laicice/S -laicismo/S -laicista/S -laicizar/RDE -laicizo/G -laico/OSG -laido/SG -laida/S -lairén/S -laja/Sp -lama/haSip -lamáis/hi -lamamos/ih -laman/pih -lambda/S -lambe/GS -lamba/S -lambel/S -lambeo/S -lamber/RED -lambicar/a -lambiscar/ERD -lambisco/G -lambisquear/RED -lambisquee/GS -lambisquea/S -lambo/L -lambrija/S -lambrucear/RED -lambrucee/GS -lambrucea/S -lambrucio/SG -lambrucia/S -lambucear/RED -lambucee/SG -lambucea/S -lameculos -lamedal/S -lamedor/GS -lamedora/S -lamed/p -lamedura/S -laméis/hi -lamelibranquio/S -lamemos/hi -lamen/pih -lamentablemente -lamentable/S -lamentador/GS -lamentadora/S -lamentar/AERÁÀDÅ -lamente/GS -lamenta/S -lamento/S -lamentoso/GS -lamentosa/S -lame/pGShi -lameplatos -lamerme -lamernos -lameros -lamer/pRELD -lamerte -lamía/p -lamia/S -lamiéndolo/GS -lamiéndola/S -lamiéndome -lamiéndonos -lamiéndoos -lamiéndote -laminaba/iS -laminaban/i -laminad/iG -laminado/iS -laminador/GS -laminadora/S -lamín/aGS -lamina/i -lamináis/i -laminamos/i -laminando/i -laminan/i -laminara/i -laminará/i -laminaran/i -laminarán/i -laminarás/i -laminaré/i -laminare/iGS -laminaren/i -laminaría/iS -laminaron/i -laminar/RAED -laminarse/i -lámina/S -laminase/i -laminasen/i -laminas/iS -laminaste/i -laminé/i -lamine/iSG -laminéis/i -laminemos/i -laminen/i -laminero/GS -laminera/S -lamino/i -laminó/i -laminoso/GS -laminosa/S -lamió/p -lamí/p -lamiscar/RED -lamisco/G -lamo/hip -lamoso/GS -lamosa/S -lampa/a -lampacear/RDE -lampacee/SG -lampacea/S -lampad/a -lámpada/S -lampan/a -lampante/S -lampara/N -lámpara/S -lampar/ERaD -lamparero/SG -lamparera/S -lamparista/S -lampazo/S -lampé/a -lampen/a -lampe/SGa -lampa/S -lampiño/GS -lampiña/S -lampista/S -lampo/a -lampó/a -lamprea/H -lamprear/RDE -lampree/GS -lamprea/S -lamprehuela/S -lampreílla/S -lampuga/S -lampuguera/S -lanada/i -lanado/iGS -lana/fSa -lanar/DS -lanaria/S -lancea/a -lancead/a -lancean/a -lancear/RDaE -lance/aSp -lanceé/a -lancee/aGS -lanceen/a -lancémonos -lancen/ap -láncense -lanceo/a -lanceó/a -lanceolado/SG -lanceolada/S -lancé/pa -lancero/GS -lancera/S -láncese -lancetada/S -lanceta/SH -lancetero/S -lancha/CH -lanchada/iS -lanchar/iS -lanchero/S -lancho/iG -lanchón/S -lanchos -lancilla/S -lancinante/S -lancinar/RED -lancine/GS -lancina/S -lancurdia/S -lande/GS -landa/S -landgrave/S -landgraviato/S -landrecilla/S -landrero/GS -landrera/S -landre/S -landrilla/S -lanero/GS -lanera/S -langaruto/SG -langaruta/S -langa/S -langosta/S -langostero/SG -langostera/S -langostino/S -languedociano/GS -languedociana/S -lánguidamente -languidecer/RID -languidez/LS -lánguido/GS -lánguida/S -languor/S -lanilla/S -Lanka -lanoso/KGS -lansquenete/S -lantaca/S -lantánido/S -lantano/S -lanteja/S -lantejuela/S -lanterno/GS -lanterna/S -lanudo/GS -lanuda/S -lanuginoso/SG -lanuginosa/S -lanzacabos -lanzacohetes -lanzad/ap -lanzadera/S -lanzadlo/GS -lanzadla/S -lanzador/SG -lanzadora/S -lanzafuego/S -lanzallamas -lánzalo/GS -lánzala/S -lanzamiento/S -lanzan/ap -lanzándome -lanzándonos -lanzándoos -lanzándote -lanzaos -lanza/pa -lanzar/aRDEp -lanzarme -lanzarnos -lanzaros -lanzarte -lánzate -lanzatorpedos -lanzazo/S -lanzó/pa -lanzo/paG -lanzuela/S -lañar/RED -lañe/GS -laña/S -laodicense/S -Laos -lapachar/S -lapacho/S -lapa/N -lapicero/S -lapice/S -lapidario/GS -lapidaria/S -lapidar/REDÀ -lápida/S -lapide/GS -lapida/S -lapídeo/GS -lapídea/S -lapidificar/RED -lapidifico/G -lapidoso/GS -lapidosa/S -lapislázuli/S -lapita/S -lapizar/RDE -lapizo/G -lápiz/S -lapo/GS -lapa/S -lapón/GS -lapóna/S -lapsa/f -lapso/fG -lapsos/ko -lapsus -laquear/RDE -laquee/GS -laquea/S -larario/S -lardad/i -larda/i -lardan/i -lardar/ERiD -lardarse/h -lardea/a -lardead/a -lardean/a -lardear/ERaD -lardeé/a -lardee/GaS -lardeen/a -lardé/i -larden/i -lardeo/a -lardeó/a -lardero/GS -lardera/S -lardes/a -larde/SGi -larda/S -lardó/i -lardo/S -lardoso/GS -lardosa/S -lar/fDSa -larga/aS -largad/a -largamente -largan/a -largaos -largar/REaÁÅD -lárgate -largó/a -largometraje/S -largomira/S -largor/S -largo/SG -larga/S -largue/a -largué/a -largueado/GS -largueada/S -larguémonos -lárguense -larguero/GS -larguera/S -lárguese -largueza/S -larguirucho/GS -larguirucha/S -larguísimo/GS -larguísima/S -largura/S -lárice/S -laricino/GS -laricina/S -larije/aS -laríngeo/SG -laríngea/S -laringe/S -laringitis -laringoscopio/GS -laringoscopia/S -larra/S -larvado/GS -larvada/S -larval/S -larvario/GS -larvaria/S -larva/S -las -lasarse -lascar/ERD -lascivamente -lascivia/S -lascivo/GS -lasciva/S -lasco/G -laserpicio/S -láser/S -lasitud/S -laso/GS -lasa/S -lastar/RED -laste/f -lastimador/GS -lastimadora/S -lastimar/REDBÅÁ -lástima/S -lastime/GS -lastima/S -lastimeramente -lastimero/GS -lastimera/S -lastimosamente -lastimoso/GS -lastimosa/S -lasto/G -lastra/ah -lastrad/ha -lastran/ha -lastrar/RDhaE -lastre/ahSG -lastrear -lastré/ha -lastren/ha -lastro/ah -lastró/ha -lata/hipg -latáis/hpgi -latamente -latamos/giph -latania/S -latan/pghi -latastro/S -lataz/S -latebra/S -latebroso/GS -latebrosa/S -laten/pghi -latente/FS -late/pGSghi -lateral/eSf -lateralicé/h -lateralice/hS -lateralicen/h -lateralizad/h -lateraliza/h -lateralizan/h -lateralizar/hRDE -lateralizó/h -lateralizo/hG -lateralmente -lateranense/S -latero/GS -latera/S -látex -latifundio/OS -latifundismo/S -latifundista/S -latigadera/S -latigazo/S -látigo/S -latiguear/RED -latiguee/GS -latiguea/S -latiguero/GS -latiguera/S -latiguillo/S -latinajo/S -latinar/RED -latinear/RDE -latinee/GS -latinea/S -latín/GS -latína/S -latinice/S -latiniparla/S -latinismo/S -latinista/S -latinizador/SG -latinizadora/S -latinizar/RDE -latinizo/G -latinoamericano/GS -latinoamericana/S -latino/KS -latir/EROD -latirismo/S -latitar -latitudinal/S -latitudinario/OSG -latitudinarismo/S -latitud/S -latonero/S -latón/S -lato/pS -latoso/GS -latosa/S -latría/S -latrocinar/RDE -latrocine/GS -latrocina/S -latrocinio/S -latvio/GS -latvia/S -lauda/aS -laudablemente -laudable/S -láudano/S -laudar/DRE -laudatorio/GS -laudatoria/S -laude/GS -lauda/S -laudemio/S -laudo/S -laúd/S -launa/S -lauráceo/GS -laurácea/S -laurear/RED -lauredal/S -lauree/GS -laurea/S -laurel/S -laurente/S -laureola/S -lauretano/GS -lauretana/S -laurino/GS -laurina/S -lauroceraso/S -lauro/S -lavable/S -lavabo/S -lavacaras -lavadero/S -lavadientes -lavadlo/GS -lavadla/S -lavador/SG -lavadora/S -lavad/ph -lavadura/hS -lavafrutas -lava/hp -lavaje/S -lavajo/S -lávalo/SG -lávala/S -lavamanos -lavamiento/S -lavanco/S -lavandero/SG -lavandera/S -lavando/LG -lavándolo/GS -lavándola/S -lavándome -lavándonos -lavándoos -lavándote -lavándula/S -lavan/ph -lavaojos/S -lavaos -lavaplatos -lavarle/GS -lavarla/S -lavarlo/S -lavarme -lavármelo/GS -lavármela/S -lavarnos -lavárnoslo/GS -lavárnosla/S -lavaros -lavároslo/SG -lavárosla/S -lavar/pRhDE -lavárselo/GS -lavársela/S -lavarte -lavártelo/GS -lavártela/S -lávate -lavativo/GS -lavativa/S -lavatorio/S -lavavajillas -lavazas/h -lavé/hp -lavémonos -laven/ph -lávense -lave/pGSh -lávese -lavija/S -lavo/hp -lavó/hp -lavotear/RDE -lavotee/GS -lavotea/S -laxante/S -laxar/RAEPD -laxativo/GS -laxativa/S -laxe/GS -laxa/S -laxismo/S -laxista/S -laxitud/S -laxo/SK -layar/RED -laye/G -layetano/GS -layetana/S -lay/S -lazad/pjhi -laza/hipj -lazan/pjhi -lazareto/S -lazar/hRjpiDE -lazarillo/S -lazarino/GS -lazarina/S -lazarista/S -lázaro/S -lazaroso/GS -lazarosa/S -lazdrar -lazó/hjpi -lazo/pGhji -lazrar -lazulita/S -leáis/apf -leal/hS -lealmente -lealtad/Sh -leamos/pf -lean/afp -lea/pfa -leasing -lebaniego/GS -lebaniega/S -lebeche/S -leberquisa/S -lebrada/aS -lebrato/S -lebrel/S -lebrero/GS -lebrera/S -lebrijano/GS -lebrijana/S -lebrillo/S -lebroncillo/S -lebrones/a -lebrón/NS -lebruno/GS -lebruna/S -leccionario/S -lecciones/a -leccionista/fS -lección/Sf -lechal/S -lechar/Si -lechaza/S -leche/aSi -lechecillas -lechero/GS -lechera/S -lechetrezna/S -lechigado/GS -lechigada/S -lechiga/S -lechino/S -lechón/GS -lechóna/S -lecho/rS -lechoso/GS -lechosa/S -lechugada/ah -lechugado/GaSh -lechuga/NhS -lechugas/a -lechuguero/SG -lechuguera/S -lechuguino/SG -lechuguina/S -lechuzo/GS -lechuza/S -lectisternio/S -lectiva/f -lectivo/GSf -lectiva/S -lectorado/S -lector/fGS -lectoría/S -lectura/S -leda/aS -ledo/GS -leda/S -leed/p -leéis/apf -leemos/pf -leen/afp -lee/pGSaf -leerán/p -leerá/p -leer/ÃRÏÚÙÅÄÆLÍÌEÁÀÂQD -leerás/p -leeré/p -leería/pS -leerla/p -leerlo/pGS -leerse/p -legad/agp -legador/S -legadura/S -lega/fSagp -legajo/i -legajos -legalicé/h -legalice/hS -legalicen/h -legalista/S -legalización/S -legalizad/h -legaliza/h -legalizan/h -legalizar/hRDE -legalizarlo/GS -legalizarla/S -legalizármelo/GS -legalizármela/S -legalizárnoslo/GS -legalizárnosla/S -legalizároslo/GS -legalizárosla/S -legalizárselo/GS -legalizársela/S -legalizártelo/GS -legalizártela/S -legalizo/Gh -legalizó/h -legal/kSK -legalmente/k -légamo/S -legan/agp -legándole/S -legándome -legándonos -legándoos -legándote -legar/gRpaDÀE -legarle/gSp -legarme -legármelo/GS -legármela/S -legarnos -legárnoslo/GS -legárnosla/S -legaros -legároslo/SG -legárosla/S -legárselo/GS -legársela/S -legarte -legártelo/GS -legártela/S -legatario/SG -legataria/S -legendario/SG -legendaria/S -legenda/S -legibilidad/S -legible/Sk -legionario/SG -legionaria/S -legionense/S -legión/S -legislable/kS -legislador/fGS -legislar/RDAE -legislativo/GS -legislativa/S -legislatura/S -legisle/GS -legisla/S -legisperito/S -legista/S -legitimación/S -legitimad/k -legitimador/GS -legitimadora/S -legitima/k -legítima/k -legítimamente -legitiman/k -legitimario/GS -legitimaria/S -legitimar/kRDE -legitimarlo/GS -legitimarla/S -legitimarme -legitimarnos -legitimaros -legitimarte -legitimé/k -legitime/kGS -legitimen/k -legitimista/S -legitimó/k -legítimo/kGS -legitimo/kK -lego/aGgp -legó/gpa -legos -legra/a -legrad/a -legran/a -legrar/aBRDE -legré/a -legre/aSG -legren/a -legro/a -legró/a -leguario/GS -leguaria/S -legua/S -legue/agp -legué/apg -leguleyo/GS -leguleya/S -legumbre/S -leguminoso/SG -leguminosa/S -leía/hpS -leíais/ph -leíamos/h -leían/ph -leída/ph -leído/pSGh -leí/hp -leila/S -leima/S -leímos/ph -leíste/ph -leja/aSp -lejanía/S -lejano/GS -lejana/S -lejía/Si -lejitos -lejos -lela/a -lelo/aSG -lemanita/S -lembario/S -lembo/S -lembrar -leme/GS -lema/S -lemnio/GS -lemnia/S -lemniscata/S -lemnisco/S -lemosín/SG -lemosína/S -lemurias -lenca/S -lencero/GSL -lencera/S -lendrero/GS -lendrera/S -lendroso/GS -lendrosa/S -leneas -lene/KGS -len/f -lenguadeta/S -lenguado/hSa -lengua/hSa -lenguaje/S -lenguarada/S -lenguaraz/S -lenguaz/GS -lenguaza/S -lengudo/GS -lenguda/S -lengüear -lengüeta/S -lenice/S -lenificar/RED -lenifico/G -lenitivo/GS -lenitiva/S -lenizar/RDE -lenizo/G -lenocinio/S -lentamente -lenta/N -lenteced/p -lentecen/p -lentecer/RpDLI -lentece/Sp -lentecía/p -lenteció/p -lentecí/p -lentejar/S -lenteja/S -lentejuela/S -lente/pS -lentezca/p -lentezco/p -lenticular/S -lentificar/RDE -lentifico/G -lentigo/S -lentiscal/S -lentisco/S -lentísimo/GS -lentísima/S -lentitud/S -lento/SG -lenta/S -lenzuelo/S -leñador/SG -leñadora/S -leñar/RED -leñe/GS -leña/S -leño/S -leñoso/GS -leñosa/S -le/ogfS -leonado/GS -leonada/S -leonero/GS -leonera/S -leonés/G -leones/S -león/GS -leóna/S -leónica/S -leonino/GS -leonina/S -leontina/S -leopardo/S -leo/pfa -leopoldina/S -leos -leotardo/S -lepidio/S -lepidóptero/S -lepisma/S -leporino/GS -leporina/S -lepra/S -leproso/GS -leprosa/S -leptorrino/SG -leptorrina/S -lera/S -lercha/S -lerda/iS -lerdo/GS -lerda/S -lerense/S -leridano/GS -leridana/S -lerneo/GS -lernea/S -les -lesa/k -lesbianismo/S -lesbiano/GS -lesbiana/S -lesbio/GS -lesbia/S -lesionador/GS -lesionadora/S -lesionar/RÁDE -lesión/G -lesivo/GS -lesiva/S -lesna/aS -lesnordeste/S -leso/GSk -lesa/S -Lesotho -leste/S -letal/S -letame/S -letanía/S -letárgico/SG -letárgica/S -letargo/S -letargoso/SG -letargosa/S -letea/aS -leteo/SG -letea/S -letificante/S -letificar/RED -letifico/G -Letonia -letrada/k -letrado/GkS -letra/SN -letrear/g -letrero/GS -letrera/S -letrina/S -letuario/S -leucemia/S -leucocitaria/S -leucocito/S -leucoma/S -leucopenia/S -leucoplaquia/S -leucorrea/S -leuda/a -leudad/a -leudan/a -leudar/DaRE -leudé/a -leude/GaS -leuden/a -leudo/a -leudó/a -levadero/GS -levadera/S -levadizo/GS -levadiza/S -levador/S -levad/ps -levadura/S -levan/ps -levantador/GS -levantadora/S -levantar/ÁÄÅRDøôEP -levante/GS -levanta/S -levantes/p -levantino/SG -levantina/S -levantisco/SG -levantisca/S -levar/pRsED -leva/sp -leve/aSps -levedad/S -levemente -leven/ps -levente/S -levé/ps -levigar/RDE -levigo/G -levirato/S -levitar/ARED -levite/GS -levita/S -levítico/SG -levítica/S -levógiro/SG -levógira/S -levo/Gps -levó/ps -levosa/aS -lexema/S -lexiarca/S -lexicalice/S -lexicalizar/RED -lexicalizo/G -lexicógrafo/GS -lexicógrafa/S -léxico/SG -léxica/S -leyendario/SG -leyendaria/S -leyendo/G -leyera/p -leyere/pSG -leyese/pS -leyó/p -ley/S -lezda/S -lezdero/S -lezna/ag -lezne/gGSa -lía/ah -liad/ha -liana/S -liándome -liándonos -liándoos -liándote -lían/ha -liaos -liares/e -liar/hRaDI -liarme -liarnos -liaros -liarte -líate -liaza/S -libamen/S -Líbano -libar/RPEAD -libatorio/S -libe/GS -liba/S -libelar -libelista/S -libelo/GS -libela/S -libélula/S -liberad/g -liberador/GS -liberadora/S -libera/g -liberalice/S -liberalidad/S -liberalismo/S -liberalizar/RED -liberalizo/G -liberal/kS -liberalmente -liberándolo/GS -liberándola/S -liberándome -liberándonos -liberándoos -liberándote -liberan/g -liberaos -liberar/gREDA -liberarlo/GS -liberarla/S -liberarme -liberarnos -liberaros -liberarte -libérate -liberatorio/GS -liberatoria/S -liberé/g -libere/gGS -liberémonos -liberen/g -libérense -libérese -Liberia -libero/g -liberó/g -líber/S -libertador/GS -libertadora/S -libertad/S -libertario/GS -libertaria/S -libertar/REÁD -liberte/GS -liberta/S -liberticida/S -libertina/C -libertino/GS -libertina/S -liberto/S -Libia -líbico/GS -líbica/S -libidinosamente -libidinoso/SG -libidinosa/S -libido/S -libio/GS -libia/S -libracho/S -libraco/S -librador/SG -libradora/S -libra/H -librancista/S -libranza/S -librar/RøPÁÂÀDôEÅ -libratorio/S -librear/RDE -librecambio/SO -librecambismo/S -librecambista/S -libree/GS -librea/S -libre/GS -libra/S -librejo/S -libremente -librepensador/GS -librepensadora/S -librepensamiento/S -librero/GS -librera/S -libresco/GS -libresca/S -librete/SG -libreta/S -libretista/S -libreto/S -libro/NLS -Lic. -licaón/S -licenciado/N -licenciar/REPDÁ -licenciatura/S -licencie/SG -licencia/S -licenciosamente -licencioso/GS -licenciosa/S -liceo/S -lichera/S -licia/gS -licio/SG -licia/S -licitador/GS -licitadora/S -lícita/k -lícitamente/k -licitar/RDAEÀ -licite/GS -licita/S -lícito/SGk -lícita/S -licitud/kS -licnobio/GS -licnobia/S -licopodio/S -licorera/SL -licorista/S -licoroso/GS -licorosa/S -licor/S -lictor/S -licuable/S -licuación/S -licuad/f -licuadora/S -licua/f -licuan/f -licuar/fDRE -licuecer/f -licué/f -licuefacer -licuefactible/S -licuefactivo/SG -licuefactiva/S -licue/fS -licuen/f -licuó/f -licuo/fG -licurgo/GS -licurga/S -liderar/RÀDE -liderato/S -liderazgo/S -lidere/GS -lidera/S -líder/S -lidiadero/GS -lidiadera/S -lidiador/GS -lidiadora/S -lidiar/RÀDE -lidie/SG -lidia/S -lid/S -lié/ah -líe/ahSG -liebratico/S -liebre/aS -liebrecilla/S -Liechtenstein -liego/SG -liega/S -liendre/hS -líen/ha -lienta/aS -lientera/S -liento/LGS -lientos/a -lienza/i -lienzo/Gi -lienzos -lievar -lifara/aS -ligad/hfpai -ligadlo/GS -ligadla/S -ligadura/Sh -liga/haifp -lígalo/GS -lígala/S -ligamaza/S -ligamen/S -ligamento/S -ligamentoso/GS -ligamentosa/S -ligamiento/S -ligándolo/GS -ligándola/S -ligan/hfpai -ligarla/h -ligarlo/hSG -ligarme/h -ligarnos/h -ligaros/h -ligar/pRaihfDE -ligarte/h -ligarza/S -ligaterna/S -ligera/aS -ligeramente -ligero/MGS -ligeruela/S -light/S -ligio/S -lignario/GS -lignaria/S -lignificar/RED -lignifico/G -lignito/S -ligo/hGafpi -ligó/hpfia -liguano/GS -liguana/S -ligue/hfpai -ligué/hiapf -ligurino/GS -ligurina/S -ligur/S -ligustre/Sa -ligustrino/SG -ligustrina/S -ligustro/S -lija/afo -lijad/a -lijadura/S -lijáis/f -lijamos/f -lijan/fa -lijarlo/GS -lijarla/S -lijar/RaDE -lijé/a -lije/aSG -lijen/a -lijó/a -lijo/oGaf -lilac/S -lilaila/S -lilao/S -lila/S -liliáceo/SG -liliácea/S -liliputiense/S -limaban/pf -limaba/pSf -limaco/S -limado/pSf -limadores/f -limador/SG -limadora/S -limad/pGfs -limadura/S -lima/H -limáis/pf -limalla/S -limamos/pf -limando/pf -liman/pfs -limará/fp -limarán/fp -limaran/pf -limara/pf -limarás/fp -limaré/fp -limaren/pf -limare/pSGf -limaría/fpS -limarle/S -limaron/pf -limarse/pf -limar/sRÀDE -limasen/pf -limase/pf -limas/pSf -limaste/pf -limazo/G -limbo/S -liméis/pf -limemos/pf -limen/S -limé/pfs -lime/pGSfs -limero/GS -limera/S -limeta/S -limícola/S -limiste/S -limitable/S -limitación/S -limitada/k -limitadamente/k -limitad/g -limitado/kGS -limita/g -limitándome -limitándonos -limitándoos -limitándote -limitan/g -limitaos -limitar/gRÀDE -limitarme -limitarnos -limitaros -limitarte -limítate -limitativo/SG -limitativa/S -limité/g -limite/GSg -limita/S -limitémonos -limiten/g -limítense -límite/S -limítese -limito/g -limitó/g -limítrofe/S -limonar/SDa -limoncito/S -limonero/GS -limonera/S -limones/a -limón/S -limó/pfs -limos -limo/sfp -limosna/S -limosnear/RDE -limosnee/GS -limosnea/S -limosnero/GS -limosnera/S -limoso/KGS -limpiabarros -limpiabotas -limpiachimeneas -limpiadera/S -limpiadientes -limpiador/GS -limpiadora/S -limpiad/p -limpiadura/S -limpiamente -limpiándole/GS -limpiándola/S -limpiándolo/S -limpiándome -limpiándomelo/SG -limpiándomela/S -limpiándonos -limpiándonoslo/GS -limpiándonosla/S -limpiándoos -limpiándooslo/SG -limpiándoosla/S -limpiándoselo/SG -limpiándosela/S -limpiándote -limpiándotelo/GS -limpiándotela/S -limpian/p -limpiaos -limpia/p -limpiaparabrisas -limpiaplumas -limpiarle/GS -limpiarla/S -limpiarlo/S -limpiarme -limpiarnos -limpiaros -limpiar/RpED -limpiarte -límpiate -limpidez/S -límpido/GS -límpida/S -limpiémonos -limpien/p -límpiense -limpié/p -limpie/pSG -límpiese -limpio/MS -limpió/p -limusina/S -lináceo/SG -linácea/S -linaje/S -linajista/S -linajudo/GS -linajuda/S -linamen/S -linares -linar/h -linaria/S -linaza/S -lincear/RDE -lincee/GS -lincea/S -lince/S -linchad/p -linchamiento/S -linchan/p -lincha/p -lincharle/SG -lincharla/S -lincharlo/S -lincharme -lincharnos -lincharos -linchar/RpDE -lincharte -linchen/p -linché/p -linche/pSG -lincho/p -linchó/p -lincurio/S -lindad/haf -linda/hfpa -lindamente -lindan/haf -lindante/fS -lindar/RfhDaE -lindazo/S -lindé/haf -linde/hSGaf -lindel/S -linden/haf -lindero/GS -lindera/S -lindeza/S -lindó/haf -lindo/hfpGa -lindos/p -lindura/S -linead/agjl -lineales/l -linea/lgaj -lineal/KS -lineamento/gS -lineamiento/aS -linean/agjl -linear/aRjDglE -linee/aSGlgj -lineé/jagl -lineen/agjl -líneo/GS -línea/S -lineó/jagl -lineo/lgaj -linero/GS -linera/S -linfa/S -linfático/GS -linfática/S -linfatismo/S -linfocito/S -linfoide/S -lingote/SH -lingual/sS -lingue/pS -linguete/S -lingüista/S -lingüístico/GS -lingüística/S -linier/S -linimento/S -linimiento/S -linio/S -lino/fS -linóleo/S -linotipia/S -linotipista/S -lintel/S -linterna/SH -linternero/SG -linternera/S -linuezo/S -liña/hSa -lío/ah -lió/ah -liofilice/S -liofilizar/RDEÀ -liofilizo/G -lionés/GS -lionésa/S -liorna/S -líos -liosa/e -lioso/SGe -liosa/S -lipemaniaco/GS -lipemaniaca/S -lipemanía/S -lipes -lipídico/SG -lipídica/S -lipis -lipoideo/GS -lipoidea/S -lipoma/S -lipotimia/S -liquen -líquenes -liquidable/S -liquidador/GS -liquidadora/S -liquida/M -liquidámbar/S -líquidamente -liquidar/REDAÁ -liquide/SG -liquida/S -líquido/GS -líquida/S -lirada/g -lirado/GSg -lirada/S -lira/gS -liria/k -lírica/k -lírico/kSG -lirios/fg -lirio/SGk -liria/S -lirismo/S -lironero/S -lirón/S -lisa/a -lisamente -lisboeta/S -lisbonense/S -lisera/S -lisiar/RBDE -lisie/SG -lisia/S -lisimaquia/S -lisis -liso/aSG -lisonjar -lisonja/S -lisonjeador/GS -lisonjeadora/S -lisonjear/REDÁ -lisonjee/SG -lisonjea/S -lisonjeramente -lisonjero/GS -lisonjera/S -listad/a -listada/j -listado/jGS -lista/faS -listan/a -listar/RaDE -listé/a -listeado/GS -listeada/S -liste/aSG -listel/S -listen/a -listero/GS -listera/S -listó/a -listo/MS -listonad/i -listona/i -listonan/i -listonar/iRDE -listoné/i -listone/iGS -listonen/i -listonero/GS -listonera/S -listón/GS -listóna/S -listono/i -listonó/i -lisura/S -litarge/S -litargirio/S -litar/RDE -lite/GS -lita/S -literal/KS -literalmente -literaria/k -literariamente -literario/GSk -literaria/S -litera/S -literata/k -literato/kGS -literatura/S -literero/S -litiasis -lítico/GS -lítica/S -litigante/fS -litigar/RED -litigio/S -litigioso/SG -litigiosa/S -litigo/G -litina/S -litio/S -litisconsorte/S -litisexpensas -litis/f -litispendencia/S -litoclasa/S -litocola/S -litofotografiar/RID -litofotografíe/GS -litofotografía/S -lito/g -litogenesia/S -litografiar/RID -litográfico/SG -litográfica/S -litografíe/GS -litografía/S -litógrafo/GS -litógrafa/S -litoral/S -litosfera/S -litotricia/S -litráceo/SG -litrácea/S -litrarieo/SG -litrariea/S -litre/S -litro/S -Lituania -lituano/GS -lituana/S -lituo/S -liturgia/S -litúrgico/GS -litúrgica/S -liudar/RDE -liude/SG -liuda/S -livianamente -liviandad/S -liviano/GS -liviana/S -lividecer/RID -lividez/SL -lívido/GS -lívida/S -livonio/GS -livonia/S -livor/S -lixiviar/RED -lixivie/GS -lixivia/S -liza/hSi -lizo/GS -liza/S -llaca/S -llagar/RDE -llago/G -llamadera/S -llamador/GS -llamadora/S -llamarada/S -llamar/RøÚDôÌÍPÃEÁÂÀÅÆÄ -llamativo/GS -llamativa/S -llambria/S -llameante/S -llamear/RED -llamee/GS -llamea/S -llame/GS -llama/S -llanada/pSa -llanamente -llana/pSca -llande/S -llaneador/GS -llaneadora/S -llanear/RED -llanee/GS -llanea/S -llanero/GS -llanera/S -llanisco/GS -llanisca/S -llano/MGS -llanos/pc -llanta/iS -llantear -llantén/S -llantera/S -llantina/S -llanto/GS -llanta/S -llanura/S -llar/eS -llareta/S -llavero/GS -llavera/S -llave/rS -lle -lleco/SG -lleca/S -llega/a -llegaba/aS -llegad/aG -llegado/aS -llegáis/a -llegan/a -llegara/a -llegará/a -llegaré/a -llegare/aSG -llegar/REÁÂÀDÎôÅ -llegas/aS -llegase/a -llegó/a -llego/Ga -llegué/a -llegue/aS -lleguen/a -llenadlo/GS -llenadla/S -llenadme -llenadnos -llenad/rp -llénalo/SG -llénala/S -lléname -llenamente -llenándolo/GS -llenándola/S -llenándome -llenándonos -llenándoos -llenándote -llénanos -llenan/rp -llenarla/p -llenarlo/GSp -llenarla/S -llenarme -llenármelo/GS -llenármela/S -llenarnos -llenárnoslo/SG -llenárnosla/S -llenaros -llenároslo/GS -llenárosla/S -llena/rp -llenar/rRpED -llenárselo/GS -llenársela/S -llenarte -llenártelo/GS -llenártela/S -llenémonos -llenen/rp -llénense -llené/pr -llenero/GS -llenera/S -llénese -llene/SGrp -llena/S -llenó/pr -lleno/Sp -llenura/S -llera/S -lleudar/RED -lleude/GS -lleuda/S -llevadero/GS -llevadera/S -llevad/fr -llevadle/SG -llevadla/S -llevadlo/S -llevadme -llevadnos -llevador/GS -llevadora/S -lleva/fr -llévale/GS -llévala/S -llévalo/S -llévame -llevándole/GS -llevándola/S -llevándolo/S -llevándome -llevándomelo/GS -llevándomela/S -llevándonos -llevándonoslo/SG -llevándonosla/S -llevándoos -llevándooslo/SG -llevándoosla/S -llevándoselo/SG -llevándosela/S -llevándote -llevándotelo/GS -llevándotela/S -llevan/fr -llévanos -llevanza/S -llevaos -llevar/fRrEDÀ -llevarle/S -llevarme -llevármelo/GS -llevármela/S -llevarnos -llevárnoslo/SG -llevárnosla/S -llevaros -llevároslo/GS -llevárosla/S -llevárselo/GS -llevársela/S -llevarte -llevártelo/GS -llevártela/S -llévate -llevé/fr -lleve/fSGr -llévelo/GS -llévela/S -llevémonos -lleven/fr -llévenlo/SG -llévenla/S -llévense -llévese -llevo/fr -llevó/fr -lloradera/S -llorad/f -lloraduelos -llora/f -llorándole/S -llorándome -llorándonos -llorándoos -llorándote -lloran/f -llorar/fRDE -llorarle/GS -llorarla/S -llorarlo/S -llorarme -llorarnos -lloraros -llorarte -lloredo/S -lloré/f -llore/fSG -lloren/f -llorera/S -llorica/S -lloriquear/RED -lloriquee/SG -lloriquea/S -lloro/f -lloró/f -llorón/SG -lloróna/S -lloros -llorosamente -lloroso/GS -llorosa/S -llosa/S -llotrar -llovedizo/GS -llovediza/S -llover/RDLÁI -llovioso/GS -lloviosa/S -lloviznaba -lloviznaban -lloviznan -lloviznando -lloviznara -lloviznará -lloviznaran -lloviznarán -lloviznar/D -lloviznare -lloviznaren -lloviznaría -lloviznarían -lloviznaron -lloviznarse -lloviznase -lloviznasen -llovizne/G -lloviznen -lloviznó -llubina/S -llueca/iS -lluvia/S -lluvioso/GS -lluviosa/S -loablemente -loable/S -load/h -loador/GS -loadora/S -loa/h -loando/G -loan/h -loar/RhDE -loba/a -lobada/a -lobado/aGS -lobagante/S -lobanillo/S -lobarro/S -lobato/S -lobero/GS -lobera/S -lobezno/S -lobina/S -lobo/aG -lobos -loboso/GS -lobosa/S -lóbrego/SG -lóbrega/S -lobregueced/i -lobreguece/iS -lobreguecen/i -lobreguecer/iRLID -lobreguecía/i -lobreguecí/i -lobregueció/i -lobreguezca/i -lobreguezco/i -lobreguez/LS -lobregura/S -lobulado/GS -lobulada/S -lóbulo/S -lobuno/GS -lobuna/S -loca/afe -locación/S -localice/S -localismo/S -localizable/S -localizar/RAÄDEÁÀ -localizo/G -local/OKS -locamente -locatario/GS -locataria/S -locativo/GS -locativa/S -loche/GS -locha/S -loción/S -loco/aGef -locomoción/S -locomotor/GS -locomotora/S -locomotriz/S -locomovible/S -locomóvil/S -locos -locro/S -locuaz/KS -locución/S -locuelo/GS -locuela/S -locura/S -locutorio/lS -locutor/lGSf -lodachar/S -lodazal/S -lodazar/iS -lodo/S -lodoso/GS -lodosa/S -loé/h -loe/hGS -loen/h -lofobranquio/S -logadero/S -logar/ao -logares/o -logarítmico/SG -logarítmica/S -logaritmo/S -lo/gf -logia/S -lógica/k -lógicamente -lógico/kSG -logis -logístico/GS -logística/S -logogrifo/S -logomaquia/S -logopeda/S -logopedia/S -logotipo/S -lograr/REDÀ -logrear/RDE -logree/GS -logrea/S -logre/GS -logra/S -logrero/GS -logrera/S -logro/S -loica/S -loina/S -lojano/GS -lojana/S -lomada/aShi -loma/hai -lomba/a -lombardada/S -lombardear/RED -lombardee/GS -lombardea/S -lombardero/S -lombardo/GS -lombarda/S -lombo/aG -lombos/f -lombriguera/S -lombriz/S -lomear/RDE -lomee/SG -lomea/S -lomera/S -lometa/S -lomienhiesto/GS -lomienhiesta/S -lomillo/S -lominhiesto/GS -lominhiesta/S -lomo/haGi -lomos -lomudo/GS -lomuda/S -lona/Sf -loncha/S -londinense/S -londrina/S -longanimidad/S -longaniza/S -longa/o -longar/oS -longevo/KGS -longincuo/GS -longincua/S -longitudinalmente -longitudinal/S -longitud/S -longobardo/SG -longobarda/S -longo/oG -longos -longuera/S -longuetas -lonja/S -lonjear -lonjeta/S -lonjista/S -lontananza/S -loo/h -loó/h -loor/S -lopigia/S -lopista/S -loquear/RDE -loquee/GS -loquea/S -loquero/GS -loquera/S -loquesco/GS -loquesca/S -loquios/f -lora/fS -lorcha/S -lord -lordosis -lorenzana/S -lores/f -lorigado/GS -lorigada/S -loriga/S -loriguero/GS -loriguera/S -loriguillo/S -loro/GS -lora/S -lorquino/GS -lorquina/S -lorza/S -losa/aSi -losad/i -losange/S -losan/i -losar/iRDE -losé/i -lose/iSG -losen/i -loseta/S -losilla/S -losino/GS -losina/S -losó/i -loso/if -los/S -lota/kSa -lotear/RDE -lote/aSG -lotee/GS -lotea/S -lotero/GS -lotera/S -lotiforme/S -loto/LS -lovaniense/S -loxodromia/S -lozana/i -lozanamente -lozanear/RED -lozanecer/RLID -lozanece/S -lozanee/SG -lozanea/S -lozanía/S -lozano/iG -lozanos -loza/S -lubigante/S -lubina/S -lubricador/GS -lubricadora/S -lubricante/S -lubricar/REÀD -lubricativo/GS -lubricativa/S -lubricidad/S -lubrico/G -lúbrico/GS -lúbrica/S -lubrificante/S -lubrificar/RDE -lubrifico/G -lucana/b -lucano/bSG -lucen/phjnui -lucense/S -lucentor/S -lucerna/S -lucero/GS -lucera/S -luce/upShjni -luchador/SG -luchadora/S -luchad/pa -luchan/pa -lucha/pa -luchar/aRpDE -lucharniego/S -luchen/pa -luché/pa -luche/pGSa -lucho/pa -luchó/pa -Lucía -lucía/hpuinj -lucianesco/GS -lucianesca/S -lucible/S -lucida/M -lucidamente -lúcida/u -lucidor/iGS -lúcido/uGS -lucid/phjnui -lucidura/S -luciéndome -luciéndonos -luciéndoos -luciéndote -luciente/upS -luciérnaga/S -luciferino/SG -luciferina/S -lucifer/S -lucilina/S -lucillo/S -lucimiento/S -lucio/GS -lucia/S -lució/hpuinj -lución/S -lucirlo/SG -lucirla/S -lucirme -lucirnos -lucir/nRuIjiphD -luciros -lucirte -lucís/hpuinj -lucí/ujpnih -lucrar/RED -lucrativo/GS -lucrativa/S -lucre/GS -lucra/S -lucroniense/S -lucro/S -lucroso/SG -lucrosa/S -luctuoso/GS -luctuosa/S -lucubrar/RDE -lucubre/GS -lucubra/S -ludada/S -luda/kafg -ludan/fgak -lude/fSGgak -luden/fgak -ludiad/n -ludía/fgak -ludia/n -ludian/n -ludiar/RnDE -ludibrio/S -ludid/fgak -ludié/n -ludien/n -ludie/nSG -ludí/gfka -ludimiento/S -ludió/gfakn -ludio/nl -ludir/kRfgEaD -ludís/fgak -ludo/kafg -ludria/S -luego -luello/S -luengo/GS -luenga/S -lúe/S -lugano/S -lugar/a -lugareño/GS -lugareña/S -lugares -lugarteniente/FS -lugdunense/S -lugre/S -lúgubremente -lúgubre/S -luí -luía/O -luir/XD -luisa/S -luismo/S -luis/S -lujar/RDE -luje/GS -luja/S -lujo/S -lujosamente -lujoso/GS -lujosa/S -lujuriante/S -lujuriar/RDE -lujurie/GS -lujuria/S -lujuriosamente -lujurioso/GS -lujuriosa/S -luliano/SG -luliana/S -lulismo/S -lulista/S -lulú/S -lumaquela/S -luma/S -lumbago/S -lumbar/S -lumbo/S -lumbrada/fSpah -lumbral/S -lumbrarada/S -lumbraria/S -lumbre/pSahf -lumbrera/aS -lumbrerada/S -lumbrical/S -lumbrosa/ap -lumbroso/pSGa -lumen/S -lumiaco/S -lumia/S -luminaria/kS -luminar/kS -lumínico/SG -lumínica/S -luminiscente/SF -luminosa/aS -luminosamente -luminoso/GSK -luminosa/S -luminosos/a -luminotecnia/S -lunación/S -lunanco/GS -lunanca/S -luna/NS -lunario/SG -lunaria/S -lunar/sSqa -lunas/a -lunático/GS -lunática/S -lunecilla/S -lunes/a -luneta/S -lunfardismo/S -lunfardo/S -lúnula/S -lupanario/GS -lupanaria/S -lupanar/S -lupa/S -lupercales -lupia/S -lupicia/S -lupino/GS -lupina/S -lupulino/S -lúpulo/S -lupus -luqués/GS -luquésa/S -luquete/S -lurte/S -lusa/k -lusetano/GS -lusetana/S -lusitanismo/S -lusitano/GS -lusitana/S -luso/kSG -lustraba/ahS -lustrabais/h -lustraban/h -lustrad/hkaG -lustrado/ahS -lustra/hka -lustráis/ha -lustral/S -lustramos/h -lustrando/h -lustran/hka -lustrara/ah -lustrará/ha -lustrarais/h -lustraran/h -lustrarán/h -lustrar/ÄRkDÁÀÂAE -lustrarás/h -lustrare/ahGS -lustraré/ha -lustrareis/h -lustraréis/h -lustraren/h -lustraría/hS -lustrarían/h -lustraron/h -lustrarse/h -lustras/aSh -lustrase/ah -lustraseis/h -lustrasen/h -lustraste/h -lustré/hak -lustre/hSGka -lustréis/ha -lustremos/h -lustren/hka -lustrina/S -lustró/hak -lustro/hka -lustrosa/h -lustrosamente -lustroso/GhS -lutada/i -lutado/iGS -lutecio/S -lúteo/GS -lútea/S -luteranismo/S -luterano/GS -luterana/S -luto/i -lutos -lutoso/GS -lutosa/S -lutria/S -luvia/S -lux -luxar/RDAE -luxe/GS -luxa/S -Luxemburgo -luzca/phjnui -luzco/phjnui -luz/S -mabolo/S -macabeo/GS -macabea/S -macabro/GS -macabra/S -macaco/GS -macaca/S -macadamice/S -macadamizar/RDE -macadamizo/G -macadam/S -macadán/S -macagua/S -maca/N -macana/HS -macanche/S -macarelo/S -macareno/GS -macarena/S -macareo/S -macar/RED -macarronea/S -macarrónico/GS -macarrónica/S -macarrón/S -macarro/S -macasar/S -Macau -macear/RDE -Macedonia -macedonio/GS -macedonia/S -macee/GS -macea/S -mace/GS -maca/S -macelo/S -macerar/PERAD -macere/SG -macera/S -macerina/S -maceta/S -macetero/S -machacadera/S -machacador/GS -machacadora/S -machacante/S -machacar/ÅEÄÆRÀÂÁÌD -machaco/G -machad/p -machan/p -macha/p -machaqueo/S -machar/pRDE -machear/RED -machee/SG -machea/S -mache/GpS -machen/p -machero/GS -machera/S -maché/S -macheta/H -machetea/a -machetead/a -machetean/a -machetear/aRDE -macheteé/a -macheteen/a -machetee/SGa -machetea/S -machete/GS -macheta/S -macheteo/a -macheteó/a -machetero/S -machiega/S -machihembrar/RDE -machihembre/GS -machihembra/S -machina/aS -machismo/S -machista/S -machón/S -macho/p -machó/p -machorro/GS -machorra/S -machos -machote/GS -machota/S -machucar/RDEBP -machucho/GS -machucha/S -machuco/G -machuelo/S -machuno/GS -machuna/S -macia/S -macice/S -macilento/GS -macilenta/S -macis -macizar/RED -macizo/MGS -macoca/S -macolla/a -macollad/a -macollan/a -macollar/aRED -macollé/a -macolle/GSa -macolla/S -macollen/a -macollo/a -macolló/a -macona/S -macrocefalia/S -macrocéfalo/GS -macrocéfala/S -macrocosmo/S -macro/g -macros -macruro/GS -macrura/S -macsura/S -macuache/S -macuba/S -macuca/S -maculada/k -maculado/kSG -macular/RDE -mácula/S -maculatura/S -macule/SG -macula/S -macuquero/S -macuquino/GS -macuquina/S -macuto/S -Madagascar -madama/S -madamisela/S -madapolán/S -madeja/hS -maderable/S -maderada/iS -madera/i -maderaje/S -maderamen/S -maderar/iP -maderero/GS -maderera/S -maderista/S -madero/iG -maderos -madianita/S -madoroso/GS -madorosa/S -mador/Spa -madrastra/S -madraza/S -madrear/RDE -madrecilla/S -madreclavo/S -madree/GS -madrea/S -madre/hSi -madreperla/S -madrépora/S -madrero/GS -madrera/S -madreselva/S -Madrid -madrigada/a -madrigado/aGS -madrigalesco/GS -madrigalesca/S -madrigalice/S -madrigalizar/RDE -madrigalizo/G -madrigal/S -madriguera/S -madrileño/GS -madrileña/S -madrilla/S -madrillera/S -madrina/aS -madrinazgo/S -madrona/S -madroncillo/S -madroño/S -madrugador/SG -madrugadora/S -madrugar/RED -madrugo/G -maduradero/S -madurador/GS -maduradora/S -madura/kM -madurar/RAEDÀ -madurativo/GS -madurativa/S -madure/GS -madura/S -maduro/kGS -maesa/N -maese/GS -maesa/S -maestra/a -maestralice/S -maestralizar/RDE -maestralizo/G -maestral/S -maestramente -maestrante/S -maestranza/S -maestrar/a -maestrazgo/S -maestrear/RED -maestree/GS -maestrea/S -maestreescuela/S -maestre/GSa -maestra/S -maestresala/S -maestrescuela/S -maestría/S -maestril/S -maestro/S -mafia/S -mafioso/GS -mafiosa/S -maga/aS -maganel/S -maganto/S -magarza/S -magarzuela/S -magdalena/S -magenta/S -magiar/S -magia/S -mágicamente -mágico/GS -mágica/S -maginar -magisterial/S -magisterio/S -magistrado/GS -magistrada/S -magistralía/S -magistralmente -magistral/S -magistratura/S -magma/S -magnanimidad/S -magnánimo/GS -magnánima/S -magnate/S -magnesiano/GS -magnesiana/S -magnesio/GS -magnesia/S -magnesita/S -magnetice/S -magnético/GS -magnética/S -magnetismo/S -magnetizable/S -magnetizador/GS -magnetizadora/S -magnetizar/RADE -magnetizo/G -magnetofónico/SG -magnetofónica/S -magnetófono/S -magnetómetro/S -magnetomotriz/S -magneto/OS -magnetoscopio/S -magnetosfera/S -magnetósfera/S -magnicidio/S -magnificador/GS -magnificadora/S -magníficamente -magnificar/ÁRÀDE -magníficat -magnificente/FS -magnifico/G -magnífico/GS -magnífica/S -magnitud/S -magno/GS -magna/S -magnolia/S -mágnum -mago/NGS -maga/S -magos/a -magostar/ERD -magoste/GS -magosta/S -magra/M -magrear/RÂED -magrecer/i -magreces/i -magree/SG -magrea/S -magro/GS -magra/S -magrura/S -magueis -magüeto/S -magujo/S -magular -magullar/RDÅBEPÁ -magulle/GS -magulla/S -maguntino/SG -maguntina/S -maharrana/S -maherir -mahometano/GS -mahometana/S -mahometice/S -mahometismo/S -mahometista/S -mahometizar/ERD -mahometizo/G -mahona/S -maicero/GS -maicera/S -maicillo/S -maimonismo/S -maimón/S -mainel/S -maitinada/Sa -maitinante/S -maitines/a -maizal/S -maíz/S -majada/aS -majadal/S -majadear/RED -majadee/GS -majadea/S -majaderico/S -majaderito/S -majadero/NGS -majadera/S -majado/L -majagranzas -majagual/S -majagua/S -majal/S -majano/S -majareta/S -majar/RDÌÀPEÙBÄ -maje/GS -maja/S -majencia/S -majestad/S -majestoso/GS -majestosa/S -majestuosamente -majestuoso/SGK -majestuosa/S -majolar/hS -majoleto/GS -majoleta/S -majorca/S -majo/SM -majuela/h -majuelo/Gh -majuelos -majzén/S -malabarismo/S -malabarista/S -malabar/SO -malacate/S -malacia/S -malacitano/SG -malacitana/S -malaconsejado/SG -malaconsejada/S -malacopterigio/S -malacostumbrado/GS -malacostumbrada/S -malacuenda/S -malafa/S -malagana/S -málaga/S -malagradecido/GS -malagradecida/S -malagueño/GS -malagueña/S -malagueta/S -malamente -mala/N -malandante/S -malandanza/S -malandar/S -malandrín/GS -malandrína/S -malaquita/S -malaria/S -malar/Sa -malas/a -Malasia -malasio/GS -malasia/S -malato/GS -malata/S -malavenido/GS -malavenida/S -malaventurado/SG -malaventurada/S -malaventuranza/S -malaventura/S -malavez -Malawi -malayo/GS -malaya/S -malbaratar/RDEÀ -malbarate/GS -malbarata/S -malbarato/N -malcarado/SG -malcarada/S -malcasar/RED -malcase/GS -malcasa/S -malcocinado/S -malcome/GS -malcoma/S -malcomer/RLED -malconsiderado/GS -malconsiderada/S -malcontentadizo/GS -malcontentadiza/S -malcontento/GS -malcontenta/S -malcoraje/S -malcorte/S -malcreer -malcriar/RDIÀ -malcríe/GS -malcría/S -maldad/S -maldecidor/GS -maldecidora/S -maldecir/XÁÀÂÈÊÉD -maldice/S -maldicho/GS -maldicha/S -maldiciente/S -maldición/S -maldigo/G -maldispuesto/SG -maldispuesta/S -malditamente -maldito/GS -maldita/S -Maldivas -maleable/JS -maleante/S -malear/RDE -malecón/S -maledicencia/S -maleducar/RDE -maleduco/G -malee/GS -malea/S -maleficencia/S -maleficiar/RDE -maleficie/GS -maleficia/S -maleficio/S -maléfico/SG -maléfica/S -malentender/RDIL -malentrada/S -maleolar/S -maléolo/S -males/a -malestar/S -maleta/S -maletero/S -maletín/S -malevolencia/S -malévolo/GS -malévola/S -malfacer -malfadado/SG -malfadada/S -malformación/S -malgache/S -malgastador/GS -malgastadora/S -malgastar/RÀDE -malgaste/SG -malgasta/S -malhablado/SG -malhablada/S -malhadado/SG -malhadada/S -malhechor/GS -malhechora/S -malherir/XÁD -malhojo/S -malhumorar/RDE -malhumor/GS -malhumora/S -Mali -malí -maliciable/S -maliciar/RED -malicie/GS -malicia/S -maliciosamente -malicioso/GS -maliciosa/S -malíes -malignamente -malignar/RDE -maligne/GS -maligna/S -malignice/S -malignizar/RDE -malignizo/G -maligno/KS -malingrar/RDE -malingre/GS -malingra/S -malino/GS -malina/S -malintencionado/GS -malintencionada/S -malinterpretar/RDÄEÀÂÁ -malinterprete/SG -malinterpreta/S -mallada/a -malladar/a -mallad/hpi -mallado/aG -malla/ihp -mallan/hpi -mallar/hRipDE -malle/iGhSp -mallen/hpi -mallé/phi -mallero/GS -mallera/S -mallete/S -malleto/S -mallo/ihp -malló/phi -mallorquín/GS -mallorquína/S -mallos -malmandado/SG -malmandada/S -malmaridada/S -malmarriento/GS -malmarrienta/S -malmete/GS -malmeta/S -malmeter/RDE -malmeto/L -mal/MGS -malmirado/SG -malmirada/S -malnacido/GS -malnacida/S -malnutrición/S -malnutrido/GS -malnutrida/S -malograr/REÂDP -malogre/GS -malogra/S -maloliente/S -maloquear/RDE -maloquee/GS -maloquea/S -malo/S -malparar/RDE -malpare/GS -malpara/S -malparir/RD -malparto/S -malpensado/GS -malpensada/S -malpigiáceo/GS -malpigiácea/S -malquerer/XID -malqueriente/SF -malquistar/REÁD -malquiste/GS -malquista/S -malquisto/S -malrotar/RDE -malrote/GS -malrota/S -malsano/GS -malsana/S -malsinar/RDE -malsindad/S -malsín/GS -malsína/S -malsino/L -malsonante/S -malsonar/RED -malsone/GS -malsona/S -malsufrido/GS -malsufrida/S -Malta -malta/S -maltear/RED -maltee/SG -maltea/S -maltés/GS -maltésa/S -maltosa/S -maltrabaja/S -maltraer/XIDL -maltrae/S -maltrapillo/S -maltratar/RDÁPE -maltrate/SG -maltrata/S -maltrato/S -maltrecho/SG -maltrecha/S -maltusianismo/S -maltusiano/GS -maltusiana/S -malucho/GS -malucha/S -maluco/GS -maluca/S -malváceo/GS -malvácea/S -malvadamente -malvar/RED -malvarrosa/S -malvasía/S -malvavisco/S -malvece/S -malve/GS -malva/S -malvende/GS -malvenda/S -malvender/ERD -malvendo/L -malversador/GS -malversadora/S -malversar/ARDE -malverse/GS -malversa/S -malvezar/RDE -malvezo/G -Malvinas -malvís/S -malvive/GS -malviva/S -malvivir/RED -malviz/S -mamaba/hS -mamabais/h -mamaban/h -mamacallos -mamacona/S -mamadera/S -mamad/hG -mamado/hS -mamador/SG -mamadora/S -mama/h -mamáis/h -mamamos/h -mamá/n -mamando/h -mamandurria/S -maman/h -mamante/aS -mamara/h -mamará/h -mamarais/h -mamaran/h -mamarán/h -mamar/ÃRÁEÆD -mamarás/h -mamaré/h -mamare/hSG -mamareis/h -mamaréis/h -mamaren/h -mamaría/hS -mamarían/h -mamario/GS -mamaria/S -mamaron/h -mamarrachada/S -mamarrachista/S -mamarracho/S -mamarse/h -mamase/h -mamaseis/h -mamasen/h -mamas/hS -mamaste/h -mambla/S -mambo/S -mamé/h -mame/hGS -mameis -maméis/h -mamellado/SG -mamellada/S -mamella/S -mamelonado/SG -mamelonada/S -mameluco/S -mamemos/h -mamen/h -mamey/S -mamífero/S -mamiforme/S -mamila/S -mamo/h -mamó/h -mamola/S -mamona/hS -mamones/h -mamón/SG -mamóna/S -mamoso/GS -mamosa/S -mamotreto/S -mamparar/h -mamparo/GS -mampara/S -mamperlán/S -mamporro/S -mampostear/RDE -mampostee/GS -mampostea/S -mampostero/SL -mampresar/RDE -mamprese/GS -mampresa/S -mampuesto/GS -mampuesta/S -mamujar/ERD -mamuje/GS -mamuja/S -mamullar/RED -mamulle/GS -mamulla/S -mamut -mamutes -Man -manadero/GS -manadera/S -manad/oahp -mana/hpeaoS -manándole/S -manan/oahp -manantial/S -man/apS -manar/aRpDohE -manarle/S -maná/S -manatí/S -manato/S -manazas -mancar/REDP -manceba/aS -mancebía/S -mancebo/GS -manceba/S -mancera/S -mancerina/S -manchad/h -manchadizo/SG -manchadiza/S -manchador/S -mancha/h -manchándome -manchándonos -manchándoos -manchándote -manchan/h -manchar/hRDE -mancharle/S -mancharme -mancharnos -mancharos -mancharte -manche/GhS -manchego/GS -manchega/S -manché/h -manchen/h -mancho/h -manchó/h -manchoso/GS -manchosa/S -mancilla/a -mancillad/a -mancillan/a -mancillar/REaD -mancillé/a -mancille/GaS -mancillen/a -mancillo/a -mancilló/a -mancipar/RED -mancipe/GS -mancipa/S -mancomunadamente -mancomunar/RED -mancomune/G -mancomuno/K -mancomún/S -mancornar/RDI -mancorna/S -manco/SGK -manca/S -mancuerda/S -mandabais/h -mandaban/ghp -mandaba/pgSh -mandadera/g -mandadero/GSg -mandadera/S -mandado/pgSh -mandad/pGgh -manda/hgp -mandáis/hgp -mandamos/ghp -mandando/ghp -mandanga/S -mandan/hgp -mandante/gS -mandará/hgp -mandarais/h -mandaran/ghp -mandarán/phg -mandara/pgh -mandarás/phg -mandaré/hgp -mandareis/h -mandaréis/h -mandaren/ghp -mandare/pgGSh -mandarían/h -mandaría/phSg -mandar/ÍÌÄÅRDôÙÃQÁÂÀEP -mandarín/GS -mandarína/S -mandarla/g -mandarle/gGS -mandarlo/gS -mandarme/g -mandaron/ghp -mandaros/g -mandarria/S -mandarse/ghp -mandarte/g -mandaseis/h -mandasen/ghp -mandase/pgh -mandas/gShp -mandaste/ghp -mandatario/SG -mandataria/S -mandato/S -mandéis/hgp -mandemos/phg -manden/hgp -mandé/pgh -manderecha/S -mande/SGhgp -manda/S -mandibular/S -mandíbula/S -mandilandinga/S -mandilar/RED -mandilete/S -mandil/GS -mandila/S -mandilón/S -mandinga/S -mandioca/S -mandoble/S -mandolina/S -mandó/pgh -mando/S -mandrachero/S -mandrache/S -mandracho/S -mandrágora/S -mandra/S -mandria/S -mandrilar/RDE -mandril/GS -mandrila/S -manducar/RED -manducatoria/S -manduco/G -mandurria/S -manea/ah -manead/ha -manean/ha -manear/RhDaE -manecilla/S -maneé/ha -maneen/ha -manee/SGha -manea/S -mané/hoap -mane/hoGSpa -manejable/Sk -manejar/REÁDôÅÄ -maneje/SG -maneja/S -manejo/S -manen/oahp -maneo/ah -maneó/ha -maneota/S -manera/ra -maneras/a -manero/GS -manera/S -manezuela/S -manferir/XD -manfla/S -manflota/S -mangad/hip -manga/ihp -mangajarro/S -mangana/NS -manganear/RED -manganee/SG -manganea/S -manganeso/GS -manganesa/S -manganeta/S -mangan/hip -mangánico/GS -mangánica/S -mangante/S -mangar/pRiEhD -manglar/S -mangle/GS -mangla/S -mango/iGhp -mangonada/S -mangoneador/SG -mangoneadora/S -mangonear/REÀD -mangonee/GS -mangonea/S -mangonero/SG -mangonera/S -mangó/phi -mangorrero/GS -mangorrera/S -mangorrillo/S -mangos -mangosta/S -mangote/S -manguardia/S -mangue/hip -mangué/pih -manguero/GS -manguera/S -mangueta/S -manguitero/S -manguito/GS -manguita/S -maní -maníaco/GS -maníaca/S -manialbo/GS -manialba/S -maniatar/RÀÄDE -maniate/GS -maniata/S -maniático/GS -maniática/S -maniblaj/S -maniblanco/GS -maniblanca/S -manicomio/S -manicordio/S -manicorto/GS -manicorta/S -manicuro/GS -manicura/S -maniego/GS -maniega/S -maniendo -manierais -maniéramos -manieran -maniere/GS -maniera/S -maniereis -maniéremos -manieren -manieron -manieseis -maniésemos -maniesen -maniese/S -manifactura/S -manifestador/GS -manifestadora/S -manifestante/S -manifestar/RÅDÁAI -manifestativo/SG -manifestativa/S -manifiestamente -manifiesto/S -manigero/S -manigua/S -manigueta/S -manija/S -manijero/S -manilargo/SG -manilarga/S -manilense/S -manileño/GS -manileña/S -manillar/S -manilla/S -maniluvio/S -manió -maniobrar/RDE -maniobrero/SG -maniobrera/S -maniobre/SG -maniobra/S -maniobrista/S -maniota/S -manipuladores/m -manipulador/GS -manipuladora/S -manipular/ÄÆREAÂÀÁD -manipule/GS -manipula/S -manipuleo/S -maniqueísmo/S -maniqueo/GSO -maniquea/S -maniquete/S -maniquí/S -manirroto/GS -manirrota/S -manirrotura/S -manir/XD -maniste -manisteis -manito/GS -manita/S -manivela/S -manjar/S -manjolar/RDE -manjole/GS -manjola/S -manjorrada/S -manlevar -manlieva/S -manobrero/S -manobre/S -manó/hoap -mano/hperabo -manojera/S -manojo/S -manolo/GS -manola/S -manómetro/S -manopla/S -manos/bre -manoseador/GS -manoseadora/S -manosear/RÅÄEÁÀÂD -manosee/GS -manosea/S -manoseo/S -manotada/hS -manotazo/S -manotear/RDE -manotee/GS -manotea/S -manquear/RED -manquee/GS -manquea/S -manquera/S -manresano/GS -manresana/S -mansa/aSp -mansalva/S -mansamente -mansedumbre/S -manseque/S -mansionario/S -mansito -manso/SGp -mansa/S -mansuefacto/GS -mansuefacta/S -mansurrón/GS -mansurróna/S -manta/aNS -mantas/i -mantaterilla/S -manteador/SG -manteadora/S -mantear/RÀDPE -mantecada/h -mantecado/hGS -manteca/hS -mantecoso/GS -mantecosa/S -mantee/GS -mantea/S -mantelado/hS -manteles/h -mantelete/GS -manteleta/S -mantellina/S -mantelo/h -mantelos -mantel/S -mantén -mantenedor/GS -mantenedora/S -mantener/PXúôDÁÀö -manteniente/F -manteo/S -mantequero/GS -mantequera/S -mantequilla/S -mantequillero/S -mantero/GS -mantera/S -mantillo/a -mantisa/S -manto/NSG -manta/S -mantornar/RED -mantorne/SG -mantorna/S -mantuano/GS -mantuana/S -mantudo/GS -mantuda/S -manuable/S -manualmente -manual/S -manubrio/S -manucodiata/S -manuela/S -manuelino/SG -manuelina/S -manuella/S -manufacturar/RDE -manufacture/GS -manufactura/S -manufacturero/GS -manufacturera/S -manumiso/GS -manumisa/S -manumisor/S -manumite/SG -manumita/S -manumitir/ERD -manuscribe/GS -manuscriba/S -manuscribir/RE -manuscrito/GS -manuscrita/S -manutén -manutención/S -manutenencia/S -manutener/XD -manutigio/S -manutisa/S -manzana/N -manzanar/S -manzanero/GS -manzanera/S -manzaneta/S -manzanillero/GS -manzanillera/S -manzanil/S -manzanita/S -manzano/GNS -maña/a -mañana/S -mañanear/RDE -mañanee/SG -mañanea/S -mañanita/S -mañear/RED -mañee/SG -mañea/S -mañero/GS -mañera/S -maño/aG -maños -mañosamente -mañoso/GS -mañosa/S -mapache/S -mapamundi/S -mapanare/S -mapa/S -mapuche/S -mapurite/S -maquear/RDE -maquee/SG -maquea/S -maqueto/GS -maqueta/S -maquiavelismo/S -maquiavelista/S -maquilar/RED -maquile/GS -maquila/S -maquilero/GS -maquilera/S -maquilla/C -maquillad/h -maquillándome -maquillándonos -maquillándoos -maquillándote -maquillan/h -maquillaos -maquillar/hREÁD -maquíllate -maquillé/h -maquille/hGS -maquillen/h -maquillo/h -maquilló/h -maquinador/GS -maquinadora/S -maquinalmente -maquinal/S -maquina/N -maquinaria/S -maquinar/REDA -máquina/S -maquine/GS -maquina/S -maquinice/S -maquinismo/S -maquinista/S -maquinizar/RED -maquinizo/G -maqui/S -marabuto/S -maracaibero/GS -maracaibera/S -maraca/S -maracucho/GS -maracucha/S -maragato/GLS -marañad/hi -maraña/hi -marañan/hi -marañar/RiEhD -marañe/hGSi -marañé/hi -marañen/hi -maraño/hi -marañó/hi -marañón/S -mar/apS -marasmo/S -maratón/S -maravedinada/S -maravedí/S -maravedís/S -maravillar/RÁDE -maraville/SG -maravilla/S -maravillosamente -maravilloso/GS -maravillosa/S -marbete/S -marcabais/h -marcaban/pigh -marcaba/pSgih -marca/CN -marcadamente -marcado/pSgih -marcador/SGg -marcadora/S -marcad/pGhgi -marcáis/ihgp -marcamos/pigh -marcando/pigh -marcan/hgip -marcar/ÄÅERÁÂÀDø -marcará/higp -marcarais/h -marcarán/phgi -marcaran/pigh -marcara/pgih -marcarás/phgi -marcaré/higp -marcareis/h -marcaréis/h -marcaren/pigh -marcare/pGSgih -marcarían/h -marcaría/pgShi -marcarla/pig -marcarle/pGS -marcarlo/pgSGi -marcarme/h -marcarnos/h -marcaron/pigh -marcaros/h -marcarse/pigh -marcarte/h -marcaseis/h -marcasen/pigh -marcase/pgih -marcasita/S -marcas/pSigh -marcaste/pigh -marcear/RDE -marcee/SG -marcea/S -marce/GS -marca/S -marcelianista/S -marcenar/RDE -marcene/G -marcen/S -marceo/S -marcero/GS -marcera/S -marcescente/S -marchamar/RED -marchamero/S -marchame/SG -marchama/S -marchante/GS -marchanta/S -marchar/ÅRÁDøôE -marche/SG -marcha/S -marchitable/Sk -marchita/M -marchitar/RDEP -marchite/SG -marchita/S -marchito/S -marchoso/GS -marchosa/S -marcial/KS -marciano/GS -marciana/S -marcio/GS -marcia/S -marcionista/S -marcir/ERD -marco/hGgip -marcomano/GS -marcomana/S -marconigrama/S -marcó/pghi -marcos -mardal/S -mardano/S -marea/C -mareador/GS -mareadora/S -mareante/S -marear/ERPÁD -maree/SG -marea/S -marejada/S -maremagno/S -maremágnum -maremoto/S -marengo/S -mareo/S -mareoso/GS -mareosa/S -marero/GS -marera/S -mares/i -mareta/HS -Marfil -marfil/S -marga/a -margad/a -margajita/S -margal/S -margan/a -margarina/S -margarita/S -margar/REaD -margenar/RED -margene/GS -margena/S -margen/S -marginal/KS -marginar/REÁD -margine/GS -margina/S -margó/a -margo/Ga -margomar -margosa/a -margoso/GaS -margrave/S -margraviato/S -margue/a -margué/a -marguera/aS -Marianas -mariano/GS -mariana/S -maría/Sp -maricé/a -marice/GS -marica/S -maricen/a -marices/a -mariconera/S -maricón/S -maridad/i -marida/HC -maridal/S -maridan/i -maridar/EiRD -maride/GiS -maridé/i -mariden/i -maridillo/S -marido/i -maridó/i -maridos -mariguana/S -marihuana/S -marimacho/S -marimandona/S -marimanta/S -marimarica/S -marimba/S -marimorena/S -marina/C -marinad/a -marinan/a -marinar/DERa -mariné/a -marinear/RDE -marinee/GS -marinea/S -marine/GaS -marinen/a -marinerado/SG -marinerada/S -marinera/H -marinero/LGS -marinesco/GS -marinesca/S -marinismo/Ss -marinista/Ss -Marino -marinó/a -marino/uGsS -mariona/S -marioneta/S -marioso/S -mariposado/aS -mariposa/S -mariposear/RED -mariposee/SG -mariposea/S -mariquita/S -marisabidilla/S -mariscador/GS -mariscadora/S -mariscalato/S -mariscal/SG -mariscala/S -mariscar/RDE -marisco/LGS -marismo/GS -marisma/S -marisqueo/S -marisquero/SG -marisquera/S -marista/S -marital/S -marítimo/SG -marítima/S -maritornes -mariza/a -marizad/a -marizan/a -marizar/ERaD -marizó/a -marizo/Ga -marjal/S -marjoleto/GS -marjoleta/S -marketing -marlotar/RDE -marlote/GS -marlota/S -marmellado/GS -marmellada/S -marmella/S -marmita/S -marmolillo/S -marmolista/S -mármol/S -marmóreo/GS -marmórea/S -marmoroso/GS -marmorosa/S -marmosa/S -marmosete/S -marmota/S -marmotear/RED -marmotee/SG -marmotea/S -marmullar/RDE -marmulle/GS -marmulla/S -maro/aS -marojal/S -marojo/S -marola/S -maroma/iaS -maronita/S -marón/S -marqué/hpig -marque/hpSgi -marquéis/ihpg -marquemos/h -marquen/pghi -marquesado/S -marqués/G -marquesina/S -marquesita/S -marquesota/S -marques/S -marqueta/LS -marquista/S -marrad/ga -márraga/S -marraguero/S -marra/H -marrajo/GS -marraja/S -marramao -marramice/S -marramizar/RDE -marramizo/G -marranada/S -marranear/RDE -marranee/GS -marranea/S -marran/ga -marrano/GS -marrana/S -marrar/ERaDg -marrasquino/S -marrear/ERD -marree/GS -marrea/S -marré/ga -marren/ga -marre/SGga -marra/S -marrida/ah -marrido/aGSh -marró/ga -marrón/HS -marro/NS -marroquí -marroquíes -marrubial/S -marrubio/S -marrueco/GS -marrueca/S -Marruecos -marrullar/RED -marrulle/GS -marrulla/S -marrullero/SG -marrullera/S -marrullo/L -Marshall -marsopa/S -marsopla/S -marso/SG -marsa/S -marsupial/S -marsupio/S -marta/N -martellina/S -martelo/S -marte/SGN -marta/S -martillad/a -martillador/SG -martilladora/S -martilla/H -martillan/a -martillar/aRDE -martillé/a -martille/aGS -martillear/RDEÂÅÆ -martillee/SG -martillea/S -martillen/a -martillo/a -martilló/a -martinenco/S -martinete/S -martingala/S -martín/GS -martína/S -Martinica -martinico/S -martiniega/S -martirial/S -martiriar -martirice/S -martirio/S -martirizador/SG -martirizadora/S -martirizar/RÅÄDEÁÀ -martirizo/G -martirologio/S -mártir/S -marueco/S -maruja/S -marullo/S -marxismo/S -marxista/S -marzadga/S -marzal/S -marzante/S -marzo/G -marzoleto/GS -marzoleta/S -masa/CN -masacrar/RÅÁÀDE -masacre/GS -masacra/S -masad/a -masageta/S -masajista/S -masamuda/S -masan/a -mas/apS -masar/RaDE -mascabado/S -mascadijo/S -mascador/SG -mascadora/S -mascarad/i -mascara/N -mascaran/i -mascarar/RiDE -máscara/S -mascar/BRED -mascaré/i -mascare/iGS -mascaren/i -mascarero/GS -mascarera/S -mascaro/i -mascaró/i -mascarón -mascaron/S -masco/G -mascota/S -mascujar/RDE -mascuje/GS -mascuja/S -masculillo/S -masculino/KGS -mascullar/RDEÄ -masculle/SG -masculla/S -masé/a -masecoral/S -masejicomar/S -masen/p -mase/pa -masera/S -masetero/S -más/g -masía/Sg -másico/GS -másica/S -masicoral/S -masicote/S -masieno/GS -masiena/S -masificar/DRE -masifico/G -masiliense/S -masilio/GS -masilia/S -masilla/iS -masilo/GS -masila/S -masita/S -masivo/GS -masiva/S -maslo/S -masó/a -maso/aG -masón/LGS -masoquismo/S -masoquista/S -masora/S -masoreta/S -masovero/S -masteleo/S -mastelero/NS -mástel/S -máster/S -masticable/S -masticador/GS -masticadora/S -masticar/ERÄÀÂDA -masticatorio/SG -masticatoria/S -mastico/G -mastieno/GS -mastiena/S -mastigar -mástil/S -mastín/S -mastodonte/S -mastoides -mastología/S -masto/S -mastranto/S -mastranzo/S -mastuerzo/S -masturbar/ERÁDÅA -masturbe/GS -masturba/S -masvale/S -matabuey/S -matacabras/S -matacallos/S -matacandelas -matacandil/S -matacán/S -matadero/S -matad/ihp -matadlo/GS -matadla/S -matador/SG -matadora/S -matadura/S -matafuego/S -matagallegos -matagallina/S -matagallos -mata/hpi -matalobos -matalón/GS -matalóna/S -mátalo/SG -mátala/S -matalote/SC -matamoros -matamoscas -matancero/SG -matancera/S -matándole/GS -matándola/S -matándolo/S -matándome -matándonos -matándoos -matándote -matan/ihp -matanza/S -mataos -matapalo/S -mataperrada/S -mataperros -matapiojos -matapollo/S -matapolvo/S -matapulgas -matarife/S -matar/iRpDhE -matarlo/GS -matarla/S -matarme/p -matarnos -mataros/p -matarrubia/S -matarte/p -matasellos -matasiete/S -matasuegras -mátate -matear/RDE -matee/GS -matea/S -maté/hip -mate/hpiSG -matemáticamente -matemático/GS -matemática/S -matematismo/S -maten/ihp -materialice/S -materialismo/S -materialista/S -materializar/RADE -materializo/G -material/kKS -materialmente -materia/S -maternal/S -maternice/S -maternizar/RDE -maternizo/G -materno/KGS -maticé/d -matice/dS -maticen/d -matico/S -matidez/S -matihuelo/S -matinal/S -matiné/S -matiza/d -matizad/d -matizan/d -matizándolo/SG -matizándola/S -matizar/dRÀDE -matizó/d -matizo/dG -matiz/SG -matiza/S -mató/hip -mato/hpi -matojo/S -matonismo/S -matón/SG -matóna/S -matorral/S -matorro/S -matracalada/S -matraco/GS -matraca/S -matraquear/RED -matraquee/GS -matraquea/S -matraquista/S -matraz/S -matriarcado/S -matriarcal/S -matriarca/S -matricaria/S -matricial/S -matricida/S -matricidio/S -matriculador/GS -matriculadora/S -matricular/RAEÅDÁ -matrícula/S -matricule/GS -matricula/S -matrimonialmente -matrimonial/nS -matrimoniar/RED -matrimonie/GS -matrimonia/S -matrimonio/S -matritense/S -matriz/S -matrona/S -matronaza/S -matula/S -maturrango/GS -maturranga/S -matusalén/S -matutear/RDE -matutee/GS -matutea/S -matutero/GS -matutera/S -matute/S -matutino/GS -matutina/S -maular/RED -maulero/GS -maulera/S -maule/SG -maula/S -maullador/GS -maulladora/S -maullar/RID -maúlle/SG -maúlla/S -maullido/S -maure/SG -maura/S -Mauricio -Mauritania -mauritano/SG -mauritana/S -mauro/S -mauseolo/S -máuser/S -mausoleo/S -mavorcio/GS -mavorcia/S -máx. -maxilar/Sls -máxime/G -maximice/S -maximizar/RDE -maximizo/G -máximo/S -máximum -maxwell -maxwells -mayad/h -mayador/SG -mayadora/S -maya/h -mayal/S -mayan/h -mayar/RhDE -mayear/RDE -mayee/GS -mayea/S -mayé/h -maye/hGS -Mayen -mayen/h -mayestático/SG -mayestática/S -mayeto/S -mayido/S -mayó/h -mayo/hS -mayonesa/S -mayoradgo/S -mayoral/GS -mayorala/S -mayorana/S -mayorar -mayorazga/a -mayorazgo/aG -mayorazgos -mayorazguista/S -mayordombre/S -mayordomear/RDE -mayordomee/GS -mayordomea/S -mayordomía/S -mayordomo/GS -mayordoma/S -mayoría/S -mayorista/S -mayoritariamente -mayoritario/GS -mayoritaria/S -mayormente -mayor/S -Mayotte -mayueta/S -mayúsculo/SG -mayúscula/S -mazacote/S -maza/H -mazamorra/S -mazana/S -mazaneta/S -mazapán/S -mazarota/S -mazar/RDE -mazdeísmo/S -mazmodina/S -mazmorra/S -maznar/RED -mazne/SG -mazna/S -mazonar/D -mazonear/RDE -mazonee/GS -mazonea/S -mazonero/S -mazo/NGS -maza/S -mazorca/S -mazorgano/S -mazorral/S -mazurca/S -McDonald -mea -meadero/S -meaja/S -meajuela/S -meandro/S -mear/RôEDÁÂÅ -me/aSp -meato/S -meauca/S -mecánicamente -mecanice/S -mecanicismo/S -mecánico/GS -mecánica/S -mecanismo/S -mecanizar/ARDE -mecanizo/G -mecanografiar/DRI -mecanográfico/GS -mecanográfica/S -mecanografíe/GS -mecanografía/S -mecanógrafo/GS -mecanógrafa/S -mecano/GS -mecana/S -mecanoterapia/S -mecedero/S -mecedor/SG -mecedora/S -meced/p -mecedura/S -mece/GS -meca/S -mecenas -mecenazgo/S -mecen/p -mecerle/GS -mecerla/S -mecerlo/S -mecerme -mecernos -meceros -mecer/pRED -mecerte -meces/p -mechad/a -mecha/H -mechan/a -mechar/aRDE -mecharlo/GS -mecharla/S -meché/a -mechen/a -mechero/GS -mechera/S -meche/SGa -mecha/S -mecho/a -mechó/a -mechoacán/S -mechón/S -mechoso/GS -mechosa/S -mecía/p -meciéndolo/GS -meciéndola/S -meciéndome -meciéndonos -meciéndoos -meciéndote -meció/p -mecí/p -meconio/S -meco/S -medalla/S -medanoso/GS -medanosa/S -meda/p -mediabais/jo -mediábamos/j -mediaban/pgjo -mediaba/pSgoj -mediacaña/S -mediación/kS -mediado/pSgoj -mediador/pGSl -mediad/pGgojl -medíais/ph -mediáis/pjog -medial/S -medialuna/S -medíamos/h -mediamos/pgjo -medianamente -mediando/pgjo -mediándose/j -medianejo/SG -medianeja/S -medianero/SG -medianera/S -medianía/S -medianil/S -medianista/S -median/jlpog -medianoche/S -mediano/LGKS -medían/ph -mediante -media/pgljo -medía/pSh -mediara/gojp -mediarais/jo -mediar/AlRDE -mediáramos/j -mediarán/gpoj -mediaran/pgjo -mediará/pjog -mediarás/gpoj -mediareis/jo -mediaréis/oj -mediaremos/j -mediáremos/j -mediaren/pgjo -mediare/pGSgoj -mediaré/pjog -mediaría/gpoSj -mediaríais/j -mediaríamos/j -mediarían/oj -mediaron/pgjo -mediarse/pgjo -mediase/gojp -mediaseis/jo -mediásemos/j -mediasen/pgjo -medias/pSgjo -mediasteis/j -mediaste/pgjo -mediastino/S -mediata/k -mediatamente/k -mediatice/S -mediático/GS -mediática/S -mediatizar/RDEÀ -mediatizo/G -mediato/kGS -mediator/S -medicable/S -medicamento/S -medicamentoso/GS -medicamentosa/S -medicar/RAEÁD -medicastro/S -medicinalmente -medicinal/S -medicinante/S -medicinar/REDP -medicine/SG -medicina/S -medico/GN -médico/SG -médica/S -medicucho/S -medido/phS -medidor/SG -medidora/S -medid/pGh -mediéis/pjog -mediemos/pgjo -medien/jlpog -medié/ojlgp -medie/pgGljSo -mediero/GS -mediera/S -medievalista/S -medieval/SK -medievo/S -medí/hp -medimos/hp -medina/S -medioambiental/S -mediocremente -mediocre/SK -mediodía/S -medioevo/S -mediomundo/S -medió/ojlgp -medio/pgljo -medios/lpo -medirá/hp -medirán/ph -medirás/ph -mediré/hp -mediréis/h -medir/ÉXÊÈúôDÁÀAö -medirían/h -mediría/phS -medirse/hp -medís/hp -mediste/hp -meditabais/n -meditaban/n -meditaba/nS -meditabundo/GS -meditabunda/S -meditación/nS -meditad/nG -meditado/nS -meditador/GS -meditadora/S -meditáis/n -meditamos/n -medita/n -meditando/n -meditan/n -meditarais/n -meditara/n -meditará/n -meditaran/n -meditarán/n -meditarás/n -meditareis/n -meditaréis/n -meditaré/n -meditare/nGS -meditaren/n -meditarían/n -meditaría/nS -meditaron/n -meditarse/n -meditar/ÙREDÄAÀ -meditaseis/n -meditase/n -meditasen/n -meditas/nS -meditaste/n -meditativo/SG -meditativa/S -meditéis/n -meditemos/n -medité/n -mediten/n -mediterráneo/SG -mediterránea/S -medite/SGn -medita/S -medito/n -meditó/n -médium -medo/GpS -medrad/h -medra/h -medrana/S -medran/h -medrar/RhED -medre/GSh -medra/S -medré/h -medren/h -medró/h -medrosamente -medro/Sh -medroso/GS -medrosa/S -medular/S -médula/S -meduloso/GS -medulosa/S -medusa/S -meduseo/GS -medusea/S -meé -mee/GS -mea/S -megáfono/S -megalítico/GS -megalítica/S -megalito/S -megarense/S -megaterio/S -mego/GSM -mega/S -mehala/S -meigo/GS -meiga/S -meitad/S -meja/N -mejan/p -mejed/p -meje/GpS -mejen/p -mejer/ERpD -mejía/p -mejicanismo/S -mejicano/GS -mejicana/S -mejillón/S -mejió/p -mejí/p -mejo/pL -mejoraba/hS -mejorabais/h -mejoraban/h -mejorable/Sk -mejorad/hG -mejorado/hS -mejora/h -mejoráis/h -mejoramos/h -mejorana/S -mejorando/h -mejoran/h -mejorara/h -mejorará/h -mejorarais/h -mejoraran/h -mejorarán/h -mejorarás/h -mejoraré/h -mejorare/hGS -mejorareis/h -mejoraréis/h -mejoraren/h -mejoraría/hS -mejorarían/h -mejoraron/h -mejorar/ôRÅPÁÀDE -mejorarse/h -mejorase/h -mejoraseis/h -mejorasen/h -mejoras/hS -mejoraste/h -mejoré/h -mejore/hSG -mejoréis/h -mejoremos/h -mejoren/h -mejoría/S -mejoro/h -mejoró/h -mejor/SG -mejora/S -mejunje/S -melaba/hiSa -melabais/h -melaban/ih -melad/hGia -melado/hiSa -meladucha/S -meláis/hai -melamos/ih -melampo/S -melancolía/S -melancólicamente -melancolicé/h -melancolice/hS -melancolicen/h -melancólico/SG -melancólica/S -melancolizad/h -melancoliza/h -melancolizan/h -melancolizar/hRED -melancolizó/h -melancolizo/hG -melando/ih -melandro/S -melanina/S -melanita/S -melanosis -melanuria/S -melapia/S -melara/hai -melará/hia -melarais/h -melarán/hi -melaran/ih -melarás/hi -melar/BRDI -melaré/hia -melare/hiSGa -melareis/h -melaréis/h -melaren/ih -melaría/iSh -melarían/h -melaron/ih -melarse/ih -mela/S -melase/hiSa -melaseis/h -melasen/ih -melaste/ih -melaza/S -melca/S -melcocha/S -melcochero/S -meldar -meldense/S -melé/hia -meléis/hai -melemos/ih -melena/h -melenera/S -meleno/hG -melenos -melenudo/GS -melenuda/S -melero/GS -melera/S -melga/a -melgacho/S -melgad/a -melgan/a -melgar/aRDE -melgó/a -melgo/aG -melgue/a -melgué/a -meliáceo/SG -meliácea/S -melificar/RDE -melifico/G -melifluamente -melifluo/GS -meliflua/S -melillense/S -meliloto/S -melindrear/RDE -melindree/GS -melindrea/S -melindrero/SG -melindrera/S -melindre/S -melindrice/S -melindrizar/RDE -melindrizo/G -melindrosamente -melindroso/GS -melindrosa/S -melinita/S -melino/GS -melina/S -melis -melisma/S -melito/S -mellad/pa -melladura/S -mellan/pa -mella/pa -mellar/aRpDE -mellé/ap -mellen/pa -melle/pGSa -mellitus -mellizo/GS -melliza/S -melló/ap -melloco/S -mello/pa -melocotonar/S -melocotonero/S -melocotón/S -melodía/S -melódico/GS -melódica/S -melodiosamente -melodioso/SG -melodiosa/S -melodrama/S -melodramático/SG -melodramática/S -melodreña/S -meló/hia -melojar/S -melojo/GS -meloja/S -melolonta/S -melonar/S -meloncillo/S -melonero/GS -melonera/S -melón/NS -melopea/S -melopeya/S -melosa/N -meloso/KGS -melote/S -melquisedeciano/GS -melquisedeciana/S -melsa/S -melva/S -mema/M -membrana/S -membranoso/SG -membranosa/S -membrar/hpD -membrete/S -membrillar/S -membrillate/S -membrillero/S -membrillo/SG -membrilla/S -membrudo/GS -membruda/S -memento/S -memnónida/S -memo/GS -mema/S -memorable/kSf -memorad/fp -memorando/GS -memoranda/S -memorándum -memoran/fp -memora/pf -memorar/pRDEf -memorativa/pf -memorativo/pGSf -memoré/fp -memoren/fp -memore/pGfS -memorialista/S -memorial/Sk -memoria/Sh -memorice/S -memorioso/SG -memoriosa/S -memorismo/S -memorista/S -memorizar/ARÄEÀD -memorizo/G -memoró/fp -memoro/pf -memos/p -mena/a -ménade/S -menar/RED -menazar/a -mencionar/ÄÃREDÁÀ -mención/GS -mencióna/S -menda -mendaz/KS -mendeliano/GS -mendeliana/S -mendelismo/S -mendicante/S -mendicidad/S -mendigante/S -mendigar/ERD -mendigo/MGS -mendocino/SG -mendocina/S -mendrugo/S -meneador/GS -meneadora/S -menear/RDE -menee/GS -menea/S -menegilda/S -mene/GSC -mena/S -meneo/p -menesteroso/GS -menesterosa/S -menester/S -menestral/GS -menestrala/S -menestra/S -menestrete/S -menfita/S -mengajo/S -mengano/GS -mengana/S -mengua/ah -menguad/ah -menguamiento/S -menguan/ah -menguante/S -menguar/hRaDE -mengüé/ah -mengüe/haS -mengüen/ah -mengue/S -menguo/aGh -menguó/ha -menhir/S -meninge/S -meningitis -meningococo/S -menino/GS -menina/S -menipeo/GS -menipea/S -menique/S -menisco/S -menjunje/S -menjurje/S -meno/aSG -menologio/S -menonia/S -menonita/S -menopausia/S -menorar/a -menores/a -menorete/S -menorista/S -menorragia/S -menor/S -menoscabador/SG -menoscabadora/S -menoscabar/RDE -menoscabe/SG -menoscaba/S -menoscabo/S -menoscuenta/S -menospreciablemente -menospreciable/S -menospreciador/SG -menospreciadora/S -menospreciar/ÄREÀD -menospreciativo/GS -menospreciativa/S -menosprecie/GS -menosprecia/S -menosprecio/S -menostasia/S -mensa/C -mensáfono/S -mensaje/L -mensajero/GS -mensajera/S -menstrualmente -menstrual/S -menstruante/S -menstruar/IRAD -menstrúe/GS -menstrúa/S -menstruo/GS -menstrua/S -menstruoso/GS -menstruosa/S -mensuales/e -mensual/KS -mensualmente -ménsula/S -mensurable/fJS -mensurables/k -mensurad/f -mensurador/GS -mensuradora/S -mensura/f -mensuran/f -mensurar/RfDE -mensuré/f -mensure/fGS -mensuren/f -mensuro/f -mensuró/f -mentad/g -menta/g -mentalice/S -mentalizar/REDÁ -mentalizo/G -mental/KS -mentalmente -mentándole/S -mentar/gRD -mentarle/GS -mentarla/S -mentarlo/S -mentarme -mentármelo/GS -mentármela/S -mentarnos -mentárnoslo/GS -mentárnosla/S -mentaros -mentároslo/GS -mentárosla/S -mentárselo/GS -mentársela/S -mentarte -mentártelo/GS -mentártela/S -mentastro/S -mentecapto/SG -mentecapta/S -mentecatada/S -mentecata/M -mentecato/GS -mentecata/S -menté/g -mente/gGS -mentes/a -mentesano/GS -mentesana/S -mentía/h -mentidero/S -mentid/h -mentí/h -mentira/S -mentir/hXÁÂD -mentirijillas -mentirillas -mentirosamente -mentiroso/GS -mentirosa/S -mentíses -mentís/h -mentó/g -mentolado/GS -mentolada/S -mentol/S -mentón/S -mentor/GS -mentora/S -menuceles -menudamente -menudear/RDE -menudee/GS -menudea/S -menudencia/S -menudero/GS -menudera/S -menudo/NGS -menuda/S -menú/S -menuza/h -menuzar/h -menuzo/hG -menuzos -meñique/S -meo -meó -meollar/hS -meollo/h -meollos -meolludo/GS -meolluda/S -meón/GS -meóna/S -mequetrefe/S -merad/a -meramente -meran/a -mera/pa -merar/RaDE -mercachifle/S -mercadante/S -mercadear/RED -mercadee/GS -mercadea/S -mercader/GS -mercadera/S -mercaderil/S -mercado/NL -mercados/t -mercadotecnia/S -mercadotécnico/GS -mercadotécnica/S -mercal/S -mercancear -mercancía/S -mercante/S -mercantilice/S -mercantilismo/S -mercantilista/S -mercantilizar/RED -mercantilizo/G -mercantilmente -mercantil/OGS -mercantivo/SG -mercantiva/S -mercar/RDE -mercedario/GS -mercedaria/S -merced/S -mercenario/SG -mercenaria/S -mercendear -mercerice/S -mercerizar/RED -mercerizo/G -mercero/LGS -merchante/S -merco/G -Mercosur -mercurial/S -mercurio -mercurioso/S -merdoso/GS -merdosa/S -meré/a -mereced/h -merecedor/hSG -merece/hS -merecéis/h -merecemos/h -merecen/h -merecerá/h -merecerán/h -merecer/ÃRIPÁÂÀÄLD -merecerás/h -mereceré/h -mereceréis/h -merecería/hS -merecerían/h -merecerla/h -merecerlo/hGS -merecerse/h -merecía/hS -merecíais/h -merecíamos/h -merecían/h -merecida/hk -merecidamente -merecido/hkSG -mereciendo/h -mereciera/h -merecieran/h -mereciere/hGS -merecieren/h -merecieron/h -mereciese/hS -mereciesen/h -merecí/h -merecimos/h -mereció/h -mereciste/h -mere/GaS -mereis -meren/a -merendar/RIDÁ -merendero/S -merendillar/RDE -merendille/GS -merendilla/S -merendita/S -merendola/S -merendona/S -merengada/aS -merengue/S -meretricio/SG -meretricia/S -meretriz/S -merezca/h -merezcáis/h -merezcamos/h -merezcan/h -merezco/hG -mergo/S -Mérida -meridiana/b -meridiano/bSG -meridional/S -merindad/S -merinero/GS -merinera/S -merino/GS -merina/S -meritar/RED -mérita/S -merite/GS -merita/S -meritocracia/S -mérito/gS -meritoria/k -meritoriamente -meritorio/GkS -merleta/S -merlín/S -merlo/SG -merla/S -merluza/S -mermador/GS -mermadora/S -mermar/RDEÂÀ -mermelada/S -merme/SG -merma/S -meró/a -merodeador/GS -merodeadora/S -merodear/RED -merodee/GS -merodea/S -merodista/S -mero/pSG -merovingio/SG -merovingia/S -mesad/p -mesadura/S -mesalina/S -mesana/rS -mesan/p -mesa/prSo -mesar/pRED -mesclar -mescolanza/S -mese/Gp -meseguero/GS -meseguera/S -mesen/p -mesenterio/S -mesé/p -mesero/S -meses/j -meseta/S -mesiado/S -mesiánico/GS -mesiánica/S -mesianismo/S -mesías -mesiazgo/S -mesillo/GS -mesilla/S -mesingo/GS -mesinga/S -mesita/S -mesmedad/S -mesmerismo/S -mesmo/GS -mesma/S -mesnada/S -mesnadero/S -mesoamericano/GS -mesoamericana/S -mesocarpio/S -mesocefalia/S -mesocéfalo/GS -mesocéfala/S -mesocracia/S -mesodermo/S -mesolítico/GS -mesolítica/S -mesón/CS -mesonero/GS -mesonera/S -mesonil/S -mesonista/S -meso/p -mesó/p -mesozoico/GS -mesozoica/S -mes/pS -mestal/S -mestenco/GS -mestenca/S -mestice/S -mesticia/S -mestiza/C -mestizada/a -mestizado/aSG -mestizar/RED -mestizo/GS -mestiza/S -mesto/GS -mesta/S -mesturar -mesuradamente/h -mesurad/h -mesura/h -mesuran/h -mesurar/RhDE -mesuré/h -mesuren/h -mesure/SGh -mesura/S -mesuro/h -mesuró/h -metabólico/GS -metabólica/S -metabolismo/S -metacarpiano/SG -metacarpiana/S -metacarpo/S -metacentro/S -metafísico/GS -metafísica/S -metáfora/S -metafóricamente -metaforice/S -metafórico/GS -metafórica/S -metaforizar/RED -metaforizo/G -metagoge/S -metáis/jp -metalario/S -metalenguaje/S -metalepsis -metalero/S -metalice/S -metálico/GS -metálica/S -metalífero/GS -metalífera/S -metalingüísticamente -metalista/eS -metalizar/ERD -metalizo/G -metalla/S -metaloide/S -metaloterapia/S -metal/qS -metalurgia/S -metalúrgico/SG -metalúrgica/S -metalurgista/S -metámonos -metamórfico/SG -metamórfica/S -metamorfismo/S -metamorfosear/RDE -metamorfosee/SG -metamorfosea/S -metamorfosi/S -metamos/pj -metano/S -metan/pjo -métanse -metaplasmo/S -meta/poj -métase -metástasis -metatarsiano/GS -metatarsiana/S -metatarso/S -metátesis -metatice/S -metatizar/RDE -metatizo/G -metatórax -metazoo/S -meteco/S -metedlo/GS -metedla/S -metédmelo/GS -metédmela/S -metédnoslo/SG -metédnosla/S -metedor/oGS -meted/pjo -metédselo/GS -metédsela/S -metedura/S -mete/GpSjo -metéis/jp -mételo/GS -métela/S -métemelo/GS -métemela/S -metemos/pj -metempsicosis -metempsícosis -metemuertos -métenoslo/SG -métenosla/S -meten/pjo -meteorice/S -meteórico/GS -meteórica/S -meteorismo/S -meteorito/S -meteorizar/RED -meteorizo/G -meteorología/S -meteorológico/SG -meteorológica/S -meteorologista/S -meteorólogo/GS -meteoróloga/S -meteoro/SO -metepatas -meterán/jp -meterá/pj -meterás/jp -meteréis/j -meteremos/j -meteré/pj -meteríais/j -meteríamos/j -meterían/j -meterle/pS -meterme/j -meternos/j -meter/ôDoREPÅÀÁ -meteros/j -meterse/pj -meterte/j -méteselo/GS -métesela/S -metesillas -metíais/pj -metíamos/j -metían/jp -metía/ojSp -metical/S -meticulosamente -meticuloso/KGS -metida/jp -metidillo/S -metido/jSGp -metiendo/j -metiéndome/j -metiéndomelo/GS -metiéndomela/S -metiéndonoslo/SG -metiéndonosla/S -metiéndoos/j -metiéndooslo/GS -metiéndoosla/S -metiéndose/j -metiéndoselo/GS -metiéndosela/S -metiéndote/j -metiéndotelo/GS -metiéndotela/S -metierais/j -metiera/jp -metiéramos/j -metieran/j -metiereis/j -metiere/jpGS -metiéremos/j -metieren/j -metieron/j -metieseis/j -metiese/jpS -metiésemos/j -metiesen/j -metí/jop -metílico/SG -metílica/S -metilo/S -metimiento/jS -metimos/jp -metió/ojp -metisteis/j -metiste/jp -metódicamente -metodice/S -metódico/GS -metódica/S -metodismo/S -metodista/S -metodizar/RDE -metodizo/G -metodología/S -metodológico/GS -metodológica/S -método/S -metomentodo/S -metonimia/S -metopa/S -meto/pLjo -metoposcopia/S -metralla/HS -metrallas/a -metralleta/S -metreta/S -métrico/GS -métrica/S -metrificar/RDE -metrifico/G -metrista/S -metrónomo/S -metrópoli/S -metropolitano/GS -metropolitana/S -metrorragia/S -metro/SG -metra/S -mexicanismo/S -mexicano/GS -mexicana/S -México -meza/Lp -mezan/p -mezclable/S -mezcladamente -mezclad/j -mezclador/GS -mezcladora/S -mezcla/j -mezclamiento/S -mezclándome -mezclándonos -mezclándoos -mezclándote -mezclan/j -mezclar/RDjBEÁ -mezclé/j -mezcle/jGS -mezclémonos -mezclen/j -mézclense -mézclese -mezclilla/S -mezclo/j -mezcló/j -mezcolanza/S -mezo/Gp -mezquinamente -mezquinar/RED -mezquindad/S -mezquine/SG -mezquina/S -mezquino/S -mezquital/S -mezquite/SG -mezquita/S -mí -mía -miad/n -miagar/RDE -miago/G -miaja/S -mialgia/S -mialmas -mían -miañar/RED -miañe/SG -miaña/S -miar/nRD -mi/aS -miasma/S -miau -micacita/S -micado/S -micción/S -micelio/S -micer/S -michelín/S -michino/GS -michina/S -micho/GS -micha/S -mico/GS -mica/S -micosis -microbiano/SG -microbiana/S -microbicida/S -microbio/S -microcefalia/S -microcéfalo/GS -microcéfala/S -microcosmo -microficha -microfilmador/GS -microfilmadora/S -microfilmar -micrófono/S -micro/GS -micra/S -micromanipulador -micrómetro/S -Micronesia -micronesio/GS -micronesia/S -microscópico/GS -microscópica/S -microscopio/GS -microscopia/S -microscopista/S -microspora/S -microsporidio/S -microsporofila/S -microsurco -mida/hpaS -midáis/hp -midamos/hp -midan/ph -mide/hGSp -miden/ph -midiendo/h -midiera/hp -midieran/h -midiere/hpGS -midieren/h -midieron/h -midiese/hpS -midiesen/h -midió/hp -mido/hp -midriasis -miedica/S -miedo/S -miedoso/GS -miedosa/S -míe/GS -mía/S -miela/hia -mielan/iha -miele/iSGha -mielen/iha -mielgo/GS -mielga/S -miel/GS -miela/S -mielina/S -mielitis -mielo/hia -mielsa/S -miembro/h -miembros -míen -mié/n -mienta/h -miente/h -miénteme -miéntenme -miéntennos -miéntenos -miento/ha -mientra/S -miera/S -miércoles -mierda/S -mierla/S -mierra/S -mies/n -migad/ha -miga/ha -migajada/Sh -migaja/hS -migan/ha -migar/RahED -migó/ha -migo/hGa -migración/S -migrad/uk -migran/uk -migraña/S -migrar/kRuED -migratoria/k -migratorio/kSG -migra/uk -migré/ku -migren/uk -migre/uGSk -migró/ku -migro/uk -migué/ah -migue/ha -miguelete/S -miguero/GS -miguera/S -mihrab -mihrabs -mijero/S -mijo/Sj -milagrear/RED -milagree/SG -milagrea/S -milagrero/GS -milagrera/S -milagro/S -milagrosamente -milagroso/SG -milagrosa/S -milamores -milanes/a -milano/S -milán/S -mildiu -milenario/GOS -milenarismo/S -milenio/S -mileno/GS -milena/S -milenrama/S -milenta/S -milésimo/SG -milésima/S -milesio/GS -milesia/S -milgranar/S -milgrana/S -milhojas -miliario/GS -miliaria/S -miliar/S -milibar/S -miliciano/SG -miliciana/S -milicia/S -miligramo/S -mililitro/S -milimétrico/GS -milimétrica/S -milímetro/S -mili/S -militante/SF -militaricé/h -militarice/hS -militaricen/h -militarismo/Sc -militarista/Sc -militarización/S -militarizad/h -militariza/h -militarizan/h -militarizar/hRDE -militarizó/h -militarizo/hG -militarmente -militar/REDO -milite/SG -milita/S -millaca/S -millarada/aS -millares/a -millar/S -millo/GS -milla/S -millonada/S -millonario/SG -millonaria/S -millonésimo/GS -millonésima/S -millón/S -miloca/S -milocha/S -milonga/S -milonguero/SG -milonguera/S -milord -milores -mil/S -mimador/SG -mimadora/S -mimar/RÁÂÀEDÄ -mimbral/S -mimbrar/RDE -mimbrear/RDE -mimbree/SG -mimbrea/S -mimbre/GS -mimbra/S -mimbreño/SG -mimbreña/S -mimbreral/S -mimbrero/GS -mimbrera/S -mimbroso/GS -mimbrosa/S -mime/GS -mima/S -mimeografiar/RID -mimeografíe/GS -mimeografía/S -mimeógrafo/S -mimesis -mímesis -mimetice/S -mimetismo/S -mimetizar/RDEÁ -mimetizo/G -mímico/SG -mímica/S -mimo/S -mimosáceo/GS -mimosácea/S -mimosamente -mimoso/GS -mimosa/S -minad/fa -minador/SGf -minadora/S -mina/fa -minal/S -minan/fa -minar/aRfDE -minarla/f -minarle/SGf -minarla/S -minarlo/Sf -mindango/GS -mindanga/S -mindanguear/RDE -mindanguee/GS -mindanguea/S -mindoniense/S -miné/af -mine/GSfa -mina/S -minen/fa -minera/C -mineralice/S -mineralizar/RED -mineralizo/G -mineralogía/S -mineralogista/S -mineral/S -minero/GS -minera/S -mineromedicinal/S -minerva/S -mingitorio/SG -mingitoria/S -mingo/GS -minga/S -miniar/RDE -miniatura/S -miniaturista/S -minie/GS -minia/S -minifalda/S -minifundio/S -minimice/S -minimista/S -minimizar/RDEÀÄ -minimizo/G -mínimo/SG -mínima/S -minino/GS -minina/S -minio/S -ministerialismo/S -ministerialmente -ministerial/SO -ministerio/S -ministrable/S -ministración/S -ministrador/GSs -ministradora/S -ministrad/s -ministran/s -ministrante/S -ministrar/sRDE -ministra/s -ministren/s -ministré/s -ministre/sGS -ministros -ministro/s -ministró/s -minó/af -mino/L -minora/a -minorad/a -minoran/a -minorar/aRDE -minorativo/SG -minorativa/S -minoré/a -minoren/a -minore/SGa -minora/S -minoría/S -minoridad/S -minorista/S -minoritario/GS -minoritaria/S -minorita/S -minoro/a -minoró/a -mintiéndole/S -mintiéndome -mintiéndonos -mintiéndoos -mintiéndote -mintió/h -minucia/S -minuciosamente -minucioso/GSK -minuciosa/S -minuendo/S -minué/S -minuete/S -minúsculo/SG -minúscula/S -minusvalía/S -minusvalorar/RDE -minusvalore/SG -minusvalora/S -minutario/S -minutar/RDE -minute/GS -minuta/S -minutero/S -minutisa/S -minuto/S -miocardio/S -miocarditis -mioceno/GS -miocena/S -miodinia/S -miolema/S -mioma/S -mió/n -mio/O -miope/S -miopía/S -mío/S -miosis -miosota/S -miquelete/S -Miquelon -miquero/S -miquis -miraban/p -miraba/pS -mirabel/S -mirabolano/S -miradero/S -mirado/pS -mirador/SG -miradora/S -mirad/pG -miraglo/S -miraguano/S -miráis/p -miramelindos -miramos/p -miranda/S -mirando/p -miran/p -mira/p -miraran/p -mirarán/p -mirara/p -mirará/p -mirarás/p -miraren/p -miraré/p -mirare/pSG -miraría/pS -miraron/p -mirar/RÁÂÀÍÎÌøEôDPÙÛÅÄÆ -mirarse/p -mir/aS -mirasen/p -mirase/p -mirasol/S -miras/pS -miraste/p -miréis/p -miremos/p -miren/p -miré/p -mire/pGS -mirificar/ERD -mirifico/G -mirilla/S -miriñaque/S -miriópodo/S -mirística/S -mirlada/h -mirlado/hSG -mirlar/RPDE -mirle/GS -mirla/S -mirlo/S -mirobálano/S -mirobrigense/S -mirón/GS -miróna/S -miro/p -miró/p -mirrado/GS -mirrada/S -mirra/S -mirrauste/S -mirrino/GS -mirrina/S -mirtáceo/GS -mirtácea/S -mirtino/GS -mirtina/S -mirto/S -miruello/GS -miruella/S -mirza/S -misacantano/S -misal/S -misántropo/SG -misántropa/S -misa/pn -misario/S -misar/RQED -miscible/S -mise/G -miserablemente -miserable/S -miseración/fS -miserando/GS -miseranda/S -miserear/RDE -miseree/GS -miserea/S -miserere/S -miseria/S -misericordia/S -misericordiosamente -misericordioso/GS -misericordiosa/S -misero/GS -misera/S -mísero/SG -mísera/S -misil/S -misio/GS -misia/S -misional/S -misionario/S -misionar/RDE -misione/G -misionero/GS -misionera/S -misión/lSuop -misiva/p -misivo/pGS -mismamente -mismísimo/SG -mismísima/S -mismo/KGS -misoginia/S -miso/pGn -mis/S -miss/S -mistad/a -mista/fa -mistagogo/S -mistan/a -mistar/aRED -misté/a -miste/aSG -mistela/S -misten/a -míster -misterio/S -misteriosamente -misterioso/GS -misteriosa/S -místicamente -misticismo/S -místico/GS -mística/S -mistificar/REDA -mistifico/G -mistifori/S -mistión/S -mistó/a -misto/fGa -mistral/S -misturar/RED -misturero/GS -misturera/S -misture/SG -mistura/S -mitadenco/S -mitad/S -mita/lup -mitayo/S -mítico/GS -mítica/S -mitificad/h -mitifica/h -mitificándolo/GS -mitificándola/S -mitifican/h -mitificar/hREÀD -mitificó/h -mitifico/hG -mitifique/h -mitifiqué/h -mitigador/GS -mitigadora/S -mitigar/REDÀ -mitigativo/SG -mitigativa/S -mitigatorio/GS -mitigatoria/S -mitigo/G -mitín -mítines -mitin/S -mitología/S -mitológico/GS -mitológica/S -mitologista/S -mitólogo/GS -mitóloga/S -mito/luGp -mitón/S -mitos/a -mitosis/a -mitote/S -mitral/S -mitrar/RDE -mitre/SG -mitra/S -mitridatismo/S -mitridato/SO -mixedema/S -mixtificar/RAED -mixtifico/G -mixtifori/S -mixtilíneo/GS -mixtilínea/S -mixtión/S -mixto/GS -mixta/S -mixturar/RDE -mixture/GS -mixtura/S -mixturero/GS -mixturera/S -mizo/S -miz/SG -miza/S -mm -mnemotecnia/S -moabita/S -moaré/S -moa/S -mobiliaria/k -mobiliario/kGS -moblaje/S -moblar/aI -mocador/S -mocárabe/S -mocar/RED -mocarro/GS -mocarra/S -mocasín/S -mocear/RDE -mocee/SG -mocea/S -moceril/S -mocero/S -mocete/S -mochad/ha -mocha/H -mochales -mochan/ha -mochar/aRhDE -moché/ah -mochen/ha -moche/SGha -mocha/S -mochete/GS -mocheta/S -mochilero/GS -mochilera/S -mochil/GS -mochila/S -mochillero/S -mochó/ah -mocho/Sp -mochuelo/S -mocil/S -moción/oSpfd -mocito/GS -mocita/S -moco/NGS -moca/S -mocoso/GS -mocosa/S -modal/KS -moda/O -modelador/GS -modeladora/S -modelar/RÄÁED -modele/GS -modela/S -modélico/GS -modélica/S -modelista/S -modelo/S -módem -moderada/k -moderadamente/k -moderado/kSG -moderador/GS -moderadora/S -moderante/SO -moderantismo/S -moderar/ARED -moderativo/SG -moderativa/S -moderatorio/GS -moderatoria/S -modere/GS -modera/S -modernamente -modernice/S -modernismo/S -modernista/S -modernizador/GS -modernizadora/S -modernizar/RÁAôDøE -modernizo/G -moderno/KGS -modesta/k -modestamente/k -modestia/Sk -modesto/kSG -modicidad/S -módico/SG -módica/S -modificable/Sk -modificador/GS -modificadora/S -modificante/S -modificar/READÁ -modificativo/GS -modificativa/S -modificatorio/GS -modificatoria/S -modifico/G -modillón/S -modio/S -modismo/S -modista/N -modisto/GS -modista/S -modo/GS -moda/S -modorrad/a -modorra/N -modorran/a -modorrar/aRED -modorré/a -modorre/aGS -modorren/a -modorró/a -modorro/N -modoso/GSK -modosa/S -modrego/S -modulador/SG -moduladora/S -modular/RDÀEA -module/GS -modula/S -módulo/S -moduloso/GS -modulosa/S -moer/S -mofador/SG -mofadora/S -mofar/REDB -mofe/GS -mofa/S -mofeta/S -moflear/RED -moflee/SG -moflea/S -moflete/S -mofletudo/SG -mofletuda/S -moflir -mogataz/S -mogate/SG -mogata/S -mogato/S -mogol/GS -mogola/S -mogólico/GS -mogólica/S -mogollón/SG -mogollóna/S -mogote/S -mogrollo/S -mohada/S -moharrache/S -moharracho/S -moharra/S -mohatrar/RED -mohatrero/GS -mohatrera/S -mohatre/SG -mohatra/S -mohece/aSi -moheced/ai -mohecen/ai -mohecer/aIRiLD -mohecí/ai -mohecía/ia -moheció/ia -mohedal/S -moheda/S -moheño/SG -moheña/S -mohezca/ai -mohezco/ai -mohína/aS -mohindad/S -mohíno/GS -mohína/S -moho/S -mohosa/a -mohoso/Ga -mohosos -moisés -mojador/SG -mojadora/S -mojad/p -mojadura/S -mojama/aS -mojándome -mojándonos -mojándoos -mojándote -mojan/p -mojaos -moja/p -mojarle/S -mojar/pREDÁÀ -mojarra/SN -mójate -moje/GpS -mojeles/a -mojel/S -mojémonos -mojen/p -mójense -mojé/p -mojera/S -mójese -mojete/S -mojiganga/S -mojigata/M -mojigato/GS -mojigata/S -mojina/S -mojinete/S -mojí/S -mojona/a -mojonad/a -mojonan/a -mojonar/RaDE -mojoné/a -mojone/aSG -mojonen/a -mojonero/GS -mojonera/S -mojono/a -mojonó/a -mojón/SG -mojóna/S -mojó/p -mojo/pS -molaba/aS -molad/aGk -molada/h -molado/aShG -moláis/a -mola/k -molan/k -molara/a -molará/a -molaré/a -molare/aSG -molares/pn -molar/RkDE -molase/aS -molda/ap -moldad/ap -moldan/ap -moldar/pRaDE -Moldavia -moldavo/GS -moldava/S -moldeador/GS -moldeadora/S -moldear/ÄRDPEÁÀ -molde/aSGp -moldee/SG -moldea/S -molden/ap -moldeo/S -moldé/pa -moldo/ap -moldó/pa -moldurar/RED -moldure/GS -moldura/S -mole/aSk -molecular/S -molécula/S -moledero/GS -moledera/S -moledor/gGS -moled/pg -moledura/S -moléis/a -molé/ka -molendero/GS -molendera/S -molen/k -molerla/g -molerle/GS -molerla/S -molerlo/gSG -molerme/g -molernos -molero/S -moleros/g -moler/pRgLDI -molerte/g -molestador/SG -molestadora/S -molestamente -molestar/RDEÁÀÂÌÎÍÅÄ -moleste/GS -molesta/S -molestia/S -molesto/S -moleta/S -mol/GLS -molía/pg -molibdeno/S -molicie/S -moliendo/G -moliéndolo/GS -moliéndola/S -moliente/S -molificable/S -molificar/RED -molificativo/GS -molificativa/S -molifico/G -molimiento/S -molinada/pS -molinar/pS -molinero/GS -molinera/S -molinetear/RDE -molinetee/GS -molinetea/S -molinete/S -molinismo/S -molinista/S -molino/LNS -molinosismo/S -molinosista/S -molinos/p -molió/gp -molí/pg -molla/a -mollar/Sa -mollear/RDE -molle/aSG -molledo/S -mollee/SG -mollea/S -mollejo/GS -molleja/S -mollero/GS -mollera/S -molletero/SG -molletera/S -mollete/SG -molleta/S -molletudo/SG -molletuda/S -mollificar/RED -mollifico/G -mollinear/RDE -mollinee/SG -mollinea/S -mollino/GS -mollina/S -mollir -molliznar/ERD -molliznear/RDE -molliznee/GS -molliznea/S -mollizne/GS -mollizna/S -moló/ka -molo/kG -molondro/GS -molondra/S -molón/pSG -moloso/GS -molosa/S -molotov -molso/GS -molsa/S -molturar/RDE -molture/GS -moltura/S -molusco/S -momear/RDE -momee/SG -momea/S -momentáneamente -momentáneo/GS -momentánea/S -momentito/S -momento/S -momero/GS -momera/S -momificar/RED -momifico/G -momio/SG -momia/S -momo/aS -momperada/S -mona/aS -monacal/S -monacato/S -monacillo/S -Mónaco -monacordio/S -monada/aS -monadelfos -monago/NS -monaquismo/S -monarca/S -monarquía/OS -monárquico/GS -monárquica/S -monarquismo/S -monasterial/S -monasterio/S -monástico/GS -monástica/S -mondaderas -mondadientes -mondador/GS -mondadora/S -mondad/pi -mondadura/S -mondan/pi -mondaorejas -monda/pi -mondapozos -mondarajas -mondarme -mondarnos -mondaros -mondar/piRDE -mondarte -mondé/ip -mondejo/S -monden/pi -monde/pGSi -mondó/ip -mondongo/GS -mondonga/S -mondonguero/GS -mondonguera/S -mondo/pi -mondos -monear/RDE -moneda/a -monedad/a -monedaje/S -monedan/a -monedar/aRDE -monedé/a -monedear/RED -monedee/GS -monedea/S -moneden/a -monedero/S -monede/SGa -moneda/S -monedo/a -monedó/a -monee/SG -monea/S -monesco/GS -monesca/S -monetario/GS -monetaria/S -moneticé/h -monetice/hS -moneticen/h -monetizad/h -monetiza/h -monetizan/h -monetizar/RhDE -monetizó/h -monetizo/hG -monfortino/SG -monfortina/S -Mongolia -mongólico/GS -mongólica/S -mongolismo/S -mongoloide/S -mongol/OS -mongo/S -moniato/S -monicaco/S -monición/nS -monigote/S -monipodio/S -monismo/S -monista/S -monitoria/n -monitorio/GnS -monitor/SGn -monitora/S -monje/SG -monja/S -monjil/S -monjita/S -monoceronte/S -monocerote/S -monoclonal/S -monocloroacético/S -monocordio/S -monocromático/GS -monocromática/S -monocromo/SG -monocroma/S -monocular/S -monóculo/SG -monócula/S -monocultivo/S -monodia/S -monofilo/GS -monofila/S -monofisismo/S -monofisita/S -monogamia/S -monógamo/GS -monógama/S -monogenismo/S -monogenista/S -mono/GLNS -monográfico/SG -monográfica/S -monografista/S -monograma/S -monoico/GS -monoica/S -monolítico/GS -monolítica/S -monolito/S -monologar/RED -monologo/G -monólogo/S -monomaniaco/GS -monomaniaca/S -monomanía/S -monomaquia/S -monometalismo/S -monometalista/S -monomiario/S -monomio/S -monona/S -monopastos -monopatín/S -monoplano/S -monopólica/c -monopolice/S -monopólico/GcS -monopolio/S -monopolista/S -monopolizador/SG -monopolizadora/S -monopolizar/REDÀ -monopolizo/G -monoptongar/RED -monoptongo/G -monorquidia/S -monorrimo/SG -monorrima/S -monosabio/S -monosilábico/GS -monosilábica/S -monosílabo/GS -monosílaba/S -monospastos -monospermo/GS -monosperma/S -monoteísta/S -monotelismo/S -monotelita/S -monote/S -monotipia/S -monotipo/S -monotonía/S -monótono/SG -monótona/S -monotrema/S -monovalente/S -monovero/GS -monovera/S -monseñor/S -monserga/S -monstruo/S -monstruosamente -monstruoso/SGK -monstruosa/S -montaba/huSai -montabais/uh -montábamos/u -montaban/uhi -montacargas -montadero/S -montad/hGpuai -montado/huSai -montador/GS -montadora/S -montadura/Sh -monta/hC -montáis/auhi -montamos/uhi -montándose/u -montando/uhi -montanear/RDE -montanee/GS -montanea/S -montanero/SG -montanera/S -montanismo/S -montanista/S -montano/GS -montana/S -montan/puahi -montantear/RDE -montantee/GS -montantea/S -montantero/S -montante/S -montaña/S -montañés/GS -montañésa/S -montañoso/GS -montañosa/S -montaos -montara/haui -montará/huia -montarais/hu -montáramos/u -montarán/ihu -montaran/uhi -montarás/ihu -montaraz/GS -montaraza/S -montaré/huia -montare/huSGai -montareis/hu -montaréis/uh -montaremos/u -montáremos/u -montaren/uhi -montaríais/u -montaría/iSuh -montaríamos/u -montarían/uh -montarla/h -montarle/hGS -montarlo/hS -montármelo/GS -montármela/S -montárnoslo/GS -montárnosla/S -montaron/uhi -montároslo/GS -montárosla/S -montar/pÀÂÁRøÅDE -montárselo/GS -montársela/S -montarse/uhi -montártelo/GS -montártela/S -montase/haui -montaseis/hu -montásemos/u -montasen/uhi -montasteis/u -montaste/uhi -montas/uShai -móntate -montazga/a -montazgad/a -montazgan/a -montazgar/aRDE -montazgó/a -montazgo/Ga -montazgue/a -montazgué/a -monteador/S -montear/RDE -montee/GS -montea/S -monté/ipauh -montéis/auhi -monteleva/S -montemos/hui -montenegrino/SG -montenegrina/S -Montenegro -monten/puahi -monte/pGSuhai -montera/N -monterero/GS -monterera/S -montero/GSL -montera/S -monterrey/S -montesco/S -montés/G -montesino/SG -montesina/S -montes/S -montevideano/SG -montevideana/S -montículo/S -montillano/GS -montillana/S -montilla/S -monto/huapi -montó/ipauh -montonero/GS -montonera/S -montones/a -montón/S -montoso/GS -montosa/S -Montserrat -montuno/GS -montuna/S -montuoso/GSK -montuosa/S -montura/S -monuelo/GS -monuela/S -monumentalice/S -monumentalizar/RDE -monumentalizo/G -monumental/S -monumento/S -moña/h -moño/hG -moños -moñudo/GS -moñuda/S -moquear/RDE -moquee/SG -moquea/S -moque/pS -moquero/S -moqueta/i -moquetear/RDE -moquetee/GS -moquetea/S -moquete/iGS -moquetes/p -moquita/S -moquitear/ERD -moquitee/GS -moquitea/S -morabetino/S -morabito/S -morabuto/S -moráceo/SG -morácea/S -moracho/GS -moracha/S -morad/g -morador/SG -moradora/S -moradura/S -moradux -mora/g -moraga/aS -morago/GS -moraga/S -moral/aSck -moraleja/S -moralicé/h -moralice/hS -moralicen/h -moralidad/S -moralina/S -moralista/S -moralizad/h -moralizador/SGh -moralizadora/S -moraliza/h -moralizan/h -moralizar/hRDE -moralizó/h -moralizo/hG -moralmente -moran/g -mor/aNS -moranza/S -morapio/S -morar/RgED -moratiniano/GS -moratiniana/S -moratón/S -moratoria/S -morato/S -moravo/GS -morava/S -morbidez/S -mórbido/SG -mórbida/S -morbilidad/S -morbo/S -morboso/GSK -morbosa/S -morca/a -morcacho/S -morcad/a -morcajo/S -morcan/a -morcar/RaDE -morceguila/S -morcella/S -morceña/S -morciguillo/S -morcillero/GS -morcillera/S -morcillo/G -morcó/a -morco/Ga -morcón/S -morcuero/S -mordaces/ai -mordáis/p -mordamos/p -mordante/S -mordaza/aSi -mordaz/GSK -mordaza/S -mordazmente -mordedor/pSG -morded/p -mordéis/p -mordemos/p -mordente/S -morderán/p -morderá/p -morderás/p -morder/DRÃPLÁÂÀÎÍÅÆÄÒÑIB -morderé/p -mordería/pS -morderse/p -mordíais/p -mordían/p -mordía/pS -mordicante/S -mordicar/RED -mordicativo/SG -mordicativa/S -mordico/G -mordida/p -mordido/pSG -mordiente/S -mordiera/p -mordiere/pGS -mordiese/pS -mordimos/p -mordió/p -mordí/p -mordiscar/RDE -mordisco/GS -mordisca/S -mordisquear/RÀÂDEÆ -mordisquee/GS -mordisquea/S -mordiste/p -moreda/S -moré/g -more/GgS -moreliano/GS -moreliana/S -morellano/GS -morellana/S -morenero/S -moren/g -morenito/S -moreno/GSN -morena/S -moreral/S -morera/LS -moretón/S -morfa/a -morfea/S -morfema/S -morfina/S -morfinismo/S -morfofonológico/SG -morfofonológica/S -morfología/S -morfológico/GS -morfológica/S -morfo/SGa -morfa/S -morga/S -morgue/S -moría/n -moribundo/GS -moribunda/S -moriche/S -morid/n -moriego/GS -moriega/S -morigerar/RED -morigere/SG -morigera/S -morilla/a -morillero/S -morillo/aG -morillos -morí/n -moringa/S -moriondo/GS -morionda/S -moríos/a -morirme -morirnos -moriros -morirte -morir/Xn -morisco/GS -morisca/S -morisma/S -morís/n -morisqueta/S -morito/S -morlaco/GS -morlaca/S -morlés/S -mormonismo/S -mormón/SG -mormóna/S -mormullar/RDE -mormulle/GS -mormulla/S -morocada/S -morocho/GS -morocha/S -moro/g -moró/g -morojo/S -moroncho/GS -moroncha/S -morondanga/S -morondo/GS -moronda/S -moros -morosa/ga -morosamente/a -morosidad/S -moroso/GSag -morosa/S -morque/a -morqué/a -morquera/S -morrada/aS -morralla/S -morral/S -morra/N -morras/a -morrear/RED -morree/GS -morrea/S -morrena/S -morreo/S -morreras -morrión/S -morrocota/S -morrocotudo/GS -morrocotuda/S -morrocoyo/S -morroncho/GS -morroncha/S -morrones/a -morrongo/GS -morronga/S -morrón/S -morro/NSG -morra/S -morrudo/GS -morruda/S -morsana/S -morse/G -mortadela/S -mortajar/a -mortaja/Sa -mortaldad/S -mortalmente/k -mortal/SkK -mortandad/S -mortecino/GS -mortecina/S -morterada/S -morterete/S -mortero/GS -mortera/S -morteruelo/S -mortífero/SG -mortífera/S -mortificada/k -mortificado/kGS -mortificador/SG -mortificadora/S -mortificar/ÁÀREADÅÄ -mortifico/G -mortiguar/a -mortinato/GS -mortinata/S -mortuorio/GS -mortuoria/S -morucho/S -morueco/S -moruno/GS -moruna/S -moruro/S -morusa/S -mosaico/GS -mosaica/S -mosca/a -moscabado/S -moscad/a -moscan/a -moscarda/S -moscardear/ERD -moscardee/SG -moscardea/S -moscardón/S -moscareta/S -moscar/RaED -moscatel/S -moscella/S -moscó/a -mosco/aG -mosconear/RED -mosconee/SG -mosconea/S -moscón/GS -moscóna/S -moscos -moscovita/S -mosolina/S -mosque/a -mosqué/a -mosqueador/S -mosquead/p -mosquean/p -mosquea/p -mosquearme -mosquearnos -mosquearos -mosquear/pRED -mosquearte -mosquee/GpS -mosqueen/p -mosqueé/p -mosqueo/p -mosqueó/p -mosquerola/S -mosquero/S -mosqueruela/S -mosqueta/LH -mosqueteril/S -mosquetero/S -mosquete/SG -mosqueta/S -mosquiles/a -mosquil/S -mosquino/GS -mosquina/S -mosquitero/GS -mosquitera/S -mosquito/GS -mosquita/S -mostacero/GS -mostacera/S -mostachón/S -mostacho/S -mostachoso/GS -mostachosa/S -mostacilla/S -mostajo/S -mostaza/a -mostazal/S -mostazo/aG -mostear/RDE -mostee/SG -mostea/S -moste/hpi -mostela/S -mostelera/S -mostellar/S -mostense/S -mosto/NHS -mostraba/ganS -mostrabais/n -mostraban/ng -mostrable/gS -mostradme/g -mostrad/ngGa -mostrado/ganS -mostrador/SGg -mostradora/S -mostráis/gan -mostramos/ng -mostrando/ng -mostrara/gan -mostrará/gna -mostrarais/n -mostrarán/gn -mostraran/ng -mostrarás/gn -mostrar/ÇRøIÝßùÞDôàÃÑõÍÁÂÀÅÄ -mostrare/ganGS -mostraré/gna -mostrareis/n -mostraréis/n -mostraren/ng -mostrarían/n -mostraría/nSg -mostrarla/g -mostrarle/gSG -mostrarlo/gS -mostrarme/g -mostraron/ng -mostraros/g -mostrarse/ng -mostrarte/g -mostrase/ganS -mostraseis/n -mostrasen/ng -mostraste/ng -mostrativa/g -mostrativo/gGS -mostréis/gan -mostremos/gn -mostré/nag -mostrenco/GS -mostrenca/S -mostró/nag -motacila/S -mota/hpi -motear/RDE -motee/GS -motea/S -mote/hSi -motejar/RED -moteje/SG -moteja/S -motel/S -motero/GS -motera/S -motete/S -motilar/RDE -motil/KSG -motines/a -motín/S -motivación/S -motivada/k -motivad/h -motivado/kSG -motivador/GS -motivadora/S -motiva/h -motivándome -motivándonos -motivándoos -motivándote -motivan/h -motivarle/GS -motivarla/S -motivarlo/S -motivarme -motivarnos -motivaros -motivar/RhDE -motivarte -motivé/h -motive/hSG -motiven/h -motivo/h -motivó/h -motivos -motocicleta/S -motociclista/S -moto/hpi -motolito/GS -motolita/S -motonave/S -motón/S -motor/eGoSd -motorice/S -motorismo/S -motorista/S -motorizar/RAED -motorizo/G -motos/p -motriz/dS -movámonos -moved/fapo -movedizo/GS -movediza/S -movedor/fGSo -movedura/S -moveos -moverme/fpo -movernos/fo -moveros/fpo -mover/pRIoaDfL -moverte/fpo -movía/opaf -movible/aS -moviéndome -moviéndonos -moviéndoos -moviéndote -moviente/S -móvil/dSk -movilicé/kh -movilice/kSh -movilicen/kh -movilidad/kaS -movilización/S -movilizad/kh -moviliza/kh -movilizándome -movilizándonos -movilizándoos -movilizándote -movilizan/kh -movilizar/hRDkE -movilizarme/k -movilizarnos -movilizaros/k -movilizarte/k -movilizo/kGh -movilizó/kh -movimiento/S -moví/oafp -movió/opaf -moxa/S -moxte -moyana/S -moyo/GS -moya/S -moyuelo/S -mozalbete/S -mozalbillo/S -Mozambique -moza/pS -mozcorra/S -mozo/KGS -mozuelo/GS -mozuela/S -mu -muaré/S -muceta/S -muchachada/aS -muchacha/M -muchachear/RDE -muchachee/GS -muchachea/S -muchachil/S -muchacho/GS -muchacha/S -muchedumbre/S -muchiguar/a -muchísimo/GS -muchísima/S -mucho/GS -mucha/S -mucilaginoso/GS -mucilaginosa/S -mucilago/S -mucílago/S -muco/G -mucoso/GSK -mucosa/S -mucronato/GS -mucronata/S -mudable/kS -mudadizo/GS -mudadiza/S -mudad/upg -mudándome -mudándonos -mudándoos -mudándote -mudan/upg -mudanza/S -muda/pgu -mudarme -mudarnos -mudaros -mudarte -mudar/uRgpDE -mudeces/i -mudéjar/S -muden/upg -mude/uGSpg -mudé/upg -mudez/S -mudo/pgu -mudos -mudó/upg -muebla/C -mueblad/a -mueblar/RaD -mueblé/a -mueble/akS -mueblista/S -mueblo/a -muebló/a -mueca/S -muela/apg -muelan/a -muelar/aS -muele/aSGpg -muelen/a -muelle/CS -muelo/apg -muera/n -muéranse -muérase -muérdago/S -muerdan/p -muerda/p -muerden/p -muerde/pSG -muerdisorbe/S -muerdo/p -muere/n -muérete -muérgano/S -muergo/S -muermo/S -muermoso/GS -muermosa/S -muero/n -muer/SG -muera/S -muerta/n -muerte/SG -muerta/S -muerto/SnG -mue/S -múes -muescar/RED -muesco/G -mueso/S -muestra/ag -muéstrame/g -muestran/ag -muestrario/S -muestre/aSGg -muestren/ag -muestreo/S -muestro/ag -mueva/foap -muévalo/GS -muévala/S -muévanlo/GS -muévanla/S -muévanse -muévase -mueve/foap -muévete -muevo/foap -mufle/SG -mufla/S -muflir/ERD -mugad/p -mugan/p -muga/p -mugar/pRDE -muge/GS -muga/S -mugidor/SG -mugidora/S -mugir/RED -mugó/p -mugo/pG -mugor/S -mugre/hS -mugriento/SG -mugrienta/S -mugrones/a -mugrón/S -mugroso/GS -mugrosa/S -mugue/p -mugué/p -muguet -muguete/S -muharra/S -muí -muir/XD -mujada/S -mujalata/S -mujercilla/S -mujeriego/GS -mujeriega/S -mujeril/S -mujerona/S -mujer/S -mujerzuela/S -mujo/G -mújol/S -muladar/S -mulada/Sa -mula/N -mular/Sa -mulatero/S -mulatice/S -mulatizar/RED -mulatizo/G -mulato/GS -mulata/S -múleo/S -mulero/S -muletada/S -muleta/N -muletero/S -muletillero/GS -muletillera/S -muleto/GS -muleta/S -muletón/S -muletos/a -mulla/hp -mullan/ph -mullen/ph -mulle/pGSh -mullía/ph -mullicar/RDE -mullico/G -mullidor/GS -mullidora/S -mullid/ph -mullí/ph -mullir/RhpDE -mullís/ph -mullo/hp -mulló/ph -mulo/Ga -mulos -mulso/SG -mulsa/S -multar/RDÂÀE -multe/SG -multa/S -multicaule/S -multicolor/S -multicopiar/RDE -multicopie/SG -multicopia/S -multicopista/S -multidisciplinario/GS -multidisciplinaria/S -multifloro/GS -multiflora/S -multiforme/S -multilateral/S -multimillonario/GS -multimillonaria/S -multinacional/S -múltipla/s -múltiple/GS -múltipla/S -multiplicable/S -multiplicación/S -multiplicad/h -multiplicador/GS -multiplicadora/S -multiplica/h -multiplicándolo/SG -multiplicándola/S -multiplicándome -multiplicándonos -multiplicándoos -multiplicando/S -multiplicándote -multiplican/h -multiplicaos -multiplicar/hRDE -multiplicarlo/GS -multiplicarla/S -multiplicarme -multiplicarnos -multiplicaros -multiplicarte -multiplícate -multiplicativo/GS -multiplicativa/S -multiplicidad/S -multiplicó/h -multiplico/hG -multiplique/h -multipliqué/h -multipliquémonos -multiplíquense -multiplíquese -múltiplo/sGS -multipolar/S -multipropiedad/S -multitudinario/GS -multitudinaria/S -multitud/S -multiuso/S -mundanal/SK -mundanear/RDE -mundanee/SG -mundanea/S -mundano/GS -mundana/S -mundial/S -mundicia/Sk -mundificar/RDE -mundificativo/GS -mundificativa/S -mundifico/G -mundillo/S -mundinovi/S -mundonuevo/S -mundo/sSk -municiona/a -municionad/a -municionamiento/S -municionan/a -municionar/RaDE -municioné/a -municione/aGS -municionen/a -municiono/a -municionó/a -munición/SG -municióna/S -municipalice/S -municipalizar/RED -municipalizo/G -municipal/KS -municipio/S -munificencia/S -munitoria/S -muñeca/N -muñeco/GS -muñeca/S -muñe/GS -muña/S -muñequear/RDE -muñequee/GS -muñequea/S -muñidor/S -muñir/RED -muñón/S -muque/S -muquir/RDE -mura/anS -murad/a -muradal/S -murajes -mural/bS -muralla/aS -murallón/S -murámonos -muran/a -murar/aDRE -murceguillo/S -murceo/S -murciano/GS -murciana/S -murciar/RED -murciégalo/S -murciélago/S -murcielaguina/S -murcie/SG -murcia/S -murcigallero/S -murciglero/S -muré/a -mure/aSG -muren/a -murena/S -murga/S -mur/GSN -mura/S -murguista/S -murgular -muriacita/S -muria/S -muriático/S -muriato/S -múrice/S -muriéndome -muriéndonos -muriéndoos -muriéndote -murió/n -murmujear/RED -murmujee/GS -murmujea/S -murmullar/RDE -murmulle/SG -murmulla/S -murmullo/S -murmurador/GS -murmuradora/S -murmurar/RÆEDA -murmurear -murmure/GS -murmura/S -murmureo/S -murmurio/S -muró/a -muro/Sb -murtal/S -murta/NS -murtina/S -murueco/S -musáceo/SG -musácea/S -musar/E -musca/a -muscaria/S -musco/GSa -musca/S -musculares/l -muscular/RDE -musculatura/S -muscule/GS -muscula/S -músculo/S -musculoso/GS -musculosa/S -muse/G -muselina/S -museo/S -muserola/S -musga/pSa -musgo/GS -musga/S -musgoso/SG -musgosa/S -musical/KS -musicalmente -musicastro/S -músico/SG -música/S -musiquero/S -musir/RED -musitar/RDÆE -musite/GS -musita/S -musivo/S -muslime -muslim/S -muslo/S -muso/a -musquerola/S -mus/S -mustaco/S -mustela/S -mustélido/SG -mustélida/S -mustiad/ai -mustia/ia -mustiamente -mustian/ai -mustiar/aRDiE -mustié/ai -mustie/aSGi -mustien/ai -mustió/ai -mustio/ia -mustios -musulmán/GS -musulmána/S -mutabilidad/S -mutable/uSfk -mutación/uSf -mutad/ukf -muta/fuk -mutante/S -mutan/ukf -mutar/uRDkEf -muten/ukf -mute/uGSkf -muté/ukf -mutilador/GS -mutiladora/S -mutilar/RADE -mutile/SG -mutila/S -mutismo/S -mutis/O -muto/fuk -mutó/ukf -mutualismo/S -mutualista/S -mutual/SOK -mutuamente -mutuante/S -mutuario/GS -mutuaria/S -mutuatario/SG -mutuataria/S -mutuo/GS -mutua/S -muy/S -Myanmar -nabab -nababo/S -nababs -naba/jSle -nabal/S -nabar/S -nabateo/GS -nabatea/S -nabato/S -nabina/S -nabiza/S -nabla/S -nabo/GS -naba/S -nacarado/GS -nacarada/S -nacarino/GS -nacarina/S -nácar/S -naced/p -nacela/S -nacen/p -nace/pS -nacer/RpPLID -nacho/GS -nacha/S -nacianceno/GS -naciancena/S -nacía/p -nacida/b -nacido/bSG -Naciente -naciente/FS -nacional/flS -nacionalicé/hl -nacionalice/hlS -nacionalicen/hl -nacionalidad/Sl -nacionalismo/Sl -nacionalista/Sl -nacionalización/lS -nacionalizad/hl -nacionaliza/hl -nacionalizan/hl -nacionalizar/REhlD -nacionalizo/hGl -nacionalizó/hl -nacionalmente -nacionalsocialismo/S -nacionalsocialista/S -nación/S -nació/p -nací/p -nacre/S -nacrita/S -nadadero/GS -nadadera/S -nadador/GS -nadadora/S -nadad/r -nada/LN -nadan/r -nadar/RrDE -naden/r -nadé/r -nade/rSG -nadie/S -nadir/S -nado/jGrle -nadó/r -nafrar/RED -nafre/aS -nafro/G -naftaleno/S -naftalina/S -nafta/S -nagua/S -naguatlato/GS -naguatlata/S -nahua/S -naife/S -nailon/S -naipera/S -naipe/S -naipesco/GS -naipesca/S -naire/S -naja/S -najerano/GS -najerana/S -najerino/GS -najerina/S -nalgada/S -nalgar/S -nalga/S -nalgatorio/S -nalgudo/GS -nalguda/S -nalguear/RDE -nalguee/GS -nalguea/S -na/loejbt -Namibia -namorar/RDE -namore/GS -namora/S -nana/S -nanear/RDE -nanee/SG -nanea/S -nanita/S -nansa/S -nantar/RED -nante/SG -nanta/S -naonato/GS -naonata/S -nao/S -napa/S -napelo/S -napeo/SG -napea/S -napias -napoleónico/GS -napoleónica/S -napoleón/S -napolitano/SG -napolitana/S -naque/S -naranjada/a -naranjado/aGS -naranjal/S -naranja/N -naranjero/GS -naranjera/S -naranjo/GS -naranja/S -narbonense/S -narbonés/GS -narbonésa/S -narcisismo/S -narcisista/S -narciso/OS -narcosis -narcotice/S -narcótico/SG -narcótica/S -narcotina/S -narcotismo/S -narcotizador/SG -narcotizadora/S -narcotizar/RDE -narcotizo/G -narcotraficante/S -nardino/GS -nardina/S -nardo/S -nares/jle -narguile/S -narigón/SG -narigóna/S -narigudo/GS -nariguda/S -nariguera/S -narigueto/GS -narigueta/S -nariguilla/S -narizón/SG -narizóna/S -narizotas -nariz/S -narrable/S -narrador/GS -narradora/S -narrar/RÁÂÀÃEADÆ -narrativo/GS -narrativa/S -narratorio/GS -narratoria/S -narre/SG -narra/S -narria/S -narval/S -narvaso/S -nasalice/S -nasalizar/RDE -nasalizo/G -nasal/KS -nasardo/S -nascer -naso/GS -nasa/S -nastuerzo/S -nasudo/SG -nasuda/S -natación/S -nata/kh -natales/n -natalicio/SG -natalicia/S -natal/KS -natatorio/SG -natatoria/S -natillas -nativo/KSG -nato/hGk -natos/k -natrón/S -naturaleza/S -natural/fSrck -naturalicé/fh -naturalicen/fh -naturalice/Sfh -naturalidad/S -naturalismo/S -naturalista/S -naturalización/S -naturalizad/fh -naturaliza/hf -naturalizan/fh -naturalizar/hRfDE -naturalizó/fh -naturalizo/Gfh -naturalmente/rf -natura/S -naturismo/S -naturista/S -naufragar/RED -naufragio/S -naufrago/G -náufrago/GS -náufraga/S -naumaquia/S -Nauru -nauseabundo/GS -nauseabunda/S -nausear/RED -náusea/S -nauseativo/GS -nauseativa/S -nausee/GS -nausea/S -nauseoso/GS -nauseosa/S -nauta/Sl -náutico/GS -náutica/S -nautilo/S -navacero/GS -navacera/S -nava/H -navajada/S -navaja/H -navajero/GS -navajera/S -navajón/SH -navajo/SG -navaja/S -naval/S -navanco/S -navarca/S -navarrisco/SG -navarrisca/S -navarroaragonés/SG -navarroaragonésa/S -navarro/GS -navarra/S -navegable/JS -navegables/k -navegador/GS -navegadora/S -navegante/S -navegar/RDEA -navego/G -nave/NGS -nava/S -naveta/S -naviculario/S -navicular/S -navidad/S -navideño/GS -navideña/S -naviero/GS -naviera/S -navío/S -náyade/S -nayuribe/S -nazareno/GS -nazarena/S -nazareo/GS -nazarea/S -nazarí -nazaríes -nazarita/S -nazca/p -nazco/p -nazi/S -nea -nearca/S -nébeda/S -nebladura/S -neblina/S -neblinoso/GS -neblinosa/S -neblí/S -nebular/S -nebulice/S -nebulizar/RDE -nebulizo/G -nebuloso/KGS -necear/RDE -necedad/S -necee/SG -necea/S -necesaria/k -necesariamente/k -necesario/kGS -neceser/S -necesidad/S -necesitar/RÁÂÀÅDE -necesite/GS -necesita/S -necia/iS -neciamente -necio/SG -necia/S -nécora/S -necrofilia/S -necróforo/GS -necrófora/S -necrología/S -necrológico/GS -necrológica/S -necromancia/S -necropsia/S -necroscopia/S -necrosis -nectáreo/GS -nectárea/S -nectarino/GS -nectarina/S -nectario/S -néctar/S -neerlandés/GS -neerlandésa/S -nefandario/SG -nefandaria/S -nefando/GS -nefanda/S -nefasto/GS -nefasta/S -nefelismo/S -nefrítico/GS -nefrítica/S -nefritis -negable/akS -negación/S -negad/hgpa -negadlo/GS -negadla/S -negador/GSp -negadora/S -negamiento/S -negándome -negándomelo/GS -negándomela/S -negándonos -negándonoslo/GS -negándonosla/S -negándoos -negándooslo/GS -negándoosla/S -negándoselo/GS -negándosela/S -negándote -negándotelo/GS -negándotela/S -negaos -negar/hRapgD -negarme -negarnos -negaros -negarte -negativamente -negativo/GS -negativa/S -negligente/FS -negligentemente -negociable/S -negociador/GS -negociadora/S -negociante/S -negociar/RADÀE -negocie/GS -negocia/S -negocio/S -negocioso/GS -negociosa/S -negó/hagp -negozuelo/S -negra/g -negral/S -negread/p -negrean/p -negrea/p -negrear/pRED -negreced/ig -negrece/iSg -negrecen/ig -negrecer/LRgiID -negrecía/ig -negrecí/ig -negreció/ig -negree/GSp -negrea/S -negreen/p -negreé/p -negregar/RED -negrego/G -negreguear/RDE -negreguee/GS -negreguea/S -negregura/S -negreo/p -negreó/p -negrero/GS -negrera/S -negrestino/SG -negrestina/S -negrete/GS -negreta/S -negrezca/ig -negrezco/ig -negrillera/S -negrillo/GS -negrilla/S -negrito/GS -negrita/S -negrizco/GS -negrizca/S -negro/gG -negroide/GS -negroida/S -negror/S -negros -negrota/S -negrura/S -negruzco/GS -negruzca/S -neguémonos -negué/pgha -neguilla/S -negundo/S -negus -neis -neja/a -nejayote/S -neldo/aS -ne/lpej -nelumbio/S -nelumbo/S -nema/S -nematelminto/S -nematodo/S -nembrar -nemeo/SG -nemea/S -nemoroso/GS -nemorosa/S -nemotecnia/S -nene/GS -nena/S -nen/ejl -nenia/S -nenúfar/S -neo/aG -neocatolicismo/S -neocatólico/SG -neocatólica/S -neoclasicismo/S -neodimio -neófito/GS -neófita/S -neogranadino/GS -neogranadina/S -neolatino/GS -neolatina/S -neolítico/GS -neolítica/S -neologismo/S -neomenia/S -neonatal/S -neón/S -neoplasia/S -neoplásico/GS -neoplásica/S -neoplatonicismo/S -neoplatónico/SG -neoplatónica/S -neoplatonismo/S -neopositivismo/S -neorama/S -neos -neoyorquino/GS -neoyorquina/S -Nepal -nepente/S -neperiano/S -nepote/OS -nepotismo/S -neptuniano/SG -neptuniana/S -neptúnico/SG -neptúnica/S -neptunio/O -neptunismo/S -neptunista/S -nequicia/S -nereida/S -nerita/S -neroniano/GS -neroniana/S -nerón/S -nervadura/S -nervezuelo/S -nerviar/RED -nervie/GS -nervia/S -nervino/GS -nervina/S -nervio/S -nerviosamente -nerviosismo/S -nervioso/GSKO -nerviosa/S -nervoso/KGS -nervudo/GS -nervuda/S -nervura/S -nesciencia/S -nesgar/RDE -nesgo/G -nestorianismo/S -nestoriano/GS -nestoriana/S -netamente -neta/S -netezuelo/GS -netezuela/S -neto/aS -neuma/S -neumático/GS -neumática/S -neumococo/S -neumoconiosis -neumonitis -neuralgia/S -neurastenia/S -neurisma/Sa -neurita/S -neuritis -neuroanatomía/S -neuroanatomista/S -neurociencia/S -neurocirugía/S -neurocirujano/SG -neurocirujana/S -neuroendocrino/SG -neuroendocrina/S -neuroepitelio/S -neuroesqueleto/S -neuroglia/S -neurología/S -neurológico/GS -neurológica/S -neurólogo/GS -neuróloga/S -neuroma/S -neuronal/S -neurona/S -neuróptero/S -neurosis -neurótico/GS -neurótica/S -neurotransmisor/GS -neurotransmisora/S -neurovegetativo/GS -neurovegetativa/S -neutralice/S -neutralizar/REÁD -neutralizo/G -neutral/KS -neutro/SG -neutra/S -nevada/N -nevad/h -nevar/RhDI -nevasca/S -nevatilla/S -nevazo/S -nevé/h -nevereta/S -nevero/SG -nevera/S -Nevis -neviscar/RED -nevisco/G -nevó/h -nevoso/SG -nevosa/S -newton -newtons -nexo/aS -ni -nial/S -niara/S -nía/S -niazo/S -Nicaragua -nicaragua/S -nicaragüense/S -niceno/SG -nicena/S -nicho/S -nicle/S -nicociana/S -nícol/S -nicomediense/S -nicotina/S -nicotinismo/S -nicotismo/S -nictitante/S -nidada/aS -nidal/S -nidia/a -nidificar/RED -nidifico/G -nidio/aG -nidios -nido/S -nidrio/SG -nidria/S -niebla/aSc -niégalo/GS -niégala/S -niegan/pgh -niega/pSgh -niégate -niegos/a -niego/SG -niega/S -niegue/gSph -nieguen/gph -niéguense -niéguese -nielar/ERD -niele/SG -niela/S -nietastro/SG -nietastra/S -nieto/SG -nieta/S -nieva/h -nieve/h -nievo/h -Níger -Nigeria -nigola/S -nigromante/FS -nigua/S -nihilismo/S -nihilista/S -nimbar/RED -nimbe/SG -nimba/S -nimiamente -nimio/KSG -nin -ninfeáceo/GS -ninfeácea/S -ninfea/S -ninfo/GS -ninfa/S -ningún -ningunear/RDE -ningunee/GS -ningunea/S -ninguno/GS -ninguna/S -ninivita/S -niña/a -niñato/GS -niñata/S -niñear/RED -niñee/SG -niñea/S -niñero/GLS -niñez/S -niño/aG -niños -niobio/S -nioto/S -nipa/S -níquel -niquelador/GS -niqueladora/S -niquelar/RED -niquele/SG -niquela/S -niquelina/S -niquiscocio/S -nirvana/S -nis -níspero/S -níspola/S -nispolero/S -nitidez/S -nítido/GS -nítida/S -nito/aS -nitrar/RDEA -nitrato/sS -nitre/SG -nitra/S -nítrico/GS -nítrica/S -nitrito/S -nitrobencina/S -nitrocelulosa/S -nitrogenado/SG -nitrogenada/S -nitrógeno -nitroglicerina/S -nitro/S -nitroso/GSK -nitrosa/S -Niue -nivelaba/hS -nivelabais/h -nivelaban/h -nivelad/hG -nivelado/hS -nivelador/GS -niveladora/S -niveláis/h -nivelamos/h -nivelando/h -nivelan/h -nivelara/h -nivelará/h -nivelarais/h -nivelaran/h -nivelarán/h -nivelarás/h -nivelaré/h -nivelare/hGS -nivelareis/h -nivelaréis/h -nivelaren/h -nivelaría/hS -nivelarían/h -nivelaron/h -nivelar/REAÀÁD -nivelarse/h -nivelase/h -nivelaseis/h -nivelasen/h -nivelas/hS -nivelaste/h -nivele/h -nivelé/h -niveléis/h -nivelemos/h -nivelen/h -nivel/GhS -nivelo/h -niveló/h -níveo/SG -nívea/S -nobel/S -nobiliario/SG -nobiliaria/S -noblecer/hi -noblemente -noble/MS -nobles/k -noblote/GS -noblota/S -noca/S -noceda/S -nocente/S -nochebuena/S -noche/S -nochizo/S -nocible/S -nocional/S -noción/S -nocir -nocivo/GKS -nocla/S -noctambular/RDE -noctambule/GS -noctambula/S -noctambulismo/S -noctámbulo/GS -noctámbula/S -noctiluca/S -nocturnal/S -nocturnino/GS -nocturnina/S -nocturno/GSK -nocturna/S -nodátil/S -nodo/S -nodriza/S -nodular/S -nódulo/S -nogada/S -nogalina/S -nogal/S -noguerado/SG -noguerada/S -nogueral/S -noguera/S -nogueruela/S -no/ltSpo -nómada/S -nomadismo/S -nombradamente -nombrada/p -nombradía/S -nombrado/pSG -nombrar/REPÄÆÅDÁÀ -nombre/pbSnor -nombro/G -nomenclador/S -nomenclátor/S -nomenclatura/S -nomeolvides -nominada/k -nominad/g -nominado/kSG -nominador/gSG -nominados/o -nomina/g -nominalice/S -nominalismo/S -nominalista/S -nominalizar/RDE -nominalizo/G -nominalmente -nominal/So -nominan/g -nominarlo/GS -nominarla/S -nominar/RgDE -nómina/S -nominativa/g -nominativo/GgS -nominé/g -nomine/gGS -nominen/g -nominilla/S -nomino/g -nominó/g -nomo/GS -noma/S -nomon/S -nona/aS -nonada/aS -nonagenario/GS -nonagenaria/S -nonagésimo/GS -nonagésima/S -nonagonal/S -nonágono/GS -nonágona/S -nonato/GS -nonata/S -noningentésimo/GS -noningentésima/S -nonio/S -nonius -nono/GS -nona/S -non/S -noosfera/S -nopal/S -noquear/RDEÀÁ -noquee/GS -noquea/S -noray/S -nordestear/ERD -nordestee/SG -nordestea/S -nordeste/S -nórdico/SG -nórdica/S -noreste -Norfolk -noria/Sa -normalice/S -normalidad/S -normalista/S -normalizar/RÀÁDE -normalizo/G -normalmente -normal/sSa -normando/GS -normanda/S -normano/GS -normana/S -norma/S -normativo/GS -normativa/S -nornordeste -nornoroeste -nornorueste -noroeste -noroestear/RDE -noroestee/GS -noroestea/S -nortada/hS -norteafricano/GS -norteafricana/S -Norteamérica -norteamericano/SG -norteamericana/S -nortear/RDE -nortee/GS -nortea/S -norte/h -norteño/SG -norteña/S -Noruega -noruego/GS -noruega/S -norueste -noruestear/RDE -noruestee/SG -noruestea/S -nos/g -nosocomio/S -nosogenia/S -nosología/S -nosotras -nosotros -nostalgia/S -nostálgico/GS -nostálgica/S -nosticismo/S -nostras -notable/JS -notablemente -notación/Sf -notadlo/GS -notadla/S -notad/ngfa -nota/fsSgna -nótalo/GS -nótala/S -notándolo/GS -notándola/S -notándome -notándonos -notándoos -notándote -notan/ngfa -notariado/SG -notariada/S -notarial/S -notariato/S -notario/GS -notaria/S -notarla/g -notarle/GS -notarla/S -notarlo/gSG -notarme -notarnos -notaros -notar/RngfaED -notarte -noté/angf -note/nGSgfa -noten/ngfa -noticiario/S -noticiar/RÀED -noticiero/SG -noticiera/S -noticie/SG -noticia/S -noticioso/SG -noticiosa/S -notificar/ÃRÄÆÇEAÙÀÂÁD -notificativo/GS -notificativa/S -notifico/G -notó/angf -notocordio/S -notoriamente -notorio/GSK -notoria/S -noto/S -notro/S -novad/pk -nova/k -noval/S -novan/k -novar/RkpD -novatada/S -novato/SG -novata/S -novecientas -novecientos -novedad/S -novedoso/GS -novedosa/S -nove/GSk -nova/S -novelar/RED -novelero/GS -novelera/S -nóvele/S -novelesco/GS -novelesca/S -novelice/S -novelista/S -novelizar/RDE -novelizo/G -novel/LGS -novenario/S -noven/k -nóvenle/S -noveno/SG -novena/S -noventa/S -noventavo/SG -noventava/S -nové/pk -noviazgo/S -noviciado/S -novicio/GS -novicia/S -noviciote/S -noviembre -novillada/S -novillero/GS -novillera/S -novillo/GS -novilla/S -novilunio/S -novio/GS -novia/S -novísimo/SG -novísima/S -novo/k -novó/pk -noxa/S -ns -nubarrón/S -nube/S -nubiense/S -nubiloso/GS -nubilosa/S -núbil/S -nubio/GS -nubia/S -nubla/a -nublad/a -nublan/a -nublar/aRED -nublarme -nublarnos -nublaros -nublarte -nublé/a -nuble/JGS -nublen/a -nubles/a -nubló/a -nublo/aG -nublos -nubloso/GS -nublosa/S -nuboso/SGK -nubosa/S -nuca/Sh -nucir -nuclear/S -nucleico/S -nucleido/S -nucleón/S -núcleo/S -nudillo/S -nudismo/Sh -nudo/jSh -nudoso/SGK -nudosa/S -nudrir -nuececilla/S -nuecero/SG -nuecera/S -nuégado/S -nuera/S -nuestro/SG -nuestra/S -nuevamente -nueva/p -nueve/GpS -nuevo/pS -nuez/GS -nueza/S -nula/a -nulamente -nulidad/S -nullius -nulo/aG -nulos -numantino/GS -numantina/S -numen/S -numerable/kS -numerador/GS -numeradora/S -numeral/S -numeraria/t -numerario/tGS -numerar/RÄEADÀ -numere/GS -numera/S -numéricamente -numérico/GS -numérica/S -número/S -numerosamente -numeroso/GS -numerosa/S -numo/S -numulario/SG -numularia/S -numular/S -numulita/S -numulites -nunca -nunciatura/S -nuncio/nogalp -nuncios/la -nuncupativo/S -nuncupatorio/GS -nuncupatoria/S -nupcial/Sb -nupcias -nutra/h -nutran/h -nutre/hSG -nutren/h -nutría/h -nutria/S -nutricio/GS -nutricia/S -nutrid/h -nutriéndome -nutriéndonos -nutriéndoos -nutriéndote -nutriente/S -nutrí/h -nutrimento/S -nutrimiento/S -nutrió/h -nutrir/hRDAE -nutrirlo/GS -nutrirla/S -nutrirme -nutrirnos -nutriros -nutrirte -nutrís/h -nutritivo/GS -nutritiva/S -nutriz/S -nutro/h -ñame/S -ñandú/S -ñaque/S -ñas/n -ñoña/M -ñoño/GS -ñoña/S -ñublar/a -oasis -o/aSp -obcecar/RAED -obceco/G -obedeced/h -obedecedor/GS -obedecedora/S -obedece/hS -obedecen/h -obedecer/hRLDIÀ -obedecía/h -obedecible/S -obedecí/h -obedecimiento/S -obedeció/h -obedezca/h -obedezco/h -obediencia/Sh -obediente/kSh -obedientemente -obelisco/S -obencadura/S -obenque/S -obertura/S -obeso/SGK -obesa/S -óbice/S -obispal/S -obispar/RDE -obispe/SG -obispa/S -obispo/NS -óbito/S -obituario/S -objeción/S -objecto/S -objetante/S -objetar/REÂD -objete/GS -objeta/S -objetivamente -objetivar/RÀDE -objetive/SG -objetiva/S -objetivo/SK -objetor/SG -objetora/S -objeto/S -oblación/S -oblada/S -oblativo/GS -oblativa/S -oblato/SG -oblata/S -oblea/S -oblicuamente -oblicuángulo/S -oblicuar/RID -oblicúe/GS -oblicúa/S -oblicuo/GSK -oblicua/S -obligacionista/S -obligar/RÅÀÁAED -obligatorio/GKS -obligo/G -obliterante/S -obliterar/RDE -oblitere/SG -oblitera/S -oblongada/S -oblongo/GS -oblonga/S -obnoxio/GS -obnoxia/S -obnubilar/RED -obnubile/SG -obnubila/S -oboe/S -oboísta/S -obra/C -obrador/GS -obradora/S -obrad/p -obradura/S -obrajero/S -obran/p -obrar/RpDE -obre/GSp -obra/S -obren/p -obré/p -obrerismo/S -obrerista/S -obrero/SGO -obrera/S -obro/L -obró/p -obscenamente -obsceno/GSK -obscena/S -obscuramente -obscurantismo/S -obscurantista/S -obscurecer/RIPDL -obscurece/S -obscuro/KGS -obsecuente/FS -obsequiador/GS -obsequiadora/S -obsequiante/S -obsequiar/ÃRÁÂÀDÅÄÆE -obsequie/GS -obsequia/S -obsequio/S -obsequiosamente -obsequioso/SGK -obsequiosa/S -observable/Sk -observacional/S -observador/SG -observadora/S -observante/kFS -observar/RÙEÌADÁÀÂÅÄÆ -observatorio/S -observe/GS -observa/S -obsesionante/S -obsesionar/RDÁEÅ -obsesión/GS -obsesióna/S -obsesivo/GS -obsesiva/S -obseso/SG -obsesa/S -obsidiana/S -obsidional/S -obsolescente/FS -obsoleto/GS -obsoleta/S -obsta -obstaba -obstaban -obstaculice/S -obstaculizar/RDÀÂE -obstaculizo/G -obstáculo/S -obstan -obstando -obstante/S -obstara -obstará -obstaran -obstarán -obstar/D -obstare -obstaren -obstaría -obstarían -obstaron -obstase -obstasen -obste -obsten -obstetra/S -obstetricia/S -obstinadamente -obstinar/READÁ -obstine/GS -obstina/S -obstó -obstruccionismo/S -obstruccionista/S -obstrucción/S -obstructor/GS -obstructora/S -obstruía/h -obstruid/h -obstruí/h -obstruir/hXD -obstruis/h -obstruya/h -obstruye/h -obstruyo/h -obstruyó/h -obtemperar/RED -obtempere/GS -obtempera/S -obtén -obtención/S -obtener/XÀÂÁÄD -obtenible/S -obturador/SG -obturadora/S -obturar/REÀDA -obture/GS -obtura/S -obtusángulo/S -obtuso/GS -obtusa/S -obusera/S -obús/S -obvención/S -obviamente -obviar/RDÀE -obvie/GS -obvia/S -obvio/S -obyecto/GS -obyecta/S -oc -ocalear -ocal/S -oca/pS -ocarina/S -ocasionada/h -ocasionado/hSG -ocasionador/GS -ocasionadora/S -ocasionalmente -ocasional/S -ocasionar/RÆÁÀÂED -ocasión/GS -ocasióna/S -ocaso/S -occidental/S -occidente/S -occipital/S -occipucio/S -occiso/SG -occisa/S -occitano/GS -occitana/S -Oceanía -oceánico/GS -oceánica/S -oceanografía/S -océano/S -ocelado/GS -ocelada/S -ocelo/S -ocelote/S -ocena/S -ochavar/RED -ochave/SG -ochava/S -ochavo/S -ochenta/S -ochentavo/GS -ochentava/S -ochocientas -ochocientos -ocho/S -ociar/RDE -ocie/GS -ocia/S -ocio/S -ociosamente -ocioso/KSG -ocle/S -oclocracia/S -ocluir/DXQ -oclusivo/GS -oclusiva/S -ocluso/S -ocráceo/SG -ocrácea/S -ocre/S -octacordio/S -octaedro/S -octagonal/S -octágono/GS -octágona/S -octano/S -octante/S -octavad/p -octavan/p -octava/p -octavario/S -octavar/pRDE -octaven/p -octavé/p -octave/pSG -octaviano/SG -octaviana/S -octavilla/S -octavo/p -octavó/p -octavos -octeto/S -octingentésimo/GS -octingentésima/S -octocoralario/S -octogenario/GS -octogenaria/S -octogésimo/GS -octogésima/S -octogonal/S -octógono/SG -octógona/S -octópodo/SG -octópoda/S -octosílabo/GS -octosílaba/S -octubre -ocular/kS -ocularmente -oculista/S -ocultador/GS -ocultadora/S -ocultamente -ocultar/ÃRøÀÁÅÄÆDAE -oculte/OGS -ocultismo/S -ocultista/S -oculto/S -ocupacional/S -ocupad/hn -ocupadísimo/GS -ocupadísima/S -ocupador/GS -ocupadora/S -ocupándome/n -ocupándonos/n -ocupándoos/n -ocupándote/n -ocupa/nh -ocupan/hn -ocupante/nS -ocupaos/n -ocupar/hRnADE -ocuparme/n -ocuparnos/n -ocuparos/n -ocuparte/n -ocúpate/n -ocupémonos -ocupé/nh -ocupe/nhGS -ocupen/hn -ocúpense/n -ocúpese/n -ocupo/nh -ocupó/nh -ocurrente/FS -ocurre/SG -ocurra/S -ocurrir/REÁD -odalisca/S -oda/S -odeón/S -ódiame -ódianos -odiar/RDÁÀÂÍEÅÄ -odie/GS -odia/S -odio/iS -odiosamente -odioso/GS -odiosa/S -odisea/S -odontalgia/S -odontología/S -odorífero/GS -odorífera/S -odre/S -oeste -ofendedor/GS -ofendedora/S -ofende/GS -ofenda/S -ofender/RDÅEÁ -ofendo/L -ofensar -ofensa/S -ofensiva/k -ofensivamente -ofensivo/kGS -ofensor/GS -ofensora/S -oferente/S -ofertar/REDÀ -oferte/GS -oferta/S -ofertorio/S -oficiales/s -oficialice/S -oficializar/REDÀ -oficializo/G -oficial/KGS -oficialmente -oficiante/S -oficiar/RDE -oficie/SG -oficia/S -oficina/S -oficinista/S -oficionario/S -oficio/S -oficiosa/kS -oficiosamente -oficioso/GKS -oficiosos/k -ofidio/S -ofimática/S -ofita/S -ofrecedor/GS -ofrecedora/S -ofrecer/RIùßÅÆÃõPDLÂÁô -ofrece/S -ofrendar/REÃDÁÀ -ofrende/GS -ofrenda/S -oftalmia/S -oftalmológico/GS -oftalmológica/S -oftalmoscopio/GS -oftalmoscopia/S -ofuscador/GS -ofuscadora/S -ofuscar/RDEPA -ofusco/G -ogro/S -oh -ohm -ohmio/S -oíais/jh -oía/jSh -oíamos/hj -oían/jh -oída/jh -oídio/S -oído/jGSh -oidor/SG -oidora/S -oigáis/hj -oiga/jh -óigalo/SG -óigala/S -óigame -oigamos/j -oigan/jh -óiganlo/GS -óiganla/S -óiganme -óigannos -óiganos -oigo/jGh -oí/hj -oíl/S -oímos/jh -oirá/hj -oirán/hj -oirás/hj -oír/ËÃDÍÌÎXÁÀÂRÈÊÉ -oiré/hj -oiréis/hj -oiremos/j -oiría/hSj -oiríais/j -oiríamos/j -oirían/hj -oírla/h -oírlo/hSG -oírse/jh -oís/jh -oísteis/j -oíste/jh -ojalá -ojaladera/S -ojalador/GS -ojaladora/S -ojalar/REDB -ojal/GS -ojala/S -ojanco/S -ojaranzo/S -ojar/ih -ojeador/S -ojear/RDÀE -ojee/GS -ojea/S -ojeo/S -ojera/Sb -ojeriza/S -ojeroso/GS -ojerosa/S -ojerudo/GS -ojeruda/S -ojetear/RED -ojetee/SG -ojetea/S -ojete/S -ojialegre/S -ojimoreno/GS -ojimorena/S -ojinegro/GS -ojinegra/S -ojival/S -ojiva/S -ojizaino/GS -ojizaina/S -ojizarco/GS -ojizarca/S -ojo/pSib -ojosa/i -ojoso/GiS -ojota/S -ola/LC -olambre/S -olambrilla/S -olea/C -oleáceo/SG -oleácea/S -oleaginoso/KSG -oleario/GS -olearia/S -olear/RDE -oleastro/S -oleaza/S -oledero/GS -oledera/S -oledor/SG -oledora/S -olee/GS -olea/S -ole/GS -ola/S -oleico/S -oléis/h -oleoducto/S -oleorresina/S -oleo/S -óleo/S -oleoso/GKS -oler/ÃRÌÁÀÂÇÅÄÆDø -olé/S -olfatear/RDEÁÀÄÆ -olfatee/GS -olfatea/S -olfativo/GS -olfativa/S -olfatorio/SG -olfatoria/S -olfato/S -olí -olíbano/S -oliente/S -olifante/S -oligarca/S -oligarquía/S -oligárquico/GS -oligárquica/S -oligisto/S -oligoceno/GS -oligocena/S -oligoelemento/S -oligopólico/GS -oligopólica/S -olimpiada/S -olimpíada/S -olímpicamente -olímpico/GS -olímpica/S -olio/S -oliscar/RED -olisco/G -olismear/RED -olismee/GS -olismea/S -olisquear/REÂÀÄD -olisquee/GS -olisquea/S -olivarda/S -olivarero/GS -olivarera/S -olivar/RDE -olivastro/S -olive/GS -oliva/S -olivero/GS -olivera/S -olivicultor/GS -olivicultora/S -olivicultura/S -olivífero/GS -olivífera/S -olivino/S -olivo/NS -olivoso/GS -olivosa/S -ollado/hS -ollao/S -ollar/hS -olla/S -ollero/SG -ollera/S -olmedo/GS -olmeda/S -olmo/S -ológrafo/SG -ológrafa/S -olorice/S -olorizar/RED -olorizo/G -oloroso/GS -olorosa/S -olor/S -olvidadizo/SG -olvidadiza/S -olvidanza/S -olvidar/ERøôÌÂÁÅD -olvide/SG -olvida/S -olvido/S -omagua/S -Omán -ombligada/S -ombligo/S -ombliguero/S -ombú/S -omega/S -omento/S -omero/S -omeya/S -ominar/RDE -omine/GS -omina/S -ominoso/GS -ominosa/S -omiso/GS -omisa/S -omite/GS -omita/S -omitir/RQÀDE -ommiada/S -ómnibus/S -omnímodo/SG -omnímoda/S -omnipotentemente -omnipotente/SF -omnipresente/SF -omnisciencia/S -omnisciente/S -omniscio/GS -omniscia/S -omóplato/S -onagro/S -onanismo/S -onanista/S -oncear/DRE -onceavo/GS -onceava/S -oncee/GS -oncea/S -oncejo/S -once/S -onda/mS -ondeante/S -ondear/RED -ondee/GS -ondea/S -onde/G -ondina/S -ondisonante/S -ondoso/GS -ondosa/S -ondrar -ondulante/S -ondular/RAED -ondulatorio/GS -ondulatoria/S -ondule/SG -ondula/S -onecer/RILD -onece/S -oneroso/GS -onerosa/S -ónice/S -ónique/S -oniquina/S -onírico/SG -onírica/S -oniromancia/S -onomástico/GS -onomástica/S -onomatopeya/S -onomatopéyico/SG -onomatopéyica/S -onoquiles -ontológico/GS -ontológica/S -ontologismo/S -onubense/S -onza/S -opacamente -opacidad/S -opaco/GS -opaca/S -opalescente/SF -opalice/S -opalino/GS -opalina/S -opalizar/RED -opalizo/G -ópalo/S -opa/S -opcional/S -opción/S -open -operable/Sk -operacional/S -operad/f -operador/fGS -opera/f -operan/f -operante/fSk -operaos -operar/fRADE -operaria/S -operario/fS -operarle/GS -operarla/S -operarlo/S -operarme -operarnos -operaros -operarte -ópera/S -opérate -operativa/f -operativamente/f -operativo/GfS -operatorio/SG -operatoria/S -opérculo/S -operé/f -opere/fSG -operen/f -opereta/S -operista/S -opero/f -operó/f -opilación/S -opilad/h -opila/h -opilan/h -opilar/hRDE -opilé/h -opile/hSG -opilen/h -opilo/h -opiló/h -opinable/Sk -opinada/k -opinad/h -opinado/kSG -opina/h -opinan/h -opinante/nS -opinar/hRDE -opiné/h -opine/hSG -opinen/h -opinión/S -opino/h -opinó/h -opio/S -opíparo/GS -opípara/S -opobálsamo/S -oponente/S -oponer/XÁÀA -oponible/S -opón/S -oportuna/k -oportunamente/k -oportunismo/S -oportunista/S -oportuno/kKSG -oposicionista/S -opositar/RED -oposite/GS -oposita/S -opositor/GS -opositora/S -opoterapia/S -opresar/Q -opresivamente -opresivo/GS -opresiva/S -opresor/GS -opresora/S -oprima/h -opriman/h -oprime/hSG -oprimen/h -oprimía/h -oprimid/h -oprimiéndole/GS -oprimiéndola/S -oprimiéndolo/S -oprimiéndome -oprimiéndonos -oprimiéndoos -oprimiéndote -oprimí/h -oprimió/h -oprimir/hRED -oprimirle/SG -oprimirla/S -oprimirlo/S -oprimirme -oprimirnos -oprimiros -oprimirte -oprimís/h -oprimo/h -oprobiar/RDE -oprobie/GS -oprobia/S -oprobio/S -oprobioso/GS -oprobiosa/S -optad/f -opta/f -optan/f -optar/fDRE -optativo/GS -optativa/S -opté/f -opte/fSG -opten/f -óptico/SG -óptica/S -optimar/RDE -optimate/S -optime/SG -optima/S -optimice/S -optimismo/S -optimista/S -optimizar/REDÀ -optimizo/G -óptimo/SG -óptima/S -opto/f -optó/f -opuestamente -opuesto/SG -opuesta/S -opugnar/RDE -opugne/GS -opugna/S -opulencia/S -opulentamente -opulento/GS -opulenta/S -opuncia/S -opus -opúsculo/S -oquedad/S -oqueruela/S -oque/S -oracional/S -oráculo/S -orador/GS -oradora/S -oralmente -oral/S -ora/N -orangista/S -orangután/S -orante/S -orario/S -orar/REDA -orate/S -oratoriamente -oratoriano/S -oratorio/GS -oratoria/S -orbe/S -orbicular/S -orbital/S -orbitario/GS -orbitaria/S -órbita/S -orce/GS -orca/S -orcheliano/S -orco/S -ordalía/S -ordenaba/hS -ordenabais/h -ordenaban/h -ordenada/fk -ordenadamente/h -ordenad/hG -ordenado/fkSGh -ordenador/GS -ordenadora/S -ordena/h -ordenáis/h -ordenamos/h -ordenancista/S -ordenando/S -ordenan/h -ordenante/S -ordenanza/S -ordenara/h -ordenará/h -ordenarais/h -ordenaran/h -ordenarán/h -ordenar/ÁRAÄÅPEDÀ -ordenarás/h -ordenaré/h -ordenare/hSG -ordenareis/h -ordenaréis/h -ordenaren/h -ordenaría/hS -ordenarían/h -ordenaron/h -ordenarse/h -ordenase/h -ordenaseis/h -ordenasen/h -ordenas/hS -ordenaste/h -ordené/h -ordene/hSG -ordenéis/h -ordenemos/h -ordenen/h -órdenes/hs -ordeno/h -ordenó/h -orden/sh -ordeñador/SG -ordeñadora/S -ordeñar/RDÄEÀ -ordeñe/GS -ordeña/S -ordeño/S -ordinal/S -ordinaria/M -ordinariamente -ordinario/SGj -ordinaria/S -ordinar/sfn -ordinativo/GS -ordinativa/S -ordovícico/GS -ordovícica/S -oré -orear/REDÁ -oree/GS -orea/S -orégano/S -ore/GS -ora/S -oreja/hS -orejear/RDE -orejee/SG -orejea/S -orejera/S -orejón/GS -orejóna/S -orejudo/GS -orejuda/S -orejuela/S -orensano/GS -orensana/S -orense/S -oreoselino/S -orfanato/S -orfandad/S -orfebre/LS -orfeonista/S -orfeón/S -orfo/S -orfre/S -organdí/S -organero/S -orgánica/k -organicen/ph -organicé/ph -organice/pSh -organicismo/S -organicista/S -orgánico/kGS -organigrama/S -organillero/GS -organillera/S -organillo/S -organismo/Sm -organista/S -organización/S -organizador/SGph -organizadora/S -organizad/ph -organiza/hp -organizándome -organizándonos -organizándoos -organizándote -organizan/ph -organizaos -organizarla/p -organizarle/GS -organizarla/S -organizarlo/pSG -organizarme/p -organizarnos -organizaros/p -organizar/pRDhE -organizarte/p -organízate -organizativo/GS -organizativa/S -organizo/pGh -organizó/ph -organogenia/S -órgano/S -orgánulo/S -organza/S -orgasmo/S -orgía/S -orgiástico/GS -orgiástica/S -orgullecer/i -orgullo/S -orgullosamente -orgulloso/GS -orgullosa/S -oribe/S -orientación/Sh -orientador/hSG -orientad/ph -orienta/hp -orientalismo/S -orientalista/S -oriental/SO -orientándolo/GS -orientándola/S -orientándome -orientándonos -orientándoos -orientándote -orientan/ph -orientaos -orientarme/h -orientarnos/h -orientaros/h -orientar/RhpDE -orientarte/h -oriéntate -orienten/ph -orienté/ph -oriente/pSGh -oriento/hp -orientó/ph -orificar/RED -orífice/S -orificio/S -orifico/G -oriflama/S -origenismo/S -origenista/S -origen/SO -originador/GS -originadora/S -original/KS -originalmente -originariamente -originario/SG -originaria/S -originar/RDøÀE -origine/GS -origina/S -orillad/h -orilla/h -orillándome -orillándonos -orillándoos -orillándote -orillan/h -orillar/hRDE -orillarme -orillarnos -orillaros -orillarte -orillé/h -orille/hSG -orillen/h -orillero/S -orillo/h -orilló/h -orinal/S -orinar/ERDÁ -orinecer/DRIL -orinece/S -orín/GS -orína/S -orinque/S -orí/S -oriundo/MSG -orive/S -orlar/RBED -orleanista/S -orle/GS -orla/S -ormino/S -ornamentada/h -ornamentado/hGS -ornamental/S -ornamentar/ARDE -ornamente/SG -ornamenta/S -ornamento/S -ornar/RED -ornato/S -ornear/RED -ornee/GS -ornea/S -orne/GS -orna/S -ornitodelfo/GS -ornitodelfa/S -ornitorrinco/S -oró -orobanca/S -orobias -orogénesis -orondo/SG -oronda/S -orónimo/S -oropelero/S -oropel/S -oropimente/S -oro/SN -orozuz/S -orquestal/S -orquestar/ERD -orqueste/SG -orquesta/S -orquestina/S -orquidáceo/GS -orquidácea/S -orquídeo/SG -orquídea/S -orquitis -ortega/S -ortigal/S -ortiga/S -ortodoncia/S -ortodoxia/S -ortodoxo/GS -ortodoxa/S -ortodromia/S -ortofonía/S -ortogonal/S -ortogonio/S -ortografía/S -ortográfico/GS -ortográfica/S -ortopedia/S -ortopédico/GS -ortopédica/S -ortopedista/S -ortóptero/S -orto/S -ortosa/S -oruga/S -orujo/S -orvalla -orvallaba -orvallaban -orvallan -orvallando -orvallara -orvallará -orvallaran -orvallarán -orvallar/D -orvallare -orvallaren -orvallaría -orvallarían -orvallaron -orvallarse -orvallase -orvallasen -orvalle -orvallen -orvalló -orza/aS -orzaga/S -orzar/RED -orzo/G -orzuelo/S -osa -osadamente -osad/h -osadía/S -osambre/S -osamenta/S -osan -osar/hRD -osario/S -oscense/S -oscilador/S -oscilante/S -oscilar/READ -oscilatorio/GS -oscilatoria/S -oscile/SG -oscila/S -oscitancia/S -osco/GS -osca/S -osculatriz/S -ósculo/S -oscura/j -oscuramente -oscurantismo/S -oscurantista/S -oscurecer/RIPDLÀ -oscurece/S -oscuridad/S -oscuro/jSG -osear/RDE -osee/GS -osea/S -ose/G -osé/h -osen -óseo/GS -ósea/S -osero/SG -osera/S -osezno/S -osezuelo/S -osificar/RED -osifico/G -osmazomo/S -osmio -ósmosis -osmótico/GS -osmótica/S -osó/h -oso/S -os/S -ostaga/S -ostensiblemente -ostensible/S -ostensivo/SG -ostensiva/S -ostentador/GS -ostentadora/S -ostentar/RÀDEA -ostentativo/GS -ostentativa/S -ostente/GS -ostenta/S -ostentosamente -ostentoso/GS -ostentosa/S -osteomalacia/S -osteoma/S -osteomielitis -ostiario/S -ostia/S -ostracismo/S -ostricultura/S -ostrón/S -ostro/SG -ostra/S -ostugo/S -osudo/GS -osuda/S -osuno/GS -osuna/S -otar/a -oteador/SG -oteadora/S -otear/RDEÅ -otee/GS -otea/S -otero/S -otilar/RED -otile/SG -otila/S -otitis -otoba/S -otomano/SG -otomana/S -otoñal/S -otoñar/RED -otoñe/SG -otoña/S -otoño/S -otorgador/GS -otorgadora/S -otorgante/S -otorgar/RÃÛÇÀÂÁÆÄÅPED -otorgo/G -otorrea/S -oto/S -otoscopio/SG -otoscopia/S -otro/GS -otra/S -otrora -ovacionar/RDÀÂE -ovación/SG -ovacióna/S -ovad/h -ova/hN -ovalar/RDE -óvalo/S -oval/SG -ovala/S -ovan/h -ovante/S -ovar/hRDE -ovárico/GS -ovárica/S -ovario/S -ove/GSh -ova/S -ové/h -oveja/S -ovejero/SG -ovejera/S -ovejuno/GS -ovejuna/S -oven/h -overo/SG -overa/S -ovetense/S -ovidiano/GS -ovidiana/S -oviducto/S -ovillad/h -ovillan/h -ovillar/RDhE -ovillé/h -oville/hS -ovillejo/S -ovillen/h -ovillo/h -ovilló/h -ovino/SG -ovina/S -ovíparo/GS -ovípara/S -oviscapto/S -ovni/S -ovó/h -ovoideo/SG -ovoidea/S -ovoide/S -ovo/N -ovovivíparo/GS -ovovivípara/S -ovular/RED -ovule/GS -ovula/S -óvulo/S -oxalato/S -oxálico/GS -oxálica/S -oxear/RDE -oxee/GS -oxea/S -oxiacanta/S -oxidable/khS -oxidación/S -oxidad/h -oxida/h -oxidan/h -oxidante/cSh -oxidar/hRDE -oxidé/h -oxide/hSG -oxiden/h -óxido/eS -oxido/h -oxidó/h -oxidrilo/S -oxigenación/S -oxigenad/h -oxigena/h -oxigenan/h -oxigenar/hRDE -oxigené/h -oxigene/hGS -oxigenen/h -oxigeno/h -oxigenó/h -oxígeno/S -oxigonio/S -oxiuro/S -oxizacre/S -oxoniense/S -oxte -oye/hjS -óyele/GS -óyela/S -óyelo/S -óyeme -oyendo/jh -oyéndose/j -oyen/jh -óyenos -oyente/S -oyera/hj -oyerais/j -oyéramos/j -oyeran/hj -oyere/hjSG -oyereis/j -oyéremos/j -oyeren/hj -oyeron/hj -oyese/hj -oyeseis/j -oyésemos/j -oyesen/hj -oyes/hSj -oyó/jh -ozono/SG -ozona/S -pabellón/S -pabilo/ha -pabilos -pábilo/S -pábulo/S -paca/iS -pacana/S -pacato/GS -pacata/S -paccionar/RDE -paccione/SG -pacciona/S -paced/p -pace/G -pacen/p -pacense/S -pacer/pRLID -paces/p -pacha/ih -pacho/hGSi -pachón/S -pachorra/S -pachucho/GS -pachucha/S -pacía/p -paciencia/kS -paciente/kaS -pacientemente/k -pacienzudo/SG -pacienzuda/S -pacificador/GS -pacificadora/S -pacíficamente -pacificar/REÀAD -pacifico/G -pacífico/GS -pacífica/S -pacifismo/S -pacifista/S -pació/p -pací/p -pacotilla/S -pacotillero/GS -pacotillera/S -pactad/k -pacta/k -pactan/k -pactar/kRÀDE -pacte/GkS -pacté/k -pacten/k -pacto/k -pactó/k -pactos -padecer/RÀILDP -padece/S -padilla/S -padrastro/S -padrear/RED -padree/GS -padrea/S -padrenuestro/S -padre/SH -padres/i -padrina/aS -padrinazgo/S -padrino/GS -padrina/S -padrones/i -padrón/S -paella/S -paf -pafio/SG -pafia/S -pagabais/o -pagaban/po -pagaba/opS -pagable/Sak -pagada/hk -pagadero/GS -pagadera/S -pagad/oGpa -pagado/hGSopk -pagador/GaSo -pagáis/po -pagamos/po -pagándome -pagándomelo/GS -pagándomela/S -pagándonos -pagándonoslo/GS -pagándonosla/S -pagándoos -pagándooslo/GS -pagándoosla/S -pagando/po -pagándoselo/GS -pagándosela/S -pagándote -pagándotelo/GS -pagándotela/S -paganice/S -paganismo/S -paganizar/RDE -paganizo/G -pagan/O -pagano/GS -pagana/S -paga/oaprS -pagarais/o -pagarán/op -pagaran/po -pagara/op -pagará/po -pagarás/op -pagareis/o -pagaréis/o -pagaren/po -pagare/opSG -pagaré/po -pagarés -pagarían/o -pagaría/oSp -pagar/ÌÃRaÁED -pagarla/o -pagarle/GS -pagarla/S -pagarlo/oSG -pagaron/po -pagarse/po -pagaseis/o -pagasen/po -pagase/op -pagas/pSo -pagaste/po -pagaya/S -pagel/S -paginad/l -pagina/l -paginan/l -paginar/lRED -página/S -paginé/l -pagine/lSG -paginen/l -pagino/l -paginó/l -pagoda/S -pago/oGap -pagó/opa -pagos/k -pagro/S -paguéis/op -páguelo/GS -páguela/S -paguémonos -paguemos/o -páguenlo/GS -páguenla/S -paguen/op -páguense -pague/oSap -pagué/pao -páguese -paico/S -paila/S -paipáis -paipay -pairar/RDE -paire/SG -paira/S -país -paisaje/S -paisajista/S -paisana/C -paisano/GS -paisana/S -países -paisista/S -paja/NH -pajarear/RDE -pajaree/GS -pajarea/S -pajarero/GS -pajarera/S -pajarilla/S -pajarito/GS -pajarita/S -pájaro/SG -pájara/S -pajarota/S -pajarraco/S -pajar/Sih -pajazo/G -pajear/RDE -pajecillo/S -pajee/GS -pajea/S -paje/GhiS -pajel/S -pajero/GS -pajera/S -pajizo/GS -pajiza/S -pajo/hpi -pajolero/GS -pajolera/S -pajoso/GS -pajosa/S -pajos/p -pajuela/S -pajuzo/S -pajuz/S -Pakistán -pakistaní -pakistaníes -palabra/aS -palabreja/S -palabreo/S -palabrero/SGL -palabrera/S -palabrimujer/S -palabrista/S -palabrita/S -palabrota/S -palacete/S -palaciego/SG -palaciega/S -palacio/S -palada/io -paladar/S -paladear/RED -paladee/GS -paladea/S -paladinamente -paladino/S -paladín/SG -paladína/S -paladión/S -paladio/S -palado/GSoi -palada/S -palafito/S -palafrenero/S -palafrén/S -palahierro/S -palamallo/S -palamenta/S -palanca/aS -palancada/Sa -palancana/S -palangana/S -palanganero/S -palangrero/S -palangre/S -palanquear/RDE -palanquee/GS -palanquea/S -palanquero/SG -palanquera/S -palanqueta/S -palanquilla/S -palanquín/S -pala/okSi -palasan/S -palastro/S -palatalice/S -palatalizar/RED -palatalizo/G -palatal/S -palatinado/S -palatino/GS -palatina/S -Palau -palco/bS -palea/a -palead/a -paleador/GSa -paleadora/S -paleal/S -palean/a -palear/RaDE -paleé/a -palee/aSG -paleen/a -palenque/S -palentino/GS -palentina/S -paleo/a -paleó/a -paleográfico/SG -paleográfica/S -paleolítico/SG -paleolítica/S -paleoterio/S -paleozoico/GS -paleozoica/S -palero/GS -palera/S -pales/oi -palestino/GS -palestina/S -palestra/S -paletada/S -paleta/NH -paletear/RDE -paletee/GS -paletea/S -paletero/S -paletilla/hS -paleto/LGS -paletón/S -pal/HGNSL -palhuén/S -paliar/RDÀI -paliativo/SG -paliativa/S -paliatorio/GS -paliatoria/S -palideced/i -palidece/iS -palidecen/i -palidecer/IRiDL -palidecía/i -palidecí/i -palideció/i -palidezca/i -palidezco/i -palidez/LS -pálido/SG -pálida/S -paliducho/SG -paliducha/S -palier/S -palíe/SG -palía/S -palillero/GS -palillera/S -palillo/h -palimpsesto/S -palingenesia/S -palinodia/S -palio/GS -palia/S -paliquear/RED -paliquee/SG -paliquea/S -palique/S -palisandro/S -palitoque/S -palitroque/S -palizada/Si -paliza/iS -pallar/RDE -palle/GS -palla/S -pallete/S -palmáceo/SG -palmácea/S -palmada/N -palmad/ih -palma/N -palman/ih -palmariamente -palmario/GS -palmaria/S -palmar/iRhDE -palmarlo/GS -palmarla/S -palmatoria/S -palmear/RDÀÂEÅ -palmee/GS -palmea/S -palmé/hi -palme/iSGh -palmejar/S -palmen/ih -palmenta/S -palmentero/S -palmeral/S -palmero/GS -palmera/S -palmesano/SG -palmesana/S -palmeta/HS -palmiche/S -palmípedo/GS -palmípeda/S -palmitieso/SG -palmitiesa/S -palmito/S -palmó/hi -palmo/S -palmotear/RDE -palmotee/SG -palmotea/S -paloma/i -palomar/BSi -palomariega/S -palomear/RDE -palomee/GS -palomea/S -palomero/GS -palomera/S -palometa/S -palomino/GS -palomina/S -palomita/S -palomo/iG -palomos -palo/oGi -palos -palotada/S -palotear/RDE -palotee/GS -palotea/S -palote/SH -palpa/a -palpablemente -palpable/Sk -palpación/S -palpad/a -palpadura/S -palpamiento/S -palpan/a -palpándole/GS -palpándola/S -palpándolo/S -palpándome -palpándomelo/GS -palpándomela/S -palpándonos -palpándonoslo/SG -palpándonosla/S -palpándoos -palpándooslo/GS -palpándoosla/S -palpándoselo/GS -palpándosela/S -palpándote -palpándotelo/GS -palpándotela/S -palpar/aRED -palparle/GS -palparla/S -palparlo/S -palparme -palparnos -palparos -palparte -palpé/a -palpe/aSG -palpen/a -palpitante/S -palpitar/REDA -palpite/GS -palpita/S -palpo/a -palpó/a -paludamento/S -palúdico/GS -palúdica/S -paludismo/S -palumbario/S -palurdo/GS -palurda/S -palustre/S -pamela/S -pamema/S -pampanada/Sh -pampanaje/S -pampanilla/Sh -pámpano/GS -pámpana/S -pampa/S -pampeano/GS -pampeana/S -pampero/GS -pampera/S -pampino/GS -pampina/S -pampirolada/iS -pamplina/S -Pamplona -pamporcino/S -pampringada/S -panacea/S -panada/i -panadear/RED -panadee/GS -panadea/S -panadero/LGS -panadizo/S -panado/iGS -panal/S -panamá -Panamá -panamás -panameño/GS -panameña/S -panamericanismo/S -panamericanista/S -panamericano/GS -panamericana/S -pana/NS -panarizo/S -panas/i -panatela/S -panatier/S -pancada/S -pancarpia/S -pancarta/S -pancera/S -panceta/S -pancho/GS -pancha/S -pancilla/S -panco/SG -panca/S -pancraciasta/S -pancracio/S -páncreas -pancreático/GS -pancreática/S -pandad/ai -pandan/ai -panda/Nai -pandar/aiRDE -pandear/RED -pande/aSGi -pandee/GS -pandea/S -pandé/ia -pandemónium -panden/ai -pandeo/S -panderada/S -pandera/H -pandereta/H -panderetear/RDE -panderetee/GS -panderetea/S -panderetero/SG -panderetera/S -panderete/SG -pandereta/S -pandero/GS -pandera/S -pandilla/C -pandillero/GS -pandillera/S -pandó/ia -pandorga/S -pando/S -panecillo/S -panegirice/S -panegírico/GS -panegírica/S -panegirista/S -panegirizar/RDE -panegirizo/G -panel/GS -panela/S -panero/GS -panera/S -panes/ji -paneslavismo/S -paneslavista/S -panetela/S -panetero/LGS -panfilismo/S -pánfilo/GS -pánfila/S -panfleto/S -pangermanismo/S -pangermanista/S -paniaguado/S -pánico/SG -pánica/S -panicular/S -panículo/GS -panícula/S -paniego/GS -paniega/S -panificable/S -panificar/RED -panifico/G -paniguado/SG -paniguada/S -panique/S -panislamismo/S -panizo/S -panocho/GS -panocha/S -panoja/S -panoli/S -panonio/GS -panonia/S -pano/oS -panoplia/S -panóptico/GS -panóptica/S -panorama/S -panorámico/GS -panorámica/S -panoso/GS -panosa/S -pan/S -pansa/S -pansido/GS -pansida/S -panspermia/S -pantalla/S -pantalonero/SG -pantalonera/S -pantalón/S -pantano/ia -pantanos -pantanoso/GS -pantanosa/S -panteísmo/S -panteísta/S -panteón/S -pantera/S -pantómetra/S -pantomimo/SG -pantomima/S -pantoque/S -pantorra/SN -pantorrillera/S -pantufla/H -pantuflo/GS -pantufla/S -panzada/iS -panza/iS -panzudo/GS -panzuda/S -pañal/S -pañero/GS -pañera/S -pañete/S -paño/ai -pañol/S -paños -pañuelo/S -papá -papable/S -papad/ih -papado/cS -papafigo/S -papagayo/GS -papagaya/S -papahuevos -papalino/GS -papalina/S -papal/S -papamoscas -papa/N -papanatas -papan/ih -papar/hRiED -páparo/GS -pápara/S -paparote/SG -paparota/S -paparrabias -paparrasolla/S -paparrucha/S -papás -papas/c -papatoste/S -papaveráceo/SG -papaverácea/S -papaverina/S -papayo/GS -papaya/S -papear/RED -papee/SG -papea/S -pape/GhSi -papé/ih -papelear/RDE -papelee/GS -papelea/S -papeleo/S -papelero/GS -papelera/S -papeles/i -papeleta/S -papeletear/RED -papeletee/GS -papeletea/S -papeletice/S -papeletizar/ERD -papeletizo/G -papelina/S -papelista/S -papel/NLS -papelonado/S -papelonear/RDE -papelonee/GS -papelonea/S -papelón/SG -papelóna/S -papelorio/S -papelote/S -papelucho/S -papen/ih -papero/GS -papera/S -papialbillo/S -papiamento/SG -papiamenta/S -papilar/Sp -papila/Sp -papilionáceo/GS -papilionácea/S -papillote/S -papiloma/S -papiro/S -papirote/HS -papirotes/i -papismo/S -papista/cS -papo/hpi -papó/ih -paporrear/RDE -paporree/GS -paporrea/S -papos -Papúa -papujada/i -papujado/GSi -papujada/S -paquear/RDE -paquebot -paquebote/S -paquee/GS -paquea/S -paquetero/GS -paquetera/S -paquete/Si -paquidermia/S -paquidérmico/GS -paquidérmica/S -paquidermo/S -paquistaní -paquistaníes -para/acSgpn -paraba/apSg -paraban/pg -parabién/S -parabolano/S -parábola/S -parabolice/S -parabólico/GS -parabólica/S -parabolizar/RDE -parabolizo/G -paraboloide/S -parabrisas -paracaídas -paracaidismo/S -paracaidista/S -paracentesis -parachoques -paracleto/S -paráclito/S -paracronismo/S -paradero/S -paradigma/S -paradina/S -paradisíaco/GS -paradisíaca/S -paradislero/S -parad/naGpg -parado/apSg -paradójico/GS -paradójica/S -paradojo/GS -paradoja/S -parador/nGaSp -parafernales -parafernalia/S -parafina/S -parafraseador/GS -parafraseadora/S -parafrasear/REDÆÄÀ -parafrasee/GS -parafrasea/S -paráfrasis -par/ÂGKS -paragonar/RED -paragón/GS -paragóna/S -parágrafo/S -paraguas -Paraguay -paraguayo/GS -paraguaya/S -paraguay/S -parahusar/RID -parahúse/GS -parahúsa/S -parahúso/S -paráis/gpa -paraíso/S -paraje/OS -parajismo/S -paraláctico/GS -paraláctica/S -paralaje/S -paralelamente -paralelar/RDE -paralele/GS -paralela/S -paralelepípedo/S -paralelismo/S -paralelogramo/S -paralelo/S -paralice/S -parálisis -paraliticar/RED -paralitico/G -paralítico/GS -paralítica/S -paralizador/GS -paralizadora/S -paralizante/S -paralizar/RÁÀÅDEA -paralizo/G -paralogice/S -paralogizar/RED -paralogizo/G -paramentad/i -paramenta/i -paramentan/i -paramentar/EiRD -paramente/GiS -paramenté/i -paramenten/i -paramentó/i -paramento/nS -parámetro/S -paramilitar/S -páramo/S -paramos/pg -parancero/S -parando/pg -parangonar/RED -parangonizar -parangón/SG -parangóna/S -paranínfico/S -paraninfo/S -paran/nagp -paranoia/S -paranoico/GS -paranoica/S -paranoide/S -paranomasia/S -paranormal/S -paranza/S -parapetar/REDÁ -parapete/GS -parapeta/S -parapeto/S -parapoco/S -parapsicología/S -parara/agp -pararán/gp -pararan/pg -parará/pga -pararás/gp -pararen/pg -pararé/pga -parare/pSGag -pararía/gSp -pararla/p -pararle/pgS -pararlo/pGS -pararme/g -pararon/pg -parar/ønRÅÀÂÁEDô -pararos/g -pararrayo/S -pararse/pg -pararte/g -parase/agp -paraselene/S -parasemo/S -parasen/pg -parasimpático/GS -parasimpática/S -parasismo/S -parasitaria/c -parasitario/cSG -parasitismo/S -parásito/GS -parásita/S -parasol/S -paras/pSag -paraste/pg -parata/aS -parazonio/S -parca/aS -parcamente -parce/GS -parca/S -parcelario/SG -parcelaria/S -parcelar/REÀD -parcele/GS -parcela/S -parchad/i -parcha/H -parchan/i -parchar/iRDE -parchear/RED -parchee/GS -parchea/S -parche/GSi -parcha/S -parché/i -parchen/i -parchís/S -parcho/i -parchó/i -parcialice/S -parcializar/RED -parcializo/G -parcial/kKS -parcialmente/k -parcionero/GS -parcionera/S -parcir/h -parco/KS -pardal/S -parda/N -pardear/ERD -pardee/GS -pardea/S -pardiez -pardina/S -pardisco/GS -pardisca/S -pardomonte/S -pardo/SGN -parda/S -pardusco/GS -pardusca/S -parduzco/GS -parduzca/S -parea/a -paread/a -parean/a -pare/anGSgp -parear/REaD -parece/aShj -pareced/ajh -parecen/ajh -parecencia/S -pareceres -parecer/IhDjRLa -parecerme/a -parecernos/a -pareceros/a -parecerte/a -parecía/hja -pareciéndome/a -pareciéndonos/a -pareciéndoos/a -pareciéndote/a -parecí/jha -pareció/hja -paredes/ih -paredón/S -pared/S -pareé/a -pareen/a -paree/SGa -parea/S -paréis/gpa -pareja/ahiS -parejo/GaS -parejura/S -parella/S -paremiológico/GS -paremiológica/S -paremos/pg -paré/ngpa -paren/nagp -parénquima/S -parenquimatoso/GS -parenquimatosa/S -párense/p -parental/S -parentela/S -parentesco/S -paréntesis -pareo/a -pareó/a -parergon -parérgones -paresa/S -párese/p -paresia/S -pares/k -parestesia/S -parezca/ajh -parezco/ajh -pargo/S -parhelio/GS -parhelia/S -parhilera/S -paridera/S -parienta/i -pariente/iGS -parietal/S -parietaria/S -parificar/RED -parifico/G -parihuela/S -pario/SG -paria/S -parir/ÎDRÁ -parisiense/S -parisino/GS -parisina/S -paritario/GS -paritaria/S -paritorio/S -parlador/SG -parladora/S -parlaembalde/S -parlamentaria/cl -parlamentariamente -parlamentario/clSG -parlamentarismo/S -parlamentar/RODE -parlamente/GS -parlamenta/S -parlamento/S -parlante/S -parlar/ERD -parlatorio/S -parle/G -parlero/GS -parlera/S -parlotear/RDE -parlotee/SG -parlotea/S -parloteo/S -parmesano/GS -parmesana/S -parnasiano/SG -parnasiana/S -parnaso/S -paro/agpn -parodiador/GS -parodiadora/S -parodiar/ERDÀÄ -parodie/GS -parodia/S -parodista/S -parola/S -parolina/S -paró/ngpa -paronimia/S -parónimo/GS -parónima/S -paronomasia/S -parón/pS -paros/p -paroxismo/S -parpadeante/S -parpadear/RED -parpadee/SG -parpadea/S -parpadeo/S -párpado/S -parpar/ERD -parpe/SG -parpa/S -parque/aS -parqué/S -parrad/ai -parrafada/S -parrafear/RDE -parrafee/GS -parrafea/S -párrafo/S -parra/iN -parral/S -parran/ai -parrandear/RED -parrandee/SG -parrandea/S -parrandero/GS -parrandera/S -parrandista/S -parrando/G -parrar/iREaD -parras/c -parré/ia -parren/ai -parre/SGai -parra/S -parresia/S -parricida/S -parricidio/S -parro/ai -parrocha/S -párroco/S -parró/ia -parroquial/S -parroquiano/GS -parroquiana/S -parroquia/Sa -parsimonia/S -parsimonioso/GS -parsimoniosa/S -parta/akgp -partáis/agk -pártala/a -pártalo/aGS -partamos/kg -partan/akgp -pártanlo/GS -pártanla/S -partear/ERD -partee/GS -partea/S -pártela/a -pártelo/aSG -parteluz/S -parten/akgp -partero/GS -partera/S -parterre/S -partesana/S -parte/SGakgp -parta/S -partíais/gk -partían/gk -partía/pgSk -partible/kSp -particionero/GS -particionera/S -participante/S -participar/RÆÀÂDAE -participativo/SG -participativa/S -participe/GS -participa/S -partícipe/S -participio/S -particularice/S -particularismo/S -particularista/S -particularizar/RED -particularizo/G -particular/KOS -particularmente -partícula/S -partida/oSa -partidario/SG -partidaria/S -partidismo/S -partidista/S -partid/kGgp -partido/kSg -partidor/Sgp -partidura/S -partiera/kg -partiere/kgGS -partiese/kgS -partil/S -partimos/kg -partió/pgk -partí/pgk -partiquino/SG -partiquina/S -partirá/gk -partirán/gk -partirás/gk -partiré/gk -partiría/gSk -partirla/k -partirlo/kSG -partir/pPÅREÌADÁ -partirse/kg -partís/pgk -partiste/kg -partitivo/GS -partitiva/S -partitura/S -parto/Srp -parturienta/S -parva/aShi -parvada/aSih -parvedad/S -parvero/S -parvificar/RED -parvificencia/S -parvifico/G -parvífico/GS -parvífica/S -parvo/SG -parva/S -parvulario/S -parvulez/S -párvulo/GS -párvula/S -pasabais/ohr -pasábamos/r -pasaban/rpho -pasaba/rShpo -pasable/S -pasacaballo/S -pasacalle/S -pasada/b -pasaderamente -pasadera/pS -pasadero/GS -pasadera/S -pasadillo/S -pasadizo/S -pasad/orGhp -pasador/GS -pasadora/S -pasado/rShbGpo -pasáis/oprh -pasajero/GS -pasajera/S -pasajuego/S -pasamanar/RED -pasamane/GS -pasamana/S -pasamanero/SG -pasamanera/S -pasamano/LS -pasamontañas -pasamos/rpho -pasándola/r -pasándolo/rGS -pasando/rpho -pasándose/r -pasan/orph -pasante/S -pasa/ohpr -pasaportar/RED -pasaporte/GS -pasaporta/S -pasara/hrpo -pasarais/rho -pasáramos/r -pasarán/ohpr -pasaran/rpho -pasará/oprh -pasar/ÃRÇÏÙÛEÌøBÁÀôCDQÅÄ -pasarás/ohpr -pasaréis/ohr -pasareis/rho -pasarela/S -pasaremos/r -pasáremos/r -pasaren/rpho -pasaré/oprh -pasare/rGShpo -pasaríais/r -pasaríamos/r -pasarían/ohr -pasaría/ohpSr -pasarla/rp -pasarlo/rGSp -pasarme/rpo -pasarnos/ro -pasaron/rpho -pasaros/rpo -pasarse/rpho -pasarte/rpo -pasase/hrpo -pasaseis/hor -pasásemos/r -pasasen/rpho -pasas/rSpho -pasasteis/r -pasaste/rpho -pasatiempo/S -pasavante/S -pasavolante/S -pascal/S -pascasio/S -pascual/S -pascua/S -pascuero/S -pascuilla/S -paseadero/S -paseador/SG -paseadora/S -paseante/S -pasear/REÅÁD -paseata/S -pasee/SG -pasea/S -paséis/oprh -pasemos/hopr -pasen/orph -pásense/p -pase/oGShpr -pasé/orph -paseo/S -paseriforme/S -pásese/p -pasible/kJS -pasicorto/GS -pasicorta/S -pasiego/GS -pasiega/S -pasifloráceo/GS -pasiflorácea/S -pasiflora/S -pasillo/S -pasional/S -pasionario/GS -pasionaria/S -pasioncilla/S -pasionero/GS -pasionera/S -pasiones/a -pasionista/S -pasito -pasitrote/S -pasivamente -pasivo/GKS -pasmarotada/S -pasmarote/SG -pasmarota/S -pasmar/RDôøEÁ -pasmarse/h -pasme/SG -pasma/S -pasmo/S -pasmosamente -pasmoso/GS -pasmosa/S -paso/jS -pasó/orph -pasquinar/DRE -pasquín/SG -pasquína/S -pastad/aip -pastadero/S -pastaflora/S -pasta/N -pastan/aip -pastar/iRpaDE -pastear/RDE -paste/aSGip -pastee/GS -pastea/S -pastelear/RED -pastelee/GS -pastelea/S -pastelero/GS -pastelera/S -pasteles/i -pastelista/S -pastelón/S -pastel/SLN -pasten/aip -pasté/pia -pasterice/S -pasterizar/ERD -pasterizo/G -pastero/S -pasteurice/S -pasteurizar/ERD -pasteurizo/G -pastillero/S -pastinaca/S -pastizal/S -pastoforio/S -pastón/S -pastó/pia -pastoralmente -pastoral/S -pastorear/RED -pastoree/SG -pastorea/S -pastor/GS -pastora/S -pastorilmente -pastoril/S -pasto/S -pastoso/KGS -pastraña/S -pastura/CS -pasturar/a -patache/S -pata/CN -pataco/GS -pataca/S -patacón/S -patada/Si -patagua/S -patalear/RED -patalee/GS -patalea/S -pataleo/S -pataleta/NS -patán/S -patas/i -patatal/S -patatar/S -patata/S -patatero/GS -patatera/S -patatús/S -patead/p -pateadura/S -pateamiento/S -pateándolo/GS -pateándola/S -patean/p -patea/p -patearlo/GS -patearla/S -patear/pRDE -pateen/p -pateé/p -patee/pGS -patena/S -patentar/RDEÀ -patente/GS -patenta/S -patentemente -patentice/S -patentizar/REÂD -patentizo/G -pateo/p -pateó/p -pátera/S -paternalmente -paternal/S -paterno/KGS -paternóster/S -patero/GS -patera/S -paté/S -pateta/S -patéticamente -patético/GS -patética/S -patetismo/S -patialbo/NGS -patialba/S -patiblanco/SG -patiblanca/S -patibulario/GS -patibularia/S -patíbulo/S -paticojo/GS -paticoja/S -patidifuso/GS -patidifusa/S -patiestevado/GS -patiestevada/S -patilla/hS -patilludo/SG -patilluda/S -patina/C -patinadero/S -patinador/GS -patinadora/S -patinar/RDE -pátina/S -patinete/S -patín/HGS -patino/N -patio/S -patiquebrar/RDE -patiquebre/GS -patiquebra/S -patitas -patitieso/SG -patitiesa/S -patituerto/GS -patituerta/S -patizambo/GS -patizamba/S -patochada/S -patogenia/S -patógeno/SG -patógena/S -patografía/S -pato/GS -pata/S -patojo/GS -patoja/S -patología/S -patológicamente -patológico/GS -patológica/S -patoso/GS -patosa/S -patraña/S -patria/pS -patriarcado/S -patriarcal/S -patriarca/S -patriciado/S -patricio/GS -patricia/S -patrimonial/KS -patrimonio/S -patrio/GS -patria/S -patriota/S -patrioterismo/S -patriotero/SGO -patriotera/S -patriótico/GS -patriótica/S -patriotismo/S -patrocinador/SG -patrocinadora/S -patrocinante/S -patrocinar/REÀD -patrocine/GS -patrocina/S -patrocinio/S -patronal/S -patronato/S -patronazgo/S -patronear/RED -patronee/SG -patronea/S -patronero/S -patrón/GS -patróna/S -patrono/S -patrullar/RDÀE -patrulle/GS -patrulla/S -patrullero/SG -patrullera/S -patuco/S -patudo/GS -patuda/S -patulea/S -patullar/RED -patulle/GS -patulla/S -paula/N -paular/RED -paularse/a -paulatinamente -paulatino/GS -paulatina/S -paule/SG -paula/S -pauliana/S -paulinia/S -paulonia/S -paúl/S -pauperismo/S -paupérrimo/GS -paupérrima/S -pausadamente -pausar/RED -pause/SG -pausa/S -pautar/RED -paute/SG -pauta/S -pavada/S -pavana/S -pavero/GS -pavera/S -pavesada/hSi -pavesa/ihS -paveses/hi -pavés/GS -pavésa/S -pavesina/S -pavezno/S -paviano/GS -paviana/S -pavía/S -pavimentar/RAED -pavimente/GS -pavimenta/S -pavimento/S -paviota/S -pavipollo/S -pavitonto/SG -pavitonta/S -pavo/GS -pava/S -pavonad/ih -pavonador/GS -pavonadora/S -pavona/ih -pavonan/ih -pavonar/iRDhE -pavonear/RÁDE -pavonee/GS -pavonea/S -pavoné/hi -pavone/iSGh -pavonen/ih -pavón/HGS -pavonó/hi -pavono/ih -pavordear/RED -pavordee/GS -pavordea/S -pavorida/h -pavorido/GSh -pavorida/S -pavorosamente -pavoroso/GS -pavorosa/S -pavor/S -pavura/S -payasa/a -payasada/Sa -payaso/aG -payasos -payo/GS -paya/S -pazca/p -pazco/p -pazguato/GS -pazguata/S -paz/LS -pazote/S -pea/C -peáis/ah -peajero/S -peal/S -peamos/h -pean/ah -peana/S -peatonal/S -peatón/GS -peatóna/S -pebetero/S -pebete/S -pebrada/S -pebre/S -pecable/kS -pecador/GS -pecadora/S -pecaminoso/SG -pecaminosa/S -pecante/S -pecar/RDE -pecblenda/S -pecero/GS -pecera/S -pecha/ahp -pechad/pha -pechan/pha -pechar/aRhDpE -pechear/ERÂD -pechee/GS -pechea/S -pechelingue/S -pechen/pha -peché/pha -pechero/GS -pechera/S -peche/SGaph -pecha/S -pechiblanco/SG -pechiblanca/S -pechicolorado/S -pechigonga/S -pechina/S -pechirrojo/S -pechisacado/SG -pechisacada/S -pe/CHN -pechó/pha -pecho/Spbh -pechuga/jaSh -pechuguera/S -pecina/iS -pecinoso/GS -pecinosa/S -peciolado/GS -peciolada/S -peciolo/S -pecíolo/S -pecio/S -peco/G -pecorear/RDE -pecoree/GS -pecorea/S -pecoso/GS -pecosa/S -pectar/RED -pecte/SG -pecta/S -pectina/S -pectiniforme/S -pectoral/S -pecuario/GS -pecuaria/S -peculiar/KS -peculiarmente -peculio/S -pecuniariamente -pecuniario/GS -pecuniaria/S -pecunia/S -pedagogía/S -pedagógico/GS -pedagógica/S -pedagogo/GS -pedagoga/S -pedalear/RED -pedalee/GS -pedalea/S -pedaliáceo/GS -pedaliácea/S -pedal/S -pedáneo/S -pedantear/RDE -pedantee/GS -pedantea/S -pedantería/S -pedantescamente -pedantesco/GS -pedantesca/S -pedante/SO -pedantismo/S -pedazo/ah -pederasta/S -pederastia/S -pedernalino/GS -pedernalina/S -pedernal/S -pedestal/S -pedestre/OS -pedestrismo/S -pedía/kh -pediatra/S -pediatría/S -pediátrico/GS -pediátrica/S -pedicelo/S -pedicular/DS -pediculosis -pedicuro/GS -pedicura/S -pedid/hk -pedidle/GS -pedidla/S -pedidlo/S -pedidme -pedídmelo/GS -pedídmela/S -pedidnos -pedídnoslo/SG -pedídnosla/S -pedidor/kGS -pedídselo/SG -pedídsela/S -pedidura/S -pedigüeño/SG -pedigüeña/S -pedí/kh -pediluvio/S -pedimento/kS -pedir/hXkÁÀDÉÊ -pedirle/kS -pedírmelo/SG -pedírmela/S -pedírnoslo/GS -pedírnosla/S -pedíroslo/SG -pedírosla/S -pedírselo/SG -pedírsela/S -pedírtelo/GS -pedírtela/S -pedís/kh -pedorrear/RDE -pedorree/GS -pedorrea/S -pedorrero/SG -pedorrera/S -pedorreta/S -pedorro/GS -pedorra/S -pedo/SH -pedrada/iSh -pedrea/aS -pedregal/S -pedregoso/SG -pedregosa/S -pedrejón/S -pedreral/S -pedrero/GS -pedrera/S -pedrés -pedrezuela/S -pedriscal/S -pedrisco/GS -pedrisca/S -pedrisquero/S -pedrizo/GS -pedriza/S -pedroche/S -pedrojiménez -pedro/LS -pedrusco/S -pedunculado/GS -pedunculada/S -pedúnculo/S -pee/aGSh -peéis/ah -peemos/h -peen/ah -peer/RLED -pega/ahiS -pegaba/iaSh -pegabais/h -pegaban/ih -pegad/iGah -pegadillo/S -pegadizo/GS -pegadiza/S -pegado/iaSh -pegador/hS -pegadura/iSh -pegáis/hai -pegajoso/KGS -pegamento/S -pegamos/ih -pegan/ahi -pegando/ih -pegara/iah -pegará/iha -pegarais/h -pegarán/hi -pegaran/ih -pegarás/hi -pegare/iaGSh -pegaré/iha -pegareis/h -pegaréis/h -pegaren/ih -pegaría/iSh -pegarían/h -pegar/ÎBRÁÀÂEPDôÅÄ -pegarla/h -pegarlo/hSG -pegarme/h -pegarnos/h -pegaron/ih -pegaros/h -pegarse/ih -pegarte/h -pegas/aSih -pegase/iah -pegaseis/h -pegasen/ih -pegaseo/GS -pegasea/S -pegaste/ih -pegata/S -pegatina/S -pegmatita/S -pego/aSGh -pegó/iha -pegotear/RDE -pegotee/GS -pegotea/S -pegote/S -pegué/iha -pegue/iSah -peguéis/hi -peguemos/h -peguen/iah -peguero/S -pegujal/S -peguntad/i -pegunta/i -peguntan/i -peguntar/iRED -pegunté/i -pegunte/iGS -pegunten/i -pegunto/i -peguntó/i -peí -peinad/hp -peinador/GS -peinadora/S -peinadura/S -peina/H -peinándome -peinándonos -peinándoos -peinándote -peinan/hp -peinaos -peinarlo/GS -peinarla/S -peinarme/h -peinarnos/h -peinaros/h -peinar/RphDE -peinarte/h -péinate -peínate -peinecillo/S -peine/hSGp -peinen/hp -peiné/ph -peinero/GS -peinera/S -peines/ji -peineta/S -peinetero/S -peino/hp -peinó/ph -pejegallo/S -peje/hS -pejemuller/S -pejepalo/S -pejesapo/S -pejiguera/S -pejino/GS -pejina/S -pela/C -pelada/N -pelad/lajpi -peladlo/GS -peladla/S -pelado/N -pelador/SG -peladora/S -peladura/S -pelagatos -pelagiana/q -pelagianismo/Sq -pelagiano/qGS -pelagoscopio/S -pelagra/S -pelagroso/SG -pelagrosa/S -pelaire/S -peláis/k -pélalo/SG -pélala/S -pelambra/a -pelambrad/a -pelambran/a -pelambrar/aRDE -pelambré/a -pelambre/aGS -pelambren/a -pelambrero/SG -pelambrera/S -pelambro/a -pelambró/a -pelamos/k -pelandusca/S -pelan/lajpki -pelaos -pelargonio/S -pelar/jRilDapE -pelarme/l -pelarnos/l -pelaros/l -pelarte/l -pelásgico/GS -pelásgica/S -pelasgo/GS -pelasga/S -pélate -pelaza/S -peldaño/S -peleador/GS -peleadora/S -pelear/RDEÁÅ -pelecaniforme/S -pelechad/i -pelecha/i -pelechan/i -pelechar/RiED -peleché/i -peleche/iGS -pelechen/i -pelecho/i -pelechó/i -pelechos -pelee/GS -pelea/S -peléis/k -pelé/jilpa -pelele/S -pele/lGSapkij -pélelo/SG -pélela/S -pelemos/k -pelendengue/S -pelen/lajpki -pélenlo/GS -pélenla/S -peleón/GS -peleóna/S -peletero/LGS -pelete/S -pelgares/a -pelgar/S -peliagudo/GS -peliaguda/S -peliblanco/SG -peliblanca/S -peliblando/SG -peliblanda/S -pelícano/GS -pelícana/S -pelicorto/GS -pelicorta/S -pelicular/S -película/S -peliculón/S -peliforra/S -peligrar/RED -peligre/GS -peligra/S -peligro/S -peligrosamente -peligroso/KSG -pelillo/S -pelinegro/GS -pelinegra/S -pelirrojo/SG -pelirroja/S -pelirrubio/SG -pelirrubia/S -pelis -pelitieso/SG -pelitiesa/S -pella/api -pellada/Spai -pelleja/ih -pellejero/GS -pellejera/S -pellejina/S -pellejo/iGh -pellejos -pellejudo/GS -pellejuda/S -pelleta/S -pelletero/SG -pelletera/S -pellico/GS -pellica/S -pellijero/SG -pellijera/S -pelliquero/SG -pelliquera/S -pelliza/S -pellizcador/GS -pellizcadora/S -pellizcar/RÁDEÅÆ -pellizco/GS -pellizca/S -pello/aGpi -pellón/iS -pellos -pellote/S -pelma/HS -pelmaza/a -pelmazo/aG -pelo/aplkij -peló/jilpa -pelón/GS -pelóna/S -peloponense/S -peloponesio/GS -peloponesia/S -pelosa/N -peloso/pGS -pelos/rp -pelota/NH -pelotari/S -pelotear/RDE -pelotee/GS -pelotea/S -pelote/iSGh -pelotero/GS -pelotera/S -pelotillero/GS -pelotillera/S -peloto/hi -pelotones/a -pelotón/S -pelotos -pelta/S -peltrero/S -peltre/Si -peluca/Sh -peluche/hS -pelucona/S -peludo/GS -peluda/S -peluquero/LSG -pelusa/SN -pelviano/GS -pelviana/S -pelvi/S -pena/ah -penable/S -penachera/S -penacho/i -penachos -penachudo/SG -penachuda/S -penad/ah -penada/N -penador/hS -penalicé/h -penalice/hS -penalicen/h -penalista/S -penalizad/h -penaliza/h -penalizan/h -penalizar/hRDE -penalizarlo/GS -penalizarla/S -penalizó/h -penalizo/hG -penal/KS -penalmente -penalti/S -penan/ah -penante/S -penar/aRhDE -penates -penca/a -pencazo/S -penco/aG -pencos -pencudo/GS -pencuda/S -penda/kgo -pendanga/S -pendan/okg -pended/okg -pendejo/S -pendencia/g -pendenciar/RDE -pendenciero/SG -pendenciera/S -pendencie/S -penden/okg -pende/oSGkg -pender/kRgoDE -pendía/gko -pendiente/gSF -pendil/S -pendingue/S -pendí/ogk -pendió/gko -pendolaje/S -pendolario/S -péndola/S -pendo/Lgko -pendolista/S -pendolón/S -pendonear/RDE -pendonee/GS -pendonea/S -pendoneta/S -pendón/GS -pendóna/S -pendonista/S -pendrar/RDE -pendre/GS -pendra/S -pendular/S -péndulo/GS -péndula/S -pendura/S -pene/aSGh -peneca/S -pené/ha -penen/ah -peneque/GS -penequa/S -penetrable/kJS -penetrador/SG -penetradora/S -penetrante/S -penetrar/RÅÄEÁÀDA -penetrativo/GS -penetrativa/S -penetre/GS -penetra/S -peniano/GS -peniana/S -penibético/GS -penibética/S -penicilina/S -peninsular/S -península/S -penique/S -penisla/S -penitencial/S -penitenciario/GS -penitenciaria/S -penitenciar/RDE -penitencie/S -penitente/kSF -peno/ah -penó/ha -penoles/h -penol/S -penoso/GS -penosa/S -pensaban/p -pensaba/pS -pensable/kS -pensada/k -pensado/kpGS -pensador/GS -pensadora/S -pensad/pG -pensáis/p -pensamos/p -pensando/p -pensante/S -pensar/ÃÇRDÌÁÂÀIÝPÐQÄÆÅ -pensaran/p -pensarán/p -pensara/p -pensará/p -pensarás/p -pensaren/p -pensaré/p -pensare/pGS -pensaría/pS -pensarla/p -pensarlo/pSG -pensarme/p -pensaron/p -pensaros/p -pensarse/p -pensarte/p -pensasen/p -pensase/pS -pensaste/p -pensativo/GS -pensativa/S -penséis/p -pensemos/p -pensé/p -penseque/S -pensilvano/SG -pensilvana/S -pensionario/S -pensionar/RDÁE -pensione/G -pensionista/S -pensión/oS -pensó/p -pentacordio/S -pentaedro/S -pentagonal/S -pentágono/GS -pentágona/S -pentagrama/S -pentámero/GS -pentámera/S -pentapolitano/GS -pentapolitana/S -pentasílabo/GS -pentasílaba/S -penúltima/b -penúltimo/SGb -penúltima/S -penumbra/S -penumbroso/SG -penumbrosa/S -penuria/S -peña/iSh -peñascal/S -peñasco/S -peñascoso/GS -peñascosa/S -peñerar/RED -peñere/GS -peñera/S -peñón/S -peo/ah -peonada/aS -peón/CS -peones/a -peonía/S -peonio/GS -peonia/S -peonza/S -peora/iS -peorar/i -peores/i -peoría/S -peor/SG -peora/S -pepe/GS -pepa/S -pepinar/S -pepino/SN -pepita/Sh -pepitoria/S -peplo/S -pepona/S -pepsina/S -peptona/S -pequeña/M -pequeñeces/i -pequeñín/S -pequeñísimo/GS -pequeñísima/S -pequeñito/GS -pequeñita/S -pequeñoburgués/GS -pequeñoburguésa/S -pequeño/GS -pequeña/S -pequinés/S -pera/aSk -peragrar -peraleda/S -peralejo/S -peral/S -peraltar/RDE -peralte/GS -peralta/S -perborato/S -percalina/S -percal/S -percance/S -percanzar -perca/S -percatar/ÅRÁDE -percate/GS -percata/S -percebe/S -percebimiento/S -percepción/S -perceptible/JS -perceptiblemente/k -perceptibles/k -perceptivo/SG -perceptiva/S -perceptor/GS -perceptora/S -perchad/i -percha/i -perchan/i -perchar/iRED -perché/i -perche/iSG -perchelero/SG -perchelera/S -perchel/S -perchen/i -percherón/GS -percheróna/S -perchero/S -percho/i -perchó/i -perchonar/RED -perchone/SG -perchona/S -perciba/a -perciban/a -percibe/GaS -perciben/a -percibí/a -percibía/a -percibid/a -percibiéndolo/GS -percibiéndola/S -percibió/a -percibir/aRDÁE -percibirlo/SG -percibirla/S -percibís/a -percibo/a -percloruro/S -percocero/S -percochar/RDE -percoche/GS -percocha/S -percollar/RED -percolle/SG -percolla/S -percuda/ip -percudan/ip -percude/iGSp -percuden/ip -percudía/pi -percudid/ip -percudí/ip -percudió/pi -percudir/pRiED -percudís/pi -percudo/ip -percusor/S -percutan/p -percuta/p -percuten/p -percute/pGS -percutía/p -percutid/p -percutió/p -percutí/p -percutir/RpQDE -percutís/p -percuto/p -percutor/S -perdedor/GS -perdedora/S -perder/RLÁÂIÃPõùAÄÅDôø -perdicera/S -perdidamente -pérdida/S -perdidizo/GS -perdidiza/S -perdigad/iha -perdiga/hai -perdigana/S -perdigan/iha -perdigar/hRiaDE -perdigo/Giha -perdigó/iah -perdigonada/S -perdigonera/S -perdigón/S -perdigué/ahi -perdigue/iha -perdiguero/GS -perdiguera/S -perdiz/S -perdonable/Sk -perdonador/GS -perdonadora/S -perdonar/RÛÚÃÍÌÎÁÀÂDEÄÆÅ -perdonavidas -perdón/GS -perdóna/S -perdulario/SG -perdularia/S -perdurable/JS -perdurablemente -perdurar/RDE -perdure/GS -perdura/S -perecear/RDE -perecedera/k -perecedero/GkS -pereced/h -perecee/GS -perecea/S -perece/iSh -perecéis/i -perecemos/i -perecen/ih -perecer/hDRI -perecía/h -pereciendo/S -perecí/h -perecimiento/S -pereció/h -pereda/S -peregrina/C -peregrinamente -peregrinar/READ -peregrine/SG -peregrina/S -peregrino/SK -perejiles/i -perejil/S -perencejo/S -perendeca/S -perendengue/S -perengano/GS -perengana/S -perenne/KS -perennemente -perennice/S -perennizar/RED -perennizo/G -perentoriamente -perentorio/SGK -perentoria/S -pereta/S -peretero/S -pereza/LhS -perezca/h -perezco/h -perezosamente -perezoso/GS -perezosa/S -perfeccionador/GS -perfeccionadora/S -perfeccionar/REPDÁ -perfecciones/k -perfección/GS -perfeccióna/S -perfecta/k -perfectamente/k -perfectible/SJ -perfectivo/SG -perfectiva/S -perfecto/kSG -perfectos/h -perficiente/S -pérfidamente -perfidia/S -pérfido/GS -pérfida/S -perfilad/h -perfiladura/S -perfila/h -perfilan/h -perfilar/hRDE -perfilé/h -perfile/hSG -perfilen/h -perfil/GS -perfila/S -perfilo/h -perfiló/h -perfoliada/S -perfoliata/S -perfolla/hS -perforación/kS -perforador/GS -perforadora/S -perforar/RÁÀÂAEDÅÄÆ -perfore/GS -perfora/S -perfumadero/S -perfumador/GS -perfumadora/S -perfumar/RDøÁE -perfumear/RDE -perfumee/SG -perfumea/S -perfume/GS -perfuma/S -perfumería/S -perfumista/S -pergaminero/S -pergamino/S -pergenio/S -pergeñar/REDÀ -pergeñe/GS -pergeña/S -pergeño/S -periambo/S -periantio/S -perianto/S -pericardio/S -pericarditis -pericarpio/S -pericia/kS -pericialmente -pericial/S -periclitar/RED -periclite/GS -periclita/S -perico/NS -pericote/S -peridoto/S -perieco/GS -perieca/S -periferia/S -periférico/GS -periférica/S -perifollo/S -perifonear/RED -perifonee/SG -perifonea/S -periforme/S -perifrasear/RDE -perifrasee/GS -perifrasea/S -perífrasis -perigallo/S -perigeo/S -perigonio/S -perihelio/S -perillo/GS -perilla/S -perilustre/S -perímetro/S -perineal/S -perineo/S -periné/S -perinola/S -perinquina/S -periódicamente -periodicidad/S -periódico/SG -periódica/S -periodicucho/S -periodismo/S -periodista/S -periodístico/GS -periodística/S -periodización/S -periodo/S -período/Sq -periostio/S -periostitis -peripato/S -peripecia/S -periplo/S -peripuesto/SG -peripuesta/S -periquear/RED -periquee/SG -periquea/S -periquete/S -periquito/S -peri/S -periscopio/S -perisodáctilo/S -perista/S -peristilo/S -perita/C -peritar/READ -perite/GS -perita/S -peritoneo/S -peritonitis -perito/S -perjudicador/GS -perjudicadora/S -perjudicar/RÅÆÀÁED -perjudicialmente -perjudicial/S -perjudico/G -perjuicio/S -perjurador/GS -perjuradora/S -perjurar/DRE -perjure/GS -perjura/S -perjurio/S -perlar/RDE -perlero/GS -perlera/S -perle/SG -perla/S -perlesía/S -perlino/GS -perlina/S -perlita/S -perlongar/RED -perlongo/G -permanecer/RIDL -permanece/S -permanente/FS -permanentemente -permanganato/S -permeabilidad/S -permeable/kqS -pérmico/GS -pérmica/S -permisible/S -permisivamente -permisivo/KGS -permisor/SG -permisora/S -permiso/S -permite/GS -permita/S -permitidor/GS -permitidora/S -permitir/DôÅRÃEQøÁÀ -permutable/SJk -permutar/ERDÀ -permute/GS -permuta/S -pernada/iSajh -perna/i -pernales/S -pernear/RED -pernee/GS -pernea/S -pernera/S -pernetas -pernezuela/S -perniciosamente -pernicioso/GS -perniciosa/S -pernicote/S -pernigón/S -pernil/S -pernio/S -perniquebrar/RID -pernituerto/GS -pernituerta/S -pernoctar/RED -pernocte/SG -pernocta/S -perno/iG -pernos -pernotar/RED -pernote/GS -pernota/S -perogrullada/S -pero/iM -perojo/S -perol/GS -perola/S -peroné/S -perorar/READ -perorata/S -perore/GS -perora/S -peros/a -peróxido/S -perpalo/S -perpejana/S -perpendicularmente -perpendicular/SK -perpetrador/GS -perpetradora/S -perpetrar/ARDÀE -perpetre/GS -perpetra/S -perpetuamente -perpetuar/ARÁDI -perpetúe/GS -perpetúa/S -perpetuo/KGS -perplejamente -perplejidad/S -perplejo/GS -perpleja/S -perpunte/S -perquirir -perrada/iS -perra/L -perrengue/S -perrero/GS -perrera/S -perrezno/S -perrillo/S -perrito/GS -perrita/S -perro/iG -perrona/S -perroquete/S -perros -perruno/GS -perruna/S -persa/S -persecución/S -persecutorio/GS -persecutoria/S -perseguidor/GS -perseguidora/S -perseguir/XDÁÀÂÉÈÊP -persevante/S -perseverante/FS -perseverantemente -perseverar/DRE -persevere/SG -persevera/S -persiano/GS -persiana/S -persicaria/S -pérsico/GS -pérsica/S -persignar/RDôEÁ -persigne/GS -persigna/S -persigo/G -persigue/S -persistente/FS -persiste/SG -persista/S -persistir/ERD -personad/a -personales/l -personalicé/hk -personalicéis/kh -personalice/kSh -personalicemos/hk -personalicen/kh -personalismo/S -personalizaba/hSk -personalizabais/h -personalizaban/hk -personalizad/hGk -personalizado/hSk -personalizáis/hk -personaliza/kh -personalizamos/hk -personalizando/hk -personalizan/hk -personalizarais/h -personalizara/kh -personalizará/kh -personalizaran/hk -personalizarán/hk -personalizar/ARÀDE -personalizarás/hk -personalizare/hSGk -personalizareis/h -personalizaréis/h -personalizaré/kh -personalizaren/hk -personalizaría/hkS -personalizarían/h -personalizaron/hk -personalizarse/hk -personalizaseis/h -personalizase/kh -personalizasen/hk -personalizas/hSk -personalizaste/hk -personalizo/hGk -personalizó/hk -personal/kKS -personalmente/k -personan/a -persona/NC -personar/aREÁD -personé/a -persone/aSG -personen/a -personero/GS -personera/S -personificar/READ -personifico/G -personó/a -persono/L -personudo/GS -personuda/S -perspectivo/GS -perspectiva/S -perspicacia/S -perspicaz/SK -perspicuo/GKS -persuade/GS -persuada/S -persuadidor/GS -persuadidora/S -persuadir/ÄÆRDÁEQ -persuasible/kS -persuasivo/GS -persuasiva/S -persuasor/GS -persuasora/S -perta/S -pertenecer/RILD -pertenece/S -perteneciente/S -pertenencia/S -pértica/S -pértigo/GS -pértiga/S -pertiguero/S -pertinacia/S -pertinazmente -pertinaz/S -pertinente/kFS -pertinentemente/k -pertrechar/RDE -pertreche/GS -pertrecha/S -pertrecho/S -perturbable/Sk -perturbador/GS -perturbadora/S -perturbar/RDÁÀAEÆ -perturbe/GS -perturba/S -Perú -peruanismo/S -peruano/GS -peruana/S -peruviano/GS -peruviana/S -perversamente -perverso/KGS -pervertidor/GS -pervertidora/S -pervertir/XPDQ -pervinca/S -pervive/GS -perviva/S -pervivir/RDE -pervulgar/RED -pervulgo/G -pesacartas -pesadamente -pesada/N -pesado/M -pesadores/i -pesador/GS -pesadora/S -pesad/p -pesadumbre/Sa -pesaje/S -pésame/S -pesándole/GS -pesándola/S -pesándolo/S -pesan/p -pesantez/S -pesa/p -pesara/a -pesaran/a -pesaré/a -pesare/aGS -pesaréis/a -pesaren/a -pesario/S -pesarle/GS -pesarla/S -pesarlo/S -pesarme -pesarnos -pesaros -pesaroso/GS -pesarosa/S -pesar/RpDE -pesarte -pescada/N -pescadero/GS -pescadera/S -pescador/GS -pescadora/S -pescad/ph -pesca/hp -pescan/ph -pescante/S -pescarlo/GS -pescarla/S -pescarme -pescarnos -pescaros -pescar/pERhD -pescarte -pesco/pGh -pescó/ph -pescozada/S -pescozón/S -pescozudo/GS -pescozuda/S -pescudar -pescuezo/S -pesebrejo/S -pesebrera/S -pesebre/S -pesen/p -pesé/p -pese/pGS -peseta/S -pesetero/GS -pesetera/S -pesgar/ia -pesiar -pésimamente -pesimismo/S -pesimista/S -pésimo/GS -pésima/S -pesó/p -peso/rSp -pespuntar/ERD -pespuntear/ERD -pespuntee/GS -pespuntea/S -pespunte/SG -pespunta/S -pesqué/hp -pesque/ph -pesquerir -pesquero/GSL -pesquera/S -pesquisar/DRE -pesquise/G -pesquisidor/GS -pesquisidora/S -pesquis/S -pes/SN -pestaña/hS -pestañear/RDE -pestañee/GS -pestañea/S -peste/aS -pesticida/S -pestífero/SG -pestífera/S -pestilente/FS -pestillo/ai -pestillos -pesuña/S -petaca/S -petalismo/S -pétalo/S -petanca/S -petanque/GS -petanqua/S -petardear/RDE -petardee/GS -petardea/S -petardero/S -petardista/S -petardo/GS -petarda/S -petar/RDE -petate/S -pete/GS -peta/S -petenera/S -petequial/S -petequia/S -petera/S -peteretes -peticano/S -peticionario/GS -peticionaria/S -petición/S -petifoque/S -petigrís/S -petimetre/GS -petimetra/S -petirrojo/S -petitorio/GS -petitoria/S -peto/SN -petraria/S -petrarquista/S -petrel/S -pétreo/SG -pétrea/S -petrera/S -petrificar/RED -petrifico/G -petrolear/RED -petrolee/GS -petrolea/S -petroleoquímico/GS -petroleoquímica/S -petróleo/S -petrolero/GS -petrolera/S -petrolífero/GS -petrolífera/S -petroso/GS -petrosa/S -petulantemente -petulante/SF -petunia/S -peyorar -peyorativo/GS -peyorativa/S -peyote/S -pezolada/S -pezonera/S -pezones/h -pezón/S -pez/S -pezuelo/S -pezuña/Sah -pi -piache/S -piada/a -piado/aG -piador/GS -piadora/S -piadosa/k -piadosamente -piadoso/kGS -piafar/RDE -piafe/GS -piafa/S -pía/k -piamadre/S -piamáter/S -pianes/a -pianista/S -pianoforte/S -pianola/S -piano/S -pian/S -piante/S -piariego/GS -piariega/S -piar/RQDI -piastra/S -picacero/GS -picacera/S -picacho/S -picadero/S -picad/iph -picadle/SG -picadla/S -picadlo/S -picado/N -picador/S -picadura/S -picafigo/S -picaflor/S -picagallina/S -picagrega/S -pica/hpi -picajoso/GS -picajosa/S -pícale/GS -pícala/S -pícalo/S -picamaderos -picana/S -picándome -picándonos -picándoos -picándote -pican/iph -picantemente -picante/S -picaos -picapedrero/S -picapica/S -picapleitos -picaporte/S -picaposte/S -picapuerco/S -picara/a -picaran/a -picaraza/S -picardear/RDE -picardee/GS -picardea/S -picardo/GS -picarda/S -picaré/a -picare/aGS -picaréis/a -picaren/a -picaresco/GS -picaresca/S -picarice/S -picarizar/RDE -picarizo/G -picarla/p -picarle/SG -picarla/S -picarlo/SpG -picarme -picármelo/GS -picármela/S -picarnos -picárnoslo/GS -picárnosla/S -pícaro/GS -pícara/S -picaronazo/G -picarón/HG -picaron/S -picaros -picároslo/SG -picárosla/S -picarote/S -picar/pREihD -picarrelincho/S -picarro/S -picárselo/GS -picársela/S -picarte -picártelo/GS -picártela/S -pícate -picatoste/S -picazón/S -picazuroba/S -píceo/GS -pícea/S -piche/hS -pichel/S -pichi/S -pichón/GS -pichóna/S -pico/iGph -picó/iph -picola/S -picolete/SG -picoleta/S -piconero/GS -piconera/S -picón/GS -picóna/S -picor/S -picos -picoso/GS -picosa/S -picotada/Si -picota/H -picotas/i -picoteaban/p -picoteaba/pS -picoteado/pS -picotead/pG -picoteáis/p -picoteamos/p -picoteando/p -picotean/p -picotea/p -picotearan/p -picotearán/p -picoteara/p -picoteará/p -picotear/ÄREÀÁD -picotearás/p -picotearen/p -picotearé/p -picoteare/pGS -picotearía/pS -picotearon/p -picotearse/p -picoteasen/p -picotease/p -picoteas/pS -picoteaste/p -picoteéis/p -picoteemos/p -picoteen/p -picoteé/p -picotee/SGp -picotea/S -picote/NGS -picota/S -picoteo/p -picoteó/p -picotero/GS -picotera/S -picotes/i -picrato/S -pícrico/S -pictograma/S -pictórico/SG -pictórica/S -picuda/N -picudo/GS -picuda/S -pida/hk -pídale/SG -pídala/S -pídalo/S -pídame -pidan/kh -pídanle/GS -pídanla/S -pídanlo/S -pídanme -pídannos -pídanos -pide/kSGh -pídele/GS -pídela/S -pídelo/S -pídeme -pídemelo/GS -pídemela/S -piden/kh -pídenos -pídenoslo/GS -pídenosla/S -pídeselo/GS -pídesela/S -pidiéndole/G -pidiéndolo/S -pidiéndomelo/GS -pidiéndomela/S -pidiéndonoslo/SG -pidiéndonosla/S -pidiéndooslo/GS -pidiéndoosla/S -pidiéndoselo/GS -pidiéndosela/S -pidiéndotelo/GS -pidiéndotela/S -pidientero/S -pidió/kh -pido/hk -pié -piedad/oS -piedra/hSi -píe/GS -pía/S -piejo/S -piélago/S -pielero/S -pielga/S -piel/S -piensan/p -piensa/p -piensen/p -piense/pSG -pienso/S -pierio/GS -pieria/S -pierna/jSha -Pierre -pie/S -pietismo/S -pietista/S -pieza/iSh -piezgo/S -piezoelectricidad/S -pifiar/RED -pifie/GS -pifia/S -pigargo/S -pigmentario/GS -pigmentaria/S -pigmentar/RADE -pigmente/GS -pigmenta/S -pigmento/S -pigmeo/GS -pigmea/S -pignorar/ERDA -pignoraticio/GS -pignoraticia/S -pignore/GS -pignora/S -pigricia/S -pihuela/S -pijama/S -pijo/GS -pija/S -pijote/GS -pijota/S -pijotero/GS -pijotera/S -pila/agi -pilad/gia -pilan/gia -pilar/iRDagE -pilastra/S -pilastrón/S -pilatero/S -píldora/S -pildorero/S -pile/gGiSa -pilé/iga -pilen/iga -pileta/S -pilla/C -pillador/GS -pilladora/S -pillar/RDÁÀEÅ -pillastre/S -pillear/RDE -pillee/GS -pillea/S -pille/GS -pilla/S -pilo/agi -piló/iga -pilonero/GS -pilonera/S -pilongo/GS -pilonga/S -pilón/NS -píloro/S -piloso/GS -pilosa/S -pilota/C -pilotar/RED -pilotear/RED -pilotee/GS -pilotea/S -pilote/GS -pilota/S -piloto/S -pilpil/S -piltraca/S -piltrafa/S -piltro/GS -piltra/S -pimentero/S -pimentonero/S -pimentón/S -pimiento/GS -pimienta/S -pimpido/S -pimpinela/S -pimplar/RDE -pimple/GS -pimpla/S -pimpleo/GS -pimplea/S -pimpollada/aSh -pimpollar/haS -pimpollear/RDE -pimpollecer/RILD -pimpollece/S -pimpollee/GS -pimpollea/S -pimpollo/S -pimpolludo/SG -pimpolluda/S -pinacoteca/S -pináculo/S -pina/opi -pinariego/GS -pinariega/S -pinar/ipDSo -pinastro/S -pinato/S -pinaza/S -pincarrasco/GS -pincarrasca/S -pincé/h -pince/hS -pincelar/ERÀD -pincelero/SG -pincelera/S -pincel/SG -pincela/S -pincen/h -pincerna/S -pinchadiscos -pincha/H -pinchar/RBÄÅÁDE -pinche/GS -pincha/S -pincho/S -pinchudo/GS -pinchuda/S -pinciano/GS -pinciana/S -pindonga/S -pindonguear/RED -pindonguee/GS -pindonguea/S -pineda/S -pines/ipo -pingajo/S -pingajoso/GS -pingajosa/S -pinganello/S -pinganillo/S -pinganitos -pingar/RED -pingo/G -pingorota/i -pingorote/iSG -pingorotudo/GS -pingorotuda/S -pingüe/S -pinillo/S -pinito/S -pinjado/S -pinjante/S -pinjar -pinnado/GS -pinnada/S -pinna/S -pinnípedo/S -pinocha/h -pinochera/S -pinocho/hG -pinochos -pino/iGop -pinole -pinos -pinrel/S -pin/S -pinsapar/S -pinsapo/S -pintabais/hr -pintábamos/r -pintaban/rph -pintaba/prSh -pintacilgo/S -pintadera/S -pintadillo/S -pintado/prSh -pintad/pGrh -pintáis/rhp -pintalabios -pintamonas -pintamos/rph -pintando/rph -pintándose/r -pintan/prh -pinta/phr -pintarais/hr -pintáramos/r -pintarán/hpr -pintaran/rph -pintara/phr -pintará/rhp -pintarás/hpr -pintareis/hr -pintaréis/rh -pintaremos/r -pintáremos/r -pintaren/rph -pintare/prSGh -pintaré/rhp -pintaríais/r -pintaríamos/r -pintarían/rh -pintaría/pShr -pintaron/rph -pintarrajar/RED -pintarrajear/RDE -pintarrajee/GS -pintarrajea/S -pintarraje/GS -pintarraja/S -pintar/RøÃEÄÆÅDÁÂÀô -pintarroja/S -pintarse/rph -pintaseis/hr -pintásemos/r -pintasen/rph -pintase/phr -pintas/rSph -pintasteis/r -pintaste/rph -pintear/RDE -pintee/GS -pintea/S -pintéis/rhp -pintemos/rhp -pinten/prh -pinte/pGShr -pinté/prh -pintiparar/ERD -pintipare/SG -pintipara/S -pintojo/GS -pintoja/S -pintonear/ERD -pintonee/SG -pintonea/S -pinto/phr -pintó/prh -pintoresco/SG -pintoresca/S -pintorrear/RED -pintorree/GS -pintorrea/S -pintor/SG -pintora/S -pintos -pintura/S -pinturero/SG -pinturera/S -pínula/S -pinzad/h -pinza/h -pinzan/h -pinzar/RDhE -pinzo/Gh -pinzó/h -pinzón/S -pinzote/S -piña/aS -piñata/S -piñonear/RED -piñonee/SG -piñonea/S -piñonero/S -piñón/S -piñuela/S -pió -piocha/S -piogenia/S -piojento/GS -piojenta/S -piojera/S -piojo/SN -piojoso/GS -piojosa/S -piojuelo/S -pío/kSGK -piolad/ia -piola/ia -piolan/ia -piolar/iRaDE -piolé/ia -piole/iSGa -piolen/ia -piolo/ia -pioló/ia -pion -pionero/GS -pionera/S -pión/G -piopollo/S -piorneda/S -piorno/S -piorrea/S -pipa/ai -pipad/ia -pipan/ia -pipar/iRDaE -pipé/ia -pipe/iSGa -pipen/ia -piperina/S -pipeta/S -pipetear/RDE -pipetee/SG -pipetea/S -pipiar/RID -pipíe/G -pipiolo/GS -pipiola/S -pipirigallo/S -pipirijaina/S -pipiripao/S -pipirrana/S -pipí/S -pipita/S -pipó/ia -pipo/L -piporro/a -piporros -pipote/S -piqué/hip -píquele/GS -píquela/S -píquelo/S -píquenle/SG -píquenla/S -píquenlo/S -pique/pih -piquero/GS -piquera/S -piqueta/N -piquetero/S -piquete/SG -piqueta/S -piquetes/p -piquituerto/S -pirad/u -piragua/S -piragüismo/S -piramidal/S -pirámide/S -piran/u -piraña/S -piraos -pirar/uRDE -pirata/SL -pírate -piratear/RDE -piratee/GS -piratea/S -pirático/GS -pirática/S -pira/u -pirausta/S -pirenaico/GS -pirenaica/S -piren/u -piré/u -pire/uGS -pirexia/aS -piriforme/S -pirineo/GS -pirinea/S -pirita/S -piritoso/GS -piritosa/S -pirla/S -pirlitero/S -pirobolista/S -piroelectricidad/S -pirofilacio/S -pirogálico/GS -pirogálica/S -pirograbado/S -pirolusita/S -piromancia/S -piropear/ERÁÀÂD -piropee/GS -piropea/S -piropo/S -piros -pirosfera/S -pirosis -pirotecnia/S -pirotécnico/SG -pirotécnica/S -piro/u -piró/u -piroxeno/GS -piroxena/S -piroxilina/S -pirrar/RDE -pirre/GS -pirra/S -pirriquio/S -pirroniano/SG -pirroniana/S -pirrónico/GS -pirrónica/S -pirronismo/S -pirueta/S -piruetear/RDE -piruetee/GS -piruetea/S -pirulo/S -pisador/GS -pisadora/S -pisad/p -pisadura/S -pisándolo/GS -pisándola/S -pisándome -pisándonos -pisándoos -pisándote -pisano/GS -pisana/S -pisan/p -pisa/p -pisapapeles -pisarlo/GS -pisarla/S -pisar/pRED -pisasfalto/S -pisaverde/S -piscicultor/GS -piscicultora/S -piscicultura/S -piscifactoría/S -pisciforme/S -piscina/S -piscis -piscívoro/SG -piscívora/S -piscolabis -pisco/S -pisen/p -pisé/p -pise/pGS -pisiforme/S -pisonear/ERD -pisonee/SG -pisonea/S -pisó/p -piso/pj -pisos/j -pisotear/RÀÂÁEÆÄD -pisotee/SG -pisotea/S -pisotón/S -pis/S -pistachero/S -pistache/S -pistacho/S -pistadero/S -pistad/h -pista/hdS -pistan/h -pistar/RhDE -pisté/h -piste/hSG -pisten/h -pistero/GS -pistera/S -pistilo/S -pisto/h -pistó/h -pistola/S -pistolero/GS -pistolera/S -pistolete/SH -pistón/S -pistonudo/GS -pistonuda/S -pistos -pistraje/S -pistraque/S -pistura/S -pita/ap -pitaco/S -pitad/a -pitagórico/GS -pitagórica/S -pitáis/p -pitamos/p -pitancero/S -pitanga/S -pitanguero/S -pitan/pa -pitanza/S -pitao/S -pitarle/GS -pitarla/S -pitarlo/S -pitar/RaDE -pitarroso/GS -pitarrosa/S -Pitcairn -pité/a -piten/pa -pite/pGSa -pitera/S -pitezna/S -pitido/S -pitillera/S -pitillo/S -pitiminí/S -pitio/SG -pitia/S -pitiriasis -pitó/a -pito/ap -pitoche/S -pitoflero/GS -pitoflera/S -pitones/ia -pitonisa/S -pitón/S -pitorrear/RED -pitorree/GS -pitorrea/S -pitorro/GS -pitorra/S -pitos -pitpit -pitpites -pitreo/S -pituitario/SG -pituitaria/S -pituita/S -pituitoso/GS -pituitosa/S -pituso/GS -pitusa/S -piujar/S -piular/RED -piule/GS -piula/S -piulido/S -piune/S -pivotante/S -pivotar/ERD -pivote/GS -pivota/S -piyama/S -pizarra/iS -pizarral/S -pizarrero/S -pizarrín/S -pizarroso/GS -pizarrosa/S -pizate/S -pizcad/ph -pizcan/ph -pizca/ph -pizcar/hRDpE -pizcó/hp -pizco/pGh -pizpereta/S -pizpierno/S -pizpireta/S -pizpita/S -pizpitillo/S -pizqué/hp -pizque/ph -pizza/S -placa/a -placable/JkS -placables/a -placad/a -placan/a -placar/aRED -placarte/S -placativo/GS -placativa/S -place/aihS -placear/RED -placebo/S -placed/ha -placee/GS -placea/S -placéis/i -placemos/i -placen/hai -placentario/GS -placentaria/S -placenta/S -placenteramente -placentero/SG -placentera/S -placentino/SG -placentina/S -placeres/h -placer/hRaDIL -placero/GS -placera/S -placeros/h -placía/ah -plací/ah -placible/JS -placibles/a -placida/M -plácidamente -plácido/SG -plácida/S -placiente/aS -placimiento/S -plació/ah -placó/a -placo/aG -plagal/S -plagar/RDE -plagiario/GS -plagiaria/S -plagiar/REÀÂD -plagie/GS -plagia/S -plago/G -plaguicida/S -plana/aS -planada/aS -planchad/ah -planchador/GS -planchadora/S -plancha/H -planchan/ah -planchar/hRaDE -plancharle/S -planché/ah -planchear/RDE -planchee/GS -planchea/S -planche/GaSh -plánchelo/GS -plánchela/S -planchen/ah -plánchenlo/GS -plánchenla/S -plancheta/S -planchó/ah -plancho/ha -planchuela/S -planco/S -plancton -plánctones -planeador/S -planear/REÀPD -planee/GS -planea/S -planes/a -planetaria/l -planetario/lGS -planeta/S -planga/S -planicie/S -planificar/ARDEÀ -planifico/G -planilla/S -planisferio/S -plano/ae -planos/e -plan/S -plantación/kS -plantad/hpk -plantador/hGkS -plantagináceo/GS -plantaginácea/S -plantaina/S -planta/NC -plantándola/k -plantándolo/GSk -plantándola/S -plantándome -plantándonos -plantándoos -plantándote -plantan/hpk -plantario/S -plantar/kRpEDh -plantarme/k -plantarnos/k -plantaros/k -plantarte/k -plantas/j -plantead/p -planteándole/SG -planteándola/S -planteándolo/S -planteándome -planteándonos -planteándoos -planteándote -plantean/p -plantea/p -plantear/ÃpREPDÁÀ -plantee/GSp -plantea/S -planteémonos -planteen/p -plantéense -planteé/p -plantéese -plante/GShpk -planta/S -planté/kph -plantel/S -planten/hpk -planteo/p -planteó/p -plantificar/RDE -plantifico/G -plantígrado/GS -plantígrada/S -plantilla/ai -plantillad/ai -plantillan/ai -plantillar/aRiED -plantille/aGSi -plantillé/ia -plantillen/ai -plantillero/SG -plantillera/S -plantillo/ai -plantilló/ia -plantiniano/GS -plantiniana/S -plantío/GS -plantía/S -plantista/S -planto/hpk -plantó/kph -plantonar/S -plantón/S -plántula/S -planudo/GS -planuda/S -plañe/SG -plaña/S -plañidero/GS -plañidera/S -plañir/RED -plaque/a -plaqué/a -plaqueta/S -plaquín/S -plaquita/S -plasenciano/GS -plasenciana/S -plasmador/GS -plasmadora/S -plasmar/REÀÄD -plasmático/GS -plasmática/S -plasme/GS -plasma/S -plasta/ai -plasteced/i -plastece/iS -plastecen/i -plastecer/iRLID -plastecía/i -plastecí/i -plasteció/i -plaste/GSai -plasta/S -plastezca/i -plastezco/i -plastia/dS -plasticidad/S -plástico/GS -plástica/S -plastificar/RDE -plastifico/G -plataforma/S -plata/h -platalea/S -platanal/S -platanar/Sa -platanero/GS -platanera/S -plátano/S -plateador/GS -plateadora/S -platear/RBDE -platee/GS -platea/S -platelminto/S -platense/S -plateresco/GS -plateresca/S -platero/LGS -platicable/Sk -platicar/ÍRÀÂED -plática/S -platico/G -platija/S -platillo/GS -platilla/S -platinar/RDE -platine/SG -platina/S -platinista/S -platinoide/S -platino/S -platinotipia/S -platirrinia/S -platirrino/S -plato/hG -platónico/GS -platónica/S -platonismo/S -platos -plató/S -platuja/S -plausible/JS -plausiblemente -plausivo/GS -plausiva/S -plauso/Sa -plaustro/S -plautino/GS -plautina/S -playa/h -playazo/S -playero/GS -playera/S -playo/hG -playos -plaza/aiehS -plazca/ha -plazco/ha -plazo/aihG -plazoleta/S -pleamar/S -plebe/S -plebeya/M -plebeyeces/i -plebeyo/Ga -plebeyos -plebiscitario/SG -plebiscitaria/S -plebiscito/S -pleca/S -plectognato/S -plectro/S -plegaba/aSh -plegabais/h -plegaban/h -plegable/Sh -plegad/aGhp -plegadera/S -plegadizo/GS -plegadiza/S -plegado/aSh -plegador/GS -plegadora/S -plegadura/hS -plegáis/ah -plegamiento/S -plegamos/h -plegando/h -plegara/ah -plegará/ha -plegarais/h -plegaran/h -plegarán/h -plegarás/h -plegare/aSGh -plegaré/ha -plegareis/h -plegaréis/h -plegaren/h -plegaría/hS -plegarían/h -plegaria/S -plegaron/h -plegar/RÁpDI -plegarse/h -plegase/aSh -plegaseis/h -plegasen/h -plegaste/h -plegó/ahp -plegué/hap -pleguéis/h -pleguemos/h -pleguete/S -pleistoceno/GS -pleistocena/S -pleita/iS -pleiteador/SG -pleiteadora/S -pleitear/RDE -pleitee/SG -pleitea/S -pleitista/S -pleito/GS -pleita/S -plenamar/S -plenamente -plena/qS -plenario/GS -plenaria/S -plenilunio/S -plenipotenciario/GS -plenipotenciaria/S -plenipotencia/S -plenitud/S -pleno/SG -plena/S -pleonasmo/S -pleon/S -plepa/S -ple/SH -plesiosauro/S -ples/k -pletina/S -plétora/S -pletórico/GS -pletórica/S -pleural/S -pleura/S -pleuresía/S -pleuritis -pleurodinia/S -pleuronecto/S -plexo/S -plica/apkS -pliegan/h -pliega/ph -pliego/phG -pliegos -plieguecillo/S -pliegue/hS -plieguen/h -plim/S -plinto/S -plioceno/GS -pliocena/S -plisar/RDE -plise/SG -plisa/S -ploma/aih -plomad/hia -ploman/hia -plomar/aRhiED -plomazo/S -plombagina/S -plomé/ahi -plomear/RED -plomee/GS -plomea/S -plome/hSGai -plomen/hia -plomero/S -plomizo/GS -plomiza/S -plomó/ahi -plomo/aS -plomoso/GS -plomosa/S -plorar/gk -pluma/CHSN -plumada/hi -plumado/hSGi -plumajear -plumajero/S -plumario/GS -plumaria/S -plumas/ih -plumbado/GS -plumbada/S -plumbagina/S -plumear/RED -plumee/GS -plumea/S -plumero/S -plumier/S -plumín/S -plumista/S -plumón/S -plumoso/GS -plumosa/S -pluralice/S -pluralismo/S -pluralizar/RED -pluralizo/G -plural/KOS -pluricelular/S -pluriempleado/GS -pluriempleada/S -pluriempleo/S -plus -pluscuamperfecto/S -plusvalía/S -plutocracia/S -plutoniano/GS -plutoniana/S -plutónico/GS -plutónica/S -plutonio/O -plutonismo/S -plutonista/S -pluvial/S -pluviómetro/S -pluvioso/GS -pluviosa/S -pobeda/S -poblaban/p -poblaba/pS -poblacho/S -población/tS -poblado/pS -poblador/SGph -pobladora/S -poblad/pGh -pobláis/p -poblamos/p -poblando/p -poblano/GS -poblana/S -poblaran/p -poblarán/p -poblara/p -poblará/p -poblarás/p -poblaren/p -poblaré/p -poblare/pGS -poblar/hPRADI -poblaría/pS -poblarla/p -poblarlo/GpS -poblaron/p -poblarse/p -poblasen/p -poblase/pS -poblaste/p -poblazo/S -poblé/hp -pobléis/p -poblemos/p -pobló/hp -pobo/S -pobremente -pobre/OMS -pobrero/S -pobretear/RED -pobretee/GS -pobretea/S -pobrete/SG -pobreta/S -pobreto/LS -pobretón/GS -pobretóna/S -pobrismo/S -poca/aS -pocero/S -pocho/SG -pocha/S -pocilga/S -pocillo/S -pócima/aS -poción/S -poco/KGS -poda/ap -podadera/S -podador/GaS -podad/pa -podadura/S -podagra/S -podándolo/GS -podándola/S -podan/pa -podarle/SG -podarla/S -podarlo/S -podar/RapDE -poded -podenco/S -poden/pa -podenquero/S -podé/pa -pode/pGSa -poderdante/S -poderes/a -poder/ESÁÂÀ -poderhabiente/S -poderío/S -poderosamente -poderoso/GS -poderosa/S -poderse -podíais -podíamos -podían -podía/S -podido -podio/S -podo/ap -podómetro/S -podón/S -podó/pa -podrá -podrán -podrás -podré -podreced/i -podrece/iS -podrecen/i -podrecer/iRDLI -podrecía/i -podrecí/i -podrecimiento/S -podreció/i -podredumbre/S -podredura/S -podréis -podremos -podre/S -podrezca/i -podrezco/i -podríais -podríamos -podrían -podría/S -podrida/p -podridero/S -podrido/pGS -podrigorio/S -podrir/PD -podrirse/p -poema/S -poesía/S -poetar -poeta/S -poetastro/S -poeticé/h -poeticen/h -poetice/Sh -poético/GS -poética/S -poetisa/S -poetizad/h -poetiza/h -poetizan/h -poetizar/RhDE -poetizo/Gh -poetizó/h -poiquilotérmico/SG -poiquilotérmica/S -polacada/S -polaco/GS -polaca/S -polacra/S -polaina/S -polaricé/h -polaricéis/h -polaricemos/h -polaricen/h -polarice/Sh -polaridad/S -polariscopio/S -polarizaba/hS -polarizabais/h -polarizaban/h -polarizad/hG -polarizado/hS -polariza/h -polarizáis/h -polarizamos/h -polarizando/h -polarizan/h -polarizara/h -polarizará/h -polarizarais/h -polarizaran/h -polarizarán/h -polarizarás/h -polarizaré/h -polarizare/hSG -polarizareis/h -polarizaréis/h -polarizaren/h -polarizaría/hS -polarizarían/h -polarizaron/h -polarizar/RAEÁD -polarizarse/h -polarizase/h -polarizaseis/h -polarizasen/h -polarizas/hS -polarizaste/h -polarizo/Gh -polarizó/h -polar/Sel -polcar/RED -polco/G -poleame/S -polemarca/S -polemice/S -polémico/SG -polémica/S -polemista/S -polemizar/RDE -polemizo/G -pólenes -polen/l -polenta/S -poleo/GS -polea/S -poliadelfos -poliandria/S -poliantea/S -policéntrico/GS -policéntrica/S -polichinela/S -policíaco/GS -policíaca/S -policial/S -policía/S -policopia/S -policromar/RED -policrome/GS -policroma/S -polidipsia/S -poliédrico/GS -poliédrica/S -poliedro/S -polifacético/GS -polifacética/S -polifagia/S -polifarmacia/S -polifásico/GS -polifásica/S -polifónico/GS -polifónica/S -polígala/S -poligamia/S -polígamo/GS -polígama/S -poligenismo/S -poligenista/S -poliginia/S -poligonáceo/SG -poligonácea/S -poligonal/S -polígono/GS -polígona/S -polígrafo/SG -polígrafa/S -polilla/aS -polímero/S -polimorfismo/S -polimorfo/GS -polimorfa/S -Polinesia -polinesio/GS -polinesia/S -polineuritis -polinice/S -polinizar/RDE -polinizo/G -polinomio/S -poliomielitis -polio/S -polipasto/S -polipero/S -polipodio/S -pólipo/S -poliptoton/S -polir -polis -polisacárido/S -polisarcia/S -polisemia/S -polispasto/S -politécnico/GS -politécnica/S -politeísmo/S -política/a -políticamente -politicastro/S -politicé/h -politice/hS -politicen/h -político/aGS -politiquear/RED -politiquee/GS -politiquea/S -politiquería/S -politizad/h -politiza/h -politizan/h -politizarlo/GS -politizarla/S -politizar/RhDE -politizó/h -politizo/hG -politólogo/GS -politóloga/S -poliuria/S -polivalente/S -polivalvo/SG -polivalva/S -póliza/S -polizón/S -polizonte/S -pollada/pSi -pollancón/GS -pollancóna/S -polla/pi -pollear/RDE -pollee/GS -pollea/S -pollero/GS -pollera/S -pollez/S -pollino/GS -pollina/S -pollito/GS -pollita/S -pollo/piG -pollos/p -polo/l -pololo/S -Polonia -polonio -polos -poltrona/aS -poltrones/a -poltrón/GS -poltróna/S -poltronice/S -poltronizar/RED -poltronizo/G -poluta/k -poluto/GSk -poluta/S -polvareda/S -polvera/S -polvificar/RED -polvifico/G -polvo/ih -polvoraduque/S -pólvora/S -polvoread/h -polvorea/h -polvoreamiento/S -polvorean/h -polvorear/ERhD -polvoreé/h -polvoreen/h -polvoree/SGh -polvorea/S -polvoreo/h -polvoreó/h -polvoricé/i -polvorice/iS -polvoricen/i -polvoriento/GS -polvorienta/S -polvorín/S -polvorista/S -polvorizable/S -polvorizad/i -polvoriza/i -polvorizan/i -polvorizar/ERiD -polvorizo/Gi -polvorizó/i -polvoroso/GS -polvorosa/S -polvos -pomada/S -pomarada/S -pomarrosa/S -pomar/S -pomelo/S -pomerano/GS -pomerana/S -pómez/S -pomo/GS -poma/S -pompa/S -pompear/RED -pompee/GS -pompea/S -pompeyano/SG -pompeyana/S -pomponear/RED -pomponee/GS -pomponea/S -pompón/S -pomposamente -pomposo/GSK -pomposa/S -pómulo/S -ponchada/S -ponche/GS -poncha/S -ponchera/S -poncho/S -poncidre/S -poncil/S -ponderable/kS -ponderación/S -ponderadamente -ponderad/n -ponderador/GS -ponderadora/S -ponderal/S -pondera/n -ponderan/n -ponderarle/GS -ponderarla/S -ponderarlo/S -ponderar/nRED -ponderativo/GS -ponderativa/S -pondere/GSn -pondera/S -ponderé/n -ponderen/n -pondero/n -ponderó/n -ponderosamente -ponderoso/KGS -ponedero/GS -ponedera/S -ponedle/GS -ponedla/S -ponedlo/S -ponédmelo/GS -ponédmela/S -ponédnoslo/SG -ponédnosla/S -ponedor/uGSko -ponédselo/GS -ponédsela/S -poned/ukgptalonbr -ponente/FS -ponentes/kg -ponentino/GS -ponentina/S -ponentisco/GS -ponentisca/S -ponen/ukgptalonbr -poneos/ko -ponerla/tbkopg -ponerle/GbpS -ponerlo/tbkGSpog -ponerme/koprl -ponérmelo/GS -ponérmela/S -ponernos/korl -ponérnoslo/GS -ponérnosla/S -poneros/koprl -ponéroslo/SG -ponérosla/S -ponérselo/SG -ponérsela/S -ponerte/koprl -ponértelo/SG -ponértela/S -poner/uXoltnkbapgr -pone/uSokgptalnbr -póngale/GS -póngala/S -póngalo/S -pongámonos -pónganle/GS -pónganla/S -pónganlo/S -pónganse -póngase/p -ponga/ukgptalonbr -pongo/ukgptalonbr -ponía/urbnolatkgp -poniéndola/rt -poniéndole/tSG -poniéndolo/rtSG -poniéndomela/k -poniéndomelo/kGS -poniéndome/rk -poniéndonos/k -poniéndonosla/k -poniéndonoslo/kSG -poniéndoosla/k -poniéndooslo/kGS -poniéndoos/rk -poniéndosela/k -poniéndoselo/kGS -poniéndotela/k -poniéndotelo/GSk -poniéndotela/S -poniéndote/rk -ponientada/S -poniente/S -ponimiento/S -ponle/SG -ponla/S -ponleví/S -ponlo/S -pónmelo/GS -pónmela/S -pónnoslo/GS -pónnosla/S -pon/S -pónselo/GS -pónsela/S -pontana/S -pontazgo/S -pontear/RDE -pontee/GS -pontea/S -ponte/ko -pontezuelo/SG -pontezuela/S -póntico/SG -póntica/S -pontificalmente -pontifical/S -pontificar/RDE -pontífice/S -pontificio/SG -pontificia/S -pontifico/G -pontín/S -ponto/CS -pontonero/S -pontón/S -ponzoña/Si -ponzoñoso/GS -ponzoñosa/S -popad/i -popa/i -popamiento/S -popan/i -popar/RiDE -popé/i -pope/iSG -popelina/S -popen/i -popo/i -popó/i -pop/S -populachero/GS -populachera/S -populacho/S -popularicé/h -popularice/hS -popularicen/h -popularizad/h -populariza/h -popularizan/h -popularizar/RhDE -popularizo/Gh -popularizó/h -popular/KkS -popularmente -populazo/S -populista/S -populoso/GS -populosa/S -póquer/S -poquísimo/GS -poquísima/S -poquito/S -por -porcal/S -porcelana/S -porcelanita/S -porcel/S -porcentaje/S -porcentual/S -porche/S -porcino/GS -porcina/S -porcionero/SG -porcionera/S -porcionista/S -porción/oS -porcipelo/S -porcuno/GS -porcuna/S -pordiosear/RDE -pordiosee/SG -pordiosea/S -pordiosero/GS -pordiosera/S -porfiadamente -porfiador/GS -porfiadora/S -porfiar/RDI -porfíe/SG -porfía/S -porfirice/S -porfirizar/RED -porfirizo/G -porfolio/S -porgadero/S -porgar/RED -porgo/G -pormenorice/S -pormenorizar/RÀDE -pormenorizo/G -pormenor/S -pornografía/S -pornográfico/SG -pornográfica/S -pornógrafo/GS -pornógrafa/S -porno/S -poro/S -poroso/GSK -porosa/S -porque/a -porqué/ai -porquerizo/SG -porqueriza/S -porquero/GSL -porquera/S -porqués -porqueta/S -porquezuela/S -porracea/a -porracead/a -porracean/a -porracear/aRDE -porraceé/a -porracee/aSG -porraceen/a -porraceo/a -porraceó/a -porrada/S -porra/HN -porrea/a -porread/a -porrean/a -porrear/RaDE -porreé/a -porree/aGS -porreen/a -porreo/a -porreó/a -porretada/S -porreta/S -porrilla/a -porrillo/aG -porrino/GS -porrina/S -porro/SGN -porra/S -porrudo/GS -porruda/S -portaalmizcle/S -portaaviones -portabandera/S -portacaja/S -portacarabina/S -portacartas -portachuelo/S -portada/bS -portad/aukgp -portadera/aS -portadilla/S -portador/SGk -portadora/S -portaequipaje/S -portaestandarte/S -portafolio/S -portafusil/S -portaherramientas -porta/HN -portalada/S -portalámpara/S -portalero/S -portalibros -portalón/S -portal/S -portamantas -portamanteo/S -portaminas -portamira/S -portamonedas -portanario/S -portan/aukgp -portándome/k -portándonos/k -portándoos/k -portándote/k -portantes/k -portante/SN -portanuevas -portañuela/S -portaobjeto/S -portaos/p -portapaz/S -portapliegos -portaplumas -portarme/kgp -portarnos/k -portaros/kgp -portarte/kgp -portar/uRakDpgE -portas/b -pórtate/p -portátil/S -portaventanero/S -portaviandas -portavoz/S -portazgar/RED -portazgo/GS -portazga/S -portazguero/S -porteador/SG -porteadora/S -portear/RED -porte/aSGukgp -portee/GS -portea/S -portegado/S -portémonos -porten/aukgp -pórtense/p -portento/S -portentosamente -portentoso/SG -portentosa/S -portera/p -porteril/S -portero/GpS -pórtese/p -porté/uapgk -portezuelo/SG -portezuela/S -portichuelo/S -pórtico/S -portier/S -portilla/h -portillera/S -portillo/hGa -porto/LN -portón/S -portó/uapgk -portuario/GS -portuaria/S -portuense/S -Portugal -portuguesada/S -portugués/GOS -portuguesismo/S -portulano/S -porvenir/S -porvida -posadero/GS -posadera/S -posaderos/p -posad/hpa -posa/hap -posan/hpa -posante/S -posarlo/GS -posarla/S -posarme/h -posarnos/h -posaros/h -posar/pRhDaE -posarte/h -posaverga/S -posbélico/GS -posbélica/S -posca/S -posdata/S -posdiluviano/GS -posdiluviana/S -posea/h -poseáis/h -poseamos/h -posean/h -poseed/h -poseedor/GS -poseedora/S -posee/hSG -poseéis/h -poseemos/h -poseen/h -poseer/ÅÄRQLDEÁ -poseerá/h -poseerán/h -poseerás/h -poseeré/h -poseeréis/h -poseería/hS -poseerían/h -poseerse/h -pose/hGSpa -poseía/hS -poseíais/h -poseíamos/h -poseían/h -poseída/h -poseído/hGS -poseí/h -poseímos/h -poseíste/h -posen/hpa -poseo/h -posé/pah -posesional/S -posesionar/ÁRDE -posesionero/S -posesión/G -posesivo/GS -posesiva/S -poseso/GS -posesa/S -posesorio/GS -posesoria/S -posesor/SG -posesora/S -poseyendo/h -poseyera/h -poseyeran/h -poseyere/hGS -poseyeren/h -poseyeron/h -poseyese/hS -poseyesen/h -poseyó/h -posfecha/S -posfijo/GS -posfija/S -posgrado/S -posguerra/S -posibilismo/S -posibilitaba/kS -posibilitaban/k -posibilitad/kG -posibilitado/kS -posibilitáis/k -posibilita/k -posibilitamos/k -posibilitando/k -posibilitan/k -posibilitara/k -posibilitará/k -posibilitaran/k -posibilitarán/k -posibilitarás/k -posibilitaré/k -posibilitare/kSG -posibilitaren/k -posibilitaría/kS -posibilitarle/kS -posibilitaron/k -posibilitar/RÆEÀÂD -posibilitarse/k -posibilitase/k -posibilitasen/k -posibilitas/kS -posibilitaste/k -posibilitéis/k -posibilité/k -posibilite/kGS -posibilitemos/k -posibiliten/k -posibilito/k -posibilitó/k -posible/kJS -posiblemente/k -posicionar/REÁDP -posiciones/klt -posición/GS -posicióna/S -positiva/nk -positivismo/S -positivista/S -positivo/nkSG -pósito/oSnga -positura/nS -posliminio/S -posma/S -posmeridiano/GS -posmeridiana/S -posmodernidad/S -posón/S -poso/pS -posó/S -pospalatal/S -pospelo/S -pospierna/S -posponer/X -pospón/S -pospositivo/SG -pospositiva/S -pospuesto/GS -pospuesta/S -pos/S -posta/aN -postal/S -postar/kpa -postdata/S -postdiluviano/SG -postdiluviana/S -postdorsal/S -poste/kGpaS -postelero/S -postema/aS -postemero/S -postergar/REDÀÄ -postergo/G -posteridad/S -posterior/KS -posteriormente -póster/S -posteta/S -postfijo/GS -postfija/S -postgrado/S -postigo/S -postilar/RDE -postile/GS -postila/S -postillón/S -postilloso/SG -postillosa/S -postinear/RDE -postinee/SG -postinea/S -postinero/GS -postinera/S -postín/S -postizo/GS -postiza/S -postliminio/S -postmeridiano/GS -postmeridiana/S -postónico/GS -postónica/S -postor/kS -postpalatal/S -postrar/ÅRDÁEA -postre/GS -postra/S -postremero/GS -postremera/S -postremo/G -postreramente -postrer/GE -postrero/S -postrimer/G -postrimero/S -postulante/SG -postulanta/S -postular/RED -postule/GS -postula/S -póstumo/SG -póstuma/S -postura/aSk -potabilice/S -potabilidad/S -potabilizar/REÀD -potabilizo/G -potable/kS -pota/C -potaje/L -potajera/S -potajier/S -potala/S -potar/RDE -potase/G -potásico/GS -potásica/S -potasio/S -pote/GS -pota/S -potencial/KS -potencialmente -potenciar/REÄDÀ -potencie/S -potentado/S -potente/kSFn -potentemente -potenzado/GS -potenzada/S -potenza/S -poterna/S -potero/S -potestad/S -potestativo/GS -potestativa/S -potingue/S -potista/S -potorillo/S -potorro/S -potosí/S -potrada/iS -potra/iS -potranca/S -potrear/ERD -potree/GS -potrea/S -potrera/a -potrero/Ga -potreros -potrilla/S -potril/S -potro/SG -potra/S -povisa/S -poya/ap -poyad/pa -poyan/pa -poyar/aRpDE -poyata/S -poyen/pa -poyé/pa -poye/pGSa -poyo/aS -poyó/pa -poza/i -pozalero/S -pozanco/S -pozo/iG -pozos -pozuelo/S -practicable/kS -practica/C -prácticamente -practicante/GS -practicanta/S -practicar/RÄEDÀ -practico/G -práctico/SG -práctica/S -pradera/LS -praderoso/GS -praderosa/S -prado/iS -pragmáticamente -pragmático/GS -pragmática/S -pragmatismo/S -pragmatista/S -praseodimio -prasio/S -prasma/S -pratense/S -praticultura/S -prava/g -pravedad/S -praviana/S -pravo/gG -pravos -praxis -preámbulo/S -prear -prebendar/RDE -prebende/SG -prebenda/S -prebostazgo/S -preboste/S -precariamente -precario/K -precarista/S -precaución -precautorio/GS -precautoria/S -precaver/RLDÁ -precavidamente -precedente/FS -precelente/S -preceptista/S -preceptivamente -preceptivo/SG -preceptiva/S -preceptor/GS -preceptora/S -precepto/S -preceptuar/RDI -preceptúe/SG -preceptúa/S -precia/ahg -preciad/hga -preciador/hGaS -precian/hga -preciar/gRahDE -precie/ahSGg -precié/gha -precien/hga -precio/ahSr -preció/gha -preciosamente -preciosa/q -preciosidad/S -preciosismo/S -preciosista/S -precioso/GqS -precipicio/S -precipitadamente -precipitadero/S -precipitante/S -precipitar/ÅRDAEÁ -precipite/GS -precipita/S -precipitosamente -precipitoso/GS -precipitosa/S -precisa/k -precisamente -precisar/REQDÀ -precise/GS -precisa/S -preciso/SkG -preconcebir/X -preconice/S -preconizador/SG -preconizadora/S -preconizar/ERD -precordial -precoz/K -precursor/G -predador/gGS -predar/Qg -predecesor/GS -predecesora/S -predecible/kS -predecir/É -predicable/S -predicadera/S -predicador/GS -predicadora/S -predicamento/S -predicante/S -predicar/REAÀÂÁDÆ -prédica/S -predicativo/GS -predicativa/S -predice/G -predictivo/GS -predictiva/S -predisponer/Ä -predominante/F -predominantemente -predominar/R -preelegir/XD -preelige/S -preelijo/G -preeminente/FS -preescolar/S -preestablecido/SG -preestablecida/S -preexcelso/GS -preexcelsa/S -preexiste/GS -preexista/S -preexistente/SF -preexistir/RED -prefación/S -prefacio/S -prefecto/sS -prefectura/Ss -preferente/F -preferentemente -preferiblemente -preferible/S -preferir/XÁDÈ -prefinir/RD -pregar -preglaciar -pregonar/RDÀEÄ -pregonero/SG -pregonera/S -pregón/GS -pregóna/S -preguntaban/p -preguntaba/pS -preguntado/pS -preguntador/GS -preguntadora/S -preguntad/pG -preguntáis/p -preguntamos/p -preguntando/p -preguntan/p -pregunta/p -preguntar/ÃÏRÍÎÌEÅÄÆøôÛDÁÂÀ -preguntaran/p -preguntarán/p -preguntara/p -preguntará/p -preguntarás/p -preguntaren/p -preguntaré/p -preguntare/pGS -preguntaría/pS -preguntaron/p -preguntarse/p -preguntasen/p -preguntase/p -preguntas/pS -preguntaste/p -preguntéis/p -preguntemos/p -pregunten/p -pregunté/p -pregunte/pSG -preguntón/GS -preguntóna/S -pregunto/p -preguntó/p -pregustar/RE -pre/iS -prelacía/S -prelado/G -prelaticio/SG -prelaticia/S -prelatura/S -preliminar -preliminarmente -premamás -prematuramente -prematuro/SG -prematura/S -premeditada/k -premeditadamente -premeditado/kSG -premeditar/R -premia/a -premiad/a -premiador/aGS -premian/a -premiándome -premiándonos -premiándoos -premiándote -premiar/aRÁÀÂDE -premidera/S -premié/a -premie/aGS -premien/a -premió/a -premio/aS -premiosamente -premioso/GSK -premiosa/S -premir/ak -premiso/S -premitir -premolar -premonstratense/S -premoriencia/S -premoriente/S -premostrar/ER -premostratense/S -premostre/GS -premostra/S -prenatal -prendador/GS -prendadora/S -prendáis/ilhg -prenda/lahpig -prendámonos -prendamos/hlig -prendan/alpihg -préndanse -prendario/GS -prendaria/S -prendar/RPDE -préndase -prended/alpihg -prendedero/S -prendedor/Spia -prendedura/S -prendéis/ilhg -prende/laGSphig -prendemos/hlig -prenden/alpihg -prenderá/ilhg -prenderán/gilh -prender/aQRpEDÀÁÄ -prenderás/gilh -prenderé/ilhg -prenderéis/lh -prenderemos/l -prenderíais/l -prenderíamos/l -prenderían/lh -prenderla/i -prenderle/Sp -prenderlo/iSG -prenderme/h -prendernos/h -prenderos/h -prenderse/hlig -prenderte/h -prendía/agiShlp -prendíais/gihl -prendíamos/lh -prendían/ilhg -prendida/ghli -prendido/iSGghl -prendiéndole/S -prendiendo/lh -prendiéndome/a -prendiéndonos/a -prendiéndoos/a -prendiéndose/l -prendiéndote/a -prendiera/iglh -prendierais/l -prendiéramos/l -prendieran/lh -prendiere/igGSlh -prendiereis/l -prendiéremos/l -prendieren/lh -prendieron/lh -prendiese/igSlh -prendieseis/l -prendiésemos/l -prendiesen/lh -prendí/lgipha -prendimiento/S -prendimos/ighl -prendió/aghipl -prendiste/ighl -prendisteis/l -prendo/lpLgaih -prensador/aGS -prensar/RQÄÀDBE -prense/GS -prensa/S -prensil -prensista/S -prensor/pSG -preñad/i -preña/M -preñan/i -preñarlo/SG -preñarla/S -preñar/REiD -preñé/i -preñen/i -preñe/SGi -preña/S -preño/i -preñó/i -preocupadamente -preocupad/h -preocupa/h -preocupan/h -preocupar/hRôDøAÁ -preocuparle/S -preocupé/h -preocupe/hSG -preocupen/h -preocupo/h -preocupó/h -preordinar/RDE -preordine/GS -preordina/S -preparar/ÃAPÄÆÚ -preparativo/GS -preparativa/S -preparatoriamente -preparatorio/GS -preparatoria/S -prepón -preponderante/SF -preponer/A -preposicional/S -preposterar/RED -prepostere/SG -prepostera/S -prepucio/S -prerrafaelismo/S -prerrafaelista/S -presagiar/RDE -presagie/GS -presagia/S -presagio/S -presagioso/SG -presagiosa/S -presago/S -présago/SG -présaga/S -presa/pikaS -presar/ap -presbicia/S -presbiterado/S -presbiteral/S -presbiterato/S -presbiteriano/SG -presbiteriana/S -presbiterio/S -presbítero/S -presciencia/S -prescindible/Sk -prescribir/RD -prescripción/S -prescriptible/Sk -prescriptor/SG -prescriptora/S -presenciar/RÀDE -presencie/S -presentable/Spk -presentador/GpS -presentad/p -preséntalo/GS -preséntala/S -presentan/p -presenta/p -presentar/ARÃpÅÄEÀÁD -preséntate -presente/GSp -presenta/S -presenten/p -preséntense -presenté/p -presentero/S -preséntese -presentir/È -presento/p -presentó/p -presepio/S -preservador/SG -preservadora/S -preservar/REAÄÆDÁÀ -preservativo/GS -preservativa/S -preserve/GS -preserva/S -presidario/S -presidencialismo/S -presidencialista/S -presidencial/SO -presidente/FSG -preside/S -presidiable/S -presidiario/GS -presidiaria/S -presidiar/RDE -presidie/SG -presidia/S -presidio/S -presidir/RÄDÀE -presilla -presionad/k -presionándole/S -presionándome -presionándonos -presionándoos -presionándote -presionan/k -presionar/kRDÁÀÂÄE -presione/k -presioné/k -presionen/k -presión/kGS -presiono/k -presionó/k -preso/aGSk -prest -presta/ai -prestad/ai -prestadme -prestadnos -prestador/GS -prestadora/S -préstame -prestamente -prestamera/S -prestamista/S -préstamo/S -prestan/ai -préstanos -prestar/RaDiE -prestatario/GS -prestataria/S -preste/aGSi -presté/ia -présteme -presten/ai -préstenme -préstennos -préstenos -prestidigitador/SG -prestidigitadora/S -prestigiad/h -prestigiador/SG -prestigiadora/S -prestigia/h -prestigian/h -prestigiar/hRDE -prestigiarlo/SG -prestigiarla/S -prestigié/h -prestigie/hSG -prestigien/h -prestigió/h -prestigio/hS -prestigioso/GS -prestigiosa/S -presto/aS -prestó/ia -presumible/S -presumir/ -presunción/S -presuntamente -presuntivamente -presuntivo/SG -presuntiva/S -presunto/GS -presunta/S -presupuestario/SG -presupuestaria/S -presupuestar/RÀED -presupueste/S -presura/aS -presuricé/h -presuricen/h -presurice/Sh -presurizad/h -presuriza/h -presurizan/h -presurizar/RhDE -presurizo/Gh -presurizó/h -presurosamente -presuroso/GS -presurosa/S -pretal -pretencioso/GS -pretenciosa/S -pretende/GS -pretenda/S -pretender/RÄE -pretendiente/G -preterí -preteríais -preteríamos -preterían -pretería/S -preterid -preterimos -preterirá -preterirán -preterirás -preterir/D -preteriré -preteriréis -preteriremos -preteriríais -preteriríamos -preterirían -preteriría/S -preterirse -preterís -preteriste -preteristeis -pretérito/GS -pretérita/S -pretermite/S -pretermitir/RDE -preternaturalice/S -preternaturalizar/RDE -preternaturalizo/G -preternatural/S -pretextar/RDE -pretexte/GS -pretexta/S -pretil/S -pretina/NH -pretinero/S -pretiriendo -pretirierais -pretiriéramos -pretirieran -pretiriereis -pretiriéremos -pretirieren -pretiriere/SG -pretiriera/S -pretirieron -pretirieseis -pretiriésemos -pretiriesen -pretiriese/S -pretirió -pretorial/S -pretorianismo/S -pretoriano/GS -pretoriana/S -pretoriense/S -pretorio/G -pretor/oS -pretura/aS -prevalecer/RILD -prevalece/S -prevaricador/SG -prevaricadora/S -prevaricar/RED -prevarico/G -prevén/a -prevención/hS -prevenga/a -prevengo/a -prevenía/a -prevenid/a -prevenida/h -prevenido/hSG -prevenir/aXD -prevenirlo/GS -prevenirla/S -prevenís/a -preventivamente -preventivo/SG -preventiva/S -preventorio/S -prever/ÄX -prevé/S -previamente -previene/a -previlejar -previne/a -previniéndolo/GS -previniéndola/S -previno/a -previo/GS -previa/S -previsible/kS -previsor/kGS -prevista/k -previsto/kSG -prez/S -priado -priapismo/S -priego/S -priesa/a -priesas -prieta/a -prietamente -prieto/aSG -primacía/S -primada/r -primad/ik -primado/rGS -primáis/pg -primal/S -primamos/pg -priman/pigk -prima/pigk -primariamente -primario/GS -primaria/S -primar/kRiDE -primate/S -primaveral/S -primavera/S -primazgo/S -primear/RED -primee/GS -primea/S -prime/GpigkS -primé/ki -primen/pigk -primeramente -primer/EGK -primerísimo/GS -primerísima/S -primerizo/GS -primeriza/S -primero/S -primevo/GS -primeva/S -primicerio/GS -primiceria/S -primicia/S -primiclerio/S -primigenio/GS -primigenia/S -primilla/S -primitivamente -primitivo/GS -primitiva/S -primogénito/GS -primogénita/S -primogenitura/S -primó/ki -primo/pigk -primordial/S -primordio/S -primorear/RDE -primoree/GS -primorea/S -primorosamente -primoroso/GS -primorosa/S -primor/S -primos -primuláceo/GS -primulácea/S -prímula/S -prínceps -princesa/S -principado/S -principalía/S -principal/KS -principalmente -principar -principela/S -príncipe/S -principesco/GS -principesca/S -principiador/GS -principiadora/S -principiante/GS -principianta/S -principiar/RDE -principie/GS -principia/S -principio/S -principote/S -pringad/i -pringa/i -pringan/i -pringaos -pringarme -pringarnos -pringaros -pringar/RiDE -pringarte -príngate -pringó/i -pringo/iG -pringoso/GS -pringosa/S -pringote/S -pringue/i -pringué/i -prionodonte/S -prioradgo/S -priorato/S -priorazgo/S -priorice/S -prioritario/GS -prioritaria/S -priorizar/REÀD -priorizo/G -prior/KGS -prioste/S -prisa/ga -prisas -priscilianismo/S -priscilianista/S -prisciliano/GS -prisciliana/S -prisco/aS -prisionero/GS -prisionera/S -prisiones/a -prisión/S -prisma/S -prismático/GS -prismática/S -priste/S -prístino/SG -prístina/S -prisuelo/S -privacidad/S -privadamente -privadero/S -privanza/S -privar/ÅRÄÆÁÂÀDEA -privaticé/h -privaticen/h -privatice/Sh -privativamente -privativo/GS -privativa/S -privatización/S -privatizad/h -privatiza/h -privatizan/h -privatizarlo/GS -privatizarla/S -privatizar/REhD -privatizo/Gh -privatizó/h -prive/GS -priva/S -privilegiar/ÄRDEÀ -privilegiativo/SG -privilegiativa/S -privilegie/SG -privilegia/S -privilegio/S -proa/aS -probabilismo/S -probabilista/S -probable/JkS -probablemente/k -probables/p -probad/ap -probador/aGSp -probadura/S -probándome -probándonos -probándoos -probándote -probanza/aS -probar/aRpDAI -probarla/a -probarle/GSa -probarla/S -probarlo/Sa -probarme -probármelo/GS -probármela/S -probarnos -probárnoslo/SG -probárnosla/S -probároslo/GS -probárosla/S -probárselo/GS -probársela/S -probarte -probártelo/GS -probártela/S -probática/S -probatoria/pa -probatorio/pGSa -probatura/S -probé/ap -probémonos -problema/S -problemático/GS -problemática/S -probó/ap -probo/GKS -probóscide/S -proboscidio/S -procarionte/S -procaz/K -procedente/kSF -proceder/PS -procedimental/S -procerato/S -prócer/S -procesador/mS -procesal/S -procesar/À -procesionalmente -procesional/S -proceso/S -proclamar/ÁÂA -proclítico/GS -proclítica/S -proclive/S -proclividad/S -procordado/S -procrastinar/RDE -procrastine/SG -procrastina/S -procrear/R -procurar/ÃÄÆøÂ -prodigalidad/S -pródigamente -prodigar/ÁRDE -prodigio/S -prodigiosamente -prodigioso/KSG -pródigo/GS -pródiga/S -producción/tS -producen/p -produce/pS -producía/p -producible/S -producid/p -produciéndolo/GS -produciéndola/S -produciéndome -produciéndonos -produciéndoos -produciéndote -producir/pXAIDÀÁ -producís/p -productiva/kSp -productivo/K -productivos/kp -productor/GpS -producto/Ss -produje/p -produjo/p -produzca/p -produzco/p -proejar/RED -proeje/G -proemio/S -proeza/S -Prof. -profanador/GS -profanadora/S -profanamente -profanar/RDÀPEA -profane/GS -profana/S -profano/K -profazar/RDE -profazo/G -profecía/S -proferir/XÀD -profesar/RQEDÆ -profese/G -profesionalice/S -profesionalismo/S -profesionalizar/RÁDE -profesionalizo/G -profesional/KOS -profesionalmente -profesorado/S -profesor/GS -profesora/S -profeso/S -profes/S -profetar -profeta/S -profetice/S -profético/GS -profética/S -profetisa/S -profetismo/S -profetizador/GS -profetizadora/S -profetizar/RDE -profetizo/G -proficiente/S -profiláctico/GS -profiláctica/S -profilaxis -profligar -prófugo/SG -prófuga/S -profundamente -profundice/S -profundizar/DRÀÄAE -profundizo/G -profundo/K -profusamente -profuso/S -progenie/S -progenitor/GS -progenitora/S -progenitura/S -progne/S -prognosis -programable/S -programador/GS -programadora/S -programar/ÁÀA -progresar/RQED -progrese/SG -progresa/S -progresismo/S -progresista/S -progresivamente -progresivo/SG -progresiva/S -progreso/OS -prohíbe/GS -prohíba/S -prohibir/RIAÃÇÄÆÅÀÂÁD -prohibitivo/GS -prohibitiva/S -prohibitorio/GS -prohibitoria/S -prohijar/RDPI -prohíje/GS -prohíja/S -pro/i -prójimo/S -prolapso -prolepsis -proletariado/S -proletario/SG -proletaria/S -proliferante/S -proliferar/RADE -prolifere/GS -prolifera/S -prolífico/GS -prolífica/S -prolijamente -prolijear/RED -prolijee/GS -prolijea/S -prolijidad/S -prolijo/S -prologar/RDÀE -prologo/G -prólogo/S -prologuista/S -prolongable/kS -prolongador/GS -prolongadora/S -prolongar/RÀÂÄÆADPE -promediar/R -prometer/ÃÚÛÍ -prominente/SF -promiscuar/RDE -promiscue/S -promiscuo/KG -promisorio/SG -promisoria/S -promocionar/RDÁÀÂE -promoción/G -promontorio/S -promover/ÄÀ -promulgador/GS -promulgadora/S -promulgar/RÀDEA -promulgo/G -prono/G -pronominado -pronosticador/GS -pronosticadora/S -pronosticar/RDÀÂE -pronostico/G -pronóstico/S -pronta/kSa -prontamente -prontísimo/GS -prontísima/S -prontitud/S -pronto/MGS -prontuario/S -pronunciable/Sk -pronunciador/GS -pronunciadora/S -pronunciar/ERÁÀPDÄøA -pronuncie/SG -pronuncia/S -propagandista/S -propagandístico/GS -propagandística/S -propagando/G -propagar/REA -propagativo/GS -propagativa/S -propalador/GS -propaladora/S -propalar/RE -propasar/RE -propenso/GS -propensa/S -propia/kaph -propiamente/k -propiciador/GS -propiciadora/S -propiciamente -propiciar/RAEÀÂDÆ -propiciatorio/SG -propiciatoria/S -propicie/SG -propicia/S -propicio/S -propienda/S -propietariamente -propietario/GS -propietaria/S -propinar/REÅÆAÂÁ -propincua/aS -propincuo/KSG -propio/hGkap -propios/k -propóleos -propón -proponer/AÅÄ -proporcionaba/hS -proporcionabais/h -proporcionaban/h -proporcionable/S -proporcionadamente -proporcionad/hG -proporcionado/hS -proporcionáis/h -proporcionalmente -proporcional/SK -proporcionamos/h -proporcionando/h -proporcionan/h -proporcionara/h -proporcionará/h -proporcionarais/h -proporcionaran/h -proporcionarán/h -proporcionarás/h -proporcionaré/h -proporcionare/hSG -proporcionareis/h -proporcionaréis/h -proporcionaren/h -proporcionaría/hS -proporcionarían/h -proporcionaron/h -proporcionar/RÃÆÅÁÀÂDE -proporcionarse/h -proporcionase/h -proporcionaseis/h -proporcionasen/h -proporcionas/hS -proporcionaste/h -proporcione/h -proporcioné/h -proporcionéis/h -proporcionemos/h -proporcionen/h -proporción/hGS -proporciono/h -proporcionó/h -proposicional/S -propósito/hSa -proprio/SGK -propria/S -propugnar/À -propulsada/d -propulsado/dGS -propulsar/Q -propulsión/dS -propulsor/SG -propulsora/S -prora/S -prorrateo/S -prorrogable/Sk -prorrogar/E -prórroga/S -prorrogo/G -prorrumpe/SG -prorrumpa/S -prorrumpir/RDE -pros -prosador/GS -prosadora/S -prosaicamente -prosaico/GS -prosaica/S -prosaísmo/S -prosapia/S -prosa/S -proscenio/S -proscribe/GS -proscriba/S -proscribir/ERÀD -proscripción/S -proscriptor/SG -proscriptora/S -proscrito/GS -proscrita/S -prosecución/S -proseguible/S -proseguir/PX -proselitismo/S -proselitista/S -prosélito/S -prosificador/GS -prosificadora/S -prosificar/RED -prosifico/G -prosimio -prosista/S -prosodia/S -prosopopeya/S -prospección/S -prospectar/RED -prospecte/SG -prospecta/S -prospectivo/GS -prospectiva/S -prósperamente -prosperar/RED -prospere/GS -prospera/S -prospero/K -próspero/SG -próspera/S -próstata/S -prostatitis -prosternar/RAED -prosterne/GS -prosterna/S -prostibulario/GS -prostibularia/S -prostíbulo/S -prostitución/S -prostituir/XÁÀD -prostituto/SG -prostituta/S -prostrar -prosuponer -protagonice/S -protagonismo/S -protagonista/S -protagonizar/RDÀE -protagonizo/G -proteccionismo/S -proteccionista/S -protección/S -protectorado/S -protectorio/GS -protectoria/S -protector/SG -protectora/S -protectriz/S -proteger/RÁÀÂøEÄÅDLô -protege/S -protegida/h -protegido/hSG -proteico/GS -proteica/S -proteína/S -proteínico/GS -proteínica/S -proteo/S -protervia/S -protervo/GKS -prótesis -protestante/SO -protestantismo/S -protestativo/GS -protestativa/S -protestón/SG -protestóna/S -protético/GS -protética/S -protio/S -protocloruro/S -protocolario/GS -protocolaria/S -protocolar/RED -protocole/SG -protocola/S -protocolice/S -protocolizar/RDE -protocolizo/G -protocolo/S -protohistoria/S -protomedicato/S -protomédico/S -protonotario/S -protoplasma/S -protosulfuro/S -prototipo/S -protozoario/GS -protozoaria/S -protozoo/S -protráctil/S -protuberante/SF -provagar -provea/h -provean/h -provecha/a -provechad/a -provechan/a -provechar/RaDE -proveché/a -proveche/GaS -provechen/a -provecho/a -provechó/a -provechos -provechosamente -provechoso/SG -provechosa/S -provecto/GS -provecta/S -proveed/h -proveen/h -proveer/hLRÀÂEDÄ -proveerme -proveernos -proveeros -proveerte -provee/ShG -proveía/h -proveí/h -proveimiento/S -provén -proveniencia/S -proveniente/S -provento/S -provenzalismo/S -provenzalista/S -provenzal/SO -proveo/h -proverbiador/S -proverbialmente -proverbial/S -proverbio/S -proverbista/S -proveyó/h -provicero/S -providencialismo/S -providencialista/S -providencialmente -providencial/SO -providenciar/RDE -providencie/S -providente/F -próvido/GS -próvida/S -provincialismo/S -provincial/SO -provincianismo/S -provinciano/SG -provinciana/S -provincia/S -provisionalmente -provisional/S -provisiones/a -proviso/kS -provisor/G -provista/hk -provisto/hSGk -provocador/GS -provocadora/S -provocar/RDÁÀE -provocativo/G -provoco/G -proxeneta/S -proxenetismo/S -proximal/S -próximamente -proximidad/S -próximo/SG -próxima/S -proyección/S -proyectante/S -proyectar/RDÁEÄÅ -proyecte/SG -proyecta/S -proyectil/S -proyectista/S -proyectivo/GS -proyectiva/S -proyecto/bS -proyector/S -proyectura/S -prudencialmente -prudencial/S -prudente/FkS -prudentemente/k -prueba/pa -pruébate -pruébense -pruebe/pa -pruébese -pruebo/pa -prunela/S -pruno/SG -pruna/S -pruriginoso/GS -pruriginosa/S -prurigo/S -prurito/S -prusiano/GS -prusiana/S -prusiato/S -prúsico/S -psi -psicoanalice/S -psicoanálisis -psicoanalista/S -psicoanalítico/SG -psicoanalítica/S -psicoanalizar/REÅDÁ -psicoanalizo/G -psicología/S -psicológico/GS -psicológica/S -psicólogo/SG -psicóloga/S -psicópata/S -psicopatía/S -psicosis -psicotecnia/S -psicoterapia/S -psicótico/GS -psicótica/S -psíes -psique/S -psiquiatra/S -psiquiatría/S -psiquiátrico/SG -psiquiátrica/S -psíquico/SG -psíquica/S -psiquismo/S -psiquis/O -psitacismo/S -psitacosis -pteridofito/GS -pteridofita/S -ptolemaico/SG -ptolemaica/S -pu -púa -puar/RDI -pubertad/S -pubes -pubescente/FS -pubescer/ERD -pubesce/S -pubesza/L -pubeszo/G -pubiano/SG -pubiana/S -púbico/GS -púbica/S -pubis -publicador/GS -publicadora/S -públicamente -publicano/pS -pública/pS -publicar/RAÄEDÁÀ -publicidad/S -publicista/S -publicitario/GS -publicitaria/S -publicitar/RDE -publicite/SG -publicita/S -publico/G -público/GS -pública/S -puchada/piS -puchera/H -puchero/GS -puchera/S -puches/ip -pucia/S -pude -pudelar/RDE -pudele/GS -pudela/S -pudendo/SG -pudenda/S -pudibundo/GMS -púdica/k -pudicia/kS -pudicicia/kS -púdico/kSG -pudiendo -pudiéndose -pudiente/S -pudierais -pudiéramos -pudieran -pudiere/GS -pudiera/S -pudiereis -pudiéremos -pudieren -pudieron -pudieseis -pudiésemos -pudiesen -pudiese/S -pudimos -pudin -púdines -pudinga/S -pudio/Sp -pudir/ÆÄÅ -pudiste -pudisteis -pudo -pudor/kS -pudoroso/GS -pudorosa/S -pudran/p -pudra/p -pudren/p -pudre/SGp -pudra/S -púdrete -pudría/p -pudrición/S -pudridero/S -pudridor/S -pudrid/p -pudriéndome -pudriéndonos -pudriéndoos -pudriéndote -pudrigorio/S -pudrimiento/S -pudrió/p -pudrios -pudríos -pudrí/p -pudrirme -pudrirnos -pudriros -pudrir/RpE -pudrirte -pudrís/p -pudro/p -pué -puebla/hp -pueblan/p -pueble/hpSG -pueblen/p -pueblerino/GS -pueblerina/S -pueblo/S -puedan -pueden -puede/SG -pueda/S -puedo -púe/GS -púa/S -puelche/S -puentear/RED -puentecilla/S -puentee/GS -puentea/S -puente/jS -puerca/iS -puercamente -puerco/GS -puerca/S -puericia/S -puericultor/GS -puericultora/S -puericultura/S -puerilmente -pueril/SK -puerperal/S -puerperio/S -puerro/S -puerta/rSb -puertaventana/S -puerto/bSG -pues -puesta/tkunopargilS -puestero/GS -puestera/S -puesto/aSGltkrunopg -puf -pufo/S -puga/S -pugilar/S -pugilato/S -pugilismo/S -púgil/S -pugnad/okp -pugna/kpo -pugnan/okp -pugnante/pS -pugnar/RkopDE -pugnaz/KS -pugnen/okp -pugné/opk -pugne/SGokp -pugna/S -pugno/kpo -pugnó/opk -pujador/iSG -pujad/rip -pujamen/S -pujame/S -pujamiento/rS -pujan/rip -pujantemente -pujante/S -pujanza/Sr -puja/pri -pujar/pREriD -pujavante/S -puje/GSpri -puja/S -pujé/irp -pujen/rip -pujó/irp -pujo/pri -pulan/p -pula/p -pulchinela/S -pulcritud/S -pulcro/GS -pulcra/S -pule/GSp -pula/S -pulen/p -pulgada/pSi -pulga/pSi -pulgarada/aS -pulgares/a -pulgar/Spi -pulgón/S -pulgoso/GS -pulgosa/S -pulguera/iS -pulguero/GS -pulguera/S -pulguillas -pulía/p -pulida/M -pulidamente -pulidero/S -pulidez/G -pulidor/SG -pulidora/S -pulid/p -puliéndolo/GS -puliéndola/S -pulimentar/ERD -pulimente/GS -pulimenta/S -pulimento/S -pulió/p -pulí/p -pulir/EpRD -pulirme -pulirnos -puliros -pulirte -pulís/p -pulla/S -pullés/GS -pullésa/S -pullista/S -pulmonado/S -pulmonaria/S -pulmonar/S -pulmonía/S -pulmón/S -pulo/p -pulpa/h -pulpejo/S -pulpero/SG -pulpera/S -pulpeta/S -púlpito/S -pulpo/Gh -pulpos -pulposo/SG -pulposa/S -pulsación/S -pulsad/ohpk -pulsador/GS -pulsadora/S -pulsa/hpko -pulsan/ohpk -pulsarla/ko -pulsarlo/oSGk -pulsar/RoEkhpD -pulsatila/S -pulsativo/SG -pulsativa/S -pulsear/RDE -pulsee/GS -pulsea/S -pulse/GoShpk -pulsen/ohpk -pulsé/okph -pulsera/S -pulso/aSk -pulsó/okph -pulular/ERD -pulule/GS -pulula/S -pulverice/S -pulverizable/S -pulverizador/S -pulverizar/RDÀøE -pulverizo/G -pulverulento/GS -pulverulenta/S -pum -puma/Sh -pumita/S -punar/E -puncé/j -punce/jS -puncen/j -puncha/a -punchad/a -punchan/a -punchar/aRED -punché/a -punche/aGS -punchen/a -puncho/a -punchó/a -puncionar/RED -punción/SG -puncióna/S -pundonorosamente -pundonoroso/GS -pundonorosa/S -pundonor/S -pune/GS -puna/S -punes/k -punge/S -pungir/REDP -pungitivo/GS -pungitiva/S -punible/S -púnico/SG -púnica/S -punir/RED -punitivo/GS -punitiva/S -punjo/G -punta/aN -puntad/haip -puntales/a -puntal/S -puntan/haip -puntapié/S -puntar/aRihEpD -punté/apih -puntear/RDE -puntee/GS -puntea/S -punte/hSGaip -punten/haip -punterola/S -puntero/SG -puntera/S -puntiagudo/GS -puntiaguda/S -puntido/S -puntillado/Sa -puntilla/H -puntillero/S -puntillista/S -puntillo/a -puntilloso/SG -puntillosa/S -puntisecar/RDE -puntiseco/G -puntito/S -puntó/apih -punto/SHNL -puntoso/GS -puntosa/S -puntuales/k -puntualice/S -puntualizar/RED -puntualizo/G -puntual/KS -puntualmente -puntuar/RDAI -puntúe/SG -puntúa/S -puntuoso/GS -puntuosa/S -puntura/S -punzad/j -punzador/GS -punzadora/S -punza/j -punzan/j -punzante/S -punzar/RDjEB -punzó/j -punzo/jG -punzón/S -punzós -puñalada/aS -puñales/a -puñal/S -puñar/aiD -puñete/HS -puñetero/GS -puñetera/S -puñir -puño/ai -puños -púo -puó -pupar/RED -pupe/GS -pupa/S -pupila/C -pupilar/S -pupilero/GS -pupilera/S -pupilo/GS -pupila/S -pupitre/S -puposo/GS -puposa/S -pura/agSk -puramente/k -purana/S -purear/RED -puree/GS -purea/S -puré/S -purgable/S -purgador/SG -purgadora/S -purgad/p -purgamiento/S -purgan/p -purgante/S -purga/p -purgarme -purgarnos -purgaros -purgar/RpED -purgarte -purgativo/GS -purgativa/S -purgatorio/SG -purgatoria/S -purgó/p -purgo/pG -purgue/p -purgué/p -purificación/S -purificadero/GS -purificadera/S -purificad/k -purificador/GS -purificadora/S -purifica/k -purifican/k -purificar/kRED -purificarlo/GS -purificarla/S -purificarme -purificarnos -purificaros -purificarte -purificatorio/SG -purificatoria/S -purifico/Gk -purificó/k -purifique/k -purifiqué/k -purismo/S -purista/S -puritanismo/S -puritano/GS -puritana/S -puro/GSkKM -pura/S -puros/a -purpurada/i -purpurado/iGS -purpurar/RDE -púrpura/S -purpurear/RDE -purpuree/GS -purpurea/S -purpure/GS -purpura/S -purpúreo/GS -purpúrea/S -purpurino/GS -purpurina/S -purra/ai -purráis/i -purramos/i -purran/ai -purre/GaSi -purrela/S -purren/ai -purrí/a -purría/a -purrid/a -purriela/S -purrió/a -purrir/RaED -purrís/a -purro/ai -purulencia/S -purulento/GS -purulenta/S -pus -puse/ouagpltrknb -pusilánime/S -pusilanimidad/S -pusinesco/GS -pusinesca/S -puso/ouagpltrknb -pústula/S -pustuloso/GS -pustulosa/S -putada/gSpk -putañear/RED -putañee/SG -putañea/S -puta/pgSk -putativo/GS -putativa/S -putear/RDÀE -putee/GS -putea/S -puterío/S -putero/S -puto/GS -puta/S -putón/S -putrefacción/S -putrefactivo/GS -putrefactiva/S -putrefacto/SG -putrefacta/S -putrescible/S -pútrida/c -putridez/S -pútrido/cSG -puya/SH -puzolana/S -puzol/S -Qatar -quebracho/S -quebradero/S -quebradizo/SG -quebradiza/S -quebrado/N -quebrador/GSp -quebradora/S -quebrad/p -quebradura/S -quebrajad/h -quebraja/h -quebrajan/h -quebrajar/hRDE -quebraje/GSh -quebraja/S -quebrajé/h -quebrajen/h -quebrajó/h -quebrajo/hp -quebrajoso/GS -quebrajosa/S -quebramiento/S -quebrantable/Sk -quebrantador/SG -quebrantadora/S -quebrantahuesos -quebrantaolas -quebrantapiedras -quebrantar/RDBÀÁEP -quebrante/GS -quebranta/S -quebranto/S -quebrarlo/GS -quebrarla/S -quebrarme -quebrarnos -quebraros -quebrar/pRDI -quebrarte -quebraza/aS -quebrazar/a -quebré/p -quebró/p -queche/S -quechua/S -quedamente -quedar/ÜRÂøÁÃÅÆôED -quede/GS -queda/S -quedito -quedo/S -que/gfl -quehacer/S -quejaba/hSa -quejaban/h -quejad/hGa -quejado/hSa -queja/ha -quejáis/ah -quejamos/h -quejando/h -quejan/ha -quejara/ah -quejará/ha -quejaran/h -quejarán/h -quejarás/h -quejar/DRôÁøEÅ -quejaré/ha -quejare/hSGa -quejaren/h -quejaría/h -quejaron/h -quejarse/h -quejase/ah -quejasen/h -quejas/hSa -quejaste/h -quejé/ah -queje/hSGa -quejéis/ah -quejemos/h -quejen/ha -quejica/S -quejicoso/SG -quejicosa/S -quejido/S -quejigal/S -quejigo/S -quejigueta/S -quejilloso/GS -quejillosa/S -quejó/ah -quejo/ha -quejosamente -quejoso/SG -quejosa/S -quejumbrar/RDE -quejumbre/GS -quejumbra/S -quejumbroso/GS -quejumbrosa/S -quejura/S -quelonio/S -queltehue/S -quemadero/GS -quemadera/S -quemadlo/GS -quemadla/S -quemador/GS -quemadora/S -quemad/p -quemadura/S -quemajoso/GS -quemajosa/S -quémalo/GS -quémala/S -quemándome -quemándonos -quemándoos -quemándote -queman/p -quemante/S -quema/p -quemarme -quemarnos -quemaros -quemarropa/S -quemar/RpDPE -quemarte -quemazón/S -quémelo/SG -quémela/S -quémenlo/GS -quémenla/S -quemen/p -quemé/p -queme/pGS -quemo/p -quemó/p -quena/S -quenopodiáceo/SG -quenopodiácea/S -quepáis -quepamos -quepan -quepis -quepo/G -quera/aS -queráis/a -queratina/S -queratitis -quered/h -queredlo/GS -queredla/S -queredme -querednos -queréis/a -querellador/GS -querelladora/S -querellante/S -querellar/RDÁE -querelle/GS -querella/S -querelloso/GS -querellosa/S -querencia/Sa -querencioso/SG -querenciosa/S -quereres -querer/hXID -quererle/SG -quererla/S -quererlo/S -quererme -querernos -quereros -quererte -queresa/aS -queríais/p -querían/p -quería/pSh -querida/p -querido/pGS -queriéndole/SG -queriéndola/S -queriéndolo/S -queriéndome -queriéndomelo/GS -queriéndomela/S -queriéndonos -queriéndonoslo/GS -queriéndonosla/S -queriéndoos -queriéndooslo/GS -queriéndoosla/S -queriéndoselo/SG -queriéndosela/S -queriéndote -queriéndotelo/GS -queriéndotela/S -quermés -quermes/S -querochar/RDE -queroche/GS -querocha/S -queroseno/S -querrá/h -querré/h -quersoneso/S -querube -querúbico/GS -querúbica/S -querubín/S -querub/S -querusco/GS -querusca/S -qué/S -quesada/SN -quesear/RDE -quesee/SG -quesea/S -quesero/SG -quesera/S -quesito/S -queso/LS -quetzal/S -quevedesco/GS -quevedesca/S -quevedos -qui -quia -quiaca/S -quianti/S -quibey/S -quiché/S -quichua/S -quicial/S -quicio/S -quid -quiebrahacha/S -quiebra/p -quiebre/p -quiebro/Sp -quien -quiénes -quienquiera -quién/S -quiera/khp -quiéralo/GS -quiérala/S -quieran/kp -quiéranlo/SG -quiéranla/S -quiere/kSGhp -quiérelo/GS -quiérela/S -quiéreme -quieren/kp -quiérenos -quier/GS -quiera/S -quiero/khp -quiescente/aS -quietad/ka -quieta/ka -quietamente/k -quietan/ka -quietar/kaRED -quieté/ka -quiete/kSGa -quieten/ka -quietismo/S -quietista/S -quietó/ka -quieto/kS -quietud/kS -quijada/S -quijal/S -quijares/h -quijar/S -quijero/h -quijeros -quijones -quijotada/S -quijotería/S -quijotescamente -quijotesco/GS -quijotesca/S -quijote/SO -quijotil/S -quijotismo/S -quilata/ah -quilatad/ah -quilatan/ah -quilatar/hRaDE -quilate/aSGh -quilaté/ha -quilaten/ah -quilatera/S -quilato/ah -quilató/ha -quilífero/SG -quilífera/S -quilificar/ERD -quilifico/G -quilla/rS -quillotrad/i -quillotra/i -quillotran/i -quillotrar/RiED -quillotre/GSi -quillotra/S -quillotré/i -quillotren/i -quillotro/i -quillotró/i -quilo/S -quiloso/SG -quilosa/S -quimera/S -quimerear/RDE -quimeree/SG -quimerea/S -quimerice/S -quimérico/SG -quimérica/S -quimerino/GS -quimerina/S -quimerista/S -quimerizar/RED -quimerizo/G -químicamente -químico/SG -química/S -quimificar/ERD -quimifico/G -quimioterapia/S -quimono/S -quimo/SG -quima/S -quimosina/S -quinada/k -quinado/kGS -quina/k -quinao/S -quinaquina/S -quinario/GS -quinaria/S -quincalla/SL -quincallero/GS -quincallera/S -quincenal/S -quincenario/GS -quincenaria/S -quinceno/GS -quincena/S -quince/S -quinchoncho/S -quincineta/S -quincuagenario/GS -quincuagenaria/S -quincuagena/S -quincuagésimo/GS -quincuagésima/S -quindenio/S -quinete/S -quingombó/S -quiniela/S -quinientas -quinientista/S -quinientos -quinina/S -quinismo/S -quino/kG -quinolear/RDE -quinolee/SG -quinolea/S -quinolillas -quinos/b -quinquefolio/S -quinquenal/S -quinquenervia/S -quinquenio/S -quinquillero/S -quinquina/S -quinqui/S -quintad/p -quintaesenciar/RDE -quintaesencie/GS -quintaesencia/S -quintal/S -quinta/N -quintana/S -quintan/p -quintante/S -quintar/RpED -quinten/p -quinté/p -quinte/pSG -quintero/S -quinteto/S -quintín/S -quinto/NS -quintó/p -quintuplicar/RDE -quintuplico/G -quío/GLS -quiosco/S -quiragra/S -quirate/S -quirguiz/S -quirie/S -quirigalla/S -quirinal/S -quiritario/GS -quiritaria/S -quirite/S -quirografario/SG -quirografaria/S -quirógrafo/GS -quirógrafa/S -quiromancia/S -quiromasajista/S -quiropráctico/SG -quiropráctica/S -quiróptero/S -quiroteca/S -quirúrgico/GS -quirúrgica/S -quise/ph -quisicosa/S -quiso/ph -quisquilla/S -quisquilloso/KGS -quistad/fai -quista/fai -quistan/fai -quistar/fRiaED -quisté/iaf -quisten/fai -quiste/SGfai -quista/S -quisto/fai -quistó/iaf -quitad/h -quitador/GS -quitadora/S -quitaguas -quita/h -quitamanchas -quitameriendas -quitamiento/S -quitamotas -quitándome -quitándonos -quitándoos -quitándote -quitan/h -quitanieves -quitanza/S -quitaos -quitapelillos -quitapesares -quitar/hRDÁE -quitarle/GS -quitarla/S -quitarlo/S -quitármelo/GS -quitármela/S -quitárnoslo/SG -quitárnosla/S -quitároslo/GS -quitárosla/S -quitárselo/GS -quitársela/S -quitártelo/GS -quitártela/S -quitasol/S -quítate -quité/h -quite/hSG -quitémonos -quiten/h -quítense -quítese -quitina/S -quitinoso/GS -quitinosa/S -quitó/h -quitón/S -quito/S -quitrín/S -quizá -quizás -rabada/ihSg -rabadán/S -rabadilla/S -raba/hgSai -rabalero/GS -rabalera/S -rabal/S -rabanal/S -rabanero/GS -rabanera/S -rabanillo/S -rabaniza/S -rábano/S -rabasaire/S -rabear/RDE -rabee/GS -rabea/S -rabel/S -rabera/S -rabia/ai -rabiacana/S -rabiad/i -rabian/i -rabiar/iRDE -rabiatar/RED -rabiate/GS -rabiata/S -rabiazorras -rabicano/GS -rabicana/S -rabicorto/GS -rabicorta/S -rábido/SG -rábida/S -rabie/GiS -rabié/i -rabien/i -rabieta/iS -rabihorcado/S -rabilargo/GS -rabilarga/S -rabilar/RDE -rabile/GS -rabila/S -rabillo/S -rabínico/SG -rabínica/S -rabinismo/S -rabinista/S -rabino/S -rabio/aGi -rabió/i -rabión/S -rabiosamente -rabioso/GS -rabiosa/S -rabí/S -rabisalsera/S -rabiza/aS -rabo/GSa -raba/S -rabón/GS -rabóna/S -rabosear/RBED -rabosee/GS -rabosea/S -raboso/SG -rabosa/S -rabotada/Sh -rabotazo/S -rabotear/RDE -rabotee/GS -rabotea/S -rabudo/GS -rabuda/S -rábula/S -racamento/GS -racamenta/S -racanear/RDE -racanee/GS -racanea/S -rachar/RED -rachear/RED -rachee/GS -rachea/S -rache/GS -racha/S -racial/S -racimad/i -racima/i -racimal/S -raciman/i -racimar/iRED -racime/GSi -racima/S -racimé/i -racimen/i -racimó/i -racimo/S -racimoso/GS -racimosa/S -racimudo/GS -racimuda/S -raciocinar/RDE -raciocine/GS -raciocina/S -raciocinio/S -racionabilidad/S -racionalice/S -racionalismo/S -racionalista/S -racionalizar/RÀAÄDE -racionalizo/G -racionalmente/k -racional/SkK -racionar/REDP -racionero/S -ración/GS -racióna/S -racionista/S -racismo/S -racista/S -radar/S -rada/Sa -radiactivo/KGS -radiad/k -radiador/S -radia/k -radial/S -radian/k -radiante/S -radiar/kRADEÀ -radiata/S -radicalice/S -radicalismo/S -radicalizar/REÀDÄ -radicalizo/G -radicalmente -radical/SO -radicar/REÁD -radico/G -radicular/S -radié/k -radie/kGS -radien/k -radiestesia/S -radioactivo/GS -radioactiva/S -radiocasete/S -radiocomunicación/S -radiodifunde/GS -radiodifunda/S -radiodifundir/RDE -radiodifusión/S -radioelectricidad/S -radioeléctrico/GS -radioeléctrica/S -radioescucha/S -radiofónico/GS -radiofónica/S -radiofonista/S -radiofrecuencia/S -radiografiar/RDI -radiográfico/GS -radiográfica/S -radiografíe/GS -radiografía/S -radiograma/S -radió/k -radiolario/S -radiología/S -radiológico/GS -radiológica/S -radionovela/S -radiorreceptor/S -radio/S -radioscopia/S -radioscópico/SG -radioscópica/S -radioso/GS -radiosa/S -radiotecnia/S -radiotelefonía/S -radiotelefónico/GS -radiotelefónica/S -radiotelefonista/S -radiotelegrafiar/IRD -radiotelegrafíe/SG -radiotelegrafía/S -radiotelegrafista/S -radiotelegrama/S -radioterapia/S -radiotoxicidad/S -radiotransmisor/S -radioyente/S -radiumterapia/S -radón -raer/RILÂBDP -rae/S -ráfaga/S -rafa/i -rafalla/S -rafal/S -rafania/S -rafear/RED -rafee/SG -rafea/S -rafe/GSi -rafa/S -rafezar -rafia/S -ragua/S -rahezar -rahez/S -raí -raíces/ih -raicilla/S -raicita/S -raigambre/S -raigar/hg -raijo/S -raíl/S -rain/S -raíz/S -rajable/S -rajabroqueles -rajadizo/GS -rajadiza/S -rajado/N -rajador/S -rajar/RDEÁÀBÆ -rajatabla/S -raje/GS -raja/S -rajeta/S -rajuela/S -ralbar/RED -ralbe/GS -ralba/S -ralear/RDE -ralee/GS -ralea/S -ralentice/S -ralentizar/RED -ralentizo/G -raleza/S -rallador/GS -ralladora/S -rallar/BRDÀE -ralle/GS -ralla/S -rallo/S -ralo/GS -rala/S -rama/hgi -ramaje/S -ramalear/RDE -ramalee/GS -ramalea/S -ramal/NHS -rambla/HS -ramblar/Si -ramblas/i -ramblizo/S -rameado/GS -rameada/S -ramero/SG -ramera/S -ramificar/RDEA -ramifico/G -ramilla/S -ramilletero/GS -ramilletera/S -ramillete/S -ramina/S -ramio/aS -ramito/S -ramiza/S -ramo/hgGi -ramojo/S -ramonear/RED -ramonee/GS -ramonea/S -ramón/S -ramos/f -ramoso/SG -ramosa/S -rampante/S -rampar/ERD -rampe/SG -rampa/S -rampete/S -ramujo/GS -ramuja/S -ramulla/S -rana/aS -ranacuajo/S -rancar/g -ranchear/RDE -ranchee/GS -ranchea/S -ranchero/GSL -ranchera/S -rancho/h -ranchos -ranciad/i -rancia/i -rancian/i -ranciar/RiDE -rancidez/S -rancié/i -rancie/iSG -rancien/i -ranció/i -rancio/KS -rancor/S -randa/S -rango/S -ranilla/S -ranina/S -ranita/S -rano/GS -rana/S -ránula/S -ranunculáceo/GS -ranunculácea/S -ranúnculo/S -ranura/S -raña/a -raño/aG -raños -rapabarbas -rapacejo/S -rapad/g -rapador/SG -rapadora/S -rapadura/S -rapa/g -rapamiento/S -rapan/g -rapante/S -rapapolvo/S -rapar/gRDE -raparlo/GS -raparla/S -rapavelas -rapazada/S -rapaz/GKS -rape/gGS -rapen/g -rapé/S -rápidamente -rapidez/S -rapidísimo/GS -rapidísima/S -rápido/SG -rápida/S -rapiega/S -rapiñar/ERD -rapiñe/SG -rapiña/S -rapista/S -rapo/g -rapó/g -rapónchigo/S -raposear/RED -raposee/GS -raposea/S -raposero/GS -raposera/S -raposino/GS -raposina/S -raposo/GS -raposa/S -raposuno/GS -raposuna/S -rapsoda/S -rapsodia/S -raptar/REÍDÁÂÀ -rapte/SG -rapta/S -raptor/GS -raptora/S -rapto/S -rapuce/S -rapuzar/RED -rapuzo/G -raquear/RDE -raquee/GS -raquea/S -raquero/GS -raquera/S -raque/S -raqueta/S -raquetero/GS -raquetera/S -raquialgia/S -raquianestesia/S -raquídeo/SG -raquídea/S -raquis -raquítico/SG -raquítica/S -raquitismo/S -raquitis/O -rara/aS -raramente -rarear/ERD -raree/SG -rarea/S -rarefacción/S -rarefacer -rarificar/ERD -rarifico/G -raro/MGSK -rasad/i -rasadura/S -rasa/iNS -rasan/i -rasante/S -rasar/iRDE -ras/bf -rascacielos -rascacio/S -rascador/S -rascalino/S -rascar/RøDÁPEBÅ -rascatripas -rascle/S -rasco/G -rascón/GS -rascóna/S -rascuñar/RDE -rascuñe/SG -rascuña/S -rase/aSi -rasé/i -rasen/i -rasero/GS -rasera/S -rasete/S -rasgador/GS -rasgadora/S -rasgar/ÇERøDÁÂÀÆÄB -rasgo/GS -rasga/S -rasgón/S -rasguear/RED -rasguee/GS -rasguea/S -rasgueo/S -rasguñar/RDÁE -rasguñe/GS -rasguña/S -rasguño/S -raso/GS -rasa/S -rasó/i -rasoliso/S -raspada/gS -raspad/h -raspado/N -raspador/S -raspados/g -raspadura/S -raspahilando -raspahilar -raspajo/S -raspamiento/S -raspa/N -raspándole/S -raspan/h -raspante/S -raspar/hRDE -rasparlo/GS -rasparla/S -raspear/RDE -raspee/GS -raspea/S -raspé/h -raspe/hSG -raspen/h -raspinegro/SG -raspinegra/S -raspo/h -raspó/h -raspón/HS -rasposo/GS -rasposa/S -raspudo/S -rasqueta/S -rastillador/GS -rastilladora/S -rastillar/RED -rastille/SG -rastilla/S -rastrallar/RDE -rastralle/SG -rastralla/S -rastra/N -rastrar/RDE -rastreador/SG -rastreadora/S -rastrear/RDE -rastree/GS -rastrea/S -rastre/GS -rastra/S -rastreo/S -rastreramente -rastrero/GS -rastrera/S -rastrilla/C -rastrillador/SG -rastrilladora/S -rastrillar/RDE -rastrille/S -rastrojar/RED -rastrojear/RED -rastrojee/GS -rastrojea/S -rastroje/GS -rastroja/S -rastrojera/S -rastrojo/S -rastro/NS -rasurar/RÁÂÀDE -rasure/GS -rasura/S -ratania/S -rata/oS -ratead/o -ratean/o -ratea/o -ratear/RDoE -ratee/GoS -rateen/o -rateé/o -rateo/o -rateó/o -ratero/SG -ratera/S -raticida/S -ratificar/ARDÁÀEÆ -ratificatorio/SG -ratificatoria/S -ratifico/G -ratigar/RDE -ratigo/G -ratinar/RDE -ratine/GS -ratina/S -ratio -rato/LGS -ratonad/i -ratona/i -ratonan/i -ratonar/iRDE -ratoné/i -ratone/iSG -ratonen/i -ratonero/GS -ratonera/S -ratonesco/SG -ratonesca/S -ratón/GS -ratóna/S -ratonil/S -ratono/i -ratonó/i -raudal/S -raudamente -raudo/SG -rauda/S -rauta/S -ravenala/S -rayado/N -rayad/si -rayano/GS -rayana/S -rayan/si -rayar/sRiDE -raya/si -rayé/is -rayen/si -raye/sGSi -rayó/is -rayón/S -rayo/S -rayoso/SG -rayosa/S -rayuelo/GS -rayuela/S -razar -raza/S -razonable/kSh -razonablemente -razonadamente -razonador/GS -razonadora/S -razonar/REDÂP -razón/GS -razóna/S -reabsorber/R -reacio/GS -reacia/S -rea/f -realegrar/RE -realejo/S -realengo/GS -realenga/S -realete/S -realeza/S -realice/S -realillo/S -realismo/tS -realista/tS -realito/S -realizable/Sk -realizador/GS -realizadora/S -realizar/RÄDAÁE -realizo/G -real/kKS -realmente -reanimar/RAÁ -reanudar/AÁ -reara/f -rearan/f -rearé/f -reare/fSG -rearéis/f -rearen/f -rearmar/R -reaseguro/S -reatar/RB -reaventar/R -rebajador/GS -rebajadora/S -rebajar/RÁÄÅPE -rebalsar/RDE -rebalse/S -rebanar/RÂÀDE -rebanco -rebanear/RDE -rebanee/GS -rebanea/S -rebane/GS -rebana/S -rebasadero/S -rebasar/ÄÂÀ -rebatar -rebatible/Sk -rebatiña/S -rebatir/P -rebautizar/ÄÆÁ -rebeco/S -rebelar/RQDÅEÁ -rebelde/S -rebeldía/S -rebele/G -rebenque/SH -reblandecer/RÁLIPD -reblandece/S -reblar/RED -reble/G -reboce/S -rebociño/S -rebojo/S -rebollar -rebolledo/S -rebollidura/S -rebollo -rebolludo/GS -rebolluda/S -rebombar/RED -rebombe/S -reborde -rebordeador/S -rebosadero/S -rebosante/S -rebosar/RÀDBEP -rebose/GS -rebosa/S -rebotadera/S -rebotiga/S -rebozar/REÌD -rebozo/N -rebudiar/RDE -rebudie/GS -rebudia/S -rebujar/RDE -rebuje/G -rebujina/S -rebumbar/RDE -rebumbe/GS -rebumba/S -rebumbio/S -reburujar/RDE -reburuje/SG -reburuja/S -rebuscar/RP -rebusco/S -rebute/GS -rebuta/S -rebutir/RDE -rebuznador/SG -rebuznadora/S -rebuznar/RED -rebuzne/GS -rebuzna/S -rebuzno/S -recabar/RÂÀDE -recabdar -recabe/G -recabita/S -recadar/RED -recadero/S -recade/S -recado/S -recalcar/ÆÄBÀ -recalcitrante/S -recalcitrar/RDE -recalcitre/GS -recalcitra/S -recalvastro/GS -recalvastra/S -recalzar/R -recamar/RED -recame/S -recancamusa/S -recancanilla/S -recapacitar/R -recargador -recargar/RÅÁ -recatadamente -recatonear/RED -recatonee/GS -recatonea/S -recatón/GH -recauchar/RDE -recauche/SG -recaucha/S -recauchutar/RED -recauchute/GS -recauchuta/S -recaudador/GS -recaudadora/S -recaudar/RAÀPE -recaudatorio/GS -recaudatoria/S -recaude/S -recechar/RED -receche/GS -rececha/S -recelador -recelar/P -recental/S -recentar/RIBD -recentísimo/SG -recentísima/S -receñir/X -recepcionista/S -recepción/S -receptáculo/S -receptar/RED -recepte/GS -recepta/S -receptivo/GSK -receptiva/S -receptor/SG -receptora/S -recetador/GS -recetadora/S -recetar/REÁÂÀDÆ -recete/GS -receta/S -rechazador/GS -rechazadora/S -rechazar/PÙÃÅÄÀÂÁ -rechazo/S -rechice/S -rechinador/GS -rechinadora/S -rechinar/P -rechinido/S -rechizar/RED -rechizo/G -rechoncho/GS -rechoncha/S -rechupete -recia/iS -reciamente -reciario/S -recibe/GS -reciba/S -recibidero/SG -recibidera/S -recibidor/GS -recibidora/S -recibir/REÁÂÀDPÅÆÄ -recibí/S -recibo/S -reciclable/S -recicla/C -reciclar/ÁÀPÄ -recidivar/DRE -recidive/GS -recidiva/S -reciedumbre/S -recién -recientemente -recio/GS -recia/S -recipiendario/SG -recipiendaria/S -recipiente/S -recíprocamente -reciprocar/ERD -reciprocidad/S -reciproco/G -recíproco/GS -recíproca/S -recital/S -recitar/ÌÍ -recitativo/S -reciura/S -reclamante/S -reclamar/ÜÃÁÀÅÄÆA -reclamo/S -reclinar/RDE -reclinatorio/S -recline/GS -reclina/S -recluir/XQÈÀÁD -recluso/GS -reclusa/S -reclusorio/S -reclutar/RÁÀÂDPE -reclute/GS -recluta/S -recobrar/RÁ -recochinear/RED -recochinee/GS -recochinea/S -recodadero/S -recodar/ERD -recode/S -recodir -recogeabuelos -recogemigas -recoger/ÃPøÍ -recoleto/G -recomendablemente -recomendable/S -recomendante/S -recomendar/RÁÀÂDÅAI -recompensar/Á -reconcentrar/P -reconciliar/Å -reconcomio/S -reconditez/S -recóndito/GS -recóndita/S -reconfortar/Ä -reconocer/ÃÄÅÁP -reconocible/kS -reconociblemente -reconquistar/RÁ -reconsiderar/ÄR -recontar/RP -reconvenir/ÀÂÊÈ -reconvertir/X -recopilar/AÀ -récord -recordable/kS -recordador/GS -recordadora/S -recordar/ÓÇRÝßÞÏÅÄùIøÁÀDAôõ -recordativo/GS -recordativa/S -recordatorio/GS -recordatoria/S -récords -recorrer/ÁÆ -recortar/BÂÁ -recostadero/S -recostar/ôõùÀÁÅÄø -recovar/RED -recoveco/S -recove/GS -recova/S -recovero/GS -recovera/S -recrear/øRôAÄÅÁ -recremento/S -recreo/S -recre/S -recriminador/GS -recriminadora/S -recriminar/ÅÆÁÂA -recrucetada/S -recrudecer/RLIPD -recrudece/S -recrudescencia/S -recta/fq -rectal/S -rectamente/f -rectangular/S -rectángulo/GS -rectángula/S -rectángulos/e -rectar/RED -recte/GS -recta/S -rectificable/S -rectificador/GS -rectificadora/S -rectificar/RAÁÀDE -rectificativo/GS -rectificativa/S -rectifico/G -rectilíneo/GS -rectilínea/S -rectitud/S -recto/fGSq -rectoral/S -rectorar/RDE -rector/fGS -recua/SC -recubrir/ÄÙ -recude/GS -recuda/S -recudidero/S -recudimento/S -recudir/REDP -recuentro/S -recuero -recuestar/RD -recular/RDE -recule/GS -recula/S -recuperable/kS -recuperador/GS -recuperadora/S -recuperar/REAÅÄDÁ -recuperativo/GS -recuperativa/S -recupere/SG -recupera/S -recurrente/S -recurrible/S -recurrir/ÀRD -recusable/kS -recusante/S -recusar/RDÀ -redacción/S -redactar/RÀÂED -redacte/GS -redacta/S -redactor/GS -redactora/S -redad/i -reda/i -redan/i -redargüir/XD -redar/iRED -redaya/S -redecir/X -rededor/S -redé/i -rede/iSG -redención/S -redendija/S -reden/i -redentor/GS -redentora/S -redentorista/S -redera/f -redero/fGS -redhibe/GS -redhiba/S -redhibir/RDE -redijo/i -redil -redilar/RDE -redilear/RED -redilee/GS -redilea/S -redimible/kS -redimir/ÄÀÁ -rédito/S -redituar/RDI -reditúe/SG -reditúa/S -red/N -redoblante/S -redoblar/RPB -redo/i -redó/i -redolar/RE -redolente/S -redol/GS -redola/S -redoliente -redoma/H -redonda/N -redondear/RED -redondee/GS -redondea/S -redondel/S -redondo/GMSN -redopelo/S -redorar/R -redores/g -redor/fGS -redova/S -redrar -redrojar/RED -redroje/GS -redroja/S -redrojo/S -redropelo/S -redro/S -redroviento/S -redruejo/S -reducible/Sk -reducir/XÅÄúÁÀDAIP -reductible/kS -reductor/G -reducto/S -redundante/FS -redundar/RDE -redunde/GS -redunda/S -reduvio/S -reedificar/RED -reedifico/G -reeditar/RÀDE -reedite/GS -reedita/S -reeducar/RÀÂÁDE -reeduco/G -reelección/S -reelecto/GS -reelecta/S -reelegible/S -reelegir/XÀÁD -reelige/S -reelijo/G -reembarcar/RED -reembarco/G -reembolsable/S -reembolsar/ÂÁ -reemplazable/kS -reemplazante/S -reemplazar/ÂÁÄ -reemplazo/S -reencarnar/RÁDAE -reencarne/GS -reencarna/S -reencontrar/ÁÀÂÅ -reencuadernar/RDE -reencuaderne/GS -reencuaderna/S -reencuentro/S -reenganchar/RDPE -reenganche/GS -reengancha/S -reengendrar/RED -reengendre/GS -reengendra/S -reensayar/RED -reensaye/GS -reensaya/S -reenviar/RÀDI -reenvidar/RDE -reenvide/GS -reenvida/S -reenvíe/GS -reenvía/S -reenvite/S -reescribe/GS -reescriba/S -reescribir/REÄÀ -reescrito/G -reestrenar/RDE -reestrene/GS -reestrena/S -reestructurar/DRÀE -reestructure/GS -reestructura/S -reexaminar/RED -reexamine/GS -reexamina/S -reexpedir/XD -reexpide/SG -reexpida/S -reexportar/RED -reexporte/GS -reexporta/S -refajo/S -refeccionar -refección/S -refectorio/S -referendario/S -referendo/S -referéndum -referente/FS -referible/S -referir/XúÉÊÈDÁ -refertar -refez/S -refinadera/S -refinado/qS -refinador/GS -refinadora/S -refinar/AB -refino/L -refitolear/RDE -refitolee/SG -refitolea/S -refitolero/GS -refitolera/S -reflectar/RDE -reflecte/SG -reflecta/S -reflector/GS -reflectora/S -reflejar/RÁÀEÅD -refleje/G -reflejo/S -reflexible -reflexionar/R -reflexión/kS -reflexiva/k -reflexivamente/k -reflexivo/kGS -reflorecer/P -reflotar/À -refocilar/RED -refocile/GS -refocila/S -reforestar/Ä -reformable/kS -reformar/RÁô -reformatorio/SG -reformatoria/S -reformista/S -reforzador/GS -reforzadora/S -reforzar/PÁ -refractante/S -refractario/SG -refractaria/S -refractar/RED -refracte/GS -refracta/S -refractivo/SG -refractiva/S -refractor/S -refracto/S -refranero/S -refranesco/GS -refranesca/S -refrangible/JS -refranista/S -refrán/S -refregar/BPÁÂÅ -refreír/X -refrenable/Sk -refrenar/PÁ -refrendario/S -refrendar/RÀED -refrendata/S -refrende/SG -refrenda/S -refrescador/SG -refrescadora/S -refrescante/S -refrescar/RøÁÀDÌBEP -refriar/RD -refrigerador/SG -refrigeradora/S -refrigerante/S -refrigerar/RDAEÀ -refrigerativo/SG -refrigerativa/S -refrigere/SG -refrigera/S -refrigerio/S -refringente/SF -refringe/S -refringir/RED -refrinjo/G -re/fSa -refuerzo/S -refugiar/REÅôÁD -refugie/GS -refugia/S -refugio/S -refulgente/F -refundidor/G -refundir/Á -refunfuñar/RED -refunfuñe/GS -refunfuña/S -refutable/kS -refutar/RAEÀÂD -refutatorio/GS -refutatoria/S -refute/GS -refuta/S -regabinar/ERD -regabine/SG -regabina/S -regacear/RED -regacee/GS -regacea/S -regace/S -regadero/GS -regadera/S -regadío/SG -regadía/S -regadizo/GS -regadiza/S -regador/SG -regadora/S -regaifa/S -regajal/S -regalador/GS -regaladora/S -regalar/ÃRPÀÂÁÛÅED -regalero -regale/S -regalía/OS -regalicia/S -regalismo/S -regalista/S -regaliz/S -regalón/G -regalo/NS -regañadientes -regañar/DRÂÄ -regañina/S -regañón/GS -regañóna/S -regaño/S -regar/BRÁÝIÐDÄ -regatear/ÃÀ -regateo/S -regate/SG -regata/S -regato -regatonear/RED -regatonee/GS -regatonea/S -regatón/SG -regatóna/S -regazar/RDE -regazo/S -regenerar/Á -regentar/RED -regentear/RDE -regentee/GS -regentea/S -regente/fFS -regento/G -regía/fS -regíais/f -regiamente -regíamos/f -regían/f -regicida/S -regicidio/S -regid/fG -regido/fS -regidor/fGS -regí/f -régimen -regímenes -regimentar/RID -regimos/f -regio/GS -regia/S -regionalismo/S -regionalista/S -regional/SO -regionario/GS -regionaria/S -región/S -regirá/f -regirán/f -regirás/f -regir/ÁXÀPD -regiré/f -regiréis/f -regiría/fS -regirían/f -regirla/f -regirlo/fSG -regirse/f -regís/f -registe/f -registrador/GS -registradora/S -registrar/ERÀÁÅÆD -registre/GS -registra/S -registro/S -regitivo/GS -regitiva/S -regla/C -reglad/h -reglamentaria/c -reglamentariamente -reglamentario/GcS -reglamentar/RÀDEA -reglamente/GS -reglamenta/S -reglamento/S -reglan/h -reglar/hRDE -regle/GhS -reglé/h -reglen/h -regleta/S -regletear/RED -regletee/SG -regletea/S -reglo/h -regló/h -reglón/S -regocijadamente -regocijador/GS -regocijadora/S -regocijar/RDÁEÅ -regocije/GS -regocija/S -regocijo/S -regodear/REDÁ -regodee/GS -regodea/S -regodeo/S -regolaje/S -regoldano/SG -regoldana/S -regoldar/RDI -regoldo/S -regolfar/RDE -regolfe/S -regomello/S -regomeyo/S -regona/S -regordete/SG -regordeta/S -regorjarse -regostar/RED -regoste/GS -regosta/S -regraciar/RE -regracie/S -regresar/RDEQ -regrese/GS -regresa/S -regresivo/SG -regresiva/S -regreso/S -reguardar/RE -regüeldo/S -reguero/GS -reguera/S -reguilar/RED -reguile/GS -reguila/S -reguilete/S -regulable/S -regulación/S -regula/d -regulad/d -regulador/GS -reguladora/S -regulan/d -regulándolo/SG -regulándola/S -regular/dRDE -regulare/K -regulares/k -regularice/S -regularizador/GS -regularizadora/S -regularizar/REDA -regularizo/G -regularle/SG -regularla/S -regularlo/S -regularmente/k -regulativo/GS -regulativa/S -regulé/d -regule/dSG -regulen/d -regulo/d -reguló/d -régulo/S -regurgitar/RED -regurgite/GS -regurgita/S -rehabilitar/ÁÂA -rehacer/XP -rehalero/S -rehenchir -rehén/S -rehilar/IP -rehíle/GS -rehíla/S -rehilete/S -rehínchan -rehínchen -rehínche/SG -rehíncha/S -rehinchir/P -rehíncho -rehogar/RÄEÙÌDÀ -rehogo/G -rehoyar/RED -rehoye/S -rehuir/ÈÀ -rehúnde/SG -rehúnda/S -rehundir/RI -rehusar/RID -rehúse/GS -rehúsa/S -reí -reidero/GS -reidera/S -reidor/GS -reidora/S -reilar/RDI -reíle/SG -reíla/S -reinador/GS -reinadora/S -reinante/S -reinar/REDI -reincorporar/RAÁ -reine/GS -reina/S -reíne/SG -reína/S -reineta/S -reingresar/R -reiniciar/RE -reino/sS -reinstalar/RÁ -reintegro/S -reír/öXÊÉÁDRúô -reiteradamente -reiterar/ÁÀÂÅÆA -reitre/S -reivindicable/kS -reivindicar/RÄADÁÀE -reivindicativo/GS -reivindicativa/S -reivindicatorio/GS -reivindicatoria/S -reivindico/G -rejacar/RED -rejada/i -rejado/SGi -rejada/S -rejalgar/S -reja/N -rejas/i -rejero/SG -rejera/S -rejo/GS -reja/S -rejoncillo/S -rejoneador/GS -rejoneadora/S -rejonear/RED -rejonee/GS -rejonea/S -rejón/HSN -rejuela/S -rejuvenecer/PÁÀ -relacional/S -relacionar/ERDÀÂÁÅÄÆ -relacionero/S -relaciones/lf -relación/GS -relacióna/S -relajadamente -relajador/GS -relajadora/S -relajante/S -relajar/REÁÙÄÅPAøDô -relaje/S -relámpago/S -relampaguear/RED -relampaguee/GS -relampaguea/S -relanzar/À -relatador/GS -relatadora/S -relata/f -relatar/RÃÅÁD -relativa/fS -relativamente/f -relativice/S -relativismo/S -relativista/S -relativizar/ERDÀ -relativizo/G -relativo/GSK -relativa/S -relativos/f -relato/fGS -relator/SG -relatora/S -relax -releer/RÄ -relegar/ÄÆ -relejar/RDE -relej/S -relevante/kFS -relevar/ÀÁ -relicario/S -relicto/Sg -relieve/S -religionaria/f -religionario/fGS -religión/S -religiosa/ck -religiosamente -religiosidad/S -religioso/GcSk -relimar/RE -relinchador/GS -relinchadora/S -relinchido/S -relincho/S -relingad/h -relinga/h -relingan/h -relingar/RhED -relingó/h -relingo/hG -relingue/h -relingué/h -reliquiario/S -reliquia/S -rellanar/RED -rellane/S -rellenito/SG -rellenita/S -relojero/GSL -relojera/S -reloj/S -relso/GS -relsa/S -reluctante/SF -relumbrar/ERD -relumbre/G -relvar/RED -relve/GS -relva/S -remachador/GS -remachadora/S -remachar/Ù -remador/G -remandar/R -remanecer/LRID -remanece/S -remanente/S -remanir -remanoso/GS -remanosa/S -remansar/RDE -remanse/S -remarcar/RÆ -remar/RDEBP -rematadamente -rematante/S -rematar/PÁ -remedable/S -remedador/GS -remedadora/S -remedar/RED -remede/S -remediable/kS -remediar/ÀÂR -remedir/X -reme/G -remembranza/S -remembrar/RE -remembre/GS -remembra/S -rememorar/À -remendar/IRÀD -remendón/GS -remendóna/S -remeneo/S -remense/S -remes/e -remeter/R -remiche/S -remiendo/S -remilgar/DRE -remilgo/GS -remilga/S -reminiscencia/S -remirar/R -remisible/kS -remisivamente -remisorio/SG -remisoria/S -remiso/S -remitente/S -remite/S -remitir/RøEÅÄÁÀÂD -remoce/S -remojadero/S -remolacha/S -remolar -remolcador/GS -remolcadora/S -remolcar/DREÀ -remolco/G -remoler/P -remolinar/RDE -remolinear/RED -remolinee/GS -remolinea/S -remoline/GS -remolina/S -remolonear/RED -remolonee/GS -remolonea/S -remontar/P -remontista/S -remoquete -remorar -rémora/S -remorder/RP -remo/S -remos/f -remostar/RDE -remostecer/RILD -remostece/S -remoste/GS -remosta/S -remotamente -remoto/G -remover/PÄÁ -remozar/RDPEÀ -rempujar/RED -rempuje/GS -rempuja/S -remudar/P -remudiar/RDE -remudie/GS -remudia/S -remunerada/k -remunerado/kSG -remunerador/GS -remuneradora/S -remunerar/RÀÂEAD -remunerativo/GS -remunerativa/S -remuneratorio/GS -remuneratoria/S -remunere/GS -remunera/S -remusgar/RED -renacentista/S -renacuajo/S -renal/aS -renca/aS -rencilla/S -rencilloso/SG -rencillosa/S -rencionar -renco/GS -renca/S -rencorosamente -rencoroso/SG -rencorosa/S -rencor/S -rencurarse -renda/C -rendajo/S -rendar/RDE -rende/GS -renda/S -render/EA -rendidamente -rendija/S -rendir/XDPÁÀËÊ -renegad/g -renegar/gIRD -renegó/g -renegrido/SG -renegrida/S -renegué/g -rene/Sa -rengad/ag -rengadero/S -renga/ga -rengan/ag -rengar/gRaDE -renglera/S -rengle/S -renglonadura/jS -renglones/j -renglón/S -rengó/ag -rengo/Gga -rengue/ag -renguear/RED -renguee/GS -renguea/S -rengué/ga -reniega/g -reniego/g -renil/S -renitente/SF -reno/a -renombrar -renovable/S -renovador/GS -renovadora/S -renovar/AÁÀÂI -renqueante/S -renquear/RDE -renquee/GS -renquea/S -rentable/SJ -renta/N -rentar/RED -rente/GS -renta/S -rentero/GS -rentera/S -renting -rentista/S -rentosa/f -rentoso/GS -rentosa/S -rentoy/S -renuente/FS -renunciable/Sk -renunciante/S -renunciar/RPDÀE -renunciatario/SG -renunciataria/S -renuncie/GS -renuncia/S -renvalsar/RED -renvalse/GS -renvalsa/S -renvalso/S -reñir/ÂXÈÊD -reo/fSG -reorganizar/ÁA -repagar/RE -repanchigar/ERD -repanchigo/G -repantigar/RED -repantigo/G -repapilar/RDE -repapile/S -reparable/kS -reparar/RÄøAP -reparativo/SG -reparativa/S -reparón/G -repartidor/G -repartir/ôÄ -repasar/REÄøÁ -repasata/S -repatriar/RDÁÀE -repatrie/S -repelar/B -repelente/S -repeler/RDÁÀ -repellar/RDE -repelle/S -repelo/L -repeluco/S -repelús -repeluzno/S -repensar/RIÁ -repente/S -repentice/S -repentinamente -repentino/GS -repentina/S -repentirse -repentista/S -repentizar/RED -repentizo/G -repercusivo/GS -repercusiva/S -repercutir/À -repertorio/S -repescar/ -repetible/Sk -repetidamente -repetidor/GS -repetidora/S -repetir/ÃXÉÈAúÁÀÂD -repetitivo/SG -repetitiva/S -repicotear/R -repinaldo/S -repinar/RE -repintar/R -repipi/S -repiquete -repiquetear/RED -repiquetee/GS -repiquetea/S -repitiente/S -replantar/À -repletar/RED -replete/GS -repleta/S -repleto/S -replicador/GS -replicadora/S -replicar/RÁÀÂDE -réplica/S -replicato/S -replicón/GS -replicóna/S -repoblar/RAI -repodrir -repollar/RDE -repolle/S -repolludo/GS -repolluda/S -repón -reponer/ÄÁAú -reporta/C -reportar/ÀÂPøÁ -reporterismo/S -reportero/O -reportista/S -reposadamente -reposadero -repositorio/S -repostar/RDE -repostero/GS -repostera/S -reposto/L -repreguntar/R -reprehende/GS -reprehenda/S -reprehender/RED -reprehendo/L -reprehensible/Sk -reprendedor/G -reprender/ÙÆ -reprensible/kS -represalia/S -represar/RDQE -representable/kS -representante/SG -representanta/S -representar/ -representativo/GS -representativa/S -represe/S -represivo/GS -represiva/S -represor/GS -represora/S -reprimenda/S -reprimir/RÅÄDÁÀ -reprobable -réprobo/GS -réproba/S -reprochable/kS -reprochador/GS -reprochadora/S -reprochar/ÃÇERÅÁÂD -reproche/SG -reprocha/S -reproducir/ -reproductivamente -reproductivo -repropiar/RDE -repropie/S -reptar/RED -repte/GS -repta/S -reptil/S -republicanismo/S -republicano/G -repuchar/RED -repuche/G -repudiable/S -repudiar/ÄRÁÀDE -repudie/GS -repudia/S -repugnante/F -repugnar/Á -repulgar/DRE -repullo/S -repulsar/Q -repulsivo/GS -repulsiva/S -reputar/READ -repute/S -requebrajo/S -requeridor/GS -requeridora/S -requerir/XPÉÊÀ -requetebién -réquiem -requintador/GS -requintadora/S -requirente/S -requisar/RÁDE -requise/GS -requisa/S -requisitorio/GS -requisitoria/S -requisito/S -requive/S -res -resabiar/RDE -resabie/S -resalado/G -resaltar/R -resarce/S -resarcible/S -resarcir/RDPÀÁE -resbaladero/GS -resbaladera/S -resbaladizo/SG -resbaladiza/S -resbalador/GS -resbaladora/S -resbalar/RÁDPÅEB -resbale/GS -resbala/S -resbalera/S -resbalón/S -resbaloso/GS -resbalosa/S -rescaldar/RED -rescalde/SG -rescalda/S -rescaño/S -rescatador/GS -rescatadora/S -rescatar/RÁÀDÌEÄÆ -rescate/GS -rescata/S -rescaza/S -rescinde/SG -rescinda/S -rescindible/S -rescindir/ERDÀ -rescisión/S -rescisorio/GS -rescisoria/S -rescoldar/RDE -rescolde/GS -rescolda/S -rescoldera/S -rescoldo/S -rescontrar/RDI -rescribir -rescriptorio/SG -rescriptoria/S -rescripto/S -resecar/À -reseguir/X -resellar/R -resentir/Á -reseñar/RDÀE -reseñe/S -resequido/GS -resequida/S -reservable/S -reservadamente -reservar/ÙRÌÅÄÀÂÁED -reservativo/GS -reservativa/S -reserve/GS -reserva/S -reservista/S -resfriador/SG -resfriadora/S -resfriante/S -resfriar/RIPBÁD -resfríe/SG -resfría/S -resguardar/REÁD -resguarde/GS -resguarda/S -resguardo/S -residencial/S -residenciar/RED -residencie/S -residente/SF -reside/S -residir/RDE -residual/S -residuo/S -resignadamente -resignar/ôÁøA -resinar/RDE -resine/GS -resina/S -resinero/GS -resinera/S -resinificar/RDE -resinifico/G -resinoso/GS -resinosa/S -resiste/GS -resista/S -resistente/FS -resistero/S -resistible/kS -resistidero/S -resistidor/SG -resistidora/S -resistir/RÀÁÅED -resistivo/GS -resistiva/S -resistor/S -resol -resolgar/RED -resolgo/G -resoli/S -resolí/S -resollar/RDI -resoluble/kS -resolución/kS -resoluta/k -resolutamente -resolutivamente -resoluto/kSG -resolutoriamente -resolutorio/GS -resolutoria/S -resolvente -resolver/RLÄIÀÂÁ -resonante/F -resorte/S -respahilando -respahilar -respaldar/RÁEÄÆÅD -respalde/SG -respalda/S -respaldo/S -respectar/RED -respecte/SG -respecta/S -respectivamente -respectivo/GS -respectiva/S -respecto/S -respeluce/S -respeluzar/RDE -respeluzo/G -respetable/SJ -respetador/GS -respetadora/S -respetar/ÃRÚÙDÌÍEÅÄÀÂÁ -respete/GS -respeta/S -respeto/S -respetuosa/k -respetuosamente/k -respetuoso/GSk -respetuosa/S -respigador/GS -respigadora/S -respigar/RED -respigo/G -respingar/RDE -respingo/G -respirable/Sk -respiradero/S -respirador/GS -respiradora/S -respirar/RAEDÀ -respiratorio/GS -respiratoria/S -respire/GS -respira/S -resplandecer/RDLIP -resplandece/S -resplandeciente/S -resplandor/S -resplendor/S -responda/f -respondan/f -responded/f -respondedle/S -respóndele/S -responden/f -responder/fREDÁÀ -responde/SGf -responda/S -respondía/f -respondiéndome -respondiéndonos -respondiéndoos -respondiéndote -respondí/f -respondió/f -respondo/fL -respondón/GS -respondóna/S -responsabilice/S -responsabilizar/REÅÄDÁ -responsabilizo/G -responsable/kJS -responsar/ERD -responsear/RED -responsee/GS -responsea/S -response/SG -responsa/S -responsivo/GS -responsiva/S -responsorio/S -respuesta/S -resquebrajadizo/GS -resquebrajadiza/S -resquebrajar/RDBPE -resquebraje/G -resquebrajoso/SG -resquebrajosa/S -resquebrar/IBRCD -resquemar/RED -resqueme/SG -resquema/S -resquemor/S -resquemo/S -resquicio/S -resquilar/RDE -resquile/GS -resquila/S -resquitar -restablecer/RLIDPÂÀÁ -restablece/S -restallar/RED -restalle/GS -restalla/S -restallido/S -restante/S -restañar/RDE -restañe/GS -restaña/S -restaño/S -restar/RÇEDÁÂÀ -restaurador/GS -restauradora/S -restaurante/S -restaurar/RDÁÀÂEÄA -restaurativo/GS -restaurativa/S -restaure/SG -restaura/S -reste/GS -resta/S -restingar/S -restinga/S -restitución/S -restituible/S -restituidor/GS -restituidora/S -restituir/XÁÊD -restitutorio/GS -restitutoria/S -resto/S -restregar/ÃRÇIBPÅÄÆDÁ -restribar/RED -restribe/GS -restriba/S -restricción/S -restrictivamente -restrictivo/GS -restrictiva/S -restricto/GS -restricta/S -restringe/GS -restringa/S -restringente/S -restringible/S -restringir/REDÄÀ -restrinjo/G -restriñe/GS -restriña/S -restriñir/RDE -restrojo/S -resucitador/GS -resucitadora/S -resucitar/REDÁ -resucite/SG -resucita/S -resuello/S -resueltamente -resultando/S -resultante/FS -resultar/REÂD -resulte/GS -resulta/S -resumen/S -resumidamente -resumir/ÆÁ -resurrección/S -resurtivo/GS -resurtiva/S -retablo/S -retacar/RED -retacear/REÂD -retacee/GS -retacea/S -retador/SG -retadora/S -reta/e -retaguardia/S -retahíla/S -retajar/B -retaje/fS -retal -retamal/S -retamar/S -retama/SN -retamero/GS -retamera/S -retardador/GS -retardadora/S -retardar/Ä -retardativo/GS -retardativa/S -retardatorio/GS -retardatoria/S -retar/RDÀÂÅÄÆ -retartalillas -rete/eSG -retejador/S -retejer/R -retel -retén -retención/S -retener/P -retenidamente -retentar/I -retentivo/SG -retentiva/S -reteñir/X -retes/a -retesar/P -retestinar/RDE -retestine/GS -retestina/S -reticente/SF -rético/GS -rética/S -reticular/S -retículo/GS -retícula/S -retina/eaS -retinar/ER -retine/S -retinglar/ERD -retingle/G -retiniano/SG -retiniana/S -retino/aG -retintín -retinto -retiñir/RD -retirar/AÆ -retiré/g -retiréis/g -retiros/g -retocar/RÁÄ -retomar/R -retoñar/RED -retoñecer/RLID -retoñece/S -retoñe/GS -retoña/S -retoño/S -retorcer/ÃBÇPÅÄÆÁ -retorcijar -retorcijo/S -retoricar/RED -retorico/G -retórico/GS -retórica/S -retornar/P -retornelo/S -retorrománico/GS -retorrománica/S -retorromano/GS -retorromana/S -retor/S -retorsivo/GS -retorsiva/S -retorta -retortero -retortijar/RDE -retortije/GS -retortija/S -retortijón/S -retozador/GS -retozadora/S -retozar/B -retractable/Sk -retractar/RÁEDA -retracte/SG -retracta/S -retractilidad/S -retráctil/S -retraducir/XI -retraer/XPI -retransmitir/R -retrasar/RDEÁÀ -retrase/GS -retrasa/S -retraso/S -retratista/S -retrato/dS -retrayente/S -retrechar/RDE -retrechero/SG -retrechera/S -retreche/S -retrete/S -retribución/S -retribuir/ÁÀÂÃÊ -retributivo/GS -retributiva/S -retroactivo/SGK -retroactiva/S -retrocar -retrocarga/S -retrocede/GS -retroceda/S -retroceder/RED -retrocedo/L -retroceso/S -retrogradar/RED -retrograde/GS -retrograda/S -retrógrado/GS -retrógrada/S -retroguardia/S -retrospectivo/GS -retrospectiva/S -retrotraer/XDIÁÅL -retrotrae/S -retrovende/GS -retrovenda/S -retrovender/RDE -retrovendo/L -retroventa/S -retrovisor/S -retuelle/S -retumbante/S -reucliniano/GS -reucliniana/S -reuma/S -reumática/c -reumático/GSc -reumática/S -reumatismo/S -reúne/GS -reúna/S -reunir/IøÅÄ -reuntar/I -reúnte/SG -reúnta/S -reusense/S -revalorizar/R -revancha/S -revanchismo/S -revanchista/S -revejecer/RLID -revejido/GS -revejida/S -revejudo/GS -revejuda/S -revelable/S -revelandero/GS -revelandera/S -revelar/ÄÆÅÁAP -reveler/RD -revelo/L -revenar/RED -revencer -revendedera/S -revenir/P -revén/S -reventadero/S -reventador/S -reventar/ÆÅIÁÀ -reverberar/A -reverbero/S -reverenciable/S -reverenciad/k -reverenciador/SG -reverenciadora/S -reverencial/S -reverencian/k -reverenciar/kRED -reverenciarlo/SG -reverenciarla/S -reverencié/k -reverencien/k -reverencie/Sk -reverencio/k -reverenció/k -reverendo/GS -reverenda/S -reverente/FSk -reversar -reversible/kJS -revertir/XR -rever/X -revé/S -revesada/i -revesado/iSG -revesar/RDE -revés/GS -revésa/S -revesino/S -revestir/PÁÀ -revezo/S -revidar/RED -revisable/S -revisar/ÅÄÙÁÀ -revisionismo/S -revisionista/S -revisor/G -revistar/RD -revistero/SG -revistera/S -revitalice/S -revitalizar/REDÀ -revitalizo/G -revivir/À -revocable/kJS -revocablemente/k -revocador/GS -revocadora/S -revocar/RÀÁDAEB -revocatorio/GS -revocatoria/S -revoco/G -revolcadero/S -revolcar/õôÅÄÀ -revolotear/RDE -revolotee/GS -revolotea/S -revoltijo/S -revoltillo/S -revoltón/S -revoltoso/GS -revoltosa/S -revolucionar/ÀRDE -revolucionario/GS -revolucionaria/S -revolución/GS -revolucióna/S -revolvedero/S -revolvedor/GS -revolvedora/S -revolver/ÅPRÁ -revólver/S -revueltamente -revuelvepiedras -revulsión/S -revulsivo/GS -revulsiva/S -revulsorio/GS -revulsoria/S -rey -reyezuelo/S -rezador/SG -rezadora/S -rezagar/RDE -rezago/S -rezandero/GS -rezandera/S -rezar/REDÁÀÂÆ -rezno/S -rezongador/GS -rezongadora/S -rezongar/RED -rezonglar/RED -rezongle/GS -rezongla/S -rezongo/GS -rezonga/S -rezonguero/SG -rezonguera/S -rezón/S -rezo/S -rezumadero/S -rezumar/RDE -rezume/GS -rezuma/S -riacho/S -riachuelo/S -riada/iS -ria/ea -ría/ifS -riáis/i -riamos/i -rían/if -riatillo/S -ribacera/S -ribadense/S -ribagorzano/GS -ribagorzana/S -ribaldo/GS -ribalda/S -ribazo/S -riberano/GS -riberana/S -ribereño/SG -ribereña/S -riberiego/GS -riberiega/S -ribero/SG -ribera/S -ribeteador/SG -ribeteadora/S -ribetear/RDE -ribetee/GS -ribetea/S -ribete/S -ribonucleico/S -rica/a -ricacho/GS -ricacha/S -ricahembra/S -ricahombría/S -ricamente -rice/hSi -ricé/ih -ricen/hi -ricial/S -ricino/S -ricio/SG -ricia/S -rico/aG -ricohombre/S -ricos -rictus -ricura/S -ridículamente -ridiculez/S -ridiculice/S -ridiculizar/REÁÀÂDÄ -ridiculizo/G -ridículo/GS -ridícula/S -riego/S -ríe/iSG -rielad/i -riela/i -rielan/i -rielar/iDRE -rielé/i -riele/iSG -rielen/i -rielera/S -rielo/i -rieló/i -riel/SG -riela/S -riendo/G -riéndome/f -riéndonos/f -riéndoos/f -riéndote/f -ríen/i -riera/f -rieran/f -riere/fSG -rieren/f -rieron/f -riese/fS -riesen/f -riesgo/S -riestra/S -rifador/SG -rifadora/S -rifar/ERDÀB -rifarrafa/S -rife/GS -rifa/S -rifirrafe/S -rifle/S -rigen/f -rigente/S -rige/Sf -rígidamente -rigideces/i -rigidez/S -rígido/GS -rígida/S -rigiendo/f -rigiera/f -rigieran/f -rigiere/fSG -rigieren/f -rigieron/f -rigiese/fS -rigiesen/f -rigió/f -rigodón/S -rigorismo/S -rigorista/S -rigoroso/GS -rigorosa/S -rigor/SO -riguridad/S -rigurosamente -riguroso/KGS -rijador/SG -rijadora/S -rija/f -rijáis/f -rijamos/f -rijan/f -rijo/Gf -rijoso/GS -rijosa/S -rilar/RDE -rile/GS -rila/S -rimador/GS -rimadora/S -rimar/RÛED -rimbombante/FS -rimbombar/RDE -rimbombe/GS -rimbomba/S -rime/GS -rima/S -rimero/S -rinconada/S -rinconera/S -rincón/S -rinde/GS -rinda/S -ringar/ERD -ringle/GS -ringla/S -ringlero/GS -ringlera/S -ringo/G -ringorrango/S -rinitis -rinoceronte/S -rinoplastia/S -rinoscopia/S -riñe/GS -riña/S -riñonada/hS -riñonera/S -riñones/h -riñón/S -río/i -rió/if -riojano/GS -riojana/S -rioja/S -riolada/S -rioplatense/S -ríos -riosellano/GS -riosellana/S -riostrad/i -riostra/i -riostran/i -riostrar/RDiE -riostré/i -riostre/iGS -riostren/i -riostro/i -riostró/i -ripiad/i -ripia/i -ripian/i -ripiao/S -ripiar/RiDE -ripié/i -ripie/iSG -ripien/i -ripio/i -ripió/i -ripios -ripioso/GS -ripiosa/S -riqueza/S -riquísimo/SG -riquísima/S -risada/S -riscad/ghai -risca/ghia -riscal/S -riscan/hgai -riscar/hRiagED -riscó/gaih -risco/ghGia -riscoso/GS -riscosa/S -risible/JS -risibles/k -riso/GS -risa/S -risotada/S -risotear/RED -risotee/SG -risotea/S -rispo/GS -rispa/S -risque/ghai -risqué/ghia -ristolero/GS -ristolera/S -ristra/i -ristre/iSG -ristrel/S -risueño/SG -risueña/S -rita/kg -rite/kgG -ritmar/RED -ritme/GS -ritma/S -rítmico/GS -rítmica/S -ritmo/S -rito/kg -ritos -ritualismo/S -ritualista/S -ritual/KOS -rivalice/S -rivalizar/RED -rivalizo/G -rival/SK -rivera/S -rizad/hi -rizador/SG -rizadora/S -riza/hi -rizándole/S -rizan/hi -rizar/RhiED -rizo/hGi -rizoide/S -rizó/ih -rizoma/S -rizón/S -rizópodo/S -rizos -rizoso/SG -rizosa/S -roa/f -roan/f -roano/GS -roana/S -robadera/S -robadizo/S -robador/GS -robadora/S -robaliza/S -robar/ÃÌRÁÂÀEDÅ -robeco/S -robe/G -robezo/S -robinia/S -robladero/GS -robladera/S -roblad/h -robladura/S -robla/h -roblan/h -roblar/hRDE -robledal/S -robledo/GS -robleda/S -roblé/h -roble/hSG -roblen/h -roblizo/GS -robliza/S -roblo/h -robló/h -roblonar/RDE -roblone/GS -roblona/S -robo/cS -roborad/f -robora/f -roboran/f -roborante/S -roborar/RfDE -roborativo/SG -roborativa/S -roboré/f -robore/fGS -roboren/f -roboro/f -roboró/f -robot/S -robrar -robredal/S -robredo/S -robre/GS -robra/S -rob/S -robusta/M -robustamente -robustecer/RÀIPD -robustez/LG -robusto/GS -robusta/S -rocada/gSi -rocadero/gS -roca/giS -rocalla/S -rocalloso/GS -rocallosa/S -rocambola/S -roce/GS -roca/S -rocero/SG -rocera/S -rochad/g -rocha/g -rochan/g -rochar/gRED -roché/g -rochen/g -roche/SGg -rocha/S -rocho/g -rochó/g -rociadera/S -rociador/S -rociar/ÄIRPDÁÂÀB -rociero/GS -rociera/S -rocíe/SG -rocía/S -rocinal/S -rocinante/S -rocino/S -rocín/S -rocío/S -rock/S -rocoso/GS -rocosa/S -rodaballo/S -rodadero/GS -rodadera/S -rodad/i -rodadizo/GS -rodadiza/S -rodador/SG -rodadora/S -rodadura/S -rodaje/G -rodal/S -rodamiento/S -rodancho/GS -rodancha/S -rodándole/GS -rodándola/S -rodándolo/S -roda/NSC -rodante/S -rodapelo/S -rodaplancha/S -rodar/iRDI -rodarle/S -rodeabrazo/S -rodeador/GS -rodeadora/S -rodear/RÄÅDÁE -rodee/GS -rodea/S -rodé/i -rodela/S -rodelero/S -rodenal/S -rodeno/GS -rodena/S -rodeo/S -rodericense/S -rodero/GS -rodera/S -rodete/S -rodezno/S -rodilla/H -rodillero/SG -rodillera/S -rodillo/S -rodilludo/GS -rodilluda/S -rodio/GS -rodia/S -rododendro/S -rodó/i -rodomiel/S -rodrejo/GS -rodreja/S -rodrigad/i -rodriga/i -rodrigan/i -rodrigar/iRDE -rodrigó/i -rodrigo/iG -rodrigue/i -rodrigué/i -roed/f -roedor/SG -roedora/S -roedura/S -roe/fGS -roela/S -roen/f -roerle/G -roerlo/S -roer/RIfDLEÂÁ -roete/S -ro/fSa -rogadle/S -rogad/olks -rogador/SGl -rogadora/S -rogándole/lS -rogándome/l -rogándonos/l -rogándoos/l -rogándote/l -rogar/kRsDlo -rogarla/osl -rogarle/SGol -rogarla/S -rogarlo/SsGol -rogarme/l -rogármelo/GS -rogármela/S -rogarnos/l -rogárnoslo/GS -rogárnosla/S -rogaros/l -rogároslo/SG -rogárosla/S -rogárselo/GS -rogársela/S -rogarte/l -rogártelo/GS -rogártela/S -rogativa/lnSo -rogativo/oSGl -rogatorio/SG -rogatoria/S -rogatorios/l -rogó/kosl -rogué/sklo -roía/f -roí/f -rojal/S -roja/M -rojas/i -rojear/RDE -rojeces/i -rojee/GS -rojea/S -rojete/GS -rojeta/S -rojeto/S -rojizo/SG -rojiza/S -rojo/GS -roja/S -rojura/S -rolad/i -rola/i -rolan/i -rolar/RDiE -roldana/S -roldar/RDE -rolde/GS -rolda/S -rolé/i -role/iSG -rolen/i -roleo/S -rol/GS -rola/S -rollad/i -rolla/i -rollan/i -rollar/iRDE -rollé/i -rolle/iGS -rollen/i -rolletal/S -rollizo/GS -rolliza/S -rollo/i -rolló/i -rollona/S -rollos -rolo/i -roló/i -roma/ai -romadice/S -romadizar/RED -romadizo/GS -romadiza/S -romaico/GS -romaica/S -romanador/S -romana/n -romanar/RDE -romanato/S -romanceador/GS -romanceadora/S -romancear/RDE -romancee/GS -romancea/S -romancerista/S -romancero/SG -romancera/S -romance/S -romancesco/GS -romancesca/S -romanche/S -romancista/S -romanear/RDE -romanee/SG -romanea/S -romanero/S -romanesco/SG -romanesca/S -román/GNS -romanice/S -románico/GS -románica/S -romanilla/S -romanina/S -romanismo/S -romanista/S -romanizar/RDE -romanizo/G -romano/nSG -romanticismo/nS -romántico/GS -romántica/S -romanzador/GS -romanzadora/S -romanzar/RDE -romanzo/NG -romaza/S -rombal/S -romboedro/S -romboidal/S -romboide/S -rombo/S -romeo/SG -romea/S -romera/C -romeral/S -romeriego/SG -romeriega/S -romero/GSL -romera/S -romín/GS -romína/S -romí/S -romo/Gia -romos/a -rompa/f -rompáis/f -rompamos/f -rompan/f -rompecabezas -rompecoches -rompedero/GS -rompedera/S -romped/f -rompedor/GS -rompedora/S -rompegalas -rompehielos -rompéis/f -rompemos/f -rompenecios -rompen/f -rompeolas -rompepoyos -romperá/f -romperán/f -romper/ÃRPBEÁÂÀÆÄÅ -romperás/f -romperé/f -romperéis/f -romperían/f -romperla/f -romperlo/fSG -romperme/f -rompernos/f -romperos/f -romperse/f -romperte/f -rompesacos -rompe/SGf -rompa/S -rompesquinas -rompía/fS -rompíais/f -rompíamos/f -rompían/f -rompible/kS -rompido/Sf -rompiendo/f -rompiente/S -rompiera/f -rompieran/f -rompiere/fGS -rompieren/f -rompieron/f -rompiese/fS -rompiesen/f -rompí/f -rompimos/f -rompió/f -rompiste/f -rompo/Lf -roncador/GS -roncadora/S -roncal/S -roncamente -roncar/RDE -roncear/RDE -roncee/GS -roncea/S -ronce/GS -ronca/S -roncero/GS -roncera/S -ronchar/RED -ronche/GS -roncha/S -ronco/KS -roncón/S -rondador/SG -rondadora/S -rondalla/S -rondana/S -rondar/ÄÅRDÂÀE -ronda/rS -ronde/GS -ronda/S -rondís/S -rondiz/S -rondón/S -rones/i -ronquear/RDE -ronqueces/i -ronquee/GS -ronquea/S -ronquera/S -ronquez/S -ronquido/S -ronronear/RED -ronronee/GS -ronronea/S -ron/S -ronzal/S -ronzar/RDE -ronzo/G -ronzuella/S -roñad/ih -roña/ih -roñan/ih -roñar/REhiD -roñe/GiSh -roñé/hi -roñen/ih -roñó/hi -roño/ih -roo/f -ropa/LNCS -ropas/r -ropavejero/SG -ropavejera/S -ropero/GS -ropera/S -ropeta/S -ropón/S -roquedal/S -roquedo/GS -roqueda/S -roquefort/S -roque/iSg -roquero/GS -roquera/S -roqués -roques/S -roquete/SG -roqueta/S -rorante/S -rorar/RDE -rorcual/S -rore/GS -rora/S -rorro/S -rosáceo/SG -rosácea/S -rosadelfa/S -rosado/N -rosaleda/S -rosalera/S -rosal/S -rosa/N -rosariero/GS -rosariera/S -rosarino/GS -rosarina/S -rosario/S -rosar/RED -rosbif -roscadero/S -roscad/i -rosca/N -roscan/i -roscar/RiDE -roscó/i -rosco/iG -roscón/S -rosear/RED -rosee/GS -rosea/S -rose/G -róseo/GS -rósea/S -roseta/S -rosetón/S -rosicler/S -rosigar/RDE -rosigo/G -rositas -rosjo/S -rosmarino/GS -rosmarina/S -rosmaro/S -rosoli/S -roso/S -rosque/i -rosqué/i -rosquete/S -rosquillero/GS -rosquillera/S -ros/SN -roste/GS -rosta/S -rostir/RED -rostrado/GS -rostrada/S -rostral/S -rostrata/S -rostritorcido/GS -rostritorcida/S -rostrituerto/SG -rostrituerta/S -rostrizo/S -rostro/NS -rotación/S -rotacismo/S -rotad/g -rota/g -rotal/S -rotan/g -rotar/gRED -rotativo/GS -rotativa/S -rotatorio/SG -rotatoria/S -roté/g -rote/GgS -roten/g -roto/g -rotó/g -rotonda/S -rotor/S -rotos -rotulador/SG -rotuladora/S -rotular/REÄÀD -rotulata/S -rotule/GS -rotula/S -rotuliano/SG -rotuliana/S -rótulo/GS -rótula/S -rotundamente -rotundo/GSK -rotunda/S -roturador/GS -roturadora/S -roturar/REÀD -roture/GS -rotura/S -rouge/S -roya/f -royega/S -royéndome -royéndonos -royéndoos -royéndote -royo/f -royó/f -royos -rozable/S -rozadero/GS -rozadera/S -rozador/SG -rozadora/S -rozagante/S -rozar/REPDBÁÂÅÄÆ -roza/S -roznar/RDE -rozne/SG -rozna/S -roznido/S -rozo/f -rúa -ruano/SG -ruana/S -ruan/S -ruante/S -ruar/RDI -rubescente/S -rubeta/S -rubiáceo/GS -rubiácea/S -rubia/gi -rubial/S -rubicela/S -rubicundo/GMS -rubidio/S -rubiel/S -rubificar/RED -rubifico/G -rubilla/S -rubín/S -rubio/gGi -rubión/S -rubios -rubí/S -rublo/S -ruborice/S -ruborizar/RDÅÁE -ruborizo/G -ruborosamente -ruboroso/GS -ruborosa/S -rubor/S -rubo/S -rubricante/S -rubricar/ERÀDÄ -rubricista/S -rubrico/G -rubriquista/S -rubro/SG -rubra/S -rucar/RÍED -ruca/S -ruchar/RDE -ruche/GS -rucha/S -ruciadera/S -rucio/GS -rucia/S -ruco/f -rudamente -rudeza/S -rudimental/S -rudimentariamente -rudimentario/GS -rudimentaria/S -rudimento/S -rudo/GS -ruda/S -rué -rueca/iS -rueda/i -ruede/i -ruedero/S -ruedo/S -ruégale/S -ruegan -ruego/SG -ruega/S -rúe/GS -rúa/S -ruéguele/S -rueguen -ruéguenle/S -ruegue/S -ruejo/S -ruello/S -ruezno/S -rufeta/S -rufezno/S -rufianear/RDE -rufianee/SG -rufianea/S -rufianesco/SG -rufianesca/S -rufián/LS -rufo/GS -rufa/S -rugad/fi -ruga/fi -rugan/fi -rugar/RfiED -rugby -ruge/GS -ruga/S -rugible/S -rugidor/SG -rugidora/S -ruginoso/GS -ruginosa/S -rugir/RED -rugo/fGi -rugó/if -rugoso/SGK -rugosa/S -rugue/fi -rugué/if -ruibarbo/S -ruido/gkS -ruidosamente -ruidoso/SG -ruidosa/S -ruinar/RDE -ruindad/S -ruine/G -ruinera/S -ruinmente -ruinoso/SG -ruinosa/S -ruin/S -ruiponce/S -ruiseñor/S -rujiar/RID -rujíe/SG -rujía/S -rujo/G -rular/RDE -rule/GS -rula/S -ruleta/S -rulo/S -Rumanía -rumano/SG -rumana/S -rumbad/g -rumba/g -rumban/g -rumbar/gRDE -rumbé/g -rumbe/gGS -rumben/g -rumbo/g -rumbó/g -rumbos -rumbosamente -rumboso/SG -rumbosa/S -rumiaco/S -rumiador/GS -rumiadora/S -rumiante/S -rumiar/RDÀBE -rumie/GS -rumia/S -rumorear/RED -rumoree/GS -rumorea/S -rumoroso/GS -rumorosa/S -rumor/S -rumo/S -runa/iS -rundel/S -runflante/S -runflar/RED -runfle/GS -runfla/S -rungo/S -rúnico/SG -rúnica/S -runo/GS -runa/S -runrunear/RDE -runrunee/GS -runrunea/S -runrún/S -ruña/a -ruñad/a -ruñan/a -ruñar/aRED -ruñé/a -ruñe/aSG -ruñen/a -ruño/a -ruñó/a -rúo -ruó -rupestre/S -rupia/fS -rupicabra/S -rupicapra/S -ruptura/S -ruqueta/S -ruralmente -rural/S -rus -rusco/fS -rusentar/RDE -rusente/GS -rusenta/S -Rusia -rusiente/S -rusificar/RED -rusifico/G -ruso/GS -rusa/S -ruste/SG -rusta/S -rústicamente -rusticano/GS -rusticana/S -rusticar/RED -rusticidad/S -rustico/G -rústico/SG -rústica/S -rustiquez/GS -rustiqueza/S -rustir/RED -rustre/GS -rustra/S -rustrir/RDE -rutáceo/SG -rutácea/S -rutar/RDE -rute/GS -ruta/S -rutel/S -rutenio/S -ruteno/SG -rutena/S -rutilante/S -rutilar/RDE -rutile/GS -rutila/S -rutilo/S -rutinariamente -rutinario/GS -rutinaria/S -rutina/S -rutinero/GS -rutinera/S -Rwanda -sabadellense/S -sabadeño/GS -sabadeña/S -sabadiego/S -sábado/S -sabalar/S -sabalero/GS -sabalera/S -sábalo/S -sabana/NS -sábana/S -sabanas/i -sabandija/S -sabandijuela/S -sabanero/GS -sabanera/S -sabañón/S -sabatario/GS -sabataria/S -sabatice/S -sabático/GS -sabática/S -sabatino/GS -sabatina/S -sabatismo/S -sabatizar/RED -sabatizo/G -sabaya/S -sabedor/GS -sabedora/S -sabed/p -sabela/S -sabelianismo/S -sabeliano/GS -sabeliana/S -sabelotodo/S -saben/p -sabeo/GS -sabea/S -sabe/pS -saberes -saberle/GS -saberla/S -saberlo/S -saberme -sabérmelo/GS -sabérmela/S -sabernos -sabérnoslo/GS -sabérnosla/S -saberos -sabéroslo/SG -sabérosla/S -saber/pDX -sabérselo/SG -sabérsela/S -saberte -sabértelo/SG -sabértela/S -sabiamente -sabia/p -sabía/p -sabida/N -sabidillo/S -sabido/rSGf -sabiduría/S -sabiendas -sabiéndole/SG -sabiéndola/S -sabiéndolo/S -sabiéndome -sabiéndonos -sabiéndoos -sabiéndote -sabihondo/MGS -sabinar/S -sabino/SG -sabina/S -sabiondo/MGS -sabio/pGS -sableador/GS -sableadora/S -sablear/RED -sablee/SG -sablea/S -sable/HS -sablista/S -sabogal/S -saboga/S -sabonera/S -saboneta/S -saboreador/GS -saboreadora/S -saborear/RPEDÀ -saboree/GS -saborea/S -sabores/a -saborgar -sabor/gS -saborizante/S -sabotaje/S -saboteador/GS -saboteadora/S -sabotear/RDÀE -sabotee/GS -sabotea/S -saboyano/GS -saboyana/S -sabrá/p -sabré/p -sabre/S -sabrosamente -sabroso/GS -sabrosa/S -sabucal/S -sabuco/S -sabueso/S -sabugal/S -sabugo/S -sabuloso/GS -sabulosa/S -saburrar -saburra/S -sacabala/S -sacabocado/S -sacabotas -sacabrocas -sacabuche/S -sacacorchos -sacacuartos -sacada/N -sacadera/S -sacadineros -sacad/jpai -sacadle/S -sacadme -sacadnos -sacador/iSG -sacadura/Sj -saca/ipja -sacaleches -sácale/S -sacamanchas -sacamantas -sacamantecas -sácame -sacamiento/S -sacamuelas -sacamuertos -sacanabo/S -sacándola/j -sacándolo/jGS -sacándome -sacándomelo/GS -sacándomela/S -sacándonos -sacándonoslo/GS -sacándonosla/S -sacándoos -sacándooslo/GS -sacándoosla/S -sacándoselo/GS -sacándosela/S -sacándote -sacándotelo/GS -sacándotela/S -sacanete/S -sacan/jpai -sácanos -sacaos -sacapelotas -sacapotras -sacapuntas -sacar/aRjiDpE -sacarificar/RED -sacarifico/G -sacarino/GS -sacarina/S -sacarle/jS -sacarlo/GS -sacarla/S -sacarme -sacármelo/GS -sacármela/S -sacarnos -sacárnoslo/GS -sacárnosla/S -sacaroideo/GS -sacaroidea/S -sacaros -sacarosa/S -sacároslo/SG -sacárosla/S -sacárselo/GS -sacársela/S -sacarte -sacártelo/GS -sacártela/S -sacasillas -sácate -sacatrapos -sacerdocio/S -sacerdotal/S -sacerdote/S -sacerdotisa/S -sachar/RDBE -sache/GS -sacha/S -saciable/kS -saciar/RDÁÀE -sacie/GS -sacia/S -sacio/KS -sacó/ajpi -saco/ijGpa -sacomano/S -sacos -sacralicé/g -sacralice/gS -sacralicen/g -sacralizad/g -sacraliza/g -sacralizan/g -sacralizar/gRDE -sacralizarlo/GS -sacralizarla/S -sacralizó/g -sacralizo/gG -sacramentalmente -sacramental/S -sacramentario/GS -sacramentaria/S -sacramentar/RDE -sacramente/GS -sacramenta/S -sacramentino/GS -sacramentina/S -sacramento/S -sacre/GS -sacra/S -sacrificadero/S -sacrificador/SG -sacrificadora/S -sacrificar/REDÅÄÁÀ -sacrificio/S -sacrifico/G -sacrilegio/S -sacrílego/SG -sacrílega/S -sacrismoche/S -sacristanesco/SG -sacristanesca/S -sacristán/SG -sacristána/S -sacrista/S -sacristía/S -sacro/S -sacrosanto/S -sacude/SG -sacuda/S -sacudidor/SG -sacudidora/S -sacudir/PôRÅÄÃBÁÂÀDE -sádico/SG -sádica/S -sadismo/S -saduceo/GS -saducea/S -saetad/a -saetan/a -saeta/NH -saetar/aRDE -saeté/a -saetea/a -saetead/a -saetean/a -saetear/aRDE -saete/aSG -saeteé/a -saetee/aGS -saeteen/a -saeten/a -saeteo/a -saeteó/a -saetero/GS -saetera/S -saeto/a -saetó/a -safena/S -sagallino/S -saga/nS -sagapeno/S -sagaz/KS -sagazmente -sagital/S -sagitario/SG -sagitaria/S -sagita/S -sagrada/f -sagrado/fSG -sagrario/S -saguntino/GS -saguntina/S -sahariana/s -sahariano/GsS -sahinar/S -sahína/S -sahornar/RDE -sahorne/GS -sahorna/S -sahumador/S -sahumadura/S -sahumar/RDIg -sahúme/GS -sahúma/S -sahumerio/S -sainad/g -saína/g -saínan/g -sainar/RgDI -sainé/g -saíne/gSG -saínen/g -sainetea/a -sainetead/a -sainetean/a -sainetear/ERDa -saineteé/a -saineteen/a -sainetee/SGa -sainetea/S -saineteo/a -saineteó/a -sainetero/GS -sainetera/S -sainete/S -sainetesco/GS -sainetesca/S -sainetista/S -sainó/g -saíno/S -saín/S -Saint -sajador/S -sajar/RDBE -saje/G -sajelar/RED -sajele/SG -sajela/S -sajón/SG -sajóna/S -salabardear/RED -salabardee/GS -salabardea/S -salabardo/S -sala/bS -salacenco/GS -salacenca/S -salacot/S -salada/iNS -saladar/S -saladas/p -saladero/S -salad/g -salado/N -salador/SG -saladora/S -salados/p -saláis/g -salamandra/S -salamandria/S -salamandrino/GS -salamandrina/S -salamanquero/GS -salamanquera/S -salamanquino/GS -salamanquina/S -salami/S -salamos/g -salamunda/S -salando/g -salan/g -salangana/S -salara/g -salará/g -salaran/g -salarán/g -salarás/g -salaré/g -salare/gG -salaren/g -salaria/a -salariad/a -salaría/gS -salarial/S -salarian/a -salariar/aRDE -salarié/a -salarie/GSa -salaria/S -salarien/a -salarió/a -salario/S -salarla/g -salarlo/gGS -salaron/g -salarse/g -salase/g -salasen/g -salas/gS -salaste/g -salazonero/GS -salazonera/S -salazón/S -salaz/SK -salbanda/S -salcedo/GS -salceda/S -salce/Si -salchicha/S -salchichero/GS -salchichera/S -salchichón/S -salchucho/S -salcinar/S -salcochar/RÀEÙD -salcoche/SG -salcocha/S -saldar/RDÀE -salderita/S -salde/SG -salda/S -saldista/S -saldorija/S -saldo/S -saldubense/S -salear/RDE -saledizo/GS -salediza/S -salee/SG -salea/S -salé/g -salegar/RDE -salego/G -sale/gSpr -saléis/g -salema/S -salemos/g -salentino/GS -salentina/S -salep/S -salernitano/GS -salernitana/S -salero/SG -salera/S -saleroso/GS -salerosa/S -salesa/S -salesiano/GS -salesiana/S -saleta/S -salgadera/S -salgámonos -sálganse -salga/pr -salgareño/S -salgar/RDE -sálgase -salgo/pr -salguero/GS -salguera/S -salía/rp -salicaria/S -salicilato/S -salicílico/S -salicina/S -salicor/S -sálico/SG -sálica/S -salidero/GS -salidera/S -salidizo/S -salid/pr -saliente/rS -salificable/S -salificar/RED -salifico/G -salimiento/S -salinero/GS -salinera/S -salino/KSG -salió/rp -salíos -salio/SG -salia/S -salipirina/S -salirme -salirnos -saliros -salí/rp -salir/rDpX -salirte -salisipan -salisípanes -salís/rp -salitrado/GS -salitrada/S -salitral/S -salitre/LS -salitrero/SG -salitrera/S -salitroso/SG -salitrosa/S -salivación/S -salivadera/S -salivad/ikg -saliva/H -salivajo/S -salival/S -salivan/ikg -salivar/RgikDE -salivé/igk -salive/iSGkg -saliven/ikg -salivera/S -salivó/igk -salivo/kgi -salivoso/GS -salivosa/S -sallador/GS -salladora/S -sallad/p -salladura/S -sallan/p -salla/p -sallar/RDpE -sallen/p -sallé/p -salle/pSG -sallete/S -sallo/p -salló/p -salmad/ig -salma/gi -salman/ig -salmanticense/S -salmantino/GS -salmantina/S -salmar/gRiDE -salmear/RDE -salmee/GS -salmea/S -salme/gSGi -salmé/ig -salmen/ig -salmera/aS -salmeres/a -salmer/GSE -salmera/S -salmerón/S -salmista/S -salmodiar/RDE -salmodie/SG -salmodia/S -salmo/gi -salmó/ig -salmonada/a -salmonado/aGS -salmonera/S -salmonete/S -salmón/S -salmorejo/S -salmos -salmuerar/RED -salmuere/GS -salmuera/S -salobral/S -salobre/KS -salobreño/GS -salobreña/S -salobres/i -saló/g -salo/gG -salol/S -salomar/RED -salome/SG -saloma/S -salomónico/GS -salomónica/S -salomón/S -saloncillo/S -salón/NS -salpa/S -salpicadero/S -salpicar/REBDÁÂÄÅ -salpico/G -salpimentar/RIÀD -salpresar/RPDE -salprese/SG -salpresa/S -salpuga/S -salpulle/GS -salpulla/S -salpullir/RED -sal/rpS -salsamentar -salsamento/S -salsear/RDE -salsedumbre/S -salsee/GS -salsea/S -salsera/N -salsereta/S -salsero/GS -salsera/S -salseruela/S -salsoláceo/GS -salsolácea/S -salso/SG -salsa/S -saltabais/r -saltábamos/r -saltabanco/S -saltaban/rp -saltabardales -saltabarrancos -saltaba/rSp -saltable/S -saltacaballo/S -saltacharquillos -saltadero/S -saltadizo/GS -saltadiza/S -saltador/aGS -saltado/rSp -saltad/rGpa -saltadura/S -saltaembanco/S -saltaembarca/S -saltáis/pr -saltambarca/S -saltamontes -saltamos/rp -saltándome/r -saltándonos/r -saltándoos/r -saltando/rp -saltándose/r -saltándote/r -saltan/rap -saltaojos -saltaos -saltapajas -saltaparedes -salta/pear -saltaprados -saltarais/r -saltáramos/r -saltara/N -saltarán/pr -saltaran/rp -saltará/pr -saltar/aRÁÀDÆÅE -saltarás/pr -saltareis/r -saltaréis/r -saltarelo/S -saltarel/S -saltaremos/r -saltáremos/r -saltaren/rp -saltaré/pr -saltare/rSGp -saltaríais/r -saltaríamos/r -saltarían/r -saltaría/rSp -saltarla/p -saltarlo/pSG -saltármelo/GS -saltármela/S -saltarme/r -saltárnoslo/GS -saltárnosla/S -saltarnos/r -saltaron/rp -saltároslo/GS -saltárosla/S -saltaros/r -saltarregla/S -saltarrostro/S -saltárselo/GS -saltársela/S -saltarse/rp -saltártelo/GS -saltártela/S -saltarte/r -saltaseis/r -saltásemos/r -saltasen/rp -saltase/rp -saltas/rSp -saltasteis/r -saltaste/rp -sáltate -saltatriz/S -saltatumbas -salteador/SG -salteadora/S -saltear/ERÌÙPÄÀD -saltee/SG -saltea/S -saltéis/pr -saltémonos -saltemos/pr -salten/rap -sáltense -salté/rap -salterio/S -salte/rSGpa -sáltese -saltigallo/S -saltimbanco/S -saltimbanqui/S -saltó/rap -salto/rSpeaG -salubre/kKS -saludablemente -saludable/S -saludadle/GS -saludadla/S -saludadlo/S -saludadme -saludadnos -saludador/GS -saludadora/S -saludad/p -salúdale/GS -salúdala/S -salúdalo/S -salúdame -saludándole/GS -saludándola/S -saludándolo/S -saludándome -saludándonos -saludándoos -saludándote -salúdanos -saludan/p -saluda/p -saludarle/GS -saludarla/S -saludarlo/S -saludarme -saludarnos -saludaros -saludar/pRED -saludarte -salúdelo/GS -salúdela/S -salúdeme -salúdenlo/GS -salúdenla/S -salúdenme -salúdennos -salúdenos -saluden/p -saludé/p -salude/pSG -saludó/p -saludo/S -salud/SG -saluda/S -salumbre/S -salutación/S -salute/S -salvabarros -salvable/kS -salvachia/S -salvadera/S -salvadoreño/GS -salvadoreña/S -salvador/GS -salvadora/S -salvaguardar/RÄÁÀDE -salvaguarde/GS -salvaguarda/S -salvaguardia/S -salvajada/S -salvaje/MO -salvajino/SG -salvajina/S -salvajismo/S -salvamano/S -salvamanteles -salvamento/S -salva/NC -salvante -salvar/ÆÅRøôÍAPEÁÀD -salvaterrano/GS -salvaterrana/S -salvático/GS -salvática/S -salvatiqueza/S -salvavidas -salve/KSG -salvia/S -salvoconducto/S -salvohonor -salvo/pS -salzmimbre/S -samanta/S -samarilla/S -samario/GS -samaria/S -samaritano/SG -samaritana/S -samarita/S -samarugo/S -samaruguera/S -sama/S -sambenitad/i -sambenita/i -sambenitan/i -sambenitar/iRDE -sambenite/GSi -sambenita/S -sambenité/i -sambeniten/i -sambenitó/i -sambenito/S -samblaje/iS -sambuca/S -samio/GS -samia/S -samnite/GS -samnita/S -Samoa -samoano/GS -samoana/S -samosateno/GS -samosatena/S -samosatense/S -samotracio/SG -samotracia/S -samovar/S -samoyedo/GS -samoyeda/S -sampaguita/S -sampedrano/SG -sampedrana/S -sampsuco/S -samugo/GS -samuga/S -samurrar/RDE -samurre/GS -samurra/S -sanable/ksS -sanación/S -sanador/SG -sanadora/S -sanad/psr -sana/kpsrS -sanalotodo/S -sanamente -sanamunda/S -sananica/S -sanan/psr -sanantona/S -sanapudio/S -sanarla/s -sanarlo/sSG -sanarme -sanarnos -sanaros -sanar/sRpDrE -sanarte -sanativo/GS -sanativa/S -sanatorio/S -sanchecia/S -sanchete/S -sanchina/S -sanchopancesco/GS -sanchopancesca/S -sancho/S -sancionable/S -sancionador/GS -sancionadora/S -sancionar/ÄRÁÀÂDE -sancionatorio/SG -sancionatoria/S -sanción/GS -sancióna/S -sancirole/S -sancochar/RED -sancoche/SG -sancocha/S -sancta/S -sanctasanctórum -sanctus -sandalia/S -sandalino/GS -sandalina/S -sándalo/S -sandáraca/S -sandeces/i -sandial/S -sandiar/S -sandía/S -sandio/SGM -sandia/S -sanducero/SG -sanducera/S -sandunga/S -sandunguero/SG -sandunguera/S -sándwich/S -san/ea -sanear/RÀDÄEP -sanedrín/S -sanee/SG -sanea/S -sanen/psr -sane/pGSsr -sané/rsp -sanfrancia/S -sangley/S -sangonera/S -sangradera/S -sangrad/g -sangrador/S -sangradura/S -sangra/g -sangrándole/S -sangran/g -sangrante/S -sangrar/gRDÁE -sangrarle/S -sangraza/S -sangredo/S -sangré/g -sangre/gSG -sangren/g -sangrentar/i -sangría/S -sangricio/S -sangrienta/i -sangrientamente -sangriento/iG -sangrientos -sangriza/S -sangro/g -sangró/g -sanguaza/S -sanguificar/RDE -sanguifico/G -sanguijolero/GS -sanguijolera/S -sanguijuela/S -sanguijuelero/SG -sanguijuelera/S -sanguinario/GS -sanguinaria/S -sanguíneo/GS -sanguínea/S -sanguino/GS -sanguina/S -sanguinolencia/S -sanguinolento/SG -sanguinolenta/S -sanguinoso/GS -sanguinosa/S -sanguis -sanguisorba/S -sanguisuela/S -sanguja/S -sanidina/S -sanie/S -sanioso/GS -saniosa/S -sanitario/SG -sanitaria/S -sanjacado/S -sanjacato/S -sanjaco/S -sanjar/RDE -sanje/SG -sanja/S -sanjuanada/S -sanjuanero/GS -sanjuanera/S -sanjuanino/GS -sanjuanina/S -sanjuanista/S -sanluiseño/GS -sanluiseña/S -sanluisero/GS -sanluisera/S -sanmartiniano/GS -sanmartiniana/S -sanmiguelada/S -sano/KS -sanó/rsp -sanos/k -sanscritista/S -sánscrito/SG -sánscrita/S -sansimoniano/GS -sansimoniana/S -sansimonismo/S -sansón/S -sanso/SG -sansa/S -santafecino/GS -santafecina/S -santafesino/GS -santafesina/S -santanderino/GS -santanderina/S -santateresa/S -santero/GS -santera/S -santiago/S -santiaguero/GS -santiaguera/S -santiaguino/GS -santiaguina/S -santiaguista/S -santiamén/S -santidad/S -santificable/S -santificador/SG -santificadora/S -santificante/S -santificar/REDAÀ -santificativo/GS -santificativa/S -santifico/G -santiguadera/S -santiguador/GS -santiguadora/S -santiguar/REPÁD -santigüe/S -santiguo/G -santimonia/S -santiscario/S -santísimo/GS -santísima/S -santo/LSG -santón/GS -santóna/S -santónico/GS -santónica/S -santonina/S -santoral/S -santuario/S -santucho/GS -santucha/S -santurrón/SG -santurróna/S -saña/iS -sañudo/GS -sañuda/S -sao/S -sapenco/S -sapiencial/S -sapiencia/S -sapindáceo/GS -sapindácea/S -sapino/SG -sapina/S -saponaria/S -sapo/NGS -sapa/S -saponificable/S -saponificar/READ -saponifico/G -sapotáceo/GS -sapotácea/S -sapote/S -saprofito/GS -saprofita/S -saqueador/GS -saqueadora/S -saquear/RÀÁDEPÄ -saquee/SG -saquea/S -saqué/iapj -saque/jpai -sáquele/GS -sáquela/S -sáquelo/S -sáqueme -saquémonos -sáquenle/SG -sáquenla/S -sáquenlo/S -sáquenme -sáquennos -sáquenos -sáquense -saqueo/S -saquero/GS -saquera/S -sáquese -saquete/S -saquilada/S -sarama/S -sarampión/S -sarao/S -sarapia/S -sarapico/S -sarasa/S -sarazo/SG -saraza/S -sarcasmo/S -sarcásticamente -sarcástico/GS -sarcástica/S -sarcia/S -sarcocola/S -sarcófago/S -sarcolema/S -sarcoma/S -sardana/S -sardesco/GS -sardesca/S -sarde/SG -sarda/S -sardiano/GS -sardiana/S -sardicense/S -sardinal/S -sardina/S -sardinel/S -sardinero/GS -sardinera/S -sardineta/S -sardio/S -sardonal/S -sardónice/GS -sardónica/S -sardónico/S -sardonio/GS -sardonia/S -sardón/S -sardo/S -sargada/N -sargado/GSa -sargada/S -sarga/H -sargal/S -sargantana/S -sargantesa/S -sargatillo/S -sargentear/RDE -sargentee/SG -sargentea/S -sargente/GS -sargenta/S -sargentona/S -sargento/S -sargo/SG -sarga/S -sarguero/GS -sarguera/S -sarillo/GS -sarilla/S -sármata/S -sarmentad/i -sarmentador/GS -sarmentadora/S -sarmentar/iRDI -sarmentazo/S -sarmenté/i -sarmentera/S -sarmenticio/GS -sarmenticia/S -sarmentó/i -sarmentoso/GS -sarmentosa/S -sarmienta/i -sarmiente/i -sarmiento/i -sarmientos -sarna/SH -sarnoso/GS -sarnosa/S -sarpulle/GS -sarpulla/S -sarpullir/RED -sarracear -sarraceno/GS -sarracena/S -sarrapia/S -sarrieta/S -sarrio/GS -sarria/S -sarro/SN -sarroso/GS -sarrosa/S -sartal/S -sarta/Si -sartenada/S -sartenazo/S -sarteneja/S -sartenero/S -sartorio/S -sarza/pS -sarzo/SG -sarza/S -sastra/LS -sastre/gS -satanás -satandera/S -satánico/GS -satánica/S -satanismo/S -satélite/S -satén/S -satinador/GS -satinadora/S -satinar/RDE -satine/SG -satina/S -satiriasis -satirice/S -satírico/SG -satírica/S -satirión/S -satirio/S -satirizante/S -satirizar/RED -satirizo/G -sátiro/SG -sátira/S -satis -satisfacción/kS -satisfacer/XÁÀÄ -satisfactoria/k -satisfactoriamente -satisfactorio/kGS -satisfago/G -satisfaz/S -satisfecha/k -satisfecho/GkS -sato/S -saturable/S -saturar/REÁD -sature/SG -satura/S -saturnal/S -saturnino/SG -saturnina/S -saturnio/GSO -saturnia/S -saturnismo/S -saturno/S -sauceda/S -saucegatillo/S -sauce/N -saucera/S -saúco/S -saudade/S -saudí -saudíes -Saudita -sauna/S -sauquillo/S -saurio/S -sausería/S -sausier/S -sauzgatillo/S -sauz/S -savia/S -saxafrax -saxifragáceo/GS -saxifragácea/S -saxífraga/S -saxifragia/S -saxófono/S -saxofón/S -saya/ie -sayalero/GS -sayalera/S -sayalesco/GS -sayalesca/S -sayales/i -sayalete/S -sayal/S -sayo/ieSG -sayón/S -sayuelo/GS -sayuela/S -sayugo/S -sayuguina/S -saz/aS -sazonad/g -sazonadlo/GS -sazonadla/S -sazonador/GS -sazonadora/S -sazónalo/GS -sazónala/S -sazonan/g -sazonar/gRED -sazonarlo/GS -sazonarla/S -sazone/g -sazoné/g -sazonen/g -sazón/gSG -sazono/g -sazonó/g -scooter -scooters -seáis/ag -seamos/g -sean/gra -sea/raS -sebado/iS -sebastiano/S -sebe/iS -sebestén/S -sebillo/S -sebo/i -seborrea/S -sebos -seboso/SG -sebosa/S -secadal/S -secad/egp -secadero/GS -secadera/S -secado/N -secador/gGS -seca/gpeS -secamente -secamiento/S -secándolo/GS -secándola/S -secándome -secándomelo/GS -secándomela/S -secándonos -secándonoslo/GS -secándonosla/S -secándoos -secándooslo/GS -secándoosla/S -secándoselo/GS -secándosela/S -secándote -secándotelo/GS -secándotela/S -secan/egp -secano/S -secansa/S -secante/gS -secaos -secaral/S -secar/eRgEpD -secarle/S -secarme -secarnos -secaros -secarral/S -secarte -sécate -secatura/S -seccionador/GS -seccionadora/S -seccionar/RÀÂÆDE -seccione/G -sección/lS -secesionista/S -secesión/S -seceso/S -secó/egp -seco/GKNS -secos/p -secoya/S -secreción/S -secrestar -secretamente -secretariado/S -secretaria/s -secretaría/sS -secretario/SGs -secretaria/S -secretar/RÀED -secretear/RDE -secretee/GS -secretea/S -secrete/OGS -secreter/ES -secretismo/S -secretista/S -secretorio/GS -secretoria/S -secretor/SG -secretora/S -secreto/S -sectador/GS -sectadora/S -sectaria/f -sectario/fGS -sectarismo/S -secta/S -sectorial/S -sector/Se -secuaz/S -secuela/S -secuencia/fS -secuencial/S -secuenciar/RÀDE -secuencie/GS -secuencia/S -secuestrador/GS -secuestradora/S -secuestrario/GS -secuestraria/S -secuestrar/RDÂÀÁÄE -secuestre/SG -secuestra/S -secuestro/S -secularice/S -secularizar/RDEÄ -secularizo/G -secular/S -secundar/ÀÂREDÄ -secundariamente -secundario/SG -secundaria/S -secunde/GS -secunda/S -secundinas -secuoya/S -secura/S -secutar -seda/a -sedad/a -sedadera/S -sedal/S -sedan/a -sedán/S -sedante/S -sedar/aRED -sedarle/GS -sedarla/S -sedarlo/S -sedativo/GS -sedativa/S -sedé/a -sedear/RDE -sede/aSG -sedee/GS -sedea/S -seden/a -sedentario/GOS -sedentarismo/S -sedente/S -sedero/GS -sedera/S -sed/GS -seda/S -sedición/S -sedicioso/SG -sediciosa/S -sediento/GS -sedienta/S -sedimentario/GS -sedimentaria/S -sedimentar/RDE -sedimente/GS -sedimenta/S -sedimento/S -sedo/a -sedó/a -sedoso/SG -sedosa/S -seduce/S -seducir/XAÀÂÁÄÆID -seductivo/GS -seductiva/S -seductor/GS -seductora/S -sé/ep -seer/rI -se/eSa -sefardí -sefardíes -sefardita/S -seg -segable/S -segadero/GS -segadera/S -segador/SG -segadora/S -segad/p -segallo/S -segándole/S -segarle/S -segar/RpID -sega/S -seglares/a -seglarmente -seglar/S -segmentar/DRAÀE -segmente/GS -segmenta/S -segmento/S -segobricense/S -segobrigense/S -segó/p -segorbino/SG -segorbina/S -segote/S -segoviano/GS -segoviana/S -segoviense/S -segregacionista/S -segregar/ÀREADÄ -segregativo/GS -segregativa/S -segrego/G -segudar -segué/p -segueta/S -seguetear/RDE -seguetee/GS -seguetea/S -seguíais/osp -seguíamos/so -seguían/ops -seguía/oSpsf -seguida/i -seguidamente -seguidero/S -seguidilla/S -seguidlo/GS -seguidla/S -seguid/oGsfp -seguido/oSps -seguidor/GS -seguidora/S -seguimos/ops -seguí/ofps -seguíos -seguirán/osp -seguirá/ops -seguirás/osp -seguiréis/so -seguiré/ops -seguir/fÍXDÕÁÀÈÊP -seguirían/so -seguiría/osSp -seguirse/ops -seguís/opfs -seguiste/ops -según -segunda/a -segundad/a -segundan/a -segundar/RaDE -segundé/a -segunde/aSG -segunden/a -segundero/SG -segundera/S -segundillo/SG -segundilla/S -segundo/a -segundó/a -segundogénito/GS -segundogénita/S -segundogenitura/S -segundón/SG -segundóna/S -segundos -seguntino/SG -seguntina/S -segura/kaS -seguramente/k -segurar/a -segures/a -segur/KSG -seguro/kKSG -segúyalo/GS -segúyala/S -seguyámonos -segúyanlo/GS -segúyanla/S -segúyanse -segúyase -segúyelo/GS -segúyela/S -seguyéndome -seguyéndonos -seguyéndoos -seguyéndote -seico/S -seisavar/ERD -seisave/GS -seisava/S -seiscientas -seiscientos -seise -séis/ea -seiseno/GS -seisena/S -seísmo/S -seis/S -selacio/GS -selacia/S -seleccionadlo/GS -seleccionadla/S -seleccionad/n -seleccionador/SG -seleccionadora/S -selecciónalo/SG -selecciónala/S -selecciona/n -seleccionándolo/SG -seleccionándola/S -seleccionan/n -seleccionarlo/GS -seleccionarla/S -seleccionar/nRED -selecciónelo/SG -selecciónela/S -seleccioné/n -selecciónenlo/GS -selecciónenla/S -seleccionen/n -seleccione/nSG -selección/GS -seleccióna/S -selecciono/n -seleccionó/n -selectivo/GKS -selecto/GS -selecta/S -selector/GS -selectora/S -selenio/S -selenita/S -selenitoso/GS -selenitosa/S -seleniuro/S -selenosis -sel/eS -seles/a -sellaban/pg -sellaba/pgS -sellado/pgS -sellador/GS -selladora/S -sellad/pGg -selláis/gp -sellamos/pg -sellando/pg -sellan/pg -sella/p -sellará/gp -sellarán/gp -sellaran/pg -sellara/pg -sellarás/gp -sellaré/gp -sellaren/pg -sellare/pgSG -sellaría/gSp -sellaron/pg -sellar/RDÁÀBÄÅE -sellarse/pg -sellasen/pg -sellase/pg -sellas/pSg -sellaste/pg -sellé/gp -selléis/gp -sellemos/pg -sellen/pg -selle/pGS -selló/gp -sello/p -sellos -selva/iS -selvático/SG -selvática/S -selvicultura/S -selvoso/GS -selvosa/S -semáforo/S -semanal/eS -semanalmente -semana/NS -semanario/GS -semanaria/S -semanero/GS -semanera/S -semántico/GS -semántica/S -semblante/Sg -semblanza/S -semblar/ap -sembradera/S -sembradío/GS -sembradía/S -sembrador/GS -sembradora/S -sembrad/pr -sembradura/S -sembrándole/GS -sembrándola/S -sembrándolo/S -sembrarle/GS -sembrarla/S -sembrarlo/S -sembrarme -sembrarnos -sembraros -sembrar/pRIrD -sembrarte -sembré/rp -sembró/rp -semeja/ag -semejable/S -semejad/ag -semejan/ag -semejante/gS -semejantemente -semejanza/gS -semejar/aRgDE -semeje/aGSg -semejé/ga -semejen/ag -semejo/ag -semejó/ga -semen -semencera/S -semental/S -sementar/IRD -sementero/GS -sementera/S -sementino/GS -sementina/S -semestralmente -semestral/S -semestre/S -semicapro/S -semicircular -semicursivo/S -semideo/S -semidiós -semifinal -semiforme -semiinconsciente/S -semilla/S -semillero/S -semilunio/S -seminal/S -seminario/GS -seminaria/S -seminarista/S -semiología/S -semiotecnia/S -semita/cS -semítico/SG -semítica/S -semitismo/cS -semitista/S -semitransparente -sémola/S -semos/e -semoviente/S -sempiterno/SG -sempiterna/S -senada/i -senado/iGS -senador/SG -senadora/S -sena/i -senatorial/S -senatorio/GS -senatoria/S -sencilla/M -sencillamente -sencillo/GS -sencilla/S -senda/S -senderar/RED -senderea/a -senderead/a -senderean/a -senderear/RaED -sendereé/a -senderee/aGS -sendereen/a -sendere/GS -sendera/S -sendereo/a -sendereó/a -sendero/S -senderuela/S -sendos -sen/ea -séneca/S -senectud/S -Senegal -sene/GiS -senequismo/S -senequista/S -senescalía/S -senescal/S -senescente/SF -senil/SK -senior/S -seno/i -senos -sensacionalismo/S -sensacionalista/S -sensacional/OS -sensación/S -sensatamente -sensata/Mk -sensato/GSk -sensata/S -senserina/S -sensibilicé/k -sensibilicen/k -sensibilice/Sk -sensibilizad/k -sensibiliza/k -sensibilizándolo/GS -sensibilizándola/S -sensibilizan/k -sensibilizarme -sensibilizarnos -sensibilizaros -sensibilizar/RkEDÀ -sensibilizarte -sensibilizo/Gk -sensibilizó/k -sensible/JkS -sensiblemente/k -sensiblero/SGL -sensiblera/S -sensitivo/GS -sensitiva/S -sensorial/S -sensorio/GS -sensoria/S -sensor/S -sensuales/f -sensualismo/S -sensualista/S -sensual/KSO -sensualmente -sentabais/n -sentaban/n -sentaba/nS -sentad/anG -sentadero/S -sentadillas/a -sentadla/n -sentadlo/GSn -sentadla/S -sentado/nS -sentáis/n -sentamos/n -sentándole/nGS -sentándolo/S -sentándome -sentando/n -sentándonos -sentándoos -sentándote -sentaos/n -sentarais/n -sentara/n -sentará/n -sentaran/n -sentarán/n -sentar/aPRÀÁõID -sentarás/n -sentareis/n -sentaréis/n -sentaré/n -sentaren/n -sentare/nSG -sentarían/n -sentaría/nS -sentarla/n -sentarlo/nGS -sentarme/n -sentarnos/n -sentaron/n -sentaros/n -sentarse/n -sentarte/n -sentaseis/n -sentasen/n -sentase/nS -sentaste/n -sentéis/n -sentémonos/n -sentemos/n -senté/na -sentenciador/GS -sentenciadora/S -sentenciar/REÀDÄ -sentencie/GS -sentencia/S -sentenciosamente -sentencioso/GS -sentenciosa/S -sentía/fpna -senticar/S -sentidamente -sentid/anpf -sentidlo/GS -sentidla/S -sentí/fpna -sentimentalismo/S -sentimental/KOS -sentimentalmente -sentina/S -sentíos -sentires -sentir/fDnXaPp -sentirla/nf -sentirle/GSf -sentirla/S -sentirlo/nSGf -sentirme/pf -sentirnos/f -sentiros/pf -sentirte/pf -sentís/fpna -sentó/na -seña/iSp -señaladamente -señalar/RÄÅEDÀÂÁøP -señal/GS -señala/S -señalice/S -señalizar/RDEÀ -señalizo/G -señolear/RDE -señolee/SG -señolea/S -señoread/i -señorea/i -señorean/i -señorear/RDiE -señoreé/i -señoree/iGS -señoreen/i -señoreo/i -señoreó/i -señor/GS -señora/S -señorial/S -señorío/GS -señoría/S -señorito/GS -señorita/S -señuelo/S -seó/ga -seo/gGSa -seor/SG -seora/S -seós -sépalo/GS -sépala/S -sépanlo/GS -sépanla/S -sepan/p -sepa/pS -separable/kS -separadamente -separador/GS -separadora/S -separar/RÀÂÁAEôDÆÅ -separata/S -separatismo/S -separatista/S -separativo/GS -separativa/S -separe/GS -separa/S -sepelio/S -sepelir -sepia/S -septenario/SG -septenaria/S -septenio/S -septeno/GS -septena/S -septentrional/S -septentrión/S -septeto/S -séptica/c -septicemia/S -séptico/cGS -septiembre -séptimo/GS -séptima/S -septingentésimo/GS -septingentésima/S -septuagenario/SG -septuagenaria/S -septuagésimo/SG -septuagésima/S -septuplicar/RED -septuplico/G -sepulcral/S -sepulcro/S -sepultador/GS -sepultadora/S -sepulta/k -sepultar/RÄEDÁÀ -sepulte/GS -sepulta/S -sepulto/SkG -sepultura/S -sepulturero/S -sequé/egp -séquelo/GS -séquela/S -sequémonos -séquenlo/GS -séquenla/S -séquense -seque/pge -sequeral/S -sequero/S -séquese -sequía/S -séquito/S -sequizo/GS -sequiza/S -será -serado/iS -seráfico/GS -seráfica/S -serafín/GS -serafína/S -sera/iSL -seraje/S -serán -seranear/RDE -seranee/GS -seranea/S -serano/S -serapino/S -serás -serbal/S -serba/S -Serbia -serbio/GS -serbia/S -seré/i -seréis/i -seremos/i -serena/a -serenad/a -serenan/a -serenaos -serenar/aRDE -serenarme -serenarnos -serenaros -serenarte -serenata/S -serénate -serené/a -serene/GaS -serenémonos -serenen/a -serénense -serenero/S -serénese -serenidad/S -sereno/a -serenó/a -serenos -seres/i -serete/S -ser/GXÁÀÂDÄÆÅNS -seriad/ai -seria/ia -seríais/ik -sería/kS -serial/S -seriamente -seríamos -serian/ai -serían/ki -seriar/aRiDE -sericicultor/SG -sericicultora/S -sericicultura/S -sericultor/GS -sericultora/S -sericultura/S -serié/ai -seriedad/S -serie/iaSG -serien/ai -serifio/GS -serifia/S -serijo/S -serió/ai -serio/ia -serios -sermonar -sermonario/GS -sermonaria/S -sermoneador/GS -sermoneadora/S -sermonear/ERD -sermonee/GS -sermonea/S -sermón/S -serna/S -serondo/GS -seronda/S -seronero/GS -seronera/S -serón/S -seroso/SGK -serosa/S -seroterapia/S -serpa/S -serpear/RED -serpee/GS -serpea/S -serpentaria/S -serpentear/RDE -serpentee/GS -serpentea/S -serpentinamente -serpentino/S -serpentín/SG -serpentína/S -serpiente/S -serpiginoso/SG -serpiginosa/S -serpigo/S -serpollar/ERD -serpolle/SG -serpolla/S -serpol/S -serrad/a -serradiza/a -serradizo/aSG -serrador/aSG -serraduras -serragatino/GS -serragatina/S -serrallo/S -serrana/N -serranía/S -serraniego/SG -serraniega/S -serrano/GS -serrana/S -serrar/aRID -serrátil/S -serrato/S -serré/a -serrería/S -serreta/SH -serrezuela/S -serrín/GS -serrína/S -serrino/S -serró/a -serruchar/RED -serruche/GS -serrucha/S -serrucho/S -serte/kg -seruendo/GS -seruenda/S -servador/fn -servar/fnp -servato/S -serventesio/S -servible/kS -servicialmente -servicial/S -serviciar/RED -servicie/SG -servicia/S -servicio/Sd -servidero/GS -servidera/S -servidor/SG -servidora/S -servidumbre/S -servilismo/S -servilla/S -servilleta/S -servilletero/S -servilmente -servil/SO -servio/GS -servia/S -serviola/S -servir/XÉÈDÌÁÂÀöÔáâô -servo/fnp -servofreno/S -servomecanismo/S -servomotor/S -servos -ses -sesada/aS -sesamoideo/SG -sesamoidea/S -sésamo/S -sesear/RED -sesee/SG -sesea/S -sesena/S -sesén/S -sesenta/S -sesentavo/GS -sesentava/S -seseo/S -sesera/S -sesgadamente -sesgar/RBÛDE -sesgo/SG -sesga/S -sésil/S -sesionar/RDE -sesión/GS -sesióna/S -sesmo/SG -sesma/S -seso/S -sesquicentenario/SG -sesquicentenaria/S -sesquiplano/S -sestar/a -sesteadero/S -sestear/RDE -sestee/SG -sestea/S -sestercio/S -sestero/S -sesudamente -sesudo/SMG -setabitano/GS -setabitana/S -setecientas -setecientos -setenar/ERD -setenario/S -setene/GS -setena/S -setenta/S -setentavo/SG -setentava/S -setero/S -setiembre/S -seto/GS -seta/S -set/S -seudocientífico/GS -seudocientífica/S -seudónimo/GS -seudónima/S -severa/a -severamente -severidad/S -severo/aG -severos -Sevilla -sevillano/SG -sevillana/S -sexagenario/GS -sexagenaria/S -sexagésimo/GS -sexagésima/S -sexcentésimo/SG -sexcentésima/S -sexenio/S -sexismo/S -sexista/S -sexmero/S -sexmo/SG -sexma/S -sexo/S -sextaferia/S -sexta/N -sextantario/GS -sextantaria/S -sextante/S -sextario/S -sextavar/ERD -sextave/GS -sextava/S -sexteto/S -sextil/S -sextina/S -sexto/SGN -sexta/S -sextuplicar/RDE -sextuplico/G -sexuada/a -sexuado/aGS -sexual/aSe -sexualidad/S -sexualmente -sexy -sexys -Seychelles -sheriff/S -show/S -si -sía/aS -sialismo/S -siamés/SG -siamésa/S -sían/a -sibarita/S -sibaritismo/S -siberiano/GS -siberiana/S -sibila/aS -sibilante/S -sibiles/a -sibilino/GS -sibilina/S -sibil/SG -sibila/S -sicalipsis -sicario/S -siciliano/GS -siciliana/S -sicionio/GS -sicionia/S -siclo/S -sicofante/SG -sicofanta/S -sicomoro/S -sicosis -sida/pna -sidecar -sideral/S -sidéreo/GS -sidérea/S -siderita/S -siderosa/S -siderosis -siderurgia/S -siderúrgico/SG -siderúrgica/S -sido/paGn -sidra/S -siega/p -siego/p -siembra/pr -siembre/pr -siembro/pr -siempre -siempreviva/S -siena/S -sienés/G -sienes/S -sienita/S -sien/S -siéntalo/GS -siéntala/S -siéntanlo/GS -siéntanla/S -siéntanse -sienta/panf -siéntase -siéntelo/GS -siéntela/S -siéntense -siente/panf -siéntese -siéntete -siento/panf -sierpe/S -sierra/a -sierre/a -sierro/a -siervo/GS -sierva/S -siervos/f -sieso/S -siesta/S -sietecolores -sieteenrama/S -sietelevar/S -sietemesino/GS -sietemesina/S -siete/S -sífilis -sifilítica/c -sifilítico/GSc -sifilítica/S -sifón/S -sifosis -siga/fspo -sigáis/fsop -sígalo/GS -sígala/S -sigámonos -sigamos/osp -síganlo/GS -síganla/S -síganse -sigan/sfpo -sígase -sigilar/RDE -sigile/SG -sigila/S -sigilo/S -sigilosamente -sigiloso/GS -sigilosa/S -siglo/GS -sigla/S -sigma/S -sigmoideo/GS -sigmoidea/S -signa/afgp -signad/gpaf -signan/gpaf -signarla/fga -signarlo/gSGfa -signar/RDapgfE -signataria/S -signatario/pSf -signatura/Sa -signe/gGSpaf -signen/gpaf -signé/pgfa -signes/k -significador/GS -significadora/S -significante/kS -significar/RAÅÁÀDE -significativamente -significativo/GS -significativa/S -significo/G -signo/afgp -signó/pgfa -signos -sigo/sGfpo -síguelo/GS -síguela/S -siguen/posf -sigue/pSsof -síguete -siguiéndome -siguiéndonos -siguiendo/os -siguiéndoos -siguiéndote -siguiente/Ssf -siguieran/os -siguiera/ops -siguieren/os -siguiere/oGSps -siguieron/os -siguiesen/os -siguiese/oSps -siguió/fsop -silaba/aSi -silaban/i -silabar/ERD -silabario/S -sílaba/S -silabear/RED -silabee/GS -silabea/S -silabe/SG -silaba/S -silábico/SG -silábica/S -silabizar -silbador/GS -silbadora/S -silbante/S -silbar/RED -silbato/S -silbe/GS -silba/S -silbido/S -silbo/S -silboso/GS -silbosa/S -silenciador/S -silenciar/ÁÀÂRDE -silenciario/GS -silenciaria/S -silenciero/GS -silenciera/S -silencie/S -silencio/S -silenciosamente -silencioso/GS -silenciosa/S -silente/FS -silepsis -siles/ia -silesiano/GS -silesiana/S -silesio/GS -silesia/S -sílex -silfo/S -silgar/RDE -silgo/G -silguero/S -silicato/S -silíceo/GS -silícea/S -sílice/S -silícico/SG -silícica/S -silicio/S -silicosis -silicua/S -silingo/GS -silinga/S -sillada/Si -silla/LS -sillarejo/S -sillar/Si -sillas/ina -sillero/GS -sillera/S -silleta/H -sillete/GS -silleta/S -silletero/S -sillico/S -sillín/S -sillón/S -silogice/S -silogismo/S -silogístico/GS -silogística/S -silogizar/RDE -silogizo/G -silo/ia -silos/a -sil/S -siluetar/RED -siluetear/RED -siluetee/GS -siluetea/S -siluete/GS -silueta/S -siluriano/GS -siluriana/S -silúrico/SG -silúrica/S -siluro/S -silvano/S -silva/S -silvestre/S -silvicultor/GS -silvicultora/S -silvicultura/S -silvoso/GS -silvosa/S -simado/GS -simada/S -sima/S -simbionte/S -simbiosis -simbólicamente -simbolice/S -simbólico/GS -simbólica/S -simbolismo/S -simbolista/S -simbolizable/S -simbolizar/RDE -simbolizo/G -símbolo/S -simetría/S -simétrica/a -simétricamente -simétrico/aGS -simiente/S -simienza/S -simiesco/GS -simiesca/S -similar/KS -similitudinario/GS -similitudinaria/S -similitud/S -similor/S -símil/S -simio/SG -simia/S -simios/o -simonía/S -simón/S -simpatético/S -simpatía/S -simpatice/S -simpático/GS -simpática/S -simpatizador/GS -simpatizadora/S -simpatizante/S -simpatizar/RDE -simpatizo/G -simple/KMS -simplemente -simplicista/S -simplificable/S -simplificador/SG -simplificadora/S -simplificar/RÄEÁÀDA -simplifico/G -simplismo/S -simplista/S -simplón/GS -simplóna/S -simposio/S -simulacro/S -simulador/GS -simuladora/S -simular/DRÄEAÀ -simule/GS -simula/S -simultáneamente -simultanear/REÄÀD -simultanee/GS -simultanea/S -simultaneidad/S -simultáneo/GS -simultánea/S -sin -sinabafa/S -sinagoga/S -sinalefar/RDE -sinalefe/SG -sinalefa/S -sinapismo/S -sinapsis -sinario/S -sinartrosis -sincerador/GS -sinceradora/S -sincera/k -sinceramente -sincerar/RÁED -sincere/SG -sincera/S -sincero/kKSG -sinclinal/S -sincopal/S -sincopar/RDE -sincope/GS -sincopa/S -síncope/S -sincopice/S -sincopizar/RED -sincopizo/G -sincretismo/S -sincronía/SO -sincronice/S -sincrónico/GS -sincrónica/S -sincronismo/S -sincronizar/ERDÀ -sincronizo/G -sincro/S -sindicable/S -sindicador/GS -sindicadora/S -sindicalismo/S -sindicalista/S -sindical/SO -sindicar/RDEÄA -sindicato/S -sindicatura/S -sindico/G -síndico/S -síndrome/S -sinécdoque/S -sinecura/S -sinedrio/S -sinéresis -sinergia/S -sinestesia/S -sinfín/S -sínfisis -sinfonía/S -sinfónico/GS -sinfónica/S -sinfonista/S -singalés/GS -singalésa/S -Singapur -singar/RED -singlar/RDBE -single/GS -singla/S -singo/G -singularice/S -singularizar/REDÀ -singularizo/G -singular/KS -singularmente -sinhueso/S -siniestrado/GS -siniestrada/S -siniestralidad/S -siniestramente -siniestro/GS -siniestra/S -sinnúmero/S -sinoble/S -sinocal/S -sínoca/S -sinodal/S -sinódico/GS -sinódica/S -sínodo/S -sinonimia/S -sinónimo/GS -sinónima/S -sinopense/S -sinópico/SG -sinópica/S -sinople/S -sinopsis -sino/S -sinovial/S -sinovia/S -sinovitis -sinrazón/S -sinsabor/S -sinsentido/S -sinsubstancia/S -sinsustancia/S -sintáctico/GS -sintáctica/S -sintagma/S -sintagmático/SG -sintagmática/S -sintámonos -sintaxis -sinterice/S -sinterizar/RDE -sinterizo/G -síntesis -sintetice/S -sintético/GS -sintética/S -sintetizable/S -sintetizador/GS -sintetizadora/S -sintetizar/ERDÄÂÀ -sintetizo/G -sintiéndole/SG -sintiéndola/S -sintiéndolo/S -sintiéndome -sintiéndonos -sintiéndoos -sintiéndote -sintió/apnf -síntoma/S -sintomática/a -sintomático/aGS -sintonice/S -sintónico/GS -sintónica/S -sintonismo/S -sintonizador/S -sintonizar/RÄED -sintonizo/G -sinuoso/KGS -sinusitis -sinusoidal/S -sinusoide/S -sinvergüenza/S -sionismo/S -sionista/S -siquiatra/S -siquiera -siracusano/GS -siracusana/S -sirena/S -sirenio/S -sirgar/RED -sirgo/G -sirguero/S -Siria -siria/a -siriaco/GS -siriaca/S -siríaco/GS -siríaca/S -sirimiri/S -siringe/SG -siringa/S -sirio/aGS -sirle/S -sirmiense/S -siroco/S -siro/GS -sira/S -sirria/S -sirte/S -sírvanse -sírvase -sirve/SG -sirva/S -sirviente/SG -sirvienta/S -sí/S -sís/a -sisador/SG -sisadora/S -sisad/p -sisallo/S -sisan/p -sisa/p -sisar/RpDE -sisca/S -sisear/RED -sisee/GS -sisea/S -sise/GpS -sisella/S -sisen/p -sisé/p -sisero/S -sísmico/GS -sísmica/S -sismo/S -sisón/GS -sisóna/S -siso/p -sisó/p -sis/S -sistema/S -sistemáticamente -sistematice/S -sistemático/GS -sistemática/S -sistematizar/RDEÀ -sistematizo/G -sístole/S -sitacismo/S -sitacosis -sitiador/GS -sitiadora/S -sitial/S -sitiar/ERDÀÆ -sitibundo/SG -sitibunda/S -sitie/SG -sitia/S -sitio/S -sito/GS -sita/S -situar/IùRAôDÁÂÀøÄÆÅõ -sitúe/SG -sitúa/S -soalce/S -soalzar/RED -soalzo/G -soasar/RED -soase/SG -soasa/S -sobacal/S -sobaco/NS -sobadero/GS -sobadera/S -sobad/p -sobadura/S -sobajanero/S -sobajar/BRPDE -sobajear/RDE -sobajee/GS -sobajea/S -sobaje/GS -sobaja/S -sobando/G -soban/p -soba/p -sobaquera/S -sobaquina/S -sobarba/S -sobarca/a -sobarcad/a -sobarcan/a -sobarcar/RaED -sobarcó/a -sobarco/Ga -sobarle/SG -sobarla/S -sobarlo/S -sobarme -sobarnos -sobaros -sobar/pRED -sobarque/a -sobarqué/a -sobarte -sobe/GpS -sobejano/GS -sobejana/S -sobejo/SG -sobeja/S -soben/p -sobeo/i -sobeos -sobé/p -soberanamente -soberanear/RED -soberanee/GS -soberanea/S -soberanía/S -soberano/GS -soberana/S -soberbiamente -soberbiar -soberbio/GS -soberbia/S -sobo/p -sobó/p -sobordo/S -sobornable/kS -sobornador/GS -sobornadora/S -sobornal/S -sobornar/RDÁÀÂE -soborne/SG -soborna/S -soborno/S -sobradamente -sobradar/RDE -sobradero/S -sobrado/N -sobrad/S -sobra/ip -sobrancero/S -sobran/ip -sobrante/S -sobrar/pRiDE -sobrasar/RDE -sobrase/G -sobrazar -sobrealimentar -sobrebarrer/E -sobrecargar/E -sobrecaro -sobrecejo/S -sobrecerco -sobrecoger/P -sobrecomida -sobrecopa -sobrecrecer -sobrecruz -sobredorar -sobreedificar/RDE -sobreedifico/G -sobreempeine/S -sobreflor -sobreguarda/S -sobrehilar/I -sobrehíle/GS -sobrehíla/S -sobrehumano -sobre/iSGp -sobrellavar/RED -sobrellave/G -sobremodo -sobren/ip -sobrepasar/E -sobrepeine -sobrepelliz/S -sobré/pi -sobrepintar -sobrepón -sobreponer/Å -sobrero/GS -sobrera/S -sobrerropa -sobresaltar/Ä -sobrescribe/GS -sobrescriba/S -sobrescribir/RE -sobrescrito/GS -sobrescrita/S -sobreseer/RÀELDP -sobresee/S -sobresolar/I -sobrestante/S -sobrestimar/RED -sobrestime/SG -sobrestima/S -sobretodo -sobrevén -sobreveste/G -sobreviviente -sobrevolar/À -sobriamente -sobrina/p -sobrinazgo/S -sobrino/pGS -sobrio/KSG -sobro/ip -sobró/pi -socairero/S -socaire/Sa -socalce/S -socaliñar/RDE -socaliñe/GS -socaliña/S -socalzar/RDE -socalzo/G -socarrar/RDE -socarrena/S -socarrén/S -socarre/SG -socarra/S -socarrina/S -socarronamente -socarrón/GSL -socarróna/S -soca/S -socavar/REDÄÅÀ -socave/GS -socava/S -socaz/S -sochantre/S -socia/afS -sociable/kJS -sociables/a -socialdemocracia/S -socialdemócrata/S -sociales/ck -socialice/S -socialismo/S -socialista/S -socializador/SG -socializadora/S -socializar/ERÀD -socializo/G -social/OS -sociativo/aS -societario/SG -societaria/S -socinianismo/S -sociniano/GS -sociniana/S -sociocultural/S -socio/KSG -sociología/S -sociológico/SG -sociológica/S -sociólogo/SG -socióloga/S -socios/f -socollada/S -socollar/S -socolor/S -soconusco/S -socorredor/GS -socorredora/S -socorre/GS -socorra/S -socorrer/ÍRÁÀÂED -socorriste/G -socorro/SL -socrocio/S -soda/S -sódica/o -sódico/SGo -sódica/S -sodio/S -sodomía/S -sodomice/S -sodomita/S -sodomizar/RDEÁÀ -sodomizo/G -soez/GS -soeza/S -sofá -sofaldar/RED -sofalde/SG -sofalda/S -sofás -sofión/S -sofismo/GS -sofisma/S -sofista/S -sofisticar/RDE -sofistico/G -sofístico/GS -sofística/S -sofistiquez/S -soflamar/RDE -soflame/GS -soflama/S -soflamero/GS -soflamera/S -sofocador/GS -sofocadora/S -sofocante/S -sofocar/REÅÄDPÁÀA -sofoco/SG -sofoca/S -sofoquina/S -sofreír/XÌáÔDÀR -sofrenar/RÀDE -sofrene/GS -sofrena/S -sofríe/GS -sofría/S -sofrito/GS -sofrita/S -software -soga/NS -sogas/i -soguear/RDE -soguee/SG -soguea/S -soguero/S -soguillo/S -sois -soja/geS -sojuzgador/SG -sojuzgadora/S -sojuzgar/RÀDE -sojuzgo/G -sola/akfS -solacear/ERD -solacee/GS -solacea/S -solador/Sfag -solad/raskfg -soladura/S -solamente -solana/aSp -solanáceo/GS -solanácea/S -solanar/Sa -solanera/S -solanina/S -solano/SGp -solana/S -solanos/s -solapa/a -solapad/a -solapadamente -solapamiento/S -solapan/a -solapar/REaD -solapé/a -solapen/a -solape/SGa -solapa/S -solapo/a -solapó/a -solariego/GS -solariega/S -solárium -solar/kRDgsarf -solazar/RÁED -solazoso/GS -solazosa/S -solaz/SG -solaza/S -soldadesco/GS -soldadesca/S -soldad/ga -soldador/S -soldadote/S -soldadura/S -soldaos -soldar/gRaD -soldarlo/GS -soldarla/S -soldé/ga -soldó/ga -solea/a -soleaba/aS -solead/aG -soleado/aS -soleáis/a -solean/a -soleara/a -soleará/a -solearé/a -soleare/aSG -solé/argsfk -solear/RPDE -soleas/aS -solease/a -solecismo/S -soledad/S -soledoso/GS -soledosa/S -soledumbre/S -soleé/a -solee/aSG -soleéis/a -soleen/a -solejar/S -solemne/KS -solemnemente -solemnice/S -solemnizador/GS -solemnizadora/S -solemnizar/RED -solemnizo/G -solenoide/S -soleo/a -soleó/a -solera/i -solercia/S -soleres/i -soler/ISG -solero/iG -soleros -solerte/S -soles/akp -soletar -soleta/S -soletear -soletero/GS -soletera/S -solevantar/RDPE -solevante/GS -solevanta/S -solevar/REPD -soleve/SG -soleva/S -solfa/S -solfatara/S -solfeador/GS -solfeadora/S -solfear/RED -solfee/SG -solfea/S -solfeo/S -solfista/S -sol/GS -sola/S -solíais -solíamos -solían -solía/S -solicitador/GS -solicitadora/S -solícitamente -solicitante/S -solicitar/RAÃÀÂÁÌÜEDÙÅÆÄ -solicite/GS -solicita/S -solícito/SG -solícita/S -solicitud/S -solidaba/fS -solidabais/f -solidaban/f -solidad/fG -solidado/fS -solidáis/f -solida/M -sólidamente -solidamos/f -solidando/f -solidan/f -solidara/f -solidará/f -solidarais/f -solidaran/f -solidarán/f -solidarás/f -solidaré/f -solidare/fGS -solidareis/f -solidaréis/f -solidaren/f -solidaría/fS -solidariamente -solidarían/f -solidarice/S -solidaridad/kS -solidario/GS -solidaria/S -solidarizar/RÅDÁE -solidarizo/G -solidar/KRDE -solidaron/f -solidarse/f -solidase/f -solidaseis/f -solidasen/f -solidas/fS -solidaste/f -solidé/f -solidéis/f -solidemos/f -soliden/f -solideo/S -solide/SGf -solida/S -solidificar/RADE -solidifico/G -solido/f -solidó/f -sólido/SG -sólida/S -soliendo -solierais -soliéramos -solieran -soliera/S -solieseis -soliésemos -soliesen -soliese/S -soliloquiar/RED -soliloquie/GS -soliloquia/S -soliloquio/S -solimán/S -solimitano/SG -solimitana/S -solio/S -solípedo/S -solipsismo/S -solista/S -sólita/k -solitariamente -solitario/SG -solitaria/S -sólito/kSG -soliviantar/REÁD -soliviante/GS -solivianta/S -soliviar/RBDE -solivie/GS -solivia/S -solivo/S -sollado/pS -sollamar/RDE -sollame/SG -sollama/S -sollar/p -solla/S -sollastre/S -sollispar/RDE -sollispe/GS -sollispa/S -solloce/S -sollozante/S -sollozar/RDE -sollozo/GS -solloza/S -solmenar/RED -solmene/SG -solmena/S -sólo -solo/aGk -soló/argsfk -so/LOC -Solomon -solomo/NS -solos -solsonense/S -solsticio/S -soltadizo/GS -soltadiza/S -soltador/GS -soltadora/S -soltar/DÌÍRÁÂÀôÃÝùÞøIõÐÑÄÆÅ -soltero/GLS -soltura/S -soluble/JkS -solubles/p -solucionar/RDÆEÀÂÁ -soluciones/p -solución/GS -solucióna/S -solutiva/p -solutivo/GSp -solutiva/S -solventar/RÀDE -solvente/FkS -solventes/p -solvento/G -solver/ip -soma/a -Somalía -somanta/S -somarrar/RDE -somarre/SG -somarra/S -somatenista/S -somatén/S -somático/GS -somática/S -sombra/a -sombrad/a -sombraje/S -sombrajo/S -sombran/a -sombrar/aRED -sombré/a -sombreador/GS -sombreadora/S -sombre/aGS -sombrear/RÆÄDE -sombree/SG -sombrea/S -sombren/a -sombrerero/SG -sombrerera/S -sombrerete/S -sombrero/HNS -sombrilla/SH -sombrío/GS -sombría/S -sombro/a -sombró/a -sombrosa/a -sombroso/GSa -sombrosa/S -someramente -somero/GS -somera/S -somete/GS -someta/S -someter/ÌôRÅÆÄÁÀÂPED -someto/L -somier/S -somnambulismo/S -somnífero/GS -somnífera/S -somnolencia/S -somnoliento/SG -somnolienta/S -somo/aG -somontano/SG -somontana/S -somonte/S -somorgujador/S -somorgujar/RDE -somorguje/GS -somorguja/S -somorgujo/S -somormujar/RED -somormuje/GS -somormuja/S -somos -sompesar/RDE -sompese/SG -sompesa/S -sonable/S -sonad/afp -sonadero/GS -sonadera/S -sonador/SGp -sonadora/S -sonaja/S -sonajear/RED -sonajee/SG -sonajea/S -sonajero/S -sonambulismo/S -sonámbulo/SG -sonámbula/S -sonante/Sfpa -sonántica/f -sonántico/GfS -sonaos -sonarle/S -sonarme -sonarnos -sonaros -sonar/pRafDI -sonarte -sonata/S -sonatina/S -sonda/a -sondable/kS -sondad/a -sondaleza/S -sondan/a -sondar/RaDE -sondé/a -sondear/RÀÂÁEDÄ -sonde/aSG -sondee/SG -sondea/S -sonden/a -sondo/a -sondó/a -soné/apf -sonecillo/S -sonetear/RED -sonetee/GS -sonetea/S -sonetice/S -sonetico/S -sonetista/S -sonetizar/RED -sonetizo/G -soneto/SN -soniche/S -sonido/S -sonique/S -soniquete/S -sonlocado/SG -sonlocada/S -sonó/apf -sonochar/RDE -sonoche/GS -sonocha/S -sonora/kS -sonoramente -sonoricé/k -sonorice/kS -sonoricen/k -sonorizad/k -sonoriza/k -sonorizan/k -sonorizar/kRDE -sonorizó/k -sonorizo/kG -sonoro/SGK -sonora/S -sonoros/k -sonreír/XÉDÁR -sonríe/GS -sonría/S -sonriente/S -sonriso/GS -sonrisa/S -sonrodar/RDI -sonrojar/REÁD -sonrojear/RED -sonrojee/GS -sonrojea/S -sonroje/SG -sonroja/S -sonrojo/S -sonrosar/RDE -sonrosear/RED -sonrosee/SG -sonrosea/S -sonrose/SG -sonrosa/S -sonrugirse -son/S -sonsacador/GS -sonsacadora/S -sonsacar/RÅÆEPÁÀÂD -sonsaco/G -sonsañar/RDE -sonsañe/GS -sonsaña/S -sonsonete/S -sonso/SG -sonsa/S -soñad/i -soñador/SG -soñadora/S -soñar/RIiD -soñé/i -soñó/i -soñolencia/S -soñoliento/GS -soñolienta/S -sopad/i -sopa/i -sopalancar/ERD -sopalanco/G -sopando/G -sopan/i -sopapear/RDE -sopapee/SG -sopapea/S -sopapina/S -sopapo/S -sopar/REiD -sopear/RDE -sopee/SG -sopea/S -sope/GiS -sopé/i -sopen/i -sopero/GS -sopera/S -sopesar/ÄRDEÀ -sopese/G -sopes/S -sopetear/RDE -sopetee/GS -sopetea/S -sopetón/S -sopicaldo/S -sopista/S -sopitipando/S -sopladero/S -sopladme -sopladnos -soplador/GS -sopladora/S -soplad/p -sopladura/S -sóplame -soplamocos -soplándolo/GS -soplándola/S -soplándome -soplándonos -soplándoos -soplándote -sóplanos -soplan/p -sopla/p -soplapollas -soplarle/S -soplarme -soplarnos -soplaros -soplar/RpDE -soplarte -soplavivo/S -soplen/p -soplé/p -sople/pGS -soplete/S -soplido/pS -soplonear/RDE -soplonee/GS -soplonea/S -soplo/NS -soplón/SG -soplóna/S -sopló/p -sopo/i -sopó/i -soponcio/S -soporífero/GS -soporífera/S -soporoso/GS -soporosa/S -sopor/S -soportable/Sk -soportador/SG -soportadora/S -soportal/S -soportar/RÁÀÂDÌÄE -soporte/GS -soporta/S -soprano/S -sopuntar/RDE -sopunte/SG -sopunta/S -sorban/p -sorba/p -sorbedor/GS -sorbedora/S -sorbed/p -sorben/p -sorberle/SG -sorberla/S -sorberlo/S -sorberme -sorbernos -sorberos -sorber/pRDE -sorberte -sorbe/SGp -sorba/S -sorbete/S -sorbía/p -sorbible/S -sorbiéndole/GS -sorbiéndola/S -sorbiéndolo/S -sorbiéndome -sorbiéndonos -sorbiéndoos -sorbiéndote -sorbió/p -sorbí/p -sorbo/pL -sorbos -sorce/S -sorche/S -sordamente -sorda/MN -sordeces/i -sordera/S -sordidez/S -sórdido/SG -sórdida/S -sordino/GS -sordina/S -sordo/aGi -sordomudo/GMS -sordos -sorgo/S -sor/GS -sora/S -sorianense/S -soriano/GS -soriana/S -sornar/RDE -sorne/SG -sorna/S -soroche/S -soro/S -sorprende/GS -sorprenda/S -sorprendente/S -sorprender/øRÁÀÂDEÄÆÅ -sorprendo/L -sorpresa/S -sorrabar/RDE -sorrabe/GS -sorraba/S -sorrapar/RDE -sorrapear/RED -sorrapee/SG -sorrapea/S -sorrape/GS -sorrapa/S -sorra/S -sorregar/RID -sorteable/S -sorteador/GS -sorteadora/S -sortear/RÀEPÄD -sortee/GS -sortea/S -sorteo/S -sortero/GS -sortera/S -sortiaria/S -sortija/igS -sortijero/S -sortijilla/S -sortilegio/S -sortílego/GS -sortílega/S -sosacar -sosamente -sosañar/RDE -sosañe/GS -sosaña/S -sosar/S -sosegaba/gS -sosegaban/g -sosegadamente -sosegad/gG -sosegado/gS -sosegador/GS -sosegadora/S -sosegáis/g -sosegamos/g -sosegando/g -sosegara/g -sosegará/g -sosegaran/g -sosegarán/g -sosegarás/g -sosegaré/g -sosegare/gGS -sosegaren/g -sosegaría/gS -sosegar/IÒÁRÂDùõ -sosegaron/g -sosegarse/g -sosegase/gS -sosegasen/g -sosegaste/g -sosegó/g -sosegué/g -soseguéis/g -sosero/GS -sosera/S -sosia/S -sosias/S -sosiega/gS -sosiegan/g -sosiego/S -sosiegue/gS -sosieguen/g -soslayar/REÀD -soslaye/GS -soslaya/S -soslayo/S -soso/GLS -sospechable/Sk -sospechada/k -sospechado/kSG -sospechar/RED -sospeche/SG -sospecha/S -sospechosamente -sospechoso/SG -sospechosa/S -sospesar/RDE -sospese/GS -sospesa/S -sostenedor/GS -sostenedora/S -sostener/ÃXáÔÅÄÆDÌPÁÀ -sostenible/kS -sostenlo/GS -sostenla/S -sostén/S -sostituir -sotabanco/S -sotabarba/S -sotacoro/S -sota/i -sotaministro/S -sotamontero/S -sotana/NS -sotanas/a -sotanear/RDE -sotanee/SG -sotanea/S -sótano/S -sotar/i -sotaventar/RED -sotaventear/RED -sotaventee/GS -sotaventea/S -sotavente/GS -sotaventa/S -sotavento/S -sotechado/S -sotera/S -soterrano/GS -soterrana/S -soterraño/GS -soterraña/S -soterrar/ERIPD -soterre/SG -soterra/S -sotobosque/S -soto/Gi -sotoministro/S -sotos -sotuer/S -Soviética -sovietice/S -soviético/GS -soviética/S -sovietizar/RED -sovietizo/G -soviet/S -sóviet/S -sovoz/S -soy -sport/S -spray -sprays -Sri -stand -stands -stock/S -su -suadir -suarda/S -suarismo/S -suarista/S -suavemente -suave/Sk -suavice/S -suavidad/S -suavizador/GS -suavizadora/S -suavizante/S -suavizar/RÀÂEÆD -suavizo/G -subarrendar/P -subastador/GS -subastadora/S -subastar/REÀ -subaste/SG -subasta/S -subclavero -subclavio/GS -subclavia/S -subcolector -subcomendador -subdelegable/S -subdelegar/R -súbdito/GS -súbdita/S -suberificar/RED -suberifico/G -suberoso/GS -suberosa/S -subestación -subfiador -subgobernador -subidero/GS -subidera/S -subiente/S -subintrante/S -subintrar/RDE -subintre/GS -subintra/S -subió/a -subir/ôÍRÀøEÃPÅÆÄ -súbitamente -súbito/GS -súbita/S -subjectar -subjetivismo/S -subjetivo/GKS -subjuntivo/S -subjuzgar -sublevar/APÁÀ -sublimar/AÄ -sublimatorio/GS -sublimatoria/S -subliminal/S -sublimo/K -suboficial -subordinación/S -subordinadamente -subordinad/k -subordina/k -subordinándolo/GS -subordinándola/S -subordinan/k -subordinante/GS -subordinanta/S -subordinarlo/SG -subordinarla/S -subordinarme -subordinarnos -subordinaros -subordinar/RDEk -subordinarte -subordiné/k -subordinen/k -subordine/SGk -subordina/S -subordino/k -subordinó/k -subranquial/S -subrayable/S -subrayar/ÀÂÄ -subrepción/S -subrepticiamente -subrepticio/SG -subrepticia/S -subrigadier/S -subrogar/E -subrogo/G -subscapular/S -subscribe/SG -subscriba/S -subscribir/RE -subscriptor/GS -subscriptora/S -subscrito/GS -subscrita/S -subsecuente/S -subseguir/X -subsidiariamente -subsidiario/GS -subsidiaria/S -subsidiar/RÀDE -subsidie/GS -subsidia/S -subsidio/S -subsiste/GS -subsista/S -subsistente/FkS -subsistir/RDE -subsolano -substanciad/g -substancia/g -substancialmente/k -substancial/tSfk -substancian/g -substanciar/gRDE -substancié/g -substancie/gGS -substancien/g -substancio/g -substanció/g -substancioso/SG -substanciosa/S -substantivar/RDE -substantive/SG -substantiva/S -substantivo/K -substitución/S -substituible/S -substituir/ÀXD -substitutivo/SG -substitutiva/S -substituto/GS -substituta/S -substraendo/S -substraer/XIDL -substrae/S -substrato/S -subtender/R -subteniente -subterfugio/S -subterráneo/GS -subterránea/S -subtilizar -subtipo -suburbano -suburbicario/GS -suburbicaria/S -suburbio/S -suburense/S -subvén -subvencionar/RÂÀED -subvención/GS -subvencióna/S -subversivo/GS -subversiva/S -subversor/SG -subversora/S -subvertir/XÀ -subyugable/S -subyugador/SG -subyugadora/S -subyugante/S -subyugar/RÄEDÀ -subyugo/G -succenturiado/S -succino/S -succionar/RÀÂDE -succión/GS -succióna/S -sucedáneo/SG -sucedánea/S -suceder/REDQ -sucede/SG -suceda/S -sucedo/L -sucesible/S -sucesivamente -sucesivo/GS -sucesiva/S -sucesorio/GS -sucesoria/S -sucesor/SG -sucesora/S -suceso/S -sucia/iS -suciamente -sucinda/S -sucintamente -sucintar/RDE -sucinte/GS -sucinta/S -sucinto/S -sucio/KGS -sucoso/SG -sucosa/S -sucotrino/S -suculentamente -suculento/GS -suculenta/S -sucumbe/GS -sucumba/S -sucumbir/RED -sucursal/S -sudadero/GS -sudadera/S -sudad/pgk -Sudáfrica -sudafricano/GS -sudafricana/S -suda/kpg -Sudamérica -sudamericano/GS -sudamericana/S -Sudán -sudan/pgk -sudante/S -sudario/S -sudar/RkEDgp -sudatorio/GS -sudatoria/S -sude/GSkpg -suda/S -suden/pgk -sudé/pgk -sudeste/S -sudista/S -sudoeste/S -sudo/kpg -sudó/pgk -sudoración/S -sudoriento/SG -sudorienta/S -sudorífico/GS -sudorífica/S -sudoroso/GS -sudorosa/S -sudor/Sp -sudoso/SG -sudosa/S -sudsudeste/S -sudsudoeste/S -Suecia -sueco/GS -sueca/S -suegra/f -suegro/fSG -suelan/sfrag -suela/sgafr -sueldacostilla/S -suelda/g -sueldan/g -suéldate -suelde/gSG -suelden/g -sueldo/rS -suelen/sfrag -suele/sSGfrga -suelo/sSfj -suelta/p -suelto/SpG -suena/paf -suénate -suene/paf -sueno/paf -suenos -sueña/i -sueñe/i -sueño/Si -suero/S -sueroso/GS -suerosa/S -sueroterapia/S -suerte/S -sueste/S -suéter/S -suficiencia/dkS -suficiente/kS -suficientemente -sufijo/GS -sufija/S -sufí/S -sufismo/S -sufista/S -suflar/k -sufocar/ERD -sufoco/G -sufragar/RED -sufragio/SO -sufragismo/S -sufragista/S -sufrago/G -sufre/GS -sufra/S -sufrible/kS -sufridero/GS -sufridera/S -sufridor/GS -sufridora/S -sufrir/REÀDÌP -sufusión/S -sugerente/SF -sugeridor/GS -sugeridora/S -sugerir/XÃQÉÊDÀÂÁ -sugestionaba/dS -sugestionabais/d -sugestionábamos/d -sugestionaban/d -sugestionable/S -sugestionad/dG -sugestionado/dS -sugestionador/GS -sugestionadora/S -sugestionáis/d -sugestionamos/d -sugestionan/d -sugestionando/d -sugestionándose/d -sugestionara/d -sugestionará/d -sugestionarais/d -sugestionáramos/d -sugestionaran/d -sugestionarán/d -sugestionarás/d -sugestionaré/d -sugestionare/dGS -sugestionareis/d -sugestionaréis/d -sugestionaremos/d -sugestionáremos/d -sugestionaren/d -sugestionaría/dS -sugestionaríais/d -sugestionarían/d -sugestionaron/d -sugestionar/RDÁÀE -sugestionarse/d -sugestionas/dS -sugestionase/d -sugestionaseis/d -sugestionásemos/d -sugestionasen/d -sugestionaste/d -sugestionasteis/d -sugestión/dSG -sugestione/d -sugestioné/d -sugestionéis/d -sugestionemos/d -sugestionen/d -sugestiono/d -sugestionó/d -sugestivo/SG -sugestiva/S -sugesto/S -suicidar/RÅEDÁ -suicide/GS -suicida/S -suicidio/S -suite/S -Suiza -suizo/GS -suiza/S -sujeción/S -sujetador/GS -sujetadora/S -sujetapapeles -sujetar/ÙÚÃÌÍRÅÄÆÁÂÀDE -sujete/SG -sujeta/S -sujeto/S -sula/S -sulcar/a -sulfamida/S -sulfatador/GS -sulfatadora/S -sulfatar/RED -sulfate/GS -sulfata/S -sulfato/S -sulfhídrico/GS -sulfhídrica/S -sulfito/S -sulfonal/S -sulfonamida/S -sulfurar/RED -sulfure/GS -sulfura/S -sulfúreo/SG -sulfúrea/S -sulfúrico/GS -sulfúrica/S -sulfuro/eS -sulfuroso/SG -sulfurosa/S -sulpiciano/SG -sulpiciana/S -sultán/GS -sultána/S -suma/aqkfpsSn -sumaba/fS -sumabais/f -sumaban/f -sumaca/S -sumad/fG -sumado/fS -sumador/GSf -sumadora/S -sumamente -sumando/f -suman/spafkn -sumara/f -sumará/f -sumarais/f -sumaran/f -sumarán/f -sumar/ÃRÛEÁÀÂÅÄÆD -sumarás/f -sumaré/f -sumare/fSG -sumareis/f -sumaréis/f -sumaren/f -sumaría/fS -sumarial/S -sumariamente -sumarían/f -sumario/SG -sumaria/S -sumarísimo/GS -sumarísima/S -sumarla/f -sumarlo/fSG -sumaron/f -sumarse/f -sumase/f -sumaseis/f -sumasen/f -sumas/fS -sumaste/f -sumatorio/GS -sumatoria/S -sume/aGSkspfn -sumé/f -suméis/f -sumemos/f -sumen/spafkn -sumerge/S -sumergible/Sk -sumergir/PRÁÀÂÅÄDEQôøÙ -sumerjo/G -sumía/nkfaps -sumidero/S -sumidle/S -sumid/spafkn -sumiéndola/a -sumiéndole/GS -sumiéndola/S -sumiéndolo/SaG -sumiéndome -sumiéndonos -sumiéndoos -sumiéndote -sumiller/S -suministrable/S -suministrador/GS -suministradora/S -suministrar/RDÃEÁÀÂÆA -suministre/GS -suministra/S -suministro/S -sumí/nspfka -sumió/nkfaps -sumirla/fspa -sumirle/GSf -sumirla/S -sumirles/n -sumirlo/aGSsfp -sumirme/fpa -sumirnos/af -sumiros/fpa -sumir/RnpkEDasf -sumirte/fpa -sumisa/k -sumisamente -sumisión/S -sumís/nkfaps -sumiso/kGS -sumista/f -sumiste/Gf -sumo/akfpsn -sumó/f -sumonte/S -sumos/fk -súmulas -sumulista/S -suntuario/SG -suntuaria/S -suntuosamente/n -suntuosa/n -suntuoso/GSnK -suntuosa/S -supeditar/REÄDÀA -supedite/GS -supedita/S -supe/p -superable/Sk -superador -superar/RDEôÀÁAÄÆÅ -superávit -superchería/S -supererogación/S -supererogatorio/SG -supererogatoria/S -superficialmente -superficial/SK -superficiario/GS -superficiaria/S -superficie/S -superfluamente -superfluo/GSK -superflua/S -superiorato/S -superior/GSK -superiora/S -superiormente -superlativamente -superlativo/GS -superlativa/S -supermercado -superno/G -superpón -superponer/A -superstición/S -supersticiosamente -supersticioso/GS -supersticiosa/S -supervén -superveniencia/S -supervisar/À -supervisor/G -superyó/S -supinación/S -supino/SG -supina/S -suplantable/S -suplantador/GS -suplantadora/S -suplantar/RDÁÀÂAEÄ -suplante/SG -suplanta/S -suplefaltas -suplementario/GS -suplementaria/S -suplemento/S -suplente/FS -suple/SG -supla/S -supletorio/GS -supletoria/S -suplicacionero/GS -suplicacionera/S -suplicante/S -suplicar/ÎERÁÀÂDAÄÆÅ -súplica/S -suplicatorio/GS -suplicatoria/S -suplicio/S -suplico/G -suplidor/GS -suplidora/S -suplir/REDÁÂÀ -suponed/n -suponedor/GS -suponedora/S -supone/n -suponen/n -suponerlo/GS -suponerla/S -suponer/nX -suponga/n -supongo/n -suponía/n -suponiéndolo/GS -suponiéndola/S -supón/nS -supo/p -suportar/RED -suporte/GS -suporta/S -suposición/S -supositorio/S -supraclavicular/S -supranacional/S -suprarrealismo/S -suprarrenal/S -supremacía/S -supremo/GS -suprema/S -supresión/S -supresor/GS -supresora/S -suprime/GS -suprima/S -suprimir/ÁÀÂRDÃÄÆE -supriorato/S -suprior/GS -supriora/S -supuesta/n -supuesto/nGS -supurar/RDEA -supurativo/SG -supurativa/S -supuratorio/GS -supuratoria/S -supure/GS -supura/S -supuse/n -supuso/n -suputar/RED -supute/GS -suputa/S -sur -suramericano/GS -suramericana/S -surcad/ag -surcador/SG -surcadora/S -surca/ga -surcan/ag -surcándole/SG -surcándola/S -surcándolo/S -surcar/agRDE -surcarlo/GS -surcarla/S -surcir -surcó/ag -surco/aGg -surcos/ejm -surculado/GS -surculada/S -súrculo/S -surculoso/GS -surculosa/S -surde/GS -surda/S -surdir/RED -sureño/GS -sureña/S -sureste/S -surge/kSp -surgen/kp -surgíais/k -surgía/kSp -surgían/k -surgidero/S -surgid/kpG -surgido/kS -surgidor/SG -surgidora/S -surgiera/k -surgiere/kSG -surgiese/kS -surgí/kp -surgimos/k -surgió/pk -surgirá/k -surgirán/k -surgirás/k -surgiré/k -surgiría/kS -surgir/pPRDE -surgirse/k -surgís/pk -surgiste/k -Suriname -surjáis/k -surjamos/k -surjan/kp -surja/pk -surjo/Gpk -suroeste/S -surque/ag -surqué/ag -surrealismo/S -surrealista/S -sursudoeste/S -sursuncorda/S -surtan/p -surta/p -surte/GpS -surten/p -surtía/p -surtidero/S -surtidor/SG -surtidora/S -surtid/p -surtiéndolo/GS -surtiéndola/S -surtimiento/S -surtió/p -surtí/p -surtirme -surtirnos -surtiros -surtir/pRED -surtirte -surtís/p -surto/p -surtos -sus -susano/GS -susana/S -susceptible/JS -susceptivo/GS -susceptiva/S -suscitar/RDEÁÀ -suscite/GS -suscita/S -suscribe/GS -suscriba/S -suscribir/ERÁÀ -suscripción/S -suscriptor/GS -suscriptora/S -suscrito/GS -suscrita/S -suso/a -susodicho/GS -susodicha/S -suspendedor/GS -suspendedora/S -suspende/GS -suspenda/S -suspender/DQERÄÁÀ -suspendo/L -suspense/SG -suspensa/S -suspensivo/GS -suspensiva/S -suspensorio/SG -suspensoria/S -suspenso/S -suspicacia/S -suspicazmente -suspicaz/S -suspirar/RED -suspire/GS -suspira/S -suspiro/S -suspiroso/GS -suspirosa/S -sustanciación/S -sustanciad/g -sustancia/g -sustancial/fSk -sustancialmente/k -sustancian/g -sustanciarlo/GS -sustanciarla/S -sustanciar/RgDE -sustancié/g -sustancie/gSG -sustancien/g -sustancio/g -sustanció/g -sustancioso/SG -sustanciosa/S -sustantivar/RDE -sustantive/SG -sustantiva/S -sustantivo/KS -sustenido/GS -sustenida/S -sustentable/dS -sustentáculo/S -sustentador/GS -sustentadora/S -sustentante/S -sustentar/RDEÁÀÄÅAP -sustente/GS -sustenta/S -sustento/S -sustitución/S -sustituible/kS -sustituidor/GS -sustituidora/S -sustituir/áÔXÌÁÀÂÉÈÊD -sustitutivo/GS -sustitutiva/S -sustituto/GS -sustituta/S -susto/S -sustracción/S -sustractivo/GS -sustractiva/S -sustraendo/S -sustraer/XLIÁÀÂDÈÆ -sustrae/S -sustrato/S -susurrador/GS -susurradora/S -susurrante/S -susurrar/RÁÀÂDÅÆE -susurre/GS -susurra/S -susurrido/S -sutilice/S -sutilizador/GS -sutilizadora/S -sutilizar/RDE -sutilizo/G -sutil/KSM -sutilmente -sutorio/SG -sutoria/S -suturar/REÀD -suture/SG -sutura/S -suyo/GS -suya/S -Svalbard -Swazilandia -taba/aNS -tabacalero/SG -tabacalera/S -tabacal/S -tabaco/i -tabacos -tabacoso/GS -tabacosa/S -tabalea/a -tabalead/a -tabalean/a -tabalear/RaDE -tabaleé/a -tabalee/aSG -tabaleen/a -tabaleo/a -tabaleó/a -tabanazo/S -tabanco/S -tabanera/S -tábano/S -tabanque/S -tabaola/S -tabaque/iS -tabaquero/GS -tabaquera/S -tabaquismo/S -tabaquista/S -tabardete/S -tabardo/SN -tabarrera/S -tabarro/GS -tabarra/S -tábarro/S -tabasco/S -tabas/epf -tabea/S -tabellar/RED -tabelle/GS -tabella/S -tabernáculo/S -tabernario/GS -tabernaria/S -taberna/S -tabernero/GS -tabernera/S -tabernizado/GS -tabernizada/S -tabes/a -tabicar/RDE -tabico/G -tabina/S -tabiquero/S -tablachero/S -tablachina/S -tablacho/S -tablad/aih -tablajero/S -tablan/aih -tabla/NHC -tablar/iDRhaE -tablazón/S -tablé/aih -tablear/RED -tablee/GS -tablea/S -table/hGaSi -tablen/aih -tablera/iS -tablero/pi -tableros/p -tables/f -tableta/S -tabletear/RED -tabletee/SG -tabletea/S -tablizo/S -tabló/aih -tabloncillo/S -tablón/SCN -tablo/phia -tabloza/S -tabor/S -tabuco/S -tabulador/GS -tabuladora/S -tabular/ÄRDE -tabule/GS -tabula/S -taburete/S -tabú/S -tac -taca/ahp -tacada/aphS -tacañear/RDE -tacañee/GS -tacañea/S -tacaño/GS -tacaña/S -ta/Cap -tacar/pha -tacazo/S -tacen/ph -tace/pGSh -tacé/ph -taceta/S -tachable/kS -tachador/SG -tachadora/S -tachar/RÅÆÄDÁÀEB -tache/GS -tacha/S -tachonad/h -tachona/h -tachonan/h -tachonar/RhDE -tachoné/h -tachone/hSG -tachonen/h -tachón/GS -tachóna/S -tachono/h -tachonó/h -tacho/S -tachoso/GS -tachosa/S -tachuela/S -tácitamente -tacita/S -tácito/SG -tácita/S -taciturno/GSK -taciturna/S -taco/ahGp -taconear/DRE -taconee/GS -taconea/S -taconeo/S -tacones/h -tacón/HS -tacos -tácticamente -táctico/GS -táctica/S -táctil/S -tacto/fSk -tafanario/S -tafetán/S -tafia/S -tafiletear/RDE -tafiletee/GS -tafiletea/S -tafilete/S -tafo/S -tafurea/S -tagalo/GS -tagala/S -tagarino/GS -tagarina/S -tagarotear/RED -tagarotee/GS -tagarotea/S -tagasaste/S -tahalí/S -taharal/S -taha/S -tahona/S -tahonero/GS -tahonera/S -tahuresco/GS -tahuresca/S -tahúr/GS -tahúra/S -taifa/S -taiga/S -Tailandia -taimado/GS -taimada/S -taina/S -taíno/SG -taína/S -Taiwan -taja/ahp -tajada/N -tajadero/GS -tajadera/S -tajaderos/a -tajador/aGS -tajadores/h -tajad/pha -tajadura/S -tajamar/S -tajamiento/S -tajan/pha -tajante/S -tajar/aREhpD -tajé/aph -tajea/S -taje/GphSa -tajen/pha -tajero/hS -tajó/aph -tajón/S -tajo/Sah -tajuelo/GS -tajuela/S -talabartero/GS -talabartera/S -talabarte/S -talabricense/S -talador/SG -taladora/S -taladrador/GS -taladradora/S -taladra/N -taladrar/REÅÆD -taladre/GS -taladra/S -taladro/S -talamera/S -talamete/S -talamiflora/S -talamite/S -tálamo/S -talanquera/S -talante/aS -talantoso/SG -talantosa/S -talar/RDE -talasemia/S -talasoterapia/S -talaya/Sa -talayote/S -talco/S -talcoso/GS -talcosa/S -talegada/iS -talega/i -talegazo/S -talego/iG -talegos -taleguilla/S -talento/S -talentoso/GS -talentosa/S -talentudo/GS -talentuda/S -tales/pn -tal/GS -tala/S -talibán/SG -talibána/S -talionar/RED -talione/GS -taliona/S -talio/S -talismán/S -tallador/GSi -talladora/S -tallad/pigjh -talladura/jS -tallan/pigjh -talla/pghji -tallarla/g -tallarlo/GSg -tallarla/S -tallarola/S -tallar/RpEgDjih -talleced/ip -tallece/iSp -tallecen/ip -tallecer/iRLDpI -tallecía/pi -tallecí/ip -talleció/pi -tallé/ijhgp -tallen/pigjh -talle/pGSigjh -taller/ES -tallezca/ip -tallezco/ip -tallista/gS -talló/ijhgp -tallo/pghji -tallos -talludo/GS -talluda/S -talma/S -talmente -talofita/S -talonada/ihS -talonario/SG -talonaria/S -talonear/DRE -talonee/GS -talonea/S -talonero/S -talones/hi -talón/SH -talo/S -talparia/S -talpa/S -talque/S -talquita/S -taludes/a -talud/S -talvina/aS -tamanaco/GS -tamanaca/S -tamaño/GS -tamaña/S -tamaral/S -tamarao/S -támara/S -tamaricáceo/SG -tamaricácea/S -tamarigal/S -tamarisco/S -tamaritano/SG -tamaritana/S -tamariz/S -tambaleante/S -tambalear/RÁDÅE -tambalee/GS -tambalea/S -tambanillo/S -tambarillo/S -tambarimba/S -tambesco/S -también -tamborear/RDE -tamboree/GS -tamborea/S -tamborete/S -tambor/GS -tambora/S -tamborilada/S -tamborilear/RDE -tamborilee/GS -tamborilea/S -tamborilero/SG -tamborilera/S -tamborilete/S -tamboril/SH -tamborino/S -tamborín/S -tamboritear/RED -tamboritee/GS -tamboritea/S -tamboritero/S -tambucho/S -tamil/S -tamínea/S -taminia/S -tamizar/RÀED -tamiz/SG -tamiza/S -tamojal/S -tamojo/S -tamo/S -tamos/pef -tampoco -tamujal/S -tamujo/GS -tamuja/S -tanaceto/S -tanagra/S -tanatorio/S -tanda/iS -tandear/RED -tandee/GS -tandea/S -tan/epa -tanganillas -tanganillo/S -tángano/S -tangar/RED -tange/GS -tanga/S -tangencial/S -tangente/FS -tangerino/SG -tangerina/S -tangible/Sk -tangidera/S -tangir/RED -tango/eS -tanguillo/S -tanino/S -tanjo/G -tanobia/S -tanor/aS -tanora/S -tanoría/S -tanque/Sc -tantalio/S -tántalo/S -tanteador/GS -tanteadora/S -tantear/RÁÀÂDE -tantee/GS -tantea/S -tanteo/S -tantísimo/GS -tantísima/S -tanto/GS -tanta/S -Tanzania -taña/a -tañan/a -tañar/RED -tañedor/GS -tañedora/S -tañe/GS -taña/S -tañen/a -tañera/a -tañerá/a -tañeran/a -tañerán/a -tañere/a -tañeren/a -tañería/a -tañerían/a -tañeron/a -tañer/XED -tañese/a -tañesen/a -tañía/a -tañían/a -tañó/a -taño/L -taoísmo/S -tao/S -taos/af -tapaba/hS -tapabais/h -tapaban/h -tapaboca/S -tapacete/S -tapacubos -tapaculo/S -tapadero/GS -tapadera/S -tapad/hG -tapadillo/S -tapado/hS -tapador/SG -tapadora/S -tapadura/hS -tapafunda/S -tapa/h -tapáis/h -tapajuntas -tapamos/h -tapando/h -tapan/h -tapara/h -tapará/h -taparais/h -taparan/h -taparán/h -tapar/ÃREôDÌÎÍøÙPBÁÀÂÅÄÆ -taparás/h -taparé/h -tapare/hSG -tapareis/h -taparéis/h -taparen/h -taparía/hS -taparían/h -taparme/h -taparnos/h -taparon/h -taparos/h -taparote/S -taparrabo/S -taparse/h -taparte/h -tapase/h -tapaseis/h -tapasen/h -tapas/hS -tapaste/h -tapatío/GS -tapatía/S -tape/GSh -tapa/S -tapé/h -tapéis/h -tapemos/h -tapen/h -taperujar/RED -taperuje/GS -taperuja/S -tapetada/i -tapetado/iGS -tapete/S -tapiad/h -tapiador/S -tapia/h -tapial/S -tapian/h -tapiarlo/GS -tapiarla/S -tapiar/RhED -tapicé/i -tapice/iS -tapicen/i -tapicero/GS -tapicera/S -tapie/GSh -tapia/S -tapié/h -tapien/h -tapioca/S -tapio/h -tapió/h -tapir/DS -tapirujar/RED -tapiruje/SG -tapiruja/S -tapis/S -tapizad/i -tapiza/i -tapizan/i -tapizarlo/GS -tapizarla/S -tapizar/REiD -tapizó/i -tapizo/iG -tapiz/SGL -tapiza/S -tapo/h -tapó/h -taponad/h -tapona/h -taponamiento/S -taponándolo/GS -taponándola/S -taponan/h -taponar/hRED -taponarle/S -taponé/h -tapone/hSG -taponen/h -taponero/GS -taponera/S -tapón/GSHL -tapóna/S -tapono/h -taponó/h -tapsia/S -tapujad/i -tapuja/i -tapujan/i -tapujar/iRDE -tapuje/GiS -tapujé/i -tapujen/i -tapujo/i -tapujó/i -tapujos -taqué/ahp -taque/hSap -taquera/S -taqués -taquicardia/S -taquigrafiar/RDI -taquigrafíe/SG -taquigrafía/S -taquilla/CS -taquillero/GS -taquillera/S -tara/aehfp -taraba/N -tarabita/S -taracé/a -taracea/a -taracead/a -taracean/a -taracear/aRDE -tarace/aS -taraceé/a -taracee/aSG -taraceen/a -taracen/a -taraceo/a -taraceó/a -tarad/h -tarafada/S -tarafana/S -tarafe/S -taragallo/S -taraje/S -tarambana/S -tarangallo/S -taran/hepf -taranta/aS -tarantela/S -tarantulado/GS -tarantulada/S -tarántula/S -tararear/REÄÂD -tararee/GS -tararea/S -tararira/S -tararí/S -tarar/RhED -tarascad/i -tarasca/iS -tarascan/i -tarascar/RiED -tarasco/GS -tarasca/S -tarascó/i -tarase/G -tarasque/i -tarasqué/i -tarayal/S -taray/S -taraza/a -tarazad/a -tarazan/a -tarazana/aS -tarazanal/S -tarazar/RaDE -tarazó/a -tarazo/aG -tarbea/S -tardad/p -tardanaos -tardan/p -tardanza/S -tarda/p -tardar/ERpD -tardarme -tardarnos -tardaros -tardarte -tardear/ERD -tardeced/a -tardecen/a -tardecer/RLaID -tardece/Sa -tardecí/a -tardecía/a -tardecica/S -tardeció/a -tardecita/S -tardee/GS -tardea/S -tarden/p -tardé/p -tarde/rSp -tardezca/a -tardezco/a -tardíamente -tardinero/GS -tardinera/S -tardío/GS -tardía/S -tardísimo/S -tardó/p -tardo/SGp -tarda/S -tare/aGSehpf -taré/apfhe -tarea/Sa -tareco/S -tareero/S -taréis/f -taren/hepf -tarifar/ERD -tarife/GS -tarifa/S -tarima/iS -tarjar/ERD -tarje/SG -tarja/S -tarjeta/S -tarjetear/RED -tarjetee/GS -tarjetea/S -tarjetero/GS -tarjetera/S -taro/h -taró/h -tarquia/S -tarquinada/iaS -tarquina/iSa -tarquines/ia -tarquín/SG -tarquína/S -tarraconense/S -tarragona/S -tarrascar/DRE -tarrasco/G -tarrasense/S -tarreña/S -tarro/S -tarso/S -tartaja/S -tartajear/RED -tartajee/GS -tartajea/S -tartajoso/GS -tartajosa/S -tartalear/RDE -tartalee/GS -tartalea/S -tartamudear/RDE -tartamudee/GS -tartamudea/S -tartamudeo/S -tartamudo/MGS -tartana/S -tartanero/S -tartarice/S -tartárico/GS -tartárica/S -tartarizar/RED -tartarizo/G -tártaro/GS -tártara/S -tarta/S -tartera/S -tartesio/GS -tartesia/S -tartrato/S -tártrico/GS -tártrica/S -taruga/ai -tarugo/Gai -tarugos -tarumba/S -tarusa/S -tasación/S -tasadamente -tasador/GS -tasadora/S -tasad/p -tasa/gSp -tasajo/a -tasajos -tasándolo/GS -tasándola/S -tasan/p -tasarlo/GS -tasarla/S -tasar/RpED -tasca/a -tascad/a -tascan/a -tascar/aRED -tascó/a -tasco/Ga -tasconio/S -tase/aefSp -tasen/epf -tasé/p -tasio/GS -tasia/S -taso/Gp -tasó/p -tasque/a -tasqué/a -tasquear/RDE -tasquee/GS -tasquea/S -tasquera/S -tasquil/S -tas/Sepa -tastana/S -tastar -tastaz/S -tasto/S -tasugo/S -tatarabuelo/GS -tatarabuela/S -tataranieto/GS -tataranieta/S -tatarear/RED -tataree/GS -tatarea/S -tate/G -tato/S -tatuar/RÁÀIDC -tatúe/SG -tatúa/S -taumaturgia/S -taumaturgo/GS -taumaturga/S -taurino/GS -taurina/S -taurios -tauromaquia/S -tauro/S -tau/S -tauteo/S -taxativamente -taxativo/GS -taxativa/S -taxidermia/S -taxidermista/S -taxímetro/S -taxi/S -taxista/S -taxonomía/S -taxonómico/GS -taxonómica/S -taxón/S -Tayikistán -tazad/ph -taza/hp -tazan/ph -tazar/RphDE -tazo/Gph -tazón/S -tazó/ph -tea/aS -teatralice/S -teatralizar/RDE -teatralizo/G -teatralmente -teatral/SK -teatro/S -tebaico/GS -tebaica/S -tebano/GS -tebana/S -tebeo/SG -tebea/S -teca/iS -teces/a -techad/h -techador/S -techa/h -techan/h -techar/hRED -teché/h -techen/h -teche/SGh -techa/S -techó/h -techo/S -techumbre/S -teclado/S -teclear/RED -teclee/GS -teclea/S -tecle/SG -tecla/S -técnicamente -tecnicismo/S -técnico/GS -técnica/S -tecnificar/REDA -tecnifico/G -tecnología/S -tecnológicamente -tecnológico/GS -tecnológica/S -teda/S -tedero/S -tedeum -tediar/a -tedio/a -tedios -tedioso/GS -tediosa/S -te/eGSpa -té/epf -tegeo/SG -tegea/S -tegeos/o -tegual/S -teguillo/S -tegumentario/GS -tegumentaria/S -tegumento/S -tehuelche/S -teinada/S -tejad/hpi -tejado/N -tejáis/o -tejamos/o -tejan/hjopi -tejano/GS -tejana/S -teja/poShji -tejar/pRihDE -tejavana/S -tejedera/S -tejed/hjp -tejedor/GSj -tejedora/S -tejeduría/S -tejemaneje/S -tejen/hjpi -teje/phGSji -tejé/pih -tejerán/hp -tejerá/ph -tejerás/hp -tejeréis/h -tejeré/ph -tejerían/h -tejer/jRBEPD -tejerle/GS -tejerla/S -tejerlo/S -tejerme -tejernos -tejero/GS -tejera/S -tejerse/ph -tejerte -tejía/hSpj -tejíais/ph -tejíamos/h -tejían/hp -tejida/hp -tejido/hpGS -tejiendo/h -tejiéndolo/GS -tejiéndola/S -tejieran/h -tejiera/ph -tejieren/h -tejiere/phSG -tejieron/h -tejiesen/h -tejiese/phS -tejillo/S -tejimos/ph -tejió/pjh -tejí/pjh -tejiste/ph -tejoleta/S -tejonera/S -tejón/S -tejó/pih -tejo/pLjh -tejos -tejuelo/GS -tejuela/S -telamón/S -tela/N -telaraña/S -telar/jSi -telecabina/S -telecomunicación/S -telediario/S -teleférico/S -telefonazo/S -telefonear/RDÀÂE -telefonee/GS -telefonea/S -telefonema/S -telefonía/S -telefónicamente -telefónico/GS -telefónica/S -telefonista/S -teléfono/S -telegrafiar/RDI -telegráficamente -telegráfico/GS -telegráfica/S -telegrafíe/GS -telegrafía/S -telegrafista/S -telégrafo/S -telegrama/S -tele/jGSi -telele/S -telémetro/S -telendo/GS -telenda/S -telenovela/S -teleobjetivo/S -teleósteo/S -telepatía/S -telepático/GS -telepática/S -telero/GS -telera/S -telescópico/SG -telescópica/S -telescopio/S -telesilla/S -teles/p -teleta/S -teletipo/S -televisar/RDEQ -televise/SG -televisa/S -televisivo/SG -televisiva/S -televisor/S -telina/S -tell -tellina/S -telliz/GS -telliza/S -tells -telonio/S -telón/S -telurio/S -temario/S -temático/GS -temática/S -tembladal/S -tembladero/GS -tembladera/S -temblador/GS -tembladora/S -temblad/p -temblante/S -temblar/pRID -temblé/p -temblequear/RDE -temblequee/GS -temblequea/S -tembleque/S -tembletear/RDE -tembletee/GS -tembletea/S -tembliquear/ERD -tembliquee/GS -tembliquea/S -temblón/SG -temblóna/S -tembló/p -tembloroso/GS -temblorosa/S -temblor/S -tembloso/GS -temblosa/S -temedero/GS -temedera/S -teme/GS -tema/S -temerariamente -temerario/GS -temeraria/S -temerosamente -temeroso/GS -temerosa/S -temer/REÁÀDÅÄLK -temible/S -temorizar/a -temor/S -temoso/GS -temosa/S -tempana/N -tempanar/RDE -tempane/GS -tempana/S -tempano/N -témpano/S -tempera/af -temperad/af -temperada/k -temperadamente -temperado/kGS -temperamental/S -temperamento/S -temperan/af -temperante/kFS -temperantes/a -temperar/fRaDE -temperatura/S -temperé/af -tempere/aGSf -temperen/af -temperie/kS -tempero/af -temperó/af -temperos -tempestad/S -tempestar -tempestear/RDE -tempestee/GS -tempestea/S -tempestiva/k -tempestivamente/k -tempestividad/S -tempestivo/SGk -tempestiva/S -tempestuosamente -tempestuoso/SG -tempestuosa/S -templaba/fhS -templabais/fh -templaban/fh -templadamente -templadero/GS -templadera/S -templad/fGh -templado/fhS -templador/fGS -templa/fh -templáis/hf -templamos/fh -templando/fh -templan/fh -templanza/Sh -templara/fh -templará/hf -templarais/fh -templaran/fh -templarán/hf -templarás/hf -templar/BIRPEDÀ -templare/fhGS -templaré/hf -templareis/fh -templaréis/hf -templaren/fh -templaría/hfS -templarían/hf -templario/GS -templaria/S -templarla/f -templarlo/fGS -templaron/fh -templarse/fh -templase/fh -templaseis/fh -templasen/fh -templas/fSh -templaste/fh -temple/GfSh -templé/hf -templéis/hf -templemos/fh -templen/fh -templete/S -templista/S -templo/bfh -templó/hf -templos/b -temporada/S -temporalice/S -temporalizar/RDE -temporalizo/G -temporal/KkS -temporalmente -temporario/GS -temporaria/S -temporejar/RDE -temporeje/GS -temporeja/S -temporero/SG -temporera/S -temporicé/f -temporice/fS -temporicen/f -temporizad/f -temporizador/Sf -temporiza/f -temporizan/f -temporizar/RfDE -temporizó/f -temporizo/fG -tempo/S -tempranamente -temprana/N -tempranear/RDE -tempranee/GS -tempranea/S -tempranero/SG -tempranera/S -tempranito -temprano/GS -temprana/S -temulento/GS -temulenta/S -tenacea/a -tenacead/a -tenacean/a -tenacear/RaDE -tenace/aS -tenaceé/a -tenacee/aGS -tenaceen/a -tenaceo/a -tenaceó/a -tenacero/GS -tenacera/S -tenacillas -tenada/S -tena/iS -tenante/S -tenaza/H -tenazas/a -tenaz/KGS -tenazuelas -tenca/S -tendáis/sfna -tendajo/S -tendalero/SG -tendalera/S -tendal/S -tendamos/fns -tendederas/i -tendedero/S -tendedora/aSi -tendedor/ifSa -tended/sfian -tendedura/S -tendéis/sfna -tendejón/S -tendel/S -tendemos/fns -tendencia/n -tendencioso/GS -tendenciosa/S -tendente/kFS -tendeos -tenderán/snf -tenderá/sfan -tenderás/snf -tenderéis/fsn -tenderé/sfan -tenderete/S -tender/iÁÀÃùRLDIÅÄ -tendería/fSsn -tenderían/fsn -tenderla/n -tenderle/aS -tenderlo/nSG -tenderme/na -tendernos/an -tendero/G -tenderos/na -ténder/S -tenderse/fns -tenderte/na -tendíais/snf -tendíamos/nfs -tendían/sfna -tendía/sSnfai -tendida/snaf -tendido/sSGanf -tendiéndola/a -tendiéndole/aSG -tendiéndolo/aS -tendiéndome/a -tendiéndomelo/SG -tendiéndomela/S -tendiéndonos/a -tendiéndonoslo/GS -tendiéndonosla/S -tendiéndoos/a -tendiéndooslo/SG -tendiéndoosla/S -tendiéndoselo/GS -tendiéndosela/S -tendiendo/snf -tendiéndote/a -tendiéndotelo/GS -tendiéndotela/S -tendiente/nFS -tendientes/f -tendieran/snf -tendiera/sfn -tendieren/snf -tendiere/sGSnf -tendieron/snf -tendiesen/snf -tendiese/sSnf -tendí/isnaf -tendimos/sfn -tendinoso/SG -tendinosa/S -tendió/naifs -tendiste/sfn -tendón/S -tenebrario/S -tenebrismo/S -tenebrosamente -tenebroso/KGS -tenedero/S -tened/fjagp -tenedlo/GS -tenedla/S -tenedme -tenednos -tenedorcillo/S -tenedor/gGSjfp -tenencia/pSs -teneos/fga -ten/epa -tenerla/jfpg -tenerle/GjgS -tenerlo/fSGjgp -tener/XafgjÁpD -tenes/p -tenga/fjaiSgp -téngala/g -téngalo/gSG -tengámonos/j -ténganlo/GS -ténganla/S -ténganse/j -téngase/jg -tengo/fjagp -tenía/gpajf -tenia/S -teniéndole/SG -teniéndola/S -teniéndolo/S -teniéndome/j -teniéndonos -teniéndoos/j -teniéndote/j -tenientazgo/S -teniente/SGF -tenienta/S -tenientes/s -tenis -tenista/S -tenlo/SG -tenla/S -tenme -tennos -tenobia/S -tenorio/S -tenor/S -tensaba/hS -tensabais/h -tensaban/h -tensad/hGk -tensado/hS -tensáis/h -tensamos/h -tensando/h -tensándolo/GS -tensándola/S -tensan/kh -tensara/h -tensará/h -tensarais/h -tensaran/h -tensarán/h -tensarás/h -tensaré/h -tensare/hSG -tensareis/h -tensaréis/h -tensaren/h -tensaría/hS -tensarían/h -tensar/kRQDE -tensarlo/GS -tensarla/S -tensaron/h -tensarse/h -tensase/h -tensaseis/h -tensasen/h -tensas/hS -tensa/sShnk -tensaste/h -tense/hkSG -tenséis/h -tensé/kh -tensemos/h -tensen/kh -tensino/GS -tensina/S -tensión/nS -tenso/hnGk -tensó/kh -tensón/S -tensorial/S -tensor/nGS -tensos/kn -tentación/S -tentacular/S -tentáculo/S -tentadero/S -tentad/fkgpa -tentadme -tentadnos -tentadores/g -tentador/SG -tentadora/S -tentadura/S -tentalear/RED -tentalee/SG -tentalea/S -tentándole/GS -tentándola/S -tentándolo/S -tentándome/f -tentándonos/f -tentándoos/f -tentándote/f -tentar/kRafpgD -tentarla/fkg -tentarle/GS -tentarla/S -tentarlo/fSkgG -tentarme/f -tentarnos/f -tentaros/f -tentarte/f -tentaruja/S -tentativamente -tentativo/SG -tentativa/S -tente/fagki -tenté/kpgaf -tentemozo/S -tentempié/S -tentetieso/S -tentó/kpgaf -tenue/KS -tenutario/SG -tenutaria/S -tenuta/S -teñía/hSp -teñíais/hp -teñíamos/h -teñían/hp -teñido/pSh -teñid/pGh -teñimos/hp -teñí/ph -teñir/ÀÂÁXÃÈÊD -teñirá/hp -teñirán/ph -teñirás/ph -teñiré/hp -teñiréis/h -teñirían/h -teñiría/pSh -teñirse/hp -teñís/hp -teñiste/hp -teocali/S -teocracia/S -teodicea/S -teodolito/S -teodosiano/GS -teodosiana/S -teogonía/S -teologal/S -teología/S -teologice/S -teológico/GS -teológica/S -teologizar/RDE -teologizo/G -teólogo/SG -teóloga/S -teorema/S -teoría/S -teóricamente -teorice/S -teórico/SG -teórica/S -teorizador/GS -teorizadora/S -teorizante/S -teorizar/RDE -teorizo/G -teoso/SG -teosa/S -tepe/S -tequila/S -ter -terapeuta/S -terapéutico/GS -terapéutica/S -terapia/S -terbio/S -terca/i -tercamente -tercelete/S -tercena/S -tercenco/GS -tercenca/S -tercenista/S -tercera/N -tercerear/RDE -terceree/SG -tercerea/S -tercerista/S -tercer/LGS -tercermundista/S -tercerola/S -tercero/rS -terceto/S -terciador/GS -terciadora/S -tercianario/GS -tercianaria/S -terciana/S -tercianela/S -terciario/GS -terciaria/S -terciar/RED -tercie/GS -tercia/S -terciopelada/a -terciopelado/GaS -terciopelero/GS -terciopelera/S -terciopelo/S -terciopersonal/S -tercio/S -terco/kiG -tercos -terebinto/S -terebrante/S -terenciano/SG -terenciana/S -teresa/S -teresiano/GS -teresiana/S -terete/S -tergiversable/S -tergiversador/GS -tergiversadora/S -tergiversar/REÄADÀ -tergiverse/GS -tergiversa/S -teridofito/SG -teridofita/S -terliz/S -termal/S -termas -termes -termia/S -térmico/GS -térmica/S -terminable/Sgk -terminacho/S -terminad/g -terminador/GS -terminadora/S -termina/g -terminajo/S -terminal/S -terminan/g -terminante/gS -terminantemente -terminaos -terminar/gøREÁÀDA -terminarle/S -terminármelo/SG -terminármela/S -terminárnoslo/GS -terminárnosla/S -terminároslo/SG -terminárosla/S -terminárselo/SG -terminársela/S -terminártelo/GS -terminártela/S -termínate -terminativa/g -terminativo/GSg -terminativa/S -terminé/g -termine/GSg -termina/S -terminen/g -terminista/Sg -termino/g -terminó/g -terminología/S -término/S -terminote/S -termita/Sn -termitero/S -termocauterio/S -termodinámico/GS -termodinámica/S -termoelectricidad/S -termoeléctrico/SG -termoeléctrica/S -termométrico/GS -termométrica/S -termómetro/S -termonuclear/S -termopar/S -termo/S -termoscopio/S -termosifón/S -termostato/S -terna/N -ternario/GS -ternaria/S -ternasco/S -terne/GSk -terna/S -ternejal/S -ternero/GS -ternera/S -ternilla/hS -ternilloso/GS -ternillosa/S -terno/MS -ternura/S -terpeno/S -terpina/S -terquear/RDE -terquedad/S -terquee/GS -terquea/S -terqueza/S -terracota/S -terrada/iah -terrado/iGSha -terraguero/S -terraja/a -terraje/GSa -terraja/S -terrajero/S -terral/S -terraplenar/RED -terraplene/G -terraplén/S -terráqueo/SG -terráquea/S -terrateniente/S -terrazgo/S -terrazguero/S -terrazo/GS -terraza/S -terrear/RDE -terrecer/RDIL -terrece/S -terree/GS -terrea/S -terregoso/GS -terregosa/S -terremoto/S -terrenal/S -terreno/GSK -terrena/S -térreo/SG -térrea/S -terrera/aS -terrero/GS -terrera/S -terrestre/S -terrezuela/S -terrible/JMS -terriblemente -terriblez/S -terrícola/S -terrífico/GS -terrífica/S -terrino/GS -terrina/S -territorial/KS -territorialmente -territorio/S -terriza/a -terrizo/Ga -terrizos -terrollo/S -terrones/ah -terrón/HS -terrorífico/GS -terrorífica/S -terrorismo/S -terrorista/S -terror/OS -terroso/GKS -terruño/S -tersar/ERD -terse/GS -tersa/S -terso/SK -tersura/S -tertulia/f -tertuliano/SG -tertuliana/S -tertuliante/S -tertulio/GSf -tertulia/S -terzuelo/GS -terzuela/S -tesad/iap -tesaliano/GS -tesaliana/S -tesaliense/S -tesalio/GS -tesalia/S -tesalonicense/S -tesalónico/GS -tesalónica/S -tésalo/SG -tésala/S -tesan/iap -tesa/pai -tesar/iaREpD -tesaurice/S -tesaurizar/RED -tesaurizo/G -tesauro/S -tesbita/S -teselado/GS -teselada/S -tesela/S -tesen/iap -tesé/pia -tese/piGa -tés/G -tesina/S -tesis -tes/iSap -tesitura/S -tesla/S -tesonero/GS -tesonera/S -tesón/S -teso/pai -tesó/pia -tesorero/GS -tesorera/S -tesorizar -tesoro/LS -tesos -test -testad/oigafk -testador/SGf -testadora/S -testadura/S -testaferro/S -testa/ikfoag -testamentario/SG -testamentaria/S -testamento/S -testan/oigafk -testarada/S -testara/H -testar/RiDaEgofk -testarudo/MGS -teste/ikGoSfag -testé/kigaof -testen/oigafk -testerada/S -testero/GS -testera/S -testicular/S -testículo/S -testifical/S -testificar/RED -testificativo/GS -testificativa/S -testifico/G -testigo/S -testiguar/a -testimonial/S -testimoniar/RÀÂDE -testimonie/GS -testimonia/S -testimonio/S -testo/ikfoag -testó/kigaof -testosterona/S -testudo/S -testuzo/S -testuz/S -tesura/S -teta/aN -tetad/ha -tetan/ha -tetania/S -tetánico/GS -tetánica/S -tétanos -tetar/aREhD -tete/GSah -teta/S -teté/ha -teten/ha -tetera/S -teticiega/S -teto/ah -tetó/ha -tetón/GS -tetóna/S -tetrabranquial/S -tetracordio/S -tetradracma/S -tetraedro/S -tetragonal/S -tetrágono/S -tetragrama/S -tetrarca/S -tétrico/GS -tétrica/S -tetuda/S -teucali/S -teucrio/S -teucro/GS -teucra/S -texano/GS -texana/S -texcocano/GS -texcocana/S -textil/S -texto/fnS -textorio/GS -textoria/S -textual/fS -textualista/S -textualmente -texturado/GS -texturada/S -textura/fS -texturice/S -texturizar/ERD -texturizo/G -teyo/GS -teya/S -tezcucano/GS -tezcucana/S -tez/S -ti -tía -tiaca/S -tialina/S -tialismo/S -tiara/S -tiberina/u -tiberino/uGS -tiberio/S -tibetano/GS -tibetana/S -tibiad/i -tibia/i -tibiamente -tibian/i -tibiar/RiDE -tibié/i -tibie/iSG -tibien/i -tibieza/S -tibio/i -tibió/i -tibios -tiburón/S -tiburtino/GS -tiburtina/S -ticinense/S -tic/S -tictac -tiembla/p -tiemble/p -tiemblo/p -tiemblos -tiempo/hSj -tiendan/fas -tienda/sifa -tienden/fas -tiende/sfSGia -tiéndete -tiendo/sifa -tiene/afpgj -tientaguja/S -tiéntame -tiéntanos -tientan/p -tienta/p -tientaparedes -tiente/GSp -tienta/S -tienten/p -tiento/S -tierno/GS -tierna/S -tierra/hiSa -tiesa/ai -tieso/aGi -tiesos -tiesta/a -tiesto/GSa -tiesta/S -tiesura/S -tifáceo/SG -tifácea/S -tífico/GS -tífica/S -tifo/GS -tifa/S -tifoideo/GS -tifoidea/S -tifus -tigre/S -tigresa/S -tija/S -tijerada/S -tijera/SN -tijeretada/S -tijereta/HS -tijeretear/RÂDE -tijeretee/GS -tijeretea/S -tijeruela/S -tila/h -tilda/a -tildad/a -tildan/a -tildándole/GS -tildándola/S -tildándolo/S -tildándome -tildándonos -tildándoos -tildándote -tildarle/GS -tildarla/S -tildarlo/S -tildarme -tildarnos -tildaros -tildar/RaDE -tildarte -tildé/a -tilde/aSG -tilden/a -tildo/a -tildó/a -tilia/S -tillar/RDE -tille/GS -tilla/S -tilo/hG -tilos -timad/k -timador/GS -timadora/S -tima/k -timan/k -timar/kRDE -timarlo/GS -timarla/S -timbalero/GS -timbalera/S -timbal/S -timba/S -timbirimba/S -timbra/H -timbrar/RED -timbre/GS -timbra/S -timbreo/GS -timbrea/S -timé/k -time/kSG -timen/k -timiama/S -tímidamente -timidez/S -tímido/SG -tímida/S -timocracia/S -timo/k -timó/k -timol/S -timonear/ERD -timonee/SG -timonea/S -timonel/S -timonero/GS -timonera/S -timón/S -Timor -timorato/GS -timorata/S -timos -timpanice/S -timpánico/GS -timpánica/S -timpanillo/S -timpanitis -timpanizar/RDE -timpanizo/G -tímpano/S -timpa/S -tinaco/S -tinada/pahi -tinado/phGSai -tinaja/S -tinajero/GS -tinajera/S -tina/pnaShi -tindalice/S -tindalizar/RED -tindalizo/G -tinelar/S -tinelero/GS -tinelera/S -tinelo/S -tinerfeño/GS -tinerfeña/S -tinge/S -tinglado/NS -tinglados/p -tingle/pS -tiniebla/S -tinillo/S -tinola/S -tino/paGih -tinos/h -tintad/i -tinta/N -tintan/i -tintar/iRED -tinté/i -tinten/i -tinte/pGSi -tintero/NSH -tintinar/ERD -tintinear/ERD -tintinee/GS -tintinea/S -tintine/SG -tintina/S -tintines/p -tintó/i -tinto/NS -tintóreo/GS -tintórea/S -tintorero/LGS -tintos/p -tinturar/RDE -tinture/GS -tintura/S -tiñáis/ph -tiñamos/hp -tiñan/hp -tiña/ph -tiñendo/ph -tiñen/hp -tiñe/pGhS -tiñera/hp -tiñerais/h -tiñeran/hp -tiñere/hGp -tiñereis/h -tiñeren/hp -tiñeron/hp -tiñese/hp -tiñeseis/h -tiñesen/hp -tiñes/hSp -tiño/ph -tiñó/ph -tío/GS -tía/S -tioneo/S -tiovivo/S -tipa/a -tipejo/GS -tipeja/S -tipiadora/S -típica/a -típico/SGa -típica/S -tipificar/RÀDE -tipifico/G -tipismo/S -tiple/aS -tiplisonante/S -tipo/aG -tipografía/S -tipográfico/GS -tipográfica/S -tipógrafo/GS -tipógrafa/S -tipos/s -tique/S -tiquis -tiquismiquis -tirabeque/S -tirabotas -tirabraguero/S -tirabrasas -tirabuzón/S -tiracantos -tirachinas -tirachinos -tiracuello/S -tiracuero/S -tiradero/GS -tiradera/S -tirador/GS -tiradora/S -tirad/p -tirafondo/S -tiragomas -tirajo/S -tiralíneas -tiramira/S -tiramollar/RED -tiramolle/GS -tiramolla/S -tiranía/S -tiranice/S -tiranicida/S -tiranicidio/S -tiránico/GS -tiránica/S -tiranizada/h -tiranizado/hGS -tiranizar/RAED -tiranizo/G -tirano/GS -tirana/S -tiran/p -tirante/MS -tirantes/a -tira/p -tirar/ÃpRPÎÌÁÂÀøÅÄEÙôD -tiratacos -tiratiros -tiratrillo/S -tirela/S -tíreme -tírenme -tírennos -tírenos -tiren/p -tiré/p -tire/pGS -tireta/S -tirilla/S -tirintio/GS -tirintia/S -tirio/SG -tiria/S -tiritar/RDE -tirite/GS -tirita/S -tiritera/S -tirocinio/S -tiroideo/GS -tiroidea/S -tiroides -tironear/RÅÄÆDE -tironee/SG -tironea/S -tirón/GS -tiróna/S -tiró/p -tiro/pS -tiroriro/S -tirotear/ERÁÀD -tirotee/SG -tirotea/S -tiroteo/S -tirreno/GS -tirrena/S -tirria/S -tirso/S -tirulato/GS -tirulata/S -tirulo/S -tisana/S -tisanuro/GS -tisanura/S -tisera/S -tísico/SG -tísica/S -tisis -tisular/S -tisuria/S -titanio/S -titar/RDE -titear/RDE -titee/SG -titea/S -tite/GS -tita/S -titerero/GS -titerera/S -títere/S -titeretada/S -titerista/S -titiaro/S -titilador/GS -titiladora/S -titilar/RED -titile/GS -titila/S -titileo/S -titirimundi/S -titiritaina/S -titiritar/RED -titiritero/GS -titiritera/S -titirite/SG -titirita/S -tito/S -titubar/RDE -titubeante/S -titubear/RDE -titubee/SG -titubea/S -titube/GS -tituba/S -titubeo/S -titulación/S -titulada/h -titulado/hSG -titulad/sk -titulándole/S -titulan/sk -titulare/K -titularice/S -titularizar/RED -titularizo/G -titularlo/SG -titularla/S -titular/sRDkE -titula/sk -titulen/sk -titulé/sk -titule/skGS -titulillo/S -título/S -titulo/sk -tituló/sk -tiufado/S -tiza/aSi -tizana/S -tiznad/i -tiznadura/S -tizna/i -tiznajo/S -tiznan/i -tiznaos -tiznar/iRED -tiznarlo/GS -tiznarla/S -tíznate -tizne/GiS -tizné/i -tiznen/i -tiznero/GS -tiznera/S -tizno/i -tiznó/i -tizo/GS -tiza/S -tizona/aS -tizonada/aS -tizoncillo/S -tizonear/RDE -tizonee/GS -tizonea/S -tizonera/S -tizones/a -tizón/GSHN -tizóna/S -toa/a -toad/a -toalla/S -toallero/S -toan/a -toar/RaDE -Tobago -tobaja/S -toballa/S -toballeta/S -tobar/aS -toba/Sa -tobelleta/S -tobera/S -tobillero/GS -tobillera/S -tobillo/S -tobogán/S -toboso/GS -tobosa/S -tocaba/hpS -tocabais/h -tocaban/ph -tocable/kS -tocad/hGp -tocadiscos -tocado/hpS -tocador/GpS -tocáis/ph -tocamos/ph -tocando/ph -tocan/hp -tocante/S -toca/ph -tocara/hp -tocarais/h -tocarán/hp -tocaran/ph -tocará/ph -tocar/ÃPRÇEôDBÍÎÌøÁÂÀÙÛÚÅÄÆ -tocarás/hp -tocare/hpSG -tocareis/h -tocaréis/h -tocaren/ph -tocaré/ph -tocarían/h -tocaría/pSh -tocarla/p -tocarle/pGS -tocarlo/pS -tocarme/p -tocaron/ph -tocaros/p -tocarse/ph -tocarte/p -tocase/hp -tocaseis/h -tocasen/ph -tocas/pSh -tocaste/ph -tocata/S -tocateja/S -tocayo/GS -tocaya/S -tocen/p -tocé/p -toce/pGS -tocha/aS -tochimbo/S -tocho/KGS -tochuelo/S -tochura/S -tocinero/GS -tocinera/S -tocino/a -tocinos -tocio/GS -tocia/S -tocólogo/GS -tocóloga/S -tocón/GS -tocóna/S -tocó/ph -toco/phG -tocorno/S -todabuena/S -todavía -todo/GS -toda/S -todopoderoso/GS -todopoderosa/S -todos/r -toé/a -toe/aGS -toen/a -toesa/S -tofana/S -tofo/S -togado/GS -togada/S -toga/S -Togo -toisón/S -tojal/S -tojino/S -tojo/S -Tokelau -tolano/S -toldad/i -toldadura/S -tolda/i -toldan/i -toldar/RiDE -tolde/GiS -toldé/i -tolden/i -toldero/GS -toldera/S -toldillo/GS -toldilla/S -toldo/i -toldó/i -toldos -tole/ai -toledano/GS -toledana/S -tolemaico/GS -tolemaica/S -tolena/S -tolerable/kS -tolerablemente -tolerante/kFS -tolerantismo/S -tolerar/RÁÀÂDE -tolere/GS -tolera/S -tolete/S -tolla/a -tollecer -toller -tollina/S -tollir -tollo/Ga -tollos -tolmera/S -tolmo/S -tolondra/aS -tolondro/GS -tolondra/S -tolosano/GS -tolosana/S -tolteca/S -tolupán/S -tolvanera/S -tolva/S -tomaban/p -tomaba/pS -tomadero/S -tomado/pS -tomador/GS -tomadora/S -tomad/pG -tomaína/S -tomáis/p -tomamos/p -tomando/p -toman/p -toma/p -tomaran/p -tomarán/p -tomara/p -tomará/p -tomar/ÃRÙBôDøÍÌEÁÀÅÄÆ -tomarás/p -tomaren/p -tomaré/p -tomare/pSG -tomaría/pS -tomarla/p -tomarlo/pSG -tomaron/p -tomarse/p -tomasen/p -tomase/p -tomas/pS -tomaste/p -tomatada/S -tomatal/S -tomate/NHS -tomatero/GS -tomatera/S -tomaza/S -tómbola/S -toméis/p -tomemos/p -tomen/p -tomento/S -tomentoso/GS -tomentosa/S -tomé/p -tome/pGS -tomillar/S -tomillo/S -tominejo/GS -tomineja/S -tomín/S -tomiza/iSa -tomografía/S -tomo/p -tomó/p -tomos -tonada/N -tonad/ig -tonadillero/GS -tonadillera/S -tona/gaSi -tonal/aKS -tonan/ig -tonante/Sg -tonar/gRiDE -tonario/S -tonca/S -tondino/S -tondiz/S -tondo/a -tondos -tone/gGiS -toné/gi -tonelada/iS -tonelero/GS -tonelera/S -toneles/i -tonelete/S -tonel/SLC -tonen/ig -Tonga -tongada/iS -tonga/iS -tongano/GS -tongana/S -tongo/eS -tónica/o -tonicidad/S -tónico/oGS -tonificador/GS -tonificadora/S -tonificante/S -tonificar/RDÀÂE -tonifico/G -tonillo/S -tonina/S -tonó/gi -tono/giq -tonos/q -ton/S -tonsilar/S -tonsila/S -tonsurar/RDE -tonsure/GS -tonsura/S -tonta/aS -tontada/aS -tontaina/S -tontamente -tontear/RDE -tontedad/S -tontee/GS -tontea/S -tontera/S -tontina/S -tonto/NGSL -tonta/S -tontorrón/SG -tontorróna/S -tontucio/GS -tontucia/S -tontuna/S -too/a -toó/a -topacio/S -topadizo/GS -topadiza/S -topador/SG -topadora/S -toparca/S -toparra/S -topar/REDÁ -tope/GS -topa/S -topera/S -topeta/H -topetar/RED -topete/GS -topeta/S -topetudo/GS -topetuda/S -tópico/SG -tópica/S -topinada/S -topinaria/S -topinera/S -topino/GS -topina/S -topiquero/GS -topiquera/S -topless -topografía/S -topográfico/GS -topográfica/S -toponimia/S -topónimo/S -topo/S -to/pS -top/S -toqueado/S -toque/hSpe -toquéis/ph -toquemos/h -toquen/hp -toqué/ph -toquero/GS -toquera/S -toquetear/REDÀ -toquetee/GS -toquetea/S -toquilla/S -torácico/GS -torácica/S -torada/Sa -toral/S -tórax -torbellino/S -torca/iS -torcal/S -torcaz/GS -torcaza/S -torcecuello/S -torcedero/GS -torcedera/S -torced/hpf -torcedor/SG -torcedora/S -torcedura/hS -torcerla/p -torcerle/SG -torcerla/S -torcerlo/SpG -torcerme/p -torcernos -torceros/p -torcer/RhfpLDI -torcerte/p -torce/SG -torca/S -torcho/S -torchuelo/S -torcía/fph -torcidamente -torciéndolo/GS -torciéndola/S -torciéndome -torciéndonos -torciéndoos -torciéndote -torcimiento/S -torció/fph -torcí/pfh -torco/S -torculado/GS -torculada/S -tórculo/S -torda/N -tordella/S -tordo/SGN -torda/S -torear/REÀD -toree/SG -torea/S -toreo/S -torero/GS -torera/S -toresano/GS -toresana/S -torete/S -torga/hS -torgo/SG -torga/S -toriles/i -torillo/S -toril/S -toriondo/MGS -torio/nS -tormellera/S -tormenta/a -tormentar/a -tormentario/GS -tormentaria/S -tormentila/S -tormento/aG -tormentos -tormentoso/SG -tormentosa/S -tormera/S -tormo/S -tornaboda/S -tornadero/S -tornad/ipf -tornadizo/GS -tornadiza/S -tornadura/S -tornagallos -torna/ifp -tornalecho/S -tornamiento/S -tornándolo/GS -tornándola/S -tornan/ipf -tornaos -tornapunta/S -tornarla/p -tornarlo/pSG -tornarme -tornarnos -tornaros -tornar/RipDfE -tornarte -tornasolar/RED -tornasol/GS -tornasola/S -tórnate -tornaviaje/S -tornavoz/S -tornead/f -torneador/GS -torneadora/S -torneadura/S -tornea/f -tornean/f -tornear/fRED -torneé/f -tornee/GSf -tornea/S -torneen/f -tornen/ipf -torneó/f -torneo/S -torné/pfi -tornero/GS -tornera/S -torne/SGipf -torna/S -tornija/S -tornillero/S -tornillo/iha -torniquete/S -tornó/pfi -tornos/ipf -torno/SLN -toro/a -torondo/S -toronja/S -toronjil/S -toronjina/S -toros -toroso/GS -torosa/S -torpecer/i -torpedear/RPEÀD -torpedee/GS -torpedea/S -torpedeo/S -torpedero/GS -torpedera/S -torpedo/S -torpe/KSM -torpemente -torques/i -torra/aS -torrar/RED -torrear/RED -torree/GS -torrea/S -torrefacto/SG -torrefacta/S -torrencial/S -torrentera/S -torrente/S -torrentoso/GS -torrentosa/S -torreón/S -torrero/GS -torrera/S -torre/SG -torra/S -torreznada/S -torreznero/SG -torreznera/S -torrezno/S -tórrido/GS -tórrida/S -torrija/S -torrontero/GS -torrontera/S -torrontés/S -torsión/fSp -torso/S -tortada/iS -torta/HSN -tortas/p -tortedad/S -tortero/GS -tortera/S -torteros/p -torteruelo/S -torticero/GS -torticera/S -tortícolis -tortita/S -tortolito/GS -tortolita/S -tórtolo/SG -tórtola/S -tortosino/GS -tortosina/S -tortozón/S -tortuga/S -tortuosamente -tortuoso/GSK -tortuosa/S -torturador/GS -torturadora/S -torturar/RDÅÄÆÁÀÂE -torture/GS -tortura/S -torunda/S -toruno/S -torviscal/S -torvisco/GS -torvisca/S -torvo/SG -torva/S -torzadillo/S -torzal/S -torzonado/GS -torzonada/S -torzón/S -torzuelo/S -tosa/h -tosan/h -toscamente -toscano/GS -toscana/S -tosco/GSK -tosca/S -tosed/h -tose/GhS -tosegoso/GS -tosegosa/S -tosen/h -toser/hRED -tosía/h -tosidura/S -tosigad/ia -tosiga/ia -tosigan/ia -tosigar/iRDaE -tosigó/ai -tosigo/iGa -tósigo/S -tosigoso/GS -tosigosa/S -tosigué/ai -tosigue/ia -tosí/h -tosió/h -toso/hL -tos/S -tostado/N -tostador/GS -tostadora/S -tostad/p -tostadura/S -tostándolo/GS -tostándola/S -tostarlo/GS -tostarla/S -tostar/RpDI -tosté/p -tostón/S -tostó/p -totalice/S -totalitario/GSO -totalitaria/S -totalitarismo/S -totalizar/REÄAD -totalizo/G -total/KS -totalmente -totanero/GS -totanera/S -tótem -totémico/SG -totémica/S -totemismo/S -totipotente/S -totonaco/GS -totonaca/S -tour -tours -tova/S -toxicad/ka -toxica/ka -toxican/ka -toxicar/kREaD -toxicidad/S -toxicó/ak -toxico/kGa -toxicómano/GS -toxicómana/S -tóxico/SG -tóxica/S -toxina/cS -toxiqué/ak -toxique/ka -tozad/p -tozalbo/GS -tozalba/S -tozan/p -toza/p -tozar/RpED -tozolada/S -tozó/p -tozo/pGS -tozudo/MGS -tozuelo/S -trabacuenta/S -trabadero/S -trabad/hi -trabadura/S -trabaja/a -trabajad/a -trabajador/GS -trabajadora/S -trabajan/a -trabajándolo/GS -trabajándola/S -trabajante/S -trabajar/aRED -trabajarlo/SG -trabajarla/S -trabajarme -trabajarnos -trabajaros -trabajarte -trabajé/a -trabaje/aGS -trabajen/a -trabajó/a -trabajo/fS -trabajosamente -trabajoso/GS -trabajosa/S -trabalenguas -trabal/S -trabamiento/S -traba/NC -trabanca/a -trabanco/Ga -trabancos -trabando/f -trabándole/S -traban/hi -trabar/hRiDE -trabarlo/GS -trabarla/S -trabazón/S -trabe/hSGi -trabé/ih -traben/hi -trabina/S -trabo/hi -trabó/ih -trabón/S -trabucador/SG -trabucadora/S -trabuca/H -trabucaire/S -trabucar/RDE -trabuco/GS -trabuca/S -trabuquete/S -traca/aS -tracamundana/S -tracción/pfgSa -trace/SG -traca/S -traciano/GS -traciana/S -tracio/GS -tracia/S -tractar/pg -tracto/pSf -tractorar/RED -tractorear/RDE -tractoree/GS -tractorea/S -tractor/gSG -tradicionalismo/S -tradicionalista/S -tradicionalmente -tradicional/OS -tradicionista/S -tradición/S -traducen/p -traduce/pS -traducíais/p -traducían/p -traducía/pS -traducible/kSJ -traducido/pS -traducid/pG -traducimos/p -traducirán/p -traducirá/p -traducirás/p -traduciré/p -traduciría/pS -traducirse/p -traducir/XÄIADáÁÀ -traducís/p -traductor/GS -traductora/S -traduje/p -tradujeran/p -tradujera/p -tradujeren/p -tradujere/pGS -tradujeron/p -tradujesen/p -tradujese/pS -tradujimos/p -tradujiste/p -tradujo/p -traduzcáis/p -traduzcan/p -traduzca/p -traduzco/pG -traedizo/GS -traediza/S -traed/pgfa -traéis/pagf -traemos/gfp -traen/pgfa -trae/pgSfa -traerá/agfp -traerán/pfg -traerás/pfg -traer/äXDAÅÈÆÃBÏIôØÍÌÎLÁÀÂùáâõÔÖÕ -traeré/agfp -traeréis/f -traería/gSpf -traerían/f -traerla/fp -traerlo/fSGp -traerme/a -traérmela/a -traérmelo/aGS -traernos/a -traérnosla/a -traérnoslo/aGS -traeros/a -traérosla/a -traéroslo/aGS -traerse/gfp -traérsela/a -traérselo/aGS -traerte/a -traértela/a -traértelo/aGS -trafaga/a -trafagad/a -trafagan/a -trafagar/aRED -trafagó/a -trafago/aG -tráfago/S -trafague/a -trafagué/a -trafalmeja/S -traficante/S -traficar/RDE -trafico/G -tráfico/S -trafulcar/RDE -trafulco/G -tragable/S -tragacanto/S -tragacete/S -tragaderas -tragadero/S -tragador/GS -tragadora/S -tragaldabas -tragaleguas -tragaluz/S -tragamallas -tragantada/aS -tragante/aS -tragar/RÃøÁÀEDôÅÄ -tragasantos -tragavino/S -tragavirotes -tragaz/S -tragedia/S -tragicomedia/S -tragicómico/GS -tragicómica/S -trágico/SG -trágica/S -tragonear/RDE -tragonee/SG -tragonea/S -tragón/GS -tragóna/S -tragontina/S -tragos/c -trago/SG -traga/S -traíais/fpg -traíamos/f -traían/pagf -traía/pSagf -traiciona/a -traicionad/a -traicionan/a -traicionándole/SG -traicionándola/S -traicionándolo/S -traicionándome -traicionándonos -traicionándoos -traicionándote -traicionar/aRDE -traicionarle/SG -traicionarla/S -traicionarlo/S -traicionarme -traicionarnos -traicionaros -traicionarte -traicioné/a -traicione/aGS -traicionen/a -traicionero/GS -traicionera/S -traición/G -traiciono/a -traicionó/a -traída/pagf -traído/pafGSg -traidoramente -traidor/GS -traidora/S -traiéndola/a -traiéndolo/aSG -traigáis/f -traigan/gfp -traiga/pfga -traigo/gGpfa -traílla/a -traillad/a -traíllan/a -traillar/RaDI -traillé/a -traílle/GaS -traíllen/a -traíllo/a -trailló/a -traína/S -trainera/S -traíña/S -traite/S -trajano/SG -trajana/S -trajear/RDE -trajee/GS -trajea/S -trajelar/RED -trajele/GS -trajela/S -traje/pgfa -trajera/gpf -trajeran/f -trajere/gpGSf -trajeren/f -trajeron/f -trajes -trajese/gpSf -trajesen/f -trajimos/f -trajinante/S -trajinar/RDE -trajinero/S -trajín/GS -trajína/S -trajiste/f -trajo/pgfa -tralla/SH -tramad/hi -tramador/GS -tramadora/S -trama/hi -tramando/f -traman/hi -tramar/RihDE -trame/hSGi -tramé/ih -tramen/hi -tramilla/S -tramitador/GS -tramitadora/S -tramitar/REDÁÀÂÃAÄ -tramite/GS -tramita/S -trámite/S -tramo/hi -tramó/ih -tramojo/S -tramontano/SG -tramontana/S -tramontar/ERD -tramonte/SG -tramonta/S -tramos/i -tramoya/S -tramoyista/S -trampa/NSH -trampas/ia -trampeador/SG -trampeadora/S -trampear/RED -trampee/GS -trampea/S -trampero/S -trampista/S -trampolín/S -tramposo/GS -tramposa/S -trancad/ap -tranca/H -trancan/ap -trancanil/S -trancar/ERpaD -trancas/ap -trance/GS -tranca/S -tranchea/S -tranchete/S -trancho/GS -trancha/S -trancó/ap -tranco/S -trangallo/S -tranquead/p -tranquean/p -tranque/ap -tranquea/p -tranquear/RpED -tranqueen/p -tranqueé/p -tranquee/pSG -tranqueo/p -tranqueó/p -tranqué/pa -tranquero/GS -tranquera/S -tranquila/k -tranquilamente -tranquilar/RED -tranquil/GSK -tranquila/S -tranquilicé/k -tranquilicémonos -tranquilicen/k -tranquilícense -tranquilícese -tranquilice/Sk -tranquilidad/kS -tranquilizad/k -tranquilizador/kGS -tranquiliza/k -tranquilizándole/SG -tranquilizándola/S -tranquilizándolo/S -tranquilizándome -tranquilizándonos -tranquilizándoos -tranquilizándote -tranquilizan/k -tranquilizante/S -tranquilizaos -tranquilizar/kRÁÀDE -tranquilizarle/S -tranquilízate -tranquilizo/Gk -tranquilizó/k -tranquilo/SkG -transaccional/S -transacción/S -transbordador/SG -transbordadora/S -transcendencia/S -transcendentalismo/S -transcendental/SO -transcender/RLID -transcontinental/S -transcribir/RÀ -transcripción/S -transducción/S -transductor/S -transeúnte/S -transferencia/S -transferible/Sk -transferidor/GS -transferidora/S -transferir/XÊÈÂÀÁD -transfigurable/S -transfigurar/AÄÀ -transfijo/GS -transfija/S -transformable/S -transformacional/S -transformar/ÂPÅÆÄ -transformismo/S -transformista/S -transfretano/GS -transfretana/S -transfundir/ -transfusible/S -transfusión/S -transfusor/G -transgrede/S -transgredir/REQÀD -transgresor/SG -transgresora/S -transiberiano/SG -transiberiana/S -transigente/FkS -transige/S -transigir/RED -transijo/G -transir/DA -transistor/S -transitable/Sk -transitar/RDE -transite/SG -transita/S -transitiva/S -transitivo/kS -transitoriamente -transitorio/GKS -tránsito/S -translaticio/GS -translaticia/S -translativo/GS -translativa/S -translimitar/RDE -translimite/GS -translimita/S -transliterar/RDE -translitere/SG -translitera/S -translucida/M -transmigrar/A -transmigratorio/GS -transmigratoria/S -transmisible/kS -transmisión/pS -transmisor/GS -transmisora/S -transmitáis/p -transmitamos/p -transmitan/p -transmita/p -transmiten/p -transmite/pGS -transmitíais/p -transmitían/p -transmitía/pS -transmitido/pS -transmitid/pG -transmitiera/p -transmitiere/pSG -transmitiese/pS -transmitimos/p -transmitió/p -transmití/p -transmitirán/p -transmitirá/p -transmitirás/p -transmitir/ÃÙÂÁÆÅ -transmitiré/p -transmitiría/pS -transmitirla/p -transmitirlo/pGS -transmitirse/p -transmitís/p -transmitiste/p -transmito/p -transmontano/GS -transmontana/S -transmontar -transmudar/P -transmundano/GS -transmundana/S -transmutable/kS -transmutar/À -transmutativo/SG -transmutativa/S -transmutatorio/GS -transmutatoria/S -transpadano/GS -transpadana/S -transparentar/RED -transparente/FGS -transparentes/q -transpirable/S -transpirar/A -transpirenaico/GS -transpirenaica/S -transpolar/S -transpón -transponer/A -transportable/S -transportador/SG -transportadora/S -transportar/ÅÄPAÁÂÀ -transportista/S -transpositivo/GS -transpositiva/S -transubstancial/S -transubstanciar/RED -transubstancie/SG -transubstancia/S -transustanciación/S -transustancial/S -transvasar/RDE -transvase/S -transversalmente -tranviario/GS -tranviaria/S -tranvía/S -tranviero/S -tranzadera/S -tranzar/ERD -tranzo/G -trapacear/RDE -trapacee/GS -trapacea/S -trapacé/i -trapace/iS -trapacen/i -trapacero/GSL -trapacera/S -trapacete/S -trapacista/S -trapa/ia -trapajoso/GS -trapajosa/S -trapalear/RDE -trapalee/GS -trapalea/S -trapatiesta/S -trapazad/i -trapaza/i -trapazan/i -trapazar/iRDE -trapazó/i -trapazo/iG -trapeaba/f -trapeado/f -trapea/f -trapeando/f -trapeara/f -trapeará/f -trapeare/f -trapear/f -trapearía/f -trapease/f -trapecial/S -trapecio/S -trapecista/S -trapee/f -trapense/S -trapeó/f -trapero/SG -trapera/S -trape/SGia -trapa/S -trapezoidal/S -trapezoide/S -trapichear/RDE -trapichee/GS -trapichea/S -trapichero/SG -trapichera/S -trapiche/S -trapiento/GS -trapienta/S -trapisonda/S -trapisondear/RED -trapisondee/GS -trapisondea/S -trapisondista/S -trapitos -trapo/NS -traqueal/S -traquear/RED -traque/aS -tráquea/S -traquee/GS -traquea/S -traquetear/RDE -traquetee/GS -traquetea/S -traquido/S -traquita/S -trasaltar/S -trasandosco/GS -trasandosca/S -trasanteayer -trascabo/S -trascantonada/S -trascartar/RED -trascarte/GS -trascarta/S -trascendental/S -trascendente/FkS -trascender/ÀRILD -trascoda/S -trascolar/RDI -trasconejar/RDE -trasconeje/SG -trasconeja/S -trascordar/RID -trascoro/S -trascorral/S -trascorvo/GS -trascorva/S -trascribir/R -trasdoblar/RED -trasdoble/GS -trasdobla/S -trasdosar/RDE -trasdosear/RED -trasdosee/GS -trasdosea/S -trasdose/GS -trasdosa/S -trasechar/RDE -traseche/GS -trasecha/S -trasegar/IRD -traseñalar/RED -traseñale/GS -traseñala/S -trasero/GS -trasera/S -trasferencia/S -trasferir/XDÀ -trasfollado/GS -trasfollada/S -trasfollo/S -trasfondo/S -trasformar/Ä -trasfretano/GS -trasfretana/S -trasfuego/S -trasfusor/G -trasgo/GS -trasga/S -trasgrede/S -trasgredir/RED -trasgresor/GS -trasgresora/S -trasguear -trasguero/GS -trasguera/S -trashoguero/GS -trashoguera/S -trashojar/RED -trashoje/SG -trashoja/S -trashumante/SF -trashumar/ERD -trashume/SG -trashuma/S -tras/if -trasijado/GS -trasijada/S -traslación/S -trasladable/S -trasladador/SG -trasladadora/S -trasladar/REÃÅÄÁÀÂÙøD -traslade/GS -traslada/S -traslado/S -traslapar/RED -traslape/GS -traslapa/S -traslaticio/GS -traslaticia/S -traslativo/GS -traslativa/S -traslato/GS -traslata/S -trasloar/RED -trasloe/GS -trasloa/S -traslucir/P -traslumbrar/RDPE -traslumbre/GS -traslumbra/S -trasluz -trasmallo/S -trasmano/S -trasmañanar/RED -trasmañane/GS -trasmañana/S -trasmatar/RDE -trasmate/SG -trasmata/S -trasmerano/SG -trasmerana/S -trasminar/ERD -trasmine/GS -trasmina/S -trasmitir/ÃÁ -trasmochar/RDE -trasmoche/GS -trasmocha/S -trasmontar/R -trasmundo/S -trasnochador/GS -trasnochadora/S -trasnochar/RÁDE -trasnoche/GS -trasnocha/S -trasnombrar/RDE -trasnombre/SG -trasnombra/S -trasoír/XDR -trasojado/GS -trasojada/S -trasoñar/RDI -trasovada/S -traspadano/GS -traspadana/S -traspalar/RED -traspalear/RED -traspalee/GS -traspalea/S -traspale/GS -traspala/S -traspapelar/RDE -traspapele/SG -traspapela/S -trasparecer/RIDL -trasparece/S -trasparentar/RED -trasparente/GS -trasparenta/S -traspasable/S -traspasador/SG -traspasadora/S -traspasar/ÃRPÅÆÄEÁÂÀD -traspase/GS -traspasa/S -traspecho/S -traspeinar/RDE -traspeine/GS -traspeina/S -traspellar/RED -traspelle/GS -traspella/S -traspié/S -traspilastra/S -traspillar/RDE -traspille/GS -traspilla/S -traspintar/RDE -traspinte/GS -traspinta/S -trasplantar/REÀD -trasplante/SG -trasplanta/S -traspón -trasponer/À -trasportar/PÀ -traspunte/S -trasquero/S -trasquilador/S -trasquilar/RDBE -trasquile/GS -trasquila/S -trasquilimocho/SG -trasquilimocha/S -trasquilón/S -trasroscar/RED -trasrosco/G -trastabillante/S -trastabillar/RDE -trastabille/GS -trastabilla/S -trastada/fS -trastajo/S -trasteador/SG -trasteadora/S -trastear/RED -trastee/GS -trastea/S -traste/HS -trastejador/GS -trastejadora/S -trastejar/RDBE -trasteje/SG -trasteja/S -trastero/GS -trastera/S -trastesar/RED -trastese/G -trastes/S -trastienda/S -trastocar/RDÀEÄ -trastoco/G -trastornable/S -trastornador/GS -trastornadora/S -trastornar/RDPEBÁÀ -trastorne/GS -trastorna/S -trastorno/S -trasto/S -trastraba/N -trastrabar/RED -trastrabe/GS -trastraba/S -trastrabillar/RED -trastrabille/S -trastrocar/RIDP -trastumbar/RED -trastumbe/GS -trastumba/S -trasudar/RED -trasude/GS -trasuda/S -trasuntar/RED -trasunte/GS -trasunta/S -trasvasar/REDÀ -trasvase/S -trasvenar/RED -trasvene/G -trasvén/S -trasverter/RDIL -trasver/XL -trasvé/S -trasvinar/RDE -trasvine/GS -trasvina/S -trasviste/G -trasvisto/S -trasvolar/RID -tratable/kS -tratadista/S -tratadme -tratadnos -tratador/pGS -tratad/pf -trátame -tratamiento/S -tratándolo/GS -tratándola/S -tratándome -tratándonos -tratándoos -tratándote -trátanos -tratan/pf -tratante/Sf -trata/pf -tratarle/fS -tratar/RpfEDÁÀ -traté/fp -trátelo/SG -trátela/S -tráteme -tratémonos -trátenlo/SG -trátenla/S -trátenme -trátennos -trátenos -traten/pf -trátense -trate/pSGf -trátese -trató/fp -trato/pSf -trauma/S -traumatice/S -traumatismo/S -traumatizar/RDE -traumatizo/G -traversa/S -travesad/a -travesaño/S -travesar/aRDI -travesé/a -travesear/RDE -travesee/GS -travesea/S -travesero/GS -travesera/S -travesío/SG -travesía/S -travesó/a -través/S -travestir/XD -travesura/S -traviesa/a -traviese/a -travieso/S -traviste/GS -travista/S -trayectoria/S -trayecto/S -trayendo/f -trayéndome/a -trayéndonos/a -trayéndoos/a -trayéndote/a -trazable/S -trazador/GS -trazadora/S -traza/L -trazar/RÁÂÀDEÆ -trazo/SG -traza/S -trazumar/RED -trazume/GS -trazuma/S -treballa/S -trebejar/RED -trebeje/GS -trebeja/S -trebejo/S -trebentina/S -trebolar/S -trébol/S -treceavo/GS -treceava/S -trecemesino/GS -trecemesina/S -trecenario/S -trecenato/S -trecenazgo/S -treceno/SG -trecena/S -trecén/S -trece/S -trecha/p -trechear/RED -trechee/GS -trechea/S -trechel/S -trecheo/S -trecho/pG -trechos -trecientos -trefilar/RDE -trefile/GS -trefila/S -tregua/S -treintaidosavo/SG -treintaidosava/S -treinta/S -treintavo/SG -treintava/S -treinteno/GS -treintena/S -treja/hS -tremar/RDE -tremebundo/SG -tremebunda/S -tremedal/S -treme/GS -trema/S -tremenda/O -tremendismo/S -tremendista/S -tremendo/GS -tremenda/S -trementina/S -tremer/RLDE -tremé/S -tremés/i -tremesino/SG -tremesina/S -tremes/S -tremielga/S -tremolar/RDE -tremol/GS -tremola/S -tremolina/S -trémolo/S -tremó/S -tremós/G -tremoso/S -tremulante/S -tremulento/SG -tremulenta/S -trémulo/GS -trémula/S -trenado/iSG -trenca/Si -trence/hSi -trencé/ih -trencen/ih -trencillar/RDE -trencille/GS -trencilla/S -tren/iS -treno/iG -trenos -trenque/iSG -trenteno/GS -trentena/S -trente/S -trenzadera/S -trenzad/ih -trenza/hi -trenzan/ih -trenzarlo/SG -trenzarla/S -trenzar/RhiDE -trenzo/hGi -trenzó/ih -treo/S -trepadme -trepadnos -trepador/GS -trepadora/S -trepad/p -trepajuncos -trépame -trepanar/ARED -trepándole/S -trepándome -trepándonos -trepándoos -trepándote -trepane/G -trépanos -trepan/S -trepante/S -trepa/p -treparle/SG -treparla/S -treparlo/S -treparriscos -trepar/RpDE -trepatroncos -trepen/p -trepé/p -trepe/pGS -trepidante/S -trepidar/RADE -trepide/GS -trepida/S -treponema/S -trepo/p -trepó/p -trescientas -trescientos -tresdoblar/RDE -tresdoble/GS -tresdobla/S -tres/i -tresillista/S -tresillo/S -tresmesino/SG -tresmesina/S -tresnales/a -tresnal/S -tresnar -trestanto/S -treta/pS -trezna/S -triacal/S -triaca/S -triache/S -trianero/GS -trianera/S -triangularmente -triangular/RED -triangule/GS -triangula/S -triángulo/S -tría/O -triaquero/GS -triaquera/S -triario/S -triar/RID -tribal/S -tribu -tribual/S -tribuía/fpa -tribuid/apf -tribuí/fpa -tribuir/XfapD -tribuis/apf -tribular/A -tribunado/S -tribunal/S -tribunicio/SG -tribunicia/S -tribuno/SG -tribuna/S -tributable/S -tributante/S -tributaria/f -tributario/GSf -tributaria/S -tributar/RÆDÁÀÂE -tribute/GS -tributa/S -tributo/aS -tribuya/apf -tribuye/apf -tribuyo/apf -tribuyó/fpa -trice/hSi -tricé/ih -tricen/hi -tricentenario/S -tricentésimo/SG -tricentésima/S -triciclo/S -tricolor/S -tricorne/S -tricornio/S -tricotar/RDE -tricote/GS -tricota/S -tricúspide/S -tridacio/S -tridente/S -tridentino/SG -tridentina/S -tridimensional/S -triduano/GS -triduana/S -triduo/S -triedro/S -tríe/GS -tría/S -trienal/S -trienio/S -triente/S -trifauce/S -trifinio/S -trifloro/GS -triflora/S -trifoliado/GS -trifoliada/S -trifolio/S -triforio/S -triforme/S -trifulca/S -trifurcar/RED -trifurco/G -triga/kS -trigal/S -trigaza/S -trigésimo/GS -trigésima/S -trigla/S -triglifo/S -trigonal/S -trigonométrico/GS -trigonométrica/S -trígono/S -trigo/NSG -triga/S -trigueño/SG -trigueña/S -triguero/GS -triguera/S -trile/S -trilito/SG -trilita/S -trilladera/S -trillador/GS -trilladora/S -trillad/pi -trilladura/S -trillan/pi -trilla/p -trillar/pRiED -trillé/ip -trillen/pi -trille/pSGi -trillique/S -trilló/ip -trillo/pi -trillos -trilobites -trilobulado/SG -trilobulada/S -trilocular/S -trilogía/S -trimembre/S -trimestralmente -trimestral/S -trimestre/S -trimielga/S -trimotor/S -trinacrio/GS -trinacria/S -trinar/RDE -trincabais/h -trincaba/khS -trincaban/hk -trincad/khG -trincado/khS -trincaesquinas -trinca/hk -trincáis/hk -trincamos/hk -trincando/hk -trincan/kh -trincapiñones -trincará/hk -trincarais/h -trincara/kh -trincaran/hk -trincarán/kh -trincarás/kh -trincar/BERÁÀÂD -trincaré/hk -trincareis/h -trincaréis/h -trincare/khSG -trincaren/hk -trincaría/khS -trincarían/h -trincaron/hk -trincarse/hk -trincaseis/h -trincase/kh -trincasen/hk -trincas/hSk -trincaste/hk -trinchador/GS -trinchadora/S -trinchante/S -trinchar/RDE -trinche/GS -trincha/S -trincheo/S -trinchera/a -trinchero/aG -trincheros -trinchete/S -trinco/kGh -trincó/kh -trine/KSG -trineo/S -Trinidad -trinitario/GS -trinitaria/S -trinitrotolueno/S -trinomio/S -trino/qS -trinquéis/kh -trinqué/kh -trinque/khS -trinquemos/h -trinquen/kh -trinquetada/S -trinquete/S -trinquetilla/S -trío/S -trióxido/S -tripada/iSh -tripa/h -tripanosoma/S -triparte/SG -triparta/S -tripartir/ERD -tripartito/SG -tripartita/S -tripastos -tripe/hSG -tripero/GS -tripera/S -triplano/S -triple/KS -triplicar/REAÀD -triplico/G -trípode/S -tripolino/GS -tripolina/S -trípoli/S -tripolitano/SG -tripolitana/S -triptongar/RDE -triptongo/GS -triptonga/S -tripudiar/RDE -tripudie/SG -tripudia/S -tripudo/SG -tripuda/S -tripulante/S -tripular/RÀEDA -tripule/GS -tripula/S -trique/kS -triquete/S -triquina/S -triquinosis -triquiñuela/S -triquitraque/S -trirrectángulo/S -trisagio/S -trisar/RDE -triscar/RDE -trisco/G -trisecar/RED -triseco/G -trise/G -trisemanal/S -trismo/S -trispasto/S -tris/S -triste/afS -tristemente -tristeza/S -tristura/S -trisulco/GS -trisulca/S -tritio/S -tritón/S -triturable/S -triturador/SG -trituradora/S -triturar/REDÄÌÀ -triture/GS -tritura/S -triunfad/h -triunfador/GS -triunfadora/S -triunfa/h -triunfalismo/S -triunfalista/S -triunfalmente -triunfal/SO -triunfan/h -triunfantemente -triunfante/S -triunfar/hRDE -triunfé/h -triunfe/hSG -triunfen/h -triunfó/h -triunfo/S -triunviral/S -triunvirato/S -trivialice/S -trivializar/REÀD -trivializo/G -trivialmente -trivial/SK -trivio/S -trizad/hi -triza/hi -trizan/hi -trizar/hRiDE -trizo/hGi -trizó/ih -trocable/S -trocadamente -trocada/N -trocad/h -trocador/SG -trocadora/S -trocaico/GS -trocaica/S -trocamiento/S -trocánter/S -trocarlo/GS -trocarla/S -trocar/RIhD -trocatinte/GS -trocatinta/S -trocear/ÙÌREÀD -trocee/GS -trocea/S -trocé/h -troce/hS -trocen/h -trocha/Sa -trochemoche/S -trocir -trociscar/RED -trocisco/G -trocito/S -trocla/S -trocó/h -trocoide/S -trofeo/S -trófico/GS -trófica/S -troglodita/S -troja/ia -troje/iSGa -trojero/GS -trojera/S -trojezada/S -troj/S -trolebús/S -trole/f -trolero/SG -trolera/S -trol/fSG -trolla/S -tromboangitis -trombo/GS -tromba/S -trombón/S -trombosis -trompa/H -trompar/RDE -trompear/RDE -trompee/GS -trompea/S -trompe/GS -trompa/S -trompero/GS -trompera/S -trompetada/S -trompeta/LHSN -trompetear/RED -trompetee/SG -trompetea/S -trompetero/GS -trompetera/S -trompetista/S -trompicadero/S -trompicar/RDE -trompico/G -trompillar/B -trompis -trompo/NS -tronad/ipah -tronador/aSG -trona/hi -tronar/hRapiD -troncad/hi -tronca/ih -troncal/KS -troncan/hi -troncar/RihED -tronce/GS -tronca/S -troncha/H -tronchar/RDE -tronche/GS -troncha/S -troncho/S -tronchudo/SG -tronchuda/S -troncocónico/SG -troncocónica/S -troncó/hi -tronco/ihG -troncos -troné/paih -tronerad/ia -tronera/ia -troneran/ia -tronerar/iRaDE -troneré/ai -tronere/GSia -tronera/S -troneren/ia -troneró/ai -tronero/ia -tronga/S -tronido/S -tronitoso/SG -tronitosa/S -trono/hiG -tronó/paih -tronos -tronquear/RED -tronquee/GS -tronquea/S -tronque/hi -tronqué/ih -tronquista/S -tronzar/RDE -tronzo/G -tropa/a -tropecientas -tropecientos -tropelía/S -tropelista/S -tropellar/a -tropel/S -tropeoláceo/GS -tropeolácea/S -tropeoleo/GS -tropeolea/S -tropezadero/S -tropezador/GS -tropezadora/S -tropezar/DRÅIBÁ -tropezón/GS -tropezóna/S -tropezoso/GS -tropezosa/S -tropical/lS -trópico/GS -trópica/S -tropiezo/S -tropismo/S -tropo/aG -tropopausa/S -tropos -troposfera/S -troqué/h -troquelar/RED -troquel/GS -troquela/S -troqueo/S -troque/S -troquilo/S -trosas -trotacalles -trotaconventos -trotador/SG -trotadora/S -trotamundos -trotar/RDE -trote/SG -trota/S -troupe/S -trovadoresco/GS -trovadoresca/S -trovador/SG -trovadora/S -trovar/RDE -trovero/SG -trovera/S -trove/SG -trova/S -trovista/S -troy -troyano/GS -troyana/S -trozad/h -troza/h -trozan/h -trozar/hRDÀE -trozó/h -trozo/hGS -trucad/p -trucan/p -truca/p -trucar/EpRD -trucha/iS -truchero/GS -truchera/S -truchimán/GS -truchimána/S -truchuela/S -trucidar -truco/Gp -trucó/p -trucos -truculencia/S -truculento/SG -truculenta/S -trueca/h -trueco/h -truenan/ap -truena/pa -truene/GaSp -truenen/ap -trueno/pa -truenos -true/S -trué/S -trufar/REÄD -trufe/GS -trufa/S -truhanada/aS -truhanear/RED -truhanee/SG -truhanea/S -truhanesco/SG -truhanesca/S -truhán/L -truhan/S -trujal/S -trujamanear/RED -trujamanee/GS -trujamanea/S -truja/Si -trujillano/SG -trujillana/S -trullar/RDE -trulle/GS -trulla/S -truncar/REPD -trunco/G -truque/p -truqué/p -truquero/S -truquiflor/S -tu -tú -tuba/kiS -tuberculina/S -tubérculo/S -tuberculosa/c -tuberculosis -tuberculoso/cSG -tuberoso/GKS -tubo/GSL -tuba/S -tubular/S -tubuloso/GS -tubulosa/S -tuciorismo/S -tuciorista/S -tuco/GS -tuca/S -tucumano/GS -tucumana/S -tuda/S -tudelano/GS -tudelana/S -tudel/S -tudense/S -tudesco/SG -tudesca/S -tueco/GS -tueca/S -tuera/Sa -tuerca/S -tuerce/hpf -tuerta/pi -tuerto/GSpi -tuerta/S -tuerza/hpf -tuerzo/hpf -tuesta/p -tueste/p -tuesto/p -tuétano/S -tufillas -tufo/a -tufos -tugurio/S -tuitiva/k -tuitivo/SGk -tuitiva/S -tulio/S -tulipán/S -tulipa/S -tullecer/ih -tulle/SG -tulla/S -tullir/RBEPD -tul/S -tumbacuartillos -tumbado/N -tumbad/p -tumbaga/S -tumba/N -tumbándolo/GS -tumbándola/S -tumban/p -tumbaollas -tumbaos -tumbarlo/GS -tumbarla/S -tumbarme -tumbarnos -tumbaros -tumbar/RpDE -tumbarte -túmbate -tumbémonos -tumben/p -túmbense -tumbé/p -tumbe/pGS -túmbese -tumbón/GS -tumbóna/S -tumbo/p -tumbó/p -tumbos -tumefacción/S -tumefacto/SG -tumefacta/S -tumoración/S -tumoral/S -tumoroso/GS -tumorosa/S -tumor/S -tumo/S -tumulario/GS -tumularia/S -túmulo/S -tumulto/S -tumultuad/a -tumultuan -tumultuar/aRD -tumultuariamente -tumultuario/GS -tumultuaria/S -tumultué/a -tumultuen -tumultue/S -tumultuó/a -tumultuo/G -tumultuosamente -tumultuoso/SG -tumultuosa/S -tunantada/S -tunantear/RED -tunantee/GS -tunantea/S -tunante/S -tunar/RDE -tunda/fp -tundan/fp -tundear/RED -tundee/GS -tundea/S -tunde/fSGp -tunden/fp -tundente/fS -tundía/pf -tundid/fp -tundidor/GS -tundidora/S -tundidura/S -tundí/fp -tundió/pf -tundir/pRfDE -tundís/pf -tundizno/S -tundo/fp -tundra/S -tunduque/S -tunear/RDE -tunecí -tunecíes -tunecino/GS -tunecina/S -tunee/SG -tunea/S -tune/GS -tuna/S -túnel/S -tunera/a -tunero/GSa -tunera/S -Túnez -tungsteno/S -tunicada/i -tunicado/iSG -túnica/S -tupa/hi -tupan/ih -tupaya/S -tupe/GhSi -tupen/ih -tupé/S -tupía/hi -tupid/ih -tupinambo/S -tupió/hi -tupir/iREDh -tupi/S -tupí/S -tupís/hi -tupitaina/S -tupo/hi -tura/nSai -turar/ia -turbación/S -turbadamente -turbad/f -turbador/SGf -turbadora/S -turba/f -turbamiento/S -turbamulta/S -turbándome -turbándonos -turbándoos -turbándote -turban/f -turbante/S -turbarle/S -turbarme -turbarnos -turbaros -turbar/RfDE -turbarte -turbativo/GS -turbativa/S -turbé/f -turbe/fSG -turben/f -turbera/S -turbia/iS -turbiamente -turbina/S -turbinto/S -turbio/MGSK -turbión/S -turbit/S -turbocompresor/S -turbo/f -turbó/f -turbonada/aS -turbón/S -turbos -turbulencia/S -turbulentamente -turbulento/SG -turbulenta/S -turco/GS -turca/S -turcomano/GS -turcomana/S -turcople/S -turdetano/GS -turdetana/S -túrdiga/S -turgente/SF -turibulario/S -turibular/RED -turibule/GS -turibula/S -turíbulo/S -turiferario/S -turificar/RED -turifico/G -turismo/S -turista/S -turístico/GS -turística/S -Turkmenistán -turmalina/S -turma/S -turnar/RDÁÅøE -turne/GS -turna/S -turnio/GS -turnia/S -turno/S -turolense/S -turpial/S -turquesa/S -Turquía -turquí/S -turrar/RDE -turre/GS -turra/S -turronada/S -turronero/GS -turronera/S -turrón/S -turulato/GS -turulata/S -turulés/S -turullo/a -turullos -tus -tusa/fSa -tusturrar/RED -tusturre/SG -tusturra/S -tútano/S -tutear/RÁÂÀÍDÅÆÄE -tutee/GS -tutea/S -tutelar/RDE -tutele/GS -tutela/S -tute/S -tutía/S -tutorar/RDE -tutore/G -tutor/oS -Tuvalu -tuve/gpajf -tuvo/gpajf -tuya/k -tuyo/Gk -tuyos -u -ubicación/S -ubicad/h -ubica/h -ubicándome -ubicándonos -ubicándoos -ubicándote -ubican/h -ubicaos -ubicar/hRDE -ubicarme -ubicarnos -ubicaros -ubicarte -ubícate -ubico/Gh -ubicó/h -ubicuo/KGS -ubio/S -ubiqué/h -ubique/K -ubiquémonos -ubíquense -ubíquese -ubiquitario/GS -ubiquitaria/S -ubrera/S -ubre/S -ucase/hS -Ucrania -ucraniano/GS -ucraniana/S -ucranio/GS -ucrania/S -úes -uf -ufanamente -ufanar/RDÁÅE -ufane/GS -ufana/S -ufanía/S -ufano/S -ufo/S -Uganda -uh -ujier/S -ulcerar/RAEøD -úlcera/S -ulcerativo/SG -ulcerativa/S -ulcere/GS -ulcera/S -ulceroso/GS -ulcerosa/S -ulema/S -ulteriormente -ulterior/S -ultimador/GS -ultimadora/S -últimamente -ultimar/RÀED -ultimátum -ultime/GS -ultima/S -último/GS -última/S -ultrajador/GS -ultrajadora/S -ultrajante/S -ultrajar/DREÁÀ -ultraje/G -ultrajoso/SG -ultrajosa/S -ultraligero/GS -ultraligera/S -ultramarino/GS -ultramarina/S -ultramaro/S -ultramar/S -ultramicroscopio/S -ultramontanismo/S -ultramontano/GS -ultramontana/S -ultramundano/GS -ultramundana/S -ultranza/S -ultrapuertos -ultrarrojo/GS -ultrarroja/S -ultra/SC -ultrasensible/S -ultrasonido/S -ultratumba/S -ultravioleta/S -ulular/ERD -ululato/S -ulule/GS -ulula/S -umbela/S -umbelífero/GS -umbelífera/S -umbilicado/GS -umbilicada/S -umbilical/S -umbralar/RDE -umbral/SG -umbrala/S -umbrío/SG -umbría/S -umbro/GS -umbra/S -umbroso/GS -umbrosa/S -umero/i -umeros -una/h -unalbo/GS -unalba/S -únale/SG -únala/S -únalo/S -unámonos -unan/h -unánimemente -unánime/S -unanimidad/S -únanle/GS -únanla/S -únanlo/S -únanse/p -únase/p -unce/hS -uncen/h -uncia/aiS -uncía/h -uncid/h -uncidor/GS -uncidora/S -unciforme/S -uncí/h -unció/iah -unción/S -uncir/hRED -uncirlo/GS -uncirla/S -uncís/h -undante/S -undécimo/GS -undécima/S -undoso/GS -undosa/S -undular/RED -undule/SG -undula/S -une/hGS -unen/h -únete/p -unge/S -ungir/REÂÀPD -ungüento/S -unguiculado/GS -unguiculada/S -unguis -ungular/SD -unía/ph -unible/S -únicamente -unicaule/S -unicelular/S -unicidad/S -único/GS -única/S -unicolor/S -unicornio/S -unidamente -unid/hp -unidimensional/S -unidle/GS -unidla/S -unidlo/S -unidme -unidnos -unidor/SG -unidora/S -uniéndolo/GS -uniéndola/S -uniéndome -uniéndonos -uniéndoos -uniéndote -unifamiliar/S -unificar/RDÄAÁÀE -unifico/G -uniformador/GS -uniformadora/S -uniformar/ERÁD -uniformemente -uniforme/SG -uniforma/S -uniformo/K -unigénito/SG -unigénita/S -uní/hp -unilateral/S -unimismar/RED -unimisme/SG -unimisma/S -unionista/S -unión/Sph -unió/ph -uníos/p -unipersonal/S -unir/hRpIDÁÀ -unirle/pS -unisexual/S -unisonancia/S -unisonar/RDE -unisone/GS -unisona/S -unísono/SG -unísona/S -unís/ph -unitario/OGS -unitarismo/S -unitivo/GS -unitiva/S -univalvo/GS -univalva/S -universalice/S -universalizar/RAÀED -universalizo/G -universalmente -universal/SK -universitario/GS -universitaria/S -universo/GSK -universa/S -unívoca/eS -univocar/RDE -univocidad/S -univoco/G -unívoco/SG -unívoca/S -unjo/G -uno/KS -un/S -untad/jp -untadle/SG -untadla/S -untadlo/S -untadme -untadnos -untador/SG -untadora/S -untadura/S -unta/j -úntale/GS -úntala/S -úntalo/S -untamiento/S -untándole/GS -untándola/S -untándolo/S -untan/j -untaos -untar/jRpD -untarle/SG -untarla/S -untarlo/S -untarme -untarnos -untaros -untarte -úntate -untaza/S -unte/jGS -unté/jp -úntelo/GS -úntela/S -untémonos -unten/j -úntenle/SG -úntenla/S -úntenlo/S -úntense -úntese -untó/jp -unto/S -untoso/GS -untosa/S -untuoso/KGS -untura/S -unza/h -unzan/h -unzo/hG -uña/h -uñáis/h -uñamos/h -uñan/h -uñe/hGS -uñen/h -uñero/S -uñí -uñir/RDE -uño/h -uñó/h -upa -upar/RDE -upé -upe/GS -upa/S -upo -upó -urajear/RDE -urajee/GS -urajea/S -uralaltaico/SG -uralaltaica/S -uraloaltaico/GS -uraloaltaica/S -uranio/S -uranolito/S -urato/S -urbanamente -urbana/sSlk -urbanice/S -urbanismo/S -urbanista/S -urbanístico/SG -urbanística/S -urbanizar/READÀ -urbanizo/G -urbano/KkGS -urbanos/sl -urbe/S -urda/h -urdan/h -urde/GSh -urda/S -urden/h -urdía/h -urdidera/S -urdid/h -urdidor/GS -urdidora/S -urdidura/S -urdiembre/S -urdí/h -urdimbre/S -urdió/h -urdir/hRED -urdís/h -urdo/h -urea/S -uremia/S -urente/S -uréter/S -uretral/S -uretra/S -uretritis -urgabonense/S -urgentemente -urgente/SF -urge/S -urgir/ERD -úrico/GS -úrica/S -urinario/GS -urinaria/S -urjo/G -urna/S -urodelo/S -urogallo/S -uromancia/S -uro/Sa -uroscopia/S -urraca/S -ursina/S -ursulina/S -urticante/S -urticaria/S -uruga/S -Uruguay -uruguayo/GS -uruguaya/S -usa/C -usad/h -usadle/SG -usadla/S -usadlo/S -usadme -usadnos -usagre/S -úsale/GS -úsala/S -úsalo/S -úsame -usándolo/GS -usándola/S -usándome -usándonos -usándoos -usándote -usan/h -úsanos -usanza/S -usarlo/GS -usarla/S -usarme -usarnos -usaros -usar/RhED -usarte -uscoque/S -use/GSh -usa/S -usé/h -úsele/SG -úsela/S -úselo/S -úseme -usémonos -usen/h -úsenle/GS -úsenla/S -úsenlo/S -úsenme -úsennos -úsenos -úsense -úsese -usier/S -uslero/S -usó/h -uso/Sh -ustaga/S -usted/S -usualmente -usual/Sk -usuario/GS -usuaria/S -usucapión/S -usucapir/D -usucapirse -usufructo/S -usufructuar/DRIÀ -usufructuario/SG -usufructuaria/S -usufructúe/GS -usufructúa/S -usurariamente -usurario/GS -usuraria/S -usurar/RDE -usurear/RDE -usuree/GS -usurea/S -usurero/SG -usurera/S -usure/SG -usura/S -usurpador/GS -usurpadora/S -usurpar/ERAÀÂÄD -usurpe/SG -usurpa/S -uta/S -utensilio/S -uterino/SG -uterina/S -útero/S -uticense/S -utilícelo/SG -utilícela/S -utilicémonos -utilicen/kp -utilícenlo/GS -utilícenla/S -utilícense -utilicé/pk -utilice/pkS -utilícese -utilidad/Sk -utilitario/SGO -utilitaria/S -utilitarismo/S -utilizable/kS -utilización/rS -utilizad/kp -utilizadlo/GS -utilizadla/S -utilízalo/GS -utilízala/S -utilizándole/GS -utilizándola/S -utilizándolo/S -utilizándome -utilizándonos -utilizándoos -utilizándote -utilizan/kp -utiliza/pk -utilizar/kRpED -utilizarla/p -utilizarle/GS -utilizarla/S -utilizarlo/pGS -utilizarme -utilizarnos -utilizaros -utilizarte -utilizó/pk -utilizo/pkG -utillaje/S -útilmente/k -útil/Sk -utopía/S -utópico/GS -utópica/S -utopista/S -utrerano/GS -utrerana/S -utrera/S -uva -uvada/S -uvaduz/S -úvea/S -uve/GS -uva/S -uvero/SG -uvera/S -uviar -uvular/S -úvula/S -Uzbekistán -uzo/S -vacacional/S -vacación/S -vacad/i -vaca/i -vacan/i -vacante/FS -vacar/RiED -vacatura/S -vacceo/SG -vaccea/S -vaccinieo/GS -vacciniea/S -vaciadero/S -vaciadizo/GS -vaciadiza/S -vaciador/SG -vaciadora/S -vaciante/S -vaciar/IRõDÒÁÂÀÎÅÆP -vaciero/S -vacíe/SG -vacía/S -vacilante/S -vacilar/READ -vacile/GS -vacila/S -vacío/SK -vaco/Gi -vacó/i -vacunador/GS -vacunadora/S -vacunad/p -vacunándolo/SG -vacunándola/S -vacunan/p -vacuna/p -vacunarle/SG -vacunarla/S -vacunarlo/S -vacunarme -vacunarnos -vacunaros -vacunar/pRDE -vacunarte -vacunen/p -vacuné/p -vacune/pGS -vacuno/p -vacunó/p -vacunos -vacunoterapia/S -vacuo/KGS -vadeable/kS -vadeador/S -vadear/RÀDÄE -vade/aSk -vadee/SG -vadea/S -vademécum -vadera/S -vadiano/GS -vadiana/S -vado/jS -vagabundear/RDE -vagabundee/GS -vagabundea/S -vagabundo/GS -vagabunda/S -vagamente -vagamundear/RDE -vagamundee/GS -vagamundea/S -vagamundo/SG -vagamunda/S -vagante/SF -vagaroso/GS -vagarosa/S -vagar/RED -vagido/S -vagina/kS -vaginal/S -vaginitis -vago/GS -vaga/S -vagoneta/S -vagón/S -vaguada/S -vaguear/RDE -vaguedad/S -vaguee/GS -vaguea/S -vaguemaestre/S -vaguido/GS -vaguida/S -vaha/C -vahad/ha -vahan/ha -vahar/RaEhD -vahé/ah -vahear/RDE -vahee/GS -vahea/S -vahe/GhSa -vahen/ha -vahído/S -vahó/ah -vaho/ha -vahos -vaída/hS -vaina/hSi -vainero/S -vainica/S -vainilla/S -vainiquera/S -vais -vaivenear -vaivén/S -va/j -vajilla/S -valar/Sag -val/aS -valdense/S -valdepeñas -valedero/GS -valedera/S -valed/n -valedor/GS -valedora/S -valéis/ag -valemos/g -valencianismo/S -valenciano/GS -valenciana/S -valen/gan -vale/ngSa -valentía/S -valentiniano/SG -valentiniana/S -valentino/SG -valentina/S -valentísimo/SG -valentísima/S -valentonada/iS -valentona/iS -valentones/i -valentón/GS -valentóna/S -valeos -valeres -valeriana/S -valerianato/S -valeriánico/GS -valeriánica/S -valeriense/S -valerme -valernos -valer/nXD -valeros -valerosamente -valeroso/GSK -valerosa/S -valerte -válete -valetudinario/SG -valetudinaria/S -valgámonos -valga/n -válganse -válgase -valgo/n -valía/n -validación/S -validad/pfk -valida/hpkf -válida/k -válidamente/k -validan/pfk -validar/RfkÀpDE -validé/fkp -validen/pfk -valide/pSGkf -validez/kS -validó/fkp -valido/hpkGf -válido/SGk -válida/S -validos/h -valiéndole/S -valiente/FS -valientemente -valija/iSh -valijero/S -valimiento/Sh -valí/n -valió/n -valioso/GS -valiosa/S -valla/a -vallad/a -valladar/S -valladear/RDE -valladee/GS -valladea/S -Valladolid -vallan/a -vallar/RaDE -vallé/a -valle/aSG -vallen/a -vallico/S -vallisoletano/SG -vallisoletana/S -vallo/a -valló/a -valora/aht -valoración/S -valorad/aht -valoran/aht -valorándolo/SG -valorándola/S -valorándome -valorándonos -valorándoos -valorándote -valorarle/GS -valorarla/S -valorarlo/S -valorarme -valorarnos -valoraros -valorar/RtaDhE -valorarte -valore/ahGSt -valorear/RDE -valoree/GS -valorea/S -valoren/aht -valoré/tha -valor/GS -valora/S -valoricé/hp -valoricéis/p -valoricemos/p -valoricen/ph -valorice/Sph -valorizaban/p -valorizaba/pS -valorizad/hpG -valorizado/pS -valorizáis/p -valorizamos/p -valorizando/p -valorizan/hp -valoriza/ph -valorizaran/p -valorizarán/p -valorizara/p -valorizará/p -valorizarás/p -valorizaren/p -valorizaré/p -valorizare/pGS -valorizaría/pS -valorizarlo/GS -valorizarla/S -valorizaron/p -valorizar/RhADE -valorizarse/p -valorizasen/p -valorizase/p -valorizas/pS -valorizaste/p -valorizo/Ghp -valorizó/hp -valoro/aht -valoró/tha -valquiria/S -valsar/RED -valse/G -vals/S -valúa/apg -valuación/S -valuad/apg -valúan/apg -valuar/aRgpDI -valuarla/g -valuarlo/GSg -valuarla/S -valué/agp -valúen/apg -valúe/SGapg -valúa/S -valuó/agp -valúo/apg -valva/eS -valvar/S -valvular/S -válvula/S -vamos/j -vampiresa/S -vampirismo/S -vampiro/OS -vanadio -vana/g -vanagloriar/RDÁE -vanaglorie/GS -vanagloria/S -vanagloriosamente -vanaglorioso/GS -vanagloriosa/S -vanamente -vandalismo/S -vándalo/GS -vándala/S -vanead/g -vanea/g -vanean/g -vanear/RDgE -vaneé/g -vanee/gSG -vaneen/g -vaneo/g -vaneó/g -vanguardia/SO -vanguardismo/S -vanguardista/S -vanidad/S -vanidoso/GS -vanidosa/S -vanilocuente/SF -vaniloquio/S -vanistorio/S -van/j -vano/Gg -vanos -Vanuatu -vaporar/RED -vaporear/RDE -vaporee/GS -vaporea/S -vapor/GS -vapora/S -vaporice/S -vaporizador/S -vaporizar/ARED -vaporizo/G -vaporoso/GS -vaporosa/S -vapular/REDP -vapuleador/GS -vapuleadora/S -vapulear/RÁDPE -vapulee/GS -vapulea/S -vapule/GS -vapula/S -vaquear/RDE -vaquee/GS -vaquea/S -vaque/i -vaqué/i -vaqueiro/S -vaquerizo/GS -vaqueriza/S -vaquero/GS -vaquera/S -vaqueta/S -varaba/hiS -varaban/ih -varadero/GS -varadera/S -varad/hGi -varado/hiS -vara/hiaj -varáis/ih -varal/S -varamos/ih -varando/ih -varan/hji -varapalo/S -varara/hi -varará/ih -vararán/hi -vararan/ih -vararás/hi -varar/BRED -varare/hiSG -vararé/ih -vararen/ih -vararía/iSh -vararon/ih -vararse/ih -varase/hi -varasen/ih -varas/iSh -varaste/ih -varazo/S -vareador/GS -vareadora/S -varear/ERD -varee/SG -varea/S -vare/hGSji -varéis/ihj -varé/jih -varejón/HS -varemos/ijh -varenga/S -varen/hji -vareo/S -vareta/HS -varetas/h -varetear/RDE -varetee/GS -varetea/S -varga/S -variaba/hS -variabais/h -variaban/h -variable/kJS -variablemente/k -variad/hG -variado/hS -variáis/h -varía/jSh -variamos/h -variando/h -varían/hj -variante/kS -variara/h -variará/h -variarais/h -variaran/h -variarán/h -variarás/h -variaré/h -variare/hSG -variareis/h -variaréis/h -variaren/h -variaría/hS -variarían/h -variaron/h -variar/RIÀDA -variarse/h -variase/hS -variaseis/h -variasen/h -variaste/h -varicela/S -varicocele/S -varicoso/GS -varicosa/S -varié/h -variéis/h -variemos/h -varíen/h -varíe/SGh -varía/S -varietés -varilarguero/S -varilla/SC -varío/h -varió/h -varioloide/S -varioloso/GS -variolosa/S -variopinto/GS -variopinta/S -vario/SGK -varia/S -varita/S -varitero/S -variz/S -varo/haGi -varó/ih -varones/i -varonilmente -varonil/S -varón/S -varraco/S -varraquear/RED -varraquee/GS -varraquea/S -varraquera/S -varsoviano/GS -varsoviana/S -vasalla/C -vasallo/Ga -vasallos -vasar/uSi -vasa/ui -vascongado/GS -vascongada/S -vascón/GS -vascóna/S -vasco/SG -vasca/S -vascuence/S -vascular/S -vasculoso/GS -vasculosa/S -vaselina/S -vasera/S -vasija/S -vas/N -vasodilatador/SG -vasodilatadora/S -vasos -vaso/uGi -vasta/g -vástago/S -vastedad/S -vasto/gG -vastos -váter/S -vate/S -vaticanista/S -Vaticano -vaticano/GS -vaticana/S -vaticinador/SG -vaticinadora/S -vaticinar/RÂEÆD -vaticine/SG -vaticina/S -vaticinio/S -vatio/S -vayáis -vayámonos -vayamos -vayan -váyanse -vaya/S -váyase -vea/bpjno -véale/GS -véala/S -véalo/S -véame -véanle/GS -véanla/S -véanlo/S -véanme -véannos -vean/o -véanos -vece/aSph -vecen/aph -vecé/pah -vecera/p -vecero/SGp -vecera/S -vecina/aSf -vecinal/S -vecindad/a -vecindades -vecindar/a -vecindario/S -vecindona/S -vecino/GSf -vecina/S -vectorial/S -vector/S -vedad/h -veda/h -vedamiento/S -vedan/h -vedar/hRDE -vedarle/S -ved/bpjn -vedegambre/S -vedé/h -vede/hGS -vedeja/S -veden/h -vedija/Si -vedle/pS -vedlo/SG -vedla/S -vedme -vednos -vedo/h -vedó/h -veedora/So -veedor/poSr -veer/oIø -vega/S -vegetabilidad/S -vegetalismo/S -vegetalista/S -vegetal/OS -vegetarianismo/S -vegetariano/GS -vegetariana/S -vegetar/RDAE -vegetativo/GS -vegetativa/S -vegete/GS -vegeta/S -veguero/GS -veguera/S -vehementemente -vehemente/SF -vehículo/S -veíais/o -veíamos/o -veían/o -veía/oS -veintavo/GS -veintava/S -veinteavo/GS -veinteava/S -veintenar/S -veinteno/GS -veintena/S -veinte/S -veinticinco/S -veinticuatreno/GS -veinticuatrena/S -veinticuatro/S -veintidós -veintinueve/S -veintiocho/S -veintiséis -veintisiete/S -veintitrés -veintiún -veintiuno/GS -veintiuna/S -veis -vejador/SG -vejadora/S -veja/M -vejamen/S -vejaminista/S -vejar/RDÁÀAE -vejatorio/GS -vejatoria/S -vejecer/ip -vejeces/ip -veje/GS -veja/S -vejestorio/S -vejete/GS -vejeta/S -vejezuelo/GS -vejezuela/S -vejiga/NHS -vejigas/a -vejigatorio/GS -vejigatoria/S -vejigoso/GS -vejigosa/S -ve/jSG -velacho/S -vela/CN -velador/pGS -velad/pgh -veladura/S -velamen/S -velándole/GS -velándola/S -velándolo/S -velan/pgh -velarice/S -velarizar/RED -velarizo/G -velarla/ph -velarle/GSh -velarla/S -velarlo/SpGh -velarme/ph -velarnos/h -velaros/ph -velar/RgDphE -velarte/S -velatorio/S -veleidad/S -veleidoso/SG -veleidosa/S -velejar/RED -veleje/GS -veleja/S -velen/pgh -velé/pgh -vele/pGSgh -velero/SG -velera/S -velete/GS -veleta/S -velicar/RDE -velico/G -velillo/S -vellera/S -vellido/GS -vellida/S -vellocino/S -vellón/S -vellorita/S -vello/S -vellosa/N -velloso/KGS -vellotado/S -velludo/NGS -velluda/S -velmez/S -velocímetro/S -velocipedismo/S -velocipedista/S -velocípedo/S -velo/hS -velonero/GS -velonera/S -velón/S -veló/pgh -velorio/S -velorto/GS -velorta/S -velozmente -veloz/SK -veme -vena/aSjoph -venablo/S -venadero/S -venado/hSjap -venaje/S -venal/KS -venced/f -vencedor/SGf -vencedora/S -vence/fS -vencejera/S -vencejo/S -vencen/f -vencer/ERfÅÁÀDP -vencetósigo/S -vencía/f -vencible/Sk -vencí/f -venció/f -vendaba/hS -vendabais/h -vendaban/h -venda/C -vendad/hG -vendado/hS -vendáis/h -vendamos/h -vendando/h -vendan/hp -véndanme -véndannos -vendara/h -vendará/h -vendarais/h -vendaran/h -vendarán/h -vendarás/h -vendaré/h -vendare/hSG -vendareis/h -vendaréis/h -vendaren/h -vendaría/hS -vendarían/h -vendaron/h -vendar/RDÙÚÍÆÁÂÀE -vendarse/h -vendase/h -vendaseis/h -vendasen/h -vendas/hS -vendaste/h -vendaval/S -vendedlo/GS -vendedla/S -vendedme -vendednos -vendedor/pGS -vended/p -vendé/h -vendéis/h -vendeja/S -vendemos/h -venden/hp -vende/pGhS -venderle/S -venderme -vendérmelo/GS -vendérmela/S -vendernos -vendérnoslo/GS -vendérnosla/S -venderos -vendéroslo/GS -vendérosla/S -vender/pRDÀE -vendérselo/GS -vendérsela/S -venderte -vendértelo/GS -vendértela/S -vendetta/S -vendía/p -vendible/kS -vendiéndole/GS -vendiéndola/S -vendiéndolo/S -vendiéndome -vendiéndomelo/SG -vendiéndomela/S -vendiéndonos -vendiéndonoslo/GS -vendiéndonosla/S -vendiéndoos -vendiéndooslo/SG -vendiéndoosla/S -vendiéndoselo/GS -vendiéndosela/S -vendiéndote -vendiéndotelo/GS -vendiéndotela/S -vendimiador/GS -vendimiadora/S -vendimiario/S -vendimiar/RED -vendimie/GS -vendimia/S -vendió/p -vendí/S -vendó/h -vendo/pL -vendos -Venecia -veneciano/SG -veneciana/S -veneficiar -venencia/aS -veneno/S -venenoso/GSK -venenosa/S -venerablemente -venerable/S -venerador/GS -veneradora/S -venerando/GS -veneranda/S -venerar/AREÀD -venere/GS -venera/S -venéreo/GS -venérea/S -venezolanismo/S -venezolano/SG -venezolana/S -Venezuela -venga/afongplrst -vengaba/gS -vengaban/g -vengable/S -vengad/gG -vengado/gS -vengador/SG -vengadora/S -vengámonos -vengando/g -vénganse -venganza/S -vengara/g -vengará/g -vengaran/g -vengarán/g -vengar/ÅREÁÂÀD -vengarás/g -vengaré/g -vengare/gSG -vengaren/g -vengaría/gS -vengaron/g -vengarse/g -véngase -vengase/g -vengasen/g -vengas/gS -vengaste/g -vengativo/GS -vengativa/S -vengo/afongplrst -vengó/g -vengué/g -vengue/gS -venguéis/g -venguen/g -venía/fatsrlgpno -venial/KS -venialmente -venia/S -venid/afongplrst -venidero/GS -venidera/S -veníos -venir/fXtalsorpgDn -venirme/n -venirnos/n -veniros/n -venirte/n -venís/fatsrlgpno -ven/j -venos/h -venoso/SG -venosa/S -ventad/hakp -ventaja/aSh -ventajista/S -ventajosa/h -ventajosamente -ventajoso/SGh -ventajosa/S -ventalle/GS -ventalla/S -ventanal/S -ventana/NHC -ventanas/j -ventanear/RDE -ventanee/GS -ventanea/S -ventanero/SG -ventanera/S -ventanico/S -ventano/NGS -ventana/S -ventanuco/S -venta/pkS -ventar/aRkpDh -ventarrón/S -venté/ahkp -ventear/RBDE -ventee/GS -ventea/S -vente/Gk -venteril/S -ventero/GS -ventera/S -ventilador/S -ventilar/REÁÀDA -ventile/GS -ventila/S -ventiscar/RED -ventisco/G -ventiscoso/SG -ventiscosa/S -ventisquear/RDE -ventisquee/GS -ventisquea/S -ventisquero/S -ventó/ahkp -ventola/S -ventolera/S -ventolina/S -ventor/kGlS -ventorrero/S -ventorro/NS -ventosear/RDE -ventosee/GS -ventosea/S -ventoso/KGS -ventral/S -ventricular/S -ventrículo/S -ventrílocuo/GS -ventrílocua/S -ventriloquia/S -ventril/S -ventrudo/GS -ventruda/S -ventura/ahS -venturanza/S -venturera/a -venturero/GaS -venturina/S -venturo/aG -venturos -venturosamente -venturoso/SG -venturosa/S -venus -venusino/GS -venusina/S -venusta/M -venustidad/S -venusto/GS -venusta/S -venza/Lf -venzan/f -venzo/fG -veo/boGpjn -veos -vera/ijS -veranar/RED -veranda/S -veraneante/S -veranear/RDE -veranee/GS -veranea/S -veraneo/S -veranero/S -verán/GS -verána/S -veraniego/GS -veraniega/S -verano/NS -verascopio/S -verato/GS -verata/S -veratrina/S -veraz/KS -verbal/gS -verbalismo/S -verbalista/S -verbalmente -verbasco/S -verbenáceo/GS -verbenácea/S -verbena/S -verbenear/RDE -verbenee/GS -verbenea/S -verbenero/GS -verbenera/S -verberad/p -verberan/p -verbera/p -verberar/pRDE -verbere/GSp -verbera/S -verberen/p -verberé/p -verbero/p -verberó/p -verbigracia/S -verborragia/S -verborrea/S -verbo/SG -verba/S -verboso/GSK -verbosa/S -verdacho/S -verdaderamente -verdadero/GS -verdadera/S -verdad/S -verdal/S -verdasca/HS -verdear/RDE -verdeced/ip -verdecen/ip -verdecer/pDRiIL -verdece/Sip -verdecía/pi -verdeció/pi -verdecí/pi -verdee/GS -verdea/S -verdegay/S -verdeguear/RDE -verdeguee/GS -verdeguea/S -verdejo/GS -verdeja/S -verdemar/S -verde/NS -verdeo/S -verderón/GS -verderóna/S -verdete/S -verdevejiga/S -verdezca/pi -verdezco/pi -verdezuelo/SG -verdezuela/S -verdial/S -verdinal/S -verdinegro/GS -verdinegra/S -verdín/GS -verdína/S -verdino/S -verdinoso/GS -verdinosa/S -verdiñal/S -verdolaga/S -verdor/S -verdoso/GS -verdosa/S -verdoyo/S -verdugada/a -verdugado/GaS -verdugo/HNS -verdulero/GS -verdulera/S -verdura/S -verdusco/GS -verdusca/S -vereda/S -veredero/S -veredicto/S -veré/i -veréis/i -veremos/i -veres/ji -vergajo/HS -verga/Si -vergelero/S -vergel/S -vergé/S -vergeta/S -vergonzante/S -vergonzosamente -vergonzoso/GS -vergonzosa/S -verguear/RED -verguee/GS -verguea/S -vergüenza/Sah -vergueta/S -vergueteado/S -verían/a -vería/O -vericueto/S -verídico/SG -verídica/S -verificabilidad/S -verificador/GS -verificadora/S -verificar/REDÄAÀ -verifico/G -verija/S -verilear/RDE -verilee/GS -verilea/S -veril/S -verismo/S -verja/fS -verjurado/S -ver/jXpbLn -verla/jn -verle/SG -verla/S -verlo/jSGn -verme/j -vérmelo/GS -vérmela/S -vermes -vermicular/S -vermiforme/S -vermífugo/SG -vermífuga/S -vermú/S -vernáculo/SG -vernácula/S -vernal/kS -vernos/ja -vérnoslo/GS -vérnosla/S -vero/jSG -veronal/S -veronense/S -verónica/S -verosimilitud/kS -verosímilmente -verosímil/Sk -véroslo/GS -vérosla/S -verraco/S -verraquear/RED -verraquee/GS -verraquea/S -verraquera/S -verriondo/MGS -verrojazo/S -verrucaria/S -verruga/S -verrugoso/GS -verrugosa/S -verruguetar/RED -verruguete/SG -verrugueta/S -versad/f -versa/fupk -versalilla/S -versalita/S -versallesco/GS -versallesca/S -versal/uS -versan/f -versar/RfDEQ -versatilidad/S -versátil/S -versear/RDE -versee/GS -versea/S -versé/f -verse/fSG -vérselo/GS -vérsela/S -versen/f -versiculario/S -versículo/S -versificador/SG -versificadora/S -versificar/REDA -versifico/G -versión/sSapk -versista/S -versó/f -verso/uGSfkp -versta/S -versus -vertámonos -vertebrada/k -vertebrado/kGS -vertebral/S -vertebrar/ARED -vértebra/S -vertebre/SG -vertebra/S -vertedero/GS -vertedera/S -vertedor/SG -vertedora/S -verted/pr -verte/j -vertello/S -vértelo/GS -vértela/S -verterlo/GS -verterla/S -verter/pRrIDL -vertíais/fks -vertíamos/fs -vertían/sfk -vertía/sSfprk -vertible/JfS -vertibles/k -verticalmente -vertical/SK -vértice/S -verticilo/S -vertida/kfs -vertido/fSGks -vertiéndolo/GS -vertiéndola/S -vertiente/S -vertiginosamente -vertiginoso/KSG -vértigo/S -vertí/ksrpf -vertimiento/S -vertimos/fks -vertió/pr -vertiste/fks -ves/a -vesania/S -vesical/S -vesicante/S -vesicular/S -vesícula/S -vesiculoso/GS -vesiculosa/S -véspero/S -vespertino/GS -vespertina/S -vesque/S -vestal/S -vestecha/S -veste/rS -vestfaliano/GS -vestfaliana/S -vestía/prkih -vestíbulo/S -vestid/hikrp -vestidme -vestidnos -vestidor/S -vestidura/S -vestigio/S -vestiglo/S -vestí/hkirp -vestimento/GS -vestimenta/S -vestíos -vestirle/hS -vestirme/phk -vestirnos/h -vestiros/phk -vestir/rXpihkD -vestirte/phk -vestís/prkih -vestuario/S -vestugo/S -vetada/a -vetado/aSG -vetar/RDÀE -vetear/ERD -vetee/SG -vetea/S -vete/GS -veta/S -veterano/GS -veterana/S -veterinario/GS -veterinaria/S -vetisesgado/GS -vetisesgada/S -veto/S -vetusta/M -vetusto/GS -vetusta/S -vezad/aph -veza/hap -vezan/aph -vezar/aRhDpE -vez/GS -veza/S -vezo/aGhp -vezó/pah -vi -viable/kJS -viada/iSha -viadera/S -viaducto/S -vía/iSadh -viajada/i -viajado/iSG -viajador/GS -viajadora/S -viajante/S -viajar/RDE -viajata/S -viaje/G -viajero/GS -viajera/S -vial/KS -viandante/S -vianda/S -viaria/a -viario/aSG -viaticar/DRE -viatico/G -viático/S -víbora/S -vibrador/SG -vibradora/S -vibrante/S -vibrar/ARDE -vibratorio/SG -vibratoria/S -vibre/GS -vibra/S -viburno/S -vicario/GS -vicaria/S -vicealmirante/S -vicecanciller/S -viceconsiliario/GS -viceconsiliaria/S -viceconsulado/S -vicecónsul/S -vicegerente/FS -vicegobernador/GS -vicegobernadora/S -Vicente -vicepresidente/FGS -viceprovincial/S -viceprovincia/S -vicerrector/GS -vicerrectora/S -vicesecretario/GS -vicesecretaria/S -vicetesorero/GS -vicetesorera/S -vicetiple/S -viceversa/S -viciad/ai -vicia/ia -vician/ai -viciar/aRDiE -vicié/ia -vicie/iSGa -vicien/ai -vicio/ia -vició/ia -vicios -viciosamente -vicioso/GS -viciosa/S -vicisitud/S -victimario/GS -victimaria/S -victimar/RDE -víctima/S -victime/GS -victima/S -victo/kfS -víctor -victorear/RDE -victoree/GS -victorea/S -victoriano/GS -victoriana/S -victoria/S -victoriato/S -victoriosamente -victorioso/GS -victoriosa/S -vicuña/S -vida/iSpf -vidarra/S -vidente/kSo -videocámara/S -videocinta/S -videoclip/S -videoclub/S -videoconferencia/S -videoconsola/S -videofrecuencia/S -vídeo/S -vides/ipf -vid/GS -vida/S -vidorra/S -vidriar/RÀDE -vidrie/GS -vidria/S -vidriera/rS -vidriero/LGS -vidrio/S -vidrioso/GKS -vidual/S -vieira/S -vieja/ipah -viejales -viejo/iGpah -viejos/p -viéndole/SG -viéndola/S -viéndolo/S -viéndome -viéndomelo/SG -viéndomela/S -viéndonos -viéndonoslo/SG -viéndonosla/S -viéndoos -viéndooslo/GS -viéndoosla/S -viéndoselo/SG -viéndosela/S -viéndote -viéndotelo/GS -viéndotela/S -viene/lnrtspgafo -vienés/G -vienes/S -vientan/hap -vienta/rpha -viente/GShap -vienta/S -vienten/hap -viento/rSGa -vientre/S -viernes/p -vierta/frpks -viertan/ksf -viértanse/f -viértase/f -vierteaguas -vierte/frkSGsp -vierten/ksf -vierto/frpks -Vietnam -vietnamita/S -viga/iSj -vigente/SF -vigésimo/SG -vigésima/S -vigiar/RID -vigíe/SG -vigía/S -vigilad/k -vigila/k -vigilan/k -vigilante/SF -vigilar/RkDE -vigilativo/SG -vigilativa/S -vigilé/k -vigile/kSG -vigilen/k -vigilia/S -vigilo/k -vigiló/k -vigolero/S -vigora/a -vigorad/a -vigoran/a -vigorar/RaED -vigoré/a -vigore/aGS -vigoren/a -vigor/GS -vigora/S -vigorice/S -vigorizador/SG -vigorizadora/S -vigorizar/ÄREDÀ -vigorizo/G -vigoro/a -vigoró/a -vigorosamente -vigoroso/GSK -vigorosa/S -vigota/S -vigueta/S -vihuela/S -vilano/S -vilera/S -vilipendiador/GS -vilipendiadora/S -vilipendiar/RDE -vilipendie/GS -vilipendia/S -vilipendio/S -vilipendioso/GS -vilipendiosa/S -villa/CS -villana/a -villanada/Sa -villanaje/S -villanamente -villancico/S -villanciquero/GS -villanciquera/S -villanesco/GS -villanesca/S -villanía/S -villano/aG -villanos -villazgo/S -villorrio/S -vilmente -vil/MS -vilordo/GS -vilorda/S -vilorta/i -vilorto/iG -vilortos -vilo/S -viltrotear/RED -viltrotee/GS -viltrotea/S -viltrotera/S -vimbre/S -vinagrada/Sia -vinagre/iSa -vinagrero/GS -vinagrera/S -vinagreta/S -vinagrillo/S -vinagroso/SG -vinagrosa/S -vinajera/S -vinares/i -vinariego/S -vinario/GS -vinaria/S -vinar/pi -vinatero/GSL -vinatera/S -vinazo/GS -vinaza/S -vincapervinca/S -vinco/S -vinculable/S -vinculad/h -vincula/h -vinculándole/S -vinculándome -vinculándonos -vinculándoos -vinculándote -vinculan/h -vinculante/S -vincularle/S -vincular/RhAÁÀÄDE -vinculé/h -vincule/hGS -vinculen/h -vinculo/h -vinculó/h -vínculo/S -vindicación/S -vindicador/GS -vindicadora/S -vindicad/p -vindican/p -vindica/p -vindicar/pDRE -vindicativo/SG -vindicativa/S -vindicatorio/GS -vindicatoria/S -vindico/Gp -vindicó/p -vindicta/S -vindique/p -vindiqué/p -vine/noltirafgps -vínico/SG -vínica/S -vinicultor/GS -vinicultora/S -vinicultura/S -viniéndome -viniéndonos -viniéndoos -viniéndote -viniente/lS -vinillo/S -vinilo/S -vinolento/GS -vinolenta/S -vino/noltirafgps -vinos -vinoso/SGK -vinosa/S -vinotera/S -vinote/S -vinta/S -viñador/S -viña/S -viñedo/S -viñeta/S -vio/C -violáceo/SG -violácea/S -violada/k -violado/kSG -violador/SG -violadora/S -violar/READÄÁÂÀ -violentamente -violentar/RÀÁED -violente/FGS -violento/S -violero/S -viole/SG -viola/S -violetero/SG -violetera/S -violeto/GS -violeta/S -violinista/S -violín/S -violoncelista/S -violoncelo/S -violonchelista/S -violonchelo/S -viperino/GS -viperina/S -viracocha/S -virad/iph -virador/S -virago/S -vira/hip -viraje/S -viral/S -viran/iph -virarme -virarnos -viraros -virar/pRihDE -virarte -vire/iSGhp -viren/iph -viré/pih -virgaza/S -virgen/S -virgiliano/GS -virgiliana/S -virginal/S -virginiano/GS -virginiana/S -virginia/S -virginidad/S -virgo/S -vírgula/S -virgulilla/S -vírico/GS -vírica/S -virigaza/S -virilice/S -virilizar/RDE -virilizo/G -viril/KS -virilmente -viro/hip -virolento/GS -virolenta/S -virolo/GS -virola/S -viró/pih -virote/S -virreinal/S -virreinato/S -virreino/GS -virreina/S -virrey/S -virtualmente -virtual/SK -virtud/S -virtuosamente -virtuosismo/S -virtuoso/GSO -virtuosa/S -viruela/S -virulencia/S -virulento/GS -virulenta/S -virus/c -viruta/S -visa/bStgap -visad/tpa -visajero/GS -visajera/S -visaje/S -visan/tpa -visar/aRtpDE -visceral/S -víscera/S -visco/i -viscos -viscoso/GKS -visear/RDE -visee/GS -visea/S -visen/tpa -visé/pat -visera/S -vise/tGSpa -visibilice/S -visibilizar/RDE -visibilizo/G -visible/kJnS -visiblemente/k -visigodo/GS -visigoda/S -visionario/GS -visionaria/S -visionar/RDÀE -visione/G -visión/nSop -visirato/S -visir/S -visitador/GS -visitadora/S -visitante/S -visita/pS -visitar/RÚøÅÄÆÁÂÀDAE -visite/GS -visita/S -visiteo/S -vislumbrar/REDÀ -vislumbre/SG -vislumbra/S -visontino/GS -visontina/S -viso/obSa -visó/pat -visoria/o -visorio/oSG -visor/ntSpo -víspera/S -vis/SN -vistáis/aj -vistámonos -vistamos/j -vistan/ajihrkp -vista/nikrpahjo -vístanse -vístase -vistazo/S -viste/ikrnGajhp -vísteme -visten/ajihrkp -vístenos -vistes/ajihrkp -vístete -vistiéndole/SG -vistiéndola/S -vistiéndolo/S -vistiéndome -vistiéndonos -vistiéndoos -vistiéndote -vistillas -vistió/pkrhi -visto/nikroGpahj -vistosamente -vistoso/KGS -vistos/onjp -visualice/S -visualizar/ERDAÄÀÁ -visualizo/G -visual/KS -visualmente -visura/S -vitad/k -vita/k -vitalicio/GS -vitalicia/S -vitalicista/S -vitalismo/S -vitalista/S -vital/OKS -vitaminado/GS -vitaminada/S -vitamina/S -vitando/GS -vitanda/S -vitan/k -vitar/kRDE -vité/k -vite/kSG -vitelino/GS -vitelina/S -vitelo/GS -vitela/S -viten/k -vites/if -viticultor/GS -viticultora/S -viticultura/S -vitivinicultor/GS -vitivinicultora/S -vitivinicultura/S -vito/k -vitó/k -vitola/S -vitorear/RÀÂDE -vitoree/SG -vitorea/S -vitoriano/GS -vitoriana/S -vitoria/S -vítor/S -vitral/S -vítreo/SG -vítrea/S -vitre/S -vitrificable/S -vitrificad/h -vitrifica/h -vitrifican/h -vitrificar/RhED -vitrifico/Gh -vitrificó/h -vitrifique/h -vitrifiqué/h -vitrina/S -vitriolo/S -vitualla/a -vituallad/a -vituallan/a -vituallar/REaD -vituallé/a -vituallen/a -vitualle/SGa -vitualla/S -vituallo/a -vitualló/a -vituperable/S -vituperador/GS -vituperadora/S -vituperar/RDÂÀE -vitupere/GS -vitupera/S -vituperio/S -viuda/i -viudal/S -viudedad/S -viudez/S -viudo/iG -viudos -vivac -viva/hrafpq -viváis/a -vivalavirgen -vívalo/SG -vívala/S -vivamente -vivandero/SG -vivandera/S -vívanlo/GS -vívanla/S -vivan/rpahf -vivaquear/RED -vivaquee/SG -vivaquea/S -vivaque/S -vivaracho/GS -vivaracha/S -vivariense/S -vivar/SaE -vivaz/SK -vívelo/GS -vívela/S -vivencia/tf -viven/rpahf -víveres -vivero/S -vivérrido/GS -vivérrida/S -vive/rSGhpaf -viveza/S -vivía/fhpr -vividera/S -vividero/pS -vividlo/GS -vividla/S -vívido/GS -vívida/S -vividor/SG -vividora/S -vivid/rphf -viviendo/G -vivientes/r -viviente/tfFS -vivificador/SG -vivificadora/S -vivificad/p -vivifican/p -vivificante/S -vivifica/p -vivificarlo/GS -vivificarla/S -vivificar/pRDE -vivificó/p -vivifico/pG -vivifique/p -vivifiqué/p -vivijagua/S -vivió/fhpr -vivíparo/SG -vivípara/S -viví/pfrh -vivires -vivir/rRDfEhp -vivís/fhpr -vivismo/S -viviste/G -vivo/hraqGfp -vivos/q -vizcaíno/SG -vizcaína/S -vizcondado/S -vizconde/S -vizcondesa/S -vocablo/S -vocabulario/S -vocabulista/S -vocacional/S -vocación/oSf -vocálica/l -vocalice/S -vocálico/lSG -vocalismo/S -vocalista/S -vocalizador/SG -vocalizadora/S -vocalizar/RED -vocalizo/G -vocalmente -vocal/qS -vocativo/oS -voceador/SG -voceadora/S -vocear/RDE -vocee/SG -vocea/S -vocerío/S -vocero/SG -vocera/S -vociferador/SG -vociferadora/S -vociferante/S -vociferar/RDE -vocifere/SG -vocifera/S -vocinglero/GS -vocinglera/S -vodevil/S -vodka/S -voila/S -voladero/GS -voladera/S -voladizo/GS -voladiza/S -volador/SG -voladora/S -volad/rp -voladura/S -volandas -volandero/SG -volandera/S -volandillas -volante/GS -volanta/S -volantón/GS -volantóna/S -volarle/S -volarme -volarnos -volaros -volar/RrIpD -volarte -volatero/LS -volatice/S -volatilice/S -volatilidad/S -volatilizable/S -volatilizar/RDE -volatilizo/G -volatilla/S -volátil/S -volatinero/GS -volatinera/S -volatín/S -volatizar/RDE -volatizo/G -volcad/p -volcánico/GS -volcánica/S -volcán/S -volcar/pDRÁI -volcó/p -volead/p -volean/p -volea/p -volear/ERpD -volee/GpS -voleen/p -voleé/p -voleibol/S -voleo/p -voleó/p -volé/pr -volframio/S -volitar/RED -volite/GS -volita/S -volitivo/GS -volitiva/S -voló/pr -volquear/RDE -volquee/SG -volquea/S -volqué/p -volquetero/S -volquete/S -voltaico/S -voltaje/S -voltario/GSK -voltaria/S -volteador/SG -volteadora/S -voltear/REôÆÄÁD -voltee/GS -voltea/S -voltejar -voltejear/RDE -voltejee/GS -voltejea/S -volteo/S -voltereta/S -volterianismo/S -volteriano/SG -volteriana/S -volteta/S -voltio/S -voltizo/GS -voltiza/S -volt/S -voluble/SJ -volumen/S -voluminoso/GS -voluminosa/S -voluntad/S -voluntariado/S -voluntaria/k -voluntariamente/k -voluntario/kGSK -voluntariosamente -voluntarioso/SG -voluntariosa/S -voluptuosamente -voluptuoso/GKS -voluta/S -volváis/hpi -volvámonos/i -volvamos/iph -volvedera/S -volved/hpig -volvéis/hpi -volvemos/hip -volveos/i -volverá/ihp -volverán/pih -volverás/pih -volveré/ihp -volveréis/h -volver/gÍRÝIÄÇÃÑÀÁL -volvería/iSph -volverían/h -volverla/ip -volverlo/pSGi -volverme/ip -volveros/ip -volverse/hip -volverte/ip -volvía/giphS -volvíais/phi -volvíamos/h -volvían/hpi -volviendo/h -volviéndola/i -volviéndolo/iSG -volviéndome -volviéndonos -volviéndoos -volviéndote -volvieran/h -volviera/phi -volvieren/h -volviere/piGSh -volvieron/h -volviesen/h -volviese/piSh -volví/gphi -volvimos/phi -volvió/giph -volviste/phi -volvo/S -vólvulo/fS -vómico/GS -vómica/S -vomitador/GS -vomitadora/S -vomitar/ÄREÁÀÂD -vomite/GS -vomita/S -vomitivo/GS -vomitiva/S -vomitorio/SG -vomitoria/S -vómito/S -vorágine/S -voraginoso/GS -voraginosa/S -voraz/KS -vorazmente -vórtice/S -vortiginoso/GS -vortiginosa/S -vos/a -vosear/RED -vosee/GS -vosea/S -vosotras -vosotros -votación/S -votador/SG -votadora/S -votad/p -votan/p -votante/S -vota/pg -votarlo/GS -votarla/S -votar/pRDE -vote/GSp -vota/S -voten/p -voté/p -votó/p -voto/SgG -voy/f -vozarrón/S -voz/LS -voznar/RED -vozne/GS -vozna/S -vudú/S -vuecelencia/S -vuecencia/S -vuelapluma/S -vuela/pr -vuelca/p -vuelco/p -vuelcos -vuele/pr -vuelo/pr -vuelos -vuelta/phigjS -vuelto/piGShg -vueludo/GS -vueluda/S -vuélvala/i -vuélvalo/iGS -vuelvan/ihp -vuélvanla/i -vuélvanlo/iGS -vuélvanse/i -vuelva/phig -vuélvase/i -vuelven/ihp -vuelve/piSGhg -vuélvete/i -vuelvo/phig -vuesarced/S -vuestro/SG -vuestra/S -vulcanice/S -vulcanismo/S -vulcanista/S -vulcanita/S -vulcanizar/RDE -vulcanizo/G -vulgarice/S -vulgarismo/S -vulgarizador/GS -vulgarizadora/S -vulgarizar/RED -vulgarizo/G -vulgar/KSO -vulgarmente -vulgo/S -vulnerable/kSJ -vulnerario/GS -vulneraria/S -vulnerar/RÀDE -vulnere/GS -vulnera/S -vulpeja/S -vultuoso/GS -vultuosa/S -vulturno/S -vulva/S -vusted/S -wagneriano/GS -wagneriana/S -Wallis -washingtoniano/GS -washingtoniana/S -watt/S -web -weber -webers -western -westerns -westfaliano/SG -westfaliana/S -whisky -whiskys -Wide -wolframio -World -xenofobia/S -xenón -xerocopiar/RDE -xerocopie/SG -xerocopia/S -xerografiar/RDI -xerografíe/GS -xerografía/S -xi -xíes -xifoideo/GS -xifoidea/S -xifoides -xilófono/S -xilotila/S -ya -yaca/S -yacedor/S -yaced/s -yacen/s -yacente/sS -yacer/RIsLD -yace/sS -yacía/s -yaciente/S -yacija/S -yacimiento/S -yacio/S -yació/s -yací/s -yagan/s -yaga/s -yago/sG -yaguar/S -yagua/S -yak/S -yambo/S -yang -yanqui/S -yantar -yanta/S -yarda/S -y/aSp -yate/S -yayo/GS -yaya/S -yazca/s -yazco/s -yazga/s -yazgo/s -ye -yebo/S -yedra/S -yeguada/S -yeguarizo/S -yeguar/S -yegua/S -yelmo/S -yema/hS -Yemen -yendo -yéndome -yéndonos -yéndoos -yéndose -yéndote -yen/S -yente/S -yerbajo/S -yerba/Shi -yerbera/S -yergan -yergo/G -yerguen -yergue/S -yerma/a -yermad/a -yerman/a -yermar/aRDE -yermé/a -yermen/a -yerme/SGa -yerma/S -yermó/a -yermo/S -yerno/S -yero/S -yerran -yerren -yerre/SG -yerra/S -yerro/S -yerta/pS -yerto/SG -yerta/S -yervo/S -yes -yesar/Si -yesca/S -yesero/GS -yesera/S -yeso/i -yesos -yesoso/GS -yesosa/S -yesquero/S -yeyuno/S -yezgo/S -Yibuti -yin -yo -yodado/GS -yodada/S -yodoformo/S -yodo/S -yodurar/RDE -yodure/GS -yodura/S -yogar -yogur/S -york -yubarta/S -yuca/S -yugada/hSsi -yuglandáceo/GS -yuglandácea/S -yugos -yugo/shi -Yugoslavia -yugoslavo/SG -yugoslava/S -yuguero/S -yugueta/S -yugular/RED -yugule/SG -yugula/S -yunque/S -yuntar/ia -yuntero/S -yunto/SG -yunta/S -yusero/GS -yusera/S -yuso/a -yute/S -yuxtaponer/XA -yuxtapón/S -yuxtapuesto/GS -yuxtapuesta/S -zabordar/DRE -zaborde/GS -zaborda/S -zaboyar/RED -zaboye/GS -zaboya/S -zabra/S -zabucar/RED -zabuco/G -zabulle/GS -zabulla/S -zabullir/RED -zabuquear/ERD -zabuquee/SG -zabuquea/S -zacear/RDE -zacee/GS -zacea/S -zafarí/S -zafarrancho/S -zafar/RDEÁÀ -zafe/GS -zafa/S -zafiamente -zafio/SGK -zafia/S -zafiro/S -zagalejo/S -zagal/GS -zagala/S -zaga/Spa -zagual/S -zaguanete/S -zaguán/S -zaguero/GS -zaguera/S -zahareño/SG -zahareña/S -zaharrón/S -zahena/S -zahén/S -zaherir/XDÁÀ -zahinar/S -zahína/S -zahondar/RDE -zahonde/GS -zahonda/S -zahón/S -zahorar/RDE -zahore/GS -zahora/S -zahoriar/RDE -zahorie/GS -zahoria/S -zahorí/S -zahorra/S -zahúrda/S -zaina/i -zaino/Gi -zainos -zajarí/S -zalama/Si -zalamero/LGS -zalea/aS -zalear/RDE -zalee/GS -zalea/S -zallar/RDE -zalle/GS -zalla/S -zamarra/NS -zamarrear/REÄD -zamarree/GS -zamarrea/S -Zambia -zamboa/aS -zambo/GS -zamba/S -zambomba/H -zambombo/GS -zambomba/S -zambra/S -zambucar/RED -zambuco/G -zambulle/GS -zambulla/S -zambullidor/GS -zambullidora/S -zambullir/RBÁÀDEP -zaminar/RED -zamine/GS -zamina/S -zamorano/GS -zamorana/S -zampabollos -zampapalo/S -zampar/ERÃDÁ -zampatortas -zampear/ERD -zampee/GS -zampea/S -zampe/SG -zampa/S -zampoña/S -zampuce/S -zampuzar/RDE -zampuzo/G -zanahoria/S -zanca/aS -zancada/N -zancadillear/RED -zancadillee/GS -zancadillea/S -zancado/GS -zancada/S -zancajear/RED -zancajee/GS -zancajea/S -zancajera/S -zancajiento/GS -zancajienta/S -zancajo/S -zancajoso/GS -zancajosa/S -zanco/GS -zanca/S -zancudo/GS -zancuda/S -zangaburra/S -zangala/S -zanganear/RDE -zanganee/SG -zanganea/S -zángano/GS -zángana/S -zangarrear/RDE -zangarree/GS -zangarrea/S -zangarriana/S -zanga/S -zangolotear/RED -zangolotee/GS -zangolotea/S -zangolotino/GS -zangolotina/S -zangotear/RED -zangotee/SG -zangotea/S -zanjar/RDEÀ -zanje/GS -zanja/S -zanjón/S -zanquear/RDE -zanquee/GS -zanquea/S -zanquilargo/GS -zanquilarga/S -zanquivano/SG -zanquivana/S -zapador/S -zapapico/S -zaparda/S -zaparrada/S -zaparrastrar/RED -zaparrastre/SG -zaparrastra/S -zaparrastroso/GS -zaparrastrosa/S -zaparrazo/S -zapar/RDE -zapata/HN -zapateador/SG -zapateadora/S -zapatear/RDE -zapatee/GS -zapatea/S -zapateo/S -zapatero/GS -zapatera/S -zapateta/S -zapatiesta/S -zapatilla/H -zapatillero/GS -zapatillera/S -zapato/GS -zapata/S -zapatudo/GS -zapatuda/S -zapear/RED -zapee/SG -zapea/S -zape/GS -zapa/S -zapote/NS -zapotero/S -za/pSi -zapuce/S -zapuzar/RED -zapuzo/G -zaquear/RDE -zaque/aS -zaquee/GS -zaquea/S -zarabandista/S -zarabando/GS -zarabanda/S -zarabutear/ERD -zarabutee/SG -zarabutea/S -zarabutero/GS -zarabutera/S -zaracear/RED -zaracee/GS -zaracea/S -zaragatear/RDE -zaragatee/SG -zaragatea/S -zaragatona/S -zaragocí -zaragocíes -Zaragoza -zaragozano/SG -zaragozana/S -zaragutear/RED -zaragutee/SG -zaragutea/S -zaragutero/GS -zaragutera/S -zarajo/S -zarambeque/S -zaranda/a -zarandad/a -zarandajo/GS -zarandaja/S -zarandalí/S -zarandan/a -zarandar/aRDE -zarandé/a -zarandear/RDÅÄÆÁÀÂE -zarande/aSG -zarandee/SG -zarandea/S -zaranden/a -zarandero/GS -zarandera/S -zarandillo/G -zarandó/a -zarando/N -zaranga/S -zarangollo/S -zarapito/S -zar/aSp -zarazo/SG -zaraza/S -zarbo/S -zarcear/RED -zarcee/GS -zarcea/S -zarcero/S -zarceta/S -zarcillitos -zarco/GS -zarca/S -zargatona/S -zariano/GS -zariana/S -zarigüeya/S -zarina/S -zarismo/S -zarista/S -zarja/Sa -zarpa/H -zarpar/ERD -zarpe/SG -zarpa/S -zarposo/GS -zarposa/S -zarramplinada/S -zarramplín/S -zarrapastra/S -zarrapastrosamente -zarrapastroso/GS -zarrapastrosa/S -zarrio/GS -zarria/S -zarzaganillo/S -zarzagán/S -zarza/iS -zarzal/S -zarzamora/S -zarzaparrillar/S -zarzaparrilla/S -zarzo/SGN -zarza/S -zarzoso/GS -zarzosa/S -zarzuela/S -zarzuelero/SG -zarzuelera/S -zarzuelista/S -zas -zascandilear/RDE -zascandilee/GS -zascandilea/S -zascandil/S -zatara/S -zata/S -zatico/S -zaya/S -zeda/SN -Zelanda -zelote/S -zen -zendo/GS -zenda/S -zenit -zeta/S -zeugma/S -zigomorfo/SG -zigomorfa/S -zigoto/S -zigzag -zigzagueante/S -zigzaguear/RED -zigzaguee/GS -zigzaguea/S -zigzagues -Zimbabwe -zinc -zipizape/S -ziszás/S -zoca/ha -zócalo/S -zocatear/RDE -zocatee/GS -zocatea/S -zocato/GS -zocata/S -zoco/aGh -zocos -zodiacal/S -zodiaco/S -zofra/aS -zoizo/S -zollipar/RDE -zollipe/GS -zollipa/S -zolocho/GS -zolocha/S -zoma/S -zompo/SG -zompa/S -zonal/S -zona/S -zonificar/RDE -zonifico/G -zonote/S -zonzo/GS -zonza/S -zoo/a -zoófago/SG -zoófaga/S -zoofilia/S -zooftirio/S -zoografía/S -zoología/S -zoológico/GS -zoológica/S -zoomorfo/GS -zoomorfa/S -zoonosis -zooplancton -zoos -zoospora/S -zootecnia/S -zopenco/GS -zopenca/S -zopetero/S -zopilote/S -zopisa/S -zopitas -zopo/GS -zopa/S -zoqueta/i -zoquetero/GS -zoquetera/S -zoquete/SGi -zoqueta/S -zoquetudo/GS -zoquetuda/S -zorcico/S -zorito/GS -zorita/S -zoroástrico/GS -zoroástrica/S -zoroastrismo/S -zorollo/GS -zorolla/S -zorongo/S -zorra/a -zorrear/RED -zorree/GS -zorrea/S -zorrero/GS -zorrera/S -zorro/aG -zorrocloco/S -zorros -zorruno/GS -zorruna/S -zorzaleño/S -zorzal/S -zóster/S -zote/aS -zozobrar/RED -zozobre/GS -zozobra/S -zozobroso/GS -zozobrosa/S -zuavo/S -zubia/S -zuda/S -zueco/SG -zueca/S -zuela/aS -zuiza/S -zulacad/h -zulaca/h -zulacan/h -zulacar/EhRD -zulaco/Gh -zulacó/h -zulaquear/ERD -zulaque/aSh -zulaquee/GS -zulaquea/S -zulaqué/h -zullar/RDE -zulle/SG -zulla/S -zumacal/S -zumacar/RED -zumaco/G -zumbador/GS -zumbadora/S -zumbar/RÁDÅÆE -zumbe/GS -zumba/S -zumbel/S -zumbido/S -zumbón/GS -zumbóna/S -zumo/NS -zumoso/SG -zumosa/S -zunchad/i -zuncha/i -zunchan/i -zunchar/iRED -zunché/i -zunche/iSG -zunchen/i -zuncho/i -zunchó/i -zunchos -zuñe/GS -zuña/S -zuñir/RED -zurano/SG -zurana/S -zura/pS -zurcen/p -zurce/pS -zurcía/p -zurcidor/GS -zurcidora/S -zurcid/p -zurcidura/S -zurciéndole/S -zurció/p -zurcí/p -zurcir/EpRD -zurcís/p -zurde/GS -zurda/S -zurdera/S -zurdir/RED -zurdo/S -zurear/RDE -zuree/GS -zurea/S -zurita/aS -zurito/SG -zurita/S -zuriza/iS -zuro/GS -zura/S -zurrador/GS -zurradora/S -zurrapa/S -zurrapiento/GS -zurrapienta/S -zurraposo/GS -zurraposa/S -zurrar/RDÂÀÆE -zurre/GS -zurra/S -zurriaga/H -zurriagar/ERÍD -zurriago/GS -zurriaga/S -zurriar/RDI -zurribanda/S -zurriburri/S -zurrir/RD -zurrí/S -zurronada/Sia -zurrones/ia -zurrón/S -zurrumbera/S -zurruscar/RED -zurrusco/G -zurullo/S -zurumbático/SG -zurumbática/S -zurupeto/S -zurzan/p -zurza/p -zurzo/Gp -zutano/SG -zutana/S -zuzar/a diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG.prefs b/compling.core/data/Spanish/grammar/Inf_SpECG.prefs deleted file mode 100644 index 35fc640..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG.prefs +++ /dev/null @@ -1,35 +0,0 @@ - -GRAMMAR_EXTENSIONS = grm - -GRAMMAR_PATHS ::== - ./Inf_SpECG -; - -ONTOLOGY_PATHS ::== - ./Inf_SpECG/Sp_ontology.ont -; - -ROBUST = FALSE -BEAM_SIZE = 3 -DEFAULT_OMISSION_PROB = 0 -DEBUG = FALSE -NUM_ANALYSES_RETURNED = 6 -MULTI_ROOT_PENALTY = -3 - -EXAMPLE_SENTENCES ::== -la niñ a -el niñ o -las chic a s -los chic o s -la clase -las clase s -sal ió -lleg ó -sal ió de la clase -lleg ó de la clase -la chic a salió -la chic a llegó -las chic a s sal ieron de la s clase s -la chic a lleg ó a la clase -los chic o s guap o s sal ieron de la s clase s -; diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG.sents b/compling.core/data/Spanish/grammar/Inf_SpECG.sents deleted file mode 100644 index a3b8ee7..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG.sents +++ /dev/null @@ -1,31 +0,0 @@ -a -he slid -he could slide -he could sliding -he could slid -he was sliding -he was slid -he was slide -he had slid -he had sliding -he had slide -he could have slide -he could be sliding -he had been sliding -he could have been sliding -he had could slid -he was being sliding -he was being slid - -he not slid -he could not slide -he was not sliding -he had not slid -he could be not sliding -he could not be not sliding -he did slide - -could he be sliding -did he slide -did he sliding -did he slid diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_adjRoots.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_adjRoots.grm deleted file mode 100644 index df00023..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_adjRoots.grm +++ /dev/null @@ -1,176 +0,0 @@ -/************ -*** -*** Adjectives -*** -*** This file has constructions for abstract adjectives and adjectival phrases -*** As well as example lexical adjectives. -*** -*** The file also contains a construction for building a simple list of adjectives -*** which is the only concrete construction for building adjectival phrases of -*** more than one word. More adjectival phrases need to be written, obviously. -*** -*************/ - -/************ -*** -*** Building Adjectival Phrases -*** -*** Currently just supporting simple adjective lists e.g. 'the big green apple' -*** Represented as left recursive trees -*** -*************/ -general construction AdjectivalPhrase - subcase of HasNominalFeatures - meaning:Modifier - -general construction Adj - subcase of Word, AdjectivalPhrase, - SimpleAdjectiveList - -general construction SimpleAdjectiveList - subcase of AdjectivalPhrase - -construction SimpleAdjectiveListRecursive - subcase of SimpleAdjectiveList - constructional - constituents - list : SimpleAdjectiveList - adj : Adj - constraints - adj.features <--> list.features - self.features <--> list.features - form - constraints - list.f meets adj.f - meaning - constraints - self.m.modifiedEntity <--> list.m.modifiedEntity - self.m.modifiedEntity <--> adj.m.modifiedEntity - - -/** -* Spanish morphology requires to distinguish between Singular and -* Plural nouns and gendered and ungendered roots. For example, -* 'chic' (root for boy and girl) is an ungendered root that -* requires a gender suffix and can also have a number suffix. -* However, nouns like 'clase' (classroom) have an implicit gender -* and cannot have a gender suffix while they can have a number suffix. -* (The same states for adjectives) -*/ -construction UngenderedRootPluralAdjective - subcase of Adj - constructional - constituents - root : UngenderedAdjectivalRoot - genderSuffix : GenderSuffix - numberSuffix : NumberSuffix - constraints - self.features.gender <--> genderSuffix.features.gender - self.features.number <--> genderSuffix.features.number - form - constraints - root.f meets genderSuffix.f - genderSuffix.f meets numberSuffix.f - meaning - constraints - self.m <--> root.m - - -construction UngenderedRootSingularAdjective - subcase of Adj - constructional - constituents - root : UngenderedAdjectivalRoot - suffix : GenderSuffix - constraints - self.features <--> suffix.features - form - constraints - root.f meets suffix.f - meaning - constraints - self.m <--> root.m - - -construction GenderedRootPluralAdjective - subcase of Adj - constructional - constituents - root : GenderedAdjectivalRoot - suffix : NumberSuffix - constraints - self.features <--> suffix.features - form - constraints - root.f meets suffix.f - meaning - constraints - self.m <--> root.m - - -construction GenderedRootSingularAdjective - subcase of Adj - constructional - constituents - root : GenderedAdjectivalRoot - constraints - self.features.number <-- "singular" - meaning - constraints - self.m <--> root.m - - -/************ -*** -*** Example root Adjectives -*** -*************/ - -general construction UngenderedAdjectivalRoot - subcase of Morpheme - meaning : Modifier - -general construction GenderedAdjectivalRoot - subcase of Morpheme - meaning : Modifier - -construction Roj - subcase of UngenderedAdjectivalRoot - form - constraints - self.f.orth <-- "roj" - meaning:ScalarModifier - constraints - self.m.scalarValue <-- "red" //central red?, red hair? - self.m.scale <-- "colorSpace" //multi-dimensional scale??? - -construction Guap - subcase of UngenderedAdjectivalRoot - form - constraints - self.f.orth <-- "guap" - meaning:ScalarModifier - constraints - self.m.scalarValue <-- "beauty" //central red?, red hair? - self.m.scale <-- "beautySpace" //multi-dimensional scale??? - -construction Alt - subcase of UngenderedAdjectivalRoot - form - constraints - self.f.orth <-- "alt" - meaning:ScalarModifier - constraints - self.m.scalarValue <-- "tall" //central red?, red hair? - self.m.scale <-- "size" //multi-dimensional scale??? - -construction Grande - subcase of GenderedAdjectivalRoot - form - constraints - self.f.orth <-- "grande" - meaning:ScalarModifier - constraints - self.m.scalarValue <-- "big" - self.m.scale <-- "size" - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_adverb.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_adverb.grm deleted file mode 100644 index 06aaebd..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_adverb.grm +++ /dev/null @@ -1,47 +0,0 @@ -/************************************************************ -*** -*** This file is a place holder for adverbs. By now, only -*** adverbs that modify verbs are implemented. However, -*** it would be interesting to implement adverbs that -*** modify adjectives (such as 'muy' (very). -*** -************************************************************/ - -general construction AdverbialPhrase - meaning:Modifier - -general construction Adverb - subcase of Word, AdverbialPhrase - -general construction PolarityAdverb - subcase of Adverb - - -schema Negation - subcase of Modifier - -construction No - subcase of PolarityAdverb - form - constraints - self.f.orth <-- "no" - meaning: Negation - -/*schema Support - subcase of Modifier - -construction So - subcase of PolarityAdverb - form - constraints - self.f.orth <-- "so" - meaning:Support*/ - -//Slowly -construction lentamente - subcase of Adverb - form - constraints - self.f.orth <-- "lentamente" - meaning: Modifier - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-causation.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-causation.grm deleted file mode 100644 index fae9bdc..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-causation.grm +++ /dev/null @@ -1,104 +0,0 @@ -//general construction ActiveTransitiveCEA -// subcase of ArgumentStructure -// constructional -// constituents -// np: NP [1.0, .9] -// form -// constraints -// v.f before np.f -// meaning: CauseEffectAction -// constraints -// self.m.affected <--> np.m.referent - - - - - -// causative action, Causer profiled -//e.g. he hit the table - -//construction ActiveTransitiveProfiledCauser -// subcase of ActiveTransitiveCEA -// meaning: CauseEffectAction -// evokes ForcefulMotionAction as fma -// constraints -// v.m <--> fma -// self.m.process1 <--> fma.process1 -// self.m.causer <--> ed.profiledParticipant -// self.m.x-net <--> fma.routine - - - - - - -// causative action, Instrument profiled -//e.g. The hammer hit the table - -//construction ActiveTransitiveProfiledInstrument -// subcase of ActiveTransitiveCEA -// meaning: CauseEffectAction -// evokes ForcefulMotionAction as fma -// constraints -// v.m <--> fma -// self.m.process1 <--> fma.process1 -// self.m.process1.instrument <--> ed.profiledParticipant -// self.m.x-net <--> fma.routine - -// Agentively caused process, Causer profiled -//e.g. He slid the box - -//construction ActiveTransitiveProfiledCauserResultProcess -// subcase of ActiveTransitiveCEA -// meaning: CauseEffectAction -// evokes Motion as mp -// constraints -// mp <--> v.m -// self.m.process2 <--> mp -// self.m.causer <--> ed.profiledParticipant - - -//Passive CEA -//general construction PassiveCEA -// subcase of ArgumentStructure -// constructional -// constituents -// optional byPhrase:ByPhrase -// constraints -// v.features.verbform <-- PastParticiple -// form -// constraints -// v.f before byPhrase.f -// meaning:CauseEffectAction -// constraints -// self.m.affected <--> ed.profiledParticipant - - -//construction PassiveCEACauserBYPhrase -// subcase of PassiveCEA -// meaning -// evokes ForcefulMotionAction as fma -// constraints -// v.m <--> fma -// self.m.process1 <--> fma.process1 -// self.m.causer <--> byPhrase.m.landmark -// self.m.x-net <--> fma.routine - -//construction PassiveCEAInstrumentBYPhrase -// subcase of PassiveCEA -// meaning -// evokes ForcefulMotionAction as fma -// constraints -// v.m <--> fma -// self.m.process1 <--> fma.process1 -// self.m.process1.instrument <--> byPhrase.m.landmark -// self.m.x-net <--> fma.routine - -//construction PassiveCEACauserBYPhraseResultProcess -// subcase of PassiveCEA -// meaning -// evokes Motion as mp -// constraints -// mp <--> v.m -// self.m.process2 <--> mp -// self.m.causer <--> byPhrase.m.landmark diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-control.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-control.grm deleted file mode 100644 index 9d50470..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-control.grm +++ /dev/null @@ -1,44 +0,0 @@ - - - -//construction SubjectControl -// subcase of ArgumentStructure -// constructional -// constituents -// v:ControlVerb -// vp:VP -// constraints -// vp.features.verbform <-- Infinitive -// form -// constraints -// v.f before vp.f -// meaning -// constraints -// self.m.protagonist <--> ed.profiledParticipant -// vp.ed.profiledParticipant <--> ed.profiledParticipant - //ed.eventType <--> ed.profiledProcess -// self.m <--> v.m -// vp.ed <--> v.m.event - - -//construction SubjObjRaising -// subcase of ArgumentStructure -// constructional -// constituents -// v:ControlVerb -// np: NP -// vp:VP -// constraints -// vp.features.verbform <-- Infinitive -// np.features.case <-- "acc" -// form -// constraints -// v.f before np.f -// np.f before vp.f -// meaning -// constraints -// self.m.protagonist <--> ed.profiledParticipant -// np.m.referent <--> vp.ed.profiledParticipant - //ed.eventType <--> ed.profiledProcess -// self.m <--> v.m -// vp.ed <--> v.m.event diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-dit.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-dit.grm deleted file mode 100644 index 5aaa212..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-dit.grm +++ /dev/null @@ -1,73 +0,0 @@ - -//*************************************************** -//Jack gave Jill a cake -//*************************************************** - -//this is a general construction used for inheritance -//general construction ActiveDitransitive -// subcase of ArgumentStructure -// constructional -// constituents -// np1:NP -// np2:NP -// constraints -// np1.features.case <-- "dat" -// np2.features.case <-- "acc" -// form -// constraints -// v.f before np1.f -// np1.f before np2.f -// meaning: ObjectTransfer -// constraints -// self.m.giver <--> ed.profiledParticipant -// self.m.getter <--> np1.m.referent -// self.m.theme <--> np2.m.referent - - -//this cxn actually binds the meaning of "give" to the meaning of the cxn -//construction CentralActiveDitransitive -// subcase of ActiveDitransitive -// meaning -// constraints -// self.m <--> v.m - - - - -//*************************************************** -//Jack threw Jill a cake -//*************************************************** - -//construction ActiveDitransitiveCauseMotion -// subcase of ActiveDitransitive -// meaning -// evokes CauseMotionPathAction as cmp -// constraints -// ignore self.m <--> v.m -// cmp <--> v.m -// cmp.process1 <--> self.m.process1 -// self.m.getter <--> cmp.process2.spg.goal - - - - -//*************************************************** -//Jack baked Jill a cake -//*************************************************** - -//construction ActiveCreationDitransitive -// subcase of ActiveDitransitive -// meaning -// evokes CreationAction as ca -// evokes Intention as int -// constraints -// v.m <--> ca -// ca.creator <--> int.actor -// int.intendedAct <--> self.m.process1 -// ca.creator <--> self.m.giver -// ca.createdThing <--> self.m.theme - - - - - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-intransitive.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-intransitive.grm deleted file mode 100644 index 308451b..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-intransitive.grm +++ /dev/null @@ -1,6 +0,0 @@ -construction IntransitiveArgumentStructure - subcase of ArgumentStructure - meaning: Process - constraints - self.m.protagonist <--> ed.profiledParticipant - self.m <--> v.m diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-motion.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-motion.grm deleted file mode 100644 index eed64b0..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_argstruct-motion.grm +++ /dev/null @@ -1,146 +0,0 @@ -// -// Examples: He walked into the house -// -// construction ActiveMotionPath1 -// subcase of ArgumentStructure -// constructional -// constituents -// pp: Spatial-PP -// form -// constraints -// v.f before pp.f -// meaning: MotionPath -// constraints -// self.m <--> v.m -// self.m.spg <--> pp.m -// self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - - -//construction ChangeOfLocation -// subcase of ArgumentStructure -// constructional -// constituents -// pp: Spatial-PP - // form -// constraints -// v.f before pp.f -// meaning: ChangeOfLocationalState -// constraints -// self.m <--> v.m -// self.m.spg <--> pp.m -// self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - - -// -// Source Construction -// - construction SourceCxn - subcase of ArgumentStructure - constructional - constituents - pp: Spatial-PP [.7] - form - constraints - v.f before pp.f - meaning: Departing - constraints - self.m <--> v.m - self.m.spg <--> pp.m - self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - -// -// Goal Construction -// -construction GoalCxn - subcase of ArgumentStructure - constructional - constituents - pp: Spatial-PP - form - constraints - v.f before pp.f - meaning: Arriving - constraints - self.m <--> v.m - self.m.spg <--> pp.m - self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - - -// construction MotionInitialState -// subcase of ArgumentStructure -// constructional -// constituents -// pp: Spatial-PP -// form -// constraints -// v.f before pp.f -// meaning: Departing -// constraints -// self.m <--> v.m -// self.m.spg <--> pp.m -// self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - - - - - -// -// e.g. He walked into the house -// -//construction ActiveMotionPath1 -// subcase of ArgumentStructure -// constructional -// constituents -// pp: Spatial-PP -// form -// constraints -// v.f before pp.f -// meaning: MotionPath -// constraints -// self.m <--> v.m -// self.m.spg <--> pp.m -// self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - -// -//e.g. He slapped at the box -//there is something funny about this passive? -//construction EffectorMotionPath3 -// subcase of ArgumentStructure -// constructional -// constituents -// pp: Spatial-PP -// form -// constraints -// v.f before pp.f -// meaning: EffectorMotionPath -// evokes ForcefulMotionAction as fma -// constraints -// fma <--> v.m -// self.m <--> fma.process2 -// self.m.spg <--> pp.m -// self.m.protagonist <--> ed.profiledParticipant -// -// -// -//e.g. He slapped his hand at the box -//this one can't be passivized? -//construction ActiveTransitiveEffectorMotionPath3 -// subcase of ArgumentStructure -// constructional -// constituents -// np: NP -// pp: Spatial-PP -// form -// constraints -// v.f before np.f -// np.f before pp.f -// meaning: EffectorMotionPath -// evokes ForcefulMotionAction as fma -// constraints -// fma <--> v.m -// self.m <--> fma.process2 -// self.m.process1.effector <--> np.m.referent -// self.m.spg <--> pp.m -// self.m.protagonist <--> ed.profiledParticipant -// -// diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_aux-lex.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_aux-lex.grm deleted file mode 100644 index dc01ef5..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_aux-lex.grm +++ /dev/null @@ -1,262 +0,0 @@ -//************************** -// Ser Aux -//***************************/ - - - -//************************** -// Estar Aux -//***************************/ - -/*general construction EstarAux - subcase of Aux - constructional - constraints - self.features.expectedVerbForm <-- Gerund // PastParticiple this guarantees either V-do (past participles) or V-ndo (gerunds) - meaning*/ -// constraints -// NCC added below for aspect -// There is a problem here. I don't know how to solve it! I'm commenting this line to "fix" the problem -// self.m.eventFeatures <--> StativeProcess - - - -// THIS HAS TO BE FIXED -// The meaning of Estar and está should be related to State, but I don't how to define it in the Ontology. -// I don't know how to relate State to a more abstract shema!!! -// -/*construction EstarBase - subcase of EstarAux, BaseForm - form - constraints - self.f.orth <-- "estar" - meaning - constraints - self.features.verbform <-- Base - self.m <-- @estar -// self.m.x-net <-- @estar - - -construction ESTà - subcase of EstarAux, PresentTense, Singular, ThirdPerson - form - constraints - self.f.orth <-- "está" */ -// meaning : Process - - -/************************** -*** -*** Be Aux Examples -*** -***************************/ - - -//general construction BeAux -// subcase of Aux -// constructional -// constraints -// self.features.expectedVerbForm <-- Participle // this guarantees either -ed or -ing - // meaning - // constraints - // NCC added below for aspect - // self.ef.eventStructure <-- StativeProcess - -//construction BeBase -// subcase of BeAux, BaseForm -// form -// constraints -// self.f.orth <-- "be" - -//construction BePresent1Sing -// subcase of BeAux, PresentTense, Singular, FirstPerson -// form -// constraints -// self.f.orth <-- "am" - -//construction BePresent3Sing -// subcase of BeAux, PresentTense, Singular, ThirdPerson -// form -// constraints -// self.f.orth <-- "is" - -// separate "are" cxns? -//construction BePresent2Sing -// subcase of BeAux, PresentTense, SecondPerson, Singular -// form -// constraints -// self.f.orth <-- "are" - -//construction BePresentPl -// subcase of BeAux, PresentTense, Plural -// form -// constraints -// self.f.orth <-- "are" - -// separate for 1 and 3 sing? -//construction BePast1Sing -// subcase of BeAux, PastTense, Singular, FirstPerson -// form -// constraints -// self.f.orth <-- "was" - -//construction BePast3Sing -// subcase of BeAux, PastTense, Singular, ThirdPerson -// form -// constraints -// self.f.orth <-- "was" - -//construction BePast2Sing -// subcase of BeAux, PastTense, Singular, SecondPerson -// form -// constraints -// self.f.orth <-- "were" - -//construction BePastPl -// subcase of BeAux, PastTense, Plural -// form -// constraints -// self.f.orth <-- "were" - -//construction BePastPart -// subcase of BeAux, PastParticiple -// form -// constraints -// self.f.orth <-- "been" - -//construction BePresentPart -// subcase of BeAux, PresentParticiple -// form -// constraints -// self.f.orth <-- "being" - - -/************************** -*** -*** Have Aux Examples -*** -***************************/ - -//general construction HaveAux -// subcase of Aux -// constructional -// constraints -// self.features.expectedVerbForm <-- PastParticiple -// meaning -// constraints - // NCC added below for aspect - // self.ef.eventStructure.controlledProcess <-- AfterEffect - -//construction HaveAuxBase -// subcase of HaveAux, BaseForm -// form -// constraints -// self.f.orth <-- "have" - -//construction HaveAuxPresent1Sing -// subcase of HaveAux, PresentTense, FirstPerson, Singular -// form -// constraints -// self.f.orth <-- "have" - -//construction HaveAuxPresent2Sing -// subcase of HaveAux, PresentTense, SecondPerson, Singular -// form -// constraints -// self.f.orth <-- "have" - -//construction HaveAuxPresent3Sing -// subcase of HaveAux, PresentTense, ThirdPerson, Singular -// form -// constraints -// self.f.orth <-- "has" - -//construction HaveAuxPresentPl -// subcase of HaveAux, PresentTense, Plural -// form -// constraints -// self.f.orth <-- "have" - -//construction HaveAuxPast -// subcase of HaveAux, PastTense //PastTense sets the speech time and verbform to Past(Finite) -// form -// constraints -// self.f.orth <-- "had" - -//construction HaveAuxPresentPart -// subcase of HaveAux, PresentParticiple -// form -// constraints -// self.f.orth <-- "having" - -//construction HaveAuxPastPart -// subcase of HaveAux, PastParticiple -// form -// constraints -// self.f.orth <-- "had" - - - -/************************** -*** -*** Do Aux Examples -*** -*** In these examples I follow Sag et al by saying that aux do only occurs in finite forms. -*** -***************************/ - -//general construction DoAux -// subcase of Aux -// constructional -// constraints -// self.features.expectedVerbForm <-- Base - //something about aspect should go in the meaning here? - -//construction DoAuxPresent1stSing -// subcase of DoAux, PresentTense, Singular, FirstPerson -// form -// constraints -// self.f.orth <-- "do" - -//construction DoAuxPresent2ndSing -// subcase of DoAux, PresentTense, Singular, SecondPerson -// form -// constraints -// self.f.orth <-- "do" - -//construction DoAuxPresent3rdSing -// subcase of DoAux, PresentTense, Singular, ThirdPerson -// form -// constraints -// self.f.orth <-- "does" - -//construction DoAuxPresentPlural -// subcase of DoAux, PresentTense, Plural -// form -// constraints -// self.f.orth <-- "do" - -//construction DoAuxPast -// subcase of DoAux, PastTense -// form -// constraints -// self.f.orth <-- "did" - - - -/************************** -*** -*** A Modal Example -*** -***************************/ - - -//construction CouldAux -// subcase of Aux -// constructional -// constraints -// self.features.verbform <-- Finite -// self.features.expectedVerbForm <-- Base -// form -// constraints -// self.f.orth <-- "could" diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_aux.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_aux.grm deleted file mode 100644 index 857e89d..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_aux.grm +++ /dev/null @@ -1,210 +0,0 @@ -/********************************************************* -*** This file provides a starting point for incorporating -*** auxes into the base grammar. I used Sag, Wasow and Bender's -*** "Syntactic Theory" as a guide to the linguistics of auxes, but -*** the approach taken here is quite different in that auxes don't -*** specify and argument structure, and no lexical rules are needed. -*** -*** Currently this file does not do the semantics of auxes with -*** the hope that Nancy and Ellen will work the semantics out. -*** However the syntax of auxes should be ok. And by that I mean -*** that the caveats in section 13.2.3 in "Syntactic Theory" are also -*** a problem here. -*** -*** Note that general constructions PastTense are (currently) in verb.grm -*** -**********************************************************/ - -//general construction Aux -// subcase of HasVerbFeatures, Word -// constructional:AuxFeatures - - -/********** -*** -*** This is the rule that combines a NonFiniteAux with a VP -*** -***********/ -//construction NonFiniteAuxPlusVP -// subcase of VP -// constructional -// constituents -// aux:Aux -// vp:VP -// constraints -// aux.features.verbform <-- NonFinite -// self.features <--> aux.features -// aux.features.expectedVerbForm <--> vp.features.verbform -// form -// constraints -// aux.f meets vp.f //is this right? -// meaning -// constraints -// self.m <--> vp.m //I assume the semantics comes from the vp -// ed <--> vp.ed - //how should the semantics of the aux interact with this cxn? - - -/********** -*** -*** This is the rule that combines a FiniteAux with a VP. -*** Note that this rule is not used for inversion. -*** -*** Motivation for this rule being separate from the NonFiniteAux -*** rule is that optional polarity items like "not", "so" and "too" -*** can (sort of) only occur after the finite aux, and the vp consituent -*** can be elided in this rule, but not the NonFinite rule. -*** Additionally, since modals only occur as finite verbs, this covers -*** the modals at the front constraint for free. -*** -***********/ -//construction FiniteAuxPlusVP -// subcase of VP -// constructional -// constituents -// aux:Aux -// vp:VP -// optional pol:PolarityAdverb -// constraints -// aux.features.verbform <-- Finite -// self.features <--> aux.features -// aux.features.expectedVerbForm <--> vp.features.verbform -// form -// constraints -// aux.f before vp.f -// aux.f meets pol.f -// meaning -// constraints -// self.m <--> vp.m //I assume the semantics comes from the vp -// ed <--> vp.ed - //how should the semantics of the aux interact with this cxn? - //how does the semantics of a polarity item interact with the ED? -// pol.m.modifiedEntity <--> self.m - - -/************************** -*** -*** Be Aux Examples -*** -***************************/ - - -//general construction BeAux -// subcase of Aux -// constructional -// constraints -// self.features.expectedVerbForm <-- Participle - //something about aspect should go in the meaning here? - -//construction BePastSing -// subcase of BeAux, PastTense, Singular -// form -// constraints -// self.f.orth <-- "was" - -//construction BePastPart -// subcase of BeAux, PastParticiple -// form -// constraints -// self.f.orth <-- "been" - -//construction BePresentPart -// subcase of BeAux, PresentParticiple -// form -// constraints -// self.f.orth <-- "being" - -//construction BeBase -// subcase of BeAux, BaseForm -// form -// constraints -// self.f.orth <-- "be" - -/************************** -*** -*** Have Aux Examples -*** -***************************/ - -//general construction HaveAux -// subcase of Aux -// constructional -// constraints -// self.features.expectedVerbForm <-- PastParticiple - //something about aspect should go in the meaning here? - -//construction HaveAuxPast -// subcase of HaveAux, PastTense //PastTense sets the speech time and verbform to Past(Finite) -// form -// constraints -// self.f.orth <-- "had" - -//construction HaveAuxBase -// subcase of HaveAux, BaseForm -// form -// constraints -// self.f.orth <-- "have" - -/************************** -*** -*** Do Aux Examples -*** -*** In these examples I follow Sag et al by saying that aux do only occurs in finite forms. -*** -***************************/ - -//general construction DoAux -// subcase of Aux -// constructional -// constraints -// self.features.expectedVerbForm <-- Base - //something about aspect should go in the meaning here? - -//construction DoAuxPast -// subcase of DoAux, PastTense -// form -// constraints -// self.f.orth <-- "did" - -//construction DoAuxPresent1stSing -// subcase of DoAux, PresentTense, Singular, FirstPerson -// form -// constraints -// self.f.orth <-- "do" - -//construction DoAuxPresent2ndSing -// subcase of DoAux, PresentTense, Singular, SecondPerson -// form -// constraints -// self.f.orth <-- "do" - -//construction DoAuxPresent3rdSing -// subcase of DoAux, PresentTense, Singular, ThirdPerson -// form -// constraints -// self.f.orth <-- "does" - - -//construction DoAuxPresentPlural -// subcase of DoAux, PresentTense, Plural -// form -// constraints -// self.f.orth <-- "do" - - -/************************** -*** -*** A Modal Example -*** -***************************/ - - -//construction CouldAux -// subcase of Aux -// constructional -// constraints -// self.features.verbform <-- Finite -// self.features.expectedVerbForm <-- Base -// form -// constraints -// self.f.orth <-- "could" diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_complexnp.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_complexnp.grm deleted file mode 100644 index d00435f..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_complexnp.grm +++ /dev/null @@ -1,109 +0,0 @@ -// -// complexnp.grm -// - -schema ComplexRD - subcase of RD - -schema ConjRD - subcase of ComplexRD - roles - connective // and or etc. - rd1: RD - rd2: RD - -/* -schema ComplexED - subcase of EventDescriptor - - -schema ConjED - subcase of ComplexED - roles - relation - ed1: EventDescriptor - ed2: EventDescriptor - -general construction ComplexVP - subcase of VP - - -general construction ConjVP - subcase of ComplexVP - constructional - constituents - connective: Conjunction // and or etc. - first: VP - second: VP - form - constraints - first.f meets connective.f - connective.f meets second.f - meaning: ConjED - constraints - first.m <-> self.m.ed.ed1 - second.m <-> self.m.ed.ed2 - connective.m <-> self.m.ed.relation -*/ - -/* -general construction NP - subcase of RootType, HasNominalFeatures - meaning:RD -*/ - -general construction Conjunction - subcase of Word - -construction Y - subcase of Conjunction - form - constraints - self.f.orth <-- "y" - - -construction O - subcase of Conjunction - form - constraints - self.f.orth <-- "o" - - -general construction ComplexNP - subcase of NP - -construction ConjNP - subcase of ComplexNP - constructional - constituents - connective: Y // and or etc. - first: NP - second: NP - form - constraints - first.f meets connective.f - connective.f meets second.f - meaning: ConjRD - constraints - first.m <-> m.rd1 - second.m <-> m.rd2 - connective.m <-> m.connective - - -construction DisjNP - subcase of ComplexNP - constructional - constituents - connective: O // and or etc. - first: NP - second: NP - form - constraints - first.f meets connective.f - connective.f meets second.f - meaning: ConjRD - constraints - first.m <-> m.rd1 - second.m <-> m.rd2 - connective.m <-> m.connective - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_controller.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_controller.grm deleted file mode 100644 index 238b1bb..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_controller.grm +++ /dev/null @@ -1,146 +0,0 @@ -// -// Controller Schemas -// This file was created by Nancy Chang and has undergone some revisions after Feb. 2010 -// - - -// -// This schema is supposed to replace Nancy's schema and is (hopefully) supposed to be -// better to explain aspect in Spanish -// - -schema Controller - roles - profiledPhase - controlledProcess : Controller - ready : State - start - ongoing - finish - done : State - - -// -// profiledPhase // state? // name? could be an x-net phase. could be "controlledProcess.x-net.NAME" by default? -// controlledProcess : Controller // or or x-net? EventDescriptor? associated process -// boundable // Boolean -- goal condition? -// telic // Boolean -// goalResult // Resource? - // below necessary? -// ongoing : State -// pre : State -// post : State -// nucleus : Controller -// duration -// x-net - - -schema State - subcase of Controller - roles -// x-net: @state - - - -// schema Controller // maybe type of Process? -// roles -// profiledPhase // state? // name? could be an x-net phase. could be "controlledProcess.x-net.NAME" by default? -// controlledProcess : Controller // or or x-net? EventDescriptor? associated process -// boundable // Boolean -- goal condition? -// telic // Boolean -// goalResult // Resource? - // below necessary? -// ongoing : State -// pre : State -// post : State -// nucleus : Controller -// duration -// x-net - -// --------------------------------------- - -//schema ProcessController -// subcase of Controller - -//schema TelicProcess -// subcase of Controller -// constraints -// telic <-- "yes" - -//schema StativeProcess -// subcase of ProcessController -// constraints -// profiledPhase <--> nucleus - // set "change" to false? - // nucleus = main - -//schema DynamicProcess -// subcase of ProcessController - // set "change" to true? - -//schema ContinuousProcess -// subcase of DynamicProcess -// roles - // subprocess: Controller // necessary? not always specified; iterated subprocess - -//schema DiscreteProcess -// subcase of DynamicProcess - - -// telic versions - -//schema ChangeOfState -// subcase of DynamicProcess, TelicProcess - -//schema TelicContinuousProcess -// subcase of ContinuousProcess, TelicProcess - - - -// --------------------------------------- - -// static relation -//schema State -// subcase of Controller -// roles -// x-net: @state - - - - -// GRAMMATICALLY MARKED EVENT TYPES - -// meaning of: ing -//schema Ongoing -// subcase of ContinuousProcess -// constraints -// self.profileName <-- "ongoing" -// self.profiledPhase <--> self.ongoing - -//schema AfterEffect -// subcase of DynamicProcess -// constraints -// self.profileName <-- "post" -// self.profiledPhase <--> self.post - - -/*schema Ongoing - subcase of State - evokes ContinuousProcess as cont - roles - // inherits boundable - constraints - self <--> cont.ongoing - self <--> cont.profiledPhase - -schema AfterEffect - subcase of State - evokes DynamicProcess as dyn - constraints - self <--> dyn.post - self <--> dyn.profiledPhase - */ - - - - \ No newline at end of file diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_frames.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_frames.grm deleted file mode 100644 index 3a0741c..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_frames.grm +++ /dev/null @@ -1,271 +0,0 @@ - -//schema Possession -// roles -// possessor -// possessed - - -schema Process // Process is durative; the Protagonist is not necessarily agentive. - roles - protagonist - x-net : @process - -//schema ComplexProcess -// subcase of Process -// roles -// x-net : @complexxnet -// process1: Process -// process2: Process -// protagonist2 -// constraints -// protagonist <--> process1.protagonist -// protagonist2 <--> process2.protagonist - - -// This schema was created for motion verbs, in order to show that Spanish focuses on the initial an -// final state of motion, instead of focusing on the whole event like English (cf. ME) -//schema ChangeOfState -// subcase of Process -// roles -// undergoer -// initial_state -// final_state -// constraints -// undergoer <--> protagonist - - -// -// This schema was created for motion verbs, in order to show that Spanish focuses on the initial an -// final state of motion, instead of focusing on the whole event like English (cf. ME) -// -//schema ChangeOfLocationalState -// subcase of ChangeOfState -// evokes SPG as spg -// evokes Motion as mtn -// roles -// mover -// constraints -// mover <--> mtn.mover -// initial_state <--> spg.source -// final_state <--> spg.goal - -// -// This schema profiles the mover but not the initial or final state of the motion event or process -// -//schema Motion -// evokes Process as p -// roles -// mover : @entity -// speed // scale -// heading // direction -// x-net : @motion -// constraints -// mover <--> p.protagonist - -schema Motion - subcase of Process - evokes TrajectorLandmark as tl - roles - mover: @entity - speed // scale - heading // place - x-net : @motion - constraints - mover <--> protagonist - mover <--> tl.trajector - -//schema MotionPath -// subcase of Motion -// evokes SPG as spg -// constraints -// mover <--> spg.trajector - - -schema Departing - subcase of Motion - evokes SPG as spg - evokes TrajectorLandmark as tl - evokes Container as con - roles - mover - source - constraints - mover <--> spg.trajector -// mover <--> tl.trajector -// mover <--> protagonist // This line is to bind the Process role protagonist - source <--> spg.source - source <--> tl.landmark - source <--> con.interior - - -schema Arriving - subcase of Motion - evokes SPG as spg - roles - mover - goal - constraints - mover <--> spg.trajector - goal <--> spg.goal - mover <--> protagonist // This line is to bind the Process role protagonist - - -// -// (Bounded) translational motion -// - - - - -//schema MotorControl -// subcase of Process -// roles -// actor : @animate -// effector -// effort -// routine : @routine -// constraints -// actor <--> protagonist // protagonist inherited from Process -// routine <--> x-net - - -//schema EffectorMotion -// subcase of ComplexProcess -// roles -// routine: @effectormotion -// process1: MotorControl -// process2: Motion -// constraints -// process1.effector <--> process2.mover - - -//schema EffectorMotionPath -// subcase of EffectorMotion -// evokes SPG as spg -// roles -// target -// constraints -// target <--> spg.landmark -// process1.effector <--> spg.trajector - - -//schema ForceTransfer // (physical); revised 9/06/07 -// evokes Contact as cont -// roles -// supplier: @entity -// recipient: @entity -// amount -// constraints -// supplier <--> cont.entity1 -// recipient <--> cont.entity2 - - -//schema ForceApplication -// subcase of MotorControl -// evokes ForceTransfer as ft -// roles -// actedUpon: @entity -// routine : @forceapplication -// instrument:@instrument -// constraints -// actor <--> ft.supplier -// actedUpon <--> ft.recipient -// instrument <--> effector -// effort <--> ft.amount - - -//schema ForcefulMotionAction -// subcase of ComplexProcess -// roles -// process1: ForceApplication -// process2: EffectorMotionPath -// routine: @forcefulmotionaction -// constraints -// protagonist <--> protagonist2 -// process1.actedUpon <--> process2.target -// process1.instrument <--> process2.process1.effector -// routine <--> x-net - - -//schema AgentiveImpactAction -// subcase of ForcefulMotionAction -// roles - //routine: @agentiveimpactaction - - -//schema CauseEffectAction -// subcase of ComplexProcess -// roles -// process1: ForceApplication -// process2: Process // result -// causer -// affected -// constraints -// protagonist <--> causer -// protagonist2 <--> affected -// process1.actedUpon <--> affected - - -//schema ObjectTransfer -// subcase of ComplexProcess -// roles -// process1: ReleaseHold -// process2: EstablishHold -// giver -// getter -// theme -// x-net: @objecttransfer -// constraints -// protagonist <--> giver -// protagonist2 <--> getter -// process1.actedUpon <--> theme -// process2.actedUpon <--> theme - - - -//schema ReleaseHold //"release", "drop", "let go" -// subcase of ForceApplication -// roles -// routine: @releasehold - - - -//schema EstablishHold //"grab" -// subcase of ForceApplication -// roles -// routine: @establishhold - - -//schema CauseMotionPathAction -// subcase of CauseEffectAction -// roles -// process2:MotionPath - - -//schema Intention -// roles -// actor -// intendedAct:Process - - -//schema CreationAction -// subcase of Process -// roles -// creator -// createdThing -// constraints -// protagonist <--> creator - - -//schema ControlVerbProcess -// subcase of Process -// roles -// event - - -//schema WantProcess -// subcase of ControlVerbProcess -// roles -// wanter -// constraints -// wanter <--> protagonist diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_grammaticalschemas.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_grammaticalschemas.grm deleted file mode 100644 index cfb37e1..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_grammaticalschemas.grm +++ /dev/null @@ -1,83 +0,0 @@ -//A simple RD schema -schema RD - roles - ontological-category - givenness - referent - number - gender - - -//A simple schema for a word -schema WordForm - roles - orth - - -schema AgreementFeatureSet - roles - number - person - gender - - -schema AgreementFeatures - roles - features : AgreementFeatureSet - - -schema NominalFeatureSet - subcase of AgreementFeatureSet - roles - case - massOrPlural //set to 'yes' for mass nouns and plural nouns - gender - - -schema NominalFeatures - subcase of AgreementFeatures - roles - features : NominalFeatureSet - - -schema VerbFeatureSet - subcase of AgreementFeatureSet - roles - verbform - conjugation - - -schema AuxFeatureSet - subcase of VerbFeatureSet - roles - expectedVerbForm - - -schema VerbFeatures - subcase of AgreementFeatures - roles - features:VerbFeatureSet - - -schema AuxFeatures - subcase of VerbFeatures - roles - features:AuxFeatureSet - - -schema SentenceFeatureSet - roles - mood - - -schema SentenceFeatures - roles - features : SentenceFeatureSet - - -schema EventDescriptor - roles - eventType: Process - profiledProcess: Process - profiledParticipant - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_imageschemas.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_imageschemas.grm deleted file mode 100644 index 8f1d031..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_imageschemas.grm +++ /dev/null @@ -1,52 +0,0 @@ -schema BoundedRegion - roles - boundary : @closedCurve - interior: @region - exterior: @region - - -schema BoundedObject - subcase of BoundedRegion - roles - boundedObject: @entity - - -schema Container - subcase of BoundedRegion - roles - portal - - -// ---------------------------------------------- - - -schema SpatialRelation - - -schema TrajectorLandmark - roles - trajector - landmark - profiledArea // ProfiledArea is defined with respect to Landmark - - -schema SPG // This schema is actually part of a radial category of SPG schemas - subcase of TrajectorLandmark - roles - source - path - goal - -// -//schema Proximity -// subcase of SpatialRelation -// roles -// center -// proximalArea - - -//schema Contact // short version -// subcase of SpatialRelation -// roles -// entity1: @entity -// entity2: @entity \ No newline at end of file diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_massnouns.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_massnouns.grm deleted file mode 100644 index 4b108f6..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_massnouns.grm +++ /dev/null @@ -1,21 +0,0 @@ -/********** -*** -*** Mass Nouns -*** -***********/ - -general construction MassNoun - subcase of Word, Nominal, Singular - constructional - constraints - self.features.massOrPlural <-- "yes" - -construction Leche - subcase of MassNoun, Feminine - form - constraints - self.f.orth <-- "leche" - meaning - constraints - self.m.ontological-category <-- @milk - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_modification.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_modification.grm deleted file mode 100644 index 28179d5..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_modification.grm +++ /dev/null @@ -1,48 +0,0 @@ -/**** -*** -*** Modifier Schemas -*** -****/ - - -// A simple modifier schema which is the root of the modifier schema hierarchy - -schema Modifier - roles - modifiedEntity - -// A simple modifier schema for scalars like "big" or "red" - -schema ScalarModifier - subcase of Modifier - roles - scale - scalarValue - - -// A simple (atomic) attribute-filler modifier (e.g. someone's name) - -//schema AttributeFiller -// subcase of Modifier -// roles -// relationName -// filler - - -// For noun noun compounds, we need a way to underspecify the -// relation between the two entities, so this one will leave the "relationName" role blank -// and just specify the two entities that are in relation two each other - -//schema NounNounModifier -// subcase of Modifier -// roles -// modifierEntity - - -// Of course, frame based modifiers will also have to be a subcase of Modifier, -// but I'm not sure how to proceed with them. - -schema NP-PP-Modifier - subcase of Modifier - roles - modifierEntity diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_nominalSuffisex.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_nominalSuffisex.grm deleted file mode 100644 index dc0f509..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_nominalSuffisex.grm +++ /dev/null @@ -1,49 +0,0 @@ -schema LexicalForm - roles - orth - -general construction Morpheme - subcase of RootType - form : LexicalForm - -general construction Suffix - subcase of Morpheme, HasAgreementFeatures - - -/******************** -/* Nominal suffixes -********************/ -general construction GenderSuffix - subcase of Suffix, HasNominalFeatures - -general construction NumberSuffix - subcase of Suffix, HasNominalFeatures - -construction FeminineSuffix - subcase of GenderSuffix, Feminine - form - constraints - self.f.orth <-- "a" - meaning - constraints - self.m <-- "feminine" - -construction MasculineSuffix - subcase of GenderSuffix, Masculine - form - constraints - self.f.orth <-- "o" - meaning - constraints - self.m <-- "masculine" - -construction PluralSuffix - subcase of NumberSuffix, Plural - form - constraints - self.f.orth <-- "s" - meaning - constraints - self.m <-- "plural" - - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_nounRoots.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_nounRoots.grm deleted file mode 100644 index 3ea6bae..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_nounRoots.grm +++ /dev/null @@ -1,126 +0,0 @@ -/* This file contains the definitions of the roots of the -* common nouns. */ - -// -// This is the root of nouns and noun noun compounds -// -general construction Nominal - subcase of HasNominalFeatures, RootType - meaning:RD - - -/** -* Spanish morphology requires to distinguish between Singular and -* Plural nouns and gendered and ungendered roots. For example, -* 'chic' (root for boy and girl) is an ungendered root that -* requires a gender suffix and can also have a number suffix. -* However, nouns like 'clase' (classroom) have an implicit gender -* and cannot have a gender suffix while they can have a number suffix. -* (The same states for adjectives) -*/ -construction UngenderedRootPluralNoun - subcase of Nominal - constructional - constituents - root : UngenderedNounRoot - genderSuffix : GenderSuffix - numberSuffix : NumberSuffix - constraints - self.features.gender <--> genderSuffix.features.gender - self.features.number <--> genderSuffix.features.number - form - constraints - root.f meets genderSuffix.f - genderSuffix.f meets numberSuffix.f - meaning - constraints - self.m.gender <--> genderSuffix.m - self.m.number <--> numberSuffix.m - self.m <--> root.m - - -construction UngenderedRootSingularNoun - subcase of Nominal - constructional - constituents - root : UngenderedNounRoot - suffix : GenderSuffix - constraints - self.features <--> suffix.features - form - constraints - root.f meets suffix.f - meaning - constraints - self.m.gender <--> suffix.m - self.m.number <-- "singular" - self.m <--> root.m - - -construction GenderedRootPluralNoun - subcase of Nominal - constructional - constituents - root : GenderedNounRoot - suffix : NumberSuffix - constraints - self.features <--> suffix.features - form - constraints - root.f meets suffix.f - meaning - constraints - self.m.number <--> suffix.m - self.m <--> root.m - - -construction GenderedRootSingularNoun - subcase of Nominal - constructional - constituents - root : GenderedNounRoot - constraints - root.features.number <-- "singular" - self.features <--> root.features - meaning - constraints - root.m.number <-- "singular" - self.m <--> root.m - - - -/*********** -* Noun roots -************/ -general construction UngenderedNounRoot - subcase of Morpheme - meaning : RD - -general construction GenderedNounRoot - subcase of Morpheme, HasNominalFeatures - meaning : RD - -construction ChicRoot - subcase of UngenderedNounRoot - form - constraints - self.f.orth <-- "chic" - meaning - constraints - self.m.ontological-category <-- @chic - -/* There are some noun roots that have an implicit gender -* (car, classroom...) so they do not have gender suffixes */ -construction ClaseRoot - subcase of GenderedNounRoot - constructional - constraints - self.features.gender <-- "feminine" - form - constraints - self.f.orth <-- "clase" - meaning - constraints - self.m.ontological-category <-- @clase - - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_np.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_np.grm deleted file mode 100644 index 327807e..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_np.grm +++ /dev/null @@ -1,170 +0,0 @@ -/****************************************************************************** -// This file contains (possible) constructions for kernel noun phrases. -// -// The assumption is that each NP has an RD structure as its meaning. -// This implies that proper nouns, pronouns, and mass/plural nouns make -// RD their meaning. For sake of uniformity, I also assume that common -// count nouns (which are not NPs) also denote an RD. -// -// Semantically, adjectives, noun modifiers and post-nominal modifiers form a constellation -// of modifiers around the primary RD for the NP. Each modifier binds the -// referent role of the entity that it's modifying to its modifiedEntity role. -// -// Additionally, the givenness role should be inspected and evaluated for the -// different types of NPs, and this file has "?" when I didn't know what value to -// assign a role. -// -******************************************************************************/ - - -/**** -*** -*** The root constructions of the NP, Noun and Nominal hierarchy -*** -****/ -general construction NP - subcase of RootType, HasNominalFeatures - meaning : RD - -/************ -*** -*** Combining Adjectives and Nouns -*** -*************/ - -// -// Note that Kernel is NOT an NP -// it is general because we need a supertype to cover the bracketed phrases in -// 'the [big table]' and 'the [big table and leather chair]' -// -general construction Kernel - subcase of HasNominalFeatures - meaning : RD - - -/* If there is an adjectival phrase we have to check its grammatical -* features with the ones of the noun. Thus, we have to -* do two different SimpleKernel -*/ -construction AdjectivalSimpleKernel - subcase of Kernel - constructional - constituents - ap : AdjectivalPhrase - n : Nominal - constraints - ap.features <--> n.features - self.features <--> n.features - form - constraints - n.f meets ap.f - meaning - constraints - self.m.referent <--> ap.m.modifiedEntity - self.m <--> n.m - -construction SimpleKernel - subcase of Kernel - constructional - constituents - n : Nominal - constraints - self.features <--> n.features - meaning - constraints - self.m <--> n.m - - -general construction SpecifierPlusKernel - subcase of NP - constructional - constituents - s : NPSpecifier - k : Kernel - constraints - self.features <--> k.features - self.features <--> s.features - form - constraints - s.f meets k.f - meaning - constraints - self.m <--> k.m - self.m <--> s.m - - -construction DeterminerPlusKernel - subcase of SpecifierPlusKernel - constructional - constituents - s:Determiner - - -// I separated PossessivePronounPlusKernel because the likelihood of omitting the -// kernel is nonzero with possessive pronouns (e.g. 'I want the'* vs. 'I want his') - -//construction PossessivePronounPlusKernel -// subcase of SpecifierPlusKernel -// constructional -// constituents -// s:PossessivePronoun -// k:Kernel //here is where we would specify the higher likelihood of an omitted kernel given a PossPronoun - - -construction UndeterminedNP - subcase of NP, SimpleKernel - constructional - constraints - n.features.massOrPlural <-- "yes" - meaning - constraints - self.m.givenness <-- "???" //What is the givenness for a plural or a mass noun? - - -/************ -*** -*** Building Noun Noun Compounds -*** Note that this construction allows for both left and right branching. -*** -*** One way to extend this would be to make this construction general, -*** and then make subcases of it for the productive kinds of noun-noun -*** modification and the lexicalized noun-noun compound -*** -*************/ - -//construction NounNounCompound -// subcase of Nominal -// constructional -// constituents -// mod:Nominal -// head:Nominal -// constraints -// self.features <--> head.features -// form -// constraints -// mod.f meets head.f -// meaning -// evokes NounNounModifier as nnm -// constraints -// self.m <--> head.m -// nnm.modifiedEntity <--> head.m.referent -// nnm.modifierEntity <--> mod.m.referent - - - - -/************** -*** WH NPs can be be wh pronouns or NPs in which 'which' and 'what' are the specifiers -*** -**************/ - -//general construction WH-NP -// subcase of NP - - - -//construction WhSpecifierPlusKernel -// subcase of SpecifierPlusKernel, WH-NP -// constructional -// constituents -// s:WH-Specifier diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_ontology.ont b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_ontology.ont deleted file mode 100644 index 74f9c36..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_ontology.ont +++ /dev/null @@ -1,109 +0,0 @@ -DEFS: - -(type entity) - -(type instrument sub entity) - -(type animate sub entity) - -(type generic-person sub animate) - -(type person sub animate) - -(type player sub person) - -(type maleAnimate sub generic-person) - -(type male-person sub person) - -(type femaleAnimate sub generic-person) - -(type female-person sub person) - -(type chic sub animate) - -(type container sub entity) - -(type clase sub container) - -// (type clase sub room) ME dixit if I want to be more precise! - -// (type room sub container) ME dixit if I want to be more precise! - -//(type hand sub instrument) - -//(type box sub entity) - -//(type table sub entity) - -//(type hammer sub instrument) - -//(type house sub entity) - -//(type room sub entity) - -//(type cake sub entity) - -//(type apple sub entity) - -//(type tree sub entity) - -(type milk sub entity) - - -//================== - -(type region) - -(type closedCurve sub region) - -//================== - - -(type process) - -//(type complexxnet sub process) - -(type routine sub process) - -(type motion sub process) - -//(type changeoflocationalstate sub changeofstate) - -//(type changeofstate sub process) - -//(type effectormotion sub complexxnet) - -//(type forceapplication sub routine) - -//(type forcefulmotionaction sub complexxnet) - -//(type agentiveimpactaction sub forcefulmotionaction) - -//(type causeeffect sub complexxnet) - -//(type slap sub agentiveimpactaction) - -//(type hit sub agentiveimpactaction) - -//(type slide sub motion) - -//(type walk sub motion) - -(type salir sub motion) - -(type llegar sub motion) - -//(type objecttransfer sub complexxnet) - -//(type releasehold sub forceapplication) - -//(type establishhold sub forceapplication) - -//(type throw sub complexxnet) - -//(type give sub objecttransfer) - -//(type bake sub process) - -INSTS: diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_pp.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_pp.grm deleted file mode 100644 index 279390e..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_pp.grm +++ /dev/null @@ -1,62 +0,0 @@ - - -general construction Spatial-PP - subcase of RootType - constructional - constituents - prep : SpatialPreposition - np : NP - form - constraints - prep.f before np.f - meaning: TrajectorLandmark - constraints - self.m <--> prep.m - self.m.landmark <--> np.m.referent - - -construction SourcePrepPhrase // central case - subcase of Spatial-PP - constructional - constituents - prep : SourcePreposition // e.g. de, desde - meaning: SPG - - -construction GoalPrepPhrase // central case - subcase of Spatial-PP - constructional - constituents - prep : GoalPreposition // e.g. a - meaning: SPG - - -// construction PathPrepPhrase1 // central case -// subcase of Spatial-PP -// constructional -// constituents -// prep : PathPreposition // e.g. into, to, from -// meaning: SPG - - -//construction PathPrepPhrase2 // extension for locative preps -// subcase of Spatial-PP -// constructional -// constituents -// prep: LocativePreposition // e.g. in, inside, on, under -// meaning: SPG -// constraints -// self.m.goal <--> prep.m.profiledArea - - -//construction ByPhrase -// constructional -// constituents -// by:BY -// np:NP -// form -// constraints -// by.f meets np.f -// meaning:TrajectorLandmark -// constraints -// np.m.referent <--> self.m.landmark diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_prep.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_prep.grm deleted file mode 100644 index 32b6f1d..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_prep.grm +++ /dev/null @@ -1,115 +0,0 @@ -general construction SpatialPreposition - subcase of Word - meaning: TrajectorLandmark - - -// general construction PathPreposition -// subcase of SpatialPreposition -// meaning: SPG - - -general construction LocativePreposition - subcase of SpatialPreposition - - -general construction SourcePreposition - subcase of SpatialPreposition - meaning: SPG - - -general construction GoalPreposition - subcase of SpatialPreposition - meaning: SPG - - -//----------------------------------------- - - -// -// Source preposition de -// -construction DE - subcase of SourcePreposition - form - constraints - self.f.orth <-- "de" - meaning: SPG - constraints - self.m.landmark <--> self.m.source - -// -// Goal prepositon a -// -construction A - subcase of GoalPreposition - form - constraints - self.f.orth <-- "a" - meaning: SPG - constraints - self.m.landmark <--> self.m.goal - - -// -// Locative preposition en -// -construction EN - subcase of LocativePreposition - form - constraints - self.f.orth <-- "en" - meaning: TrajectorLandmark - evokes BoundedObject as bo - constraints - self.m.profiledArea <--> bo.boundary // surface - self.m.landmark <--> bo.boundedObject - - -//construction TO1 -// subcase of PathPreposition -// form -// constraints -// self.f.orth <-- "to" -// meaning: SPG -// constraints -// self.m.landmark <--> self.m.goal - - -//construction INTO1 -// subcase of PathPreposition -// form -// constraints -// self.f.orth <-- "into" -// meaning: SPG -// evokes BoundedObject as bo -// constraints -// self.m.landmark <--> bo.boundedObject -// self.m.goal <--> bo.interior -// self.m.source <--> bo.exterior - - -//construction AT1 -// subcase of LocativePreposition -// form -// constraints -// self.f.orth <-- "at" -// meaning: TrajectorLandmark -// evokes Proximity as p -// constraints -// self.m.profiledArea <--> p.proximalArea -// self.m.landmark <--> p.center - - -//construction BY -// subcase of LocativePreposition -// form -// constraints -// self.f.orth <-- "by" -// meaning: TrajectorLandmark - - -//construction TO-Infinitive-Marker -// subcase of Word -// form -// constraints -// self.f.orth <-- "to" diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_pronoun.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_pronoun.grm deleted file mode 100644 index 464a077..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_pronoun.grm +++ /dev/null @@ -1,209 +0,0 @@ -/********* -*** -*** Pronouns -*** -*********/ - -general construction Pronoun - subcase of NP, Word - constructional - constraints - self.features.massOrPlural <-- "no" - meaning - constraints - self.m.givenness <-- "in-focus" - -construction Yo - subcase of Pronoun, Singular, FirstPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "yo" - meaning - constraints - self.m.ontological-category <-- @animate - self.m.number <-- "singular" - -construction Tu - subcase of Pronoun, Singular, SecondPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "tu" - meaning - constraints - self.m.ontological-category <-- @animate - self.m.number <-- "singular" - -construction El-pronoun - subcase of Pronoun, Singular, Masculine, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "el" - meaning - constraints - self.m.ontological-category <-- @maleAnimate - self.m.number <-- "singular" - self.m.gender <-- "masculine" - - -//construction HimDat -// subcase of Pronoun, Singular, ThirdPerson -// constructional -// constraints -// self.features.case <-- "dat" -// form -// constraints -// self.f.orth <-- "him" -// meaning -// constraints -// self.m.ontological-category <-- @maleAnimate -// self.m.number <-- "1" - - -//construction HimAcc -// subcase of Pronoun, Singular -// constructional -// constraints -// self.features.case <-- "acc" -// form -// constraints -// self.f.orth <-- "him" -// meaning -// constraints -// self.m.ontological-category <-- @maleAnimate -// self.m.number <-- "1" - - -construction Ella - subcase of Pronoun, Singular, Feminine, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "ella" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate - self.m.number <-- "singular" - self.m.gender <-- "feminine" - - -//construction HerDat -// subcase of Pronoun, Singular, ThirdPerson -// constructional -// constraints -// self.features.case <-- "dat" -// form -// constraints -// self.f.orth <-- "her" -// meaning -// constraints -// self.m.ontological-category <-- @femaleAnimate -// self.m.number <-- "1" - - -//construction HerAcc -// subcase of Pronoun, Singular, ThirdPerson -// constructional -// constraints -// self.features.case <-- "acc" -// form -// constraints -// self.f.orth <-- "her" -// meaning -// constraints -// self.m.ontological-category <-- @femaleAnimate -// self.m.number <-- "1" - -construction Nosotros - subcase of Pronoun, Plural, Masculine, FirstPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "nosotros" - meaning - constraints - self.m.ontological-category <-- @maleAnimate - self.m.number <-- "plural" - self.m.gender <-- "masculine" - -construction Nosotras - subcase of Pronoun, Plural, Feminine, FirstPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "nosotras" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate - self.m.number <-- "plural" - self.m.gender <-- "feminine" - -construction Vosotros - subcase of Pronoun, Plural, Masculine, SecondPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "vosotros" - meaning - constraints - self.m.ontological-category <-- @maleAnimate - self.m.number <-- "plural" - self.m.gender <-- "masculine" - -construction Vosotras - subcase of Pronoun, Plural, Feminine, SecondPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "vosotras" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate - self.m.number <-- "plural" - self.m.gender <-- "feminine" - -construction Ellos - subcase of Pronoun, Plural, Masculine, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "ellos" - meaning - constraints - self.m.ontological-category <-- @maleAnimate - self.m.number <-- "plural" - self.m.gender <-- "masculine" - -construction Ellas - subcase of Pronoun, Plural, Feminine, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "ellas" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate - self.m.number <-- "plural" - self.m.gender <-- "feminine" diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_proper-noun.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_proper-noun.grm deleted file mode 100644 index 85e9b38..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_proper-noun.grm +++ /dev/null @@ -1,27 +0,0 @@ -// -// Proper nouns. -// - -general construction ProperNounNP - subcase of NP, Word - - -construction Juan - subcase of ProperNounNP, Singular - form - constraints - self.f.orth <-- "Juan" - meaning - constraints - self.m.ontological-category <-- @male-person - - -construction Laura - subcase of ProperNounNP, Singular - form - constraints - self.f.orth <-- "Laura" - meaning - constraints - self.m.ontological-category <-- @female-person - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_root.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_root.grm deleted file mode 100644 index 767dcef..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_root.grm +++ /dev/null @@ -1,104 +0,0 @@ -construction ROOT - constructional - constituents - rootconstituent: RootType - meaning - constraints - self.m <--> rootconstituent.m - - -general construction RootType - - -construction UnknownWord - subcase of Word, RootType - form - constraints - self.f.orth <-- "UNKNOWN-ITEM" - - -general construction HasAgreementFeatures - constructional:AgreementFeatures - - -general construction HasVerbFeatures - subcase of HasAgreementFeatures - constructional : VerbFeatures - - -general construction HasNominalFeatures - subcase of HasAgreementFeatures - constructional : NominalFeatures - - -general construction Singular - subcase of HasAgreementFeatures - constructional - constraints - self.features.number <-- "singular" - - -general construction Plural - subcase of HasAgreementFeatures - constructional - constraints - self.features.number <-- "plural" - - -general construction Feminine - subcase of HasAgreementFeatures - constructional - constraints - self.features.gender <-- "feminine" - -general construction Masculine - subcase of HasAgreementFeatures - constructional - constraints - self.features.gender <-- "masculine" - -general construction FirstPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- "1" - - -general construction SecondPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- "2" - - -general construction ThirdPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- "3" - -general construction FirstConjugation - subcase of HasVerbFeatures - constructional - constraints - self.features.conjugation <-- "1" - -general construction SecondConjugation - subcase of HasVerbFeatures - constructional - constraints - self.features.conjugation <-- "2" - -general construction ThirdConjugation - subcase of HasVerbFeatures - constructional - constraints - self.features.conjugation <-- "3" - - -general construction Word - subcase of RootType - form : WordForm - - - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_sentence.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_sentence.grm deleted file mode 100644 index e587feb..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_sentence.grm +++ /dev/null @@ -1,104 +0,0 @@ -// -// The general cxn S is the root of most (all?) speech acts -// -general construction S - subcase of RootType - constructional : SentenceFeatures - meaning : EventDescriptor - - -// -// This general cxn does the agreement between subj and verb -// -general construction S-With-Subj - subcase of S - constructional - constituents - subj : NP [.7] - fin : HasVerbFeatures - constraints - fin.features.verbform <-- Finite - subj.features.person <--> fin.features.person - subj.features.number <--> fin.features.number - subj.features.case <-- "nom" - meaning - constraints - subj.m.referent <--> self.m.profiledParticipant - - - construction Declarative - subcase of S-With-Subj - constructional - constituents - fin:VP - constraints - self.features.mood <-- "Declarative" - form - constraints - subj.f before fin.f - meaning - constraints - self.m <--> fin.ed - - -//construction SubjWH-Question -// subcase of S-With-Subj -// constructional -// constituents -// subj:WH-NP -// fin:VP -// constraints -// self.features.mood <-- "WH-Question" -// form -// constraints -// subj.f before fin.f -// meaning -// constraints -// self.m <--> fin.ed - - -//This general cxn licenses "he is walking" -//where "he" is the subj, "is" is the finite aux, -//and "walking" is the nonfinite argument structure ***/ - -//general construction S-With-Aux-Inversion -// subcase of S-With-Subj -// constructional -// constituents -// fin:Aux -// vp:VP -// constraints -// fin.features.expectedVerbForm <--> vp.features.verbform -// form -// constraints -// fin.f meets subj.f -// subj.f before vp.f -// meaning -// constraints -// vp.ed <--> self.m - - - -//construction Yes-No-Question -// subcase of S-With-Aux-Inversion -// constructional -// constraints -// self.features.mood <-- "YN-Question" - //semantic stuff has to happen for questions, but I don't know what. - -//construction Fronted-WH-Question -// subcase of Yes-No-Question -// constructional -// constituents -// extraposed qnp:WH-NP -// constraints -// ignore self.features.mood <-- "YN-Question" -// self.features.mood <-- "WH-Question" -// form -// constraints -// qnp.f meets fin.f - //semantic stuff has to happen for questions, but I don't know what. - - - - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_situation.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_situation.grm deleted file mode 100644 index a5030c5..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_situation.grm +++ /dev/null @@ -1,511 +0,0 @@ -// -// situation.grm: Situation stuff -// - - -// -// Lexical definitions -// - - -construction This - subcase of Determiner - form - constraints - self.f.orth <-- "this" - - -// -// Clauses and other stuff -// - - -schema PunctuationForm - roles - orth - - -general construction Punctuation - form: PunctuationForm - - -construction Comma - subcase of Punctuation // XXX: Not a word - form - constraints - self.f.orth <-- "," - - -construction Period - subcase of Punctuation // XXX: Not a word - form - constraints - self.f.orth <-- "." - - -construction QuestionMark - subcase of Punctuation // XXX: Not a word - form - constraints - self.f.orth <-- "?" - - - -general construction Clause - subcase of RootType - meaning: EventDescriptor - -/* -// Commented because this general construction is repeated in Sp_sentence.gr -// from sentence.grm -general construction S - subcase of Clause - constructional: SentenceFeatures -*/ - -general construction Subordinate - subcase of RootType - meaning: Modifier - - -general construction ComplexS - subcase of S - constructional - constituents - subordinate: Subordinate - optional comma: Comma - main: Clause - form - constraints - subordinate.f before comma.f - comma.f before main.f - meaning - constraints - subordinate.m.modifiedEntity <--> main.m - self.m <--> main.m - - -general construction Phrase - subcase of RootType - -/* -construction MultiClause - subcase of RootType - constructional - constituents - phrase: Phrase - optional comma: Comma - predication: Declarative // ??? - form - constraints - clause.f before comma.f - comma.f before predication.f - meaning: EventDescriptor - evokes Discourse_Segment as DS - constraints - self.m <--> predication.m - self.m <--> clause.m - DS.sit-space <--> clause.DS.sit-space - DS.sit-space <--> predication.DS.sit-space -*/ - -/* - general construction TimeNoun - subcase of Noun - - -general construction TemporalSpecifier - subcase of NP - constructional - constituents - spec: NPSpecifier - n: TimeNoun - meaning: RD - constraints - self.m.ontological-category <--> n.m - self.m.referent <--> n.m - - -construction TemporalPhrase - subcase of RootType - constructional - constituents - spec: TemporalSpecifier - adj: TemporalAdverb - form - constraints - spec.f before adj.f - meaning: EventDescriptor - evokes Discourse_Segment as DS - evokes TemporalSpace as past - constraints - spec.m <--> adj.m - //DS.speech_act <--> self.m.speechAct - // Focus shifts: - // o First, set the current space's parent - // to the current focus... - //DS.sit-space.parent <-- focus - // o then, shift focus to the evoked past space. - //focus <-- past - // o and finally unify the current space - //DS.sit-space <-- past - DS.sit-space <--> past - -*/ - -schema EventFeatures - roles - eventStructure: Controller // aspectual information NCC - temporalSetting // relation to speech time NCC - // mood // active/passive voice -- necessary? NCC - - -/*/ -// Moved to grammatical schemas -// Replaces the ED in grammaticalschemas.grm -// -schema EventDescriptor - subcase of EventFeatures // include extra features NCC - roles - scene: Process // NCC eventType -> scene - host: SituationRoot - profiledProcess: Process - profiledParticipant - profiledState -*/ - -/* -schema CardinalModifier - subcase of ScalarModifier - constraints - scale <-- "quantity" - - -general construction Cardinal - subcase of Word, HasAgreementFeatures - meaning: CardinalModifier - - -construction One - subcase of Cardinal, Singular - form - constraints - self.f.orth <-- "one" - meaning - constraints - self.m.scalarValue <-- "1" - - - -construction Ten - subcase of Cardinal, Plural - form - constraints - self.f.orth <-- "ten" - meaning - constraints - self.m.scalarValue <-- "10" - - -construction Year - subcase of SingularNoun - form - constraints - self.f.orth <-- "year" - meaning - constraints - self.m.ontological-category <-- @year - - -construction Years - subcase of PluralNoun - form - constraints - self.f.orth <-- "years" - meaning - constraints - self.m.ontological-category <-- @year - - -schema SpatialModifier - subcase of Modifier - - -schema TemporalModifier - subcase of Modifier - roles - profiledInterval // one of "present", "past", "future" - timeDelta - - -general construction ModifierPhrase - subcase of RootType - meaning: Modifier - - -general construction TemporalPhrase - subcase of ModifierPhrase - meaning: TemporalModifier - - -// Optional NP -construction TemporalPhrase1 - subcase of TemporalPhrase - constructional - constituents - optional np: NP - so: SpecOptional - form - constraints - np.f meets so.f - meaning: TemporalModifier - constraints - self.m <--> so.m - - -construction TemporalPhrase2 - subcase of TemporalPhrase - constructional - constituents - np: QuantifiedNP - sr: SpecRequired - form - constraints - np.f meets sr.f - meaning: TemporalModifier - constraints - self.m <--> sr.m - self.np.cp.m.scalarValue <--> self.m.timeDelta - -construction TemporalPhrase3 - subcase of TemporalPhrase - constructional - constituents - ta:TemporalAdj - np: SingularNoun - form - constraints - ta.f meets np.f - meaning: TemporalModifier - constraints - self.m <--> ta.m - - -general construction SpecRequired - - -general construction SpecOptional - - -general construction TemporalAdverb - subcase of TemporalPhrase, Word - -general construction TemporalAdj - subcase of TemporalPhrase, Word // adj? - -construction Last - subcase of TemporalAdj - form - constraints - self.f.orth <-- "last" - meaning - constraints - self.m.profiledInterval <-- "past" - self.m.timeDelta <-- "1" - -construction Ago1 - subcase of SpecRequired, TemporalAdverb - form - constraints - self.f.orth <-- "ago" - meaning - constraints - self.m.profiledInterval <-- "past" - //self.m.timeDelta <-- "1" - - -construction CardinalPhrase - subcase of HasAgreementFeatures - constructional - constituents - ca: Cardinal - constraints - ca.features <--> self.features - meaning: CardinalModifier - constraints - ca.m <--> self.m - - -construction QuantifiedKernel - subcase of Kernel - constructional - constituents - cp: CardinalPhrase - sk: SimpleKernel - constraints - self.features <--> cp.features - self.features <--> sk.features - form - constraints - cp.f meets sk.f - meaning - constraints - cp.m.modifiedEntity <--> sk.m.referent - self.m <--> sk.m - self.m.bounded <-- "yes" // NCC for aspect - - -construction QuantifiedNP - subcase of NP, QuantifiedKernel - constructional - constituents -// sk: SimpleKernel // NCC q: why not simple kernel? (this causes probs with boundedness) -// sk: UndeterminedNP // NCC q: why not simple kernel? (this causes probs with boundedness) - constraints - // sk.n.features.massOrPlural <-- "yes" - meaning - constraints - self.m.givenness <-- "type-identifiable" // Michael - - -// -// Sentence -// - - -general construction ModifiedS // also space, books, etc. - subcase of S - constructional - constituents - p: ModifierPhrase // possibly also comma - s: S - meaning - constraints - self.m <--> s.m - p.m.modifiedEntity <--> self.m.profiledProcess.x-net - - -general construction TemporallyModifiedS - subcase of ModifiedS - constructional - constituents - p: TemporalPhrase // possibly also comma - meaning - evokes TemporalSpace as timeSpace - constraints - timeSpace.timeDelta <--> p.m.timeDelta - self.m.host <--> timeSpace - - -construction PreTemporallyModifiedS - subcase of TemporallyModifiedS - constructional - constituents - optional c: Comma - form - constraints - p.f before s.f - p.f before c.f - c.f before s.f - - -construction PostTemporallyModifiedS - subcase of TemporallyModifiedS - form - constraints - s.f before p.f - - -/* -construction TemporalPhrase2 - -general construction TemporalModifier - subcase of TemporalPhrase - -construction PP1 - subcase of SpecOptional, - -general construction Prep - - -construction PrepPlusSpecifier - subcase of PrepKernel - constructional - constituents - np: NP - tp: SpecRequired - - -construction PrepKernel - subcase of ModifierPhrase - constructional - constituents - optional np: NP - tp: TemporalPhrase - form - constraints - np.f meets tp.f - meaning: TemporalModifier - constraints - self.m <--> tp.m - - -construction QuantifiedNP - subcase of Kernel, RootType - constructional - constituents - cp: CardinalPhrase - np: NP - constraints - self.features <--> cp.features - self.features <--> np.features - form - constraints - cp.f meets np.f - meaning - constraints - cp.m.modifiedEntity <--> np.m.referent - self.m <--> np.m - - -*/ - -/* -// -// Situations -// -situation SituationRoot - roles - base: SituationRoot - parent: SituationRoot - -situation BaseSpace - subcase of SituationRoot - -situation SimSpace - subcase of SituationRoot - -situation TemporalSpace - subcase of SimSpace - roles - timeDelta: @time-delta - -schema Speech_Act - roles - speaker: @generic-person - addressee: @generic-person - content: EventDescriptor - -schema Discourse_Segment - roles - speaker: @generic-person - addressee: @generic-person - attentional_focus - speech_act: Speech_Act - host: SituationRoot - constraints - speaker <--> speech_act.speaker - addressee <--> speech_act.addressee - - -*/ \ No newline at end of file diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_specifiers.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_specifiers.grm deleted file mode 100644 index 7ee7da9..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_specifiers.grm +++ /dev/null @@ -1,112 +0,0 @@ -/************ -*** -*** Specifiers (Determiners, Possessive Pronouns, wh-words) -*** -*************/ - -general construction NPSpecifier - subcase of Word, HasNominalFeatures - meaning : RD - -general construction Determiner - subcase of NPSpecifier - -construction La - subcase of Determiner, Singular, Feminine - form - constraints - self.f.orth <-- "la" - meaning - constraints - self.m.givenness <-- "uniquely-identifiable" - self.m.gender <-- "feminine" - self.m.number <-- "singular" - -construction El - subcase of Determiner, Singular, Masculine - form - constraints - self.f.orth <-- "el" - meaning - constraints - self.m.givenness <-- "uniquely-identifiable" - self.m.gender <-- "masculine" - self.m.number <-- "singular" - -construction Los - subcase of Determiner, Plural, Masculine - form - constraints - self.f.orth <-- "los" - meaning - constraints - self.m.givenness <-- "uniquely-identifiable" - self.m.gender <-- "masculine" - self.m.number <-- "plural" - -construction Las - subcase of Determiner, Plural, Feminine - form - constraints - self.f.orth <-- "las" - meaning - constraints - self.m.givenness <-- "uniquely-identifiable" - self.m.gender <-- "feminine" - self.m.number <-- "plural" - -construction Un - subcase of Determiner, Singular, Masculine - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "un" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.gender <-- "masculine" - self.m.number <-- "singular" - -construction Una - subcase of Determiner, Singular, Feminine - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "una" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.gender <-- "feminine" - self.m.number <-- "singular" - -construction Unos - subcase of Determiner, Plural, Masculine - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "unos" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.gender <-- "masculine" - self.m.number <-- "plural" - -construction Unas - subcase of Determiner, Plural, Feminine - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "unas" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.gender <-- "feminine" - self.m.number <-- "plural" diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verb.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verb.grm deleted file mode 100644 index e76a21e..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verb.grm +++ /dev/null @@ -1,66 +0,0 @@ -//******** Verb Form Schemas - -schema FiniteOrNonFinite - -schema Finite subcase of FiniteOrNonFinite - -schema NonFinite subcase of FiniteOrNonFinite - -schema Participle subcase of NonFinite - -schema Base subcase of NonFinite - -schema Infinitive subcase of NonFinite - -schema PresentParticiple subcase of Participle - -schema PastParticiple subcase of Participle - -schema Past subcase of Finite - -schema Present subcase of Finite - - - -//************ General Verb constructions - -general construction Verb - subcase of Word, HasVerbFeatures - meaning: Process - - -general construction PastTense - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- Past - //can put stuff about an action wrt speech time here - -general construction PresentTense - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- Present - //can put stuff about an action wrt speech time here - - -general construction BaseForm - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- Base - - -general construction PresentParticiple - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- PresentParticiple - - -general construction PastParticiple - subcase of HasVerbFeatures - constructional - constraints - self.features.verbform <-- PastParticiple - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verbRoots.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verbRoots.grm deleted file mode 100644 index ed9125e..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verbRoots.grm +++ /dev/null @@ -1,47 +0,0 @@ -/* This file contains the definitions of the roots of the -* common verbs. */ - -construction VerbForm - subcase of Verb - constructional - constituents - root : VerbRoot - suffix : VerbalSuffix - constraints - root.features <--> suffix.features - self.features <--> suffix.features - form - constraints - root.f meets suffix.f - meaning - constraints - self.m <--> root.m - -/*********** -* Verb roots -************/ -general construction VerbRoot - subcase of Morpheme, HasVerbFeatures - meaning : Process - -construction SalirRoot - subcase of VerbRoot, ThirdConjugation - constructional - constraints - form - constraints - self.f.orth <-- "sal" - meaning - constraints - self.m.x-net <-- @salir - -construction LlegarRoot - subcase of VerbRoot, FirstConjugation - form - constraints - self.f.orth <-- "lleg" - meaning - constraints - self.m.x-net <-- @llegar - - diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verbalSuffixes.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verbalSuffixes.grm deleted file mode 100644 index f71b53f..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_verbalSuffixes.grm +++ /dev/null @@ -1,211 +0,0 @@ - -/******************** -/* Verbal suffixes (regular) -/* Not worrying for the tense and aspect by the moment -/* Added a conjugation feature to the VerbFeatureSet -********************/ -general construction VerbalSuffix - subcase of Suffix, HasVerbFeatures - -/****************************/ -/* First conjugation present*/ -/*First person singular*/ -construction S1Present1ConjSuffix - subcase of VerbalSuffix, PresentTense, - Singular, FirstPerson, FirstConjugation - form - constraints - self.f.orth <-- "o" - -/*Second person singular*/ -construction S2Present1ConjSuffix - subcase of VerbalSuffix, PresentTense, - Singular, SecondPerson, FirstConjugation - form - constraints - self.f.orth <-- "as" - -/*Third person singular*/ -construction S3Present1ConjSuffix - subcase of VerbalSuffix, PresentTense, - Singular, ThirdPerson, FirstConjugation - form - constraints - self.f.orth <-- "a" - -/*First person plural*/ -construction P1Present1ConjSuffix - subcase of VerbalSuffix, PresentTense, - Plural, FirstPerson, FirstConjugation - form - constraints - self.f.orth <-- "amos" - -/*Second person plural*/ -construction P2Present1ConjSuffix - subcase of VerbalSuffix, PresentTense, - Plural, SecondPerson, FirstConjugation - form - constraints - self.f.orth <-- "áis" - -/*Third person plural*/ -construction P3Present1ConjSuffix - subcase of VerbalSuffix, PresentTense, - Plural, ThirdPerson, FirstConjugation - form - constraints - self.f.orth <-- "an" - -/****************************/ -/* First conjugation past*/ -/*First person singular*/ -construction S1Past1ConjSuffix - subcase of VerbalSuffix, PastTense, - Singular, FirstPerson, FirstConjugation - form - constraints - self.f.orth <-- "é" - -/*Second person singular*/ -construction S2Past1ConjSuffix - subcase of VerbalSuffix, PastTense, - Singular, SecondPerson, FirstConjugation - form - constraints - self.f.orth <-- "aste" - -/*Third person singular*/ -construction S3Past1ConjSuffix - subcase of VerbalSuffix, PastTense, - Singular, ThirdPerson, FirstConjugation - form - constraints - self.f.orth <-- "ó" - -/*First person plural*/ -construction P1Past1ConjSuffix - subcase of VerbalSuffix, PastTense, - Plural, FirstPerson, FirstConjugation - form - constraints - self.f.orth <-- "amos" - -/*Second person plural*/ -construction P2Past1ConjSuffix - subcase of VerbalSuffix, PastTense, - Plural, SecondPerson, FirstConjugation - form - constraints - self.f.orth <-- "asteis" - -/*Third person plural*/ -construction P3Past1ConjSuffix - subcase of VerbalSuffix, PastTense, - Plural, ThirdPerson, FirstConjugation - form - constraints - self.f.orth <-- "aron" - - - -/****************************/ -/* Third conjugation present*/ -/*First person singular*/ -construction S1Present3ConjSuffix - subcase of VerbalSuffix, PresentTense, - Singular, FirstPerson, ThirdConjugation - form - constraints - self.f.orth <-- "o" - -/*Second person singular*/ -construction S2Present3ConjSuffix - subcase of VerbalSuffix, PresentTense, - Singular, SecondPerson, ThirdConjugation - form - constraints - self.f.orth <-- "es" - -/*Third person singular*/ -construction S3Present3ConjSuffix - subcase of VerbalSuffix, PresentTense, - Singular, ThirdPerson, ThirdConjugation - form - constraints - self.f.orth <-- "e" - -/*First person plural*/ -construction P1Present3ConjSuffix - subcase of VerbalSuffix, PresentTense, - Plural, FirstPerson, ThirdConjugation - form - constraints - self.f.orth <-- "imos" - -/*Second person plural*/ -construction P2Present3ConjSuffix - subcase of VerbalSuffix, PresentTense, - Plural, SecondPerson, ThirdConjugation - form - constraints - self.f.orth <-- "ís" - -/*Third person plural*/ -construction P3Present3ConjSuffix - subcase of VerbalSuffix, PresentTense, - Plural, ThirdPerson, ThirdConjugation - form - constraints - self.f.orth <-- "en" - - -/****************************/ -/* Third conjugation past*/ -/*First person singular*/ -construction S1Past3ConjSuffix - subcase of VerbalSuffix, PastTense, - Singular, FirstPerson, ThirdConjugation - form - constraints - self.f.orth <-- "í" - -/*Second person singular*/ -construction S2Past3ConjSuffix - subcase of VerbalSuffix, PastTense, - Singular, SecondPerson, ThirdConjugation - form - constraints - self.f.orth <-- "iste" - -/*Third person singular*/ -construction S3Past3ConjSuffix - subcase of VerbalSuffix, PastTense, - Singular, ThirdPerson, ThirdConjugation - form - constraints - self.f.orth <-- "ió" - -/*First person plural*/ -construction P1Past3ConjSuffix - subcase of VerbalSuffix, PastTense, - Plural, FirstPerson, ThirdConjugation - form - constraints - self.f.orth <-- "imos" - -/*Second person plural*/ -construction P2Past3ConjSuffix - subcase of VerbalSuffix, PastTense, - Plural, SecondPerson, ThirdConjugation - form - constraints - self.f.orth <-- "isteis" - -/*Third person plural*/ -construction P3Past3ConjSuffix - subcase of VerbalSuffix, PastTense, - Plural, ThirdPerson, ThirdConjugation - form - constraints - self.f.orth <-- "ieron" diff --git a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_vp.grm b/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_vp.grm deleted file mode 100644 index cd9a101..0000000 --- a/compling.core/data/Spanish/grammar/Inf_SpECG/Sp_vp.grm +++ /dev/null @@ -1,38 +0,0 @@ - - -general construction VP - subcase of HasVerbFeatures - meaning: Process - evokes EventDescriptor as ed - constraints - self.m <--> ed.eventType - - -general construction ArgumentStructure - subcase of VP - constructional - constituents - v : Verb - constraints - self.features <--> v.features - meaning - constraints - v.m <--> ed.profiledProcess - - -//construction ToPlusVP -// subcase of VP -// constructional -// constituents -// to:TO-Infinitive-Marker -// vp:VP -// constraints -// vp.features.verbform <-- Base -// form -// constraints -// to.f meets vp.f -// meaning -// constraints -// self.m <--> vp.m - //what other semantic stuff goes here? - diff --git a/compling.core/grammar/base.prefs b/compling.core/grammar/base.prefs deleted file mode 100644 index a3ce3f9..0000000 --- a/compling.core/grammar/base.prefs +++ /dev/null @@ -1,59 +0,0 @@ - -FILE_ENCODING = UTF-8 - -GRAMMAR_EXTENSIONS = grm -GRAMMAR_PATHS ::== - ./base -; - -ONTOLOGY_TYPE = owl -ONTOLOGY_NAMESPACE = http://www.icsi.berkeley.edu/NTL/ontologies/base.owl -ONTOLOGY_PATHS ::== - ./base/base.owl -; - -ROBUST = FALSE -BEAM_SIZE = 8 -DEFAULT_OMISSION_PROB = 0 -DEBUG = FALSE -ANALYZE_IN_CONTEXT = FALSE -// ANALYZE_IN_CONTEXT = TRUE -NUM_ANALYSES_RETURNED = 6 -MULTI_ROOT_PENALTY = -3 - -EXAMPLE_SENTENCES ::== -Laura baked John a cake - -he moved -he could move -he could moving -he could moved -he was moving -he was moved -he was move -he had moved -he had moving -he had move -he could have move -he could be moving -he had been moving -he could have been moving -he had could moved -he was being moving -he was being moved - -he not moved -he could not move -he was not moving -he had not moved -he could be not moving -he could not be not moving -he did move - -could he be moving -did he move -did he moving -did he moved - -he is at a table -; diff --git a/compling.core/grammar/base.sents b/compling.core/grammar/base.sents deleted file mode 100644 index f5198f3..0000000 --- a/compling.core/grammar/base.sents +++ /dev/null @@ -1,42 +0,0 @@ -[Sentences] -1=he slid -2=he could slide -3=he could sliding -4=he could slid -5=he was sliding -6=he was slid -7=he was slide -8=he had slid -9=he had sliding -10=he had slide -11=he could have slide -12=he could be sliding -13=he had been sliding -14=he could have been sliding -15=he had could slid -16=he was being sliding -17=he was being slid - -18=he not slid -19=he could not slide -20=he was not sliding -21=he had not slid -22=he could be not sliding -23=he could not be not sliding -24=he did slide - -25=could he be sliding -26=did he slide -27=did he sliding -28=did he slid - -[Groups] -1=G1 -2=G2 -3=SG1 -4=SG2 - -[Members] -SG1.group.members=1, 2 -SG1.sentence.members=1,2,3,4,5,6,7,8 -SG2=Groups 2 diff --git a/compling.core/grammar/base/adj.grm b/compling.core/grammar/base/adj.grm deleted file mode 100644 index 67ae3c8..0000000 --- a/compling.core/grammar/base/adj.grm +++ /dev/null @@ -1,107 +0,0 @@ -// -// Adjectives -// ========== -// -// This file has constructions for abstract adjectives and adjectival phrases -// As well as example lexical adjectives. -// TODO- replace adjective list, need adverbs, etc. - - -general construction Adjective // parallel to Verb, etc. - meaning: Modification - -general construction ComplexAdjective - subcase of Adjective - -general construction LexicalAdjective - subcase of Adjective, Word - -construction SerialAdjective - subcase of ComplexAdjective - constructional - constituents - first: Adjective - second: Adjective - form - constraints - first.f meets second.f - meaning - constraints - self.m <--> first.m - self.m.modifiedThing <--> second.m.modifiedThing - -construction NegatedAdjective - subcase of ComplexAdjective - constructional - constituents - first: Not-Aux - second: Adjective - form - constraints - first.f meets second.f - meaning - constraints - self.m <--> second.m - self.m.negated <-- "yes" - -construction ModifiedAdjective - subcase of ComplexAdjective - constructional - constituents - first: Adverb - second: Adjective - form - constraints - first.f meets second.f - meaning - constraints - self.m <--> second.m - first.m.modifiedThing <-> second.m -// -// Example Adjectives -// - -construction Red - subcase of LexicalAdjective - form - constraints - self.f.orth <-- "red" - meaning: ScalarModifier - constraints - self.m.scalarValue <-- "red" //central red?, red hair? - self.m.scale <-- "colorSpace" //multi-dimensional scale??? - -construction Invisible - subcase of LexicalAdjective - form - constraints - self.f.orth <-- "invisible" - meaning: ScalarModifier - constraints - self.m.scalarValue <-- "invisible" // or 0, ... - self.m.scale <-- "visibility" - -// -// Sizes -// - -construction Big - subcase of LexicalAdjective - form - constraints - self.f.orth <-- "big" - meaning: ScalarModifier - constraints - self.m.scalarValue <-- "big" - self.m.scale <-- "size" - - -construction Bigger - subcase of LexicalAdjective - form - constraints - self.f.orth <-- "bigger" - meaning: ScalarModifier - constraints - self.m.scalarValue <-- "big" - self.m.scale <-- "size" diff --git a/compling.core/grammar/base/adverb.grm b/compling.core/grammar/base/adverb.grm deleted file mode 100644 index 15d784b..0000000 --- a/compling.core/grammar/base/adverb.grm +++ /dev/null @@ -1,124 +0,0 @@ -// -// adverb.grm -// - - -general construction Adverbial // can be a phrase as well - meaning: Modification - - -general construction Adverb - subcase of Word, Adverbial - -general construction MannerAdverb - subcase of Adverb - -general construction ComplexAdverbial - subcase of Adverbial - -construction SerialAdverb - subcase of Adverbial - constructional - constituents - first: Adverb - second: Adverbial - form - constraints - first.f meets second.f - meaning - constraints - self.m <--> second.m - first.m.modifiedThing <--> second.m - - construction NegatedAdverb - subcase of Adverb - constructional - constituents - first: Not-Aux - second: Adverb - form - constraints - first.f meets second.f - meaning - constraints - self.m <--> second.m - self.m.negated <-- "yes" - -general construction PolarityAdverb - subcase of Adverb - - -construction Fast // - subcase of Adverb - form - constraints - self.f.orth <-- "fast" - meaning: ScalarModifier - constraints - self.m.scale <-- "rate" - self.m.scalarValue <-- "high" - //self.m.kind <-- @verbAdv - -construction Very // - subcase of Adverb - form - constraints - self.f.orth <-- "very" - meaning: Modification - constraints - self.m.modifier <-- "very" - -construction Intensly - subcase of MannerAdverb - form - constraints - self.f.orth <-- "intensly" - meaning: Modification - constraints - self.m.modifier <-- "intensly" - -construction Not-event // used with modalPlusVP, NegatedBeCopula -subcase of Word - form - constraints - self.f.orth <-- "not" - meaning - - -/* -general construction Direction - subcase of Adverb - meaning: ScalarModifier - -construction Straight - subcase of Direction - form - constraints - self.f.orth <-- "straight" - meaning - constraints - self.m.scale <-- "direction" - self.m.scalarValue <-- "straight" - - -construction Right - subcase of Direction - form - constraints - self.f.orth <-- "right" - meaning - constraints - self.m.scale <-- "left-right" - self.m.scalarValue <-- "right" - - -construction Left - subcase of Direction - form - constraints - self.f.orth <-- "left" - meaning - constraints - self.m.scale <-- "left-right" - self.m.scalarValue <-- "left" -*/ diff --git a/compling.core/grammar/base/argstruct-causation.grm b/compling.core/grammar/base/argstruct-causation.grm deleted file mode 100644 index d78f39b..0000000 --- a/compling.core/grammar/base/argstruct-causation.grm +++ /dev/null @@ -1,154 +0,0 @@ - -// Interaction CxN - - -general construction FDArgStruct // helped John to move - subcase of ArgumentStructure - constructional - constituents - v: Verb // LexicalVerb? ************ TODO - np: NP - vp: VP - constraints - vp.features.verbform <-- NonFinite - v.features.verbkind <-- ForceDynamic - self.features <--> v.features // inherited - v.features.expectedVerbForm <--> vp.features.verbform // test - form - constraints - v.f before np.f - np.f before vp.f - meaning: AgentAgentProcess - constraints - self.m.process1 <--> v.m - self.m.process1.event <--> vp.ed - self.m.protagonist <--> ed.profiledParticipant // from ArgStruct - self.m.other <--> vp.ed.profiledParticipant - self.m.process2 <--> vp.m - self.m.other <--> np.m - - -construction FDArgStructInf // helped John to move (Box1) - subcase of FDArgStruct - constructional - constraints - // vp.features.verbform <-- Infinitive no longer needed - - -construction FDArgStructFrom // stopped John from moving - subcase of FDArgStruct - constructional - constituents - v: Verb // special type - np: NP - tag1: FROM-Marker - vp: VP - constraints - vp.features.verbform <-- PresentParticiple //not needed - form - constraints - v.f before np.f - np.f before tag1.f - tag1.f before vp.f - - -general construction ActiveTransitiveCEA - subcase of ArgumentStructure - constructional - constituents - np: NP [1.0, .9] - form - constraints - v.f before np.f - meaning: CauseEffectAction - constraints - self.m.affected <--> np.m - np.m.ontological-category <-- @entity // new!! change for metaphors - - -// causative action, Causer profiled -// e.g. he hit the table -// -construction ActiveTransitiveProfiledCauser - subcase of ActiveTransitiveCEA - meaning: CauseEffectAction - evokes ForcefulMotionAction as fma - constraints - v.m <--> fma - self.m.process1 <--> fma.process1 - self.m.actionary <--> fma.routine - self.m.causer <--> ed.profiledParticipant - -// causative action, Instrument profiled -// e.g. The hammer hit the table -// -construction ActiveTransitiveProfiledInstrument - subcase of ActiveTransitiveCEA - meaning: CauseEffectAction - evokes ForcefulMotionAction as fma - constraints - v.m <--> fma - self.m.process1 <--> fma.process1 - self.m.actionary <--> fma.routine - // - self.m.process1.instrument <--> ed.profiledParticipant - - -// Agentively caused process, Causer profiled -// e.g. He slid the box -// -construction ActiveTransitiveProfiledCauserResultProcess - subcase of ActiveTransitiveCEA - meaning: CauseEffectAction - evokes Motion as mp - constraints - mp <--> v.m - self.m.process2 <--> mp - self.m.causer <--> ed.profiledParticipant - -// Passive CEA -// -general construction PassiveCEA - subcase of ArgumentStructure - constructional - constituents - optional byPhrase: ByAgentPhrase - constraints - //v.features.verbform <-- PastParticiple - form - constraints - v.f before byPhrase.f - meaning: CauseEffectAction - constraints - self.m.affected <--> ed.profiledParticipant - v.m.p-features.voice <-- @passive - -construction PassiveCEACauserBYPhrase // require byPhrase ?? - subcase of PassiveCEA - meaning - evokes ForcefulMotionAction as fma - constraints - v.m <--> fma - self.m.process1 <--> fma.process1 - self.m.causer <--> byPhrase.m.landmark - self.m.actionary <--> fma.routine - -construction PassiveCEAInstrumentBYPhrase - subcase of PassiveCEA - meaning - evokes ForcefulMotionAction as fma - constraints - v.m <--> fma - self.m.process1 <--> fma.process1 - self.m.process1.instrument <--> byPhrase.m.landmark - self.m.actionary <--> fma.routine - -construction PassiveCEACauserBYPhraseResultProcess - subcase of PassiveCEA - meaning - evokes Motion as mp - constraints - mp <--> v.m - self.m.process2 <--> mp - self.m.causer <--> byPhrase.m.landmark - diff --git a/compling.core/grammar/base/argstruct-control.grm b/compling.core/grammar/base/argstruct-control.grm deleted file mode 100644 index 79a7471..0000000 --- a/compling.core/grammar/base/argstruct-control.grm +++ /dev/null @@ -1,47 +0,0 @@ - - - -construction SubjectControl - subcase of ArgumentStructure - constructional - constituents - v: ControlVerb - vp: VP - constraints - vp.features.verbform <-- NonFinite - v.features.verbkind <-- Control - form - constraints - v.f before vp.f - meaning: EmbeddedEventProcess - constraints - self.m.protagonist <--> ed.profiledParticipant - self.m.protagonist.ontological-category <--@sentient - vp.ed.profiledParticipant <--> ed.profiledParticipant - self.m <--> v.m - self.m.event <--> vp.ed - -/* rethink this !!! -construction SubjObjRaising - subcase of ArgumentStructure - constructional - constituents - v: ControlVerb - np: NP - vp: VP - constraints - vp.features.verbform <-- Infinitive - np.features.case <-- "acc" //?? used - form - constraints - v.f before np.f - np.f before vp.f - meaning - constraints - self.m.protagonist <--> ed.profiledParticipant - //np.m.referent <--> vp.ed.profiledParticipant - np.m <--> vp.ed.profiledParticipant - //ed.eventProcess <--> ed.profiledProcess - self.m <--> v.m - vp.ed <--> v.m.event -*/ \ No newline at end of file diff --git a/compling.core/grammar/base/argstruct-dit.grm b/compling.core/grammar/base/argstruct-dit.grm deleted file mode 100644 index 05e39fe..0000000 --- a/compling.core/grammar/base/argstruct-dit.grm +++ /dev/null @@ -1,75 +0,0 @@ - -//*************************************************** -//Jack gave Jill a cake -//*************************************************** - -//this is a general construction used for inheritance -general construction ActiveDitransitive - subcase of ArgumentStructure - constructional - constituents - np1: NP - np2: NP - constraints - np1.features.case <-- "dat" - np2.features.case <-- "acc" - form - constraints - v.f before np1.f - np1.f before np2.f - meaning: ObjectTransfer - constraints - self.m.giver <--> ed.profiledParticipant - //self.m.getter <--> np1.m.referent - //self.m.theme <--> np2.m.referent - self.m.getter <--> np1.m - self.m.theme <--> np2.m - - -//this cxn actually binds the meaning of "give" to the meaning of the cxn -construction CentralActiveDitransitive - subcase of ActiveDitransitive - meaning - constraints - self.m <--> v.m - - - - -//*************************************************** -//Jack threw Jill a cake -//*************************************************** - -construction ActiveDitransitiveCauseMotion - subcase of ActiveDitransitive - meaning - evokes CauseMotionPathAction as cmp - constraints - ignore self.m <--> v.m - cmp <--> v.m - cmp.process1 <--> self.m.process1 - self.m.getter <--> cmp.process2.spg.goal - - - - -//*************************************************** -//Jack baked Jill a cake -//*************************************************** - -construction ActiveCreationDitransitive - subcase of ActiveDitransitive - meaning - evokes CreationAction as ca - evokes Intention as int - constraints - v.m <--> ca - ca.creator <--> int.actor - int.intendedAct <--> self.m.process1 - ca.creator <--> self.m.giver - ca.createdThing <--> self.m.theme - - - - - diff --git a/compling.core/grammar/base/argstruct-intransitive.grm b/compling.core/grammar/base/argstruct-intransitive.grm deleted file mode 100644 index 8ee5f95..0000000 --- a/compling.core/grammar/base/argstruct-intransitive.grm +++ /dev/null @@ -1,9 +0,0 @@ - - -construction IntransitiveArgumentStructure - subcase of ArgumentStructure - meaning: Process - constraints - self.m.protagonist <--> ed.profiledParticipant - self.m <--> v.m - diff --git a/compling.core/grammar/base/argstruct-motion.grm b/compling.core/grammar/base/argstruct-motion.grm deleted file mode 100644 index b6f2c46..0000000 --- a/compling.core/grammar/base/argstruct-motion.grm +++ /dev/null @@ -1,168 +0,0 @@ - - - -// -// argstruct-motion.grm -// - -// e.g. He walked into the house -// - - -construction ActiveMotionPath1 - subcase of ArgumentStructure - constructional - constituents - pp: Spatial-PP - form - constraints - v.f before pp.f - meaning: MotionPath - constraints - self.m <--> v.m - self.m.spg <--> pp.m - self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - - -construction ActiveMotionDirection // new - subcase of ArgumentStructure - constructional - constituents - dir: Directional - form - constraints - v.f before dir.f - meaning: MotionPath - constraints - self.m <--> v.m - self.m.heading <--> self.dir.m - self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - - -construction ActiveMotionDistance // optional direction - subcase of ArgumentStructure - constructional - constituents - dis: SpatialQuantityNP - optional dir: Directional - form - constraints - v.f before dis.f - dir.f before dis.f - v.f before dir.f - meaning: MotionPath - constraints - self.m <--> v.m - self.m.heading <--> self.dir.m - self.m.spg.distance <--> dis.m - self.m.mover <--> ed.profiledParticipant // active voice profiles the Mover role - -// e.g. He slapped at the box -// Is there is something funny about this passive? -// -construction EffectorMotionPath3 - subcase of ArgumentStructure - constructional - constituents - pp: Spatial-PP - form - constraints - v.f before pp.f - meaning: EffectorMotionPath - evokes ForcefulMotionAction as fma - constraints - fma <--> v.m - self.m <--> fma.process2 - self.m.spg <--> pp.m - self.m.protagonist <--> ed.profiledParticipant - - - -// e.g. He slapped his hand at the box -// this one can't be passivized? -// -construction ActiveTransitiveEffectorMotionPath3 - subcase of ArgumentStructure - constructional - constituents - np: NP - pp: Spatial-PP - form - constraints - v.f before np.f - np.f before pp.f - meaning: EffectorMotionPath - evokes ForcefulMotionAction as fma - constraints - fma <--> v.m - self.m <--> fma.process2 - //self.m.process1.effector <--> np.m.referent - self.m.process1.effector <--> np.m - self.m.spg <--> pp.m - self.m.protagonist <--> ed.profiledParticipant - - -construction ActiveTransitiveMoveBodyPart - subcase of ArgumentStructure - constructional - constituents - np: NP - form - constraints - v.f before np.f - meaning: MoveBodyPart - constraints - self.m <--> v.m - self.m.effector <--> np.m - self.m.protagonist <--> ed.profiledParticipant - - -construction ActiveTransitiveCausedMotionPath //distance, direction, pp - subcase of ArgumentStructure - constructional - constituents - np: NP - optional dis: SpatialQuantityNP - optional dir: Directional - optional pp: Spatial-PP - form - constraints - v.f before np.f - np.f before dis.f - dis.f before dir.f - dir.f before pp.f - meaning: CauseMotionPathAction - evokes MotionPath as mp - constraints - mp <--> v.m - self.m.process2 <--> mp - self.m.affected <--> np.m - self.m.protagonist <--> ed.profiledParticipant - mp.heading <--> dir.m - mp.spg.distance <--> dis.m - self.m.process2.spg <--> pp.m - - -general construction PassiveTransitiveCausedMotionPath - subcase of ArgumentStructure - constructional - constituents - pp: Spatial-PP - //optional byPhrase: ByPhrase - constraints - //features.verbform <-- PastParticiple - form - constraints - v.f before pp.f - //pp.f before byPhrase.f - meaning: CauseMotionPathAction - evokes MotionPath as mp - constraints - //mp <--> v.m - //self.m.process2 <--> mp - //self.m.process2.spg <--> pp.m - //self.m.affected <--> ed.profiledParticipant - - - - diff --git a/compling.core/grammar/base/auxiliaries.grm b/compling.core/grammar/base/auxiliaries.grm deleted file mode 100644 index bb38eca..0000000 --- a/compling.core/grammar/base/auxiliaries.grm +++ /dev/null @@ -1,430 +0,0 @@ -/********************************************************* -*** This file provides a starting point for incorporating -*** auxes into the base grammar. Johno used Sag, Wasow and Bender's -*** "Syntactic Theory" as a guide to the linguistics of auxes, but -*** the approach taken here is quite different in that auxes don't -*** specify an argument structure, and no lexical rules are needed. -*** -Also now has modals 3/8/12 - -**********************************************************/ - -general construction Aux - subcase of HasVerbFeatures - constructional: AuxFeatures - meaning: ProcessFeatures - -general construction LexicalAux - subcase of Word, Aux - -//old ModalAux is gone. - - - -general construction AuxPlusAux // Compose - subcase of Aux - constructional - constituents - first: Aux - second: Aux - form - constraints - first.f meets second.f - meaning: ProcessFeatures - constraints - first.m <-> second.m - self.m <-> first.m //unify features - -general construction AuxPlusNot // subcase DoAuxPlusNot, base form - subcase of Aux - constructional - constituents - first: Aux - second: Not-Aux // ProcessFeatures, negated - form - constraints - first.f meets second.f - meaning - constraints - first.m <-> second.m - self.m <-> first.m - -construction BeAuxPlusNot - subcase of AuxPlusNot, BeAux - constructional - constituents - first: BeAux - second: Not-Aux // ProcessFeatures, negated - -construction HaveAuxPlusNot - subcase of AuxPlusNot, HaveAux - constructional - constituents - first: HaveAux - second: Not-Aux // ProcessFeatures, negated - -/*** - *** - *** This is the rule that combines a NonFiniteAux with a VP - *** - ***/ - -/* -construction NonFiniteAuxPlusVP - subcase of VP - constructional - constituents - aux: Aux - vp: VP - constraints - aux.features.verbform <-- NonFinite - self.features <--> aux.features - aux.features.expectedVerbForm <--> vp.features.verbform - form - constraints - aux.f meets vp.f //is this right? - meaning - constraints - self.m <--> vp.m //I assume the semantics comes from the vp - ed <--> vp.ed - //how should the semantics of the aux interact with this cxn? -*/ - -/*** -*** -*** This is the rule that combines a FiniteAux with a VP. -*** Note that this rule is not used for inversion. -*** -*** Motivation for this rule being separate from the NonFiniteAux -*** rule is form - constraints - optional polarity items like "not", "so" and "too" -*** can (sort of) only occur after the finite aux, and the vp consituent -*** can be elided in this rule, but not the NonFinite rule. -*** Additionally, since modals only occur as finite verbs, this covers -*** the modals at the front constraint for free. -*** -***/ - -/* -construction FiniteAuxPlusVP - subcase of VP - constructional - constituents - aux: Aux - vp: VP - //optional pol: PolarityAdverb - constraints - aux.features.verbform <-- Finite - self.features <--> aux.features - aux.features.expectedVerbForm <--> vp.features.verbform - form - constraints - aux.f before vp.f - //aux.f meets pol.f - meaning - constraints - self.m <--> vp.m //I assume the semantics comes from the vp - ed <--> vp.ed - // how should the semantics of the aux interact with this cxn? - // how does the semantics of a polarity item interact with the ED? - //pol.m.modifiedThing <--> self.m -*/ - - - -/************************** -*** -*** Be Aux Examples -*** -***************************/ - -general construction bhAux // BeAux, HaveAux - subcase of Aux - -general construction BeAux - subcase of LexicalAux, bhAux - constructional - constraints - self.features.expectedVerbForm <-- Participle - -construction BePastSing - subcase of BeAux, PastTense, Singular - form - constraints - self.f.orth <-- "was" - meaning - constraints - pf <--> self.m - -construction NegBePastSing - subcase of BePastSing - form - constraints - self.f.orth <-- "wasnt" - meaning - constraints - pf <--> self.m - pf.negated <-- "yes" - -construction BeAuxPastPlural - subcase of BeAux, PastTense, Plural - form - constraints - self.f.orth <-- "were" - meaning - constraints - pf <--> self.m - -construction BeAuxPresentPlural - subcase of BeAux, PresentTense, Plural - form - constraints - self.f.orth <-- "are" - meaning - constraints - pf <--> self.m - -construction BeAuxPresentSing - subcase of BeAux, PresentTense, Singular - form - constraints - self.f.orth <-- "is" - meaning - constraints - pf <--> self.m - -construction BeAuxPastParticiple - subcase of BeAux, PastParticiple - form - constraints - self.f.orth <-- "been" - meaning - constraints - pf <--> self.m - -construction BeAuxPresentParticiple - subcase of BeAux, PresentParticiple - form - constraints - self.f.orth <-- "being" - meaning - constraints - pf <--> self.m -/* -construction BeAuxBase - subcase of BeAux, BaseForm - form - constraints - self.f.orth <-- "be" -*/ - -construction Not-Aux - subcase of HasVerbFeatures, Word - form - constraints - self.f.orth <-- "not" - meaning: ProcessFeatures - constraints - self.m.negated <-- "yes" - - -// was being moved -construction BePlusBeing - subcase of AuxPlusAux - constructional - constituents - first: BeAux //marks tense - second: BeAuxPresentParticiple // being - constraints - self.features.expectedVerbForm <-- PastParticiple - meaning - constraints - self.m.progressive <-- "yes" //both - -/*** - *** - *** Have Aux Examples - *** - ***/ - - -general construction HaveAux - subcase of LexicalAux, bhAux - constructional - constraints - self.features.expectedVerbForm <-- PastParticiple - meaning //ProcessFeatures - constraints - self.m.perfect <-- "yes" - -construction HaveAuxPast - subcase of HaveAux, PastTense //PastTense sets the speech time and verbform to Past(Finite) - form - constraints - self.f.orth <-- "had" - meaning - constraints - pf <--> self.m -/* -construction HaveAuxBase - subcase of HaveAux, BaseForm - form - constraints - self.f.orth <-- "have" - meaning - constraints - pf <--> self.m - */ - -construction HaveAuxPresent3rdSingular // *** test case -generalize ! - subcase of HaveAux, PresentTense, Singular, ThirdPerson - form - constraints - self.f.orth <-- "has" - meaning - constraints - pf <--> self.m - -construction HavePlusBeenActive - subcase of AuxPlusAux - constructional - constituents - first: HaveAux // marks perfect, tense - second: BeAuxPastParticiple // been - constraints - self.features.expectedVerbForm <-- PresentParticiple - meaning - constraints - self.m.tense <--> first.m.tense - self.m.progressive <-- "yes" - -construction HavePlusBeenPassive - subcase of AuxPlusAux - constructional - constituents - first: HaveAux - second: BeAuxPastParticiple // been - constraints - self.features.expectedVerbForm <-- PastParticiple - meaning - constraints - self.m.voice <-- @passive - -/* -construction HavePlusBeenPlusBeing // OLD - subcase of AuxPlusAux - constructional - constituents - first: HavePlusBeenActive // marks perfect,progressive, tense - second: BeAuxPresentParticiple // being - constraints - self.features.expectedVerbForm <-- PastParticiple - meaning - constraints - self.m.tense <--> first.m.tense - self.m.voice <-- @passive - */ -/*** - *** - *** Do Aux Examples - *** - *** In these examples Johno followed Sag et al by saying that aux do only occurs in - *** finite forms. - *** - ***/ - -general construction DoAux - subcase of LexicalAux - constructional - constraints - self.features.expectedVerbForm <-- Base - //something about aspect should go in the meaning here? - -construction DoAuxPast - subcase of DoAux, PastTense - form - constraints - self.f.orth <-- "did" - meaning - constraints - pf <--> self.m - -construction DoAuxPresent1stSing - subcase of DoAux, PresentTense, Singular, FirstPerson - form - constraints - self.f.orth <-- "do" - -construction DoAuxPresent2ndSing - subcase of DoAux, PresentTense, Singular, SecondPerson - form - constraints - self.f.orth <-- "do" - -construction DoAuxPresent3rdSing - subcase of DoAux, PresentTense, Singular, ThirdPerson - form - constraints - self.f.orth <-- "does" - - -construction DoAuxPresentPlural - subcase of DoAux, PresentTense, Plural - form - constraints - self.f.orth <-- "do" - - -/************************** -*** -*** Modals -*** -***************************/ -general construction Modal - subcase of HasVerbFeatures - constructional //inherits VerbFeatures - constraints - self.features.expectedVerbForm <-- Base - meaning: EventFeatures - -construction Can-Modal - subcase of Modal, Word - form - constraints - self.f.orth <-- "can" - meaning: EventFeatures - constraints - self.m.modality <-- @can - self.m.tense <-- @present - -construction Cant-Modal - subcase of Modal, Word - form - constraints - self.f.orth <-- "can't" - meaning: EventFeatures - constraints - self.m.modality <-- @cant - self.m.tense <-- @present - -construction CouldAux // revisit TODO!! - subcase of LexicalAux - constructional - constraints - self.features.verbform <-- Finite - self.features.expectedVerbForm <-- Base - form - constraints - self.f.orth <-- "could" - -// Will, future - -construction Will-Modal - subcase of Modal, Word - form - constraints - self.f.orth <-- "will" - meaning: EventFeatures - constraints - self.m.tense <-- @future \ No newline at end of file diff --git a/compling.core/grammar/base/base.owl b/compling.core/grammar/base/base.owl deleted file mode 100644 index d5018bd..0000000 --- a/compling.core/grammar/base/base.owl +++ /dev/null @@ -1,607 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.core/grammar/base/complexnp.grm b/compling.core/grammar/base/complexnp.grm deleted file mode 100644 index 9108749..0000000 --- a/compling.core/grammar/base/complexnp.grm +++ /dev/null @@ -1,54 +0,0 @@ -// -// complexnp.grm -// - -schema ComplexRD - subcase of RD - -schema ConjRD - subcase of ComplexRD - roles - connective // and or etc. - rd1: RD - rd2: RD - - -// TODO: Promte features on ComplexNP -general construction ComplexNP - subcase of NP - -construction ConjNP - subcase of ComplexNP - constructional - constituents - connective: LogicalConjunction // and or etc. - first: NP - second: NP - form - constraints - first.f meets connective.f - connective.f meets second.f - meaning: ConjRD - constraints - first.m <-> m.rd1 - second.m <-> m.rd2 - connective.m <-> m.connective - - -construction DisjNP - subcase of ComplexNP - constructional - constituents - connective: Or // and or etc. - first: NP - second: NP - form - constraints - first.f meets connective.f - connective.f meets second.f - meaning: ConjRD - constraints - first.m <-> m.rd1 - second.m <-> m.rd2 - connective.m <-> m.connective - diff --git a/compling.core/grammar/base/complexverb.grm b/compling.core/grammar/base/complexverb.grm deleted file mode 100644 index dcc8e1a..0000000 --- a/compling.core/grammar/base/complexverb.grm +++ /dev/null @@ -1,162 +0,0 @@ -// -// complexverb.grm -// - -general construction ComplexVerb - subcase of Verb - - -general construction AuxPlusVerb - subcase of ComplexVerb - constructional - constituents - aux: Aux - main: ComplexVerb - constraints - self.features.verbform <--> aux.features.verbform - self.features.verbkind <--> main.features.verbkind - aux.features.expectedVerbForm <--> main.features.verbform - form - constraints - aux.f meets main.f - meaning - constraints - aux.m <--> main.m.p-features - self.m <--> main.m - - - construction PassiveAuxPlusVerb // was moved - subcase of AuxPlusVerb - constructional - constituents - aux: BeAux // do get also!! - main: VerbChunk - constraints - main.features.verbform <-- PastParticiple - meaning - constraints - aux.m.voice <-- @passive - - -construction ProgressiveAuxPlusVerb // was moving, has been moving - subcase of AuxPlusVerb - constructional - constituents - aux: Aux - main: ComplexVerb - constraints - main.features.verbform <-- PresentParticiple - meaning - constraints - aux.m.progressive <-- "yes" - -construction PerfectAuxPlusVerb // has moved - subcase of AuxPlusVerb - constructional - constituents - aux: HaveAux - main: ComplexVerb - constraints - main.features.verbform <-- PastParticiple - -construction PassivePefectAuxPlusVerb // has been moved - subcase of AuxPlusVerb - constructional - constituents - aux: AuxPlusAux // should restrict further !! - main: VerbChunk - constraints - main.features.verbform <-- PastParticiple - meaning - constraints - aux.m.perfect <-- "yes" - aux.m.voice <-- @passive - -construction PassiveProgressiveAuxPlusVerb // was being moved - subcase of AuxPlusVerb - constructional - constituents - aux: BePlusBeing - main: VerbChunk - constraints - main.features.verbform <-- PastParticiple - meaning - constraints - aux.m.progressive <-- "yes" - aux.m.voice <-- @passive - -// will want this in, brute force way here; Passive Version -construction PerfectProgressiveAuxPlusVerb //has been being moved - subcase of ComplexVerb - constructional - constituents - aux: AuxPlusAux // restrict to perfect - being: BeAuxPresentParticiple - main: VerbChunk - constraints - main.features.verbform <-- PastParticiple - form - constraints - aux.f meets being.f - being.f meets main.f - meaning - constraints - aux.m.progressive <-- "yes" - aux.m.voice <-- @passive - - - -// end of Aux CxN - -construction ConjVerb - subcase of ComplexVerb // general case, not chunk? - constructional - constituents - first: Verb - connective: And-Logical // and or etc. - second: Verb - constraints - first.features <--> self.features - first.features <--> second.features // maybe not here - form - constraints - first.f meets connective.f - connective.f meets second.f - meaning: ConjProcess - constraints - first.m <-> self.m.process1 - second.m <-> self.m.process2 - connective.m <-> self.m.connective - self.m.protagonist <--> self.m.protagonist2 - -construction SerialVerb // maybe have conj require feature match - subcase of ComplexVerb - constructional - constituents - first: Verb - connective: SerialConjunction // then, etc. - second: Verb - constraints - first.features <--> self.features - form - constraints - first.f meets connective.f - connective.f meets second.f - meaning: SerialProcess - constraints - first.m <--> self.m.process1 - second.m <--> self.m.process2 - //connective.m <--> self.m.connective - self.m.protagonist <--> self.m.protagonist2 - -construction ModifiedVerb - subcase of ComplexVerb - constructional - constituents - modifier: Adverbial - modifiedVerb: Verb - meaning - constraints - modifier.m.modifiedThing <--> modifiedVerb.m - - \ No newline at end of file diff --git a/compling.core/grammar/base/conjunctions.grm b/compling.core/grammar/base/conjunctions.grm deleted file mode 100644 index c41e743..0000000 --- a/compling.core/grammar/base/conjunctions.grm +++ /dev/null @@ -1,51 +0,0 @@ -// -// conjunctions.grm -// - -general construction Conjunction - subcase of Word - -construction Or - subcase of Conjunction - form - constraints - self.f.orth <-- "or" - - -general construction SerialConjunction - subcase of Conjunction - - general construction SerialVPConjunction - subcase of SerialConjunction - -/* -construction And-Serial - subcase of SerialConjunction - form - constraints - self.f.orth <-- "and" -*/ - -construction Then-Serial - subcase of SerialConjunction - form - constraints - self.f.orth <-- "then" - - -general construction LogicalConjunction - subcase of Conjunction - - -construction And-Logical - subcase of LogicalConjunction - form - constraints - self.f.orth <-- "and" - -construction Than - subcase of SerialConjunction - form - constraints - self.f.orth <-- "than" - \ No newline at end of file diff --git a/compling.core/grammar/base/copulas.grm b/compling.core/grammar/base/copulas.grm deleted file mode 100644 index 38fde73..0000000 --- a/compling.core/grammar/base/copulas.grm +++ /dev/null @@ -1,86 +0,0 @@ -// -// copulas.grm -// - -//schema Copula Now in verbkind.grm -// subcase of VerbKind - - - -general construction BeCopula // also BeProgressive, BePassive - subcase of Copula, LexicalVerb - meaning - constraints - self.m.actionary <-- @be - //pf <--> self.m.p-features //why evoked in tense ? - - - construction NegatedBeCopula // probably will work in general - subcase of BeCopula - constructional - constituents - neg: Not-event // just a marker, no meaning - v: BeCopula - constraints - form - constraints - v meets neg - meaning - constraints - v.m.p-features.negated <-- "yes" // tag directly - - -construction BeCopulaPresentSing //now evokes ProcessFeatures - subcase of BeCopula, PresentTense, Singular - form - constraints - self.f.orth <-- "is" - meaning - constraints - pf <--> self.m.p-features - -construction BeCopulaBase - subcase of BeCopula, BaseForm - form - constraints - self.f.orth <-- "be" - - -construction BeCopulaPresentParticple - subcase of BeCopula, PresentParticiple - form - constraints - self.f.orth <-- "being" - - construction BeCopulaPresentPlural //now evokes ProcessFeatures - subcase of BeCopula, PresentTense, Plural - form - constraints - self.f.orth <-- "are" - -construction BeCopulaPastSing //now evokes ProcessFeatures - subcase of BeCopula, PastTense, Singular - form - constraints - self.f.orth <-- "was" - -construction NegBeCopulaPastSing //now evokes ProcessFeatures - subcase of BeCopula, PastTense, Singular - form - constraints - self.f.orth <-- "wasnt" - meaning - constraints - pf.negated <-- "yes" - - -construction BeCopulaPastPlural //now evokes ProcessFeatures - subcase of BeCopula, PastTense, Plural - form - constraints - self.f.orth <-- "were" - - - - - \ No newline at end of file diff --git a/compling.core/grammar/base/frames.grm b/compling.core/grammar/base/frames.grm deleted file mode 100644 index c46321d..0000000 --- a/compling.core/grammar/base/frames.grm +++ /dev/null @@ -1,296 +0,0 @@ - - - -schema Process - roles - kind: @process-kind // still not used - protagonist: RD - actionary: @process - p-features: ProcessFeatures - - -schema ProcessFeatures - roles - tense: @tense // one of past, present, future - perfect // yes or blank - progressive // yes or blank - //lexicalAspect // state, punctual, activity, achievement, accomplishment - timeUnits: @temporal-units //@minutes, @seconds - voice: @voice - negated // yes or blank - -schema StagedProcess - subcase of Process - roles - stageRole: @stage // @stop, - -schema PerfomAction // used with LightVerb -tested? TODO !!! - subcase of Process - roles - repetitions - actor - action - constraints - actor <--> protagonist - -schema Stasis - subcase of Process - roles - stayer: RD // used to be @entity - state // untyped here - actionary: @stasis // copula, etc. - constraints - stayer <--> protagonist - - -schema PredicateNom - subcase of Stasis - roles - modifier: RD - -schema ComplexProcess - subcase of Process - roles - complexKind: @process-kind //not used - actionary: @complexxnet - process1: Process - process2: Process - protagonist2 - constraints - protagonist <--> process1.protagonist - protagonist2 <--> process2.protagonist - -schema ConjProcess - subcase of ComplexProcess - roles - connective // and or etc. - process1: Process //ComplexProcess - process2: Process //ComplexProcess - - -schema SerialProcess // in frames.grm ?? use kind role of Process? - subcase of ComplexProcess - roles - connective - actionary: @complexxnet //Ontology, ?add @serialxnet OR @serialaction - process1: Process // inherited - process2: Process // inherited - protagonist2 // inherited - constraints - protagonist <--> process1.protagonist - protagonist2 <--> process2.protagonist - complexKind <-- @serial - - schema PurposeProcess // in frames.grm - subcase of SerialProcess - roles - connective - constraints - protagonist <--> process1.protagonist - protagonist <--> protagonist2 - ignore complexKind <-- @serial - complexKind <-- @purpose - - -schema Motion - subcase of Process - roles - mover: RD - speed // scale - heading // untyped, North, towards Box2 - actionary: @motion - constraints - mover <--> protagonist - - -schema MotionPath // (bounded) translational motion - subcase of Motion - evokes SPG as spg - constraints - mover <--> spg.trajector - -schema HeadingSchema - roles - tag: @heading - landmark: RD - -schema MotorControl - subcase of Process - roles - actor: RD - effector - effort - routine : @routine - constraints - actor.ontological-category <-- @animate - actor <--> protagonist // protagonist inherited from Process - routine <--> actionary - -schema MoveBodyPart - subcase of MotorControl - - -schema EffectorMotion - subcase of ComplexProcess - roles - routine: @effectormotion - process1: MotorControl - process2: Motion - constraints - process1.effector <--> process2.mover - -schema EffectorMotionPath - subcase of EffectorMotion - evokes SPG as spg - roles - target - constraints - target <--> spg.landmark - process1.effector <--> spg.trajector - -// (physical); revised 9/06/07 -schema ForceTransfer - evokes Contact as cont - roles - supplier: RD // @entity - recipient: RD // @entity - amount - constraints - // no replacement for the above since Contact constrains - // entity{1,2}.referent to @entity - supplier <--> cont.entity1 - recipient <--> cont.entity2 - -schema ForceApplication - subcase of MotorControl - evokes ForceTransfer as ft - roles - actedUpon: RD // @entity - routine : @forceapplication - instrument: RD // @instrument - constraints - actor <--> ft.supplier - actedUpon <--> ft.recipient - instrument <--> effector - effort <--> ft.amount - -schema ForcefulMotionAction - subcase of ComplexProcess - roles - process1: ForceApplication - process2: EffectorMotionPath - routine: @forcefulmotionaction - constraints - protagonist <--> protagonist2 - process1.actedUpon <--> process2.target - process1.instrument <--> process2.process1.effector - routine <--> actionary - -schema AgentiveImpactAction - subcase of ForcefulMotionAction - roles - //routine: @agentiveimpactaction - -// Interaction ***************** - -schema InteractionProcess //general - subcase of ComplexProcess - roles - process1: EmbeddedEventProcess //inherited - process2: Process //inherited - protagonist: RD - other: RD - constraints - protagonist2 <--> other - complexKind <-- @interaction - protagonist.ontological-category <-- @sentient - -schema AgentAgentProcess - subcase of InteractionProcess - roles - constraints - other.ontological-category <-- @sentient - -schema CauseEffectAction - subcase of ComplexProcess - roles - process1: ForceApplication - process2: Process // result - causer - affected - constraints - protagonist <--> causer - protagonist2 <--> affected - process1.actedUpon <--> affected - complexKind <-- @causal - -schema ObjectTransfer - subcase of ComplexProcess - roles - process1: ReleaseHold - process2: EstablishHold - giver - getter - theme - actionary: @objecttransfer - constraints - protagonist <--> giver - protagonist2 <--> getter - process1.actedUpon <--> theme - process2.actedUpon <--> theme - - -schema ReleaseHold //"release", "drop", "let go" - subcase of ForceApplication - roles - routine: @releasehold - - -schema EstablishHold //"grab" - subcase of ForceApplication - roles - routine: @establishhold - - -schema CauseMotionPathAction - subcase of CauseEffectAction - roles - process2: MotionPath - -schema Possession - roles - possessor - possessed - -schema Intention - roles - actor - intendedAct: Process - - -schema CreationAction - subcase of Process - roles - creator - createdThing - constraints - protagonist <--> creator - - -schema EmbeddedEventProcess - subcase of Process - roles - event - -schema Value -roles - val - -schema WantProcess - subcase of EmbeddedEventProcess - roles - wanter - constraints - wanter <--> protagonist - - diff --git a/compling.core/grammar/base/grammaticalschemas.grm b/compling.core/grammar/base/grammaticalschemas.grm deleted file mode 100644 index f0dd500..0000000 --- a/compling.core/grammar/base/grammaticalschemas.grm +++ /dev/null @@ -1,158 +0,0 @@ -// -// grammaticalschemas.grm -// - - -schema RD // meaning of NP - roles - ontological-category // XXX: :@enumeration - givenness - referent - number - - -schema QuantitySchema - roles - value - -schema QuantifiedRD - subcase of RD - roles - quant: QuantitySchema //subcases include numbers, “severalâ€, etc. - units: @units - -schema QuantifiedSpatialRD - subcase of QuantifiedRD - roles - units: @nontemporal-units - -schema QuantifiedTemporalRD - subcase of QuantifiedRD - roles - units: @temporal-units - -schema ProcessRD - subcase of RD - roles - ontological-category: @process - action: Process - repetitions - -schema QuestionRD - subcase of RD - roles - specific: @wh-word - -// A simple schema for a word -schema WordForm - roles - orth - -// Constructional Agreement Features - -schema AgreementFeatureSet - roles - number - person - -schema AgreementFeatures - roles - features: AgreementFeatureSet - - -schema NominalFeatureSet - subcase of AgreementFeatureSet - roles - case - massOrPlural //set to 'yes' for mass nouns and plural nouns - - -schema NominalFeatures - subcase of AgreementFeatures - roles - features: NominalFeatureSet - - -schema AuxFeatureSet - subcase of VerbFeatureSet - roles - expectedVerbForm // now not needed - - -schema VerbFeatures - subcase of AgreementFeatures - roles - features: VerbFeatureSet - -schema VerbFeatureSet // could add kind ~ control, etc. - subcase of AgreementFeatureSet - roles - verbform: FiniteOrNonFinite - verbkind: VerbKind - expectedVerbForm - -schema AuxFeatures - subcase of VerbFeatures - roles - features: AuxFeatureSet - - -/* -schema Speech_Act // not currently used ~ Utterance - roles - speaker: RD - addressee: RD - content: EventDescriptor - constraints - speaker.ontological-category <-- @sentient - addressee.ontological-category <-- @sentient -*/ - -schema DiscourseElement //meaning of Utterance - roles - speaker: RD // used to be @generic-person - addressee: RD // used to be @generic-person - attentional_focus // not used yet - content: EventDescriptor - // epistemic: epistemic status, probability - mood: @mood // one of declarative, imperative, ... - constraints - speaker.ontological-category <-- @sentient - addressee.ontological-category <-- @sentient - -schema EventDescriptor // meaning of S - roles - eventProcess: Process - e-features: EventFeatures - profiledProcess: Process - profiledParticipant - profiledStage - -// TODO: needs work on roles -schema EventFeatures - roles - telicity - duration - voice: @voice - tense: @tense - modality: @modality - //preconditions gone !! - negated - -schema ComplexED - subcase of EventDescriptor - roles - ed1: EventDescriptor - ed2: EventDescriptor - -schema SerialED - subcase of ComplexED - roles - connective //: SerialConjunction // then, etc. - constraints - profiledParticipant <--> ed1.profiledParticipant - e-features <--> ed1.e-features - - - - diff --git a/compling.core/grammar/base/imageschemas.grm b/compling.core/grammar/base/imageschemas.grm deleted file mode 100644 index 450d027..0000000 --- a/compling.core/grammar/base/imageschemas.grm +++ /dev/null @@ -1,86 +0,0 @@ - -schema BoundedRegion - roles - boundary: RD // used to be @closedCurve - interior: RD // used to be @region - exterior: RD // used to be @region - constraints - // These replace the typing above - boundary.ontological-category <-- @closedCurve - interior.ontological-category <-- @region - exterior.ontological-category <-- @region - -schema BoundedObject - subcase of BoundedRegion - roles - boundedObject: RD - constraints - -schema SpatialRelation - -schema Proximity - subcase of SpatialRelation - roles - center - proximalArea - -schema Contact // short version - subcase of SpatialRelation - roles - entity1: RD // @entity - entity2: RD // @entity - constraints - entity1.ontological-category <-- @entity - entity2.ontological-category <-- @entity - -schema TrajectorLandmark - roles - trajector: RD - landmark: RD - profiledArea // ProfiledArea is defined with respect to Landmark - constraints - trajector.ontological-category <-- @entity - landmark.ontological-category <-- @entity - -// -// this schema is actually part of a radial category of SPG schemas -// -schema SPG - subcase of TrajectorLandmark - roles - source - path: Path - goal - distance - -schema Path - -/* -schema Direction // now use heading role - subcase of Path - -schema Motion-defined-path - subcase of Path - roles - defining: MotionPath -*/ -/* -schema Location // probably chage for new Base - subcase of TrajectorLandmark -*/ - -// Temporal stuff - -schema TemporalInterval - roles - start - end - length - timeUnits: @temporal-units //@minutes, @seconds - -schema TemporalModifier - roles - telicity // one of @bounded, @ongoing - ti: TemporalInterval - - \ No newline at end of file diff --git a/compling.core/grammar/base/lexicalverb.grm b/compling.core/grammar/base/lexicalverb.grm deleted file mode 100644 index bc3df4a..0000000 --- a/compling.core/grammar/base/lexicalverb.grm +++ /dev/null @@ -1,382 +0,0 @@ - - -general construction VerbChunk - subcase of ComplexVerb, RootType - -general construction LexicalVerb - subcase of VerbChunk, Word - //meaning - //constraints - //pf <--> self.m.p-features - -construction Infinitive - subcase of VerbChunk - constructional - constituents - first: TO-Infinitive-Marker - second: VerbChunk - constraints - second.features.verbform <-- Base - form - constraints - first.f meets second.f //no split inf. - meaning - constraints - self.m <-> second.m - -general construction ModifiedVerbChunk // stub - singing with gusto - subcase of VerbChunk - - -construction ConjVerbChunk // we also have a Verb and VP version - subcase of VerbChunk - constructional - constituents - first: VerbChunk - conjoiner: And-Logical //: @conjunction - second: VerbChunk - constraints - first.features <-> second.features - self.features <-> second.features - form - constraints - first.f meets conjoiner.f - conjoiner.f meets second.f - meaning: ConjProcess - constraints - self.m.process1 <--> first.m - self.m.process2 <--> second.m - self.m.connective <--> conjoiner.m - -//Lexical Verbs - -general construction Help - subcase of CatenativeVerb, LexicalVerb // verbKind, expectedVerbForm - constructional - constraints - self.features.verbkind <-- ForceDynamic - self.features.expectedVerbForm <-- Infinitive - meaning: Process - constraints - self.m.actionary <-- @help - /* - construction HelpBase - subcase of Help, BaseForm - form - constraints - self.f.orth <-- "help" -/* - - - - construction HelpPast - subcase of Help, PastTense - form - constraints - self.f.orth <-- "helped" - pf <--> self.m.p-features // everywhere - -// also do prevent, different expectedVerbForm - -// Want - -general construction Want - subcase of LexicalVerb, ControlVerb // - meaning - constraints - self.m.actionary <-- @want - -construction WantPresentThirdPersonSingular - subcase of Want, PresentTense, ThirdPersonSingular - form - constraints - self.f.orth <-- "wants" - -construction WantPresent - subcase of Want, PresentTense - form - constraints - self.f.orth <-- "want" - -construction WantPast - subcase of Want, PastTense - form - constraints - self.f.orth <-- "wanted" - -construction WantBase - subcase of Want, BaseForm - form - constraints - self.f.orth <-- "want" -construction WantPresentParticiple - subcase of Want, PresentParticiple - form - constraints - self.f.orth <-- "wanting" - -// ~~~~~~~~~~ walk ~~~~ - -construction Stride - subcase of Walk, BaseForm - form - constraints - self.f.orth <-- "stride" - meaning //MotionPath - evokes Modification as mod - constraints - mod.modifiedThing <-> self.m - mod.modifier <-- "intense" - -general construction Walk - subcase of LexicalVerb - meaning: MotionPath // It should have motor control - constraints - self.m.actionary <-- @walk - -/* -general construction WalkM // metaphorical - not used - subcase of LexicalVerb - meaning: MotionPath // It should have motor control - constraints - self.m.actionary <-- @walk - self.m.kind <-- @metaphorical - -construction WalkBase - subcase of Walk, BaseForm - form - constraints - self.f.orth <-- "walk" - - -/* shrink the grammar for now -construction WalkPresent - subcase of Walk, PresentTense - form - constraints - self.f.orth <-- "walk" - -construction WalkPresentThirdPersonSingular - subcase of Walk, PresentTense, ThirdPersonSingular - form - constraints - self.f.orth <-- "walks" - -construction WalkPast - subcase of Walk, PastTense - form - constraints - self.f.orth <-- "walked" - - -construction WalkPresentParticiple - subcase of Walk, PresentParticiple - form - constraints - self.f.orth <-- "walking" - - -construction WalkPastParticiple - subcase of Walk, PastParticiple - form - constraints - self.f.orth <-- "walked" -*/ - -// Aspectualizers - - -general construction StageVerb - subcase of LexicalVerb, BaseForm - constructional - constraints - self.features.verbkind <-- Stage - self.features.expectedVerbForm <-- PresentParticiple - - - -construction StartBase - subcase of StageVerb - form - constraints - self.f.orth <-- "start" - meaning - constraints - self.m.actionary <-- @start - -construction StopBase // stop walking ... - subcase of StageVerb - form - constraints - self.f.orth <-- "stop" - meaning - constraints - self.m.actionary <-- @stop - -// -// Force Dynamic Verbs -// - -general construction Stop-FD - subcase of LexicalVerb - constructional - constraints - self.features.verbkind <-- ForceDynamic - self.features.expectedVerbForm <-- PresentParticiple - meaning: Process - constraints - self.m.actionary <-- @stop - -/* -construction FDStopBase - subcase of Stop-FD, BaseForm - form - constraints - self.f.orth <-- "prevent" - -construction FDStopPast - subcase of Stop-FD, PastTense - form - constraints - self.f.orth <-- "stopped" - - -// light verbs - -construction TakeBase - subcase of LexicalVerb, BaseForm - form - constraints - self.f.orth <-- "take" - meaning - constraints - self.m.actionary <-- @take - -general construction Give - subcase of LexicalVerb - meaning: ObjectTransfer - constraints - self.m.actionary <-- @give - -construction GiveBase - subcase of Give, BaseForm - form - constraints - self.f.orth <-- "give" - -/* - -construction GivePast - subcase of Give, PastTense - form - constraints - self.f.orth <-- "gave" - -construction Hit - subcase of LexicalVerb // may be subcase of FA Verbs and of EMP Verbs - form - constraints - self.f.orth <-- "hit" - meaning: AgentiveImpactAction - constraints - self.m.routine <-- @hit - -*/ -general construction Move - subcase of LexicalVerb - meaning: MotionPath - constraints - self.m.actionary <-- @move - // self.m.p-features.timeUnits <-- @minutes - // self.m.p-features.lexicalAspect <-- @activity - - -construction MoveBase - subcase of Move, BaseForm - form - constraints - self.f.orth <-- "move" - -construction PushBase // only form in - subcase of LexicalVerb, BaseForm - form - constraints - self.f.orth <-- "push" - meaning: MotionPath - constraints - self.m.actionary <-- @push - -construction MovePresent - subcase of Move, PresentTense - form - constraints - self.f.orth <-- "move" - meaning - constraints - pf <--> self.m.p-features - - -construction MovePresentThirdSing - subcase of Move, PresentTense, ThirdPersonSingular - form - constraints - self.f.orth <-- "moves" - meaning - constraints - pf <--> self.m.p-features - -construction MovePresentParticiple - subcase of Move, PresentParticiple - form - constraints - self.f.orth <-- "moving" - meaning - constraints - pf <--> self.m.p-features - - -construction MovePast - subcase of Move, PastTense - form - constraints - self.f.orth <-- "moved" - meaning - constraints - pf <--> self.m.p-features - - -construction MovePastParticiple - subcase of Move, PastParticiple - form - constraints - self.f.orth <-- "moved" - meaning - constraints - pf <--> self.m.p-features -/* - - -// Possesion - -general construction PossessionVerb - subcase of LexicalVerb - meaning: Stasis //probably OK - constraints - self.m.actionary <-- @possess - - -general construction Have - subcase of PossessionVerb - //meaning - // constraints - //pf <--> self.m.p-features - -construction HaveBase - subcase of Have - form - constraints - self.f.orth <-- "have" - - - - \ No newline at end of file diff --git a/compling.core/grammar/base/massnouns.grm b/compling.core/grammar/base/massnouns.grm deleted file mode 100644 index 147568f..0000000 --- a/compling.core/grammar/base/massnouns.grm +++ /dev/null @@ -1,20 +0,0 @@ -// -// Mass Nouns -// - -general construction MassNoun - subcase of Noun, Singular - constructional - constraints - self.features.massOrPlural <-- "yes" - - -construction Mud - subcase of MassNoun - form - constraints - self.f.orth <-- "mud" - meaning - constraints - self.m.ontological-category <-- @mud - diff --git a/compling.core/grammar/base/modification.grm b/compling.core/grammar/base/modification.grm deleted file mode 100644 index c404e8a..0000000 --- a/compling.core/grammar/base/modification.grm +++ /dev/null @@ -1,75 +0,0 @@ -// -// Modifier Schemas -// - - -// A simple modifier schema which is the root of the modifier schema hierarchy - -schema Modification - roles - kind // @modifier-type for the specializer - modifier - modifiedThing - negated //@yes or blank - -// A simple modifier schema for scalars like "big" or "red" - -schema ScalarModifier - subcase of Modification // does not use modifier role - roles - scale - scalarValue - -schema ScalarComparison //kind has greater, etc. - subcase of ScalarModifier - roles - brandX // thing to compare against - -schema ProcessModifier - subcase of Modification - roles - modifiedThing: Process - - -// A simple (atomic) attribute-filler modifier (e.g. someone's name) - -schema AttributeFiller // Not currently used - subcase of Modification - roles - relationName - filler - - -// For noun noun compounds, we need a way to underspecify the -// relation between the two entities, so this one will leave the "relationName" -// role blank -// and just specify the two entities that are in relation two each other - -schema NounNounModifier - subcase of Modification - - -// Of course, frame based modifiers will also have to be a subcase of Modification - -schema NP-PP-Modifier - subcase of Modification - roles - modifier - -/* -schema AdverbialModification - subcase of Modification - roles - modifier: Adverbial -*/ - -// Adjuncts - -schema AdjunctModification // for VP - subcase of Modification - roles - kind // adjunct kind // instrument, etc. - adjunct //unyped here - - - \ No newline at end of file diff --git a/compling.core/grammar/base/np.grm b/compling.core/grammar/base/np.grm deleted file mode 100644 index 7439e48..0000000 --- a/compling.core/grammar/base/np.grm +++ /dev/null @@ -1,293 +0,0 @@ -/****************************************************************************** -This file contains (possible) constructions for kernel noun phrases. - -The assumption is that each NP has an RD structure as its meaning. -This implies that proper nouns, pronouns, and mass/plural nouns make -RD their meaning. For sake of uniformity, we also assume that common -count nouns (which are not NPs) also denote an RD. - -Semantically, adjectives, noun modifiers and post-nominal modifiers form a -constellation of modifiers around the primary RD for the NP. Each modifier -binds the referent role of the entity that it's modifying to its modifiedEntity -role. - -Additionally, the givenness role should be inspected and evaluated for the -different types of NPs, and this file has "?" when Johno didn't know what value to -assign a role. - -******************************************************************************/ - - -/*** - *** - *** The root constructions of the NP, Noun and Nominal hierarchy - *** - ***/ - -general construction NP - subcase of RootType, HasNominalFeatures - meaning: RD - -general construction ProcessNP - subcase of NP - meaning: ProcessRD - -schema Location2D - subcase of RD - roles - xCoord: @number - yCoord: @number - constraints - ontological-category <-- @location - number <-- "1" - -construction Tag - subcase of Word, HasAgreementFeatures - form - constraints - self.f.orth <-- "location" - -construction LocationNP - subcase of Kernel, NP - constructional - constituents - tag: Tag - x: Number - optional comma: Comma - y: Number - form - constraints - tag.f meets x.f - x.f meets comma.f - comma.f meets y.f - meaning: Location2D - constraints - self.m.xCoord <--> x.m.value - self.m.yCoord <--> y.m.value - -// This is the root of nouns and noun noun compounds -general construction Nominal - subcase of HasNominalFeatures - meaning: RD - -general construction ProcessNominal - subcase of Nominal - meaning: ProcessRD - -general construction Noun - subcase of Word, Nominal - - -/* - * - * Combining Adjectives and Nouns - * - */ - -// Note that Kernel is NOT an NP -// it is general because we need a supertype to cover the bracketed phrases in -// 'the [big table]' and 'the [big table and leather chair]' - -general construction Kernel - subcase of HasNominalFeatures - meaning: RD - -construction SimpleKernel - subcase of Kernel - constructional - constituents - optional ap: Adjective // seems OK now - n: Nominal - constraints - self.features <--> n.features - form - constraints - ap.f meets n.f - meaning - constraints - self.m <--> n.m - self.m <--> ap.m.modifiedThing - -construction DeverbalKernel - subcase of Kernel - constructional - constituents - optional ap: Adjective - n: BaseForm - form - constraints - ap.f meets n.f - meaning: ProcessRD - constraints - self.m.action <--> n.m - self.m <--> ap.m.modifiedThing - - -construction NP-ModifierPP - subcase of NP - constructional - constituents - snp: SpecifierPlusKernel - modpp: ModifierPP - constraints - self.features <--> snp.features - form - constraints - snp.f meets modpp.f - meaning - constraints - snp.m <--> modpp.m.modifiedThing - self.m <--> snp.m - - - general construction SpecifierPlusKernel - subcase of NP - constructional - constituents - s: NPSpecifier - k: Kernel - constraints - self.features <--> k.features - self.features <--> s.features - form - constraints - s.f meets k.f - meaning - constraints - self.m <--> k.m - self.m <--> s.m - -/* - general construction SpecifierPlusDeverbalKernel - subcase of ProcessNP - constructional - constituents - s: NPSpecifier - k: DeverbalKernel - constraints - self.features <--> k.features - self.features <--> s.features - form - constraints - s.f meets k.f - meaning - constraints - self.m <--> k.m - self.m <--> s.m - */ - -construction DeterminerPlusKernel - subcase of SpecifierPlusKernel - constructional - constituents - s: Determiner -/* -construction DeterminerPlusDeverbalKernel - subcase of SpecifierPlusDeverbalKernel - constructional - constituents - s: Determiner -*/ - -// J. separated PossessivePronounPlusKernel because the likelihood of omitting the -// kernel is nonzero with possessive pronouns (e.g. 'I want the'* vs. 'I want his') - - - -construction PossessivePronounPlusKernel - subcase of SpecifierPlusKernel - constructional - constituents - s: PossessivePronoun - k: Kernel // here is where we would specify the higher likelihood of an omitted kernel given a PossPronoun - - -construction UndeterminedNP - subcase of NP, SimpleKernel - constructional - constraints - n.features.massOrPlural <-- "yes" - meaning - constraints - self.m.givenness <-- "type-identifiable" // Michael - - -construction QuantityNP - subcase of Kernel, NP - constructional - constituents - num: Quantifier - n: Nominal - constraints - self.features <--> n.features - form - constraints - num.f meets n.f - meaning: QuantifiedRD - constraints - self.m <--> n.m - self.m.quant <--> num.m - - construction SpatialQuantityNP - subcase of QuantityNP - meaning: QuantifiedSpatialRD - constraints - self.m.units <-> n.m.ontological-category - -construction TemporalQuantityNP - subcase of QuantityNP - meaning: QuantifiedRD - constraints - n.m.ontological-category <-- @time - -construction ProcessUndeterminedNP - subcase of ProcessNP, DeverbalKernel - meaning - constraints - self.m.givenness <-- "type-identifiable" // Michael - - - -/** -*** -*** Building Noun Noun Compounds -*** Note that this construction allows for both left and right branching. -*** -*** One way to extend this would be to make this construction general, -*** and then make subcases of it for the productive kinds of noun-noun -*** modification and the lexicalized noun-noun compound -*** -***/ - -construction NounNounCompound - subcase of Nominal - constructional - constituents - mod: Nominal - head: Nominal - constraints - self.features <--> head.features - form - constraints - mod.f meets head.f - meaning - evokes NounNounModifier as nnm - constraints - self.m <--> head.m - nnm.modifiedThing <--> head.m - nnm.modifier <--> mod.m - - -/*** - *** WH NPs can be be wh pronouns or NPs in which 'which' and 'what' are the specifiers - *** - ***/ - -general construction WH-NP - subcase of NP - -construction WhSpecifierPlusKernel - subcase of SpecifierPlusKernel, WH-NP - constructional - constituents - s: WH-Specifier diff --git a/compling.core/grammar/base/number.grm b/compling.core/grammar/base/number.grm deleted file mode 100644 index 90ea702..0000000 --- a/compling.core/grammar/base/number.grm +++ /dev/null @@ -1,90 +0,0 @@ -construction ZeroInDigits - subcase of Number - form - constraints - self.f.orth <-- "0" - meaning: QuantitySchema - constraints - self.m.value <-- "0" - -construction OneInDigits - subcase of Number - form - constraints - self.f.orth <-- "1" - meaning: QuantitySchema - constraints - self.m.value <-- "1" - -construction TwoInDigits - subcase of Number - form - constraints - self.f.orth <-- "2" - meaning: QuantitySchema - constraints - self.m.value <-- "2" - -construction ThreeInDigits - subcase of Number - form - constraints - self.f.orth <-- "3" - meaning: QuantitySchema - constraints - self.m.value <-- "3" - -construction FourInDigits - subcase of Number - form - constraints - self.f.orth <-- "4" - meaning: QuantitySchema - constraints - self.m.value <-- "4" - -construction FiveInDigits - subcase of Number - form - constraints - self.f.orth <-- "5" - meaning: QuantitySchema - constraints - self.m.value <-- "5" - -construction SixInDigits - subcase of Number - form - constraints - self.f.orth <-- "6" - meaning: QuantitySchema - constraints - self.m.value <-- "6" - -construction SevenInDigits - subcase of Number - form - constraints - self.f.orth <-- "7" - meaning: QuantitySchema - constraints - self.m.value <-- "7" - -construction EightInDigits - subcase of Number - form - constraints - self.f.orth <-- "8" - meaning: QuantitySchema - constraints - self.m.value <-- "8" - -construction NineInDigits - subcase of Number - form - constraints - self.f.orth <-- "9" - meaning: QuantitySchema - constraints - self.m.value <-- "9" - diff --git a/compling.core/grammar/base/pluralnouns.grm b/compling.core/grammar/base/pluralnouns.grm deleted file mode 100644 index 98718f5..0000000 --- a/compling.core/grammar/base/pluralnouns.grm +++ /dev/null @@ -1,82 +0,0 @@ -/********** -*** -*** Plural Nouns -*** -***********/ - -general construction PluralNoun - subcase of Noun, Plural - constructional - constraints - self.features.massOrPlural <-- "yes" - meaning - constraints - self.m.number <-- ">1" - - -construction Centimeters - subcase of PluralNoun - form - constraints - self.f.orth <-- "cm" - meaning - constraints - self.m.ontological-category <-- @centimeter - -construction Inches - subcase of PluralNoun - form - constraints - self.f.orth <-- "inches" - meaning - constraints - self.m.ontological-category <-- @inch - -construction Squares - subcase of PluralNoun - form - constraints - self.f.orth <-- "squares" - meaning - constraints - self.m.ontological-category <-- @square - -construction Blocks - subcase of PluralNoun - form - constraints - self.f.orth <-- "blocks" - meaning - constraints - self.m.ontological-category <-- @block - -construction Boxes - subcase of PluralNoun - form - constraints - self.f.orth <-- "boxes" - meaning - constraints - self.m.ontological-category <-- @box - -construction Robots - subcase of PluralNoun - form - constraints - self.f.orth <-- "robots" - meaning - constraints - self.m.ontological-category <-- @robot - -construction Minutes - subcase of PluralNoun - form - constraints - self.f.orth <-- "minutes" - meaning: QuantifiedTemporalRD - constraints - self.m.ontological-category <-- @temporal-units - self.m.units <-- @minutes - - - \ No newline at end of file diff --git a/compling.core/grammar/base/pp.grm b/compling.core/grammar/base/pp.grm deleted file mode 100644 index f19a2cc..0000000 --- a/compling.core/grammar/base/pp.grm +++ /dev/null @@ -1,138 +0,0 @@ - - -general construction PP - subcase of RootType - constructional - constituents - prep: Preposition - np: NP - form - constraints - prep.f before np.f - - -general construction Complex-PP - subcase of PP - - -general construction Disjunctive-PP - subcase of Complex-PP - constructional - constituents - connective: Or // and or etc. - first: PP - second: PP - form - constraints - first.f meets connective.f - connective.f meets second.f - - -general construction Conjunctive-PP - subcase of Complex-PP - -/* -construction DisjunctiveSpatial-PP - subcase of Disjunctive-PP, Spatial-PP - constructional - constituents - first: Spatial-PP - second: Spatial-PP -*/ - -general construction Spatial-PP - subcase of PP - constructional - constituents - prep: SpatialPreposition - np: NP - meaning: TrajectorLandmark - constraints - self.m <--> prep.m - self.m.landmark <--> np.m - //np.m.ontological-category <-- @entity - -construction PathPrepPhrase1 // central case - subcase of Spatial-PP - constructional - constituents - prep: PathPreposition // e.g. into, to, from - meaning: SPG - - -construction LocPrepPhrase // extension for locative preps - subcase of Spatial-PP - constructional - constituents - prep: LocativePreposition // e.g. at, in, inside, on, - meaning: SPG - constraints - self.m.goal <--> prep.m.profiledArea - -construction DirectionalPP // extension for directional preps - subcase of PP, Directional - constructional - constituents - prep: DirectionalPreposition // e.g. towards - meaning: SPG //inherited - evokes HeadingSchema as hs - constraints - self.m.landmark <--> np.m - hs.landmark <--> np.m - hs.tag <-- @towards - - -// Adjuncts - -construction AdjunctPP - subcase of PP - - construction InstrumentPP - subcase of AdjunctPP - constructional - constituents - prep: InstrumentPreposition // with, ... - meaning - constraints - np.m.ontological-category <-- @instrument - -construction ModifierPP //fix TODO - subcase of AdjunctPP - constructional - constituents - prep: ModifierPreposition // e.g. , of, ... - meaning: NP-PP-Modifier - constraints - prep.m <--> self.m - np.m <--> self.m.modifier - -construction ByAgentPhrase // TODO: fix this, esp. meaning! - subcase of PP - constructional - constituents - prep: BY-Agent - np: NP - form - constraints - prep.f meets np.f - meaning: TrajectorLandmark - constraints - //np.m.referent <--> self.m.landmark - np.m <--> self.m.landmark -/* -construction TemporalPhrase // too many analyses TODO!! - subcase of AdjunctPP - constructional - constituents - prep: TemporalPreposition - np: TemporalQuantityNP - form - constraints - prep.f meets np.f - meaning: TemporalModifier - constraints - //np.m.n.ontological-category <-- @time - self.m <--> prep.m - self.m.ti.timeUnits <--> np.m.units - self.m.ti.length <--> np.m.quant.value -*/ diff --git a/compling.core/grammar/base/prep.grm b/compling.core/grammar/base/prep.grm deleted file mode 100644 index 4333496..0000000 --- a/compling.core/grammar/base/prep.grm +++ /dev/null @@ -1,185 +0,0 @@ -general construction Preposition - subcase of Word - - -general construction ModifierPreposition - subcase of Preposition - meaning: NP-PP-Modifier - - -construction OF-Modifier - subcase of ModifierPreposition - form - constraints - self.f.orth <-- "of" - -construction WITH-Modifier - subcase of ModifierPreposition - form - constraints - self.f.orth <-- "with" - - general construction InstrumentPreposition - subcase of Preposition - -construction WITH-Instrument - subcase of InstrumentPreposition - form - constraints - self.f.orth <-- "with" - -general construction SpatialPreposition - subcase of Preposition - meaning: TrajectorLandmark - - -general construction PathPreposition - subcase of SpatialPreposition - meaning: SPG - - -general construction LocativePreposition - subcase of SpatialPreposition - -general construction DirectionalPreposition - subcase of Preposition - meaning: SPG - -general construction Particle // Value is a string - subcase of Preposition - meaning: Value - //constraints - -construction UP-Particle - subcase of Particle - form - constraints - self.f.orth <-- "up" - meaning: Value - constraints - self.m.val <-- "up" - - -construction TO-Path - subcase of PathPreposition - form - constraints - self.f.orth <-- "to" - meaning: SPG - constraints - self.m.landmark <--> self.m.goal - - -construction TO-Marker - subcase of Preposition - form - constraints - self.f.orth <-- "to" - -construction TO-Purpose - subcase of Word - form - constraints - self.f.orth <-- "to" - -construction FROM-Marker - subcase of Preposition - form - constraints - self.f.orth <-- "from" - - -construction IN-Locative // TODO: needs meaning! - subcase of LocativePreposition - form - constraints - self.f.orth <-- "in" - -construction TOWARDS - subcase of DirectionalPreposition - form - constraints - self.f.orth <-- "towards" - - -general construction TemporalPreposition - subcase of Preposition - meaning: TemporalModifier - -construction FOR-Temporal - subcase of TemporalPreposition - form - constraints - self.f.orth <-- "for" - meaning - constraints - self.m.telicity <-- @ongoing - -construction IN-Temporal - subcase of TemporalPreposition - form - constraints - self.f.orth <-- "in" - meaning - constraints - self.m.telicity <-- @bounded - - -construction INTO-Path - subcase of PathPreposition - form - constraints - self.f.orth <-- "into" - meaning: SPG - evokes BoundedObject as bo - constraints - //self.m.landmark <--> bo.boundedObject.referent - self.m.landmark <--> bo.boundedObject - self.m.goal <--> bo.interior - self.m.source <--> bo.exterior - -construction AT-Locative - subcase of LocativePreposition - form - constraints - self.f.orth <-- "at" - meaning: TrajectorLandmark - evokes Proximity as p - constraints - self.m.profiledArea <--> p.proximalArea - self.m.landmark <--> p.center - - -construction ON-Locative - subcase of LocativePreposition - form - constraints - self.f.orth <-- "on" - meaning: TrajectorLandmark - evokes BoundedObject as bo - constraints - self.m.profiledArea <--> bo.boundary // surface - self.m.landmark <--> bo.boundedObject - -/* -construction BY-Locative - subcase of LocativePreposition - form - constraints - self.f.orth <-- "by" - meaning: TrajectorLandmark -*/ - -construction BY-Agent - subcase of Preposition - form - constraints - self.f.orth <-- "by" - meaning - - -construction TO-Infinitive-Marker - subcase of Word // TODO: Particle? - form - constraints - self.f.orth <-- "to" diff --git a/compling.core/grammar/base/pronoun.grm b/compling.core/grammar/base/pronoun.grm deleted file mode 100644 index 303a21d..0000000 --- a/compling.core/grammar/base/pronoun.grm +++ /dev/null @@ -1,134 +0,0 @@ -/*** - *** - *** Pronouns - *** - ***/ - -general construction Pronoun - subcase of NP, Word - constructional - constraints - self.features.massOrPlural <-- "no" - meaning - constraints - self.m.givenness <-- "in-focus" - //self.m.givenness <-- "GIVEN" - -construction It - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "it" - meaning - constraints - self.m.number <-- "1" - -construction YouNomSing - subcase of Pronoun, Singular, SecondPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "you" - meaning - constraints - self.m.number <-- "1" - -construction He - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "he" - meaning - constraints - self.m.ontological-category <-- @male-person - self.m.number <-- "1" - -construction They - subcase of Pronoun, Plural, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "they" - meaning - constraints - self.m.ontological-category <-- @entity - self.m.number <-- ">1" - -construction HimDat - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "dat" - form - constraints - self.f.orth <-- "him" - meaning - constraints - self.m.ontological-category <-- @maleAnimate - self.m.number <-- "1" - - -construction HimAcc - subcase of Pronoun, Singular - constructional - constraints - self.features.case <-- "acc" - form - constraints - self.f.orth <-- "him" - meaning - constraints - self.m.ontological-category <-- @maleAnimate - self.m.number <-- "1" - - -construction She - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "nom" - form - constraints - self.f.orth <-- "she" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate - self.m.number <-- "1" - - -construction HerDat - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "dat" - form - constraints - self.f.orth <-- "her" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate - self.m.number <-- "1" - - -construction HerAcc - subcase of Pronoun, Singular, ThirdPerson - constructional - constraints - self.features.case <-- "acc" - form - constraints - self.f.orth <-- "her" - meaning - constraints - self.m.ontological-category <-- @femaleAnimate - self.m.number <-- "1" diff --git a/compling.core/grammar/base/proper-noun.grm b/compling.core/grammar/base/proper-noun.grm deleted file mode 100644 index 5dd6f3a..0000000 --- a/compling.core/grammar/base/proper-noun.grm +++ /dev/null @@ -1,183 +0,0 @@ -// -// Proper nouns. -// - -general construction ProperNounNP - subcase of NP, Word - - -construction JOHN - subcase of ProperNounNP, Singular, ThirdPerson - constructional - form - constraints - self.f.orth <-- "John" - meaning - constraints - self.m.referent <-- @john-instance - self.m.ontological-category <-- @male-person - self.m.number <-- "1" - - -construction LAURA - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Laura" - meaning - constraints - self.m.ontological-category <-- @female-person - self.m.number <-- "1" - - -construction ROBOT1 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Robot1" - meaning - constraints - self.m.referent <-- @robot1-instance - self.m.ontological-category <-- @robot - self.m.number <-- "1" - -construction ROBOT2 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Robot2" - meaning - constraints - self.m.referent <-- @robot2-instance - self.m.ontological-category <-- @robot - self.m.number <-- "1" - -construction Box1 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Box1" - meaning - constraints - self.m.referent <-- @box1-instance - self.m.ontological-category <-- @box - self.m.number <-- "1" - -construction Box2 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Box2" - meaning - constraints - self.m.referent <-- @box2-instance - self.m.ontological-category <-- @box - self.m.number <-- "1" -/* -construction Box3 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Box3" - meaning - constraints - self.m.referent <-- @box3-instance - self.m.ontological-category <-- @box - self.m.number <-- "1" - -construction Box4 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Box4" - meaning - constraints - self.m.referent <-- @box4-instance - self.m.ontological-category <-- @box - self.m.number <-- "1" -*/ - -construction Block1 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Block1" - meaning - constraints - self.m.referent <-- @block1-instance - self.m.ontological-category <-- @block - self.m.number <-- "1" - -construction Block2 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Block2" - meaning - constraints - self.m.referent <-- @block2-instance - self.m.ontological-category <-- @block - self.m.number <-- "1" -/* -construction Block3 - subcase of ProperNounNP, Singular, ThirdPerson - form - constraints - self.f.orth <-- "Block3" - meaning - constraints - self.m.ontological-category <-- @entity - self.m.number <-- "1" -*/ -general construction Directional //also DirectionalPP,m etc. - -construction North // maybe not a noun - subcase of Word, Directional - form - constraints - self.f.orth <-- "North" - meaning: HeadingSchema - constraints - self.m.tag <-- @north - - -construction South - subcase of Word, Directional - form - constraints - self.f.orth <-- "South" - meaning: HeadingSchema - constraints - self.m.tag <-- @south - - -construction West - subcase of Word, Directional - form - constraints - self.f.orth <-- "West" - meaning: HeadingSchema - constraints - self.m.tag <-- @west - -construction East - subcase of Word, Directional - form - constraints - self.f.orth <-- "East" - meaning: HeadingSchema - constraints - self.m.tag <-- @east - -/* not currently used -construction Location - subcase of ProperNounNP, Singular - form - constraints - self.f.orth <-- "Location" - meaning - constraints - self.m.ontological-category <-- @location - self.m.number <-- "1" - -*/ diff --git a/compling.core/grammar/base/questions.grm b/compling.core/grammar/base/questions.grm deleted file mode 100644 index c071be3..0000000 --- a/compling.core/grammar/base/questions.grm +++ /dev/null @@ -1,17 +0,0 @@ -/* -general construction Yes-No-Question - subcase of S-With-Aux-Inversion - - -Old Johno version - only use of extraposed - -construction Fronted-WH-Question - subcase of S-With-Aux-Inversion - constructional - constituents - extraposed qnp: WH-NP - form - constraints - qnp.f meets fin.f - -*/ diff --git a/compling.core/grammar/base/root.grm b/compling.core/grammar/base/root.grm deleted file mode 100644 index 86a1b4b..0000000 --- a/compling.core/grammar/base/root.grm +++ /dev/null @@ -1,73 +0,0 @@ -construction ROOT - constructional - constituents - rootconstituent: RootType - meaning - constraints - self.m <--> rootconstituent.m - - -general construction RootType - - -construction UnknownWord - subcase of Word, RootType - form - constraints - self.f.orth <-- "UNKNOWN-ITEM" - - -general construction HasAgreementFeatures - constructional: AgreementFeatures - - -general construction HasVerbFeatures - subcase of HasAgreementFeatures - constructional: VerbFeatures - - -general construction HasNominalFeatures - subcase of HasAgreementFeatures - constructional: NominalFeatures - - -general construction Singular - subcase of HasAgreementFeatures - constructional - constraints - self.features.number <-- "singular" - - -general construction Plural - subcase of HasAgreementFeatures - constructional - constraints - self.features.number <-- "plural" - - -general construction FirstPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- "1" - - -general construction SecondPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- "2" - - -general construction ThirdPerson - subcase of HasAgreementFeatures - constructional - constraints - self.features.person <-- "3" - - -general construction Word // ? add role for ontological-category - subcase of RootType - form: WordForm - - diff --git a/compling.core/grammar/base/sentence.grm b/compling.core/grammar/base/sentence.grm deleted file mode 100644 index 0a91a29..0000000 --- a/compling.core/grammar/base/sentence.grm +++ /dev/null @@ -1,349 +0,0 @@ -// -// sentence.grm -// - -general construction Utterance - subcase of RootType // need to review this type - constructional - constituents - core: S - end: EMark // punctuation like . ! ? - form - constraints - core.f meets end.f - meaning: DiscourseElement - constraints - self.m.content <--> core.m - - -construction DeclarativeUtterance - subcase of Utterance // need to review this type - constructional - constituents - core: S - end: PMark - form - constraints - core.f meets end.f - meaning - constraints - self.m.mood <-- "Declarative" // this is where we want mood - - - -construction QuesDeclUtterance - subcase of Utterance - constructional - constituents - core: S-With-Finite-Inversion - end: QMark // punctuation ? - meaning - constraints - self.m.mood <-- "YN-Question" // this is where we want mood - - -construction WHQuesUtterance - subcase of Utterance - constructional - constituents - core: SubjWH-Question - end: QMark // punctuation like . ! ? - meaning - constraints - self.m.mood <-- "WH-Question" // this is where we want mood - -construction AddressedQuestion // replace AddressedUtterance. - subcase of Utterance - constructional - constituents - core: Question - addr: NP - comma: Comma - form - constraints - addr.f meets comma.f - comma.f meets core.f - meaning - constraints - self.m.addressee <--> addr.m - - -construction AddressedImperative // replace AddressedUtterance, only use Imperative. - subcase of Utterance - constructional - constituents - core: Imperative - addr: NP - comma: Comma - end: IMark - form - constraints - addr.f meets comma.f - comma.f meets core.f - meaning - constraints - self.m.addressee <--> addr.m // also profiledParticipant - self.m.mood <-- "Imperative" - core.m.profiledParticipant <--> self.m.addressee - -// Punctuation - -general construction EMark - subcase of Word - -construction PMark - subcase of EMark - form - constraints - self.f.orth <-- "." - -construction QMark - subcase of EMark - form - constraints - self.f.orth <-- "?" - -construction IMark - subcase of EMark - form - constraints - self.f.orth <-- "!" - -construction Comma - subcase of Word - form - constraints - self.f.orth <-- "," - - -// The general cxn S is the root of most (all?) speech acts***/ - -general construction S - subcase of RootType // Maybe not? TODO!! - meaning: EventDescriptor - -general construction ComplexS // several kinds - subcase of S - meaning: ComplexED - -construction SerialS // several kinds - subcase of ComplexS - constructional - constituents - s1:S - conj:SerialConjunction - s2:S - form - constraints - s1.f before conj - conj before s2.f - meaning: SerialED - constraints - self.m.ed1 <--> s1.m - self.m.ed2 <--> s2.m - self.m.connective <--> conj.m - - -construction Imperative - subcase of S - constructional - constituents - vp: VP - constraints - vp.features.verbform <-- Base - meaning - constraints - self.m <--> vp.ed - -/* -construction TemporalImperative // embedded VP for (temporal) tag - subcase of Imperative - constructional - constituents - tvp: TemporalVP // generalize to purpose, etc. - constraints - tvp.vp.features.verbform <-- Base // one level deeper - meaning - constraints - self.m <--> tvp.ed -*/ - -// This general cxn does the agreement between subj and verb -general construction S-With-Subj - subcase of S - constructional - constituents - subj: NP - fin: HasVerbFeatures - constraints - //fin.features.verbform <-- Finite - subj.features.person <--> fin.features.person - subj.features.number <--> fin.features.number - subj.features.case <-- "nom" // TODO: Why? - meaning - constraints - subj.m <--> self.m.profiledParticipant - - -construction Declarative - subcase of S-With-Subj - constructional - constituents - fin: VP - form - constraints - subj.f before fin.f - meaning - constraints - self.m <--> fin.ed - -general construction Question - subcase of S-With-Subj - -construction SubjWH-Question - subcase of Question - constructional - constituents - subj: WH-NP - fin: VP - constraints - form - constraints - subj.f before fin.f - meaning - constraints - self.m <--> fin.ed - - -general construction S-With-Finite-Inversion - subcase of Question - - -general construction S-With-Aux-Inversion // TODO "has he moved ?" - subcase of Question - constructional - constituents - fin: Aux // fin.features.verbForm Finite from S-With-Subj - vp: VP - constraints - fin.features.expectedVerbForm <--> vp.features.verbform - form - constraints - fin.f meets subj.f - subj.f before vp.f - meaning //ED - constraints - //vp.m.ed-parent <--> self.m if needed - self.m <--> vp.ed - fin.m <--> self.m.eventProcess.p-features - - construction S-With-Do-Inversion - subcase of S-With-Aux-Inversion - constructional - constituents - fin: DoAux - -// Was the box moving / being moved? -construction S-With-BeProgressive-Inversion - subcase of S-With-Aux-Inversion - constructional - constituents - fin: BeAux - constraints - vp.features.verbform <-- PresentParticiple - meaning - constraints - fin.m.progressive <-- "yes" - -// Was the box moved? -construction S-With-BePassive-Inversion - subcase of S-With-Aux-Inversion - constructional - constituents - fin: BeAux // not Get verbForm <-- Finite is inherited from S-With-Subj - constraints - vp.features.verbform <-- PastParticiple - meaning - constraints - fin.m.voice <-- @passive - - - -construction S-With-Modal-Inversion - subcase of S-With-Finite-Inversion - constructional - constituents - fin: Modal - vp: VP - constraints - //modal.features.expectedVerbForm <--> vp.features.VerbForm - vp.features.verbform <-- Base - form - constraints - fin.f meets subj.f - subj.f before vp.f - meaning // inherited meaning: EventDescriptor - constraints - vp.ed <--> self.m - fin.m <--> self.m.e-features - - -construction S-With-Copula-Inversion-PP //special case - subcase of S-With-Finite-Inversion - constructional - constituents - fin: Copula - pp: LocPrepPhrase //generalize !! - constraints - //fin.features.expectedVerbForm <--> vp.features.verbform - form - constraints - fin.f meets subj.f - subj.f before pp.f - meaning - constraints - //fin.ed <--> self.m - - -construction S-With-Copula-Inversion-Adj //special case - subcase of S-With-Finite-Inversion - constructional - constituents - fin: Copula - adj: Adjective - constraints - //fin.features.expectedVerbForm <--> vp.features.verbform - form - constraints - fin.f meets subj.f - subj.f before adj.f - meaning - constraints - self.fin.m.actionary <-- @be2 - self.fin.m.stayer <--> self.m.profiledParticipant - self.adj.m.modifiedThing <--> self.m.profiledParticipant - self.fin.m.state <--> adj.m - self.m.eventProcess <--> fin.m - -construction S-With-Copula-Inversion-NP // special case - subcase of S-With-Finite-Inversion - constructional - constituents - fin: Copula - np: NP - constraints - form - constraints - fin.f meets subj.f - subj.f before np.f - meaning - evokes PredicateNom as pn - constraints - self.fin.m.stayer <--> self.m.profiledParticipant - pn.modifier <--> np.m - self.fin.m <--> pn - self.m.eventProcess <--> fin.m - - - - diff --git a/compling.core/grammar/base/singularnouns.grm b/compling.core/grammar/base/singularnouns.grm deleted file mode 100644 index fde2540..0000000 --- a/compling.core/grammar/base/singularnouns.grm +++ /dev/null @@ -1,111 +0,0 @@ -// -// Singular Count Nouns -// - -general construction SingularNoun - subcase of Noun, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - meaning - constraints - self.m.number <-- "1" - - -construction Box - subcase of SingularNoun - form - constraints - self.f.orth <-- "box" - meaning - constraints - self.m.ontological-category <-- @box - -construction Block - subcase of SingularNoun - form - constraints - self.f.orth <-- "block" - meaning - constraints - self.m.ontological-category <-- @block - -construction Robot - subcase of SingularNoun - form - constraints - self.f.orth <-- "robot" - meaning - constraints - self.m.ontological-category <-- @robot - - -construction Square - subcase of SingularNoun - form - constraints - self.f.orth <-- "square" - meaning - constraints - self.m.ontological-category <-- @square - - /* compress for now -construction Table - subcase of SingularNoun - form - constraints - self.f.orth <-- "table" - meaning - constraints - self.m.ontological-category <-- @table - - -construction Door - subcase of SingularNoun - form - constraints - self.f.orth <-- "door" - meaning - constraints - self.m.ontological-category <-- @door -*/ -construction Hammer - subcase of SingularNoun - form - constraints - self.f.orth <-- "hammer" - meaning - constraints - self.m.ontological-category <-- @hammer -/* -construction Centimeter - subcase of SingularNoun - form - constraints - self.f.orth <-- "cm" - meaning - constraints - self.m.ontological-category <-- @centimeter -*/ - -construction Inch - subcase of SingularNoun - form - constraints - self.f.orth <-- "inch" - meaning - constraints - self.m.ontological-category <-- @inch - - -construction Hour - subcase of SingularNoun - form - constraints - self.f.orth <-- "hour" - meaning - constraints - self.m.ontological-category <-- @hour - - - diff --git a/compling.core/grammar/base/specifiers.grm b/compling.core/grammar/base/specifiers.grm deleted file mode 100644 index f965fe1..0000000 --- a/compling.core/grammar/base/specifiers.grm +++ /dev/null @@ -1,176 +0,0 @@ -/*** - *** - *** Specifiers (Determiners, Possessive Pronouns, wh-words, quantifiers - not RD) - *** - ***/ - -general construction NPSpecifier - subcase of Word, HasNominalFeatures - meaning: RD - -general construction Determiner - subcase of NPSpecifier - -construction The - subcase of Determiner - form - constraints - self.f.orth <-- "the" - meaning - constraints - self.m.givenness <-- "uniquely-identifiable" - -construction A - subcase of Determiner, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "a" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.number <-- "1" - -construction An - subcase of Determiner, Singular - constructional - constraints - self.features.massOrPlural <-- "no" - form - constraints - self.f.orth <-- "an" - meaning - constraints - self.m.givenness <-- "type-identifiable" - self.m.number <-- "1" - -// -// Quantifiers -// - -general construction Quantifier - subcase of Word, HasNominalFeatures - - -general construction Number - subcase of Quantifier - meaning: QuantitySchema - - construction One - subcase of Number - form - constraints - self.f.orth <-- "one" - meaning: QuantitySchema - constraints - self.m.value <-- "1" - -construction Two - subcase of Number - form - constraints - self.f.orth <-- "two" - meaning: QuantitySchema - constraints - self.m.value <-- "2" - - -general construction PossessivePronoun - subcase of Word, NPSpecifier - meaning - evokes Possession as possession - evokes RD as possessor - constraints - //self.m.referent <--> possession.possessed - //possessor.referent <--> possession.possessor - self.m <--> possession.possessed - possessor <--> possession.possessor - possessor.givenness <-- "in-focus" - //possessor.givenness <-- "GIVEN" - -construction His - subcase of PossessivePronoun - form - constraints - self.f.orth <-- "his" - meaning - constraints - possessor.ontological-category <-- @maleAnimate - -construction HerPoss - subcase of PossessivePronoun - form - constraints - self.f.orth <-- "his" - meaning - constraints - possessor.ontological-category <-- @femaleAnimate - -construction Another - //subcase of NPSpecifier - subcase of Determiner - form - constraints - self.f.orth <-- "another" - -general construction WH-Specifier // TODO these need work, questionRD? - subcase of NPSpecifier - -/* omit for now - fix later -construction What - subcase of WH-Specifier, WH-NP - form - constraints - self.f.orth <-- "what" - meaning - constraints - self.m.givenness <-- "???" -*/ - -construction Which-WH-NP // Which is bigger … - subcase of WH-NP, Word - form - constraints - self.f.orth <-- "which" - meaning: QuestionRD - constraints - self.m.specific <-- @which -// self.m.givenness <-- "???" - -construction What-WH-NP - subcase of WH-NP, Word - form - constraints - self.f.orth <-- "what" - meaning: QuestionRD - constraints - self.m.specific <-- @what - -construction Where-WH-NP - subcase of WH-NP, Word - form - constraints - self.f.orth <-- "where" - meaning: QuestionRD - constraints - self.m.specific <-- @where - -construction Which-Specifier // Which robot ... - subcase of WH-Specifier - form - constraints - self.f.orth <-- "which" - meaning: QuestionRD - constraints - self.m.specific <-- @which // unify w/ Kernel - -construction Who - subcase of WH-Specifier, WH-NP - form - constraints - self.f.orth <-- "who" - meaning - constraints - self.m.givenness <-- "???" diff --git a/compling.core/grammar/base/verbform.grm b/compling.core/grammar/base/verbform.grm deleted file mode 100644 index 69e66ad..0000000 --- a/compling.core/grammar/base/verbform.grm +++ /dev/null @@ -1,102 +0,0 @@ -//******** Verb Form Schemas //change to ontology items? - -schema FiniteOrNonFinite - -schema Finite subcase of FiniteOrNonFinite - -schema NonFinite subcase of FiniteOrNonFinite - -schema Participle subcase of NonFinite - -schema Infinitive subcase of NonFinite - -schema PresentParticiple subcase of Participle - -schema PastParticiple subcase of Participle - -schema Past subcase of Finite - -//schema BaseOrPresent subcase of FiniteOrNonFinite - -schema Present subcase of Finite - -schema Base subcase of NonFinite - -// ************ General Verb constructions - -general construction Verb - subcase of HasVerbFeatures - meaning: Process - -general construction VerbConjugation - subcase of HasVerbFeatures - meaning - evokes ProcessFeatures as pf - -general construction PastTense - subcase of VerbConjugation - constructional - constraints - self.features.verbform <-- Past - //can put stuff about an action wrt speech time here - meaning - constraints - pf.tense <-- @past - -general construction PresentTense - subcase of VerbConjugation - constructional - constraints - self.features.verbform <-- Present - meaning - constraints - pf.tense <-- @present - -/* -general construction BaseOrPresentForm - subcase of VerbConjugation - constructional - constraints - self.features.verbform <-- BaseOrPresent -*/ - -general construction BaseForm - subcase of VerbConjugation - constructional - constraints - self.features.verbform <-- Base - -general construction PresentParticiple - subcase of VerbConjugation - constructional - constraints - self.features.verbform <-- PresentParticiple - meaning - constraints - //pf.temporality <-- @ongoing - -general construction PastParticiple - subcase of VerbConjugation - constructional - constraints - self.features.verbform <-- PastParticiple - meaning - constraints - //pf.temporality <-- @bounded - -general construction ThirdPersonSingular - subcase of ThirdPerson, Singular - - - - - - - - - - - - - - diff --git a/compling.core/grammar/base/verbkind.grm b/compling.core/grammar/base/verbkind.grm deleted file mode 100644 index 0892382..0000000 --- a/compling.core/grammar/base/verbkind.grm +++ /dev/null @@ -1,72 +0,0 @@ -// -// verbkind.grm -// - -schema VerbKind // Copula, Catenative, Light, - -schema Control - subcase of VerbKind - -schema Light - subcase of VerbKind - -schema Catenative - subcase of VerbKind - -schema Modal - subcase of Catenative - -schema Stage // start, stop, resume - subcase of Catenative - -schema ForceDynamic //help, prevent - subcase of Catenative - -// general CxN to set features.verbkind, meaning - -general construction ControlVerb - subcase of Verb - constructional - constraints - features.verbkind <-- Control - meaning: EmbeddedEventProcess - - /* currently in lexicalverb.grm - general construction StageVerb - subcase of Verb - constructional - constraints - features.verbkind <-- Stage - meaning: StagedProcess -*/ -// currently another def of Modal in auxiliaries.grm -general construction ModalVerb - subcase of Verb - constructional - constraints - features.verbkind <-- Modal - meaning - -general construction LightVerb - subcase of Verb - constructional - constraints - features.verbkind <-- Light -schema Copula - subcase of VerbKind - -general construction Copula - subcase of Verb - constructional - constraints - features.verbkind <-- Copula - meaning: Stasis - - - -general construction CatenativeVerb - subcase of Verb - constructional - constraints - features.verbkind <-- Catenative - \ No newline at end of file diff --git a/compling.core/grammar/base/vp.grm b/compling.core/grammar/base/vp.grm deleted file mode 100644 index 7ba03c0..0000000 --- a/compling.core/grammar/base/vp.grm +++ /dev/null @@ -1,338 +0,0 @@ -// -// vp.grm -// - -general construction VP - subcase of HasVerbFeatures - meaning: Process - evokes EventDescriptor as ed - constraints - self.m <--> ed.eventProcess - - -general construction ComplexVP - subcase of VP - - -construction SerialVP // robot, do X then do Y - subcase of ComplexVP - constructional - constituents - v1:VP - conj:SerialConjunction - v2:VP - form - constraints - v1.f before conj - conj before v2.f - meaning: SerialProcess - constraints - self.m.protagonist <--> v1.m.protagonist - self.m.process1 <--> v1.m - self.m.process2 <--> v2.m - self.m.connective <--> conj.m - - -construction PurposeVP // robot, do X then do Y - subcase of ComplexVP - constructional - constituents - v1:VP - optional inorder: InOrder - conj:TO-Purpose - v2:VP - constraints - v2.features.verbform <-- Base // do X to do Y - form - constraints - v1.f before inorder - inorder before conj - conj before v2.f - meaning: PurposeProcess - constraints - self.m.connective <--> conj.m - - -construction InOrder // used only above - subcase of Word - form - constraints - self.f.orth <-- "inorder" - -construction AdverbialVP // he moved Box2 fast; no order - subcase of ComplexVP - constructional - constituents - modifier: Adverbial - modifiedVP: VP - constraints - self.features <--> modifiedVP.features - meaning - constraints - modifier.m.modifiedThing <--> modifiedVP.m - - -construction StagedImperativeVP // - subcase of VP - constructional - constituents - asp: StageVerb // start, etc - vp: VP - constraints - asp.features.expectedVerbForm <--> vp.features.verbform - form - constraints - asp.f meets vp.f - meaning: StagedProcess - constraints - self.m.stageRole <--> asp.m.actionary - ed.profiledProcess <--> vp.m - ed.profiledParticipant <--> vp.ed.profiledParticipant - - /* - -construction ConjVP // TODO -- needs work - subcase of ComplexVP - constructional - constituents - first: VP - second: VP - connective: Conjunction // and or etc.S - constraints - first.features <--> self.features - second.features <--> self.features - meaning: ConjProcess - evokes ConjED as ed - constraints - ed.ed1 <--> first.ed // fill in conjED - ed.ed2 <--> second.ed - ed.profiledParticipant <--> ed.ed1.profiledParticipant // fill in conjED - ed.profiledParticipant <--> ed.ed2.profiledParticipant -*/ - -// -// The idea is that e.g., a conjED will point to the 2 conjuncts, but usually -// will not have the other ED roles filled in. This is detectable from the -// form, but also because unfilled role is known . -// - -general construction ArgumentStructure - subcase of VP - constructional - constituents - v : Verb - constraints - //v.features.verbform <-- Finite // trying this ******************* - self.features <--> v.features - meaning - constraints - v.m <--> ed.profiledProcess - - -general construction AdjunctVP // general for other coda, purpose, etc. - subcase of VP - constructional - constituents - vp: VP - pp: AdjunctPP - constraints - self.features <--> vp.features - meaning - evokes AdjunctModification as adj - constraints - self.m <--> vp.m - ed <--> vp.ed - adj.modifiedThing <--> self.m - adj.modifier <--> pp.m - - -construction InstrumentVP - subcase of AdjunctVP - constructional - constituents - pp: InstrumentPP //sub AdjunctPP - meaning - constraints - adj.kind <-- @instrument - //self.m.instrument <--> pp.m.np //for instrument - -/* -construction TemporalVP // needs work - subcase of AdjunctVP - constructional - constituents - pp: TemporalPhrase - form - constraints - vp.f meets pp.f // could eliminate order - meaning - constraints - self.m <--> vp.m - ed <--> vp.ed - ed.e-features.duration <--> pp.m.ti // TemporalInterval - ed.e-features.telicity <--> pp.m.telicity // @bounded, - adj.kind <-- @temporal -*/ - - - -construction LightVerbArgumentStructure // revisit - subcase of ArgumentStructure - constructional - constituents - v: LightVerb // make, do, etc. - np: ProcessNP - form - constraints - v.f meets np.f // for now - meaning: PerfomAction - constraints - self.ed.profiledParticipant <--> self.m.actor - self.m.actor <--> np.m.action.protagonist - self.m.action <--> np.m.action - self.m.repetitions <--> np.m.repetitions - -// Modal VP - -construction ModalPlusVP - subcase of VP - constructional - constituents - modal: Modal // EventFeatures - vp: VP // also CopularVP - constraints - self.features <--> modal.features - modal.features.expectedVerbForm <--> vp.features.verbform - form - constraints - modal.f before vp.f - meaning - constraints - self.m <--> vp.m // semantics comes from the vp - modal.m <--> vp.ed.e-features - self.m.protagonist <--> vp.m.protagonist - self.ed <--> vp.ed //evoked schemas are available - -construction NegModalPlusVP - subcase of ModalPlusVP - constructional - constituents - neg: Not-event - form - constraints - modal.f meets neg.f - meaning - constraints - vp.ed.e-features.negated <-- "yes" - -// Particle CxN, currently work only for Motion - -construction VplusParticle //moved up X - subcase of Verb - constructional - constituents - prep: Particle - v: LexicalVerb - constraints - self.features <--> v.features - form - constraints - v.f before prep.f - meaning: Motion - constraints - self.m <--> v.m - self.m.heading <--> prep.m.val - - -construction VPplusParticle // moved X up - subcase of VP - constructional - constituents - prep: Particle - vp: ArgumentStructure - constraints - self.features <--> vp.features - form - constraints - vp.f meets prep.f - meaning: Motion - constraints - self.m <--> vp.v.m - self.m.heading <--> prep.m.val - -/* -CopularVP -*/ - -construction CopularVPLocative - subcase of VP - constructional - constituents - cop: Copula // verb - pred: LocPrepPhrase // for now - constraints - self.features <--> cop.features - form - constraints - cop.f meets pred.f // for now - meaning: Stasis - constraints - self.m <--> cop.m - ed.profiledParticipant <--> pred.m.trajector - self.m.stayer <--> ed.profiledParticipant - self.m.state <--> pred.m - -construction CopularVPNominal - subcase of VP - constructional - constituents - cop: Copula // verb - nominal: NP - constraints - self.features <--> cop.features - form - constraints - cop.f meets nominal.f - meaning: PredicateNom - constraints - self.m <--> cop.m - self.m.stayer <--> ed.profiledParticipant - self.m.modifier <--> self.nominal.m - -construction CopularVPAdjective - subcase of VP - constructional - constituents - cop: Copula // verb - adj: Adjective - constraints - self.features <--> cop.features - form - constraints - cop.f meets adj.f - meaning: Stasis - constraints - self.m <--> cop.m - cop.m.actionary <-- @be2 - self.m.stayer <--> ed.profiledParticipant - self.m.state <--> adj.m - self.adj.m.modifiedThing <--> ed.profiledParticipant - /* -construction PossessionVP // TODO: needs work! - subcase of VP - constructional - constituents - vb: PossessionVerb - pred: NP - form - constraints - vb.f before pred.f - meaning - evokes Possession as poss - constraints - ed.profiledParticipant <--> poss.possessor - //pred.m.referent <--> poss.possessed - pred.m <--> poss.possessed - -*/ - diff --git a/compling.core/javaCompiler...args b/compling.core/javaCompiler...args new file mode 100644 index 0000000..a7ca08e --- /dev/null +++ b/compling.core/javaCompiler...args @@ -0,0 +1,77 @@ +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar[+org/eclipse/core/runtime/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/javax.inject_1.0.0.v20091030.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar[+org/eclipse/core/runtime/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.jobs_3.9.3.v20180115-1757.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar[+org/eclipse/core/runtime/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/javax.servlet_3.1.0.v201410161800.jar[?**/*] +#ADAPTER#ACCESS#java_cup[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#java_cup_1.0.0.201804141949/.[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#java_cup/@dot[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#java_cup_1.0.0.201804141949/@dot[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/bin[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/bin[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/lib/jdom1_0/jdom.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/lib/jdom1_0/jdom.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/lib/jdom1_0/jaxen-1.1-beta-6.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/lib/jdom1_0/jaxen-1.1-beta-6.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/lib/jdom1_0/saxpath.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/lib/jdom1_0/saxpath.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/bin[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/bin[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/antlr/antlr-runtime-3.2.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/antlr/antlr-runtime-3.2.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/aterm-java-1.6.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/aterm-java-1.6.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jaxb/jaxb-api.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jaxb/jaxb-api.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/arq-2.8.7.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/arq-2.8.7.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/icu4j-3.4.4.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/icu4j-3.4.4.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/iri-0.8.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/iri-0.8.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/jena-2.6.4.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/jena-2.6.4.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/junit-4.5.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/junit-4.5.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/log4j-1.2.13.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/log4j-1.2.13.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/lucene-core-2.3.1.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/lucene-core-2.3.1.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/slf4j-api-1.5.8.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/slf4j-api-1.5.8.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/slf4j-log4j12-1.5.8.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/slf4j-log4j12-1.5.8.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/stax-api-1.0.1.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/stax-api-1.0.1.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/wstx-asl-3.2.9.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/wstx-asl-3.2.9.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/xercesImpl-2.7.1.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/xercesImpl-2.7.1.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jetty/commons-logging-api.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jetty/commons-logging-api.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jetty/jetty.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jetty/jetty.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jgrapht/jgrapht-jdk1.5.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jgrapht/jgrapht-jdk1.5.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/junit/junit.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/junit/junit.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/owlapi/owlapi-bin.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/owlapi/owlapi-bin.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/owlapiv3/owlapi-bin.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/owlapiv3/owlapi-bin.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/servlet.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/servlet.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/xsdlib/relaxngDatatype.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/xsdlib/relaxngDatatype.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/xsdlib/xsdlib.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/xsdlib/xsdlib.jar[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/@dot[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/@dot[+arq/*:+arq/cmd/*:+arq/cmdline/*:+aterm/*:+aterm/pure/*:+com/clarkparsia/*:+com/clarkparsia/explanation/*:+com/clarkparsia/explanation/io/*:+com/clarkparsia/explanation/test/*:+com/clarkparsia/explanation/util/*:+com/clarkparsia/jena/test/*:+com/clarkparsia/modularity/*:+com/clarkparsia/modularity/io/*:+com/clarkparsia/modularity/locality/*:+com/clarkparsia/modularity/test/*:+com/clarkparsia/owlapi/*:+com/clarkparsia/owlapi/explanation/*:+com/clarkparsia/owlapi/explanation/io/*:+com/clarkparsia/owlapi/explanation/io/manchester/*:+com/clarkparsia/owlapi/explanation/io/rdfxml/*:+com/clarkparsia/owlapi/explanation/util/*:+com/clarkparsia/owlapi/modularity/locality/*:+com/clarkparsia/owlapiv3/*:+com/clarkparsia/pellet/*:+com/clarkparsia/pellet/datatypes/*:+com/clarkparsia/pellet/datatypes/exceptions/*:+com/clarkparsia/pellet/datatypes/test/*:+com/clarkparsia/pellet/datatypes/types/bool/*:+com/clarkparsia/pellet/datatypes/types/datetime/*:+com/clarkparsia/pellet/datatypes/types/duration/*:+com/clarkparsia/pellet/datatypes/types/floating/*:+com/clarkparsia/pellet/datatypes/types/real/*:+com/clarkparsia/pellet/datatypes/types/text/*:+com/clarkparsia/pellet/datatypes/types/uri/*:+com/clarkparsia/pellet/el/*:+com/clarkparsia/pellet/expressivity/*:+com/clarkparsia/pellet/impl/*:+com/clarkparsia/pellet/owlapiv3/*:+com/clarkparsia/pellet/rules/*:+com/clarkparsia/pellet/rules/builtins/*:+com/clarkparsia/pellet/rules/model/*:+com/clarkparsia/pellet/rules/rete/*:+com/clarkparsia/pellet/sparqldl/engine/*:+com/clarkparsia/pellet/sparqldl/jena/*:+com/clarkparsia/pellet/sparqldl/model/*:+com/clarkparsia/pellet/sparqldl/parser/*:+com/clarkparsia/pellet/test/*:+com/clarkparsia/pellet/test/annotations/*:+com/clarkparsia/pellet/test/classification/*:+com/clarkparsia/pellet/test/el/*:+com/clarkparsia/pellet/test/owlapi/*:+com/clarkparsia/pellet/test/query/*:+com/clarkparsia/pellet/test/rbox/*:+com/clarkparsia/pellet/test/tbox/*:+com/clarkparsia/pellet/test/transtree/*:+com/clarkparsia/pellet/utils/*:+com/clarkparsia/pellet/vocabulary/*:+com/clarkparsia/pellint/format/*:+com/clarkparsia/pellint/lintpattern/*:+com/clarkparsia/pellint/lintpattern/axiom/*:+com/clarkparsia/pellint/lintpattern/ontology/*:+com/clarkparsia/pellint/model/*:+com/clarkparsia/pellint/rdfxml/*:+com/clarkparsia/pellint/test/*:+com/clarkparsia/pellint/test/lintpattern/*:+com/clarkparsia/pellint/test/lintpattern/axiom/*:+com/clarkparsia/pellint/test/lintpattern/ontology/*:+com/clarkparsia/pellint/test/model/*:+com/clarkparsia/pellint/test/rdfxml/*:+com/clarkparsia/pellint/test/util/*:+com/clarkparsia/pellint/util/*:+com/clarkparsia/sparqlowl/parser/*:+com/clarkparsia/sparqlowl/parser/antlr/*:+com/clarkparsia/sparqlowl/parser/arq/*:+com/clarkparsia/sparqlowl/parser/test/*:+com/hp/hpl/jena/*:+com/hp/hpl/jena/assembler/*:+com/hp/hpl/jena/assembler/assemblers/*:+com/hp/hpl/jena/assembler/exceptions/*:+com/hp/hpl/jena/datatypes/*:+com/hp/hpl/jena/datatypes/xsd/*:+com/hp/hpl/jena/datatypes/xsd/impl/*:+com/hp/hpl/jena/db/*:+com/hp/hpl/jena/db/impl/*:+com/hp/hpl/jena/enhanced/*:+com/hp/hpl/jena/graph/*:+com/hp/hpl/jena/graph/compose/*:+com/hp/hpl/jena/graph/impl/*:+com/hp/hpl/jena/graph/query/*:+com/hp/hpl/jena/graph/query/regexptrees/*:+com/hp/hpl/jena/iri/*:+com/hp/hpl/jena/iri/impl/*:+com/hp/hpl/jena/iri/test/*:+com/hp/hpl/jena/mem/*:+com/hp/hpl/jena/mem/faster/*:+com/hp/hpl/jena/n3/*:+com/hp/hpl/jena/n3/turtle/*:+com/hp/hpl/jena/n3/turtle/parser/*:+com/hp/hpl/jena/ontology/*:+com/hp/hpl/jena/ontology/impl/*:+com/hp/hpl/jena/query/*:+com/hp/hpl/jena/query/larq/*:+com/hp/hpl/jena/rdf/arp/*:+com/hp/hpl/jena/rdf/arp/impl/*:+com/hp/hpl/jena/rdf/arp/lang/*:+com/hp/hpl/jena/rdf/arp/states/*:+com/hp/hpl/jena/rdf/listeners/*:+com/hp/hpl/jena/rdf/model/*:+com/hp/hpl/jena/rdf/model/impl/*:+com/hp/hpl/jena/reasoner/*:+com/hp/hpl/jena/reasoner/rulesys/*:+com/hp/hpl/jena/reasoner/rulesys/builtins/*:+com/hp/hpl/jena/reasoner/rulesys/impl/*:+com/hp/hpl/jena/reasoner/transitiveReasoner/*:+com/hp/hpl/jena/shared/*:+com/hp/hpl/jena/shared/impl/*:+com/hp/hpl/jena/shared/uuid/*:+com/hp/hpl/jena/shared/wg/*:+com/hp/hpl/jena/sparql/*:+com/hp/hpl/jena/sparql/algebra/*:+com/hp/hpl/jena/sparql/algebra/op/*:+com/hp/hpl/jena/sparql/algebra/optimize/*:+com/hp/hpl/jena/sparql/algebra/table/*:+com/hp/hpl/jena/sparql/core/*:+com/hp/hpl/jena/sparql/core/assembler/*:+com/hp/hpl/jena/sparql/core/describe/*:+com/hp/hpl/jena/sparql/engine/*:+com/hp/hpl/jena/sparql/engine/binding/*:+com/hp/hpl/jena/sparql/engine/http/*:+com/hp/hpl/jena/sparql/engine/iterator/*:+com/hp/hpl/jena/sparql/engine/main/*:+com/hp/hpl/jena/sparql/engine/main/iterator/*:+com/hp/hpl/jena/sparql/engine/optimizer/*:+com/hp/hpl/jena/sparql/engine/optimizer/reorder/*:+com/hp/hpl/jena/sparql/engine/ref/*:+com/hp/hpl/jena/sparql/expr/*:+com/hp/hpl/jena/sparql/expr/aggregate/*:+com/hp/hpl/jena/sparql/expr/nodevalue/*:+com/hp/hpl/jena/sparql/function/*:+com/hp/hpl/jena/sparql/function/library/*:+com/hp/hpl/jena/sparql/graph/*:+com/hp/hpl/jena/sparql/lang/*:+com/hp/hpl/jena/sparql/lang/arq/*:+com/hp/hpl/jena/sparql/lang/rdql/*:+com/hp/hpl/jena/sparql/lang/sparql_10/*:+com/hp/hpl/jena/sparql/lang/sparql_11/*:+com/hp/hpl/jena/sparql/lib/*:+com/hp/hpl/jena/sparql/mgt/*:+com/hp/hpl/jena/sparql/modify/*:+com/hp/hpl/jena/sparql/modify/request/*:+com/hp/hpl/jena/sparql/modify/submission/*:+com/hp/hpl/jena/sparql/path/*:+com/hp/hpl/jena/sparql/pfunction/*:+com/hp/hpl/jena/sparql/pfunction/library/*:+com/hp/hpl/jena/sparql/procedure/*:+com/hp/hpl/jena/sparql/procedure/library/*:+com/hp/hpl/jena/sparql/resultset/*:+com/hp/hpl/jena/sparql/serializer/*:+com/hp/hpl/jena/sparql/sse/*:+com/hp/hpl/jena/sparql/sse/builders/*:+com/hp/hpl/jena/sparql/sse/lang/*:+com/hp/hpl/jena/sparql/sse/lang/parser/*:+com/hp/hpl/jena/sparql/sse/writers/*:+com/hp/hpl/jena/sparql/syntax/*:+com/hp/hpl/jena/sparql/util/*:+com/hp/hpl/jena/sparql/util/graph/*:+com/hp/hpl/jena/sparql/vocabulary/*:+com/hp/hpl/jena/update/*:+com/hp/hpl/jena/util/*:+com/hp/hpl/jena/util/cache/*:+com/hp/hpl/jena/util/iterator/*:+com/hp/hpl/jena/util/tuple/*:+com/hp/hpl/jena/vocabulary/*:+com/hp/hpl/jena/xmloutput/*:+com/hp/hpl/jena/xmloutput/impl/*:+org/mindswap/pellet/*:+org/mindswap/pellet/datatypes/*:+org/mindswap/pellet/dig/*:+org/mindswap/pellet/examples/*:+org/mindswap/pellet/exceptions/*:+org/mindswap/pellet/jena/*:+org/mindswap/pellet/jena/graph/converter/*:+org/mindswap/pellet/jena/graph/loader/*:+org/mindswap/pellet/jena/graph/query/*:+org/mindswap/pellet/jena/vocabulary/*:+org/mindswap/pellet/output/*:+org/mindswap/pellet/owlapi/*:+org/mindswap/pellet/tableau/blocking/*:+org/mindswap/pellet/tableau/branch/*:+org/mindswap/pellet/tableau/cache/*:+org/mindswap/pellet/tableau/completion/*:+org/mindswap/pellet/tableau/completion/incremental/*:+org/mindswap/pellet/tableau/completion/queue/*:+org/mindswap/pellet/tableau/completion/rule/*:+org/mindswap/pellet/taxonomy/*:+org/mindswap/pellet/taxonomy/printer/*:+org/mindswap/pellet/tbox/*:+org/mindswap/pellet/tbox/impl/*:+org/mindswap/pellet/test/*:+org/mindswap/pellet/test/inctest/*:+org/mindswap/pellet/test/rules/*:+org/mindswap/pellet/test/utils/*:+org/mindswap/pellet/utils/*:+org/mindswap/pellet/utils/fsm/*:+org/mindswap/pellet/utils/intset/*:+org/mindswap/pellet/utils/iterator/*:+org/mindswap/pellet/utils/progress/*:+org/openjena/atlas/*:+org/openjena/atlas/event/*:+org/openjena/atlas/io/*:+org/openjena/atlas/iterator/*:+org/openjena/atlas/json/*:+org/openjena/atlas/json/io/*:+org/openjena/atlas/json/io/parser/*:+org/openjena/atlas/json/io/parserjavacc/*:+org/openjena/atlas/json/io/parserjavacc/javacc/*:+org/openjena/atlas/lib/*:+org/openjena/atlas/lib/cache/*:+org/openjena/atlas/logging/*:+org/openjena/atlas/logging/java/*:+org/openjena/atlas/test/*:+org/openjena/riot/*:+org/openjena/riot/checker/*:+org/openjena/riot/lang/*:+org/openjena/riot/out/*:+org/openjena/riot/pipeline/*:+org/openjena/riot/pipeline/inf/*:+org/openjena/riot/pipeline/normalize/*:+org/openjena/riot/system/*:+org/openjena/riot/tokens/*:+org/semanticweb/owl/*:+org/semanticweb/owl/apibinding/*:+org/semanticweb/owl/debugging/*:+org/semanticweb/owl/expression/*:+org/semanticweb/owl/inference/*:+org/semanticweb/owl/io/*:+org/semanticweb/owl/metrics/*:+org/semanticweb/owl/model/*:+org/semanticweb/owl/modularity/*:+org/semanticweb/owl/normalform/*:+org/semanticweb/owl/profiles/*:+org/semanticweb/owl/util/*:+org/semanticweb/owl/vocab/*:+org/semanticweb/owlapi/*:+org/semanticweb/owlapi/apibinding/*:+org/semanticweb/owlapi/debugging/*:+org/semanticweb/owlapi/expression/*:+org/semanticweb/owlapi/io/*:+org/semanticweb/owlapi/metrics/*:+org/semanticweb/owlapi/model/*:+org/semanticweb/owlapi/modularity/*:+org/semanticweb/owlapi/normalform/*:+org/semanticweb/owlapi/profiles/*:+org/semanticweb/owlapi/rdf/syntax/*:+org/semanticweb/owlapi/rdf/util/*:+org/semanticweb/owlapi/reasoner/*:+org/semanticweb/owlapi/reasoner/impl/*:+org/semanticweb/owlapi/reasoner/structural/*:+org/semanticweb/owlapi/util/*:+org/semanticweb/owlapi/vocab/*:+org/semanticweb/reasonerfactory/*:+org/semanticweb/reasonerfactory/factpp/*:+org/semanticweb/reasonerfactory/hermit/*:+org/semanticweb/reasonerfactory/pellet/*:+pellet/*:+pellet/test/*:+riotcmd/*:+shared/*:+uk/ac/manchester/cs/bhig/util/*:+uk/ac/manchester/cs/owl/*:+uk/ac/manchester/cs/owl/dlsyntax/*:+uk/ac/manchester/cs/owl/dlsyntax/parser/*:+uk/ac/manchester/cs/owl/explanation/ordering/*:+uk/ac/manchester/cs/owl/inference/dig11/*:+uk/ac/manchester/cs/owl/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/modularity/*:+uk/ac/manchester/cs/owl/owlapi/*:+uk/ac/manchester/cs/owl/owlapi/mansyntaxrenderer/*:+uk/ac/manchester/cs/owl/owlapi/turtle/parser/*:+uk/ac/manchester/cs/owl/turtle/parser/*:+uk/ac/manchester/cs/owlapi/dlsyntax/*:+uk/ac/manchester/cs/owlapi/dlsyntax/parser/*:+uk/ac/manchester/cs/owlapi/modularity/*:+vocabularies/*:?**/*] diff --git a/compling.core/source/compling/context/ContextModel.java b/compling.core/source/compling/context/ContextModel.java index d40604c..0a9f5a5 100644 --- a/compling.core/source/compling/context/ContextModel.java +++ b/compling.core/source/compling/context/ContextModel.java @@ -19,6 +19,7 @@ import compling.util.fileutil.ExtensionFileFilter; import compling.util.fileutil.FileReadingUtils; import compling.util.fileutil.FileUtils; +import compling.util.fileutil.TextFileLineIterator; @SuppressWarnings("deprecation") public class ContextModel { @@ -49,6 +50,7 @@ public ContextModel(File ontologyDirectory, String defFileExtension, String inst } catch (IOException ioe) { + //System.out.p throw new ContextException("Terminal Error: Cannot read ontology spec. ", ioe); } } @@ -56,16 +58,50 @@ public ContextModel(File ontologyDirectory, String defFileExtension, String inst public ContextModel(List ontologySpecFiles, String defFileExtension, String instFileExtension) { this(ontologySpecFiles, defFileExtension, instFileExtension, Charset.defaultCharset()); } + + public ContextModel(List ontologySpecFiles, String ontFileExtension) { + this(ontologySpecFiles, ontFileExtension, Charset.defaultCharset()); + } + + public ContextModel(List ontologySpecFiles, String ontFileExtension, Charset charSet) { + //try { + StringBuffer onts = new StringBuffer(); + StringBuffer ontologySpec = new StringBuffer(); + onts.insert(0, "DEFS: "); + for (File ontFile : ontologySpecFiles) { + if (ontFile.getName().endsWith("." + ontFileExtension)) { + TextFileLineIterator tfli = new TextFileLineIterator(ontFile); + while (tfli.hasNext()) { + String l = tfli.next(); + if (!l.contains("INSTS:") && !l.contains("DEFS:")) { + onts.append("\n"); + onts.append(l); + } + } + //onts.append("\n"); + //onts.append(FileReadingUtils.ReadFileIntoStringBuffer(ontFile, charSet)); + + } + } + //onts.append(" INSTS: "); + ontologySpec.append(onts).append(" \n ").append(" INSTS: "); + instantiate(new BufferedReader(new InputStreamReader(new StringBufferInputStream(ontologySpec.toString()), + charSet)), "ontology definitions"); + +// } +// catch (IOException ioe) { +// throw new ContextException("Terminal Error: Cannot read ontology spec. ", ioe); +// } + + } public ContextModel(List ontologySpecFiles, String defFileExtension, String instFileExtension, Charset charSet) { try { StringBuffer defs = new StringBuffer(); StringBuffer insts = new StringBuffer(); StringBuffer ontologySpec = new StringBuffer(); - defs.insert(0, "DEFS: "); insts.append(" INSTS: "); - for (File ontFile : ontologySpecFiles) { if (ontFile.getName().endsWith("." + defFileExtension)) { defs.append("\n"); @@ -77,6 +113,7 @@ else if (ontFile.getName().endsWith("." + instFileExtension)) { } } ontologySpec.append(defs).append(insts); + System.out.println(ontologySpec.toString()); instantiate(new BufferedReader(new InputStreamReader(new StringBufferInputStream(ontologySpec.toString()), charSet)), "ontology definitions"); @@ -116,7 +153,7 @@ private void instantiate(BufferedReader specFileReader, String fileName) { cache.situationUpdate(miniOntology.getRecentlyAccessedIndividuals()); } catch (Exception e) { - // e.printStackTrace(); + e.printStackTrace(); throw new ContextException("Terminal Error: Cannot read ontology spec. ", e); } } diff --git a/compling.core/source/compling/context/MiniOntology.cup b/compling.core/source/compling/context/MiniOntology.cup index ec86282..8770afd 100644 --- a/compling.core/source/compling/context/MiniOntology.cup +++ b/compling.core/source/compling/context/MiniOntology.cup @@ -2,6 +2,7 @@ package compling.context; import java.util.ArrayList; import java.util.List; +import compling.grammar.ecg.ECGConstants; parser code {: @@ -30,6 +31,7 @@ parser code {: */ terminal OPENPAREN, CLOSEPAREN, SUB, REL, FUN, IND, FIL, EQ, PERSISTENT, NONBLOCKING, DEFS, INSTS, TYPE, INST, CURRENTINTERVAL, REM; +terminal PACKAGE, IMPORT; //terminal TRANSIENT; terminal String IDENTIFIER, STR; @@ -46,8 +48,15 @@ non terminal List parent_list, opt_parent_list, opt_rels_list, fil_pair_list; non terminal String instance_prim, inst_name; + +/** New additions: seantrott */ +non terminal String package_kinds; +non terminal String current_package; +non terminal String import_kind; +non terminal String current_import; + ont_list ::= - DEFS defs_list INSTS insts_list ; + DEFS defs_list INSTS insts_list; defs_list ::= defs_list OPENPAREN def_prim CLOSEPAREN @@ -55,7 +64,7 @@ defs_list ::= ; def_prim ::= - fun_prim | rel_prim | sub_prim | eq_prim | type_prim; + fun_prim | rel_prim | sub_prim | eq_prim | type_prim | package_kinds | import_kind; insts_list ::= insts_list OPENPAREN inst_prim CLOSEPAREN @@ -219,6 +228,36 @@ rel_prim ::= *******************************************************************************/ +/* PACKAGE (seantrott) */ +package_kinds ::= + PACKAGE {: + RESULT = ECGConstants.PACKAGE; + :} + ; + +current_package ::= + package_kinds: k IDENTIFIER: n {: + RESULT = parser.m.setPackage(n); + :} + ; + + +/* IMPORT (seantrott) */ +import_kind ::= + IMPORT {: + RESULT = ECGConstants.IMPORT; + :} + ; + +current_import ::= + import_kind: k IDENTIFIER: n {: + RESULT = parser.m.addImport(n); + :} + ; + +/* */ + + sub_prim ::= SUB IDENTIFIER:new_type parent_list:pl {: parser.m.addType(new_type, pl); @@ -241,7 +280,7 @@ eq_prim ::= ind_prim ::= IND IDENTIFIER:name IDENTIFIER:cat {: - parser.m.addIndividual(name, cat); + parser.m.addIndividual(name, cat, parser.m.getPackage()); :} ; @@ -277,7 +316,7 @@ instance_prim ::= RESULT = name; :} | INST IDENTIFIER:name IDENTIFIER:type opt_fil_list:ofl {: - parser.m.addIndividual(name, type); + parser.m.addIndividual(name, type, parser.m.getPackage()); for (String filpair : ofl){ String pair[] = filpair.split(":"); parser.m.addRelationFiller(pair[0], name, pair[1]); @@ -287,7 +326,7 @@ instance_prim ::= | INST IDENTIFIER:type opt_fil_list:ofl {: String name = type + parser.counter; parser.counter++; - parser.m.addIndividual(name, type); + parser.m.addIndividual(name, type, parser.m.getPackage()); for (String filpair : ofl) { String pair[] = filpair.split(":"); parser.m.addRelationFiller(pair[0], name, pair[1]); diff --git a/compling.core/source/compling/context/MiniOntology.java b/compling.core/source/compling/context/MiniOntology.java index 3e3a091..f9b307a 100644 --- a/compling.core/source/compling/context/MiniOntology.java +++ b/compling.core/source/compling/context/MiniOntology.java @@ -33,9 +33,10 @@ import compling.grammar.unificationgrammar.TypeSystem; import compling.grammar.unificationgrammar.TypeSystemException; import compling.grammar.unificationgrammar.TypeSystemNode; +import compling.util.PackageHandler; import compling.util.Pair; -public class MiniOntology { +public class MiniOntology extends PackageHandler { // FIXME: I don't think the current MiniOntology implementation actually // supports blocking. @@ -61,9 +62,12 @@ public class MiniOntology { public static final String PAIRNAME = "Pair"; public static final String MULTITUDENAME = "Multitude"; public static final String GROUPNAME = "Group"; + public static final String TIMESTAMP = "timestamp"; // eva private int timestampCounter = 0; + + TypeSystem typeSystem = new TypeSystem(ECGConstants.ONTOLOGY); @@ -124,6 +128,16 @@ abstract class Value { public class Individual extends Value { String name; String type; + + private String packageName; + + public String getPackage() { + return packageName; + } + + public void setPackage(String pkg) { + packageName = pkg; + } Individual(String name, String type) { this.name = name; @@ -446,7 +460,7 @@ public class Type implements TypeSystemNode, ILocatable { HashMap> relnToCoindexationSet; Location location; - Type(String typeName, List parentNames) { + public Type(String typeName, List parentNames) { this.typeName = typeName; if (parentNames.size() > 0) { this.parentNames.addAll(parentNames); @@ -639,7 +653,7 @@ public int hashCode() { } } - void addType(String name, List parents) { + public void addType(String name, List parents) { Type t = new Type(name, parents); typeSystem.addType(t); if (verbose) { @@ -686,7 +700,7 @@ void addCoindexation(String typeName, String reln1, String reln2) { System.out.println("In type: " + type + " coindexing relations: " + reln1 + " and " + reln2); } } - + public void addIndividual(String name, String type) { Type ontType = typeSystem.get(type); if (ontType == null) { @@ -705,6 +719,25 @@ public void addIndividual(String name, String type) { timestampCounter++; // eva } + public void addIndividual(String name, String type, String pkg) { + Type ontType = typeSystem.get(type); + if (ontType == null) { + throw new ItemNotDefinedException("Error while adding an individual of type " + type + + ". The type is not defined in the ontology.", type); + } + + Individual i = new Individual(name, type); + i.setPackage(pkg); + recentlyAccessedIndividuals.add(i); + getCurrentInterval().addIndividual(i); + String setname = SINGLETONNAME + name; + getCurrentInterval().addIndividual(new Individual(setname, SINGLETONNAME)); + addRelationFiller(MEMBER, setname, name); + addRelationFiller(SETSIZE, name, setname); + addRelationFiller(TIMESTAMP, name, "\"" + String.valueOf(timestampCounter) + "\""); // eva + timestampCounter++; // eva + } + public void addRelationFiller(String reln, String holderName, String value) { Individual holder = null; if (holderName.equals(CURRENT_INTERVAL)) { diff --git a/compling.core/source/compling/context/MiniOntology.lex b/compling.core/source/compling/context/MiniOntology.lex index 135e354..dab2d69 100644 --- a/compling.core/source/compling/context/MiniOntology.lex +++ b/compling.core/source/compling/context/MiniOntology.lex @@ -44,6 +44,8 @@ IDENT = ([:letter:] | _) ([:letter:] | [:digit:] | _ | -)* "fun" { return new Symbol(sym.FUN); } "ind" { return new Symbol(sym.IND); } "fil" { return new Symbol(sym.FIL); } + "package" { return new Symbol(sym.PACKAGE); } + "import" { return new Symbol(sym.IMPORT); } "eq" { return new Symbol(sym.EQ); } // "transient" { return new Symbol(sym.TRANSIENT); } "persistent" { return new Symbol(sym.PERSISTENT); } diff --git a/compling.core/source/compling/context/MiniOntologyReader.java b/compling.core/source/compling/context/MiniOntologyReader.java index 42bd186..ada3710 100644 --- a/compling.core/source/compling/context/MiniOntologyReader.java +++ b/compling.core/source/compling/context/MiniOntologyReader.java @@ -1,16 +1,17 @@ //---------------------------------------------------- // The following code was generated by CUP v0.10k TUM Edition 20050516 -// Tue May 15 16:22:59 PDT 2012 +// Wed Mar 25 11:22:14 PDT 2015 //---------------------------------------------------- package compling.context; import java.util.ArrayList; import java.util.List; +import compling.grammar.ecg.ECGConstants; /** CUP v0.10k TUM Edition 20050516 generated parser. - * @version Tue May 15 16:22:59 PDT 2012 + * @version Wed Mar 25 11:22:14 PDT 2015 */ public class MiniOntologyReader extends java_cup.runtime.lr_parser { @@ -23,26 +24,28 @@ public class MiniOntologyReader extends java_cup.runtime.lr_parser { /** Production table. */ protected static final short _production_table[][] = unpackFromStrings(new String[] { - "\000\077\000\002\016\006\000\002\002\004\000\002\017" + + "\000\105\000\002\016\006\000\002\002\004\000\002\017" + "\006\000\002\017\002\000\002\021\003\000\002\021\003" + "\000\002\021\003\000\002\021\003\000\002\021\003\000" + - "\002\020\006\000\002\020\002\000\002\022\003\000\002" + - "\022\003\000\002\022\003\000\002\022\003\000\002\022" + - "\003\000\002\022\003\000\002\022\003\000\002\011\007" + - "\000\002\024\004\000\002\024\002\000\002\025\004\000" + - "\002\025\002\000\002\026\007\000\002\026\010\000\002" + - "\026\010\000\002\026\011\000\002\026\011\000\002\026" + - "\002\000\002\027\004\000\002\027\002\000\002\030\007" + - "\000\002\030\002\000\002\003\006\000\002\003\007\000" + - "\002\003\007\000\002\003\010\000\002\003\010\000\002" + - "\004\006\000\002\004\007\000\002\004\007\000\002\004" + - "\010\000\002\004\010\000\002\007\005\000\002\023\004" + - "\000\002\023\002\000\002\010\006\000\002\005\005\000" + - "\002\006\006\000\002\014\006\000\002\014\006\000\002" + - "\015\005\000\002\033\010\000\002\033\006\000\002\033" + - "\005\000\002\031\004\000\002\031\002\000\002\032\007" + - "\000\002\032\002\000\002\034\003\000\002\034\005\000" + - "\002\034\003\000\002\012\004" }); + "\002\021\003\000\002\021\003\000\002\020\006\000\002" + + "\020\002\000\002\022\003\000\002\022\003\000\002\022" + + "\003\000\002\022\003\000\002\022\003\000\002\022\003" + + "\000\002\022\003\000\002\011\007\000\002\024\004\000" + + "\002\024\002\000\002\025\004\000\002\025\002\000\002" + + "\026\007\000\002\026\010\000\002\026\010\000\002\026" + + "\011\000\002\026\011\000\002\026\002\000\002\027\004" + + "\000\002\027\002\000\002\030\007\000\002\030\002\000" + + "\002\003\006\000\002\003\007\000\002\003\007\000\002" + + "\003\010\000\002\003\010\000\002\004\006\000\002\004" + + "\007\000\002\004\007\000\002\004\010\000\002\004\010" + + "\000\002\035\003\000\002\036\004\000\002\037\003\000" + + "\002\040\004\000\002\007\005\000\002\023\004\000\002" + + "\023\002\000\002\010\006\000\002\005\005\000\002\006" + + "\006\000\002\014\006\000\002\014\006\000\002\015\005" + + "\000\002\033\010\000\002\033\006\000\002\033\005\000" + + "\002\031\004\000\002\031\002\000\002\032\007\000\002" + + "\032\002\000\002\034\003\000\002\034\005\000\002\034" + + "\003\000\002\012\004" }); /** Access to production table. */ public short[][] production_table() {return _production_table;} @@ -50,86 +53,88 @@ public class MiniOntologyReader extends java_cup.runtime.lr_parser { /** Parse-action table. */ protected static final short[][] _action_table = unpackFromStrings(new String[] { - "\000\222\000\004\016\004\001\002\000\006\004\ufffe\017" + + "\000\226\000\004\016\004\001\002\000\006\004\ufffe\017" + "\ufffe\001\002\000\004\002\006\001\002\000\004\002\000" + "\001\002\000\006\004\011\017\010\001\002\000\006\002" + - "\ufff7\004\ufff7\001\002\000\020\006\025\007\022\010\014" + - "\013\020\014\017\015\021\020\024\001\002\000\004\005" + - "\ufffb\001\002\000\004\005\150\001\002\000\004\024\145" + - "\001\002\000\004\005\ufff9\001\002\000\004\005\ufffc\001" + - "\002\000\010\007\124\010\125\015\126\001\002\000\004" + - "\024\121\001\002\000\010\007\101\010\102\014\100\001" + - "\002\000\004\024\075\001\002\000\004\005\ufffa\001\002" + - "\000\004\024\032\001\002\000\004\024\027\001\002\000" + - "\004\005\ufffd\001\002\000\006\005\uffd4\024\uffd4\001\002" + - "\000\006\005\uffd6\024\031\001\002\000\012\005\uffd5\007" + - "\uffd5\013\uffd5\024\uffd5\001\002\000\012\005\uffed\006\033" + - "\007\uffed\013\uffed\001\002\000\012\005\uffd4\007\uffd4\013" + - "\uffd4\024\uffd4\001\002\000\010\005\uffeb\007\036\013\uffeb" + - "\001\002\000\006\005\uffe3\013\064\001\002\000\010\004" + - "\uffe5\005\uffe5\013\uffe5\001\002\000\010\004\040\005\uffec" + - "\013\uffec\001\002\000\010\014\041\015\043\024\042\001" + - "\002\000\006\015\056\024\055\001\002\000\004\024\053" + - "\001\002\000\006\014\044\024\045\001\002\000\004\024" + - "\050\001\002\000\004\024\046\001\002\000\004\005\047" + - "\001\002\000\010\004\uffe8\005\uffe8\013\uffe8\001\002\000" + - "\004\024\051\001\002\000\004\005\052\001\002\000\010" + - "\004\uffe6\005\uffe6\013\uffe6\001\002\000\004\005\054\001" + - "\002\000\010\004\uffea\005\uffea\013\uffea\001\002\000\004" + - "\024\062\001\002\000\004\024\057\001\002\000\004\024" + - "\060\001\002\000\004\005\061\001\002\000\010\004\uffe7" + - "\005\uffe7\013\uffe7\001\002\000\004\005\063\001\002\000" + - "\010\004\uffe9\005\uffe9\013\uffe9\001\002\000\006\004\uffe5" + - "\005\uffe1\001\002\000\004\005\uffef\001\002\000\004\004" + - "\070\001\002\000\004\005\uffe4\001\002\000\010\014\041" + - "\015\043\024\071\001\002\000\004\024\072\001\002\000" + - "\004\005\073\001\002\000\006\004\uffea\005\uffe2\001\002" + - "\000\012\005\uffee\007\uffee\013\uffee\024\031\001\002\000" + - "\004\024\076\001\002\000\004\024\077\001\002\000\004" + - "\005\uffdb\001\002\000\006\007\111\010\112\001\002\000" + - "\004\024\106\001\002\000\004\024\103\001\002\000\004" + - "\024\104\001\002\000\004\024\105\001\002\000\004\005" + - "\uffde\001\002\000\004\024\107\001\002\000\004\024\110" + - "\001\002\000\004\005\uffd9\001\002\000\004\024\116\001" + - "\002\000\004\024\113\001\002\000\004\024\114\001\002" + - "\000\004\024\115\001\002\000\004\005\uffdd\001\002\000" + - "\004\024\117\001\002\000\004\024\120\001\002\000\004" + - "\005\uffd8\001\002\000\004\024\122\001\002\000\004\024" + - "\123\001\002\000\004\005\uffd3\001\002\000\004\024\142" + - "\001\002\000\004\024\137\001\002\000\006\007\127\010" + - "\130\001\002\000\004\024\134\001\002\000\004\024\131" + - "\001\002\000\004\024\132\001\002\000\004\024\133\001" + - "\002\000\004\005\uffdc\001\002\000\004\024\135\001\002" + - "\000\004\024\136\001\002\000\004\005\uffd7\001\002\000" + - "\004\024\140\001\002\000\004\024\141\001\002\000\004" + - "\005\uffdf\001\002\000\004\024\143\001\002\000\004\024" + - "\144\001\002\000\004\005\uffda\001\002\000\004\024\146" + - "\001\002\000\004\024\147\001\002\000\004\005\uffe0\001" + - "\002\000\006\004\uffff\017\uffff\001\002\000\006\002\001" + - "\004\152\001\002\000\014\011\164\012\157\021\155\022" + - "\161\023\156\001\002\000\004\005\ufff2\001\002\000\004" + - "\005\ufff4\001\002\000\004\024\210\001\002\000\004\024" + - "\204\001\002\000\004\024\174\001\002\000\004\005\ufff6" + - "\001\002\000\004\024\173\001\002\000\004\005\ufff1\001" + - "\002\000\004\005\ufff5\001\002\000\004\024\171\001\002" + - "\000\004\005\ufff0\001\002\000\004\005\170\001\002\000" + - "\004\005\ufff3\001\002\000\006\002\ufff8\004\ufff8\001\002" + - "\000\004\024\172\001\002\000\004\005\uffd2\001\002\000" + - "\004\005\uffc3\001\002\000\004\024\175\001\002\000\010" + - "\004\201\024\200\025\177\001\002\000\004\005\uffd1\001" + - "\002\000\004\005\uffc4\001\002\000\004\005\uffc6\001\002" + - "\000\004\021\155\001\002\000\004\005\203\001\002\000" + - "\004\005\uffc5\001\002\000\004\024\205\001\002\000\010" + - "\005\uffce\024\206\025\207\001\002\000\004\005\uffd0\001" + - "\002\000\004\005\uffcf\001\002\000\010\005\uffc9\012\213" + - "\024\211\001\002\000\010\005\uffc9\012\213\024\221\001" + - "\002\000\004\005\uffcb\001\002\000\006\004\uffc7\005\uffc7" + - "\001\002\000\006\004\215\005\uffca\001\002\000\004\024" + - "\216\001\002\000\010\004\201\024\200\025\177\001\002" + - "\000\004\005\220\001\002\000\006\004\uffc8\005\uffc8\001" + - "\002\000\004\024\223\001\002\000\004\005\uffcc\001\002" + - "\000\006\005\uffc9\012\213\001\002\000\004\005\uffcd\001" + - "\002" }); + "\ufff5\004\ufff5\001\002\000\024\006\027\007\025\010\016" + + "\013\023\014\022\015\024\020\030\024\015\025\031\001" + + "\002\000\004\005\ufffb\001\002\000\004\005\154\001\002" + + "\000\004\005\ufff8\001\002\000\004\005\uffd4\001\002\000" + + "\004\026\151\001\002\000\004\005\ufff7\001\002\000\004" + + "\005\ufff9\001\002\000\004\005\ufffc\001\002\000\010\007" + + "\130\010\131\015\132\001\002\000\004\026\125\001\002" + + "\000\010\007\105\010\106\014\104\001\002\000\004\026" + + "\101\001\002\000\004\005\ufffa\001\002\000\004\026\077" + + "\001\002\000\004\026\033\001\002\000\004\005\uffd2\001" + + "\002\000\004\005\ufffd\001\002\000\012\005\uffeb\006\034" + + "\007\uffeb\013\uffeb\001\002\000\012\005\uffce\007\uffce\013" + + "\uffce\026\uffce\001\002\000\010\005\uffe9\007\037\013\uffe9" + + "\001\002\000\006\005\uffe1\013\065\001\002\000\010\004" + + "\uffe3\005\uffe3\013\uffe3\001\002\000\010\004\041\005\uffea" + + "\013\uffea\001\002\000\010\014\042\015\044\026\043\001" + + "\002\000\006\015\057\026\056\001\002\000\004\026\054" + + "\001\002\000\006\014\045\026\046\001\002\000\004\026" + + "\051\001\002\000\004\026\047\001\002\000\004\005\050" + + "\001\002\000\010\004\uffe6\005\uffe6\013\uffe6\001\002\000" + + "\004\026\052\001\002\000\004\005\053\001\002\000\010" + + "\004\uffe4\005\uffe4\013\uffe4\001\002\000\004\005\055\001" + + "\002\000\010\004\uffe8\005\uffe8\013\uffe8\001\002\000\004" + + "\026\063\001\002\000\004\026\060\001\002\000\004\026" + + "\061\001\002\000\004\005\062\001\002\000\010\004\uffe5" + + "\005\uffe5\013\uffe5\001\002\000\004\005\064\001\002\000" + + "\010\004\uffe7\005\uffe7\013\uffe7\001\002\000\006\004\uffe3" + + "\005\uffdf\001\002\000\004\005\uffed\001\002\000\004\004" + + "\071\001\002\000\004\005\uffe2\001\002\000\010\014\042" + + "\015\044\026\072\001\002\000\004\026\073\001\002\000" + + "\004\005\074\001\002\000\006\004\uffe8\005\uffe0\001\002" + + "\000\012\005\uffec\007\uffec\013\uffec\026\076\001\002\000" + + "\012\005\uffcf\007\uffcf\013\uffcf\026\uffcf\001\002\000\006" + + "\005\uffce\026\uffce\001\002\000\006\005\uffd0\026\076\001" + + "\002\000\004\026\102\001\002\000\004\026\103\001\002" + + "\000\004\005\uffd9\001\002\000\006\007\115\010\116\001" + + "\002\000\004\026\112\001\002\000\004\026\107\001\002" + + "\000\004\026\110\001\002\000\004\026\111\001\002\000" + + "\004\005\uffdc\001\002\000\004\026\113\001\002\000\004" + + "\026\114\001\002\000\004\005\uffd7\001\002\000\004\026" + + "\122\001\002\000\004\026\117\001\002\000\004\026\120" + + "\001\002\000\004\026\121\001\002\000\004\005\uffdb\001" + + "\002\000\004\026\123\001\002\000\004\026\124\001\002" + + "\000\004\005\uffd6\001\002\000\004\026\126\001\002\000" + + "\004\026\127\001\002\000\004\005\uffcd\001\002\000\004" + + "\026\146\001\002\000\004\026\143\001\002\000\006\007" + + "\133\010\134\001\002\000\004\026\140\001\002\000\004" + + "\026\135\001\002\000\004\026\136\001\002\000\004\026" + + "\137\001\002\000\004\005\uffda\001\002\000\004\026\141" + + "\001\002\000\004\026\142\001\002\000\004\005\uffd5\001" + + "\002\000\004\026\144\001\002\000\004\026\145\001\002" + + "\000\004\005\uffdd\001\002\000\004\026\147\001\002\000" + + "\004\026\150\001\002\000\004\005\uffd8\001\002\000\004" + + "\026\152\001\002\000\004\026\153\001\002\000\004\005" + + "\uffde\001\002\000\006\004\uffff\017\uffff\001\002\000\006" + + "\002\001\004\156\001\002\000\014\011\167\012\163\021" + + "\161\022\165\023\162\001\002\000\004\005\ufff0\001\002" + + "\000\004\005\ufff2\001\002\000\004\026\214\001\002\000" + + "\004\026\210\001\002\000\004\026\200\001\002\000\004" + + "\005\ufff4\001\002\000\004\026\177\001\002\000\004\005" + + "\uffef\001\002\000\004\026\175\001\002\000\004\005\ufff3" + + "\001\002\000\004\005\uffee\001\002\000\004\005\174\001" + + "\002\000\004\005\ufff1\001\002\000\006\002\ufff6\004\ufff6" + + "\001\002\000\004\026\176\001\002\000\004\005\uffcc\001" + + "\002\000\004\005\uffbd\001\002\000\004\026\201\001\002" + + "\000\010\004\205\026\204\027\203\001\002\000\004\005" + + "\uffcb\001\002\000\004\005\uffbe\001\002\000\004\005\uffc0" + + "\001\002\000\004\021\161\001\002\000\004\005\207\001" + + "\002\000\004\005\uffbf\001\002\000\004\026\211\001\002" + + "\000\010\005\uffc8\026\212\027\213\001\002\000\004\005" + + "\uffca\001\002\000\004\005\uffc9\001\002\000\010\005\uffc3" + + "\012\217\026\216\001\002\000\004\005\uffc5\001\002\000" + + "\010\005\uffc3\012\217\026\225\001\002\000\006\004\uffc1" + + "\005\uffc1\001\002\000\006\004\221\005\uffc4\001\002\000" + + "\004\026\222\001\002\000\010\004\205\026\204\027\203" + + "\001\002\000\004\005\224\001\002\000\006\004\uffc2\005" + + "\uffc2\001\002\000\004\026\227\001\002\000\004\005\uffc6" + + "\001\002\000\006\005\uffc3\012\217\001\002\000\004\005" + + "\uffc7\001\002" }); /** Access to parse-action table. */ public short[][] action_table() {return _action_table;} @@ -137,29 +142,29 @@ public class MiniOntologyReader extends java_cup.runtime.lr_parser { /** reduce_goto table. */ protected static final short[][] _reduce_table = unpackFromStrings(new String[] { - "\000\222\000\004\016\004\001\001\000\004\017\006\001" + + "\000\226\000\004\016\004\001\001\000\004\017\006\001" + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + - "\000\004\020\150\001\001\000\016\003\025\004\015\007" + - "\011\010\022\011\014\021\012\001\001\000\002\001\001" + + "\000\004\020\154\001\001\000\022\003\031\004\020\007" + + "\011\010\025\011\017\021\012\035\013\037\016\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + - "\001\000\002\001\001\000\002\001\001\000\004\023\027" + - "\001\001\000\002\001\001\000\002\001\001\000\004\024" + - "\033\001\001\000\004\023\073\001\001\000\004\025\034" + - "\001\001\000\004\027\064\001\001\000\004\026\036\001" + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\002\001\001\000\002" + + "\002\001\001\000\004\024\034\001\001\000\004\023\074" + + "\001\001\000\004\025\035\001\001\000\004\027\065\001" + + "\001\000\004\026\037\001\001\000\002\001\001\000\002" + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\006\026\065\030\066" + + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + - "\000\002\001\001\000\002\001\001\000\002\001\001\000" + + "\000\006\026\066\030\067\001\001\000\002\001\001\000" + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + + "\001\000\002\001\001\000\004\023\077\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + @@ -171,23 +176,24 @@ public class MiniOntologyReader extends java_cup.runtime.lr_parser { "\001\000\002\001\001\000\002\001\001\000\002\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + - "\001\001\000\002\001\001\000\022\005\157\006\162\012" + - "\152\013\166\014\161\015\164\022\165\033\153\001\001" + - "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\002\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + + "\000\022\005\163\006\167\012\156\013\172\014\165\015" + + "\170\022\171\033\157\001\001\000\002\001\001\000\002" + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\004\034\175\001\001" + - "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\004\033\201\001\001\000\002\001\001\000\002\001\001" + - "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\004\031\211\001\001\000\004\031\221" + - "\001\001\000\002\001\001\000\004\032\213\001\001\000" + - "\002\001\001\000\002\001\001\000\004\034\216\001\001" + - "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\004\031\223\001\001\000\002\001\001" + - "" }); + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + + "\001\000\004\034\201\001\001\000\002\001\001\000\002" + + "\001\001\000\002\001\001\000\004\033\205\001\001\000" + + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\004\031" + + "\214\001\001\000\002\001\001\000\004\031\225\001\001" + + "\000\004\032\217\001\001\000\002\001\001\000\002\001" + + "\001\000\004\034\222\001\001\000\002\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\004\031" + + "\227\001\001\000\002\001\001" }); /** Access to reduce_goto table. */ public short[][] reduce_table() {return _reduce_table;} @@ -271,7 +277,7 @@ class CUP$MiniOntologyReader$actions { switch (CUP$MiniOntologyReader$act_num) { /*. . . . . . . . . . . . . . . . . . . .*/ - case 62: // update_interval_prim ::= CURRENTINTERVAL IDENTIFIER + case 68: // update_interval_prim ::= CURRENTINTERVAL IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; @@ -285,7 +291,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 61: // inst_name ::= STR + case 67: // inst_name ::= STR { String RESULT = null; int sleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; @@ -297,7 +303,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 60: // inst_name ::= OPENPAREN instance_prim CLOSEPAREN + case 66: // inst_name ::= OPENPAREN instance_prim CLOSEPAREN { String RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; @@ -309,7 +315,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 59: // inst_name ::= IDENTIFIER + case 65: // inst_name ::= IDENTIFIER { String RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; @@ -321,7 +327,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 58: // fil_pair_list ::= + case 64: // fil_pair_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -330,7 +336,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 57: // fil_pair_list ::= fil_pair_list OPENPAREN IDENTIFIER inst_name CLOSEPAREN + case 63: // fil_pair_list ::= fil_pair_list OPENPAREN IDENTIFIER inst_name CLOSEPAREN { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-4)).left; @@ -350,7 +356,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 56: // opt_fil_list ::= + case 62: // opt_fil_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -359,7 +365,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 55: // opt_fil_list ::= FIL fil_pair_list + case 61: // opt_fil_list ::= FIL fil_pair_list { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; @@ -371,7 +377,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 54: // instance_prim ::= INST IDENTIFIER opt_fil_list + case 60: // instance_prim ::= INST IDENTIFIER opt_fil_list { String RESULT = null; int typeleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; @@ -383,7 +389,7 @@ class CUP$MiniOntologyReader$actions { String name = type + parser.counter; parser.counter++; - parser.m.addIndividual(name, type); + parser.m.addIndividual(name, type, parser.m.getPackage()); for (String filpair : ofl) { String pair[] = filpair.split(":"); parser.m.addRelationFiller(pair[0], name, pair[1]); @@ -395,7 +401,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 53: // instance_prim ::= INST IDENTIFIER IDENTIFIER opt_fil_list + case 59: // instance_prim ::= INST IDENTIFIER IDENTIFIER opt_fil_list { String RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -408,7 +414,7 @@ class CUP$MiniOntologyReader$actions { int oflright = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right; List ofl = (List)((java_cup.runtime.Symbol) CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).value; - parser.m.addIndividual(name, type); + parser.m.addIndividual(name, type, parser.m.getPackage()); for (String filpair : ofl){ String pair[] = filpair.split(":"); parser.m.addRelationFiller(pair[0], name, pair[1]); @@ -420,7 +426,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 52: // instance_prim ::= INST IDENTIFIER IDENTIFIER IDENTIFIER IDENTIFIER opt_fil_list + case 58: // instance_prim ::= INST IDENTIFIER IDENTIFIER IDENTIFIER IDENTIFIER opt_fil_list { String RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-4)).left; @@ -451,7 +457,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 51: // rem_all_prim ::= REM IDENTIFIER IDENTIFIER + case 57: // rem_all_prim ::= REM IDENTIFIER IDENTIFIER { Object RESULT = null; int relnameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; @@ -468,7 +474,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 50: // rem_prim ::= REM IDENTIFIER IDENTIFIER STR + case 56: // rem_prim ::= REM IDENTIFIER IDENTIFIER STR { Object RESULT = null; int relnameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -488,7 +494,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 49: // rem_prim ::= REM IDENTIFIER IDENTIFIER IDENTIFIER + case 55: // rem_prim ::= REM IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int relnameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -508,7 +514,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 48: // fil_prim ::= FIL IDENTIFIER IDENTIFIER inst_name + case 54: // fil_prim ::= FIL IDENTIFIER IDENTIFIER inst_name { Object RESULT = null; int relnameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -528,7 +534,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 47: // ind_prim ::= IND IDENTIFIER IDENTIFIER + case 53: // ind_prim ::= IND IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; @@ -538,14 +544,14 @@ class CUP$MiniOntologyReader$actions { int catright = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right; String cat = (String)((java_cup.runtime.Symbol) CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).value; - parser.m.addIndividual(name, cat); + parser.m.addIndividual(name, cat, parser.m.getPackage()); CUP$MiniOntologyReader$result = new java_cup.runtime.Symbol(3/*ind_prim*/, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right, RESULT); } return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 46: // eq_prim ::= EQ IDENTIFIER IDENTIFIER IDENTIFIER + case 52: // eq_prim ::= EQ IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int catleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -565,7 +571,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 45: // parent_list ::= + case 51: // parent_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -574,7 +580,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 44: // parent_list ::= parent_list IDENTIFIER + case 50: // parent_list ::= parent_list IDENTIFIER { List RESULT = null; int plleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; @@ -592,7 +598,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 43: // sub_prim ::= SUB IDENTIFIER parent_list + case 49: // sub_prim ::= SUB IDENTIFIER parent_list { Object RESULT = null; int new_typeleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; @@ -609,7 +615,63 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 42: // rel_prim ::= PERSISTENT NONBLOCKING REL IDENTIFIER IDENTIFIER IDENTIFIER + case 48: // current_import ::= import_kind IDENTIFIER + { + String RESULT = null; + int kleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; + int kright = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).right; + String k = (String)((java_cup.runtime.Symbol) CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).value; + int nleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; + int nright = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right; + String n = (String)((java_cup.runtime.Symbol) CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).value; + + RESULT = parser.m.addImport(n); + + CUP$MiniOntologyReader$result = new java_cup.runtime.Symbol(30/*current_import*/, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right, RESULT); + } + return CUP$MiniOntologyReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 47: // import_kind ::= IMPORT + { + String RESULT = null; + + RESULT = ECGConstants.IMPORT; + + CUP$MiniOntologyReader$result = new java_cup.runtime.Symbol(29/*import_kind*/, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right, RESULT); + } + return CUP$MiniOntologyReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 46: // current_package ::= package_kinds IDENTIFIER + { + String RESULT = null; + int kleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left; + int kright = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).right; + String k = (String)((java_cup.runtime.Symbol) CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).value; + int nleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; + int nright = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right; + String n = (String)((java_cup.runtime.Symbol) CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).value; + + RESULT = parser.m.setPackage(n); + + CUP$MiniOntologyReader$result = new java_cup.runtime.Symbol(28/*current_package*/, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-1)).left, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right, RESULT); + } + return CUP$MiniOntologyReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 45: // package_kinds ::= PACKAGE + { + String RESULT = null; + + RESULT = ECGConstants.PACKAGE; + + CUP$MiniOntologyReader$result = new java_cup.runtime.Symbol(27/*package_kinds*/, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right, RESULT); + } + return CUP$MiniOntologyReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 44: // rel_prim ::= PERSISTENT NONBLOCKING REL IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -629,7 +691,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 41: // rel_prim ::= NONBLOCKING PERSISTENT REL IDENTIFIER IDENTIFIER IDENTIFIER + case 43: // rel_prim ::= NONBLOCKING PERSISTENT REL IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -649,7 +711,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 40: // rel_prim ::= NONBLOCKING REL IDENTIFIER IDENTIFIER IDENTIFIER + case 42: // rel_prim ::= NONBLOCKING REL IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -669,7 +731,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 39: // rel_prim ::= PERSISTENT REL IDENTIFIER IDENTIFIER IDENTIFIER + case 41: // rel_prim ::= PERSISTENT REL IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -689,7 +751,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 38: // rel_prim ::= REL IDENTIFIER IDENTIFIER IDENTIFIER + case 40: // rel_prim ::= REL IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -709,7 +771,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 37: // fun_prim ::= PERSISTENT NONBLOCKING FUN IDENTIFIER IDENTIFIER IDENTIFIER + case 39: // fun_prim ::= PERSISTENT NONBLOCKING FUN IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -729,7 +791,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 36: // fun_prim ::= NONBLOCKING PERSISTENT FUN IDENTIFIER IDENTIFIER IDENTIFIER + case 38: // fun_prim ::= NONBLOCKING PERSISTENT FUN IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -749,7 +811,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 35: // fun_prim ::= NONBLOCKING FUN IDENTIFIER IDENTIFIER IDENTIFIER + case 37: // fun_prim ::= NONBLOCKING FUN IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -769,7 +831,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 34: // fun_prim ::= PERSISTENT FUN IDENTIFIER IDENTIFIER IDENTIFIER + case 36: // fun_prim ::= PERSISTENT FUN IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -789,7 +851,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 33: // fun_prim ::= FUN IDENTIFIER IDENTIFIER IDENTIFIER + case 35: // fun_prim ::= FUN IDENTIFIER IDENTIFIER IDENTIFIER { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-2)).left; @@ -809,7 +871,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 32: // binding_pair_list ::= + case 34: // binding_pair_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -818,7 +880,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 31: // binding_pair_list ::= rel_pair_list OPENPAREN IDENTIFIER IDENTIFIER CLOSEPAREN + case 33: // binding_pair_list ::= rel_pair_list OPENPAREN IDENTIFIER IDENTIFIER CLOSEPAREN { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-4)).left; @@ -838,7 +900,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 30: // opt_bindings_list ::= + case 32: // opt_bindings_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -847,7 +909,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 29: // opt_bindings_list ::= EQ binding_pair_list + case 31: // opt_bindings_list ::= EQ binding_pair_list { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; @@ -859,7 +921,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 28: // rel_pair_list ::= + case 30: // rel_pair_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -868,7 +930,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 27: // rel_pair_list ::= rel_pair_list OPENPAREN NONBLOCKING PERSISTENT IDENTIFIER IDENTIFIER CLOSEPAREN + case 29: // rel_pair_list ::= rel_pair_list OPENPAREN NONBLOCKING PERSISTENT IDENTIFIER IDENTIFIER CLOSEPAREN { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-6)).left; @@ -888,7 +950,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 26: // rel_pair_list ::= rel_pair_list OPENPAREN PERSISTENT NONBLOCKING IDENTIFIER IDENTIFIER CLOSEPAREN + case 28: // rel_pair_list ::= rel_pair_list OPENPAREN PERSISTENT NONBLOCKING IDENTIFIER IDENTIFIER CLOSEPAREN { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-6)).left; @@ -908,7 +970,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 25: // rel_pair_list ::= rel_pair_list OPENPAREN NONBLOCKING IDENTIFIER IDENTIFIER CLOSEPAREN + case 27: // rel_pair_list ::= rel_pair_list OPENPAREN NONBLOCKING IDENTIFIER IDENTIFIER CLOSEPAREN { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-5)).left; @@ -928,7 +990,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 24: // rel_pair_list ::= rel_pair_list OPENPAREN PERSISTENT IDENTIFIER IDENTIFIER CLOSEPAREN + case 26: // rel_pair_list ::= rel_pair_list OPENPAREN PERSISTENT IDENTIFIER IDENTIFIER CLOSEPAREN { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-5)).left; @@ -948,7 +1010,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 23: // rel_pair_list ::= rel_pair_list OPENPAREN IDENTIFIER IDENTIFIER CLOSEPAREN + case 25: // rel_pair_list ::= rel_pair_list OPENPAREN IDENTIFIER IDENTIFIER CLOSEPAREN { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-4)).left; @@ -968,7 +1030,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 22: // opt_rels_list ::= + case 24: // opt_rels_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -977,7 +1039,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 21: // opt_rels_list ::= REL rel_pair_list + case 23: // opt_rels_list ::= REL rel_pair_list { List RESULT = null; int rplleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; @@ -989,7 +1051,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 20: // opt_parent_list ::= + case 22: // opt_parent_list ::= { List RESULT = null; RESULT = new ArrayList(); @@ -998,7 +1060,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 19: // opt_parent_list ::= SUB parent_list + case 21: // opt_parent_list ::= SUB parent_list { List RESULT = null; int plleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left; @@ -1010,7 +1072,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 18: // type_prim ::= TYPE IDENTIFIER opt_parent_list opt_rels_list opt_bindings_list + case 20: // type_prim ::= TYPE IDENTIFIER opt_parent_list opt_rels_list opt_bindings_list { Object RESULT = null; int nameleft = ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-3)).left; @@ -1051,7 +1113,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 17: // inst_prim ::= rem_all_prim + case 19: // inst_prim ::= rem_all_prim { Object RESULT = null; @@ -1060,7 +1122,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 16: // inst_prim ::= rem_prim + case 18: // inst_prim ::= rem_prim { Object RESULT = null; @@ -1069,7 +1131,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 15: // inst_prim ::= update_interval_prim + case 17: // inst_prim ::= update_interval_prim { Object RESULT = null; @@ -1078,7 +1140,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 14: // inst_prim ::= interval_prim + case 16: // inst_prim ::= interval_prim { Object RESULT = null; @@ -1087,7 +1149,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 13: // inst_prim ::= instance_prim + case 15: // inst_prim ::= instance_prim { Object RESULT = null; @@ -1096,7 +1158,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 12: // inst_prim ::= fil_prim + case 14: // inst_prim ::= fil_prim { Object RESULT = null; @@ -1105,7 +1167,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 11: // inst_prim ::= ind_prim + case 13: // inst_prim ::= ind_prim { Object RESULT = null; @@ -1114,7 +1176,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 10: // insts_list ::= + case 12: // insts_list ::= { Object RESULT = null; parser.m.build(); @@ -1123,7 +1185,7 @@ class CUP$MiniOntologyReader$actions { return CUP$MiniOntologyReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 9: // insts_list ::= insts_list OPENPAREN inst_prim CLOSEPAREN + case 11: // insts_list ::= insts_list OPENPAREN inst_prim CLOSEPAREN { Object RESULT = null; @@ -1131,6 +1193,24 @@ class CUP$MiniOntologyReader$actions { } return CUP$MiniOntologyReader$result; + /*. . . . . . . . . . . . . . . . . . . .*/ + case 10: // def_prim ::= import_kind + { + Object RESULT = null; + + CUP$MiniOntologyReader$result = new java_cup.runtime.Symbol(15/*def_prim*/, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right, RESULT); + } + return CUP$MiniOntologyReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 9: // def_prim ::= package_kinds + { + Object RESULT = null; + + CUP$MiniOntologyReader$result = new java_cup.runtime.Symbol(15/*def_prim*/, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).left, ((java_cup.runtime.Symbol)CUP$MiniOntologyReader$stack.elementAt(CUP$MiniOntologyReader$top-0)).right, RESULT); + } + return CUP$MiniOntologyReader$result; + /*. . . . . . . . . . . . . . . . . . . .*/ case 8: // def_prim ::= type_prim { diff --git a/compling.core/source/compling/context/Yylex.java b/compling.core/source/compling/context/Yylex.java index 9bc935f..e8b8b89 100644 --- a/compling.core/source/compling/context/Yylex.java +++ b/compling.core/source/compling/context/Yylex.java @@ -1,16 +1,15 @@ -/* The following code was generated by JFlex 1.4.3 on 5/15/12 4:22 PM */ +/* The following code was generated by JFlex 1.4.3 on 3/24/15 2:32 PM */ package compling.context; import java_cup.runtime.Symbol; - import compling.grammar.ecg.ecgreader.Location; /** * This class is a scanner generated by * JFlex 1.4.3 - * on 5/15/12 4:22 PM from the specification file + * on 3/24/15 2:32 PM from the specification file * MiniOntology.lex */ public class Yylex implements java_cup.runtime.Scanner { @@ -42,11 +41,11 @@ public class Yylex implements java_cup.runtime.Scanner { private static final String ZZ_CMAP_PACKED = "\10\0\1\1\1\43\1\5\1\0\1\42\1\4\22\0\1\43\1\0"+ "\1\3\5\0\1\12\1\13\1\7\2\0\1\11\1\0\1\6\12\11"+ - "\1\32\6\0\1\26\1\16\1\21\1\30\1\17\1\31\1\41\1\10"+ - "\1\24\1\10\1\40\1\27\1\35\1\23\1\37\1\34\1\36\1\22"+ + "\1\32\6\0\1\26\1\16\1\21\1\30\1\17\1\31\1\37\1\10"+ + "\1\24\1\10\1\36\1\27\1\35\1\23\1\40\1\34\1\41\1\22"+ "\1\14\1\20\1\15\1\25\2\10\1\33\1\10\1\0\1\2\2\0"+ - "\1\10\1\0\1\26\1\16\1\21\1\30\1\17\1\31\1\41\1\10"+ - "\1\24\1\10\1\40\1\27\1\35\1\23\1\37\1\34\1\36\1\22"+ + "\1\10\1\0\1\26\1\16\1\21\1\30\1\17\1\31\1\37\1\10"+ + "\1\24\1\10\1\36\1\27\1\35\1\23\1\40\1\34\1\41\1\22"+ "\1\14\1\20\1\15\1\25\2\10\1\33\1\10\57\0\1\10\12\0"+ "\1\10\4\0\1\10\5\0\27\10\1\0\37\10\1\0\u01ca\10\4\0"+ "\14\10\16\0\5\10\7\0\1\10\1\0\1\10\201\0\5\10\1\0"+ @@ -140,14 +139,14 @@ public class Yylex implements java_cup.runtime.Scanner { private static final String ZZ_ACTION_PACKED_0 = "\2\0\1\1\2\2\2\3\1\2\1\4\1\5\1\6"+ "\11\4\1\1\1\7\2\10\1\1\2\11\2\0\1\12"+ - "\1\13\1\14\2\4\1\15\10\4\2\0\1\1\1\16"+ + "\1\13\1\14\2\4\1\15\12\4\2\0\1\1\1\16"+ "\1\1\1\0\1\12\1\0\1\17\2\4\1\20\1\21"+ - "\2\4\1\22\1\4\1\23\1\24\2\4\1\25\1\4"+ - "\1\26\5\4\1\27\3\4\1\30\14\4\1\31\1\4"+ - "\1\32\6\4\1\33"; + "\2\4\1\22\2\4\1\23\1\24\3\4\1\25\1\4"+ + "\1\26\10\4\1\27\4\4\1\30\1\31\5\4\1\32"+ + "\10\4\1\33\1\4\1\34\6\4\1\35"; private static int [] zzUnpackAction() { - int [] result = new int[99]; + int [] result = new int[110]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; @@ -177,17 +176,18 @@ private static int zzUnpackAction(String packed, int offset, int [] result) { "\0\u01d4\0\u01f8\0\u021c\0\u0240\0\154\0\154\0\u0264\0\154"+ "\0\u0288\0\u02ac\0\u02d0\0\220\0\u02f4\0\154\0\154\0\154"+ "\0\u0318\0\u033c\0\374\0\u0360\0\u0384\0\u03a8\0\u03cc\0\u03f0"+ - "\0\u0414\0\u0438\0\u045c\0\u02ac\0\u0480\0\u04a4\0\154\0\u04c8"+ - "\0\u04ec\0\220\0\u0510\0\374\0\u0534\0\u0558\0\374\0\374"+ - "\0\u057c\0\u05a0\0\374\0\u05c4\0\374\0\374\0\u05e8\0\u060c"+ - "\0\374\0\u0630\0\u0654\0\u0678\0\u069c\0\u06c0\0\u06e4\0\u0708"+ - "\0\154\0\u072c\0\u0750\0\u0774\0\154\0\u0798\0\u07bc\0\u07e0"+ - "\0\u0804\0\u0828\0\u084c\0\u0870\0\u0894\0\u08b8\0\u08dc\0\u0900"+ - "\0\u0924\0\374\0\u0948\0\374\0\u096c\0\u0990\0\u09b4\0\u09d8"+ - "\0\u09fc\0\u0a20\0\374"; + "\0\u0414\0\u0438\0\u045c\0\u0480\0\u04a4\0\u02ac\0\u04c8\0\u04ec"+ + "\0\154\0\u0510\0\u0534\0\220\0\u0558\0\374\0\u057c\0\u05a0"+ + "\0\374\0\374\0\u05c4\0\u05e8\0\374\0\u060c\0\u0630\0\374"+ + "\0\374\0\u0654\0\u0678\0\u069c\0\374\0\u06c0\0\u06e4\0\u0708"+ + "\0\u072c\0\u0750\0\u0774\0\u0798\0\u07bc\0\u07e0\0\u0804\0\154"+ + "\0\u0828\0\u084c\0\u0870\0\u0894\0\154\0\374\0\u08b8\0\u08dc"+ + "\0\u0900\0\u0924\0\u0948\0\374\0\u096c\0\u0990\0\u09b4\0\u09d8"+ + "\0\u09fc\0\u0a20\0\u0a44\0\u0a68\0\374\0\u0a8c\0\374\0\u0ab0"+ + "\0\u0ad4\0\u0af8\0\u0b1c\0\u0b40\0\u0b64\0\374"; private static int [] zzUnpackRowMap() { - int [] result = new int[99]; + int [] result = new int[110]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; @@ -218,69 +218,79 @@ private static int zzUnpackRowMap(String packed, int offset, int [] result) { "\2\0\36\34\5\0\1\7\44\0\1\37\1\40\44\0"+ "\2\11\2\0\16\11\1\0\7\11\12\0\2\11\2\0"+ "\1\11\1\41\1\11\1\42\12\11\1\0\7\11\12\0"+ - "\2\11\2\0\16\11\1\0\3\11\1\43\3\11\12\0"+ - "\2\11\2\0\16\11\1\0\1\44\6\11\12\0\2\11"+ - "\2\0\3\11\1\45\12\11\1\0\7\11\12\0\2\11"+ - "\2\0\16\11\1\0\4\11\1\46\2\11\12\0\2\11"+ - "\2\0\7\11\1\47\6\11\1\0\7\11\12\0\2\11"+ - "\2\0\3\11\1\50\12\11\1\0\7\11\12\0\2\11"+ - "\2\0\1\11\1\51\6\11\1\52\5\11\1\0\7\11"+ - "\12\0\2\11\2\0\3\11\1\53\12\11\1\0\7\11"+ - "\7\0\1\30\36\0\4\31\2\0\1\54\1\55\40\31"+ - "\2\0\1\56\1\0\40\31\2\0\1\57\1\60\34\31"+ - "\1\34\1\61\1\35\1\62\1\0\1\63\35\34\1\61"+ - "\10\0\2\11\2\0\2\11\1\64\13\11\1\0\7\11"+ - "\12\0\2\11\2\0\4\11\1\65\11\11\1\0\7\11"+ - "\12\0\2\11\2\0\16\11\1\0\1\11\1\66\5\11"+ - "\12\0\2\11\2\0\13\11\1\67\2\11\1\0\2\11"+ - "\1\70\4\11\12\0\2\11\2\0\7\11\1\71\6\11"+ - "\1\0\7\11\12\0\2\11\2\0\1\72\13\11\1\73"+ - "\1\11\1\0\7\11\12\0\2\11\2\0\15\11\1\74"+ - "\1\0\7\11\12\0\2\11\2\0\7\11\1\75\6\11"+ - "\1\0\7\11\12\0\2\11\2\0\13\11\1\76\2\11"+ - "\1\0\7\11\12\0\2\11\2\0\6\11\1\77\7\11"+ - "\1\0\7\11\2\0\4\31\3\0\1\60\40\31\2\0"+ - "\1\56\1\55\40\31\2\0\1\54\1\60\34\31\1\34"+ - "\1\61\1\35\1\36\1\0\1\63\35\34\1\61\1\0"+ - "\1\63\1\34\2\0\1\63\35\0\1\63\10\0\2\11"+ - "\2\0\5\11\1\100\10\11\1\0\7\11\12\0\2\11"+ - "\2\0\3\11\1\101\12\11\1\0\7\11\12\0\2\11"+ - "\2\0\2\11\1\102\13\11\1\0\7\11\12\0\2\11"+ - "\2\0\4\11\1\103\11\11\1\0\7\11\12\0\2\11"+ - "\2\0\1\104\15\11\1\0\7\11\12\0\2\11\2\0"+ - "\1\105\15\11\1\0\7\11\12\0\2\11\2\0\1\11"+ - "\1\106\14\11\1\0\7\11\12\0\2\11\2\0\13\11"+ - "\1\107\2\11\1\0\7\11\12\0\2\11\2\0\1\110"+ - "\15\11\1\0\7\11\12\0\2\11\2\0\16\11\1\111"+ - "\7\11\12\0\2\11\2\0\10\11\1\112\5\11\1\0"+ - "\7\11\12\0\2\11\2\0\6\11\1\113\7\11\1\0"+ - "\7\11\12\0\2\11\2\0\16\11\1\0\4\11\1\114"+ - "\2\11\12\0\2\11\2\0\16\11\1\115\7\11\12\0"+ + "\2\11\2\0\16\11\1\0\6\11\1\43\12\0\2\11"+ + "\2\0\16\11\1\0\1\44\6\11\12\0\2\11\2\0"+ + "\3\11\1\45\12\11\1\0\7\11\12\0\2\11\2\0"+ + "\16\11\1\0\5\11\1\46\1\11\12\0\2\11\2\0"+ + "\7\11\1\47\6\11\1\0\2\11\1\50\4\11\12\0"+ + "\2\11\2\0\3\11\1\51\12\11\1\0\7\11\12\0"+ + "\2\11\2\0\1\11\1\52\6\11\1\53\5\11\1\0"+ + "\7\11\12\0\2\11\2\0\3\11\1\54\6\11\1\55"+ + "\3\11\1\0\7\11\7\0\1\30\36\0\4\31\2\0"+ + "\1\56\1\57\40\31\2\0\1\60\1\0\40\31\2\0"+ + "\1\61\1\62\34\31\1\34\1\63\1\35\1\64\1\0"+ + "\1\65\35\34\1\63\10\0\2\11\2\0\2\11\1\66"+ + "\13\11\1\0\7\11\12\0\2\11\2\0\4\11\1\67"+ + "\11\11\1\0\7\11\12\0\2\11\2\0\16\11\1\0"+ + "\1\11\1\70\5\11\12\0\2\11\2\0\13\11\1\71"+ + "\2\11\1\0\2\11\1\72\4\11\12\0\2\11\2\0"+ + "\7\11\1\73\6\11\1\0\7\11\12\0\2\11\2\0"+ + "\1\74\13\11\1\75\1\11\1\0\7\11\12\0\2\11"+ + "\2\0\16\11\1\0\1\11\1\76\5\11\12\0\2\11"+ + "\2\0\15\11\1\77\1\0\7\11\12\0\2\11\2\0"+ + "\7\11\1\100\6\11\1\0\7\11\12\0\2\11\2\0"+ + "\13\11\1\101\2\11\1\0\7\11\12\0\2\11\2\0"+ + "\6\11\1\102\7\11\1\0\7\11\12\0\2\11\2\0"+ + "\5\11\1\103\10\11\1\0\7\11\2\0\4\31\3\0"+ + "\1\62\40\31\2\0\1\60\1\57\40\31\2\0\1\56"+ + "\1\62\34\31\1\34\1\63\1\35\1\36\1\0\1\65"+ + "\35\34\1\63\1\0\1\65\1\34\2\0\1\65\35\0"+ + "\1\65\10\0\2\11\2\0\5\11\1\104\10\11\1\0"+ + "\7\11\12\0\2\11\2\0\3\11\1\105\12\11\1\0"+ + "\7\11\12\0\2\11\2\0\2\11\1\106\13\11\1\0"+ + "\7\11\12\0\2\11\2\0\4\11\1\107\11\11\1\0"+ + "\7\11\12\0\2\11\2\0\16\11\1\0\5\11\1\110"+ + "\1\11\12\0\2\11\2\0\1\111\15\11\1\0\7\11"+ + "\12\0\2\11\2\0\1\112\15\11\1\0\7\11\12\0"+ + "\2\11\2\0\16\11\1\0\3\11\1\113\3\11\12\0"+ + "\2\11\2\0\1\11\1\114\14\11\1\0\7\11\12\0"+ + "\2\11\2\0\13\11\1\115\2\11\1\0\7\11\12\0"+ "\2\11\2\0\1\116\15\11\1\0\7\11\12\0\2\11"+ "\2\0\6\11\1\117\7\11\1\0\7\11\12\0\2\11"+ - "\2\0\5\11\1\120\10\11\1\0\7\11\12\0\2\11"+ - "\2\0\4\11\1\121\11\11\1\0\7\11\12\0\2\11"+ - "\2\0\3\11\1\122\12\11\1\0\7\11\12\0\2\11"+ - "\2\0\16\11\1\0\5\11\1\123\1\11\12\0\2\11"+ - "\2\0\3\11\1\124\12\11\1\0\7\11\12\0\2\11"+ - "\2\0\7\11\1\125\6\11\1\0\7\11\12\0\2\11"+ - "\2\0\10\11\1\126\5\11\1\0\7\11\12\0\2\11"+ - "\2\0\7\11\1\127\6\11\1\0\7\11\12\0\2\11"+ - "\2\0\4\11\1\130\11\11\1\0\7\11\12\0\2\11"+ - "\2\0\7\11\1\131\6\11\1\0\7\11\12\0\2\11"+ - "\2\0\4\11\1\132\11\11\1\0\7\11\12\0\2\11"+ - "\2\0\10\11\1\133\5\11\1\0\7\11\12\0\2\11"+ - "\2\0\16\11\1\0\6\11\1\134\12\0\2\11\2\0"+ - "\7\11\1\135\6\11\1\0\7\11\12\0\2\11\2\0"+ - "\4\11\1\136\11\11\1\0\7\11\12\0\2\11\2\0"+ - "\3\11\1\137\12\11\1\0\7\11\12\0\2\11\2\0"+ - "\6\11\1\140\7\11\1\0\7\11\12\0\2\11\2\0"+ - "\11\11\1\141\4\11\1\0\7\11\12\0\2\11\2\0"+ - "\12\11\1\142\3\11\1\0\7\11\12\0\2\11\2\0"+ - "\13\11\1\143\2\11\1\0\7\11\2\0"; + "\2\0\16\11\1\120\7\11\12\0\2\11\2\0\10\11"+ + "\1\121\5\11\1\0\7\11\12\0\2\11\2\0\12\11"+ + "\1\122\3\11\1\0\7\11\12\0\2\11\2\0\6\11"+ + "\1\123\7\11\1\0\7\11\12\0\2\11\2\0\16\11"+ + "\1\0\5\11\1\124\1\11\12\0\2\11\2\0\16\11"+ + "\1\125\7\11\12\0\2\11\2\0\4\11\1\126\11\11"+ + "\1\0\7\11\12\0\2\11\2\0\1\127\15\11\1\0"+ + "\7\11\12\0\2\11\2\0\16\11\1\0\4\11\1\130"+ + "\2\11\12\0\2\11\2\0\6\11\1\131\7\11\1\0"+ + "\7\11\12\0\2\11\2\0\5\11\1\132\10\11\1\0"+ + "\7\11\12\0\2\11\2\0\4\11\1\133\11\11\1\0"+ + "\7\11\12\0\2\11\2\0\3\11\1\134\12\11\1\0"+ + "\7\11\12\0\2\11\2\0\3\11\1\135\12\11\1\0"+ + "\7\11\12\0\2\11\2\0\16\11\1\0\3\11\1\136"+ + "\3\11\12\0\2\11\2\0\3\11\1\137\12\11\1\0"+ + "\7\11\12\0\2\11\2\0\7\11\1\140\6\11\1\0"+ + "\7\11\12\0\2\11\2\0\10\11\1\141\5\11\1\0"+ + "\7\11\12\0\2\11\2\0\7\11\1\142\6\11\1\0"+ + "\7\11\12\0\2\11\2\0\4\11\1\143\11\11\1\0"+ + "\7\11\12\0\2\11\2\0\7\11\1\144\6\11\1\0"+ + "\7\11\12\0\2\11\2\0\4\11\1\145\11\11\1\0"+ + "\7\11\12\0\2\11\2\0\10\11\1\146\5\11\1\0"+ + "\7\11\12\0\2\11\2\0\16\11\1\0\4\11\1\147"+ + "\2\11\12\0\2\11\2\0\7\11\1\150\6\11\1\0"+ + "\7\11\12\0\2\11\2\0\4\11\1\151\11\11\1\0"+ + "\7\11\12\0\2\11\2\0\3\11\1\152\12\11\1\0"+ + "\7\11\12\0\2\11\2\0\6\11\1\153\7\11\1\0"+ + "\7\11\12\0\2\11\2\0\11\11\1\154\4\11\1\0"+ + "\7\11\12\0\2\11\2\0\12\11\1\155\3\11\1\0"+ + "\7\11\12\0\2\11\2\0\13\11\1\156\2\11\1\0"+ + "\7\11\2\0"; private static int [] zzUnpackTrans() { - int [] result = new int[2628]; + int [] result = new int[2952]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; @@ -319,12 +329,12 @@ private static int zzUnpackTrans(String packed, int offset, int [] result) { private static final String ZZ_ATTRIBUTE_PACKED_0 = "\2\0\1\1\1\11\2\1\1\11\2\1\2\11\11\1"+ - "\2\11\1\1\1\11\3\1\2\0\3\11\13\1\2\0"+ - "\1\1\1\11\1\1\1\0\1\1\1\0\25\1\1\11"+ - "\3\1\1\11\26\1"; + "\2\11\1\1\1\11\3\1\2\0\3\11\15\1\2\0"+ + "\1\1\1\11\1\1\1\0\1\1\1\0\32\1\1\11"+ + "\4\1\1\11\31\1"; private static int [] zzUnpackAttribute() { - int [] result = new int[99]; + int [] result = new int[110]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; @@ -762,113 +772,121 @@ else if (zzAtEOF) { case 4: { return new Symbol(sym.IDENTIFIER, 1 + lineNum, yychar, yytext()); } - case 28: break; + case 30: break; case 2: { System.err.printf("ERROR in file %s: unknown character '%s' at line %d\n", file, yytext(), lineNum + 1); Thread.dumpStack(); } - case 29: break; + case 31: break; case 16: { return new Symbol(sym.REL); } - case 30: break; + case 32: break; + case 26: + { return new Symbol(sym.PACKAGE); + } + case 33: break; case 8: { ++lineNum; yybegin(YYINITIAL); } - case 31: break; + case 34: break; case 19: { return new Symbol(sym.FUN); } - case 32: break; + case 35: break; case 12: { yybegin(commentstyle2); } - case 33: break; + case 36: break; case 14: { yybegin(YYINITIAL); } - case 34: break; - case 27: + case 37: break; + case 29: { return new Symbol(sym.CURRENTINTERVAL); } - case 35: break; + case 38: break; case 20: { return new Symbol(sym.FIL); } - case 36: break; + case 39: break; case 9: { System.out.println("ERROR In file " + file + ": Unclosed comment"); } - case 37: break; - case 25: + case 40: break; + case 27: { return new Symbol(sym.PERSISTENT); } - case 38: break; + case 41: break; case 3: { ++lineNum; } - case 39: break; + case 42: break; case 21: { return new Symbol(sym.TYPE); } - case 40: break; + case 43: break; case 18: { return new Symbol(sym.IND); } - case 41: break; + case 44: break; case 22: { return new Symbol(sym.INST); } - case 42: break; + case 45: break; case 15: { return new Symbol(sym.SUB); } - case 43: break; + case 46: break; case 5: { return new Symbol(sym.OPENPAREN); } - case 44: break; - case 26: + case 47: break; + case 28: { return new Symbol(sym.NONBLOCKING); } - case 45: break; + case 48: break; case 17: { return new Symbol(sym.REM); } - case 46: break; + case 49: break; case 11: { yybegin(commentstyle1); } - case 47: break; + case 50: break; case 13: { return new Symbol(sym.EQ); } - case 48: break; + case 51: break; case 7: { /* nothing */ } - case 49: break; + case 52: break; case 24: { return new Symbol(sym.INSTS); } - case 50: break; + case 53: break; case 23: { return new Symbol(sym.DEFS); } - case 51: break; + case 54: break; case 10: { return new Symbol(sym.STR, new String(yytext())); } - case 52: break; + case 55: break; + case 25: + { return new Symbol(sym.IMPORT); + } + case 56: break; case 6: { return new Symbol(sym.CLOSEPAREN); } - case 53: break; + case 57: break; case 1: { } - case 54: break; + case 58: break; default: if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; diff --git a/compling.core/source/compling/context/Yylex.java~ b/compling.core/source/compling/context/Yylex.java~ index ddcba11..887b523 100644 --- a/compling.core/source/compling/context/Yylex.java~ +++ b/compling.core/source/compling/context/Yylex.java~ @@ -1,815 +1,895 @@ -/* The following code was generated by JFlex 1.4.3 on 6/4/09 10:24 AM */ +/* The following code was generated by JFlex 1.4.3 on 3/24/15 2:30 PM */ package compling.context; import java_cup.runtime.Symbol; - import compling.grammar.ecg.ecgreader.Location; + /** - * This class is a scanner generated by JFlex 1.4.3 on 6/4/09 10:24 AM from the - * specification file MiniOntology.lex + * This class is a scanner generated by + * JFlex 1.4.3 + * on 3/24/15 2:30 PM from the specification file + * MiniOntology.lex */ public class Yylex implements java_cup.runtime.Scanner { - /** This character denotes the end of file */ - public static final int YYEOF = -1; - - /** initial size of the lookahead buffer */ - private static final int ZZ_BUFFERSIZE = 16384; - - /** lexical states */ - public static final int commentstyle2 = 4; - public static final int YYINITIAL = 0; - public static final int commentstyle1 = 2; - - /** - * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l ZZ_LEXSTATE[l+1] is the state in the DFA for the - * lexical state l at the beginning of a line l is of the form l = 2*k, k a non negative integer - */ - private static final int ZZ_LEXSTATE[] = { 0, 0, 1, 1, 2, 2 }; - - /** - * Translates characters to character classes - */ - private static final String ZZ_CMAP_PACKED = "\10\0\1\1\1\43\1\5\1\0\1\42\1\4\22\0\1\43\1\0" - + "\1\3\5\0\1\12\1\13\1\7\2\0\1\11\1\0\1\6\12\11" + "\1\32\6\0\1\26\1\16\1\21\1\30\1\17\1\31\1\41\1\10" - + "\1\24\1\10\1\40\1\27\1\35\1\23\1\37\1\34\1\36\1\22" + "\1\14\1\20\1\15\1\25\2\10\1\33\1\10\1\0\1\2\2\0" - + "\1\10\1\0\1\26\1\16\1\21\1\30\1\17\1\31\1\41\1\10" + "\1\24\1\10\1\40\1\27\1\35\1\23\1\37\1\34\1\36\1\22" - + "\1\14\1\20\1\15\1\25\2\10\1\33\1\10\57\0\1\10\12\0" - + "\1\10\4\0\1\10\5\0\27\10\1\0\37\10\1\0\u013f\10\31\0" - + "\162\10\4\0\14\10\16\0\5\10\11\0\1\10\213\0\1\10\13\0" + "\1\10\1\0\3\10\1\0\1\10\1\0\24\10\1\0\54\10\1\0" - + "\46\10\1\0\5\10\4\0\202\10\10\0\105\10\1\0\46\10\2\0" - + "\2\10\6\0\20\10\41\0\46\10\2\0\1\10\7\0\47\10\110\0" - + "\33\10\5\0\3\10\56\0\32\10\5\0\13\10\25\0\12\11\4\0" + "\2\10\1\0\143\10\1\0\1\10\17\0\2\10\7\0\2\10\12\11" - + "\3\10\2\0\1\10\20\0\1\10\1\0\36\10\35\0\3\10\60\0" - + "\46\10\13\0\1\10\u0152\0\66\10\3\0\1\10\22\0\1\10\7\0" - + "\12\10\4\0\12\11\25\0\10\10\2\0\2\10\2\0\26\10\1\0" + "\7\10\1\0\1\10\3\0\4\10\3\0\1\10\36\0\2\10\1\0" - + "\3\10\4\0\12\11\2\10\23\0\6\10\4\0\2\10\2\0\26\10" + "\1\0\7\10\1\0\2\10\1\0\2\10\1\0\2\10\37\0\4\10" - + "\1\0\1\10\7\0\12\11\2\0\3\10\20\0\11\10\1\0\3\10" + "\1\0\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10" - + "\22\0\1\10\17\0\2\10\4\0\12\11\25\0\10\10\2\0\2\10" + "\2\0\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10" - + "\36\0\2\10\1\0\3\10\4\0\12\11\1\0\1\10\21\0\1\10" + "\1\0\6\10\3\0\3\10\1\0\4\10\3\0\2\10\1\0\1\10" - + "\1\0\2\10\3\0\2\10\3\0\3\10\3\0\10\10\1\0\3\10" + "\55\0\11\11\25\0\10\10\1\0\3\10\1\0\27\10\1\0\12\10" - + "\1\0\5\10\46\0\2\10\4\0\12\11\25\0\10\10\1\0\3\10" + "\1\0\27\10\1\0\12\10\1\0\5\10\3\0\1\10\40\0\1\10" - + "\1\0\2\10\4\0\12\11\25\0\10\10\1\0\3\10\1\0\27\10" + "\1\0\20\10\46\0\2\10\4\0\12\11\25\0\22\10\3\0\30\10" - + "\1\0\11\10\1\0\1\10\2\0\7\10\72\0\60\10\1\0\2\10" + "\14\0\7\10\11\0\12\11\47\0\2\10\1\0\1\10\2\0\2\10" - + "\1\0\1\10\2\0\1\10\6\0\4\10\1\0\7\10\1\0\3\10" + "\1\0\1\10\1\0\1\10\2\0\2\10\1\0\4\10\1\0\2\10" - + "\11\0\1\10\2\0\5\10\1\0\1\10\11\0\12\11\2\0\2\10" + "\42\0\1\10\37\0\12\11\26\0\10\10\1\0\42\10\35\0\4\10" - + "\164\0\42\10\1\0\5\10\1\0\2\10\25\0\12\11\6\0\6\10" - + "\112\0\46\10\12\0\51\10\7\0\132\10\5\0\104\10\5\0\122\10" - + "\6\0\7\10\1\0\77\10\1\0\1\10\1\0\4\10\2\0\7\10" + "\1\0\1\10\1\0\4\10\2\0\47\10\1\0\1\10\1\0\4\10" - + "\2\0\37\10\1\0\1\10\1\0\4\10\2\0\7\10\1\0\1\10" + "\1\0\4\10\2\0\7\10\1\0\7\10\1\0\27\10\1\0\37\10" - + "\1\0\1\10\1\0\4\10\2\0\7\10\1\0\47\10\1\0\23\10" - + "\16\0\11\11\56\0\125\10\14\0\u026c\10\2\0\10\10\12\0\32\10" - + "\5\0\113\10\25\0\15\10\1\0\4\10\16\0\22\10\16\0\22\10" - + "\16\0\15\10\1\0\3\10\17\0\64\10\43\0\1\10\4\0\1\10" - + "\3\0\12\11\46\0\12\11\6\0\130\10\10\0\51\10\127\0\35\10" - + "\51\0\12\11\36\10\2\0\5\10\u038b\0\154\10\224\0\234\10\4\0" - + "\132\10\6\0\26\10\2\0\6\10\2\0\46\10\2\0\6\10\2\0" + "\10\10\1\0\1\10\1\0\1\10\1\0\1\10\1\0\37\10\2\0" - + "\65\10\1\0\7\10\1\0\1\10\3\0\3\10\1\0\7\10\3\0" + "\4\10\2\0\6\10\4\0\15\10\5\0\3\10\1\0\7\10\164\0" - + "\1\10\15\0\1\10\202\0\1\10\4\0\1\10\2\0\12\10\1\0" + "\1\10\3\0\5\10\6\0\1\10\1\0\1\10\1\0\1\10\1\0" - + "\4\10\1\0\3\10\1\0\7\10\3\0\3\10\5\0\5\10\u0ebb\0" + "\2\10\52\0\5\10\5\0\2\10\4\0\126\10\6\0\3\10\1\0" - + "\132\10\1\0\4\10\5\0\50\10\4\0\136\10\21\0\30\10\70\0" - + "\20\10\u0200\0\u19b6\10\112\0\u51a6\10\132\0\u048d\10\u0773\0\u2ba4\10\u215c\0" - + "\u012e\10\2\0\73\10\225\0\7\10\14\0\5\10\5\0\1\10\1\0" + "\12\10\1\0\15\10\1\0\5\10\1\0\1\10\1\0\2\10\1\0" - + "\2\10\1\0\154\10\41\0\u016b\10\22\0\100\10\2\0\66\10\50\0" - + "\14\10\164\0\5\10\1\0\207\10\23\0\12\11\7\0\32\10\6\0" - + "\32\10\13\0\131\10\3\0\6\10\2\0\6\10\2\0\6\10\2\0" + "\3\10\43\0"; - - /** - * Translates characters to character classes - */ - private static final char[] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED); - - /** - * Translates DFA states to action switch labels. - */ - private static final int[] ZZ_ACTION = zzUnpackAction(); - - private static final String ZZ_ACTION_PACKED_0 = "\2\0\1\1\2\2\2\3\1\2\1\4\1\5\1\6" - + "\11\4\1\1\1\7\2\10\1\1\2\11\2\0\1\12" + "\1\13\1\14\2\4\1\15\10\4\2\0\1\1\1\16" - + "\1\1\1\0\1\12\1\0\1\17\2\4\1\20\1\21" + "\2\4\1\22\1\4\1\23\1\24\2\4\1\25\1\4" - + "\1\26\5\4\1\27\3\4\1\30\14\4\1\31\1\4" + "\1\32\6\4\1\33"; - - private static int[] zzUnpackAction() { - int[] result = new int[99]; - int offset = 0; - offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackAction(String packed, int offset, int[] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - do - result[j++] = value; - while (--count > 0); - } - return j; - } - - /** - * Translates a state to a row index in the transition table - */ - private static final int[] ZZ_ROWMAP = zzUnpackRowMap(); - - private static final String ZZ_ROWMAP_PACKED_0 = "\0\0\0\44\0\110\0\154\0\220\0\264\0\154\0\330" - + "\0\374\0\154\0\154\0\u0120\0\u0144\0\u0168\0\u018c\0\u01b0" - + "\0\u01d4\0\u01f8\0\u021c\0\u0240\0\154\0\154\0\u0264\0\154" - + "\0\u0288\0\u02ac\0\u02d0\0\220\0\u02f4\0\154\0\154\0\154" - + "\0\u0318\0\u033c\0\374\0\u0360\0\u0384\0\u03a8\0\u03cc\0\u03f0" - + "\0\u0414\0\u0438\0\u045c\0\u02ac\0\u0480\0\u04a4\0\154\0\u04c8" - + "\0\u04ec\0\220\0\u0510\0\374\0\u0534\0\u0558\0\374\0\374" - + "\0\u057c\0\u05a0\0\374\0\u05c4\0\374\0\374\0\u05e8\0\u060c" - + "\0\374\0\u0630\0\u0654\0\u0678\0\u069c\0\u06c0\0\u06e4\0\u0708" - + "\0\154\0\u072c\0\u0750\0\u0774\0\154\0\u0798\0\u07bc\0\u07e0" - + "\0\u0804\0\u0828\0\u084c\0\u0870\0\u0894\0\u08b8\0\u08dc\0\u0900" - + "\0\u0924\0\374\0\u0948\0\374\0\u096c\0\u0990\0\u09b4\0\u09d8" + "\0\u09fc\0\u0a20\0\374"; - - private static int[] zzUnpackRowMap() { - int[] result = new int[99]; - int offset = 0; - offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackRowMap(String packed, int offset, int[] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int high = packed.charAt(i++) << 16; - result[j++] = high | packed.charAt(i++); - } - return j; - } - - /** - * The transition table of the DFA - */ - private static final int[] ZZ_TRANS = zzUnpackTrans(); - - private static final String ZZ_TRANS_PACKED_0 = "\3\4\1\5\1\6\1\7\1\10\1\4\1\11\1\4" - + "\1\12\1\13\1\14\2\11\1\15\1\16\1\11\1\17" + "\1\20\1\21\3\11\1\22\1\23\1\4\1\11\1\24" - + "\5\11\2\25\4\26\1\27\1\30\36\26\4\31\1\6" + "\1\7\1\32\1\33\34\31\44\0\2\34\1\35\1\36" - + "\2\0\36\34\5\0\1\7\44\0\1\37\1\40\44\0" + "\2\11\2\0\16\11\1\0\7\11\12\0\2\11\2\0" - + "\1\11\1\41\1\11\1\42\12\11\1\0\7\11\12\0" + "\2\11\2\0\16\11\1\0\3\11\1\43\3\11\12\0" - + "\2\11\2\0\16\11\1\0\1\44\6\11\12\0\2\11" + "\2\0\3\11\1\45\12\11\1\0\7\11\12\0\2\11" - + "\2\0\16\11\1\0\4\11\1\46\2\11\12\0\2\11" + "\2\0\7\11\1\47\6\11\1\0\7\11\12\0\2\11" - + "\2\0\3\11\1\50\12\11\1\0\7\11\12\0\2\11" + "\2\0\1\11\1\51\6\11\1\52\5\11\1\0\7\11" - + "\12\0\2\11\2\0\3\11\1\53\12\11\1\0\7\11" + "\7\0\1\30\36\0\4\31\2\0\1\54\1\55\40\31" - + "\2\0\1\56\1\0\40\31\2\0\1\57\1\60\34\31" + "\1\34\1\61\1\35\1\62\1\0\1\63\35\34\1\61" - + "\10\0\2\11\2\0\2\11\1\64\13\11\1\0\7\11" + "\12\0\2\11\2\0\4\11\1\65\11\11\1\0\7\11" - + "\12\0\2\11\2\0\16\11\1\0\1\11\1\66\5\11" + "\12\0\2\11\2\0\13\11\1\67\2\11\1\0\2\11" - + "\1\70\4\11\12\0\2\11\2\0\7\11\1\71\6\11" + "\1\0\7\11\12\0\2\11\2\0\1\72\13\11\1\73" - + "\1\11\1\0\7\11\12\0\2\11\2\0\15\11\1\74" + "\1\0\7\11\12\0\2\11\2\0\7\11\1\75\6\11" - + "\1\0\7\11\12\0\2\11\2\0\13\11\1\76\2\11" + "\1\0\7\11\12\0\2\11\2\0\6\11\1\77\7\11" - + "\1\0\7\11\2\0\4\31\3\0\1\60\40\31\2\0" + "\1\56\1\55\40\31\2\0\1\54\1\60\34\31\1\34" - + "\1\61\1\35\1\36\1\0\1\63\35\34\1\61\1\0" + "\1\63\1\34\2\0\1\63\35\0\1\63\10\0\2\11" - + "\2\0\5\11\1\100\10\11\1\0\7\11\12\0\2\11" + "\2\0\3\11\1\101\12\11\1\0\7\11\12\0\2\11" - + "\2\0\2\11\1\102\13\11\1\0\7\11\12\0\2\11" + "\2\0\4\11\1\103\11\11\1\0\7\11\12\0\2\11" - + "\2\0\1\104\15\11\1\0\7\11\12\0\2\11\2\0" + "\1\105\15\11\1\0\7\11\12\0\2\11\2\0\1\11" - + "\1\106\14\11\1\0\7\11\12\0\2\11\2\0\13\11" + "\1\107\2\11\1\0\7\11\12\0\2\11\2\0\1\110" - + "\15\11\1\0\7\11\12\0\2\11\2\0\16\11\1\111" + "\7\11\12\0\2\11\2\0\10\11\1\112\5\11\1\0" - + "\7\11\12\0\2\11\2\0\6\11\1\113\7\11\1\0" + "\7\11\12\0\2\11\2\0\16\11\1\0\4\11\1\114" - + "\2\11\12\0\2\11\2\0\16\11\1\115\7\11\12\0" + "\2\11\2\0\1\116\15\11\1\0\7\11\12\0\2\11" - + "\2\0\6\11\1\117\7\11\1\0\7\11\12\0\2\11" + "\2\0\5\11\1\120\10\11\1\0\7\11\12\0\2\11" - + "\2\0\4\11\1\121\11\11\1\0\7\11\12\0\2\11" + "\2\0\3\11\1\122\12\11\1\0\7\11\12\0\2\11" - + "\2\0\16\11\1\0\5\11\1\123\1\11\12\0\2\11" + "\2\0\3\11\1\124\12\11\1\0\7\11\12\0\2\11" - + "\2\0\7\11\1\125\6\11\1\0\7\11\12\0\2\11" + "\2\0\10\11\1\126\5\11\1\0\7\11\12\0\2\11" - + "\2\0\7\11\1\127\6\11\1\0\7\11\12\0\2\11" + "\2\0\4\11\1\130\11\11\1\0\7\11\12\0\2\11" - + "\2\0\7\11\1\131\6\11\1\0\7\11\12\0\2\11" + "\2\0\4\11\1\132\11\11\1\0\7\11\12\0\2\11" - + "\2\0\10\11\1\133\5\11\1\0\7\11\12\0\2\11" + "\2\0\16\11\1\0\6\11\1\134\12\0\2\11\2\0" - + "\7\11\1\135\6\11\1\0\7\11\12\0\2\11\2\0" + "\4\11\1\136\11\11\1\0\7\11\12\0\2\11\2\0" - + "\3\11\1\137\12\11\1\0\7\11\12\0\2\11\2\0" + "\6\11\1\140\7\11\1\0\7\11\12\0\2\11\2\0" - + "\11\11\1\141\4\11\1\0\7\11\12\0\2\11\2\0" + "\12\11\1\142\3\11\1\0\7\11\12\0\2\11\2\0" - + "\13\11\1\143\2\11\1\0\7\11\2\0"; - - private static int[] zzUnpackTrans() { - int[] result = new int[2628]; - int offset = 0; - offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackTrans(String packed, int offset, int[] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - value--; - do - result[j++] = value; - while (--count > 0); - } - return j; - } - - /* error codes */ - private static final int ZZ_UNKNOWN_ERROR = 0; - private static final int ZZ_NO_MATCH = 1; - private static final int ZZ_PUSHBACK_2BIG = 2; - - /* error messages for the codes above */ - private static final String ZZ_ERROR_MSG[] = { "Unkown internal scanner error", "Error: could not match input", - "Error: pushback value was too large" }; - - /** - * ZZ_ATTRIBUTE[aState] contains the attributes of state aState - */ - private static final int[] ZZ_ATTRIBUTE = zzUnpackAttribute(); - - private static final String ZZ_ATTRIBUTE_PACKED_0 = "\2\0\1\1\1\11\2\1\1\11\2\1\2\11\11\1" - + "\2\11\1\1\1\11\3\1\2\0\3\11\13\1\2\0" + "\1\1\1\11\1\1\1\0\1\1\1\0\25\1\1\11" + "\3\1\1\11\26\1"; - - private static int[] zzUnpackAttribute() { - int[] result = new int[99]; - int offset = 0; - offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackAttribute(String packed, int offset, int[] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - do - result[j++] = value; - while (--count > 0); - } - return j; - } - - /** the input device */ - private java.io.Reader zzReader; - - /** the current state of the DFA */ - private int zzState; - - /** the current lexical state */ - private int zzLexicalState = YYINITIAL; - - /** - * this buffer contains the current text to be matched and is the source of the yytext() string - */ - private char zzBuffer[] = new char[ZZ_BUFFERSIZE]; - - /** the textposition at the last accepting state */ - private int zzMarkedPos; - - /** the current text position in the buffer */ - private int zzCurrentPos; - - /** startRead marks the beginning of the yytext() string in the buffer */ - private int zzStartRead; - - /** - * endRead marks the last character in the buffer, that has been read from input - */ - private int zzEndRead; - - /** number of newlines encountered up to the start of the matched text */ - private int yyline; - - /** the number of characters up to the start of the matched text */ - private int yychar; - - /** - * the number of characters from the last newline up to the start of the matched text - */ - private int yycolumn; - - /** - * zzAtBOL == true <=> the scanner is currently at the beginning of a line - */ - private boolean zzAtBOL = true; - - /** zzAtEOF == true <=> the scanner is at the EOF */ - private boolean zzAtEOF; - - /** denotes if the user-EOF-code has already been executed */ - private boolean zzEOFDone; - - /* user code: */ - protected int lineNum; - - public int getLineNumber() { - return 1 + lineNum; /* zero-based */ - } - - public Location getLocation() { - return new Location(yytext(), file, getLineNumber(), yychar); - } - - public String getMatchedText() { - return yytext(); - } - - public String file = "unknown file"; - - /** - * Creates a new scanner There is also a java.io.InputStream version of this constructor. - * - * @param in - * the java.io.Reader to read input from. - */ - public Yylex(java.io.Reader in) { - this.zzReader = in; - } - - /** - * Creates a new scanner. There is also java.io.Reader version of this constructor. - * - * @param in - * the java.io.Inputstream to read input from. - */ - public Yylex(java.io.InputStream in) { - this(new java.io.InputStreamReader(in)); - } - - /** - * Unpacks the compressed character translation table. - * - * @param packed - * the packed character translation table - * @return the unpacked character translation table - */ - private static char[] zzUnpackCMap(String packed) { - char[] map = new char[0x10000]; - int i = 0; /* index in packed string */ - int j = 0; /* index in unpacked array */ - while (i < 1324) { - int count = packed.charAt(i++); - char value = packed.charAt(i++); - do - map[j++] = value; - while (--count > 0); - } - return map; - } - - /** - * Refills the input buffer. - * - * @return false, iff there was new input. - * - * @exception java.io.IOException - * if any I/O-Error occurs - */ - private boolean zzRefill() throws java.io.IOException { - - /* first: make room (if you can) */ - if (zzStartRead > 0) { - System.arraycopy(zzBuffer, zzStartRead, zzBuffer, 0, zzEndRead - zzStartRead); - - /* translate stored positions */ - zzEndRead -= zzStartRead; - zzCurrentPos -= zzStartRead; - zzMarkedPos -= zzStartRead; - zzStartRead = 0; - } - - /* is the buffer big enough? */ - if (zzCurrentPos >= zzBuffer.length) { - /* if not: blow it up */ - char newBuffer[] = new char[zzCurrentPos * 2]; - System.arraycopy(zzBuffer, 0, newBuffer, 0, zzBuffer.length); - zzBuffer = newBuffer; - } - - /* finally: fill the buffer with new input */ - int numRead = zzReader.read(zzBuffer, zzEndRead, zzBuffer.length - zzEndRead); - - if (numRead > 0) { - zzEndRead += numRead; - return false; - } - // unlikely but not impossible: read 0 characters, but not at end of stream - if (numRead == 0) { - int c = zzReader.read(); - if (c == -1) { - return true; - } - else { - zzBuffer[zzEndRead++] = (char) c; - return false; - } - } - - // numRead < 0 - return true; - } - - /** - * Closes the input stream. - */ - public final void yyclose() throws java.io.IOException { - zzAtEOF = true; /* indicate end of file */ - zzEndRead = zzStartRead; /* invalidate buffer */ - - if (zzReader != null) - zzReader.close(); - } - - /** - * Resets the scanner to read from a new input stream. Does not close the old reader. - * - * All internal variables are reset, the old input stream cannot be reused (internal buffer is discarded and - * lost). Lexical state is set to ZZ_INITIAL. - * - * @param reader - * the new input stream - */ - public final void yyreset(java.io.Reader reader) { - zzReader = reader; - zzAtBOL = true; - zzAtEOF = false; - zzEOFDone = false; - zzEndRead = zzStartRead = 0; - zzCurrentPos = zzMarkedPos = 0; - yyline = yychar = yycolumn = 0; - zzLexicalState = YYINITIAL; - } - - /** - * Returns the current lexical state. - */ - public final int yystate() { - return zzLexicalState; - } - - /** - * Enters a new lexical state - * - * @param newState - * the new lexical state - */ - public final void yybegin(int newState) { - zzLexicalState = newState; - } - - /** - * Returns the text matched by the current regular expression. - */ - public final String yytext() { - return new String(zzBuffer, zzStartRead, zzMarkedPos - zzStartRead); - } - - /** - * Returns the character at position pos from the matched text. - * - * It is equivalent to yytext().charAt(pos), but faster - * - * @param pos - * the position of the character to fetch. A value from 0 to yylength()-1. - * - * @return the character at position pos - */ - public final char yycharat(int pos) { - return zzBuffer[zzStartRead + pos]; - } - - /** - * Returns the length of the matched text region. - */ - public final int yylength() { - return zzMarkedPos - zzStartRead; - } - - /** - * Reports an error that occured while scanning. - * - * In a wellformed scanner (no or only correct usage of yypushback(int) and a match-all fallback rule) this method - * will only be called with things that "Can't Possibly Happen". If this method is called, something is seriously - * wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * - * Usual syntax/scanner level error handling should be done in error fallback rules. - * - * @param errorCode - * the code of the errormessage to display - */ - private void zzScanError(int errorCode) { - String message; - try { - message = ZZ_ERROR_MSG[errorCode]; - } - catch (ArrayIndexOutOfBoundsException e) { - message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; - } - - throw new Error(message); - } - - /** - * Pushes the specified amount of characters back into the input stream. - * - * They will be read again by then next call of the scanning method - * - * @param number - * the number of characters to be read again. This number must not be greater than yylength()! - */ - public void yypushback(int number) { - if (number > yylength()) - zzScanError(ZZ_PUSHBACK_2BIG); - - zzMarkedPos -= number; - } - - /** - * Contains user EOF-code, which will be executed exactly once, when the end of file is reached - */ - private void zzDoEOF() throws java.io.IOException { - if (!zzEOFDone) { - zzEOFDone = true; - yyclose(); - } - } - - /** - * Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error - * occurs. - * - * @return the next token - * @exception java.io.IOException - * if any I/O-Error occurs - */ - public java_cup.runtime.Symbol next_token() throws java.io.IOException { - int zzInput; - int zzAction; - - // cached fields: - int zzCurrentPosL; - int zzMarkedPosL; - int zzEndReadL = zzEndRead; - char[] zzBufferL = zzBuffer; - char[] zzCMapL = ZZ_CMAP; - - int[] zzTransL = ZZ_TRANS; - int[] zzRowMapL = ZZ_ROWMAP; - int[] zzAttrL = ZZ_ATTRIBUTE; - - while (true) { - zzMarkedPosL = zzMarkedPos; - - yychar += zzMarkedPosL - zzStartRead; - - boolean zzR = false; - for (zzCurrentPosL = zzStartRead; zzCurrentPosL < zzMarkedPosL; zzCurrentPosL++) { - switch (zzBufferL[zzCurrentPosL]) { - case '\u000B': - case '\u000C': - case '\u0085': - case '\u2028': - case '\u2029': - yyline++; - zzR = false; - break; - case '\r': - yyline++; - zzR = true; - break; - case '\n': - if (zzR) - zzR = false; - else { - yyline++; - } - break; - default: - zzR = false; - } - } - - if (zzR) { - // peek one character ahead if it is \n (if we have counted one line too much) - boolean zzPeek; - if (zzMarkedPosL < zzEndReadL) - zzPeek = zzBufferL[zzMarkedPosL] == '\n'; - else if (zzAtEOF) - zzPeek = false; - else { - boolean eof = zzRefill(); - zzEndReadL = zzEndRead; - zzMarkedPosL = zzMarkedPos; - zzBufferL = zzBuffer; - if (eof) - zzPeek = false; - else - zzPeek = zzBufferL[zzMarkedPosL] == '\n'; - } - if (zzPeek) - yyline--; - } - zzAction = -1; - - zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; - - zzState = ZZ_LEXSTATE[zzLexicalState]; - - zzForAction: { - while (true) { - - if (zzCurrentPosL < zzEndReadL) - zzInput = zzBufferL[zzCurrentPosL++]; - else if (zzAtEOF) { - zzInput = YYEOF; - break zzForAction; - } - else { - // store back cached positions - zzCurrentPos = zzCurrentPosL; - zzMarkedPos = zzMarkedPosL; - boolean eof = zzRefill(); - // get translated positions and possibly new buffer - zzCurrentPosL = zzCurrentPos; - zzMarkedPosL = zzMarkedPos; - zzBufferL = zzBuffer; - zzEndReadL = zzEndRead; - if (eof) { - zzInput = YYEOF; - break zzForAction; - } - else { - zzInput = zzBufferL[zzCurrentPosL++]; - } - } - int zzNext = zzTransL[zzRowMapL[zzState] + zzCMapL[zzInput]]; - if (zzNext == -1) - break zzForAction; - zzState = zzNext; - - int zzAttributes = zzAttrL[zzState]; - if ((zzAttributes & 1) == 1) { - zzAction = zzState; - zzMarkedPosL = zzCurrentPosL; - if ((zzAttributes & 8) == 8) - break zzForAction; - } - - } - } - - // store back cached position - zzMarkedPos = zzMarkedPosL; - - switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { - case 4: { - return new Symbol(sym.IDENTIFIER, 1 + lineNum, yychar, yytext()); - } - case 28: - break; - case 16: { - return new Symbol(sym.REL); - } - case 29: - break; - case 8: { - ++lineNum; - yybegin(YYINITIAL); - } - case 30: - break; - case 19: { - return new Symbol(sym.FUN); - } - case 31: - break; - case 12: { - yybegin(commentstyle2); - } - case 32: - break; - case 14: { - yybegin(YYINITIAL); - } - case 33: - break; - case 27: { - return new Symbol(sym.CURRENTINTERVAL); - } - case 34: - break; - case 20: { - return new Symbol(sym.FIL); - } - case 35: - break; - case 9: { - System.out.println("ERROR In file " + file + ": Unclosed comment"); - } - case 36: - break; - case 25: { - return new Symbol(sym.PERSISTENT); - } - case 37: - break; - case 3: { - ++lineNum; - } - case 38: - break; - case 21: { - return new Symbol(sym.TYPE); - } - case 39: - break; - case 18: { - return new Symbol(sym.IND); - } - case 40: - break; - case 22: { - return new Symbol(sym.INST); - } - case 41: - break; - case 15: { - return new Symbol(sym.SUB); - } - case 42: - break; - case 2: { - System.err.printf("ERROR in file %s: unknown character '%s' at line %d\n", file, yytext(), lineNum + 1); - Thread.dumpStack(); - } - case 43: - break; - case 5: { - return new Symbol(sym.OPENPAREN); - } - case 44: - break; - case 26: { - return new Symbol(sym.NONBLOCKING); - } - case 45: - break; - case 17: { - return new Symbol(sym.REM); - } - case 46: - break; - case 11: { - yybegin(commentstyle1); - } - case 47: - break; - case 13: { - return new Symbol(sym.EQ); - } - case 48: - break; - case 7: { /* nothing */ - } - case 49: - break; - case 24: { - return new Symbol(sym.INSTS); - } - case 50: - break; - case 23: { - return new Symbol(sym.DEFS); - } - case 51: - break; - case 10: { - return new Symbol(sym.STR, new String(yytext())); - } - case 52: - break; - case 6: { - return new Symbol(sym.CLOSEPAREN); - } - case 53: - break; - case 1: { - } - case 54: - break; - default: - if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { - zzAtEOF = true; - zzDoEOF(); - { - return new java_cup.runtime.Symbol(sym.EOF); - } - } - else { - zzScanError(ZZ_NO_MATCH); - } - } - } - } + /** This character denotes the end of file */ + public static final int YYEOF = -1; + + /** initial size of the lookahead buffer */ + private static final int ZZ_BUFFERSIZE = 16384; + + /** lexical states */ + public static final int commentstyle2 = 4; + public static final int YYINITIAL = 0; + public static final int commentstyle1 = 2; + + /** + * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l + * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l + * at the beginning of a line + * l is of the form l = 2*k, k a non negative integer + */ + private static final int ZZ_LEXSTATE[] = { + 0, 0, 1, 1, 2, 2 + }; + + /** + * Translates characters to character classes + */ + private static final String ZZ_CMAP_PACKED = + "\10\0\1\1\1\43\1\5\1\0\1\42\1\4\22\0\1\43\1\0"+ + "\1\3\5\0\1\12\1\13\1\7\2\0\1\11\1\0\1\6\12\11"+ + "\1\32\6\0\1\26\1\16\1\21\1\30\1\17\1\31\1\37\1\10"+ + "\1\24\1\10\1\36\1\27\1\35\1\23\1\41\1\34\1\40\1\22"+ + "\1\14\1\20\1\15\1\25\2\10\1\33\1\10\1\0\1\2\2\0"+ + "\1\10\1\0\1\26\1\16\1\21\1\30\1\17\1\31\1\37\1\10"+ + "\1\24\1\10\1\36\1\27\1\35\1\23\1\41\1\34\1\40\1\22"+ + "\1\14\1\20\1\15\1\25\2\10\1\33\1\10\57\0\1\10\12\0"+ + "\1\10\4\0\1\10\5\0\27\10\1\0\37\10\1\0\u01ca\10\4\0"+ + "\14\10\16\0\5\10\7\0\1\10\1\0\1\10\201\0\5\10\1\0"+ + "\2\10\2\0\4\10\10\0\1\10\1\0\3\10\1\0\1\10\1\0"+ + "\24\10\1\0\123\10\1\0\213\10\10\0\236\10\11\0\46\10\2\0"+ + "\1\10\7\0\47\10\110\0\33\10\5\0\3\10\55\0\53\10\25\0"+ + "\12\11\4\0\2\10\1\0\143\10\1\0\1\10\17\0\2\10\7\0"+ + "\2\10\12\11\3\10\2\0\1\10\20\0\1\10\1\0\36\10\35\0"+ + "\131\10\13\0\1\10\16\0\12\11\41\10\11\0\2\10\4\0\1\10"+ + "\5\0\26\10\4\0\1\10\11\0\1\10\3\0\1\10\27\0\31\10"+ + "\253\0\66\10\3\0\1\10\22\0\1\10\7\0\12\10\4\0\12\11"+ + "\1\0\7\10\1\0\7\10\5\0\10\10\2\0\2\10\2\0\26\10"+ + "\1\0\7\10\1\0\1\10\3\0\4\10\3\0\1\10\20\0\1\10"+ + "\15\0\2\10\1\0\3\10\4\0\12\11\2\10\23\0\6\10\4\0"+ + "\2\10\2\0\26\10\1\0\7\10\1\0\2\10\1\0\2\10\1\0"+ + "\2\10\37\0\4\10\1\0\1\10\7\0\12\11\2\0\3\10\20\0"+ + "\11\10\1\0\3\10\1\0\26\10\1\0\7\10\1\0\2\10\1\0"+ + "\5\10\3\0\1\10\22\0\1\10\17\0\2\10\4\0\12\11\25\0"+ + "\10\10\2\0\2\10\2\0\26\10\1\0\7\10\1\0\2\10\1\0"+ + "\5\10\3\0\1\10\36\0\2\10\1\0\3\10\4\0\12\11\1\0"+ + "\1\10\21\0\1\10\1\0\6\10\3\0\3\10\1\0\4\10\3\0"+ + "\2\10\1\0\1\10\1\0\2\10\3\0\2\10\3\0\3\10\3\0"+ + "\14\10\26\0\1\10\25\0\12\11\25\0\10\10\1\0\3\10\1\0"+ + "\27\10\1\0\12\10\1\0\5\10\3\0\1\10\32\0\2\10\6\0"+ + "\2\10\4\0\12\11\25\0\10\10\1\0\3\10\1\0\27\10\1\0"+ + "\12\10\1\0\5\10\3\0\1\10\40\0\1\10\1\0\2\10\4\0"+ + "\12\11\1\0\2\10\22\0\10\10\1\0\3\10\1\0\51\10\2\0"+ + "\1\10\20\0\1\10\21\0\2\10\4\0\12\11\12\0\6\10\5\0"+ + "\22\10\3\0\30\10\1\0\11\10\1\0\1\10\2\0\7\10\72\0"+ + "\60\10\1\0\2\10\14\0\7\10\11\0\12\11\47\0\2\10\1\0"+ + "\1\10\2\0\2\10\1\0\1\10\2\0\1\10\6\0\4\10\1\0"+ + "\7\10\1\0\3\10\1\0\1\10\1\0\1\10\2\0\2\10\1\0"+ + "\4\10\1\0\2\10\11\0\1\10\2\0\5\10\1\0\1\10\11\0"+ + "\12\11\2\0\2\10\42\0\1\10\37\0\12\11\26\0\10\10\1\0"+ + "\44\10\33\0\5\10\163\0\53\10\24\0\1\10\12\11\6\0\6\10"+ + "\4\0\4\10\3\0\1\10\3\0\2\10\7\0\3\10\4\0\15\10"+ + "\14\0\1\10\1\0\12\11\6\0\46\10\12\0\53\10\1\0\1\10"+ + "\3\0\u0149\10\1\0\4\10\2\0\7\10\1\0\1\10\1\0\4\10"+ + "\2\0\51\10\1\0\4\10\2\0\41\10\1\0\4\10\2\0\7\10"+ + "\1\0\1\10\1\0\4\10\2\0\17\10\1\0\71\10\1\0\4\10"+ + "\2\0\103\10\45\0\20\10\20\0\125\10\14\0\u026c\10\2\0\21\10"+ + "\1\0\32\10\5\0\113\10\25\0\15\10\1\0\4\10\16\0\22\10"+ + "\16\0\22\10\16\0\15\10\1\0\3\10\17\0\64\10\43\0\1\10"+ + "\4\0\1\10\3\0\12\11\46\0\12\11\6\0\130\10\10\0\51\10"+ + "\1\0\1\10\5\0\106\10\12\0\35\10\51\0\12\11\36\10\2\0"+ + "\5\10\13\0\54\10\25\0\7\10\10\0\12\11\46\0\27\10\11\0"+ + "\65\10\53\0\12\11\6\0\12\11\15\0\1\10\135\0\57\10\21\0"+ + "\7\10\4\0\12\11\51\0\36\10\15\0\2\10\12\11\6\0\46\10"+ + "\32\0\44\10\34\0\12\11\3\0\3\10\12\11\44\10\153\0\4\10"+ + "\1\0\4\10\16\0\300\10\100\0\u0116\10\2\0\6\10\2\0\46\10"+ + "\2\0\6\10\2\0\10\10\1\0\1\10\1\0\1\10\1\0\1\10"+ + "\1\0\37\10\2\0\65\10\1\0\7\10\1\0\1\10\3\0\3\10"+ + "\1\0\7\10\3\0\4\10\2\0\6\10\4\0\15\10\5\0\3\10"+ + "\1\0\7\10\164\0\1\10\15\0\1\10\20\0\15\10\145\0\1\10"+ + "\4\0\1\10\2\0\12\10\1\0\1\10\3\0\5\10\6\0\1\10"+ + "\1\0\1\10\1\0\1\10\1\0\4\10\1\0\13\10\2\0\4\10"+ + "\5\0\5\10\4\0\1\10\64\0\2\10\u0a7b\0\57\10\1\0\57\10"+ + "\1\0\205\10\6\0\4\10\21\0\46\10\12\0\66\10\11\0\1\10"+ + "\20\0\27\10\11\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10"+ + "\1\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10\120\0\1\10"+ + "\u01d5\0\2\10\52\0\5\10\5\0\2\10\4\0\126\10\6\0\3\10"+ + "\1\0\132\10\1\0\4\10\5\0\51\10\3\0\136\10\21\0\33\10"+ + "\65\0\20\10\u0200\0\u19b6\10\112\0\u51cc\10\64\0\u048d\10\103\0\56\10"+ + "\2\0\u010d\10\3\0\20\10\12\11\2\10\24\0\57\10\20\0\31\10"+ + "\10\0\106\10\61\0\11\10\2\0\147\10\2\0\4\10\1\0\2\10"+ + "\16\0\12\10\120\0\10\10\1\0\3\10\1\0\4\10\1\0\27\10"+ + "\35\0\64\10\16\0\62\10\34\0\12\11\30\0\6\10\3\0\1\10"+ + "\4\0\12\11\34\10\12\0\27\10\31\0\35\10\7\0\57\10\34\0"+ + "\1\10\12\11\46\0\51\10\27\0\3\10\1\0\10\10\4\0\12\11"+ + "\6\0\27\10\3\0\1\10\5\0\60\10\1\0\1\10\3\0\2\10"+ + "\2\0\5\10\2\0\1\10\1\0\1\10\30\0\3\10\43\0\6\10"+ + "\2\0\6\10\2\0\6\10\11\0\7\10\1\0\7\10\221\0\43\10"+ + "\15\0\12\11\6\0\u2ba4\10\14\0\27\10\4\0\61\10\u2104\0\u012e\10"+ + "\2\0\76\10\2\0\152\10\46\0\7\10\14\0\5\10\5\0\1\10"+ + "\1\0\12\10\1\0\15\10\1\0\5\10\1\0\1\10\1\0\2\10"+ + "\1\0\2\10\1\0\154\10\41\0\u016b\10\22\0\100\10\2\0\66\10"+ + "\50\0\14\10\164\0\5\10\1\0\207\10\23\0\12\11\7\0\32\10"+ + "\6\0\32\10\13\0\131\10\3\0\6\10\2\0\6\10\2\0\6\10"+ + "\2\0\3\10\43\0"; + + /** + * Translates characters to character classes + */ + private static final char [] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED); + + /** + * Translates DFA states to action switch labels. + */ + private static final int [] ZZ_ACTION = zzUnpackAction(); + + private static final String ZZ_ACTION_PACKED_0 = + "\2\0\1\1\2\2\2\3\1\2\1\4\1\5\1\6"+ + "\11\4\1\1\1\7\2\10\1\1\2\11\2\0\1\12"+ + "\1\13\1\14\2\4\1\15\11\4\2\0\1\1\1\16"+ + "\1\1\1\0\1\12\1\0\1\17\2\4\1\20\1\21"+ + "\2\4\1\22\1\4\1\23\1\24\3\4\1\25\1\4"+ + "\1\26\6\4\1\27\4\4\1\30\5\4\1\31\10\4"+ + "\1\32\1\4\1\33\6\4\1\34"; + + private static int [] zzUnpackAction() { + int [] result = new int[105]; + int offset = 0; + offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); + return result; + } + + private static int zzUnpackAction(String packed, int offset, int [] result) { + int i = 0; /* index in packed string */ + int j = offset; /* index in unpacked array */ + int l = packed.length(); + while (i < l) { + int count = packed.charAt(i++); + int value = packed.charAt(i++); + do result[j++] = value; while (--count > 0); + } + return j; + } + + + /** + * Translates a state to a row index in the transition table + */ + private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); + + private static final String ZZ_ROWMAP_PACKED_0 = + "\0\0\0\44\0\110\0\154\0\220\0\264\0\154\0\330"+ + "\0\374\0\154\0\154\0\u0120\0\u0144\0\u0168\0\u018c\0\u01b0"+ + "\0\u01d4\0\u01f8\0\u021c\0\u0240\0\154\0\154\0\u0264\0\154"+ + "\0\u0288\0\u02ac\0\u02d0\0\220\0\u02f4\0\154\0\154\0\154"+ + "\0\u0318\0\u033c\0\374\0\u0360\0\u0384\0\u03a8\0\u03cc\0\u03f0"+ + "\0\u0414\0\u0438\0\u045c\0\u0480\0\u02ac\0\u04a4\0\u04c8\0\154"+ + "\0\u04ec\0\u0510\0\220\0\u0534\0\374\0\u0558\0\u057c\0\374"+ + "\0\374\0\u05a0\0\u05c4\0\374\0\u05e8\0\374\0\374\0\u060c"+ + "\0\u0630\0\u0654\0\374\0\u0678\0\u069c\0\u06c0\0\u06e4\0\u0708"+ + "\0\u072c\0\u0750\0\u0774\0\154\0\u0798\0\u07bc\0\u07e0\0\u0804"+ + "\0\154\0\u0828\0\u084c\0\u0870\0\u0894\0\u08b8\0\374\0\u08dc"+ + "\0\u0900\0\u0924\0\u0948\0\u096c\0\u0990\0\u09b4\0\u09d8\0\374"+ + "\0\u09fc\0\374\0\u0a20\0\u0a44\0\u0a68\0\u0a8c\0\u0ab0\0\u0ad4"+ + "\0\374"; + + private static int [] zzUnpackRowMap() { + int [] result = new int[105]; + int offset = 0; + offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); + return result; + } + + private static int zzUnpackRowMap(String packed, int offset, int [] result) { + int i = 0; /* index in packed string */ + int j = offset; /* index in unpacked array */ + int l = packed.length(); + while (i < l) { + int high = packed.charAt(i++) << 16; + result[j++] = high | packed.charAt(i++); + } + return j; + } + + /** + * The transition table of the DFA + */ + private static final int [] ZZ_TRANS = zzUnpackTrans(); + + private static final String ZZ_TRANS_PACKED_0 = + "\3\4\1\5\1\6\1\7\1\10\1\4\1\11\1\4"+ + "\1\12\1\13\1\14\2\11\1\15\1\16\1\11\1\17"+ + "\1\20\1\21\3\11\1\22\1\23\1\4\1\11\1\24"+ + "\5\11\2\25\4\26\1\27\1\30\36\26\4\31\1\6"+ + "\1\7\1\32\1\33\34\31\44\0\2\34\1\35\1\36"+ + "\2\0\36\34\5\0\1\7\44\0\1\37\1\40\44\0"+ + "\2\11\2\0\16\11\1\0\7\11\12\0\2\11\2\0"+ + "\1\11\1\41\1\11\1\42\12\11\1\0\7\11\12\0"+ + "\2\11\2\0\16\11\1\0\5\11\1\43\1\11\12\0"+ + "\2\11\2\0\16\11\1\0\1\44\6\11\12\0\2\11"+ + "\2\0\3\11\1\45\12\11\1\0\7\11\12\0\2\11"+ + "\2\0\16\11\1\0\6\11\1\46\12\0\2\11\2\0"+ + "\7\11\1\47\6\11\1\0\7\11\12\0\2\11\2\0"+ + "\3\11\1\50\12\11\1\0\7\11\12\0\2\11\2\0"+ + "\1\11\1\51\6\11\1\52\5\11\1\0\7\11\12\0"+ + "\2\11\2\0\3\11\1\53\6\11\1\54\3\11\1\0"+ + "\7\11\7\0\1\30\36\0\4\31\2\0\1\55\1\56"+ + "\40\31\2\0\1\57\1\0\40\31\2\0\1\60\1\61"+ + "\34\31\1\34\1\62\1\35\1\63\1\0\1\64\35\34"+ + "\1\62\10\0\2\11\2\0\2\11\1\65\13\11\1\0"+ + "\7\11\12\0\2\11\2\0\4\11\1\66\11\11\1\0"+ + "\7\11\12\0\2\11\2\0\16\11\1\0\1\11\1\67"+ + "\5\11\12\0\2\11\2\0\13\11\1\70\2\11\1\0"+ + "\2\11\1\71\4\11\12\0\2\11\2\0\7\11\1\72"+ + "\6\11\1\0\7\11\12\0\2\11\2\0\1\73\13\11"+ + "\1\74\1\11\1\0\7\11\12\0\2\11\2\0\15\11"+ + "\1\75\1\0\7\11\12\0\2\11\2\0\7\11\1\76"+ + "\6\11\1\0\7\11\12\0\2\11\2\0\13\11\1\77"+ + "\2\11\1\0\7\11\12\0\2\11\2\0\6\11\1\100"+ + "\7\11\1\0\7\11\12\0\2\11\2\0\5\11\1\101"+ + "\10\11\1\0\7\11\2\0\4\31\3\0\1\61\40\31"+ + "\2\0\1\57\1\56\40\31\2\0\1\55\1\61\34\31"+ + "\1\34\1\62\1\35\1\36\1\0\1\64\35\34\1\62"+ + "\1\0\1\64\1\34\2\0\1\64\35\0\1\64\10\0"+ + "\2\11\2\0\5\11\1\102\10\11\1\0\7\11\12\0"+ + "\2\11\2\0\3\11\1\103\12\11\1\0\7\11\12\0"+ + "\2\11\2\0\2\11\1\104\13\11\1\0\7\11\12\0"+ + "\2\11\2\0\4\11\1\105\11\11\1\0\7\11\12\0"+ + "\2\11\2\0\1\106\15\11\1\0\7\11\12\0\2\11"+ + "\2\0\1\107\15\11\1\0\7\11\12\0\2\11\2\0"+ + "\16\11\1\0\3\11\1\110\3\11\12\0\2\11\2\0"+ + "\1\11\1\111\14\11\1\0\7\11\12\0\2\11\2\0"+ + "\13\11\1\112\2\11\1\0\7\11\12\0\2\11\2\0"+ + "\1\113\15\11\1\0\7\11\12\0\2\11\2\0\16\11"+ + "\1\114\7\11\12\0\2\11\2\0\10\11\1\115\5\11"+ + "\1\0\7\11\12\0\2\11\2\0\12\11\1\116\3\11"+ + "\1\0\7\11\12\0\2\11\2\0\6\11\1\117\7\11"+ + "\1\0\7\11\12\0\2\11\2\0\16\11\1\0\6\11"+ + "\1\120\12\0\2\11\2\0\16\11\1\121\7\11\12\0"+ + "\2\11\2\0\1\122\15\11\1\0\7\11\12\0\2\11"+ + "\2\0\16\11\1\0\4\11\1\123\2\11\12\0\2\11"+ + "\2\0\6\11\1\124\7\11\1\0\7\11\12\0\2\11"+ + "\2\0\5\11\1\125\10\11\1\0\7\11\12\0\2\11"+ + "\2\0\4\11\1\126\11\11\1\0\7\11\12\0\2\11"+ + "\2\0\3\11\1\127\12\11\1\0\7\11\12\0\2\11"+ + "\2\0\3\11\1\130\12\11\1\0\7\11\12\0\2\11"+ + "\2\0\16\11\1\0\3\11\1\131\3\11\12\0\2\11"+ + "\2\0\3\11\1\132\12\11\1\0\7\11\12\0\2\11"+ + "\2\0\7\11\1\133\6\11\1\0\7\11\12\0\2\11"+ + "\2\0\10\11\1\134\5\11\1\0\7\11\12\0\2\11"+ + "\2\0\7\11\1\135\6\11\1\0\7\11\12\0\2\11"+ + "\2\0\4\11\1\136\11\11\1\0\7\11\12\0\2\11"+ + "\2\0\7\11\1\137\6\11\1\0\7\11\12\0\2\11"+ + "\2\0\4\11\1\140\11\11\1\0\7\11\12\0\2\11"+ + "\2\0\10\11\1\141\5\11\1\0\7\11\12\0\2\11"+ + "\2\0\16\11\1\0\4\11\1\142\2\11\12\0\2\11"+ + "\2\0\7\11\1\143\6\11\1\0\7\11\12\0\2\11"+ + "\2\0\4\11\1\144\11\11\1\0\7\11\12\0\2\11"+ + "\2\0\3\11\1\145\12\11\1\0\7\11\12\0\2\11"+ + "\2\0\6\11\1\146\7\11\1\0\7\11\12\0\2\11"+ + "\2\0\11\11\1\147\4\11\1\0\7\11\12\0\2\11"+ + "\2\0\12\11\1\150\3\11\1\0\7\11\12\0\2\11"+ + "\2\0\13\11\1\151\2\11\1\0\7\11\2\0"; + + private static int [] zzUnpackTrans() { + int [] result = new int[2808]; + int offset = 0; + offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); + return result; + } + + private static int zzUnpackTrans(String packed, int offset, int [] result) { + int i = 0; /* index in packed string */ + int j = offset; /* index in unpacked array */ + int l = packed.length(); + while (i < l) { + int count = packed.charAt(i++); + int value = packed.charAt(i++); + value--; + do result[j++] = value; while (--count > 0); + } + return j; + } + + + /* error codes */ + private static final int ZZ_UNKNOWN_ERROR = 0; + private static final int ZZ_NO_MATCH = 1; + private static final int ZZ_PUSHBACK_2BIG = 2; + + /* error messages for the codes above */ + private static final String ZZ_ERROR_MSG[] = { + "Unkown internal scanner error", + "Error: could not match input", + "Error: pushback value was too large" + }; + + /** + * ZZ_ATTRIBUTE[aState] contains the attributes of state aState + */ + private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); + + private static final String ZZ_ATTRIBUTE_PACKED_0 = + "\2\0\1\1\1\11\2\1\1\11\2\1\2\11\11\1"+ + "\2\11\1\1\1\11\3\1\2\0\3\11\14\1\2\0"+ + "\1\1\1\11\1\1\1\0\1\1\1\0\27\1\1\11"+ + "\4\1\1\11\30\1"; + + private static int [] zzUnpackAttribute() { + int [] result = new int[105]; + int offset = 0; + offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); + return result; + } + + private static int zzUnpackAttribute(String packed, int offset, int [] result) { + int i = 0; /* index in packed string */ + int j = offset; /* index in unpacked array */ + int l = packed.length(); + while (i < l) { + int count = packed.charAt(i++); + int value = packed.charAt(i++); + do result[j++] = value; while (--count > 0); + } + return j; + } + + /** the input device */ + private java.io.Reader zzReader; + + /** the current state of the DFA */ + private int zzState; + + /** the current lexical state */ + private int zzLexicalState = YYINITIAL; + + /** this buffer contains the current text to be matched and is + the source of the yytext() string */ + private char zzBuffer[] = new char[ZZ_BUFFERSIZE]; + + /** the textposition at the last accepting state */ + private int zzMarkedPos; + + /** the current text position in the buffer */ + private int zzCurrentPos; + + /** startRead marks the beginning of the yytext() string in the buffer */ + private int zzStartRead; + + /** endRead marks the last character in the buffer, that has been read + from input */ + private int zzEndRead; + + /** number of newlines encountered up to the start of the matched text */ + private int yyline; + + /** the number of characters up to the start of the matched text */ + private int yychar; + + /** + * the number of characters from the last newline up to the start of the + * matched text + */ + private int yycolumn; + + /** + * zzAtBOL == true <=> the scanner is currently at the beginning of a line + */ + private boolean zzAtBOL = true; + + /** zzAtEOF == true <=> the scanner is at the EOF */ + private boolean zzAtEOF; + + /** denotes if the user-EOF-code has already been executed */ + private boolean zzEOFDone; + + /* user code: */ + protected int lineNum; + public int getLineNumber() + { return 1 + lineNum; /* zero-based */ } + public Location getLocation() + { return new Location(yytext(), file, getLineNumber(), yychar); } + public String getMatchedText() { return yytext(); } + public String file = "unknown file"; + + + /** + * Creates a new scanner + * There is also a java.io.InputStream version of this constructor. + * + * @param in the java.io.Reader to read input from. + */ + public Yylex(java.io.Reader in) { + this.zzReader = in; + } + + /** + * Creates a new scanner. + * There is also java.io.Reader version of this constructor. + * + * @param in the java.io.Inputstream to read input from. + */ + public Yylex(java.io.InputStream in) { + this(new java.io.InputStreamReader(in)); + } + + /** + * Unpacks the compressed character translation table. + * + * @param packed the packed character translation table + * @return the unpacked character translation table + */ + private static char [] zzUnpackCMap(String packed) { + char [] map = new char[0x10000]; + int i = 0; /* index in packed string */ + int j = 0; /* index in unpacked array */ + while (i < 1706) { + int count = packed.charAt(i++); + char value = packed.charAt(i++); + do map[j++] = value; while (--count > 0); + } + return map; + } + + + /** + * Refills the input buffer. + * + * @return false, iff there was new input. + * + * @exception java.io.IOException if any I/O-Error occurs + */ + private boolean zzRefill() throws java.io.IOException { + + /* first: make room (if you can) */ + if (zzStartRead > 0) { + System.arraycopy(zzBuffer, zzStartRead, + zzBuffer, 0, + zzEndRead-zzStartRead); + + /* translate stored positions */ + zzEndRead-= zzStartRead; + zzCurrentPos-= zzStartRead; + zzMarkedPos-= zzStartRead; + zzStartRead = 0; + } + + /* is the buffer big enough? */ + if (zzCurrentPos >= zzBuffer.length) { + /* if not: blow it up */ + char newBuffer[] = new char[zzCurrentPos*2]; + System.arraycopy(zzBuffer, 0, newBuffer, 0, zzBuffer.length); + zzBuffer = newBuffer; + } + + /* finally: fill the buffer with new input */ + int numRead = zzReader.read(zzBuffer, zzEndRead, + zzBuffer.length-zzEndRead); + + if (numRead > 0) { + zzEndRead+= numRead; + return false; + } + // unlikely but not impossible: read 0 characters, but not at end of stream + if (numRead == 0) { + int c = zzReader.read(); + if (c == -1) { + return true; + } else { + zzBuffer[zzEndRead++] = (char) c; + return false; + } + } + + // numRead < 0 + return true; + } + + + /** + * Closes the input stream. + */ + public final void yyclose() throws java.io.IOException { + zzAtEOF = true; /* indicate end of file */ + zzEndRead = zzStartRead; /* invalidate buffer */ + + if (zzReader != null) + zzReader.close(); + } + + + /** + * Resets the scanner to read from a new input stream. + * Does not close the old reader. + * + * All internal variables are reset, the old input stream + * cannot be reused (internal buffer is discarded and lost). + * Lexical state is set to ZZ_INITIAL. + * + * @param reader the new input stream + */ + public final void yyreset(java.io.Reader reader) { + zzReader = reader; + zzAtBOL = true; + zzAtEOF = false; + zzEOFDone = false; + zzEndRead = zzStartRead = 0; + zzCurrentPos = zzMarkedPos = 0; + yyline = yychar = yycolumn = 0; + zzLexicalState = YYINITIAL; + } + + + /** + * Returns the current lexical state. + */ + public final int yystate() { + return zzLexicalState; + } + + + /** + * Enters a new lexical state + * + * @param newState the new lexical state + */ + public final void yybegin(int newState) { + zzLexicalState = newState; + } + + + /** + * Returns the text matched by the current regular expression. + */ + public final String yytext() { + return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead ); + } + + + /** + * Returns the character at position pos from the + * matched text. + * + * It is equivalent to yytext().charAt(pos), but faster + * + * @param pos the position of the character to fetch. + * A value from 0 to yylength()-1. + * + * @return the character at position pos + */ + public final char yycharat(int pos) { + return zzBuffer[zzStartRead+pos]; + } + + + /** + * Returns the length of the matched text region. + */ + public final int yylength() { + return zzMarkedPos-zzStartRead; + } + + + /** + * Reports an error that occured while scanning. + * + * In a wellformed scanner (no or only correct usage of + * yypushback(int) and a match-all fallback rule) this method + * will only be called with things that "Can't Possibly Happen". + * If this method is called, something is seriously wrong + * (e.g. a JFlex bug producing a faulty scanner etc.). + * + * Usual syntax/scanner level error handling should be done + * in error fallback rules. + * + * @param errorCode the code of the errormessage to display + */ + private void zzScanError(int errorCode) { + String message; + try { + message = ZZ_ERROR_MSG[errorCode]; + } + catch (ArrayIndexOutOfBoundsException e) { + message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; + } + + throw new Error(message); + } + + + /** + * Pushes the specified amount of characters back into the input stream. + * + * They will be read again by then next call of the scanning method + * + * @param number the number of characters to be read again. + * This number must not be greater than yylength()! + */ + public void yypushback(int number) { + if ( number > yylength() ) + zzScanError(ZZ_PUSHBACK_2BIG); + + zzMarkedPos -= number; + } + + + /** + * Contains user EOF-code, which will be executed exactly once, + * when the end of file is reached + */ + private void zzDoEOF() throws java.io.IOException { + if (!zzEOFDone) { + zzEOFDone = true; + yyclose(); + } + } + + + /** + * Resumes scanning until the next regular expression is matched, + * the end of input is encountered or an I/O-Error occurs. + * + * @return the next token + * @exception java.io.IOException if any I/O-Error occurs + */ + public java_cup.runtime.Symbol next_token() throws java.io.IOException { + int zzInput; + int zzAction; + + // cached fields: + int zzCurrentPosL; + int zzMarkedPosL; + int zzEndReadL = zzEndRead; + char [] zzBufferL = zzBuffer; + char [] zzCMapL = ZZ_CMAP; + + int [] zzTransL = ZZ_TRANS; + int [] zzRowMapL = ZZ_ROWMAP; + int [] zzAttrL = ZZ_ATTRIBUTE; + + while (true) { + zzMarkedPosL = zzMarkedPos; + + yychar+= zzMarkedPosL-zzStartRead; + + boolean zzR = false; + for (zzCurrentPosL = zzStartRead; zzCurrentPosL < zzMarkedPosL; + zzCurrentPosL++) { + switch (zzBufferL[zzCurrentPosL]) { + case '\u000B': + case '\u000C': + case '\u0085': + case '\u2028': + case '\u2029': + yyline++; + zzR = false; + break; + case '\r': + yyline++; + zzR = true; + break; + case '\n': + if (zzR) + zzR = false; + else { + yyline++; + } + break; + default: + zzR = false; + } + } + + if (zzR) { + // peek one character ahead if it is \n (if we have counted one line too much) + boolean zzPeek; + if (zzMarkedPosL < zzEndReadL) + zzPeek = zzBufferL[zzMarkedPosL] == '\n'; + else if (zzAtEOF) + zzPeek = false; + else { + boolean eof = zzRefill(); + zzEndReadL = zzEndRead; + zzMarkedPosL = zzMarkedPos; + zzBufferL = zzBuffer; + if (eof) + zzPeek = false; + else + zzPeek = zzBufferL[zzMarkedPosL] == '\n'; + } + if (zzPeek) yyline--; + } + zzAction = -1; + + zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; + + zzState = ZZ_LEXSTATE[zzLexicalState]; + + + zzForAction: { + while (true) { + + if (zzCurrentPosL < zzEndReadL) + zzInput = zzBufferL[zzCurrentPosL++]; + else if (zzAtEOF) { + zzInput = YYEOF; + break zzForAction; + } + else { + // store back cached positions + zzCurrentPos = zzCurrentPosL; + zzMarkedPos = zzMarkedPosL; + boolean eof = zzRefill(); + // get translated positions and possibly new buffer + zzCurrentPosL = zzCurrentPos; + zzMarkedPosL = zzMarkedPos; + zzBufferL = zzBuffer; + zzEndReadL = zzEndRead; + if (eof) { + zzInput = YYEOF; + break zzForAction; + } + else { + zzInput = zzBufferL[zzCurrentPosL++]; + } + } + int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ]; + if (zzNext == -1) break zzForAction; + zzState = zzNext; + + int zzAttributes = zzAttrL[zzState]; + if ( (zzAttributes & 1) == 1 ) { + zzAction = zzState; + zzMarkedPosL = zzCurrentPosL; + if ( (zzAttributes & 8) == 8 ) break zzForAction; + } + + } + } + + // store back cached position + zzMarkedPos = zzMarkedPosL; + + switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { + case 4: + { return new Symbol(sym.IDENTIFIER, 1 + lineNum, yychar, yytext()); + } + case 29: break; + case 2: + { System.err.printf("ERROR in file %s: unknown character '%s' at line %d\n", + file, yytext(), lineNum + 1); + Thread.dumpStack(); + } + case 30: break; + case 16: + { return new Symbol(sym.REL); + } + case 31: break; + case 25: + { return new Symbol(sym.PACKAGE); + } + case 32: break; + case 8: + { ++lineNum; yybegin(YYINITIAL); + } + case 33: break; + case 19: + { return new Symbol(sym.FUN); + } + case 34: break; + case 12: + { yybegin(commentstyle2); + } + case 35: break; + case 14: + { yybegin(YYINITIAL); + } + case 36: break; + case 28: + { return new Symbol(sym.CURRENTINTERVAL); + } + case 37: break; + case 20: + { return new Symbol(sym.FIL); + } + case 38: break; + case 9: + { System.out.println("ERROR In file " + file + ": Unclosed comment"); + } + case 39: break; + case 26: + { return new Symbol(sym.PERSISTENT); + } + case 40: break; + case 3: + { ++lineNum; + } + case 41: break; + case 21: + { return new Symbol(sym.TYPE); + } + case 42: break; + case 18: + { return new Symbol(sym.IND); + } + case 43: break; + case 22: + { return new Symbol(sym.INST); + } + case 44: break; + case 15: + { return new Symbol(sym.SUB); + } + case 45: break; + case 5: + { return new Symbol(sym.OPENPAREN); + } + case 46: break; + case 27: + { return new Symbol(sym.NONBLOCKING); + } + case 47: break; + case 17: + { return new Symbol(sym.REM); + } + case 48: break; + case 11: + { yybegin(commentstyle1); + } + case 49: break; + case 13: + { return new Symbol(sym.EQ); + } + case 50: break; + case 7: + { /* nothing */ + } + case 51: break; + case 24: + { return new Symbol(sym.INSTS); + } + case 52: break; + case 23: + { return new Symbol(sym.DEFS); + } + case 53: break; + case 10: + { return new Symbol(sym.STR, new String(yytext())); + } + case 54: break; + case 6: + { return new Symbol(sym.CLOSEPAREN); + } + case 55: break; + case 1: + { + } + case 56: break; + default: + if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { + zzAtEOF = true; + zzDoEOF(); + { return new java_cup.runtime.Symbol(sym.EOF); } + } + else { + zzScanError(ZZ_NO_MATCH); + } + } + } + } + } diff --git a/compling.core/source/compling/context/buildMiniOntologyLexer.sh b/compling.core/source/compling/context/buildMiniOntologyLexer.sh new file mode 100644 index 0000000..f934aef --- /dev/null +++ b/compling.core/source/compling/context/buildMiniOntologyLexer.sh @@ -0,0 +1 @@ +java -jar ../../../lib/JFlex.jar MiniOntology.lex \ No newline at end of file diff --git a/compling.core/source/compling/context/buildMiniOntologyReader.sh b/compling.core/source/compling/context/buildMiniOntologyReader.sh new file mode 100644 index 0000000..3703664 --- /dev/null +++ b/compling.core/source/compling/context/buildMiniOntologyReader.sh @@ -0,0 +1 @@ +java -jar ../../../lib/java-cup-v11a.jar -package compling.context -parser MiniOntologyReader MiniOntology.cup \ No newline at end of file diff --git a/compling.core/source/compling/context/sym.java b/compling.core/source/compling/context/sym.java index ddd08ca..9a3c9cb 100644 --- a/compling.core/source/compling/context/sym.java +++ b/compling.core/source/compling/context/sym.java @@ -1,7 +1,7 @@ //---------------------------------------------------- // The following code was generated by CUP v0.10k TUM Edition 20050516 -// Tue May 15 16:22:59 PDT 2012 +// Wed Mar 25 11:22:14 PDT 2015 //---------------------------------------------------- package compling.context; @@ -9,11 +9,12 @@ /** CUP generated class containing symbol constants. */ public class sym { /* terminals */ + public static final int IMPORT = 19; public static final int CLOSEPAREN = 3; public static final int OPENPAREN = 2; public static final int REM = 17; public static final int REL = 5; - public static final int IDENTIFIER = 18; + public static final int IDENTIFIER = 20; public static final int DEFS = 12; public static final int INSTS = 13; public static final int SUB = 4; @@ -24,8 +25,9 @@ public class sym { public static final int NONBLOCKING = 11; public static final int error = 1; public static final int CURRENTINTERVAL = 16; - public static final int STR = 19; + public static final int STR = 21; public static final int EQ = 9; + public static final int PACKAGE = 18; public static final int FIL = 8; public static final int PERSISTENT = 10; public static final int FUN = 6; diff --git a/compling.core/source/compling/grammar/ComplexCacheException.java b/compling.core/source/compling/grammar/ComplexCacheException.java new file mode 100644 index 0000000..1f83639 --- /dev/null +++ b/compling.core/source/compling/grammar/ComplexCacheException.java @@ -0,0 +1,13 @@ +package compling.grammar; + +public class ComplexCacheException extends GrammarException { + + public ComplexCacheException() { + super(); + } + + public ComplexCacheException(String message) { + super(message); + } + +} diff --git a/compling.core/source/compling/grammar/ecg/ECGConstants.java b/compling.core/source/compling/grammar/ecg/ECGConstants.java index bfee27e..397da57 100644 --- a/compling.core/source/compling/grammar/ecg/ECGConstants.java +++ b/compling.core/source/compling/grammar/ecg/ECGConstants.java @@ -59,6 +59,18 @@ public class ECGConstants { * "<--" */ public static final String ASSIGN = "<--"; + + /** + * * The constant for assignment that should be passed into the operator role of the constraint constructor. ASSIGN = + * "<--" + */ + public static final String NEGATE = "#"; + + /** + * * The constant for assignment that should be passed into the operator role of the constraint. + * This imposes a unidirectional assignment. + */ + public static final String UNIDIRECTIONAL_ASSIGN = "<="; /** * The constant for form constraint 'before' that should be passed into the @@ -175,5 +187,9 @@ public class ECGConstants { /** This is the current home for the default probability that an optional constituent appears */ public static final double DEFAULTOPTIONALPROBABILITY = .5; + + /** Package / import constants. (seantrott). */ + public static final String PACKAGE = "PACKAGE"; + public static final String IMPORT = "IMPORT"; } diff --git a/compling.core/source/compling/grammar/ecg/ECGGrammarUtilities.java b/compling.core/source/compling/grammar/ecg/ECGGrammarUtilities.java index 518ac07..dab84ea 100644 --- a/compling.core/source/compling/grammar/ecg/ECGGrammarUtilities.java +++ b/compling.core/source/compling/grammar/ecg/ECGGrammarUtilities.java @@ -13,10 +13,13 @@ import java.util.List; import java.util.StringTokenizer; -import org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException; +// import org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException; + + -import java_cup.runtime.Symbol; + +import java_cup.runtime.Symbol; import compling.context.ContextModel; import compling.grammar.GrammarException; import compling.grammar.ecg.Grammar.Block; @@ -33,6 +36,7 @@ import compling.grammar.unificationgrammar.UnificationGrammar.Role; import compling.gui.AnalyzerPrefs; import compling.gui.AnalyzerPrefs.AP; +import compling.gui.util.Utils; import compling.ontology.OWLOntology; import compling.parser.ecgparser.LCPGrammarWrapper; import compling.util.fileutil.ExtensionFileFilter; @@ -582,6 +586,33 @@ public static String getLexemeFromLexicalConstruction(Construction lexicalConstr throw new GrammarException("Not a lexical construction: " + lexicalConstruction.getName(), lexicalConstruction); } + + // @author: seantrott 11/13/14, used for generating Lemma-->Construction hashmap. + public static String getLemmaFromLexicalConstruction(Construction lexicalConstruction) { + + for (Constraint constraint : lexicalConstruction.getFormBlock().getConstraints()) { + if (constraint.getOperator().equals(ECGConstants.ASSIGN) + && constraint.getArguments().get(0).toString().indexOf("lemma") != -1) { + return constraint.getValue(); + } + } + // Look for an assignment to 'orth' in the schema + + if (lexicalConstruction.getFormBlock().getTypeConstraint().getType() != ECGConstants.UNTYPED) { + for (Constraint constraint : lexicalConstruction.getSchemaTypeSystem() + .get(lexicalConstruction.getFormBlock().getType()).getContents().getConstraints()) { + if (constraint.getOperator().equals(ECGConstants.ASSIGN) + && constraint.getArguments().get(0).toString().indexOf("lemma") != -1) { + return constraint.getValue(); + } + } + } + throw new GrammarException("Not a lexical construction: " + lexicalConstruction.getName(), lexicalConstruction); + + + + } + public static Grammar read(AnalyzerPrefs preferences) throws IOException, TypeSystemException { File base = preferences.getBaseDirectory(); @@ -590,39 +621,118 @@ public static Grammar read(AnalyzerPrefs preferences) throws IOException, TypeSy if (ext == null) { ext = "ecg cxn sch grm"; } - - List grammarPaths = preferences.getList(AP.GRAMMAR_PATHS); - List grammarFiles = FileUtils.getFilesUnder(base, grammarPaths, new ExtensionFileFilter(ext)); - - ext = preferences.getSetting(AP.ONTOLOGY_EXTENSIONS); - if (ext == null) { - ext = "def inst ont"; + String passage = preferences.getSetting(AP.GRAMMAR_EXTENSIONS); + if (passage == null) { + passage = "ecg cxn sch grm"; } - String[] exts = ext.split(" "); - - String encSetting = preferences.getSetting(AP.FILE_ENCODING); - Charset encoding = Charset.forName(encSetting != null ? encSetting : ECGConstants.DEFAULT_ENCODING); - - Grammar grammar; - String ontologyType = preferences.getSetting(AP.ONTOLOGY_TYPE); - if (ontologyType != null && ontologyType.equalsIgnoreCase(AnalyzerPrefs.OWL_TYPE)) { - grammar = read(grammarFiles, OWLOntology.fromPreferences(preferences).getTypeSystem(), encoding); - } - else { - List ontPaths = preferences.getList(AP.ONTOLOGY_PATHS); - List ontFiles = FileUtils.getFilesUnder(base, ontPaths, new ExtensionFileFilter(ext)); - ContextModel contextModel; - if (ontFiles.size() == 1) { - contextModel = new ContextModel(ontFiles.get(0).getAbsolutePath()); - } - else { - contextModel = new ContextModel(ontFiles, exts[0], exts[1]); - } - grammar = read(grammarFiles, contextModel, encoding); - grammar.update(); + List packageNames = preferences.getList(AP.PACKAGE_NAME); + String packageName = preferences.getSetting(AP.PACKAGE_NAME); + + Grammar grammar = new Grammar(); + for (String name : packageNames) { + grammar.addImport(name); + grammar.addToDeclared(name); } - + + grammar.setPrefs(preferences); + + List importPaths = preferences.getList(AP.IMPORT_PATHS); + List importFiles = FileUtils.getFilesUnder(base, importPaths, new ExtensionFileFilter(ext)); + Grammar grammarImport = new Grammar(); + if (!importFiles.isEmpty()) { + ArrayList grammarList = new ArrayList(); + List> importList = getImportFilesDir(base, preferences, passage); + List seenPackages = new ArrayList(); + for (List fileList : importList) { + + Grammar tempGrammar = new Grammar(); + ext = preferences.getSetting(AP.ONTOLOGY_EXTENSIONS); + if (ext == null) { + ext = "def inst ont"; + } + String[] extsI = ext.split(" "); + String encSettingI = preferences.getSetting(AP.FILE_ENCODING); + Charset encodingI = Charset.forName(encSettingI != null ? encSettingI : ECGConstants.DEFAULT_ENCODING); + String ontologyImport = preferences.getSetting(AP.ONTOLOGY_TYPE); + + if (ontologyImport != null && ontologyImport.equalsIgnoreCase(AnalyzerPrefs.OWL_TYPE)) { + tempGrammar = read(fileList, OWLOntology.fromPreferences(preferences).getTypeSystem(), encodingI); + } + else { + List ontPaths = preferences.getList(AP.ONTOLOGY_PATHS); + List ontFiles = FileUtils.getFilesUnder(base, ontPaths, new ExtensionFileFilter(ext)); + + ContextModel contextModel; + if (ontFiles.size() == 1) { + contextModel = new ContextModel(ontFiles.get(0).getAbsolutePath()); + } + else { + contextModel = new ContextModel(ontFiles, extsI[2]); + } + tempGrammar = read(fileList, contextModel, encodingI); + grammarList.add(tempGrammar); + } + } + + for (Grammar g : grammarList) { + grammar.addRelations(g.getPackageRelations()); + grammar.sortDeclaredPackages(); + for (String request : g.getImport()) { + grammar.addImport(request); + } + for (Grammar.Schema schema : g.getSchemasNoUpdate()) { + if (grammar.getDeclaredPackages().contains(schema.getPackage()) + && !seenPackages.contains(schema.getPackage())) { + Grammar.Schema s = grammar.new Schema(schema.getName(), schema.getKind(), schema.getParents(), schema.getContents()); + s.setLocation(schema.getLocation()); + grammar.addSchema(s); + } + } + for (Grammar.Construction cxn : g.getCxnsNoUpdate()) { + if (grammar.getDeclaredPackages().contains(cxn.getPackage()) + && !seenPackages.contains(cxn.getPackage())) { + Grammar.Construction c = grammar.new Construction(cxn.getName(), cxn.getKind(), cxn.getParents(), + cxn.getFormBlock(), cxn.getMeaningBlock(), cxn.getConstructionalBlock()); + c.setLocation(cxn.getLocation()); + grammar.addConstruction(c); + } + } + seenPackages.addAll(g.getPackages()); + } + ext = preferences.getSetting(AP.ONTOLOGY_EXTENSIONS); + if (ext == null) { + ext = "def inst ont"; + } + String[] extsI = ext.split(" "); + String encSettingI = preferences.getSetting(AP.FILE_ENCODING); + Charset encodingI = Charset.forName(encSettingI != null ? encSettingI : ECGConstants.DEFAULT_ENCODING); + String ontologyImport = preferences.getSetting(AP.ONTOLOGY_TYPE); + + if (ontologyImport != null && ontologyImport.equalsIgnoreCase(AnalyzerPrefs.OWL_TYPE)) { + grammar.setOntologyTypeSystem(OWLOntology.fromPreferences(preferences).getTypeSystem()); + } + else { + List ontPaths = preferences.getList(AP.ONTOLOGY_PATHS); + List ontFiles = FileUtils.getFilesUnder(base, ontPaths, new ExtensionFileFilter(ext)); + ContextModel contextModel; + if (ontFiles.size() == 1) { + contextModel = new ContextModel(ontFiles.get(0).getAbsolutePath()); + } + else { + contextModel = new ContextModel(ontFiles, extsI[2]); +// contextModel = new ContextModel(ontFiles, extsI[0], extsI[1]); + } + grammar.setContextModel(contextModel); + } + grammar.update(); + } + + + + + /** Added by @seantrott for adding imported packages. Testing. */ + List paramPaths = preferences.getList(AP.GRAMMAR_PARAMS_PATHS); if (!paramPaths.isEmpty()) { ext = preferences.getSetting(AP.GRAMMAR_PARAMS_LOCALITY_EXTENSION); @@ -634,12 +744,45 @@ public static Grammar read(AnalyzerPrefs preferences) throws IOException, TypeSy updateLocality(grammar, locParamFiles); } } - grammar.setPrefs(preferences); - return grammar; + } + + + public static List> getImportFilesDir(File base, AnalyzerPrefs preferences, String passage) { + List importPaths = preferences.getList(AP.IMPORT_PATHS); + List> fileList = new ArrayList>(); + for (String path : importPaths) { + List newFiles = new ArrayList(); + List test = new ArrayList(); + test.add(path); + List filesUnder = FileUtils.getFilesUnder(base, test, new ExtensionFileFilter( + passage)); + for (File f : filesUnder) + newFiles.add(f); + //newFiles.add(Utils.getRelativeTo(f, base)); + fileList.add(newFiles); + } + return fileList; } + private static Grammar addGrammar(Grammar g, Grammar gImport) { + g.setContextModel(gImport.getContextModel()); + //grammar.setOntologyTypeSystem(grammar2.getOntologyTypeSystem()); + for (Grammar.Schema schema : gImport.getAllSchemas()) { + if (g.getImport().contains(schema.getPackage())) { + g.addSchema(g.new Schema(schema.getName(), schema.getKind(), schema.getParents(), schema.getContents())); + } + } + for (Grammar.Construction cxn : gImport.getAllConstructions()) { + if (g.getImport().contains(cxn.getPackage())) { + g.addConstruction(g.new Construction(cxn.getName(), cxn.getKind(), cxn.getParents(), + cxn.getFormBlock(), cxn.getMeaningBlock(), cxn.getConstructionalBlock())); + } + } + return g; + } + protected static void updateLocality(Grammar grammar, List localityParamFiles) { for (File localityParamFile : localityParamFiles) { TextFileLineIterator lines = new TextFileLineIterator(localityParamFile); @@ -765,7 +908,7 @@ public static Grammar read(List files, TypeSystem files, Grammar grammar, Charset encoding) { for (File file : files) { try { - Yylex scanner = new Yylex(new InputStreamReader(new FileInputStream(file), encoding)); + Yylex scanner = new Yylex(new InputStreamReader(new FileInputStream(file.getAbsolutePath()), encoding)); // Scan the grammar file (use ECG encoding for the file) String filename = file.getName(); @@ -806,7 +949,7 @@ private static void read(List files, Grammar grammar, Charset encoding) { } catch (FileNotFoundException e1) { - // e1.printStackTrace(); + e1.printStackTrace(); throw new GrammarException("Grammar File Not Found:\n", e1); } // catch (UnsupportedEncodingException e2) { diff --git a/compling.core/source/compling/grammar/ecg/Grammar.java b/compling.core/source/compling/grammar/ecg/Grammar.java index f6957f2..d945086 100644 --- a/compling.core/source/compling/grammar/ecg/Grammar.java +++ b/compling.core/source/compling/grammar/ecg/Grammar.java @@ -30,18 +30,25 @@ import compling.grammar.ecg.ecgreader.ILocatable; import compling.grammar.ecg.ecgreader.Location; import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; import compling.grammar.unificationgrammar.TypeSystemNode; import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; import compling.grammar.unificationgrammar.UnificationGrammar.Role; import compling.grammar.unificationgrammar.UnificationGrammar.SlotChain; import compling.grammar.unificationgrammar.UnificationGrammar.TypeConstraint; +import compling.parser.ParserException; +import compling.parser.ecgparser.ECGMorph; +import compling.parser.ecgparser.ECGTokenReader; +import compling.util.PackageHandler; -public class Grammar { +public class Grammar extends PackageHandler { private HashMap cxns = new LinkedHashMap(); private HashMap schemas = new LinkedHashMap(); private HashMap maps = new LinkedHashMap(); private HashMap situations = new LinkedHashMap(); + //private TypeSystem lexemeTypeSy + private TypeSystem cxnTypeSystem = new TypeSystem(ECGConstants.CONSTRUCTION); private TypeSystem schemaTypeSystem = new TypeSystem(ECGConstants.SCHEMA); private TypeSystem mapTypeSystem = new TypeSystem(ECGConstants.MAP); @@ -52,7 +59,36 @@ public class Grammar { private static ECGGrammarFormatter formatter = new SimpleGrammarPrinter(); private ContextModel contextModel = null; + + + private ECGTokenReader tokenReader; + private ECGMorph ecgMorpher; + + public void buildTokenAndMorpher() { + readTokens(); + readMorpher(); + } + + public TypeSystem getConstructionTypeSystem() { + return cxnTypeSystem; + } + + public void readMorpher() { + ecgMorpher = new ECGMorph(this, tokenReader); + } + + public ECGMorph getMorpher() { + return ecgMorpher; + } + public void readTokens() { + tokenReader = new ECGTokenReader(this); + } + + public ECGTokenReader getTokenReader() { + return tokenReader; + } + public void setContextModel(ContextModel cm) { this.contextModel = cm; } @@ -90,6 +126,15 @@ else if (primitive instanceof Schema) { } } + //@seantrott + public Construction copyConstruction(Construction cxn) { + Construction returned = new Construction(cxn.getName(), cxn.getKind(), cxn.getParents(), + cxn.getFormBlock(), cxn.getMeaningBlock(), cxn.getConstructionalBlock()); + return returned; + + } + + public static void setFormatter(ECGGrammarFormatter f) { formatter = f; } @@ -116,6 +161,10 @@ public Map getAllConstructionsByName() { update(); return cxns; } + + public Collection getCxnsNoUpdate() { + return cxns.values(); + } public Collection getAllConstructions() { update(); @@ -165,6 +214,11 @@ public Situation getSituation(String name) { update(); return situations.get(name); } + + /** Added @seantrott for testing - building incremental grammars, don't want to update. */ + public Collection getSchemasNoUpdate() { + return schemas.values(); + } public Collection getAllSchemas() { update(); @@ -242,6 +296,27 @@ public void update() { } public abstract class Primitive implements TypeSystemNode, ILocatable { + + /* New field for package name. */ + protected String pkg; + + /** Returns the package type for construction. Constructions are defined as part of a package. + * (Default is "global" in grammar). * + * @return package name that construction is a part of. ("Global" is default"). + */ + public String getPackage() { + return pkg; + } + + /** Sets package name. + * + * @param + * @return Returns the string representation of the package name. + */ + public String setPackage(String packageName) { + pkg = packageName; + return pkg; + } protected String name; protected Set parents; @@ -322,6 +397,15 @@ public Block(String kind, String type) { this.kind = kind; this.type = type; } + + + public String toString() { + StringBuffer formatted = new StringBuffer(); + for (Constraint c : constraints) { + formatted.append(c.toString() + "\n"); + } + return formatted.toString(); + } public Block clone() { return clone(true); @@ -443,6 +527,8 @@ public final class Construction extends Primitive implements Rule { private Role extraPosedRole = null; private Set allRoles = null; + + public Construction(String name, String kind, Set parents, Block formBlock, Block meaningBlock, Block constructionalBlock) { this.name = name; @@ -452,6 +538,7 @@ public Construction(String name, String kind, Set parents, Block formBlo this.constructionalBlock = constructionalBlock; this.kind = kind; } + public void setMeaningBlock(Block meaningBlock) { this.meaningBlock = meaningBlock; @@ -628,6 +715,10 @@ public Schema(String name, String kind, Set parents, Block contents) { public Block getContents() { return contents; } + + public String getKind() { + return this.kind; + } public Set getAllRoles() { Set roles = new LinkedHashSet(); diff --git a/compling.core/source/compling/grammar/ecg/GrammarChecker.java b/compling.core/source/compling/grammar/ecg/GrammarChecker.java index e67a72f..c4dcb56 100644 --- a/compling.core/source/compling/grammar/ecg/GrammarChecker.java +++ b/compling.core/source/compling/grammar/ecg/GrammarChecker.java @@ -7,6 +7,7 @@ import java.util.List; import java.util.Set; + import compling.grammar.GrammarException; import compling.grammar.ecg.Grammar.Block; import compling.grammar.ecg.Grammar.Construction; @@ -27,6 +28,8 @@ import compling.grammar.unificationgrammar.UnificationGrammar.Role; import compling.grammar.unificationgrammar.UnificationGrammar.SlotChain; import compling.grammar.unificationgrammar.UnificationGrammar.TypeConstraint; +import compling.gui.util.Utils; +import compling.parser.ParserException; import compling.util.Arrays; import compling.util.Interner; @@ -50,9 +53,10 @@ public static StringBuffer checkGrammar(Grammar g) { checkSchemas(g, errorListener); checkMaps(g, errorListener); checkConstructions(g, errorListener); + checkTokensAndMorphs(g, errorListener); } catch (TypeSystemException x) { - for (GrammarError e : x.getErrors()) - errorListener.notify(e.getMessage(), e.getLocation(), e.getSeverity()); + for (GrammarError e : x.getErrors()) + errorListener.notify(e.getMessage(), e.getLocation(), e.getSeverity()); } return errorListener.asStringBuffer(); } @@ -60,6 +64,15 @@ public static StringBuffer checkGrammar(Grammar g) { public static void setErrorListener(ILoggingErrorListener errorListener) { GrammarChecker.errorListener = errorListener; } + + private static void checkTokensAndMorphs(Grammar g, IErrorListener errorListener) { + try { + g.buildTokenAndMorpher(); + } catch (ParserException e) { + errorListener.notify(e.getMessage(), Severity.EXCEPTION); + } + } + private static void checkSchemas(Grammar g, IErrorListener errorListener) throws TypeSystemException { @@ -607,9 +620,22 @@ private static void addParentInfo(Block child, Block parent, Primitive childPrim for (SlotChain sc : c.getArguments()) { newArgs.add(new ECGSlotChain(sc.toString())); } + Constraint newConstraint = new Constraint(c.getOperator(), c.getSource(), c.getValue(), c.overridden(), newArgs); + //if (!newConstraint.get) + boolean found = true; + // seantrott: added check for constraints + // Only override if both are "assign" constraints. + for (Constraint c2 : child.getConstraints()) { + if (c2.getArguments().get(0).toString().equals(c.getArguments().get(0).toString()) + && c.isAssign() && c2.isAssign()) { + found = false; + } + } + if (found) { child.getConstraints().add( new Constraint(c.getOperator(), c.getSource(), c.getValue(), c.overridden(), - newArgs)); + newArgs, false)); + } } // ======= // private static void addParentInfo(Block child, Block parent, String @@ -623,7 +649,8 @@ private static void addParentInfo(Block child, Block parent, Primitive childPrim // c.getSource(), c.getValue(), c.overridden(), newArgs)); // } // >>>>>>> 1.29 - child.getConstraints().addAll(parent.getConstraints()); + // TODO: This is a big thing to comment out. Check. + //child.getConstraints().addAll(parent.getConstraints()); addInheritedRoles(child.getElements(), parent.getElements(), childPrimitive, errorListener); addInheritedRoles(child.getEvokedElements(), parent.getEvokedElements(), childPrimitive, errorListener); @@ -647,6 +674,7 @@ private static void updateRoles(Primitive primitive, Set roles, TypeSystem Grammar g, IErrorListener errorListener) { String source = primitive.getName(); for (Role r : roles) { + r.setSource(source); if (r.getName().equals(ECGConstants.FORM_POLE) || r.getName().equals(ECGConstants.MEANING_POLE)) { diff --git a/compling.core/source/compling/grammar/ecg/GrammarWrapper.java b/compling.core/source/compling/grammar/ecg/GrammarWrapper.java index ac2dc59..1dd9ea8 100644 --- a/compling.core/source/compling/grammar/ecg/GrammarWrapper.java +++ b/compling.core/source/compling/grammar/ecg/GrammarWrapper.java @@ -20,6 +20,10 @@ import compling.grammar.ecg.Grammar.Construction; public interface GrammarWrapper { + + public Grammar getGrammar(); + + public boolean hasLemmaConstruction(String lemma); public boolean isLexicalConstruction(Construction c); diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/BasicGrammarErrorListener.java b/compling.core/source/compling/grammar/ecg/ecgreader/BasicGrammarErrorListener.java index 237e38c..e3d4424 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/BasicGrammarErrorListener.java +++ b/compling.core/source/compling/grammar/ecg/ecgreader/BasicGrammarErrorListener.java @@ -15,6 +15,11 @@ public void notify(String message, Location location, Severity severity) { if (severity == Severity.EXCEPTION) throw new GrammarException(message); } + + public void notify(String message, Severity severity) { + if (severity == Severity.EXCEPTION) + throw new GrammarException(message); + } public StringBuffer asStringBuffer() { StringBuffer b = new StringBuffer(); diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.cup b/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.cup index 444acbb..1184136 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.cup +++ b/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.cup @@ -16,6 +16,7 @@ import compling.grammar.ecg.Grammar.Situation; import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; import compling.grammar.unificationgrammar.UnificationGrammar.Role; import compling.grammar.unificationgrammar.UnificationGrammar.TypeConstraint; +import java.util.ArrayList; parser code {: @@ -53,9 +54,11 @@ parser code {: :} /* Terminals (tokens returned by the scanner). */ -terminal CONSTRUCTION, SUBCASE, CONSTRUCTIONAL, SCHEMA, ABSTRACT; +terminal CONSTRUCTION, SUBCASE, CONSTRUCTIONAL, SCHEMA, ABSTRACT, PACKAGE, IMPORT; terminal FORM, MEANING, BEFORE, MEETS, COLON, COMMA, OPENBRACKET, CLOSEBRACKET, OPTIONAL, EXTRAPOSED; terminal ASSIGN, IDENTIFY, EVOKES, AS, OF, ROLES; +terminal NEGATE; +terminal UNIDIRECTIONAL_ASSIGN; terminal CONSTITUENTS, CONSTRAINTS, FEATURE, SEMANTIC, IGNORE; terminal MAP, SITUATION; @@ -86,9 +89,17 @@ non terminal String map_kinds; non terminal Situation situation; non terminal String situation_kinds; +/* New additions (seantrott) */ +non terminal String package_kinds; +non terminal String current_package; +non terminal String import_kind; +non terminal String current_import; + ecg_list ::= ecg_list:el schema:s {: - if (s != null){el.addSchema(s);} + if (s != null) { + el.addSchema(s); + } RESULT = el; :} | ecg_list:el cxn:c {: @@ -108,6 +119,20 @@ ecg_list ::= el.addSituation(s); } RESULT = el; + :} + | ecg_list: el current_import:i {: + if (i != null) { + el.addImport(i); + el.addPackageRelation(i); + } + RESULT = el; + :} + | ecg_list: el current_package:c {: + if (c != null) { + el.setPackage(c); + el.addPackage(c); + } + RESULT = el; :} | /* epsilon */ {: RESULT = parser.grammar; @@ -137,7 +162,9 @@ cxn ::= } RESULT = parser.grammar.new Construction(n, k, p, f, m, c); + //parser.grammar.getConstruction(n).setPackage(parser.grammar.getPackage()); RESULT.setLocation(new Location(n, parser.file, nleft, nright)); + RESULT.setPackage(parser.grammar.getPackage()); // (seantrott) :} | cxn_kind IDENTIFIER:n error {: parser.structural_error("Construction "+n+" has an error"); @@ -213,7 +240,8 @@ schema ::= block.setEvokedElements(e); block.setElements(r); block.setConstraints(c); - RESULT = parser.grammar.new Schema(n, k, p, block); + RESULT = parser.grammar.new Schema(n, k, p, block); + RESULT.setPackage(parser.grammar.getPackage()); // (seantrott) RESULT.setLocation(new Location(n, parser.file, nleft, nright)); :} | schema_kinds IDENTIFIER:n error {: @@ -222,6 +250,33 @@ schema ::= :} ; +/* PACKAGE (seantrott) */ +package_kinds ::= + PACKAGE {: + RESULT = ECGConstants.PACKAGE; + :} + ; + +current_package ::= + package_kinds: k IDENTIFIER: n {: + RESULT = parser.grammar.setPackage(n); + :} + ; + + +/* IMPORT (seantrott) */ +import_kind ::= + IMPORT {: + RESULT = ECGConstants.IMPORT; + :} + ; + +current_import ::= + import_kind: k IDENTIFIER: n {: + RESULT = parser.grammar.addImport(n); + :} + ; + /* MAP */ map_kinds ::= @@ -470,6 +525,12 @@ constraint ::= else RESULT = new Constraint(ECGConstants.ASSIGN, new ECGSlotChain(arg1), new ECGSlotChain(arg2)); :} + | slot_chain:arg1 NEGATE:op ident_or_str:arg2 {: + RESULT = new Constraint(ECGConstants.NEGATE, new ECGSlotChain(arg1), arg2); + :} + | slot_chain:arg1 UNIDIRECTIONAL_ASSIGN:op ident_or_str:arg2 {: + RESULT = new Constraint(ECGConstants.UNIDIRECTIONAL_ASSIGN, new ECGSlotChain(arg1), arg2); + :} ; ident_or_str ::= EXTERNALTYPE:i {: RESULT = i; :} diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.java b/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.java index 5293e3b..e0f51ac 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.java +++ b/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.java @@ -1,7 +1,7 @@ //---------------------------------------------------- // The following code was generated by CUP v0.10k TUM Edition 20050516 -// Fri May 18 17:19:05 PDT 2012 +// Thu Apr 21 10:52:00 PDT 2016 //---------------------------------------------------- package compling.grammar.ecg.ecgreader; @@ -20,9 +20,10 @@ import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; import compling.grammar.unificationgrammar.UnificationGrammar.Role; import compling.grammar.unificationgrammar.UnificationGrammar.TypeConstraint; +import java.util.ArrayList; /** CUP v0.10k TUM Edition 20050516 generated parser. - * @version Fri May 18 17:19:05 PDT 2012 + * @version Thu Apr 21 10:52:00 PDT 2016 */ public class ECGReader extends java_cup.runtime.lr_parser { @@ -35,32 +36,34 @@ public class ECGReader extends java_cup.runtime.lr_parser { /** Production table. */ protected static final short _production_table[][] = unpackFromStrings(new String[] { - "\000\121\000\002\004\004\000\002\002\004\000\002\004" + - "\004\000\002\004\004\000\002\004\004\000\002\004\002" + - "\000\002\004\003\000\002\027\004\000\002\027\003\000" + - "\002\022\010\000\002\022\005\000\002\030\004\000\002" + - "\030\002\000\002\024\007\000\002\024\004\000\002\024" + - "\002\000\002\025\005\000\002\025\004\000\002\025\002" + - "\000\002\026\007\000\002\026\004\000\002\026\002\000" + - "\002\031\004\000\002\031\004\000\002\031\003\000\002" + - "\023\010\000\002\023\005\000\002\043\004\000\002\043" + - "\003\000\002\042\010\000\002\042\005\000\002\045\004" + - "\000\002\045\003\000\002\044\010\000\002\044\005\000" + - "\002\005\003\000\002\005\002\000\002\003\003\000\002" + - "\003\004\000\002\006\005\000\002\006\004\000\002\033" + - "\003\000\002\033\003\000\002\007\006\000\002\013\004" + - "\000\002\013\002\000\002\010\004\000\002\037\004\000" + - "\002\037\002\000\002\014\003\000\002\014\002\000\002" + - "\016\004\000\002\016\003\000\002\011\007\000\002\011" + - "\007\000\002\011\006\000\002\034\005\000\002\034\002" + - "\000\002\041\003\000\002\041\005\000\002\041\007\000" + - "\002\015\003\000\002\015\002\000\002\017\004\000\002" + - "\017\003\000\002\021\003\000\002\021\002\000\002\020" + - "\005\000\002\020\003\000\002\032\003\000\002\032\003" + - "\000\002\032\003\000\002\040\003\000\002\040\002\000" + - "\002\036\003\000\002\036\003\000\002\012\005\000\002" + - "\012\005\000\002\012\005\000\002\035\003\000\002\035" + - "\003" }); + "\000\131\000\002\004\004\000\002\002\004\000\002\004" + + "\004\000\002\004\004\000\002\004\004\000\002\004\004" + + "\000\002\004\004\000\002\004\002\000\002\004\003\000" + + "\002\027\004\000\002\027\003\000\002\022\010\000\002" + + "\022\005\000\002\030\004\000\002\030\002\000\002\024" + + "\007\000\002\024\004\000\002\024\002\000\002\025\005" + + "\000\002\025\004\000\002\025\002\000\002\026\007\000" + + "\002\026\004\000\002\026\002\000\002\031\004\000\002" + + "\031\004\000\002\031\003\000\002\023\010\000\002\023" + + "\005\000\002\046\003\000\002\047\004\000\002\050\003" + + "\000\002\051\004\000\002\043\004\000\002\043\003\000" + + "\002\042\010\000\002\042\005\000\002\045\004\000\002" + + "\045\003\000\002\044\010\000\002\044\005\000\002\005" + + "\003\000\002\005\002\000\002\003\003\000\002\003\004" + + "\000\002\006\005\000\002\006\004\000\002\033\003\000" + + "\002\033\003\000\002\007\006\000\002\013\004\000\002" + + "\013\002\000\002\010\004\000\002\037\004\000\002\037" + + "\002\000\002\014\003\000\002\014\002\000\002\016\004" + + "\000\002\016\003\000\002\011\007\000\002\011\007\000" + + "\002\011\006\000\002\034\005\000\002\034\002\000\002" + + "\041\003\000\002\041\005\000\002\041\007\000\002\015" + + "\003\000\002\015\002\000\002\017\004\000\002\017\003" + + "\000\002\021\003\000\002\021\002\000\002\020\005\000" + + "\002\020\003\000\002\032\003\000\002\032\003\000\002" + + "\032\003\000\002\040\003\000\002\040\002\000\002\036" + + "\003\000\002\036\003\000\002\012\005\000\002\012\005" + + "\000\002\012\005\000\002\012\005\000\002\012\005\000" + + "\002\035\003\000\002\035\003" }); /** Access to production table. */ public short[][] production_table() {return _production_table;} @@ -68,200 +71,242 @@ public class ECGReader extends java_cup.runtime.lr_parser { /** Parse-action table. */ protected static final short[][] _action_table = unpackFromStrings(new String[] { - "\000\202\000\024\002\ufffc\003\004\004\ufffc\007\ufffc\010" + - "\ufffc\033\ufffc\034\ufffc\036\ufffc\037\ufffc\001\002\000\022" + - "\002\ufffb\004\ufffb\007\ufffb\010\ufffb\033\ufffb\034\ufffb\036" + - "\ufffb\037\ufffb\001\002\000\022\002\017\004\016\007\012" + - "\010\010\033\015\034\023\036\021\037\022\001\002\000" + - "\004\040\177\001\002\000\022\002\ufffe\004\ufffe\007\ufffe" + - "\010\ufffe\033\ufffe\034\ufffe\036\ufffe\037\ufffe\001\002\000" + - "\010\004\176\036\174\037\175\001\002\000\004\040\113" + - "\001\002\000\004\040\uffe9\001\002\000\022\002\001\004" + - "\001\007\001\010\001\033\001\034\001\036\001\037\001" + - "\001\002\000\022\002\ufffd\004\ufffd\007\ufffd\010\ufffd\033" + - "\ufffd\034\ufffd\036\ufffd\037\ufffd\001\002\000\004\007\112" + - "\001\002\000\004\040\ufff9\001\002\000\004\002\000\001" + - "\002\000\004\040\104\001\002\000\004\040\uffe5\001\002" + - "\000\004\040\uffe1\001\002\000\004\007\103\001\002\000" + - "\004\040\026\001\002\000\022\002\uffff\004\uffff\007\uffff" + - "\010\uffff\033\uffff\034\uffff\036\uffff\037\uffff\001\002\000" + - "\034\002\uffdd\003\027\004\uffdd\005\031\007\uffdd\010\uffdd" + - "\025\uffdd\030\uffdd\032\uffdd\033\uffdd\034\uffdd\036\uffdd\037" + - "\uffdd\001\002\000\022\002\uffe7\004\uffe7\007\uffe7\010\uffe7" + - "\033\uffe7\034\uffe7\036\uffe7\037\uffe7\001\002\000\030\002" + - "\uffd4\004\uffd4\007\uffd4\010\uffd4\025\uffd4\030\uffd4\032\uffd4" + - "\033\uffd4\034\uffd4\036\uffd4\037\uffd4\001\002\000\006\027" + - "\037\040\uffdc\001\002\000\004\040\036\001\002\000\040" + - "\002\uffde\004\uffde\006\uffde\007\uffde\010\uffde\011\uffde\012" + - "\uffde\016\034\025\uffde\030\uffde\032\uffde\033\uffde\034\uffde" + - "\036\uffde\037\uffde\001\002\000\004\040\035\001\002\000" + - "\040\002\uffda\004\uffda\006\uffda\007\uffda\010\uffda\011\uffda" + - "\012\uffda\016\uffda\025\uffda\030\uffda\032\uffda\033\uffda\034" + - "\uffda\036\uffda\037\uffda\001\002\000\040\002\uffd9\004\uffd9" + - "\006\uffd9\007\uffd9\010\uffd9\011\uffd9\012\uffd9\016\uffd9\025" + - "\uffd9\030\uffd9\032\uffd9\033\uffd9\034\uffd9\036\uffd9\037\uffd9" + - "\001\002\000\004\040\uffdb\001\002\000\030\002\uffcf\004" + - "\uffcf\007\uffcf\010\uffcf\025\045\030\044\032\uffcf\033\uffcf" + - "\034\uffcf\036\uffcf\037\uffcf\001\002\000\026\002\uffd0\004" + - "\uffd0\007\uffd0\010\uffd0\032\uffd0\033\uffd0\034\uffd0\036\uffd0" + - "\037\uffd0\040\076\001\002\000\036\002\uffd5\004\uffd5\007" + - "\uffd5\010\uffd5\011\uffd5\012\uffd5\025\uffd5\030\uffd5\031\uffd5" + - "\032\uffd5\033\uffd5\034\uffd5\036\uffd5\037\uffd5\001\002\000" + - "\024\002\uffbf\004\uffbf\007\uffbf\010\uffbf\032\055\033\uffbf" + - "\034\uffbf\036\uffbf\037\uffbf\001\002\000\026\002\uffcd\004" + - "\uffcd\007\uffcd\010\uffcd\032\uffcd\033\uffcd\034\uffcd\036\uffcd" + - "\037\uffcd\040\uffcd\001\002\000\006\040\050\042\046\001" + - "\002\000\042\002\uffd7\004\uffd7\007\uffd7\010\uffd7\011\uffd7" + - "\012\uffd7\025\uffd7\026\uffd7\030\uffd7\031\uffd7\032\uffd7\033" + - "\uffd7\034\uffd7\036\uffd7\037\uffd7\040\uffd7\001\002\000\004" + - "\026\051\001\002\000\042\002\uffd8\004\uffd8\007\uffd8\010" + - "\uffd8\011\uffd8\012\uffd8\025\uffd8\026\uffd8\030\uffd8\031\uffd8" + - "\032\uffd8\033\uffd8\034\uffd8\036\uffd8\037\uffd8\040\uffd8\001" + - "\002\000\004\040\052\001\002\000\036\002\uffd6\004\uffd6" + - "\007\uffd6\010\uffd6\011\uffd6\012\uffd6\025\uffd6\030\uffd6\031" + - "\uffd6\032\uffd6\033\uffd6\034\uffd6\036\uffd6\037\uffd6\001\002" + - "\000\022\002\uffe8\004\uffe8\007\uffe8\010\uffe8\033\uffe8\034" + - "\uffe8\036\uffe8\037\uffe8\001\002\000\034\002\uffc0\004\uffc0" + - "\007\uffc0\010\uffc0\011\uffc0\012\uffc0\033\uffc0\034\uffc0\035" + - "\057\036\uffc0\037\uffc0\040\uffb8\044\uffb8\001\002\000\034" + - "\002\uffbd\004\uffbd\007\uffbd\010\uffbd\011\uffbd\012\uffbd\033" + - "\uffbd\034\uffbd\035\uffbd\036\uffbd\037\uffbd\040\uffbd\044\uffbd" + - "\001\002\000\006\040\061\044\060\001\002\000\006\040" + - "\uffb9\044\uffb9\001\002\000\044\002\uffb6\004\uffb6\007\uffb6" + - "\010\uffb6\011\uffb6\012\uffb6\013\uffb6\014\uffb6\023\uffb6\024" + - "\uffb6\033\uffb6\034\uffb6\035\uffb6\036\uffb6\037\uffb6\040\uffb6" + - "\044\uffb6\001\002\000\044\002\uffb7\004\uffb7\007\uffb7\010" + - "\uffb7\011\uffb7\012\uffb7\013\uffb7\014\uffb7\023\uffb7\024\uffb7" + - "\033\uffb7\034\uffb7\035\uffb7\036\uffb7\037\uffb7\040\uffb7\044" + - "\uffb7\001\002\000\012\013\064\014\067\023\070\024\065" + - "\001\002\000\034\002\uffbe\004\uffbe\007\uffbe\010\uffbe\011" + - "\uffbe\012\uffbe\033\uffbe\034\uffbe\035\uffbe\036\uffbe\037\uffbe" + - "\040\uffbe\044\uffbe\001\002\000\006\040\uffbb\044\uffbb\001" + - "\002\000\006\040\uffbc\044\uffbc\001\002\000\006\040\061" + - "\044\060\001\002\000\006\040\uffba\044\uffba\001\002\000" + - "\012\040\061\041\072\042\071\044\060\001\002\000\034" + - "\002\uffb2\004\uffb2\007\uffb2\010\uffb2\011\uffb2\012\uffb2\033" + - "\uffb2\034\uffb2\035\uffb2\036\uffb2\037\uffb2\040\uffb2\044\uffb2" + - "\001\002\000\034\002\uffb1\004\uffb1\007\uffb1\010\uffb1\011" + - "\uffb1\012\uffb1\033\uffb1\034\uffb1\035\uffb1\036\uffb1\037\uffb1" + - "\040\uffb1\044\uffb1\001\002\000\034\002\uffb3\004\uffb3\007" + - "\uffb3\010\uffb3\011\uffb3\012\uffb3\033\uffb3\034\uffb3\035\uffb3" + - "\036\uffb3\037\uffb3\040\uffb3\044\uffb3\001\002\000\034\002" + - "\uffb4\004\uffb4\007\uffb4\010\uffb4\011\uffb4\012\uffb4\033\uffb4" + - "\034\uffb4\035\uffb4\036\uffb4\037\uffb4\040\uffb4\044\uffb4\001" + - "\002\000\034\002\uffb5\004\uffb5\007\uffb5\010\uffb5\011\uffb5" + - "\012\uffb5\033\uffb5\034\uffb5\035\uffb5\036\uffb5\037\uffb5\040" + - "\uffb5\044\uffb5\001\002\000\030\002\uffd1\004\uffd1\007\uffd1" + - "\010\uffd1\015\100\032\uffd1\033\uffd1\034\uffd1\036\uffd1\037" + - "\uffd1\040\uffd1\001\002\000\026\002\uffce\004\uffce\007\uffce" + - "\010\uffce\032\uffce\033\uffce\034\uffce\036\uffce\037\uffce\040" + - "\uffce\001\002\000\006\040\050\042\046\001\002\000\026" + - "\002\uffd3\004\uffd3\007\uffd3\010\uffd3\032\uffd3\033\uffd3\034" + - "\uffd3\036\uffd3\037\uffd3\040\uffd3\001\002\000\026\002\uffd2" + - "\004\uffd2\007\uffd2\010\uffd2\032\uffd2\033\uffd2\034\uffd2\036" + - "\uffd2\037\uffd2\040\uffd2\001\002\000\004\040\uffea\001\002" + - "\000\034\002\uffdd\003\105\004\uffdd\005\031\007\uffdd\010" + - "\uffdd\025\uffdd\030\uffdd\032\uffdd\033\uffdd\034\uffdd\036\uffdd" + - "\037\uffdd\001\002\000\022\002\uffdf\004\uffdf\007\uffdf\010" + - "\uffdf\033\uffdf\034\uffdf\036\uffdf\037\uffdf\001\002\000\030" + - "\002\uffd4\004\uffd4\007\uffd4\010\uffd4\025\uffd4\030\uffd4\032" + - "\uffd4\033\uffd4\034\uffd4\036\uffd4\037\uffd4\001\002\000\030" + - "\002\uffcf\004\uffcf\007\uffcf\010\uffcf\025\045\030\044\032" + - "\uffcf\033\uffcf\034\uffcf\036\uffcf\037\uffcf\001\002\000\024" + - "\002\uffbf\004\uffbf\007\uffbf\010\uffbf\032\055\033\uffbf\034" + - "\uffbf\036\uffbf\037\uffbf\001\002\000\022\002\uffe0\004\uffe0" + - "\007\uffe0\010\uffe0\033\uffe0\034\uffe0\036\uffe0\037\uffe0\001" + - "\002\000\004\040\uffeb\001\002\000\034\002\uffdd\003\114" + - "\004\uffdd\005\031\006\uffdd\007\uffdd\010\uffdd\011\uffdd\012" + - "\uffdd\033\uffdd\034\uffdd\036\uffdd\037\uffdd\001\002\000\022" + - "\002\ufff7\004\ufff7\007\ufff7\010\ufff7\033\ufff7\034\ufff7\036" + - "\ufff7\037\ufff7\001\002\000\030\002\ufff2\004\ufff2\006\117" + - "\007\ufff2\010\ufff2\011\ufff2\012\ufff2\033\ufff2\034\ufff2\036" + - "\ufff2\037\ufff2\001\002\000\026\002\uffef\004\uffef\007\uffef" + - "\010\uffef\011\160\012\uffef\033\uffef\034\uffef\036\uffef\037" + - "\uffef\001\002\000\040\002\ufff5\003\120\004\ufff5\007\ufff5" + - "\010\ufff5\011\ufff5\012\ufff5\015\121\025\ufff5\031\ufff5\032" + - "\ufff5\033\ufff5\034\ufff5\036\ufff5\037\ufff5\001\002\000\026" + - "\002\ufff3\004\ufff3\007\ufff3\010\ufff3\011\ufff3\012\ufff3\033" + - "\ufff3\034\ufff3\036\ufff3\037\ufff3\001\002\000\006\040\050" + - "\042\046\001\002\000\034\002\uffd4\004\uffd4\007\uffd4\010" + - "\uffd4\011\uffd4\012\uffd4\025\uffd4\031\uffd4\032\uffd4\033\uffd4" + - "\034\uffd4\036\uffd4\037\uffd4\001\002\000\034\002\uffc3\004" + - "\uffc3\007\uffc3\010\uffc3\011\uffc3\012\uffc3\025\045\031\125" + - "\032\uffc3\033\uffc3\034\uffc3\036\uffc3\037\uffc3\001\002\000" + - "\036\002\uffc4\004\uffc4\007\uffc4\010\uffc4\011\uffc4\012\uffc4" + - "\021\130\022\131\032\uffc4\033\uffc4\034\uffc4\036\uffc4\037" + - "\uffc4\040\132\001\002\000\036\002\uffc1\004\uffc1\007\uffc1" + - "\010\uffc1\011\uffc1\012\uffc1\021\uffc1\022\uffc1\032\uffc1\033" + - "\uffc1\034\uffc1\036\uffc1\037\uffc1\040\uffc1\001\002\000\030" + - "\002\uffbf\004\uffbf\007\uffbf\010\uffbf\011\uffbf\012\uffbf\032" + - "\055\033\uffbf\034\uffbf\036\uffbf\037\uffbf\001\002\000\026" + - "\002\ufff4\004\ufff4\007\ufff4\010\ufff4\011\ufff4\012\ufff4\033" + - "\ufff4\034\ufff4\036\ufff4\037\ufff4\001\002\000\004\040\153" + - "\001\002\000\004\040\147\001\002\000\004\015\134\001" + - "\002\000\036\002\uffc2\004\uffc2\007\uffc2\010\uffc2\011\uffc2" + - "\012\uffc2\021\uffc2\022\uffc2\032\uffc2\033\uffc2\034\uffc2\036" + - "\uffc2\037\uffc2\040\uffc2\001\002\000\004\040\135\001\002" + - "\000\040\002\uffc8\004\uffc8\007\uffc8\010\uffc8\011\uffc8\012" + - "\uffc8\017\136\021\uffc8\022\uffc8\032\uffc8\033\uffc8\034\uffc8" + - "\036\uffc8\037\uffc8\040\uffc8\001\002\000\004\043\141\001" + - "\002\000\036\002\uffca\004\uffca\007\uffca\010\uffca\011\uffca" + - "\012\uffca\021\uffca\022\uffca\032\uffca\033\uffca\034\uffca\036" + - "\uffca\037\uffca\040\uffca\001\002\000\004\020\146\001\002" + - "\000\006\016\142\020\uffc7\001\002\000\004\043\143\001" + - "\002\000\006\016\144\020\uffc6\001\002\000\004\043\145" + - "\001\002\000\004\020\uffc5\001\002\000\036\002\uffc9\004" + - "\uffc9\007\uffc9\010\uffc9\011\uffc9\012\uffc9\021\uffc9\022\uffc9" + - "\032\uffc9\033\uffc9\034\uffc9\036\uffc9\037\uffc9\040\uffc9\001" + - "\002\000\004\015\150\001\002\000\004\040\151\001\002" + - "\000\040\002\uffc8\004\uffc8\007\uffc8\010\uffc8\011\uffc8\012" + - "\uffc8\017\136\021\uffc8\022\uffc8\032\uffc8\033\uffc8\034\uffc8" + - "\036\uffc8\037\uffc8\040\uffc8\001\002\000\036\002\uffcb\004" + - "\uffcb\007\uffcb\010\uffcb\011\uffcb\012\uffcb\021\uffcb\022\uffcb" + - "\032\uffcb\033\uffcb\034\uffcb\036\uffcb\037\uffcb\040\uffcb\001" + - "\002\000\004\015\154\001\002\000\004\040\155\001\002" + - "\000\040\002\uffc8\004\uffc8\007\uffc8\010\uffc8\011\uffc8\012" + - "\uffc8\017\136\021\uffc8\022\uffc8\032\uffc8\033\uffc8\034\uffc8" + - "\036\uffc8\037\uffc8\040\uffc8\001\002\000\036\002\uffcc\004" + - "\uffcc\007\uffcc\010\uffcc\011\uffcc\012\uffcc\021\uffcc\022\uffcc" + - "\032\uffcc\033\uffcc\034\uffcc\036\uffcc\037\uffcc\040\uffcc\001" + - "\002\000\036\002\ufff6\004\ufff6\007\ufff6\010\ufff6\011\ufff6" + - "\012\ufff6\025\ufff6\030\ufff6\031\ufff6\032\ufff6\033\ufff6\034" + - "\ufff6\036\ufff6\037\ufff6\001\002\000\032\002\ufff5\003\171" + - "\004\ufff5\007\ufff5\010\ufff5\012\ufff5\015\121\032\ufff5\033" + - "\ufff5\034\ufff5\036\ufff5\037\ufff5\001\002\000\024\002\uffec" + - "\004\uffec\007\uffec\010\uffec\012\163\033\uffec\034\uffec\036" + - "\uffec\037\uffec\001\002\000\022\002\ufff8\004\ufff8\007\ufff8" + - "\010\ufff8\033\ufff8\034\ufff8\036\ufff8\037\ufff8\001\002\000" + - "\034\002\ufff5\003\164\004\ufff5\007\ufff5\010\ufff5\015\121" + - "\025\ufff5\030\ufff5\032\ufff5\033\ufff5\034\ufff5\036\ufff5\037" + - "\ufff5\001\002\000\022\002\uffed\004\uffed\007\uffed\010\uffed" + - "\033\uffed\034\uffed\036\uffed\037\uffed\001\002\000\030\002" + - "\uffd4\004\uffd4\007\uffd4\010\uffd4\025\uffd4\030\uffd4\032\uffd4" + - "\033\uffd4\034\uffd4\036\uffd4\037\uffd4\001\002\000\030\002" + - "\uffcf\004\uffcf\007\uffcf\010\uffcf\025\045\030\044\032\uffcf" + - "\033\uffcf\034\uffcf\036\uffcf\037\uffcf\001\002\000\024\002" + - "\uffbf\004\uffbf\007\uffbf\010\uffbf\032\055\033\uffbf\034\uffbf" + - "\036\uffbf\037\uffbf\001\002\000\022\002\uffee\004\uffee\007" + - "\uffee\010\uffee\033\uffee\034\uffee\036\uffee\037\uffee\001\002" + - "\000\024\002\ufff0\004\ufff0\007\ufff0\010\ufff0\012\ufff0\033" + - "\ufff0\034\ufff0\036\ufff0\037\ufff0\001\002\000\026\002\uffbf" + - "\004\uffbf\007\uffbf\010\uffbf\012\uffbf\032\055\033\uffbf\034" + - "\uffbf\036\uffbf\037\uffbf\001\002\000\024\002\ufff1\004\ufff1" + - "\007\ufff1\010\ufff1\012\ufff1\033\ufff1\034\ufff1\036\ufff1\037" + - "\ufff1\001\002\000\004\040\uffe6\001\002\000\004\040\uffe2" + - "\001\002\000\004\040\ufffa\001\002\000\034\002\uffdd\003" + - "\200\004\uffdd\005\031\007\uffdd\010\uffdd\025\uffdd\030\uffdd" + - "\032\uffdd\033\uffdd\034\uffdd\036\uffdd\037\uffdd\001\002\000" + - "\022\002\uffe3\004\uffe3\007\uffe3\010\uffe3\033\uffe3\034\uffe3" + - "\036\uffe3\037\uffe3\001\002\000\030\002\uffd4\004\uffd4\007" + - "\uffd4\010\uffd4\025\uffd4\030\uffd4\032\uffd4\033\uffd4\034\uffd4" + - "\036\uffd4\037\uffd4\001\002\000\030\002\uffcf\004\uffcf\007" + - "\uffcf\010\uffcf\025\045\030\044\032\uffcf\033\uffcf\034\uffcf" + - "\036\uffcf\037\uffcf\001\002\000\024\002\uffbf\004\uffbf\007" + - "\uffbf\010\uffbf\032\055\033\uffbf\034\uffbf\036\uffbf\037\uffbf" + - "\001\002\000\022\002\uffe4\004\uffe4\007\uffe4\010\uffe4\033" + - "\uffe4\034\uffe4\036\uffe4\037\uffe4\001\002" }); + "\000\216\000\030\002\ufffa\003\005\004\ufffa\007\ufffa\010" + + "\ufffa\011\ufffa\012\ufffa\037\ufffa\040\ufffa\042\ufffa\043\ufffa" + + "\001\002\000\026\002\021\004\016\007\010\010\024\011" + + "\026\012\007\037\031\040\032\042\006\043\020\001\002" + + "\000\026\002\ufff9\004\ufff9\007\ufff9\010\ufff9\011\ufff9\012" + + "\ufff9\037\ufff9\040\ufff9\042\ufff9\043\ufff9\001\002\000\004" + + "\044\uffdf\001\002\000\004\044\uffe2\001\002\000\004\044" + + "\uffe7\001\002\000\026\002\ufffb\004\ufffb\007\ufffb\010\ufffb" + + "\011\ufffb\012\ufffb\037\ufffb\040\ufffb\042\ufffb\043\ufffb\001" + + "\002\000\004\044\220\001\002\000\026\002\uffff\004\uffff" + + "\007\uffff\010\uffff\011\uffff\012\uffff\037\uffff\040\uffff\042" + + "\uffff\043\uffff\001\002\000\004\044\212\001\002\000\026" + + "\002\ufffd\004\ufffd\007\ufffd\010\ufffd\011\ufffd\012\ufffd\037" + + "\ufffd\040\ufffd\042\ufffd\043\ufffd\001\002\000\004\044\ufff7" + + "\001\002\000\004\044\211\001\002\000\004\044\uffdb\001" + + "\002\000\004\002\000\001\002\000\026\002\001\004\001" + + "\007\001\010\001\011\001\012\001\037\001\040\001\042" + + "\001\043\001\001\002\000\004\044\130\001\002\000\010" + + "\004\126\042\125\043\127\001\002\000\004\044\117\001" + + "\002\000\004\044\uffe4\001\002\000\004\044\036\001\002" + + "\000\026\002\ufffc\004\ufffc\007\ufffc\010\ufffc\011\ufffc\012" + + "\ufffc\037\ufffc\040\ufffc\042\ufffc\043\ufffc\001\002\000\004" + + "\007\035\001\002\000\004\007\034\001\002\000\026\002" + + "\ufffe\004\ufffe\007\ufffe\010\ufffe\011\ufffe\012\ufffe\037\ufffe" + + "\040\ufffe\042\ufffe\043\ufffe\001\002\000\004\044\uffe8\001" + + "\002\000\004\044\uffe9\001\002\000\040\002\uffd7\003\037" + + "\004\uffd7\005\040\007\uffd7\010\uffd7\011\uffd7\012\uffd7\027" + + "\uffd7\032\uffd7\036\uffd7\037\uffd7\040\uffd7\042\uffd7\043\uffd7" + + "\001\002\000\026\002\uffdd\004\uffdd\007\uffdd\010\uffdd\011" + + "\uffdd\012\uffdd\037\uffdd\040\uffdd\042\uffdd\043\uffdd\001\002" + + "\000\006\031\116\044\uffd6\001\002\000\034\002\uffce\004" + + "\uffce\007\uffce\010\uffce\011\uffce\012\uffce\027\uffce\032\uffce" + + "\036\uffce\037\uffce\040\uffce\042\uffce\043\uffce\001\002\000" + + "\004\044\046\001\002\000\044\002\uffd8\004\uffd8\006\uffd8" + + "\007\uffd8\010\uffd8\011\uffd8\012\uffd8\013\uffd8\014\uffd8\020" + + "\044\027\uffd8\032\uffd8\036\uffd8\037\uffd8\040\uffd8\042\uffd8" + + "\043\uffd8\001\002\000\004\044\045\001\002\000\044\002" + + "\uffd4\004\uffd4\006\uffd4\007\uffd4\010\uffd4\011\uffd4\012\uffd4" + + "\013\uffd4\014\uffd4\020\uffd4\027\uffd4\032\uffd4\036\uffd4\037" + + "\uffd4\040\uffd4\042\uffd4\043\uffd4\001\002\000\044\002\uffd3" + + "\004\uffd3\006\uffd3\007\uffd3\010\uffd3\011\uffd3\012\uffd3\013" + + "\uffd3\014\uffd3\020\uffd3\027\uffd3\032\uffd3\036\uffd3\037\uffd3" + + "\040\uffd3\042\uffd3\043\uffd3\001\002\000\034\002\uffc9\004" + + "\uffc9\007\uffc9\010\uffc9\011\uffc9\012\uffc9\027\054\032\053" + + "\036\uffc9\037\uffc9\040\uffc9\042\uffc9\043\uffc9\001\002\000" + + "\032\002\uffca\004\uffca\007\uffca\010\uffca\011\uffca\012\uffca" + + "\036\uffca\037\uffca\040\uffca\042\uffca\043\uffca\044\111\001" + + "\002\000\042\002\uffcf\004\uffcf\007\uffcf\010\uffcf\011\uffcf" + + "\012\uffcf\013\uffcf\014\uffcf\027\uffcf\032\uffcf\035\uffcf\036" + + "\uffcf\037\uffcf\040\uffcf\042\uffcf\043\uffcf\001\002\000\030" + + "\002\uffb9\004\uffb9\007\uffb9\010\uffb9\011\uffb9\012\uffb9\036" + + "\064\037\uffb9\040\uffb9\042\uffb9\043\uffb9\001\002\000\032" + + "\002\uffc7\004\uffc7\007\uffc7\010\uffc7\011\uffc7\012\uffc7\036" + + "\uffc7\037\uffc7\040\uffc7\042\uffc7\043\uffc7\044\uffc7\001\002" + + "\000\006\044\057\046\055\001\002\000\046\002\uffd1\004" + + "\uffd1\007\uffd1\010\uffd1\011\uffd1\012\uffd1\013\uffd1\014\uffd1" + + "\027\uffd1\030\uffd1\032\uffd1\035\uffd1\036\uffd1\037\uffd1\040" + + "\uffd1\042\uffd1\043\uffd1\044\uffd1\001\002\000\004\030\060" + + "\001\002\000\046\002\uffd2\004\uffd2\007\uffd2\010\uffd2\011" + + "\uffd2\012\uffd2\013\uffd2\014\uffd2\027\uffd2\030\uffd2\032\uffd2" + + "\035\uffd2\036\uffd2\037\uffd2\040\uffd2\042\uffd2\043\uffd2\044" + + "\uffd2\001\002\000\004\044\061\001\002\000\042\002\uffd0" + + "\004\uffd0\007\uffd0\010\uffd0\011\uffd0\012\uffd0\013\uffd0\014" + + "\uffd0\027\uffd0\032\uffd0\035\uffd0\036\uffd0\037\uffd0\040\uffd0" + + "\042\uffd0\043\uffd0\001\002\000\026\002\uffde\004\uffde\007" + + "\uffde\010\uffde\011\uffde\012\uffde\037\uffde\040\uffde\042\uffde" + + "\043\uffde\001\002\000\040\002\uffba\004\uffba\007\uffba\010" + + "\uffba\011\uffba\012\uffba\013\uffba\014\uffba\037\uffba\040\uffba" + + "\041\066\042\uffba\043\uffba\044\uffb2\050\uffb2\001\002\000" + + "\040\002\uffb7\004\uffb7\007\uffb7\010\uffb7\011\uffb7\012\uffb7" + + "\013\uffb7\014\uffb7\037\uffb7\040\uffb7\041\uffb7\042\uffb7\043" + + "\uffb7\044\uffb7\050\uffb7\001\002\000\006\044\070\050\067" + + "\001\002\000\006\044\uffb3\050\uffb3\001\002\000\054\002" + + "\uffb0\004\uffb0\007\uffb0\010\uffb0\011\uffb0\012\uffb0\013\uffb0" + + "\014\uffb0\015\uffb0\016\uffb0\025\uffb0\026\uffb0\033\uffb0\034" + + "\uffb0\037\uffb0\040\uffb0\041\uffb0\042\uffb0\043\uffb0\044\uffb0" + + "\050\uffb0\001\002\000\054\002\uffb1\004\uffb1\007\uffb1\010" + + "\uffb1\011\uffb1\012\uffb1\013\uffb1\014\uffb1\015\uffb1\016\uffb1" + + "\025\uffb1\026\uffb1\033\uffb1\034\uffb1\037\uffb1\040\uffb1\041" + + "\uffb1\042\uffb1\043\uffb1\044\uffb1\050\uffb1\001\002\000\016" + + "\015\073\016\077\025\101\026\074\033\076\034\100\001" + + "\002\000\040\002\uffb8\004\uffb8\007\uffb8\010\uffb8\011\uffb8" + + "\012\uffb8\013\uffb8\014\uffb8\037\uffb8\040\uffb8\041\uffb8\042" + + "\uffb8\043\uffb8\044\uffb8\050\uffb8\001\002\000\006\044\uffb5" + + "\050\uffb5\001\002\000\006\044\uffb6\050\uffb6\001\002\000" + + "\006\044\070\050\067\001\002\000\006\045\103\046\102" + + "\001\002\000\006\044\uffb4\050\uffb4\001\002\000\006\045" + + "\103\046\102\001\002\000\012\044\070\045\103\046\102" + + "\050\067\001\002\000\040\002\uffaa\004\uffaa\007\uffaa\010" + + "\uffaa\011\uffaa\012\uffaa\013\uffaa\014\uffaa\037\uffaa\040\uffaa" + + "\041\uffaa\042\uffaa\043\uffaa\044\uffaa\050\uffaa\001\002\000" + + "\040\002\uffa9\004\uffa9\007\uffa9\010\uffa9\011\uffa9\012\uffa9" + + "\013\uffa9\014\uffa9\037\uffa9\040\uffa9\041\uffa9\042\uffa9\043" + + "\uffa9\044\uffa9\050\uffa9\001\002\000\040\002\uffad\004\uffad" + + "\007\uffad\010\uffad\011\uffad\012\uffad\013\uffad\014\uffad\037" + + "\uffad\040\uffad\041\uffad\042\uffad\043\uffad\044\uffad\050\uffad" + + "\001\002\000\040\002\uffae\004\uffae\007\uffae\010\uffae\011" + + "\uffae\012\uffae\013\uffae\014\uffae\037\uffae\040\uffae\041\uffae" + + "\042\uffae\043\uffae\044\uffae\050\uffae\001\002\000\040\002" + + "\uffab\004\uffab\007\uffab\010\uffab\011\uffab\012\uffab\013\uffab" + + "\014\uffab\037\uffab\040\uffab\041\uffab\042\uffab\043\uffab\044" + + "\uffab\050\uffab\001\002\000\040\002\uffac\004\uffac\007\uffac" + + "\010\uffac\011\uffac\012\uffac\013\uffac\014\uffac\037\uffac\040" + + "\uffac\041\uffac\042\uffac\043\uffac\044\uffac\050\uffac\001\002" + + "\000\040\002\uffaf\004\uffaf\007\uffaf\010\uffaf\011\uffaf\012" + + "\uffaf\013\uffaf\014\uffaf\037\uffaf\040\uffaf\041\uffaf\042\uffaf" + + "\043\uffaf\044\uffaf\050\uffaf\001\002\000\034\002\uffcb\004" + + "\uffcb\007\uffcb\010\uffcb\011\uffcb\012\uffcb\017\113\036\uffcb" + + "\037\uffcb\040\uffcb\042\uffcb\043\uffcb\044\uffcb\001\002\000" + + "\032\002\uffc8\004\uffc8\007\uffc8\010\uffc8\011\uffc8\012\uffc8" + + "\036\uffc8\037\uffc8\040\uffc8\042\uffc8\043\uffc8\044\uffc8\001" + + "\002\000\006\044\057\046\055\001\002\000\032\002\uffcd" + + "\004\uffcd\007\uffcd\010\uffcd\011\uffcd\012\uffcd\036\uffcd\037" + + "\uffcd\040\uffcd\042\uffcd\043\uffcd\044\uffcd\001\002\000\032" + + "\002\uffcc\004\uffcc\007\uffcc\010\uffcc\011\uffcc\012\uffcc\036" + + "\uffcc\037\uffcc\040\uffcc\042\uffcc\043\uffcc\044\uffcc\001\002" + + "\000\004\044\uffd5\001\002\000\040\002\uffd7\003\120\004" + + "\uffd7\005\040\007\uffd7\010\uffd7\011\uffd7\012\uffd7\027\uffd7" + + "\032\uffd7\036\uffd7\037\uffd7\040\uffd7\042\uffd7\043\uffd7\001" + + "\002\000\026\002\uffe5\004\uffe5\007\uffe5\010\uffe5\011\uffe5" + + "\012\uffe5\037\uffe5\040\uffe5\042\uffe5\043\uffe5\001\002\000" + + "\034\002\uffce\004\uffce\007\uffce\010\uffce\011\uffce\012\uffce" + + "\027\uffce\032\uffce\036\uffce\037\uffce\040\uffce\042\uffce\043" + + "\uffce\001\002\000\034\002\uffc9\004\uffc9\007\uffc9\010\uffc9" + + "\011\uffc9\012\uffc9\027\054\032\053\036\uffc9\037\uffc9\040" + + "\uffc9\042\uffc9\043\uffc9\001\002\000\030\002\uffb9\004\uffb9" + + "\007\uffb9\010\uffb9\011\uffb9\012\uffb9\036\064\037\uffb9\040" + + "\uffb9\042\uffb9\043\uffb9\001\002\000\026\002\uffe6\004\uffe6" + + "\007\uffe6\010\uffe6\011\uffe6\012\uffe6\037\uffe6\040\uffe6\042" + + "\uffe6\043\uffe6\001\002\000\004\044\uffe0\001\002\000\004" + + "\044\ufff8\001\002\000\004\044\uffdc\001\002\000\040\002" + + "\uffd7\003\131\004\uffd7\005\040\006\uffd7\007\uffd7\010\uffd7" + + "\011\uffd7\012\uffd7\013\uffd7\014\uffd7\037\uffd7\040\uffd7\042" + + "\uffd7\043\uffd7\001\002\000\026\002\ufff5\004\ufff5\007\ufff5" + + "\010\ufff5\011\ufff5\012\ufff5\037\ufff5\040\ufff5\042\ufff5\043" + + "\ufff5\001\002\000\034\002\ufff0\004\ufff0\006\134\007\ufff0" + + "\010\ufff0\011\ufff0\012\ufff0\013\ufff0\014\ufff0\037\ufff0\040" + + "\ufff0\042\ufff0\043\ufff0\001\002\000\032\002\uffed\004\uffed" + + "\007\uffed\010\uffed\011\uffed\012\uffed\013\175\014\uffed\037" + + "\uffed\040\uffed\042\uffed\043\uffed\001\002\000\044\002\ufff3" + + "\003\135\004\ufff3\007\ufff3\010\ufff3\011\ufff3\012\ufff3\013" + + "\ufff3\014\ufff3\017\136\027\ufff3\035\ufff3\036\ufff3\037\ufff3" + + "\040\ufff3\042\ufff3\043\ufff3\001\002\000\032\002\ufff1\004" + + "\ufff1\007\ufff1\010\ufff1\011\ufff1\012\ufff1\013\ufff1\014\ufff1" + + "\037\ufff1\040\ufff1\042\ufff1\043\ufff1\001\002\000\006\044" + + "\057\046\055\001\002\000\040\002\uffce\004\uffce\007\uffce" + + "\010\uffce\011\uffce\012\uffce\013\uffce\014\uffce\027\uffce\035" + + "\uffce\036\uffce\037\uffce\040\uffce\042\uffce\043\uffce\001\002" + + "\000\040\002\uffbd\004\uffbd\007\uffbd\010\uffbd\011\uffbd\012" + + "\uffbd\013\uffbd\014\uffbd\027\054\035\142\036\uffbd\037\uffbd" + + "\040\uffbd\042\uffbd\043\uffbd\001\002\000\042\002\uffbe\004" + + "\uffbe\007\uffbe\010\uffbe\011\uffbe\012\uffbe\013\uffbe\014\uffbe" + + "\023\145\024\146\036\uffbe\037\uffbe\040\uffbe\042\uffbe\043" + + "\uffbe\044\147\001\002\000\042\002\uffbb\004\uffbb\007\uffbb" + + "\010\uffbb\011\uffbb\012\uffbb\013\uffbb\014\uffbb\023\uffbb\024" + + "\uffbb\036\uffbb\037\uffbb\040\uffbb\042\uffbb\043\uffbb\044\uffbb" + + "\001\002\000\034\002\uffb9\004\uffb9\007\uffb9\010\uffb9\011" + + "\uffb9\012\uffb9\013\uffb9\014\uffb9\036\064\037\uffb9\040\uffb9" + + "\042\uffb9\043\uffb9\001\002\000\032\002\ufff2\004\ufff2\007" + + "\ufff2\010\ufff2\011\ufff2\012\ufff2\013\ufff2\014\ufff2\037\ufff2" + + "\040\ufff2\042\ufff2\043\ufff2\001\002\000\004\044\170\001" + + "\002\000\004\044\164\001\002\000\004\017\151\001\002" + + "\000\042\002\uffbc\004\uffbc\007\uffbc\010\uffbc\011\uffbc\012" + + "\uffbc\013\uffbc\014\uffbc\023\uffbc\024\uffbc\036\uffbc\037\uffbc" + + "\040\uffbc\042\uffbc\043\uffbc\044\uffbc\001\002\000\004\044" + + "\152\001\002\000\044\002\uffc2\004\uffc2\007\uffc2\010\uffc2" + + "\011\uffc2\012\uffc2\013\uffc2\014\uffc2\021\153\023\uffc2\024" + + "\uffc2\036\uffc2\037\uffc2\040\uffc2\042\uffc2\043\uffc2\044\uffc2" + + "\001\002\000\004\047\156\001\002\000\042\002\uffc4\004" + + "\uffc4\007\uffc4\010\uffc4\011\uffc4\012\uffc4\013\uffc4\014\uffc4" + + "\023\uffc4\024\uffc4\036\uffc4\037\uffc4\040\uffc4\042\uffc4\043" + + "\uffc4\044\uffc4\001\002\000\004\022\163\001\002\000\006" + + "\020\157\022\uffc1\001\002\000\004\047\160\001\002\000" + + "\006\020\161\022\uffc0\001\002\000\004\047\162\001\002" + + "\000\004\022\uffbf\001\002\000\042\002\uffc3\004\uffc3\007" + + "\uffc3\010\uffc3\011\uffc3\012\uffc3\013\uffc3\014\uffc3\023\uffc3" + + "\024\uffc3\036\uffc3\037\uffc3\040\uffc3\042\uffc3\043\uffc3\044" + + "\uffc3\001\002\000\004\017\165\001\002\000\004\044\166" + + "\001\002\000\044\002\uffc2\004\uffc2\007\uffc2\010\uffc2\011" + + "\uffc2\012\uffc2\013\uffc2\014\uffc2\021\153\023\uffc2\024\uffc2" + + "\036\uffc2\037\uffc2\040\uffc2\042\uffc2\043\uffc2\044\uffc2\001" + + "\002\000\042\002\uffc5\004\uffc5\007\uffc5\010\uffc5\011\uffc5" + + "\012\uffc5\013\uffc5\014\uffc5\023\uffc5\024\uffc5\036\uffc5\037" + + "\uffc5\040\uffc5\042\uffc5\043\uffc5\044\uffc5\001\002\000\004" + + "\017\171\001\002\000\004\044\172\001\002\000\044\002" + + "\uffc2\004\uffc2\007\uffc2\010\uffc2\011\uffc2\012\uffc2\013\uffc2" + + "\014\uffc2\021\153\023\uffc2\024\uffc2\036\uffc2\037\uffc2\040" + + "\uffc2\042\uffc2\043\uffc2\044\uffc2\001\002\000\042\002\uffc6" + + "\004\uffc6\007\uffc6\010\uffc6\011\uffc6\012\uffc6\013\uffc6\014" + + "\uffc6\023\uffc6\024\uffc6\036\uffc6\037\uffc6\040\uffc6\042\uffc6" + + "\043\uffc6\044\uffc6\001\002\000\042\002\ufff4\004\ufff4\007" + + "\ufff4\010\ufff4\011\ufff4\012\ufff4\013\ufff4\014\ufff4\027\ufff4" + + "\032\ufff4\035\ufff4\036\ufff4\037\ufff4\040\ufff4\042\ufff4\043" + + "\ufff4\001\002\000\036\002\ufff3\003\206\004\ufff3\007\ufff3" + + "\010\ufff3\011\ufff3\012\ufff3\014\ufff3\017\136\036\ufff3\037" + + "\ufff3\040\ufff3\042\ufff3\043\ufff3\001\002\000\030\002\uffea" + + "\004\uffea\007\uffea\010\uffea\011\uffea\012\uffea\014\200\037" + + "\uffea\040\uffea\042\uffea\043\uffea\001\002\000\026\002\ufff6" + + "\004\ufff6\007\ufff6\010\ufff6\011\ufff6\012\ufff6\037\ufff6\040" + + "\ufff6\042\ufff6\043\ufff6\001\002\000\040\002\ufff3\003\201" + + "\004\ufff3\007\ufff3\010\ufff3\011\ufff3\012\ufff3\017\136\027" + + "\ufff3\032\ufff3\036\ufff3\037\ufff3\040\ufff3\042\ufff3\043\ufff3" + + "\001\002\000\026\002\uffeb\004\uffeb\007\uffeb\010\uffeb\011" + + "\uffeb\012\uffeb\037\uffeb\040\uffeb\042\uffeb\043\uffeb\001\002" + + "\000\034\002\uffce\004\uffce\007\uffce\010\uffce\011\uffce\012" + + "\uffce\027\uffce\032\uffce\036\uffce\037\uffce\040\uffce\042\uffce" + + "\043\uffce\001\002\000\034\002\uffc9\004\uffc9\007\uffc9\010" + + "\uffc9\011\uffc9\012\uffc9\027\054\032\053\036\uffc9\037\uffc9" + + "\040\uffc9\042\uffc9\043\uffc9\001\002\000\030\002\uffb9\004" + + "\uffb9\007\uffb9\010\uffb9\011\uffb9\012\uffb9\036\064\037\uffb9" + + "\040\uffb9\042\uffb9\043\uffb9\001\002\000\026\002\uffec\004" + + "\uffec\007\uffec\010\uffec\011\uffec\012\uffec\037\uffec\040\uffec" + + "\042\uffec\043\uffec\001\002\000\030\002\uffee\004\uffee\007" + + "\uffee\010\uffee\011\uffee\012\uffee\014\uffee\037\uffee\040\uffee" + + "\042\uffee\043\uffee\001\002\000\032\002\uffb9\004\uffb9\007" + + "\uffb9\010\uffb9\011\uffb9\012\uffb9\014\uffb9\036\064\037\uffb9" + + "\040\uffb9\042\uffb9\043\uffb9\001\002\000\030\002\uffef\004" + + "\uffef\007\uffef\010\uffef\011\uffef\012\uffef\014\uffef\037\uffef" + + "\040\uffef\042\uffef\043\uffef\001\002\000\026\002\uffe1\004" + + "\uffe1\007\uffe1\010\uffe1\011\uffe1\012\uffe1\037\uffe1\040\uffe1" + + "\042\uffe1\043\uffe1\001\002\000\040\002\uffd7\003\213\004" + + "\uffd7\005\040\007\uffd7\010\uffd7\011\uffd7\012\uffd7\027\uffd7" + + "\032\uffd7\036\uffd7\037\uffd7\040\uffd7\042\uffd7\043\uffd7\001" + + "\002\000\026\002\uffd9\004\uffd9\007\uffd9\010\uffd9\011\uffd9" + + "\012\uffd9\037\uffd9\040\uffd9\042\uffd9\043\uffd9\001\002\000" + + "\034\002\uffce\004\uffce\007\uffce\010\uffce\011\uffce\012\uffce" + + "\027\uffce\032\uffce\036\uffce\037\uffce\040\uffce\042\uffce\043" + + "\uffce\001\002\000\034\002\uffc9\004\uffc9\007\uffc9\010\uffc9" + + "\011\uffc9\012\uffc9\027\054\032\053\036\uffc9\037\uffc9\040" + + "\uffc9\042\uffc9\043\uffc9\001\002\000\030\002\uffb9\004\uffb9" + + "\007\uffb9\010\uffb9\011\uffb9\012\uffb9\036\064\037\uffb9\040" + + "\uffb9\042\uffb9\043\uffb9\001\002\000\026\002\uffda\004\uffda" + + "\007\uffda\010\uffda\011\uffda\012\uffda\037\uffda\040\uffda\042" + + "\uffda\043\uffda\001\002\000\026\002\uffe3\004\uffe3\007\uffe3" + + "\010\uffe3\011\uffe3\012\uffe3\037\uffe3\040\uffe3\042\uffe3\043" + + "\uffe3\001\002" }); /** Access to parse-action table. */ public short[][] action_table() {return _action_table;} @@ -269,58 +314,63 @@ public class ECGReader extends java_cup.runtime.lr_parser { /** reduce_goto table. */ protected static final short[][] _reduce_table = unpackFromStrings(new String[] { - "\000\202\000\004\004\004\001\001\000\002\001\001\000" + - "\022\022\024\023\012\027\010\031\023\042\006\043\005" + - "\044\013\045\017\001\001\000\002\001\001\000\002\001" + + "\000\216\000\004\004\003\001\001\000\032\022\012\023" + + "\021\027\022\031\024\042\032\043\026\044\014\045\013" + + "\046\011\047\010\050\016\051\027\001\001\000\002\001" + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + - "\001\000\002\001\001\000\010\003\031\005\027\006\032" + - "\001\001\000\002\001\001\000\004\013\037\001\001\000" + + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + - "\001\001\000\002\001\001\000\002\001\001\000\002\001" + - "\001\000\010\007\041\014\042\016\040\001\001\000\004" + - "\010\076\001\001\000\002\001\001\000\006\020\053\021" + - "\052\001\001\000\002\001\001\000\004\033\046\001\001" + + "\001\001\000\002\001\001\000\010\003\041\005\040\006" + + "\042\001\001\000\002\001\001\000\002\001\001\000\004" + + "\013\046\001\001\000\002\001\001\000\002\001\001\000" + + "\002\001\001\000\002\001\001\000\002\001\001\000\010" + + "\007\050\014\051\016\047\001\001\000\004\010\111\001" + + "\001\000\002\001\001\000\006\020\062\021\061\001\001" + + "\000\002\001\001\000\004\033\055\001\001\000\002\001" + + "\001\000\002\001\001\000\002\001\001\000\002\001\001" + + "\000\002\001\001\000\002\001\001\000\004\040\064\001" + + "\001\000\002\001\001\000\006\012\071\036\070\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\002\001\001\000\004" + - "\040\055\001\001\000\002\001\001\000\006\012\062\036" + - "\061\001\001\000\002\001\001\000\002\001\001\000\002" + - "\001\001\000\004\032\065\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\004\036\074\001\001" + - "\000\002\001\001\000\006\035\073\036\072\001\001\000" + + "\004\032\074\001\001\000\002\001\001\000\002\001\001" + + "\000\002\001\001\000\004\036\107\001\001\000\004\035" + + "\106\001\001\000\002\001\001\000\004\035\105\001\001" + + "\000\006\035\104\036\103\001\001\000\002\001\001\000" + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + - "\001\001\000\002\001\001\000\004\037\100\001\001\000" + - "\002\001\001\000\004\033\101\001\001\000\002\001\001" + - "\000\002\001\001\000\002\001\001\000\010\003\031\005" + - "\105\006\032\001\001\000\002\001\001\000\004\013\106" + - "\001\001\000\010\007\041\014\107\016\040\001\001\000" + - "\006\020\053\021\110\001\001\000\002\001\001\000\002" + - "\001\001\000\010\003\031\005\114\006\032\001\001\000" + - "\002\001\001\000\004\024\115\001\001\000\004\025\160" + - "\001\001\000\004\030\121\001\001\000\002\001\001\000" + - "\004\033\156\001\001\000\004\013\122\001\001\000\010" + - "\007\041\015\125\017\123\001\001\000\004\011\132\001" + - "\001\000\002\001\001\000\006\020\053\021\126\001\001" + + "\001\001\000\002\001\001\000\002\001\001\000\004\037" + + "\113\001\001\000\002\001\001\000\004\033\114\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\002\001\001\000\004" + - "\034\136\001\001\000\004\041\137\001\001\000\002\001" + - "\001\000\002\001\001\000\002\001\001\000\002\001\001" + + "\010\003\041\005\120\006\042\001\001\000\002\001\001" + + "\000\004\013\121\001\001\000\010\007\050\014\122\016" + + "\047\001\001\000\006\020\062\021\123\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\002\001" + + "\001\000\010\003\041\005\131\006\042\001\001\000\002" + + "\001\001\000\004\024\132\001\001\000\004\025\175\001" + + "\001\000\004\030\136\001\001\000\002\001\001\000\004" + + "\033\173\001\001\000\004\013\137\001\001\000\010\007" + + "\050\015\142\017\140\001\001\000\004\011\147\001\001" + + "\000\002\001\001\000\006\020\062\021\143\001\001\000" + + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\004\034" + + "\153\001\001\000\004\041\154\001\001\000\002\001\001" + "\000\002\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\002\001\001\000\002\001\001\000\004" + - "\034\151\001\001\000\002\001\001\000\002\001\001\000" + - "\002\001\001\000\004\034\155\001\001\000\002\001\001" + - "\000\002\001\001\000\004\030\171\001\001\000\004\026" + - "\161\001\001\000\002\001\001\000\004\030\164\001\001" + - "\000\002\001\001\000\004\013\165\001\001\000\010\007" + - "\041\014\166\016\040\001\001\000\006\020\053\021\167" + - "\001\001\000\002\001\001\000\002\001\001\000\006\020" + - "\053\021\172\001\001\000\002\001\001\000\002\001\001" + - "\000\002\001\001\000\002\001\001\000\010\003\031\005" + - "\200\006\032\001\001\000\002\001\001\000\004\013\201" + - "\001\001\000\010\007\041\014\202\016\040\001\001\000" + - "\006\020\053\021\203\001\001\000\002\001\001" }); + "\002\001\001\000\002\001\001\000\002\001\001\000\002" + + "\001\001\000\002\001\001\000\002\001\001\000\004\034" + + "\166\001\001\000\002\001\001\000\002\001\001\000\002" + + "\001\001\000\004\034\172\001\001\000\002\001\001\000" + + "\002\001\001\000\004\030\206\001\001\000\004\026\176" + + "\001\001\000\002\001\001\000\004\030\201\001\001\000" + + "\002\001\001\000\004\013\202\001\001\000\010\007\050" + + "\014\203\016\047\001\001\000\006\020\062\021\204\001" + + "\001\000\002\001\001\000\002\001\001\000\006\020\062" + + "\021\207\001\001\000\002\001\001\000\002\001\001\000" + + "\010\003\041\005\213\006\042\001\001\000\002\001\001" + + "\000\004\013\214\001\001\000\010\007\050\014\215\016" + + "\047\001\001\000\006\020\062\021\216\001\001\000\002" + + "\001\001\000\002\001\001" }); /** Access to reduce_goto table. */ public short[][] reduce_table() {return _reduce_table;} @@ -418,7 +468,7 @@ class CUP$ECGReader$actions { switch (CUP$ECGReader$act_num) { /*. . . . . . . . . . . . . . . . . . . .*/ - case 80: // ident_or_str ::= STR + case 88: // ident_or_str ::= STR { String RESULT = null; int sleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -430,7 +480,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 79: // ident_or_str ::= EXTERNALTYPE + case 87: // ident_or_str ::= EXTERNALTYPE { String RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -442,7 +492,47 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 78: // constraint ::= slot_chain ASSIGN slot_chain + case 86: // constraint ::= slot_chain UNIDIRECTIONAL_ASSIGN ident_or_str + { + Constraint RESULT = null; + int arg1left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; + int arg1right = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).right; + String arg1 = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).value; + int opleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; + int opright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).right; + Object op = (Object)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).value; + int arg2left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; + int arg2right = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right; + String arg2 = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).value; + + RESULT = new Constraint(ECGConstants.UNIDIRECTIONAL_ASSIGN, new ECGSlotChain(arg1), arg2); + + CUP$ECGReader$result = new java_cup.runtime.Symbol(8/*constraint*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 85: // constraint ::= slot_chain NEGATE ident_or_str + { + Constraint RESULT = null; + int arg1left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; + int arg1right = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).right; + String arg1 = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).value; + int opleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; + int opright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).right; + Object op = (Object)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).value; + int arg2left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; + int arg2right = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right; + String arg2 = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).value; + + RESULT = new Constraint(ECGConstants.NEGATE, new ECGSlotChain(arg1), arg2); + + CUP$ECGReader$result = new java_cup.runtime.Symbol(8/*constraint*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 84: // constraint ::= slot_chain ASSIGN slot_chain { Constraint RESULT = null; int arg1left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; @@ -465,7 +555,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 77: // constraint ::= slot_chain ASSIGN ident_or_str + case 83: // constraint ::= slot_chain ASSIGN ident_or_str { Constraint RESULT = null; int arg1left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; @@ -485,7 +575,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 76: // constraint ::= slot_chain not_assign_operator slot_chain + case 82: // constraint ::= slot_chain not_assign_operator slot_chain { Constraint RESULT = null; int arg1left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; @@ -505,7 +595,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 75: // slot_chain ::= SLOTCHAIN + case 81: // slot_chain ::= SLOTCHAIN { String RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -517,7 +607,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 74: // slot_chain ::= IDENTIFIER + case 80: // slot_chain ::= IDENTIFIER { String RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -529,7 +619,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 73: // opt_ignore ::= + case 79: // opt_ignore ::= { Boolean RESULT = null; RESULT=false; @@ -538,7 +628,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 72: // opt_ignore ::= IGNORE + case 78: // opt_ignore ::= IGNORE { Boolean RESULT = null; RESULT= true; @@ -547,7 +637,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 71: // not_assign_operator ::= MEETS + case 77: // not_assign_operator ::= MEETS { String RESULT = null; RESULT=ECGConstants.MEETS; @@ -556,7 +646,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 70: // not_assign_operator ::= BEFORE + case 76: // not_assign_operator ::= BEFORE { String RESULT = null; RESULT=ECGConstants.BEFORE; @@ -565,7 +655,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 69: // not_assign_operator ::= IDENTIFY + case 75: // not_assign_operator ::= IDENTIFY { String RESULT = null; RESULT=ECGConstants.IDENTIFY; @@ -574,7 +664,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 68: // constraint_list ::= CONSTRAINTS + case 74: // constraint_list ::= CONSTRAINTS { LinkedHashSet RESULT = null; @@ -585,7 +675,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 67: // constraint_list ::= constraint_list opt_ignore constraint + case 73: // constraint_list ::= constraint_list opt_ignore constraint { LinkedHashSet RESULT = null; int clleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; @@ -605,7 +695,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 66: // constraint_list_opt ::= + case 72: // constraint_list_opt ::= { LinkedHashSet RESULT = null; @@ -616,7 +706,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 65: // constraint_list_opt ::= constraint_list + case 71: // constraint_list_opt ::= constraint_list { LinkedHashSet RESULT = null; int clleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -628,7 +718,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 64: // constituents_list ::= CONSTITUENTS + case 70: // constituents_list ::= CONSTITUENTS { LinkedHashSet RESULT = null; @@ -639,7 +729,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 63: // constituents_list ::= constituents_list constituent + case 69: // constituents_list ::= constituents_list constituent { LinkedHashSet RESULT = null; int clleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -657,7 +747,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 62: // constituents_list_opt ::= + case 68: // constituents_list_opt ::= { LinkedHashSet RESULT = null; RESULT = new LinkedHashSet(); @@ -666,7 +756,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 61: // constituents_list_opt ::= constituents_list + case 67: // constituents_list_opt ::= constituents_list { LinkedHashSet RESULT = null; int clleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -678,7 +768,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 60: // prob_list ::= PROB COMMA PROB COMMA PROB + case 66: // prob_list ::= PROB COMMA PROB COMMA PROB { StringBuffer RESULT = null; int p1left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-4)).left; @@ -702,7 +792,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 59: // prob_list ::= PROB COMMA PROB + case 65: // prob_list ::= PROB COMMA PROB { StringBuffer RESULT = null; int p1left = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; @@ -721,7 +811,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 58: // prob_list ::= PROB + case 64: // prob_list ::= PROB { StringBuffer RESULT = null; int pleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -733,7 +823,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 57: // opt_constituent_annotation ::= + case 63: // opt_constituent_annotation ::= { String RESULT = null; @@ -744,7 +834,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 56: // opt_constituent_annotation ::= OPENBRACKET prob_list CLOSEBRACKET + case 62: // opt_constituent_annotation ::= OPENBRACKET prob_list CLOSEBRACKET { String RESULT = null; int plleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -759,7 +849,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 55: // constituent ::= IDENTIFIER COLON IDENTIFIER opt_constituent_annotation + case 61: // constituent ::= IDENTIFIER COLON IDENTIFIER opt_constituent_annotation { Role RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-3)).left; @@ -781,7 +871,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 54: // constituent ::= EXTRAPOSED IDENTIFIER COLON IDENTIFIER opt_constituent_annotation + case 60: // constituent ::= EXTRAPOSED IDENTIFIER COLON IDENTIFIER opt_constituent_annotation { Role RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-3)).left; @@ -803,7 +893,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 53: // constituent ::= OPTIONAL IDENTIFIER COLON IDENTIFIER opt_constituent_annotation + case 59: // constituent ::= OPTIONAL IDENTIFIER COLON IDENTIFIER opt_constituent_annotation { Role RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-3)).left; @@ -825,7 +915,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 52: // roles_list ::= ROLES + case 58: // roles_list ::= ROLES { LinkedHashSet RESULT = null; @@ -836,7 +926,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 51: // roles_list ::= roles_list role + case 57: // roles_list ::= roles_list role { LinkedHashSet RESULT = null; int rlleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -853,7 +943,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 50: // roles_list_opt ::= + case 56: // roles_list_opt ::= { LinkedHashSet RESULT = null; RESULT = new LinkedHashSet(); @@ -862,7 +952,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 49: // roles_list_opt ::= roles_list + case 55: // roles_list_opt ::= roles_list { LinkedHashSet RESULT = null; int clleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -874,7 +964,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 48: // opt_type ::= + case 54: // opt_type ::= { TypeConstraint RESULT = null; RESULT = null; @@ -883,7 +973,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 47: // opt_type ::= COLON typespec + case 53: // opt_type ::= COLON typespec { TypeConstraint RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -895,7 +985,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 46: // role ::= IDENTIFIER opt_type + case 52: // role ::= IDENTIFIER opt_type { Role RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -915,7 +1005,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 45: // evoked_list_opt ::= + case 51: // evoked_list_opt ::= { LinkedHashSet RESULT = null; RESULT = new LinkedHashSet(); @@ -924,7 +1014,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 44: // evoked_list_opt ::= evoked_list_opt evoked_element + case 50: // evoked_list_opt ::= evoked_list_opt evoked_element { LinkedHashSet RESULT = null; int eleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -942,7 +1032,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 43: // evoked_element ::= EVOKES typespec AS IDENTIFIER + case 49: // evoked_element ::= EVOKES typespec AS IDENTIFIER { Role RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; @@ -960,7 +1050,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 42: // typespec ::= EXTERNALTYPE + case 48: // typespec ::= EXTERNALTYPE { String RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -972,7 +1062,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 41: // typespec ::= IDENTIFIER + case 47: // typespec ::= IDENTIFIER { String RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -984,7 +1074,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 40: // parent_list ::= subcase_of_keyword IDENTIFIER + case 46: // parent_list ::= subcase_of_keyword IDENTIFIER { HashSet RESULT = null; int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -999,7 +1089,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 39: // parent_list ::= parent_list COMMA IDENTIFIER + case 45: // parent_list ::= parent_list COMMA IDENTIFIER { HashSet RESULT = null; int plleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-2)).left; @@ -1017,7 +1107,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 38: // subcase_of_keyword ::= SUBCASE OF + case 44: // subcase_of_keyword ::= SUBCASE OF { Object RESULT = null; @@ -1026,7 +1116,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 37: // subcase_of_keyword ::= SUBCASE + case 43: // subcase_of_keyword ::= SUBCASE { Object RESULT = null; @@ -1035,7 +1125,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 36: // parent_list_opt ::= + case 42: // parent_list_opt ::= { HashSet RESULT = null; RESULT = new HashSet(); @@ -1044,7 +1134,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 35: // parent_list_opt ::= parent_list + case 41: // parent_list_opt ::= parent_list { HashSet RESULT = null; int plleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -1056,7 +1146,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 34: // situation ::= situation_kinds IDENTIFIER error + case 40: // situation ::= situation_kinds IDENTIFIER error { Situation RESULT = null; int nleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -1071,7 +1161,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 33: // situation ::= situation_kinds IDENTIFIER parent_list_opt evoked_list_opt roles_list_opt constraint_list_opt + case 39: // situation ::= situation_kinds IDENTIFIER parent_list_opt evoked_list_opt roles_list_opt constraint_list_opt { Situation RESULT = null; int kleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-5)).left; @@ -1105,7 +1195,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 32: // situation_kinds ::= SITUATION + case 38: // situation_kinds ::= SITUATION { String RESULT = null; @@ -1116,7 +1206,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 31: // situation_kinds ::= ABSTRACT SITUATION + case 37: // situation_kinds ::= ABSTRACT SITUATION { String RESULT = null; @@ -1127,7 +1217,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 30: // map ::= map_kinds IDENTIFIER error + case 36: // map ::= map_kinds IDENTIFIER error { MapPrimitive RESULT = null; int nleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -1142,7 +1232,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 29: // map ::= map_kinds IDENTIFIER parent_list_opt evoked_list_opt roles_list_opt constraint_list_opt + case 35: // map ::= map_kinds IDENTIFIER parent_list_opt evoked_list_opt roles_list_opt constraint_list_opt { MapPrimitive RESULT = null; int kleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-5)).left; @@ -1176,7 +1266,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 28: // map_kinds ::= MAP + case 34: // map_kinds ::= MAP { String RESULT = null; @@ -1187,7 +1277,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 27: // map_kinds ::= ABSTRACT MAP + case 33: // map_kinds ::= ABSTRACT MAP { String RESULT = null; @@ -1198,7 +1288,63 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 26: // schema ::= schema_kinds IDENTIFIER error + case 32: // current_import ::= import_kind IDENTIFIER + { + String RESULT = null; + int kleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; + int kright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).right; + String k = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).value; + int nleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; + int nright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right; + String n = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).value; + + RESULT = parser.grammar.addImport(n); + + CUP$ECGReader$result = new java_cup.runtime.Symbol(39/*current_import*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 31: // import_kind ::= IMPORT + { + String RESULT = null; + + RESULT = ECGConstants.IMPORT; + + CUP$ECGReader$result = new java_cup.runtime.Symbol(38/*import_kind*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 30: // current_package ::= package_kinds IDENTIFIER + { + String RESULT = null; + int kleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; + int kright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).right; + String k = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).value; + int nleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; + int nright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right; + String n = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).value; + + RESULT = parser.grammar.setPackage(n); + + CUP$ECGReader$result = new java_cup.runtime.Symbol(37/*current_package*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 29: // package_kinds ::= PACKAGE + { + String RESULT = null; + + RESULT = ECGConstants.PACKAGE; + + CUP$ECGReader$result = new java_cup.runtime.Symbol(36/*package_kinds*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 28: // schema ::= schema_kinds IDENTIFIER error { Schema RESULT = null; int nleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -1213,7 +1359,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 25: // schema ::= schema_kinds IDENTIFIER parent_list_opt evoked_list_opt roles_list_opt constraint_list_opt + case 27: // schema ::= schema_kinds IDENTIFIER parent_list_opt evoked_list_opt roles_list_opt constraint_list_opt { Schema RESULT = null; int kleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-5)).left; @@ -1239,7 +1385,8 @@ class CUP$ECGReader$actions { block.setEvokedElements(e); block.setElements(r); block.setConstraints(c); - RESULT = parser.grammar.new Schema(n, k, p, block); + RESULT = parser.grammar.new Schema(n, k, p, block); + RESULT.setPackage(parser.grammar.getPackage()); // (seantrott) RESULT.setLocation(new Location(n, parser.file, nleft, nright)); CUP$ECGReader$result = new java_cup.runtime.Symbol(17/*schema*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-5)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); @@ -1247,7 +1394,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 24: // schema_kinds ::= SCHEMA + case 26: // schema_kinds ::= SCHEMA { String RESULT = null; RESULT=ECGConstants.SEMANTIC; @@ -1256,7 +1403,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 23: // schema_kinds ::= SEMANTIC SCHEMA + case 25: // schema_kinds ::= SEMANTIC SCHEMA { String RESULT = null; RESULT=ECGConstants.SEMANTIC; @@ -1265,7 +1412,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 22: // schema_kinds ::= FEATURE SCHEMA + case 24: // schema_kinds ::= FEATURE SCHEMA { String RESULT = null; RESULT= ECGConstants.FEATURE; @@ -1274,7 +1421,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 21: // meaning_block ::= + case 23: // meaning_block ::= { Block RESULT = null; @@ -1285,7 +1432,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 20: // meaning_block ::= MEANING error + case 22: // meaning_block ::= MEANING error { Block RESULT = null; @@ -1297,7 +1444,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 19: // meaning_block ::= MEANING block_type evoked_list_opt roles_list_opt constraint_list_opt + case 21: // meaning_block ::= MEANING block_type evoked_list_opt roles_list_opt constraint_list_opt { Block RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-3)).left; @@ -1323,7 +1470,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 18: // form_block ::= + case 20: // form_block ::= { Block RESULT = null; @@ -1334,7 +1481,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 17: // form_block ::= FORM error + case 19: // form_block ::= FORM error { Block RESULT = null; @@ -1346,7 +1493,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 16: // form_block ::= FORM block_type constraint_list_opt + case 18: // form_block ::= FORM block_type constraint_list_opt { Block RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -1364,7 +1511,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 15: // cxn_block ::= + case 17: // cxn_block ::= { Block RESULT = null; @@ -1375,7 +1522,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 14: // cxn_block ::= CONSTRUCTIONAL error + case 16: // cxn_block ::= CONSTRUCTIONAL error { Block RESULT = null; @@ -1387,7 +1534,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 13: // cxn_block ::= CONSTRUCTIONAL block_type evoked_list_opt constituents_list_opt constraint_list_opt + case 15: // cxn_block ::= CONSTRUCTIONAL block_type evoked_list_opt constituents_list_opt constraint_list_opt { Block RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-3)).left; @@ -1413,7 +1560,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 12: // block_type ::= + case 14: // block_type ::= { String RESULT = null; @@ -1424,7 +1571,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 11: // block_type ::= COLON typespec + case 13: // block_type ::= COLON typespec { String RESULT = null; int tleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; @@ -1438,7 +1585,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 10: // cxn ::= cxn_kind IDENTIFIER error + case 12: // cxn ::= cxn_kind IDENTIFIER error { Construction RESULT = null; int nleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; @@ -1453,7 +1600,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 9: // cxn ::= cxn_kind IDENTIFIER parent_list_opt cxn_block form_block meaning_block + case 11: // cxn ::= cxn_kind IDENTIFIER parent_list_opt cxn_block form_block meaning_block { Construction RESULT = null; int kleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-5)).left; @@ -1488,14 +1635,16 @@ class CUP$ECGReader$actions { } RESULT = parser.grammar.new Construction(n, k, p, f, m, c); + //parser.grammar.getConstruction(n).setPackage(parser.grammar.getPackage()); RESULT.setLocation(new Location(n, parser.file, nleft, nright)); + RESULT.setPackage(parser.grammar.getPackage()); // (seantrott) CUP$ECGReader$result = new java_cup.runtime.Symbol(16/*cxn*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-5)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); } return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 8: // cxn_kind ::= CONSTRUCTION + case 10: // cxn_kind ::= CONSTRUCTION { String RESULT = null; RESULT = ECGConstants.CONCRETE; @@ -1504,7 +1653,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 7: // cxn_kind ::= ABSTRACT CONSTRUCTION + case 9: // cxn_kind ::= ABSTRACT CONSTRUCTION { String RESULT = null; RESULT = ECGConstants.ABSTRACT; @@ -1513,7 +1662,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 6: // ecg_list ::= error + case 8: // ecg_list ::= error { Grammar RESULT = null; @@ -1524,7 +1673,7 @@ class CUP$ECGReader$actions { return CUP$ECGReader$result; /*. . . . . . . . . . . . . . . . . . . .*/ - case 5: // ecg_list ::= + case 7: // ecg_list ::= { Grammar RESULT = null; @@ -1534,6 +1683,48 @@ class CUP$ECGReader$actions { } return CUP$ECGReader$result; + /*. . . . . . . . . . . . . . . . . . . .*/ + case 6: // ecg_list ::= ecg_list current_package + { + Grammar RESULT = null; + int elleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; + int elright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).right; + Grammar el = (Grammar)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).value; + int cleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; + int cright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right; + String c = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).value; + + if (c != null) { + el.setPackage(c); + el.addPackage(c); + } + RESULT = el; + + CUP$ECGReader$result = new java_cup.runtime.Symbol(2/*ecg_list*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + + /*. . . . . . . . . . . . . . . . . . . .*/ + case 5: // ecg_list ::= ecg_list current_import + { + Grammar RESULT = null; + int elleft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left; + int elright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).right; + Grammar el = (Grammar)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).value; + int ileft = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).left; + int iright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right; + String i = (String)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).value; + + if (i != null) { + el.addImport(i); + el.addPackageRelation(i); + } + RESULT = el; + + CUP$ECGReader$result = new java_cup.runtime.Symbol(2/*ecg_list*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); + } + return CUP$ECGReader$result; + /*. . . . . . . . . . . . . . . . . . . .*/ case 4: // ecg_list ::= ecg_list situation { @@ -1619,7 +1810,9 @@ class CUP$ECGReader$actions { int sright = ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right; Schema s = (Schema)((java_cup.runtime.Symbol) CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).value; - if (s != null){el.addSchema(s);} + if (s != null) { + el.addSchema(s); + } RESULT = el; CUP$ECGReader$result = new java_cup.runtime.Symbol(2/*ecg_list*/, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-1)).left, ((java_cup.runtime.Symbol)CUP$ECGReader$stack.elementAt(CUP$ECGReader$top-0)).right, RESULT); diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.lex b/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.lex index eef6e1f..3ec74aa 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.lex +++ b/compling.core/source/compling/grammar/ecg/ecgreader/ECGReader.lex @@ -46,6 +46,8 @@ PROBABILITY = 0[\.][0-9]+ | [\.][0-9]+ | 1 | 1[\.]0 "<--" { return new Symbol(sym.ASSIGN, ECGConstants.ASSIGN); } "<->" { return new Symbol(sym.IDENTIFY, ECGConstants.IDENTIFY); } "<-->" { return new Symbol(sym.IDENTIFY, ECGConstants.IDENTIFY); } + "#" { return new Symbol(sym.NEGATE, ECGConstants.NEGATE); } + "<=" { return new Symbol(sym.UNIDIRECTIONAL_ASSIGN, ECGConstants.UNIDIRECTIONAL_ASSIGN); } "constructional" { return new Symbol(sym.CONSTRUCTIONAL); } "construction" { return new Symbol(sym.CONSTRUCTION); } "optional" { return new Symbol(sym.OPTIONAL); } @@ -71,6 +73,8 @@ PROBABILITY = 0[\.][0-9]+ | [\.][0-9]+ | 1 | 1[\.]0 "roles" { return new Symbol(sym.ROLES); } "map" { return new Symbol(sym.MAP); } "situation" { return new Symbol(sym.SITUATION); } + "package" { return new Symbol(sym.PACKAGE); } + "import" { return new Symbol(sym.IMPORT); } \"{STRING_TEXT}\" { return new Symbol(sym.STR, new String(yytext())); } ({IDENT}\.)+{IDENT} { return new Symbol(sym.SLOTCHAIN, new String(yytext())); } {IDENT} { return new Symbol(sym.IDENTIFIER, diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/IErrorListener.java b/compling.core/source/compling/grammar/ecg/ecgreader/IErrorListener.java index b5c4e22..bba0dba 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/IErrorListener.java +++ b/compling.core/source/compling/grammar/ecg/ecgreader/IErrorListener.java @@ -23,5 +23,7 @@ public enum Severity { }; void notify(String errorMessage, Location location, Severity severity); + + void notify(String errorMessage, Severity severity); } diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java b/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java index 559eff3..1780307 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java +++ b/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java @@ -1,4 +1,4 @@ -/* The following code was generated by JFlex 1.4.3 on 5/18/12 5:19 PM */ +/* The following code was generated by JFlex 1.4.3 on 4/21/16 10:50 AM */ package compling.grammar.ecg.ecgreader; @@ -11,7 +11,7 @@ /** * This class is a scanner generated by * JFlex 1.4.3 - * on 5/18/12 5:19 PM from the specification file + * on 4/21/16 10:50 AM from the specification file * ECGReader.lex */ public class Yylex implements java_cup.runtime.Scanner { @@ -41,92 +41,92 @@ public class Yylex implements java_cup.runtime.Scanner { * Translates characters to character classes */ private static final String ZZ_CMAP_PACKED = - "\10\0\1\1\1\53\1\5\2\0\1\4\22\0\1\53\1\0\1\3"+ - "\7\0\1\6\1\0\1\50\1\12\1\15\1\7\1\14\1\17\10\16"+ - "\1\47\1\0\1\22\1\0\1\23\1\0\1\13\1\34\1\42\1\24"+ - "\1\41\1\37\1\45\1\46\1\43\1\33\1\10\1\52\1\35\1\44"+ - "\1\26\1\25\1\36\1\10\1\31\1\27\1\30\1\32\1\51\1\10"+ - "\1\40\2\10\1\20\1\2\1\21\1\0\1\10\1\0\1\34\1\42"+ - "\1\24\1\41\1\37\1\45\1\46\1\43\1\33\1\10\1\52\1\35"+ - "\1\44\1\26\1\25\1\36\1\10\1\31\1\27\1\30\1\32\1\51"+ - "\1\10\1\40\2\10\57\0\1\10\12\0\1\10\4\0\1\10\5\0"+ - "\27\10\1\0\37\10\1\0\u01ca\10\4\0\14\10\16\0\5\10\7\0"+ - "\1\10\1\0\1\10\201\0\5\10\1\0\2\10\2\0\4\10\10\0"+ - "\1\10\1\0\3\10\1\0\1\10\1\0\24\10\1\0\123\10\1\0"+ - "\213\10\10\0\236\10\11\0\46\10\2\0\1\10\7\0\47\10\110\0"+ - "\33\10\5\0\3\10\55\0\53\10\25\0\12\11\4\0\2\10\1\0"+ - "\143\10\1\0\1\10\17\0\2\10\7\0\2\10\12\11\3\10\2\0"+ - "\1\10\20\0\1\10\1\0\36\10\35\0\131\10\13\0\1\10\16\0"+ - "\12\11\41\10\11\0\2\10\4\0\1\10\5\0\26\10\4\0\1\10"+ - "\11\0\1\10\3\0\1\10\27\0\31\10\253\0\66\10\3\0\1\10"+ - "\22\0\1\10\7\0\12\10\4\0\12\11\1\0\7\10\1\0\7\10"+ - "\5\0\10\10\2\0\2\10\2\0\26\10\1\0\7\10\1\0\1\10"+ - "\3\0\4\10\3\0\1\10\20\0\1\10\15\0\2\10\1\0\3\10"+ - "\4\0\12\11\2\10\23\0\6\10\4\0\2\10\2\0\26\10\1\0"+ - "\7\10\1\0\2\10\1\0\2\10\1\0\2\10\37\0\4\10\1\0"+ - "\1\10\7\0\12\11\2\0\3\10\20\0\11\10\1\0\3\10\1\0"+ - "\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10\22\0"+ - "\1\10\17\0\2\10\4\0\12\11\25\0\10\10\2\0\2\10\2\0"+ - "\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10\36\0"+ - "\2\10\1\0\3\10\4\0\12\11\1\0\1\10\21\0\1\10\1\0"+ - "\6\10\3\0\3\10\1\0\4\10\3\0\2\10\1\0\1\10\1\0"+ - "\2\10\3\0\2\10\3\0\3\10\3\0\14\10\26\0\1\10\25\0"+ - "\12\11\25\0\10\10\1\0\3\10\1\0\27\10\1\0\12\10\1\0"+ - "\5\10\3\0\1\10\32\0\2\10\6\0\2\10\4\0\12\11\25\0"+ - "\10\10\1\0\3\10\1\0\27\10\1\0\12\10\1\0\5\10\3\0"+ - "\1\10\40\0\1\10\1\0\2\10\4\0\12\11\1\0\2\10\22\0"+ - "\10\10\1\0\3\10\1\0\51\10\2\0\1\10\20\0\1\10\21\0"+ - "\2\10\4\0\12\11\12\0\6\10\5\0\22\10\3\0\30\10\1\0"+ - "\11\10\1\0\1\10\2\0\7\10\72\0\60\10\1\0\2\10\14\0"+ - "\7\10\11\0\12\11\47\0\2\10\1\0\1\10\2\0\2\10\1\0"+ - "\1\10\2\0\1\10\6\0\4\10\1\0\7\10\1\0\3\10\1\0"+ - "\1\10\1\0\1\10\2\0\2\10\1\0\4\10\1\0\2\10\11\0"+ - "\1\10\2\0\5\10\1\0\1\10\11\0\12\11\2\0\2\10\42\0"+ - "\1\10\37\0\12\11\26\0\10\10\1\0\44\10\33\0\5\10\163\0"+ - "\53\10\24\0\1\10\12\11\6\0\6\10\4\0\4\10\3\0\1\10"+ - "\3\0\2\10\7\0\3\10\4\0\15\10\14\0\1\10\1\0\12\11"+ - "\6\0\46\10\12\0\53\10\1\0\1\10\3\0\u0149\10\1\0\4\10"+ - "\2\0\7\10\1\0\1\10\1\0\4\10\2\0\51\10\1\0\4\10"+ - "\2\0\41\10\1\0\4\10\2\0\7\10\1\0\1\10\1\0\4\10"+ - "\2\0\17\10\1\0\71\10\1\0\4\10\2\0\103\10\45\0\20\10"+ - "\20\0\125\10\14\0\u026c\10\2\0\21\10\1\0\32\10\5\0\113\10"+ - "\25\0\15\10\1\0\4\10\16\0\22\10\16\0\22\10\16\0\15\10"+ - "\1\0\3\10\17\0\64\10\43\0\1\10\4\0\1\10\3\0\12\11"+ - "\46\0\12\11\6\0\130\10\10\0\51\10\1\0\1\10\5\0\106\10"+ - "\12\0\35\10\51\0\12\11\36\10\2\0\5\10\13\0\54\10\25\0"+ - "\7\10\10\0\12\11\46\0\27\10\11\0\65\10\53\0\12\11\6\0"+ - "\12\11\15\0\1\10\135\0\57\10\21\0\7\10\4\0\12\11\51\0"+ - "\36\10\15\0\2\10\12\11\6\0\46\10\32\0\44\10\34\0\12\11"+ - "\3\0\3\10\12\11\44\10\153\0\4\10\1\0\4\10\16\0\300\10"+ - "\100\0\u0116\10\2\0\6\10\2\0\46\10\2\0\6\10\2\0\10\10"+ - "\1\0\1\10\1\0\1\10\1\0\1\10\1\0\37\10\2\0\65\10"+ - "\1\0\7\10\1\0\1\10\3\0\3\10\1\0\7\10\3\0\4\10"+ - "\2\0\6\10\4\0\15\10\5\0\3\10\1\0\7\10\164\0\1\10"+ - "\15\0\1\10\20\0\15\10\145\0\1\10\4\0\1\10\2\0\12\10"+ - "\1\0\1\10\3\0\5\10\6\0\1\10\1\0\1\10\1\0\1\10"+ - "\1\0\4\10\1\0\13\10\2\0\4\10\5\0\5\10\4\0\1\10"+ - "\64\0\2\10\u0a7b\0\57\10\1\0\57\10\1\0\205\10\6\0\4\10"+ - "\21\0\46\10\12\0\66\10\11\0\1\10\20\0\27\10\11\0\7\10"+ - "\1\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10"+ - "\1\0\7\10\1\0\7\10\120\0\1\10\u01d5\0\2\10\52\0\5\10"+ - "\5\0\2\10\4\0\126\10\6\0\3\10\1\0\132\10\1\0\4\10"+ - "\5\0\51\10\3\0\136\10\21\0\33\10\65\0\20\10\u0200\0\u19b6\10"+ - "\112\0\u51cc\10\64\0\u048d\10\103\0\56\10\2\0\u010d\10\3\0\20\10"+ - "\12\11\2\10\24\0\57\10\20\0\31\10\10\0\106\10\61\0\11\10"+ - "\2\0\147\10\2\0\4\10\1\0\2\10\16\0\12\10\120\0\10\10"+ - "\1\0\3\10\1\0\4\10\1\0\27\10\35\0\64\10\16\0\62\10"+ - "\34\0\12\11\30\0\6\10\3\0\1\10\4\0\12\11\34\10\12\0"+ - "\27\10\31\0\35\10\7\0\57\10\34\0\1\10\12\11\46\0\51\10"+ - "\27\0\3\10\1\0\10\10\4\0\12\11\6\0\27\10\3\0\1\10"+ - "\5\0\60\10\1\0\1\10\3\0\2\10\2\0\5\10\2\0\1\10"+ - "\1\0\1\10\30\0\3\10\43\0\6\10\2\0\6\10\2\0\6\10"+ - "\11\0\7\10\1\0\7\10\221\0\43\10\15\0\12\11\6\0\u2ba4\10"+ - "\14\0\27\10\4\0\61\10\u2104\0\u012e\10\2\0\76\10\2\0\152\10"+ - "\46\0\7\10\14\0\5\10\5\0\1\10\1\0\12\10\1\0\15\10"+ - "\1\0\5\10\1\0\1\10\1\0\2\10\1\0\2\10\1\0\154\10"+ - "\41\0\u016b\10\22\0\100\10\2\0\66\10\50\0\14\10\164\0\5\10"+ - "\1\0\207\10\23\0\12\11\7\0\32\10\6\0\32\10\13\0\131\10"+ - "\3\0\6\10\2\0\6\10\2\0\6\10\2\0\3\10\43\0"; + "\10\0\1\1\1\55\1\5\2\0\1\4\22\0\1\55\1\0\1\3"+ + "\1\24\6\0\1\6\1\0\1\52\1\12\1\15\1\7\1\14\1\17"+ + "\10\16\1\51\1\0\1\22\1\25\1\23\1\0\1\13\1\36\1\44"+ + "\1\26\1\43\1\41\1\47\1\50\1\45\1\35\1\10\1\54\1\37"+ + "\1\46\1\30\1\27\1\40\1\10\1\33\1\31\1\32\1\34\1\53"+ + "\1\10\1\42\2\10\1\20\1\2\1\21\1\0\1\10\1\0\1\36"+ + "\1\44\1\26\1\43\1\41\1\47\1\50\1\45\1\35\1\10\1\54"+ + "\1\37\1\46\1\30\1\27\1\40\1\10\1\33\1\31\1\32\1\34"+ + "\1\53\1\10\1\42\2\10\57\0\1\10\12\0\1\10\4\0\1\10"+ + "\5\0\27\10\1\0\37\10\1\0\u01ca\10\4\0\14\10\16\0\5\10"+ + "\7\0\1\10\1\0\1\10\201\0\5\10\1\0\2\10\2\0\4\10"+ + "\10\0\1\10\1\0\3\10\1\0\1\10\1\0\24\10\1\0\123\10"+ + "\1\0\213\10\10\0\236\10\11\0\46\10\2\0\1\10\7\0\47\10"+ + "\110\0\33\10\5\0\3\10\55\0\53\10\25\0\12\11\4\0\2\10"+ + "\1\0\143\10\1\0\1\10\17\0\2\10\7\0\2\10\12\11\3\10"+ + "\2\0\1\10\20\0\1\10\1\0\36\10\35\0\131\10\13\0\1\10"+ + "\16\0\12\11\41\10\11\0\2\10\4\0\1\10\5\0\26\10\4\0"+ + "\1\10\11\0\1\10\3\0\1\10\27\0\31\10\253\0\66\10\3\0"+ + "\1\10\22\0\1\10\7\0\12\10\4\0\12\11\1\0\7\10\1\0"+ + "\7\10\5\0\10\10\2\0\2\10\2\0\26\10\1\0\7\10\1\0"+ + "\1\10\3\0\4\10\3\0\1\10\20\0\1\10\15\0\2\10\1\0"+ + "\3\10\4\0\12\11\2\10\23\0\6\10\4\0\2\10\2\0\26\10"+ + "\1\0\7\10\1\0\2\10\1\0\2\10\1\0\2\10\37\0\4\10"+ + "\1\0\1\10\7\0\12\11\2\0\3\10\20\0\11\10\1\0\3\10"+ + "\1\0\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10"+ + "\22\0\1\10\17\0\2\10\4\0\12\11\25\0\10\10\2\0\2\10"+ + "\2\0\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10"+ + "\36\0\2\10\1\0\3\10\4\0\12\11\1\0\1\10\21\0\1\10"+ + "\1\0\6\10\3\0\3\10\1\0\4\10\3\0\2\10\1\0\1\10"+ + "\1\0\2\10\3\0\2\10\3\0\3\10\3\0\14\10\26\0\1\10"+ + "\25\0\12\11\25\0\10\10\1\0\3\10\1\0\27\10\1\0\12\10"+ + "\1\0\5\10\3\0\1\10\32\0\2\10\6\0\2\10\4\0\12\11"+ + "\25\0\10\10\1\0\3\10\1\0\27\10\1\0\12\10\1\0\5\10"+ + "\3\0\1\10\40\0\1\10\1\0\2\10\4\0\12\11\1\0\2\10"+ + "\22\0\10\10\1\0\3\10\1\0\51\10\2\0\1\10\20\0\1\10"+ + "\21\0\2\10\4\0\12\11\12\0\6\10\5\0\22\10\3\0\30\10"+ + "\1\0\11\10\1\0\1\10\2\0\7\10\72\0\60\10\1\0\2\10"+ + "\14\0\7\10\11\0\12\11\47\0\2\10\1\0\1\10\2\0\2\10"+ + "\1\0\1\10\2\0\1\10\6\0\4\10\1\0\7\10\1\0\3\10"+ + "\1\0\1\10\1\0\1\10\2\0\2\10\1\0\4\10\1\0\2\10"+ + "\11\0\1\10\2\0\5\10\1\0\1\10\11\0\12\11\2\0\2\10"+ + "\42\0\1\10\37\0\12\11\26\0\10\10\1\0\44\10\33\0\5\10"+ + "\163\0\53\10\24\0\1\10\12\11\6\0\6\10\4\0\4\10\3\0"+ + "\1\10\3\0\2\10\7\0\3\10\4\0\15\10\14\0\1\10\1\0"+ + "\12\11\6\0\46\10\12\0\53\10\1\0\1\10\3\0\u0149\10\1\0"+ + "\4\10\2\0\7\10\1\0\1\10\1\0\4\10\2\0\51\10\1\0"+ + "\4\10\2\0\41\10\1\0\4\10\2\0\7\10\1\0\1\10\1\0"+ + "\4\10\2\0\17\10\1\0\71\10\1\0\4\10\2\0\103\10\45\0"+ + "\20\10\20\0\125\10\14\0\u026c\10\2\0\21\10\1\0\32\10\5\0"+ + "\113\10\25\0\15\10\1\0\4\10\16\0\22\10\16\0\22\10\16\0"+ + "\15\10\1\0\3\10\17\0\64\10\43\0\1\10\4\0\1\10\3\0"+ + "\12\11\46\0\12\11\6\0\130\10\10\0\51\10\1\0\1\10\5\0"+ + "\106\10\12\0\35\10\51\0\12\11\36\10\2\0\5\10\13\0\54\10"+ + "\25\0\7\10\10\0\12\11\46\0\27\10\11\0\65\10\53\0\12\11"+ + "\6\0\12\11\15\0\1\10\135\0\57\10\21\0\7\10\4\0\12\11"+ + "\51\0\36\10\15\0\2\10\12\11\6\0\46\10\32\0\44\10\34\0"+ + "\12\11\3\0\3\10\12\11\44\10\153\0\4\10\1\0\4\10\16\0"+ + "\300\10\100\0\u0116\10\2\0\6\10\2\0\46\10\2\0\6\10\2\0"+ + "\10\10\1\0\1\10\1\0\1\10\1\0\1\10\1\0\37\10\2\0"+ + "\65\10\1\0\7\10\1\0\1\10\3\0\3\10\1\0\7\10\3\0"+ + "\4\10\2\0\6\10\4\0\15\10\5\0\3\10\1\0\7\10\164\0"+ + "\1\10\15\0\1\10\20\0\15\10\145\0\1\10\4\0\1\10\2\0"+ + "\12\10\1\0\1\10\3\0\5\10\6\0\1\10\1\0\1\10\1\0"+ + "\1\10\1\0\4\10\1\0\13\10\2\0\4\10\5\0\5\10\4\0"+ + "\1\10\64\0\2\10\u0a7b\0\57\10\1\0\57\10\1\0\205\10\6\0"+ + "\4\10\21\0\46\10\12\0\66\10\11\0\1\10\20\0\27\10\11\0"+ + "\7\10\1\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10\1\0"+ + "\7\10\1\0\7\10\1\0\7\10\120\0\1\10\u01d5\0\2\10\52\0"+ + "\5\10\5\0\2\10\4\0\126\10\6\0\3\10\1\0\132\10\1\0"+ + "\4\10\5\0\51\10\3\0\136\10\21\0\33\10\65\0\20\10\u0200\0"+ + "\u19b6\10\112\0\u51cc\10\64\0\u048d\10\103\0\56\10\2\0\u010d\10\3\0"+ + "\20\10\12\11\2\10\24\0\57\10\20\0\31\10\10\0\106\10\61\0"+ + "\11\10\2\0\147\10\2\0\4\10\1\0\2\10\16\0\12\10\120\0"+ + "\10\10\1\0\3\10\1\0\4\10\1\0\27\10\35\0\64\10\16\0"+ + "\62\10\34\0\12\11\30\0\6\10\3\0\1\10\4\0\12\11\34\10"+ + "\12\0\27\10\31\0\35\10\7\0\57\10\34\0\1\10\12\11\46\0"+ + "\51\10\27\0\3\10\1\0\10\10\4\0\12\11\6\0\27\10\3\0"+ + "\1\10\5\0\60\10\1\0\1\10\3\0\2\10\2\0\5\10\2\0"+ + "\1\10\1\0\1\10\30\0\3\10\43\0\6\10\2\0\6\10\2\0"+ + "\6\10\11\0\7\10\1\0\7\10\221\0\43\10\15\0\12\11\6\0"+ + "\u2ba4\10\14\0\27\10\4\0\61\10\u2104\0\u012e\10\2\0\76\10\2\0"+ + "\152\10\46\0\7\10\14\0\5\10\5\0\1\10\1\0\12\10\1\0"+ + "\15\10\1\0\5\10\1\0\1\10\1\0\2\10\1\0\2\10\1\0"+ + "\154\10\41\0\u016b\10\22\0\100\10\2\0\66\10\50\0\14\10\164\0"+ + "\5\10\1\0\207\10\23\0\12\11\7\0\32\10\6\0\32\10\13\0"+ + "\131\10\3\0\6\10\2\0\6\10\2\0\6\10\2\0\3\10\43\0"; /** * Translates characters to character classes @@ -140,18 +140,19 @@ public class Yylex implements java_cup.runtime.Scanner { private static final String ZZ_ACTION_PACKED_0 = "\2\0\1\1\2\2\2\3\1\2\1\4\3\2\1\5"+ - "\1\6\1\7\1\2\13\4\1\10\1\11\1\1\2\12"+ - "\1\1\2\3\1\13\2\0\1\14\1\15\1\16\1\0"+ - "\1\17\1\0\1\5\2\0\2\4\1\20\6\4\1\21"+ - "\11\4\3\0\1\22\1\0\1\14\1\0\1\23\1\5"+ - "\1\24\1\25\14\4\1\26\23\4\1\27\10\4\1\30"+ - "\6\4\1\31\5\4\1\32\3\4\1\33\2\4\1\34"+ - "\1\35\7\4\1\36\4\4\1\37\1\40\1\41\3\4"+ - "\1\42\1\4\1\43\4\4\1\44\4\4\1\45\1\4"+ - "\1\46\1\4\1\47\1\50\1\4\1\51"; + "\1\6\1\7\1\2\1\10\14\4\1\11\1\12\1\1"+ + "\2\13\1\1\2\3\1\14\2\0\1\15\1\16\1\17"+ + "\1\0\1\20\1\0\1\5\2\0\1\21\2\4\1\22"+ + "\7\4\1\23\12\4\3\0\1\24\1\0\1\15\1\0"+ + "\1\25\1\5\1\26\1\27\16\4\1\30\25\4\1\31"+ + "\10\4\1\32\10\4\1\33\5\4\1\34\3\4\1\35"+ + "\1\36\3\4\1\37\1\40\7\4\1\41\3\4\1\42"+ + "\1\4\1\43\1\44\1\45\3\4\1\46\1\4\1\47"+ + "\4\4\1\50\4\4\1\51\1\4\1\52\1\4\1\53"+ + "\1\54\1\4\1\55"; private static int [] zzUnpackAction() { - int [] result = new int[178]; + int [] result = new int[192]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; @@ -176,32 +177,33 @@ private static int zzUnpackAction(String packed, int offset, int [] result) { private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); private static final String ZZ_ROWMAP_PACKED_0 = - "\0\0\0\54\0\130\0\204\0\260\0\334\0\204\0\u0108"+ - "\0\u0134\0\u0160\0\u018c\0\u01b8\0\u01e4\0\204\0\204\0\u0210"+ - "\0\u023c\0\u0268\0\u0294\0\u02c0\0\u02ec\0\u0318\0\u0344\0\u0370"+ - "\0\u039c\0\u03c8\0\u03f4\0\204\0\204\0\204\0\u0420\0\204"+ - "\0\u044c\0\u0478\0\u04a4\0\u04d0\0\260\0\u04fc\0\204\0\204"+ - "\0\204\0\u0528\0\u0554\0\u01b8\0\u01b8\0\u0580\0\u05ac\0\u05d8"+ - "\0\u0604\0\u0134\0\u0630\0\u065c\0\u0688\0\u06b4\0\u06e0\0\u070c"+ - "\0\u0134\0\u0738\0\u0764\0\u0790\0\u07bc\0\u07e8\0\u0814\0\u0840"+ - "\0\u086c\0\u0898\0\u04a4\0\u04d0\0\u08c4\0\204\0\u08f0\0\260"+ - "\0\u091c\0\u0948\0\204\0\u0974\0\204\0\u09a0\0\u09cc\0\u09f8"+ - "\0\u0a24\0\u0a50\0\u0a7c\0\u0aa8\0\u0ad4\0\u0b00\0\u0b2c\0\u0b58"+ - "\0\u0b84\0\u0134\0\u0bb0\0\u0bdc\0\u0c08\0\u0c34\0\u0c60\0\u0c8c"+ - "\0\u0cb8\0\u0ce4\0\u0d10\0\u0d3c\0\u0d68\0\u0d94\0\u0dc0\0\u0dec"+ - "\0\u0e18\0\u0e44\0\u0e70\0\u0e9c\0\u0ec8\0\u0134\0\u0ef4\0\u0f20"+ - "\0\u0f4c\0\u0f78\0\u0fa4\0\u0fd0\0\u0ffc\0\u1028\0\u0134\0\u1054"+ - "\0\u1080\0\u10ac\0\u10d8\0\u1104\0\u1130\0\u0134\0\u115c\0\u1188"+ - "\0\u11b4\0\u11e0\0\u120c\0\u0134\0\u1238\0\u1264\0\u1290\0\u0134"+ - "\0\u12bc\0\u12e8\0\u0134\0\u0134\0\u1314\0\u1340\0\u136c\0\u1398"+ - "\0\u13c4\0\u13f0\0\u141c\0\u0134\0\u1448\0\u1474\0\u14a0\0\u14cc"+ - "\0\u0134\0\u0134\0\u0134\0\u14f8\0\u1524\0\u1550\0\u0134\0\u157c"+ - "\0\u0134\0\u15a8\0\u15d4\0\u1600\0\u162c\0\u0134\0\u1658\0\u1684"+ - "\0\u16b0\0\u16dc\0\u0134\0\u1708\0\u0134\0\u1734\0\u1760\0\u0134"+ - "\0\u178c\0\u0134"; + "\0\0\0\56\0\134\0\212\0\270\0\346\0\212\0\u0114"+ + "\0\u0142\0\u0170\0\u019e\0\u01cc\0\u01fa\0\212\0\212\0\u0228"+ + "\0\212\0\u0256\0\u0284\0\u02b2\0\u02e0\0\u030e\0\u033c\0\u036a"+ + "\0\u0398\0\u03c6\0\u03f4\0\u0422\0\u0450\0\212\0\212\0\212"+ + "\0\u047e\0\212\0\u04ac\0\u04da\0\u0508\0\u0536\0\270\0\u0564"+ + "\0\212\0\212\0\212\0\u0592\0\u05c0\0\u01cc\0\u01cc\0\u05ee"+ + "\0\u061c\0\212\0\u064a\0\u0678\0\u0142\0\u06a6\0\u06d4\0\u0702"+ + "\0\u0730\0\u075e\0\u078c\0\u07ba\0\u0142\0\u07e8\0\u0816\0\u0844"+ + "\0\u0872\0\u08a0\0\u08ce\0\u08fc\0\u092a\0\u0958\0\u0986\0\u0508"+ + "\0\u0536\0\u09b4\0\212\0\u09e2\0\270\0\u0a10\0\u0a3e\0\212"+ + "\0\u0a6c\0\212\0\u0a9a\0\u0ac8\0\u0af6\0\u0b24\0\u0b52\0\u0b80"+ + "\0\u0bae\0\u0bdc\0\u0c0a\0\u0c38\0\u0c66\0\u0c94\0\u0cc2\0\u0cf0"+ + "\0\u0142\0\u0d1e\0\u0d4c\0\u0d7a\0\u0da8\0\u0dd6\0\u0e04\0\u0e32"+ + "\0\u0e60\0\u0e8e\0\u0ebc\0\u0eea\0\u0f18\0\u0f46\0\u0f74\0\u0fa2"+ + "\0\u0fd0\0\u0ffe\0\u102c\0\u105a\0\u1088\0\u10b6\0\u0142\0\u10e4"+ + "\0\u1112\0\u1140\0\u116e\0\u119c\0\u11ca\0\u11f8\0\u1226\0\u0142"+ + "\0\u1254\0\u1282\0\u12b0\0\u12de\0\u130c\0\u133a\0\u1368\0\u1396"+ + "\0\u0142\0\u13c4\0\u13f2\0\u1420\0\u144e\0\u147c\0\u0142\0\u14aa"+ + "\0\u14d8\0\u1506\0\u0142\0\u0142\0\u1534\0\u1562\0\u1590\0\u0142"+ + "\0\u0142\0\u15be\0\u15ec\0\u161a\0\u1648\0\u1676\0\u16a4\0\u16d2"+ + "\0\u0142\0\u1700\0\u172e\0\u175c\0\u0142\0\u178a\0\u0142\0\u0142"+ + "\0\u0142\0\u17b8\0\u17e6\0\u1814\0\u0142\0\u1842\0\u0142\0\u1870"+ + "\0\u189e\0\u18cc\0\u18fa\0\u0142\0\u1928\0\u1956\0\u1984\0\u19b2"+ + "\0\u0142\0\u19e0\0\u0142\0\u1a0e\0\u1a3c\0\u0142\0\u1a6a\0\u0142"; private static int [] zzUnpackRowMap() { - int [] result = new int[178]; + int [] result = new int[192]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; @@ -226,194 +228,210 @@ private static int zzUnpackRowMap(String packed, int offset, int [] result) { private static final String ZZ_TRANS_PACKED_0 = "\3\4\1\5\1\6\1\7\1\4\1\10\1\11\2\4"+ "\1\12\1\13\1\14\1\4\1\15\1\16\1\17\1\20"+ - "\1\4\1\21\1\22\1\11\1\23\1\11\1\24\1\11"+ - "\1\25\1\26\2\11\1\27\2\11\1\30\1\11\1\31"+ - "\1\32\1\33\1\34\1\35\2\11\5\36\1\37\1\40"+ - "\46\36\4\41\1\42\1\43\1\44\45\41\54\0\2\45"+ - "\1\46\1\47\2\0\46\45\5\0\1\7\54\0\1\50"+ - "\1\51\54\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\23\11\2\0\2\11\11\0\1\53\13\0\23\53\2\0"+ - "\2\53\16\0\1\54\52\0\1\55\1\0\2\55\51\0"+ - "\1\56\50\0\1\57\51\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\60\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\12\11\1\61"+ - "\6\11\1\62\1\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\1\63\5\11\1\64\1\65"+ - "\3\11\1\66\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\1\11\1\67\21\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\22\11\1\70\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\3\11\1\71\12\11\1\72\4\11"+ - "\2\0\2\11\11\0\3\11\1\0\1\11\1\52\2\11"+ - "\4\0\14\11\1\73\6\11\2\0\1\74\1\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\75"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\10\11\1\76\2\11\1\77\7\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\1\11\1\100\11\11\1\101\7\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\102"+ - "\7\11\2\0\2\11\6\0\1\40\46\0\4\41\2\103"+ - "\1\104\45\41\5\103\1\43\1\105\53\103\1\105\45\103"+ - "\4\41\2\103\1\104\1\106\44\41\1\45\1\107\1\46"+ - "\1\110\1\0\1\111\45\45\1\107\10\0\1\112\13\0"+ - "\23\112\2\0\2\112\11\0\3\53\1\0\1\53\1\0"+ - "\2\53\4\0\23\53\2\0\2\53\15\0\1\113\51\0"+ - "\1\114\10\0\1\115\40\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\116\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\117"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\17\11\1\120\3\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\16\11\1\121"+ - "\4\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\122\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\20\11\1\123"+ - "\2\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\11\11\1\124\11\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\125"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\126\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\127"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\130\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\21\11\1\131"+ - "\1\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\12\11\1\132\10\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\133"+ - "\2\11\1\134\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\5\11\1\135\15\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\10\11\1\136\12\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\2\11\1\137\20\11\2\0"+ - "\2\11\1\0\6\103\1\105\1\106\44\103\1\45\1\107"+ - "\1\46\1\47\1\0\1\111\45\45\1\107\1\0\1\111"+ - "\1\45\2\0\1\111\45\0\1\111\10\0\3\112\1\0"+ - "\1\112\1\52\2\112\4\0\23\112\2\0\2\112\24\0"+ - "\1\115\40\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\3\11\1\140\17\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\7\11\1\141\13\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\13\11\1\142\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\1\143\22\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\6\11"+ - "\1\144\14\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\10\11\1\145\12\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\13\11"+ - "\1\146\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\1\11\1\147\21\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\4\11"+ - "\1\150\16\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\5\11\1\151\15\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\23\11"+ - "\2\0\1\11\1\152\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\153\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\154"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\155\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\20\11\1\156"+ - "\2\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\157\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\160"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\161\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\1\11\1\162"+ - "\21\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\20\11\1\163\2\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\164"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\10\11\1\165\12\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\166"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\167\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\5\11\1\170"+ - "\15\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\5\11\1\171\15\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\172"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\13\11\1\173\7\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\5\11\1\174"+ - "\15\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\7\11\1\175\13\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\3\11\1\176"+ - "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\6\11\1\177\14\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\5\11\1\200"+ - "\15\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\5\11\1\201\1\11\1\202\13\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\2\11\1\203\20\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\10\11\1\204\12\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\3\11\1\205\17\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\4\11\1\206\16\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\4\11\1\207\16\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\13\11\1\210\7\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\10\11\1\211\12\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\12\11\1\212\10\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\3\11\1\213\17\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\13\11\1\214\7\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\2\11\1\215\20\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\5\11\1\216\15\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\10\11\1\217\12\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\6\11\1\220\1\11\1\221"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\222\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\223"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\13\11\1\224\7\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\7\11\1\225"+ - "\13\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\7\11\1\226\13\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\1\227\22\11"+ - "\2\0\2\11\11\0\3\11\1\0\1\11\1\52\2\11"+ - "\4\0\1\11\1\230\21\11\2\0\2\11\11\0\3\11"+ - "\1\0\1\11\1\52\2\11\4\0\22\11\1\231\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\13\11\1\232\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\11\11\1\233\11\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\1\234\22\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\7\11\1\235\13\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\6\11"+ - "\1\236\14\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\11\11\1\237\11\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\1\11"+ - "\1\240\21\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\1\241\22\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\233"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\242\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\243"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\244\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\245"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\246\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\247"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\7\11\1\250\13\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\251"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\252\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\15\11\1\253"+ - "\5\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\254\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\3\11\1\255"+ - "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\256\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\257"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\260\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\261"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\11\11\1\262\11\11\2\0\2\11\1\0"; + "\1\4\1\21\1\4\1\22\1\23\1\11\1\24\1\11"+ + "\1\25\1\11\1\26\1\27\1\11\1\30\1\31\2\11"+ + "\1\32\1\11\1\33\1\34\1\35\1\36\1\37\2\11"+ + "\5\40\1\41\1\42\50\40\4\43\1\44\1\45\1\46"+ + "\47\43\56\0\2\47\1\50\1\51\2\0\50\47\5\0"+ + "\1\7\56\0\1\52\1\53\56\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\23\11\2\0\2\11\11\0\1\55"+ + "\15\0\23\55\2\0\2\55\16\0\1\56\54\0\1\57"+ + "\1\0\2\57\53\0\1\60\52\0\1\61\12\0\1\62"+ + "\40\0\3\11\1\0\1\11\1\54\2\11\6\0\1\11"+ + "\1\63\21\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\12\11\1\64\6\11\1\65\1\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\1\66\5\11\1\67\1\70\3\11\1\71\7\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\1\11\1\72\21\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\20\11\1\73\1\11"+ + "\1\74\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\3\11\1\75\12\11\1\76\4\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\10\11\1\77\12\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\14\11\1\100\6\11\2\0"+ + "\1\101\1\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\13\11\1\102\7\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\10\11\1\103\2\11"+ + "\1\104\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\1\11\1\105\11\11\1\106\7\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\13\11\1\107\7\11\2\0\2\11\6\0\1\42"+ + "\50\0\4\43\2\110\1\111\47\43\5\110\1\45\1\112"+ + "\55\110\1\112\47\110\4\43\2\110\1\111\1\113\46\43"+ + "\1\47\1\114\1\50\1\115\1\0\1\116\47\47\1\114"+ + "\10\0\1\117\15\0\23\117\2\0\2\117\11\0\3\55"+ + "\1\0\1\55\1\0\2\55\6\0\23\55\2\0\2\55"+ + "\15\0\1\120\53\0\1\121\10\0\1\122\42\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\2\11\1\123\20\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\4\11\1\124\16\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\17\11\1\125\3\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\16\11\1\126\4\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\4\11\1\127\16\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\20\11\1\130\2\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\11\11\1\131\11\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\12\11\1\132\10\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\2\11\1\133\20\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\3\11\1\134\17\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\1\135\22\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\4\11\1\136\16\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\1\11\1\137\21\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\21\11\1\140\1\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\12\11\1\141\10\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\10\11\1\142\2\11\1\143\7\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\5\11\1\144"+ + "\15\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\10\11\1\145\12\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\2\11\1\146"+ + "\20\11\2\0\2\11\1\0\6\110\1\112\1\113\46\110"+ + "\1\47\1\114\1\50\1\51\1\0\1\116\47\47\1\114"+ + "\1\0\1\116\1\47\2\0\1\116\47\0\1\116\10\0"+ + "\3\117\1\0\1\117\1\54\2\117\6\0\23\117\2\0"+ + "\2\117\24\0\1\122\42\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\3\11\1\147\17\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\7\11\1\150"+ + "\13\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\13\11\1\151\7\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\1\152\22\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\6\11\1\153\14\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\10\11\1\154\12\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\13\11\1\155\7\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\1\11\1\156\21\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\1\11\1\157\21\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\4\11\1\160\16\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\23\11\2\0\1\11\1\161\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\5\11\1\162\15\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\23\11\2\0\1\11\1\163\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\1\11\1\164\21\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\2\11"+ + "\1\165\20\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\4\11\1\166\16\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\20\11"+ + "\1\167\2\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\4\11\1\170\16\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\13\11"+ + "\1\171\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\4\11\1\172\16\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\1\11"+ + "\1\173\21\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\20\11\1\174\2\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\10\11"+ + "\1\175\12\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\10\11\1\176\12\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\2\11"+ + "\1\177\20\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\3\11\1\200\17\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\5\11"+ + "\1\201\15\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\5\11\1\202\15\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\5\11"+ + "\1\203\15\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\10\11\1\204\12\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\10\11"+ + "\1\205\12\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\13\11\1\206\7\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\5\11"+ + "\1\207\15\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\7\11\1\210\13\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\3\11"+ + "\1\211\17\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\6\11\1\212\14\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\5\11"+ + "\1\213\15\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\5\11\1\214\1\11\1\215\13\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\2\11\1\216\20\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\10\11\1\217\12\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\3\11\1\220\17\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\4\11\1\221\16\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\4\11\1\222\16\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\4\11\1\223\16\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\13\11\1\224\7\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\10\11\1\225\12\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\22\11\1\226\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\12\11\1\227\10\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\3\11\1\230\17\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\13\11\1\231\7\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\2\11\1\232\20\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\5\11\1\233\15\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\10\11\1\234\12\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\6\11\1\235\1\11\1\236"+ + "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\4\11\1\237\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\10\11\1\240"+ + "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\13\11\1\241\7\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\7\11\1\242"+ + "\13\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\7\11\1\243\13\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\1\244\22\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\13\11\1\245\7\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\6\0\1\11\1\246\21\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\6\0\22\11\1\247\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\13\11\1\250\7\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\6\0"+ + "\11\11\1\251\11\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\6\0\1\252\22\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\7\11"+ + "\1\253\13\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\6\11\1\254\14\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\11\11"+ + "\1\255\11\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\6\0\1\11\1\256\21\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\6\0\1\257"+ + "\22\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\4\11\1\251\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\3\11\1\260"+ + "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\4\11\1\261\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\2\11\1\262"+ + "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\13\11\1\263\7\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\2\11\1\264"+ + "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\13\11\1\265\7\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\7\11\1\266"+ + "\13\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\4\11\1\267\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\2\11\1\270"+ + "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\15\11\1\271\5\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\1\11\1\272"+ + "\21\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\3\11\1\273\17\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\4\11\1\274"+ + "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\2\11\1\275\20\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\3\11\1\276"+ + "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\6\0\10\11\1\277\12\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\6\0\11\11\1\300"+ + "\11\11\2\0\2\11\1\0"; private static int [] zzUnpackTrans() { - int [] result = new int[6072]; + int [] result = new int[6808]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; @@ -451,13 +469,14 @@ private static int zzUnpackTrans(String packed, int offset, int [] result) { private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); private static final String ZZ_ATTRIBUTE_PACKED_0 = - "\2\0\1\1\1\11\2\1\1\11\6\1\2\11\14\1"+ - "\3\11\1\1\1\11\4\1\2\0\3\11\1\0\1\1"+ - "\1\0\1\1\2\0\23\1\3\0\1\11\1\0\1\1"+ - "\1\0\1\1\1\11\1\1\1\11\145\1"; + "\2\0\1\1\1\11\2\1\1\11\6\1\2\11\1\1"+ + "\1\11\14\1\3\11\1\1\1\11\4\1\2\0\3\11"+ + "\1\0\1\1\1\0\1\1\2\0\1\11\25\1\3\0"+ + "\1\11\1\0\1\1\1\0\1\1\1\11\1\1\1\11"+ + "\156\1"; private static int [] zzUnpackAttribute() { - int [] result = new int[178]; + int [] result = new int[192]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; @@ -567,7 +586,7 @@ public Yylex(java.io.InputStream in) { char [] map = new char[0x10000]; int i = 0; /* index in packed string */ int j = 0; /* index in unpacked array */ - while (i < 1718) { + while (i < 1720) { int count = packed.charAt(i++); char value = packed.charAt(i++); do map[j++] = value; while (--count > 0); @@ -898,170 +917,186 @@ else if (zzAtEOF) { case 2: { scannerErrors.append("ERROR: In file "+file+": Unknown character " + yytext() + " at line " + yyline +"\n"); } - case 42: break; - case 35: + case 46: break; + case 39: { return new Symbol(sym.SEMANTIC); } - case 43: break; - case 14: + case 47: break; + case 15: { yybegin(commentstyle1); } - case 44: break; - case 8: + case 48: break; + case 9: { return new Symbol(sym.COLON); } - case 45: break; - case 38: + case 49: break; + case 42: { return new Symbol(sym.CONSTRAINTS); } - case 46: break; - case 37: + case 50: break; + case 41: { return new Symbol(sym.EXTRAPOSED); } - case 47: break; - case 34: + case 51: break; + case 8: + { return new Symbol(sym.NEGATE, ECGConstants.NEGATE); + } + case 52: break; + case 38: { return new Symbol(sym.OPTIONAL); } - case 48: break; - case 12: + case 53: break; + case 13: { return new Symbol(sym.STR, new String(yytext())); } - case 49: break; - case 26: + case 54: break; + case 28: { return new Symbol(sym.SCHEMA); } - case 50: break; - case 30: + case 55: break; + case 33: { return new Symbol(sym.SUBCASE); } - case 51: break; - case 17: + case 56: break; + case 19: { return new Symbol(sym.AS); } - case 52: break; + case 57: break; case 3: { ++lineNum; } - case 53: break; - case 33: + case 58: break; + case 37: { return new Symbol(sym.ABSTRACT); } - case 54: break; - case 10: + case 59: break; + case 17: + { return new Symbol(sym.UNIDIRECTIONAL_ASSIGN, ECGConstants.UNIDIRECTIONAL_ASSIGN); + } + case 60: break; + case 11: { ++lineNum; yybegin(YYINITIAL); } - case 55: break; - case 25: + case 61: break; + case 27: { return new Symbol(sym.MEETS, ECGConstants.MEETS); } - case 56: break; - case 24: + case 62: break; + case 26: { return new Symbol(sym.ROLES); } - case 57: break; - case 32: + case 63: break; + case 36: { return new Symbol(sym.FEATURE); } - case 58: break; - case 39: + case 64: break; + case 43: { return new Symbol(sym.CONSTRUCTION); } - case 59: break; + case 65: break; case 1: { /* nothing */ } - case 60: break; - case 27: + case 66: break; + case 30: { return new Symbol(sym.IGNORE); } - case 61: break; - case 9: + case 67: break; + case 10: { return new Symbol(sym.COMMA); } - case 62: break; - case 11: + case 68: break; + case 12: { scannerErrors.append("ERROR In file "+file+": Unclosed comment starting on line "+lastOpenCommentLine+"\n" ); } - case 63: break; - case 16: + case 69: break; + case 18: { return new Symbol(sym.OF); } - case 64: break; - case 36: + case 70: break; + case 40: { return new Symbol(sym.SITUATION); } - case 65: break; + case 71: break; case 7: { return new Symbol(sym.CLOSEBRACKET); } - case 66: break; - case 20: + case 72: break; + case 22: { return new Symbol(sym.ASSIGN, ECGConstants.ASSIGN); } - case 67: break; - case 31: + case 73: break; + case 34: + { return new Symbol(sym.PACKAGE); + } + case 74: break; + case 35: { return new Symbol(sym.MEANING); } - case 68: break; - case 23: + case 75: break; + case 25: { return new Symbol(sym.FORM); } - case 69: break; - case 15: + case 76: break; + case 29: + { return new Symbol(sym.IMPORT); + } + case 77: break; + case 16: { return new Symbol(sym.EXTERNALTYPE, new String(yytext())); } - case 70: break; - case 41: + case 78: break; + case 45: { return new Symbol(sym.CONSTRUCTIONAL); } - case 71: break; + case 79: break; case 6: { return new Symbol(sym.OPENBRACKET); } - case 72: break; + case 80: break; case 5: { return new Symbol(sym.PROB, new String(yytext())); } - case 73: break; - case 28: + case 81: break; + case 31: { return new Symbol(sym.EVOKES); } - case 74: break; - case 22: + case 82: break; + case 24: { return new Symbol(sym.MAP); } - case 75: break; - case 13: + case 83: break; + case 14: { yybegin(commentstyle2); } - case 76: break; - case 29: + case 84: break; + case 32: { return new Symbol(sym.BEFORE, ECGConstants.BEFORE); } - case 77: break; - case 40: + case 85: break; + case 44: { return new Symbol(sym.CONSTITUENTS); } - case 78: break; - case 19: + case 86: break; + case 21: { return new Symbol(sym.SLOTCHAIN, new String(yytext())); } - case 79: break; - case 21: + case 87: break; + case 23: { return new Symbol(sym.IDENTIFY, ECGConstants.IDENTIFY); } - case 80: break; + case 88: break; case 4: { return new Symbol(sym.IDENTIFIER, 1 + lineNum, // left yychar, // right yytext()); } - case 81: break; - case 18: + case 89: break; + case 20: { yybegin(YYINITIAL); lastOpenCommentLine = lineNum; } - case 82: break; + case 90: break; default: if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java~ b/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java~ index 174dcff..88aef31 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java~ +++ b/compling.core/source/compling/grammar/ecg/ecgreader/Yylex.java~ @@ -1,4 +1,4 @@ -/* The following code was generated by JFlex 1.4.3 on 5/18/12 5:11 PM */ +/* The following code was generated by JFlex 1.4.3 on 4/21/16 10:48 AM */ package compling.grammar.ecg.ecgreader; @@ -11,7 +11,7 @@ import compling.grammar.ecg.ecgreader.Location; /** * This class is a scanner generated by * JFlex 1.4.3 - * on 5/18/12 5:11 PM from the specification file + * on 4/21/16 10:48 AM from the specification file * ECGReader.lex */ public class Yylex implements java_cup.runtime.Scanner { @@ -41,92 +41,92 @@ public class Yylex implements java_cup.runtime.Scanner { * Translates characters to character classes */ private static final String ZZ_CMAP_PACKED = - "\10\0\1\1\1\53\1\5\2\0\1\4\22\0\1\53\1\0\1\3"+ - "\7\0\1\6\1\0\1\50\1\12\1\15\1\7\1\14\1\17\10\16"+ - "\1\47\1\0\1\22\1\0\1\23\1\0\1\13\1\34\1\42\1\24"+ - "\1\41\1\37\1\45\1\46\1\43\1\33\1\10\1\52\1\35\1\44"+ - "\1\26\1\25\1\36\1\10\1\31\1\27\1\30\1\32\1\51\1\10"+ - "\1\40\2\10\1\20\1\2\1\21\1\0\1\10\1\0\1\34\1\42"+ - "\1\24\1\41\1\37\1\45\1\46\1\43\1\33\1\10\1\52\1\35"+ - "\1\44\1\26\1\25\1\36\1\10\1\31\1\27\1\30\1\32\1\51"+ - "\1\10\1\40\2\10\57\0\1\10\12\0\1\10\4\0\1\10\5\0"+ - "\27\10\1\0\37\10\1\0\u01ca\10\4\0\14\10\16\0\5\10\7\0"+ - "\1\10\1\0\1\10\201\0\5\10\1\0\2\10\2\0\4\10\10\0"+ - "\1\10\1\0\3\10\1\0\1\10\1\0\24\10\1\0\123\10\1\0"+ - "\213\10\10\0\236\10\11\0\46\10\2\0\1\10\7\0\47\10\110\0"+ - "\33\10\5\0\3\10\55\0\53\10\25\0\12\11\4\0\2\10\1\0"+ - "\143\10\1\0\1\10\17\0\2\10\7\0\2\10\12\11\3\10\2\0"+ - "\1\10\20\0\1\10\1\0\36\10\35\0\131\10\13\0\1\10\16\0"+ - "\12\11\41\10\11\0\2\10\4\0\1\10\5\0\26\10\4\0\1\10"+ - "\11\0\1\10\3\0\1\10\27\0\31\10\253\0\66\10\3\0\1\10"+ - "\22\0\1\10\7\0\12\10\4\0\12\11\1\0\7\10\1\0\7\10"+ - "\5\0\10\10\2\0\2\10\2\0\26\10\1\0\7\10\1\0\1\10"+ - "\3\0\4\10\3\0\1\10\20\0\1\10\15\0\2\10\1\0\3\10"+ - "\4\0\12\11\2\10\23\0\6\10\4\0\2\10\2\0\26\10\1\0"+ - "\7\10\1\0\2\10\1\0\2\10\1\0\2\10\37\0\4\10\1\0"+ - "\1\10\7\0\12\11\2\0\3\10\20\0\11\10\1\0\3\10\1\0"+ - "\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10\22\0"+ - "\1\10\17\0\2\10\4\0\12\11\25\0\10\10\2\0\2\10\2\0"+ - "\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10\36\0"+ - "\2\10\1\0\3\10\4\0\12\11\1\0\1\10\21\0\1\10\1\0"+ - "\6\10\3\0\3\10\1\0\4\10\3\0\2\10\1\0\1\10\1\0"+ - "\2\10\3\0\2\10\3\0\3\10\3\0\14\10\26\0\1\10\25\0"+ - "\12\11\25\0\10\10\1\0\3\10\1\0\27\10\1\0\12\10\1\0"+ - "\5\10\3\0\1\10\32\0\2\10\6\0\2\10\4\0\12\11\25\0"+ - "\10\10\1\0\3\10\1\0\27\10\1\0\12\10\1\0\5\10\3\0"+ - "\1\10\40\0\1\10\1\0\2\10\4\0\12\11\1\0\2\10\22\0"+ - "\10\10\1\0\3\10\1\0\51\10\2\0\1\10\20\0\1\10\21\0"+ - "\2\10\4\0\12\11\12\0\6\10\5\0\22\10\3\0\30\10\1\0"+ - "\11\10\1\0\1\10\2\0\7\10\72\0\60\10\1\0\2\10\14\0"+ - "\7\10\11\0\12\11\47\0\2\10\1\0\1\10\2\0\2\10\1\0"+ - "\1\10\2\0\1\10\6\0\4\10\1\0\7\10\1\0\3\10\1\0"+ - "\1\10\1\0\1\10\2\0\2\10\1\0\4\10\1\0\2\10\11\0"+ - "\1\10\2\0\5\10\1\0\1\10\11\0\12\11\2\0\2\10\42\0"+ - "\1\10\37\0\12\11\26\0\10\10\1\0\44\10\33\0\5\10\163\0"+ - "\53\10\24\0\1\10\12\11\6\0\6\10\4\0\4\10\3\0\1\10"+ - "\3\0\2\10\7\0\3\10\4\0\15\10\14\0\1\10\1\0\12\11"+ - "\6\0\46\10\12\0\53\10\1\0\1\10\3\0\u0149\10\1\0\4\10"+ - "\2\0\7\10\1\0\1\10\1\0\4\10\2\0\51\10\1\0\4\10"+ - "\2\0\41\10\1\0\4\10\2\0\7\10\1\0\1\10\1\0\4\10"+ - "\2\0\17\10\1\0\71\10\1\0\4\10\2\0\103\10\45\0\20\10"+ - "\20\0\125\10\14\0\u026c\10\2\0\21\10\1\0\32\10\5\0\113\10"+ - "\25\0\15\10\1\0\4\10\16\0\22\10\16\0\22\10\16\0\15\10"+ - "\1\0\3\10\17\0\64\10\43\0\1\10\4\0\1\10\3\0\12\11"+ - "\46\0\12\11\6\0\130\10\10\0\51\10\1\0\1\10\5\0\106\10"+ - "\12\0\35\10\51\0\12\11\36\10\2\0\5\10\13\0\54\10\25\0"+ - "\7\10\10\0\12\11\46\0\27\10\11\0\65\10\53\0\12\11\6\0"+ - "\12\11\15\0\1\10\135\0\57\10\21\0\7\10\4\0\12\11\51\0"+ - "\36\10\15\0\2\10\12\11\6\0\46\10\32\0\44\10\34\0\12\11"+ - "\3\0\3\10\12\11\44\10\153\0\4\10\1\0\4\10\16\0\300\10"+ - "\100\0\u0116\10\2\0\6\10\2\0\46\10\2\0\6\10\2\0\10\10"+ - "\1\0\1\10\1\0\1\10\1\0\1\10\1\0\37\10\2\0\65\10"+ - "\1\0\7\10\1\0\1\10\3\0\3\10\1\0\7\10\3\0\4\10"+ - "\2\0\6\10\4\0\15\10\5\0\3\10\1\0\7\10\164\0\1\10"+ - "\15\0\1\10\20\0\15\10\145\0\1\10\4\0\1\10\2\0\12\10"+ - "\1\0\1\10\3\0\5\10\6\0\1\10\1\0\1\10\1\0\1\10"+ - "\1\0\4\10\1\0\13\10\2\0\4\10\5\0\5\10\4\0\1\10"+ - "\64\0\2\10\u0a7b\0\57\10\1\0\57\10\1\0\205\10\6\0\4\10"+ - "\21\0\46\10\12\0\66\10\11\0\1\10\20\0\27\10\11\0\7\10"+ - "\1\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10"+ - "\1\0\7\10\1\0\7\10\120\0\1\10\u01d5\0\2\10\52\0\5\10"+ - "\5\0\2\10\4\0\126\10\6\0\3\10\1\0\132\10\1\0\4\10"+ - "\5\0\51\10\3\0\136\10\21\0\33\10\65\0\20\10\u0200\0\u19b6\10"+ - "\112\0\u51cc\10\64\0\u048d\10\103\0\56\10\2\0\u010d\10\3\0\20\10"+ - "\12\11\2\10\24\0\57\10\20\0\31\10\10\0\106\10\61\0\11\10"+ - "\2\0\147\10\2\0\4\10\1\0\2\10\16\0\12\10\120\0\10\10"+ - "\1\0\3\10\1\0\4\10\1\0\27\10\35\0\64\10\16\0\62\10"+ - "\34\0\12\11\30\0\6\10\3\0\1\10\4\0\12\11\34\10\12\0"+ - "\27\10\31\0\35\10\7\0\57\10\34\0\1\10\12\11\46\0\51\10"+ - "\27\0\3\10\1\0\10\10\4\0\12\11\6\0\27\10\3\0\1\10"+ - "\5\0\60\10\1\0\1\10\3\0\2\10\2\0\5\10\2\0\1\10"+ - "\1\0\1\10\30\0\3\10\43\0\6\10\2\0\6\10\2\0\6\10"+ - "\11\0\7\10\1\0\7\10\221\0\43\10\15\0\12\11\6\0\u2ba4\10"+ - "\14\0\27\10\4\0\61\10\u2104\0\u012e\10\2\0\76\10\2\0\152\10"+ - "\46\0\7\10\14\0\5\10\5\0\1\10\1\0\12\10\1\0\15\10"+ - "\1\0\5\10\1\0\1\10\1\0\2\10\1\0\2\10\1\0\154\10"+ - "\41\0\u016b\10\22\0\100\10\2\0\66\10\50\0\14\10\164\0\5\10"+ - "\1\0\207\10\23\0\12\11\7\0\32\10\6\0\32\10\13\0\131\10"+ - "\3\0\6\10\2\0\6\10\2\0\6\10\2\0\3\10\43\0"; + "\10\0\1\1\1\54\1\5\2\0\1\4\22\0\1\54\1\0\1\3"+ + "\1\24\6\0\1\6\1\0\1\51\1\12\1\15\1\7\1\14\1\17"+ + "\10\16\1\50\1\0\1\22\1\0\1\23\1\0\1\13\1\35\1\43"+ + "\1\25\1\42\1\40\1\46\1\47\1\44\1\34\1\10\1\53\1\36"+ + "\1\45\1\27\1\26\1\37\1\10\1\32\1\30\1\31\1\33\1\52"+ + "\1\10\1\41\2\10\1\20\1\2\1\21\1\0\1\10\1\0\1\35"+ + "\1\43\1\25\1\42\1\40\1\46\1\47\1\44\1\34\1\10\1\53"+ + "\1\36\1\45\1\27\1\26\1\37\1\10\1\32\1\30\1\31\1\33"+ + "\1\52\1\10\1\41\2\10\57\0\1\10\12\0\1\10\4\0\1\10"+ + "\5\0\27\10\1\0\37\10\1\0\u01ca\10\4\0\14\10\16\0\5\10"+ + "\7\0\1\10\1\0\1\10\201\0\5\10\1\0\2\10\2\0\4\10"+ + "\10\0\1\10\1\0\3\10\1\0\1\10\1\0\24\10\1\0\123\10"+ + "\1\0\213\10\10\0\236\10\11\0\46\10\2\0\1\10\7\0\47\10"+ + "\110\0\33\10\5\0\3\10\55\0\53\10\25\0\12\11\4\0\2\10"+ + "\1\0\143\10\1\0\1\10\17\0\2\10\7\0\2\10\12\11\3\10"+ + "\2\0\1\10\20\0\1\10\1\0\36\10\35\0\131\10\13\0\1\10"+ + "\16\0\12\11\41\10\11\0\2\10\4\0\1\10\5\0\26\10\4\0"+ + "\1\10\11\0\1\10\3\0\1\10\27\0\31\10\253\0\66\10\3\0"+ + "\1\10\22\0\1\10\7\0\12\10\4\0\12\11\1\0\7\10\1\0"+ + "\7\10\5\0\10\10\2\0\2\10\2\0\26\10\1\0\7\10\1\0"+ + "\1\10\3\0\4\10\3\0\1\10\20\0\1\10\15\0\2\10\1\0"+ + "\3\10\4\0\12\11\2\10\23\0\6\10\4\0\2\10\2\0\26\10"+ + "\1\0\7\10\1\0\2\10\1\0\2\10\1\0\2\10\37\0\4\10"+ + "\1\0\1\10\7\0\12\11\2\0\3\10\20\0\11\10\1\0\3\10"+ + "\1\0\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10"+ + "\22\0\1\10\17\0\2\10\4\0\12\11\25\0\10\10\2\0\2\10"+ + "\2\0\26\10\1\0\7\10\1\0\2\10\1\0\5\10\3\0\1\10"+ + "\36\0\2\10\1\0\3\10\4\0\12\11\1\0\1\10\21\0\1\10"+ + "\1\0\6\10\3\0\3\10\1\0\4\10\3\0\2\10\1\0\1\10"+ + "\1\0\2\10\3\0\2\10\3\0\3\10\3\0\14\10\26\0\1\10"+ + "\25\0\12\11\25\0\10\10\1\0\3\10\1\0\27\10\1\0\12\10"+ + "\1\0\5\10\3\0\1\10\32\0\2\10\6\0\2\10\4\0\12\11"+ + "\25\0\10\10\1\0\3\10\1\0\27\10\1\0\12\10\1\0\5\10"+ + "\3\0\1\10\40\0\1\10\1\0\2\10\4\0\12\11\1\0\2\10"+ + "\22\0\10\10\1\0\3\10\1\0\51\10\2\0\1\10\20\0\1\10"+ + "\21\0\2\10\4\0\12\11\12\0\6\10\5\0\22\10\3\0\30\10"+ + "\1\0\11\10\1\0\1\10\2\0\7\10\72\0\60\10\1\0\2\10"+ + "\14\0\7\10\11\0\12\11\47\0\2\10\1\0\1\10\2\0\2\10"+ + "\1\0\1\10\2\0\1\10\6\0\4\10\1\0\7\10\1\0\3\10"+ + "\1\0\1\10\1\0\1\10\2\0\2\10\1\0\4\10\1\0\2\10"+ + "\11\0\1\10\2\0\5\10\1\0\1\10\11\0\12\11\2\0\2\10"+ + "\42\0\1\10\37\0\12\11\26\0\10\10\1\0\44\10\33\0\5\10"+ + "\163\0\53\10\24\0\1\10\12\11\6\0\6\10\4\0\4\10\3\0"+ + "\1\10\3\0\2\10\7\0\3\10\4\0\15\10\14\0\1\10\1\0"+ + "\12\11\6\0\46\10\12\0\53\10\1\0\1\10\3\0\u0149\10\1\0"+ + "\4\10\2\0\7\10\1\0\1\10\1\0\4\10\2\0\51\10\1\0"+ + "\4\10\2\0\41\10\1\0\4\10\2\0\7\10\1\0\1\10\1\0"+ + "\4\10\2\0\17\10\1\0\71\10\1\0\4\10\2\0\103\10\45\0"+ + "\20\10\20\0\125\10\14\0\u026c\10\2\0\21\10\1\0\32\10\5\0"+ + "\113\10\25\0\15\10\1\0\4\10\16\0\22\10\16\0\22\10\16\0"+ + "\15\10\1\0\3\10\17\0\64\10\43\0\1\10\4\0\1\10\3\0"+ + "\12\11\46\0\12\11\6\0\130\10\10\0\51\10\1\0\1\10\5\0"+ + "\106\10\12\0\35\10\51\0\12\11\36\10\2\0\5\10\13\0\54\10"+ + "\25\0\7\10\10\0\12\11\46\0\27\10\11\0\65\10\53\0\12\11"+ + "\6\0\12\11\15\0\1\10\135\0\57\10\21\0\7\10\4\0\12\11"+ + "\51\0\36\10\15\0\2\10\12\11\6\0\46\10\32\0\44\10\34\0"+ + "\12\11\3\0\3\10\12\11\44\10\153\0\4\10\1\0\4\10\16\0"+ + "\300\10\100\0\u0116\10\2\0\6\10\2\0\46\10\2\0\6\10\2\0"+ + "\10\10\1\0\1\10\1\0\1\10\1\0\1\10\1\0\37\10\2\0"+ + "\65\10\1\0\7\10\1\0\1\10\3\0\3\10\1\0\7\10\3\0"+ + "\4\10\2\0\6\10\4\0\15\10\5\0\3\10\1\0\7\10\164\0"+ + "\1\10\15\0\1\10\20\0\15\10\145\0\1\10\4\0\1\10\2\0"+ + "\12\10\1\0\1\10\3\0\5\10\6\0\1\10\1\0\1\10\1\0"+ + "\1\10\1\0\4\10\1\0\13\10\2\0\4\10\5\0\5\10\4\0"+ + "\1\10\64\0\2\10\u0a7b\0\57\10\1\0\57\10\1\0\205\10\6\0"+ + "\4\10\21\0\46\10\12\0\66\10\11\0\1\10\20\0\27\10\11\0"+ + "\7\10\1\0\7\10\1\0\7\10\1\0\7\10\1\0\7\10\1\0"+ + "\7\10\1\0\7\10\1\0\7\10\120\0\1\10\u01d5\0\2\10\52\0"+ + "\5\10\5\0\2\10\4\0\126\10\6\0\3\10\1\0\132\10\1\0"+ + "\4\10\5\0\51\10\3\0\136\10\21\0\33\10\65\0\20\10\u0200\0"+ + "\u19b6\10\112\0\u51cc\10\64\0\u048d\10\103\0\56\10\2\0\u010d\10\3\0"+ + "\20\10\12\11\2\10\24\0\57\10\20\0\31\10\10\0\106\10\61\0"+ + "\11\10\2\0\147\10\2\0\4\10\1\0\2\10\16\0\12\10\120\0"+ + "\10\10\1\0\3\10\1\0\4\10\1\0\27\10\35\0\64\10\16\0"+ + "\62\10\34\0\12\11\30\0\6\10\3\0\1\10\4\0\12\11\34\10"+ + "\12\0\27\10\31\0\35\10\7\0\57\10\34\0\1\10\12\11\46\0"+ + "\51\10\27\0\3\10\1\0\10\10\4\0\12\11\6\0\27\10\3\0"+ + "\1\10\5\0\60\10\1\0\1\10\3\0\2\10\2\0\5\10\2\0"+ + "\1\10\1\0\1\10\30\0\3\10\43\0\6\10\2\0\6\10\2\0"+ + "\6\10\11\0\7\10\1\0\7\10\221\0\43\10\15\0\12\11\6\0"+ + "\u2ba4\10\14\0\27\10\4\0\61\10\u2104\0\u012e\10\2\0\76\10\2\0"+ + "\152\10\46\0\7\10\14\0\5\10\5\0\1\10\1\0\12\10\1\0"+ + "\15\10\1\0\5\10\1\0\1\10\1\0\2\10\1\0\2\10\1\0"+ + "\154\10\41\0\u016b\10\22\0\100\10\2\0\66\10\50\0\14\10\164\0"+ + "\5\10\1\0\207\10\23\0\12\11\7\0\32\10\6\0\32\10\13\0"+ + "\131\10\3\0\6\10\2\0\6\10\2\0\6\10\2\0\3\10\43\0"; /** * Translates characters to character classes @@ -140,18 +140,19 @@ public class Yylex implements java_cup.runtime.Scanner { private static final String ZZ_ACTION_PACKED_0 = "\2\0\1\1\2\2\2\3\1\2\1\4\3\2\1\5"+ - "\1\6\1\7\1\2\13\4\1\10\1\11\1\1\2\12"+ - "\1\1\2\3\1\13\2\0\1\14\1\15\1\16\1\0"+ - "\1\17\1\0\1\5\2\0\2\4\1\20\6\4\1\21"+ - "\11\4\3\0\1\22\1\0\1\14\1\0\1\23\1\5"+ - "\1\24\1\25\14\4\1\26\23\4\1\27\10\4\1\30"+ - "\6\4\1\31\5\4\1\32\3\4\1\33\2\4\1\34"+ - "\1\35\7\4\1\36\4\4\1\37\1\40\1\41\3\4"+ - "\1\42\1\4\1\43\4\4\1\44\4\4\1\45\1\4"+ - "\1\46\1\4\1\47\1\50\1\4\1\51"; + "\1\6\1\7\1\2\1\10\14\4\1\11\1\12\1\1"+ + "\2\13\1\1\2\3\1\14\2\0\1\15\1\16\1\17"+ + "\1\0\1\20\1\0\1\5\2\0\2\4\1\21\7\4"+ + "\1\22\12\4\3\0\1\23\1\0\1\15\1\0\1\24"+ + "\1\5\1\25\1\26\16\4\1\27\25\4\1\30\10\4"+ + "\1\31\10\4\1\32\5\4\1\33\3\4\1\34\1\35"+ + "\3\4\1\36\1\37\7\4\1\40\3\4\1\41\1\4"+ + "\1\42\1\43\1\44\3\4\1\45\1\4\1\46\4\4"+ + "\1\47\4\4\1\50\1\4\1\51\1\4\1\52\1\53"+ + "\1\4\1\54"; private static int [] zzUnpackAction() { - int [] result = new int[178]; + int [] result = new int[191]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; @@ -176,32 +177,33 @@ public class Yylex implements java_cup.runtime.Scanner { private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); private static final String ZZ_ROWMAP_PACKED_0 = - "\0\0\0\54\0\130\0\204\0\260\0\334\0\204\0\u0108"+ - "\0\u0134\0\u0160\0\u018c\0\u01b8\0\u01e4\0\204\0\204\0\u0210"+ - "\0\u023c\0\u0268\0\u0294\0\u02c0\0\u02ec\0\u0318\0\u0344\0\u0370"+ - "\0\u039c\0\u03c8\0\u03f4\0\204\0\204\0\204\0\u0420\0\204"+ - "\0\u044c\0\u0478\0\u04a4\0\u04d0\0\260\0\u04fc\0\204\0\204"+ - "\0\204\0\u0528\0\u0554\0\u01b8\0\u01b8\0\u0580\0\u05ac\0\u05d8"+ - "\0\u0604\0\u0134\0\u0630\0\u065c\0\u0688\0\u06b4\0\u06e0\0\u070c"+ - "\0\u0134\0\u0738\0\u0764\0\u0790\0\u07bc\0\u07e8\0\u0814\0\u0840"+ - "\0\u086c\0\u0898\0\u04a4\0\u04d0\0\u08c4\0\204\0\u08f0\0\260"+ - "\0\u091c\0\u0948\0\204\0\u0974\0\204\0\u09a0\0\u09cc\0\u09f8"+ - "\0\u0a24\0\u0a50\0\u0a7c\0\u0aa8\0\u0ad4\0\u0b00\0\u0b2c\0\u0b58"+ - "\0\u0b84\0\u0134\0\u0bb0\0\u0bdc\0\u0c08\0\u0c34\0\u0c60\0\u0c8c"+ - "\0\u0cb8\0\u0ce4\0\u0d10\0\u0d3c\0\u0d68\0\u0d94\0\u0dc0\0\u0dec"+ - "\0\u0e18\0\u0e44\0\u0e70\0\u0e9c\0\u0ec8\0\u0134\0\u0ef4\0\u0f20"+ - "\0\u0f4c\0\u0f78\0\u0fa4\0\u0fd0\0\u0ffc\0\u1028\0\u0134\0\u1054"+ - "\0\u1080\0\u10ac\0\u10d8\0\u1104\0\u1130\0\u0134\0\u115c\0\u1188"+ - "\0\u11b4\0\u11e0\0\u120c\0\u0134\0\u1238\0\u1264\0\u1290\0\u0134"+ - "\0\u12bc\0\u12e8\0\u0134\0\u0134\0\u1314\0\u1340\0\u136c\0\u1398"+ - "\0\u13c4\0\u13f0\0\u141c\0\u0134\0\u1448\0\u1474\0\u14a0\0\u14cc"+ - "\0\u0134\0\u0134\0\u0134\0\u14f8\0\u1524\0\u1550\0\u0134\0\u157c"+ - "\0\u0134\0\u15a8\0\u15d4\0\u1600\0\u162c\0\u0134\0\u1658\0\u1684"+ - "\0\u16b0\0\u16dc\0\u0134\0\u1708\0\u0134\0\u1734\0\u1760\0\u0134"+ - "\0\u178c\0\u0134"; + "\0\0\0\55\0\132\0\207\0\264\0\341\0\207\0\u010e"+ + "\0\u013b\0\u0168\0\u0195\0\u01c2\0\u01ef\0\207\0\207\0\u021c"+ + "\0\207\0\u0249\0\u0276\0\u02a3\0\u02d0\0\u02fd\0\u032a\0\u0357"+ + "\0\u0384\0\u03b1\0\u03de\0\u040b\0\u0438\0\207\0\207\0\207"+ + "\0\u0465\0\207\0\u0492\0\u04bf\0\u04ec\0\u0519\0\264\0\u0546"+ + "\0\207\0\207\0\207\0\u0573\0\u05a0\0\u01c2\0\u01c2\0\u05cd"+ + "\0\u05fa\0\u0627\0\u0654\0\u013b\0\u0681\0\u06ae\0\u06db\0\u0708"+ + "\0\u0735\0\u0762\0\u078f\0\u013b\0\u07bc\0\u07e9\0\u0816\0\u0843"+ + "\0\u0870\0\u089d\0\u08ca\0\u08f7\0\u0924\0\u0951\0\u04ec\0\u0519"+ + "\0\u097e\0\207\0\u09ab\0\264\0\u09d8\0\u0a05\0\207\0\u0a32"+ + "\0\207\0\u0a5f\0\u0a8c\0\u0ab9\0\u0ae6\0\u0b13\0\u0b40\0\u0b6d"+ + "\0\u0b9a\0\u0bc7\0\u0bf4\0\u0c21\0\u0c4e\0\u0c7b\0\u0ca8\0\u013b"+ + "\0\u0cd5\0\u0d02\0\u0d2f\0\u0d5c\0\u0d89\0\u0db6\0\u0de3\0\u0e10"+ + "\0\u0e3d\0\u0e6a\0\u0e97\0\u0ec4\0\u0ef1\0\u0f1e\0\u0f4b\0\u0f78"+ + "\0\u0fa5\0\u0fd2\0\u0fff\0\u102c\0\u1059\0\u013b\0\u1086\0\u10b3"+ + "\0\u10e0\0\u110d\0\u113a\0\u1167\0\u1194\0\u11c1\0\u013b\0\u11ee"+ + "\0\u121b\0\u1248\0\u1275\0\u12a2\0\u12cf\0\u12fc\0\u1329\0\u013b"+ + "\0\u1356\0\u1383\0\u13b0\0\u13dd\0\u140a\0\u013b\0\u1437\0\u1464"+ + "\0\u1491\0\u013b\0\u013b\0\u14be\0\u14eb\0\u1518\0\u013b\0\u013b"+ + "\0\u1545\0\u1572\0\u159f\0\u15cc\0\u15f9\0\u1626\0\u1653\0\u013b"+ + "\0\u1680\0\u16ad\0\u16da\0\u013b\0\u1707\0\u013b\0\u013b\0\u013b"+ + "\0\u1734\0\u1761\0\u178e\0\u013b\0\u17bb\0\u013b\0\u17e8\0\u1815"+ + "\0\u1842\0\u186f\0\u013b\0\u189c\0\u18c9\0\u18f6\0\u1923\0\u013b"+ + "\0\u1950\0\u013b\0\u197d\0\u19aa\0\u013b\0\u19d7\0\u013b"; private static int [] zzUnpackRowMap() { - int [] result = new int[178]; + int [] result = new int[191]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; @@ -226,194 +228,210 @@ public class Yylex implements java_cup.runtime.Scanner { private static final String ZZ_TRANS_PACKED_0 = "\3\4\1\5\1\6\1\7\1\4\1\10\1\11\2\4"+ "\1\12\1\13\1\14\1\4\1\15\1\16\1\17\1\20"+ - "\1\4\1\21\1\22\1\11\1\23\1\11\1\24\1\11"+ - "\1\25\1\26\2\11\1\27\2\11\1\30\1\11\1\31"+ - "\1\32\1\33\1\34\1\35\2\11\5\36\1\37\1\40"+ - "\46\36\4\41\1\42\1\43\1\44\45\41\54\0\2\45"+ - "\1\46\1\47\2\0\46\45\5\0\1\7\54\0\1\50"+ - "\1\51\54\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\23\11\2\0\2\11\11\0\1\53\13\0\23\53\2\0"+ - "\2\53\16\0\1\54\52\0\1\55\1\0\2\55\51\0"+ - "\1\56\50\0\1\57\51\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\60\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\12\11\1\61"+ - "\6\11\1\62\1\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\1\63\5\11\1\64\1\65"+ - "\3\11\1\66\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\1\11\1\67\21\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\22\11\1\70\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\3\11\1\71\12\11\1\72\4\11"+ - "\2\0\2\11\11\0\3\11\1\0\1\11\1\52\2\11"+ - "\4\0\14\11\1\73\6\11\2\0\1\74\1\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\75"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\10\11\1\76\2\11\1\77\7\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\1\11\1\100\11\11\1\101\7\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\102"+ - "\7\11\2\0\2\11\6\0\1\40\46\0\4\41\2\103"+ - "\1\104\45\41\5\103\1\43\1\105\53\103\1\105\45\103"+ - "\4\41\2\103\1\104\1\106\44\41\1\45\1\107\1\46"+ - "\1\110\1\0\1\111\45\45\1\107\10\0\1\112\13\0"+ - "\23\112\2\0\2\112\11\0\3\53\1\0\1\53\1\0"+ - "\2\53\4\0\23\53\2\0\2\53\15\0\1\113\51\0"+ - "\1\114\10\0\1\115\40\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\116\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\117"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\17\11\1\120\3\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\16\11\1\121"+ - "\4\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\122\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\20\11\1\123"+ - "\2\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\11\11\1\124\11\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\125"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\126\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\127"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\130\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\21\11\1\131"+ - "\1\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\12\11\1\132\10\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\133"+ - "\2\11\1\134\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\5\11\1\135\15\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\10\11\1\136\12\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\2\11\1\137\20\11\2\0"+ - "\2\11\1\0\6\103\1\105\1\106\44\103\1\45\1\107"+ - "\1\46\1\47\1\0\1\111\45\45\1\107\1\0\1\111"+ - "\1\45\2\0\1\111\45\0\1\111\10\0\3\112\1\0"+ - "\1\112\1\52\2\112\4\0\23\112\2\0\2\112\24\0"+ - "\1\115\40\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\3\11\1\140\17\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\7\11\1\141\13\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\13\11\1\142\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\1\143\22\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\6\11"+ - "\1\144\14\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\10\11\1\145\12\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\13\11"+ - "\1\146\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\1\11\1\147\21\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\4\11"+ - "\1\150\16\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\5\11\1\151\15\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\23\11"+ - "\2\0\1\11\1\152\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\153\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\154"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\155\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\20\11\1\156"+ - "\2\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\157\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\160"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\161\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\1\11\1\162"+ - "\21\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\20\11\1\163\2\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\164"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\10\11\1\165\12\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\166"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\167\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\5\11\1\170"+ - "\15\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\5\11\1\171\15\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\172"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\13\11\1\173\7\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\5\11\1\174"+ - "\15\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\7\11\1\175\13\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\3\11\1\176"+ - "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\6\11\1\177\14\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\5\11\1\200"+ - "\15\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\5\11\1\201\1\11\1\202\13\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\2\11\1\203\20\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\10\11\1\204\12\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\3\11\1\205\17\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\4\11\1\206\16\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\4\11\1\207\16\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\13\11\1\210\7\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\10\11\1\211\12\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\12\11\1\212\10\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\3\11\1\213\17\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\13\11\1\214\7\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\2\11\1\215\20\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\5\11\1\216\15\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\10\11\1\217\12\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\6\11\1\220\1\11\1\221"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\222\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\223"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\13\11\1\224\7\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\7\11\1\225"+ - "\13\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\7\11\1\226\13\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\1\227\22\11"+ - "\2\0\2\11\11\0\3\11\1\0\1\11\1\52\2\11"+ - "\4\0\1\11\1\230\21\11\2\0\2\11\11\0\3\11"+ - "\1\0\1\11\1\52\2\11\4\0\22\11\1\231\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\13\11\1\232\7\11\2\0\2\11\11\0\3\11\1\0"+ - "\1\11\1\52\2\11\4\0\11\11\1\233\11\11\2\0"+ - "\2\11\11\0\3\11\1\0\1\11\1\52\2\11\4\0"+ - "\1\234\22\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\7\11\1\235\13\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\6\11"+ - "\1\236\14\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\11\11\1\237\11\11\2\0\2\11"+ - "\11\0\3\11\1\0\1\11\1\52\2\11\4\0\1\11"+ - "\1\240\21\11\2\0\2\11\11\0\3\11\1\0\1\11"+ - "\1\52\2\11\4\0\1\241\22\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\233"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\242\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\243"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\244\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\245"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\246\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\13\11\1\247"+ - "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\7\11\1\250\13\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\4\11\1\251"+ - "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\2\11\1\252\20\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\15\11\1\253"+ - "\5\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\1\11\1\254\21\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\3\11\1\255"+ - "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\4\11\1\256\16\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\2\11\1\257"+ - "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\3\11\1\260\17\11\2\0\2\11\11\0"+ - "\3\11\1\0\1\11\1\52\2\11\4\0\10\11\1\261"+ - "\12\11\2\0\2\11\11\0\3\11\1\0\1\11\1\52"+ - "\2\11\4\0\11\11\1\262\11\11\2\0\2\11\1\0"; + "\1\4\1\21\1\22\1\23\1\11\1\24\1\11\1\25"+ + "\1\11\1\26\1\27\1\11\1\30\1\31\2\11\1\32"+ + "\1\11\1\33\1\34\1\35\1\36\1\37\2\11\5\40"+ + "\1\41\1\42\47\40\4\43\1\44\1\45\1\46\46\43"+ + "\55\0\2\47\1\50\1\51\2\0\47\47\5\0\1\7"+ + "\55\0\1\52\1\53\55\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\23\11\2\0\2\11\11\0\1\55\14\0"+ + "\23\55\2\0\2\55\16\0\1\56\53\0\1\57\1\0"+ + "\2\57\52\0\1\60\51\0\1\61\52\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\1\11\1\62\21\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\12\11\1\63\6\11\1\64\1\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\1\65\5\11"+ + "\1\66\1\67\3\11\1\70\7\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\1\11\1\71"+ + "\21\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\20\11\1\72\1\11\1\73\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\3\11"+ + "\1\74\12\11\1\75\4\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\10\11\1\76\12\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\14\11\1\77\6\11\2\0\1\100\1\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\13\11\1\101"+ + "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\10\11\1\102\2\11\1\103\7\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\1\11\1\104\11\11\1\105\7\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\13\11\1\106"+ + "\7\11\2\0\2\11\6\0\1\42\47\0\4\43\2\107"+ + "\1\110\46\43\5\107\1\45\1\111\54\107\1\111\46\107"+ + "\4\43\2\107\1\110\1\112\45\43\1\47\1\113\1\50"+ + "\1\114\1\0\1\115\46\47\1\113\10\0\1\116\14\0"+ + "\23\116\2\0\2\116\11\0\3\55\1\0\1\55\1\0"+ + "\2\55\5\0\23\55\2\0\2\55\15\0\1\117\52\0"+ + "\1\120\10\0\1\121\41\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\2\11\1\122\20\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\4\11\1\123"+ + "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\17\11\1\124\3\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\16\11\1\125"+ + "\4\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\4\11\1\126\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\20\11\1\127"+ + "\2\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\11\11\1\130\11\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\12\11\1\131"+ + "\10\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\2\11\1\132\20\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\3\11\1\133"+ + "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\1\134\22\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\4\11\1\135\16\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\1\11\1\136\21\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\21\11\1\137\1\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\12\11\1\140\10\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\10\11\1\141\2\11"+ + "\1\142\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\5\11\1\143\15\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\10\11"+ + "\1\144\12\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\2\11\1\145\20\11\2\0\2\11"+ + "\1\0\6\107\1\111\1\112\45\107\1\47\1\113\1\50"+ + "\1\51\1\0\1\115\46\47\1\113\1\0\1\115\1\47"+ + "\2\0\1\115\46\0\1\115\10\0\3\116\1\0\1\116"+ + "\1\54\2\116\5\0\23\116\2\0\2\116\24\0\1\121"+ + "\41\0\3\11\1\0\1\11\1\54\2\11\5\0\3\11"+ + "\1\146\17\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\7\11\1\147\13\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\13\11"+ + "\1\150\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\1\151\22\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\6\11\1\152"+ + "\14\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\10\11\1\153\12\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\13\11\1\154"+ + "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\1\11\1\155\21\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\1\11\1\156"+ + "\21\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\4\11\1\157\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\23\11\2\0"+ + "\1\11\1\160\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\5\11\1\161\15\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\23\11\2\0\1\11"+ + "\1\162\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\1\11\1\163\21\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\2\11\1\164\20\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\4\11\1\165\16\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\20\11\1\166\2\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\4\11\1\167\16\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\13\11\1\170\7\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\4\11\1\171\16\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\1\11\1\172\21\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\20\11\1\173\2\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\10\11\1\174\12\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\10\11\1\175\12\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\2\11\1\176\20\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\3\11\1\177\17\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\5\11\1\200\15\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\5\11\1\201\15\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\5\11\1\202\15\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\10\11\1\203\12\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\10\11\1\204\12\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\13\11\1\205\7\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\5\11\1\206\15\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\7\11\1\207\13\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\3\11\1\210\17\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\6\11\1\211\14\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\5\11\1\212\15\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\5\11\1\213\1\11\1\214\13\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\2\11\1\215"+ + "\20\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\10\11\1\216\12\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\3\11\1\217"+ + "\17\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\4\11\1\220\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\4\11\1\221"+ + "\16\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\4\11\1\222\16\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\13\11\1\223"+ + "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\10\11\1\224\12\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\22\11\1\225"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\12\11\1\226\10\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\3\11\1\227\17\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\13\11\1\230\7\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\2\11\1\231\20\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\5\11\1\232\15\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\10\11\1\233\12\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\6\11\1\234\1\11\1\235\12\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\4\11"+ + "\1\236\16\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\10\11\1\237\12\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\13\11"+ + "\1\240\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\7\11\1\241\13\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\7\11"+ + "\1\242\13\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\1\243\22\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\13\11\1\244"+ + "\7\11\2\0\2\11\11\0\3\11\1\0\1\11\1\54"+ + "\2\11\5\0\1\11\1\245\21\11\2\0\2\11\11\0"+ + "\3\11\1\0\1\11\1\54\2\11\5\0\22\11\1\246"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\13\11\1\247\7\11\2\0\2\11\11\0\3\11"+ + "\1\0\1\11\1\54\2\11\5\0\11\11\1\250\11\11"+ + "\2\0\2\11\11\0\3\11\1\0\1\11\1\54\2\11"+ + "\5\0\1\251\22\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\7\11\1\252\13\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\6\11\1\253\14\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\11\11\1\254\11\11\2\0"+ + "\2\11\11\0\3\11\1\0\1\11\1\54\2\11\5\0"+ + "\1\11\1\255\21\11\2\0\2\11\11\0\3\11\1\0"+ + "\1\11\1\54\2\11\5\0\1\256\22\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\4\11"+ + "\1\250\16\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\3\11\1\257\17\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\4\11"+ + "\1\260\16\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\2\11\1\261\20\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\13\11"+ + "\1\262\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\2\11\1\263\20\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\13\11"+ + "\1\264\7\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\7\11\1\265\13\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\4\11"+ + "\1\266\16\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\2\11\1\267\20\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\15\11"+ + "\1\270\5\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\1\11\1\271\21\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\3\11"+ + "\1\272\17\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\4\11\1\273\16\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\2\11"+ + "\1\274\20\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\3\11\1\275\17\11\2\0\2\11"+ + "\11\0\3\11\1\0\1\11\1\54\2\11\5\0\10\11"+ + "\1\276\12\11\2\0\2\11\11\0\3\11\1\0\1\11"+ + "\1\54\2\11\5\0\11\11\1\277\11\11\2\0\2\11"+ + "\1\0"; private static int [] zzUnpackTrans() { - int [] result = new int[6072]; + int [] result = new int[6660]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; @@ -451,13 +469,13 @@ public class Yylex implements java_cup.runtime.Scanner { private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); private static final String ZZ_ATTRIBUTE_PACKED_0 = - "\2\0\1\1\1\11\2\1\1\11\6\1\2\11\14\1"+ - "\3\11\1\1\1\11\4\1\2\0\3\11\1\0\1\1"+ - "\1\0\1\1\2\0\23\1\3\0\1\11\1\0\1\1"+ - "\1\0\1\1\1\11\1\1\1\11\145\1"; + "\2\0\1\1\1\11\2\1\1\11\6\1\2\11\1\1"+ + "\1\11\14\1\3\11\1\1\1\11\4\1\2\0\3\11"+ + "\1\0\1\1\1\0\1\1\2\0\25\1\3\0\1\11"+ + "\1\0\1\1\1\0\1\1\1\11\1\1\1\11\156\1"; private static int [] zzUnpackAttribute() { - int [] result = new int[178]; + int [] result = new int[191]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; @@ -530,7 +548,7 @@ public class Yylex implements java_cup.runtime.Scanner { public StringBuffer scannerErrors = new StringBuffer(); public int lastOpenCommentLine = -1; - public int getLineNumber() { return 1 + lineNum; } + public int getLineNumber() { return yyline; } public Location getLocation() { return new Location(yytext(), file, getLineNumber(), yychar); } @@ -567,7 +585,7 @@ public class Yylex implements java_cup.runtime.Scanner { char [] map = new char[0x10000]; int i = 0; /* index in packed string */ int j = 0; /* index in unpacked array */ - while (i < 1718) { + while (i < 1720) { int count = packed.charAt(i++); char value = packed.charAt(i++); do map[j++] = value; while (--count > 0); @@ -796,6 +814,53 @@ public class Yylex implements java_cup.runtime.Scanner { yychar+= zzMarkedPosL-zzStartRead; + boolean zzR = false; + for (zzCurrentPosL = zzStartRead; zzCurrentPosL < zzMarkedPosL; + zzCurrentPosL++) { + switch (zzBufferL[zzCurrentPosL]) { + case '\u000B': + case '\u000C': + case '\u0085': + case '\u2028': + case '\u2029': + yyline++; + zzR = false; + break; + case '\r': + yyline++; + zzR = true; + break; + case '\n': + if (zzR) + zzR = false; + else { + yyline++; + } + break; + default: + zzR = false; + } + } + + if (zzR) { + // peek one character ahead if it is \n (if we have counted one line too much) + boolean zzPeek; + if (zzMarkedPosL < zzEndReadL) + zzPeek = zzBufferL[zzMarkedPosL] == '\n'; + else if (zzAtEOF) + zzPeek = false; + else { + boolean eof = zzRefill(); + zzEndReadL = zzEndRead; + zzMarkedPosL = zzMarkedPos; + zzBufferL = zzBuffer; + if (eof) + zzPeek = false; + else + zzPeek = zzBufferL[zzMarkedPosL] == '\n'; + } + if (zzPeek) yyline--; + } zzAction = -1; zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; @@ -848,173 +913,185 @@ public class Yylex implements java_cup.runtime.Scanner { zzMarkedPos = zzMarkedPosL; switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { - case 35: + case 2: + { scannerErrors.append("ERROR: In file "+file+": Unknown character " + yytext() + " at line " + yyline +"\n"); + } + case 45: break; + case 38: { return new Symbol(sym.SEMANTIC); } - case 42: break; - case 14: + case 46: break; + case 15: { yybegin(commentstyle1); } - case 43: break; - case 8: + case 47: break; + case 9: { return new Symbol(sym.COLON); } - case 44: break; - case 38: + case 48: break; + case 41: { return new Symbol(sym.CONSTRAINTS); } - case 45: break; - case 37: + case 49: break; + case 40: { return new Symbol(sym.EXTRAPOSED); } - case 46: break; - case 34: + case 50: break; + case 8: + { return new Symbol(sym.NEGATE, ECGConstants.NEGATE); + } + case 51: break; + case 37: { return new Symbol(sym.OPTIONAL); } - case 47: break; - case 12: + case 52: break; + case 13: { return new Symbol(sym.STR, new String(yytext())); } - case 48: break; - case 26: + case 53: break; + case 27: { return new Symbol(sym.SCHEMA); } - case 49: break; - case 30: + case 54: break; + case 32: { return new Symbol(sym.SUBCASE); } - case 50: break; - case 17: + case 55: break; + case 18: { return new Symbol(sym.AS); } - case 51: break; - case 2: - { scannerErrors.append("ERROR: In file "+file+": Unknown character " + yytext() + " at line " + getLineNumber() +"\n"); - } - case 52: break; + case 56: break; case 3: { ++lineNum; } - case 53: break; - case 33: + case 57: break; + case 36: { return new Symbol(sym.ABSTRACT); } - case 54: break; - case 10: + case 58: break; + case 11: { ++lineNum; yybegin(YYINITIAL); } - case 55: break; - case 25: + case 59: break; + case 26: { return new Symbol(sym.MEETS, ECGConstants.MEETS); } - case 56: break; - case 24: + case 60: break; + case 25: { return new Symbol(sym.ROLES); } - case 57: break; - case 32: + case 61: break; + case 35: { return new Symbol(sym.FEATURE); } - case 58: break; - case 39: + case 62: break; + case 42: { return new Symbol(sym.CONSTRUCTION); } - case 59: break; + case 63: break; case 1: { /* nothing */ } - case 60: break; - case 27: + case 64: break; + case 29: { return new Symbol(sym.IGNORE); } - case 61: break; - case 9: + case 65: break; + case 10: { return new Symbol(sym.COMMA); } - case 62: break; - case 11: + case 66: break; + case 12: { scannerErrors.append("ERROR In file "+file+": Unclosed comment starting on line "+lastOpenCommentLine+"\n" ); } - case 63: break; - case 16: + case 67: break; + case 17: { return new Symbol(sym.OF); } - case 64: break; - case 36: + case 68: break; + case 39: { return new Symbol(sym.SITUATION); } - case 65: break; + case 69: break; case 7: { return new Symbol(sym.CLOSEBRACKET); } - case 66: break; - case 20: + case 70: break; + case 21: { return new Symbol(sym.ASSIGN, ECGConstants.ASSIGN); } - case 67: break; - case 31: + case 71: break; + case 33: + { return new Symbol(sym.PACKAGE); + } + case 72: break; + case 34: { return new Symbol(sym.MEANING); } - case 68: break; - case 23: + case 73: break; + case 24: { return new Symbol(sym.FORM); } - case 69: break; - case 15: + case 74: break; + case 28: + { return new Symbol(sym.IMPORT); + } + case 75: break; + case 16: { return new Symbol(sym.EXTERNALTYPE, new String(yytext())); } - case 70: break; - case 41: + case 76: break; + case 44: { return new Symbol(sym.CONSTRUCTIONAL); } - case 71: break; + case 77: break; case 6: { return new Symbol(sym.OPENBRACKET); } - case 72: break; + case 78: break; case 5: { return new Symbol(sym.PROB, new String(yytext())); } - case 73: break; - case 28: + case 79: break; + case 30: { return new Symbol(sym.EVOKES); } - case 74: break; - case 22: + case 80: break; + case 23: { return new Symbol(sym.MAP); } - case 75: break; - case 13: + case 81: break; + case 14: { yybegin(commentstyle2); } - case 76: break; - case 29: + case 82: break; + case 31: { return new Symbol(sym.BEFORE, ECGConstants.BEFORE); } - case 77: break; - case 40: + case 83: break; + case 43: { return new Symbol(sym.CONSTITUENTS); } - case 78: break; - case 19: + case 84: break; + case 20: { return new Symbol(sym.SLOTCHAIN, new String(yytext())); } - case 79: break; - case 21: + case 85: break; + case 22: { return new Symbol(sym.IDENTIFY, ECGConstants.IDENTIFY); } - case 80: break; + case 86: break; case 4: { return new Symbol(sym.IDENTIFIER, 1 + lineNum, // left yychar, // right yytext()); } - case 81: break; - case 18: + case 87: break; + case 19: { yybegin(YYINITIAL); lastOpenCommentLine = lineNum; } - case 82: break; + case 88: break; default: if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/buildECGLexer.sh b/compling.core/source/compling/grammar/ecg/ecgreader/buildECGLexer.sh new file mode 100644 index 0000000..c8268e8 --- /dev/null +++ b/compling.core/source/compling/grammar/ecg/ecgreader/buildECGLexer.sh @@ -0,0 +1 @@ +java -jar ../../../../../lib/JFlex.jar ECGReader.lex \ No newline at end of file diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/buildECGReader.sh b/compling.core/source/compling/grammar/ecg/ecgreader/buildECGReader.sh new file mode 100644 index 0000000..e1e496d --- /dev/null +++ b/compling.core/source/compling/grammar/ecg/ecgreader/buildECGReader.sh @@ -0,0 +1 @@ +java -jar ../../../../../lib/java-cup-v11a.jar -package compling.grammar.ecg.ecgreader -parser ECGReader ECGReader.cup \ No newline at end of file diff --git a/compling.core/source/compling/grammar/ecg/ecgreader/sym.java b/compling.core/source/compling/grammar/ecg/ecgreader/sym.java index a6f5925..f9076ab 100644 --- a/compling.core/source/compling/grammar/ecg/ecgreader/sym.java +++ b/compling.core/source/compling/grammar/ecg/ecgreader/sym.java @@ -1,7 +1,7 @@ //---------------------------------------------------- // The following code was generated by CUP v0.10k TUM Edition 20050516 -// Fri May 18 17:19:05 PDT 2012 +// Thu Apr 21 10:52:00 PDT 2016 //---------------------------------------------------- package compling.grammar.ecg.ecgreader; @@ -9,40 +9,44 @@ /** CUP generated class containing symbol constants. */ public class sym { /* terminals */ - public static final int MAP = 28; - public static final int CONSTITUENTS = 23; - public static final int SCHEMA = 5; - public static final int ROLES = 22; - public static final int EXTERNALTYPE = 32; - public static final int IDENTIFIER = 30; - public static final int IDENTIFY = 18; - public static final int IGNORE = 27; - public static final int AS = 20; - public static final int CONSTRUCTION = 2; - public static final int COLON = 11; - public static final int OF = 21; + public static final int CONSTITUENTS = 27; + public static final int FORM = 9; + public static final int MAP = 32; + public static final int STR = 35; + public static final int FEATURE = 29; + public static final int EXTERNALTYPE = 36; + public static final int OPTIONAL = 17; public static final int SUBCASE = 3; - public static final int FORM = 7; + public static final int BEFORE = 11; + public static final int SCHEMA = 5; + public static final int MEANING = 10; + public static final int SEMANTIC = 30; + public static final int COMMA = 14; + public static final int IDENTIFY = 20; + public static final int EVOKES = 21; + public static final int ASSIGN = 19; public static final int CONSTRUCTIONAL = 4; - public static final int SITUATION = 29; - public static final int CONSTRAINTS = 24; - public static final int COMMA = 12; + public static final int OF = 23; + public static final int ABSTRACT = 6; public static final int EOF = 0; - public static final int BEFORE = 9; - public static final int EXTRAPOSED = 16; - public static final int SLOTCHAIN = 34; public static final int error = 1; - public static final int CLOSEBRACKET = 14; - public static final int OPENBRACKET = 13; - public static final int PROB = 33; - public static final int STR = 31; - public static final int ASSIGN = 17; - public static final int ABSTRACT = 6; - public static final int MEETS = 10; - public static final int EVOKES = 19; - public static final int FEATURE = 25; - public static final int SEMANTIC = 26; - public static final int OPTIONAL = 15; - public static final int MEANING = 8; + public static final int CLOSEBRACKET = 16; + public static final int IGNORE = 31; + public static final int IMPORT = 8; + public static final int UNIDIRECTIONAL_ASSIGN = 26; + public static final int COLON = 13; + public static final int OPENBRACKET = 15; + public static final int PACKAGE = 7; + public static final int CONSTRAINTS = 28; + public static final int SITUATION = 33; + public static final int ROLES = 24; + public static final int EXTRAPOSED = 18; + public static final int NEGATE = 25; + public static final int PROB = 37; + public static final int SLOTCHAIN = 38; + public static final int CONSTRUCTION = 2; + public static final int AS = 22; + public static final int MEETS = 12; + public static final int IDENTIFIER = 34; } diff --git a/compling.core/source/compling/grammar/unificationgrammar/FeatureStructureSet.java b/compling.core/source/compling/grammar/unificationgrammar/FeatureStructureSet.java index d4a9cfb..80a43c0 100644 --- a/compling.core/source/compling/grammar/unificationgrammar/FeatureStructureSet.java +++ b/compling.core/source/compling/grammar/unificationgrammar/FeatureStructureSet.java @@ -110,7 +110,6 @@ public boolean coindexAcrossFeatureStructureSets(SlotChain chain1, SlotChain cha if (chain2.getChain().size() == 0) { roots.remove(thatRootCopy); } - Slot chain1Slot = getSlot(chain1); Slot chain2Slot = getSlot(thatRootCopy, chain2); if (coindex(chain1Slot, chain2Slot)) { @@ -149,6 +148,7 @@ public boolean fill(Slot root, SlotChain chain, String atom) { private boolean fill(Slot slot, String atom) { atom = interner.intern(atom); if (slot.hasAtomicFiller()) { + slot.atom = atom; // TODO: @seantrott (sets "*" to "8", for example) return slot.atom == atom; } else if (!slot.hasFiller()) { slot.atom = atom; @@ -225,6 +225,10 @@ private Slot(Role role) { public Slot() { } + + public void setAtom(String at) { + this.atom = at; + } public Slot(Slot that) { this.unificationCntr = that.unificationCntr; @@ -368,6 +372,61 @@ private boolean unify(Slot that) { return false; } } + + + + private boolean negatedTypes(TypeConstraint thatType) { + TypeConstraint thisType = typeConstraint; + String t1 = thisType.typeSystem.getInternedString(thisType.type); + String t2 = thisType.typeSystem.getInternedString(thatType.type); + try { +// if (thisType.typeSystem.subtype(thisType.type, thatType.type)) { + if (thisType.typeSystem.subtype(t1, t2)) { + System.out.println(thisType.type + " is more specific than " + thatType.type); + return false; + //} else if (thisType.typeSystem.subtype(thatType.type, thisType.type)) { + } else if (thisType.typeSystem.subtype(t2, t1)) { + System.out.println(thisType.type + " is less specific than " + thatType.type); + return true; + } else { + System.out.println("Everything is okay..."); + System.out.println("This: " + thisType); + System.out.println("That: " + thatType); + return true; + } + } catch (TypeSystemException tse) { + throw new GrammarException(tse + ".\nThis.typeSystem=" + thisType.getTypeSystem().getName() + + " and thatType.typeSystem=" + thatType.getTypeSystem().getName()); + } + } + + // ST, 4/21/16 + // This method is for a new constraint type ("r1 <= @filler"), which constrains that eventual filler of r1 + // be at least as specific as the @filler specified. + private boolean unidirectionalTypes(TypeConstraint thisType, TypeConstraint thatType) { + try { + if (thisType.unidirectional() && thatType.unidirectional()) { + //System.out.println("Both..."); + return thisType.type.equals(thatType.type); + } + else if (thisType.unidirectional()) { + //System.out.println("is " + thatType.type + " a subtype of " + thisType.type); + return (thisType.typeSystem.subtype(thatType.type, thisType.type)); + } + else if (thatType.unidirectional()) { +// System.out.println("+++++++"); +// System.out.println("is " + thisType.type + " a subtype of " + thatType.type); +// System.out.println((thatType.typeSystem.subtype(thatType.type, thisType.type))); + return (thatType.typeSystem.subtype(thisType.type, thatType.type)); + } else { + System.out.println("this shouldn't get called"); + return false; // this shouldn't get called + } + } catch (TypeSystemException tse) { + throw new GrammarException(tse + ".\n" + thisType.getType() +".typeSystem=" + thisType.getTypeSystem().getName() + + " and " + thatType.getType() + ".typeSystem=" + thatType.getTypeSystem().getName()); + } + } private boolean compatibleTypes(TypeConstraint thatType) { TypeConstraint thisType = typeConstraint; @@ -378,9 +437,22 @@ private boolean compatibleTypes(TypeConstraint thatType) { return true; } else if (thisType != null && thatType == null) { return true; - } else if (thisType.typeSystem != thatType.typeSystem) { + } else if (! thisType.typeSystem.getName().equals(thatType.typeSystem.getName())) { return false; - } else { // now that both slots have compatible type systems + } + //else if (thisType.typeSystem != thatType.typeSystem) { +// System.out.println("Type systems featurestructureset line 416-----------------"); +// return false; +// } + else { // now that both slots have compatible type systems + // Check if either slot is "negated" type: e.g., slot constrained to be anything BUT a type + if (thatType.negated() || thisType.negated()) { + System.out.println("Negated..."); + return negatedTypes(thatType); + } + else if (thisType.unidirectional() || thatType.unidirectional()) { + return unidirectionalTypes(thisType, thatType); + } try { if (thisType.typeSystem.subtype(thisType.type, thatType.type)) { // this type is more specific @@ -393,8 +465,21 @@ private boolean compatibleTypes(TypeConstraint thatType) { return false; } } catch (TypeSystemException tse) { - throw new GrammarException(tse + ".\nThis.typeSystem=" + thisType.getTypeSystem().getName() - + " and thatType.typeSystem=" + thatType.getTypeSystem().getName()); + try { + if (thatType.typeSystem.subtype(thisType.type, thatType.type)) { + // this type is more specific + return true; + } else if (thatType.typeSystem.subtype(thatType.type, thisType.type)) { + // that type is more specific + typeConstraint = thatType; + return true; + } else { + return false; + } + } catch (TypeSystemException e) { + throw new GrammarException(tse + ".\n" + thisType.getType() +".typeSystem=" + thisType.getTypeSystem().getName() + + " and " + thatType.getType() + ".typeSystem=" + thatType.getTypeSystem().getName()); + } } } } diff --git a/compling.core/source/compling/grammar/unificationgrammar/TypeSystem.java b/compling.core/source/compling/grammar/unificationgrammar/TypeSystem.java index 5d4ba50..fae0f9a 100644 --- a/compling.core/source/compling/grammar/unificationgrammar/TypeSystem.java +++ b/compling.core/source/compling/grammar/unificationgrammar/TypeSystem.java @@ -150,6 +150,11 @@ public Set getChildren(TypeSystemNode parent) { String type = parent.getType(); return children.containsKey(type) ? children.get(type) : new HashSet(); } + + public Set getChildren(String type) { + return children.containsKey(type) ? children.get(type) : new HashSet(); + } + public Set getParents(TypeSystemNode typeSystemNode) { HashSet parents = new HashSet(); diff --git a/compling.core/source/compling/grammar/unificationgrammar/TypeSystemException.java b/compling.core/source/compling/grammar/unificationgrammar/TypeSystemException.java index bd5722e..f40313b 100644 --- a/compling.core/source/compling/grammar/unificationgrammar/TypeSystemException.java +++ b/compling.core/source/compling/grammar/unificationgrammar/TypeSystemException.java @@ -38,6 +38,8 @@ public GrammarError[] getErrors() { TypeSystemException(String error) { super(error); } + + public TypeSystemException(List errors) { super(Arrays.join(errors.toArray(), "\n")); diff --git a/compling.core/source/compling/grammar/unificationgrammar/UnificationGrammar.java b/compling.core/source/compling/grammar/unificationgrammar/UnificationGrammar.java index f23a2ab..fa0e00c 100644 --- a/compling.core/source/compling/grammar/unificationgrammar/UnificationGrammar.java +++ b/compling.core/source/compling/grammar/unificationgrammar/UnificationGrammar.java @@ -5,11 +5,21 @@ import java.util.StringTokenizer; import compling.grammar.GrammarException; +import compling.grammar.unificationgrammar.UnificationGrammar.SlotChain; import compling.util.Interner; public class UnificationGrammar { + + + //used as testing method + public static Constraint generateConstraint(String value) { + Constraint c = new Constraint("<--", new SlotChain(""), value); + return c; + } public static class Role implements Cloneable { + + private boolean local=true; private String name; private TypeConstraint typeConstraint = null; @@ -23,6 +33,14 @@ public Role(String name) { this.name = interner.intern(name); cachedHashCode = this.name.hashCode(); } + + public boolean isLocal() { + return local; + } + + public void setLocal(boolean value) { + local = value; + } public void setName(String name) { this.name = interner.intern(name); @@ -96,11 +114,29 @@ public static class TypeConstraint implements Cloneable { public String type; public TypeSystem typeSystem; + public boolean negated = false; + public boolean unidirectional = false; public TypeConstraint(String type, TypeSystem typeSystem) { this.type = type; this.typeSystem = typeSystem; } + + public void setNegated(boolean negate) { + negated = negate; + } + + public void setUnidirectional(boolean uni) { + unidirectional = uni; + } + + public boolean unidirectional() { + return unidirectional; + } + + public boolean negated() { + return negated; + } public void setTypeSystem(TypeSystem typeSystem) { this.typeSystem = typeSystem; @@ -118,6 +154,10 @@ public TypeConstraint clone() { public String getType() { return type; } + + public void setType(String inputType) { + this.type = inputType; + } public TypeSystem getTypeSystem() { return typeSystem; @@ -228,7 +268,9 @@ public String toString() { } } - public static class Constraint { + public static class Constraint implements Comparable { + + private boolean local = true; private String operator; private List arguments; @@ -240,6 +282,15 @@ public Constraint(String operator, List arguments) { this.operator = operator; this.arguments = arguments; } + + public boolean isLocal() { + return local; + } + + public void setLocal(boolean value) { + local = value; + } + public Constraint(String operator, SlotChain arg1, SlotChain arg2) { arguments = new ArrayList(); @@ -263,6 +314,16 @@ public Constraint(String operator, SlotChain arg1, String value) { this.value = value; } + public Constraint(String operator, String source, String value, + boolean overridden, List arguments, boolean local) { + this.operator = operator; + this.source = source; + this.value = value; + this.overridden = overridden; + this.arguments = arguments; + this.local = local; + } + public void setOverridden(boolean val) { overridden = val; } @@ -301,6 +362,7 @@ public void setValue(String value) { public boolean isAssign() { return value != null; + // and operator != "#"? } public boolean equals(Object o) { @@ -360,6 +422,15 @@ else if (arguments.size() > 2) { } return sb.toString(); } + + @Override + public int compareTo(Object arg0) { + if (this.equals(arg0)) { + return 0; + } + Constraint that = (Constraint) arg0; + return this.getArguments().get(0).toString().compareTo(that.getArguments().get(0).toString()); + } } } diff --git a/compling.core/source/compling/gui/AnalyzerPrefs.java b/compling.core/source/compling/gui/AnalyzerPrefs.java index 3afe42f..63c6849 100644 --- a/compling.core/source/compling/gui/AnalyzerPrefs.java +++ b/compling.core/source/compling/gui/AnalyzerPrefs.java @@ -13,6 +13,9 @@ import java.util.HashMap; import java.util.List; +import org.eclipse.core.runtime.IPath; +import org.eclipse.core.runtime.Path; + import compling.grammar.ecg.ECGGrammarUtilities; import compling.grammar.ecg.Grammar; import compling.grammar.ecg.Prefs; @@ -27,6 +30,8 @@ public class AnalyzerPrefs implements Prefs { public static final String OWL_TYPE = "OWL"; protected File base = null; + + String baseDirectory = null; HashMap> listsTable = new HashMap>(); HashMap settingsTable = new HashMap(); @@ -37,6 +42,18 @@ public static enum AP implements Property { BASE(Datatype.STRING), FILE_ENCODING(Datatype.STRING), + + MORPHOLOGY_PATH(Datatype.LISTSTRING), + + IMPORT_PATHS(Datatype.LISTSTRING), + + TABLE_PATH(Datatype.STRING), + + PACKAGE_NAME(Datatype.LISTSTRING), + + TOKEN_PATH(Datatype.LISTSTRING), + + MAPPING_PATH(Datatype.STRING), GRAMMAR_PATHS(Datatype.LISTSTRING), GRAMMAR_EXTENSIONS(Datatype.STRING), @@ -58,12 +75,17 @@ public static enum AP implements Property { TEST_SENTENCES(Datatype.LISTSTRING), PARSER_SETTINGS(Datatype.STRING), + + // if true, use built-in implementation of variable beam size + // if false, just proceed as normally + VARIABLE_BEAM(Datatype.BOOL), ROBUST(Datatype.BOOL), DEBUG(Datatype.BOOL), MULTI_ROOT_PENALTY(Datatype.DOUBLE), ANALYZE_IN_CONTEXT(Datatype.BOOL), BEAM_SIZE(Datatype.INTEGER), + BEAM_WIDTH(Datatype.INTEGER), NUM_ANALYSES_RETURNED(Datatype.INTEGER), // ANALYSIS_COSTDIFFERENCE_CUTOFF(Datatype.DOUBLE), @@ -95,9 +117,13 @@ public AnalyzerPrefs(Charset encoding) { this.encoding = encoding; listsTable.put(AP.GRAMMAR_PATHS, new ArrayList()); + listsTable.put(AP.IMPORT_PATHS, new ArrayList()); listsTable.put(AP.ONTOLOGY_PATHS, new ArrayList()); listsTable.put(AP.GRAMMAR_PARAMS_PATHS, new ArrayList()); listsTable.put(AP.EXAMPLE_SENTENCES, new ArrayList()); + listsTable.put(AP.TOKEN_PATH, new ArrayList()); + listsTable.put(AP.MORPHOLOGY_PATH, new ArrayList()); + listsTable.put(AP.PACKAGE_NAME, new ArrayList()); // listsTable.put(AP.TEST_SENTENCES, new ArrayList()); } @@ -111,14 +137,16 @@ public AnalyzerPrefs clone() { return ap; } + + public String baseDirectory() { + return baseDirectory; + } public AnalyzerPrefs(String prefsFilesPath) throws IOException { this(prefsFilesPath, Charset.defaultCharset()); } - - public AnalyzerPrefs(String prefsFilesPath, Charset encoding) throws IOException { - this(encoding); - processFile(prefsFilesPath); + + public void setBase(String prefsFilesPath) { if (settingsTable.get(AP.BASE) != null) { base = new File(settingsTable.get(AP.BASE)); } @@ -127,17 +155,60 @@ public AnalyzerPrefs(String prefsFilesPath, Charset encoding) throws IOException } } - protected void processFile(String prefsFilesPath) throws IOException { + public AnalyzerPrefs(String prefsFilesPath, Charset encoding) throws IOException { + this(encoding); + + setBase(prefsFilesPath); + + processFile(prefsFilesPath, false, null); + + setBase(prefsFilesPath); + + } + + protected void processFile(String prefsFilesPath, boolean included, String includedPath) throws IOException { + +// System.out.println("-------------------"); +// System.out.println(prefsFilesPath); +// System.out.println(includedPath); TextFileLineIterator tfli = new TextFileLineIterator(prefsFilesPath, encoding.name()); // this method is written with extension to the AnalyzerPref class in mind + //TODO + //base = new File(prefsFilesPath).getParentFile(); + + int lineNum = 0; AP currentBlock = null; while (tfli.hasNext()) { lineNum++; String line = tfli.next(); - if (line.indexOf("::==") >= 0) { + if (line.contains("include")) { + if (line.split(" ").length <= 1) { + throw new GUIException("Error with includes statement. No prefs file specified."); + } + + + String newPath = line.split(" ")[1]; + + if (includedPath != null) { + String[] finalSplit = includedPath.split("/"); + String finalPath = ""; + for (int i=0; i= 0) { if (currentBlock != null) { throw new GUIException("Block " + line.split("::==")[0] + " is beginning in the middle of the block " + currentBlock); @@ -159,19 +230,56 @@ protected void processFile(String prefsFilesPath) throws IOException { line = line.replaceAll("\"", ""); if (line.indexOf("=") >= 0) { String[] pair = line.split("="); + String p1 = pair[1].trim(); + if (included && includedPath != null && pair[0].trim().equals("TABLE_PATH")) {// && pair[0].trim() == AP.TABLE_PATH) { + String[] s = includedPath.split("/"); + String s2 = ""; + for (int i=0; i parseCache = new HashMap(); + private static HashMap> alterParseCache = new HashMap>(); + + private void setDebug(boolean value) { + DEBUG = value; + } + + + public static void flushCaches() { + //String[] keySet = parseCache.keySet().toArray(new String[parseCache.keySet().size()]); + parseCache = new HashMap(); + alterParseCache = new HashMap>(); + + } public static class Parse implements IParse { public static final IParse NO_PARSE = new Parse((Analysis) null, 0); @@ -125,11 +144,15 @@ public static String getNodeType(TypeSystemNode node) { // TODO: make this synchronized? public static Collection getParses(String text, ECGAnalyzer analyzer) { + if (alterParseCache.containsKey(text)) { + debugPrint("Retrieving from cache..."); + return alterParseCache.get(text); + } assert text != null; - Collection parses = new ArrayList(); Sentence sentence = new Sentence(Arrays.split(text)); if (analyzer.robust()) { + PriorityQueue> pp = analyzer.getBestPartialParses(sentence); while (pp.size() > 0) { double priority = pp.getPriority(); @@ -145,6 +168,8 @@ public static Collection getParses(String text, ECGAnalyzer analyzer) { parses.add(new Parse(analysis, priority)); } } + debugPrint("Inserting into cache..."); + alterParseCache.put(text, parses); return parses; } @@ -171,6 +196,14 @@ public static Collection getParses(String text, ECGAnalyzer analyzer) { // return pairs; // } + private static void debugPrint(String string) { + // TODO Auto-generated method stub + if (DEBUG) { + System.out.println(string); + } + + } + public static Collection> getFlattened(Collection parses) { Collection> pairs = new ArrayList>(); for (IParse p : parses) @@ -228,6 +261,10 @@ public static String toKey(TypeSystemNode node) { } public static String parse(String sentence, ECGAnalyzer analyzer) { + if (parseCache.containsKey(sentence)) { + debugPrint("Retrieving from cache..."); + return parseCache.get(sentence); + } List words = Arrays.split(sentence); StringBuilder result = new StringBuilder(); Analysis.setFormatter(new GuiAnalysisFormatter()); @@ -281,6 +318,8 @@ public static String parse(String sentence, ECGAnalyzer analyzer) { System.err.printf("Grammar exception: %s\n", e); // Log.logError(e, "Grammar Exception"); } + debugPrint("Inserting into cache..."); + parseCache.put(sentence, result.toString()); return result.toString(); } diff --git a/compling.core/source/compling/learner/ECGLearner.java b/compling.core/source/compling/learner/ECGLearner.java index 92e9b8e..d1c0eae 100644 --- a/compling.core/source/compling/learner/ECGLearner.java +++ b/compling.core/source/compling/learner/ECGLearner.java @@ -236,7 +236,7 @@ public void run() throws IOException { } } - private void loadNewGrammar() { + private void loadNewGrammar() throws IOException { if (engine.isGrammarModified()) { LearnerGrammar newGrammar = engine.getExperimentalGrammar().makeCopy(); if (newGrammar != null) { diff --git a/compling.core/source/compling/learner/LearnerGrammar.java b/compling.core/source/compling/learner/LearnerGrammar.java index ec5bb7f..42fd1cf 100644 --- a/compling.core/source/compling/learner/LearnerGrammar.java +++ b/compling.core/source/compling/learner/LearnerGrammar.java @@ -180,13 +180,13 @@ public String toString() { MapSet removedNearlyIdentical = new MapSet(); List> removedChainable = new ArrayList>(); - public LearnerGrammar(Grammar grammar) { + public LearnerGrammar(Grammar grammar) throws IOException { this(grammar, new GrammarTables(grammar), new NGram(grammar), new ConstructionalSubtypeTable(grammar), new SemanticSubtypeTable(grammar), printer.format(grammar)); } public LearnerGrammar(Grammar grammar, TextFileLineIterator nGramTableIterator, - TextFileLineIterator subtypeTableIterator, TextFileLineIterator localityTableIterator) { + TextFileLineIterator subtypeTableIterator, TextFileLineIterator localityTableIterator) throws IOException { this(grammar, new GrammarTables(grammar), new NGram(grammar, nGramTableIterator), new ConstructionalSubtypeTable( grammar, subtypeTableIterator, localityTableIterator), new SemanticSubtypeTable(grammar), printer @@ -194,7 +194,7 @@ public LearnerGrammar(Grammar grammar, TextFileLineIterator nGramTableIterator, } protected LearnerGrammar(Grammar grammar, GrammarTables tables, NGram nGram, ConstructionalSubtypeTable cst, - SemanticSubtypeTable sst, String grammarBuffer) { + SemanticSubtypeTable sst, String grammarBuffer) throws IOException { this.grammar = grammar; this.cxnTypeSystem = grammar.getCxnTypeSystem(); @@ -209,7 +209,7 @@ protected LearnerGrammar(Grammar grammar, GrammarTables tables, NGram nGram, Con mdlCost = new MDLCost(this); } - public LearnerGrammar makeCopy() { + public LearnerGrammar makeCopy() throws IOException { try { Grammar newGrammar = ECGGrammarUtilities.read(grammarBuffer, contextModel); newGrammar.update(); diff --git a/compling.core/source/compling/learner/MDLCost.java b/compling.core/source/compling/learner/MDLCost.java index 0b929b1..24e179a 100644 --- a/compling.core/source/compling/learner/MDLCost.java +++ b/compling.core/source/compling/learner/MDLCost.java @@ -41,7 +41,7 @@ public class MDLCost { static ECGAnalyzer analyzer = null; private static Logger logger = Logger.getLogger(MDLCost.class.getName()); - public MDLCost(LearnerGrammar grammar) { + public MDLCost(LearnerGrammar grammar) throws IOException { learnerGrammar = grammar; if (analyzer != null) { diff --git a/compling.core/source/compling/parser/ParserException.java b/compling.core/source/compling/parser/ParserException.java index a39566e..969c4d3 100644 --- a/compling.core/source/compling/parser/ParserException.java +++ b/compling.core/source/compling/parser/ParserException.java @@ -6,11 +6,19 @@ package compling.parser; +import compling.grammar.ecg.ecgreader.Location; + //============================================================================= public class ParserException extends RuntimeException { private static final long serialVersionUID = -349091335193012819L; + + + + public boolean isUnknown() { + return false; + } public ParserException() { super(); @@ -19,6 +27,8 @@ public ParserException() { public ParserException(String message) { super(message); } + + public ParserException(String message, Throwable cause) { super(message, cause); diff --git a/compling.core/source/compling/parser/RobustParser.java b/compling.core/source/compling/parser/RobustParser.java index fe894c8..a653a7e 100644 --- a/compling.core/source/compling/parser/RobustParser.java +++ b/compling.core/source/compling/parser/RobustParser.java @@ -9,4 +9,5 @@ public interface RobustParser extends Parser { public List getBestPartialParse(Utterance utterance); + } diff --git a/compling.core/source/compling/parser/UnknownWordException.java b/compling.core/source/compling/parser/UnknownWordException.java new file mode 100644 index 0000000..0118396 --- /dev/null +++ b/compling.core/source/compling/parser/UnknownWordException.java @@ -0,0 +1,22 @@ +package compling.parser; + +public class UnknownWordException extends ParserException { + + + + + public boolean isUnknown() { + return true; + } + + private static final long serialVersionUID = -349091335193012818L; // is this okay? (ST) + + public UnknownWordException() { + super(); + } + + public UnknownWordException(String message) { + super(message); + } + +} diff --git a/compling.core/source/compling/parser/ecgparser/Analysis.java b/compling.core/source/compling/parser/ecgparser/Analysis.java index 97fd6c3..b5525e4 100644 --- a/compling.core/source/compling/parser/ecgparser/Analysis.java +++ b/compling.core/source/compling/parser/ecgparser/Analysis.java @@ -16,6 +16,8 @@ import java.util.Set; import java.util.logging.Logger; + + import compling.grammar.ecg.ECGConstants; import compling.grammar.ecg.ECGGrammarUtilities; import compling.grammar.ecg.Grammar; @@ -41,6 +43,8 @@ import compling.util.math.SloppyMath; public class Analysis implements Cloneable { + + protected boolean DEBUG = false; protected static BasicScorer semSpecScorer = null; protected static AnalysisFormatter formatter = new DefaultAnalysisFormatter(); @@ -65,6 +69,8 @@ public class Analysis implements Cloneable { private SlotChain gapFillerChain = null; private List gappedSpans = new LinkedList(); private boolean foundGap = false; + + protected String text = null; // Used by multiword tokens to keep track of the actual text used for the parse protected static Logger logger = Logger.getLogger(Analysis.class.getName()); @@ -132,6 +138,7 @@ else if (grammar != null && grammar.isLexicalConstruction(headCxn)) { } featureStructure.getSlot(new ECGSlotChain(m)).setRealFiller(true); + // constructional block constituents for (Role r : headCxn.getConstructionalBlock().getElements()) { featureStructure.addSlot(new ECGSlotChain(r)); @@ -154,7 +161,8 @@ else if (grammar != null && grammar.isLexicalConstruction(headCxn)) { } } } - + + // meaning block constraints for (Constraint constraint : headCxn.getMeaningBlock().getConstraints()) { if (!constraint.overridden()) { @@ -211,7 +219,8 @@ else if (grammar != null && grammar.isLexicalConstruction(headCxn)) { for (Constraint constraint : headCxn.getSchemaTypeSystem().get(headCxn.getMeaningBlock().getType()).getContents() .getConstraints()) { // addConstraint(constraint, m, ""); - if (!constraint.overridden()) { + + if (!constraint.overridden() && !constraintInCxn(headCxn, constraint)) { if (addConstraint(constraint, m, "") == false) { logger.warning("problem with " + constraint); return false; @@ -224,6 +233,38 @@ else if (grammar != null && grammar.isLexicalConstruction(headCxn)) { // return true; } + + public boolean constraintInCxn(Construction cxn, Constraint c) { + boolean found = false; + if (!c.isAssign()) { + return false; + } + // Meaning Block, check for constraint. + for (Constraint constraint : cxn.getMeaningBlock().getConstraints()) { + String cxnConstraint = constraint.getArguments().get(0).toString().replace("self.", "").replace("m.", ""); + if (cxnConstraint.equals(c.getArguments().get(0).toString()) + && constraint.isAssign() && c.isAssign()) { + return true; + } + } + /* Constructional Block: might be unnecessary + for (Constraint constraint : cxn.getConstructionalBlock().getConstraints()) { + String cxnConstraint = constraint.getArguments().get(0).toString().replace("self.", "").replace("m.", ""); + if (cxnConstraint.equals(c.getArguments().get(0).toString()) + && constraint.isAssign() && c.isAssign()) { + return true; + } + } + // Form Block: might be unnecessary + for (Constraint constraint : cxn.getFormBlock().getConstraints()) { + String cxnConstraint = constraint.getArguments().get(0).toString().replace("self.", "").replace("f.", ""); + if (cxnConstraint.equals(c.getArguments().get(0).toString()) + && constraint.isAssign() && c.isAssign()) { + return true; + } + } */ + return false; + } public boolean addAdditionalConstraints() { Set originalSlots = new HashSet(featureStructure.getSlots()); @@ -282,7 +323,7 @@ public void setSemanticChains(List chains, List { + private LeftCornerParser parser; private int beamSize; + private int beamWidth; private int numAnalysesReturned; private double multiRootPenalty; private boolean robust; private boolean debug; private boolean analyzeInContext; + + // if this is true, use a built-in method for incrementing beam size + // according to length of input, etc. + private boolean variableBeam; private String paramsType; private boolean useBackoff; + + private AnalyzerPrefs preferences; + + private MappingReader mappingReader; + private LCPGrammarWrapper grammar; + + private ECGMorph ecgmorph; + + private ECGTokenReader tokenReader; private ConstituentExpansionCostTable cect = null; @@ -55,16 +80,37 @@ public ECGAnalyzer(Grammar grammar) throws IOException { this(grammar, grammar.getPrefs() != null && grammar.getPrefs() instanceof AnalyzerPrefs ? (AnalyzerPrefs) grammar .getPrefs() : new AnalyzerPrefs()); } + + public AnalyzerPrefs getPrefs() { + return preferences; + } @SuppressWarnings({ "unchecked", "rawtypes" }) public ECGAnalyzer(Grammar ecgGrammar, AnalyzerPrefs prefs) throws IOException { + + + + + preferences = prefs; + + //ecgGrammar.buildTokenAndMorpher(); + grammar = new LCPGrammarWrapper(ecgGrammar); + + + + + mappingReader = new MappingReader(grammar); + //tokenReader = new ECGTokenReader(grammar); + //ecgmorph = new ECGMorph(grammar, tokenReader); if (prefs == null) { throw new ParserException("AnalyzerPrefs object expected"); } beamSize = prefs.getSetting(AP.BEAM_SIZE) == null ? 3 : Integer.valueOf(prefs.getSetting(AP.BEAM_SIZE)); + + beamWidth = prefs.getSetting(AP.BEAM_WIDTH) == null ? 3 : Integer.valueOf(prefs.getSetting(AP.BEAM_WIDTH)); numAnalysesReturned = prefs.getSetting(AP.NUM_ANALYSES_RETURNED) == null ? 3 : Integer.valueOf(prefs .getSetting(AP.NUM_ANALYSES_RETURNED)); @@ -74,6 +120,9 @@ public ECGAnalyzer(Grammar ecgGrammar, AnalyzerPrefs prefs) throws IOException { robust = prefs.getSetting(AP.ROBUST) == null ? false : Boolean.valueOf(prefs.getSetting(AP.ROBUST)); + variableBeam = prefs.getSetting(AP.VARIABLE_BEAM) == null ? false : Boolean.valueOf(prefs.getSetting(AP.VARIABLE_BEAM)); + + debug = prefs.getSetting(AP.DEBUG) == null ? false : Boolean.valueOf(prefs.getSetting(AP.DEBUG)); analyzeInContext = prefs.getSetting(AP.ANALYZE_IN_CONTEXT) == null ? false : Boolean.valueOf(prefs @@ -129,9 +178,7 @@ else if (paramsType.equalsIgnoreCase("counts")) { List semParamFiles = FileUtils.getFilesUnder(prefs.getBaseDirectory(), prefs.getList(AP.GRAMMAR_PARAMS_PATHS), new ExtensionFileFilter(grammarParamsSemExt)); - if (!semParamFiles.isEmpty()) { - // System.out.println(semParamFiles); BasicTableScorer scorer = new BasicTableScorer(semParamFiles.get(0).getAbsoluteFile().getAbsolutePath(), grammar.getSchemaTypeSystem(), ecgGrammar.getOntologyTypeSystem()); // ParamFileScorerFromCounts scorer = new ParamFileScorerFromCounts(ecgGrammar, @@ -139,24 +186,89 @@ else if (paramsType.equalsIgnoreCase("counts")) { Analysis.setSemSpecScorer(scorer); } - + parser = new LeftCornerParser(ecgGrammar, factory, cect); } else { parser = new LeftCornerParser(ecgGrammar, factory); } - parser.setParameters(robust, debug, beamSize, numAnalysesReturned, multiRootPenalty); + parser.setParameters(robust, debug, beamSize, numAnalysesReturned, multiRootPenalty, beamWidth); + getLexicon(); + + + + + // needs to be more code here to further process the grammar prefs } + + public boolean isDebug() { + return debug; + } + + public HashMap getMappings() { + return mappingReader.getMappings(); + } + + public ArrayList getLexicon() { + TypeSystem ts = grammar.getGrammar().getCxnTypeSystem(); + ArrayList lexicon = new ArrayList(); + + for (String t : this.parser.getMorphInflections().keySet()) { + lexicon.add(t); + } + Map> tokens = this.parser.getTokens(); + for (String t : tokens.keySet()) { + lexicon.add(t); + } + for (Construction cxn : grammar.getAllConcreteLexicalConstructions()) { + try { + if (!ts.subtype(ts.getInternedString(cxn.getName()), ts.getInternedString("GeneralTypeCxn"))) { + for (Constraint c : cxn.getFormBlock().getConstraints()) { + //System.out.println(c.getArguments().get(index)); + if (c.getArguments().get(0).toString().equals("self.f.orth")) { + lexicon.add(c.getValue().replace("\"", "")); + } + } + } + } catch (TypeSystemException e) { + // TODO Bad thing + e.printStackTrace(); + } + } + + //return this.parser.getTokens(); + return lexicon; + } + + public ArrayList getUtterances() { + UtteranceGenerator generator = new UtteranceGenerator(grammar); + return generator.generateUtterances("Utterance"); + } + + public ArrayList getUtterances(String type) { + UtteranceGenerator generator = new UtteranceGenerator(grammar); + return generator.generateUtterances(type); + } + + + /** Reads token file into Parser again. Needs to be done when you want new tokens in lexicon. */ + public void reloadTokens() { + try { + this.parser.reloadTokens(); + } catch(IOException problem) { + System.out.println("Error reloading tokens."); + } + } public ECGAnalyzer(String prefsFileName) throws Exception { this(ECGGrammarUtilities.read(prefsFileName)); } @SuppressWarnings({ "rawtypes", "unchecked" }) - public void loadNewGrammar(Grammar ecgGrammar, StringBuffer grammarParamsCxn, StringBuffer grammarParamsSem) { + public void loadNewGrammar(Grammar ecgGrammar, StringBuffer grammarParamsCxn, StringBuffer grammarParamsSem) throws IOException { grammar = new LCPGrammarWrapper(ecgGrammar); AnalysisFactory factory; if (analyzeInContext) { @@ -195,14 +307,18 @@ else if (paramsType.equalsIgnoreCase("counts")) { } parser = new LeftCornerParser(ecgGrammar, factory, cect); - parser.setParameters(robust, debug, beamSize, numAnalysesReturned, multiRootPenalty); + parser.setParameters(robust, debug, beamSize, numAnalysesReturned, multiRootPenalty, beamSize); } public Grammar getGrammar() { return grammar.grammar; } - - public PriorityQueue getBestParses(Utterance utterance) { + + public GrammarWrapper getGrammarWrapper() { + return grammar; + } + + private PriorityQueue getParsesForUtterance(Utterance utterance) { PriorityQueue> pqa = parser.getBestPartialParses(utterance); PriorityQueue parses = new PriorityQueue(); while (pqa.size() > 0) { @@ -212,9 +328,51 @@ public PriorityQueue getBestParses(Utterance utterance) throw new ParserException("shouldn't have more than one root."); } Analysis a = al.get(0); + + // Associate the actual text of the utterance parsed with the analysis. Used for multiword token stuff. + String txt = ""; + for (Word word : utterance.getElements()) { + txt = txt + " " + word.getOrthography(); + } + + a.setText(txt); parses.add(a, priority); } return parses; + } + + // will probably separate this method into non-variable and variable versions eventually + public PriorityQueue getBestParses(Utterance utterance) { + + + if (this.variableBeam) { + //System.out.println("Utterance length is " + utterance.size()); + int maxBeam = utterance.size() * 10; // make this a function of utterance length + // maybe utterance.size() * 10? + int index = 5; + while (index <= maxBeam) { + //System.out.println(index); + + try { + parser.setBeamWidth(index); + PriorityQueue parses = getParsesForUtterance(utterance); + return parses; + } catch (ParserException e) { + if (e.isUnknown()) { + //System.out.println("Beam size on"); + throw new ParserException(e.getMessage()); + } + index = index * 2; + } + } + throw new ParserException("No complete analysis for: '" + utterance.toString() + "'."); + } else { + return getParsesForUtterance(utterance); + } + + + + } public Analysis getBestParse(Utterance utterance) { @@ -269,6 +427,16 @@ public static void main(String[] args) throws Exception { System.out.print("Initialiazing analyzer ..."); ECGAnalyzer analyzer = new ECGAnalyzer(args[0]); System.out.println(" done."); + + + + System.out.print("Reading tokens ..."); + ECGTokenReader tokens = new ECGTokenReader(analyzer.getGrammar()); + System.out.println(" done."); + + System.out.print("Reading Morphology Dictionary ..."); + ECGMorph morph = new ECGMorph(analyzer.getGrammar(), tokens); + System.out.println(" done."); TextFileLineIterator tfli = new TextFileLineIterator(args[1]); while (tfli.hasNext()) { diff --git a/compling.core/source/compling/parser/ecgparser/ECGMorph.java b/compling.core/source/compling/parser/ecgparser/ECGMorph.java new file mode 100644 index 0000000..7f75109 --- /dev/null +++ b/compling.core/source/compling/parser/ecgparser/ECGMorph.java @@ -0,0 +1,290 @@ +package compling.parser.ecgparser; + +import java.io.File; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Set; +import java.util.TreeSet; + +import com.hp.hpl.jena.sparql.util.StringUtils; + +import compling.grammar.GrammarException; +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.GrammarWrapper; +import compling.gui.AnalyzerPrefs; +import compling.gui.AnalyzerPrefs.AP; +import compling.parser.ParserException; +import compling.util.StringUtilities; +import compling.util.fileutil.TextFileLineIterator; + +/** + * Simple morphology lookup using a dictionary. This version is based on the + * Celex database. + * + * Perhaps we should define an abstract interface for this? + * + * The Analyzer must already have been created and the grammar read so that + * we can store only words actually referenced. + * + * The format of the .ecgmorph file is one entry per line. Each entry consists + * of a wordform followed by whitespace followed by morphs. Each morph is the + * lemma followed by whitespace followed by the analysis. The analysis consists + * of inflections separated by a slash (/). + * + * Example: + * + * blocking block PresentTense/Participle + * blocks block Plural block Singular/PresentTense/ThirdPerson + * + * Typical usage: + * + * ECGMorph morph = new ECGMorph(analyzer); + * for (String lemma : morph.getLemmas(wordform)) { + * [...] + * if (morph.match(wordform, lemma, inflectionspec) { + * [...] + * + * @author Adam Janin + */ + +public class ECGMorph { + ECGAnalyzer analyzer; + Grammar grammar; + GrammarWrapper grammarWrapper; + AnalyzerPrefs prefs; + File ecgmorph_path; + HashMap > morphs; + ECGTokenReader tokenReader; + + /** + * Store a single morph entry, including the lemma and the inflections. + */ + public class MorphEntry { + String lemma; + TreeSet inflections; + + /** + * @param lemma_str The lemma (e.g. block) + * @param inflections_str The string representing the inflection (e.g. Singular/PastTense/FirstPerson) + */ + public MorphEntry(String lemma_str, String inflections_str) { + lemma = lemma_str; + inflections = new TreeSet(); //new HashSet(); + for (String inflect : inflections_str.split("\\s*[,/]\\s*")) { + inflections.add(inflect); + } + } // MorphEntry() + + public String toString() { + return this.lemma + " " + this.inflections.toString(); + } + + public boolean equals(MorphEntry other) { + return other.lemma.equals(this.lemma) && other.inflections.equals(this.inflections); + } + + public int hashCode() { + int resultSeed = 42; + return resultSeed * this.lemma.hashCode() * this.inflections.hashCode(); + } + } // class MorphEntry + + /** + * Given an already loaded Analyzer, read a morph dictionary. Only + * words that actually exist in the grammar within the Analyzer are + * loaded. + * + * TODO: Account for for "lemma=" in addtion to "orth=" in the grammar. + * + * @param analyzer_arg + * @throws IOException + */ + public ECGMorph(Grammar g, ECGTokenReader tokener) { //ECGAnalyzer analyzer_arg) throws IOException { + //analyzer = analyzer_arg; + //grammar = analyzer.getGrammar(); + grammarWrapper = new LCPGrammarWrapper(g); + //grammarWrapper = analyzer.getGrammarWrapper(); + // prefs = (AnalyzerPrefs) grammar.getPrefs(); + tokenReader = tokener; + grammar = g; + + morphs = new HashMap>(); + + prefs = (AnalyzerPrefs) grammar.getPrefs(); + + File base = prefs.getBaseDirectory(); + + List morph_paths = prefs.getList(AP.MORPHOLOGY_PATH); + for (String path : morph_paths) { + ecgmorph_path = new File(base, path); + + TextFileLineIterator tfli = new TextFileLineIterator(ecgmorph_path); + + int lineNum = 0; + + while (tfli.hasNext()) { + lineNum++; + String line = tfli.next(); + // Skip blank lines or lines with just a comment + if (line.matches("\\s*#.*") || line.matches("\\s*")) { + continue; + } + String splitline[] = line.split("\\s+"); + if (splitline.length < 3) { + throw new ParserException("Improperly formatted entry in morph file " + ecgmorph_path + ", line " + lineNum); + } + if (entryInGrammar(splitline)) { + List morphlist; + // Create data structure. Since every wordform should only occur once, + // this could probably be hoisted, but better safe... + if (!morphs.containsKey(splitline[0])) { + morphlist = new ArrayList(); + morphs.put(splitline[0], morphlist); + } else { + morphlist = morphs.get(splitline[0]); + } + for (int ii = 1; ii < splitline.length; ii+=2) { + try { + MorphEntry newEntry = new MorphEntry(splitline[ii], splitline[ii+1]); + boolean add = true; + for (MorphEntry me : morphlist) { + if (me.lemma.equals(newEntry.lemma) && me.inflections.equals(newEntry.inflections)) { + add = false; + } + } + if (add) { + morphlist.add(new MorphEntry(splitline[ii], splitline[ii+1])); + } + } catch (ArrayIndexOutOfBoundsException e) { + throw new ParserException("Array index out of bounds in .ecgmorph file on line " + lineNum + " for entry '" + + splitline[0] + "'."); + } + } + } + } + } + } // ECGMorph() + + /** + * Given a wordform, a lemma, and a inflection specification, return + * true if the wordform matches the lemma and inflection. + * + * Example: + * + * match("block", "blocked", "PastTense/!Participle") + * true + */ + public boolean match(String lemma, String wordform, String spec) { + if (!morphs.containsKey(wordform)) { + // TODO: Should this be an error? A warning? Or is just return false okay? + return false; + } + for (MorphEntry morph : morphs.get(wordform)) { + if (morph.lemma.equals(lemma) && spec_match(spec, morph.inflections)) { + return true; + } + } + return false; + } // match() + + + public String[] getInflections(String lemma, String wordform) { + List inflections = new ArrayList(); + for (MorphEntry morph : morphs.get(wordform)) { + if (morph.lemma.equals(lemma)) { + inflections.add(concatenateSet(morph.inflections)); + } + } + return inflections.toArray(new String[inflections.size()]); + } + + private String concatenateSet(Set input) { + String[] array = input.toArray(new String[input.size()]); + String output = ""; + for (int i = 0; i < array.length; i++) { + output += array[i]; + if (i < (array.length - 1)) { + output += ","; + } + + } + return output; + } + + + /** + * Looks up a wordform and returns the lemmas. + * + * @returns A Set of Strings containing the lemmas + */ + + public Set getLemmas(String wordform) { + Set lemmaStrs = new HashSet(); + if (morphs.keySet().contains(wordform)) { + for (MorphEntry morph : morphs.get(wordform)) { + lemmaStrs.add(morph.lemma); + } + return lemmaStrs; + } else { + throw new GrammarException("Cannot find wordform in lemma base"); + } + + } // getLemmas() + + /** + * Return true if the inflection spec string matches the inflections specified + * in the Set flects. + */ + + private boolean spec_match(String spec, Set flects) { + String[] specs = spec.split("\\s*[,/]\\s*"); + for (int ii = 0; ii < specs.length; ii++) { + try { + if (specs[ii].charAt(0) == '!' && flects.contains(specs[ii].substring(1))) { + return false; + } else if (specs[ii].charAt(0) != '!' && !flects.contains(specs[ii])) { + return false; + } + } catch (ArrayIndexOutOfBoundsException e) { + throw new ParserException("Array index out of bounds in .ecgmorph file for spec " + spec + "."); + } + } + return true; + } // spec_match() + + /** + * Return true if the lemma or any of the wordforms actually occur in the grammar. + * TODO: Add handling of lemma constructions + * @param splitline + */ + private boolean entryInGrammar(String[] splitline) { + // First check if the wordform occurs + if (grammarWrapper.hasLexicalConstruction(StringUtilities.addQuotes(splitline[0]))) { + return true; + } + if (tokenReader.tokens.keySet().contains(splitline[0])) { + return true; + } + if (tokenReader.hasToken(StringUtilities.addQuotes(splitline[0]))) { + return true; + } + // Now check for all the possible lemmas. + for (int ii = 1; ii < splitline.length; ii+=2) { + if (grammarWrapper.hasLexicalConstruction(StringUtilities.addQuotes(splitline[ii]))) { + return true; + } + if (tokenReader.hasToken(StringUtilities.addQuotes(splitline[ii]))) { + return true; + } + if (tokenReader.tokens.keySet().contains(splitline[ii])) { + return true; + } + } + return false; + } // entryInGrammar() + +} // class ECGMorph + diff --git a/compling.core/source/compling/parser/ecgparser/ECGMorphTableReader.java b/compling.core/source/compling/parser/ecgparser/ECGMorphTableReader.java new file mode 100644 index 0000000..a6894f7 --- /dev/null +++ b/compling.core/source/compling/parser/ecgparser/ECGMorphTableReader.java @@ -0,0 +1,116 @@ +package compling.parser.ecgparser; + +import java.io.BufferedReader; +import java.io.File; +import java.io.FileReader; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; + +import compling.grammar.ecg.GrammarWrapper; +import compling.gui.AnalyzerPrefs; +import compling.gui.AnalyzerPrefs.AP; +import compling.parser.ParserException; +import compling.util.fileutil.TextFileLineIterator; + + +/** + * This class reads in a text file containing morphological specifications. + * Specifically, the text file represents a matching between certain "FlectTypes" (Celex output) + * and the ECG constraints, as well as the compatible cxn types. + * + * Example: + * "Plural :: self.m.number <-- @plural, self.m.bounding <-- @indeterminate :: NounType". + * + * The text file must be formatted with the "constructional block" of constraints at the top, + * and the "meaning block" of constraints following it - with each section clearly marked "constructional" + * or "meaning". + * + * Once the class reads in the constraints, it builds a HashMap between each FlectType and the constraints, which + * is referenced by the Parser during runtime. + * + * @author Sean Trott + * + */ +public class ECGMorphTableReader { + GrammarWrapper grammarWrapper; + AnalyzerPrefs prefs; + File table_path; + public HashMap> constructional_morphTable; + public HashMap> meaning_morphTable; + + public ECGMorphTableReader(GrammarWrapper wrapper) throws IOException { + + constructional_morphTable = new HashMap>(); + meaning_morphTable = new HashMap>(); + + grammarWrapper = wrapper; + prefs = (AnalyzerPrefs) grammarWrapper.getGrammar().getPrefs(); + //BufferedReader in = new BufferedReader(new FileReader("compling/first/first.morph")); + File base = prefs.getBaseDirectory(); + table_path = new File(base, prefs.getSetting(AP.TABLE_PATH)); + TextFileLineIterator tfli = new TextFileLineIterator(table_path); + + int lineNum = 1; + // This loop fills in constructional_morphTable + while (tfli.hasNext()) { + String l = tfli.next(); + if (l.equals("Constructional")) { + continue; + } + if (l.startsWith("#")) { + continue; + } + if (l.equals("Meaning")) { + break; + } + String[] s = l.split("\\s*::\\s*"); + if (s.length < 3) { + throw new ParserException("Improperly formatted morph entry on line " + lineNum + + " of table in file " + table_path + + ". Entry must be of the form: \n 'FlectType :: constraints :: compatible_constructions'."); + } + String key = s[0]; + String[] constraints = s[1].split(",\\s"); + String[] parents = s[2].split(",\\s"); + ArrayList values = new ArrayList(); + values.add(constraints); + values.add(parents); + constructional_morphTable.put(key, values); + lineNum += 1; + } + + // This loop fills in meaning_morphTable. + while (tfli.hasNext()) { + String l = tfli.next(); + if (l.startsWith("#")) { + continue; + } + String[] array = l.split("\\s*::\\s*"); + if (array.length < 3) { + throw new ParserException("Improperly formatted morph entry on line " + lineNum + + " of table in file " + table_path + + ". Entry must be of the form: \n 'FlectType :: constraints :: compatible_constructions'."); + } + String key = array[0]; + String[] constraints = array[1].split(",\\s"); + String[] parents = array[2].split(",\\s"); + ArrayList values = new ArrayList(); + values.add(constraints); + values.add(parents); + meaning_morphTable.put(key, values); + lineNum += 1; + } + + } + + public HashMap> getConstructionalTable() { + return constructional_morphTable; + } + + public HashMap> getMeaningTable() { + return meaning_morphTable; + } + + +} diff --git a/compling.core/source/compling/parser/ecgparser/ECGTokenReader.java b/compling.core/source/compling/parser/ecgparser/ECGTokenReader.java new file mode 100644 index 0000000..ca75640 --- /dev/null +++ b/compling.core/source/compling/parser/ecgparser/ECGTokenReader.java @@ -0,0 +1,212 @@ +package compling.parser.ecgparser; + +import java.io.File; +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import compling.grammar.GrammarException; +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.ecg.ECGConstants; +import compling.grammar.ecg.GrammarWrapper; +import compling.grammar.ecg.ecgreader.Location; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; +import compling.grammar.unificationgrammar.UnificationGrammar.SlotChain; +import compling.gui.AnalyzerPrefs; +import compling.gui.AnalyzerPrefs.AP; +import compling.parser.ParserException; +import compling.util.fileutil.TextFileLineIterator; + +/** + * Reads in the Token file and builds "ECGToken" instances, which contains a parent Cxn and additional constraints. + * It then constructs a HashMap from each token string to a list of possible ECGToken instances. + * + */ +public class ECGTokenReader { + + public class ECGToken { + public String token_name; // E.g. red, walk + public Construction parent; + public List constraints; + public Location location; + + public void setLocation(Location l) { + location = l; + } + + public Location getLocation() { + return location; + } + + public String toString() { + return token_name + " :: " + parent.getName() + " :: " + constraints.toString(); + } + } + + Grammar grammar; + //GrammarWrapper grammarWrapper; + AnalyzerPrefs prefs; + File token_path; + + Map> tokens; + + public Map> getTokens() { + return tokens; + } + + public ECGTokenReader(Grammar inputGrammar) { + grammar = inputGrammar; + prefs = (AnalyzerPrefs) grammar.getPrefs(); + File base = prefs.getBaseDirectory(); + //token_path = new File(base, prefs.getSetting(AP.TOKEN_PATHS)); + List token_paths = prefs.getList(AP.TOKEN_PATH); + tokens = new HashMap>(); + for (String path : token_paths) { + token_path = new File(base, path); + + + TextFileLineIterator tfli = new TextFileLineIterator(token_path); + int lineNum = 0; + while (tfli.hasNext()) { + lineNum++; + String line = tfli.next(); + // Skip blank lines or lines with just a comment + if (line.matches("\\s*#.*") || line.matches("\\s*")) { + continue; + } + String splitline[] = line.split("\\s*::\\s*"); + if (splitline.length < 3) { + // TODO: Create a TokenException class and throw that instead + throw new ParserException("Improperly formatted entry in token file " + token_path + ", line " + lineNum); + } + String token_name = splitline[0].trim(); + String parent_name = splitline[1].trim(); + ECGToken token = new ECGToken(); + token.setLocation(new Location("test", path, 0, 0)); + + token.token_name = token_name; + token.parent = grammar.getConstruction(parent_name); + + if (token.parent == null) { + // TODO: Create a TokenException class and throw that instead + throw new ParserException("Parent construction \"" + parent_name + "\" is not defined (token \"" + token_name + "\" in token file \"" + token_path + "\" line " + lineNum + ")"); + } + // TODO: Other checks of parent (non-general, has orth="*", etc) + token.constraints = new ArrayList(); + for (int ii = 2; ii < splitline.length; ii++) { + String constraint_str = splitline[ii].trim(); + String split_constraint[] = constraint_str.split("\\s*<--\\s*"); + if (split_constraint.length != 2) { + // TODO: Create a TokenException class and throw that instead + throw new ParserException("Improperly formatted constraint in token file " + token_path + ", line " + lineNum + ", constraint " + constraint_str); + } + String slotchain_str = split_constraint[0]; + String value_str = split_constraint[1]; + // TODO: Make sure constraint is consistent with parent + + + // This iterates through parent's constraints; if it doesn't find the Slotchain, no Exception is thrown. + if (!slotMatch(token.parent, slotchain_str, value_str)) { + throw new ParserException("Error with token " + token.token_name + " on line " + lineNum + ". Either slot chain " + slotchain_str + " not found in parent " + token.parent.getName() + + " or value " + value_str + " not a proper subcase."); + } + + token.constraints.add(new Constraint("<--", new SlotChain(slotchain_str), value_str)); + } + // TODO: Make sure there's an appropriate ontology constraint that's consistent with parent + + // Add token to token list associated with the name + if (!tokens.containsKey(token_name)) { + tokens.put(token_name, new ArrayList()); + } + boolean add = true; + boolean parentFound = false; + // TODO: only parentFound=True if they're ALL the same... + for (ECGToken t : tokens.get(token_name)) { + if (t.parent.equals(token.parent)) { + parentFound = true; + //t.constraints. + Collections.sort(t.constraints); + Collections.sort(token.constraints); + if (t.constraints.equals(token.constraints)) { + add = false; + } + } + } + if (parentFound) { + //TODO: Issue warning if they're the same, but with different constraints + if (!add) { + throw new ParserException("Two tokens with lemma " + token_name + " and type " + parent_name + ", as well as shared constraints."); + } + //throw new GrammarException("Two tokens with lemma " + token_name + " and type " + parent_name + ". This is allowed, but unusual."); + } + if (add) { + tokens.get(token_name).add(token); + } + } + } + } // ECGTokenReader() + + + // Currently assumes VALUE is either an Ontology item ("@walk") or a FillerString (""8""). + public boolean slotMatch(Construction parentCxn, String slotchain, String value) { + boolean found = false; + for (Constraint constraint : parentCxn.getMeaningBlock().getConstraints()) { + if (constraint.getArguments().get(0).toString().equals(slotchain)) { + if (constraint.getValue().charAt(0) == ECGConstants.ONTOLOGYPREFIX && + value.charAt(0) == ECGConstants.ONTOLOGYPREFIX) { + try { + TypeSystem ts = grammar.getOntologyTypeSystem(); + String child = value.substring(1, value.length()).trim(); + String ancestor = constraint.getValue().substring(1, constraint.getValue().length()).trim(); + found = ts.subtype(ts.getInternedString(child), ts.getInternedString(ancestor)); + } catch (TypeSystemException tse) { + System.out.println(tse.getMessage()); + return false; + } + } else { + found = true; + } + } + } + for (Constraint constraint : parentCxn.getConstructionalBlock().getConstraints()) { + if (constraint.getArguments().get(0).toString().equals(slotchain)) { + if (constraint.getValue().charAt(0) == ECGConstants.ONTOLOGYPREFIX && + value.charAt(0) == ECGConstants.ONTOLOGYPREFIX) { + try { + TypeSystem ts = grammar.getOntologyTypeSystem(); + String child = value.substring(1, value.length()).trim(); + String ancestor = constraint.getValue().substring(1, constraint.getValue().length()).trim(); + found = ts.subtype(ts.getInternedString(child), ts.getInternedString(ancestor)); + } catch (TypeSystemException tse) { + System.out.println(tse.getMessage()); + return false; + } + } else { + found = true; + } + } + } + return found; + } + + public List getToken(String token) { + if (tokens.keySet().contains(token)) { + return tokens.get(token); + } else { + throw new GrammarException("Token not in database."); + } + } // getToken() + + public boolean hasToken(String token) { + return tokens.containsKey(token); + } // hasToken() + +} // class ECGTokenReader + diff --git a/compling.core/source/compling/parser/ecgparser/LCPGrammarWrapper.java b/compling.core/source/compling/parser/ecgparser/LCPGrammarWrapper.java index a1a5ee6..dfa3dd1 100644 --- a/compling.core/source/compling/parser/ecgparser/LCPGrammarWrapper.java +++ b/compling.core/source/compling/parser/ecgparser/LCPGrammarWrapper.java @@ -25,6 +25,9 @@ public class LCPGrammarWrapper implements GrammarWrapper { Grammar grammar; private HashMap> subtypeList = new HashMap>(); private HashMap> lexemeToLexicalConstructions = new HashMap>(); + // for lemmas and constructions + private HashMap> lemmaToLexicalConstructions = new HashMap>(); + Construction morph; Construction word; @@ -50,11 +53,25 @@ public LCPGrammarWrapper(Grammar ecgGrammar) { if (lexemeToLexicalConstructions.get(ECGGrammarUtilities.getLexemeFromLexicalConstruction(parent)) == null) { lexemeToLexicalConstructions.put(ECGGrammarUtilities.getLexemeFromLexicalConstruction(parent), new ArrayList()); - } + } + // @ author seantrott + // instantiate new entry for lemma if it's not already in hashmap +// if (lemmaToLexicalConstructions.get(ECGGrammarUtilities.getLemmaFromLexicalConstruction(parent)) == null) { // so far just putting in lexeme hashmap +// lemmaToLexicalConstructions.put(ECGGrammarUtilities.getLemmaFromLexicalConstruction(parent), new ArrayList()); +// } + + // add parent to lemma hashmap + //lemmaToLexicalConstructions.get(ECGGrammarUtilities.getLemmaFromLexicalConstruction(parent)).add(parent); + lexemeToLexicalConstructions.get(ECGGrammarUtilities.getLexemeFromLexicalConstruction(parent)).add(parent); } } } + + public Grammar getGrammar() { + return grammar; + + } /** Returns the concrete rules that are subtypes of construction */ public List getRules(String construction) { @@ -114,6 +131,10 @@ public boolean isPhrasalConstruction(Construction c) { public boolean hasLexicalConstruction(String lexeme) { return lexemeToLexicalConstructions.containsKey(lexeme); } + + public boolean hasLemmaConstruction(String lemma) { + return lemmaToLexicalConstructions.containsKey(lemma); + } public List getLexicalConstruction(String lexeme) { List lex = lexemeToLexicalConstructions.get(lexeme); @@ -123,6 +144,16 @@ public List getLexicalConstruction(String lexeme) { } return lex; } + + public List getLemmaConstruction(String lemma) { + List lem = lemmaToLexicalConstructions.get(lemma); + if (lem == null) { + // System.out.println(lexemeToLexicalConstruction.keySet()); + throw new GrammarException("undefined lexeme: " + lemma + " in Grammar.getLexicalConstruction"); + } + return lem; + } + public Set getAllConcretePhrasalConstructions() { Set cxns = new LinkedHashSet(); diff --git a/compling.core/source/compling/parser/ecgparser/LeftCornerParser.java b/compling.core/source/compling/parser/ecgparser/LeftCornerParser.java index ebd2319..a4aac08 100644 --- a/compling.core/source/compling/parser/ecgparser/LeftCornerParser.java +++ b/compling.core/source/compling/parser/ecgparser/LeftCornerParser.java @@ -1,22 +1,38 @@ package compling.parser.ecgparser; import java.util.ArrayList; +import java.io.IOException; +import java.util.Arrays; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; import java.util.LinkedList; import java.util.List; +import java.util.Map; +import java.util.Map.Entry; import java.util.Set; import compling.context.ContextModel; import compling.context.ContextModelCache; +import compling.grammar.ComplexCacheException; import compling.grammar.GrammarException; import compling.grammar.ecg.ECGConstants; import compling.grammar.ecg.ECGGrammarUtilities; import compling.grammar.ecg.Grammar; import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.unificationgrammar.FeatureStructureSet; +import compling.grammar.unificationgrammar.FeatureStructureSet.Slot; import compling.grammar.unificationgrammar.TypeSystem; import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.UnificationGrammar; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; import compling.grammar.unificationgrammar.UnificationGrammar.Role; +import compling.grammar.unificationgrammar.UnificationGrammar.SlotChain; +import compling.grammar.unificationgrammar.UnificationGrammar.TypeConstraint; import compling.parser.ParserException; import compling.parser.RobustParser; +import compling.parser.UnknownWordException; +import compling.parser.ecgparser.ECGMorph.MorphEntry; import compling.parser.ecgparser.LeftCornerParserTablesCxn.AnalysisFactory; import compling.parser.ecgparser.LeftCornerParserTablesCxn.AnalysisInContextFactory; import compling.parser.ecgparser.LeftCornerParserTablesCxn.CloneTable; @@ -41,12 +57,16 @@ import compling.utterance.Sentence; import compling.utterance.Utterance; import compling.utterance.Word; +import compling.parser.ecgparser.ECGMorph; +import compling.parser.ecgparser.ECGTokenReader; +import compling.parser.ecgparser.ECGTokenReader.ECGToken; public class LeftCornerParser implements RobustParser { /** CONSTANTS THAT GET SET BY THE setParameters method */ boolean DEBUG = false; private int MAXBEAMWIDTH = 3; + private int BEAMSIZE = 3; private int PARSESTORETURN = 3; private boolean ROBUST = true; private double EXTRAROOTPENALTY = -3; @@ -61,6 +81,10 @@ public class LeftCornerParser implements RobustParser { private PriorityQueue> completeAnalyses; private TypeSystem cxnTypeSystem; + private ECGMorph morpher; + private ECGTokenReader tokenReader; + private ECGMorphTableReader morphTable; + private Grammar ecgGrammar; private LCPGrammarWrapper grammar; private ContextModel contextModel; @@ -78,20 +102,44 @@ public class LeftCornerParser implements RobustParser { private SlotConnectionTracker slotConnectionTracker; private int statecounter = 0; private int processedStates = 0; + + + + private ArrayList> constructionInput; + private ArrayList> morphToken; + + /**This is intended to be a cache of type Cxns; when type-identical utterances appear, just retrieve from cache. + Will still need to integrate MorphToken information into SemSpec effectively. */ + private HashMap>> typeCache; + + + + + private Construction[][] input; private Construction RootCxn; private Role RootCxnConstituent; private StringBuilder parserLog; + private HashMap> constructional_morphTable; + private HashMap> meaning_morphTable; + + + + private long constructorTime; private double currentEntropy = 0; private double lnTwo = Math.log(2); private double lastNormalizer = 0; - public void setParameters(boolean robust, boolean debug, int maxBeamWidth, int parsesToReturn, double extraRootPenalty) { + + + + public void setParameters(boolean robust, boolean debug, int maxBeamWidth, int parsesToReturn, double extraRootPenalty, int beamSize) { this.ROBUST = robust; this.DEBUG = debug; this.MAXBEAMWIDTH = maxBeamWidth; + this.BEAMSIZE = beamSize; this.PARSESTORETURN = parsesToReturn; if (extraRootPenalty > 0) { extraRootPenalty = 0 - extraRootPenalty; @@ -104,7 +152,7 @@ public void setPsychoMode() { PSYCHOOUTPUT = true; } - public LeftCornerParser(compling.grammar.ecg.Grammar grammar, AnalysisFactory analysisFactory) { + public LeftCornerParser(compling.grammar.ecg.Grammar grammar, AnalysisFactory analysisFactory) throws IOException { this(grammar, analysisFactory, new DumbConstituentExpansionCostTable(new LCPGrammarWrapper(grammar))); } @@ -118,11 +166,21 @@ public LeftCornerParser(compling.grammar.ecg.Grammar grammar, AnalysisFactory // } public LeftCornerParser(compling.grammar.ecg.Grammar ecgGrammar, AnalysisFactory analysisFactory, - ConstituentExpansionCostTable cect) { + ConstituentExpansionCostTable cect) throws IOException { constructorTime = System.currentTimeMillis(); + this.typeCache = new HashMap>>(); + this.ecgGrammar = ecgGrammar; this.grammar = new LCPGrammarWrapper(ecgGrammar); + + this.tokenReader = this.ecgGrammar.getTokenReader(); + this.morpher = this.ecgGrammar.getMorpher(); + + this.morphTable = new ECGMorphTableReader(this.grammar); + + + this.analysisFactory = analysisFactory; this.cxnTypeSystem = grammar.getCxnTypeSystem(); this.contextModel = grammar.getContextModel(); @@ -152,6 +210,11 @@ public LeftCornerParser(compling.grammar.ecg.Grammar ecgGrammar, AnalysisFactory constructorTime = System.currentTimeMillis() - constructorTime; RootCxn = grammar.getConstruction(ECGConstants.ROOT); RootCxnConstituent = (Role) RootCxn.getConstructionalBlock().getElements().toArray()[0]; + + + + this.constructional_morphTable = this.morphTable.getConstructionalTable(); + this.meaning_morphTable = this.morphTable.getMeaningTable(); } public long getConstructorTime() { @@ -166,7 +229,49 @@ public int getNumberOfStatesProcessedForLastUtterance() { return processedStates; } + + private boolean isCompatible2(Construction cxn, String[] type) { + TypeSystem ts = this.ecgGrammar.getConstructionTypeSystem(); + for (String t : type) { + try { + if (ts.subtype(ts.getInternedString(cxn.getName()), ts.getInternedString(t))) { + return true; + } + } catch (TypeSystemException e) { + throw new ParserException("Either " + cxn.getName() + " or " + t + + " not found in the construction lattice. Check .morph file for inconsistencies."); + } + } return false; + } + + /** Reloads tokens and morphology instances. + * @throws IOException */ + public void reloadTokens() throws IOException { + this.tokenReader = this.ecgGrammar.getTokenReader(); + this.morpher = new ECGMorph(this.ecgGrammar, this.tokenReader); + } + + public Map> getTokens() { + return tokenReader.getTokens(); + } + + public HashMap> getMorphInflections() { + return morpher.morphs; + } + + public void setBeamWidth(int width) { + this.MAXBEAMWIDTH = width; + } + + public PriorityQueue> getBestPartialParses(Utterance utterance) { + + + //this.ecgGrammar.readTokens(); + this.tokenReader = this.ecgGrammar.getTokenReader(); + //this.tokenReader = new ECGTokenReader(new LCPGrammarWrapper(this.ecgGrammar)); + this.morpher = this.ecgGrammar.getMorpher(); + lastNormalizer = 0; currentEntropy = 0; parserLog = new StringBuilder(); @@ -181,29 +286,148 @@ public PriorityQueue> getBestPartialParses(Utterance utter } this.completeAnalyses = new PriorityQueue>(); - input = new Construction[utterance.size() + 1][]; + constructionInput = new ArrayList>(); + morphToken = new ArrayList>(); + + ArrayList unknowns = new ArrayList(); + for (int i = 0; i < utterance.size(); i++) { + + // try to match orth with tokens/morphology (Celex) try { - List lexicalCxns = grammar.getLexicalConstruction(StringUtilities.addQuotes(utterance.getElement( - i).getOrthography())); - input[i] = new Construction[lexicalCxns.size()]; - for (int j = 0; j < lexicalCxns.size(); j++) { - // System.out.println("i:"+i+", j:"+j+" "+lexicalCxns.get(j).getName()); - input[i][j] = lexicalCxns.get(j); - } + String wordform = null; + Set lems = null; + if (i + 1 < utterance.size()) { + wordform = utterance.getElement(i).getOrthography() + "_" + utterance.getElement(i + 1).getOrthography(); + + try { + lems = this.morpher.getLemmas(wordform); + List elements = utterance.getElements(); + elements.remove(i + 1); + elements.set(i, new Word(wordform)); + utterance.setElements(elements); + } catch (GrammarException g) { + wordform = utterance.getElement(i).getOrthography(); + lems = this.morpher.getLemmas(wordform); + } + } else { + wordform = utterance.getElement(i).getOrthography(); + lems = this.morpher.getLemmas(wordform); + } + + constructionInput.add(new ArrayList()); + morphToken.add(new ArrayList()); + + for (String lemma : lems) { + // TODO: the multiword expression stuff + try { + List tokens = this.tokenReader.getToken(lemma); + for (ECGToken token : tokens) { + Construction parent = token.parent; + + String[] inflections = morpher.getInflections(lemma, wordform); + + //System.out.println + for (String inf : inflections) { + + //int what = this.meaning_morphTable.get(inf).length - 1; + String[] morphType = new String[]{}; + try { + morphType = this.meaning_morphTable.get(inf).get(1); + } catch (Exception e) { + throw new ParserException("Morphology table does not contain " + inf); + } + if (isCompatible2(parent, morphType)) { //this.meaning_morphTable.get(inf).get(1))) { + constructionInput.get(i).add(parent); + morphToken.get(i).add(new MorphTokenPair(inf, token)); + } + } + } + } catch (GrammarException g) { + debugPrint("Unknown input lemma: " + lemma); + } + } + } catch (GrammarException g) { + debugPrint("Unknown input lemma: " + utterance.getElement(i).getOrthography()); } - catch (GrammarException g) { - System.out.println("Unknown input lexeme: " + utterance.getElement(i).getOrthography()); - input[i] = new Construction[1]; - List lexicalCxns = grammar.getLexicalConstruction(StringUtilities - .addQuotes(ECGConstants.UNKNOWN_ITEM)); - input[i][0] = lexicalCxns.get(0); + // This block will handle numbers + try { + String potentialNumber = utterance.getElement(i).getOrthography(); + try { + double value = Double.parseDouble(potentialNumber); + Construction cxn = grammar.getConstruction("NumberType"); + if (i >= constructionInput.size()) { + constructionInput.add(new ArrayList()); + } + if (i >= morphToken.size()) { + morphToken.add(new ArrayList()); + } + constructionInput.get(i).add(cxn); + ECGTokenReader.ECGToken tok = this.tokenReader.new ECGToken(); //new ECGTokenReader.ECGToken(); + tok.constraints = new ArrayList(); + tok.constraints.add(new Constraint("<--", new SlotChain("self.m.value"), StringUtilities.addQuotes(potentialNumber))); + String morph = "Singular"; + if (value != 1) { + morph = "Plural"; + } + MorphTokenPair mtp = new MorphTokenPair(morph, tok); + morphToken.get(i).add(mtp); + } catch (NumberFormatException e) { + throw new GrammarException("Number not found."); + } + //long n = potentialNumber + } catch (GrammarException g) { + debugPrint("Could not identify number in " + utterance.getElement(i).getOrthography() + + " or construction NumberType not found in grammar."); } + // This block will handle lexical constructions + try { + if (i >= constructionInput.size()) { + constructionInput.add(new ArrayList()); + } + if (i >= morphToken.size()) { + morphToken.add(new ArrayList()); + } + List lexicalCxns = grammar.getLexicalConstruction(StringUtilities.addQuotes(utterance.getElement( + i).getOrthography())); + constructionInput.get(i).addAll(lexicalCxns); + for (int k = 0; k < lexicalCxns.size(); k++) { + //morphToken.get(i).add(mt); + morphToken.get(i).add(new MorphTokenPair(null, null)); + } + } catch (GrammarException g) { + debugPrint("Unknown input lexeme: " + utterance.getElement(i).getOrthography()); + + List lexicalCxns = grammar.getLexicalConstruction(StringUtilities + .addQuotes(ECGConstants.UNKNOWN_ITEM)); + //Construction lexicalCxns = grammar.getConstruction("NounType"); + if (constructionInput.get(i).isEmpty()) { + //constructionInput.get(i).add(lexicalCxns); + unknowns.add(utterance.getElement(i).getOrthography()); + constructionInput.get(i).add(lexicalCxns.get(0)); + morphToken.get(i).add(new MorphTokenPair(null, null)); + } + } + } + if ((unknowns.size() > 0) && (!ROBUST)) { + throw new UnknownWordException("Analysis not possible, unknown words identified: " + unknowns.toString() + "."); } - input[utterance.size()] = new Construction[1]; - input[utterance.size()][0] = null; + + + + + morphToken.add(new ArrayList()); + morphToken.get(utterance.size()).add(new MorphTokenPair(null, null)); + + + constructionInput.add(new ArrayList()); + constructionInput.get(utterance.size()).add(null); + + TypeCacheEntry tcEntry = new TypeCacheEntry(constructionInput, morphToken); + + T root = cloneTable.get(RootCxn, 0); RobustParserState rootState = new RobustParserState(root, null, 0); @@ -219,6 +443,7 @@ public PriorityQueue> getBestPartialParses(Utterance utter throw new ParserException("No complete analysis found for: " + utterance.toString()); } else { + typeCache.put(tcEntry, this.completeAnalyses.clone()); // typeCache return completeAnalyses; } } @@ -228,9 +453,9 @@ public PriorityQueue> getBestPartialParses(Utterance utter addStatesToQ(pushLexicalState(rootState, 0), true); workingQ = nextIterationQ; - workingQ = prune(workingQ, MAXBEAMWIDTH); + workingQ = prune(workingQ, MAXBEAMWIDTH, BEAMSIZE); for (int i = 1; i <= utterance.size(); i++) { - workingQ = prune(makeNewCandidates(utterance, i), MAXBEAMWIDTH); + workingQ = prune(makeNewCandidates(utterance, i), MAXBEAMWIDTH, BEAMSIZE); } debugPrint("\nNumber of states created: " + statecounter + "; Number of states processed: " + processedStates); if (completeAnalyses.size() == 0) { @@ -239,7 +464,10 @@ public PriorityQueue> getBestPartialParses(Utterance utter throw new ParserException("No complete analysis found for: " + utterance.toString()); } else { - return prune(completeAnalyses, PARSESTORETURN); + PriorityQueue> toReturn = prune(completeAnalyses, PARSESTORETURN, BEAMSIZE); +// System.out.println("------- Inserting into TYPE CACHE (2). ---------"); + typeCache.put(tcEntry, toReturn.clone()); + return toReturn; //prune(completeAnalyses, PARSESTORETURN); } } } @@ -329,7 +557,7 @@ private PriorityQueue makeNewCandidates(Utterance safetyQ = workingQ.clone(); - + // only used when we out of stuff on the workingQ and there is nothing on the nextIterationQ while (workingQ.size() > 0) { @@ -357,8 +585,8 @@ private PriorityQueue makeNewCandidates(Utterance utterance) { } else { - if (ROBUST && current.ancestor == null && current.leftSibling != null) { + if (ROBUST && current.ancestor == null && current.leftSibling != null) { // gotta switch back to the leftsib stack RobustParserState ls = current.leftSibling; RobustParserState newCurrent = new RobustParserState((T) ls.primaryAnalysis.clone(), ls.ancestor, @@ -529,36 +757,64 @@ private List proposeNewStates(RobustParserState current) { return results; } + private List pushLexicalState(RobustParserState ancestor, int index) { List results = new LinkedList(); - for (int i = 0; i < input[index].length; i++) { - Construction lexicalCxn = input[index][i]; - double reachabilityCost = computeNormalizedReachability(ancestor.primaryAnalysis, lexicalCxn, - ancestor.hasGapFiller() && !ancestor.primaryAnalysis.alreadyUsedGapFiller(), ancestor.getGapFillerType()); - - // System.out.println("lexpush here"); - if (reachabilityCost > Double.NEGATIVE_INFINITY) { - // System.out.println("lexpush now here"); - T lexical = cloneTable.get(lexicalCxn, index); - lexical.advance(); - if (incorporateAncSem(ancestor, lexicalCxn, lexical)) { - RobustParserState rps = new RobustParserState(lexical, ancestor, reachabilityCost - + ancestor.getConstructionalLogLikelihood()); - // System.out.println("And finally here."); - results.add(rps); - } - } - else { - debugPrint("\t\t" + ancestor.primaryAnalysis.getHeadCxn().getName() + " cannot generate " - + lexicalCxn.getName()); - } + int iter = index; + //for (int iter=0; iter < constructionInput.size(); iter++) { + //for (int second=0; second < constructionInput.get(iter).size(); second ++) { + for (int second=0; second < constructionInput.get(index).size(); second++) { + Construction cxn = constructionInput.get(iter).get(second); + double reachabilityCost = computeNormalizedReachability(ancestor.primaryAnalysis, cxn, + ancestor.hasGapFiller() && !ancestor.primaryAnalysis.alreadyUsedGapFiller(), ancestor.getGapFillerType()); + MorphTokenPair extra_info = morphToken.get(iter).get(second); + if (reachabilityCost > Double.NEGATIVE_INFINITY && cxn != null) { + T lex_analysis = cloneTable.get(cxn, index); + //System.out.println(lex_analysis); + T ultimate = (T) lex_analysis.clone(); + if (extra_info.morph != null) { + String morph = extra_info.morph; + String[] mConstraint = this.meaning_morphTable.get(morph).get(0); + for (int k = 0; k < mConstraint.length - 1; k += 2) { + ultimate.addConstraint(UnificationGrammar.generateConstraint(mConstraint[k+1]), mConstraint[k]); + } + String[] con_constraint = new String[]{}; + try { + con_constraint = this.constructional_morphTable.get(morph).get(0); + } catch (Exception e) { + throw new ParserException("Constructional morphology table does not contain morph: " + morph + "."); + } + for (int k = 0; k < con_constraint.length - 1; k += 2) { + ultimate.addConstraint(UnificationGrammar.generateConstraint(con_constraint[k+1]), con_constraint[k]); + } + } + if (extra_info.token != null) { + ECGTokenReader.ECGToken token = extra_info.token; + for (Constraint c : token.constraints) { + ultimate.addConstraint(UnificationGrammar.generateConstraint(c.getValue()), c.getArguments().get(0).toString()); + } + } + ultimate.advance(); + if (incorporateAncSem(ancestor, cxn, ultimate)) { + RobustParserState rps = new RobustParserState(ultimate, ancestor, reachabilityCost + + ancestor.getConstructionalLogLikelihood()); + // System.out.println("And finally here."); + results.add(rps); + } + } else { + debugPrint("\t\t" + ancestor.primaryAnalysis.getHeadCxn().getName() + " cannot generate " + + cxn.getName()); + } } if (results.size() == 0) { - System.out.println("no results"); + debugPrint("no results"); + //System.out.println("no results"); } return results; } + + private List finishIncompleteState(RobustParserState p) { // System.out.println("finish"); List> results; @@ -592,9 +848,10 @@ private double pNextInputGivenStack(int index, RobustParserState stackTop) { if (ROBUST && stackTop.ancestor != null && stackTop.rightIndex - stackTop.leftIndex == 1 && (stackTop.rightSiblings == null || stackTop.rightSiblings.size() == 0)) { - for (int i = 0; i < input[index].length; i++) { - robustTerm = SloppyMath.logAdd(robustTerm, reachabilityTable.reachable(RootCxnConstituent, input[index][i])); - } + // TODO: *** for (int i = 0; i < input[index].length; i++) { + for (int i = 0; i < constructionInput.get(index).size(); i++) { + robustTerm = SloppyMath.logAdd(robustTerm, reachabilityTable.reachable(RootCxnConstituent, constructionInput.get(index).get(i)));//input[index][i])); + } robustTerm = robustTerm + EXTRAROOTPENALTY; // System.out.println(robustTerm); @@ -607,9 +864,10 @@ private double pNextInputGivenStack(int index, RobustParserState stackTop) { private double pNextInputGivenStack(int index, RobustParserState stackTop, boolean tryLeftSib) { double total = Double.NEGATIVE_INFINITY; - for (int i = 0; i < input[index].length; i++) { - Construction lexicalCxn = input[index][i]; + + for (int i = 0; i < constructionInput.get(index).size(); i++) { + Construction lexicalCxn = constructionInput.get(index).get(i); total = SloppyMath.logAdd( total, @@ -711,13 +969,13 @@ private double pNextInputGivenStack(int index, RobustParserState stackTop, boole return completionCostSoFar; } } - if (ROBUST && tryLeftSib && leftSib != null && total < 0 && index < input.length - 1) { + if (ROBUST && tryLeftSib && leftSib != null && total < 0 && index < constructionInput.size() - 1) { /////input.length - 1) { total = SloppyMath.logAdd(total, completionCostSoFar + pNextInputGivenStack(index, leftSib, false)); if (total > 0) { total = 0; } } - else if (ROBUST && tryLeftSib && leftSib != null && total < 0 && index == input.length - 1) { + else if (ROBUST && tryLeftSib && leftSib != null && total < 0 && index == constructionInput.size() - 1) { //input.length - 1) { while (leftSib != null) { total = total + pNextInputGivenStack(index, leftSib, false); leftSib = leftSib.leftSibling; @@ -1185,22 +1443,46 @@ private void debugPrint(String message) { } } - private PriorityQueue prune(PriorityQueue queue, int maxBeamWidth) { + private PriorityQueue prune(PriorityQueue queue, int maxBeamWidth, int beamSize) { PriorityQueue prunedQueue = new PriorityQueue(); + if (queue.size() == 0) { + return prunedQueue; + } + double bestScore = queue.getPriority(); + // if i >= maxBeamWidth or score > bestScore + beamSize, break int i = 0; while (queue.size() > 0) { double score = queue.getPriority(); T p = queue.next(); prunedQueue.add(p, score); i++; - if (i >= maxBeamWidth) { + if (i >= maxBeamWidth || score > (bestScore + beamSize)) { break; } } - return prunedQueue; } + private PriorityQueue prune(PriorityQueue queue, int maxBeamWidth) { + PriorityQueue prunedQueue = new PriorityQueue(); + if (queue.size() == 0) { + return prunedQueue; + } + double bestScore = queue.getPriority(); + // if i >= maxBeamWidth or score > bestScore + beamSize, break + int i = 0; + while (queue.size() > 0) { + double score = queue.getPriority(); + T p = queue.next(); + prunedQueue.add(p, score); + i++; + if (i >= maxBeamWidth) { + break; + } + } + return prunedQueue; + } + private void addToCompletedQ(List completeAnalysis, double logLikelihood) { completeAnalyses.add(completeAnalysis, logLikelihood); } @@ -1236,7 +1518,7 @@ public String getParserLog() { } } - public static void main(String[] args) { + public static void main(String[] args) throws IOException { String ontFile = null; ontFile = args[1]; Grammar grammar = ECGGrammarUtilities.read(args[0], "ecg cxn sch grm", ontFile); @@ -1246,6 +1528,10 @@ public static void main(String[] args) { LeftCornerParser parser = new LeftCornerParser(grammar, new AnalysisInContextFactory(new LCPGrammarWrapper(grammar), grammar.getContextModel() .getContextModelCache())); + + + + List words = new ArrayList(); for (int i = 2; i < args.length; i++) { words.add(args[i]); diff --git a/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesCxn.java b/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesCxn.java index 10fa080..8822f8c 100644 --- a/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesCxn.java +++ b/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesCxn.java @@ -472,6 +472,7 @@ public void update() { factory.staticSetUp(); for (Construction cxn : canonicalInstances.keySet()) { factory.update(canonicalInstances.get(cxn)); + } } @@ -481,6 +482,14 @@ T get(Construction cxn, int startIndex) { a.getPossibleSemSpecs().setID(); return a; } + + // adds a new Construction to canonical Instances HashMap. @seantrott. + public void put(Construction cxn) { + T a = factory.get(cxn); + canonicalInstances.put(cxn, a); // factory.get(cxn)); + //System.out.println(factory.get(cxn)); + + } @SuppressWarnings("unchecked") public T get(Construction cxn) { @@ -510,7 +519,7 @@ private void tablePutter(IdentityHashMap table, Role role, double String special = role.getSpecialField(); if (special.indexOf("[") >= 0) { String[] probs = special.substring(special.indexOf("[") + 1, special.indexOf("]")).split("\\s"); - + // for (int i = 0; i < probs.length; i++){ // System.out.print("probs |"); // System.out.print(probs[i]); @@ -551,6 +560,7 @@ else if (special.indexOf(ECGConstants.EXTRAPOSED) > -1) { // System.out.print("\t"+role.getName()); String special = role.getSpecialField(); if (special.indexOf("[") >= 0) { + //System.out.println(special); String probs[] = special.substring(special.indexOf("[") + 1, special.indexOf("]")).split(" |,"); double probability = Double.parseDouble(probs[1]); tablePutter(localCostTable, role, probability); diff --git a/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesSem.java b/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesSem.java index 49f2f94..9144b8b 100644 --- a/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesSem.java +++ b/compling.core/source/compling/parser/ecgparser/LeftCornerParserTablesSem.java @@ -308,6 +308,7 @@ public List getRDChains(Construction cxn) { public List getCanonicalChains(Construction cxn) { return canonicalChains.get(cxn); } + public List> getFrameRoles(Construction cxn, SlotChain sc) { if (canonicalRoleTypes.get(cxn) != null) { @@ -459,13 +460,14 @@ private void setup(LCPGrammarWrapper g, CloneTable ct, UnifyTable ut, SlotChainT } // XXX: This has horrible performance + // TODO public SlotConnectionTracker(LCPGrammarWrapper g, CloneTable ct, UnifyTable ut, SlotChainTables sct, ConstituentsToSatisfyCostTable ctsct, ConstituentExpansionCostTable cect, ConstituentLocalityCostTable clct) { final int MAXDIST = 10; setup(g, ct, ut, sct, ctsct, cect, clct); // TODO: 1. Build the list of all the roles here! - // TODO: 2. Memoize getRules + // TODO: 2. Memoize getRules (DONE) for (int i = 1; i < MAXDIST; i++) { // System.out.println("-----------------------------------------------------------------------------------------------------\n"+"i="+i+"\n----"); diff --git a/compling.core/source/compling/parser/ecgparser/MappingReader.java b/compling.core/source/compling/parser/ecgparser/MappingReader.java new file mode 100644 index 0000000..02758a5 --- /dev/null +++ b/compling.core/source/compling/parser/ecgparser/MappingReader.java @@ -0,0 +1,59 @@ +package compling.parser.ecgparser; + +import java.io.File; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; + +import compling.grammar.ecg.GrammarWrapper; +import compling.gui.AnalyzerPrefs; +import compling.gui.AnalyzerPrefs.AP; +import compling.parser.ParserException; +import compling.util.fileutil.TextFileLineIterator; + +public class MappingReader { + + AnalyzerPrefs prefs; + File mappingPath; + public HashMap mappings; + TextFileLineIterator tfli; + + public MappingReader(GrammarWrapper wrapper) throws IOException { + mappings = new HashMap(); + prefs = (AnalyzerPrefs) wrapper.getGrammar().getPrefs(); + File base = prefs.getBaseDirectory(); + if (!(prefs.getSetting(AP.MAPPING_PATH) == null)) { + mappingPath = new File(base, prefs.getSetting(AP.MAPPING_PATH)); + tfli = new TextFileLineIterator(mappingPath); + readMappings(); + } + } + + private void readMappings() { + int lineNum = 1; + while (tfli.hasNext()) { + String l = tfli.next(); + String[] contents = l.split(" :: "); + try { + String lingValue = contents[0]; + String appValue = contents[1]; + if (lingValue.contains("@")) { + lingValue = lingValue.replace("@", ""); + } + if (appValue.contains("$")) { + appValue = appValue.replace("$", ""); + } + mappings.put(lingValue, appValue); + } catch (ArrayIndexOutOfBoundsException e) { + throw new ParserException("Mapping file " + mappingPath.getAbsolutePath() + " has an error on line " + lineNum + "."); + } + lineNum += 1; + } + + } + + public HashMap getMappings() { + return mappings; + } + +} diff --git a/compling.core/source/compling/parser/ecgparser/MorphTokenPair.java b/compling.core/source/compling/parser/ecgparser/MorphTokenPair.java new file mode 100644 index 0000000..ac9f12d --- /dev/null +++ b/compling.core/source/compling/parser/ecgparser/MorphTokenPair.java @@ -0,0 +1,10 @@ +package compling.parser.ecgparser; + +public class MorphTokenPair { + public String morph; + public ECGTokenReader.ECGToken token; + public MorphTokenPair(String morph, ECGTokenReader.ECGToken token) { + this.morph = morph; + this.token = token; + } +} diff --git a/compling.core/source/compling/parser/ecgparser/PossibleSemSpecs.java b/compling.core/source/compling/parser/ecgparser/PossibleSemSpecs.java index d9fcbaa..4f30570 100644 --- a/compling.core/source/compling/parser/ecgparser/PossibleSemSpecs.java +++ b/compling.core/source/compling/parser/ecgparser/PossibleSemSpecs.java @@ -26,6 +26,7 @@ import compling.parser.ecgparser.LeftCornerParserTablesCxn.UnifyTable; import compling.parser.ecgparser.LeftCornerParserTablesSem.SlotChainTables; import compling.parser.ecgparser.LeftCornerParserTablesSem.SlotConnectionTracker; +import compling.parser.ecgparser.PossibleSemSpecs.PartialSemSpec.Slot; import compling.util.IdentityHashSet; import compling.util.Pair; import compling.util.math.SloppyMath; @@ -379,7 +380,7 @@ public boolean incorporateChildPossibleSemSpecs(PossibleSemSpecs child, BindingA badUni = true; break; } - // System.out.println("in incorp child "+ancChain.toString()+" "+descChain.toString()+" pid:"+id+" cid:"+child.id); + //System.out.println("in incorp child "+ancChain.toString()+" "+descChain.toString()+" pid:"+id+" cid:"+child.id); remainingChildSlots.remove(descChain); } // System.out.println(remainingChildSlots); @@ -448,13 +449,14 @@ public boolean incorporateAncestorPossibleSemSpecs(PossibleSemSpecs ancestor, Li System.out.println("ancChain: " + ancChain.toString() + "\n" + ba.toString() + "\n" + ancestor.semSpecList.get(pc).toString()); } - try { + try { if (!newChild.slots.get(descChain).incorporateInfo(ancestorSlots.get(ancChain))) { badUni = true; break; } - } + } catch (NullPointerException e) { + //e.printStackTrace(); System.out.printf("descChain: %s, ba: %s, slots: %s\n", descChain, ba, newChild.slots); // badUni = true; // break; diff --git a/compling.core/source/compling/parser/ecgparser/TypeCacheEntry.java b/compling.core/source/compling/parser/ecgparser/TypeCacheEntry.java new file mode 100644 index 0000000..e1d2f77 --- /dev/null +++ b/compling.core/source/compling/parser/ecgparser/TypeCacheEntry.java @@ -0,0 +1,87 @@ +package compling.parser.ecgparser; + +import java.util.ArrayList; + +import compling.grammar.ecg.Grammar.Construction; + +public class TypeCacheEntry { + public ArrayList> cxnList; + public ArrayList> morphList; // just the "morph" half of the corresponding morph-token pairs + + public TypeCacheEntry(ArrayList> cxns, ArrayList> morphs) { + cxnList = cxns; + morphList = convertMTPair(morphs); + } + + public boolean compareEntry(TypeCacheEntry tce) { + return (compareCxnList(tce.getCxnList()) && compareMorphList(tce.getMorphList())); + } + + public ArrayList> getCxnList() { + return cxnList; + } + + public ArrayList> getMorphList() { + return morphList; + } + + public ArrayList> convertMTPair(ArrayList> morphs) { + ArrayList> returned = new ArrayList>(); + for (int i = 0; i < morphs.size(); i++) { //ArrayList slot : morphs) { + returned.add(new ArrayList()); + for (MorphTokenPair mt : morphs.get(i)) { + returned.get(i).add(mt.morph); + } + } + return returned; + } + + public boolean compareCxnList(ArrayList> cxns) { + if (cxns.size() != cxnList.size()) { + return false; + } + for (int i = 0; i < cxns.size(); i++) { + if (cxns.get(i).size() != cxnList.get(i).size()) { + return false; + } + for (int j = 0; j < cxns.get(i).size(); j++) { + String cxnName = null; + String cxnListName = null; + if (!(cxns.get(i).get(j) == null)) { + cxnName = cxns.get(i).get(j).getName(); + } + if (!(cxnList.get(i).get(j) == null)) { + cxnListName = cxnList.get(i).get(j).getName(); + } + if (!(cxnName == cxnListName)) { + return false; + } + } + } + return true; + } + + public boolean compareMorphList(ArrayList> morphs) { + if (morphs.size() != morphList.size()) { + return false; + } + boolean same = true; + for (int i = 0; i < morphs.size(); i++) { + if (morphs.get(i).size() != morphList.get(i).size()) { + return false; + } + for (int j = 0; j < morphs.get(i).size(); j++) { + String morphName = morphs.get(i).get(j); + String morphListName = morphList.get(i).get(j); + if (morphName == null || morphListName == null) { + if (morphName != morphListName) { + return false; + } + } else if (!(morphName.equals(morphListName))) { + return false; + } + } + } + return same; + } +} diff --git a/compling.core/source/compling/parser/ecgparser/UtteranceGenerator.java b/compling.core/source/compling/parser/ecgparser/UtteranceGenerator.java new file mode 100644 index 0000000..36f25eb --- /dev/null +++ b/compling.core/source/compling/parser/ecgparser/UtteranceGenerator.java @@ -0,0 +1,122 @@ +package compling.parser.ecgparser; +import java.util.ArrayList; +import java.util.Map.Entry; + +import compling.grammar.ecg.ECGGrammarUtilities; +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.ecg.GrammarWrapper; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.UnificationGrammar.Role; +import compling.parser.ecgparser.ECGTokenReader.ECGToken; + +public class UtteranceGenerator { + + public static GrammarWrapper grammarWrapper = null; + public static TypeSystem ts = null; + public static ECGTokenReader tk = null;// new ECGTokenReader + + public UtteranceGenerator(GrammarWrapper g) { + grammarWrapper = g; + ts = grammarWrapper.getGrammar().getConstructionTypeSystem(); + tk = new ECGTokenReader(grammarWrapper.getGrammar()); + } + + /* Enumerates all possible utterances. Currently have to be of type "Utterance", + * but could theoretically be extended to all "RootType" cxns, which would include NPs and PPs. + * Ultimately idea is to generate all possible cxns with all possible fillers. + */ + public ArrayList generateUtterances(String type) { + ArrayList utterances = new ArrayList(); + ArrayList observed = new ArrayList(); + //g. + for (Construction cxn : grammarWrapper.getAllConcretePhrasalConstructions()) { + + try { + if (ts.subtype(ts.getInternedString(cxn.getName()), ts.getInternedString(type))) { + observed.add(cxn.getName()); + //System.out.println(cxn.getName()); + ArrayList> fillers = new ArrayList>(); + for (Role r: cxn.getComplements()) { + fillers.add(fillConstituent(grammarWrapper.getGrammar().getConstruction(r.getTypeConstraint().getType()), observed)); + //r. + System.out.println(fillers); + } + utterances.add(fillers.toString()); + } + } catch (TypeSystemException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + System.out.println(utterances); + return utterances; + } + + + public static ArrayList fillWord(Construction cxn) throws TypeSystemException { + ArrayList words = new ArrayList(); + for (Construction word : grammarWrapper.getAllConcreteLexicalConstructions()) { + if (ts.subtype(ts.getInternedString(word.getName()), ts.getInternedString(cxn.getName()))) { + if (ts.subtype(ts.getInternedString(word.getName()), ts.getInternedString("GeneralTypeCxn"))) { + for (Entry> entry : tk.getTokens().entrySet()) { + for (ECGToken tok : entry.getValue()) { + if (tok.parent.equals(word)) { + words.add(tok.token_name); + } + } + } + } else { + words.add(ECGGrammarUtilities.getLexemeFromLexicalConstruction(word)); + } + + } + } + return words; + } + + + public static ArrayList fillConstituent(Construction cxn, ArrayList observed) throws TypeSystemException { + ArrayList filler = new ArrayList(); + if (ts.subtype(ts.getInternedString(cxn.getName()), ts.getInternedString("Word"))) { + ArrayList words = fillWord(cxn); + System.out.println("-------------"); + System.out.println(cxn.getName()); + System.out.println(words); + System.out.println("------------"); + return filler; + + } else if (cxn.isConcrete()) {// && !observed.contains(cxn.getName())) { + //observed.add(cxn.getName()); + for (Role r: cxn.getComplements()) { + fillConstituent(grammarWrapper.getGrammar().getConstruction(r.getTypeConstraint().getType()), observed); + } + } else { + //cxn. + for (Construction child : grammarWrapper.getAllConcretePhrasalConstructions()) { + if (ts.subtype(ts.getInternedString(child.getName()), ts.getInternedString(cxn.getName())) + && !observed.contains(child.getName())) { + observed.add(child.getName()); + fillConstituent(child, observed); + } + } + for (Construction child : grammarWrapper.getAllConcreteLexicalConstructions()) { + if (ts.subtype(ts.getInternedString(child.getName()), ts.getInternedString(cxn.getName())) + && !observed.contains(child.getName())) { + observed.add(child.getName()); + fillConstituent(child, observed); + } + } + } + return filler; + } + + + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +} diff --git a/compling.core/source/compling/parser/ecgparser/morph/MGrammarWrapper.java b/compling.core/source/compling/parser/ecgparser/morph/MGrammarWrapper.java index 4662a3a..7d400dd 100644 --- a/compling.core/source/compling/parser/ecgparser/morph/MGrammarWrapper.java +++ b/compling.core/source/compling/parser/ecgparser/morph/MGrammarWrapper.java @@ -58,6 +58,14 @@ public class MGrammarWrapper implements GrammarWrapper { private Set noncontigs = new HashSet(); // All concrete noncontiguous morphological // constructions + + public Grammar getGrammar() { + return grammar; + } + + + + public MGrammarWrapper(Grammar ecgGrammar, StringBuffer errLog) { grammar = ecgGrammar; @@ -448,6 +456,11 @@ public boolean isContiguous() { public boolean hasLexicalConstruction(String inputWord) { return cxnHash.containsKey(inputWord); } + + // TODO: Not used in anything, but should make sure it works. + public boolean hasLemmaConstruction(String inputWord) { + return cxnHash.containsKey(inputWord); + } public LexicalConstructions getLexicalConstructions(String inputWord) { return cxnHash.get(inputWord); diff --git a/compling.core/source/compling/util/Arrays.java b/compling.core/source/compling/util/Arrays.java index 1807b9f..3086d4c 100644 --- a/compling.core/source/compling/util/Arrays.java +++ b/compling.core/source/compling/util/Arrays.java @@ -93,11 +93,19 @@ public static T[] copyOfRange(T[] original, int from, int to) { */ public static List split(String text) { ArrayList words = new ArrayList(); - StringTokenizer t = new StringTokenizer(text, "!?., \n\r", true); + //StringTokenizer t = new StringTokenizer(text, "!?., \n\r", true); + StringTokenizer t = new StringTokenizer(text, "!?, \n\r", true); while (t.hasMoreTokens()) { String token = t.nextToken(); - if (!Character.isWhitespace(token.charAt(0))) - words.add(token); + + if (!Character.isWhitespace(token.charAt(0))) { + if (token.charAt(token.length()-1) == '.') { + words.add(token.substring(0, token.length()-1)); + words.add("."); + } else{ + words.add(token); + } + } } return words; } diff --git a/compling.core/source/compling/util/PackageHandler.java b/compling.core/source/compling/util/PackageHandler.java new file mode 100644 index 0000000..e29380e --- /dev/null +++ b/compling.core/source/compling/util/PackageHandler.java @@ -0,0 +1,115 @@ +package compling.util; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map.Entry; + +public class PackageHandler { + + // A map of package relations. The key is the package imported by the packages in the array list. + // E.g., if 'A' imports 'B', it'll look like: {'B': ['A',...]} + protected HashMap> packageRelations = + new HashMap>(); + + // The list of packages actually declared as part of the grammar. These include all of the packages + // in the PACKAGE_NAME field in the prefs file, as well as all packages imported by those packages. + // E.g., if "starter" is in PACKAGE_NAME, and "starter" imports 'B' (found in packageRelations), + // 'B' will be added to declaredPackages. + protected ArrayList declaredPackages = new ArrayList(){{ + add("global"); + }}; + + + public String addPackageRelation(String importName) { + if (packageRelations.containsKey(importName)) { + if (!packageRelations.get(importName).contains(getPackage())) { + packageRelations.get(importName).add(getPackage()); + } + } else { + packageRelations.put(importName, new ArrayList()); + packageRelations.get(importName).add(getPackage()); + } + return importName; + } + + public HashMap> getPackageRelations() { + return packageRelations; + } + + public ArrayList getDeclaredPackages() { + return declaredPackages; + } + + public void sortDeclaredPackages() { + for (Entry> pkg : packageRelations.entrySet()) { + for (String value : pkg.getValue()) { + if (declaredPackages.contains(value) && + !declaredPackages.contains(pkg.getKey())) { + declaredPackages.add(pkg.getKey()); + } + } + } + } + + public void addToDeclared(String packageName) { + declaredPackages.add(packageName); + } + + public void addRelations(HashMap> relationSet) { + packageRelations.putAll(relationSet); + } + + + // OLD STUFF + + private String pkg = new String("global"); + private ArrayList pkgs = new ArrayList(){{ + add(new String("global")); + }}; + private String importRequest = "global"; + private ArrayList importRequests = new ArrayList(){{ + add(new String("global")); + }}; + + /** Sets field for package. */ + public String setPackage(String packageName) { + pkg = new String(packageName); + return pkg; + } + + public String getPackage() { + return pkg; + } + + + public List getPackages() { + return pkgs; + } + + public String addPackage(String named) { + String pkgName = new String(named); + if (!pkgs.contains(pkgName)) { + pkgs.add(pkgName); + } + return named; + } + + /** Adds import to import list, returns import name. */ + public String addImport(String imported) { + String importName = new String(imported); + String p = getPackage(); + if (!importRequests.contains(importName)) { + //&& getImport().contains(getPackage())) { // also check if it has current package? + importRequests.add(importName); + } + //importRequest.add(importName); + importRequest = importName; + return imported; + } + + public ArrayList getImport() { + return importRequests; + } + +} diff --git a/compling.core/source/compling/util/PackageType.java b/compling.core/source/compling/util/PackageType.java new file mode 100644 index 0000000..b4f3007 --- /dev/null +++ b/compling.core/source/compling/util/PackageType.java @@ -0,0 +1,44 @@ +package compling.util; + +import java.util.Set; + +import compling.grammar.unificationgrammar.TypeSystemNode; + +public class PackageType implements TypeSystemNode{ + + String packageType; + + public PackageType(String type) { + packageType = type; + } + + public String toString() { + return packageType; + } + + @Override + public int compareTo(TypeSystemNode arg0) { + if (arg0.getType().equals(packageType)) { + return 1; + } + return 0; + } + + @Override + public Set getParents() { + // TODO Auto-generated method stub + return null; + } + + @Override + public String getType() { + return packageType; + } + + @Override + public void setType(String type) { + packageType = type; + + } + +} diff --git a/compling.core/source/compling/util/PriorityQueue.java b/compling.core/source/compling/util/PriorityQueue.java index c407e97..ea96497 100644 --- a/compling.core/source/compling/util/PriorityQueue.java +++ b/compling.core/source/compling/util/PriorityQueue.java @@ -243,7 +243,7 @@ public PriorityQueue clone() { clonePQ.capacity = capacity; clonePQ.elements = new ArrayList(capacity); clonePQ.priorities = new double[capacity]; - if (size() > 0) { + if (clonePQ.size() > 0) { clonePQ.elements.addAll(elements); System.arraycopy(priorities, 0, clonePQ.priorities, 0, size()); } diff --git a/compling.grammar.ecg.reader/.classpath b/compling.grammar.ecg.reader/.classpath deleted file mode 100644 index ad32c83..0000000 --- a/compling.grammar.ecg.reader/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/compling.grammar.ecg.reader/.gitignore b/compling.grammar.ecg.reader/.gitignore deleted file mode 100644 index 5e56e04..0000000 --- a/compling.grammar.ecg.reader/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/bin diff --git a/compling.grammar.ecg.reader/.project b/compling.grammar.ecg.reader/.project deleted file mode 100644 index 3214402..0000000 --- a/compling.grammar.ecg.reader/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - compling.grammar.ecg.reader - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - diff --git a/compling.grammar.ecg.reader/.settings/org.eclipse.jdt.core.prefs b/compling.grammar.ecg.reader/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index c537b63..0000000 --- a/compling.grammar.ecg.reader/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,7 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 diff --git a/compling.grammar.ecg.reader/META-INF/MANIFEST.MF b/compling.grammar.ecg.reader/META-INF/MANIFEST.MF deleted file mode 100644 index 5cea941..0000000 --- a/compling.grammar.ecg.reader/META-INF/MANIFEST.MF +++ /dev/null @@ -1,9 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Reader -Bundle-SymbolicName: compling.grammar.ecg.reader -Bundle-Version: 1.0.0.qualifier -Bundle-Activator: compling.grammar.ecg.reader.Activator -Require-Bundle: org.eclipse.core.runtime -Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/compling.grammar.ecg.reader/build.properties b/compling.grammar.ecg.reader/build.properties deleted file mode 100644 index 34d2e4d..0000000 --- a/compling.grammar.ecg.reader/build.properties +++ /dev/null @@ -1,4 +0,0 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - . diff --git a/compling.grammar.ecg.reader/src/compling/grammar/ecg/reader/Activator.java b/compling.grammar.ecg.reader/src/compling/grammar/ecg/reader/Activator.java deleted file mode 100644 index edad68d..0000000 --- a/compling.grammar.ecg.reader/src/compling/grammar/ecg/reader/Activator.java +++ /dev/null @@ -1,30 +0,0 @@ -package compling.grammar.ecg.reader; - -import org.osgi.framework.BundleActivator; -import org.osgi.framework.BundleContext; - -public class Activator implements BundleActivator { - - private static BundleContext context; - - static BundleContext getContext() { - return context; - } - - /* - * (non-Javadoc) - * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext) - */ - public void start(BundleContext bundleContext) throws Exception { - Activator.context = bundleContext; - } - - /* - * (non-Javadoc) - * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext) - */ - public void stop(BundleContext bundleContext) throws Exception { - Activator.context = null; - } - -} diff --git a/compling.gui.builder.pre/.project b/compling.gui.builder.pre/.project deleted file mode 100644 index bef4c14..0000000 --- a/compling.gui.builder.pre/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - compling.gui.builder.pre - - - - - - - - diff --git a/compling.gui.builder.pre/base+delta.target b/compling.gui.builder.pre/base+delta.target deleted file mode 100644 index ff93a60..0000000 --- a/compling.gui.builder.pre/base+delta.target +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - -win32 -win32 -x86_64 -en_US - - --XX:MaxPermSize=1024m -Xss1M -server -XX:+UseConcMarkSweepGC -Dosgi.requiredJavaVersion=1.5 -Xms1024m -Xmx8192m - - diff --git a/compling.gui.builder.pre/build/artifacts.jar b/compling.gui.builder.pre/build/artifacts.jar deleted file mode 100644 index 6d743de..0000000 Binary files a/compling.gui.builder.pre/build/artifacts.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/content.jar b/compling.gui.builder.pre/build/content.jar deleted file mode 100644 index f529f2c..0000000 Binary files a/compling.gui.builder.pre/build/content.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/ccw.feature_0.8.0.STABLE001/feature.properties b/compling.gui.builder.pre/build/features/ccw.feature_0.8.0.STABLE001/feature.properties deleted file mode 100644 index 0c51c08..0000000 --- a/compling.gui.builder.pre/build/features/ccw.feature_0.8.0.STABLE001/feature.properties +++ /dev/null @@ -1,221 +0,0 @@ -# feature.properties -# contains externalized strings for feature.xml -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Counterclockwise (Clojure plugin for Eclipse) - -# "providerName" property - name of the company that provides the feature -providerName=Counterclockwise team - -copyright=Copyright to team members of Counterclockwise project. - -# "description" property - description of the feature -description=Eclipse plugin supporting the Clojure language\n\ -For more information, see the release note here: http://code.google.com/p/counterclockwise/wiki/ReleaseNotes - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=http://www.eclipse.org/legal/epl-v10.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Public License - v 1.0\n\ -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS\n\ -ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR\n\ -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE\n\ -OF THIS AGREEMENT.\n\ -1. DEFINITIONS\n\ -"Contribution" means:\n\ -a) in the case of the initial Contributor, the initial code and\n\ -documentation distributed under this Agreement, and\n\ -b) in the case of each subsequent Contributor:\n\ -i) changes to the Program, and\n\ -ii) additions to the Program;\n\ -where such changes and/or additions to the Program originate\n\ -from and are distributed by that particular Contributor. A Contribution\n\ -'originates' from a Contributor if it was added to the Program\n\ -by such Contributor itself or anyone acting on such Contributor's\n\ -behalf. Contributions do not include additions to the Program\n\ -which: (i) are separate modules of software distributed in conjunction\n\ -with the Program under their own license agreement, and (ii)\n\ -are not derivative works of the Program.\n\ -"Contributor" means any person or entity that distributes the\n\ -Program.\n\ -"Licensed Patents" mean patent claims licensable by a Contributor\n\ -which are necessarily infringed by the use or sale of its Contribution\n\ -alone or when combined with the Program.\n\ -"Program" means the Contributions distributed in accordance with\n\ -this Agreement.\n\ -"Recipient" means anyone who receives the Program under this\n\ -Agreement, including all Contributors.\n\ -2. GRANT OF RIGHTS\n\ -a) Subject to the terms of this Agreement, each Contributor hereby\n\ -grants Recipient a non-exclusive, worldwide, royalty-free copyright\n\ -license to reproduce, prepare derivative works of, publicly display,\n\ -publicly perform, distribute and sublicense the Contribution\n\ -of such Contributor, if any, and such derivative works, in source\n\ -code and object code form.\n\ -b) Subject to the terms of this Agreement, each Contributor hereby\n\ -grants Recipient a non-exclusive, worldwide, royalty-free patent\n\ -license under Licensed Patents to make, use, sell, offer to sell,\n\ -import and otherwise transfer the Contribution of such Contributor,\n\ -if any, in source code and object code form. This patent license\n\ -shall apply to the combination of the Contribution and the Program\n\ -if, at the time the Contribution is added by the Contributor,\n\ -such addition of the Contribution causes such combination to\n\ -be covered by the Licensed Patents. The patent license shall\n\ -not apply to any other combinations which include the Contribution.\n\ -No hardware per se is licensed hereunder.\n\ -c) Recipient understands that although each Contributor grants\n\ -the licenses to its Contributions set forth herein, no assurances\n\ -are provided by any Contributor that the Program does not infringe\n\ -the patent or other intellectual property rights of any other\n\ -entity. Each Contributor disclaims any liability to Recipient\n\ -for claims brought by any other entity based on infringement\n\ -of intellectual property rights or otherwise. As a condition\n\ -to exercising the rights and licenses granted hereunder, each\n\ -Recipient hereby assumes sole responsibility to secure any other\n\ -intellectual property rights needed, if any. For example, if\n\ -a third party patent license is required to allow Recipient to\n\ -distribute the Program, it is Recipient's responsibility to acquire\n\ -that license before distributing the Program.\n\ -d) Each Contributor represents that to its knowledge it has sufficient\n\ -copyright rights in its Contribution, if any, to grant the copyright\n\ -license set forth in this Agreement.\n\ -3. REQUIREMENTS\n\ -A Contributor may choose to distribute the Program in object\n\ -code form under its own license agreement, provided that:\n\ -a) it complies with the terms and conditions of this Agreement;\n\ -and\n\ -b) its license agreement:\n\ -i) effectively disclaims on behalf of all Contributors all warranties\n\ -and conditions, express and implied, including warranties or\n\ -conditions of title and non-infringement, and implied warranties\n\ -or conditions of merchantability and fitness for a particular\n\ -purpose;\n\ -ii) effectively excludes on behalf of all Contributors all liability\n\ -for damages, including direct, indirect, special, incidental\n\ -and consequential damages, such as lost profits;\n\ -iii) states that any provisions which differ from this Agreement\n\ -are offered by that Contributor alone and not by any other party;\n\ -and\n\ -iv) states that source code for the Program is available from\n\ -such Contributor, and informs licensees how to obtain it in a\n\ -reasonable manner on or through a medium customarily used for\n\ -software exchange.\n\ -When the Program is made available in source code form:\n\ -a) it must be made available under this Agreement; and\n\ -b) a copy of this Agreement must be included with each copy of\n\ -the Program.\n\ -Contributors may not remove or alter any copyright notices contained\n\ -within the Program.\n\ -Each Contributor must identify itself as the originator of its\n\ -Contribution, if any, in a manner that reasonably allows subsequent\n\ -Recipients to identify the originator of the Contribution.\n\ -4. COMMERCIAL DISTRIBUTION\n\ -Commercial distributors of software may accept certain responsibilities\n\ -with respect to end users, business partners and the like. While\n\ -this license is intended to facilitate the commercial use of\n\ -the Program, the Contributor who includes the Program in a commercial\n\ -product offering should do so in a manner which does not create\n\ -potential liability for other Contributors. Therefore, if a Contributor\n\ -includes the Program in a commercial product offering, such Contributor\n\ -("Commercial Contributor") hereby agrees to defend and indemnify\n\ -every other Contributor ("Indemnified Contributor") against any\n\ -losses, damages and costs (collectively "Losses") arising from\n\ -claims, lawsuits and other legal actions brought by a third party\n\ -against the Indemnified Contributor to the extent caused by the\n\ -acts or omissions of such Commercial Contributor in connection\n\ -with its distribution of the Program in a commercial product\n\ -offering. The obligations in this section do not apply to any\n\ -claims or Losses relating to any actual or alleged intellectual\n\ -property infringement. In order to qualify, an Indemnified Contributor\n\ -must: a) promptly notify the Commercial Contributor in writing\n\ -of such claim, and b) allow the Commercial Contributor to control,\n\ -and cooperate with the Commercial Contributor in, the defense\n\ -and any related settlement negotiations. The Indemnified Contributor\n\ -may participate in any such claim at its own expense.\n\ -For example, a Contributor might include the Program in a commercial\n\ -product offering, Product X. That Contributor is then a Commercial\n\ -Contributor. If that Commercial Contributor then makes performance\n\ -claims, or offers warranties related to Product X, those performance\n\ -claims and warranties are such Commercial Contributor's responsibility\n\ -alone. Under this section, the Commercial Contributor would have\n\ -to defend claims against the other Contributors related to those\n\ -performance claims and warranties, and if a court requires any\n\ -other Contributor to pay any damages as a result, the Commercial\n\ -Contributor must pay those damages.\n\ -5. NO WARRANTY\n\ -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM\n\ -IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS\n\ -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,\n\ -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY\n\ -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely\n\ -responsible for determining the appropriateness of using and\n\ -distributing the Program and assumes all risks associated with\n\ -its exercise of rights under this Agreement , including but not\n\ -limited to the risks and costs of program errors, compliance\n\ -with applicable laws, damage to or loss of data, programs or\n\ -equipment, and unavailability or interruption of operations.\n\ -6. DISCLAIMER OF LIABILITY\n\ -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT\n\ -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT,\n\ -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n\ -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND\n\ -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n\ -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n\ -OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE\n\ -OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY\n\ -OF SUCH DAMAGES.\n\ -7. GENERAL\n\ -If any provision of this Agreement is invalid or unenforceable\n\ -under applicable law, it shall not affect the validity or enforceability\n\ -of the remainder of the terms of this Agreement, and without\n\ -further action by the parties hereto, such provision shall be\n\ -reformed to the minimum extent necessary to make such provision\n\ -valid and enforceable.\n\ -If Recipient institutes patent litigation against any entity\n\ -(including a cross-claim or counterclaim in a lawsuit) alleging\n\ -that the Program itself (excluding combinations of the Program\n\ -with other software or hardware) infringes such Recipient's patent(s),\n\ -then such Recipient's rights granted under Section 2(b) shall\n\ -terminate as of the date such litigation is filed.\n\ -All Recipient's rights under this Agreement shall terminate if\n\ -it fails to comply with any of the material terms or conditions\n\ -of this Agreement and does not cure such failure in a reasonable\n\ -period of time after becoming aware of such noncompliance. If\n\ -all Recipient's rights under this Agreement terminate, Recipient\n\ -agrees to cease use and distribution of the Program as soon as\n\ -reasonably practicable. However, Recipient's obligations under\n\ -this Agreement and any licenses granted by Recipient relating\n\ -to the Program shall continue and survive.\n\ -Everyone is permitted to copy and distribute copies of this Agreement,\n\ -but in order to avoid inconsistency the Agreement is copyrighted\n\ -and may only be modified in the following manner. The Agreement\n\ -Steward reserves the right to publish new versions (including\n\ -revisions) of this Agreement from time to time. No one other\n\ -than the Agreement Steward has the right to modify this Agreement.\n\ -The Eclipse Foundation is the initial Agreement Steward. The\n\ -Eclipse Foundation may assign the responsibility to serve as\n\ -the Agreement Steward to a suitable separate entity. Each new\n\ -version of the Agreement will be given a distinguishing version\n\ -number. The Program (including Contributions) may always be distributed\n\ -subject to the version of the Agreement under which it was received.\n\ -In addition, after a new version of the Agreement is published,\n\ -Contributor may elect to distribute the Program (including its\n\ -Contributions) under the new version. Except as expressly stated\n\ -in Sections 2(a) and 2(b) above, Recipient receives no rights\n\ -or licenses to the intellectual property of any Contributor under\n\ -this Agreement, whether expressly, by implication, estoppel or\n\ -otherwise. All rights in the Program not expressly granted under\n\ -this Agreement are reserved.\n\ -This Agreement is governed by the laws of the State of New York\n\ -and the intellectual property laws of the United States of America.\n\ -No party to this Agreement will bring a legal action under this\n\ -Agreement more than one year after the cause of action arose.\n\ -Each party waives its rights to a jury trial in any resulting\n\ -litigation. -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/ccw.feature_0.8.0.STABLE001/feature.xml b/compling.gui.builder.pre/build/features/ccw.feature_0.8.0.STABLE001/feature.xml deleted file mode 100644 index 689a0f7..0000000 --- a/compling.gui.builder.pre/build/features/ccw.feature_0.8.0.STABLE001/feature.xml +++ /dev/null @@ -1,115 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF deleted file mode 100644 index 2da5ff2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_27-b07 (Sun Microsystems Inc.) - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/feature.properties deleted file mode 100644 index d395dd7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=AspectJ Development Tools (AJDT) Source Code - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse AspectJ Development Tools - -# "updateSiteName" property - label for the update site -updateSiteName=AspectJ Update Site on Eclipse.org - -# "description" property - description of the feature -description=Eclipse AspectJ Development Tools (AJDT) Source Code - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -March 17, 2005\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n -########### end of license property ########################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\Copyright (c) 2000, 2006 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/feature.xml deleted file mode 100644 index 42ce996..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/feature.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/license.html b/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/license.html deleted file mode 100644 index 71b4d05..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt.source_2.2.0.e37x-20120529-0900/license.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -Eclipse.org Software User Agreement -

Eclipse Foundation Software User Agreement

-

March 17, 2005

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the -Eclipse Foundation is provided to you under the terms and conditions of -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, -documentation and other files maintained in the Eclipse.org CVS -repository ("Repository") in CVS modules ("Modules") and made available -as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to -facilitate delivering, extending, and upgrading the Content. Typical -modules may include plug-ins ("Plug-ins"), plug-in fragments -("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A -Feature is a bundle of one or more Plug-ins and/or Fragments and -associated material. Each Feature may be packaged as a sub-directory in -a directory named "features". Within a Feature, files named -"feature.xml" may contain a list of the names and version numbers of -the Plug-ins and/or Fragments associated with that Feature.
  • -
  • Features -may also include other Features ("Included Features"). Within a -Feature, files named "feature.xml" may contain a list of the names and -version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be -contained in files named "about.html" ("Abouts"). The terms and -conditions governing Features and -Included Features should be contained in files named "license.html" -("Feature Licenses"). Abouts and Feature Licenses may be located in any -directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is -installed using the Eclipse Update Manager, you must agree to a license -("Feature Update License") during the -installation process. If the Feature contains Included Features, the -Feature Update License should either provide you with the terms and -conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be -found in the "license" property of files named "feature.properties" -found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the -terms and conditions (or references to such terms and conditions) that -govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND -CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND -CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, -or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions -govern that particular Content.

- -

Cryptography

- -

Content may contain encryption software. The country in which you -are currently may have restrictions on the import, possession, and use, -and/or re-export to another country, of encryption software. BEFORE -using any encryption software, please check the country's laws, -regulations and policies concerning the import, possession, or use, and -re-export of encryption software, to see if this is permitted.

- -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF deleted file mode 100644 index 2da5ff2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_27-b07 (Sun Microsystems Inc.) - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/about.html b/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/about.html deleted file mode 100644 index 8dcc369..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/about.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -About -

About This Content

- -

May 30, 2007

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/epl-v10.html deleted file mode 100644 index 483f9a9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/epl-v10.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - - -Eclipse Public License - Version 1.0 - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/feature.properties deleted file mode 100644 index 149b77e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/feature.properties +++ /dev/null @@ -1,144 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=AspectJ Development Tools - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse AspectJ Development Tools - -# "updateSiteName" property - label for the update site -updateSiteName=AspectJ Update Site on Eclipse.org - -eaUpdateSite=Equinox Aspects Update Site - -# "description" property - description of the feature -description=AspectJ Development Tools (AJDT) including the AspectJ compiler. -descriptionURL=http://eclipse.org/ajdt - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -updateLabel=AJDT for Eclipse 3.5 - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -March 17, 2005\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n -########### end of license property ########################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\Copyright (c) 2000, 2007 SpringSource and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/feature.xml deleted file mode 100644 index b0312f9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/feature.xml +++ /dev/null @@ -1,197 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/license.html b/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/license.html deleted file mode 100644 index 71b4d05..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.ajdt_2.2.0.e37x-20120529-0900/license.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -Eclipse.org Software User Agreement -

Eclipse Foundation Software User Agreement

-

March 17, 2005

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the -Eclipse Foundation is provided to you under the terms and conditions of -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, -documentation and other files maintained in the Eclipse.org CVS -repository ("Repository") in CVS modules ("Modules") and made available -as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to -facilitate delivering, extending, and upgrading the Content. Typical -modules may include plug-ins ("Plug-ins"), plug-in fragments -("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A -Feature is a bundle of one or more Plug-ins and/or Fragments and -associated material. Each Feature may be packaged as a sub-directory in -a directory named "features". Within a Feature, files named -"feature.xml" may contain a list of the names and version numbers of -the Plug-ins and/or Fragments associated with that Feature.
  • -
  • Features -may also include other Features ("Included Features"). Within a -Feature, files named "feature.xml" may contain a list of the names and -version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be -contained in files named "about.html" ("Abouts"). The terms and -conditions governing Features and -Included Features should be contained in files named "license.html" -("Feature Licenses"). Abouts and Feature Licenses may be located in any -directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is -installed using the Eclipse Update Manager, you must agree to a license -("Feature Update License") during the -installation process. If the Feature contains Included Features, the -Feature Update License should either provide you with the terms and -conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be -found in the "license" property of files named "feature.properties" -found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the -terms and conditions (or references to such terms and conditions) that -govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND -CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND -CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, -or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions -govern that particular Content.

- -

Cryptography

- -

Content may contain encryption software. The country in which you -are currently may have restrictions on the import, possession, and use, -and/or re-export to another country, of encryption software. BEFORE -using any encryption software, please check the country's laws, -regulations and policies concerning the import, possession, or use, and -re-export of encryption software, to see if this is permitted.

- -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF deleted file mode 100644 index 2da5ff2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_27-b07 (Sun Microsystems Inc.) - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/feature.properties deleted file mode 100644 index ffe86e7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Weaving Service Source Code - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse AspectJ Development Tools - -# "updateSiteName" property - label for the update site -updateSiteName=AspectJ Update Site on Eclipse.org - -# "description" property - description of the feature -description=Eclipse Weaving Service Source Code - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -March 17, 2005\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n -########### end of license property ########################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\Copyright (c) 2000, 2006 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/feature.xml deleted file mode 100644 index 62ecccb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/feature.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/license.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/license.html deleted file mode 100644 index 71b4d05..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving.source_2.2.0.e37x-20120529-0900/license.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -Eclipse.org Software User Agreement -

Eclipse Foundation Software User Agreement

-

March 17, 2005

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the -Eclipse Foundation is provided to you under the terms and conditions of -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, -documentation and other files maintained in the Eclipse.org CVS -repository ("Repository") in CVS modules ("Modules") and made available -as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to -facilitate delivering, extending, and upgrading the Content. Typical -modules may include plug-ins ("Plug-ins"), plug-in fragments -("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A -Feature is a bundle of one or more Plug-ins and/or Fragments and -associated material. Each Feature may be packaged as a sub-directory in -a directory named "features". Within a Feature, files named -"feature.xml" may contain a list of the names and version numbers of -the Plug-ins and/or Fragments associated with that Feature.
  • -
  • Features -may also include other Features ("Included Features"). Within a -Feature, files named "feature.xml" may contain a list of the names and -version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be -contained in files named "about.html" ("Abouts"). The terms and -conditions governing Features and -Included Features should be contained in files named "license.html" -("Feature Licenses"). Abouts and Feature Licenses may be located in any -directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is -installed using the Eclipse Update Manager, you must agree to a license -("Feature Update License") during the -installation process. If the Feature contains Included Features, the -Feature Update License should either provide you with the terms and -conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be -found in the "license" property of files named "feature.properties" -found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the -terms and conditions (or references to such terms and conditions) that -govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND -CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND -CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, -or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions -govern that particular Content.

- -

Cryptography

- -

Content may contain encryption software. The country in which you -are currently may have restrictions on the import, possession, and use, -and/or re-export to another country, of encryption software. BEFORE -using any encryption software, please check the country's laws, -regulations and policies concerning the import, possession, or use, and -re-export of encryption software, to see if this is permitted.

- -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF deleted file mode 100644 index 2da5ff2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_27-b07 (Sun Microsystems Inc.) - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/about.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/about.html deleted file mode 100644 index 8dcc369..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/about.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -About -

About This Content

- -

May 30, 2007

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/feature.properties deleted file mode 100644 index 28a45f8..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/feature.properties +++ /dev/null @@ -1,144 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Weaving Service Feature - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse AspectJ Development Tools - -# "updateSiteName" property - label for the update site -updateSiteName=AspectJ Update Site on Eclipse.org - -# "description" property - description of the feature -description=The Eclipse weaving service provides extra extension\n\ -points into the Eclipse platform through the use of AspectJ - -descriptionURL=http://eclipse.org/ajdt - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -updateLabel=Eclipse Weaving Service for Eclipse 3.4 (dev builds) - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -March 17, 2005\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n -########### end of license property ########################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\Copyright (c) 2000, 2007 SpringSource and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/feature.xml deleted file mode 100644 index bd3de57..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/feature.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/license.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/license.html deleted file mode 100644 index 71b4d05..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.weaving_2.2.0.e37x-20120529-0900/license.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -Eclipse.org Software User Agreement -

Eclipse Foundation Software User Agreement

-

March 17, 2005

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the -Eclipse Foundation is provided to you under the terms and conditions of -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, -documentation and other files maintained in the Eclipse.org CVS -repository ("Repository") in CVS modules ("Modules") and made available -as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to -facilitate delivering, extending, and upgrading the Content. Typical -modules may include plug-ins ("Plug-ins"), plug-in fragments -("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A -Feature is a bundle of one or more Plug-ins and/or Fragments and -associated material. Each Feature may be packaged as a sub-directory in -a directory named "features". Within a Feature, files named -"feature.xml" may contain a list of the names and version numbers of -the Plug-ins and/or Fragments associated with that Feature.
  • -
  • Features -may also include other Features ("Included Features"). Within a -Feature, files named "feature.xml" may contain a list of the names and -version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be -contained in files named "about.html" ("Abouts"). The terms and -conditions governing Features and -Included Features should be contained in files named "license.html" -("Feature Licenses"). Abouts and Feature Licenses may be located in any -directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is -installed using the Eclipse Update Manager, you must agree to a license -("Feature Update License") during the -installation process. If the Feature contains Included Features, the -Feature Update License should either provide you with the terms and -conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be -found in the "license" property of files named "feature.properties" -found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the -terms and conditions (or references to such terms and conditions) that -govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND -CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND -CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, -or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions -govern that particular Content.

- -

Cryptography

- -

Content may contain encryption software. The country in which you -are currently may have restrictions on the import, possession, and use, -and/or re-export to another country, of encryption software. BEFORE -using any encryption software, please check the country's laws, -regulations and policies concerning the import, possession, or use, and -re-export of encryption software, to see if this is permitted.

- -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF deleted file mode 100644 index 2da5ff2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_27-b07 (Sun Microsystems Inc.) - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/feature.properties deleted file mode 100644 index 5b1ca21..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Cross References Tool Source Code - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse AspectJ Development Tools - -# "updateSiteName" property - label for the update site -updateSiteName=AspectJ Update Site on Eclipse.org - -# "description" property - description of the feature -description=Cross References Tool Source Code - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -March 17, 2005\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n -########### end of license property ########################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\Copyright (c) 2000, 2006 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/feature.xml deleted file mode 100644 index 8b81f44..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/feature.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/license.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/license.html deleted file mode 100644 index 71b4d05..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref.source_2.2.0.e37x-20120529-0900/license.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -Eclipse.org Software User Agreement -

Eclipse Foundation Software User Agreement

-

March 17, 2005

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the -Eclipse Foundation is provided to you under the terms and conditions of -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, -documentation and other files maintained in the Eclipse.org CVS -repository ("Repository") in CVS modules ("Modules") and made available -as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to -facilitate delivering, extending, and upgrading the Content. Typical -modules may include plug-ins ("Plug-ins"), plug-in fragments -("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A -Feature is a bundle of one or more Plug-ins and/or Fragments and -associated material. Each Feature may be packaged as a sub-directory in -a directory named "features". Within a Feature, files named -"feature.xml" may contain a list of the names and version numbers of -the Plug-ins and/or Fragments associated with that Feature.
  • -
  • Features -may also include other Features ("Included Features"). Within a -Feature, files named "feature.xml" may contain a list of the names and -version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be -contained in files named "about.html" ("Abouts"). The terms and -conditions governing Features and -Included Features should be contained in files named "license.html" -("Feature Licenses"). Abouts and Feature Licenses may be located in any -directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is -installed using the Eclipse Update Manager, you must agree to a license -("Feature Update License") during the -installation process. If the Feature contains Included Features, the -Feature Update License should either provide you with the terms and -conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be -found in the "license" property of files named "feature.properties" -found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the -terms and conditions (or references to such terms and conditions) that -govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND -CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND -CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, -or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions -govern that particular Content.

- -

Cryptography

- -

Content may contain encryption software. The country in which you -are currently may have restrictions on the import, possession, and use, -and/or re-export to another country, of encryption software. BEFORE -using any encryption software, please check the country's laws, -regulations and policies concerning the import, possession, or use, and -re-export of encryption software, to see if this is permitted.

- -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF deleted file mode 100644 index 2da5ff2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_27-b07 (Sun Microsystems Inc.) - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/about.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/about.html deleted file mode 100644 index 8dcc369..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/about.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -About -

About This Content

- -

May 30, 2007

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/epl-v10.html deleted file mode 100644 index 483f9a9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/epl-v10.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - - -Eclipse Public License - Version 1.0 - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/feature.properties deleted file mode 100644 index a42d77a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/feature.properties +++ /dev/null @@ -1,141 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Cross References tool (XRef) - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse AspectJ Development Tools - -# "updateSiteName" property - label for the update site -updateSiteName=Cross References tool Update Site on Eclipse.org - -# "description" property - description of the feature -description=Eclipse Cross References tool (XRef) - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -updateLabel=Cross References tool Update Site on Eclipse.org - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -March 17, 2005\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n -########### end of license property ########################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\Copyright (c) 2000, 2007 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/feature.xml deleted file mode 100644 index b51aabb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/feature.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/license.html b/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/license.html deleted file mode 100644 index 71b4d05..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.contribution.xref_2.2.0.e37x-20120529-0900/license.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -Eclipse.org Software User Agreement -

Eclipse Foundation Software User Agreement

-

March 17, 2005

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the -Eclipse Foundation is provided to you under the terms and conditions of -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, -documentation and other files maintained in the Eclipse.org CVS -repository ("Repository") in CVS modules ("Modules") and made available -as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to -facilitate delivering, extending, and upgrading the Content. Typical -modules may include plug-ins ("Plug-ins"), plug-in fragments -("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A -Feature is a bundle of one or more Plug-ins and/or Fragments and -associated material. Each Feature may be packaged as a sub-directory in -a directory named "features". Within a Feature, files named -"feature.xml" may contain a list of the names and version numbers of -the Plug-ins and/or Fragments associated with that Feature.
  • -
  • Features -may also include other Features ("Included Features"). Within a -Feature, files named "feature.xml" may contain a list of the names and -version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be -contained in files named "about.html" ("Abouts"). The terms and -conditions governing Features and -Included Features should be contained in files named "license.html" -("Feature Licenses"). Abouts and Feature Licenses may be located in any -directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is -installed using the Eclipse Update Manager, you must agree to a license -("Feature Update License") during the -installation process. If the Feature contains Included Features, the -Feature Update License should either provide you with the terms and -conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be -found in the "license" property of files named "feature.properties" -found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the -terms and conditions (or references to such terms and conditions) that -govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND -CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND -CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, -or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions -govern that particular Content.

- -

Cryptography

- -

Content may contain encryption software. The country in which you -are currently may have restrictions on the import, possession, and use, -and/or re-export to another country, of encryption software. BEFORE -using any encryption software, please check the country's laws, -regulations and policies concerning the import, possession, or use, and -re-export of encryption software, to see if this is permitted.

- -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/ECLIPSEF.RSA deleted file mode 100644 index b59135e..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/ECLIPSEF.SF deleted file mode 100644 index da9b5b4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: KcrKlS3fiKVNji5vsGz6V8sO2bo= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: J0moZ8qbK/L1B/yn+Pl8jWkys5Y= - -Name: feature.xml -SHA1-Digest: 1209ORZTh/bmuOV4Lka89+Y9SpA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/MANIFEST.MF deleted file mode 100644 index a949715..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: s2FQOTRggyXVmW9cOLrLJziuXoo= - -Name: feature.xml -SHA1-Digest: cbkrmAAfPBYu2q42GIKCy6JmUoE= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/feature.properties deleted file mode 100644 index 009522b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse CVS Client - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Eclipse CVS Client (binary runtime and user documentation). - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/feature.xml deleted file mode 100644 index ef1ee9f..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/feature.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/license.html b/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.cvs_1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/MANIFEST.MF deleted file mode 100644 index c441941..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Archiver-Version: Plexus Archiver -Created-By: Apache Maven -Built-By: Administrator -Build-Jdk: 1.6.0_23 - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core.sdk/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core.sdk/pom.properties deleted file mode 100644 index c678ac6..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core.sdk/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Sat Jan 07 02:26:13 GMT+07:00 2012 -version=4.0.0-SNAPSHOT -groupId=org.eclipse.dltk.core -artifactId=org.eclipse.dltk.core.sdk diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core.sdk/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core.sdk/pom.xml deleted file mode 100644 index d573624..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core.sdk/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - 4.0.0 - - core - org.eclipse.dltk.core - 1.0.0-SNAPSHOT - ../.. - - org.eclipse.dltk.core - org.eclipse.dltk.core.sdk - 4.0.0-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/epl-v10.html deleted file mode 100644 index cb1073a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/epl-v10.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/feature.properties deleted file mode 100644 index 9490d66..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/feature.properties +++ /dev/null @@ -1,119 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# - - -# "featureName" property - name of the feature -featureName=Dynamic Languages Toolkit - Core Frameworks SDK - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "updateSiteName" property - label for the update site -updateSiteName=Dynamic Languages Toolkit Update Site - -# "description" property - description of the feature -description=Binaries, API documentation and source zips for\ -the Eclipse Dynamic Languages Toolkit. - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -January 28, 2004\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ -Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments\n\ -("Fragments"), and features ("Features"). A Feature is a bundle of one or\n\ -more Plug-ins and/or Fragments and associated material. Files named\n\ -"feature.xml" may contain a list of the names and version numbers of the\n\ -Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments\n\ -are located in directories named "plugins" and Features are located in\n\ -directories named "features".\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Subdirectories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/feature.xml deleted file mode 100644 index 5535e27..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/feature.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - - %description - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/license.html b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/license.html deleted file mode 100644 index 79bd185..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core.sdk_4.0.0.201201070225/license.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - -Eclipse DLTK Core Frameworks License - - -

Eclipse DLTK Core Frameworks License

June 5, 2008

- - -
- -
- -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- -
- - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/MANIFEST.MF deleted file mode 100644 index c441941..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Archiver-Version: Plexus Archiver -Created-By: Apache Maven -Built-By: Administrator -Build-Jdk: 1.6.0_23 - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core-feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core-feature/pom.properties deleted file mode 100644 index 5e1ba02..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core-feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Sat Jan 07 02:26:13 GMT+07:00 2012 -version=4.0.0-SNAPSHOT -groupId=org.eclipse.dltk.core -artifactId=org.eclipse.dltk.core-feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core-feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core-feature/pom.xml deleted file mode 100644 index c2d4ae8..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.core/org.eclipse.dltk.core-feature/pom.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - 4.0.0 - - core - org.eclipse.dltk.core - 1.0.0-SNAPSHOT - ../.. - - org.eclipse.dltk.core - org.eclipse.dltk.core-feature - 4.0.0-SNAPSHOT - eclipse-feature - - - - org.eclipse.tycho - tycho-packaging-plugin - ${tycho-version} - - org.eclipse.dltk.core - org.eclipse.dltk.core - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/eclipse_update_120.jpg deleted file mode 100644 index 68e3e02..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/feature.properties deleted file mode 100644 index 16b8d24..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/feature.properties +++ /dev/null @@ -1,161 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# $Id: feature.properties,v 1.1 2014/03/18 23:31:37 lucag Exp $ -# -# This file contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Dynamic Languages Toolkit - Core Frameworks - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "updateSiteName" property - label for the update site -updateSiteName=Dynamic Languages Toolkit Update Site - -# "description" property - description of the feature -description=Dynamic Languages Toolkit Core Frameworks - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# ============================================================================== -# %%% END OF TRANSLATED PROPERTIES %%% -# The above properties have been shipped for translation. -# ============================================================================== - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -April 14, 2010\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/feature.xml deleted file mode 100644 index 5a43a6e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/feature.xml +++ /dev/null @@ -1,143 +0,0 @@ - - - - - %description - - - - Copyright (c) 2005, 2007 IBM Corporation and others. -All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 -which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/license.html b/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/license.html deleted file mode 100644 index c184ca3..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.core_4.0.0.201201070225/license.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

April 14, 2010

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/MANIFEST.MF deleted file mode 100644 index c441941..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Archiver-Version: Plexus Archiver -Created-By: Apache Maven -Built-By: Administrator -Build-Jdk: 1.6.0_23 - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.python/org.eclipse.dltk.python.sdk/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.python/org.eclipse.dltk.python.sdk/pom.properties deleted file mode 100644 index 28c9fc3..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.python/org.eclipse.dltk.python.sdk/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Sat Jan 07 02:29:17 GMT+07:00 2012 -version=4.0.0-SNAPSHOT -groupId=org.eclipse.dltk.python -artifactId=org.eclipse.dltk.python.sdk diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.python/org.eclipse.dltk.python.sdk/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.python/org.eclipse.dltk.python.sdk/pom.xml deleted file mode 100644 index d9c28bd..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/META-INF/maven/org.eclipse.dltk.python/org.eclipse.dltk.python.sdk/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - 4.0.0 - - python - org.eclipse.dltk.python - 1.0.0-SNAPSHOT - ../.. - - org.eclipse.dltk.python - org.eclipse.dltk.python.sdk - 4.0.0-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/epl-v10.html deleted file mode 100644 index cb1073a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/epl-v10.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/feature.properties deleted file mode 100644 index a13ff92..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/feature.properties +++ /dev/null @@ -1,118 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2008 xored software, Inc. and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# - -# "featureName" property - name of the feature -featureName=Dynamic Languages Toolkit - Python IDE SDK - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "updateSiteName" property - label for the update site -updateSiteName=Dynamic Languages Toolkit Update Site - -# "description" property - description of the feature -description=Binaries and API documentation and source zips for DLTK Python IDE. - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -January 28, 2004\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ -is provided to you under the terms and conditions of the Eclipse Public\n\ -License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ -Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse.org CVS\n\ -repository ("Repository") in CVS modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ -Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments\n\ -("Fragments"), and features ("Features"). A Feature is a bundle of one or\n\ -more Plug-ins and/or Fragments and associated material. Files named\n\ -"feature.xml" may contain a list of the names and version numbers of the\n\ -Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments\n\ -are located in directories named "plugins" and Features are located in\n\ -directories named "features".\n\ -\n\ -Features may also include other Features ("Included Features"). Files named\n\ -"feature.xml" may contain a list of the names and version numbers of\n\ -Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Subdirectories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Eclipse Update Manager, you must agree to a license ("Feature Update\n\ -License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties". Such Abouts,\n\ -Feature Licenses and Feature Update Licenses contain the terms and\n\ -conditions (or references to such terms and conditions) that govern your\n\ -use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use,\n\ -and re-export of encryption software, to see if this is permitted.\n -########### end of license property ########################################## - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/feature.xml deleted file mode 100644 index 6aa4a44..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/feature.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - %description - - - - %license - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/license.html b/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/license.html deleted file mode 100644 index 74122b2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.dltk.python.sdk_4.0.0.201201070225/license.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - -Eclipse.org Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

March 17, 2005

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS - modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (JavaTM ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 14c5e44..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF deleted file mode 100644 index 532c3b2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,27 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: RMv2Uq3yrs3tB+88eEtTgh7QZCo= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: uDz8V2kxLlCqSde5IA9Y8doImhc= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.xml -SHA1-Digest: hiClrNigXlNN9xxGCZ18o9Jv/ZA= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.prope - rties -SHA1-Digest: UFCwr67gLd1DHyuJshaJIb9vqXE= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: D1SVHkiXWZL/SqLvLYLZtRvb2iw= - -Name: feature.xml -SHA1-Digest: HWnVZVYhjsY8lBR1YjSy8InfeSA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/MANIFEST.MF deleted file mode 100644 index 23e9572..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: bx0mOF9dhyxxuvsPcbYVCs4pNz4= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.xml -SHA1-Digest: f5/O0WXnm+69wAaL8llKP94XFwE= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.prope - rties -SHA1-Digest: zcL0mPfBgPeRArJqdSBl1djrfB0= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: NRwJLl3wYslJhbIyBrKg0S89eP4= - -Name: feature.xml -SHA1-Digest: HbyrxL/NY461EPSGYHvHdVEfCq8= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.properties deleted file mode 100644 index b59de45..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 17:03:24 EST 2012 -version=1.3.0.201202151440-r -groupId=org.eclipse.egit -artifactId=org.eclipse.egit.mylyn diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.xml deleted file mode 100644 index f0b610a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.mylyn/pom.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - 4.0.0 - - - org.eclipse.egit - egit-parent - 1.3.0.201202151440-r - - - org.eclipse.egit.mylyn - eclipse-feature - - EGit Mylyn Feature - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/epl-v10.html deleted file mode 100644 index 6d5bbe8..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/feature.properties deleted file mode 100644 index 629e273..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/feature.properties +++ /dev/null @@ -1,159 +0,0 @@ -############################################################################### -# Copyright (c) 2011 Chris Aniszczyk and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################### - -featureName=EGit Mylyn -providerName=Eclipse EGit - -updateSiteName=Eclipse Update Site (experimental) - -# description property - text of the "Feature Descrption" -description=\ -Mylyn integration for EGit.\n -################ end of description property ################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2011 Chris Aniszczyk, et.al.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/feature.xml deleted file mode 100644 index cf312dd..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/feature.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/license.html b/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.mylyn_1.3.0.201202151440-r/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 4ba9ccd..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF deleted file mode 100644 index 26656f5..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,27 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: PHUrbMgKR8qqH8W//3gFo3/KAIM= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: uDz8V2kxLlCqSde5IA9Y8doImhc= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.xml -SHA1-Digest: HgQWoEs9StRJ807YJI7/B68Rycw= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.propert - ies -SHA1-Digest: 1B/gv3iTmFPpu6Ltb3WiECdY1as= - -Name: feature.properties -SHA1-Digest: /oA1v9AXgFeOq03wIL5hHnbDi/Q= - -Name: feature.xml -SHA1-Digest: qPzN/L4Vn/xmjvwdu1v9c1sGOBw= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/MANIFEST.MF deleted file mode 100644 index 9d20ac5..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: bx0mOF9dhyxxuvsPcbYVCs4pNz4= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.xml -SHA1-Digest: j+9U+pTUBqFeyySemA4RcaJCxWI= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.propert - ies -SHA1-Digest: Or7KSWIABwx7hau+VUjO9MGnWjI= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: sLlavxnH3vfSIHcslAtzrH8yMxg= - -Name: feature.xml -SHA1-Digest: w/cCk6NxwSqUvtRi+MJWvMTOshk= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.properties deleted file mode 100644 index 7a2205c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 17:03:26 EST 2012 -version=1.3.0.201202151440-r -groupId=org.eclipse.egit -artifactId=org.eclipse.egit.psf diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.xml deleted file mode 100644 index 1e25ffb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit.psf/pom.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - 4.0.0 - - - org.eclipse.egit - egit-parent - 1.3.0.201202151440-r - - - org.eclipse.egit.psf - eclipse-feature - - EGit Team Project Set Support - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/epl-v10.html deleted file mode 100644 index 6d5bbe8..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/feature.properties deleted file mode 100644 index c49a9fa..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/feature.properties +++ /dev/null @@ -1,159 +0,0 @@ -############################################################################### -# Copyright (c) 2011 Robin Stocker and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################### - -featureName=EGit Project Set Support -providerName=Eclipse EGit - -updateSiteName=Eclipse EGit Update Site - -# description property - text of the "Feature Description" -description=\ -Project Set support for EGit for Eclipse 3.6 and earlier.\n -################ end of description property ################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2011 Robin Stocker and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/feature.xml deleted file mode 100644 index 4809d39..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/feature.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/license.html b/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit.psf_1.3.0.201202151440-r/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA deleted file mode 100644 index e571904..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF deleted file mode 100644 index 1fbd06c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,27 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: idPQL+3Gmyq+suOlZPmTxxrhCeA= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: uDz8V2kxLlCqSde5IA9Y8doImhc= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.pro - perties -SHA1-Digest: C+CBevxyCoW+f9Lf8S8wnYmz7hg= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.xml -SHA1-Digest: fRIgzk9lYnPixv/X+YI83HsDRFQ= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: BJZZd1YdAFv3D+fIxaUU/p/dgC0= - -Name: feature.xml -SHA1-Digest: h2r1i6LaZmq61onERFjn8dy5qTU= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/MANIFEST.MF deleted file mode 100644 index a5594ff..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: bx0mOF9dhyxxuvsPcbYVCs4pNz4= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.pro - perties -SHA1-Digest: xWfmTw5kCqA5xGnmXtFaIk9OJjg= - -Name: META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.xml -SHA1-Digest: XA+md6i4GEzYFOeXXPu5PrUXZNE= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: OLtCjrfkq2AFalciI4cyHT2RWsU= - -Name: feature.xml -SHA1-Digest: 6iEuzdUQFE1WIMr9QP/CvR2YTkY= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.properties deleted file mode 100644 index 861a5a7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 17:03:30 EST 2012 -version=1.3.0.201202151440-r -groupId=org.eclipse.egit -artifactId=org.eclipse.egit-feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.xml deleted file mode 100644 index 52ed92f..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.egit/org.eclipse.egit-feature/pom.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - 4.0.0 - - - org.eclipse.egit - egit-parent - 1.3.0.201202151440-r - - - org.eclipse.egit-feature - eclipse-feature - - Eclipse EGit Feature - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/epl-v10.html deleted file mode 100644 index 6d5bbe8..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/feature.properties deleted file mode 100644 index 3d317fb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/feature.properties +++ /dev/null @@ -1,159 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################### - -featureName=Eclipse EGit -providerName=Eclipse EGit - -updateSiteName=Eclipse EGit Update Site - -# description property - text of the "Feature Descrption" -description=\ -An Eclipse Git Team provider in pure Java.\n -################ end of description property ################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/feature.xml deleted file mode 100644 index 2838e1d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/feature.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/license.html b/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.egit_1.3.0.201202151440-r/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/ECLIPSEF.RSA deleted file mode 100644 index fd2c688..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/ECLIPSEF.SF deleted file mode 100644 index c9c1873..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: op1yyT/cREuQkEcU4l6b+1lIzi8= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: 8gfeI4bHtcOQXC3dYfggxvsAyWc= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: McndcMkMkSr+NBwwJu3L+ZyMyCM= - -Name: feature.xml -SHA1-Digest: QXpUYqJJCOhVUwdCtWsE2Oz8Luo= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/MANIFEST.MF deleted file mode 100644 index 02ebdc1..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: hNPRR3joO5UV8+u/L0qjKV/Y2EE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: 8SmKG5nBNz+YQ3l/B2HpMK0x7rg= - -Name: feature.xml -SHA1-Digest: SLxeocVg6JS11L/aU7tjH6VFDJA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/epl-v10.html deleted file mode 100644 index cb1073a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/epl-v10.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/feature.properties deleted file mode 100644 index 12da810..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/feature.properties +++ /dev/null @@ -1,161 +0,0 @@ -# /** -# * -# * -# * Copyright (c) 2002-2011 IBM Corporation and others. -# * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 -# * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html -# * -# * Contributors: -# * IBM - Initial API and implementation -# * -# * -# * -# * $Id: feature.properties,v 1.1 2014/03/18 23:31:27 lucag Exp $ -# */ - -# NLS_MESSAGEFORMAT_VAR - -# "featureName" property - name of the feature -featureName=EMF - Eclipse Modeling Framework Core Runtime - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Modeling Project - -# "description" property - description of the feature -description=The core runtime for EMF, including EMF's common utilities, Ecore, XML/XMI persistence, and the change model. - -ModelingUpdateSiteName=Eclipse Modeling Project Updates - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/feature.xml deleted file mode 100644 index 52e3bda..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/feature.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - %description - - - - Copyright (c) 2002-2011 IBM Corporation and others. -All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 -which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html - - - - %license - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/license.html b/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.emf.ecore_2.7.1.v20120127-1122/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/ECLIPSEF.RSA deleted file mode 100644 index b3a24da..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/ECLIPSEF.SF deleted file mode 100644 index 11edb92..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,30 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: anxaxDRkpjr7l77M/PjvGxfc7kk= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: qivRxf5xRJMZm+D1pc9k/rAxoeA= - -Name: META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.xml -SHA1-Digest: RFIbko5t7pFBWFqbO/pboM3R1QA= - -Name: about.html -SHA1-Digest: D8qxlKaKuphOnhYHVEAY3Dloez4= - -Name: feature.xml -SHA1-Digest: E4Wg5mDRQtSb22O92aBq3hs8FfU= - -Name: META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.prope - rties -SHA1-Digest: 94Qoq7EXozj9jw9smgDqB6Fj7Cw= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/MANIFEST.MF deleted file mode 100644 index a4ecdcc..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/MANIFEST.MF +++ /dev/null @@ -1,31 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.xml -SHA1-Digest: NK5aNRg3j80dmbw+xt8DLctYG/w= - -Name: feature.properties -SHA1-Digest: Hl8w1VqVlrHnR6LlGgVEk58JCEk= - -Name: about.html -SHA1-Digest: Au/fxobZIVDpcXQtu6M7NkvwaGc= - -Name: META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.prope - rties -SHA1-Digest: 0r/wswCj4LZT32QhGEleGls3eYw= - -Name: feature.xml -SHA1-Digest: Jr/NBo+2q8qbUhPRSv02y1tA2aI= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.properties deleted file mode 100644 index 2ed7da7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Sep 07 09:51:05 EDT 2011 -version=1.1.1-SNAPSHOT -groupId=org.eclipse.epp.mpc -artifactId=org.eclipse.epp.mpc diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.xml deleted file mode 100644 index 7263759..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/META-INF/maven/org.eclipse.epp.mpc/org.eclipse.epp.mpc/pom.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - 4.0.0 - - org.eclipse.epp.mpc - mpc-parent - 1.1.1-SNAPSHOT - - org.eclipse.epp.mpc - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/about.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/about.html deleted file mode 100644 index 0dd939c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/about.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -About - - - -

About This Content

- -

June 7, 2007

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/feature.properties deleted file mode 100644 index 27a015b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/feature.properties +++ /dev/null @@ -1,146 +0,0 @@ -############################################################################### -# Copyright (c) 2010 The Eclipse Foundation, Innoopract. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# The Eclipse Foundation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -providerName=Eclipse Packaging Project -featureName=Marketplace Client - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/feature.xml deleted file mode 100644 index 6b17bec..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/feature.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - The Eclipse Marketplace Client provides access to extension catalogs. - - - - Copyright (c) 2010 The Eclipse Foundation. -All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License -v1.0 which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html - - - - %license - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/license.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.mpc_1.1.1.I20110907-0947/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.RSA deleted file mode 100644 index e3ab9a4..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.SF deleted file mode 100644 index 19d49d9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: lVY7a7+wLkvkxovhe/pS6HYUhPI= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: 5M5yOPanU8Bh0NNt4hucpomfnos= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: p2.inf -SHA1-Digest: +JYwG5T0L4BXhKiuAGwLVx5Z/KM= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: KPNKljqPDao2mmbemR7zjEpl9bM= - -Name: feature.xml -SHA1-Digest: 3LovzwAMkvTR0+PCLR9LAp2vbSQ= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/MANIFEST.MF deleted file mode 100644 index dced299..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: NWZsVPJAYSVwfmPtqxLykU2FynY= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: p2.inf -SHA1-Digest: sIKIZH6IGHywiSz5crISIkDfAss= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: dDGtvJhpeudSqWIH903H/9bWnso= - -Name: feature.xml -SHA1-Digest: luJtI16HfVVtYl6dqbueTFWk0G4= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/epl-v10.html deleted file mode 100644 index 3998fce..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/feature.properties deleted file mode 100644 index 026d2fe..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/feature.properties +++ /dev/null @@ -1,131 +0,0 @@ -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/feature.xml deleted file mode 100644 index 8313219..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/feature.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - This feature is a collection of dependencies that are common -to all EPP packages and general configurations. - - - - %license - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/license.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/p2.inf b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/p2.inf deleted file mode 100644 index d9b3613..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.common.feature_1.4.2.20120213-0814/p2.inf +++ /dev/null @@ -1,11 +0,0 @@ -# disable listing of feature in any category -properties.1.name=org.eclipse.equinox.p2.type.category -properties.1.value=false - -#instructions.configure=\ -#org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/technology/epp/packages/indigo,name:EPP Packages Repository);\ -#org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/indigo,name:EPP Packages Repository); - -#instructions.unconfigure=\ -#org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/technology/epp/packages/indigo);\ -#org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/indigo); diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 296ec44..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.SF deleted file mode 100644 index 41a1355..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: y/46ul0wGjVJbyHOjF3HCAAPxns= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: 5M5yOPanU8Bh0NNt4hucpomfnos= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: p2.inf -SHA1-Digest: AMqPhrt/1I8OKoq0jOK1pa18Y5Q= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: KPNKljqPDao2mmbemR7zjEpl9bM= - -Name: feature.xml -SHA1-Digest: W31scwDVdOXxvSRK34gVkmeSLA0= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/MANIFEST.MF deleted file mode 100644 index 948a552..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: NWZsVPJAYSVwfmPtqxLykU2FynY= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: p2.inf -SHA1-Digest: 96/IT2w35IEfdi8bbn+IK4/ix6s= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: dDGtvJhpeudSqWIH903H/9bWnso= - -Name: feature.xml -SHA1-Digest: 9Q4g3EfhXDGigM1PdXFzxEvAgcw= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/epl-v10.html deleted file mode 100644 index 3998fce..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/feature.properties deleted file mode 100644 index 026d2fe..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/feature.properties +++ /dev/null @@ -1,131 +0,0 @@ -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/feature.xml deleted file mode 100644 index 67cf718..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/feature.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client or Rich Ajax Applications (RCP+RAP), plus Mylyn, and an XML editor. - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/license.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/p2.inf b/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/p2.inf deleted file mode 100644 index d76b6e2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.package.rcp.feature_1.4.2.20120213-0814/p2.inf +++ /dev/null @@ -1,22 +0,0 @@ -# tell pde.build not to generate start levels -org.eclipse.pde.build.append.startlevels=false - -# add requirement on org.eclipse.platform.ide -requires.1.namespace=org.eclipse.equinox.p2.iu -requires.1.name=org.eclipse.platform.ide -#requires.1.range=[3.5.0.I20090522-1710,3.5.0.I20090522-1710] -requires.1.greedy=true - -# disable listing of feature in any category -properties.1.name=org.eclipse.equinox.p2.type.category -properties.1.value=false - -#instructions.configure=\ -#org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo/,name:Mylyn for Eclipse Indigo);\ -#org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo/,name:Mylyn for Eclipse Indigo); - -#instructions.unconfigure=\ -#org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo/);\ -#org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo/); - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 9a5b5e0..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/ECLIPSEF.SF deleted file mode 100644 index a242373..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,26 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: lczrNuk9Gbe8DvBUHRpjvKl8Yew= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 0yV2bJN9APmuVhQuVRuTbvjW4P4= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: ISCW2+XT0CQ4DfnxVtgk5m0BeUQ= - -Name: about.html -SHA1-Digest: D8qxlKaKuphOnhYHVEAY3Dloez4= - -Name: feature.xml -SHA1-Digest: x5BUbtokcHXJU2hECVhEdTF9YIQ= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/MANIFEST.MF deleted file mode 100644 index c6f3be9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/MANIFEST.MF +++ /dev/null @@ -1,25 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_20-b02 (Sun Microsystems Inc.) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: whOpMvbUkFLz/3fhY3CUcxGDvi4= - -Name: about.html -SHA1-Digest: Au/fxobZIVDpcXQtu6M7NkvwaGc= - -Name: feature.xml -SHA1-Digest: ivK4UZ/1QIt1pngoomBDYOXbTbY= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/about.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/about.html deleted file mode 100644 index 0dd939c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/about.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -About - - - -

About This Content

- -

June 7, 2007

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/feature.properties deleted file mode 100644 index ee050ee..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/feature.properties +++ /dev/null @@ -1,197 +0,0 @@ -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -#licenseURL=license.html -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Platform - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Common OS-independent base of the Eclipse platform (binary runtime and user documentation). - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/feature.xml deleted file mode 100644 index 6a8cc6a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/feature.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - %license - - - - The Usage Data Collector collects information -about how individuals are using the Eclipse platform. This -information is periodically uploaded to servers hosted by -The Eclipse Foundation (though this is configurable). The intent -is to use this data to help committers and organizations better -understand how developers are using Eclipse. -Target Users of the Data: -* Users of Eclipse -* Committers working on Eclipse projects -* ISVs and organization creating Eclipse based software -* Enterprise IT departments that make extensive use of Eclipse -Foundation -* Academic researchers that want to study how developer work -Data to Be Collected -Captured data is associated with a user through a combination -of workstation and workspace ids that are automatically generated -by the collector. This identification is not tied to any personal -information about the user. -The usage data monitors: -* Start up and shutdown times of a workspace -* What is being used and when (timestamp), including -1. Loaded bundles -2. Commands accessed via keyboard shortcuts -3. Actions invoked via menus or toolbars -4. Perspective changes -5. View usage -6. Editor usage -Where possible, the usage data collector also capture the symbolic -name and version of the bundle contributing the command/action/perspective/view/editor. - - - - Copyright (c) 2007, 2010 The Eclipse Foundation. -All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License -v1.0 which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/license.html b/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.epp.usagedata.feature_1.4.0.R201106061540/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 559ae88..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/ECLIPSEF.SF deleted file mode 100644 index 83802c6..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,197 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: iFtV/nBcWEW8NbJUQXN54/0FHd0= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: bin/gtk/aix/ppc/launcher -SHA1-Digest: Hygb7OEfBIp0fYzoAVcTMFoq2+c= - -Name: motif_root/about_files/about_cairo.html -SHA1-Digest: P7guVJ+uEMI9sbP+B32a9o9iMwo= - -Name: motif_root/about_files/mpl-v11.txt -SHA1-Digest: RX4mWnqNA8UvggT9O2wD6jYdiJ0= - -Name: gtk_root/about_files/pixman-licenses.txt -SHA1-Digest: IPR5bdOC6MHiO05Zm3mN5VMFD4E= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: HhlVNuqwStcfQiwluvN5YST+RZc= - -Name: bin/gtk/linux/x86_64/libcairo-swt.so -SHA1-Digest: wzAeIgfgC0GGHuC9WvbHTsR4/Oo= - -Name: bin/gtk/hpux/ia64_32/launcher -SHA1-Digest: N25sx1MpcXBU4L1OyWPnjkoNlDY= - -Name: contributed/gtk/linux/s390x/launcher -SHA1-Digest: SgxaYOEP7u7ZuB4t+wjsmy/xI20= - -Name: bin/motif/aix/ppc/launcher -SHA1-Digest: g225FxqdnOyeMUFNoKBRz5RMFU0= - -Name: bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: 5kijvLPfhjYrNz9st28KMIz2UXQ= - -Name: build.xml -SHA1-Digest: JFGb1bu8rjt+YZsu9M42FDqmSi4= - -Name: bin/wpf/win32/x86/eclipsec.exe -SHA1-Digest: yztf+VHavoBuazyNQSFhgNoLuKE= - -Name: bin/gtk/solaris/sparc/launcher -SHA1-Digest: 4cJbRIdm7k74DBD+P/f3IH61yHo= - -Name: gtk_root/about.html -SHA1-Digest: dsXSDgBp7g69LiWJzXdcIyaC96Y= - -Name: contributed/win32/win32/ia64/eclipsec.exe -SHA1-Digest: arva7ZHx2D0HrqIn4oY0riIJXfs= - -Name: feature.xml -SHA1-Digest: VykZRbW1P1W9NIf8JFZICgpOVWM= - -Name: motif_root/about_files/pixman-licenses.txt -SHA1-Digest: yHtUBqTPkCqAgwsIrApUqdqBQxs= - -Name: bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: HUW9OwH71QcHRVUs81H4iHsCsyc= - -Name: bin/gtk/linux/ppc/launcher -SHA1-Digest: Bx1ce+nNkDu3gsZwxsV8wrzW9xI= - -Name: bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist -SHA1-Digest: xztBczCef7VOEZDNcHy6TO0hhXE= - -Name: bin/gtk/linux/ppc/libcairo-swt.so -SHA1-Digest: hJGfb2B8DHWt7O08Z8vEFgDq/5A= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist -SHA1-Digest: O7UxaMe9WrOo3UKXveMgUL3RNws= - -Name: bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: c+Xrerk8mZR3S+7z8PNJBWv4Fkc= - -Name: motif_root/about.html -SHA1-Digest: oi2tRTgvAxWtBTr4p5SXMdzIY3Y= - -Name: feature.properties -SHA1-Digest: qWSDZ4ogek9dGldyrq97rZh4+8Q= - -Name: bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist -SHA1-Digest: Z6kJkcO85hyUa9M48q8m/eppHsM= - -Name: bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: qsYjFDyVWKfM4+UxSA1H1vEZ31U= - -Name: build.properties -SHA1-Digest: rxDZXQQi5AOIVvX+s20o3jatPmk= - -Name: bin/gtk/linux/x86_64/launcher -SHA1-Digest: 4zyX8joq2AdbcK5ZKw1Zq/B9zSY= - -Name: contributed/gtk/linux/s390/launcher -SHA1-Digest: /iM3cNO4hzBmJTQs0QPWZSkTxwU= - -Name: bin/gtk/linux/x86/libcairo-swt.so -SHA1-Digest: 18xWxKrUHfZjNflkoQmIEOcxTos= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: gtk_root/about_files/about_cairo.html -SHA1-Digest: NGGOgBIM2dM2Y13a8mpbQ/EEn4g= - -Name: bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist -SHA1-Digest: kP+5a8abBuymi3L/BEQ3zLBhBk8= - -Name: bin/wpf/win32/x86/launcher.exe -SHA1-Digest: YdCH2sZJYCG3fctK345qx38Uer0= - -Name: contributed/motif/solaris/sparc/Eclipse.m.pm -SHA1-Digest: /V45khIIS3gfiRaYBuibC0SQ9TU= - -Name: bin/motif/linux/x86/launcher -SHA1-Digest: 5WT1c/09HyCLsX3i22dswWHYrNE= - -Name: bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: m3EAGPmmYJnSkG9WoQKjCLltUY4= - -Name: contributed/win32/win32/ia64/launcher.exe -SHA1-Digest: V22v6ZyscCPP0ym+kEDt4XJqDz8= - -Name: bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist -SHA1-Digest: qcm2ifP6JJJR/YFv/uo4GlmS0M8= - -Name: motif_root/about_files/about_open_motif.html -SHA1-Digest: YhcoEb0NBJNLcEYqwMEyQHeGRBU= - -Name: bin/gtk/aix/ppc64/launcher -SHA1-Digest: SvGQhqduq11p8x8Hxbo9rO/8G0g= - -Name: bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: ZKSZf56UbH6+xvZhwGL0z0J39Tk= - -Name: bin/win32/win32/x86/eclipsec.exe -SHA1-Digest: VeYq4cWyv6qbJfvNO1tayOLvW98= - -Name: bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: k4dIVme/fV1KI2v7bAcHlGPYPGU= - -Name: bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: QlhRYwntSecDR/W4XSTzv/4lzCQ= - -Name: bin/motif/linux/x86/libXm.so.2 -SHA1-Digest: YZsfwR/EFnscpxZ0X+gCDOogGUc= - -Name: contributed/motif/solaris/sparc/Eclipse.t.pm -SHA1-Digest: aNRZ35U4EonZ8JLr5gj05oum2VY= - -Name: contributed/motif/solaris/sparc/launcher -SHA1-Digest: agOfOaqTfdHUFyegNdyQCQ/IU4U= - -Name: bin/gtk/solaris/x86/launcher -SHA1-Digest: YKQzV6lGLV829cImf0eB9Si+xH0= - -Name: bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: YlNAKlKRx1QCcDlg7Ni4nKkkvI4= - -Name: bin/win32/win32/x86_64/eclipsec.exe -SHA1-Digest: 8H6+2Y4JLXDVmInNLE28YtUIL7M= - -Name: contributed/motif/solaris/sparc/Eclipse.l.pm -SHA1-Digest: 30SKFgqE2/K1y6485Bkm30CPfFU= - -Name: bin/gtk/linux/ppc64/launcher -SHA1-Digest: sMS9bc60FpUEkHpschTBzU27iJ0= - -Name: bin/motif/hpux/ia64_32/launcher -SHA1-Digest: gAC9qQqqcUUDMhSo6SyiTJN4chY= - -Name: bin/win32/win32/x86/launcher.exe -SHA1-Digest: Z6bHsXQPm6FDdI+4Skuy0rZ/Vzc= - -Name: bin/gtk/linux/x86/launcher -SHA1-Digest: e/kT/C4JEWU3ULo6Ck42tEXJAIo= - -Name: motif_root/about_files/mlpl-v10.html -SHA1-Digest: iRc3dc8+MEhRmypxxJVMFwGoxao= - -Name: contributed/motif/solaris/sparc/Eclipse.s.pm -SHA1-Digest: HwTirg2T0I4oCuYet5dnqUR07eU= - -Name: bin/win32/win32/x86_64/launcher.exe -SHA1-Digest: qMt7Mfji8vmrftPjzFv0qXH2eh8= - -Name: gtk_root/about_files/mpl-v11.txt -SHA1-Digest: xRDVpAiUuKrvEQjBmvU5eiiqxSM= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/MANIFEST.MF deleted file mode 100644 index 9f236e9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/MANIFEST.MF +++ /dev/null @@ -1,195 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: bin/gtk/aix/ppc/launcher -SHA1-Digest: 5nkNwTgcLucSiOhC8S+BnJy65Mc= - -Name: motif_root/about_files/about_cairo.html -SHA1-Digest: 8SG6Njp7lGcC/SppkSuiO8oDbRU= - -Name: motif_root/about_files/mpl-v11.txt -SHA1-Digest: q6jXbQr2fVfaPDwyHKpZ89JCOGs= - -Name: gtk_root/about_files/pixman-licenses.txt -SHA1-Digest: TR6qG/ZRPa14PM2A8a6XbNb3xzg= - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: Bm21x4BBB14in8NnG3FTYG2oWZw= - -Name: bin/gtk/linux/x86_64/libcairo-swt.so -SHA1-Digest: 7mdcDbcIClpVdQxvaPDlEYddCrw= - -Name: bin/gtk/hpux/ia64_32/launcher -SHA1-Digest: l6oR0xWtKVMG+Nvv+muoE0DDhFA= - -Name: contributed/gtk/linux/s390x/launcher -SHA1-Digest: 2h9KE0K1azYcjO6fGSOIGWl3M5A= - -Name: bin/motif/aix/ppc/launcher -SHA1-Digest: lx5zIcKKrdttVXGaoQ3lxXmT9eM= - -Name: bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: QW2bVqN2hiD+g43paywZmakiHEI= - -Name: bin/gtk/solaris/sparc/launcher -SHA1-Digest: jQ0F+92JFEG5aQxC3M+VJcwd74c= - -Name: bin/wpf/win32/x86/eclipsec.exe -SHA1-Digest: D1N3QeXIu4Mrbyjbu+iOJkyLxXs= - -Name: build.xml -SHA1-Digest: dpTZqaeFW/Iz/KjArK+7hgjNnx4= - -Name: gtk_root/about.html -SHA1-Digest: T9mkV+8Vtdr4FPgjl9sFjG5gZn8= - -Name: contributed/win32/win32/ia64/eclipsec.exe -SHA1-Digest: H/2x51sk8+51ZiWbi/q+mLdRQe0= - -Name: motif_root/about_files/pixman-licenses.txt -SHA1-Digest: TR6qG/ZRPa14PM2A8a6XbNb3xzg= - -Name: feature.xml -SHA1-Digest: JaOc9aanWUQyDbtctVBllGCQgtA= - -Name: bin/gtk/linux/ppc/launcher -SHA1-Digest: fvrmcospYQiB0vSSVLdcM81gAGg= - -Name: bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: gDFwV83zhKPg+5ASaeBrKizMlcg= - -Name: bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist -SHA1-Digest: 1F9R5X+NtWW4KVm2mdQ1FWBgkVY= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: bin/gtk/linux/ppc/libcairo-swt.so -SHA1-Digest: IRBJXDfXS2h71k9pr4gunE040ZE= - -Name: bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist -SHA1-Digest: 1F9R5X+NtWW4KVm2mdQ1FWBgkVY= - -Name: bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: QW2bVqN2hiD+g43paywZmakiHEI= - -Name: motif_root/about.html -SHA1-Digest: Z5r6u3KaMtNryUPUFbv/rC6KWIs= - -Name: feature.properties -SHA1-Digest: m6ThguxKBRUpV5irG2LCX1mVAtI= - -Name: bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist -SHA1-Digest: 1F9R5X+NtWW4KVm2mdQ1FWBgkVY= - -Name: bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/launcher -SHA1-Digest: gDFwV83zhKPg+5ASaeBrKizMlcg= - -Name: build.properties -SHA1-Digest: A8/5saXtCW5AnNjOb1btw3jQYoM= - -Name: bin/gtk/linux/x86_64/launcher -SHA1-Digest: l945rEQW/6vfidcQSJErpZYrz3g= - -Name: contributed/gtk/linux/s390/launcher -SHA1-Digest: V2/McUFSN0Q2JpIwXK528VQu/tM= - -Name: bin/gtk/linux/x86/libcairo-swt.so -SHA1-Digest: 7TdvjnoePnyNz7BVlcVk6IEAI1M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: gtk_root/about_files/about_cairo.html -SHA1-Digest: 8SG6Njp7lGcC/SppkSuiO8oDbRU= - -Name: bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist -SHA1-Digest: 1F9R5X+NtWW4KVm2mdQ1FWBgkVY= - -Name: bin/wpf/win32/x86/launcher.exe -SHA1-Digest: kGSTPbIEpWQecTMpldQccBIfPtI= - -Name: contributed/motif/solaris/sparc/Eclipse.m.pm -SHA1-Digest: njpjwaylNWeqWAHNSB8uOf9qmhI= - -Name: bin/motif/linux/x86/launcher -SHA1-Digest: l3lQM/FTZjuFdMyq/8yEWwDKbAw= - -Name: bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: Goef91ViRnxHu9frtJITzBmzlZw= - -Name: contributed/win32/win32/ia64/launcher.exe -SHA1-Digest: Q5GUyMu1eCDlCuHM7cSJMySQ7Ak= - -Name: bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist -SHA1-Digest: AfO/MXFnhh+oCHdZAwLiA193BpM= - -Name: motif_root/about_files/about_open_motif.html -SHA1-Digest: Xv4a8Tz7fmAiDxj0cxpn1WfeR8E= - -Name: bin/gtk/aix/ppc64/launcher -SHA1-Digest: XhlIgnFuigTU68LORR/g34PyUtE= - -Name: bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: YC/F55o2JNTNnsmDjtFzetv0E/Q= - -Name: bin/win32/win32/x86/eclipsec.exe -SHA1-Digest: Q1z+rt2TgXv7kPpug1x6907Gocs= - -Name: bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: Goef91ViRnxHu9frtJITzBmzlZw= - -Name: bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: YC/F55o2JNTNnsmDjtFzetv0E/Q= - -Name: bin/motif/linux/x86/libXm.so.2 -SHA1-Digest: un3m/t8waAYbfMPBScnKXi0CAWE= - -Name: contributed/motif/solaris/sparc/Eclipse.t.pm -SHA1-Digest: UgOfteTasczEDRNlC3396mJU32o= - -Name: bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini -SHA1-Digest: YC/F55o2JNTNnsmDjtFzetv0E/Q= - -Name: bin/gtk/solaris/x86/launcher -SHA1-Digest: f32xDzEWo1rAfSQAf1vWxMbTfwo= - -Name: contributed/motif/solaris/sparc/launcher -SHA1-Digest: zdzCnZJX2JWuiG/k3Ho2DiIrtjE= - -Name: bin/win32/win32/x86_64/eclipsec.exe -SHA1-Digest: Hu7BUNHrjBIIMFzpodL38J/JjY4= - -Name: contributed/motif/solaris/sparc/Eclipse.l.pm -SHA1-Digest: CPkj+uUdMJ2+h9yeGYtHUFuexec= - -Name: bin/gtk/linux/ppc64/launcher -SHA1-Digest: cZyB+Igua9yCpW9hkf8yA52hn/c= - -Name: bin/motif/hpux/ia64_32/launcher -SHA1-Digest: FPw/FpvrALh6jzvfmMxFsRTQUqw= - -Name: bin/gtk/linux/x86/launcher -SHA1-Digest: 2eXYe0dcod8Nr4pXTxV1D90dAw0= - -Name: bin/win32/win32/x86/launcher.exe -SHA1-Digest: JvW8nDs19Svv+8RY7cRWnOHxWh0= - -Name: motif_root/about_files/mlpl-v10.html -SHA1-Digest: EXCrXqPk7Qv8bm6cpVXon2zvE9o= - -Name: contributed/motif/solaris/sparc/Eclipse.s.pm -SHA1-Digest: AH7k0iiBNHSRYBHtSdjdJXCNcNU= - -Name: bin/win32/win32/x86_64/launcher.exe -SHA1-Digest: YiDVPxtBEDF5RnnDQBfqmHXDOaU= - -Name: gtk_root/about_files/mpl-v11.txt -SHA1-Digest: q6jXbQr2fVfaPDwyHKpZ89JCOGs= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist deleted file mode 100644 index c55909d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - CFBundleExecutable - eclipse - CFBundleGetInfoString - Eclipse 3.7 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved. - CFBundleIconFile - Eclipse.icns - CFBundleIdentifier - org.eclipse.eclipse - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Eclipse - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.7 - CFBundleSignature - ???? - CFBundleVersion - 3.7 - CFBundleDevelopmentRegion - English - CFBundleLocalizations - - ar - cs - da - el - en - es - de - fi - fr - hu - it - iw - ja - ko - nl - no - pl - pt_BR - pt - ru - sv - tr - zh_HK - zh_TW - zh - - - Eclipse - - - -keyring~/.eclipse_keyring - -showlocation - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini deleted file mode 100644 index eedcd4c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini +++ /dev/null @@ -1,9 +0,0 @@ --showsplash -org.eclipse.platform --vmargs --Xdock:icon=../Resources/Eclipse.icns --XstartOnFirstThread --Xms40m --Xmx256m --XX:MaxPermSize=256m --Dorg.eclipse.swt.internal.carbon.smallFonts \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/launcher deleted file mode 100644 index b9fd091..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist deleted file mode 100644 index 4106f51..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - CFBundleExecutable - eclipse - CFBundleGetInfoString - Eclipse 3.7 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved. - CFBundleIconFile - Eclipse.icns - CFBundleIdentifier - org.eclipse.eclipse - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Eclipse - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.7 - CFBundleSignature - ???? - CFBundleVersion - 3.7 - CFBundleDevelopmentRegion - English - CFBundleLocalizations - - ar - cs - da - el - en - es - de - fi - fr - hu - it - iw - ja - ko - nl - no - pl - pt_BR - pt - ru - sv - tr - zh_HK - zh_TW - zh - - - Eclipse - - - -keyring~/.eclipse_keyring - -showlocation - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini deleted file mode 100644 index eedcd4c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini +++ /dev/null @@ -1,9 +0,0 @@ --showsplash -org.eclipse.platform --vmargs --Xdock:icon=../Resources/Eclipse.icns --XstartOnFirstThread --Xms40m --Xmx256m --XX:MaxPermSize=256m --Dorg.eclipse.swt.internal.carbon.smallFonts \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/launcher deleted file mode 100644 index b9fd091..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist deleted file mode 100644 index c55909d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - CFBundleExecutable - eclipse - CFBundleGetInfoString - Eclipse 3.7 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved. - CFBundleIconFile - Eclipse.icns - CFBundleIdentifier - org.eclipse.eclipse - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Eclipse - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.7 - CFBundleSignature - ???? - CFBundleVersion - 3.7 - CFBundleDevelopmentRegion - English - CFBundleLocalizations - - ar - cs - da - el - en - es - de - fi - fr - hu - it - iw - ja - ko - nl - no - pl - pt_BR - pt - ru - sv - tr - zh_HK - zh_TW - zh - - - Eclipse - - - -keyring~/.eclipse_keyring - -showlocation - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini deleted file mode 100644 index 72fea18..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini +++ /dev/null @@ -1,9 +0,0 @@ --showsplash -org.eclipse.platform --vmargs --Xdock:icon=../Resources/Eclipse.icns --XstartOnFirstThread --Xms40m --Xmx256m --XX:MaxPermSize=256m --Dorg.eclipse.swt.internal.carbon.smallFonts diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/launcher deleted file mode 100644 index 6688012..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/ppc/Eclipse.app/Contents/MacOS/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist deleted file mode 100644 index c55909d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - CFBundleExecutable - eclipse - CFBundleGetInfoString - Eclipse 3.7 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved. - CFBundleIconFile - Eclipse.icns - CFBundleIdentifier - org.eclipse.eclipse - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Eclipse - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.7 - CFBundleSignature - ???? - CFBundleVersion - 3.7 - CFBundleDevelopmentRegion - English - CFBundleLocalizations - - ar - cs - da - el - en - es - de - fi - fr - hu - it - iw - ja - ko - nl - no - pl - pt_BR - pt - ru - sv - tr - zh_HK - zh_TW - zh - - - Eclipse - - - -keyring~/.eclipse_keyring - -showlocation - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini deleted file mode 100644 index 72fea18..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini +++ /dev/null @@ -1,9 +0,0 @@ --showsplash -org.eclipse.platform --vmargs --Xdock:icon=../Resources/Eclipse.icns --XstartOnFirstThread --Xms40m --Xmx256m --XX:MaxPermSize=256m --Dorg.eclipse.swt.internal.carbon.smallFonts diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/launcher deleted file mode 100644 index 6688012..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist deleted file mode 100644 index c55909d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - CFBundleExecutable - eclipse - CFBundleGetInfoString - Eclipse 3.7 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved. - CFBundleIconFile - Eclipse.icns - CFBundleIdentifier - org.eclipse.eclipse - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Eclipse - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.7 - CFBundleSignature - ???? - CFBundleVersion - 3.7 - CFBundleDevelopmentRegion - English - CFBundleLocalizations - - ar - cs - da - el - en - es - de - fi - fr - hu - it - iw - ja - ko - nl - no - pl - pt_BR - pt - ru - sv - tr - zh_HK - zh_TW - zh - - - Eclipse - - - -keyring~/.eclipse_keyring - -showlocation - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse.ini b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse.ini deleted file mode 100644 index 72fea18..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse.ini +++ /dev/null @@ -1,9 +0,0 @@ --showsplash -org.eclipse.platform --vmargs --Xdock:icon=../Resources/Eclipse.icns --XstartOnFirstThread --Xms40m --Xmx256m --XX:MaxPermSize=256m --Dorg.eclipse.swt.internal.carbon.smallFonts diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher deleted file mode 100644 index 29e7e5c..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/aix/ppc/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/aix/ppc/launcher deleted file mode 100644 index d229624..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/aix/ppc/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/aix/ppc64/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/aix/ppc64/launcher deleted file mode 100644 index 5389956..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/aix/ppc64/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/hpux/ia64_32/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/hpux/ia64_32/launcher deleted file mode 100644 index 012975f..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/hpux/ia64_32/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc/launcher deleted file mode 100644 index b88bd5c..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc/libcairo-swt.so b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc/libcairo-swt.so deleted file mode 100644 index 5c615f6..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc/libcairo-swt.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc64/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc64/launcher deleted file mode 100644 index 8936840..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/ppc64/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86/launcher deleted file mode 100644 index 235e201..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86/libcairo-swt.so b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86/libcairo-swt.so deleted file mode 100644 index b66f958..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86/libcairo-swt.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86_64/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86_64/launcher deleted file mode 100644 index 3222382..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86_64/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86_64/libcairo-swt.so b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86_64/libcairo-swt.so deleted file mode 100644 index 5734427..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/linux/x86_64/libcairo-swt.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/solaris/sparc/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/solaris/sparc/launcher deleted file mode 100644 index 270a0d9..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/solaris/sparc/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/solaris/x86/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/solaris/x86/launcher deleted file mode 100644 index 3ed64b9..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/gtk/solaris/x86/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/aix/ppc/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/aix/ppc/launcher deleted file mode 100644 index 379575b..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/aix/ppc/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/hpux/ia64_32/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/hpux/ia64_32/launcher deleted file mode 100644 index adb2baf..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/hpux/ia64_32/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/linux/x86/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/linux/x86/launcher deleted file mode 100644 index 890f99f..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/linux/x86/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/linux/x86/libXm.so.2 b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/linux/x86/libXm.so.2 deleted file mode 100644 index dc827a9..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/motif/linux/x86/libXm.so.2 and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86/eclipsec.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86/eclipsec.exe deleted file mode 100644 index 49acf5b..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86/eclipsec.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86/launcher.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86/launcher.exe deleted file mode 100644 index 2f03a0b..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86/launcher.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86_64/eclipsec.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86_64/eclipsec.exe deleted file mode 100644 index 50e3ceb..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86_64/eclipsec.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86_64/launcher.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86_64/launcher.exe deleted file mode 100644 index fef3e8d..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/win32/win32/x86_64/launcher.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/wpf/win32/x86/eclipsec.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/wpf/win32/x86/eclipsec.exe deleted file mode 100644 index 879c946..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/wpf/win32/x86/eclipsec.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/wpf/win32/x86/launcher.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/wpf/win32/x86/launcher.exe deleted file mode 100644 index c202a7c..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/bin/wpf/win32/x86/launcher.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/build.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/build.properties deleted file mode 100644 index 4baa9bb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/build.properties +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -custom = true - -####Even though marked as custom, the content of the build.properties needs to be updated to ensure correctness of RCP app exported -root.permissions.755=${launcherName} - -root.win32.win32.x86=file:bin/win32/win32/x86/launcher.exe -root.win32.win32.x86_64=file:bin/win32/win32/x86_64/launcher.exe -root.win32.win32.ia64=file:contributed/win32/win32/ia64/launcher.exe -root.win32.wpf.x86=file:bin/wpf/win32/x86/launcher.exe - -root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root -root.linux.gtk.x86.permissions.755=libcairo-swt.so - -root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root -root.linux.gtk.ppc.permissions.755=libcairo-swt.so - -root.linux.gtk.ppc64=bin/gtk/linux/ppc64,gtk_root - -root.macosx.carbon.ppc=bin/carbon/macosx/ppc -root.macosx.carbon.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName} - -root.macosx.carbon.x86=bin/carbon/macosx/x86 -root.macosx.carbon.x86.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName} - -root.macosx.cocoa.ppc=bin/cocoa/macosx/ppc -root.macosx.cocoa.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName} - -root.macosx.cocoa.x86=bin/cocoa/macosx/x86 -root.macosx.cocoa.x86.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName} - -root.macosx.cocoa.x86_64=bin/cocoa/macosx/x86_64 -root.macosx.cocoa.x86_64.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName} - -root.aix.motif.ppc=bin/motif/aix/ppc -root.aix.gtk.ppc64=bin/gtk/aix/ppc64 -root.aix.gtk.ppc=bin/gtk/aix/ppc - -root.hpux.motif.PA_RISC=bin/motif/hpux/PA_RISC -root.hpux.motif.ia64_32=bin/motif/hpux/ia64_32 -root.hpux.gtk.ia64_32=bin/gtk/hpux/ia64_32 - -root.solaris.motif.sparc=contributed/motif/solaris/sparc -root.solaris.gtk.x86=bin/gtk/solaris/x86 -root.solaris.gtk.sparc=bin/gtk/solaris/sparc - -root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root -root.linux.gtk.x86_64.permissions.755=libcairo-swt.so - -root.qnx.photon.x86=bin/photon/qnx/x86 - -root.linux.motif.x86=bin/motif/linux/x86,motif_root -root.linux.motif.x86.permissions.755=libXm.so.2,libcairo-swt.so - -root.linux.gtk.s390x=contributed/gtk/linux/s390x,gtk_root -root.linux.gtk.s390=contributed/gtk/linux/s390,gtk_root diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/build.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/build.xml deleted file mode 100644 index 1d06b9b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/build.xml +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/gtk/linux/s390/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/gtk/linux/s390/launcher deleted file mode 100644 index b198618..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/gtk/linux/s390/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/gtk/linux/s390x/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/gtk/linux/s390x/launcher deleted file mode 100644 index e8460b8..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/gtk/linux/s390x/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.l.pm b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.l.pm deleted file mode 100644 index 995d7c9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.l.pm +++ /dev/null @@ -1,311 +0,0 @@ -/* XPM */ -static char *ProductIcon48[] = { -/* columns rows colors chars-per-pixel */ -"48 48 257 2", -" c black", -". c gray100", -"X c #69695A5AE8E8", -"o c #494949499191", -"O c #CECE9292BFBF", -"+ c #E7E7CACAE0E0", -"@ c #C8C88C8CBBBB", -"# c #C2C28A8ABABA", -"$ c #EAEAD7D7E8E8", -"% c #CFCFA9A9CCCC", -"& c #D9D9BCBCD8D8", -"* c #B6B68787B9B9", -"= c #C3C39999C7C7", -"- c #A7A77D7DB5B5", -"; c #BDBDA3A3CDCD", -": c #D8D8CACAE3E3", -"> c #A8A88D8DC4C4", -", c #92927575B2B2", -"< c #87876C6CAAAA", -"1 c #9A9A8383BABA", -"2 c #7B7B6363A3A3", -"3 c #666654549595", -"4 c #73735F5FADAD", -"5 c #626251519292", -"6 c #7F7F7272A7A7", -"7 c #6D6D5E5E9E9E", -"8 c #64645454A9A9", -"9 c #77776969B1B1", -"0 c #49493E3E8282", -"q c #7D7D7373B6B6", -"w c #5B5B4E4EADAD", -"e c #55554949BABA", -"r c #56564949BABA", -"t c #56564A4ABABA", -"y c #56564949B9B9", -"u c #55554949B8B8", -"i c #4F4F4444ACAC", -"p c #53534848B4B4", -"a c #53534848B3B3", -"s c #54544949B5B5", -"d c #52524747B0B0", -"f c #52524747AFAF", -"g c #54544949B3B3", -"h c #DEDEDCDCEEEE", -"j c #3E3E36369898", -"k c #43433B3B9F9F", -"l c #33332C2C7777", -"z c #42423A3A9C9C", -"x c #4A4A4040A8A8", -"c c #55554A4ABABA", -"v c #55554A4AB9B9", -"b c #54544949B7B7", -"n c #52524848B1B1", -"m c #51514747AEAE", -"M c #4E4E4545A9A9", -"N c #49494141A0A0", -"B c #52524848AFAF", -"V c #51514848AEAE", -"C c #50504747ACAC", -"Z c #4F4F4646AAAA", -"A c #51514848ADAD", -"S c #50504747ABAB", -"D c #50504848ACAC", -"F c #50504747A9A9", -"G c #4E4E4646A7A7", -"H c #4E4E4545A4A4", -"J c #4D4D4545A4A4", -"K c #4F4F4747A8A8", -"L c #4E4E4646A5A5", -"P c #4D4D4545A3A3", -"I c #3B3B35357D7D", -"U c #4E4E4646A3A3", -"Y c #55554D4D9F9F", -"T c #4A4A43438989", -"R c #51514B4B9090", -"E c #67676060A5A5", -"W c #1D1D18186A6A", -"Q c #272722227D7D", -"! c #282823237D7D", -"~ c #2B2B26268181", -"^ c #33332C2C8989", -"/ c #3B3B36368E8E", -"( c #454540409797", -") c #4D4D4646A4A4", -"_ c #4C4C4545A1A1", -"` c #4D4D4646A2A2", -"' c #4B4B4545A0A0", -"] c #4D4D4646A1A1", -"[ c #4C4C45459F9F", -"{ c #4B4B45459E9E", -"} c #4A4A44449C9C", -"| c #494944449898", -" . c #484843439696", -".. c #4A4A45459999", -"X. c #4F4F4A4AA0A0", -"o. c #68686363AAAA", -"O. c #21211D1D7676", -"+. c #242420207575", -"@. c #2D2D2A2A7F7F", -"#. c #2D2D2A2A7B7B", -"$. c #3D3D39398F8F", -"%. c #484844449696", -"&. c #474743439393", -"*. c #464643439191", -"=. c #454542428E8E", -"-. c #4D4D4A4A9C9C", -";. c #57575454A3A3", -":. c #5A5A58589797", -">. c #5F5F5D5D9999", -",. c #85858282C1C1", -"<. c #95959292C9C9", -"1. c #B8B8B6B6DCDC", -"2. c #070705055353", -"3. c #080807075555", -"4. c #0A0A09095757", -"5. c #0C0C0B0B5858", -"6. c #0F0F0D0D5C5C", -"7. c #10100F0F5C5C", -"8. c #131311116464", -"9. c #141413136060", -"0. c #141413135F5F", -"q. c #171715156767", -"w. c #161615156262", -"e. c #161615156161", -"r. c #181817176464", -"t. c #1A1A19196666", -"y. c #1C1C1A1A6464", -"u. c #1D1D1C1C6868", -"i. c #1F1F1E1E6A6A", -"p. c #222221216C6C", -"a. c #242423236F6F", -"s. c #272725257171", -"d. c #272726267272", -"f. c #272726267171", -"g. c #292928287474", -"h. c #2A2A29297474", -"j. c #2C2C2B2B7777", -"k. c #2F2F2E2E7C7C", -"l. c #2E2E2D2D7979", -"z. c #343433337E7E", -"x. c #393937378686", -"c. c #373736368181", -"v. c #3A3A39398484", -"b. c #3A3A39398383", -"n. c #3D3D3B3B8686", -"m. c #424241418C8C", -"M. c #424241418B8B", -"N. c #444442428B8B", -"B. c #434341418989", -"V. c #454544448E8E", -"C. c #454544448D8D", -"Z. c #424241418787", -"A. c #434342428888", -"S. c #444442428787", -"D. c #424241418585", -"F. c #414140408383", -"G. c #484847479090", -"H. c #434342428686", -"J. c #4A4A49499393", -"K. c #464645458A8A", -"L. c #4D4D4C4C9595", -"P. c #54545252A0A0", -"I. c #50504F4F9898", -"U. c #58585757A0A0", -"Y. c #525250509393", -"T. c #5B5B5959A2A2", -"R. c #585857579F9F", -"E. c #62626161A9A9", -"W. c #64646363ACAC", -"Q. c #6B6B6A6AB2B2", -"!. c #6B6B6A6AB1B1", -"~. c #75757474B8B8", -"^. c #7F7F7D7DBDBD", -"/. c #9C9C9B9BCFCF", -"(. c #0B0B0B0B5858", -"). c #0D0D0D0D5A5A", -"_. c #111111115E5E", -"`. c #131313136060", -"'. c #212121216D6D", -"]. c #242424246F6F", -"[. c #2B2B2C2C7777", -"{. c #2B2B2B2B7777", -"}. c #2C2C2C2C7777", -"|. c #2E2E2E2E7979", -" X c #313131317C7C", -".X c #313131317B7B", -"XX c #343434347E7E", -"oX c #3C3C3C3C8686", -"OX c #3F3F3F3F8989", -"+X c #414142428B8B", -"@X c #424242428B8B", -"#X c #474747479090", -"$X c #414141418484", -"%X c #404040408181", -"&X c #4A4A4A4A9494", -"*X c #4A4A4A4A9393", -"=X c #4D4D4D4D9696", -"-X c #4F4F4F4F9898", -";X c #505050509898", -":X c #525252529B9B", -">X c #555555559E9E", -",X c #555555559D9D", -".% + : vX1.1.cXmX/.dXaXaXsXpXiXQ.uXrXqX8X6X5XT.R.P.X.P ) H G K K S S S m o ", -"X D.$XD.D.D.D.D.S.6 & $ h bXvXvX1.xX/.kXfXaXsXpXiXQ.yXrXW.E.6X5X4XU.,X:XI.-.` L G G K F Z C C o ", -"X D.D.D.D.D.Z.H.6 & $ h h h bXvX1.cXmXkX,.dXpXiXQ.yXtXqXwX6X5XT.U.,X:XI.=X*X..` G K K Z S S m o ", -"X Z.D.Z.H.Z.Z.7 & $ h h nXh bXvX1.cXmXkX,.gXiXQ.uXrXW.E.6X5X4XU.,X:X-XL.J.#XV. .P G F S S C m o ", -"X Z.Z.Z.H.Z.R % + : bXh h h bXvX1.cX/.kXhX~.Q.yXrXqX9X6X5X4X2X,X:X;X=X*X#XV.M.OX( K Z S S C m o ", -"X Z.Z.Z.A.A.* & & vXvXbXbXbXvXvX1.xXlXjX^.pXuXrXeXwX6X5X4XU.,X:X-XL.*XG.V.@XOXoXb.( Z S C C V o ", -"X B.B.B.A.2 % % 1.1.vXvXvXvXvX1.cXzX<.,.gXiXrXW.E.6X5X4XU.,X:XI.=X*X#XV.@XOXn.b.c.x.N S S C m o ", -"X B.B.B.S.* % ; xX1.1.1.1.1.cXcXzXlXjX^.pXrXeX7X6X5X4XR.,X:X-XL.J.#XV.@XOXn.b.c.XX X$.S C C m o ", -"X N.N.N.2 O = /.mXxXcXcXcXcXxXzXlXjXhX~.uXeXE.6X5X4XU.,X:X-XL.J.#XV.M.OXn.v.c.z. X|.k.N D V f o ", -"X N.N.N.- @ > kX<././.mXzXzXlX<.jXhXgXuXeXE.6X5X4X1X,X:XI.L.*X#XV.m.OXn.b.c.z. Xl.j.g./ C m V o ", -"X N.N.R @ # ,.,.jXkXkX<.kXkXjX,.^.~.uXwXE.6X5X4X1X,X:XI.=XJ.#XC.M.OXn.v.c.z..X|.j.g.d.#.M m B o ", -"X =.M.< @ * fXfXhXhX,.,.,.hX^.gXpXuXqX9X6X5X4XU.,X:XI.L.*XG.V.+XOXn.b.c.z..X|.[.g.d.a.p.z V B o ", -"X =.N.- @ NXNXBXBXBXVXCXCXCXCXZXZXZXZXAXAXSXSXSXDXDXDXFXFXFXGXPXPXHXHXIXJXMXMXMXKXKXLXLXLXB d o ", -"X =.=.* @ 1 dXdXaXaXsXpXiX!.yXrXeXwX6X5X4XX:XI.L.*XG.V.m.OXoXv.c.z. X|.j.g.d.a.'.i.u.t.r.w.9.d n o ", -"X &.&.@ @ ~.sXpXiXQ.yXtXW.E.6X5X4X1X,X:XI.=X*X#XC.m.OXn.b.c.z. X|.[.g.f.a.p.i.u.t.r.w.9.0.n a o ", -"X &.&.@ @ NXNXBXBXVXVXVXCXCXCXZXZXZXZXAXAXSXSXSXDXDXDXFXFXGXGXPXPXHXIXIXJXMXMXKXKXKXLXLXLXn n o ", -"X %. .# @ q iXQ.yXrXW.0X6X5X4XU.>X:XI.L.*X#XV.@XOXn.b.c.XX.X|.{.g.f.].'.i.u.t.r.w.0._.7.W n a o ", -"X %. .* # , Q.yXtXeX7X6X5X4XU.,X:X-XL.*X#XV.@XOXn.b.c.XX Xl.{.g.d.a.p.i.u.t.r.e.0._.7.).+.a a o ", -"X | | - # NXNXNXBXVXVXCXCXCXCXZXZXZXAXAXAXAXSXSXDXDXDXFXFXGXGXPXPXHXHXIXJXMXMXMXKXKXLXLXLXa a o ", -"X | | < # - rXeX9X6X5X4XU.,X:X-XL.*X#XC.@XOXoXb.c.z. X|.j.h.s.a.'.i.u.t.r.w.9._.7.).5.4.j a p o ", -"X | } Y # * 9 8X6X5X4X3X,X:XI.=X*XG.V.@XOXn.v.c.XX X|.j.g.f.a.p.i.u.t.r.e.0._.7.).5.4.q.i g p o ", -"X } } | - # , 6X5X4XR.,X:XI.=X*XG.V.m.OXoXb.c.XX X|.j.g.f.a.p.i.u.t.r.e.9._.7.).5.4.3.~ a s s o ", -"X } } } 4 # - E 4XU.>X:X-X=XJ.#XV.M.OXoXb.c.XX X|.{.h.d.a.'.i.u.t.r.e.9._.7.).5.4.3.6.z p s s o ", -"X { { } } - # < U.,X:XI.=X*XG.V.+XOXoXb.c.z. X|.}.g.d.a.'.i.u.t.r.w.0._.7.).5.4.3.2.! g p s s o ", -"X [ { ' [ 4 * - E :X;XL.J.#XV.m.OXoXb.c.z..X|.j.h.f.a.'.i.u.t.r.w.9._.6.).(.4.3.2.8.k p s s s o ", -"X [ [ ' _ [ , * , ;XL.J.#XV.@XOXoXv.c.z..X|.{.g.f.a.p.i.u.t.r.w.`._.7.).(.4.3.2.2.^ s p s s s o ", -"X _ _ _ _ P ] - * 2 *X#XV.m.OXn.v.c.XX X|.j.h.f.a.p.i.u.t.r.w.`._.7.).(.4.3.2.2.Q p s s s b u o ", -"X ` ` ` ` ` ` 8 - - 7 V.@XOXoXv.c.XX.X|.j.g.d.a.'.i.u.t.r.w.0._.7.).5.4.3.2.2.O.x p s s s u u o ", -"X P P ) P U U ) 8 - - 7 OXn.v.c.XX X|.j.h.f.a.p.i.u.t.r.w.0._.7.).5.4.3.2.2.O.x s s s s b u u o ", -"X L L ) H ) L L L 8 1 - 7 b.c.z. X|.j.h.f.a.'.i.u.t.r.w.0._.7.).5.4.3.2.2.Q x p s s s b b u e o ", -"X L G L G G G G G G G , * 2 T .Xl.j.h.f.a.p.i.u.t.r.e.0._.7.).5.4.3.2.8.^ p p s s s s u u e e o ", -"X G G G G G G G K K M M 4 , , 3 I g.d.a.p.i.u.t.r.e.`._.7.).5.4.3.7.! k p s p s s s u u u e v o ", -"X K G K K K K K K Z Z M F F 4 , < 3 I p.i.u.t.r.w.9._.7.).5.4.W ~ z a p p s s b s u u u e e e o ", -"X F Z F F F F Z Z F F S S S S S w 9 < 2 5 0 l p.e.9.y.a.l ^ j i a p p p s s b b b u e v y r e o ", -"X S Z Z S Z S Z S S S S S C C C A m d V f m B m B d d n d a a a p s p s s b u u u u e v e r t o ", -"X S S S S S S S S S S C C C m m A V V B B B d d d n n a a a p p s p s s b u u u e e e c t r t o ", -"X C C C C C C C C m C A m A m f V f f B d d d n n n a a a a s s s s s u b u u u u v t t r t t o ", -"YXo o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o YX" -}; diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.m.pm b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.m.pm deleted file mode 100644 index e64aa0c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.m.pm +++ /dev/null @@ -1,295 +0,0 @@ -/* XPM */ -static char *ProductIcon32[] = { -/* columns rows colors chars-per-pixel */ -"32 32 257 2", -" c black", -". c gray100", -"X c #69695A5AE8E8", -"o c #494949499191", -"O c #E8E8CBCBE0E0", -"+ c #DDDDB3B3D2D2", -"@ c #F0F0DDDDEBEB", -"# c #CDCD9191BEBE", -"$ c #C8C88B8BBBBB", -"% c #CACA9898C2C2", -"& c #C3C38A8ABBBB", -"* c #BABA8787B9B9", -"= c #DCDCC4C4DEDE", -"- c #C5C5A3A3CACA", -"; c #ADAD8181B8B8", -": c #A3A37A7AB5B5", -"> c #E2E2D6D6E9E9", -", c #B3B39A9AC4C4", -"< c #EBEBE3E3F0F0", -"1 c #C9C9B6B6D6D6", -"2 c #96967676B8B8", -"3 c #8C8C7171ABAB", -"4 c #A4A49292BEBE", -"5 c #7D7D6565A6A6", -"6 c #83836D6DABAB", -"7 c #9A9A8787C2C2", -"8 c #7B7B6464B7B7", -"9 c #5E5E50509191", -"0 c #646457579A9A", -"q c #85857B7BBEBE", -"w c #7C7C7373B6B6", -"e c #62625353D5D5", -"r c #61615353D4D4", -"t c #60605252D1D1", -"y c #5F5F5252D0D0", -"u c #5F5F5151CFCF", -"i c #60605353D2D2", -"p c #5F5F5252CFCF", -"a c #5E5E5151CDCD", -"s c #5C5C4F4FC7C7", -"d c #5F5F5252CDCD", -"f c #5E5E5151CBCB", -"g c #5B5B4F4FC4C4", -"h c #5A5A4E4EC1C1", -"j c #71716969B0B0", -"k c #48483E3EADAD", -"l c #5D5D5151CDCD", -"z c #5C5C5050C9C9", -"x c #5D5D5151CBCB", -"c c #5C5C5050C7C7", -"v c #5B5B4F4FC6C6", -"b c #5B5B5050C6C6", -"n c #59594E4EC1C1", -"m c #58584D4DBFBF", -"M c #59594F4FC2C2", -"N c #5A5A4F4FC2C2", -"B c #58584D4DBCBC", -"V c #57574D4DBCBC", -"C c #59594E4EBEBE", -"Z c #58584E4EBDBD", -"A c #58584D4DBBBB", -"S c #57574D4DBABA", -"D c #56564D4DB9B9", -"F c #56564C4CB6B6", -"G c #55554C4CB6B6", -"H c #54544B4BB4B4", -"J c #54544B4BB1B1", -"K c #53534B4BB1B1", -"L c #52524A4AAEAE", -"P c #51514949ACAC", -"I c #51514949ABAB", -"U c #474741418787", -"Y c #32322C2C8F8F", -"T c #2B2B25257777", -"R c #36362F2F9696", -"E c #2B2B26266E6E", -"W c #4D4D4545ACAC", -"Q c #55554D4DB8B8", -"! c #54544C4CB4B4", -"~ c #54544C4CB3B3", -"^ c #51514A4AACAC", -"/ c #51514A4AABAB", -"( c #50504949A9A9", -") c #4F4F4949A6A6", -"_ c #4C4C4747A1A1", -"` c #4E4E4848A3A3", -"' c #4D4D4848A1A1", -"] c #4B4B46469C9C", -"[ c #4C4C47479E9E", -"{ c #51514C4CA6A6", -"} c #A9A9A6A6D5D5", -"| c #1E1E1A1A6666", -" . c #292925258181", -".. c #3D3D39399292", -"X. c #4A4A46469B9B", -"o. c #53534E4EABAB", -"O. c #494945459797", -"+. c #4A4A46469999", -"@. c #474744449494", -"#. c #484845459494", -"$. c #474744449292", -"%. c #464643439090", -"&. c #464642428D8D", -"*. c #54545050A9A9", -"=. c #474744448F8F", -"-. c #4C4C49499999", -";. c #57575454A6A6", -":. c #5B5B5757AAAA", -">. c #545451519B9B", -",. c #5A5A57579C9C", -"<. c #65656262A7A7", -"1. c #68686666A2A2", -"2. c #CACAC9C9E5E5", -"3. c #050504045151", -"4. c #080807075454", -"5. c #0A0A09095858", -"6. c #0C0C0A0A5858", -"7. c #10100E0E6262", -"8. c #0E0E0D0D5A5A", -"9. c #121211115D5D", -"0. c #131312125D5D", -"q. c #161615156161", -"w. c #171716166161", -"e. c #1A1A19196565", -"r. c #20201E1E7070", -"t. c #1E1E1D1D6969", -"y. c #2A2A29297676", -"u. c #2F2F2D2D7676", -"i. c #3A3A39398787", -"p. c #3A3A39398383", -"a. c #3F3F3E3E8888", -"s. c #414140408989", -"d. c #454543438D8D", -"f. c #444442428B8B", -"g. c #444443438C8C", -"h. c #434342428A8A", -"j. c #434341418888", -"k. c #434342428989", -"l. c #424241418787", -"z. c #434342428787", -"x. c #424241418585", -"c. c #41413F3F8181", -"v. c #414140408282", -"b. c #484846468D8D", -"n. c #494948489090", -"m. c #4B4B4A4A9191", -"M. c #4B4B49498E8E", -"N. c #525251519A9A", -"B. c #525251519999", -"V. c #565654549A9A", -"C. c #545453539494", -"Z. c #60605F5FA7A7", -"A. c #64646363ABAB", -"S. c #5A5A59599797", -"D. c #68686767ADAD", -"F. c #6C6C6B6BB2B2", -"G. c #5E5E5D5D9A9A", -"H. c #76767575BABA", -"J. c #78787777BBBB", -"K. c #76767474B5B5", -"L. c #7E7E7D7DBABA", -"P. c #A5A5A4A4D2D2", -"I. c #040404045252", -"U. c #070707075454", -"Y. c #070708085353", -"T. c #080808085454", -"R. c #0A0A0B0B5757", -"E. c #0E0E0E0E5A5A", -"W. c #111112125E5E", -"Q. c #111111115E5E", -"!. c #111111115D5D", -"~. c #111112125D5D", -"^. c #161616166868", -"/. c #151516166161", -"(. c #151515156161", -"). c #19191A1A6565", -"_. c #191919196565", -"`. c #1A1A1A1A6464", -"'. c #1D1D1E1E6969", -"]. c #1E1E1E1E6969", -"[. c #222222226D6D", -"{. c #272727277171", -"}. c #2B2B2C2C7676", -"|. c #2B2B2B2B7676", -" X c #2B2B2B2B7575", -".X c #303030307A7A", -"XX c #303030307979", -"oX c #353535357F7F", -"OX c #393939398383", -"+X c #3A3A3A3A8383", -"@X c #3F3F3F3F8787", -"#X c #434343438C8C", -"$X c #434344448C8C", -"%X c #424242428686", -"&X c #414141418484", -"*X c #484848489191", -"=X c #484849499090", -"-X c #4D4D4D4D9696", -";X c #515151519D9D", -":X c #4D4D4D4D9595", -">X c #515152529A9A", -",X c #515152529999", -".-.+.] [ _ ` ) ( ^ L K H G D V C h o ", -"X &Xv.&Xx.x.l.j.M.1.4 - - , 7 q J.H.K.j :.*.P L K H F S B C n o ", -"X x.&Xx.x.z.j.S., = = 1 } iXuXH.rXwXF.qX7XZ.;.o.J ! F S B m n o ", -"X x.l.z.%Xz.G.1 @ > 2.dXaXiXuXrXwXF.qX8X5X4X2X;X{ H F S V C n o ", -"X z.j.j.j.C.1 @ < gX2.fXaXpXuXwXeX9X7X5X4X2XN.:X*X_ D S Z m h o ", -"X k.k.h.b., O > gXgX2.dXaXiXyXF.D.A.Z.4X3X1X:Xn.g.a._ V B m N o ", -"X f.f.f.3 + = 2.2.2.fXsXpXhXtXD.8XZ.4X2X1X:X*X$X@Xp.i.W C n N o ", -"X d.&.%.% + 1 dXdXdXsXP.iXyXK.8X5X4X2X>X:X*Xg.a.+XoX.X..m n N o ", -"X %.=.5 % - P.} aXP.pXiXyXK.D.Z.4X3X1X-Xn.$X@X+XoX.X Xy.W h g o ", -"X $.$.: # PXIXGXGXLXJXFXFXSXvXAXcXZXxXVXCXzXzXBXMXkXmXnXjXh g o ", -"X #.@.* $ 7 yXuXyXtXL.K.D.6X4X2X1X:Xo g.a.OXoX.X|.{.[.t. .g v o ", -"X O.#.$ $ q H.rXwXF.0XA.6X4X2X1X:Xo $Xa.p.oX.X|.{.[.'.`.r.g b o ", -"X X.+.$ $ PXKXbXbXLXJXDXFXSXvXAXcXZXxXCXCXzXBXBXMXNXmXlXjXb c o ", -"X ] ] $ $ H.wXF.0X7X6X4X2XX:Xo #Xa.+XoXXX|.{.[.t._.q.~.E.R.4.5.k x a o ", -"X ( ( I ; * 6 2X>X:X=X$X@X+XoX.X|.{.[.t.e./.W.E.R.Y.3. .z a a o ", -"X I ^ / 8 * : 0 :X*X#X@X+XoX.X|.{.[.'._.(.~.E.R.T.3.7.k x a p o ", -"X L L L ^ 2 * 3 m.$Xa.p.oX.X}.{.[.t.).(.~.E.6.T.3.I.R x a a y o ", -"X J K K K K 2 * 5 s.OXoX.X}.{.[.'._.(.9.8.R.4.3.I.Y x l a p t o ", -"X ~ H H ! ! ! 2 ; 5 U XX}.{.[.].e.(.W.E.R.U.3.7.R x l u u y t o ", -"X G F G G G Q Q 8 : 3 9 u.[.]._./.Q.E.R.T.6. .k x a a u t t t o ", -"X D S D S D S S S V 8 2 6 9 c.E w.0.| T Y k z z a a p t t i r o ", -"X A V B V V V B B m m n n h h g g g c z z z l l d p y t i r r o ", -"X m C C C C C C C n n n M N g g b c z z x a a a u y t t r r e o ", -"X n n n n n h h h N N g g v b s z z z x a p p u t t r r r e e o ", -"YXo o o o o o o o o o o o o o o o o o o o o o o o o o o o o o YX" -}; diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.s.pm b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.s.pm deleted file mode 100644 index e2b9379..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.s.pm +++ /dev/null @@ -1,287 +0,0 @@ -/* XPM */ -static char *ProductIcon24[] = { -/* columns rows colors chars-per-pixel */ -"24 24 257 2", -" c black", -". c gray100", -"X c #69695A5AE8E8", -"o c #494949499191", -"O c #F1F1DFDFECEC", -"+ c #D7D7ACACCDCD", -"@ c #DFDFBBBBD6D6", -"# c #E2E2C4C4DBDB", -"$ c #CECE9C9CC4C4", -"% c #C4C48B8BBABA", -"& c #C2C28A8ABABA", -"* c #C4C48E8EBCBC", -"= c #BFBF8A8AB9B9", -"- c #EBEBD9D9E9E9", -"; c #BFBF8888B9B9", -": c #D8D8B9B9D6D6", -"> c #B9B98686B9B9", -", c #B8B88989B9B9", -"< c #BBBB9393BFBF", -"1 c #A9A97B7BB2B2", -"2 c #E4E4D4D4E7E7", -"3 c #C6C6AFAFCECE", -"4 c #A6A68080B6B6", -"5 c #A2A27E7EB4B4", -"6 c #9E9E7E7EB1B1", -"7 c #ABAB9090BBBB", -"8 c #B7B7A0A0C5C5", -"9 c #9D9D7C7CB2B2", -"0 c #AAAA8B8BBEBE", -"q c #AAAA9090BCBC", -"w c #8C8C6B6BABAB", -"e c #90907070B1B1", -"r c #C4C4B3B3D7D7", -"t c #CDCDBFBFDDDD", -"y c #EAEAE4E4F1F1", -"u c #88886A6AADAD", -"i c #9E9E8585C1C1", -"p c #84846A6AAFAF", -"a c #81816B6BAAAA", -"s c #D7D7CFCFE6E6", -"d c #81816969B1B1", -"f c #78786363A5A5", -"g c #6E6E5D5D9C9C", -"h c #717160609D9D", -"j c #83837474AAAA", -"k c #6A6A5757A3A3", -"l c #6E6E5E5EA0A0", -"z c #5E5E50509292", -"x c #88887B7BBCBC", -"c c #68685858ABAB", -"v c #5A5A4D4DA2A2", -"b c #7D7D7373B4B4", -"n c #5A5A4E4EA6A6", -"m c #5F5F56569595", -"M c #56564A4ABBBB", -"N c #56564949B9B9", -"B c #55554949B8B8", -"V c #53534848B3B3", -"C c #54544949B4B4", -"Z c #52524747B0B0", -"A c #52524747AFAF", -"S c #5B5B53539393", -"D c #3E3E36369797", -"F c #49494040A6A6", -"G c #48484040A5A5", -"H c #55554A4ABABA", -"J c #54544949B7B7", -"K c #53534949B4B4", -"L c #51514747AFAF", -"P c #52524848B1B1", -"I c #51514848B0B0", -"U c #51514848AEAE", -"Y c #51514747ADAD", -"T c #51514848ADAD", -"R c #4F4F4747ABAB", -"E c #50504747ABAB", -"W c #50504646A9A9", -"Q c #4F4F4646A8A8", -"! c #4E4E4646A7A7", -"~ c #4E4E4545A4A4", -"^ c #4D4D4545A4A4", -"/ c #4E4E4646A5A5", -"( c #4D4D4545A1A1", -") c #3D3D36367E7E", -"_ c #4B4B44449C9C", -"` c #2A2A25257F7F", -"' c #3E3E37379898", -"] c #474740409C9C", -"[ c #4D4D4646A4A4", -"{ c #4C4C4545A2A2", -"} c #4D4D4646A2A2", -"| c #4D4D4646A1A1", -" . c #4B4B45459F9F", -".. c #4C4C45459F9F", -"X. c #4C4C46469F9F", -"o. c #4B4B45459D9D", -"O. c #494943439898", -"+. c #494944449A9A", -"@. c #4A4A45459A9A", -"#. c #494944449898", -"$. c #484843439696", -"%. c #494944449797", -"&. c #484843439595", -"*. c #51514C4CA1A1", -"=. c #6B6B6767AEAE", -"-. c #95959191C9C9", -";. c #23231F1F7676", -":. c #21211E1E7070", -">. c #292925257F7F", -",. c #252521217070", -"<. c #242421216D6D", -"1. c #2B2B27278080", -"2. c #393935358C8C", -"3. c #444440409494", -"4. c #3B3B38388282", -"5. c #474743439494", -"6. c #484844449595", -"7. c #474743439393", -"8. c #474744449393", -"9. c #464643439191", -"0. c #454542428F8F", -"q. c #4A4A47479898", -"w. c #464643438F8F", -"e. c #454542428D8D", -"r. c #444441418B8B", -"t. c #484844449191", -"y. c #444441418989", -"u. c #494946469090", -"i. c #4C4C48489393", -"p. c #51514E4E9E9E", -"a. c #73737070B6B6", -"s. c #77777474BBBB", -"d. c #A0A09E9ED1D1", -"f. c #D6D6D5D5EBEB", -"g. c #0E0E0D0D5A5A", -"h. c #11110F0F5E5E", -"j. c #121211115E5E", -"k. c #131312125F5F", -"l. c #171716166363", -"z. c #1D1D1B1B6868", -"x. c #1D1D1C1C6868", -"c. c #222221216E6E", -"v. c #222221216D6D", -"b. c #282827277474", -"n. c #282827277373", -"m. c #292928287373", -"M. c #2F2F2E2E7979", -"N. c #353534347F7F", -"B. c #363635358181", -"V. c #3C3C3B3B8585", -"C. c #424241418C8C", -"Z. c #424241418B8B", -"A. c #444442428B8B", -"S. c #434341418989", -"D. c #434342428989", -"F. c #424241418787", -"G. c #414140408484", -"H. c #474745458D8D", -"J. c #434342428787", -"K. c #424241418585", -"L. c #414140408282", -"P. c #494948489191", -"I. c #4F4F4E4E9797", -"U. c #59595757A6A6", -"Y. c #5F5F5D5DA4A4", -"T. c #6C6C6B6BB3B3", -"R. c #7C7C7B7BB9B9", -"E. c #A8A8A7A7D3D3", -"W. c #0D0D0D0D5A5A", -"Q. c #1F1F1F1F6C6C", -"!. c #222222226E6E", -"~. c #3B3B3B3B8585", -"^. c #414141418C8C", -"/. c #414141418B8B", -"(. c #424242428B8B", -"). c #484848489292", -"_. c #404040408181", -"`. c #4E4E4E4E9898", -"'. c #555555559E9E", -"]. c #555555559D9D", -"[. c #5B5B5B5BA3A3", -"{. c #5C5C5C5CA3A3", -"}. c #61616161A9A9", -"|. c #66666666AEAE", -" X c #66666666ADAD", -".X c #6B6B6B6BB2B2", -"XX c #70707070B7B7", -"oX c #6A6A6A6AADAD", -"OX c #74747474BBBB", -"+X c #89898989C2C2", -"@X c #90909090C8C8", -"#X c #8F8F8F8FC6C6", -"$X c #92929292C6C6", -"%X c #9F9F9F9FCFCF", -"&X c #A5A5A5A5D2D2", -"*X c #B5B5B5B5DBDB", -"=X c #B8B8B8B8DEDE", -"-X c #B7B7B7B7DCDC", -";X c #BBBBBBBBDEDE", -":X c #BDBDBDBDDFDF", -">X c #C9C9C9C9E5E5", -",X c #D1D1D1D1EAEA", -"X*X%X+X|.}.[.].I.P.^.~.B.] E Y o ", -"X e.u.q @ t :X-XE.$X 5 Y.].I.)./.~.N.M.b.v.x.l.k.h.' V C o ", -"X o.o.o.u , a I.).Z.V.N.M.n.c.z.l.j.W.` P V C o ", -"X .. .X.v e 4 l ^.V.N.M.m.!.x.l.j.g.;.F V C J o ", -"X ( | ( ( n p 9 g 4.M.n.c.x.l.j.h.>.G V K C J o ", -"X ~ [ [ ^ / / c d f z ) <.z.,.1.D P V C C B B o ", -"X ! Q ! Q Q Q Q W E E Y T A Z P V V K C J B B o ", -"X Q W Q W R W E E T T T L Z P V V K J J J B N o ", -"X R E E E E E Y Y U L Z P P P C V J J B B H M o ", -"YXo o o o o o o o o o o o o o o o o o o o o o YX" -}; diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.t.pm b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.t.pm deleted file mode 100644 index 3f6b21f..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/Eclipse.t.pm +++ /dev/null @@ -1,279 +0,0 @@ -/* XPM */ -static char *ProductIcon16[] = { -/* columns rows colors chars-per-pixel */ -"16 16 257 2", -" c black", -". c gray100", -"X c #E2E2C0C0D9D9", -"o c #EDEDD9D9E8E8", -"O c #D5D5ABABCDCD", -"+ c #E2E2C3C3DCDC", -"@ c #C5C58E8EBCBC", -"# c #D4D4ABABCDCD", -"$ c #CACA9F9FC6C6", -"% c #D6D6B4B4D3D3", -"& c #CACAA0A0C8C8", -"* c #C6C69D9DC6C6", -"= c #C5C59F9FC8C8", -"- c #CCCCACACCECE", -"; c #CCCCB0B0D3D3", -": c #A6A68383B3B3", -"> c #BABA9A9AC6C6", -", c #B7B79A9AC2C2", -"< c #E3E3D5D5E9E9", -"1 c #B0B08E8EC0C0", -"2 c #9F9F8080B8B8", -"3 c #AFAF9898C1C1", -"4 c #DBDBCFCFE5E5", -"5 c #96967878B2B2", -"6 c #9A9A7E7EBABA", -"7 c #8E8E7878AFAF", -"8 c #91917F7FBDBD", -"9 c #D3D3CCCCE4E4", -"0 c #535348488B8B", -"q c #69695A5AE8E8", -"w c #55554949B9B9", -"e c #55554949B8B8", -"r c #54544848B6B6", -"t c #53534848B4B4", -"y c #54544848B4B4", -"u c #53534848B3B3", -"i c #53534848B2B2", -"p c #52524747AFAF", -"a c #53534848B1B1", -"s c #54544949B8B8", -"d c #54544949B6B6", -"f c #52524848B3B3", -"g c #52524848B2B2", -"h c #53534949B3B3", -"j c #52524848B1B1", -"k c #52524848B0B0", -"l c #51514747AEAE", -"z c #52524848AFAF", -"x c #51514848AEAE", -"c c #51514747ADAD", -"v c #51514747ACAC", -"b c #4F4F4646AAAA", -"n c #51514848ADAD", -"m c #50504747ABAB", -"M c #50504747AAAA", -"N c #4F4F4646A8A8", -"B c #50504747A9A9", -"V c #4E4E4646A7A7", -"C c #4E4E4646A6A6", -"Z c #4F4F4646A6A6", -"A c #4F4F4747A7A7", -"S c #4D4D4545A3A3", -"D c #4D4D4545A2A2", -"F c #4C4C45459E9E", -"G c #74746E6EB3B3", -"H c #2E2E29298383", -"J c #383832329090", -"K c #464640409999", -"L c #4D4D4646A2A2", -"P c #4E4E4747A3A3", -"I c #4B4B45459F9F", -"U c #4B4B45459E9E", -"Y c #4C4C46469F9F", -"T c #4A4A44449B9B", -"R c #4A4A44449A9A", -"E c #494943439797", -"W c #494944449797", -"Q c #484843439494", -"! c #78787474B8B8", -"~ c #272724247878", -"^ c #2D2D2A2A7575", -"/ c #484844449797", -"( c #474743439393", -") c #454542429090", -"_ c #4B4B48489A9A", -"` c #464643438F8F", -"' c #464643438E8E", -"] c #454542428C8C", -"[ c #51514D4DA0A0", -"{ c #5C5C5959A5A5", -"} c #535350509090", -"| c #C8C8C7C7E3E3", -" . c #121211115D5D", -".. c #1A1A19196565", -"X. c #242422226D6D", -"o. c #3F3F3E3E8888", -"O. c #444442428D8D", -"+. c #444442428989", -"@. c #424241418787", -"#. c #454543438A8A", -"$. c #434342428888", -"%. c #424241418686", -"&. c #414140408484", -"*. c #414140408383", -"=. c #424240408383", -"-. c #414140408282", -";. c #474746468D8D", -":. c #464644448989", -">. c #525251519999", -",. c #64646363AAAA", -"<. c #61615F5FA2A2", -"1. c #6E6E6C6CB2B2", -"2. c #A5A5A4A4D3D3", -"3. c #B0B0AFAFD6D6", -"4. c #111112125D5D", -"5. c #19191A1A6565", -"6. c #1E1E1E1E6C6C", -"7. c #222222226D6D", -"8. c #2B2B2B2B7676", -"9. c #2B2B2B2B7575", -"0. c #2B2B2C2C7575", -"q. c #343435357F7F", -"w. c #343435357E7E", -"e. c #353535357F7F", -"r. c #3E3E3E3E8888", -"t. c #3E3E3E3E8787", -"y. c #414141418484", -"u. c #404040408282", -"i. c #484849499191", -"p. c #494949499191", -"a. c #484848489090", -"s. c #484849499090", -"d. c #404040408080", -"f. c #525252529A9A", -"g. c #525252529999", -"h. c #5B5B5B5BA3A3", -"j. c #5B5B5B5BA2A2", -"k. c #64646464ABAB", -"l. c #63636464AAAA", -"z. c #6B6B6C6CB2B2", -"x. c #72727373B9B9", -"c. c #71717171A4A4", -"v. c #78787878ABAB", -"b. c #7F7F7F7FB1B1", -"n. c #8C8C8C8CBEBE", -"m. c #A5A5A5A5D2D2", -"M. c #C9C9C9C9E5E5", -"N. c #85858686B7B7", -"B. c #91919292C4C4", -"V. c #71718989BCBC", -"C. c #73738B8BBEBE", -"Z. c #75758D8DC0C0", -"A. c #78789090C3C3", -"S. c #7A7A9292C5C5", -"D. c #71718A8ABDBD", -"F. c #76768E8EC0C0", -"G. c #78789090C2C2", -"H. c #7B7B9393C5C5", -"J. c #7D7D9595C7C7", -"K. c #80809999CACA", -"L. c #7E7E9696C7C7", -"P. c #83839B9BCDCD", -"I. c #83839B9BCCCC", -"U. c #86869E9ECFCF", -"Y. c #8888A1A1D1D1", -"T. c #8A8AA2A2D3D3", -"R. c #8989A1A1D1D1", -"E. c #8B8BA3A3D3D3", -"W. c gray100", -"Q. c black", -"!. c black", -"~. c black", -"^. c black", -"/. c black", -"(. c black", -"). c black", -"_. c black", -"`. c black", -"'. c black", -"]. c black", -"[. c black", -"{. c black", -"}. c black", -"|. c black", -" X c black", -".X c black", -"XX c black", -"oX c black", -"OX c black", -"+X c black", -"@X c black", -"#X c black", -"$X c black", -"%X c black", -"&X c black", -"*X c black", -"=X c black", -"-X c black", -";X c black", -":X c black", -">X c black", -",X c black", -"._ A m p.", -"q +.: X < M.m.z.l.j.g.s.r.K v p.", -"q ' $ + 9 | 3.B.n.N.b.v.c.<.n p.", -"q ` O T.Y.U.P.K.L.S.G.F.C.D.l p.", -"q ( # @ G k.h.g.i.t.e.9.7.6.z p.", -"q / * E.R.U.I.K.J.H.A.Z.C.V.a p.", -"q T 2 & 5 f.a.o.q.8.7...4.J u p.", -"q I Y 1 = 7 ;.w.0.7.5. .H f y p.", -"q L D P 6 > 3 0 ^ X.~ J i t d p.", -"q C C V A N M m n p k g y r e p.", -"q M b M m m c x p j h y d s w p.", -"YXp.p.p.p.p.p.p.p.p.p.p.p.p.p.YX" -}; diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/launcher b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/launcher deleted file mode 100644 index 5cfa5dd..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/motif/solaris/sparc/launcher and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/win32/win32/ia64/eclipsec.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/win32/win32/ia64/eclipsec.exe deleted file mode 100644 index d72a607..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/win32/win32/ia64/eclipsec.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/win32/win32/ia64/launcher.exe b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/win32/win32/ia64/launcher.exe deleted file mode 100644 index 5ee58fe..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/contributed/win32/win32/ia64/launcher.exe and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/feature.properties deleted file mode 100644 index 06112f9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/feature.properties +++ /dev/null @@ -1,183 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Platform Launchers - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Platform specific launchers. -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/feature.xml deleted file mode 100644 index 8e1752e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/feature.xml +++ /dev/null @@ -1,253 +0,0 @@ - - - - - %description - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about.html deleted file mode 100644 index ebffd99..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -About - - - -

About This Content

- -

February 22, 2006

-

License

- -

This directory contains third-party libraries that are required by the Eclipse launcher. Refer below for further information.

- -

Cairo for Linux

- -

Refer to the file about_cairo.html for licensing details about "Cairo for Linux".

- - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/about_cairo.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/about_cairo.html deleted file mode 100644 index 0132307..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/about_cairo.html +++ /dev/null @@ -1,48 +0,0 @@ - - - -About - - - -

About This Content

- -

March 27, 2006

-

License

- -

The Eclipse Foundation has included the following package for your convenience:

- -

Cairo 1.0.2 for Linux

- -

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

- -

Cairo is delivered in the following file ("Cairo Library"):

-
    -
  • libcairo-swt.so
  • -
- -

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

- -

Your use of the Cairo code in binary form is subject to -the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) -and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. - -

pixman 0.1.6

- -

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at -http://www.cairographics.org/snapshots. -pixman includes the following packages:

- -
    -
  • libpixregion
  • -
  • libic
  • -
  • slim
  • -
- -Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

- -

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may -apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

- - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/mpl-v11.txt b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/mpl-v11.txt deleted file mode 100644 index 7714141..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/mpl-v11.txt +++ /dev/null @@ -1,470 +0,0 @@ - MOZILLA PUBLIC LICENSE - Version 1.1 - - --------------- - -1. Definitions. - - 1.0.1. "Commercial Use" means distribution or otherwise making the - Covered Code available to a third party. - - 1.1. "Contributor" means each entity that creates or contributes to - the creation of Modifications. - - 1.2. "Contributor Version" means the combination of the Original - Code, prior Modifications used by a Contributor, and the Modifications - made by that particular Contributor. - - 1.3. "Covered Code" means the Original Code or Modifications or the - combination of the Original Code and Modifications, in each case - including portions thereof. - - 1.4. "Electronic Distribution Mechanism" means a mechanism generally - accepted in the software development community for the electronic - transfer of data. - - 1.5. "Executable" means Covered Code in any form other than Source - Code. - - 1.6. "Initial Developer" means the individual or entity identified - as the Initial Developer in the Source Code notice required by Exhibit - A. - - 1.7. "Larger Work" means a work which combines Covered Code or - portions thereof with code not governed by the terms of this License. - - 1.8. "License" means this document. - - 1.8.1. "Licensable" means having the right to grant, to the maximum - extent possible, whether at the time of the initial grant or - subsequently acquired, any and all of the rights conveyed herein. - - 1.9. "Modifications" means any addition to or deletion from the - substance or structure of either the Original Code or any previous - Modifications. When Covered Code is released as a series of files, a - Modification is: - A. Any addition to or deletion from the contents of a file - containing Original Code or previous Modifications. - - B. Any new file that contains any part of the Original Code or - previous Modifications. - - 1.10. "Original Code" means Source Code of computer software code - which is described in the Source Code notice required by Exhibit A as - Original Code, and which, at the time of its release under this - License is not already Covered Code governed by this License. - - 1.10.1. "Patent Claims" means any patent claim(s), now owned or - hereafter acquired, including without limitation, method, process, - and apparatus claims, in any patent Licensable by grantor. - - 1.11. "Source Code" means the preferred form of the Covered Code for - making modifications to it, including all modules it contains, plus - any associated interface definition files, scripts used to control - compilation and installation of an Executable, or source code - differential comparisons against either the Original Code or another - well known, available Covered Code of the Contributor's choice. The - Source Code can be in a compressed or archival form, provided the - appropriate decompression or de-archiving software is widely available - for no charge. - - 1.12. "You" (or "Your") means an individual or a legal entity - exercising rights under, and complying with all of the terms of, this - License or a future version of this License issued under Section 6.1. - For legal entities, "You" includes any entity which controls, is - controlled by, or is under common control with You. For purposes of - this definition, "control" means (a) the power, direct or indirect, - to cause the direction or management of such entity, whether by - contract or otherwise, or (b) ownership of more than fifty percent - (50%) of the outstanding shares or beneficial ownership of such - entity. - -2. Source Code License. - - 2.1. The Initial Developer Grant. - The Initial Developer hereby grants You a world-wide, royalty-free, - non-exclusive license, subject to third party intellectual property - claims: - (a) under intellectual property rights (other than patent or - trademark) Licensable by Initial Developer to use, reproduce, - modify, display, perform, sublicense and distribute the Original - Code (or portions thereof) with or without Modifications, and/or - as part of a Larger Work; and - - (b) under Patents Claims infringed by the making, using or - selling of Original Code, to make, have made, use, practice, - sell, and offer for sale, and/or otherwise dispose of the - Original Code (or portions thereof). - - (c) the licenses granted in this Section 2.1(a) and (b) are - effective on the date Initial Developer first distributes - Original Code under the terms of this License. - - (d) Notwithstanding Section 2.1(b) above, no patent license is - granted: 1) for code that You delete from the Original Code; 2) - separate from the Original Code; or 3) for infringements caused - by: i) the modification of the Original Code or ii) the - combination of the Original Code with other software or devices. - - 2.2. Contributor Grant. - Subject to third party intellectual property claims, each Contributor - hereby grants You a world-wide, royalty-free, non-exclusive license - - (a) under intellectual property rights (other than patent or - trademark) Licensable by Contributor, to use, reproduce, modify, - display, perform, sublicense and distribute the Modifications - created by such Contributor (or portions thereof) either on an - unmodified basis, with other Modifications, as Covered Code - and/or as part of a Larger Work; and - - (b) under Patent Claims infringed by the making, using, or - selling of Modifications made by that Contributor either alone - and/or in combination with its Contributor Version (or portions - of such combination), to make, use, sell, offer for sale, have - made, and/or otherwise dispose of: 1) Modifications made by that - Contributor (or portions thereof); and 2) the combination of - Modifications made by that Contributor with its Contributor - Version (or portions of such combination). - - (c) the licenses granted in Sections 2.2(a) and 2.2(b) are - effective on the date Contributor first makes Commercial Use of - the Covered Code. - - (d) Notwithstanding Section 2.2(b) above, no patent license is - granted: 1) for any code that Contributor has deleted from the - Contributor Version; 2) separate from the Contributor Version; - 3) for infringements caused by: i) third party modifications of - Contributor Version or ii) the combination of Modifications made - by that Contributor with other software (except as part of the - Contributor Version) or other devices; or 4) under Patent Claims - infringed by Covered Code in the absence of Modifications made by - that Contributor. - -3. Distribution Obligations. - - 3.1. Application of License. - The Modifications which You create or to which You contribute are - governed by the terms of this License, including without limitation - Section 2.2. The Source Code version of Covered Code may be - distributed only under the terms of this License or a future version - of this License released under Section 6.1, and You must include a - copy of this License with every copy of the Source Code You - distribute. You may not offer or impose any terms on any Source Code - version that alters or restricts the applicable version of this - License or the recipients' rights hereunder. However, You may include - an additional document offering the additional rights described in - Section 3.5. - - 3.2. Availability of Source Code. - Any Modification which You create or to which You contribute must be - made available in Source Code form under the terms of this License - either on the same media as an Executable version or via an accepted - Electronic Distribution Mechanism to anyone to whom you made an - Executable version available; and if made available via Electronic - Distribution Mechanism, must remain available for at least twelve (12) - months after the date it initially became available, or at least six - (6) months after a subsequent version of that particular Modification - has been made available to such recipients. You are responsible for - ensuring that the Source Code version remains available even if the - Electronic Distribution Mechanism is maintained by a third party. - - 3.3. Description of Modifications. - You must cause all Covered Code to which You contribute to contain a - file documenting the changes You made to create that Covered Code and - the date of any change. You must include a prominent statement that - the Modification is derived, directly or indirectly, from Original - Code provided by the Initial Developer and including the name of the - Initial Developer in (a) the Source Code, and (b) in any notice in an - Executable version or related documentation in which You describe the - origin or ownership of the Covered Code. - - 3.4. Intellectual Property Matters - (a) Third Party Claims. - If Contributor has knowledge that a license under a third party's - intellectual property rights is required to exercise the rights - granted by such Contributor under Sections 2.1 or 2.2, - Contributor must include a text file with the Source Code - distribution titled "LEGAL" which describes the claim and the - party making the claim in sufficient detail that a recipient will - know whom to contact. If Contributor obtains such knowledge after - the Modification is made available as described in Section 3.2, - Contributor shall promptly modify the LEGAL file in all copies - Contributor makes available thereafter and shall take other steps - (such as notifying appropriate mailing lists or newsgroups) - reasonably calculated to inform those who received the Covered - Code that new knowledge has been obtained. - - (b) Contributor APIs. - If Contributor's Modifications include an application programming - interface and Contributor has knowledge of patent licenses which - are reasonably necessary to implement that API, Contributor must - also include this information in the LEGAL file. - - (c) Representations. - Contributor represents that, except as disclosed pursuant to - Section 3.4(a) above, Contributor believes that Contributor's - Modifications are Contributor's original creation(s) and/or - Contributor has sufficient rights to grant the rights conveyed by - this License. - - 3.5. Required Notices. - You must duplicate the notice in Exhibit A in each file of the Source - Code. If it is not possible to put such notice in a particular Source - Code file due to its structure, then You must include such notice in a - location (such as a relevant directory) where a user would be likely - to look for such a notice. If You created one or more Modification(s) - You may add your name as a Contributor to the notice described in - Exhibit A. You must also duplicate this License in any documentation - for the Source Code where You describe recipients' rights or ownership - rights relating to Covered Code. You may choose to offer, and to - charge a fee for, warranty, support, indemnity or liability - obligations to one or more recipients of Covered Code. However, You - may do so only on Your own behalf, and not on behalf of the Initial - Developer or any Contributor. You must make it absolutely clear than - any such warranty, support, indemnity or liability obligation is - offered by You alone, and You hereby agree to indemnify the Initial - Developer and every Contributor for any liability incurred by the - Initial Developer or such Contributor as a result of warranty, - support, indemnity or liability terms You offer. - - 3.6. Distribution of Executable Versions. - You may distribute Covered Code in Executable form only if the - requirements of Section 3.1-3.5 have been met for that Covered Code, - and if You include a notice stating that the Source Code version of - the Covered Code is available under the terms of this License, - including a description of how and where You have fulfilled the - obligations of Section 3.2. The notice must be conspicuously included - in any notice in an Executable version, related documentation or - collateral in which You describe recipients' rights relating to the - Covered Code. You may distribute the Executable version of Covered - Code or ownership rights under a license of Your choice, which may - contain terms different from this License, provided that You are in - compliance with the terms of this License and that the license for the - Executable version does not attempt to limit or alter the recipient's - rights in the Source Code version from the rights set forth in this - License. If You distribute the Executable version under a different - license You must make it absolutely clear that any terms which differ - from this License are offered by You alone, not by the Initial - Developer or any Contributor. You hereby agree to indemnify the - Initial Developer and every Contributor for any liability incurred by - the Initial Developer or such Contributor as a result of any such - terms You offer. - - 3.7. Larger Works. - You may create a Larger Work by combining Covered Code with other code - not governed by the terms of this License and distribute the Larger - Work as a single product. In such a case, You must make sure the - requirements of this License are fulfilled for the Covered Code. - -4. Inability to Comply Due to Statute or Regulation. - - If it is impossible for You to comply with any of the terms of this - License with respect to some or all of the Covered Code due to - statute, judicial order, or regulation then You must: (a) comply with - the terms of this License to the maximum extent possible; and (b) - describe the limitations and the code they affect. Such description - must be included in the LEGAL file described in Section 3.4 and must - be included with all distributions of the Source Code. Except to the - extent prohibited by statute or regulation, such description must be - sufficiently detailed for a recipient of ordinary skill to be able to - understand it. - -5. Application of this License. - - This License applies to code to which the Initial Developer has - attached the notice in Exhibit A and to related Covered Code. - -6. Versions of the License. - - 6.1. New Versions. - Netscape Communications Corporation ("Netscape") may publish revised - and/or new versions of the License from time to time. Each version - will be given a distinguishing version number. - - 6.2. Effect of New Versions. - Once Covered Code has been published under a particular version of the - License, You may always continue to use it under the terms of that - version. You may also choose to use such Covered Code under the terms - of any subsequent version of the License published by Netscape. No one - other than Netscape has the right to modify the terms applicable to - Covered Code created under this License. - - 6.3. Derivative Works. - If You create or use a modified version of this License (which you may - only do in order to apply it to code which is not already Covered Code - governed by this License), You must (a) rename Your license so that - the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", - "MPL", "NPL" or any confusingly similar phrase do not appear in your - license (except to note that your license differs from this License) - and (b) otherwise make it clear that Your version of the license - contains terms which differ from the Mozilla Public License and - Netscape Public License. (Filling in the name of the Initial - Developer, Original Code or Contributor in the notice described in - Exhibit A shall not of themselves be deemed to be modifications of - this License.) - -7. DISCLAIMER OF WARRANTY. - - COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, - WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF - DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. - THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE - IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, - YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE - COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER - OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF - ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. - -8. TERMINATION. - - 8.1. This License and the rights granted hereunder will terminate - automatically if You fail to comply with terms herein and fail to cure - such breach within 30 days of becoming aware of the breach. All - sublicenses to the Covered Code which are properly granted shall - survive any termination of this License. Provisions which, by their - nature, must remain in effect beyond the termination of this License - shall survive. - - 8.2. If You initiate litigation by asserting a patent infringement - claim (excluding declatory judgment actions) against Initial Developer - or a Contributor (the Initial Developer or Contributor against whom - You file such action is referred to as "Participant") alleging that: - - (a) such Participant's Contributor Version directly or indirectly - infringes any patent, then any and all rights granted by such - Participant to You under Sections 2.1 and/or 2.2 of this License - shall, upon 60 days notice from Participant terminate prospectively, - unless if within 60 days after receipt of notice You either: (i) - agree in writing to pay Participant a mutually agreeable reasonable - royalty for Your past and future use of Modifications made by such - Participant, or (ii) withdraw Your litigation claim with respect to - the Contributor Version against such Participant. If within 60 days - of notice, a reasonable royalty and payment arrangement are not - mutually agreed upon in writing by the parties or the litigation claim - is not withdrawn, the rights granted by Participant to You under - Sections 2.1 and/or 2.2 automatically terminate at the expiration of - the 60 day notice period specified above. - - (b) any software, hardware, or device, other than such Participant's - Contributor Version, directly or indirectly infringes any patent, then - any rights granted to You by such Participant under Sections 2.1(b) - and 2.2(b) are revoked effective as of the date You first made, used, - sold, distributed, or had made, Modifications made by that - Participant. - - 8.3. If You assert a patent infringement claim against Participant - alleging that such Participant's Contributor Version directly or - indirectly infringes any patent where such claim is resolved (such as - by license or settlement) prior to the initiation of patent - infringement litigation, then the reasonable value of the licenses - granted by such Participant under Sections 2.1 or 2.2 shall be taken - into account in determining the amount or value of any payment or - license. - - 8.4. In the event of termination under Sections 8.1 or 8.2 above, - all end user license agreements (excluding distributors and resellers) - which have been validly granted by You or any distributor hereunder - prior to termination shall survive termination. - -9. LIMITATION OF LIABILITY. - - UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT - (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL - DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, - OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR - ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY - CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, - WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER - COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN - INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF - LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY - RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW - PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE - EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO - THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. - -10. U.S. GOVERNMENT END USERS. - - The Covered Code is a "commercial item," as that term is defined in - 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer - software" and "commercial computer software documentation," as such - terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 - C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), - all U.S. Government End Users acquire Covered Code with only those - rights set forth herein. - -11. MISCELLANEOUS. - - This License represents the complete agreement concerning subject - matter hereof. If any provision of this License is held to be - unenforceable, such provision shall be reformed only to the extent - necessary to make it enforceable. This License shall be governed by - California law provisions (except to the extent applicable law, if - any, provides otherwise), excluding its conflict-of-law provisions. - With respect to disputes in which at least one party is a citizen of, - or an entity chartered or registered to do business in the United - States of America, any litigation relating to this License shall be - subject to the jurisdiction of the Federal Courts of the Northern - District of California, with venue lying in Santa Clara County, - California, with the losing party responsible for costs, including - without limitation, court costs and reasonable attorneys' fees and - expenses. The application of the United Nations Convention on - Contracts for the International Sale of Goods is expressly excluded. - Any law or regulation which provides that the language of a contract - shall be construed against the drafter shall not apply to this - License. - -12. RESPONSIBILITY FOR CLAIMS. - - As between Initial Developer and the Contributors, each party is - responsible for claims and damages arising, directly or indirectly, - out of its utilization of rights under this License and You agree to - work with Initial Developer and Contributors to distribute such - responsibility on an equitable basis. Nothing herein is intended or - shall be deemed to constitute any admission of liability. - -13. MULTIPLE-LICENSED CODE. - - Initial Developer may designate portions of the Covered Code as - "Multiple-Licensed". "Multiple-Licensed" means that the Initial - Developer permits you to utilize portions of the Covered Code under - Your choice of the NPL or the alternative licenses, if any, specified - by the Initial Developer in the file described in Exhibit A. - -EXHIBIT A -Mozilla Public License. - - ``The contents of this file are subject to the Mozilla Public License - Version 1.1 (the "License"); you may not use this file except in - compliance with the License. You may obtain a copy of the License at - http://www.mozilla.org/MPL/ - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - License for the specific language governing rights and limitations - under the License. - - The Original Code is ______________________________________. - - The Initial Developer of the Original Code is ________________________. - Portions created by ______________________ are Copyright (C) ______ - _______________________. All Rights Reserved. - - Contributor(s): ______________________________________. - - Alternatively, the contents of this file may be used under the terms - of the _____ license (the "[___] License"), in which case the - provisions of [______] License are applicable instead of those - above. If you wish to allow use of your version of this file only - under the terms of the [____] License and not to allow others to use - your version of this file under the MPL, indicate your decision by - deleting the provisions above and replace them with the notice and - other provisions required by the [___] License. If you do not delete - the provisions above, a recipient may use your version of this file - under either the MPL or the [___] License." - - [NOTE: The text of this Exhibit A may differ slightly from the text of - the notices in the Source Code files of the Original Code. You should - use the text of this Exhibit A rather than the text found in the - Original Code Source Code for Your Modifications.] - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/pixman-licenses.txt b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/pixman-licenses.txt deleted file mode 100644 index 5d8dca6..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/gtk_root/about_files/pixman-licenses.txt +++ /dev/null @@ -1,92 +0,0 @@ -libpixregion - -Copyright 1987, 1998 The Open Group - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation. - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of The Open Group shall not be -used in advertising or otherwise to promote the sale, use or other dealings -in this Software without prior written authorization from The Open Group. - - -Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. - - All Rights Reserved - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation, and that the name of Digital not be -used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. - -DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING -ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL -DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR -ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -SOFTWARE. - ----------------------------------------------------------------------- -libic - -Copyright © 2001 Keith Packard - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation, and that the name of Keith Packard not be used in -advertising or publicity pertaining to distribution of the software without -specific, written prior permission. Keith Packard makes no -representations about the suitability of this software for any purpose. It -is provided "as is" without express or implied warranty. - -KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - ----------------------------------------------------------------------- -slim - -slim is Copyright © 2003 Richard Henderson - -Permission to use, copy, modify, distribute, and sell this software -and its documentation for any purpose is hereby granted without fee, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation, and that the name of Richard Henderson not be -used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. Richard Henderson -makes no representations about the suitability of this software for -any purpose. It is provided "as is" without express or implied -warranty. - -RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF -USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about.html deleted file mode 100644 index 9d2460a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about.html +++ /dev/null @@ -1,24 +0,0 @@ - - - -About - - - -

About This Content

- -

February 22, 2006

-

License

- -

This directory contains third-party libraries that are required by the Eclipse launcher. Refer below for further information.

- -

Cairo for Linux

- -

Refer to the file about_cairo.html for licensing details about "Cairo for Linux".

- -

Open Motif for Linux

- -

Refer to the file about_open_motif.html for licensing details about "Open Motif for Linux".

- - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/about_cairo.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/about_cairo.html deleted file mode 100644 index 0132307..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/about_cairo.html +++ /dev/null @@ -1,48 +0,0 @@ - - - -About - - - -

About This Content

- -

March 27, 2006

-

License

- -

The Eclipse Foundation has included the following package for your convenience:

- -

Cairo 1.0.2 for Linux

- -

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

- -

Cairo is delivered in the following file ("Cairo Library"):

-
    -
  • libcairo-swt.so
  • -
- -

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

- -

Your use of the Cairo code in binary form is subject to -the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) -and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. - -

pixman 0.1.6

- -

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at -http://www.cairographics.org/snapshots. -pixman includes the following packages:

- -
    -
  • libpixregion
  • -
  • libic
  • -
  • slim
  • -
- -Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

- -

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may -apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

- - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/about_open_motif.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/about_open_motif.html deleted file mode 100644 index 2862520..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/about_open_motif.html +++ /dev/null @@ -1,38 +0,0 @@ - - - -About - - - -

About This Content

- -

June 20, 2005

-

License

- -

The Eclipse Foundation has included the following package for your convenience:

- -

Open Motif for Linux 2.1.30 Release 4

- -

Open Motif for Linux ("Open Motif") is developed by Metro Link as part of The Open Motif project. Open Motif is:

- -
- Copyright (C) May, 2000 The Open Group, Metro Link, Incorporated and others. All Rights Reserved -
- -

Open Motif includes the following files:

-
    -
  • libXm.so.2
  • -
- -

Open Motif is not considered part of the content provided by the Eclipse Foundation. Your use of the Open Motif code in binary form is subject to -the terms and conditions of Metro Link Public License 1.00 ("MLPL"). A copy of the MLPL is provided (mlpl-v10.html) -and is also available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html.

- -

Source code for Open Motif is available at http://www.opengroup.org/openmotif/supporters/metrolink/.

- -

If you did not receive Open Motif directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may -apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

- - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/mlpl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/mlpl-v10.html deleted file mode 100644 index 5c692a5..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/mlpl-v10.html +++ /dev/null @@ -1,401 +0,0 @@ - - -Metro Link Open Motif License - - - - - - - -
-

METRO LINK PUBLIC LICENSE -
MOTIF GRAPHICAL USER INTERFACE SOFTWARE
Version 1.00

-

 

-

 

-

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS -METRO LINK PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION -OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

-

1. DEFINITIONS

-

"Contribution" means:

-

 

-
    -
  1. in - the case of METRO LINK, INCORPORATED ("METRO LINK"), the Metro Link Program, - and
-

 

-
    -
  1. in - the case of each Contributor,
-

 

-
    -
      -
    1. changes - to the Program, and -
    2. additions - to the Program;
-

 

-

where such -changes and/or additions to the Program originate from and are distributed by -that particular Contributor. A Contribution 'originates' from a Contributor if -it was added to the Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the Program -which: (i) are separate modules of software distributed in conjunction with the -Program under their own license agreement, and (ii) are not derivative works of -the Program.

-

 

-

"Contributor" means The Open Group, METRO LINK and any other -entity that distributes the Program.

-

 

-

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

-

 

-

"Open Source"  -programs mean software for the source code is available without -confidential or trade secret restrictions and for which  the source code and object code are -available for distribution without license charges.

-

 

-

"Metro Link Program" means the original version of the -software accompanying this Agreement as released by METRO LINK, including source -code, object code and documentation, if any.

-

 

-

"Program" means the Metro Link Program and Contributions. -

-

 

-

"Recipient" means anyone who receives the Program under this -Agreement, including all Contributors.

-

 

-

2.     -GRANT OF RIGHTS

-

 

-

The rights granted under this license are limited solely to -distribution and sublicensing of the Contribution(s) on, with or  for operating systems which are -themselves Open Source programs.

-

 

-
    -
  1. Subject - to the terms of this Agreement, The Open Group Public License Agreement - attached hereto (“The Open Group Agreement”) and  the limitations of this Section 2, - each Contributor hereby grants Recipient a non-exclusive, worldwide, - royalty-free copyright license to reproduce, prepare derivative works of, - publicly display, publicly perform, distribute and sublicense the Contribution - of such Contributor, if any, and such derivative works, in source code and - object code form.
-

 

-
    -
  1. Subject - to the terms of this Agreement, The Open Group Agreement and this Section 2, - each Contributor hereby grants Recipient a non-exclusive, worldwide, - royalty-free patent license under Licensed Patents to make, use, sell, offer - to sell, import and otherwise transfer the Contribution of such Contributor, - if any, in source code and object code form. This patent license shall apply - to the combination of the Contribution and the Program if, at the time the - Contribution is added by the Contributor, such addition of the Contribution - causes such combination to be covered by the Licensed Patents. The patent - license shall not apply to any other combinations which include the - Contribution. No hardware per se is licensed hereunder.
-

 

-

 

-
    -
  1. Recipient - understands that although each Contributor grants the licenses to its - Contributions set forth herein, no assurances are provided by any Contributor - that the Program does not infringe the patent or other intellectual property - rights of any other entity. Each Contributor disclaims any liability to - Recipient for claims brought by any other entity based on infringement of - intellectual property rights or otherwise. As a condition to exercising the - rights and licenses granted hereunder, each Recipient hereby assumes sole - responsibility to secure any other intellectual property rights needed, if - any. For example, if a third party patent license is required to allow - Recipient to distribute the Program, it is Recipient's responsibility to - acquire that license before distributing the Program.
-

 

-
    -
  1. Each - Contributor represents that to its knowledge it has sufficient copyright - rights in its Contribution, if any, to grant the copyright license set forth - in this Agreement.
-

 

-

 

-

3. REQUIREMENTS

-

A Contributor may choose to distribute the Program in object -code form under its own license agreement, provided that:

-
    -
  1. it - complies with the terms and conditions of this Agreement and The Open Group Agreement; and -
-

 

-
    -
  1. its - license agreement:
-

 

-

 

-
    -
      -
    1. effectively - disclaims on behalf of all Contributors all warranties and conditions, - express and implied, including warranties or conditions of title and - non-infringement, and implied warranties or conditions of merchantability - and fitness for a particular purpose; -
    2. effectively - excludes on behalf of all Contributors all liability for damages, including - direct, indirect, special, incidental and consequential damages, such as - lost profits; -
    3. states - that any provisions which differ from this Agreement are offered by that - Contributor alone and not by any other party; and -
    4. states - that source code for the Program is available from such Contributor, and - informs licensees how to obtain it in a reasonable manner on or through a - medium customarily used for software exchange.
-

 

-

When the Program is made available in source code form:

-
    -
  1. it - must be made available under this Agreement and the Open Group Agreement; and -
-

 

-
    -
  1. a - copy of this Agreement must be included with each copy of the Program. -
-

 

-

 

-

Each Contributor must include the following in a conspicuous -location in the Program:

-

Copyright (C) May, 2000 The Open Group, Metro Link, -Incorporated and others. All Rights Reserved

-

 

-

In addition, each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

-

4. COMMERCIAL DISTRIBUTION

-

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the like. -While this license is intended to facilitate the commercial use of the Program, -the Contributor who includes the Program in a commercial product offering should -do so in a manner which does not create potential liability for other -Contributors. Therefore, if a Contributor includes the Program in a commercial -product offering, such Contributor ("Commercial Contributor") hereby agrees to -defend and indemnify every other Contributor ("Indemnified Contributor") against -any losses, damages and costs (collectively "Losses") arising from claims, -lawsuits and other legal actions brought by a third party against the -Indemnified Contributor to the extent caused by the acts or omissions of such -Commercial Contributor in connection with its distribution of the Program in a -commercial product offering. The obligations in this section do not apply to any -claims or Losses relating to any actual or alleged intellectual property -infringement. In order to qualify, an Indemnified Contributor must:

-

 

-

a)       promptly notify the Commercial Contributor in writing of such -claim, and

-

 

-

b)       allow the Commercial Contributor to control, and cooperate with -the Commercial Contributor in, the defense and any related settlement -negotiations.

-

 

-

The Indemnified Contributor may participate in any such claim -at its own expense.

-

For example, a Contributor might include the Program in a -commercial product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance claims, or -offers warranties related to Product X, those performance claims and warranties -are such Commercial Contributor's responsibility alone. Under this section, the -Commercial Contributor would have to defend claims against the other -Contributors related to those performance claims and warranties, and if a court -requires any other Contributor to pay any damages as a result, the Commercial -Contributor must pay those damages.

-

5. NO WARRANTY

-

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM -IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, -EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR -CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A -PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the -appropriateness of using and distributing the Program and assumes all risks -associated with its exercise of rights under this Agreement, including but not -limited to the risks and costs of program errors, compliance with applicable -laws, damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

-

6. DISCLAIMER OF LIABILITY

-

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER -RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR -THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY -OF SUCH DAMAGES.

-

7. GENERAL

-

If any provision of this Agreement is invalid or -unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

-

 

-

If Recipient institutes patent litigation against a -Contributor with respect to a patent applicable to software (including a -cross-claim or counterclaim in a lawsuit), then any patent licenses granted by -that Contributor to such Recipient under this Agreement shall terminate as of -the date such litigation is filed. In addition, if Recipient institutes patent -litigation against any entity (including a cross-claim or counterclaim in a -lawsuit) alleging that the Program itself (excluding combinations of the Program -with other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

-

 

-

All Recipient's rights under this Agreement shall terminate -if it fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time after -becoming aware of such noncompliance. If all Recipient's rights under this -Agreement terminate, Recipient agrees to cease use and distribution of the -Program as soon as reasonably practicable. However, Recipient's obligations -under this Agreement and any licenses granted by Recipient relating to the -Program shall continue and survive.

-

 

-

METRO LINK may publish new versions (including revisions) of -this Agreement from time to time. Each new version of the Agreement will be -given a distinguishing version number. The Program (including Contributions) may -always be distributed subject to the version of the Agreement under which it was -received. In addition, after a new version of the Agreement is published, -Contributor may elect to distribute the Program (including its Contributions) -under the new version. No one other than METRO LINK has the right to modify this -Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient -receives no rights or licenses to the intellectual property of any Contributor -under this Agreement, whether expressly, by implication, estoppel or otherwise. -All rights in the Program not expressly granted under this Agreement are -reserved.

-

 

-

This Agreement is governed by the laws of the State of -Florida and the intellectual property laws of the United States of America.

-

 

-

No party to this Agreement will bring a legal action under -this Agreement more than one year after the cause of action arose. Each party -waives its rights to a jury trial in any resulting litigation.

-

 

diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/mpl-v11.txt b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/mpl-v11.txt deleted file mode 100644 index 7714141..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/mpl-v11.txt +++ /dev/null @@ -1,470 +0,0 @@ - MOZILLA PUBLIC LICENSE - Version 1.1 - - --------------- - -1. Definitions. - - 1.0.1. "Commercial Use" means distribution or otherwise making the - Covered Code available to a third party. - - 1.1. "Contributor" means each entity that creates or contributes to - the creation of Modifications. - - 1.2. "Contributor Version" means the combination of the Original - Code, prior Modifications used by a Contributor, and the Modifications - made by that particular Contributor. - - 1.3. "Covered Code" means the Original Code or Modifications or the - combination of the Original Code and Modifications, in each case - including portions thereof. - - 1.4. "Electronic Distribution Mechanism" means a mechanism generally - accepted in the software development community for the electronic - transfer of data. - - 1.5. "Executable" means Covered Code in any form other than Source - Code. - - 1.6. "Initial Developer" means the individual or entity identified - as the Initial Developer in the Source Code notice required by Exhibit - A. - - 1.7. "Larger Work" means a work which combines Covered Code or - portions thereof with code not governed by the terms of this License. - - 1.8. "License" means this document. - - 1.8.1. "Licensable" means having the right to grant, to the maximum - extent possible, whether at the time of the initial grant or - subsequently acquired, any and all of the rights conveyed herein. - - 1.9. "Modifications" means any addition to or deletion from the - substance or structure of either the Original Code or any previous - Modifications. When Covered Code is released as a series of files, a - Modification is: - A. Any addition to or deletion from the contents of a file - containing Original Code or previous Modifications. - - B. Any new file that contains any part of the Original Code or - previous Modifications. - - 1.10. "Original Code" means Source Code of computer software code - which is described in the Source Code notice required by Exhibit A as - Original Code, and which, at the time of its release under this - License is not already Covered Code governed by this License. - - 1.10.1. "Patent Claims" means any patent claim(s), now owned or - hereafter acquired, including without limitation, method, process, - and apparatus claims, in any patent Licensable by grantor. - - 1.11. "Source Code" means the preferred form of the Covered Code for - making modifications to it, including all modules it contains, plus - any associated interface definition files, scripts used to control - compilation and installation of an Executable, or source code - differential comparisons against either the Original Code or another - well known, available Covered Code of the Contributor's choice. The - Source Code can be in a compressed or archival form, provided the - appropriate decompression or de-archiving software is widely available - for no charge. - - 1.12. "You" (or "Your") means an individual or a legal entity - exercising rights under, and complying with all of the terms of, this - License or a future version of this License issued under Section 6.1. - For legal entities, "You" includes any entity which controls, is - controlled by, or is under common control with You. For purposes of - this definition, "control" means (a) the power, direct or indirect, - to cause the direction or management of such entity, whether by - contract or otherwise, or (b) ownership of more than fifty percent - (50%) of the outstanding shares or beneficial ownership of such - entity. - -2. Source Code License. - - 2.1. The Initial Developer Grant. - The Initial Developer hereby grants You a world-wide, royalty-free, - non-exclusive license, subject to third party intellectual property - claims: - (a) under intellectual property rights (other than patent or - trademark) Licensable by Initial Developer to use, reproduce, - modify, display, perform, sublicense and distribute the Original - Code (or portions thereof) with or without Modifications, and/or - as part of a Larger Work; and - - (b) under Patents Claims infringed by the making, using or - selling of Original Code, to make, have made, use, practice, - sell, and offer for sale, and/or otherwise dispose of the - Original Code (or portions thereof). - - (c) the licenses granted in this Section 2.1(a) and (b) are - effective on the date Initial Developer first distributes - Original Code under the terms of this License. - - (d) Notwithstanding Section 2.1(b) above, no patent license is - granted: 1) for code that You delete from the Original Code; 2) - separate from the Original Code; or 3) for infringements caused - by: i) the modification of the Original Code or ii) the - combination of the Original Code with other software or devices. - - 2.2. Contributor Grant. - Subject to third party intellectual property claims, each Contributor - hereby grants You a world-wide, royalty-free, non-exclusive license - - (a) under intellectual property rights (other than patent or - trademark) Licensable by Contributor, to use, reproduce, modify, - display, perform, sublicense and distribute the Modifications - created by such Contributor (or portions thereof) either on an - unmodified basis, with other Modifications, as Covered Code - and/or as part of a Larger Work; and - - (b) under Patent Claims infringed by the making, using, or - selling of Modifications made by that Contributor either alone - and/or in combination with its Contributor Version (or portions - of such combination), to make, use, sell, offer for sale, have - made, and/or otherwise dispose of: 1) Modifications made by that - Contributor (or portions thereof); and 2) the combination of - Modifications made by that Contributor with its Contributor - Version (or portions of such combination). - - (c) the licenses granted in Sections 2.2(a) and 2.2(b) are - effective on the date Contributor first makes Commercial Use of - the Covered Code. - - (d) Notwithstanding Section 2.2(b) above, no patent license is - granted: 1) for any code that Contributor has deleted from the - Contributor Version; 2) separate from the Contributor Version; - 3) for infringements caused by: i) third party modifications of - Contributor Version or ii) the combination of Modifications made - by that Contributor with other software (except as part of the - Contributor Version) or other devices; or 4) under Patent Claims - infringed by Covered Code in the absence of Modifications made by - that Contributor. - -3. Distribution Obligations. - - 3.1. Application of License. - The Modifications which You create or to which You contribute are - governed by the terms of this License, including without limitation - Section 2.2. The Source Code version of Covered Code may be - distributed only under the terms of this License or a future version - of this License released under Section 6.1, and You must include a - copy of this License with every copy of the Source Code You - distribute. You may not offer or impose any terms on any Source Code - version that alters or restricts the applicable version of this - License or the recipients' rights hereunder. However, You may include - an additional document offering the additional rights described in - Section 3.5. - - 3.2. Availability of Source Code. - Any Modification which You create or to which You contribute must be - made available in Source Code form under the terms of this License - either on the same media as an Executable version or via an accepted - Electronic Distribution Mechanism to anyone to whom you made an - Executable version available; and if made available via Electronic - Distribution Mechanism, must remain available for at least twelve (12) - months after the date it initially became available, or at least six - (6) months after a subsequent version of that particular Modification - has been made available to such recipients. You are responsible for - ensuring that the Source Code version remains available even if the - Electronic Distribution Mechanism is maintained by a third party. - - 3.3. Description of Modifications. - You must cause all Covered Code to which You contribute to contain a - file documenting the changes You made to create that Covered Code and - the date of any change. You must include a prominent statement that - the Modification is derived, directly or indirectly, from Original - Code provided by the Initial Developer and including the name of the - Initial Developer in (a) the Source Code, and (b) in any notice in an - Executable version or related documentation in which You describe the - origin or ownership of the Covered Code. - - 3.4. Intellectual Property Matters - (a) Third Party Claims. - If Contributor has knowledge that a license under a third party's - intellectual property rights is required to exercise the rights - granted by such Contributor under Sections 2.1 or 2.2, - Contributor must include a text file with the Source Code - distribution titled "LEGAL" which describes the claim and the - party making the claim in sufficient detail that a recipient will - know whom to contact. If Contributor obtains such knowledge after - the Modification is made available as described in Section 3.2, - Contributor shall promptly modify the LEGAL file in all copies - Contributor makes available thereafter and shall take other steps - (such as notifying appropriate mailing lists or newsgroups) - reasonably calculated to inform those who received the Covered - Code that new knowledge has been obtained. - - (b) Contributor APIs. - If Contributor's Modifications include an application programming - interface and Contributor has knowledge of patent licenses which - are reasonably necessary to implement that API, Contributor must - also include this information in the LEGAL file. - - (c) Representations. - Contributor represents that, except as disclosed pursuant to - Section 3.4(a) above, Contributor believes that Contributor's - Modifications are Contributor's original creation(s) and/or - Contributor has sufficient rights to grant the rights conveyed by - this License. - - 3.5. Required Notices. - You must duplicate the notice in Exhibit A in each file of the Source - Code. If it is not possible to put such notice in a particular Source - Code file due to its structure, then You must include such notice in a - location (such as a relevant directory) where a user would be likely - to look for such a notice. If You created one or more Modification(s) - You may add your name as a Contributor to the notice described in - Exhibit A. You must also duplicate this License in any documentation - for the Source Code where You describe recipients' rights or ownership - rights relating to Covered Code. You may choose to offer, and to - charge a fee for, warranty, support, indemnity or liability - obligations to one or more recipients of Covered Code. However, You - may do so only on Your own behalf, and not on behalf of the Initial - Developer or any Contributor. You must make it absolutely clear than - any such warranty, support, indemnity or liability obligation is - offered by You alone, and You hereby agree to indemnify the Initial - Developer and every Contributor for any liability incurred by the - Initial Developer or such Contributor as a result of warranty, - support, indemnity or liability terms You offer. - - 3.6. Distribution of Executable Versions. - You may distribute Covered Code in Executable form only if the - requirements of Section 3.1-3.5 have been met for that Covered Code, - and if You include a notice stating that the Source Code version of - the Covered Code is available under the terms of this License, - including a description of how and where You have fulfilled the - obligations of Section 3.2. The notice must be conspicuously included - in any notice in an Executable version, related documentation or - collateral in which You describe recipients' rights relating to the - Covered Code. You may distribute the Executable version of Covered - Code or ownership rights under a license of Your choice, which may - contain terms different from this License, provided that You are in - compliance with the terms of this License and that the license for the - Executable version does not attempt to limit or alter the recipient's - rights in the Source Code version from the rights set forth in this - License. If You distribute the Executable version under a different - license You must make it absolutely clear that any terms which differ - from this License are offered by You alone, not by the Initial - Developer or any Contributor. You hereby agree to indemnify the - Initial Developer and every Contributor for any liability incurred by - the Initial Developer or such Contributor as a result of any such - terms You offer. - - 3.7. Larger Works. - You may create a Larger Work by combining Covered Code with other code - not governed by the terms of this License and distribute the Larger - Work as a single product. In such a case, You must make sure the - requirements of this License are fulfilled for the Covered Code. - -4. Inability to Comply Due to Statute or Regulation. - - If it is impossible for You to comply with any of the terms of this - License with respect to some or all of the Covered Code due to - statute, judicial order, or regulation then You must: (a) comply with - the terms of this License to the maximum extent possible; and (b) - describe the limitations and the code they affect. Such description - must be included in the LEGAL file described in Section 3.4 and must - be included with all distributions of the Source Code. Except to the - extent prohibited by statute or regulation, such description must be - sufficiently detailed for a recipient of ordinary skill to be able to - understand it. - -5. Application of this License. - - This License applies to code to which the Initial Developer has - attached the notice in Exhibit A and to related Covered Code. - -6. Versions of the License. - - 6.1. New Versions. - Netscape Communications Corporation ("Netscape") may publish revised - and/or new versions of the License from time to time. Each version - will be given a distinguishing version number. - - 6.2. Effect of New Versions. - Once Covered Code has been published under a particular version of the - License, You may always continue to use it under the terms of that - version. You may also choose to use such Covered Code under the terms - of any subsequent version of the License published by Netscape. No one - other than Netscape has the right to modify the terms applicable to - Covered Code created under this License. - - 6.3. Derivative Works. - If You create or use a modified version of this License (which you may - only do in order to apply it to code which is not already Covered Code - governed by this License), You must (a) rename Your license so that - the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", - "MPL", "NPL" or any confusingly similar phrase do not appear in your - license (except to note that your license differs from this License) - and (b) otherwise make it clear that Your version of the license - contains terms which differ from the Mozilla Public License and - Netscape Public License. (Filling in the name of the Initial - Developer, Original Code or Contributor in the notice described in - Exhibit A shall not of themselves be deemed to be modifications of - this License.) - -7. DISCLAIMER OF WARRANTY. - - COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, - WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF - DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. - THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE - IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, - YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE - COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER - OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF - ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. - -8. TERMINATION. - - 8.1. This License and the rights granted hereunder will terminate - automatically if You fail to comply with terms herein and fail to cure - such breach within 30 days of becoming aware of the breach. All - sublicenses to the Covered Code which are properly granted shall - survive any termination of this License. Provisions which, by their - nature, must remain in effect beyond the termination of this License - shall survive. - - 8.2. If You initiate litigation by asserting a patent infringement - claim (excluding declatory judgment actions) against Initial Developer - or a Contributor (the Initial Developer or Contributor against whom - You file such action is referred to as "Participant") alleging that: - - (a) such Participant's Contributor Version directly or indirectly - infringes any patent, then any and all rights granted by such - Participant to You under Sections 2.1 and/or 2.2 of this License - shall, upon 60 days notice from Participant terminate prospectively, - unless if within 60 days after receipt of notice You either: (i) - agree in writing to pay Participant a mutually agreeable reasonable - royalty for Your past and future use of Modifications made by such - Participant, or (ii) withdraw Your litigation claim with respect to - the Contributor Version against such Participant. If within 60 days - of notice, a reasonable royalty and payment arrangement are not - mutually agreed upon in writing by the parties or the litigation claim - is not withdrawn, the rights granted by Participant to You under - Sections 2.1 and/or 2.2 automatically terminate at the expiration of - the 60 day notice period specified above. - - (b) any software, hardware, or device, other than such Participant's - Contributor Version, directly or indirectly infringes any patent, then - any rights granted to You by such Participant under Sections 2.1(b) - and 2.2(b) are revoked effective as of the date You first made, used, - sold, distributed, or had made, Modifications made by that - Participant. - - 8.3. If You assert a patent infringement claim against Participant - alleging that such Participant's Contributor Version directly or - indirectly infringes any patent where such claim is resolved (such as - by license or settlement) prior to the initiation of patent - infringement litigation, then the reasonable value of the licenses - granted by such Participant under Sections 2.1 or 2.2 shall be taken - into account in determining the amount or value of any payment or - license. - - 8.4. In the event of termination under Sections 8.1 or 8.2 above, - all end user license agreements (excluding distributors and resellers) - which have been validly granted by You or any distributor hereunder - prior to termination shall survive termination. - -9. LIMITATION OF LIABILITY. - - UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT - (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL - DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, - OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR - ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY - CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, - WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER - COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN - INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF - LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY - RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW - PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE - EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO - THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. - -10. U.S. GOVERNMENT END USERS. - - The Covered Code is a "commercial item," as that term is defined in - 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer - software" and "commercial computer software documentation," as such - terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 - C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), - all U.S. Government End Users acquire Covered Code with only those - rights set forth herein. - -11. MISCELLANEOUS. - - This License represents the complete agreement concerning subject - matter hereof. If any provision of this License is held to be - unenforceable, such provision shall be reformed only to the extent - necessary to make it enforceable. This License shall be governed by - California law provisions (except to the extent applicable law, if - any, provides otherwise), excluding its conflict-of-law provisions. - With respect to disputes in which at least one party is a citizen of, - or an entity chartered or registered to do business in the United - States of America, any litigation relating to this License shall be - subject to the jurisdiction of the Federal Courts of the Northern - District of California, with venue lying in Santa Clara County, - California, with the losing party responsible for costs, including - without limitation, court costs and reasonable attorneys' fees and - expenses. The application of the United Nations Convention on - Contracts for the International Sale of Goods is expressly excluded. - Any law or regulation which provides that the language of a contract - shall be construed against the drafter shall not apply to this - License. - -12. RESPONSIBILITY FOR CLAIMS. - - As between Initial Developer and the Contributors, each party is - responsible for claims and damages arising, directly or indirectly, - out of its utilization of rights under this License and You agree to - work with Initial Developer and Contributors to distribute such - responsibility on an equitable basis. Nothing herein is intended or - shall be deemed to constitute any admission of liability. - -13. MULTIPLE-LICENSED CODE. - - Initial Developer may designate portions of the Covered Code as - "Multiple-Licensed". "Multiple-Licensed" means that the Initial - Developer permits you to utilize portions of the Covered Code under - Your choice of the NPL or the alternative licenses, if any, specified - by the Initial Developer in the file described in Exhibit A. - -EXHIBIT A -Mozilla Public License. - - ``The contents of this file are subject to the Mozilla Public License - Version 1.1 (the "License"); you may not use this file except in - compliance with the License. You may obtain a copy of the License at - http://www.mozilla.org/MPL/ - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - License for the specific language governing rights and limitations - under the License. - - The Original Code is ______________________________________. - - The Initial Developer of the Original Code is ________________________. - Portions created by ______________________ are Copyright (C) ______ - _______________________. All Rights Reserved. - - Contributor(s): ______________________________________. - - Alternatively, the contents of this file may be used under the terms - of the _____ license (the "[___] License"), in which case the - provisions of [______] License are applicable instead of those - above. If you wish to allow use of your version of this file only - under the terms of the [____] License and not to allow others to use - your version of this file under the MPL, indicate your decision by - deleting the provisions above and replace them with the notice and - other provisions required by the [___] License. If you do not delete - the provisions above, a recipient may use your version of this file - under either the MPL or the [___] License." - - [NOTE: The text of this Exhibit A may differ slightly from the text of - the notices in the Source Code files of the Original Code. You should - use the text of this Exhibit A rather than the text found in the - Original Code Source Code for Your Modifications.] - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/pixman-licenses.txt b/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/pixman-licenses.txt deleted file mode 100644 index 5d8dca6..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/motif_root/about_files/pixman-licenses.txt +++ /dev/null @@ -1,92 +0,0 @@ -libpixregion - -Copyright 1987, 1998 The Open Group - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation. - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of The Open Group shall not be -used in advertising or otherwise to promote the sale, use or other dealings -in this Software without prior written authorization from The Open Group. - - -Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. - - All Rights Reserved - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation, and that the name of Digital not be -used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. - -DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING -ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL -DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR -ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -SOFTWARE. - ----------------------------------------------------------------------- -libic - -Copyright © 2001 Keith Packard - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation, and that the name of Keith Packard not be used in -advertising or publicity pertaining to distribution of the software without -specific, written prior permission. Keith Packard makes no -representations about the suitability of this software for any purpose. It -is provided "as is" without express or implied warranty. - -KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - ----------------------------------------------------------------------- -slim - -slim is Copyright © 2003 Richard Henderson - -Permission to use, copy, modify, distribute, and sell this software -and its documentation for any purpose is hereby granted without fee, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation, and that the name of Richard Henderson not be -used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. Richard Henderson -makes no representations about the suitability of this software for -any purpose. It is provided "as is" without express or implied -warranty. - -RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF -USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 3e838fd..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.SF deleted file mode 100644 index 379c1c7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: KF/BTcW1++n3LmKq+zYZDEl2zos= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: 3BmI6CPKr6t7F0+aaodB6pq5+9A= - -Name: feature.xml -SHA1-Digest: 6s5UbHd2v531MgdkaKzBfskAO2w= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/MANIFEST.MF deleted file mode 100644 index 5d2ea4b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: zo3407CFtmeBj02uhniE9yi0PBU= - -Name: feature.xml -SHA1-Digest: c41x1BzU+usjb2/ZdLQynxeaQRg= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.properties deleted file mode 100644 index 4bb87db..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.properties +++ /dev/null @@ -1,196 +0,0 @@ -############################################################################### -# Copyright (c) 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Equinox p2 Core Function Source - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature -description=Source code for the Equinox provisioning platform - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.xml deleted file mode 100644 index 9105bd9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature.source_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 881133e..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.SF deleted file mode 100644 index 1f399fe..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: o4h+WhYDxxgsxfde/KFV/NCgFSU= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: siYmD/FGVu1PgapA9a1Ry/kJbAw= - -Name: feature.xml -SHA1-Digest: LPqXgq4Zbg6S5sECf265hgEiqPs= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/MANIFEST.MF deleted file mode 100644 index 6546d2b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: x/LIFEtPEANQfOvb2FjDfHiuum4= - -Name: feature.xml -SHA1-Digest: opdSPVZki2GFZY+djxW/dJWoais= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.properties deleted file mode 100644 index 35a39f0..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2010, 2011 EclipseSource Inc. and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# EclipseSource - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Equinox p2 Core Function - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -description=Provides a minimal headless provisioning system. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2010 EclipseSource Inc. and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - EclipseSource - initial API and implementation\n -################ end of copyright property #################################### -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.xml deleted file mode 100644 index 0c0316e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/feature.xml +++ /dev/null @@ -1,286 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/ECLIPSEF.RSA deleted file mode 100644 index ddb0c72..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/ECLIPSEF.SF deleted file mode 100644 index ea61306..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: +xjxuKWKDYomxFeK6n8rjP0KekE= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: 8eKQjA+KOoIXf2XntaovNOR+oe4= - -Name: feature.xml -SHA1-Digest: 1fAkPirNTvxBEAt3soP2lUnHRSo= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/MANIFEST.MF deleted file mode 100644 index c5dcdfa..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: i3Zx2vn6lXXupIkp590+RRt9SK8= - -Name: feature.xml -SHA1-Digest: DauL/WBePfo35HRT+A2aWPmTn3o= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/feature.properties deleted file mode 100644 index d67ef4e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/feature.properties +++ /dev/null @@ -1,198 +0,0 @@ -############################################################################### -# Copyright (c) 2010, 2011 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Equinox p2 Discovery - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -# "updateSiteName" property - label for the update site -updateSiteName=The Equinox Project Repository - -# "description" property - description of the feature -description=All of the bundles that comprise Equinox p2 discovery. \n\ -This feature is intended to be used by integrators building on discovery. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2010 Tasktop Technologies and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - Tasktop Technologies - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/feature.xml deleted file mode 100644 index 52b9897..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/feature.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.discovery.feature_1.0.101.R37x_v20110909-4-8_9oB5885K5B28WKK/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 752da18..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.SF deleted file mode 100644 index e309c7b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: eFSMaCmgN0NIgLMeRnL32QTklQc= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: eMmxHcy4M+Q5y2O1Ti/c2ahNJmU= - -Name: feature.xml -SHA1-Digest: o92ZKNJuudXeOGrDDgC9QQkXG7Y= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/MANIFEST.MF deleted file mode 100644 index 0c60b7c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: ZUGaYEz7YbUjJkmjJhgo/68Mrug= - -Name: feature.xml -SHA1-Digest: tms/1OplkHmiTr9pXX7n2G3j9M0= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.properties deleted file mode 100644 index 859260c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.properties +++ /dev/null @@ -1,196 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Equinox p2 RCP Management Facilities - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature -description=Source code for the Equinox provisioning platform - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2008, 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.xml deleted file mode 100644 index 7b32c43..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature.source_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.RSA deleted file mode 100644 index d5a8581..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.SF deleted file mode 100644 index c7bdd7e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: wocycxSS2RGDIyjcFtqazO8+sEc= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: QXjasCGfhFr8ViQeCp146SYtHQs= - -Name: feature.xml -SHA1-Digest: YIfaQVO8stcg6QQq/tyZu/yoYbo= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/MANIFEST.MF deleted file mode 100644 index 8323ff5..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: pZxe2mLOtxiDmbpSVandTmRyHfM= - -Name: feature.xml -SHA1-Digest: KaNJ+Iagsb4zZxxsU4mHOj73H+Q= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.properties deleted file mode 100644 index a612ea1..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.properties +++ /dev/null @@ -1,193 +0,0 @@ -############################################################################### -# Copyright (c) 2010, 2011 EclipseSource Inc. and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# EclipseSource - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Add-on Function for p2 - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -description=Provides some backward compatibility support (e.g. drop-ins, legacy update site) and the metadata generation facility. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2010 EclipseSource Inc. and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - EclipseSource - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.xml deleted file mode 100644 index 76eb307..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/feature.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.RSA deleted file mode 100644 index eca04f1..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.SF deleted file mode 100644 index 5ff5667..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: a8OVZAQikm+QU6kK1U6z9Uuhdqg= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: O8xgOkeOsSqKmRcqvGAZ0ZncMdo= - -Name: feature.xml -SHA1-Digest: Ub+4W2b2StfBb4WO20G7QCBzbJ0= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/MANIFEST.MF deleted file mode 100644 index 9349bc5..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: B9MCxfOE3EBFStsMXhhPduhn/fI= - -Name: feature.xml -SHA1-Digest: mGzpoUjr0v+U9ISAOkZkzEaqT6s= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.properties deleted file mode 100644 index d63990b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.properties +++ /dev/null @@ -1,196 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Equinox p2 RCP Management Facilities Source - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature -description=Source code for the Equinox provisioning platform - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2008, 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.xml deleted file mode 100644 index 8832f88..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature.source_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 1031221..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.SF deleted file mode 100644 index 90e9d46..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: P1kt5MReIUYZAvVJIHkcG89q2nk= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: JqJjvsRVoyRRGp1D7TcODCcYA+k= - -Name: feature.xml -SHA1-Digest: CVsAlXcrxH5NNnF4+5EowL7CqAE= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/MANIFEST.MF deleted file mode 100644 index 25b6039..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: gdm77vxq4WgtPiRX7+vVOf4OWUU= - -Name: feature.xml -SHA1-Digest: QujffN+c1K8ebTs3AudNt8NXehU= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.properties deleted file mode 100644 index 5d06bc4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2011 EclipseSource Inc. and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# EclipseSource - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Equinox p2 RCP Management Facilities - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -description=Provides SWT based UI component for p2. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2011 EclipseSource Inc. and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - EclipseSource - initial API and implementation\n -################ end of copyright property #################################### -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.xml deleted file mode 100644 index 85589fe..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/feature.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 4113520..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.SF deleted file mode 100644 index cf3b173..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: nEtS1ufvCaG/9jZCNkdiWtfIg1Y= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: 4nRj/F4BPfJ8uocwbSueSM+6mr8= - -Name: feature.xml -SHA1-Digest: x9l7DLzHvBsxt1j1/fPQOpuH+GU= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/MANIFEST.MF deleted file mode 100644 index 2f7307a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: Yc4IKOE0aob8yQl9S+JUDnU1Pp0= - -Name: feature.xml -SHA1-Digest: 7HHqui0RCgiAyl2lg5II1alEe3U= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.properties deleted file mode 100644 index 1b6acf1..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.properties +++ /dev/null @@ -1,196 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse p2 Provisioning Developer Resources - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature -description=Source code for the Equinox provisioning platform - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2008, 2009 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.xml deleted file mode 100644 index 54da843..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui.source_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 0679edb..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.SF deleted file mode 100644 index 5ab5e2d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: DhycSPCrajPMFTN2zleRKddBszw= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: PArBWP+cmsu1doF4teQmSSe/vmQ= - -Name: feature.xml -SHA1-Digest: +WidMElxrrroH5khSSQnmXJLS4E= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/MANIFEST.MF deleted file mode 100644 index 25b98e8..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: PUqzpThlpQxcAdDN2y6aKcfGM/0= - -Name: feature.xml -SHA1-Digest: 8jpqDqBwjoX17QGbPfFGTgS/AUk= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.properties deleted file mode 100644 index e346b87..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.properties +++ /dev/null @@ -1,191 +0,0 @@ -############################################################################### -# Copyright (c) 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# "featureName" property - name of the feature -featureName=Equinox p2 Provisioning for IDEs. - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - Equinox - -# "updateSiteName" property - label for the update site -updateSiteName=The Eclipse Project Updates - -# "description" property - description of the feature -description=Eclipse p2 Provisioning Platform for use in IDE related scenarios - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2008, 2010 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.xml deleted file mode 100644 index 1208743..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/feature.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/META-INF/MANIFEST.MF deleted file mode 100644 index 2da5ff2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.2 -Created-By: 1.6.0_27-b07 (Sun Microsystems Inc.) - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/feature.properties deleted file mode 100644 index f31be75..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/feature.properties +++ /dev/null @@ -1,197 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Equinox Weaving SDK - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Equinox Project - -# "updateSiteName" property - label for the update site -updateSiteName=The Equinox Project Repository - -# "description" property - description of the feature -description=A description of Equinox Weaving - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2009 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM - initial API and implementation\n -################ end of copyright property #################################### -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -April 14, 2010\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/feature.xml deleted file mode 100644 index 70151b9..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/feature.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/license.html b/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/license.html deleted file mode 100644 index c184ca3..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.equinox.weaving.sdk_1.0.200.I20120427-0800/license.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

April 14, 2010

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 0056bc9..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/ECLIPSEF.SF deleted file mode 100644 index ac08aa7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 7Gvvg13QVjZf8TR/PiKo9XMwtA0= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: FC/avaN9a7irUiWJicZdzJ6G9f0= - -Name: feature.xml -SHA1-Digest: 53SwJiAO8rKd8NL52DmijLMI/as= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/MANIFEST.MF deleted file mode 100644 index f8a7c9a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: DqFAU9UkPmuEiCuQe6wvxAI/EiI= - -Name: feature.xml -SHA1-Digest: Uw3yE80O75X8n1xzr+I+N1Xh3Es= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/feature.properties deleted file mode 100644 index d354be4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Help System - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Eclipse help system. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2008, 2010 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/feature.xml deleted file mode 100644 index d3cc302..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/feature.xml +++ /dev/null @@ -1,150 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/license.html b/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/ECLIPSEF.RSA deleted file mode 100644 index d38d448..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/ECLIPSEF.SF deleted file mode 100644 index 1eb790d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 4lUVIAFQEc1qKhmmRrxBLwp2in8= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: /ZznuUZ3zStDpPNWW+TFA7DZ190= - -Name: feature.xml -SHA1-Digest: Evenu1PINo4+Nt4chmtiGdfTCKU= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/MANIFEST.MF deleted file mode 100644 index ca05ea2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: oGOos+PYfgXYUImIfSsV6KZhQCU= - -Name: feature.xml -SHA1-Digest: rX+9+Q71CxhAPaAgITHG7puS3Bk= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/feature.properties deleted file mode 100644 index f167193..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Java Development Tools - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Eclipse Java development tools (binary runtime and user documentation). - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/feature.xml deleted file mode 100644 index 07379a3..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/feature.xml +++ /dev/null @@ -1,207 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/license.html b/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jdt_3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 8c1c315..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF deleted file mode 100644 index d3ab777..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,27 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: oSDAVVTNerN5if+k0zkhNXfL5Bs= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: edl-v10.html -SHA1-Digest: sEcge6qpnHmO4EjAOv/JTq0L/dg= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.xml -SHA1-Digest: sg5xVNN8sFDWkZYeKehPzOqeYsc= - -Name: META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.pro - perties -SHA1-Digest: 4MSyYxxbXG3IszmOjz8L3slQkGQ= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: 3w7MvZELUVqxSTWR6JPtLMOsUHg= - -Name: feature.xml -SHA1-Digest: FmQB4zVVVzpZ30v+L57MieZTEb0= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/MANIFEST.MF deleted file mode 100644 index b79f82e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: edl-v10.html -SHA1-Digest: /Ofgzk+HfH3lV4dQ6x65yE/YtRQ= - -Name: META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.pro - perties -SHA1-Digest: +UjwxW4q60gC2UHic4y3h+X6eik= - -Name: META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.xml -SHA1-Digest: K90E1ASgrhyZZO0v7Lw4pdkVBC0= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: HxGN3Zzxhs7x9MWBpZ7leqTMXXw= - -Name: feature.xml -SHA1-Digest: QaeOmytNu7r2TP/XO8Q1AFvpoNg= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.properties deleted file mode 100644 index 361dcfa..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 16:22:53 EST 2012 -version=1.3.0.201202151440-r -groupId=org.eclipse.jgit -artifactId=org.eclipse.jgit.feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.xml deleted file mode 100644 index 784ce49..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/META-INF/maven/org.eclipse.jgit/org.eclipse.jgit.feature/pom.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - 4.0.0 - - - org.eclipse.jgit - jgit.tycho.parent - 1.3.0.201202151440-r - - - org.eclipse.jgit.feature - eclipse-feature - - JGit Feature - - - - org.eclipse.jgit - org.eclipse.jgit - 1.3.0.201202151440-r - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/edl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/edl-v10.html deleted file mode 100644 index 01a2671..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/edl-v10.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - -Eclipse Distribution License - Version 1.0 - - - - - - -

Eclipse Distribution License - v 1.0

- -

Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.

- -

All rights reserved.

-

Redistribution and use in source and binary forms, with or without modification, - are permitted provided that the following conditions are met: -

  • Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer.
  • -
  • Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution.
  • -
  • Neither the name of the Eclipse Foundation, Inc. nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission.
-

-

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/feature.properties deleted file mode 100644 index 442a76e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/feature.properties +++ /dev/null @@ -1,160 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -############################################################################### - -featureName=Eclipse JGit -providerName=Eclipse JGit - -updateSiteName=Eclipse JGit Update Site - -# description property - text of the "Feature Description" -description=\ -A pure Java implementation of the Git version control system.\n -################ end of description property ################################## - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2005, 2010 Shawn Pearce, Robin Rosenberg, et.al.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Distribution License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/org/documents/edl-v10.html\n -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/feature.xml deleted file mode 100644 index 5f1474e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/feature.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/license.html b/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.jgit_1.3.0.201202151440-r/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 3a0dde8..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index 6bc1b2f..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,28 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 3JNtFxp1xMe+37Yg+3So2oOVCq4= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: 6sWiiPyLLPdtKRoY7vkyOOenvWk= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzill - a_feature/pom.xml -SHA1-Digest: eRe/F5N2D/mKa0Yfhzoa7gyDFL8= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzill - a_feature/pom.properties -SHA1-Digest: bkILkgM1XkhlbQ3nuFdt6WT1oko= - -Name: feature.xml -SHA1-Digest: MR1pIrGoEBNTWtobBOTYprPYi9I= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index 7451ff6..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: BZOy+OO/af6BU0tKexQZ4i0EJwk= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzill - a_feature/pom.xml -SHA1-Digest: R++vD9TD3cB/IsMfNg7fz37Igvo= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzill - a_feature/pom.properties -SHA1-Digest: UkJCFb1ZrxOp69l2/NPiOVSfkeo= - -Name: feature.xml -SHA1-Digest: /kU+w/KDc/uN8EuAD+Uq0eJQI2I= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla_feature/pom.properties deleted file mode 100644 index 87cc723..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:55:24 EST 2012 -version=3.6.5-SNAPSHOT -groupId=org.eclipse.mylyn.tasks -artifactId=org.eclipse.mylyn.bugzilla_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla_feature/pom.xml deleted file mode 100644 index fe338c7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-tasks-parent - org.eclipse.mylyn.tasks - 3.6.5-SNAPSHOT - - org.eclipse.mylyn.tasks - org.eclipse.mylyn.bugzilla_feature - 3.6.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/feature.properties deleted file mode 100644 index 654a99a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2010 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -featureName=Mylyn Tasks Connector: Bugzilla -description=Provides Task List integration, offline support and rich editing for the open source Bugzilla bug tracker. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2004, 2012 Tasktop Technologies and others. All rights reserved. - -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/feature.xml deleted file mode 100644 index 3a5acfd..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.bugzilla_feature_3.6.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index c311c91..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index 8cebf1a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,28 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: giaCYpt5UtWO2yFg2dY016ve2ng= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.conte - xt_feature/pom.xml -SHA1-Digest: BMEFUZxe5fcH3jvmgU54VVKwJPY= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.conte - xt_feature/pom.properties -SHA1-Digest: jNCDmoVrhrCjYZd7DjleW/vYho4= - -Name: feature.properties -SHA1-Digest: Rd3jcphpynGSDXHSMOvY3lSp7EQ= - -Name: feature.xml -SHA1-Digest: NQbGdw4OgSqnBQtuCF1wLq6cchQ= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index 0fbd8db..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.conte - xt_feature/pom.xml -SHA1-Digest: rf8VkkdakxAsra5dre8/XQJzsjo= - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.conte - xt_feature/pom.properties -SHA1-Digest: zF5hf4mw3pM4+O/m+jaHTMu+ZQI= - -Name: feature.properties -SHA1-Digest: cJCr5hBPF8/EHKSpi+8BoEL7fUk= - -Name: feature.xml -SHA1-Digest: OY1HkhKox/arg3EGsslVYSvnrgQ= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.context_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.context_feature/pom.properties deleted file mode 100644 index e7891e2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.context_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:55:58 EST 2012 -version=3.6.5-SNAPSHOT -groupId=org.eclipse.mylyn.context -artifactId=org.eclipse.mylyn.context_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.context_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.context_feature/pom.xml deleted file mode 100644 index ebfe712..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.context_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-context-parent - org.eclipse.mylyn.context - 3.6.5-SNAPSHOT - - org.eclipse.mylyn.context - org.eclipse.mylyn.context_feature - 3.6.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/feature.properties deleted file mode 100644 index b4e0229..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2010 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -featureName=Mylyn Task-Focused Interface -description=Provides the Mylyn Task-Focused Interface. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2004, 2012 Tasktop Technologies and others. All rights reserved. - -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/feature.xml deleted file mode 100644 index c555532..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.context_feature_3.6.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index ad90ec7..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index d1cdb18..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,28 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 2oKid3YCivKl9Zn4BJRDllyfnfg= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: 1ZRgdzWMgaAHg3FEqy5iVWJp/Qs= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_f - eature/pom.xml -SHA1-Digest: hrbnb+xWyAwl6vkC5r9+ue4hAGM= - -Name: feature.xml -SHA1-Digest: BhEWHVTYyfjMuBSntr6hAhK1Y/Q= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_f - eature/pom.properties -SHA1-Digest: j8BDJW6rsr41XShAY4ykPUXhNVQ= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index 939d231..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_f - eature/pom.xml -SHA1-Digest: 2IOitrAjCOyhIw1rEAGlpDXGZss= - -Name: feature.properties -SHA1-Digest: 0H/TT1FJidnGGqN3ZL78UN/W1+A= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_f - eature/pom.properties -SHA1-Digest: X0EEpf4jfENTtTUpw/DEhRpA2zY= - -Name: feature.xml -SHA1-Digest: 7s0VgM3pLlDWZjPn1NF7lf+iLbw= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_feature/pom.properties deleted file mode 100644 index abd3496..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:56:00 EST 2012 -version=3.6.5-SNAPSHOT -groupId=org.eclipse.mylyn.context -artifactId=org.eclipse.mylyn.ide_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_feature/pom.xml deleted file mode 100644 index 2e15ae4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.ide_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-context-parent - org.eclipse.mylyn.context - 3.6.5-SNAPSHOT - - org.eclipse.mylyn.context - org.eclipse.mylyn.ide_feature - 3.6.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/feature.properties deleted file mode 100644 index 0c096e7..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2010 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -featureName=Mylyn Context Connector: Eclipse IDE -description=Mylyn Task-Focused UI extensions for the Eclipse IDE. Provides focusing of common IDE views and editors. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2004, 2012 Tasktop Technologies and others. All rights reserved. - -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/feature.xml deleted file mode 100644 index 12a821c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.ide_feature_3.6.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 07257ab..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index ece7ae4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,28 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 60Av9pv9b0qN5T0fAsV3HuToOwQ= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: a9SSPoSR4THinpt+C+T5Yj6mPzk= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_ - feature/pom.properties -SHA1-Digest: sPgpgrgzPgghHH8+WdJ4gKPKegI= - -Name: feature.xml -SHA1-Digest: JNNCnZ9ob/Nd3PWvD6vgNDiNMDs= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_ - feature/pom.xml -SHA1-Digest: c57gTDvl7rBAHb5rVTc27mJ/DBc= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index 49bd9d5..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_ - feature/pom.properties -SHA1-Digest: 3+eNgveeytVTmFcc51EKi/8rjgk= - -Name: feature.properties -SHA1-Digest: MhEF5p2PJXluvsEiHu5LzNAtRo8= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_ - feature/pom.xml -SHA1-Digest: bSoSzAnFu5KiSLUMAPXZbeE55Lk= - -Name: feature.xml -SHA1-Digest: CojZTs+ZR7X1+LtHGA2RXdk4XLA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_feature/pom.properties deleted file mode 100644 index 1a1c6af..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:56:02 EST 2012 -version=3.6.5-SNAPSHOT -groupId=org.eclipse.mylyn.context -artifactId=org.eclipse.mylyn.java_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_feature/pom.xml deleted file mode 100644 index 5d4b227..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.java_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-context-parent - org.eclipse.mylyn.context - 3.6.5-SNAPSHOT - - org.eclipse.mylyn.context - org.eclipse.mylyn.java_feature - 3.6.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/feature.properties deleted file mode 100644 index f40f8da..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2010 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -featureName=Mylyn Context Connector: Java Development -description=NOTE: Installs JDT if not present. Mylyn Task-Focused UI extensions for JDT. Provides focusing of Java element views and editors. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2004, 2012 Tasktop Technologies and others. All rights reserved. - -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/feature.xml deleted file mode 100644 index 96324fe..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.java_feature_3.6.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index d69212f..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index d8fba17..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,28 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 0KK3xMB/XAaJc+YDhZKNwNxeIJ4= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_f - eature/pom.xml -SHA1-Digest: 16L49YROhYF1mqBrPTQS2r2yxic= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_f - eature/pom.properties -SHA1-Digest: M32OsWsX1sOFiDTKeW6wUSGyync= - -Name: feature.properties -SHA1-Digest: OOOchJBssB6Ijzg4HppAJLC29yE= - -Name: feature.xml -SHA1-Digest: 2upXLtOl42qCnCgnwdQnByJti9s= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index b5069eb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_f - eature/pom.xml -SHA1-Digest: I7nQq6+GYERH9vPv6/e0WqgPNG4= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_f - eature/pom.properties -SHA1-Digest: ymJ7820nBoVQAbQJlmBaROGJfdw= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: XeM9QoqfA3V0yqA06UKSl5wzWv0= - -Name: feature.xml -SHA1-Digest: NGPEBHIIPo0/kZDtkkOpjXYoKvU= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_feature/pom.properties deleted file mode 100644 index 0da3ecb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:56:04 EST 2012 -version=3.6.5-SNAPSHOT -groupId=org.eclipse.mylyn.context -artifactId=org.eclipse.mylyn.pde_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_feature/pom.xml deleted file mode 100644 index 24ff792..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.pde_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-context-parent - org.eclipse.mylyn.context - 3.6.5-SNAPSHOT - - org.eclipse.mylyn.context - org.eclipse.mylyn.pde_feature - 3.6.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/feature.properties deleted file mode 100644 index 0cd1844..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2010 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -featureName=Mylyn Context Connector: Plug-in Development -description=NOTE: Installs PDE if not present. Mylyn Task-Focused UI extensions for PDE, Ant, Team Support and CVS. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2004, 2012 Tasktop Technologies and others. All rights reserved. - -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/feature.xml deleted file mode 100644 index ee50d41..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.pde_feature_3.6.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 6f3afc3..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index ddec70c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,28 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 7TgK2zPepgjc+EKKDxkYMzRNVEk= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_ - feature/pom.properties -SHA1-Digest: x1PbGvnk/rQAjCwOtrHd24KJSmg= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_ - feature/pom.xml -SHA1-Digest: Nkz3o3INHmsQ6X+50elrKaxRqw4= - -Name: feature.properties -SHA1-Digest: JcJrp3bs46yN+xiYNxJGWsfzKa4= - -Name: feature.xml -SHA1-Digest: 17t3K+Z3Xc0GejBuGaDix0eZIaY= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index 7c2e18d..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_ - feature/pom.properties -SHA1-Digest: Vmc9DU7gDFynizUveaji5YKhxWc= - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_ - feature/pom.xml -SHA1-Digest: kHMrxZUyF02hzWg5u+6KfL668R0= - -Name: feature.properties -SHA1-Digest: Eslj062C7ktia+3JSeQ0taJbe3k= - -Name: feature.xml -SHA1-Digest: 8x86Fc0Y1has3vcrToJZXlEgD60= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_feature/pom.properties deleted file mode 100644 index b1586c1..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:56:06 EST 2012 -version=3.6.5-SNAPSHOT -groupId=org.eclipse.mylyn.context -artifactId=org.eclipse.mylyn.team_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_feature/pom.xml deleted file mode 100644 index 83fec3b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.context/org.eclipse.mylyn.team_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-context-parent - org.eclipse.mylyn.context - 3.6.5-SNAPSHOT - - org.eclipse.mylyn.context - org.eclipse.mylyn.team_feature - 3.6.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/feature.properties deleted file mode 100644 index 3c1e04e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2010 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -featureName=Mylyn Context Connector: Team Support -description=Mylyn Task-Focused UI extensions for Team version control. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2004, 2012 Tasktop Technologies and others. All rights reserved. - -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/feature.xml deleted file mode 100644 index bf84e1b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.team_feature_3.6.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 3d72023..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index 4745b2b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,28 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: pEOWiROe2pSQ5YGWreB7s2A2nCA= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext - _feature/pom.properties -SHA1-Digest: GsABiGqs9OyNcrxnmGKz+moFeRg= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext - _feature/pom.xml -SHA1-Digest: 6JZqQ9wfjXToLWd79Tijv7Xc43A= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: EDOmoUVS9LGWbClWPnlHo5MXY60= - -Name: feature.xml -SHA1-Digest: hESIIX0mlHD9BMEjtuDYzTAITKQ= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index d6f205f..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext - _feature/pom.properties -SHA1-Digest: QyYq4EVb5uDJ3lCtJ+H0jySe8JU= - -Name: META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext - _feature/pom.xml -SHA1-Digest: D57dSgPxJpHP/6xZj4XQOV1m4G0= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: 7MX+VZXbhmP2m38WOOeGdvo998s= - -Name: feature.xml -SHA1-Digest: +mtQrf+jhy7icdjXR7VYeiyZfRg= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext_feature/pom.properties deleted file mode 100644 index 70afa77..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:56:26 EST 2012 -version=1.5.5-SNAPSHOT -groupId=org.eclipse.mylyn.docs -artifactId=org.eclipse.mylyn.wikitext_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext_feature/pom.xml deleted file mode 100644 index 5583f6c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-docs-parent - org.eclipse.mylyn.docs - 1.5.5-SNAPSHOT - - org.eclipse.mylyn.docs - org.eclipse.mylyn.wikitext_feature - 1.5.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/feature.properties deleted file mode 100644 index 9ee3885..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2010 David Green and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# David Green - initial API and implementation -############################################################################### -featureName=Mylyn WikiText -description=Enables parsing and display of lightweight markup (wiki text). Extends the Mylyn task editor to create a markup-aware editor. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2007, 2012 David Green and others. All rights reserved. - -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/feature.xml deleted file mode 100644 index f470c2c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn.wikitext_feature_1.5.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index b578a4b..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF deleted file mode 100644 index d6c539b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,31 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: RVgrv1MTcdcBfznVYrRKVOn2Wg0= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ofgHCuMzh9XF5aPhQMIbNJsn5DA= - -Name: epl-v10.html -SHA1-Digest: xipg4kdvniXTRoluum46PzkHsAQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: p2.inf -SHA1-Digest: /jTGeLkfeVg1WPkb+G4EBfIeDx8= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: TIxUVSmDAp4T2ABRST8PVBcJZTs= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature - /pom.properties -SHA1-Digest: G8F5jLK7fzFdEkr4bNuuANRXDow= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature - /pom.xml -SHA1-Digest: fgNaKHGjJNHchsi59Zzm2+pySwU= - -Name: feature.xml -SHA1-Digest: pg9Z/tRWurbm0UbmLbEYqKyryoU= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF deleted file mode 100644 index dd7b598..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,32 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_21 -Built-By: hudsonbuild -Archiver-Version: Plexus Archiver -Created-By: Apache Maven - -Name: epl-v10.html -SHA1-Digest: pTOyybcpEe+Y8lkSVUtarMleXqE= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: p2.inf -SHA1-Digest: kkNBxy8pbBEduyJW+gjPeeYdVss= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: JCji80NOpxtZfIj2fswztwvfuok= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature - /pom.properties -SHA1-Digest: WWwgYMb5Da7AMW8XtQwJPbmnvpU= - -Name: META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature - /pom.xml -SHA1-Digest: myEuLAOXA7jMj+WaOwYH0JleKPM= - -Name: feature.xml -SHA1-Digest: 6HobjEQjLAyHNLi5eUGhjwoBiWg= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature/pom.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature/pom.properties deleted file mode 100644 index 96f51cc..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Feb 15 08:55:22 EST 2012 -version=3.6.5-SNAPSHOT -groupId=org.eclipse.mylyn.tasks -artifactId=org.eclipse.mylyn_feature diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature/pom.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature/pom.xml deleted file mode 100644 index a644113..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/META-INF/maven/org.eclipse.mylyn.tasks/org.eclipse.mylyn_feature/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - mylyn-tasks-parent - org.eclipse.mylyn.tasks - 3.6.5-SNAPSHOT - - org.eclipse.mylyn.tasks - org.eclipse.mylyn_feature - 3.6.5-SNAPSHOT - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/epl-v10.html deleted file mode 100644 index ed4b196..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/epl-v10.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -
- -

Eclipse Public License - v 1.0 -

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER -THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, -REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE -OF THIS AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) -in the case of the initial Contributor, the initial code and documentation -distributed under this Agreement, and
-b) in the case of each subsequent Contributor:

- -

i) -changes to the Program, and

- -

ii) -additions to the Program;

- -

where -such changes and/or additions to the Program originate from and are distributed -by that particular Contributor. A Contribution 'originates' from a Contributor -if it was added to the Program by such Contributor itself or anyone acting on -such Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in conjunction -with the Program under their own license agreement, and (ii) are not derivative -works of the Program.

- -

"Contributor" means any person or -entity that distributes the Program.

- -

"Licensed Patents " mean patent -claims licensable by a Contributor which are necessarily infringed by the use -or sale of its Contribution alone or when combined with the Program.

- -

"Program" means the Contributions -distributed in accordance with this Agreement.

- -

"Recipient" means anyone who -receives the Program under this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) -Subject to the terms of this Agreement, each Contributor hereby grants Recipient -a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly -display, publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and object code -form.

- -

b) -Subject to the terms of this Agreement, each Contributor hereby grants -Recipient a non-exclusive, worldwide, royalty-free -patent license under Licensed Patents to make, use, sell, offer to sell, import -and otherwise transfer the Contribution of such Contributor, if any, in source -code and object code form. This patent license shall apply to the combination -of the Contribution and the Program if, at the time the Contribution is added -by the Contributor, such addition of the Contribution causes such combination -to be covered by the Licensed Patents. The patent license shall not apply to -any other combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) -Recipient understands that although each Contributor grants the licenses to its -Contributions set forth herein, no assurances are provided by any Contributor -that the Program does not infringe the patent or other intellectual property -rights of any other entity. Each Contributor disclaims any liability to Recipient -for claims brought by any other entity based on infringement of intellectual -property rights or otherwise. As a condition to exercising the rights and -licenses granted hereunder, each Recipient hereby assumes sole responsibility -to secure any other intellectual property rights needed, if any. For example, -if a third party patent license is required to allow Recipient to distribute -the Program, it is Recipient's responsibility to acquire that license before -distributing the Program.

- -

d) -Each Contributor represents that to its knowledge it has sufficient copyright -rights in its Contribution, if any, to grant the copyright license set forth in -this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the -Program in object code form under its own license agreement, provided that: -

- -

a) -it complies with the terms and conditions of this Agreement; and

- -

b) -its license agreement:

- -

i) -effectively disclaims on behalf of all Contributors all warranties and -conditions, express and implied, including warranties or conditions of title -and non-infringement, and implied warranties or conditions of merchantability -and fitness for a particular purpose;

- -

ii) -effectively excludes on behalf of all Contributors all liability for damages, -including direct, indirect, special, incidental and consequential damages, such -as lost profits;

- -

iii) -states that any provisions which differ from this Agreement are offered by that -Contributor alone and not by any other party; and

- -

iv) -states that source code for the Program is available from such Contributor, and -informs licensees how to obtain it in a reasonable manner on or through a -medium customarily used for software exchange.

- -

When the Program is made available in source -code form:

- -

a) -it must be made available under this Agreement; and

- -

b) a -copy of this Agreement must be included with each copy of the Program.

- -

Contributors may not remove or alter any -copyright notices contained within the Program.

- -

Each Contributor must identify itself as the -originator of its Contribution, if any, in a manner that reasonably allows -subsequent Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may -accept certain responsibilities with respect to end users, business partners -and the like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create potential -liability for other Contributors. Therefore, if a Contributor includes the -Program in a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified Contributor to -the extent caused by the acts or omissions of such Commercial Contributor in -connection with its distribution of the Program in a commercial product -offering. The obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In order -to qualify, an Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial Contributor -to control, and cooperate with the Commercial Contributor in, the defense and -any related settlement negotiations. The Indemnified Contributor may participate -in any such claim at its own expense.

- -

For example, a Contributor might include the -Program in a commercial product offering, Product X. That Contributor is then a -Commercial Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance claims and -warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the -other Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and distributing the -Program and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program errors, -compliance with applicable laws, damage to or loss of data, programs or -equipment, and unavailability or interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS -AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY -OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF -THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid -or unenforceable under applicable law, it shall not affect the validity or -enforceability of the remainder of the terms of this Agreement, and without -further action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation -against any entity (including a cross-claim or counterclaim in a lawsuit) -alleging that the Program itself (excluding combinations of the Program with -other software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the date -such litigation is filed.

- -

All Recipient's rights under this Agreement -shall terminate if it fails to comply with any of the material terms or -conditions of this Agreement and does not cure such failure in a reasonable -period of time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute -copies of this Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The Agreement -Steward reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version of -the Agreement under which it was received. In addition, after a new version of -the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly stated -in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to -the intellectual property of any Contributor under this Agreement, whether -expressly, by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved.

- -

This Agreement is governed by the laws of the -State of New York and the intellectual property laws of the United States of -America. No party to this Agreement will bring a legal action under this -Agreement more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation.

- -

 

- -
- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/feature.properties deleted file mode 100644 index a97a67b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/feature.properties +++ /dev/null @@ -1,141 +0,0 @@ -############################################################################### -# Copyright (c) 2009, 2010 Tasktop Technologies and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Tasktop Technologies - initial API and implementation -############################################################################### -featureName=Mylyn Task List -description=Provides the Task List for task and time management. -providerName=Eclipse Mylyn -copyright=Copyright (c) 2004, 2012 Tasktop Technologies and others. All rights reserved. - -discovery_Mylyn_Extras=Mylyn Extras -discovery_Mylyn=Mylyn -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/feature.xml deleted file mode 100644 index 287be00..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/feature.xml +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/license.html b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/p2.inf b/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/p2.inf deleted file mode 100644 index 42f983a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.mylyn_feature_3.6.5.v20120215-0100/p2.inf +++ /dev/null @@ -1,5 +0,0 @@ -instructions.configure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/extras);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/extras);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/weekly/extras);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/weekly/extras); diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/ECLIPSEF.RSA deleted file mode 100644 index e62508b..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/ECLIPSEF.SF deleted file mode 100644 index ddf9436..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: MW/Qst0re6ny8N2BB0B/cQS2EF0= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: CkIN0vb2+hcKJsvPgZhue/NGWfI= - -Name: feature.xml -SHA1-Digest: F0dJaJ/Bkn9xnJv5kjCjFRtGpWg= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/MANIFEST.MF deleted file mode 100644 index 192f1ba..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: rXjsYzVXKHJGUiIo+Bu0KbX+Jtw= - -Name: feature.xml -SHA1-Digest: dSHm5gCRBQ/fYswZtIt7Gz5pjcY= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/feature.properties deleted file mode 100644 index b7be4f8..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Plug-in Development Environment - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Eclipse plug-in development environment. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/feature.xml deleted file mode 100644 index fe21613..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/feature.xml +++ /dev/null @@ -1,152 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/license.html b/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.pde_3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 5f0fb21..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.SF deleted file mode 100644 index 24899f2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 3t6M7ZD7fH5EyL1c8vv6KojllHM= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: j0268m4y/cRM5qYlTW+L6RbDN68= - -Name: feature.xml -SHA1-Digest: s2qc3CqRr/AMECB+8shQXcTa0xg= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/MANIFEST.MF deleted file mode 100644 index e6ca99b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: BR+pgL7Tz3ZFUsdBKWlssZVfqN0= - -Name: feature.xml -SHA1-Digest: +W6379vjBRtthfxOpYRaaQ+vUsA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.properties deleted file mode 100644 index cb5f7a4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Platform Plug-in Developer Resources - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Common OS-independent API documentation and source code zips for the Eclipse Platform. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2009 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.xml deleted file mode 100644 index 6f38265..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/license.html b/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform.source_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 14f55e1..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.SF deleted file mode 100644 index fa03aec..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: vPZrqsAQ1JWgxHE3R9k61IWnni8= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: SEtnRPefu1kn9zTB9hEwE83AroM= - -Name: feature.xml -SHA1-Digest: y9m4bUmmihgesomBQ8DVHDNatIQ= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/MANIFEST.MF deleted file mode 100644 index b3c0784..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: OJM2Zcs4f9oV+puJrw6uDRZOXcU= - -Name: feature.xml -SHA1-Digest: NGrSiP0/vUY9J6AMIOkvnPuARoI= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.properties deleted file mode 100644 index c659920..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse Platform - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Common OS-independent base of the Eclipse platform (binary runtime and user documentation). - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2011 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.xml deleted file mode 100644 index c970cd4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/feature.xml +++ /dev/null @@ -1,619 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/license.html b/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/ECLIPSEF.RSA deleted file mode 100644 index c673fe3..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/ECLIPSEF.SF deleted file mode 100644 index 6705b5a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: z+Y0mI5K8lz4aYWv54mcGPucuZ4= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: rXkZHSe8C/KGtxbdVXqUgpNkXss= - -Name: epl-v10.html -SHA1-Digest: 5M5yOPanU8Bh0NNt4hucpomfnos= - -Name: META-INF/eclipse.inf -SHA1-Digest: QdryQvJlVywlE0MGLuwYCkmkyWk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: AQn+r3Yo3EyQ6Hz9iQSSyoqWnOs= - -Name: feature.xml -SHA1-Digest: mVw4archY9mSwbe874wbWBzxmBo= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/MANIFEST.MF deleted file mode 100644 index ee5b4c0..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/MANIFEST.MF +++ /dev/null @@ -1,19 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.7.1 -Created-By: 1.4.2_14-b05 (Sun Microsystems Inc.) - -Name: epl-v10.html -SHA1-Digest: NWZsVPJAYSVwfmPtqxLykU2FynY= - -Name: META-INF/eclipse.inf -SHA1-Digest: 09gN05tobgS/MdtqyTNQhOhB73M= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: pupQ+knm3mjt/qFnQUmkEgj0ppQ= - -Name: feature.xml -SHA1-Digest: hM+EvPt/FefmG10SylFWau7xb5Q= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/epl-v10.html deleted file mode 100644 index 3998fce..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/feature.properties deleted file mode 100644 index d5e8f7c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/feature.properties +++ /dev/null @@ -1,162 +0,0 @@ -################################################################################ -# Copyright (c) 2007, 2012 Innoopract Informationssysteme GmbH and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Innoopract Informationssysteme GmbH - initial API and implementation -# EclipseSource - ongoing development -################################################################################ - -featureName = Rich Ajax Platform (RAP) Tooling - -providerName = Eclipse.org - RAP - -updateSiteName = The Rich Ajax Platform Project Updates - -description = Contains tools that support the development of RAP applications. - -copyright=\ -Copyright (c) 2007, 2012 Innoopract Informationssysteme GmbH and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - Innoopract Informationssysteme GmbH - initial API and implementation\n\ - EclipseSource - ongoing development - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/feature.xml deleted file mode 100644 index a9d0c9b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/feature.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/license.html b/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rap.tooling_1.4.2.20120213-1325/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.RSA deleted file mode 100644 index d494239..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.SF deleted file mode 100644 index 684629b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: Iy4rc65ZWbqbTjpnzspIgDV/Sdk= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: mOzRBIasJ8knXk3rdKm1oFwfAMM= - -Name: feature.xml -SHA1-Digest: LZISNJgOD18LdGPyZxLqHffCQPo= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/MANIFEST.MF deleted file mode 100644 index 27ef4c6..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: uL3B3cIIFOFvwLcJaovIRKaWZGc= - -Name: feature.xml -SHA1-Digest: pAl17z9/ZIdwYsedyK71AUCF1r4= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.properties deleted file mode 100644 index 16b54aa..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.properties +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse RCP Plug-in Developer Resources - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "description" property - description of the feature -description=Source code zips for the Eclipse RCP. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2010 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.xml deleted file mode 100644 index ec6bee4..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - %description - - - %copyright - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/license.html b/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp.source_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.RSA deleted file mode 100644 index d8bc545..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.SF deleted file mode 100644 index 53fb79c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: UGYXSo8Iso08RZLYHZYwJLOFCEI= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: P3WMdIz3Hkf/YDQ+p942oYJa6aw= - -Name: feature.xml -SHA1-Digest: ac2WkAMVy5Z43RUWs5hhN2Wt87Y= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/MANIFEST.MF deleted file mode 100644 index 09ba40a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: Cf+zFGkPqG8ZfH2doHB+Syvq7vs= - -Name: feature.xml -SHA1-Digest: jD5pScC+WJVxfLP5fmYZ1lwnbM0= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.properties deleted file mode 100644 index c0ae2b2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.properties +++ /dev/null @@ -1,197 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2012 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse RCP - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org - -# "updateSiteName" property - label for the update site -updateSiteName=The Eclipse Project Updates - -# "description" property - description of the feature -description=Rich Client Platform - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2012 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property ################################################################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.xml deleted file mode 100644 index 9914707..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/feature.xml +++ /dev/null @@ -1,598 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/license.html b/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/ECLIPSEF.RSA deleted file mode 100644 index f95daf8..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/ECLIPSEF.SF deleted file mode 100644 index f382872..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: M7XJHVCLJmvrJb3C3E9V0wIQfRA= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: iadi7M1tDb4zdJGSagYkt5AIRzM= - -Name: feature.xml -SHA1-Digest: DvtJtrZJ5JIEudMhD94ArS2HxGA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/MANIFEST.MF deleted file mode 100644 index 65c0135..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: OiTf49EuAsm3ScgLoTQzfW+8lNQ= - -Name: feature.xml -SHA1-Digest: VYFvTGn8T1DXEPiNEbMbTO9Cfuc= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/feature.properties deleted file mode 100644 index 9dfdbf0..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/feature.properties +++ /dev/null @@ -1,207 +0,0 @@ -############################################################################### -# Copyright (c) 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=WST Common Core - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Web Tools Platform - - -# "description" property - description of the feature -description=WST common core functionality. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2006 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -# license and licenseURL properties were removed as a result to migrating to new PDE license support. -# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -# license and licenseURL properties were removed as a result to migrating to new PDE license support. -# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. -########### end of license property ########################################## -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/feature.xml deleted file mode 100644 index b1b300e..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/feature.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/license.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_core.feature_3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 571e77d..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/ECLIPSEF.SF deleted file mode 100644 index 1e855cd..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: bnFsMEDMII9yq74agzVMp/hc5Ec= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: xCazcKSNRmYv/TdNjVDtOrAgXUc= - -Name: feature.xml -SHA1-Digest: 0Tz6VT9tgcE4CDfuz9hhYup2nSc= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/MANIFEST.MF deleted file mode 100644 index 52b7bcb..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: ahrnVz87vBK7MauCh0Ir74fZAFQ= - -Name: feature.xml -SHA1-Digest: CTLdNb2RFP6XeAB2FDIHrjHNWSA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/feature.properties deleted file mode 100644 index efca8c2..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/feature.properties +++ /dev/null @@ -1,207 +0,0 @@ -############################################################################### -# Copyright (c) 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=WST Common UI - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Web Tools Platform - - -# "description" property - description of the feature -description=WST common UI functionality. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2006 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -# license and licenseURL properties were removed as a result to migrating to new PDE license support. -# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -# license and licenseURL properties were removed as a result to migrating to new PDE license support. -# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. -########### end of license property ########################################## -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/feature.xml deleted file mode 100644 index 1c5c232..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/feature.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/license.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.common_ui.feature_3.3.2.v201111030500-7C79FVsEdhO_sfog9oNekiJkS7Nz00OK/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 55cc203..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/ECLIPSEF.SF deleted file mode 100644 index 688a52a..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: YiXkXP360vXegsOyG6FnLlKx9VY= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: DkrPCzw7XAvgTZevrfiE7KLQ9lQ= - -Name: feature.xml -SHA1-Digest: /Vq8JgO0QwlilFnk6BOVESMUqJ0= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/MANIFEST.MF deleted file mode 100644 index 21f686b..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: aZSfhi010BlhbwnEFZ8L6GCRx7g= - -Name: feature.xml -SHA1-Digest: ky6UKYu+B99+fbwJR8G/KKDUlEA= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/feature.properties deleted file mode 100644 index 91d51b5..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/feature.properties +++ /dev/null @@ -1,195 +0,0 @@ -############################################################################### -# Copyright (c) 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=WST XML Core - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Web Tools Platform - -# "description" property - description of the feature -description=WST XML core. - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2007 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property #################################### -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/feature.xml deleted file mode 100644 index 8014576..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/feature.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/license.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_core.feature_3.3.2.v201112072049-7C7OFeMF7RZHQOIsNANyRc/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 8b0606d..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/ECLIPSEF.SF deleted file mode 100644 index bfbf619..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: xDrPJGSoHSzB/3F9N7BlWbgozfY= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: mV3i+9KLzoC1nvvn4l8cTQqtqJc= - -Name: feature.xml -SHA1-Digest: Zi15/PBgLWET8ZH1o+gxE7GhJ8Q= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/MANIFEST.MF deleted file mode 100644 index a70ce73..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: ffwCbJambg4C/OjOvXGsz/b+WNg= - -Name: feature.xml -SHA1-Digest: fNOLCgR5A/lj+UUADvBVSnoLxTY= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/feature.properties deleted file mode 100644 index ab74116..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/feature.properties +++ /dev/null @@ -1,198 +0,0 @@ -############################################################################### -# Copyright (c) 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=Eclipse XML Editors and Tools - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Web Tools Platform - -# "updateSiteName" property - label for the update site -updateSiteName=Eclipse Web Tools Platform (WTP) Repository - -# "description" property - description of the feature -description=XML, DTD and XML Schema Editors, validators, and XML Catalog support - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2007 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property #################################### -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/feature.xml deleted file mode 100644 index 38b0b82..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/feature.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/license.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_ui.feature_3.3.2.v201112072049-7H7EFZ7DxumTmce4khcSkIiqoD8eDMKlT8Oz011P/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/ECLIPSEF.RSA deleted file mode 100644 index ceab22a..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/ECLIPSEF.SF deleted file mode 100644 index d9e65bd..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: I8xCpHWWAvlEGJo6wTM+w91f34o= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 4gIfTP5y3EzwI5ecyebQLugBMgo= - -Name: epl-v10.html -SHA1-Digest: /iY8aEvT0IMpNnSjB0FpTUhvUGc= - -Name: eclipse_update_120.jpg -SHA1-Digest: RyXo3knk5T635eCpQEPXyFBrCyA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: license.html -SHA1-Digest: Rp9AnRyeUIxNWe10fjaMDkQB8rU= - -Name: feature.properties -SHA1-Digest: szC3cKnv3Cwp2Cnq9ilWMJFEEP4= - -Name: feature.xml -SHA1-Digest: YBi4VovI24zxz8QSv4WTBP6AO5I= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/MANIFEST.MF deleted file mode 100644 index 006ad92..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/MANIFEST.MF +++ /dev/null @@ -1,21 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.6.0 (IBM Corporation) - -Name: epl-v10.html -SHA1-Digest: jYDaDJLBJpthCwPMgGFVYASJjIU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_update_120.jpg -SHA1-Digest: xstAqMgs/a5AsQXQZSdDQ79veOA= - -Name: license.html -SHA1-Digest: /vLZjlHkZSXMSfPrWwNqOUDqqbM= - -Name: feature.properties -SHA1-Digest: 5TY9JQADt7JlqhZ554U6NPY4Gi4= - -Name: feature.xml -SHA1-Digest: uqpCjUMMoFA2XBdSrK6fjkGPni4= - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/eclipse.inf b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/eclipse_update_120.jpg b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/eclipse_update_120.jpg deleted file mode 100644 index bfdf708..0000000 Binary files a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/eclipse_update_120.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/epl-v10.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/epl-v10.html deleted file mode 100644 index fd39122..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/feature.properties b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/feature.properties deleted file mode 100644 index e1fe33c..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/feature.properties +++ /dev/null @@ -1,195 +0,0 @@ -############################################################################### -# Copyright (c) 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature -featureName=WST XML User Documentation - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse Web Tools Platform - -# "description" property - description of the feature -description=WST XML user documentation - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2000, 2007 IBM Corporation and others.\n\ -All rights reserved. This program and the accompanying materials\n\ -are made available under the terms of the Eclipse Public License v1.0\n\ -which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v10.html\n\ -\n\ -Contributors:\n\ - IBM Corporation - initial API and implementation\n -################ end of copyright property #################################### -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. - -# "featureName" property - name of the feature - -# "providerName" property - name of the company that provides the feature - -# "updateSiteName" property - label for the update site - -# "description" property - description of the feature - -# "copyright" property - text of the "Feature Update Copyright" - -################ end of copyright property #################################### - -# "licenseURL" property - URL of the "Feature License" -# do not translate value - just change to point to a locale-specific HTML page -licenseURL=license.html - -# "license" property - text of the "Feature Update License" -# should be plain text version of license agreement pointed to be "licenseURL" -license=\ -Eclipse Foundation Software User Agreement\n\ -February 1, 2011\n\ -\n\ -Usage Of Content\n\ -\n\ -THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ -OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ -USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ -AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ -NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ -AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ -AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ -OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ -TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ -OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ -BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ -\n\ -Applicable Licenses\n\ -\n\ -Unless otherwise indicated, all Content made available by the\n\ -Eclipse Foundation is provided to you under the terms and conditions of\n\ -the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ -provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ -For purposes of the EPL, "Program" will mean the Content.\n\ -\n\ -Content includes, but is not limited to, source code, object code,\n\ -documentation and other files maintained in the Eclipse Foundation source code\n\ -repository ("Repository") in software modules ("Modules") and made available\n\ -as downloadable archives ("Downloads").\n\ -\n\ - - Content may be structured and packaged into modules to facilitate delivering,\n\ - extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ - plug-in fragments ("Fragments"), and features ("Features").\n\ - - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ - in a directory named "plugins".\n\ - - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ - Each Feature may be packaged as a sub-directory in a directory named "features".\n\ - Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ - numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ - - Features may also include other Features ("Included Features"). Within a Feature, files\n\ - named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ -\n\ -The terms and conditions governing Plug-ins and Fragments should be\n\ -contained in files named "about.html" ("Abouts"). The terms and\n\ -conditions governing Features and Included Features should be contained\n\ -in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ -Licenses may be located in any directory of a Download or Module\n\ -including, but not limited to the following locations:\n\ -\n\ - - The top-level (root) directory\n\ - - Plug-in and Fragment directories\n\ - - Inside Plug-ins and Fragments packaged as JARs\n\ - - Sub-directories of the directory named "src" of certain Plug-ins\n\ - - Feature directories\n\ -\n\ -Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ -Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ -Update License") during the installation process. If the Feature contains\n\ -Included Features, the Feature Update License should either provide you\n\ -with the terms and conditions governing the Included Features or inform\n\ -you where you can locate them. Feature Update Licenses may be found in\n\ -the "license" property of files named "feature.properties" found within a Feature.\n\ -Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ -terms and conditions (or references to such terms and conditions) that\n\ -govern your use of the associated Content in that directory.\n\ -\n\ -THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ -TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ -SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ -\n\ - - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ - - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ - - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ -\n\ -IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ -TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ -is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ -govern that particular Content.\n\ -\n\ -\n\Use of Provisioning Technology\n\ -\n\ -The Eclipse Foundation makes available provisioning software, examples of which include,\n\ -but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ -the purpose of allowing users to install software, documentation, information and/or\n\ -other materials (collectively "Installable Software"). This capability is provided with\n\ -the intent of allowing such users to install, extend and update Eclipse-based products.\n\ -Information about packaging Installable Software is available at\n\ -http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ -\n\ -You may use Provisioning Technology to allow other parties to install Installable Software.\n\ -You shall be responsible for enabling the applicable license agreements relating to the\n\ -Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ -in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ -making it available in accordance with the Specification, you further acknowledge your\n\ -agreement to, and the acquisition of all necessary rights to permit the following:\n\ -\n\ - 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ - the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ - extending or updating the functionality of an Eclipse-based product.\n\ - 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ - Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ - 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ - govern the use of the Installable Software ("Installable Software Agreement") and such\n\ - Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ - with the Specification. Such Installable Software Agreement must inform the user of the\n\ - terms and conditions that govern the Installable Software and must solicit acceptance by\n\ - the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ - indication of agreement by the user, the provisioning Technology will complete installation\n\ - of the Installable Software.\n\ -\n\ -Cryptography\n\ -\n\ -Content may contain encryption software. The country in which you are\n\ -currently may have restrictions on the import, possession, and use,\n\ -and/or re-export to another country, of encryption software. BEFORE\n\ -using any encryption software, please check the country's laws,\n\ -regulations and policies concerning the import, possession, or use, and\n\ -re-export of encryption software, to see if this is permitted.\n\ -\n\ -Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n -########### end of license property ########################################## diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/feature.xml b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/feature.xml deleted file mode 100644 index cdac9fd..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/feature.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/license.html b/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/license.html deleted file mode 100644 index f19c483..0000000 --- a/compling.gui.builder.pre/build/features/org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL/license.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/LICENSE.txt b/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/LICENSE.txt deleted file mode 100644 index 0369a87..0000000 --- a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/LICENSE.txt +++ /dev/null @@ -1,86 +0,0 @@ -Eclipse Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT’S ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - - a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and - b) in the case of each subsequent Contributor: - - i)changes to the Program, and - - ii)additions to the Program; - - where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor’s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. - -"Program" means the Contributions distributed in accordance with this Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. - -2. GRANT OF RIGHTS - -a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. - -b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. - -c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient’s responsibility to acquire that license before distributing the Program. - -d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. - -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - - b) its license agreement: - - i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; - - ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; - - iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and - - iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - - b) a copy of this Agreement must be included with each copy of the Program. - -Contributors may not remove or alter any copyright notices contained within the Program. - -Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. - -For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor’s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient’s patent(s), then such Recipient’s rights granted under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient’s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient’s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient’s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. \ No newline at end of file diff --git a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/APTANA.DSA b/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/APTANA.DSA deleted file mode 100644 index ca0dbc0..0000000 Binary files a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/APTANA.DSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/APTANA.SF b/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/APTANA.SF deleted file mode 100644 index be56983..0000000 --- a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/APTANA.SF +++ /dev/null @@ -1,11 +0,0 @@ -Signature-Version: 1.0 -Created-By: 1.5.0_22 (Sun Microsystems Inc.) -SHA1-Digest-Manifest-Main-Attributes: vHiSjf8wny54DigUwq7sk/v+ft8= -SHA1-Digest-Manifest: T5M1wbeWYXlYIuhZ0NOLk6fTGsA= - -Name: LICENSE.txt -SHA1-Digest: q6BYIYOKqW7zbviW1rH/+OQQRjE= - -Name: feature.xml -SHA1-Digest: 66ah50g6c7Js8gUEcLdFS4If7K0= - diff --git a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/MANIFEST.MF deleted file mode 100644 index c6c7399..0000000 --- a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/META-INF/MANIFEST.MF +++ /dev/null @@ -1,9 +0,0 @@ -Manifest-Version: 1.0 -Created-By: 1.5.0_22 (Sun Microsystems Inc.) - -Name: LICENSE.txt -SHA1-Digest: p+9tB+uCL9D+iYG9D8zDHITgqgU= - -Name: feature.xml -SHA1-Digest: /kwjJfaOvES+cFQUI6FAsKCJ9bc= - diff --git a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/feature.xml b/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/feature.xml deleted file mode 100644 index d7f27d0..0000000 --- a/compling.gui.builder.pre/build/features/org.python.pydev.feature_2.5.0.2012040618/feature.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - Python Development Environment - - - - © Appcelerator, Inc. - - - - Eclipse Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT’S ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - - a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and - b) in the case of each subsequent Contributor: - - i)changes to the Program, and - - ii)additions to the Program; - - where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor’s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. - -"Program" means the Contributions distributed in accordance with this Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. - -2. GRANT OF RIGHTS - -a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. - -b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. - -c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient’s responsibility to acquire that license before distributing the Program. - -d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. - -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - - b) its license agreement: - - i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; - - ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; - - iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and - - iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - - b) a copy of this Agreement must be included with each copy of the Program. - -Contributors may not remove or alter any copyright notices contained within the Program. - -Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. - -For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor’s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient’s patent(s), then such Recipient’s rights granted under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient’s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient’s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient’s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.python.pydev.mylyn.feature_0.3.0/feature.xml b/compling.gui.builder.pre/build/features/org.python.pydev.mylyn.feature_0.3.0/feature.xml deleted file mode 100644 index 5563ee1..0000000 --- a/compling.gui.builder.pre/build/features/org.python.pydev.mylyn.feature_0.3.0/feature.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - Integration of Mylyn with Pydev. - - - - (c) Fabio Zadrozny - - - - Eclipse Public License - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF deleted file mode 100644 index c8c3c4f..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF +++ /dev/null @@ -1,19 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_31 -Built-By: dragos -Created-By: Apache Maven -Archiver-Version: Plexus Archiver - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.xml -SHA1-Digest: rjOGg3QOVsZcMnPPiGnel1G69K0= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.prope - rties -SHA1-Digest: 5Yl9WD+C9Pq9a3QLj5UORv18xAY= - -Name: p2.inf -SHA1-Digest: cj1Dq7HRxdh5xXYQ/QFiHHOvLAI= - -Name: feature.xml -SHA1-Digest: oadTRTnHbhwOP7XbEKPGJ04EDEc= - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA deleted file mode 100644 index 0e484df..0000000 Binary files a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF deleted file mode 100644 index 301b6e4..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF +++ /dev/null @@ -1,18 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest-Main-Attributes: QIcSc93mdGOPHo1u6HaxmXTfkfg= -Created-By: 1.6.0_31 (Apple Inc.) -SHA1-Digest-Manifest: 4jM60D2hoNpPIBPGLBEEVvAdAB4= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.xml -SHA1-Digest: dhSSR21wR97EyVyscP3eLnnqERc= - -Name: p2.inf -SHA1-Digest: z+vPhMa4q1Y9gfgNVvEWU/3CCzk= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.prope - rties -SHA1-Digest: fjf5IYNo46VfvDz4rterpiId3c8= - -Name: feature.xml -SHA1-Digest: OWODr6rV5VFY1JgrRjslEMuSEUQ= - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.properties b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.properties deleted file mode 100644 index faef3e4..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Thu May 03 19:59:04 CEST 2012 -version=2.1.0-SNAPSHOT -groupId=org.scala-ide -artifactId=org.scala-ide.sdt.feature diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.xml b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.xml deleted file mode 100644 index 05cdbaf..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.feature/pom.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - 4.0.0 - - org.scala-ide - org.scala-ide.build - 2.1.0-SNAPSHOT - ../org.scala-ide.build/pom.xml - - org.scala-ide.sdt.feature - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml deleted file mode 100644 index 94b517b..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml +++ /dev/null @@ -1,141 +0,0 @@ - - - - - The Scala IDE for Eclipse provides the tools needed to -to build Scala programs on the Eclipse Platform. - - - - Copyright (c) 2002-2010 EPFL, Lausanne. -All rights reserved. - - - - SCALA LICENSE - -Copyright (c) 2002-2010 EPFL, Lausanne, unless otherwise specified. -All rights reserved. - -This software was developed by the Programming Methods Laboratory of the -Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland. - -Permission to use, copy, modify, and distribute this software in source -or binary form for any purpose with or without fee is hereby granted, -provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. Neither the name of the EPFL nor the names of its contributors - may be used to endorse or promote products derived from this - software without specific prior written permission. - - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/p2.inf b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/p2.inf deleted file mode 100644 index d2a5cf5..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.feature_2.1.0.m1-2_10-201205031954-956dbad/p2.inf +++ /dev/null @@ -1,29 +0,0 @@ -#create a requirement on the fragment we are creating -requires.0.namespace=org.eclipse.equinox.p2.iu -requires.0.name=configure.org.eclipse.equinox.weaving.aspectj -requires.0.greedy=true - -#create a IU fragment named configure.org.eclipse.equinox.weaving.aspectj -units.0.id=configure.org.eclipse.equinox.weaving.aspectj -units.0.version=1.0.0 -units.0.provides.1.namespace=org.eclipse.equinox.p2.iu -units.0.provides.1.name=configure.org.eclipse.equinox.weaving.aspectj -units.0.provides.1.version=1.0.0 -units.0.instructions.install=org.eclipse.equinox.p2.touchpoint.eclipse.installBundle(bundle:${artifact}); -units.0.instructions.uninstall=org.eclipse.equinox.p2.touchpoint.eclipse.uninstallBundle(bundle:${artifact}); -units.0.instructions.unconfigure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel:-1); \ - org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started:false); -units.0.instructions.configure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel:4); \ - org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started:true); -units.0.hostRequirements.1.namespace=osgi.bundle -units.0.hostRequirements.1.name=org.eclipse.equinox.weaving.aspectj -units.0.hostRequirements.1.greedy=false -units.0.hostRequirements.2.namespace=org.eclipse.equinox.p2.eclipse.type -units.0.hostRequirements.2.name=bundle -units.0.hostRequirements.2.range=[1.0.0,2.0.0) -units.0.hostRequirements.2.greedy=false -units.0.requires.1.namespace=osgi.bundle -units.0.requires.1.name=org.eclipse.equinox.weaving.aspectj -units.0.requires.1.greedy=false diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF deleted file mode 100644 index 73bccf4..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF +++ /dev/null @@ -1,17 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_31 -Built-By: dragos -Created-By: Apache Maven -Archiver-Version: Plexus Archiver - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/po - m.xml -SHA1-Digest: EmMJR5Sgc9R4vd2kEfSEsPfaN7c= - -Name: feature.xml -SHA1-Digest: uO+NqpO6KxI3l4EklpUfSOjR74U= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/po - m.properties -SHA1-Digest: sxT2zf1bX5ouMCTkqiir2vZUDTI= - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA deleted file mode 100644 index 0da4c15..0000000 Binary files a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF deleted file mode 100644 index 0906c44..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF +++ /dev/null @@ -1,16 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest-Main-Attributes: QIcSc93mdGOPHo1u6HaxmXTfkfg= -Created-By: 1.6.0_31 (Apple Inc.) -SHA1-Digest-Manifest: SnI7zz502UJIMFGp5ARkigkcmRA= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/po - m.xml -SHA1-Digest: MpL2T9FpA60IPPV9hnPHbpkaJ2A= - -Name: feature.xml -SHA1-Digest: 2hWkmwU7uuBGYVGZ+7BMOnFJI1g= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/po - m.properties -SHA1-Digest: sDWT6kU++4wdtvDDVOIz0909LcI= - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/pom.properties b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/pom.properties deleted file mode 100644 index e4066da..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Thu May 03 19:59:04 CEST 2012 -version=2.1.0-SNAPSHOT -groupId=org.scala-ide -artifactId=org.scala-ide.sdt.source.feature diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/pom.xml b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/pom.xml deleted file mode 100644 index 7dbe6f9..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.source.feature/pom.xml +++ /dev/null @@ -1,12 +0,0 @@ - - 4.0.0 - - org.scala-ide - org.scala-ide.build - 2.1.0-SNAPSHOT - ../org.scala-ide.build/pom.xml - - org.scala-ide.sdt.source.feature - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml deleted file mode 100644 index 0f00da2..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.source.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - -The Scala IDE for Eclipse provides the tools needed to -to build Scala programs on the Eclipse Platform. - - - -Copyright (c) 2002-2010 EPFL, Lausanne. -All rights reserved. - - - -SCALA LICENSE - -Copyright (c) 2002-2010 EPFL, Lausanne, unless otherwise specified. -All rights reserved. - -This software was developed by the Programming Methods Laboratory of the -Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland. - -Permission to use, copy, modify, and distribute this software in source -or binary form for any purpose with or without fee is hereby granted, -provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. Neither the name of the EPFL nor the names of its contributors - may be used to endorse or promote products derived from this - software without specific prior written permission. - - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF deleted file mode 100644 index fffe125..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/MANIFEST.MF +++ /dev/null @@ -1,17 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk: 1.6.0_31 -Built-By: dragos -Created-By: Apache Maven -Archiver-Version: Plexus Archiver - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/p - om.properties -SHA1-Digest: 9YcGzlEucq9SkkqcQ27q9EGJcp0= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/p - om.xml -SHA1-Digest: kGDrivOPECqiQntrBgfVRRlmUwk= - -Name: feature.xml -SHA1-Digest: S4UCyUw3JWo1vFcLIeujsFcTYz0= - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA deleted file mode 100644 index 0ac239c..0000000 Binary files a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF deleted file mode 100644 index 5d30467..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/TYPESAFE.SF +++ /dev/null @@ -1,16 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest-Main-Attributes: QIcSc93mdGOPHo1u6HaxmXTfkfg= -Created-By: 1.6.0_31 (Apple Inc.) -SHA1-Digest-Manifest: Rhs3XHLwoJZuzOxl2jZ7jmJllTk= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/p - om.properties -SHA1-Digest: pxticoFFU3tlVOgGXQYK+54UYJU= - -Name: feature.xml -SHA1-Digest: LmqWDu49NSDbN3eVHbibn4AqSzs= - -Name: META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/p - om.xml -SHA1-Digest: FyqceCSG49LPBnwLnVfvy8k3KeE= - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/pom.properties b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/pom.properties deleted file mode 100644 index 05ca9ea..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Thu May 03 19:54:16 CEST 2012 -version=2.1.0-SNAPSHOT -groupId=org.scala-ide -artifactId=org.scala-ide.sdt.weaving.feature diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/pom.xml b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/pom.xml deleted file mode 100644 index 30fb53c..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/META-INF/maven/org.scala-ide/org.scala-ide.sdt.weaving.feature/pom.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - 4.0.0 - - org.scala-ide - org.scala-ide.build - 2.1.0-SNAPSHOT - ../org.scala-ide.build/pom.xml - - org.scala-ide.sdt.weaving.feature - eclipse-feature - diff --git a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml b/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml deleted file mode 100644 index 2f2722e..0000000 --- a/compling.gui.builder.pre/build/features/org.scala-ide.sdt.weaving.feature_2.1.0.m1-2_10-201205031954-956dbad/feature.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - This feature is necessary for the Scala IDE to function properly. It adds extension points inside the -Java Development Tools through AspectJ weaving. - - - - Eclipse Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - -a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and -b) in the case of each subsequent Contributor: -i) changes to the Program, and -ii) additions to the Program; -where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. - -"Program" means the Contributions distributed in accordance with this Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. - -2. GRANT OF RIGHTS - -a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. -b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. -c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. -d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - -a) it complies with the terms and conditions of this Agreement; and -b) its license agreement: -i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; -ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; -iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and -iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. -When the Program is made available in source code form: - -a) it must be made available under this Agreement; and -b) a copy of this Agreement must be included with each copy of the Program. -Contributors may not remove or alter any copyright notices contained within the Program. - -Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. - -For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/META-INF/MANIFEST.MF deleted file mode 100644 index f222a75..0000000 --- a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Clojure Plug-in -Bundle-SymbolicName: ccw.clojure;singleton:=true -Bundle-Version: 1.3.0.STABLE001 -Bundle-ClassPath: clojure.jar -Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: clojure;version="1.3.0", - clojure.asm;version="1.3.0", - clojure.asm.commons;version="1.3.0", - clojure.core;version="1.3.0", - clojure.core.protocols;version="1.3.0", - clojure.core.proxy$clojure.lang;version="1.3.0", - clojure.data;version="1.3.0", - clojure.inspector.proxy$java.lang;version="1.3.0", - clojure.inspector.proxy$javax.swing.table;version="1.3.0", - clojure.java;version="1.3.0", - clojure.java.browse_ui.proxy$java.lang;version="1.3.0", - clojure.java.io;version="1.3.0", - clojure.lang;version="1.3.0", - clojure.pprint;version="1.3.0", - clojure.pprint.proxy$java.io;version="1.3.0", - clojure.reflect;version="1.3.0", - clojure.repl.proxy$java.io;version="1.3.0", - clojure.repl.proxy$java.lang;version="1.3.0", - clojure.test;version="1.3.0", - clojure.xml.proxy$java.lang;version="1.3.0" diff --git a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/clojure.jar b/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/clojure.jar deleted file mode 100644 index 370ef32..0000000 Binary files a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/clojure.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/epl-v10.html b/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/epl-v10.html deleted file mode 100644 index 84ec251..0000000 --- a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/epl-v10.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -Eclipse Public License - Version 1.0 - - - - - - -

Eclipse Public License - v 1.0

- -

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR -DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS -AGREEMENT.

- -

1. DEFINITIONS

- -

"Contribution" means:

- -

a) in the case of the initial Contributor, the initial -code and documentation distributed under this Agreement, and

-

b) in the case of each subsequent Contributor:

-

i) changes to the Program, and

-

ii) additions to the Program;

-

where such changes and/or additions to the Program -originate from and are distributed by that particular Contributor. A -Contribution 'originates' from a Contributor if it was added to the -Program by such Contributor itself or anyone acting on such -Contributor's behalf. Contributions do not include additions to the -Program which: (i) are separate modules of software distributed in -conjunction with the Program under their own license agreement, and (ii) -are not derivative works of the Program.

- -

"Contributor" means any person or entity that distributes -the Program.

- -

"Licensed Patents" mean patent claims licensable by a -Contributor which are necessarily infringed by the use or sale of its -Contribution alone or when combined with the Program.

- -

"Program" means the Contributions distributed in accordance -with this Agreement.

- -

"Recipient" means anyone who receives the Program under -this Agreement, including all Contributors.

- -

2. GRANT OF RIGHTS

- -

a) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free copyright license to reproduce, prepare derivative works -of, publicly display, publicly perform, distribute and sublicense the -Contribution of such Contributor, if any, and such derivative works, in -source code and object code form.

- -

b) Subject to the terms of this Agreement, each -Contributor hereby grants Recipient a non-exclusive, worldwide, -royalty-free patent license under Licensed Patents to make, use, sell, -offer to sell, import and otherwise transfer the Contribution of such -Contributor, if any, in source code and object code form. This patent -license shall apply to the combination of the Contribution and the -Program if, at the time the Contribution is added by the Contributor, -such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other -combinations which include the Contribution. No hardware per se is -licensed hereunder.

- -

c) Recipient understands that although each Contributor -grants the licenses to its Contributions set forth herein, no assurances -are provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program.

- -

d) Each Contributor represents that to its knowledge it -has sufficient copyright rights in its Contribution, if any, to grant -the copyright license set forth in this Agreement.

- -

3. REQUIREMENTS

- -

A Contributor may choose to distribute the Program in object code -form under its own license agreement, provided that:

- -

a) it complies with the terms and conditions of this -Agreement; and

- -

b) its license agreement:

- -

i) effectively disclaims on behalf of all Contributors -all warranties and conditions, express and implied, including warranties -or conditions of title and non-infringement, and implied warranties or -conditions of merchantability and fitness for a particular purpose;

- -

ii) effectively excludes on behalf of all Contributors -all liability for damages, including direct, indirect, special, -incidental and consequential damages, such as lost profits;

- -

iii) states that any provisions which differ from this -Agreement are offered by that Contributor alone and not by any other -party; and

- -

iv) states that source code for the Program is available -from such Contributor, and informs licensees how to obtain it in a -reasonable manner on or through a medium customarily used for software -exchange.

- -

When the Program is made available in source code form:

- -

a) it must be made available under this Agreement; and

- -

b) a copy of this Agreement must be included with each -copy of the Program.

- -

Contributors may not remove or alter any copyright notices contained -within the Program.

- -

Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution.

- -

4. COMMERCIAL DISTRIBUTION

- -

Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of -the Program, the Contributor who includes the Program in a commercial -product offering should do so in a manner which does not create -potential liability for other Contributors. Therefore, if a Contributor -includes the Program in a commercial product offering, such Contributor -("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") -arising from claims, lawsuits and other legal actions brought by a third -party against the Indemnified Contributor to the extent caused by the -acts or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. In -order to qualify, an Indemnified Contributor must: a) promptly notify -the Commercial Contributor in writing of such claim, and b) allow the -Commercial Contributor to control, and cooperate with the Commercial -Contributor in, the defense and any related settlement negotiations. The -Indemnified Contributor may participate in any such claim at its own -expense.

- -

For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages.

- -

5. NO WARRANTY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, -ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to -the risks and costs of program errors, compliance with applicable laws, -damage to or loss of data, programs or equipment, and unavailability or -interruption of operations.

- -

6. DISCLAIMER OF LIABILITY

- -

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT -NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

- -

7. GENERAL

- -

If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable.

- -

If Recipient institutes patent litigation against any entity -(including a cross-claim or counterclaim in a lawsuit) alleging that the -Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such -Recipient's rights granted under Section 2(b) shall terminate as of the -date such litigation is filed.

- -

All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of time -after becoming aware of such noncompliance. If all Recipient's rights -under this Agreement terminate, Recipient agrees to cease use and -distribution of the Program as soon as reasonably practicable. However, -Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall continue and survive.

- -

Everyone is permitted to copy and distribute copies of this -Agreement, but in order to avoid inconsistency the Agreement is -copyrighted and may only be modified in the following manner. The -Agreement Steward reserves the right to publish new versions (including -revisions) of this Agreement from time to time. No one other than the -Agreement Steward has the right to modify this Agreement. The Eclipse -Foundation is the initial Agreement Steward. The Eclipse Foundation may -assign the responsibility to serve as the Agreement Steward to a -suitable separate entity. Each new version of the Agreement will be -given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the -Program (including its Contributions) under the new version. Except as -expressly stated in Sections 2(a) and 2(b) above, Recipient receives no -rights or licenses to the intellectual property of any Contributor under -this Agreement, whether expressly, by implication, estoppel or -otherwise. All rights in the Program not expressly granted under this -Agreement are reserved.

- -

This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No party -to this Agreement will bring a legal action under this Agreement more -than one year after the cause of action arose. Each party waives its -rights to a jury trial in any resulting litigation.

- - - - diff --git a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/src.jar b/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/src.jar deleted file mode 100644 index 084f912..0000000 Binary files a/compling.gui.builder.pre/build/plugins/ccw.clojure_1.3.0.STABLE001/src.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/com.ibm.icu.source_4.4.2.v20110823.jar b/compling.gui.builder.pre/build/plugins/com.ibm.icu.source_4.4.2.v20110823.jar deleted file mode 100644 index ed5525e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/com.ibm.icu.source_4.4.2.v20110823.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/com.ibm.icu_4.4.2.v20110823.jar b/compling.gui.builder.pre/build/plugins/com.ibm.icu_4.4.2.v20110823.jar deleted file mode 100644 index 6e97b41..0000000 Binary files a/compling.gui.builder.pre/build/plugins/com.ibm.icu_4.4.2.v20110823.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/com.jcraft.jsch.source_0.1.44.v201101211721.jar b/compling.gui.builder.pre/build/plugins/com.jcraft.jsch.source_0.1.44.v201101211721.jar deleted file mode 100644 index dd6fb75..0000000 Binary files a/compling.gui.builder.pre/build/plugins/com.jcraft.jsch.source_0.1.44.v201101211721.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/com.jcraft.jsch_0.1.44.v201101211721.jar b/compling.gui.builder.pre/build/plugins/com.jcraft.jsch_0.1.44.v201101211721.jar deleted file mode 100644 index 89d619c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/com.jcraft.jsch_0.1.44.v201101211721.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/com.sun.syndication_0.9.0.v200803061811.jar b/compling.gui.builder.pre/build/plugins/com.sun.syndication_0.9.0.v200803061811.jar deleted file mode 100644 index b126749..0000000 Binary files a/compling.gui.builder.pre/build/plugins/com.sun.syndication_0.9.0.v200803061811.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/javax.activation_1.1.0.v201108011116.jar b/compling.gui.builder.pre/build/plugins/javax.activation_1.1.0.v201108011116.jar deleted file mode 100644 index 6ad9354..0000000 Binary files a/compling.gui.builder.pre/build/plugins/javax.activation_1.1.0.v201108011116.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/javax.servlet.jsp_2.0.0.v201101211617.jar b/compling.gui.builder.pre/build/plugins/javax.servlet.jsp_2.0.0.v201101211617.jar deleted file mode 100644 index baaaf7b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/javax.servlet.jsp_2.0.0.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/javax.servlet_2.5.0.v201103041518.jar b/compling.gui.builder.pre/build/plugins/javax.servlet_2.5.0.v201103041518.jar deleted file mode 100644 index 681a068..0000000 Binary files a/compling.gui.builder.pre/build/plugins/javax.servlet_2.5.0.v201103041518.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/javax.xml.bind_2.2.0.v201105210648.jar b/compling.gui.builder.pre/build/plugins/javax.xml.bind_2.2.0.v201105210648.jar deleted file mode 100644 index d6d3965..0000000 Binary files a/compling.gui.builder.pre/build/plugins/javax.xml.bind_2.2.0.v201105210648.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/javax.xml.stream_1.0.1.v201004272200.jar b/compling.gui.builder.pre/build/plugins/javax.xml.stream_1.0.1.v201004272200.jar deleted file mode 100644 index e29a1fe..0000000 Binary files a/compling.gui.builder.pre/build/plugins/javax.xml.stream_1.0.1.v201004272200.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/javax.xml_1.3.4.v201005080400.jar b/compling.gui.builder.pre/build/plugins/javax.xml_1.3.4.v201005080400.jar deleted file mode 100644 index d49acae..0000000 Binary files a/compling.gui.builder.pre/build/plugins/javax.xml_1.3.4.v201005080400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/META-INF/MANIFEST.MF deleted file mode 100644 index 7b2247d..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Parsley -Bundle-SymbolicName: net.cgrand.parsley;singleton:=true -Bundle-Version: 0.0.12.STABLE001 -Bundle-ClassPath: ., - classes/ -Bundle-ActivationPolicy: lazy -Bundle-Vendor: Christophe Grand -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: net.cgrand, - net.cgrand.parsley -Import-Package: clojure;version="1.3.0", - clojure.asm;version="1.3.0", - clojure.asm.commons;version="1.3.0", - clojure.core;version="1.3.0", - clojure.core.protocols;version="1.3.0", - clojure.core.proxy$clojure.lang;version="1.3.0", - clojure.inspector.proxy$java.lang;version="1.3.0", - clojure.inspector.proxy$javax.swing.table;version="1.3.0", - clojure.java;version="1.3.0", - clojure.java.browse_ui.proxy$java.lang;version="1.3.0", - clojure.java.io;version="1.3.0", - clojure.lang;version="1.3.0", - clojure.pprint.proxy$java.io;version="1.3.0", - clojure.repl.proxy$java.io;version="1.3.0", - clojure.test;version="1.3.0" - diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley.clj deleted file mode 100644 index 3634e54..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley.clj +++ /dev/null @@ -1,111 +0,0 @@ -; Copyright (c) Christophe Grand. All rights reserved. -; The use and distribution terms for this software are covered by the -; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) -; which can be found in the file epl-v10.html at the root of this distribution. -; By using this software in any fashion, you are agreeing to be bound by -; the terms of this license. -; You must not remove this notice, or any other, from this software. - -(ns net.cgrand.parsley - "A total truly incremental parser generator. Grammars are expressed - in a value-based DSL." - (:require [net.cgrand.parsley.lrplus :as core] - [net.cgrand.parsley.fold :as f] - [net.cgrand.parsley.tree :as t] - [net.cgrand.parsley.util :as u] - [net.cgrand.parsley.grammar :as g])) - - -(defrecord Node [tag content]) ; for memory efficiency - -(defn- stepper [table options-map] - (let [options-map (merge - {:make-node #(Node. %1 %2) - :make-leaf nil} ; nil for identity - options-map) - options-map (if-not (:make-unexpected options-map) - (let [make-node (:make-node options-map)] - (assoc options-map :make-unexpected #(make-node ::unexpected [%]))) - options-map) - ops (select-keys options-map [:make-node :make-leaf :make-unexpected])] - ^{::options options-map} ; feeling dirty, metadata make me uneasy - (fn self - ([s] - (let [a (self core/zero s) b (self a nil)] - (-> (f/stitch a b) (nth 2) f/finish))) - ([state s] - (core/step table ops state s))))) - -(defn make-parser [options-map rules] - (-> (apply g/grammar options-map rules) core/lr-table core/totalize - core/number-states (stepper options-map))) - -(defn parser [options-map & rules] - (let [[options-map rules] (if-not (map? options-map) - [{} (cons options-map rules)] - [options-map rules])] - (make-parser options-map rules))) - -(defn unspaced - "Creates an unspaced sequence." - [& specs] - (apply g/unspaced specs)) - - -(defn- memoize-parser [f] - (let [cache (atom nil)] - (fn [input] - (u/cond - [last-result @cache - new-result (f/rebase last-result input)] - (if (identical? last-result new-result) - last-result - (reset! cache new-result)) - (reset! cache (f input)))))) - -(defn- memoize1 [parser s] - (memoize-parser #(parser % s))) - -(defn- memoize2 [mpa mpb] - (memoize-parser #(let [a (mpa %) - b (mpb a)] - (f/stitch a b)))) - -(defn- memoize-1shot [f] - (let [cache (atom [(Object.) nil])] - (fn [& args] - (let [[cargs cr] @cache] - (if (= args cargs) - cr - (let [r (apply f args)] - (reset! cache [args r]) - r)))))) - -(defn- memoize-eof [parser] - (let [mp (memoize1 parser nil)] - (memoize-1shot #(-> (f/stitch % (mp %)) (nth 2) f/finish)))) - -(defn incremental-buffer - "Creates an empty incremental buffer for the specified parser." - [parser] - {:buffer (t/buffer {:unit #(memoize1 parser %) - :plus memoize2 - :chunk #(.split ^String % "(?<=\n)") - :left #(subs %1 0 %2) - :right subs - :cat str}) - :eof-parser (memoize-eof parser) - :options (::options (meta parser))}) - -(defn edit - "Returns a new buffer reflecting the specified edit." - [incremental-buffer offset length s] - (update-in incremental-buffer [:buffer] t/edit offset length s)) - -(defn parse-tree - "Returns the parse-tree." - [incremental-buffer] - (let [f (t/value (:buffer incremental-buffer)) - a (f core/zero)] - ((:eof-parser incremental-buffer) a))) - diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/demo.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/demo.clj deleted file mode 100644 index f02bf1c..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/demo.clj +++ /dev/null @@ -1,207 +0,0 @@ -; Copyright (c) Christophe Grand. All rights reserved. -; The use and distribution terms for this software are covered by the -; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) -; which can be found in the file epl-v10.html at the root of this distribution. -; By using this software in any fashion, you are agreeing to be bound by -; the terms of this license. -; You must not remove this notice, or any other, from this software. - -;; THIS FILE IS OUT OF DATE - -(ns net.cgrand.parsley.demo - (:use net.cgrand.parsley :reload-all) - (:require [net.cgrand.parsley.internal :as core])) - -;; TRY AT YOUR OWN RISK :-) - -(def simple-lisp - (grammar {:space [" "+] - :main [:expr* eof]} - :eot- (with #{(one-of "()") eof}) - :expr #{:symbol ["(" :expr* ")"] :nil} - :nil (token "nil" :eot) - :symbol (token (but :nil) {\a \z \A \Z \- \-} {\a \z \A \Z \0 \9 \- \-}*))) - -(-> simple-lisp (step "a") count) - -(defmulti str-op first) -(defn str-ops [ops] (apply str (interpose " " (map str-op ops)))) - -(defmethod str-op :default [[op]] (str"?" (class op) "?")) -(defmethod str-op core/op-cat [[_ & xs]] (str "[" (str-ops xs) "]")) -(defmethod str-op core/op-alt [[_ & xs]] (str "#{" (apply str (interpose ", " (map str-op xs))) "}")) -(defmethod str-op core/op-string [[_ s]] (pr-str s)) -(defmethod str-op core/op-repeat [[_ op]] (str (str-op op) "*")) -(defmethod str-op core/op-lookahead [[_ & ops]] (str "(with " (str-ops ops) ")")) -(defmethod str-op core/op-negative-lookahead [[_ & ops]] (str "(but " (str-ops ops) ")")) - -;(doseq [[_ _ x] (reduce step clojure-parser (take 10 selfs))] (println (str-ops x))) - -(defn copy [x] (-> (java.awt.Toolkit/getDefaultToolkit) .getSystemClipboard (.setContents (java.awt.datatransfer.StringSelection. (str x)) nil))) - -(defn str-cont [[_ _ cont]] (str-ops cont)) -(defn str-conts [x] (map str-cont x)) -(defn prn-conts [xs] - (doseq [x xs] (println (str-cont x)))) - -(require '[net.cgrand.parsley.glr :as core]) -(use 'net.cgrand.parsley :reload-all) - -(def sexp - (grammar {:space :whitespace? - :main [:expr*]} - :expr- #{:atom :list :vector :set :map} - :atom (token {\a \z \A \Z \- \- \0 \9 \. \.}+ (?! {\a \z \A \Z \- \- \0 \9 \. \.})) - :list ["(" :expr* ")"] - :vector ["[" :expr* "]"] - :set ["#{" :expr* "}"] - :map ["{" :expr* "}"] - - :whitespace (token #{\space \tab \newline}+ (?! #{\space \tab \newline})))) - -(def table (apply core/lr-table sexp)) -(def sop [[(list 0) () nil]]) - -(defn bench[n] - (let [s "(defn fast-tables [table] - (let [fast-rows (map fast-row table)] - [(to-array (map first fast-rows)) - (to-array (map second fast-rows))]))" - s (apply str (repeat n s))] - (println "parsing" (count s) "chars") - (time (-> sop (core/step table s) count)))) - -(defn bench2[n] - (let [s "(defn fast-tables [table] - (let [fast-rows (map fast-row table)] - [(to-array (map first fast-rows)) - (to-array (map second fast-rows))]))" - s (apply str (repeat n s))] - (println "parsing" (count s) "chars") - (time (-> sop (core/step table s) first second (core/read-events s))))) - -(-> sop (core/step table "hello")) - -(def g - (grammar {:space [#{:white-space #_:comment :discard}*] - :main [:expr*]} - - :terminating-macro- (one-of "\";']^`~()[]{}\\%") - :macro- #{:terminating-macro (one-of "@#")} - :space- (one-of " \t\n\r,") - - :token- (token {\a \z}+ (?= #{:terminating-macro :space $})) - :white-space (token :space+ (?! :space)) - ;:comment (token #{";" "#!"} (not-one-of "\n")*) - :discard ["#_" :expr] - - :expr #{:list :vector :map :set :fn - :meta :with-meta :quote :syntax-quote :unquote :unquote-splice - :regex :string :number :keyword :symbol #_:nil #_:boolean :char} - - :list ["(" :expr* ")"] - :vector ["[" :expr* "]"] - :map ["{" [:expr :expr]* "}"] - :set ["#{" :expr* "}"] - :fn ["#(" :expr* ")"] - - :meta ["^" :expr] - :with-meta ["#^" :expr :expr] - :quote ["'" :expr] - :syntax-quote ["`" :expr] - :unquote ["~" :expr] - :unquote-splice ["~@" :expr] - :deref ["@" :expr] - :var ["#'" :expr] - - ; :nil (token "nil" (?! :token-char)) - ; :boolean (token #{"true" "false"} (?! :token-char)) - ;; todo: refine these terminals - :char (token \\ any-char) -#_( - :namespace- (token (not-one-of "/" {\0 \9}) :token-char*? "/") - :name- (token (not-one-of "/" {\0 \9}) [(?! "/") :token-char]*) - :symbol (token - #{["%" :token-char*] - ["%&"] - ["/" (?! :token-char)] - ["clojure.core//" (?! :token-char)] - [(?! :macro :nil :boolean ":") :namespace? :name]}) - - :keyword (token (?= ":") :namespace? :name) -) - :keyword (token \: :token) - :symbol (token :token) - - :number (token {\0 \9}+) - -#_( - :string (token \" #{[(?! \" \\) any-char] [\\ any-char]}* \") - :regex (token "#\"" #{[(?! \" \\) any-char] [\\ any-char]}* \") - ) - :string (token \" {\a \z}* \") - :regex (token "#\"" {\a \z}* \"))) -(def table (apply core/lr-table g)) -(def ttable (first table)) -(def sop [[[(second table)] [] nil]]) - -(def red (memoize (fn [n] (if (neg? n) clojure-parser (-> (red (dec n)) (step (nth selfs n))))))) -(def test-comment - (grammar {:main :expr* :space [(one-of " \t\n\r,")+]} - :expr [:line :comment] - :line [[(but ";") {\a \z}]*] - :comment (token ";" [(but "\n") any-char]*))) - -(-> test-comment (step "a ;b\nc;d") (step nil) results (->> (map #(apply str (e/emit* %))))) - -(defn find-error [s g] - (loop [seen [] s s p g] - (if (empty? p) - (apply str seen) - (when-let [[c & s] (seq s)] - (recur (conj seen c) s (step p (str c))))))) - - if (and (seq s) (-> f (step s) count zero?)) - (let [i (quot (count s) 2) - s1 (subs s 0 i) - s2 (subs s i) - ] - (if (-> f (step s1) count zero?) - - - - - -;; helper functions to display results in a more readable way -(defn terse-result [items] - (map (fn self [item] - (if (map? item) - (cons (:tag item) (map self (:content item))) - item)) items)) - -(defn prn-terse [results] - (doseq [result results] - (prn (terse-result result)))) - -;; let's parse this snippet -(-> simple-lisp (step "()(hello)") (step nil) results prn-terse) -;;> ((:main (:expr "()") (:expr "(" (:expr (:symbol "hello")) ")"))) - -;; let's parse this snippet in two steps -(-> simple-lisp (step "()(hel") (step "lo)") eof results prn-terse) -;;> ((:main (:expr "()") (:expr "(" (:expr (:symbol "hello")) ")"))) - -;; and now, the incremental parsing! -(let [c1 (-> simple-lisp reset (step "()(hel")) - c2 (-> c1 reset (step "lo)" nil)) - _ (-> (stitch c1 c2) eof results prn-terse) ; business as usual - c1b (-> simple-lisp reset (step "(bonjour)(hel")) ; an updated 1st chunk - _ (-> (stitch c1b c2) eof results prn-terse) - c1t (-> simple-lisp reset (step "(bonjour hel")) ; an updated 1st chunk - _ (-> (stitch c1t c2) eof results prn-terse)] - nil) -;;> ((:main (:expr "()") (:expr "(" (:expr (:symbol "hello")) ")"))) -;;> ((:main (:expr "(" (:expr (:symbol "bonjour")) ")") (:expr "(" (:expr (:symbol "hello")) ")"))) -;;> ((:main (:expr "(" (:expr (:symbol "bonjour")) (:w " ") (:expr (:symbol "hello")) ")"))) - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/fold.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/fold.clj deleted file mode 100644 index 0c65b88..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/fold.clj +++ /dev/null @@ -1,124 +0,0 @@ -; Copyright (c) Christophe Grand. All rights reserved. -; The use and distribution terms for this software are covered by the -; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) -; which can be found in the file epl-v10.html at the root of this distribution. -; By using this software in any fashion, you are agreeing to be bound by -; the terms of this license. -; You must not remove this notice, or any other, from this software. - -(ns net.cgrand.parsley.fold - (:require [net.cgrand.parsley.util :as u])) - -(defprotocol EphemeralFolding - (unexpected! [this s]) - (node! [this tag n]) - (leaf! [this s]) - (cat! [this pfq])) - -; nodes is a collection of nodes (returned by make-node) -; pending is an alternate collection of tag, coll of nodes, integer - -(deftype FoldingQueue [^java.util.ArrayList pending ^java.util.ArrayList nodes - ^java.util.ArrayList offsets - make-node make-leaf make-unexpected] - EphemeralFolding - (unexpected! [this s] - (when make-unexpected - (.add nodes (make-unexpected s)) - this)) - (node! [this tag N] - (let [n (.size offsets)] - (u/cond - (or (> N n) (neg? N)) - (do - (doto pending - (.add tag) - (.add (vec nodes)) - (.add (- N n))) - (.clear nodes) - (.clear offsets)) - :let [m (- n N) - offset (.get offsets m) - _ (-> offsets (.subList (inc m) n) .clear)] - tag - (let [tail (.subList nodes offset (.size nodes)) - children (vec (.toArray tail))] - (.clear tail) - (.add nodes (make-node tag children)))) - this)) - (leaf! [this s] - (let [leaf (if make-leaf (make-leaf s) s) - offset (.size nodes)] - (.add offsets offset) - (.add nodes leaf) - this)) - (cat! [this pfq] - (doseq [[tag pnodes n] (partition 3 (:pending pfq))] - (.addAll nodes pnodes) - (.node! this tag n)) - (let [n (.size nodes)] - (.addAll nodes (:nodes pfq)) - (doseq [offset (:offsets pfq)] - (.add offsets (+ n offset)))) - this) - clojure.lang.IDeref - (deref [this] - {:pending (vec pending) :nodes (vec nodes) :offsets (vec offsets) - :make-node make-node :make-leaf make-leaf :make-unexpected make-unexpected})) - -(defn folding-queue - [{:keys [pending nodes offsets make-node make-leaf make-unexpected] - :or {pending [] nodes [] offsets []}}] - (FoldingQueue. (java.util.ArrayList. ^java.util.Collection pending) - (java.util.ArrayList. ^java.util.Collection nodes) - (java.util.ArrayList. ^java.util.Collection offsets) - make-node make-leaf make-unexpected)) - -(defn cat [a b] - @(cat! (folding-queue a) b)) - -(defn finish [pfq] - (u/cond - :let [{:keys [pending nodes offsets make-node]} pfq] - (and (seq nodes) (seq pending)) - nil - [[x & xs] (seq nodes)] - (when-not xs x) - [[[tag pnodes n] & xs] (seq (partition 3 pending))] - (when (and (not xs) (neg? n) tag) (make-node tag pnodes)))) - -(defn stitchability - "Returns :full, or a number (the number of states on A stack which remains untouched) - when rebasing is possible or nil." - [a b] - (u/cond - :let [[a-end a-watermark a-events a-start] a - [b-end b-watermark b-events b-start] b] - (= a-end b-start) :full - :let [[a-stack a-rem] a-end - [b-stack b-rem] b-start] - :when (= a-rem b-rem) - :let [b-tail (subvec b-stack b-watermark) - n (- (count a-stack) (count b-tail))] - :when (not (neg? n)) - (= b-tail (subvec a-stack n)) n)) - -(defn rebase [b a] - (u/cond - :when-let [st (stitchability a b)] - (= :full st) b - ; if it's not full, it's partial - :let [[a-end] a - [b-end b-watermark b-events] b - [a-stack] a-end - [b-stack b-rem] b-end - b-tail (subvec b-stack b-watermark) - a-stub (subvec a-stack 0 st)] - [[(into (vec a-stub) b-tail) b-rem] st b-events a-end])) - -(defn stitch - [a b] - (when (and a b) - (let [[a-end a-watermark a-events a-start] a - [b-end b-watermark b-events b-start] b] - [b-end (min a-watermark b-watermark) (cat a-events b-events) a-start]))) diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/grammar.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/grammar.clj deleted file mode 100644 index 10236d9..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/grammar.clj +++ /dev/null @@ -1,192 +0,0 @@ -; Copyright (c) Christophe Grand. All rights reserved. -; The use and distribution terms for this software are covered by the -; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) -; which can be found in the file epl-v10.html at the root of this distribution. -; By using this software in any fashion, you are agreeing to be bound by -; the terms of this license. -; You must not remove this notice, or any other, from this software. - -(ns net.cgrand.parsley.grammar - (:require [net.cgrand.parsley.util :as u])) - -(alias 'p 'net.cgrand.parsley) ; avoid circular dependency - -;; A grammar production right-hand side consists of a combination of: -;; * vectors (sequence) -;; * sets (alternatives) -;; * keywords (non-terminal or operators: :*, :+, :?) -;; * antything else is considered as a literal (a "matcher") - -(defprotocol RuleFragment - (unsugar [fragment] "Remove sugarized forms") - (collect [fragment unspaced top-rulename] "Collect \"anonymous\" productions") - (develop [fragment rewrite space] - "normalize as a seq of seqs of keywords and terminals" )) - -(defrecord Unspaced [item] - RuleFragment - (unsugar [this] - (Unspaced. (unsugar item))) - (collect [this unspaced top-rulename] - (collect item true top-rulename)) - (develop [this rewrite space] - (rewrite item #{[]}))) - -(defn unspaced [& specs] - (Unspaced. (vec specs))) - -(defrecord Root [item] - RuleFragment - (unsugar [this] - (Root. (unsugar item))) - (collect [this unspaced top-rulename] - (collect item unspaced top-rulename)) - (develop [this rewrite space] - (for [s1 space x (rewrite item space) s2 (if (empty? x) #{[]} space)] - (concat s1 x s2)))) - -(defrecord Repeat+ [item] - RuleFragment - (unsugar [this] - (Repeat+. (unsugar item))) - (collect [this unspaced top-rulename] - (let [kw (keyword (gensym (str top-rulename "_repeat+_"))) - alt #{[kw item] item}] - (cons [this kw (if unspaced (Unspaced. alt) alt)] - (collect item unspaced top-rulename))))) - -;; 2. collect new rules -(extend-protocol RuleFragment - Object - (unsugar [this] - (if (= "" this) [] this)) - (collect [this unspaced top-rulename] - nil) - (develop [this rewrite space] - [[this]]) - - ;; a ref to another rule: add support for + ? or * suffixes - clojure.lang.Keyword - (unsugar [kw] - (if-let [[_ base suffix] (re-matches #"(.*?)([+*?])" (name kw))] - (unsugar [(keyword base) (keyword suffix)]) - kw)) - (collect [this unspaced top-rulename] - nil) - (develop [this rewrite space] - [[this]]) - - ;; a set denotes an alternative - clojure.lang.IPersistentSet - (unsugar [this] - (set (map unsugar this))) - (collect [items unspaced top-rulename] - (mapcat #(collect % unspaced top-rulename) items)) - (develop [items rewrite space] - (mapcat #(rewrite % space) items)) - - ;; a vector denotes a sequence, supports postfix operators :+ :? and :* - clojure.lang.IPersistentVector - (unsugar [this] - (reduce #(condp = %2 - :* (conj (pop %1) #{[] (Repeat+. (peek %1))}) - :+ (conj (pop %1) (Repeat+. (peek %1))) - :? (conj (pop %1) #{[](peek %1)}) - (conj %1 (unsugar %2))) [] this)) - (collect [items unspaced top-rulename] - (mapcat #(collect % unspaced top-rulename) items)) - (develop [items rewrite space] - (reduce #(for [x (rewrite %2 space) sp space xs %1] - (concat x (and (seq x) (seq xs) sp) xs)) - [()] (rseq items)))) - -(defn collect-new-rules - "Collect new rules for new non-terminals corresponding to repeatitions." - [grammar] - (let [collected-rules - (mapcat (fn [[k v]] (collect v false (name k))) grammar) - rewrites (into {} (for [[op k] collected-rules] [op k])) - new-rules (set (vals rewrites)) - grammar (into grammar (for [[_ k v] collected-rules - :when (new-rules k)] [k v]))] - [rewrites grammar])) - -;; 3. develop-alts: -(defn normalize - "Normalize grammar as a map of non-terminals to set of seqs of - terminals and non-terminals" - ([grammar] (normalize grammar nil {})) - ([grammar space rewrites] - (let [helper (fn helper [item space] - (if-let [rw (rewrites item)] - [[rw]] - (develop item helper space))) - space (helper space #{[]})] - (into {} (for [[k v] grammar] [k (set (helper v space))]))))) - -;; 4. remove-empty-prods -(defn split-empty-prods [grammar] - [(into {} - (for [[k prods] grammar] - [k (set (remove empty? prods))])) - (into {} - (for [[k prods] grammar - :when (some empty? prods)] - [k [() [k]]]))]) - -(defn- inline-prods [prods replacement-map] - (letfn [(inline1 [prod] - (if-let [[x & xs] (seq prod)] - (for [a (replacement-map x [[x]]) b (inline1 xs)] - (concat a b)) - [()]))] - (mapcat inline1 prods))) - -(defn- inline-empty-prods* [grammar] - (let [[grammar empty-prods] (split-empty-prods grammar)] - (into {} - (for [[k prods] grammar] - [k (-> prods (inline-prods empty-prods) set (disj [k]))])))) - -(defn inline-empty-prods [grammar] - (u/fix-point inline-empty-prods* grammar)) - -(defn- private? [kw] - (.endsWith (name kw) "-")) - -(defn- basename [kw] - (if (private? kw) - (let [s (name kw) - n (subs s 0 (dec (count s)))] - (if-let [ns (namespace kw)] - (keyword ns n) - (keyword n))) - kw)) - -;;;;;;;;;;; -(defn grammar - [options-map & rules] - (let [[options-map rules] (if-not (map? options-map) - [{} (cons options-map rules)] - [options-map rules]) - rules (partition 2 rules) - public-rulenames (remove private? (map first rules)) - {:keys [main space root-tag] - :or {main (first public-rulenames) root-tag ::p/root space #{[]}}} - options-map - public-rulenames (-> (zipmap public-rulenames public-rulenames) - (assoc ::p/S root-tag)) - rules (concat rules - [[::p/S (Root. main)] [::space (unspaced space)]]) - grammar (into {} (for [[name specs] rules] - [(basename name) (unsugar specs)])) - [rewrites grammar] (collect-new-rules grammar) - space (::space grammar) - grammar (dissoc grammar ::space) - grammar (-> grammar - (normalize space rewrites) - (assoc ::canary #{[::p/S ::eof]}) - inline-empty-prods) - matches-empty (contains? (grammar ::canary) [::eof]) - grammar (dissoc grammar ::canary)] - [grammar public-rulenames matches-empty])) diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/lrplus.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/lrplus.clj deleted file mode 100644 index 042f5d6..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/lrplus.clj +++ /dev/null @@ -1,325 +0,0 @@ -; Copyright (c) Christophe Grand. All rights reserved. -; The use and distribution terms for this software are covered by the -; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) -; which can be found in the file epl-v10.html at the root of this distribution. -; By using this software in any fashion, you are agreeing to be bound by -; the terms of this license. -; You must not remove this notice, or any other, from this software. - -(ns net.cgrand.parsley.lrplus - "LR+ is LR(0) with contextual tokenizing." - (:require [net.cgrand.parsley.fold :as f] - [net.cgrand.parsley.util :as u] - [net.cgrand.parsley.stack :as st])) - -(alias 'p 'net.cgrand.parsley) ; avoid circular dependency - -; I independently figured out the sale technique as the one described -; in this paper: Context-Aware Scanning for Parsing Extensible Languages -; http://www.umsec.umn.edu/publications/Context-Aware-Scanning-Parsing-Extensible-Language - -;; pushdown automaton -(defrecord TableState [token-matcher shifts reduce gotos accept eof]) -(defn table-state [token-matcher shifts reduce goto accept & [eof]] - (TableState. token-matcher shifts reduce goto accept eof)) - -(defprotocol TokenMatcher - (match [this s eof])) - -(extend-protocol TokenMatcher - nil - (match [this ^String s eof] - nil) - Character - (match [this ^String s eof] - (cond - (zero? (.length s)) - (when-not eof [-1]) - (== (int (.charAt s 0)) (int (.charValue this))) - [1 this] - :else - nil)) - String - (match [this ^String s eof] - (cond - (.startsWith s this) - [(.length this) this] - eof - nil - (.startsWith this s) - [-1])) - java.util.regex.Pattern - (match [this s eof] - (let [m (re-matcher this s) - found (.lookingAt m)] - (cond - (and (not eof) (.hitEnd m)) - [-1] - found - [(.end m) this]))) - clojure.lang.IFn - (match [this s eof] - (this s eof)) - clojure.lang.APersistentSet - (match [this s eof] - (let [ns (keep #(match % s eof) this)] - (cond - (some #{[-1]} ns) - [-1] - (next ns) - (throw (Exception. (str "Ambiguous match for " (pr-str s) " by " (pr-str this)))) - :else - (first ns))))) - -(deftype UnionMatcher [^objects matchers] - TokenMatcher - (match [this s eof] - (loop [i (alength matchers) r nil] - (u/cond - (zero? i) r - :let [i (unchecked-dec i) - m (aget matchers i) - mr (match m s eof)] - (= [-1] mr) [-1] - (and r mr) - (throw (Exception. (str "Ambiguous match for " (pr-str s) " by " (pr-str this)))) - (recur i (or r mr)))))) - -(declare eq-ctm) - -(deftype CompoundTokenMatcher [^objects ascii-dispatch tm] - TokenMatcher - (match [this s eof] - (u/cond - :let [^String s s] - (zero? (.length s)) - (match tm s eof) - :let [cp (.codePointAt s 0)] - (< cp (int 128)) - (when-let [tm (aget ascii-dispatch cp)] - (match tm s eof)) - (match tm s eof))) - Object - (hashCode [_] (.hashCode tm)) - (equals [this that] - (boolean (eq-ctm this that))) - (toString [_] (str tm))) - -(defn- eq-ctm [^CompoundTokenMatcher this that] - (and (instance? CompoundTokenMatcher that) - (= (.tm this) (.tm ^CompoundTokenMatcher that)))) - -(defn prefix-matcher [token-matcher ^String s] - (u/cond - :when-let [[n :as r] (match token-matcher s false)] - (neg? n) token-matcher - (constantly r))) - -(defn matcher [tms] - (when (seq tms) - (if (next tms) - (let [qtable (to-array - (map (fn [cp] - (let [s (str (char cp)) - tms (filter #(prefix-matcher % s) tms)] - (when (seq tms) - (if (next tms) - (UnionMatcher. (to-array (set tms))) - (first tms))))) (range 128)))] - (CompoundTokenMatcher. qtable (set tms))) - (first tms)))) - -(defn- count-unexpected [tm s eof] - (loop [n 1] - (let [suf (subs s n)] - (if (or (match tm suf eof) (empty? suf)) - n - (recur (inc n)))))) - -(defn step1 - "Returns [stack water-mark buffer events] where stack is the new stack, - water-mark the number of items at the bottom of the stack which didn't took - part in this step, buffer the remaining string to be tokenized, events the - parsing events." - [table ops stack rem s] - (when (nil? stack) - (throw (IllegalStateException. "Can't accept more input past EOF."))) - (let [eof (nil? s) - s (or s "") - s (if (= "" rem) s (str rem s)) - fq (f/folding-queue ops) - stack (st/stack stack)] - (loop [^String s s] - (u/cond - :when-let [state (st/peek! stack) - cs (table state)] - [[sym n tag] (and (zero? (.length s)) (:accept cs))] - (if eof - (do - (f/node! fq tag n) - [(assoc @stack :stack nil) "" @fq]) - [@stack "" @fq]) - [[sym n tag] (:reduce cs)] - (let [cs (-> stack (st/popN! n) st/peek! table)] - (f/node! fq tag n) - (st/push! stack ((:gotos cs) sym)) - (recur s)) - :let [tm (:token-matcher cs)] - [[n id] (match tm s eof)] - (if (neg? n) - [@stack s @fq] - (let [token (subs s 0 n) - s (subs s n) - state ((:shifts cs) id)] - (f/leaf! fq token) - (st/push! stack state) - (recur s))) - (not (empty? s)) ; unexpected input - (let [n (count-unexpected tm s eof)] - (f/unexpected! fq (subs s 0 n)) - (recur (subs s n))) - ; unexpected eof - (let [[sym n tag] (:eof cs) - cs (-> stack (st/popN! n) st/peek! table) - _ (f/node! fq tag n)] - (st/push! stack ((:gotos cs) sym)) - (recur s)))))) - -(def zero [[[0] ""] 0 nil nil]) - -(defn step [table ops state s] - (u/when-let [[[stack rem :as start]] state - [{:keys [watermark stack]} rem events] - (step1 table ops stack rem s)] - [[stack rem] watermark events start])) - -;; LR+ table construction -(defn close [init-states state] - (u/fix-point (fn [state] - (let [follows (map #(first (nth % 2)) state)] - (into state (mapcat init-states follows)))) - (set state))) - -(defn filter-keys [map pred] - (into {} (for [kv map :when (pred (key kv))] kv))) - -(defn follow-map [state] - (apply merge-with into {} - (for [[k n prod] state] {(first prod) #{[k n (next prod)]}}))) - -(defn transitions [close tags state] - (u/cond - :let [follows (u/map-vals (follow-map state) #(close %2)) - gotos (filter-keys follows keyword?) - shifts (filter-keys (dissoc follows nil) (complement gotos)) - reduces (follows nil) - accepts (filter (fn [[s _ r]] (= 0 s)) reduces) - reduces (reduce disj reduces accepts) - reduction (when-let [[sym n] (first reduces)] [sym n (tags sym)]) - accept (when-let [[sym n] (first accepts)] [sym -1 (tags sym)])] - (next reduces) - (throw (Exception. ^String (apply str "at state " state "\n reduce/reduce conflict " (interpose "\n" reduces)))) - (and reduction (seq shifts)) - (throw (Exception. (str "at state " state "\n shift/reduce conflict " shifts "\n" reduces))) - (table-state (matcher (keys shifts)) shifts reduction gotos accept))) - -(defn to-states [{:keys [gotos shifts]}] - (concat (vals gotos) (vals shifts))) - -(defn lr-table [[grammar tags matches-empty]] - (let [grammar (-> grammar (dissoc ::p/S) - (assoc 0 (::p/S grammar))) - tags (assoc tags 0 (tags ::p/S)) - init-states (u/map-vals grammar #(set (for [prod %2] [%1 (count prod) prod]))) - close (partial close init-states) - state0 (-> 0 init-states close) - transitions (partial transitions close tags) - table (loop [table {} todo #{state0}] - (if-let [state (first todo)] - (let [transition (transitions state) - table (assoc table state transition) - new-states (remove table (to-states transition)) - todo (-> todo (disj state) (into new-states))] - (recur table todo)) - table)) - table (assoc table 0 (assoc (table state0) :accept (when matches-empty - [0 -1 (tags 0)]))) - ; state0 is unreachable by construction - table (dissoc table state0)] - table)) - -(defn- eof-reduction [state] - (reduce (fn [[mk mn :as best] [k n prod]] - (let [n (- n (count prod))] - (if (and best (>= mn n)) best [k n]))) - nil state)) - -(defn- unfinished-state [public accept n] - (let [state #{[::p/unfinished (inc n) nil]} - state-id [::p/unfinished (boolean public) (boolean accept) n] - transitions (transitions identity (if public #{::p/unfinished} #{}) state) - transitions (if accept - (assoc transitions :accept [::p/unfinished -1 ::p/unfinished]) - transitions)] - [state-id transitions])) - -(defn totalize [table] - ;; I wanted to make table the only input of totalize - ;; that's why the tags map is recomputed - (let [tags (into {} (for [transition (vals table) - :let [[k _ tag] (or (:reduce transition) (:accept transition))] - :when tag] - [k tag]))] - (reduce - (fn [table [state transition]] - (u/cond - (:reduce transition) - table - (= 0 state) - (let [table (if-not (:accept transition) - (assoc-in table [state :accept] [::p/unfinished -1 ::p/unfinished]) - table) - [ustate utransition :as ust] (unfinished-state (tags 0) true 0) - table (assoc-in table [state :gotos ::p/unfinished] ustate)] - (conj table ust)) - :let [[k n] (eof-reduction state) - tag (when (tags k) ::p/unfinished) - [ustate utransition :as ust] (unfinished-state tag (= 0 k) n)] - (conj table ust - [state (-> transition - (assoc :eof [::p/unfinished n tag]) - (assoc-in [:gotos ::p/unfinished] ustate))]))) - table table))) - -(defn number-states [table] - (let [table-without-start (dissoc table 0) - mapping (zipmap (cons 0 (keys table-without-start)) (range)) - renum (fn [m] (reduce #(update-in %1 [%2] mapping) m (keys m))) - syms (set (for [v (vals table) [x] [(:reduce v) (:eof v) (:accept v)] :when x] x)) - syms-mapping (zipmap syms (range)) - renum-action #(when-let [[sym n tag] %] [(syms-mapping sym) n tag]) - empty-goto (vec (repeat (count syms) nil)) - renum-gotosyms (fn [goto] (reduce (fn [goto [sym state]] - (assoc goto (syms-mapping sym) state)) - empty-goto goto))] - (vec - (for [{shifts :shifts gotos :gotos :as v} - (cons (get table 0) (vals table-without-start))] - (assoc v :reduce (renum-action (:reduce v)) - :eof (renum-action (:eof v)) - :accept (renum-action (:accept v)) - :shifts (renum shifts) :gotos (-> gotos renum renum-gotosyms))))) - -) - -(comment - (def g - {:E #{["(" :E+ ")"] - [#"\w+"]} - :E+ #{[:E+ :E] - [:E]}}) - - (let [t (lr-table [g :E identity])] - (step t zero "((hello)")) - -) diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/stack.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/stack.clj deleted file mode 100644 index b6eabfe..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/stack.clj +++ /dev/null @@ -1,36 +0,0 @@ -; Copyright (c) Christophe Grand. All rights reserved. -; The use and distribution terms for this software are covered by the -; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) -; which can be found in the file epl-v10.html at the root of this distribution. -; By using this software in any fashion, you are agreeing to be bound by -; the terms of this license. -; You must not remove this notice, or any other, from this software. - -(ns net.cgrand.parsley.stack) - -(defprotocol EphemeralStack - (push! [this x]) - (popN! [this n]) - (peek! [this])) - -(deftype Stack [^java.util.ArrayList list ^{:unsynchronized-mutable true} ^long wm] - EphemeralStack - (push! [this x] - (.add list x) - this) - (popN! [this n] - (let [sz (.size list) - sl (.subList list (- sz (long n)) sz)] - (.clear sl) - this)) - (peek! [this] - (let [i (unchecked-dec (.size list))] - (set! wm (Math/min (long wm) (long i))) - (.get list i))) - clojure.lang.IDeref - (deref [this] - {:watermark wm - :stack (vec list)})) - -(defn stack [coll] - (Stack. (java.util.ArrayList. ^java.util.Collection coll) (count coll))) diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/tree.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/tree.clj deleted file mode 100644 index 925b879..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/tree.clj +++ /dev/null @@ -1,177 +0,0 @@ -(ns net.cgrand.parsley.tree - "An incremental buffer backed by a 2-3 tree." - (:require [net.cgrand.parsley.util :as u])) - -(defprotocol Node - "Protocol for inner nodes and leaves of a 2-3 buffer. - Leaves contain collections (or strings or anything sequential and finite). - The buffer maintains a reduction over all its leaves contents. - The buffer is parametrized by a map of fns, see the ops method." - (len [node] "Returns the length of the Node") - (left-cut [node offset]) - (right-cut [node offset]) - (value [node] "The result value for this node.") - (children [node] "For inner nodes, return their children.") - (ops [node] "Returns a map of fns with keys: - :unit [leaf-content] - turns a leaf content into a value from the result type, - :plus [a b] (associative fn) - combines two values from the result type into a value of the result type, - :chunk [leaf-content] - breaks a leaf content into a seq of leaf contents -- it controls the computational - granularity of the buffer. - :left [leaf-content offset] - returns the part of a leaf content to the left of the offset, - :right [leaf-content offset] - returns the part of a leaf content to the right of the offset, - :cat [& leaf-contents] - returns teh concatenation of the seq of leaf-contents, with no args MUST returns the proper - identity element (eg \"\" for str, () or [] or nil for concat), - :len [leaf-content] - returns the length of leaf-content.")) - -(defrecord Ops [unit plus chunk left right cat len]) - -(defn as-ops [options] - (if (instance? Ops options) - options - (into (Ops. nil nil nil nil nil nil count) options))) - -(deftype InnerNode [ops val length a b c] - Node - (left-cut [this offset] - (u/cond - :let [la (len a)] - (<= offset la) (conj (left-cut a offset) nil) - :let [offset (- offset la) - lb (len b)] - (<= offset lb) (conj (left-cut b offset) [a]) - :let [offset (- offset lb)] - :else (conj (left-cut c offset) [a b]))) - (right-cut [this offset] - (u/cond - :let [la (len a)] - (< offset la) (conj (right-cut a offset) (if c [b c] [b])) - :let [offset (- offset la) - lb (len b)] - (or (< offset lb) (nil? c)) (conj (right-cut b offset) (when c [c])) - :let [offset (- offset lb)] - :else (conj (right-cut c offset) nil))) - (len [this] - length) - (value [this] - val) - (children [node] (if c [a b c] [a b])) - (ops [this] - ops)) - -(defn node [ops children] - (let [[a b c] children - plus (:plus ops) - val (plus (value a) (value b)) - val (if c (plus val (value c)) val)] - (InnerNode. ops val (+ (len a) (len b) (if c (len c) 0)) a b c))) - -(deftype Leaf [ops val s] - Node - (left-cut [this offset] - [((:left ops) s offset)]) - (right-cut [this offset] - [((:right ops) s offset)]) - (len [this] - ((:len ops) s)) - (value [this] - val) - (ops [this] - ops)) - -(defn leaf [ops s] - (Leaf. ops ((:unit ops) s) s)) - -(defn group - "Groups a sequence of at least two nodes into a sequence of nodes with 2 or 3 children." - [nodes] - (let [ops (ops (first nodes))] - (if (odd? (count nodes)) - (cons (node ops (take 3 nodes)) - (map #(node ops %) (partition 2 (drop 3 nodes)))) - (map #(node ops %) (partition 2 nodes))))) - -(defn- left-borrow [lefts] - (or (u/cond - :when-let [[nodes & xs] (seq lefts)] - [r (peek nodes)] - (list* (children r) (pop nodes) xs) - :let [[nodes & xs] (left-borrow xs)] - [r (peek nodes)] - (list* (children r) (pop nodes) xs)) - (cons nil lefts))) - -(defn- right-borrow [rights] - (or (u/cond - :when-let [[nodes & xs] (seq rights)] - [l (first nodes)] - (list* (children l) (next nodes) xs) - :let [[nodes & xs] (right-borrow xs)] - [l (first nodes)] - (list* (children l) (next nodes) xs)) - (cons nil rights))) - -(defn edit - "Performs an edit on the buffer. Content from offset to offset+length (excluded) is replaced - by s." - [tree offset length s] - (let [[sl & lefts] (left-cut tree offset) - [sr & rights] (right-cut tree (+ offset length)) - ops (ops tree) - s ((:cat ops) sl s sr) - leaves (map #(leaf ops %) ((:chunk ops) s))] - (loop [[l & ls :as lefts] lefts [r & rs :as rights] rights nodes leaves] - #_(assert (seq nodes)) - (u/cond - :let [nodes (concat l nodes r)] - (next nodes) - (recur ls rs (group nodes)) - ; it means that nodes has only one item and both l and r are empty - :let [lefts (left-borrow ls)] - (first lefts) - (recur lefts rights nodes) - :let [rights (right-borrow rs)] - (first rights) - (recur lefts rights nodes) - ; nothing left, we have a new root! - (first nodes))))) - -(defn buffer - ([ops] - (let [ops (as-ops ops)] - (leaf ops ((:cat ops))))) - ([ops s] - (-> (buffer ops) (edit 0 0 s)))) - -;;;;;;;;;;;;;;; -(comment ; demo - -(def str-buffer (partial buffer {:unit identity - :plus str - :chunk #(.split ^String % "(?<=\n)") - :left #(subs %1 0 %2) - :right subs - :cat str})) - -(defprotocol Treeable - (tree [treeable])) - -(extend-protocol Treeable - Leaf - (tree [leaf] (.s leaf)) - InnerNode - (tree [nv] (map tree (if (.c nv) [(.a nv) (.b nv) (.c nv)] [(.a nv) (.b nv)])))) - -;; repl session - => (-> "a\nb" str-buffer (edit 1 0 "c") ((juxt tree value))) - ("ac\n" "b") - => (-> "a\nb" str-buffer (edit 1 0 "cd") ((juxt tree value))) - ("acd\n" "b") - => (-> "a\nb" str-buffer (edit 1 0 "cd") (edit 2 0 "\n\n") ((juxt tree value))) - (("ac\n" "\n") ("d\n" "b"))) \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/util.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/util.clj deleted file mode 100644 index b9c10c1..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.parsley_0.0.12.STABLE001/net/cgrand/parsley/util.clj +++ /dev/null @@ -1,67 +0,0 @@ -(ns net.cgrand.parsley.util - "Some functions and a collection of variations on Clojure's core macros. - Let's see which features end up being useful." - {:author "Christophe Grand"} - (:refer-clojure :exclude [cond when-let if-let])) - -(defmacro if-let - "A variation on if-let where all the exprs in the bindings vector must be true. - Also supports :let." - ([bindings then] - `(if-let ~bindings ~then nil)) - ([bindings then else] - (if (seq bindings) - (if (= :let (bindings 0)) - `(let ~(bindings 1) - (if-let ~(subvec bindings 2) ~then ~else)) - `(let [test# ~(bindings 1)] - (if test# - (let [~(bindings 0) test#] - (if-let ~(subvec bindings 2) ~then ~else)) - ~else))) - then))) - -(defmacro when-let - "A variation on when-let where all the exprs in the bindings vector must be true. - Also supports :let." - [bindings & body] - `(if-let ~bindings (do ~@body))) - -(defmacro cond - "A variation on cond which sports let bindings and implicit else: - (cond - (odd? a) 1 - :let [a (quot a 2)] - (odd? a) 2 - 3). - Also supports :when-let and binding vectors as test expressions." - [& clauses] - (when-let [[test expr & more-clauses] (seq clauses)] - (if (next clauses) - (if-let [sym ({:let `let :when `when :when-let `when-let} test)] - (list sym expr `(cond ~@more-clauses)) - (if (vector? test) - `(if-let ~test ~expr (cond ~@more-clauses)) - `(if ~test ~expr (cond ~@more-clauses)))) - test))) - -(comment ;if one could define cond with itself it would read: - (cond - :when-let [[test expr & more-clauses] (seq clauses)] - (not (next clauses)) test - [sym ({:let `let :when `when :when-let `when-let} test)] - (list sym expr `(cond ~@more-clauses)) - (vector? test) - `(if-let ~test ~expr (cond ~@more-clauses)) - `(if ~test ~expr (cond ~@more-clauses)))) - -(defn map-vals [map f] - (into map (for [[k v] map] [k (f k v)]))) - -(defn fix-point [f init] - (let [v (f init)] - (if (= v init) - init - (recur f v)))) - - diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.regex_0.0.4.STABLE001/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/net.cgrand.regex_0.0.4.STABLE001/META-INF/MANIFEST.MF deleted file mode 100644 index 31a4bab..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.regex_0.0.4.STABLE001/META-INF/MANIFEST.MF +++ /dev/null @@ -1,27 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Regex -Bundle-SymbolicName: net.cgrand.regex;singleton:=true -Bundle-Version: 0.0.4.STABLE001 -Bundle-ClassPath: ., - classes/ -Bundle-ActivationPolicy: lazy -Bundle-Vendor: Christophe Grand -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: net.cgrand -Import-Package: clojure;version="1.3.0", - clojure.asm;version="1.3.0", - clojure.asm.commons;version="1.3.0", - clojure.core;version="1.3.0", - clojure.core.protocols;version="1.3.0", - clojure.core.proxy$clojure.lang;version="1.3.0", - clojure.inspector.proxy$java.lang;version="1.3.0", - clojure.inspector.proxy$javax.swing.table;version="1.3.0", - clojure.java;version="1.3.0", - clojure.java.browse_ui.proxy$java.lang;version="1.3.0", - clojure.java.io;version="1.3.0", - clojure.lang;version="1.3.0", - clojure.pprint.proxy$java.io;version="1.3.0", - clojure.repl.proxy$java.io;version="1.3.0", - clojure.test;version="1.3.0" - diff --git a/compling.gui.builder.pre/build/plugins/net.cgrand.regex_0.0.4.STABLE001/net/cgrand/regex.clj b/compling.gui.builder.pre/build/plugins/net.cgrand.regex_0.0.4.STABLE001/net/cgrand/regex.clj deleted file mode 100644 index b0796cc..0000000 --- a/compling.gui.builder.pre/build/plugins/net.cgrand.regex_0.0.4.STABLE001/net/cgrand/regex.clj +++ /dev/null @@ -1,196 +0,0 @@ -(ns net.cgrand.regex - "A DSL for people who prefer verbose, maintenable regexes to terse - now-you-have-two-problems ones." - {:author "Christophe Grand"} - (:refer-clojure :exclude [repeat + * resolve]) - (:require [clojure.core :as core] - [clojure.string :as s]) - (:import [java.util.regex Pattern])) - -;; Value-based DSL definition -(defprotocol RegexValue - (pattern [this] "Returns the pattern represented by this value.") - (groupnames [this] "Returns a seq of all group names used in this regex.")) - -(defrecord Regex [^Pattern re groupnames] - RegexValue - (pattern [this] (.pattern re)) - (groupnames [this] groupnames)) - -(defn exec [re s] - (when-let [res (re-matches (:re re) s)] - (if-let [ids (seq (:groupnames re))] - (zipmap (cons nil ids) res) - res))) - -(defn regex* [spec] - (Regex. (-> spec pattern Pattern/compile) (groupnames spec))) - -(extend-protocol RegexValue - Character - (pattern [c] - (pattern (str c))) - (groupnames [this] []) - String ; a String denotes a literal sequence of characters to match - (pattern [s] - (Pattern/quote s)) - (groupnames [this] []) - clojure.lang.IPersistentSet ; a Set denotes an alternative - (pattern [set] - (str "(?:" (s/join "|" (map pattern set)) ")")) - (groupnames [set] - (mapcat groupnames set)) - clojure.lang.ISeq ; a seq denotes a non-capturing group - (pattern [v] - (s/join (map pattern v))) - (groupnames [v] - (mapcat groupnames v)) - clojure.lang.IPersistentVector ; a Vector denotes a group (capturing or not) - (pattern [v] - (if (-> v rseq second (= :as)) - (str "(" (pattern (-> v pop pop seq)) ")") - (pattern (seq v)))) - (groupnames [v] - (if (-> v rseq second (= :as)) - (cons (peek v) (groupnames (-> v pop pop seq))) - (groupnames (seq v)))) - clojure.lang.IPersistentMap ; a map denotes a char range - (pattern [m] - (let [esc {\] "\\x5D" \[ "\\x5B" \& "\\x26" \^ "\\x5E"}] - (apply str (concat ["["] - (mapcat (fn [[k v]] - [(esc k k) \- (esc v v)]) m) ["]"])))) - (groupnames [v] []) - ; I haven't found a way to get the number of groups of a given pattern - #_Pattern - #_(pattern [re] (.pattern re)) - #_(groupnames [re] [])) - -(defn regex [& specs] - (regex* (vec specs))) - -(defrecord Repeat [frag min max] - RegexValue - (pattern [this] - (let [s (pattern frag) - max (or max "") - min (or min 0)] - (str "(?:" s "){" min "," max "}"))) - (groupnames [this] - (groupnames frag))) - -(defn repeat - ([spec] (Repeat. spec nil nil)) - ([spec min] (Repeat. spec min nil)) - ([spec min max] (Repeat. spec min max))) - -(defn * - [& specs] - (repeat (vec specs))) - -(defn + - [& specs] - (repeat (vec specs) 1)) - -(defn ? - [& specs] - (repeat (vec specs) 0 1)) - -(def any - (reify - RegexValue - (pattern [this] ".") - (groupnames [this] []))) - -;; at this point the DSL is fully functional and everything else is just -;; compile-time optimizations -- optimizations that can be disabled by setting -;; *optimize* to false - -(comment - regex=> (exec (regex [(repeat {\a \z}) :as :a] " " [(repeat {\a \z}) :as :b]) - "hello world") - {:b "world", :a "hello", nil "hello world"} - - (def datestamp-re - (let [d {\0 \9}] - (regex [d d d d :as :year] \- [d d :as :month] \- [d d :as :day]))) - regex=> (exec datestamp-re "2007-10-23") - {:day "23", :month "10", :year "2007", nil "2007-10-23"} - regex=> (exec datestamp-re "20X7-10-23") - nil -) - -;; Compile-time simplification/optimization -(def *optimize* true) - -(defprotocol RegexFragment - (static? [this env] "Returns true when the fragment is static.") - (recursimplify [this env])) - -(defn- resolve [sym env] - (when-not (contains? env sym) (core/resolve sym))) - -(defn- simplify [expr env] - (if (static? expr env) - (let [{:keys [re groupnames]} (eval `(regex* ~expr))] - `(Regex. ~re ~(vec groupnames))) - (recursimplify expr env))) - -(extend-protocol RegexFragment - Character - (static? [this _] true) - String - (static? [this _] true) - clojure.lang.IPersistentSet - (static? [this env] (every? #(static? % env) this)) - (recursimplify [this env] (set (map #(simplify % env) this))) - clojure.lang.IPersistentVector - (static? [this env] (every? #(static? % env) this)) - (recursimplify [this env] (vec (map #(simplify % env) this))) - clojure.lang.IPersistentMap - (static? [m _] (every? (fn [[k v]] (and (char? k) (char? v))) m)) - (recursimplify [this _] this) - clojure.lang.Keyword - (static? [this _] true) - clojure.lang.Symbol - (static? [this env] (-> this (resolve env) meta ::static)) - (recursimplify [this _] this) - clojure.lang.ISeq - (static? [this env] - (let [[f & xs] this] - (when-let [static-args? (and (symbol? f) - (-> f (resolve env) meta ::static-args?))] - (static-args? xs env)))) - (recursimplify [this env] - (let [[f] this] - (when-let [simplify (and (symbol? f) - (-> f (resolve env) meta ::simplify))] - (simplify this env)))) - #_Pattern - #_(static? [this _] true) - Object - (static? [this _] false) - (recursimplify [this _] this)) - -(doseq [v [#'regex #'* #'+ #'?]] - (alter-meta! v merge {::static-args? #(static? (vec %1) %2) - ::simplify (fn [[f & xs] env] - (cons f (map #(simplify % env) xs)))})) - -(alter-meta! #'any merge {::static true}) - -(alter-meta! #'repeat merge - {::static-args? (fn [[spec & opts] env] - (and (static? spec env) (every? number? opts))) - ::simplify (fn [[f spec & opts] env] (list* f (simplify spec env) opts))}) - -(defmacro simplify-regex [spec] - (if (and *optimize* (static? spec &env)) - (let [re (regex* (eval spec))] - `(Regex. ~(:re re) ~(vec (:groupnames re)))) - `(regex* ~spec))) - -(alter-meta! #'regex merge - {:inline (fn [& specs] `(simplify-regex [~@specs]))}) - - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant.source_1.8.2.v20120109-1030.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant.source_1.8.2.v20120109-1030.jar deleted file mode 100644 index 89a6919..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant.source_1.8.2.v20120109-1030.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 6f4c5fd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/ECLIPSEF.SF deleted file mode 100644 index b4a19ad..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,182 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: rLEmm8lzsWlNndzOf4wF2+FFG7U= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: wJ/LbRxJzFnN6fYQ98sHjUgGaBo= - -Name: lib/ant-apache-bcel.jar -SHA1-Digest: fu/PV8IwvLLZ9WSous3Ye5lJ34Y= - -Name: about_files/SAX-LICENSE.html -SHA1-Digest: wfcxz3PMKKjNrpG0aXSbqRs/EEk= - -Name: etc/mmetrics-frames.xsl -SHA1-Digest: uY7jITIeh5zWGHqitcCH+BXFi9Y= - -Name: bin/ant.bat -SHA1-Digest: jkybqnRDQd/rHzM3CxWkoV4f5l0= - -Name: etc/tagdiff.xsl -SHA1-Digest: SRM+krXj9faGqiSbtW4EoDiwb+s= - -Name: lib/ant.jar -SHA1-Digest: l4C9KGf0QRmuahpZl8gCuoPcwFg= - -Name: lib/ant-apache-oro.jar -SHA1-Digest: jrdIb9Frc/LAvl87Tj8omZKpbmE= - -Name: lib/ant-jsch.jar -SHA1-Digest: az1aduvouqjN0J8hz0q8IKR75S0= - -Name: about_files/ASL-LICENSE-2.0.txt -SHA1-Digest: rwxLKF3abAAfm7UMkgtQnA9n+jU= - -Name: lib/ant-jdepend.jar -SHA1-Digest: d1jQNQGdz400oR/w3V2ALtwgX2M= - -Name: etc/coverage-frames.xsl -SHA1-Digest: Gm3habNRgdpkq7h0e54JskKlyLs= - -Name: lib/ant-junit4.jar -SHA1-Digest: L/ib7NffjcN8VKnh0TY1XPvkWgM= - -Name: META-INF/eclipse.inf -SHA1-Digest: Z+e4UrhAmTCBR1UpP/RqMf9OX00= - -Name: lib/ant-apache-regexp.jar -SHA1-Digest: zQSrU38UgDuQfzdq+MkeskaZoMY= - -Name: bin/runant.pl -SHA1-Digest: 4EKNYCEcyO/SMqxm79fnts8/Q1c= - -Name: etc/checkstyle/checkstyle-text.xsl -SHA1-Digest: k0Lt9eVayUNooipspvmFOL3Pnq8= - -Name: bin/envset.cmd -SHA1-Digest: 9WFyUZ2cKuXetEvMgGM3urnSVQg= - -Name: bin/ant.cmd -SHA1-Digest: tHYUNM1obJkUDeSxiC5D6ta52vo= - -Name: lib/ant-junit.jar -SHA1-Digest: kkJi+v8Rx81nqS6f2HmWOQZjfew= - -Name: etc/log.xsl -SHA1-Digest: wERs+JIuI7AqhXfOfJeEspw0988= - -Name: bin/antRun -SHA1-Digest: 3xz5zLVIT2QJnPskzZCOuX0LVnw= - -Name: about_files/DOM-LICENSE.html -SHA1-Digest: SjQGRnT57q7bMbrYLDqao3XYtr8= - -Name: lib/ant-testutil.jar -SHA1-Digest: hQJYKvbTneUzwq08iEMJ95BhGGA= - -Name: bin/runant.py -SHA1-Digest: jIK0WY40Qa8Wuc7mY2N9vMgdG0w= - -Name: lib/ant-commons-logging.jar -SHA1-Digest: tOy9Al2ae2KziaKFgVXaMYnMEZg= - -Name: lib/ant-swing.jar -SHA1-Digest: 6nEJC+vsbp/c4d8W+pk8XHrIxkM= - -Name: etc/jdepend-frames.xsl -SHA1-Digest: eH9sUSIIShS+gY8MVO6SeOS/p7E= - -Name: etc/changelog.xsl -SHA1-Digest: BpCViFm/89N/0Ona5MJCljwxgaA= - -Name: etc/checkstyle/checkstyle-xdoc.xsl -SHA1-Digest: 6CpvgWQX0oP7GBNUrADbtW7bA6Y= - -Name: lib/ant-launcher.jar -SHA1-Digest: 6BU5d/Cb0vFhMHvaPxrXtNlatGk= - -Name: etc/jdepend.xsl -SHA1-Digest: gLN/5j5Db1raGOXaWj3JeZ1tOsM= - -Name: lib/ant-apache-xalan2.jar -SHA1-Digest: dXLIhHcQHKNjbCzG2HqePwsc8e0= - -Name: lib/ant-jmf.jar -SHA1-Digest: 75GJdMoLK/ENHwr/RKwRAlT8Zfo= - -Name: bin/runrc.cmd -SHA1-Digest: 0mf1aP5RrYcxoP5Pjr+BMLu6hyY= - -Name: OSGI-INF/l10n/bundle.properties -SHA1-Digest: SbtnFwBsTocONv+0XWtS0Aui4aY= - -Name: lib/ant-netrexx.jar -SHA1-Digest: Tbm9SsxMFFpC8UagEgBNpwLLvFs= - -Name: plugin.properties -SHA1-Digest: lAjq1ZqcPElR/8nFFtA+YyHitzo= - -Name: lib/ant-jai.jar -SHA1-Digest: 9lQL8Ey83wUfLRcCKC1wK8WPz1g= - -Name: bin/antRun.bat -SHA1-Digest: rv+A0p1IdhTFgOUFTuGLvUW+eBs= - -Name: lib/ant-apache-bsf.jar -SHA1-Digest: kaCjLnM7GBLTzhK1bms83ygqO/s= - -Name: about_files/LICENSE -SHA1-Digest: WURQbjdp+UeDnBBRMfdLZPsudhw= - -Name: lib/ant-apache-log4j.jar -SHA1-Digest: 7bKK3v+IUcz2zY2XAhdrzi4Af4c= - -Name: bin/ant -SHA1-Digest: whlYa7LROvQRmTH1atj8Hx02xBQ= - -Name: etc/checkstyle/checkstyle-frames.xsl -SHA1-Digest: E90g3bhhw2/jxZu2OKjjT0CCGE8= - -Name: bin/complete-ant-cmd.pl -SHA1-Digest: snXEbwAvtxGdqJesGWlNg4uoibU= - -Name: about_files/NOTICE -SHA1-Digest: Gx0bQjD9abtB8UfkZy/EG2p6jmk= - -Name: lib/ant-apache-resolver.jar -SHA1-Digest: uV8gy5oYzla/Ji0kA1YcXJ7lgag= - -Name: etc/junit-frames.xsl -SHA1-Digest: md5CK99JRxedw9KxLKj0oBAQmsE= - -Name: etc/junit-noframes.xsl -SHA1-Digest: gSonXHTWIi/n6tGFX7bBf1OnIXc= - -Name: lib/ant-antlr.jar -SHA1-Digest: zlwQ4FJojbwE8ltojkgm3phlIDo= - -Name: about.html -SHA1-Digest: jDTkyEWRRCxVb2VP5IVO8g8KIxI= - -Name: etc/maudit-frames.xsl -SHA1-Digest: ALKNWC8rT5LzA6OX8H49bRV8T3Q= - -Name: etc/junit-frames-xalan1.xsl -SHA1-Digest: MmPga2CFObtLV5UX3ZseR4WCxQI= - -Name: lib/ant-commons-net.jar -SHA1-Digest: zjdPnyYDxXbMJBrh8olU8eCPK+w= - -Name: lib/ant-javamail.jar -SHA1-Digest: 4tugbi/9E/e9SO2dJMJwoSyrdK8= - -Name: bin/lcp.bat -SHA1-Digest: b+8g+AnDEAwTSZxS3NEYJYotwGA= - -Name: bin/antenv.cmd -SHA1-Digest: keOQbPcU98FCaqUIYognjAaGToM= - -Name: etc/ant-bootstrap.jar -SHA1-Digest: BnsWXyxdKOApjFPQHqCGsRXI2a8= - -Name: bin/antRun.pl -SHA1-Digest: Cw3hkFZ/7NbP7kPUGL/WM1n8EKk= - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/MANIFEST.MF deleted file mode 100644 index a265b39..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/MANIFEST.MF +++ /dev/null @@ -1,235 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ClassPath: lib/ant-antlr.jar,lib/ant-apache-bcel.jar,lib/ant-ap - ache-bsf.jar,lib/ant-apache-log4j.jar,lib/ant-apache-oro.jar,lib/ant- - apache-regexp.jar,lib/ant-apache-resolver.jar,lib/ant-apache-xalan2.j - ar,lib/ant-commons-logging.jar,lib/ant-commons-net.jar,lib/ant-jai.ja - r,lib/ant-javamail.jar,lib/ant-jdepend.jar,lib/ant-jmf.jar,lib/ant-js - ch.jar,lib/ant-junit.jar,lib/ant-junit4.jar,lib/ant-launcher.jar,lib/ - ant-netrexx.jar,lib/ant-swing.jar,lib/ant-testutil.jar,lib/ant.jar -Bundle-Vendor: %Bundle-Vendor -Bundle-RequiredExecutionEnvironment: J2SE-1.2 -Bundle-Name: %Bundle-Name -Bundle-SymbolicName: org.apache.ant -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too - ls:org.eclipse.orbit/org.apache.ant;tag=v20120109-1030 -Require-Bundle: org.eclipse.osgi -Export-Package: org.apache.tools.ant,org.apache.tools.ant.dispatch,org - .apache.tools.ant.filters,org.apache.tools.ant.filters.util,org.apach - e.tools.ant.helper,org.apache.tools.ant.input,org.apache.tools.ant.la - unch,org.apache.tools.ant.listener,org.apache.tools.ant.loader,org.ap - ache.tools.ant.property,org.apache.tools.ant.taskdefs,org.apache.tool - s.ant.taskdefs.compilers,org.apache.tools.ant.taskdefs.condition,org. - apache.tools.ant.taskdefs.cvslib,org.apache.tools.ant.taskdefs.email, - org.apache.tools.ant.taskdefs.optional,org.apache.tools.ant.taskdefs. - optional.ccm,org.apache.tools.ant.taskdefs.optional.clearcase,org.apa - che.tools.ant.taskdefs.optional.depend,org.apache.tools.ant.taskdefs. - optional.depend.constantpool,org.apache.tools.ant.taskdefs.optional.e - jb,org.apache.tools.ant.taskdefs.optional.extension,org.apache.tools. - ant.taskdefs.optional.extension.resolvers,org.apache.tools.ant.taskde - fs.optional.i18n,org.apache.tools.ant.taskdefs.optional.image,org.apa - che.tools.ant.taskdefs.optional.j2ee,org.apache.tools.ant.taskdefs.op - tional.javacc,org.apache.tools.ant.taskdefs.optional.javah,org.apache - .tools.ant.taskdefs.optional.jdepend,org.apache.tools.ant.taskdefs.op - tional.jlink,org.apache.tools.ant.taskdefs.optional.jsp,org.apache.to - ols.ant.taskdefs.optional.jsp.compilers,org.apache.tools.ant.taskdefs - .optional.junit,org.apache.tools.ant.taskdefs.optional.native2ascii,o - rg.apache.tools.ant.taskdefs.optional.net,org.apache.tools.ant.taskde - fs.optional.perforce,org.apache.tools.ant.taskdefs.optional.pvcs,org. - apache.tools.ant.taskdefs.optional.script,org.apache.tools.ant.taskde - fs.optional.sos,org.apache.tools.ant.taskdefs.optional.sound,org.apac - he.tools.ant.taskdefs.optional.splash,org.apache.tools.ant.taskdefs.o - ptional.ssh,org.apache.tools.ant.taskdefs.optional.testing,org.apache - .tools.ant.taskdefs.optional.unix,org.apache.tools.ant.taskdefs.optio - nal.vss,org.apache.tools.ant.taskdefs.optional.windows,org.apache.too - ls.ant.taskdefs.rmic,org.apache.tools.ant.types,org.apache.tools.ant. - types.mappers,org.apache.tools.ant.types.optional,org.apache.tools.an - t.types.optional.depend,org.apache.tools.ant.types.optional.image,org - .apache.tools.ant.types.resolver,org.apache.tools.ant.types.resources - ,org.apache.tools.ant.types.resources.comparators,org.apache.tools.an - t.types.resources.selectors,org.apache.tools.ant.types.selectors,org. - apache.tools.ant.types.selectors.modifiedselector,org.apache.tools.an - t.types.spi,org.apache.tools.ant.util,org.apache.tools.ant.util.depen - d,org.apache.tools.ant.util.depend.bcel,org.apache.tools.ant.util.fac - ade,org.apache.tools.ant.util.java15,org.apache.tools.ant.util.option - al,org.apache.tools.ant.util.regexp,org.apache.tools.bzip2,org.apache - .tools.mail,org.apache.tools.tar,org.apache.tools.zip -Bundle-Version: 1.8.2.v20120109-1030 -Bundle-ManifestVersion: 2 - -Name: lib/ant-apache-bcel.jar -SHA1-Digest: nKhKc2vcxZC1SRrK11yNWuH9L7s= - -Name: about_files/SAX-LICENSE.html -SHA1-Digest: piMH5omfqbi7lC6boj3RJCIzHGk= - -Name: etc/mmetrics-frames.xsl -SHA1-Digest: ANFdCjWYJHjShgRgwUK/dsGRb5E= - -Name: bin/ant.bat -SHA1-Digest: 4Bc6WT3pf2zlM0eA+x4Q7JS051g= - -Name: etc/tagdiff.xsl -SHA1-Digest: sfSzexHzWhEnzgaKBk/5d8jmiXM= - -Name: lib/ant.jar -SHA1-Digest: wr4z42kaZxxAVMwcRCKTuTlEwTU= - -Name: lib/ant-apache-oro.jar -SHA1-Digest: o47xXIeDZh9S39JwYq/SERBZtck= - -Name: lib/ant-jsch.jar -SHA1-Digest: ZSwRrQKhmBCh6totQi5tJeeHSbc= - -Name: about_files/ASL-LICENSE-2.0.txt -SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA= - -Name: lib/ant-jdepend.jar -SHA1-Digest: jRQBpBv/9m/RYEY3nudWiY1ViyY= - -Name: etc/coverage-frames.xsl -SHA1-Digest: JHDppTq5SfIuV1GC/wXaueDvT/Q= - -Name: lib/ant-junit4.jar -SHA1-Digest: Gp/fIiXtdvmjV5Sd27HsA1qoytQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: u+F8j/GAE8tzrDry9+wT3Cvg81Y= - -Name: lib/ant-apache-regexp.jar -SHA1-Digest: hOYL17dL4rUhGRM73bmMeVQ1oyI= - -Name: bin/runant.pl -SHA1-Digest: tynYaGh8+BtWDsZ6PljZdoi+egU= - -Name: bin/envset.cmd -SHA1-Digest: 2UGGqOQrUWMC+pqSHFZDYbFGsak= - -Name: etc/checkstyle/checkstyle-text.xsl -SHA1-Digest: M2Mfi0GqTpCMLjuI5zXtGn9bJNY= - -Name: lib/ant-junit.jar -SHA1-Digest: lC/5RgVwc7dvy7V2mwj8/vQYMf0= - -Name: bin/ant.cmd -SHA1-Digest: al+uR3lQfisL/PhpfW3yNyrWX8w= - -Name: bin/antRun -SHA1-Digest: S63QT5F5EI1BCpIj59nosT3lVTw= - -Name: etc/log.xsl -SHA1-Digest: GTQQ3CQPmTcir+XasJVs+gPOqwk= - -Name: about_files/DOM-LICENSE.html -SHA1-Digest: yPiF8tE2Hke5piMIdzyuu4VNSjk= - -Name: lib/ant-testutil.jar -SHA1-Digest: o1w2Lc7p3tLHC76V5UmUf93hPAI= - -Name: bin/runant.py -SHA1-Digest: Q7boXSm1gA/0NZ8LWGjJpL5fFVo= - -Name: lib/ant-commons-logging.jar -SHA1-Digest: eOKYGy3inE59wHa8363198dq4HY= - -Name: lib/ant-swing.jar -SHA1-Digest: 5A0A52BmyhDDwub+pgp2phiScK8= - -Name: etc/jdepend-frames.xsl -SHA1-Digest: 7SXktiL6gSxGMCTMqKCXZmWqsEk= - -Name: etc/changelog.xsl -SHA1-Digest: 2Q6Z3z9DyAwQkba7rYQcns0EB4s= - -Name: etc/checkstyle/checkstyle-xdoc.xsl -SHA1-Digest: BRAN84UDA9rSi86GOq9S3zfbcGE= - -Name: lib/ant-launcher.jar -SHA1-Digest: Oq8TnvhJVOevj858dWYm51Ag2jg= - -Name: etc/jdepend.xsl -SHA1-Digest: B9c3t3v0IYGzRRshVv781Nc7JPQ= - -Name: lib/ant-apache-xalan2.jar -SHA1-Digest: j1OqMos+EFNxJsjo129+fAWhXH0= - -Name: lib/ant-jmf.jar -SHA1-Digest: pMlwEoSudPOKWx5IE65Qbz49oTw= - -Name: bin/runrc.cmd -SHA1-Digest: YBD7NcpVLC7G+6IxFBV6PF6JGVA= - -Name: OSGI-INF/l10n/bundle.properties -SHA1-Digest: Gvp9C/3B+pTm68y7Qfw9HA4zJGY= - -Name: lib/ant-netrexx.jar -SHA1-Digest: pyL4jQEM3WYInBO1pt85oaPHM7Q= - -Name: plugin.properties -SHA1-Digest: rUeBSrYaj7Yj+sa6iRGcSwD0lpg= - -Name: lib/ant-jai.jar -SHA1-Digest: n3g4rFKWr9cuxpYayMIDnX+UptI= - -Name: bin/antRun.bat -SHA1-Digest: QIOUNAlS1EOG5q76gVkBcvlPtUo= - -Name: lib/ant-apache-bsf.jar -SHA1-Digest: dn5cszGua5PLQQU8SLLGaXAsS2A= - -Name: about_files/LICENSE -SHA1-Digest: UuIC0ICov6vx3JdTJsMcRm5XaPA= - -Name: lib/ant-apache-log4j.jar -SHA1-Digest: 1eMGSgQBssfI7+r/Fo5uAEYAjrQ= - -Name: bin/ant -SHA1-Digest: LJ9vrszN0FHyxHmFMSDy1BpqRgE= - -Name: etc/checkstyle/checkstyle-frames.xsl -SHA1-Digest: laoNV00T2H6nt+mbBJ0OV5v9QXs= - -Name: bin/complete-ant-cmd.pl -SHA1-Digest: qMbXjfM5Jf5pHG5xfkzUNr0sptE= - -Name: about_files/NOTICE -SHA1-Digest: UEEpmbTrBBVn1/ZzHrPcDMN32KI= - -Name: lib/ant-apache-resolver.jar -SHA1-Digest: czAXsiJwXpPh/MAGKy/XJ52ryKw= - -Name: etc/junit-frames.xsl -SHA1-Digest: f6SbMZ9ifmAf7jaIbA1QAiw+B7M= - -Name: etc/junit-noframes.xsl -SHA1-Digest: C1FRPEArSG+umNklrEBlPtwCm78= - -Name: lib/ant-antlr.jar -SHA1-Digest: XL5TYwW6+943dFzqO4kF/kIHdno= - -Name: about.html -SHA1-Digest: +xKddo86MpaguXP67tAuODwLjkI= - -Name: etc/maudit-frames.xsl -SHA1-Digest: aMXYnmnDX3WL04KbvCeXl1L2dF4= - -Name: etc/junit-frames-xalan1.xsl -SHA1-Digest: dUVqi2d3KSiyo8E+KL0mq+ZawZE= - -Name: lib/ant-commons-net.jar -SHA1-Digest: cX9p9rs3j+6eHXj1bqbjciXDWuo= - -Name: lib/ant-javamail.jar -SHA1-Digest: 66MvIZi0Ti2Xxd5v++512jqSehQ= - -Name: bin/lcp.bat -SHA1-Digest: 3ZbtASe/bkzA/75ijNApD3jN+qI= - -Name: etc/ant-bootstrap.jar -SHA1-Digest: 04PQwxJLApHfxDCOFmmktFxYTE4= - -Name: bin/antenv.cmd -SHA1-Digest: dXEir7g5hMeFC0ClBAb7LFQdQyU= - -Name: bin/antRun.pl -SHA1-Digest: mynp1agPByxojQUKZqlVZkXZSHY= - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/eclipse.inf deleted file mode 100644 index 68d6fa9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF/eclipse.inf +++ /dev/null @@ -1,4 +0,0 @@ -#Processed using Jarprocessor -jarprocessor.exclude.children.sign = true -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/OSGI-INF/l10n/bundle.properties b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/OSGI-INF/l10n/bundle.properties deleted file mode 100644 index c51b2b8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/OSGI-INF/l10n/bundle.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2010, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -Bundle-Vendor = Eclipse.org -Bundle-Name = Apache Ant \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about.html b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about.html deleted file mode 100644 index e542126..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - -About - - -

About This Content

- -

December, 2010

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- -

Third Party Content

- -

-The Content includes items that have been sourced from third parties as set out below. If you -did not receive this Content directly from the Eclipse Foundation, the following is provided -for informational purposes only, and you should look to the Redistributor’s license for -terms and conditions of use. -

- -

Ant 1.8.2

-

-The plug-in includes software developed by The Apache Software Foundation as part of the Ant project. -

- -

-The Ant binary code in ant.jar and the scripts ant, ant.bat, ant.cmd, antenv.cmd, antRun, antRun.bat, antRun.pl, complete-ant-cmd.pl, envset.cmd, lcp.bat, runant.pl, runant.py and runrc.cmd are included with the plug-in with no modifications. -

- -

-Your use of the Ant code and the scripts is subject to the terms and conditions of the Apache License, Version 2.0. A copy of the license is contained -in the file ASL-LICENSE-2.0.txt and is also available at http://www.apache.org/licenses/LICENSE-2.0.html. -

-

-The names "Ant" and "Apache Software Foundation" must not be used to endorse or promote products derived from this -software without prior written permission. For written permission, please contact apache@apache.org. -

- -

-The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0. -

- -

Ant includes the following software:

- -
-

DOM

-

- DOM is developed by the World Wide Web Consortium. Your use of DOM is subject to the terms and conditions of the license found in the - file DOM-LICENSE.html which is included with this plug-in and can also be found at - http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231. -

- -

SAX

- -

SAX is developed by the SAX project (http://www.saxproject.org). Your use of SAX is subject to the - terms and conditions of the license found in the file SAX-LICENSE.html which is included with this plug-in.

-
- - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/ASL-LICENSE-2.0.txt b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/ASL-LICENSE-2.0.txt deleted file mode 100644 index d645695..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/ASL-LICENSE-2.0.txt +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/DOM-LICENSE.html b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/DOM-LICENSE.html deleted file mode 100644 index a14bbd1..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/DOM-LICENSE.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - -DOM License - - - - - - - - -
-
-

W3C Software Notice and License

-
-
-

This work (and included software, -documentation such as READMEs, or other related items) is being -provided by the copyright holders under the following license.

-

License

-

By obtaining, using and/or copying this work, -you (the licensee) agree that you have read, understood, and will -comply with the following terms and conditions.

-

Permission to copy, modify, and distribute this software and its -documentation, with or without modification, for any purpose -and without fee or royalty is hereby granted, provided that you -include the following on ALL copies of the software and -documentation or portions thereof, including modifications:

-
    -
  • The full text of this NOTICE in a location viewable to users of -the redistributed or derivative work.
  • -
  • Any pre-existing intellectual property disclaimers, notices, or -terms and conditions. If none exist, the -W3C Software Short Notice should be included (hypertext is -preferred, text is permitted) within the body of any redistributed -or derivative code.
  • -
  • Notice of any changes or modifications to the files, including -the date changes were made. (We recommend you provide URIs to the -location from which the code is derived.)
  • -
-

Disclaimers

-

THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND -COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE -USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD -PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

-

COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, -SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE -SOFTWARE OR DOCUMENTATION.

-

The name and trademarks of copyright holders may NOT be used in -advertising or publicity pertaining to the software without -specific, written prior permission. Title to copyright in this -software and any associated documentation will at all times remain -with copyright holders.

-

Notes

-

This version: -http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231

-

This formulation of W3C's notice and license became active on -December 31 2002. This version removes the copyright ownership -notice such that this license can be used with materials other than -those owned by the W3C, reflects that ERCIM is now a host of the -W3C, includes references to this specific dated version of the -license, and removes the ambiguous grant of "use". Otherwise, this -version is the same as the previous -version and is written so as to preserve the -Free Software Foundation's assessment of GPL compatibility and -OSI's -certification under the Open Source -Definition.

-
-
-
-
- - -
- - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/LICENSE b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/LICENSE deleted file mode 100644 index cdf6ff8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/LICENSE +++ /dev/null @@ -1,272 +0,0 @@ -/* - * Apache License - * Version 2.0, January 2004 - * http://www.apache.org/licenses/ - * - * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - * - * 1. Definitions. - * - * "License" shall mean the terms and conditions for use, reproduction, - * and distribution as defined by Sections 1 through 9 of this document. - * - * "Licensor" shall mean the copyright owner or entity authorized by - * the copyright owner that is granting the License. - * - * "Legal Entity" shall mean the union of the acting entity and all - * other entities that control, are controlled by, or are under common - * control with that entity. For the purposes of this definition, - * "control" means (i) the power, direct or indirect, to cause the - * direction or management of such entity, whether by contract or - * otherwise, or (ii) ownership of fifty percent (50%) or more of the - * outstanding shares, or (iii) beneficial ownership of such entity. - * - * "You" (or "Your") shall mean an individual or Legal Entity - * exercising permissions granted by this License. - * - * "Source" form shall mean the preferred form for making modifications, - * including but not limited to software source code, documentation - * source, and configuration files. - * - * "Object" form shall mean any form resulting from mechanical - * transformation or translation of a Source form, including but - * not limited to compiled object code, generated documentation, - * and conversions to other media types. - * - * "Work" shall mean the work of authorship, whether in Source or - * Object form, made available under the License, as indicated by a - * copyright notice that is included in or attached to the work - * (an example is provided in the Appendix below). - * - * "Derivative Works" shall mean any work, whether in Source or Object - * form, that is based on (or derived from) the Work and for which the - * editorial revisions, annotations, elaborations, or other modifications - * represent, as a whole, an original work of authorship. For the purposes - * of this License, Derivative Works shall not include works that remain - * separable from, or merely link (or bind by name) to the interfaces of, - * the Work and Derivative Works thereof. - * - * "Contribution" shall mean any work of authorship, including - * the original version of the Work and any modifications or additions - * to that Work or Derivative Works thereof, that is intentionally - * submitted to Licensor for inclusion in the Work by the copyright owner - * or by an individual or Legal Entity authorized to submit on behalf of - * the copyright owner. For the purposes of this definition, "submitted" - * means any form of electronic, verbal, or written communication sent - * to the Licensor or its representatives, including but not limited to - * communication on electronic mailing lists, source code control systems, - * and issue tracking systems that are managed by, or on behalf of, the - * Licensor for the purpose of discussing and improving the Work, but - * excluding communication that is conspicuously marked or otherwise - * designated in writing by the copyright owner as "Not a Contribution." - * - * "Contributor" shall mean Licensor and any individual or Legal Entity - * on behalf of whom a Contribution has been received by Licensor and - * subsequently incorporated within the Work. - * - * 2. Grant of Copyright License. Subject to the terms and conditions of - * this License, each Contributor hereby grants to You a perpetual, - * worldwide, non-exclusive, no-charge, royalty-free, irrevocable - * copyright license to reproduce, prepare Derivative Works of, - * publicly display, publicly perform, sublicense, and distribute the - * Work and such Derivative Works in Source or Object form. - * - * 3. Grant of Patent License. Subject to the terms and conditions of - * this License, each Contributor hereby grants to You a perpetual, - * worldwide, non-exclusive, no-charge, royalty-free, irrevocable - * (except as stated in this section) patent license to make, have made, - * use, offer to sell, sell, import, and otherwise transfer the Work, - * where such license applies only to those patent claims licensable - * by such Contributor that are necessarily infringed by their - * Contribution(s) alone or by combination of their Contribution(s) - * with the Work to which such Contribution(s) was submitted. If You - * institute patent litigation against any entity (including a - * cross-claim or counterclaim in a lawsuit) alleging that the Work - * or a Contribution incorporated within the Work constitutes direct - * or contributory patent infringement, then any patent licenses - * granted to You under this License for that Work shall terminate - * as of the date such litigation is filed. - * - * 4. Redistribution. You may reproduce and distribute copies of the - * Work or Derivative Works thereof in any medium, with or without - * modifications, and in Source or Object form, provided that You - * meet the following conditions: - * - * (a) You must give any other recipients of the Work or - * Derivative Works a copy of this License; and - * - * (b) You must cause any modified files to carry prominent notices - * stating that You changed the files; and - * - * (c) You must retain, in the Source form of any Derivative Works - * that You distribute, all copyright, patent, trademark, and - * attribution notices from the Source form of the Work, - * excluding those notices that do not pertain to any part of - * the Derivative Works; and - * - * (d) If the Work includes a "NOTICE" text file as part of its - * distribution, then any Derivative Works that You distribute must - * include a readable copy of the attribution notices contained - * within such NOTICE file, excluding those notices that do not - * pertain to any part of the Derivative Works, in at least one - * of the following places: within a NOTICE text file distributed - * as part of the Derivative Works; within the Source form or - * documentation, if provided along with the Derivative Works; or, - * within a display generated by the Derivative Works, if and - * wherever such third-party notices normally appear. The contents - * of the NOTICE file are for informational purposes only and - * do not modify the License. You may add Your own attribution - * notices within Derivative Works that You distribute, alongside - * or as an addendum to the NOTICE text from the Work, provided - * that such additional attribution notices cannot be construed - * as modifying the License. - * - * You may add Your own copyright statement to Your modifications and - * may provide additional or different license terms and conditions - * for use, reproduction, or distribution of Your modifications, or - * for any such Derivative Works as a whole, provided Your use, - * reproduction, and distribution of the Work otherwise complies with - * the conditions stated in this License. - * - * 5. Submission of Contributions. Unless You explicitly state otherwise, - * any Contribution intentionally submitted for inclusion in the Work - * by You to the Licensor shall be under the terms and conditions of - * this License, without any additional terms or conditions. - * Notwithstanding the above, nothing herein shall supersede or modify - * the terms of any separate license agreement you may have executed - * with Licensor regarding such Contributions. - * - * 6. Trademarks. This License does not grant permission to use the trade - * names, trademarks, service marks, or product names of the Licensor, - * except as required for reasonable and customary use in describing the - * origin of the Work and reproducing the content of the NOTICE file. - * - * 7. Disclaimer of Warranty. Unless required by applicable law or - * agreed to in writing, Licensor provides the Work (and each - * Contributor provides its Contributions) on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied, including, without limitation, any warranties or conditions - * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - * PARTICULAR PURPOSE. You are solely responsible for determining the - * appropriateness of using or redistributing the Work and assume any - * risks associated with Your exercise of permissions under this License. - * - * 8. Limitation of Liability. In no event and under no legal theory, - * whether in tort (including negligence), contract, or otherwise, - * unless required by applicable law (such as deliberate and grossly - * negligent acts) or agreed to in writing, shall any Contributor be - * liable to You for damages, including any direct, indirect, special, - * incidental, or consequential damages of any character arising as a - * result of this License or out of the use or inability to use the - * Work (including but not limited to damages for loss of goodwill, - * work stoppage, computer failure or malfunction, or any and all - * other commercial damages or losses), even if such Contributor - * has been advised of the possibility of such damages. - * - * 9. Accepting Warranty or Additional Liability. While redistributing - * the Work or Derivative Works thereof, You may choose to offer, - * and charge a fee for, acceptance of support, warranty, indemnity, - * or other liability obligations and/or rights consistent with this - * License. However, in accepting such obligations, You may act only - * on Your own behalf and on Your sole responsibility, not on behalf - * of any other Contributor, and only if You agree to indemnify, - * defend, and hold each Contributor harmless for any liability - * incurred by, or claims asserted against, such Contributor by reason - * of your accepting any such warranty or additional liability. - * - * END OF TERMS AND CONDITIONS - * - * APPENDIX: How to apply the Apache License to your work. - * - * To apply the Apache License to your work, attach the following - * boilerplate notice, with the fields enclosed by brackets "[]" - * replaced with your own identifying information. (Don't include - * the brackets!) The text should be enclosed in the appropriate - * comment syntax for the file format. We also recommend that a - * file or class name and description of purpose be included on the - * same "printed page" as the copyright notice for easier - * identification within third-party archives. - * - * Copyright [yyyy] [name of copyright owner] - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -W3C® SOFTWARE NOTICE AND LICENSE -http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 - -This work (and included software, documentation such as READMEs, or other -related items) is being provided by the copyright holders under the following -license. By obtaining, using and/or copying this work, you (the licensee) agree -that you have read, understood, and will comply with the following terms and -conditions. - -Permission to copy, modify, and distribute this software and its documentation, -with or without modification, for any purpose and without fee or royalty is -hereby granted, provided that you include the following on ALL copies of the -software and documentation or portions thereof, including modifications: - - 1. The full text of this NOTICE in a location viewable to users of the - redistributed or derivative work. - 2. Any pre-existing intellectual property disclaimers, notices, or terms - and conditions. If none exist, the W3C Software Short Notice should be - included (hypertext is preferred, text is permitted) within the body - of any redistributed or derivative code. - 3. Notice of any changes or modifications to the files, including the date - changes were made. (We recommend you provide URIs to the location from - which the code is derived.) - -THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE -NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT -THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY -PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. - -COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. - -The name and trademarks of copyright holders may NOT be used in advertising or -publicity pertaining to the software without specific, written prior permission. -Title to copyright in this software and any associated documentation will at -all times remain with copyright holders. - -____________________________________ - -This formulation of W3C's notice and license became active on December 31 2002. -This version removes the copyright ownership notice such that this license can -be used with materials other than those owned by the W3C, reflects that ERCIM -is now a host of the W3C, includes references to this specific dated version of -the license, and removes the ambiguous grant of "use". Otherwise, this version -is the same as the previous version and is written so as to preserve the Free -Software Foundation's assessment of GPL compatibility and OSI's certification -under the Open Source Definition. Please see our Copyright FAQ for common -questions about using materials from our site, including specific terms and -conditions for packages like libwww, Amaya, and Jigsaw. Other questions about -this notice can be directed to site-policy@w3.org. - -Joseph Reagle - -This license came from: http://www.megginson.com/SAX/copying.html - However please note future versions of SAX may be covered - under http://saxproject.org/?selected=pd - -SAX2 is Free! - -I hereby abandon any property rights to SAX 2.0 (the Simple API for -XML), and release all of the SAX 2.0 source code, compiled code, and -documentation contained in this distribution into the Public Domain. -SAX comes with NO WARRANTY or guarantee of fitness for any -purpose. - -David Megginson, david@megginson.com -2000-05-05 diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/NOTICE b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/NOTICE deleted file mode 100644 index 713e04a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/NOTICE +++ /dev/null @@ -1,6 +0,0 @@ - Apache Ant - Copyright 1999-2010 The Apache Software Foundation - - The task is based on code Copyright (c) 2002, Landmark - Graphics Corp that has been kindly donated to the Apache Software - Foundation. diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/SAX-LICENSE.html b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/SAX-LICENSE.html deleted file mode 100644 index 5ebc705..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files/SAX-LICENSE.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - -SAX License - - - - -

Origin

-

This page was originally taken from: http://www.saxproject.org/copying.html -with the navigation links remove from the left-hand-side of the -page.

-

Copyright Status

-
-

SAX is free!

-

In fact, it's not possible to own a license to SAX, since it's -been placed in the public domain.

-

No Warranty

-

Because SAX is released to the public domain, there is no -warranty for the design or for the software implementation, to the -extent permitted by applicable law. Except when otherwise stated in -writing the copyright holders and/or other parties provide SAX "as -is" without warranty of any kind, either expressed or implied, -including, but not limited to, the implied warranties of -merchantability and fitness for a particular purpose. The entire -risk as to the quality and performance of SAX is with you. Should -SAX prove defective, you assume the cost of all necessary -servicing, repair or correction.

-

In no event unless required by applicable law or agreed to in -writing will any copyright holder, or any other party who may -modify and/or redistribute SAX, be liable to you for damages, -including any general, special, incidental or consequential damages -arising out of the use or inability to use SAX (including but not -limited to loss of data or data being rendered inaccurate or losses -sustained by you or third parties or a failure of the SAX to -operate with any other programs), even if such holder or other -party has been advised of the possibility of such damages.

-

Copyright Disclaimers

-

This page includes statements to that effect by David Megginson, -who would have been able to claim copyright for the original -work.

- -

SAX 1.0

-

Version 1.0 of the Simple API for XML (SAX), created -collectively by the membership of the XML-DEV mailing list, is -hereby released into the public domain.

-

No one owns SAX: you may use it freely in both commercial and -non-commercial applications, bundle it with your software -distribution, include it on a CD-ROM, list the source code in a -book, mirror the documentation at your own web site, or use it in -any other way you see fit.

-

David Megginson, Megginson Technologies Ltd.
-1998-05-11

-

SAX 2.0

-

I hereby abandon any property rights to SAX 2.0 (the Simple API -for XML), and release all of the SAX 2.0 source code, compiled -code, and documentation contained in this distribution into the -Public Domain. SAX comes with NO WARRANTY or guarantee of fitness -for any purpose.

-

David Megginson, Megginson Technologies Ltd.
-2000-05-05

-
-
- - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant deleted file mode 100644 index 0dc84e0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant +++ /dev/null @@ -1,335 +0,0 @@ -#! /bin/sh - -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Extract launch and ant arguments, (see details below). -ant_exec_args= -no_config=false -use_jikes_default=false -ant_exec_debug=false -show_help=false -for arg in "$@" ; do - if [ "$arg" = "--noconfig" ] ; then - no_config=true - elif [ "$arg" = "--usejikes" ] ; then - use_jikes_default=true - elif [ "$arg" = "--execdebug" ] ; then - ant_exec_debug=true - elif [ my"$arg" = my"--h" -o my"$arg" = my"--help" ] ; then - show_help=true - ant_exec_args="$ant_exec_args -h" - else - if [ my"$arg" = my"-h" -o my"$arg" = my"-help" ] ; then - show_help=true - fi - ant_exec_args="$ant_exec_args \"$arg\"" - fi -done - -# Source/default ant configuration -if $no_config ; then - rpm_mode=false - usejikes=$use_jikes_default -else - # load system-wide ant configuration (ONLY if ANT_HOME has NOT been set) - if [ -z "$ANT_HOME" -o "$ANT_HOME" = "/usr/share/ant" ]; then - if [ -f "/etc/ant.conf" ] ; then - . /etc/ant.conf - fi - fi - - # load user ant configuration - if [ -f "$HOME/.ant/ant.conf" ] ; then - . $HOME/.ant/ant.conf - fi - if [ -f "$HOME/.antrc" ] ; then - . "$HOME/.antrc" - fi - - # provide default configuration values - if [ -z "$rpm_mode" ] ; then - rpm_mode=false - fi - if [ -z "$usejikes" ] ; then - usejikes=$use_jikes_default - fi -fi - -# Setup Java environment in rpm mode -if $rpm_mode ; then - if [ -f /usr/share/java-utils/java-functions ] ; then - . /usr/share/java-utils/java-functions - set_jvm - set_javacmd - fi -fi - -# OS specific support. $var _must_ be set to either true or false. -cygwin=false; -darwin=false; -mingw=false; -case "`uname`" in - CYGWIN*) cygwin=true ;; - Darwin*) darwin=true - if [ -z "$JAVA_HOME" ] ; then - JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home - fi - ;; - MINGW*) mingw=true ;; -esac - -if [ -z "$ANT_HOME" -o ! -d "$ANT_HOME" ] ; then - ## resolve links - $0 may be a link to ant's home - PRG="$0" - progname=`basename "$0"` - - # need this for relative symlinks - while [ -h "$PRG" ] ; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then - PRG="$link" - else - PRG=`dirname "$PRG"`"/$link" - fi - done - - ANT_HOME=`dirname "$PRG"`/.. - - # make it fully qualified - ANT_HOME=`cd "$ANT_HOME" > /dev/null && pwd` -fi - -# For Cygwin and Mingw, ensure paths are in UNIX format before -# anything is touched -if $cygwin ; then - [ -n "$ANT_HOME" ] && - ANT_HOME=`cygpath --unix "$ANT_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --unix "$JAVA_HOME"` -fi -if $mingw ; then - [ -n "$ANT_HOME" ] && - ANT_HOME="`(cd "$ANT_HOME"; pwd)`" - [ -n "$JAVA_HOME" ] && - JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" -fi - -# set ANT_LIB location -ANT_LIB="${ANT_HOME}/lib" - -if [ -z "$JAVACMD" ] ; then - if [ -n "$JAVA_HOME" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - JAVACMD="$JAVA_HOME/jre/sh/java" - elif [ -x "$JAVA_HOME/jre/bin/java" ] ; then - JAVACMD="$JAVA_HOME/jre/bin/java" - else - JAVACMD="$JAVA_HOME/bin/java" - fi - else - JAVACMD=`which java 2> /dev/null ` - if [ -z "$JAVACMD" ] ; then - JAVACMD=java - fi - fi -fi - -if [ ! -x "$JAVACMD" ] ; then - echo "Error: JAVA_HOME is not defined correctly." - echo " We cannot execute $JAVACMD" - exit 1 -fi - -# Build local classpath using just the launcher in non-rpm mode or -# use the Jpackage helper in rpm mode with basic and default jars -# specified in the ant.conf configuration. Because the launcher is -# used, libraries linked in ANT_HOME/lib will also be included, but this -# is discouraged as it is not java-version safe. A user should -# request optional jars and their dependencies via the OPT_JAR_LIST -# variable -if $rpm_mode && [ -x /usr/bin/build-classpath ] ; then - LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)" - - # If no optional jars have been specified then build the default list - if [ -z "$OPT_JAR_LIST" ] ; then - for file in /etc/ant.d/*; do - if [ -f "$file" ]; then - case "$file" in - *~) ;; - *#*) ;; - *.rpmsave) ;; - *.rpmnew) ;; - *) - for dep in `cat "$file"`; do - case "$OPT_JAR_LIST" in - *"$dep"*) ;; - *) OPT_JAR_LIST="$OPT_JAR_LIST${OPT_JAR_LIST:+ }$dep" - esac - done - esac - fi - done - fi - - # If the user requested to try to add some other jars to the classpath - if [ -n "$OPT_JAR_LIST" ] ; then - _OPTCLASSPATH="$(/usr/bin/build-classpath $OPT_JAR_LIST 2> /dev/null)" - if [ -n "$_OPTCLASSPATH" ] ; then - LOCALCLASSPATH="$LOCALCLASSPATH:$_OPTCLASSPATH" - fi - fi - - # Explicitly add javac path to classpath, assume JAVA_HOME set - # properly in rpm mode - if [ -f "$JAVA_HOME/lib/tools.jar" ] ; then - LOCALCLASSPATH="$LOCALCLASSPATH:$JAVA_HOME/lib/tools.jar" - fi - if [ -f "$JAVA_HOME/lib/classes.zip" ] ; then - LOCALCLASSPATH="$LOCALCLASSPATH:$JAVA_HOME/lib/classes.zip" - fi - - # if CLASSPATH_OVERRIDE env var is set, LOCALCLASSPATH will be - # user CLASSPATH first and ant-found jars after. - # In that case, the user CLASSPATH will override ant-found jars - # - # if CLASSPATH_OVERRIDE is not set, we'll have the normal behaviour - # with ant-found jars first and user CLASSPATH after - if [ -n "$CLASSPATH" ] ; then - # merge local and specified classpath - if [ -z "$LOCALCLASSPATH" ] ; then - LOCALCLASSPATH="$CLASSPATH" - elif [ -n "$CLASSPATH_OVERRIDE" ] ; then - LOCALCLASSPATH="$CLASSPATH:$LOCALCLASSPATH" - else - LOCALCLASSPATH="$LOCALCLASSPATH:$CLASSPATH" - fi - - # remove class path from launcher -cp option - CLASSPATH="" - fi -else - # not using rpm_mode; use launcher to determine classpaths - if [ -z "$LOCALCLASSPATH" ] ; then - LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar - else - LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar:$LOCALCLASSPATH - fi -fi - -if [ -n "$JAVA_HOME" ] ; then - # OSX hack to make Ant work with jikes - if $darwin ; then - OSXHACK="${JAVA_HOME}/../Classes" - if [ -d "${OSXHACK}" ] ; then - for i in "${OSXHACK}"/*.jar - do - JIKESPATH="$JIKESPATH:$i" - done - fi - fi -fi - -# Allow Jikes support (off by default) -if $usejikes; then - ANT_OPTS="$ANT_OPTS -Dbuild.compiler=jikes" -fi - -# For Cygwin, switch paths to appropriate format before running java -# For PATHs convert to unix format first, then to windows format to ensure -# both formats are supported. Probably this will fail on directories with ; -# in the name in the path. Let's assume that paths containing ; are more -# rare than windows style paths on cygwin. -if $cygwin; then - if [ "$OS" = "Windows_NT" ] && cygpath -m .>/dev/null 2>/dev/null ; then - format=mixed - else - format=windows - fi - [ -n "$ANT_HOME" ] && ANT_HOME=`cygpath --$format "$ANT_HOME"` - ANT_LIB=`cygpath --$format "$ANT_LIB"` - [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --$format "$JAVA_HOME"` - LCP_TEMP=`cygpath --path --unix "$LOCALCLASSPATH"` - LOCALCLASSPATH=`cygpath --path --$format "$LCP_TEMP"` - if [ -n "$CLASSPATH" ] ; then - CP_TEMP=`cygpath --path --unix "$CLASSPATH"` - CLASSPATH=`cygpath --path --$format "$CP_TEMP"` - fi - CYGHOME=`cygpath --$format "$HOME"` -fi - -# Show script help if requested -if $show_help ; then - echo $0 '[script options] [options] [target [target2 [target3] ..]]' - echo 'Script Options:' - echo ' --help, --h print this message and ant help' - echo ' --noconfig suppress sourcing of /etc/ant.conf,' - echo ' $HOME/.ant/ant.conf, and $HOME/.antrc' - echo ' configuration files' - echo ' --usejikes enable use of jikes by default, unless' - echo ' set explicitly in configuration files' - echo ' --execdebug print ant exec line generated by this' - echo ' launch script' - echo ' ' -fi -# add a second backslash to variables terminated by a backslash under cygwin -if $cygwin; then - case "$ANT_HOME" in - *\\ ) - ANT_HOME="$ANT_HOME\\" - ;; - esac - case "$CYGHOME" in - *\\ ) - CYGHOME="$CYGHOME\\" - ;; - esac - case "$JIKESPATH" in - *\\ ) - JIKESPATH="$JIKESPATH\\" - ;; - esac - case "$LOCALCLASSPATH" in - *\\ ) - LOCALCLASSPATH="$LOCALCLASSPATH\\" - ;; - esac - case "$CLASSPATH" in - *\\ ) - CLASSPATH="$CLASSPATH\\" - ;; - esac -fi -# Execute ant using eval/exec to preserve spaces in paths, -# java options, and ant args -ant_sys_opts= -if [ -n "$CYGHOME" ]; then - if [ -n "$JIKESPATH" ]; then - ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\" -Dcygwin.user.home=\"$CYGHOME\"" - else - ant_sys_opts="-Dcygwin.user.home=\"$CYGHOME\"" - fi -else - if [ -n "$JIKESPATH" ]; then - ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\"" - fi -fi -ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\" -Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -cp \"$CLASSPATH\"" -if $ant_exec_debug ; then - echo $ant_exec_command $ant_exec_args -fi -eval $ant_exec_command "$ant_exec_args" diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.bat b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.bat deleted file mode 100644 index 3486e14..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.bat +++ /dev/null @@ -1,218 +0,0 @@ -@echo off - -REM Licensed to the Apache Software Foundation (ASF) under one or more -REM contributor license agreements. See the NOTICE file distributed with -REM this work for additional information regarding copyright ownership. -REM The ASF licenses this file to You under the Apache License, Version 2.0 -REM (the "License"); you may not use this file except in compliance with -REM the License. You may obtain a copy of the License at -REM -REM http://www.apache.org/licenses/LICENSE-2.0 -REM -REM Unless required by applicable law or agreed to in writing, software -REM distributed under the License is distributed on an "AS IS" BASIS, -REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -REM See the License for the specific language governing permissions and -REM limitations under the License. - -REM This is an inordinately troublesome piece of code, particularly because it -REM tries to work on both Win9x and WinNT-based systems. If we could abandon '9x -REM support, things would be much easier, but sadly, it is not yet time. -REM Be cautious about editing this, and only add WinNT specific stuff in code that -REM only runs on WinNT. - -if "%HOME%"=="" goto homeDrivePathPre -if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat" - -:homeDrivePathPre -if "%HOMEDRIVE%%HOMEPATH%"=="" goto userProfilePre -if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePre -if exist "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat" - -:userProfilePre -if "%USERPROFILE%"=="" goto alpha -if "%USERPROFILE%"=="%HOME%" goto alpha -if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto alpha -if exist "%USERPROFILE%\antrc_pre.bat" call "%USERPROFILE%\antrc_pre.bat" - -:alpha - -if "%OS%"=="Windows_NT" @setlocal -if "%OS%"=="WINNT" @setlocal - -if "%ANT_HOME%"=="" goto setDefaultAntHome - -:stripAntHome -if not _%ANT_HOME:~-1%==_\ goto checkClasspath -set ANT_HOME=%ANT_HOME:~0,-1% -goto stripAntHome - -:setDefaultAntHome -rem %~dp0 is expanded pathname of the current script under NT -set ANT_HOME=%~dp0.. - -:checkClasspath -set _USE_CLASSPATH=yes -rem CLASSPATH must not be used if it is equal to "" -if "%CLASSPATH%"=="""" set _USE_CLASSPATH=no -if "%CLASSPATH%"=="" set _USE_CLASSPATH=no - -rem Slurp the command line arguments. This loop allows for an unlimited number -rem of arguments (up to the command line limit, anyway). -set ANT_CMD_LINE_ARGS= -:setupArgs -if ""%1""=="""" goto doneStart -if ""%1""==""-noclasspath"" goto clearclasspath -set ANT_CMD_LINE_ARGS=%ANT_CMD_LINE_ARGS% %1 -shift -goto setupArgs - -rem here is there is a -noclasspath in the options -:clearclasspath -set _USE_CLASSPATH=no -shift -goto setupArgs - -rem This label provides a place for the argument list loop to break out -rem and for NT handling to skip to. - -:doneStart - -if "%_USE_CLASSPATH%"=="no" goto findAntHome - -:stripClasspath -if not _%CLASSPATH:~-1%==_\ goto findAntHome -set CLASSPATH=%CLASSPATH:~0,-1% -goto stripClasspath - -:findAntHome -rem find ANT_HOME if it does not exist due to either an invalid value passed -rem by the user or the %0 problem on Windows 9x -if exist "%ANT_HOME%\lib\ant.jar" goto checkJava - -rem check for ant in Program Files -if not exist "%ProgramFiles%\ant" goto checkSystemDrive -set ANT_HOME=%ProgramFiles%\ant -goto checkJava - -:checkSystemDrive -rem check for ant in root directory of system drive -if not exist %SystemDrive%\ant\lib\ant.jar goto checkCDrive -set ANT_HOME=%SystemDrive%\ant -goto checkJava - -:checkCDrive -rem check for ant in C:\ant for Win9X users -if not exist C:\ant\lib\ant.jar goto noAntHome -set ANT_HOME=C:\ant -goto checkJava - -:noAntHome -echo ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME. -goto end - -:checkJava -set _JAVACMD=%JAVACMD% - -if "%JAVA_HOME%" == "" goto noJavaHome -if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome -if "%_JAVACMD%" == "" set _JAVACMD=%JAVA_HOME%\bin\java.exe -goto checkJikes - -:noJavaHome -if "%_JAVACMD%" == "" set _JAVACMD=java.exe - -:checkJikes -if not "%JIKESPATH%"=="" goto runAntWithJikes - -:runAnt -if "%_USE_CLASSPATH%"=="no" goto runAntNoClasspath -:runAntWithClasspath -"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS% -rem Check the error code of the Ant build -if not "%OS%"=="Windows_NT" goto onError -set ANT_ERROR=%ERRORLEVEL% -goto end - -:runAntNoClasspath -"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS% -rem Check the error code of the Ant build -if not "%OS%"=="Windows_NT" goto onError -set ANT_ERROR=%ERRORLEVEL% -goto end - -:runAntWithJikes - -if not _%JIKESPATH:~-1%==_\ goto checkJikesAndClasspath -set JIKESPATH=%JIKESPATH:~0,-1% -goto runAntWithJikes - -:checkJikesAndClasspath - -if "%_USE_CLASSPATH%"=="no" goto runAntWithJikesNoClasspath - -:runAntWithJikesAndClasspath -"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS% -rem Check the error code of the Ant build -if not "%OS%"=="Windows_NT" goto onError -set ANT_ERROR=%ERRORLEVEL% -goto end - -:runAntWithJikesNoClasspath -"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS% -rem Check the error code of the Ant build -if not "%OS%"=="Windows_NT" goto onError -set ANT_ERROR=%ERRORLEVEL% -goto end - -:onError -rem Windows 9x way of checking the error code. It matches via brute force. -for %%i in (1 10 100) do set err%%i= -for %%i in (0 1 2) do if errorlevel %%i00 set err100=%%i -if %err100%==2 goto onError200 -if %err100%==0 set err100= -for %%i in (0 1 2 3 4 5 6 7 8 9) do if errorlevel %err100%%%i0 set err10=%%i -if "%err100%"=="" if %err10%==0 set err10= -:onError1 -for %%i in (0 1 2 3 4 5 6 7 8 9) do if errorlevel %err100%%err10%%%i set err1=%%i -goto onErrorEnd -:onError200 -for %%i in (0 1 2 3 4 5) do if errorlevel 2%%i0 set err10=%%i -if err10==5 for %%i in (0 1 2 3 4 5) do if errorlevel 25%%i set err1=%%i -if not err10==5 goto onError1 -:onErrorEnd -set ANT_ERROR=%err100%%err10%%err1% -for %%i in (1 10 100) do set err%%i= - -:end -rem bug ID 32069: resetting an undefined env variable changes the errorlevel. -if not "%_JAVACMD%"=="" set _JAVACMD= -if not "%_ANT_CMD_LINE_ARGS%"=="" set ANT_CMD_LINE_ARGS= - -if "%ANT_ERROR%"=="0" goto mainEnd - -goto omega - -:mainEnd - -rem If there were no errors, we run the post script. -if "%OS%"=="Windows_NT" @endlocal -if "%OS%"=="WINNT" @endlocal - -if "%HOME%"=="" goto homeDrivePathPost -if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat" - -:homeDrivePathPost -if "%HOMEDRIVE%%HOMEPATH%"=="" goto userProfilePost -if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePost -if exist "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat" - -:userProfilePost -if "%USERPROFILE%"=="" goto omega -if "%USERPROFILE%"=="%HOME%" goto omega -if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto omega -if exist "%USERPROFILE%\antrc_post.bat" call "%USERPROFILE%\antrc_post.bat" - -:omega - -exit /b %ANT_ERROR% diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.cmd b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.cmd deleted file mode 100644 index d221a40..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.cmd +++ /dev/null @@ -1,93 +0,0 @@ -/* - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - Run ant -*/ - -'@echo off' -parse arg mode envarg '::' antarg - -if mode\='.' & mode\='..' & mode\='/' then do - envarg = mode envarg - mode = '' -end - -if antarg = '' then do - antarg = envarg - envarg = '' -end - -x = setlocal() - -env="OS2ENVIRONMENT" -antenv = _getenv_('antenv') -if _testenv_() = 0 then interpret 'call "' || antenv || '"' '"' || envarg || '"' - -if mode = '' then mode = _getenv_('ANT_MODE' '..') -if mode \= '/' then do - runrc = _getenv_('runrc') - antrc = _getenv_('antrc' 'antrc.cmd') - if mode = '..' then mode = '-r' - else mode = '' - interpret 'call "' || runrc || '"' antrc '"' || mode || '"' -end - -if _testenv_() = 0 then do - say 'Ant environment is not set properly' - x = endlocal() - exit 16 -end - -settings = '-Dant.home=' || ANT_HOME '-Djava.home=' || JAVA_HOME - -java = _getenv_('javacmd' 'java') -opts = value('ANT_OPTS',,env) -args = value('ANT_ARGS',,env) -lcp = value('LOCALCLASSPATH',,env) -cp = value('CLASSPATH',,env) -if value('ANT_USE_CP',,env) \= '' then do - if lcp \= '' & right(lcp, 1) \= ';' then lcp = lcp || ';' - lcp = lcp || cp - 'SET CLASSPATH=' -end -if lcp\='' then lcp = '-classpath' lcp - -cmd = java opts lcp '-jar' ANT_HOME ||'\lib\ant-launcher.jar' settings args antarg -launcher = stream(ANT_HOME ||'\lib\ant-launcher.jar', 'C', 'query exists') -if launcher = '' then entry = 'org.apache.tools.ant.Main' -else entry = 'org.apache.tools.ant.launch.Launcher' -java opts lcp entry settings args antarg - -x = endlocal() - -return rc - -_testenv_: procedure expose env ANT_HOME JAVA_HOME -ANT_HOME = value('ANT_HOME',,env) -if ANT_HOME = '' then return 0 -JAVA_HOME = value('JAVA_HOME',,env) -if JAVA_HOME = '' then return 0 -cp = translate(value('CLASSPATH',,env)) -if pos(translate(ANT_HOME), cp) = 0 then return 0 -if pos(translate(JAVA_HOME), cp) = 0 then return 0 -return 1 - -_getenv_: procedure expose env -parse arg envar default -if default = '' then default = envar -var = value(translate(envar),,env) -if var = '' then var = default -return var diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun deleted file mode 100644 index 8110f86..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun +++ /dev/null @@ -1,24 +0,0 @@ -#! /bin/sh - -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Args: DIR command -cd "$1" -CMD="$2" -shift -shift - -exec "$CMD" "$@" diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun.bat b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun.bat deleted file mode 100644 index 10d2bbc..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun.bat +++ /dev/null @@ -1,50 +0,0 @@ -@echo off - -REM Licensed to the Apache Software Foundation (ASF) under one or more -REM contributor license agreements. See the NOTICE file distributed with -REM this work for additional information regarding copyright ownership. -REM The ASF licenses this file to You under the Apache License, Version 2.0 -REM (the "License"); you may not use this file except in compliance with -REM the License. You may obtain a copy of the License at -REM -REM http://www.apache.org/licenses/LICENSE-2.0 -REM -REM Unless required by applicable law or agreed to in writing, software -REM distributed under the License is distributed on an "AS IS" BASIS, -REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -REM See the License for the specific language governing permissions and -REM limitations under the License. - -if "%OS%"=="Windows_NT" @setlocal -if "%OS%"=="WINNT" @setlocal - -if ""%1""=="""" goto runCommand - -rem Change drive and directory to %1 -if "%OS%"=="Windows_NT" goto nt_cd -if "%OS%"=="WINNT" goto nt_cd -cd ""%1"" -goto end_cd -:nt_cd -cd /d ""%1"" -:end_cd -shift - -rem Slurp the command line arguments. This loop allows for an unlimited number -rem of arguments (up to the command line limit, anyway). -set ANT_RUN_CMD=%1 -if ""%1""=="""" goto runCommand -shift -:loop -if ""%1""=="""" goto runCommand -set ANT_RUN_CMD=%ANT_RUN_CMD% %1 -shift -goto loop - -:runCommand -rem echo %ANT_RUN_CMD% -%ANT_RUN_CMD% - -if "%OS%"=="Windows_NT" @endlocal -if "%OS%"=="WINNT" @endlocal - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun.pl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun.pl deleted file mode 100644 index dbea10f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antRun.pl +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/perl -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -####################################################################### -# -# antRun.pl -# -# wrapper script for invoking commands on a platform with Perl installed -# this is akin to antRun.bat, and antRun the SH script -# -# created: 2001-10-18 -# author: Jeff Tulley jtulley@novell.com -####################################################################### -#be fussy about variables -use strict; - -#turn warnings on during dev; generates a few spurious uninitialised var access warnings -#use warnings; - -#and set $debug to 1 to turn on trace info (currently unused) -my $debug=1; - -####################################################################### -# change drive and directory to "%1" -my $ANT_RUN_CMD = @ARGV[0]; - -# assign current run command to "%2" -chdir (@ARGV[0]) || die "Can't cd to $ARGV[0]: $!\n"; -if ($^O eq "NetWare") { - # There is a bug in Perl 5 on NetWare, where chdir does not - # do anything. On NetWare, the following path-prefixed form should - # always work. (afaict) - $ANT_RUN_CMD .= "/".@ARGV[1]; -} -else { - $ANT_RUN_CMD = @ARGV[1]; -} - -# dispose of the first two arguments, leaving only the command's args. -shift; -shift; - -# run the command -my $returnValue = system $ANT_RUN_CMD, @ARGV; -if ($returnValue eq 0) { - exit 0; -} -else { - # only 0 and 1 are widely recognized as exit values - # so change the exit value to 1 - exit 1; -} diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antenv.cmd b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antenv.cmd deleted file mode 100644 index 170d89f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antenv.cmd +++ /dev/null @@ -1,98 +0,0 @@ -/* - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -'@echo off' -call RxFuncAdd "SysLoadFuncs", "RexxUtil", "SysLoadFuncs" -call SysLoadFuncs - -/* Prepare the parameters for later use */ -parse arg argv -mode = '' -args = '' -opts = '' -cp = '' -lcp = '' - -do i = 1 to words(argv) - param = word(argv, i) - select - when param='-lcp' then mode = 'l' - when param='-cp' | param='-classpath' then mode = 'c' - when abbrev('-opts', param, 4) then mode = 'o' - when abbrev('-args', param, 4) then mode = 'a' - otherwise - select - when mode = 'a' then args = space(args param, 1) - when mode = 'c' then cp = space(cp param, 1) - when mode = 'l' then lcp = space(lcp param, 1) - when mode = 'o' then opts = space(opts param, 1) - otherwise - say 'Option' param 'ignored' - end - end -end - -env="OS2ENVIRONMENT" -antconf = _getenv_('antconf' 'antconf.cmd') -runrc = _getenv_('runrc') -interpret 'call "' || runrc || '"' '"' || antconf || '"' 'ETC' -ANT_HOME = value('ANT_HOME',,env) -JAVA_HOME = value('JAVA_HOME',,env) -classpath = value('CLASSPATH',,env) -classes = stream(JAVA_HOME || "\lib\classes.zip", "C", "QUERY EXISTS") -if classes \= '' then classpath = prepend(classpath classes) -classes = stream(JAVA_HOME || "\lib\tools.jar", "C", "QUERY EXISTS") -if classes \= '' then classpath = prepend(classpath classes) - -classpath = prepend(classpath ANT_HOME || '\lib\ant-launcher.jar') -'SET CLASSPATH=' || classpath - -/* Setting classpathes, options and arguments */ -envset = _getenv_('envset') -if cp\='' then interpret 'call "' || envset || '"' '"; CLASSPATH"' '"' || cp || '"' -if lcp\='' then interpret 'call "' || envset || '"' '"; LOCALCLASSPATH"' '"' || lcp || '"' -if opts\='' then interpret 'call "' || envset || '"' '"-D ANT_OPTS"' '"' || opts || '"' -if args\='' then interpret 'call "' || envset || '"' '"ANT_ARGS"' '"' || args || '"' - -exit 0 - -addpath: procedure -parse arg path elem -if elem = '' then do - if path\='' & right(path, 1)\=';' then path = path || ';' - return path -end -if substr(path, length(path)) = ';' then glue = '' -else glue = ';' -if pos(translate(elem), translate(path)) = 0 then path = path || glue || elem || ';' -return path - -prepend: procedure -parse arg path elem -if elem = '' then do - if path\='' & right(path, 1)\=';' then path = path || ';' - return path -end -if pos(translate(elem), translate(path)) = 0 then path = elem || ';' || path -return path - -_getenv_: procedure expose env -parse arg envar default -if default = '' then default = envar -var = value(translate(envar),,env) -if var = '' then var = default -return var diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/complete-ant-cmd.pl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/complete-ant-cmd.pl deleted file mode 100644 index 3789124..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/complete-ant-cmd.pl +++ /dev/null @@ -1,114 +0,0 @@ -#!/usr/bin/perl -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# A script to allow Bash or Z-Shell to complete an Ant command-line. -# -# To install for Bash 2.0 or better, add the following to ~/.bashrc: -# -# $ complete -C complete-ant-cmd ant build.sh -# -# To install for Z-Shell 2.5 or better, add the following to ~/.zshrc: -# -# function ant_complete () { -# local args_line args -# read -l args_line -# set -A args $args_line -# set -A reply $(COMP_LINE=$args_line complete-ant-cmd ${args[1]} $1) -# } -# compctl -K ant_complete ant build.sh -# -# @author Mike Williams - -my $cmdLine = $ENV{'COMP_LINE'}; -my $antCmd = $ARGV[0]; -my $word = $ARGV[1]; - -my @completions; -if ($word =~ /^-/) { - list( restrict( $word, getArguments() )); -} elsif ($cmdLine =~ /-(f|buildfile)\s+\S*$/) { - list( getBuildFiles($word) ); -} else { - list( restrict( $word, getTargets() )); -} - -exit(0); - -sub list { - for (@_) { - print "$_\n"; - } -} - -sub restrict { - my ($word, @completions) = @_; - grep( /^\Q$word\E/, @completions ); -} - -sub getArguments { - qw(-buildfile -debug -emacs -f -find -help -listener -logfile - -logger -projecthelp -quiet -verbose -version); -} - - -sub getBuildFiles { - my ($word) = @_; - grep( /\.xml$/, glob( "$word*" )); -} - -sub getTargets { - - # Look for build-file - my $buildFile = 'build.xml'; - if ($cmdLine =~ /-(f|buildfile)\s+(\S+)/) { - $buildFile = $2; - } - return () unless (-f $buildFile); - - # Run "ant -projecthelp" to list targets. Keep a cache of results in a - # cache-file. - my $cacheFile = $buildFile; - $cacheFile =~ s|(.*/)?(.*)|${1}.ant-targets-${2}|; - if ((!-e $cacheFile) || (-z $cacheFile) || (-M $buildFile) < (-M $cacheFile)) { - open( CACHE, '>'.$cacheFile ) || die "can\'t write $cacheFile: $!\n"; - open( HELP, "$antCmd -projecthelp -f '$buildFile'|" ) || return(); - my %targets; - while( ) { - if (/^\s+(\S+)/) { - $targets{$1}++; - } - } - my @targets = sort keys %targets; - for (@targets) { print CACHE "$_\n"; } - return @targets; - } - - # Read the target-cache - open( CACHE, $cacheFile ) || die "can\'t read $cacheFile: $!\n"; - my @targets; - while () { - chop; - s/\r$//; # for Cygwin - push( @targets, $_ ); - } - close( CACHE ); - @targets; - -} - - - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/envset.cmd b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/envset.cmd deleted file mode 100644 index 3b07419..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/envset.cmd +++ /dev/null @@ -1,131 +0,0 @@ -/* - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -SET environment variables -First optional parameter: - ; parameters are considered parts of a path variable, semicolons are - appended to each element if not already present - -D parameters are properties for Java or Makefile etc., -D will be - prepended and the parameters will be separated by a space - =D the same as above but equal sign is not required - , parameters should be comma separated in the environment variable - - parameters should be separated by the next parameter - Other values mean that the first parameter is missing and the environment - variable will be set to the space separated parameters - -Second parameter: name of the environment variable - -Next parameters: values -; implies that the equal sign is considered a part of the parameter and is -not interpreted - --D requires parameters in the form name=value. If the equal sign is not found, -the parameters are changed to name=expanded_name - -Other options have optional equal sign. If it is found, only the part after -the equal sign will be oprionally expanded. - -If the parameter is the minus sign, the next parameter will not be expanded. -If the parameter is a single dot, it will be replaced with the value of the -environment variable as it existed before envset was invoked. - -For other parameters the batch looks for the environment variable with the -same name (in uppercase). If it is found, it forms the expanded_name. If -the environment variable with such a name does not exist, the expanded_name -will hold the parameter name without case conversion. -*/ - -parse arg mode envar args - -equal = 0 -sep = ' ' - -/* Parse command line parameters */ -select - when mode='-' then do - sep = envar - parse var args envar args - end - when mode=';' then do - sep = '' - equal = -1 - end - when mode='-D' then equal = 1 - when mode='=D' then mode = '-D' - when mode=',' then sep = ',' -otherwise - args = envar args - envar = mode - mode = '' -end - -env = 'OS2ENVIRONMENT' -envar = translate(envar) -orig = value(envar,,env) -newval = '' -expand = 1 - -/* for each parameter... */ -do i = 1 to words(args) - if expand > 0 & word(args, i) = '-' then expand = 0 - else call addval word(args, i) -end - -/* Optionally enclose path variable by quotes */ -if mode = ';' & pos(' ', newval) > 0 then newval = '"' || newval || '"' - -/* Set the new value, 'SET' cannot be used since it does not allow '=' */ -x = value(envar, newval, env) -exit 0 - -addval: procedure expose sep equal orig expand newval mode env -parse arg var - -if var = '.' then expvar = orig -else do - if equal >= 0 then do - parse var var name '=' val - if val = '' then var = name - else var = val - end - if expand = 0 then expvar = var - else expvar = value(translate(var),,env) - if expvar = '' then expvar = var - if equal >= 0 then do - if val = '' then do - parse var expvar key '=' val - if val <> '' then name = key - else do - if equal > 0 then val = key - else name = key - end - end - else val = expvar - if pos(' ', val) > 0 | pos('=', val) > 0 then val = '"' || val || '"' - if val = '' then expvar = name - else expvar = name || '=' || val - end - if mode = '-D' then expvar = '-D' || expvar - if mode = ';' then do - if right(expvar, 1) <> ';' then expvar = expvar || ';' - end -end - -if newval = '' then newval = expvar -else newval = newval || sep || expvar -expand = 1 -return diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/lcp.bat b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/lcp.bat deleted file mode 100644 index 4bf2e7c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/lcp.bat +++ /dev/null @@ -1,31 +0,0 @@ -REM -REM Licensed to the Apache Software Foundation (ASF) under one or more -REM contributor license agreements. See the NOTICE file distributed with -REM this work for additional information regarding copyright ownership. -REM The ASF licenses this file to You under the Apache License, Version 2.0 -REM (the "License"); you may not use this file except in compliance with -REM the License. You may obtain a copy of the License at -REM -REM http://www.apache.org/licenses/LICENSE-2.0 -REM -REM Unless required by applicable law or agreed to in writing, software -REM distributed under the License is distributed on an "AS IS" BASIS, -REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -REM See the License for the specific language governing permissions and -REM limitations under the License. -REM -REM - -set _CLASSPATHCOMPONENT=%1 -if ""%1""=="""" goto gotAllArgs -shift - -:argCheck -if ""%1""=="""" goto gotAllArgs -set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1 -shift -goto argCheck - -:gotAllArgs -set LOCALCLASSPATH=%LOCALCLASSPATH%;%_CLASSPATHCOMPONENT% - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.pl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.pl deleted file mode 100644 index 5f8307a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.pl +++ /dev/null @@ -1,153 +0,0 @@ -#!/usr/bin/perl -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -####################################################################### -# -# runant.pl -# -# wrapper script for invoking ant in a platform with Perl installed -# this may include cgi-bin invocation, which is considered somewhat daft. -# (slo: that should be a separate file which can be derived from this -# and returns the XML formatted output) -# -# the code is not totally portable due to classpath and directory splitting -# issues. oops. (NB, use File::Spec::Functions will help and the code is -# structured for the catfile() call, but because of perl version funnies -# the code is not included. -# -# created: 2000-8-24 -# author: Steve Loughran steve_l@sourceforge.net -####################################################################### -# -# Assumptions: -# -# - the "java" executable/script is on the command path -# - ANT_HOME has been set -# - target platform uses ":" as classpath separator or perl indicates it is dos/win32 -# - target platform uses "/" as directory separator. - -#be fussy about variables -use strict; - -#platform specifics (disabled) -#use File::Spec::Functions; - -#turn warnings on during dev; generates a few spurious uninitialised var access warnings -#use warnings; - -#and set $debug to 1 to turn on trace info -my $debug=1; - -####################################################################### -# -# check to make sure environment is setup -# - -my $HOME = $ENV{ANT_HOME}; -if ($HOME eq "") - { - die "\n\nANT_HOME *MUST* be set!\n\n"; - } - -my $JAVACMD = $ENV{JAVACMD}; -$JAVACMD = "java" if $JAVACMD eq ""; - -my $onnetware = 0; -if ($^O eq "NetWare") -{ - $onnetware = 1; -} - -my $oncygwin = ($^O eq "cygwin"); - -#ISSUE: what java wants to split up classpath varies from platform to platform -#and perl is not too hot at hinting which box it is on. -#here I assume ":" 'cept on win32, dos, and netware. Add extra tests here as needed. -my $s=":"; -if(($^O eq "MSWin32") || ($^O eq "dos") || ($^O eq "cygwin") || - ($onnetware == 1)) - { - $s=";"; - } - -#build up standard classpath -my $localpath = "$HOME/lib/ant-launcher.jar"; -#set JVM options and Ant arguments, if any -my @ANT_OPTS=split(" ", $ENV{ANT_OPTS}); -my @ANT_ARGS=split(" ", $ENV{ANT_ARGS}); - -#jikes -if($ENV{JIKESPATH} ne "") - { - push @ANT_OPTS, "-Djikes.class.path=$ENV{JIKESPATH}"; - } - -#construct arguments to java -my @ARGS; -push @ARGS, @ANT_OPTS; - -my $CYGHOME = ""; - -my $classpath=$ENV{CLASSPATH}; -if ($oncygwin == 1) { - $localpath = `cygpath --path --windows $localpath`; - chomp ($localpath); - if (! $classpath eq "") - { - $classpath = `cygpath --path --windows "$classpath"`; - chomp ($classpath); - } - $HOME = `cygpath --path --windows $HOME`; - chomp ($HOME); - $CYGHOME = `cygpath --path --windows $ENV{HOME}`; - chomp ($CYGHOME); -} -push @ARGS, "-classpath", "$localpath"; -push @ARGS, "-Dant.home=$HOME"; -if ( ! $CYGHOME eq "" ) -{ - push @ARGS, "-Dcygwin.user.home=\"$CYGHOME\"" -} -push @ARGS, "org.apache.tools.ant.launch.Launcher", @ANT_ARGS; -push @ARGS, @ARGV; -if (! $classpath eq "") -{ - if ($onnetware == 1) - { - # make classpath literally $CLASSPATH - # this is to avoid pushing us over the 512 character limit - # even skip the ; - that is already in $localpath - push @ARGS, "-lib", "\$CLASSPATH"; - } - else - { - push @ARGS, "-lib", "$classpath"; - } -} -print "\n $JAVACMD @ARGS\n\n" if ($debug); - -my $returnValue = system $JAVACMD, @ARGS; -if ($returnValue eq 0) - { - exit 0; - } -else - { - # only 0 and 1 are widely recognized as exit values - # so change the exit value to 1 - exit 1; - } diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.py b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.py deleted file mode 100644 index 9488a93..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.py +++ /dev/null @@ -1,102 +0,0 @@ -#!/usr/bin/python -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -""" - - runant.py - - This script is a translation of the runant.pl written by Steve Loughran. - It runs ant with/out arguments, it should be quite portable (thanks to - the python os library) - This script has been tested with Python2.0/Win2K - - created: 2001-04-11 - author: Pierre Dittgen pierre.dittgen@criltelecom.com - - Assumptions: - - - the "java" executable/script is on the command path -""" -import os, os.path, string, sys - -# Change it to 1 to get extra debug information -debug = 0 - -####################################################################### - -# If ANT_HOME is not set default to script's parent directory -if os.environ.has_key('ANT_HOME'): - ANT_HOME = os.environ['ANT_HOME'] -else: - ANT_HOME = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) - -# set ANT_LIB location -ANT_LIB = os.path.join(ANT_HOME, 'lib') - -# set JAVACMD (check variables JAVACMD and JAVA_HOME) -JAVACMD = None -if not os.environ.has_key('JAVACMD'): - if os.environ.has_key('JAVA_HOME'): - if not os.path.exists(os.environ['JAVA_HOME']): - print "Warning: JAVA_HOME is not defined correctly." - else: - JAVACMD = os.path.join(os.environ['JAVA_HOME'], 'bin', 'java') - else: - print "Warning: JAVA_HOME not set." -else: - JAVACMD = os.environ['JAVACMD'] -if not JAVACMD: - JAVACMD = 'java' - -launcher_jar = os.path.join(ANT_LIB, 'ant-launcher.jar') -if not os.path.exists(launcher_jar): - print 'Warning: Unable to locate ant-launcher.jar. Expected to find it in %s' % \ - ANT_LIB - -# Build up standard classpath (LOCALCLASSPATH) -LOCALCLASSPATH = launcher_jar -if os.environ.has_key('LOCALCLASSPATH'): - LOCALCLASSPATH += os.pathsep + os.environ['LOCALCLASSPATH'] - -ANT_OPTS = "" -if os.environ.has_key('ANT_OPTS'): - ANT_OPTS = os.environ['ANT_OPTS'] - -OPTS = "" -if os.environ.has_key('JIKESPATH'): - OPTS = '-Djikes.class.path=\"%s\"' % os.environ['JIKESPATH'] - -ANT_ARGS = "" -if os.environ.has_key('ANT_ARGS'): - ANT_ARGS = os.environ['ANT_ARGS'] - -CLASSPATH = "" -if os.environ.has_key('CLASSPATH'): - CLASSPATH = "-lib " + os.environ['CLASSPATH'] - -# Builds the commandline -cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \ - 'org.apache.tools.ant.launch.Launcher %s %s %s') \ - % (JAVACMD, ANT_OPTS, LOCALCLASSPATH, ANT_HOME, OPTS, ANT_ARGS, \ - CLASSPATH, string.join(sys.argv[1:], ' ')) - -if debug: - print '\n%s\n\n' % (cmdline) -sys.stdout.flush() - -# Run the biniou! -os.system(cmdline) diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runrc.cmd b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runrc.cmd deleted file mode 100644 index c68f04d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runrc.cmd +++ /dev/null @@ -1,60 +0,0 @@ -/* - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - Run RC file, name is in the first arg, second arg is either PATH - ENV or -r or nothing -*/ - -parse arg name path rest - -if name = '' then do - say 'RC file name is missing' - exit 1 -end - -if rest \= '' then do - say 'Too many parameters' - exit 1 -end - -call runit name path -exit 0 - -runit: procedure -parse arg name path dir - -if path \= '' & path \= '-r' then do - dir = value(translate(path),,'OS2ENVIRONMENT') - if dir = '' then return - dir = translate(dir, '\', '/') /* change UNIX-like path to OS/2 */ -end - -if dir = '' then dir = directory() - -if path = '-r' then do /* recursive call */ - subdir = filespec('path', dir) - if subdir \= '\' then do - subdir = left(subdir, length(subdir)-1) - call runit name path filespec('drive', dir) || subdir - end -end - -/* Look for the file and run it */ -if right(dir, 1) \= '\' then dir = dir || '\' -rcfile = stream(dir || name, 'c', 'query exists') -if rcfile \= '' then interpret 'call "' || rcfile || '"' - -return diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/ant-bootstrap.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/ant-bootstrap.jar deleted file mode 100644 index b886e32..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/ant-bootstrap.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/changelog.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/changelog.xsl deleted file mode 100644 index c6aef8f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/changelog.xsl +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - <xsl:value-of select="$title"/> - - - -

- -

-

Designed for use with Apache Ant.

-
- - - - - - - -
- - - -
- - - - - - - - - -
-
-
    - -
- - -
- - - - - - - - - - - - - mailto: - - - - - -
  • - - - - /?rev=&content-type=text/x-cvsweb-markup - - - /?r1=&r2= - - - () -
  • -
    - - - - - - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-frames.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-frames.xsl deleted file mode 100644 index c79c0b7..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-frames.xsl +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CheckStyle Audit - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. - If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - - - - - - -

    CheckStyle Audit

    Designed for use with - CheckStyle and - Ant.
    -
    -
    - - - - - - - - - - - - -
    - - - - - -
    - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .oddrow td { - background: #efefef; - } - .evenrow td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - - - - - - - - - -

    Files

    -

    - - - - - -
    -

    - - -
    - - -

    Files

    - - - - - - - - -
    NameErrors
    -
    - - - - - - - - files/.html - - - - - - - - - - - - - - files/.html - - - - - - - - - - - - - - - - - ../ - - - - - - ../ - - - - - - - - - stylesheet.css - - - - -

    File

    - - - - - - - - - - - - -
    Error DescriptionLine:Column
    :
    - - -
    -
    - - -

    Summary

    - - - - - - - - - - - - - - - -
    Total FilesFiles With ErrorsErrors
    -
    - - - - oddrow - evenrow - - -
    \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-text.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-text.xsl deleted file mode 100644 index 7359e41..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-text.xsl +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - : - - : - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-xdoc.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-xdoc.xsl deleted file mode 100644 index 5fc6eab..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/checkstyle/checkstyle-xdoc.xsl +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - Checkstyle Audit - - - - - - - - - - - - -
    - - - - - - - - -
    NameErrors
    -
    -
    - - - - - - - - files.html - - - - - - - - - - - - - Checkstyle Audit - - - -
    - - - - - - - - - - - - -
    Error DescriptionLine
    -
    - -
    -
    -
    - - -
    - - - - - - - - - - - - - - - -
    FilesFiles With ErrorsErrors
    -
    -
    - - - - oddrow - evenrow - - -
    - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/coverage-frames.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/coverage-frames.xsl deleted file mode 100644 index a55a52a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/coverage-frames.xsl +++ /dev/null @@ -1,489 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Coverage Results. - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .a td { - background: #efefef; - } - .b td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - - - - - - - - - -

    Classes

    - - - - - - - / - .html - - - - - -
    - -
    - - -
    - - - - - - - - -

    Home

    -

    Packages

    - - - - - - - -
    - - - -
    - - -
    - - - - - - - - - -

    Summary

    - - - - - - - - - - - - - -
    Reported ClassesMethods HitLines Hit
    - - - - -
    - To ensure accurate test runs on Java applications, developers need to know how much of - the code has been tested, and where to find any untested code. Coverage helps you - locate untested code, and measure precisely how much code has been exercised. - The result is a higher quality application in a shorter period of time. -

    -

    - -

    Packages

    - - - - - - - - - - - - -
    - - - -
    - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    -
    - -

    Classes

    - - - - - - - -
    - -
    - - -
    - - - - - - - - - - - - -

    Package

    - - - -
    - - -

    Classes

    - - - - - -
    -
    - - - -
    - - - - - - - - - - - - -

    Class .

    - - - - - -
    - - -

    Methods

    - - - - - -
    - - - - -
    - - - - - - - - - - - - -
    - - http://jakarta.apache.org - -

    Source Code Coverage

    Designed for use with Sitraka JProbe and Ant.
    -
    -
    - - - - - - - - - Name - Methods Hit - Lines Hit - - - - - - Name - Lines Hit - - - - - - - - - - - - - - - Name - Methods Hit - Lines Hit - - - - - - - - - - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - - a - b - - - -
    - - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdepend-frames.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdepend-frames.xsl deleted file mode 100644 index ccc9dcc..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdepend-frames.xsl +++ /dev/null @@ -1,487 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JDepend Analysis - - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - - - - - - - - - - -

    Summary

    - - [summary] - [packages] - [cycles] - [explanations] -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PackageTotal ClassesAbstract ClassesConcrete ClassesAfferent CouplingsEfferent CouplingsAbstractnessInstabilityDistance
    - - overview-packages.html#PK - - - -
    - -
    - - -
    - - - - - - - - -

    Packages

    - - [summary] - [packages] - [cycles] - [explanations] -
    - - - -

    PK -

    - - - - - - - -
    Afferent Couplings: Efferent Couplings: Abstractness: Instability: Distance:
    - - - - - - - - - - - - - - -
    Abstract ClassesConcrete ClassesUsed by PackagesUses Packages
    - - None - - -
    -
    -
    - - None - - -
    -
    -
    - - None - - - - overview-packages.html#PK - -
    -
    -
    - - None - - - - overview-packages.html#PK - -
    -
    -
    -
    -
    - -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - -
    - - - - - - - - -

    Cycles

    - - [summary] - [packages] - [cycles] - [explanations] -
    - - - -

    There are no cyclic dependancies.

    -
    - -

    #CY

    - -
    -

    -
    - -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - -
    - - - - - - - - - -

    Explanations

    - - [summary] - [packages] - [cycles] - [explanations] -
    - -

    The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

    - -

    Number of Classes

    -

    The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.

    -

    Afferent Couplings

    -

    The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.

    -

    Efferent Couplings

    -

    The number of other packages that the classes in the package depend upon is an indicator of the package's independence.

    -

    Abstractness

    -

    The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package.

    -

    The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.

    -

    Instability

    -

    The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change.

    -

    The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.

    -

    Distance

    -

    The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability.

    -

    A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0).

    -

    The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.

    - - - -
    - - - - - - - - - -
    - [summary] - [packages] - [cycles] - [explanations] -
    -

    Packages

    - - - - - - - -
    - - -
    - - - - - - - - - - - - - - - - Not Analyzed: - - - - - - - - - - - -
    - [summary] - [packages] - [cycles] - [explanations] -
    -

    Cycles

    - - - - -
    - - -
    - - - - - - - - - - - -

    JDepend Analysis

    - - - - - -
    Designed for use with JDepend and Ant.
    -
    -
    - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdepend.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdepend.xsl deleted file mode 100644 index f813297..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdepend.xsl +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - - - - - - JDepend Analysis - - - - - - - - -

    JDepend Analysis

    -

    Designed for use with JDepend and Ant.

    -
    - -
    -

    Summary

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PackageTotal ClassesAbstract ClassesConcrete ClassesAfferent CouplingsEfferent CouplingsAbstractnessInstabilityDistance
    - - #PK - - - -
    - -
    - -
    -

    Packages

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - - -

    PK -

    - - - - - - - -
    Afferent Couplings: Efferent Couplings: Abstractness: Instability: Distance:
    - - - - - - - - - - - - - - -
    Abstract ClassesConcrete ClassesUsed by PackagesUses Packages
    - - None - - -
    -
    -
    - - None - - -
    -
    -
    - - None - - - - #PK - -
    -
    -
    - - None - - - - #PK - -
    -
    -
    -
    -
    - -
    -

    Cycles

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - -

    There are no cyclic dependancies.

    -
    - -

    - -
    -

    -
    - -
    -

    Explanations

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - -

    The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

    - -

    Number of Classes

    -

    The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.

    -

    Afferent Couplings

    -

    The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.

    -

    Efferent Couplings

    -

    The number of other packages that the classes in the package depend upon is an indicator of the package's independence.

    -

    Abstractness

    -

    The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package.

    -

    The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.

    -

    Instability

    -

    The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change.

    -

    The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.

    -

    Distance

    -

    The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability.

    -

    A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0).

    -

    The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.

    - - - -
    - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-frames-xalan1.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-frames-xalan1.xsl deleted file mode 100644 index 0efb758..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-frames-xalan1.xsl +++ /dev/null @@ -1,733 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - Standard Output from <xsl:value-of select="@name"/> - - -
    - - -
    -
    - - - - - Standard Error from <xsl:value-of select="@name"/> - - -
    - - -
    -
    -
    -
    - - - - - Unit Test Results. - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - -body { - font:normal 68% verdana,arial,helvetica; - color:#000000; -} -table tr td, table tr th { - font-size: 68%; -} -table.details tr th{ - font-weight: bold; - text-align:left; - background:#a6caf0; -} -table.details tr td{ - background:#eeeee0; -} - -p { - line-height:1.5em; - margin-top:0.5em; margin-bottom:1.0em; -} -h1 { - margin: 0px 0px 5px; font: 165% verdana,arial,helvetica -} -h2 { - margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica -} -h3 { - margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica -} -h4 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h5 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h6 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -.Error { - font-weight:bold; color:red; -} -.Failure { - font-weight:bold; color:purple; -} -.Properties { - text-align:right; -} - - - - - - - . - - - Unit Test Results: <xsl:value-of select="$class.name"/> - - - - - - - - -

    Class

    - - - - - -
    - -

    Tests

    - - - - - - - - - -
    - - - - - - - - - -
    - - - - cur = TestCases['.'] = new Array(); - - - cur[''] = ''; - - - - - - - - - - - Unit Test Classes: <xsl:value-of select="$name"/> - - - - - - - - - -
    -

    - - <none> -

    -
    - -

    Classes

    - - - - - - - -
    - -
    - - -
    - - - - - - - All Unit Test Classes - - - - - -

    Classes

    - - - - -
    - - -
    - - - - - - - - - / - .html - - - - - - - - - - - - - All Unit Test Packages - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - <none> - - - - - - - - - - Unit Test Results: Summary - - - - - - open('allclasses-frame.html','classListFrame') - -

    Summary

    - - - - - - - - - - - - - - - - - Error - Failure - Pass - - - - - - - - -
    TestsFailuresErrorsSuccess rateTime
    - - - - - - - -
    - - - - -
    - Note: failures are anticipated and checked for with assertions while errors are unanticipated. -
    - -

    Packages

    - - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - -
    - - <none> - - - - -
    - - -
    - - - - - - - - - - - - open('package-frame.html','classListFrame') - -

    Package

    - - - - - -

    Classes

    -

    - - - - - -
    -

    -
    - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - -

    Unit Test Results

    - - - - - -
    Designed for use with JUnit and Ant.
    -
    -
    - - - - - Name - Tests - Errors - Failures - Time(s) - Time Stamp - Host - - - - - - - Name - Status - Type - Time(s) - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - - - - - - - - - - Error - Failure - TableRowColor - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - -

    - - - - - - - -
    - - - - - - - - - - - - -
    - -
    - - - - - - - - - - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-frames.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-frames.xsl deleted file mode 100644 index 535ba82..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-frames.xsl +++ /dev/null @@ -1,902 +0,0 @@ - - - - - - - - -Unit Test Results. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - Standard Output from <xsl:value-of select="@name"/> - - -
    - - -
    -
    - - - - - Standard Error from <xsl:value-of select="@name"/> - - -
    - - -
    -
    - - - - - - - - - - - - - - -
    -
    - - - - - <xsl:value-of select="$TITLE"/> - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - -body { - font:normal 68% verdana,arial,helvetica; - color:#000000; -} -table tr td, table tr th { - font-size: 68%; -} -table.details tr th{ - font-weight: bold; - text-align:left; - background:#a6caf0; -} -table.details tr td{ - background:#eeeee0; -} - -p { - line-height:1.5em; - margin-top:0.5em; margin-bottom:1.0em; -} -h1 { - margin: 0px 0px 5px; font: 165% verdana,arial,helvetica -} -h2 { - margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica -} -h3 { - margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica -} -h4 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h5 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h6 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -.Error { - font-weight:bold; color:red; -} -.Failure { - font-weight:bold; color:purple; -} -.Properties { - text-align:right; -} - - - - - - - - - - All Failures - - - All Errors - - - All Tests - - - - - Unit Test Results: <xsl:value-of select="$title"/> - - - - - - open('allclasses-frame.html','classListFrame') - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - -
    - - - - - - - . - - - Unit Test Results: <xsl:value-of select="$class.name"/> - - - - - - - - -

    Class

    - - - - - -
    - - - -

    Failures

    -
    - -

    Errors

    -
    - -

    Tests

    -
    -
    - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - -
    - - - - cur = TestCases['.'] = new Array(); - - - cur[''] = ''; - - - - - - - - - - - Unit Test Classes: <xsl:value-of select="$name"/> - - - - - - - - - -
    -

    - - <none> -

    -
    - -

    Classes

    - - - - - - - -
    - -
    - - -
    - - - - - - - All Unit Test Classes - - - - - -

    Classes

    - - - - -
    - - -
    - - - - - - - - - / - _.html - - - - - - - - - - - - - All Unit Test Packages - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - <none> - - - - - - - - - - Unit Test Results: Summary - - - - - - open('allclasses-frame.html','classListFrame') - -

    Summary

    - - - - - - - - - - - - - - - - - Error - Failure - Pass - - - - - - - - -
    TestsFailuresErrorsSuccess rateTime
    - - - - - - - -
    - - - - -
    - Note: failures are anticipated and checked for with assertions while errors are unanticipated. -
    - -

    Packages

    - - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - -
    - - <none> - - - - -
    - - -
    - - - - - - - - - - - - open('package-frame.html','classListFrame') - -

    Package

    - - - - - -

    Classes

    -

    - - - - - -
    -

    -
    - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - -

    - - - - - -
    Designed for use with JUnit and Ant.
    -
    -
    - - - - - Name - Tests - Errors - Failures - Time(s) - Time Stamp - Host - - - - - - - - - Class - - Name - Status - Type - Time(s) - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error - Failure - TableRowColor - - - - - - - - - - - - - - - - - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - -

    - - - - - - - -
    - - - - - - - - - - - - - - - -
    - - - -
    - - - -
    -
    - - - - - - - - - - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-noframes.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-noframes.xsl deleted file mode 100644 index 18177a1..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/junit-noframes.xsl +++ /dev/null @@ -1,478 +0,0 @@ - - - - - - -Unit Test Results. - - - - - - <xsl:value-of select="$TITLE"/> - - - - - - - - - - -
    - - - -
    - - - -
    - - - - - - -
    - - - - - - - - -

    Packages

    - Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers. - - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - - - -
    - - - -
    -
    - - - - - - - - - - - - -

    Package

    - - - - - - -
    - Back to top -

    -

    - - - - - - - - -

    TestCase

    - - - - - - - - - - -
    - -

    - - Back to top - - - - -

    Summary

    - - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - -
    TestsFailuresErrorsSuccess rateTime
    - - - - - - - -
    - - - - -
    - Note: failures are anticipated and checked for with assertions while errors are unanticipated. -
    -
    - - - - cur = TestCases['.'] = new Array(); - - - cur[''] = ''; - - - - - -

    - - - - - -
    Designed for use with JUnit and Ant.
    -
    -
    - - - - Name - Tests - Errors - Failures - Time(s) - - - - - - - Name - Tests - Errors - Failures - Time(s) - Time Stamp - Host - - - - - - - Name - Status - Type - Time(s) - - - - - - - - - - - Failure - Error - - - - - - - - - - - - - - - - - - - - - - - Error - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - - -

    - - - -
    - - -
    - - - - - - - - - - - - - - - -
    - - - -
    - - - -
    -
    - - - - - - - - - - - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/log.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/log.xsl deleted file mode 100644 index 5040993..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/log.xsl +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -
    - - http://jakarta.apache.org - - - Apache Ant -
    - - - -

    - - - - - -
    - - - - - - failed - complete - - - - - - - - - - - - - -
    Build FailedBuild CompleteTotal Time:
    - -
    - See the stacktrace. -
    -
    - - - - - -
    ant.file
    ant.version
    java.version
    os.name
    - -

    Build events

    - - - - - - - -
    targettaskmessage
    -

    - - - -

    Error details

    - - -
    -
    -
    - -

    -
    - - - - - - - a - b - - - [ ] - - - - - - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/maudit-frames.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/maudit-frames.xsl deleted file mode 100644 index 257c0c8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/maudit-frames.xsl +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - Audit Results. - - - - - - - - - <H2>Frame Alert</H2> - <P> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </P> - - - - - - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .a td { - background: #efefef; - } - .b td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - - - - - - - - - - - - - - -

    Class .

    - - - - -
    - -

    Violations

    - - - - - -
    - - - -
    - - - - - - - - - - - - - - - - -
    -

    -
    - -

    Classes

    - - - - -
    - - -
    - - - - - -
    - - - - - - - - - - - - - - -

    Classes

    - - - - -
    - - -
    - - - - - - - - - - / - .html - - - - - - - - - - - - - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - - - - - - - - - - - - - - - -

    Summary

    - - - - - - - - - - - -
    Audited classesReported classesViolations
    - - - - -
    - Note: Rules checked have originated from style guidelines suggested by the language designers, - experience from the Java development community and insite experience. Violations are generally - reported with a reference to the Java Language Specifications (JLS x.x.x) - and Metamata Audit rules (x.x). - Please consult these documents for additional information about violations. -

    - Rules checked also enforce adherence to Sun Java coding guidelines in use at Jakarta. -

    - One should note that these violations do not necessary underline errors but should be used - as an indication for possible errors. As always, use your best judgment and review - them carefully, it might save you hours of debugging. -

    - -

    Packages

    - - - - - - - - - - -
    - - - -
    - - - - - - - - - - - - open('package-frame.html','classListFrame') - -

    Package

    - - - - -

    Classes

    - - - - - -
    -
    - - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - - - - - - - - - - -
    - - http://jakarta.apache.org - -

    Source Code Audit

    Designed for use with Webgain QA/Metamata Audit and Ant.
    -
    -
    - - - - - - - - - - Name - Violations - - - - - - - Line - Message - - - - - - - - - - - - - - - - - - - - - - - - - a - b - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/mmetrics-frames.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/mmetrics-frames.xsl deleted file mode 100644 index 8b4643a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/mmetrics-frames.xsl +++ /dev/null @@ -1,1026 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - Metrics Results. - - - - - - - - - <H2>Frame Alert</H2> - <P> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </P> - - - - - - - - - - - -

    Metrics Reference

    -V(G) | -LOC | -DIT | -NOA | -NRM | -NLM | -WMC | -RFC | -DAC | -FANOUT | -CBO | -LCOM | -NOC - - -

    Cyclomatic Complexity - V(G)

    -This metric was introduced in the 1970s to measure the amount of control -flow complexity or branching complexity in a module such as a -subroutine. It gives the number of paths that may be taken through the -code, and was initially developed to give some measure of the cost of -producing a test case for the module by executing each path. -

    -Methods with a high cyclomatic complexity tend to be more difficult to -understand and maintain. In general the more complex the methods of an -application, the more difficult it will be to test it, and this will adversely -affect its reliability. -

    -V(G) is a measure of the control flow complexity of a method or -constructor. It counts the number of branches in the body of the method, -defined as: -

      -
    • while statements;
    • -
    • if statements;
    • -
    • for statements.
    • -
    - -The metric can also be configured to count each case of a switch -statement as well. - -
    -

    Lines of Code - LOC

    - -This is perhaps the simplest of all the metrics to define and compute. -Counting lines has a long history as a software metric dating from before -the rise of structured programming, and it is still in widespread use today. -The size of a method affects the ease with which it can be understood, its -reusability and its maintainability. There are a variety of ways that the size -can be calculated. These include counting all the lines of code, the number -of statements, the blank lines of code, the lines of commentary, and the -lines consisting only of syntax such as block delimiters. -

    -This metric can also be used for sizing other constructs as well, for -example, the overall size of a Java class or package can be measured by -counting the number of source lines it consists of. -

    -LOC can be used to determine the size of a compilation unit (source file), -class or interface, method, constructor, or field. It can be configured to -ignore: -

      -
    • blank lines;
    • -
    • lines consisting only of comments;
    • -
    • lines consisting only of opening and closing braces.
    • -
    - -
    -

    Depth of Inheritance Hierarchy - DIT

    - -This metric calculates how far down the inheritance hierarchy a class is -declared. In Java all classes have java.lang.Object as their ultimate -superclass, which is defined to have a depth of 1. So a class that -immediately extends java.lang.Object has a metric value of 2; any of its -subclasses will have a value of 3, and so on. -

    -A class that is deep within the tree inherits more methods and state -variables, thereby increasing its complexity and making it difficult to -predict its behavior. It can be harder to understand a system with many -inheritance layers. -

    -DIT is defined for classes and interfaces: -

      -
    • all interface types have a depth of 1;
    • -
    • the class java.lang.Object has a depth of 1;
    • -
    • all other classes have a depth of 1 + the depth of their super class.
    • -
    - -
    -

    Number of Attributes - NOA

    - -The number of distinct state variables in a class serves as one measure of -its complexity. The more state a class represents the more difficult it is to -maintain invariants for it. It also hinders comprehensibility and reuse. -

    -In Java, state can be exposed to subclasses through protected fields, which -entails that the subclass also be aware of and maintain any invariants. This -interference with the class's data encapsulation can be a source of defects -and hidden dependencies between the state variables. -

    -NOA is defined for classes and interfaces. It counts the number of fields -declared in the class or interface. - - -

    Number of Remote Methods - NRM

    - -NRM is defined for classes. A remote method call is defined as an -invocation of a method that is not declared in any of: -
      -
    • the class itself;
    • -
    • a class or interface that the class extends or implements;
    • -
    • a class or method that extends the class.
    • -
    - -The value is the count of all the remote method calls in all of the methods -and constructors of the class. - -
    -

    Number of Local Methods - NLM

    - -NLM is defined for classes and interfaces. A local method is defined as a -method that is declared in the class or interface. NLM can be configured to -include the local methods of all of the class's superclasses. Methods with -public, protected, package and private visibility can be independently -counted by setting configuration parameters. - -
    -

    Weighted Methods per Class - WMC

    - -If the number of methods in a class can be determined during the design -and modeling phase of a project, it can be used as a predictor of how -much time and effort is needed to develop, debug and maintain it. This -metric can be further refined by incorporating a weighting for the -complexity of each method. The usual weighting is given by the cyclomatic -complexity of the method. -

    -The subclasses of a class inherit all of its public and protected methods, -and possibly its package methods as well, so the number of methods a -class has directly impacts the complexity of its subclasses. Classes with -large numbers of methods are often specific to a particular application, -reducing the ability to reuse them. -

    -The definition of WMC is based upon NLM, and it provides the same -configuration parameters for counting inherited methods and of varying -visibility. The main difference is that NLM always counts each method as 1, -whereas WMC will weight each method. There are two weighting schemes: -

      -
    • V(G) the cyclomatic complexity of the method is used as its weight. - Methods from class files are given a V(G) of 1.
    • -
    • the arity, or the number of parameters of the method are used to - determine the weight.
    • -
    - -
    -

    Response For Class - RFC

    - -The response set of a class is the set of all methods that can be invoked as -a result of a message sent to an object of the class. This includes methods -in the class's inheritance hierarchy and methods that can be invoked on -other objects. The Response For Class metric is defined to be size of the -response set for the class. A class which provides a larger response set is -considered to be more complex than one with a smaller response set. -

    -One reason for this is that if a method call on a class can result in a large -number of different method calls on the target and other classes, then it -can be harder to test the behavior of the class and debug problems. It will -typically require a deeper understanding of the potential interactions that -objects of the class can have with the rest of the system. -

    -RFC is defined as the sum of NLM and NRM for the class. The local methods -include all of the public, protected, package and private methods, but not -methods declared only in a superclass. - - -

    Data Abstraction Coupling - DAC

    - -DAC is defined for classes and interfaces. It counts the number of reference -types that are used in the field declarations of the class or interface. The -component types of arrays are also counted. Any field with a type that is -either a supertype or a subtype of the class is not counted. - - -

    Fan Out - FANOUT

    - -FANOUT is defined for classes and interfaces, constructors and methods. It -counts the number of reference types that are used in: -
      -
    • field declarations;
    • -
    • formal parameters and return types;
    • -
    • throws declarations;
    • -
    • local variables.
    • -
    - -The component types of arrays are also counted. Any type that is either a -supertype or a subtype of the class is not counted. - -
    -

    Coupling Between Objects - CBO

    - -When one object or class uses another object or class they are said to be -coupled. One major source of coupling is that between a superclass and a -subclass. A coupling is also introduced when a method or field in another -class is accessed, or when an object of another class is passed into or out -of a method invocation. Coupling Between Objects is a measure of the -non-inheritance coupling between two objects. -

    -A high value of coupling reduces the modularity of the class and makes -reuse more difficult. The more independent a class is the more likely it is -that it will be possible to reuse it in another part of the system. When a -class is coupled to another class it becomes sensitive to changes in that -class, thereby making maintenance for difficult. In addition, a class that is -overly dependent on other classes can be difficult to understand and test in -isolation. -

    -CBO is defined for classes and interfaces, constructors and methods. It -counts the number of reference types that are used in: -

      -
    • field declarations
    • -
    • formal parameters and return types
    • -
    • throws declarations
    • -
    • local variables
    • -
    - -It also counts: -
      -
    • types from which field and method selections are made
    • -
    - -The component types of arrays are also counted. Any type that is either a -supertype or a subtype of the class is not counted. - -
    -

    Lack of Cohesion Of Methods - LCOM

    - -The cohesion of a class is the degree to which its methods are related to -each other. It is determined by examining the pattern of state variable -accesses within the set of methods. If all the methods access the same state -variables then they have high cohesion; if they access disjoint sets of -variables then the cohesion is low. An extreme example of low cohesion -would be if none of the methods accessed any of the state variables. - -If a class exhibits low method cohesion it indicates that the design of the -class has probably been partitioned incorrectly, and could benefit by being -split into more classes with individually higher cohesion. On the other -hand, a high value of cohesion (a low lack of cohesion) implies that the -class is well designed. A cohesive class will tend to provide a high degree -of encapsulation, whereas a lack of cohesion decreases encapsulation and -increases complexity. -

    -Another form of cohesion that is useful for Java programs is cohesion -between nested and enclosing classes. A nested class that has very low -cohesion with its enclosing class would probably better designed as a peer -class rather than a nested class. -

    -LCOM is defined for classes. Operationally, LCOM takes each pair of -methods in the class and determines the set of fields they each access. If -they have disjoint sets of field accesses increase the count P by one. If they -share at least one field access then increase Q by one. After considering -each pair of methods, -LCOM = (P > Q) ? (P - Q) : 0 -

    -Indirect access to fields via local methods can be considered by setting a -metric configuration parameter. - - -

    Number Of Classes - NOC

    - -The overall size of the system can be estimated by calculating the number -of classes it contains. A large system with more classes is more complex -than a smaller one because the number of potential interactions between -objects is higher. This reduces the comprehensibility of the system which -in turn makes it harder to test, debug and maintain. -

    -If the number of classes in the system can be projected during the initial -design phase of the project it can serve as a base for estimating the total -effort and cost of developing, debugging and maintaining the system. -

    -The NOC metric can also usefully be applied at the package and class level -as well as the total system. -

    -NOCL is defined for class and interfaces. It counts the number of classes or -interfaces that are declared. This is usually 1, but nested class declarations -will increase this number. - - - - - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .a td { - background: #efefef; - } - .b td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - .Error { - font-weight:bold; color:red; - } - - - - - - - - - - - - - - - - -

    Class .

    - - - -
    - -

    Methods

    - - - -
    - - - - -
    - - - - - - - - - - - - - - - -
    -

    -
    - -

    Classes

    - - - - - - - - -
    - -
    - - -
    - - - - - - - - - - - -

    Classes

    - - - - - -
    - - -
    - - - - - - -
    - - - / - - .html - - - - - - - - - - - - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - - - - - - - - - - - - - - - -

    Summary

    - - - - - - - - - - - - - - - - - -
    V(G)LOCDITNOANRMNLMWMCRFCDACFANOUTCBOLCOMNOCL
    - - - - -
    - Note: Metrics evaluate the quality of software by analyzing the program source and quantifying - various kind of complexity. Complexity is a common source of problems and defects in software. - High complexity makes it more difficult to develop, understand, maintain, extend, test and debug - a program. -

    - The primary use of metrics is to focus your attention on those parts of code that potentially are - complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial - actions. - For additional information about metrics and their meaning, please consult - Metamata Metrics manual. -

    - -

    Packages

    - - - - - - -
    - - - - -
    - - - - - - - - - - - -

    Package

    - - - - -
    - - - - - -
    - Note: Metrics evaluate the quality of software by analyzing the program source and quantifying - various kind of complexity. Complexity is a common source of problems and defects in software. - High complexity makes it more difficult to develop, understand, maintain, extend, test and debug - a program. -

    - The primary use of metrics is to focus your attention on those parts of code that potentially are - complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial - actions. - For additional information about metrics and their meaning, please consult - Metamata Metrics manual. -

    - - - -

    Classes

    - - - - - - -
    -
    - - - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - - - - - - - - - - - -
    - - http://jakarta.apache.org - -

    Source Code Metrics

    Designed for use with Webgain QA/Metamata Metrics and Ant.
    -
    -
    - - - - - - - - - Name - V(G) - LOC - DIT - NOA - NRM - NLM - WMC - RFC - DAC - FANOUT - CBO - LCOM - NOCL - - - - - - - Name - V(G) - LOC - FANOUT - CBO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a - b - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error - - - - -
    - diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/tagdiff.xsl b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/tagdiff.xsl deleted file mode 100644 index 5d430a7..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/tagdiff.xsl +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - <xsl:value-of select="$title"/> - - - -

    - -

    - Tagdiff between and - -

    Designed for use with Ant.

    -
    - - - - - -
    - New Files | - Modified Files | - Removed Files -
    - - - New Files - New - - - - - Modified Files - Modified - - - - - - Removed Files - Removed - - -
    - - - -
    - - - - - - - - - - - entries - - (back to top) - - - - - - - -
      - -
    - - - - - - - - - - - - - - - - - - - - mailto: - - - - - - -
  • - - / - - - - - - - - /?rev=&content-type=text/x-cvsweb-markup - - - /?r1=&r2=&diff_format=h - - ( --> ) - - -
  • -
    - - - - - - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-antlr.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-antlr.jar deleted file mode 100644 index 4783b82..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-antlr.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-bcel.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-bcel.jar deleted file mode 100644 index 2112d95..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-bcel.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-bsf.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-bsf.jar deleted file mode 100644 index c4fd232..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-bsf.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-log4j.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-log4j.jar deleted file mode 100644 index d4295d4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-log4j.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-oro.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-oro.jar deleted file mode 100644 index d46e7e1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-oro.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-regexp.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-regexp.jar deleted file mode 100644 index d0181e0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-regexp.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-resolver.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-resolver.jar deleted file mode 100644 index 809b0b3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-resolver.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-xalan2.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-xalan2.jar deleted file mode 100644 index 15038c0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-apache-xalan2.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-commons-logging.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-commons-logging.jar deleted file mode 100644 index 1b54b73..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-commons-logging.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-commons-net.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-commons-net.jar deleted file mode 100644 index db59fa6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-commons-net.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jai.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jai.jar deleted file mode 100644 index a5c5304..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jai.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-javamail.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-javamail.jar deleted file mode 100644 index 2a823d0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-javamail.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jdepend.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jdepend.jar deleted file mode 100644 index 9498b51..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jdepend.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jmf.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jmf.jar deleted file mode 100644 index be6cffe..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jmf.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jsch.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jsch.jar deleted file mode 100644 index 7cc529d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-jsch.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-junit.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-junit.jar deleted file mode 100644 index dec8f42..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-junit.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-junit4.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-junit4.jar deleted file mode 100644 index b9e197a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-junit4.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-launcher.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-launcher.jar deleted file mode 100644 index 21e43b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-launcher.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-netrexx.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-netrexx.jar deleted file mode 100644 index 5e9139c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-netrexx.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-swing.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-swing.jar deleted file mode 100644 index 53f83de..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-swing.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-testutil.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-testutil.jar deleted file mode 100644 index 18ba691..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-testutil.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant.jar b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant.jar deleted file mode 100644 index 4f70c07..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/plugin.properties b/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/plugin.properties deleted file mode 100644 index 6652492..0000000 --- a/compling.gui.builder.pre/build/plugins/org.apache.ant_1.8.2.v20120109-1030/plugin.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Apache Ant -providerName = Eclipse Orbit diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.codec.source_1.3.0.v201101211617.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.codec.source_1.3.0.v201101211617.jar deleted file mode 100644 index c668203..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.codec.source_1.3.0.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar deleted file mode 100644 index 7f80e75..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.el_1.0.0.v201101211617.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.el_1.0.0.v201101211617.jar deleted file mode 100644 index 10212b9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.el_1.0.0.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.httpclient.source_3.1.0.v201012070820.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.httpclient.source_3.1.0.v201012070820.jar deleted file mode 100644 index 0a8b558..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.httpclient.source_3.1.0.v201012070820.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar deleted file mode 100644 index 2ccaca5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.lang_2.4.0.v201005080502.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.lang_2.4.0.v201005080502.jar deleted file mode 100644 index b9e1b4d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.lang_2.4.0.v201005080502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.logging.source_1.0.4.v201101211617.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.logging.source_1.0.4.v201101211617.jar deleted file mode 100644 index f54dbd1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.logging.source_1.0.4.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar b/compling.gui.builder.pre/build/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar deleted file mode 100644 index 5103619..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.jasper_5.5.17.v201101211617.jar b/compling.gui.builder.pre/build/plugins/org.apache.jasper_5.5.17.v201101211617.jar deleted file mode 100644 index 0f5783b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.jasper_5.5.17.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar deleted file mode 100644 index 3a2f4da..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.core_2.9.1.v201101211721.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.core_2.9.1.v201101211721.jar deleted file mode 100644 index a5cfb35..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.core_2.9.1.v201101211721.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.highlighter_2.9.1.v20100421-0704.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.highlighter_2.9.1.v20100421-0704.jar deleted file mode 100644 index a3d2af9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.highlighter_2.9.1.v20100421-0704.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.memory_2.9.1.v20100421-0704.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.memory_2.9.1.v20100421-0704.jar deleted file mode 100644 index 2d46c00..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.memory_2.9.1.v20100421-0704.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.misc_2.9.1.v20100421-0704.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.misc_2.9.1.v20100421-0704.jar deleted file mode 100644 index 46db3a6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.misc_2.9.1.v20100421-0704.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.queries_2.9.1.v20100421-0704.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.queries_2.9.1.v20100421-0704.jar deleted file mode 100644 index 9c9451f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.queries_2.9.1.v20100421-0704.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.snowball_2.9.1.v20100421-0704.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.snowball_2.9.1.v20100421-0704.jar deleted file mode 100644 index 52b6626..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.snowball_2.9.1.v20100421-0704.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene.spellchecker_2.9.1.v20100421-0704.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene.spellchecker_2.9.1.v20100421-0704.jar deleted file mode 100644 index 4618229..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene.spellchecker_2.9.1.v20100421-0704.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.lucene_2.9.1.v201101211721.jar b/compling.gui.builder.pre/build/plugins/org.apache.lucene_2.9.1.v201101211721.jar deleted file mode 100644 index 3558e7d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.lucene_2.9.1.v201101211721.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.ws.commons.util_1.0.1.v20100518-1140.jar b/compling.gui.builder.pre/build/plugins/org.apache.ws.commons.util_1.0.1.v20100518-1140.jar deleted file mode 100644 index f499793..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.ws.commons.util_1.0.1.v20100518-1140.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.xerces_2.9.0.v201101211617.jar b/compling.gui.builder.pre/build/plugins/org.apache.xerces_2.9.0.v201101211617.jar deleted file mode 100644 index 3450bc0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.xerces_2.9.0.v201101211617.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar b/compling.gui.builder.pre/build/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar deleted file mode 100644 index f5e59e4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar b/compling.gui.builder.pre/build/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar deleted file mode 100644 index 147d390..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.apache.xmlrpc_3.0.0.v20100427-1100.jar b/compling.gui.builder.pre/build/plugins/org.apache.xmlrpc_3.0.0.v20100427-1100.jar deleted file mode 100644 index 62f295b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.apache.xmlrpc_3.0.0.v20100427-1100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime.source_1.7.0.20120525172200.jar b/compling.gui.builder.pre/build/plugins/org.aspectj.runtime.source_1.7.0.20120525172200.jar deleted file mode 100644 index 7f23973..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime.source_1.7.0.20120525172200.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.6.12.20110613132200.jar b/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.6.12.20110613132200.jar deleted file mode 100644 index fc3fc5d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.6.12.20110613132200.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/META-INF/MANIFEST.MF deleted file mode 100644 index b16b07e..0000000 --- a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.aspectj.runtime -Bundle-Version: 1.7.0.20120525172200 -Bundle-ClassPath: aspectjrt.jar -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Export-Package: org.aspectj.internal.lang.annotation;version="1.6.4", - org.aspectj.internal.lang.reflect;version="1.6.4", - org.aspectj.lang;version="1.6.4", - org.aspectj.lang.annotation;version="1.6.4", - org.aspectj.lang.internal.lang;version="1.6.4", - org.aspectj.lang.reflect;version="1.6.4", - org.aspectj.runtime;version="1.6.4", - org.aspectj.runtime.internal;version="1.6.4", - org.aspectj.runtime.internal.cflowstack;version="1.6.4", - org.aspectj.runtime.reflect;version="1.6.4" diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/about.html b/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/about.html deleted file mode 100644 index 8dcc369..0000000 --- a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/about.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -About -

    About This Content

    - -

    May 30, 2007

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/aspectjrt.jar b/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/aspectjrt.jar deleted file mode 100644 index cd8ad0d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/aspectjrt.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/plugin.properties b/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/plugin.properties deleted file mode 100644 index 5dbeb43..0000000 --- a/compling.gui.builder.pre/build/plugins/org.aspectj.runtime_1.7.0.20120525172200/plugin.properties +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# Copyright (c) 2004 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Common Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/cpl-v10.html -# -# Contributors: -# Matt Chapman - initial version to separate out aspectjrt.jar from ajde -############################################################################### - -pluginName=AspectJ Runtime -providerName=Eclipse AspectJ Development Tools \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.6.12.20110613132200.jar b/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.6.12.20110613132200.jar deleted file mode 100644 index 6544381..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.6.12.20110613132200.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/META-INF/MANIFEST.MF deleted file mode 100644 index b740feb..0000000 --- a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.aspectj.weaver -Bundle-Version: 1.7.0.20120525172200 -Bundle-ClassPath: aspectjweaver.jar -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Require-Bundle: org.aspectj.runtime;bundle-version="1.5.3";visibility:=reexport -Export-Package: org.aspectj.apache.bcel;version="1.6.4", - org.aspectj.apache.bcel.classfile;version="1.6.4", - org.aspectj.apache.bcel.classfile.annotation;version="1.6.4", - org.aspectj.apache.bcel.generic;version="1.6.4", - org.aspectj.apache.bcel.util;version="1.6.4", - org.aspectj.asm;version="1.6.4", - org.aspectj.asm.internal;version="1.6.4", - org.aspectj.bridge;version="1.6.4", - org.aspectj.bridge.context;version="1.6.4", - org.aspectj.util;version="1.6.4", - org.aspectj.weaver;version="1.6.4", - org.aspectj.weaver.ast;version="1.6.4", - org.aspectj.weaver.bcel;version="1.6.4", - org.aspectj.weaver.internal.tools;version="1.6.4", - org.aspectj.weaver.loadtime;version="1.6.4", - org.aspectj.weaver.loadtime.definition;version="1.6.4", - org.aspectj.weaver.model;version="1.6.4", - org.aspectj.weaver.patterns;version="1.6.4", - org.aspectj.weaver.reflect;version="1.6.4", - org.aspectj.weaver.tools;version="1.6.4" diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/about.html b/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/about.html deleted file mode 100644 index c064b9e..0000000 --- a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/about.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - -About -

    About This Content

    - -

    May 30, 2007

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - -

    Third Party Content

    -

    The Content includes items that have been sourced from third parties as set out below. If you - did not receive this Content directly from the Eclipse Foundation, the following is provided - for informational purposes only, and you should look to the Redistributor's license for - terms and conditions of use.

    -

    - - BCEL v5.1 -

    This product contains software developed by the - Apache Software Foundation (http://www.apache.org).

    - -

    AspectJ includes a modified version of the Apache Jakarta Byte Code Engineering Library (BCEL) v5.1. - BCEL is available at http://jakarta.apache.org/bcel/. Source - code for the modified version of BCEL is available at Eclipse.org in the AspectJ source tree. This code - is made available under the Apache Software License v1.1

    - -

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/aspectjweaver.jar b/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/aspectjweaver.jar deleted file mode 100644 index e667f42..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/aspectjweaver.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/plugin.properties b/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/plugin.properties deleted file mode 100644 index 0947f1b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.aspectj.weaver_1.7.0.20120525172200/plugin.properties +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# Copyright (c) 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Common Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/cpl-v10.html -# -# Contributors: -# Helen Hawkins - initial version to separate out aspectjweaver.jar from ajde -############################################################################### - -pluginName=AspectJ Weaver -providerName=Eclipse AspectJ Development Tools \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.core.source_3.2.302.v20120110-1739.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ant.core.source_3.2.302.v20120110-1739.jar deleted file mode 100644 index c33d724..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.core.source_3.2.302.v20120110-1739.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.core_3.2.302.v20120110-1739.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ant.core_3.2.302.v20120110-1739.jar deleted file mode 100644 index 0aa696d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.core_3.2.302.v20120110-1739.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.launching_1.0.101.v20120110-1739.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ant.launching_1.0.101.v20120110-1739.jar deleted file mode 100644 index 47129b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.launching_1.0.101.v20120110-1739.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.ui_3.5.101.v20120110-1739.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ant.ui_3.5.101.v20120110-1739.jar deleted file mode 100644 index 95a3bae..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ant.ui_3.5.101.v20120110-1739.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.core.source_3.5.200.I20110208-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.compare.core.source_3.5.200.I20110208-0800.jar deleted file mode 100644 index f02f5ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.core.source_3.5.200.I20110208-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.core_3.5.200.I20110208-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.compare.core_3.5.200.I20110208-0800.jar deleted file mode 100644 index ce197ad..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.core_3.5.200.I20110208-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.source_3.5.202.R37x_v20111109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.compare.source_3.5.202.R37x_v20111109-0800.jar deleted file mode 100644 index c39fbdb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.source_3.5.202.R37x_v20111109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.win32.source_1.0.200.I20110510-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.compare.win32.source_1.0.200.I20110510-0800.jar deleted file mode 100644 index dbb1ea7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.win32.source_1.0.200.I20110510-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.win32_1.0.200.I20110510-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.compare.win32_1.0.200.I20110510-0800.jar deleted file mode 100644 index 737b0aa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.compare.win32_1.0.200.I20110510-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.compare_3.5.202.R37x_v20111109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.compare_3.5.202.R37x_v20111109-0800.jar deleted file mode 100644 index e7ac5ea..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.compare_3.5.202.R37x_v20111109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.visualiser.source_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.visualiser.source_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index 958a3ca..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.visualiser.source_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.visualiser_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.visualiser_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index f988be5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.visualiser_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.weaving.jdt.source_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.weaving.jdt.source_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index 79a37d4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.weaving.jdt.source_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.weaving.jdt_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.weaving.jdt_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index 559bbcf..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.weaving.jdt_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.core.source_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.core.source_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index add8210..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.core.source_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.core_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.core_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index 0051ceb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.core_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.ui.source_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.ui.source_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index 9e69f41..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.ui.source_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.ui_2.2.0.e37x-20120529-0900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.ui_2.2.0.e37x-20120529-0900.jar deleted file mode 100644 index 84250b6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.contribution.xref.ui_2.2.0.e37x-20120529-0900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.boot_3.1.200.v20100505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.boot_3.1.200.v20100505.jar deleted file mode 100644 index 4f0de1e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.boot_3.1.200.v20100505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.commands.source_3.6.0.I20110111-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.commands.source_3.6.0.I20110111-0800.jar deleted file mode 100644 index 2660d4f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.commands.source_3.6.0.I20110111-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.commands_3.6.0.I20110111-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.commands_3.6.0.I20110111-0800.jar deleted file mode 100644 index 8355c77..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.commands_3.6.0.I20110111-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.contenttype.source_3.4.100.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.contenttype.source_3.4.100.v20110423-0524.jar deleted file mode 100644 index 895be21..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.contenttype.source_3.4.100.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar deleted file mode 100644 index 4288805..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.beans.source_1.2.100.I20100824-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.beans.source_1.2.100.I20100824-0800.jar deleted file mode 100644 index 3297f4d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.beans.source_1.2.100.I20100824-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar deleted file mode 100644 index 21b9065..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.observable.source_1.4.0.I20110222-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.observable.source_1.4.0.I20110222-0800.jar deleted file mode 100644 index e8c3bc8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.observable.source_1.4.0.I20110222-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar deleted file mode 100644 index c792458..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.property.source_1.4.0.I20110222-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.property.source_1.4.0.I20110222-0800.jar deleted file mode 100644 index dcc921e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.property.source_1.4.0.I20110222-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar deleted file mode 100644 index c6457b9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.source_1.4.0.I20110111-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.source_1.4.0.I20110111-0800.jar deleted file mode 100644 index b094c8d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding.source_1.4.0.I20110111-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding_1.4.0.I20110111-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding_1.4.0.I20110111-0800.jar deleted file mode 100644 index 138176d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.databinding_1.4.0.I20110111-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.expressions.source_3.4.300.v20110228.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.expressions.source_3.4.300.v20110228.jar deleted file mode 100644 index 3a9aeb9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.expressions.source_3.4.300.v20110228.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.expressions_3.4.300.v20110228.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.expressions_3.4.300.v20110228.jar deleted file mode 100644 index fd4687f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.expressions_3.4.300.v20110228.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.externaltools.source_1.0.100.v20111007_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.externaltools.source_1.0.100.v20111007_r372.jar deleted file mode 100644 index c477c08..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.externaltools.source_1.0.100.v20111007_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.externaltools_1.0.100.v20111007_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.externaltools_1.0.100.v20111007_r372.jar deleted file mode 100644 index 5933ac8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.externaltools_1.0.100.v20111007_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filebuffers.source_3.5.200.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filebuffers.source_3.5.200.v20110928-1504.jar deleted file mode 100644 index fda4d94..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filebuffers.source_3.5.200.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filebuffers_3.5.200.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filebuffers_3.5.200.v20110928-1504.jar deleted file mode 100644 index 2a7fb69..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filebuffers_3.5.200.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.aix.ppc_1.1.0.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.aix.ppc_1.1.0.v20110423-0524.jar deleted file mode 100644 index e9abe37..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.aix.ppc_1.1.0.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.hpux.ia64_32_1.0.100.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.hpux.ia64_32_1.0.100.v20110423-0524.jar deleted file mode 100644 index 6b3352c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.hpux.ia64_32_1.0.100.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.linux.x86_1.4.0.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.linux.x86_1.4.0.v20110423-0524.jar deleted file mode 100644 index 58fa3a0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.linux.x86_1.4.0.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20110423-0524.jar deleted file mode 100644 index bcf722c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.macosx_1.3.0.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.macosx_1.3.0.v20110423-0524.jar deleted file mode 100644 index d06f420..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.macosx_1.3.0.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.solaris.sparc_1.2.0.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.solaris.sparc_1.2.0.v20110423-0524.jar deleted file mode 100644 index 1957219..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.solaris.sparc_1.2.0.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.source_1.3.100.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.source_1.3.100.v20110423-0524.jar deleted file mode 100644 index 44159f0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.source_1.3.100.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.win32.x86_1.1.300.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.win32.x86_1.1.300.v20110423-0524.jar deleted file mode 100644 index 7a09da1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.win32.x86_1.1.300.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.win32.x86_64_1.1.300.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.win32.x86_64_1.1.300.v20110423-0524.jar deleted file mode 100644 index a6f81ca..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem.win32.x86_64_1.1.300.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar deleted file mode 100644 index 20b1a61..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.jobs.source_3.5.101.v20120113-1953.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.jobs.source_3.5.101.v20120113-1953.jar deleted file mode 100644 index 28ebacf..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.jobs.source_3.5.101.v20120113-1953.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.jobs_3.5.101.v20120113-1953.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.jobs_3.5.101.v20120113-1953.jar deleted file mode 100644 index acd096f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.jobs_3.5.101.v20120113-1953.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.linux.x86_1.1.200.I20110419-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.linux.x86_1.1.200.I20110419-0800.jar deleted file mode 100644 index b3f6310..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.linux.x86_1.1.200.I20110419-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.linux.x86_64_1.1.0.I20110331-0827.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.linux.x86_64_1.1.0.I20110331-0827.jar deleted file mode 100644 index fa58d1f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.linux.x86_64_1.1.0.I20110331-0827.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.source_1.2.100.I20110511-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.source_1.2.100.I20110511-0800.jar deleted file mode 100644 index e5b3fc9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.source_1.2.100.I20110511-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.win32.x86_1.0.100.I20110331-0827.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.win32.x86_1.0.100.I20110331-0827.jar deleted file mode 100644 index ea10066..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.win32.x86_1.0.100.I20110331-0827.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.win32.x86_64_1.0.100.I20110331-0827.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.win32.x86_64_1.0.100.I20110331-0827.jar deleted file mode 100644 index c15066b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net.win32.x86_64_1.0.100.I20110331-0827.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net_1.2.100.I20110511-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.net_1.2.100.I20110511-0800.jar deleted file mode 100644 index 1f1bae9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.net_1.2.100.I20110511-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources.source_3.7.101.v20120125-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources.source_3.7.101.v20120125-1505.jar deleted file mode 100644 index 6c0892b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources.source_3.7.101.v20120125-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources.win32.x86_3.5.100.v20110423-0524.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources.win32.x86_3.5.100.v20110423-0524.jar deleted file mode 100644 index e4c4e31..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources.win32.x86_3.5.100.v20110423-0524.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources_3.7.101.v20120125-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources_3.7.101.v20120125-1505.jar deleted file mode 100644 index b5b7dfc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.resources_3.7.101.v20120125-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.auth.source_3.2.200.v20110110.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.auth.source_3.2.200.v20110110.jar deleted file mode 100644 index 146da4f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.auth.source_3.2.200.v20110110.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar deleted file mode 100644 index fc0b429..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry.source_3.5.0.v20110505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry.source_3.5.0.v20110505.jar deleted file mode 100644 index f9fec0e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry.source_3.5.0.v20110505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/.api_description b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/.api_description deleted file mode 100644 index ea635a6..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/.api_description +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index ce35c5a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index 37cf755..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 8j73VQFpDcImFGVdek4ISxgKU2o= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: ZqRAQt/ES/q7mtECDZ4X1UClFak= - -Name: fragment.properties -SHA1-Digest: Gi/SEQV8Vl9A/8928AtuhnVkrKQ= - -Name: runtime_registry_compatibility.jar -SHA1-Digest: LjJRQ/TAnrmeEUWm6UwchxLNyzQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: .api_description -SHA1-Digest: UEXOqZ+bjPZdmRiVqyPqnNCr5Ok= - -Name: about.html -SHA1-Digest: M+fykt9heyWoEv1LNiIEeBhi/2Q= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index e43d2bf..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,30 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ClassPath: runtime_registry_compatibility.jar -Eclipse-PatchFragment: true -Bundle-Vendor: %providerName -Bundle-Localization: fragment -Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3 -Fragment-Host: org.eclipse.equinox.registry;bundle-version="[3.5.0,3.6 - .0)" -Bundle-Name: %fragmentName -Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/ecl - ipse:org.eclipse.core.runtime.compatibility.registry;tag=v20110505 -Bundle-Version: 3.5.0.v20110505 -Bundle-ManifestVersion: 2 - -Name: fragment.properties -SHA1-Digest: 4yjHkU5Z/6ej6ZFYT+PE9sMOJPY= - -Name: runtime_registry_compatibility.jar -SHA1-Digest: iDpplSxbXdEM9G9yfLFa9p4/TkU= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: .api_description -SHA1-Digest: 1cOTZ5GPuTpnYByLfrq8ETvuMms= - -Name: about.html -SHA1-Digest: ejOZra0kypGLQQ2bJtGTX+LI8tU= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/about.html deleted file mode 100644 index 4602330..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 2, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/fragment.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/fragment.properties deleted file mode 100644 index e60dbf5..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/fragment.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -providerName=Eclipse.org -fragmentName=Eclipse Registry Compatibility Fragment diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/runtime_registry_compatibility.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/runtime_registry_compatibility.jar deleted file mode 100644 index e112b4f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/runtime_registry_compatibility.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.source_3.2.100.v20100505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.source_3.2.100.v20100505.jar deleted file mode 100644 index 1e83d4a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility.source_3.2.100.v20100505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar deleted file mode 100644 index eb7ee5c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.source_3.7.0.v20110110.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.source_3.7.0.v20110110.jar deleted file mode 100644 index ae22702..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime.source_3.7.0.v20110110.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime_3.7.0.v20110110.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime_3.7.0.v20110110.jar deleted file mode 100644 index 0f4a831..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.runtime_3.7.0.v20110110.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.variables.source_3.2.500.v20110928-1503.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.variables.source_3.2.500.v20110928-1503.jar deleted file mode 100644 index 1dcad38..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.variables.source_3.2.500.v20110928-1503.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.core.variables_3.2.500.v20110928-1503.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.core.variables_3.2.500.v20110928-1503.jar deleted file mode 100644 index f3a1a54..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.core.variables_3.2.500.v20110928-1503.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.cvs_1.1.100.v201202080800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.cvs_1.1.100.v201202080800.jar deleted file mode 100644 index 8b393cc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.cvs_1.1.100.v201202080800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.core.source_3.7.1.v20111129-2031.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.debug.core.source_3.7.1.v20111129-2031.jar deleted file mode 100644 index e28e907..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.core.source_3.7.1.v20111129-2031.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.core_3.7.1.v20111129-2031.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.debug.core_3.7.1.v20111129-2031.jar deleted file mode 100644 index 11f998a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.core_3.7.1.v20111129-2031.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.ui.source_3.7.102.v20111129-1423_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.debug.ui.source_3.7.102.v20111129-1423_r372.jar deleted file mode 100644 index 7d50f21..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.ui.source_3.7.102.v20111129-1423_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.ui_3.7.102.v20111129-1423_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.debug.ui_3.7.102.v20111129-1423_r372.jar deleted file mode 100644 index 36f1f50..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.debug.ui_3.7.102.v20111129-1423_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.draw2d_3.7.2.v20111017-2020.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.draw2d_3.7.2.v20111017-2020.jar deleted file mode 100644 index 0cd9ea5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.draw2d_3.7.2.v20111017-2020.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.filetransfer.source_5.0.0.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.filetransfer.source_5.0.0.v20110531-2218.jar deleted file mode 100644 index a74e5a8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.filetransfer.source_5.0.0.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar deleted file mode 100644 index e1f0675..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.identity.source_3.1.100.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.identity.source_3.1.100.v20110531-2218.jar deleted file mode 100644 index a7f16de..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.identity.source_3.1.100.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar deleted file mode 100644 index 374a549..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.source_3.2.0.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.source_3.2.0.v20110531-2218.jar deleted file mode 100644 index c2b11b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.source_3.2.0.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20110531-2218.jar deleted file mode 100644 index 797a36c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20110531-2218.jar deleted file mode 100644 index 406b5e7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar deleted file mode 100644 index 3fdb81d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.source_3.1.300.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.source_3.1.300.v20110531-2218.jar deleted file mode 100644 index 0147585..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.source_3.1.300.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.ssl.source_1.0.100.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.ssl.source_1.0.100.v20110531-2218.jar deleted file mode 100644 index e537f3b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.ssl.source_1.0.100.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.ssl_1.0.100.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.ssl_1.0.100.v20110531-2218.jar deleted file mode 100644 index 357c011..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf.ssl_1.0.100.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf_3.1.300.v20110531-2218.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ecf_3.1.300.v20110531-2218.jar deleted file mode 100644 index ab8900c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ecf_3.1.300.v20110531-2218.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.common.ui_2.7.0.v20120130-0943.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.common.ui_2.7.0.v20120130-0943.jar deleted file mode 100644 index c949f21..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.common.ui_2.7.0.v20120130-0943.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.common_2.7.0.v20120127-1122.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.common_2.7.0.v20120127-1122.jar deleted file mode 100644 index 4446a38..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.common_2.7.0.v20120127-1122.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.change_2.7.1.v20120127-1122.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.change_2.7.1.v20120127-1122.jar deleted file mode 100644 index e5ee480..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.change_2.7.1.v20120127-1122.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.edit_2.7.1.v20120130-0943.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.edit_2.7.1.v20120130-0943.jar deleted file mode 100644 index e8be3c7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.edit_2.7.1.v20120130-0943.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.xmi_2.7.0.v20120127-1122.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.xmi_2.7.0.v20120127-1122.jar deleted file mode 100644 index 529ec50..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore.xmi_2.7.0.v20120127-1122.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore_2.7.0.v20120127-1122.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore_2.7.0.v20120127-1122.jar deleted file mode 100644 index af81b25..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.ecore_2.7.0.v20120127-1122.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.edit.ui_2.7.0.v20120130-0943.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.edit.ui_2.7.0.v20120130-0943.jar deleted file mode 100644 index 9504468..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.edit.ui_2.7.0.v20120130-0943.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.edit_2.7.2.v20120130-0943.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.emf.edit_2.7.2.v20120130-0943.jar deleted file mode 100644 index 88c1117..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.emf.edit_2.7.2.v20120130-0943.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.app.source_1.3.100.v20110321.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.app.source_1.3.100.v20110321.jar deleted file mode 100644 index 105072f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.app.source_1.3.100.v20110321.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.app_1.3.100.v20110321.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.app_1.3.100.v20110321.jar deleted file mode 100644 index d8b5f75..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.app_1.3.100.v20110321.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.common.source_3.6.0.v20110523.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.common.source_3.6.0.v20110523.jar deleted file mode 100644 index 97455f3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.common.source_3.6.0.v20110523.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.common_3.6.0.v20110523.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.common_3.6.0.v20110523.jar deleted file mode 100644 index 9fb167c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.common_3.6.0.v20110523.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.concurrent_1.0.200.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.concurrent_1.0.200.v20110502.jar deleted file mode 100644 index 0be53fa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.concurrent_1.0.200.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.ds.source_1.3.1.R37x_v20110701.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.ds.source_1.3.1.R37x_v20110701.jar deleted file mode 100644 index 5e1e891..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.ds.source_1.3.1.R37x_v20110701.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.ds_1.3.1.R37x_v20110701.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.ds_1.3.1.R37x_v20110701.jar deleted file mode 100644 index 59db60d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.ds_1.3.1.R37x_v20110701.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.event.source_1.2.100.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.event.source_1.2.100.v20110502.jar deleted file mode 100644 index 127ba0f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.event.source_1.2.100.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.event_1.2.100.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.event_1.2.100.v20110502.jar deleted file mode 100644 index ae8d741..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.event_1.2.100.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.0.300.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.0.300.v20110815-1438.jar deleted file mode 100644 index f8fe8a3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.0.300.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.300.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.300.v20110815-1438.jar deleted file mode 100644 index c4a0856..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.300.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.source_2.0.0.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.source_2.0.0.v20110815-1438.jar deleted file mode 100644 index d9e1575..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin.source_2.0.0.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin_2.0.0.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin_2.0.0.v20110815-1438.jar deleted file mode 100644 index 35a964b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.frameworkadmin_2.0.0.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.jetty_2.0.100.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.jetty_2.0.100.v20110502.jar deleted file mode 100644 index e5f4960..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.jetty_2.0.100.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.registry_1.1.100.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.registry_1.1.100.v20110502.jar deleted file mode 100644 index d8ba91a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.registry_1.1.100.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.servlet_1.1.200.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.servlet_1.1.200.v20110502.jar deleted file mode 100644 index f4dbac5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.http.servlet_1.1.200.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.200.v20100503.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.200.v20100503.jar deleted file mode 100644 index 8728e51..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.200.v20100503.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.jsp.jasper_1.0.300.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.jsp.jasper_1.0.300.v20110502.jar deleted file mode 100644 index ae3f035..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.jsp.jasper_1.0.300.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.RSA deleted file mode 100644 index d5d72fa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.SF deleted file mode 100644 index 36d1733..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: eOfpH0anvB2Und8banDvMUWhRnI= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: FOlkMbF/UqKGSnVeZofIenqKn/E= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1406.so -SHA1-Digest: jaMdwFz60OxVZvjA1LJt9ipMspE= - -Name: launcher.carbon.macosx.properties -SHA1-Digest: 39zjcyWc1AcTH/0s6T1MWWDGY5M= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/MANIFEST.MF deleted file mode 100644 index b96c7ed..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.a - rch=x86)(osgi.arch=ppc)) ) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.carbon.macosx -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.carbon.macosx;single - ton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.carbon.macosx;tag=v20110502 -Bundle-Version: 1.1.100.v20110502 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: launcher.carbon.macosx.properties -SHA1-Digest: OcH2hjHwhpGpvIqb+5SRogLiYJc= - -Name: eclipse_1406.so -SHA1-Digest: 0dAyFpBjF9y7R/SLP47IRSfSSyM= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/eclipse_1406.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/eclipse_1406.so deleted file mode 100644 index c85dc3c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/eclipse_1406.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/launcher.carbon.macosx.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/launcher.carbon.macosx.properties deleted file mode 100644 index f158577..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/launcher.carbon.macosx.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher MacOSX Carbon Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 8cbbf79..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.SF deleted file mode 100644 index af5995b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: HVGi6ddLJIWe5/WpVPDpcu6fA70= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: s7GSHXptbr6I2QliQac9vSbVraA= - -Name: launcher.cocoa.macosx.x86_64.properties -SHA1-Digest: U2EvHou/tNFTe+26vwJllYc7LCM= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1406.so -SHA1-Digest: eaykTX22FKzDJ8ctEWVJmc5nAuk= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/MANIFEST.MF deleted file mode 100644 index 4d902e6..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/MANIFEST.MF +++ /dev/null @@ -1,30 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch - =x86_64) ) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.cocoa.macosx.x86_64 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx.x86_64; - singleton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.cocoa.macosx.x86_64;tag=v2011050 - 2 -Bundle-Version: 1.1.100.v20110502 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: launcher.cocoa.macosx.x86_64.properties -SHA1-Digest: oKHma8pB0BwLF+nOBw2U7lFOo1U= - -Name: eclipse_1406.so -SHA1-Digest: mpwtDyhNW+S/+WXDuvpF/v7AWO4= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/eclipse_1406.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/eclipse_1406.so deleted file mode 100644 index fd9e562..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/eclipse_1406.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/launcher.cocoa.macosx.x86_64.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/launcher.cocoa.macosx.x86_64.properties deleted file mode 100644 index eea3f37..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502/launcher.cocoa.macosx.x86_64.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher MacOSX Cocoa Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 1bf55eb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.SF deleted file mode 100644 index 9dd24c4..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: AOChlwXV+dCIc61zygeceVyvruA= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: WsKYICMxOvsbk0D+ejz3htnkEiQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1406.so -SHA1-Digest: FT8a1TOkaxZ+44xYeeBjUUipZ5U= - -Name: launcher.cocoa.macosx.properties -SHA1-Digest: s0h65jecH8vT/6fNvLunn0tbv4I= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/MANIFEST.MF deleted file mode 100644 index aa78b16..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (|(osgi.ar - ch=x86)(osgi.arch=ppc)) ) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.cocoa.macosx -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx;singlet - on:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.cocoa.macosx;tag=v20110502 -Bundle-Version: 1.1.100.v20110502 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: launcher.cocoa.macosx.properties -SHA1-Digest: oKHma8pB0BwLF+nOBw2U7lFOo1U= - -Name: eclipse_1406.so -SHA1-Digest: xEVNdmz8nuFaU8/7RrIULqHRFcU= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/eclipse_1406.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/eclipse_1406.so deleted file mode 100644 index c9ca00d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/eclipse_1406.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/launcher.cocoa.macosx.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/launcher.cocoa.macosx.properties deleted file mode 100644 index eea3f37..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.100.v20110502/launcher.cocoa.macosx.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher MacOSX Cocoa Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/ECLIPSEF.RSA deleted file mode 100644 index a831263..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/ECLIPSEF.SF deleted file mode 100644 index 66eb252..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: hNOleeUq0Tiv56hp+CNMiSwX4vg= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: WtNbPmP+xsQ4Cl5qYc+1am/UBrs= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: SkBO1nDfO28z7GpwnpIbir2mgDA= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - -Name: launcher.gtk.aix.ppc64.properties -SHA1-Digest: o7e+URGWM3XQond3W5zrFFA/wr4= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/MANIFEST.MF deleted file mode 100644 index 09eca43..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/MANIFEST.MF +++ /dev/null @@ -1,27 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=aix) (osgi.arch=ppc6 - 4)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.aix.ppc64 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.aix.ppc64 -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.gtk.aix.ppc64;tag=v20110530 -Bundle-Version: 1.1.0.v20110530 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1407.so -SHA1-Digest: e21OpymD2mLcu+d1eAlX9LeYH38= - -Name: launcher.gtk.aix.ppc64.properties -SHA1-Digest: 86KUvEXxOzETJa4JDggSxwPdUUc= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/eclipse_1407.so deleted file mode 100644 index 0ecaa5a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/launcher.gtk.aix.ppc64.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/launcher.gtk.aix.ppc64.properties deleted file mode 100644 index 425bb64..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.0.v20110530/launcher.gtk.aix.ppc64.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher GTK AIX PPC64 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/ECLIPSEF.RSA deleted file mode 100644 index feaec70..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/ECLIPSEF.SF deleted file mode 100644 index 42581ba..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: iMalhca/FlqC9CEVYrryUpdavOw= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: Oiffial2URbEvw/PcE8dtqzcqNI= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: nYUXoultxMXT1izpqt7GZTrpMF0= - -Name: launcher.gtk.aix.ppc.properties -SHA1-Digest: l73WSgtqGyjcSHgDpGXwghjVgzc= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/MANIFEST.MF deleted file mode 100644 index e1a63e2..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/MANIFEST.MF +++ /dev/null @@ -1,27 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=aix) (osgi.arch=ppc) - ) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.aix.ppc -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.aix.ppc -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.gtk.aix.ppc;tag=v20110530 -Bundle-Version: 1.1.0.v20110530 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1407.so -SHA1-Digest: N313558Vrgd7+gKJhebo6k4I0h0= - -Name: launcher.gtk.aix.ppc.properties -SHA1-Digest: kM/U3pkXMgzywU/cID5606Xh/IA= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/eclipse_1407.so deleted file mode 100644 index 872a521..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/launcher.gtk.aix.ppc.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/launcher.gtk.aix.ppc.properties deleted file mode 100644 index 2dcd7a3..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.0.v20110530/launcher.gtk.aix.ppc.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher GTK AIX PPC Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/ECLIPSEF.RSA deleted file mode 100644 index ceacd6c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/ECLIPSEF.SF deleted file mode 100644 index 15ca52b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: rA8F2R0hk4vdPFhI21JQTRCZnkw= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: F3VtOuWa7GKQ/iJW1pTiohCFf7o= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1406.so -SHA1-Digest: GkesW1S5nfcnyQGxk1nNFWoL+g8= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - -Name: launcher.gtk.hpux.ia64_32.properties -SHA1-Digest: n/WZ6jB9ZbQWf4ic83Fcqbxi0Ag= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/MANIFEST.MF deleted file mode 100644 index 7cb4d6c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/MANIFEST.MF +++ /dev/null @@ -1,27 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=hpux) (osgi.arch=ia6 - 4_32)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.hpux.ia64_32 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.hpux.ia64_32 -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.gtk.hpux.ia64_32;tag=v20110502 -Bundle-Version: 1.0.0.v20110502 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1406.so -SHA1-Digest: OGyy2mZXxbiLCJ13NWnYT1+2WGA= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - -Name: launcher.gtk.hpux.ia64_32.properties -SHA1-Digest: NhZYmk0iZlI/HMjh0bhtDjZ0rNQ= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/eclipse_1406.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/eclipse_1406.so deleted file mode 100644 index ebf16f3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/eclipse_1406.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/launcher.gtk.hpux.ia64_32.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/launcher.gtk.hpux.ia64_32.properties deleted file mode 100644 index ae7515a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.hpux.ia64_32_1.0.0.v20110502/launcher.gtk.hpux.ia64_32.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher GTK HPUX IA64_32 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index c401055..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index 5771526..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: cXj9FlJzCJPpzfL+EJM3mdnQDLo= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: AaEGQa5lpq0+LoNahSSmR59C/Uk= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: AvEGGhgC2jbvhek6wFfNN3Z0/m0= - -Name: launcher.gtk.linux.ppc64.properties -SHA1-Digest: PUgNQzlTIf6bmzunMLnYhujfExA= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index 512cc23..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=pp - c64)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.linux.ppc64 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.ppc64;sing - leton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.gtk.linux.ppc64;tag=v20110505 -Bundle-Version: 1.0.100.v20110505 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: launcher.gtk.linux.ppc64.properties -SHA1-Digest: Bmp3XgQvfDTs4UjtB3fTTFlIrn0= - -Name: eclipse_1407.so -SHA1-Digest: x5qHgn4fUPOgoubvzPrfvMt3xKw= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/eclipse_1407.so deleted file mode 100644 index 51aeedf..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/launcher.gtk.linux.ppc64.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/launcher.gtk.linux.ppc64.properties deleted file mode 100644 index 6240308..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505/launcher.gtk.linux.ppc64.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Linux PPC64 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 9d9f037..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index 1575a6b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: riENmbaNTPKXa3ffRljy6GTINyg= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 68Kt/4D1JBRo7x2o7nHqxnGHbY4= - -Name: launcher.gtk.linux.s390.properties -SHA1-Digest: m2SDWPpvUY7ezcd0qRKPvj99fgM= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: ZF2XDDdjMbU+10gQkduhRAqTX0E= - -Name: about.html -SHA1-Digest: 2qoLi08hXqaqRFVXhhrJoHc9bbg= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index b8640a8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s3 - 90)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.linux.s390 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.s390;singl - eton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/co - ntributed/org.eclipse.equinox.launcher.gtk.linux.s390;tag=v20110505 -Bundle-Version: 1.1.100.v20110505 -Bundle-ManifestVersion: 2 - -Name: launcher.gtk.linux.s390.properties -SHA1-Digest: xaHNhZfF0M474k6N/SBWX/DY9MM= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1407.so -SHA1-Digest: U0Dg9y7izyDORoVYf0oBHpHskAU= - -Name: about.html -SHA1-Digest: +10GbQayJYlMl3AbClvrqVz4gCk= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/about.html deleted file mode 100644 index 985239a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/eclipse_1407.so deleted file mode 100644 index 725e3ba..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/launcher.gtk.linux.s390.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/launcher.gtk.linux.s390.properties deleted file mode 100644 index 92b1db4..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505/launcher.gtk.linux.s390.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Linux s390 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 4551901..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index 9679372..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: lq3w1Ua6ozqjFlCF/x8zSDmiHsE= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: yZ9fu4cfBFCwoipPy+NEW0QWSnw= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: iZ4DqtxPWwDwfSajqw43heiOaGk= - -Name: launcher.gtk.linux.s390x.properties -SHA1-Digest: wQRjoaVKNurhFsTrt4kicWt5IQk= - -Name: about.html -SHA1-Digest: 2qoLi08hXqaqRFVXhhrJoHc9bbg= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index e6253a9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,28 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s3 - 90x)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.linux.s390x -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.s390x;sing - leton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/co - ntributed/org.eclipse.equinox.launcher.gtk.linux.s390x;tag=v20110505 -Bundle-Version: 1.1.100.v20110505 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: launcher.gtk.linux.s390x.properties -SHA1-Digest: whNFhUnU8mZLm9koM7ijfbW8qCg= - -Name: eclipse_1407.so -SHA1-Digest: 2JgLreeesS+5WAHi2bYsQrHOR3g= - -Name: about.html -SHA1-Digest: +10GbQayJYlMl3AbClvrqVz4gCk= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/about.html deleted file mode 100644 index 985239a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/eclipse_1407.so deleted file mode 100644 index b069cdd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/launcher.gtk.linux.s390x.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/launcher.gtk.linux.s390x.properties deleted file mode 100644 index fcb4371..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505/launcher.gtk.linux.s390x.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Linux s390x Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index c0bb57e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index 612bae9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: I8NNHz0VRBBccTp7kbsxqBatIFc= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: G/QFPx6ym1oISHZohiGSrtbEfd8= - -Name: launcher.gtk.linux.x86.properties -SHA1-Digest: 5BtD/vNtIvuyWlysuv6gC3ob3mk= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: jCulOpDYNiqBrFV3bMe2rs5oZwI= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index be6b7f6..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x8 - 6)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.linux.x86 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86;single - ton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.gtk.linux.x86;tag=v20110505 -Bundle-Version: 1.1.100.v20110505 -Bundle-ManifestVersion: 2 - -Name: launcher.gtk.linux.x86.properties -SHA1-Digest: ZZ3wfzRZQMXrro06Qu1LmyJvyU8= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1407.so -SHA1-Digest: IMEIHtR+HyxVK0REEyjdStYM78o= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so deleted file mode 100644 index d4db678..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/launcher.gtk.linux.x86.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/launcher.gtk.linux.x86.properties deleted file mode 100644 index 122990b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/launcher.gtk.linux.x86.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Linux X86 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 274b3e5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index 35ea4e0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: sr+dDNuMkySeOJRwiG7XL5tD1u4= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: M3z818JTo6Z0UQqFcebpFpwddKA= - -Name: launcher.gtk.linux.x86_64.properties -SHA1-Digest: q+PkqUwzPiV78FKnqpp1D3EP3LA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: /lc5OyGVFrxOPOi259LgH2quG3I= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index e45a781..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x8 - 6_64)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.linux.x86_64 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64;sin - gleton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.gtk.linux.x86_64;tag=v20110505 -Bundle-Version: 1.1.100.v20110505 -Bundle-ManifestVersion: 2 - -Name: launcher.gtk.linux.x86_64.properties -SHA1-Digest: F3xLFi7jsuw2uIczSxG47RIa+IQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1407.so -SHA1-Digest: 8TsAvzyd2guwxIrVjvDCAMEesuE= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so deleted file mode 100644 index a10aabb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/launcher.gtk.linux.x86_64.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/launcher.gtk.linux.x86_64.properties deleted file mode 100644 index 9b101ff..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/launcher.gtk.linux.x86_64.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Linux X86_64 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 24472ed..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index 5ac580c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 0hoLpz4Rn6UZg9EFl/Nb6AUCnaE= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: Mz8USD4klBWAYkBN+M3tei1PARI= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: sXVf3diVvlQvBj9dyvkdfjG334Q= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - -Name: launcher.gtk.solaris.sparc.properties -SHA1-Digest: rSGSpgK4BoqVhryGiW6Uv12CJA8= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index 180af48..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch= - sparc)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.solaris.sparc -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.sparc;si - ngleton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.gtk.solaris.sparc;tag=v20110505 -Bundle-Version: 1.1.100.v20110505 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1407.so -SHA1-Digest: gVXaSrYkZ7QDDXlAvLVq741ZXx8= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - -Name: launcher.gtk.solaris.sparc.properties -SHA1-Digest: 9wqPa0bgkIQlYz1QlW8atUmbhno= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/eclipse_1407.so deleted file mode 100644 index 245cb6a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/launcher.gtk.solaris.sparc.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/launcher.gtk.solaris.sparc.properties deleted file mode 100644 index 17f4d5d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.100.v20110505/launcher.gtk.solaris.sparc.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Sparc Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 5253dbb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/ECLIPSEF.SF deleted file mode 100644 index e330c46..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: FpIKZvJ7gSPfo87g+4eRq622/2I= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: o03+rJYrkW7K+u+px0Ft90nudyI= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1407.so -SHA1-Digest: yK8il+E4/GK32MFJp+yZQktLirA= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - -Name: launcher.gtk.solaris.x86.properties -SHA1-Digest: Drno2HwkhGCc67gdjJXgB9A5YXc= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/MANIFEST.MF deleted file mode 100644 index cde55da..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch= - x86)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.gtk.solaris.x86 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;sing - leton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/co - ntributed/org.eclipse.equinox.launcher.gtk.solaris.x86;tag=v20110505 -Bundle-Version: 1.1.100.v20110505 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1407.so -SHA1-Digest: lUCTBtysjw+X4MWhdG0rpnBv95M= - -Name: launcher.gtk.solaris.x86.properties -SHA1-Digest: Za1kdbFBcIlT016aTQhCwwwI138= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/eclipse_1407.so b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/eclipse_1407.so deleted file mode 100644 index 4046a48..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/eclipse_1407.so and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/launcher.gtk.solaris.x86.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/launcher.gtk.solaris.x86.properties deleted file mode 100644 index d5d3b33..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.1.100.v20110505/launcher.gtk.solaris.x86.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Solaris X86 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.source_1.2.0.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.source_1.2.0.v20110502.jar deleted file mode 100644 index b64eb78..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.source_1.2.0.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 87190a2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/ECLIPSEF.SF deleted file mode 100644 index a50d6fa..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: BDZWRijD+CB1YmeJ3Bo0wM3D92U= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: hzhJdkcFT0dJuNeLFxT12jZSgsA= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: eclipse_1406.dll -SHA1-Digest: MoK0x5BY5cPoGZZOy5noIgvjs88= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - -Name: launcher.win32.win32.x86.properties -SHA1-Digest: ea7jtIFk2D6euUxmC23xH/XKB1U= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/MANIFEST.MF deleted file mode 100644 index 9c12386..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch= - x86)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.win32.win32.x86 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86; sin - gleton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.win32.win32.x86;tag=v20110502 -Bundle-Version: 1.1.100.v20110502 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: eclipse_1406.dll -SHA1-Digest: f15Pl/Vqgy/H67b2L6KFCh7u8YY= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - -Name: launcher.win32.win32.x86.properties -SHA1-Digest: YNXsIbwMELAiSpEIkaURfbAwQF0= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/eclipse_1406.dll b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/eclipse_1406.dll deleted file mode 100644 index 092d868..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/eclipse_1406.dll and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/launcher.win32.win32.x86.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/launcher.win32.win32.x86.properties deleted file mode 100644 index b58bc5c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502/launcher.win32.win32.x86.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Win32 X86 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 6b708c2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.SF deleted file mode 100644 index 944cb0d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,17 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: dLAQCcrFz2vpfNVZGEpN/AvqvTg= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: XHU4yjPYkWMAD87htea84lIcvSw= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: launcher.win32.win32.x86_64.properties -SHA1-Digest: 2922B5UfzZTg1BNFv/dyez9I0d4= - -Name: eclipse_1406.dll -SHA1-Digest: /YFX7fegMk7jICJWCHl7tOMqTjA= - -Name: about.html -SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/MANIFEST.MF deleted file mode 100644 index 257c73a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch= - x86_64)) -Bundle-Vendor: %providerName -Bundle-Localization: launcher.win32.win32.x86_64 -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3 - .0)" -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86_64;s - ingleton:=true -Eclipse-BundleShape: dir -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt: - org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fr - agments/org.eclipse.equinox.launcher.win32.win32.x86_64;tag=v20110502 -Bundle-Version: 1.1.100.v20110502 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: launcher.win32.win32.x86_64.properties -SHA1-Digest: FXCj0hmlTsDcRpLG02SQY7cI27M= - -Name: eclipse_1406.dll -SHA1-Digest: wCEEEpZQS+/WUGRJ7tkTUdejs4k= - -Name: about.html -SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/about.html deleted file mode 100644 index 395df3b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 5, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/eclipse_1406.dll b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/eclipse_1406.dll deleted file mode 100644 index f1a626d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/eclipse_1406.dll and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/launcher.win32.win32.x86_64.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/launcher.win32.win32.x86_64.properties deleted file mode 100644 index 6bb1696..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502/launcher.win32.win32.x86_64.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Equinox Launcher Win32 X86_64 Fragment -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar deleted file mode 100644 index 6a007ed..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.1.101.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.1.101.v20110815-1419.jar deleted file mode 100644 index 27b5d6f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.1.101.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.101.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.101.v20110815-1419.jar deleted file mode 100644 index 5cfe22c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.101.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.console.source_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.console.source_1.0.300.v20110815-1419.jar deleted file mode 100644 index 218195b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.console.source_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.console_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.console_1.0.300.v20110815-1419.jar deleted file mode 100644 index 9f445ff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.console_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.core.source_2.1.1.v20120113-1346.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.core.source_2.1.1.v20120113-1346.jar deleted file mode 100644 index abafad0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.core.source_2.1.1.v20120113-1346.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.core_2.1.1.v20120113-1346.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.core_2.1.1.v20120113-1346.jar deleted file mode 100644 index 1a33600..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.core_2.1.1.v20120113-1346.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.app.source_1.0.300.v20111126-0153.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.app.source_1.0.300.v20111126-0153.jar deleted file mode 100644 index d17c27d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.app.source_1.0.300.v20111126-0153.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0153.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0153.jar deleted file mode 100644 index fb4a77e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0153.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.source_2.1.1.v20111126-0211.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.source_2.1.1.v20111126-0211.jar deleted file mode 100644 index bdda9ea..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director.source_2.1.1.v20111126-0211.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director_2.1.1.v20111126-0211.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director_2.1.1.v20111126-0211.jar deleted file mode 100644 index cd9e3d3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.director_2.1.1.v20111126-0211.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.0.300.v20110815-1419.jar deleted file mode 100644 index 680a180..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110815-1419.jar deleted file mode 100644 index 39d1ee2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.0.1.v20110502-1955.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.0.1.v20110502-1955.jar deleted file mode 100644 index ca342f1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.0.1.v20110502-1955.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.discovery_1.0.100.v20110502-1955.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.discovery_1.0.100.v20110502-1955.jar deleted file mode 100644 index 0ce9097..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.discovery_1.0.100.v20110502-1955.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.engine.source_2.1.1.R37x_v20111003.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.engine.source_2.1.1.R37x_v20111003.jar deleted file mode 100644 index a8bb4c6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.engine.source_2.1.1.R37x_v20111003.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.engine_2.1.1.R37x_v20111003.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.engine_2.1.1.R37x_v20111003.jar deleted file mode 100644 index 7478a08..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.engine_2.1.1.R37x_v20111003.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.2.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.2.100.v20110815-1419.jar deleted file mode 100644 index 6cd9aaf..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.2.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110815-1419.jar deleted file mode 100644 index 7bbfb82..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.0.200.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.0.200.v20110815-1419.jar deleted file mode 100644 index c6b6079..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.0.200.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110815-1419.jar deleted file mode 100644 index 30064a5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.0.200.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.0.200.v20110815-1438.jar deleted file mode 100644 index 643e4f5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.0.200.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar deleted file mode 100644 index 4cfd844..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.2.0.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.2.0.v20110815-1419.jar deleted file mode 100644 index f2bba92..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.2.0.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110815-1419.jar deleted file mode 100644 index e1b6ff4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.source_2.1.0.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.source_2.1.0.v20110815-1419.jar deleted file mode 100644 index 7fff8fe..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata.source_2.1.0.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20110815-1419.jar deleted file mode 100644 index 7d1663e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.operations.source_2.1.1.R37x_v20111111.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.operations.source_2.1.1.R37x_v20111111.jar deleted file mode 100644 index 0cb33ea..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.operations.source_2.1.1.R37x_v20111111.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.operations_2.1.1.R37x_v20111111.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.operations_2.1.1.R37x_v20111111.jar deleted file mode 100644 index ed3f1ea..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.operations_2.1.1.R37x_v20111111.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.0.0.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.0.0.v20110815-1438.jar deleted file mode 100644 index e3e3443..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.0.0.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 101ea04..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/ECLIPSEF.SF deleted file mode 100644 index 18bea0d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,23 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: g94L9GJxGBbQj4wCsoPFIWvv4bs= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: o7LVYozufQpoxpBPQaEiI+2bygw= - -Name: pdepublishing.jar -SHA1-Digest: sG3LNz9LNZt9WCbpq4Bq1Xj6DXE= - -Name: ant_tasks/pdepublishing-ant.jar -SHA1-Digest: 0ZuSuRtzfxsp/JY9qt9H+GMX7eM= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: plugin.xml -SHA1-Digest: NisAsSNn/jJwun0rKZ4vN6PiNqk= - -Name: about.html -SHA1-Digest: M+fykt9heyWoEv1LNiIEeBhi/2Q= - -Name: plugin.properties -SHA1-Digest: RUKX3stJx2bV19Q8cTCter2wDKg= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/MANIFEST.MF deleted file mode 100644 index bc702a0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/MANIFEST.MF +++ /dev/null @@ -1,73 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Bundle-SymbolicName: org.eclipse.equinox.p2.publisher.eclipse;singleto - n:=true -Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/equino - x/rt.equinox.p2.git;path="bundles/org.eclipse.equinox.p2.publisher.ec - lipse";tag=v20110815-1438 -Bundle-Activator: org.eclipse.pde.internal.publishing.Activator -Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0. - 0)" -Export-Package: org.eclipse.equinox.internal.p2.publisher.compatibilit - y;x-internal:=true,org.eclipse.equinox.internal.p2.publisher.eclipse; - x-friends:="org.eclipse.equinox.p2.directorywatcher, org.eclipse.eq - uinox.p2.extensionlocation, org.eclipse.equinox.p2.repository.tools, - org.eclipse.equinox.p2.updatesite, org.eclipse.pde.build",org.ecli - pse.equinox.p2.publisher.eclipse; x-friends:="org.eclipse.equinox.p2. - directorywatcher, org.eclipse.equinox.p2.extensionlocation, org.ecl - ipse.equinox.p2.touchpoint.eclipse, org.eclipse.equinox.p2.updatesit - e, org.eclipse.equinox.p2.repository.tools",org.eclipse.pde.internal - .build.publisher;x-friends:="org.eclipse.pde.build",org.eclipse.pde.i - nternal.publishing;x-friends:="org.eclipse.pde.build",org.eclipse.pde - .internal.swt.tools;x-internal:=true -Bundle-Version: 1.0.0.v20110815-1438 -Bundle-ClassPath: pdepublishing.jar -Bundle-ActivationPolicy: lazy -Bundle-Vendor: %providerName -Bundle-Name: %bundleName -Eclipse-BundleShape: dir -Import-Package: org.eclipse.equinox.app;version="[1.0.0,2.0.0)",org.ec - lipse.equinox.frameworkadmin;version="[2.0.0,3.0.0)",org.eclipse.equi - nox.internal.frameworkadmin.equinox,org.eclipse.equinox.internal.fram - eworkadmin.utils,org.eclipse.equinox.internal.p2.artifact.repository, - org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.inte - rnal.p2.metadata,org.eclipse.equinox.internal.p2.metadata.repository, - org.eclipse.equinox.internal.p2.publisher,org.eclipse.equinox.interna - l.provisional.frameworkadmin,org.eclipse.equinox.p2.core;version="[2. - 0.0,3.0.0)",org.eclipse.equinox.p2.metadata;version="[2.0.0,3.0.0)",o - rg.eclipse.equinox.p2.metadata.expression;version="[2.0.0,3.0.0)",org - .eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.publisher.action - s,org.eclipse.equinox.p2.query;version="[2.0.0,3.0.0)",org.eclipse.eq - uinox.p2.repository;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.re - pository.artifact;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repo - sitory.artifact.spi;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.re - pository.metadata;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repo - sitory.spi;version="[2.0.0,3.0.0)",org.eclipse.equinox.simpleconfigur - ator.manipulator;version="[2.0.0,3.0.0)",org.eclipse.equinox.spi.p2.p - ublisher,org.eclipse.osgi.service.datalocation;version="1.3.0",org.ec - lipse.osgi.service.environment;version="1.1.0",org.eclipse.osgi.servi - ce.pluginconversion;version="1.0.0",org.eclipse.osgi.service.resolver - ;version="1.5.0",org.eclipse.osgi.util;version="1.1.0",org.osgi.frame - work;version="1.3.0",org.osgi.service.application;version="1.1.0",org - .osgi.service.packageadmin;version="1.2.0" -Bundle-ManifestVersion: 2 - -Name: pdepublishing.jar -SHA1-Digest: 2lRuRpg3A9+/WwGVcRUKTUpVIbY= - -Name: ant_tasks/pdepublishing-ant.jar -SHA1-Digest: deEraNVUUjIl7Ntloy63gB9cp28= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: about.html -SHA1-Digest: ejOZra0kypGLQQ2bJtGTX+LI8tU= - -Name: plugin.xml -SHA1-Digest: TKOZuitHqWXpwePFR5vhOwJtPGI= - -Name: plugin.properties -SHA1-Digest: aJyknfClKLioPfPa9Mip1PBDnUg= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/about.html deleted file mode 100644 index 4602330..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 2, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/ant_tasks/pdepublishing-ant.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/ant_tasks/pdepublishing-ant.jar deleted file mode 100644 index 0d84a2c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/ant_tasks/pdepublishing-ant.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/pdepublishing.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/pdepublishing.jar deleted file mode 100644 index 643ab32..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/pdepublishing.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/plugin.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/plugin.properties deleted file mode 100644 index bc56591..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/plugin.properties +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# SAP AG - consolidation of publishers for PDE formats -############################################################################### -bundleName = Equinox Provisioning Publisher for Eclipse -providerName = Eclipse.org - Equinox diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/plugin.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/plugin.xml deleted file mode 100644 index 1e90424..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438/plugin.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.source_1.2.0.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.source_1.2.0.v20110815-1419.jar deleted file mode 100644 index a843f38..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher.source_1.2.0.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20110815-1419.jar deleted file mode 100644 index 7c994c2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ql.source_2.0.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ql.source_2.0.100.v20110815-1419.jar deleted file mode 100644 index 6efe5af..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ql.source_2.0.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110815-1419.jar deleted file mode 100644 index 2ac9006..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.reconciler.dropins.source_1.1.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.reconciler.dropins.source_1.1.100.v20110815-1419.jar deleted file mode 100644 index 71c65f9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.reconciler.dropins.source_1.1.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.100.v20110815-1419.jar deleted file mode 100644 index bb92d7f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.source_2.1.1.v20120113-1346.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.source_2.1.1.v20120113-1346.jar deleted file mode 100644 index 318b49e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.source_2.1.1.v20120113-1346.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.tools.source_2.0.100.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.tools.source_2.0.100.v20110815-1438.jar deleted file mode 100644 index 18998c7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.tools.source_2.0.100.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.tools_2.0.100.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.tools_2.0.100.v20110815-1438.jar deleted file mode 100644 index 667e80a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository.tools_2.0.100.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository_2.1.1.v20120113-1346.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository_2.1.1.v20120113-1346.jar deleted file mode 100644 index 5028f97..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.repository_2.1.1.v20120113-1346.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.1.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.1.v20110815-1419.jar deleted file mode 100644 index 2c73ea7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.1.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.1.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.1.v20110815-1419.jar deleted file mode 100644 index 23fd4c5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.1.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.natives.source_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.natives.source_1.0.300.v20110815-1419.jar deleted file mode 100644 index 217bb78..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.natives.source_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110815-1419.jar deleted file mode 100644 index a2ea99e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.transport.ecf.source_1.0.0.v20111128-0624.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.transport.ecf.source_1.0.0.v20111128-0624.jar deleted file mode 100644 index 7c90fed..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.transport.ecf.source_1.0.0.v20111128-0624.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.0.v20111128-0624.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.0.v20111128-0624.jar deleted file mode 100644 index 7237349..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.0.v20111128-0624.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.discovery_1.0.0.v20110502-1955.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.discovery_1.0.0.v20110502-1955.jar deleted file mode 100644 index 96fded4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.discovery_1.0.0.v20110502-1955.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.importexport.source_1.0.1.R37x_v20111103.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.importexport.source_1.0.1.R37x_v20111103.jar deleted file mode 100644 index 4759cf5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.importexport.source_1.0.1.R37x_v20111103.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.importexport_1.0.1.R37x_v20111103.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.importexport_1.0.1.R37x_v20111103.jar deleted file mode 100644 index 354dcb9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.importexport_1.0.1.R37x_v20111103.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.0.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.0.100.v20110815-1419.jar deleted file mode 100644 index b7173c6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.0.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.100.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.100.v20110815-1419.jar deleted file mode 100644 index 2110067..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.100.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.source_1.0.200.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.source_1.0.200.v20110815-1419.jar deleted file mode 100644 index 754d811..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk.source_1.0.200.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20110815-1419.jar deleted file mode 100644 index 66c8b70..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.source_2.1.1.v20120113-1346.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.source_2.1.1.v20120113-1346.jar deleted file mode 100644 index fe7fc11..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui.source_2.1.1.v20120113-1346.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui_2.1.1.v20120113-1346.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui_2.1.1.v20120113-1346.jar deleted file mode 100644 index 987d3c5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.ui_2.1.1.v20120113-1346.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatechecker.source_1.1.200.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatechecker.source_1.1.200.v20110815-1419.jar deleted file mode 100644 index daebef5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatechecker.source_1.1.200.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110815-1419.jar deleted file mode 100644 index b48bfaa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatesite.source_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatesite.source_1.0.300.v20110815-1419.jar deleted file mode 100644 index e761101..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatesite.source_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatesite_1.0.300.v20110815-1419.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatesite_1.0.300.v20110815-1419.jar deleted file mode 100644 index 0bbf654..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.p2.updatesite_1.0.300.v20110815-1419.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.preferences.source_3.4.2.v20120111-2020.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.preferences.source_3.4.2.v20120111-2020.jar deleted file mode 100644 index d629c71..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.preferences.source_3.4.2.v20120111-2020.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.preferences_3.4.2.v20120111-2020.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.preferences_3.4.2.v20120111-2020.jar deleted file mode 100644 index 386cbff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.preferences_3.4.2.v20120111-2020.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.registry.source_3.5.101.R37x_v20110810-1611.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.registry.source_3.5.101.R37x_v20110810-1611.jar deleted file mode 100644 index 573b40b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.registry.source_3.5.101.R37x_v20110810-1611.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar deleted file mode 100644 index c2732f4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.macosx.source_1.100.100.v20100503.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.macosx.source_1.100.100.v20100503.jar deleted file mode 100644 index 1c5b149..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.macosx.source_1.100.100.v20100503.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.macosx_1.100.100.v20100503.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.macosx_1.100.100.v20100503.jar deleted file mode 100644 index 4a3155a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.macosx_1.100.100.v20100503.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.source_1.1.1.R37x_v20110822-1018.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.source_1.1.1.R37x_v20110822-1018.jar deleted file mode 100644 index a7aab2f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.source_1.1.1.R37x_v20110822-1018.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.ui.source_1.1.0.v20101004.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.ui.source_1.1.0.v20101004.jar deleted file mode 100644 index f2bfbde..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.ui.source_1.1.0.v20101004.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.ui_1.1.0.v20101004.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.ui_1.1.0.v20101004.jar deleted file mode 100644 index 360c7f0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.ui_1.1.0.v20101004.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86.source_1.0.200.v20100503.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86.source_1.0.200.v20100503.jar deleted file mode 100644 index a10399e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86.source_1.0.200.v20100503.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_1.0.200.v20100503.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_1.0.200.v20100503.jar deleted file mode 100644 index eaefbc3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_1.0.200.v20100503.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_64.source_1.0.0.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_64.source_1.0.0.v20110502.jar deleted file mode 100644 index a2aabc2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_64.source_1.0.0.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_64_1.0.0.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_64_1.0.0.v20110502.jar deleted file mode 100644 index d4ffc3b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security.win32.x86_64_1.0.0.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security_1.1.1.R37x_v20110822-1018.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security_1.1.1.R37x_v20110822-1018.jar deleted file mode 100644 index 1e83dd0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.security_1.1.1.R37x_v20110822-1018.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.0.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.0.v20110815-1438.jar deleted file mode 100644 index 005d3c0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.0.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110815-1438.jar deleted file mode 100644 index 06b220a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.source_1.0.200.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.source_1.0.200.v20110815-1438.jar deleted file mode 100644 index 04e6a2f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator.source_1.0.200.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar deleted file mode 100644 index f5e3aba..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.util.source_1.0.300.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.util.source_1.0.300.v20110502.jar deleted file mode 100644 index 0049c6e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.util.source_1.0.300.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.util_1.0.300.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.util_1.0.300.v20110502.jar deleted file mode 100644 index 1ab218b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.util_1.0.300.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj.source_1.0.100.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj.source_1.0.100.I20120427-0800.jar deleted file mode 100644 index cc8a4b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj.source_1.0.100.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj_1.0.1.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj_1.0.1.v20110502.jar deleted file mode 100644 index 121edcd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj_1.0.1.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj_1.0.100.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj_1.0.100.I20120427-0800.jar deleted file mode 100644 index 4d9b51a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.aspectj_1.0.100.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.j9.source_1.0.100.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.j9.source_1.0.100.I20120427-0800.jar deleted file mode 100644 index ee5e983..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.j9.source_1.0.100.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.j9_1.0.100.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.j9_1.0.100.I20120427-0800.jar deleted file mode 100644 index 8b853a8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.j9_1.0.100.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.source_1.0.100.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.source_1.0.100.I20120427-0800.jar deleted file mode 100644 index 4e96a32..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching.source_1.0.100.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching_1.0.100.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching_1.0.100.I20120427-0800.jar deleted file mode 100644 index 72f87dd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.caching_1.0.100.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook.source_1.0.200.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook.source_1.0.200.I20120427-0800.jar deleted file mode 100644 index e6e652c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook.source_1.0.200.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook_1.0.100.v20110502.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook_1.0.100.v20110502.jar deleted file mode 100644 index 07fa575..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook_1.0.100.v20110502.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook_1.0.200.I20120427-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook_1.0.200.I20120427-0800.jar deleted file mode 100644 index 35778b2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.equinox.weaving.hook_1.0.200.I20120427-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.gef_3.7.2.v20111106-2020.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.gef_3.7.2.v20111106-2020.jar deleted file mode 100644 index 69fca27..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.gef_3.7.2.v20111106-2020.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.help.appserver.source_3.1.400.v20110425.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.help.appserver.source_3.1.400.v20110425.jar deleted file mode 100644 index cadcf23..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.help.appserver.source_3.1.400.v20110425.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.help.appserver_3.1.400.v20110425.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.help.appserver_3.1.400.v20110425.jar deleted file mode 100644 index 05b47f3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.help.appserver_3.1.400.v20110425.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.help.base_3.6.2.v201202080800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.help.base_3.6.2.v201202080800.jar deleted file mode 100644 index ae02247..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.help.base_3.6.2.v201202080800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.help.source_3.5.100.v20110426.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.help.source_3.5.100.v20110426.jar deleted file mode 100644 index 486fec8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.help.source_3.5.100.v20110426.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.help.ui_3.5.101.r37_20110819.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.help.ui_3.5.101.r37_20110819.jar deleted file mode 100644 index 9946dfd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.help.ui_3.5.101.r37_20110819.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.help.webapp_3.6.1.r37_20110929.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.help.webapp_3.6.1.r37_20110929.jar deleted file mode 100644 index 6d0dbec..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.help.webapp_3.6.1.r37_20110929.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.help_3.5.100.v20110426.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.help_3.5.100.v20110426.jar deleted file mode 100644 index 3ed0fb5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.help_3.5.100.v20110426.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.core_3.3.500.v20110420-1015.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.core_3.3.500.v20110420-1015.jar deleted file mode 100644 index 2e45dce..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.core_3.3.500.v20110420-1015.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.400.v20110305-1450.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.400.v20110305-1450.jar deleted file mode 100644 index 7024d07..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.400.v20110305-1450.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.ui_3.3.300.v20110305-1450.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.ui_3.3.300.v20110305-1450.jar deleted file mode 100644 index 82570be..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.apt.ui_3.3.300.v20110305-1450.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.compiler.apt_1.0.400.v0110816-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.compiler.apt_1.0.400.v0110816-0800.jar deleted file mode 100644 index 105ef9f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.compiler.apt_1.0.400.v0110816-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_B79_R37x.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_B79_R37x.jar deleted file mode 100644 index 8a6a8c5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_B79_R37x.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.core.manipulation_1.4.0.v20110928-1453.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.core.manipulation_1.4.0.v20110928-1453.jar deleted file mode 100644 index 34ada43..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.core.manipulation_1.4.0.v20110928-1453.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.core_3.7.3.v20120119-1537.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.core_3.7.3.v20120119-1537.jar deleted file mode 100644 index 96dd006..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.core_3.7.3.v20120119-1537.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug.ui_3.6.1.v20111006_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug.ui_3.6.1.v20111006_r372.jar deleted file mode 100644 index e09c4ba..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug.ui_3.6.1.v20111006_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/.api_description b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/.api_description deleted file mode 100644 index 780978a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/.api_description +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 7dc4861..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/ECLIPSEF.SF deleted file mode 100644 index 554b1ce..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,26 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: ZxkMy80l0OZcMmjQbK88LA/Optk= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: k7gte9WeQxADv1Vq3etHLDDk8Z8= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: jdimodel.jar -SHA1-Digest: VSNlPe7Brh7Ic6b6v7WoilS6Gf4= - -Name: .api_description -SHA1-Digest: QJ4v9i8oQYan/y1sLjbS7q9zcrM= - -Name: plugin.xml -SHA1-Digest: 38GG9hT3IANr4BbPOzIbWuSj09k= - -Name: about.html -SHA1-Digest: M+fykt9heyWoEv1LNiIEeBhi/2Q= - -Name: jdi.jar -SHA1-Digest: 8Ze8bLxA4XE9iuxRPfYYLeIYt+A= - -Name: plugin.properties -SHA1-Digest: Py6O6Cx7hvulZf419gAGNBnMRds= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/MANIFEST.MF deleted file mode 100644 index affb04f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/MANIFEST.MF +++ /dev/null @@ -1,60 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.4 -Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true -Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/jdt/ec - lipse.jdt.debug.git;path="org.eclipse.jdt.debug";tag=v20111006_r372 -Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin -Require-Bundle: org.eclipse.core.resources;bundle-version="[3.5.0,4.0. - 0)",org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",org.eclipse - .jdt.core;bundle-version="[3.7.1,4.0.0)",org.eclipse.core.runtime;bun - dle-version="[3.5.0,4.0.0)",org.eclipse.core.expressions;bundle-versi - on="[3.4.0,4.0.0)" -Export-Package: com.sun.jdi,com.sun.jdi.connect,com.sun.jdi.connect.sp - i,com.sun.jdi.event,com.sun.jdi.request,org.eclipse.jdi,org.eclipse.j - di.hcr,org.eclipse.jdi.internal;x-friends:="org.eclipse.jdt.debug.ui" - ,org.eclipse.jdi.internal.connect;x-friends:="org.eclipse.jdt.debug.u - i",org.eclipse.jdi.internal.event;x-friends:="org.eclipse.jdt.debug.u - i",org.eclipse.jdi.internal.jdwp;x-friends:="org.eclipse.jdt.debug.ui - ",org.eclipse.jdi.internal.request;x-friends:="org.eclipse.jdt.debug. - ui",org.eclipse.jdi.internal.spy;x-friends:="org.eclipse.jdt.debug.ui - ",org.eclipse.jdt.debug.core,org.eclipse.jdt.debug.eval,org.eclipse.j - dt.internal.debug.core;x-friends:="org.eclipse.jdt.debug.ui,org.eclip - se.jdt.launching",org.eclipse.jdt.internal.debug.core.breakpoints;x-f - riends:="org.eclipse.jdt.debug.ui",org.eclipse.jdt.internal.debug.cor - e.hcr;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdt.internal. - debug.core.logicalstructures;x-friends:="org.eclipse.jdt.debug.ui",or - g.eclipse.jdt.internal.debug.core.model;x-friends:="org.eclipse.jdt.d - ebug.ui",org.eclipse.jdt.internal.debug.eval;x-friends:="org.eclipse. - jdt.debug.ui",org.eclipse.jdt.internal.debug.eval.ast.engine;x-friend - s:="org.eclipse.jdt.debug.ui",org.eclipse.jdt.internal.debug.eval.ast - .instructions;x-friends:="org.eclipse.jdt.debug.ui" -Bundle-Version: 3.7.1.v20111006_r372 -Bundle-ClassPath: jdi.jar,jdimodel.jar,tools.jar -Bundle-ActivationPolicy: lazy -Bundle-Vendor: %providerName -Bundle-Name: %pluginName -Import-Package: com.ibm.icu.text -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: jdimodel.jar -SHA1-Digest: TrDSyuhAWJf2KAAmByEATYYlczA= - -Name: .api_description -SHA1-Digest: aS2EwJopEGn15qpOrU8PA2UYbmc= - -Name: jdi.jar -SHA1-Digest: 7YZBXVbBu6zMYZ1hEP28S4Q0XEk= - -Name: about.html -SHA1-Digest: ejOZra0kypGLQQ2bJtGTX+LI8tU= - -Name: plugin.xml -SHA1-Digest: fS7HqrqCTc5o+3CoMpuWimlSpt8= - -Name: plugin.properties -SHA1-Digest: sBGaDfjFO8Z+PXOFXE9fX6BK4rw= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/about.html deleted file mode 100644 index 4602330..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 2, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/jdi.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/jdi.jar deleted file mode 100644 index bf66360..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/jdi.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/jdimodel.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/jdimodel.jar deleted file mode 100644 index ea64309..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/jdimodel.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/plugin.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/plugin.properties deleted file mode 100644 index 9044b75..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/plugin.properties +++ /dev/null @@ -1,42 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - - -pluginName=JDI Debug Model -providerName=Eclipse.org - -descriptionCollection=Array -descriptionMap=Map Entries -descriptionMapEntry=Key and Value -descriptionSWTComposite=Children - -javaLineBreakpoint.name=Java Line Breakpoints -javaClassLoadBreakpoint.name=Java Class Load Breakpoints -javaExceptionBreakpoint.name=Java Exception Breakpoints -javaWatchpoint.name=Java Watchpoints -javaMethodBreakpoint.name=Java Method Breakpoints - -virtualMachineManagerImpl= org.eclipse.jdi.internal.VirtualMachineManagerImpl -javaLogicalStructures= Java Logical Structures - -JavaBreakpoint.name = Java Breakpoint -JavaClassLoadBreakpoint.name = Java Class Load Breakpoint -CommonJavaLineBreakpoint.name = Common Java Line Breakpoint -JavaLineBreakpoint.name = Java Line Breakpoint -JavaPatternBreakpoint.name = Java Pattern Breakpoint -JavaTargetPatternBreakpoint.name = Java Target Pattern Breakpoint -JavaExceptionBreakpoint.name = Java Exception Breakpoint -JavaWatchpoint.name = Java Watchpoint -JavaMethodBreakpoint.name = Java Method Breakpoint -JavaMethodEntryBreakpoint.name = Java Method Entry Breakpoint -JavaStratumLineBreakpoint.name = Java Stratum Line Breakpoint - -breakpointListeners.name = Java Breakpoint Listeners diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/plugin.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/plugin.xml deleted file mode 100644 index bbfd254..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.debug_3.7.1.v20111006_r372/plugin.xml +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.doc.user_3.7.1.r372_v20111103.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.doc.user_3.7.1.r372_v20111103.jar deleted file mode 100644 index 55d0ed8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.doc.user_3.7.1.r372_v20111103.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit.core_3.7.0.v20110928-1453.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit.core_3.7.0.v20110928-1453.jar deleted file mode 100644 index d0942ad..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit.core_3.7.0.v20110928-1453.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit.runtime_3.4.300.v20110928-1453.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit.runtime_3.4.300.v20110928-1453.jar deleted file mode 100644 index ca36d15..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit.runtime_3.4.300.v20110928-1453.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit4.runtime_1.1.200.v20110928-1453.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit4.runtime_1.1.200.v20110928-1453.jar deleted file mode 100644 index c330171..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit4.runtime_1.1.200.v20110928-1453.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit_3.7.0.v20110928-1453.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit_3.7.0.v20110928-1453.jar deleted file mode 100644 index 491655e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.junit_3.7.0.v20110928-1453.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.macosx.source_3.2.100.v20110509.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.macosx.source_3.2.100.v20110509.jar deleted file mode 100644 index b1f43c9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.macosx.source_3.2.100.v20110509.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.macosx_3.2.100.v20110509.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.macosx_3.2.100.v20110509.jar deleted file mode 100644 index 1cecf0c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.macosx_3.2.100.v20110509.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.ui.macosx.source_1.0.100.v20110509.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.ui.macosx.source_1.0.100.v20110509.jar deleted file mode 100644 index 7657e52..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.ui.macosx.source_1.0.100.v20110509.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.ui.macosx_1.0.100.v20110509.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.ui.macosx_1.0.100.v20110509.jar deleted file mode 100644 index ccdb869..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching.ui.macosx_1.0.100.v20110509.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching_3.6.1.v20111006_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching_3.6.1.v20111006_r372.jar deleted file mode 100644 index 6dbc68a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.launching_3.6.1.v20111006_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.ui_3.7.2.v20120109-1427.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.ui_3.7.2.v20120109-1427.jar deleted file mode 100644 index d15c628..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt.ui_3.7.2.v20120109-1427.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt_3.7.2.v201202080800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jdt_3.7.2.v201202080800.jar deleted file mode 100644 index e309e55..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jdt_3.7.2.v201202080800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jem.util_2.1.100.v201103021400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jem.util_2.1.100.v201103021400.jar deleted file mode 100644 index 3b21434..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jem.util_2.1.100.v201103021400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.databinding.source_1.5.0.I20100907-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jface.databinding.source_1.5.0.I20100907-0800.jar deleted file mode 100644 index 6e94865..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.databinding.source_1.5.0.I20100907-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar deleted file mode 100644 index 5cbd606..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.source_3.7.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jface.source_3.7.0.v20110928-1505.jar deleted file mode 100644 index 5b77a9e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.source_3.7.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.text.source_3.7.2.v20111213-1208.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jface.text.source_3.7.2.v20111213-1208.jar deleted file mode 100644 index 4769c56..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.text.source_3.7.2.v20111213-1208.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.text_3.7.2.v20111213-1208.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jface.text_3.7.2.v20111213-1208.jar deleted file mode 100644 index f2b760b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jface.text_3.7.2.v20111213-1208.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jface_3.7.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jface_3.7.0.v20110928-1505.jar deleted file mode 100644 index 50edb2d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jface_3.7.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jgit_1.3.0.201202151440-r.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jgit_1.3.0.201202151440-r.jar deleted file mode 100644 index e75fbf5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jgit_1.3.0.201202151440-r.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.core.source_1.1.300.I20110514-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.core.source_1.1.300.I20110514-0800.jar deleted file mode 100644 index 9398131..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.core.source_1.1.300.I20110514-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.core_1.1.300.I20110514-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.core_1.1.300.I20110514-0800.jar deleted file mode 100644 index de8af32..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.core_1.1.300.I20110514-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.ui.source_1.1.300.R37x_v20111201-1600.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.ui.source_1.1.300.R37x_v20111201-1600.jar deleted file mode 100644 index 73aba61..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.ui.source_1.1.300.R37x_v20111201-1600.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.ui_1.1.300.R37x_v20111201-1600.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.ui_1.1.300.R37x_v20111201-1600.jar deleted file mode 100644 index 7625836..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.jsch.ui_1.1.300.R37x_v20111201-1600.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.core.refactoring.source_3.5.201.r372_v20111101-0700.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.core.refactoring.source_3.5.201.r372_v20111101-0700.jar deleted file mode 100644 index accfb97..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.core.refactoring.source_3.5.201.r372_v20111101-0700.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.core.refactoring_3.5.201.r372_v20111101-0700.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.core.refactoring_3.5.201.r372_v20111101-0700.jar deleted file mode 100644 index a25e9df..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.core.refactoring_3.5.201.r372_v20111101-0700.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.ui.refactoring.source_3.6.0.v20110928-1453.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.ui.refactoring.source_3.6.0.v20110928-1453.jar deleted file mode 100644 index a9de9b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.ui.refactoring.source_3.6.0.v20110928-1453.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.ui.refactoring_3.6.0.v20110928-1453.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.ui.refactoring_3.6.0.v20110928-1453.jar deleted file mode 100644 index 5af4017..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ltk.ui.refactoring_3.6.0.v20110928-1453.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.core_3.6.5.v20120123-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.core_3.6.5.v20120123-0100.jar deleted file mode 100644 index d9b6224..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.core_3.6.5.v20120123-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.ide_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.ide_3.6.0.v20110608-1400.jar deleted file mode 100644 index de3f483..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.ide_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.ui_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.ui_3.6.0.v20110608-1400.jar deleted file mode 100644 index 425096f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.bugzilla.ui_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.core_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.core_3.6.0.v20110608-1400.jar deleted file mode 100644 index ac2c8f2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.core_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.identity_0.8.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.identity_0.8.0.v20110608-1400.jar deleted file mode 100644 index f33ca5f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.identity_0.8.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.net_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.net_3.6.0.v20110608-1400.jar deleted file mode 100644 index ef58251..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.net_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.repositories_0.8.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.repositories_0.8.0.v20110608-1400.jar deleted file mode 100644 index ce1f0e6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.repositories_0.8.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.screenshots_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.screenshots_3.6.0.v20110608-1400.jar deleted file mode 100644 index da34fe8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.screenshots_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.team_0.8.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.team_0.8.0.v20110608-1400.jar deleted file mode 100644 index 50d2482..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.team_0.8.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.ui_3.6.1.v20110720-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.ui_3.6.1.v20110720-0100.jar deleted file mode 100644 index 02ebe6f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.ui_3.6.1.v20110720-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.xmlrpc_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.xmlrpc_3.6.0.v20110608-1400.jar deleted file mode 100644 index e8fb62c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.commons.xmlrpc_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.context.core_3.6.1.v20110720-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.context.core_3.6.1.v20110720-0100.jar deleted file mode 100644 index 68599ca..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.context.core_3.6.1.v20110720-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.context.ui_3.6.1.v20120112-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.context.ui_3.6.1.v20120112-0100.jar deleted file mode 100644 index d610c3c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.context.ui_3.6.1.v20120112-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.discovery.core_3.6.1.v20110817-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.discovery.core_3.6.1.v20110817-0100.jar deleted file mode 100644 index dfe58c9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.discovery.core_3.6.1.v20110817-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.discovery.ui_3.6.2.v20111116-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.discovery.ui_3.6.2.v20111116-0100.jar deleted file mode 100644 index 3026fbd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.discovery.ui_3.6.2.v20111116-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.help.ui_3.6.1.v20110830-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.help.ui_3.6.1.v20110830-0100.jar deleted file mode 100644 index e13f31c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.help.ui_3.6.1.v20110830-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.ide.ant_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.ide.ant_3.6.0.v20110608-1400.jar deleted file mode 100644 index a4153a7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.ide.ant_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.ide.ui_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.ide.ui_3.6.0.v20110608-1400.jar deleted file mode 100644 index 017d46d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.ide.ui_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.java.tasks_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.java.tasks_3.6.0.v20110608-1400.jar deleted file mode 100644 index 04372c2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.java.tasks_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.java.ui_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.java.ui_3.6.0.v20110608-1400.jar deleted file mode 100644 index 7732633..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.java.ui_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.monitor.core_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.monitor.core_3.6.0.v20110608-1400.jar deleted file mode 100644 index 4930b06..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.monitor.core_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.monitor.ui_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.monitor.ui_3.6.0.v20110608-1400.jar deleted file mode 100644 index cf2745d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.monitor.ui_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.pde.ui_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.pde.ui_3.6.0.v20110608-1400.jar deleted file mode 100644 index 13513dd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.pde.ui_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.resources.ui_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.resources.ui_3.6.0.v20110608-1400.jar deleted file mode 100644 index 9c04430..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.resources.ui_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.bugs_3.6.1.v20110825-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.bugs_3.6.1.v20110825-0100.jar deleted file mode 100644 index 923338b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.bugs_3.6.1.v20110825-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.core_3.6.1.v20120201-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.core_3.6.1.v20120201-0100.jar deleted file mode 100644 index f1a1aac..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.core_3.6.1.v20120201-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.search_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.search_3.6.0.v20110608-1400.jar deleted file mode 100644 index 144ab86..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.search_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.ui_3.6.5.v20120215-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.ui_3.6.5.v20120215-0100.jar deleted file mode 100644 index 8b7079e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.tasks.ui_3.6.5.v20120215-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.team.cvs_3.6.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.team.cvs_3.6.0.v20110608-1400.jar deleted file mode 100644 index f3c1eef..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.team.cvs_3.6.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.team.ui_3.6.1.v20110825-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.team.ui_3.6.1.v20110825-0100.jar deleted file mode 100644 index bff1ed0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.team.ui_3.6.1.v20110825-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.confluence.core_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.confluence.core_1.5.0.v20110608-1400.jar deleted file mode 100644 index e13b8e0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.confluence.core_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.confluence.ui_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.confluence.ui_1.5.0.v20110608-1400.jar deleted file mode 100644 index da51913..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.confluence.ui_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.core_1.5.1.v20110720-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.core_1.5.1.v20110720-0100.jar deleted file mode 100644 index 299bf14..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.core_1.5.1.v20110720-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.help.ui_1.5.1.v20110720-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.help.ui_1.5.1.v20110720-0100.jar deleted file mode 100644 index 3c96805..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.help.ui_1.5.1.v20110720-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.mediawiki.core_1.5.2.v20110830-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.mediawiki.core_1.5.2.v20110830-0100.jar deleted file mode 100644 index e29ada6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.mediawiki.core_1.5.2.v20110830-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_1.5.0.v20110608-1400.jar deleted file mode 100644 index ee33841..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tasks.ui_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tasks.ui_1.5.0.v20110608-1400.jar deleted file mode 100644 index 33070f5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tasks.ui_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.textile.core_1.5.1.v20110720-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.textile.core_1.5.1.v20110720-0100.jar deleted file mode 100644 index 004110d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.textile.core_1.5.1.v20110720-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.textile.ui_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.textile.ui_1.5.0.v20110608-1400.jar deleted file mode 100644 index 0b3ce44..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.textile.ui_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tracwiki.core_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tracwiki.core_1.5.0.v20110608-1400.jar deleted file mode 100644 index d032d1f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tracwiki.core_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_1.5.0.v20110608-1400.jar deleted file mode 100644 index 5402d8d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.twiki.core_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.twiki.core_1.5.0.v20110608-1400.jar deleted file mode 100644 index 6e965dd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.twiki.core_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.twiki.ui_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.twiki.ui_1.5.0.v20110608-1400.jar deleted file mode 100644 index 8d5d85e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.twiki.ui_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.ui_1.5.0.v20110608-1400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.ui_1.5.0.v20110608-1400.jar deleted file mode 100644 index 8dd0050..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn.wikitext.ui_1.5.0.v20110608-1400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn_3.6.5.v20120206-0100.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn_3.6.5.v20120206-0100.jar deleted file mode 100644 index 6bd562d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.mylyn_3.6.5.v20120206-0100.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.services.source_3.3.0.v20110513.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.services.source_3.3.0.v20110513.jar deleted file mode 100644 index f71eb77..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.services.source_3.3.0.v20110513.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.services_3.3.0.v20110513.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.services_3.3.0.v20110513.jar deleted file mode 100644 index 2fcf668..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.services_3.3.0.v20110513.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.source_3.7.2.v20120110-1415.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.source_3.7.2.v20120110-1415.jar deleted file mode 100644 index b167e66..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.source_3.7.2.v20120110-1415.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.util.source_3.2.200.v20110110.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.util.source_3.2.200.v20110110.jar deleted file mode 100644 index 3fcc677..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.util.source_3.2.200.v20110110.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.util_3.2.200.v20110110.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.util_3.2.200.v20110110.jar deleted file mode 100644 index 2ef98c8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi.util_3.2.200.v20110110.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar deleted file mode 100644 index 25f1180..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.api.tools.ui_1.0.301.v20110803_r371.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.api.tools.ui_1.0.301.v20110803_r371.jar deleted file mode 100644 index 904ab8f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.api.tools.ui_1.0.301.v20110803_r371.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.api.tools_1.0.301.v20111129-2053.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.api.tools_1.0.301.v20111129-2053.jar deleted file mode 100644 index 4b1ea2b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.api.tools_1.0.301.v20111129-2053.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/.api_description b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/.api_description deleted file mode 100644 index 8692cc0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/.api_description +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/.options b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/.options deleted file mode 100644 index 3456b32..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/.options +++ /dev/null @@ -1,2 +0,0 @@ -# Debugging options for the org.eclipse.pde.build plug-in. -org.eclipse.pde.build/debug = false \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/ECLIPSEF.RSA deleted file mode 100644 index ba62fa0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/ECLIPSEF.SF deleted file mode 100644 index 17cda2e..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,95 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: 7fDc12zxBdEOUqVXZvutBIYv7DE= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 22ia4piy5KluQlDhurOuxnGmGFo= - -Name: about_files/LICENSE-2.0.txt -SHA1-Digest: DMnZPrY7w/ZEOj0YI/l8KoozuvM= - -Name: templates/headless-build/allElements.xml -SHA1-Digest: uNOP4x87ZFcxCZrh1wHh6xocNGE= - -Name: pdebuild.jar -SHA1-Digest: C7iZ4qaeXw7DhgGoJ1fFpR2J+eY= - -Name: data/30/plugin/plugin.xml -SHA1-Digest: TNr0SYVHOz82hYL1E035r1bdaxI= - -Name: data/21/fragment/fragment.xml -SHA1-Digest: RuOvETVwkWHHIz6sLL0cGzWOyfs= - -Name: plugin.properties -SHA1-Digest: fSjiXuBXrKDeiadiN8kWDMB5+d0= - -Name: scripts/build.xml -SHA1-Digest: Ra/buYWq+UnCJcPzA5sz41d/1Wo= - -Name: data/30/plugin/META-INF/MANIFEST.MF -SHA1-Digest: uGP7DGAAo+v2VD2WZMZMcvbW5rg= - -Name: data/30/fragment/META-INF/MANIFEST.MF -SHA1-Digest: xuwIdriTMf5tW/1Q8pgg/DXqrkU= - -Name: data/env.properties -SHA1-Digest: xv4et2pXxLF6mALWLgDnsTcJMz0= - -Name: templates/headless-build/customTargets.xml -SHA1-Digest: WfSw0cT+SncB8LMknZdPm99pXwQ= - -Name: plugin.xml -SHA1-Digest: bilO3wUDEZgFwHENKZN2yGlVBis= - -Name: templates/plugins/customBuildCallbacks.xml -SHA1-Digest: IDfOpRJ/uOOutPKv/917vToHckA= - -Name: templates/headless-build/customAssembly.xml -SHA1-Digest: nl0V76bfR+5xXjTsr6dxkqHE0oY= - -Name: META-INF/eclipse.inf -SHA1-Digest: aM8odIt7KSTgo2Ap3NjnGa3gOAA= - -Name: templates/packager/packager.properties -SHA1-Digest: A2VYb798KxbcKhE+fylifD+BNcY= - -Name: scripts/package.xml -SHA1-Digest: Sbeva+/SSgDw+vwb8fGfCaGsdW4= - -Name: .api_description -SHA1-Digest: FLpTqhCRpfbkCX89O6FhkyiMelk= - -Name: templates/packager/packaging.properties -SHA1-Digest: lmN2qWEGzwO/oNanETL1E0OQIFg= - -Name: data/30/fragment/fragment.xml -SHA1-Digest: zwzOmFfCE2+ab7G9wkLU7ozpJPc= - -Name: about.html -SHA1-Digest: NsqonTvTIooyUcpddXY8f055MmA= - -Name: templates/packager/customTargets.xml -SHA1-Digest: cvpNR4xRYfhWx6708nI3/HdIawM= - -Name: data/21/plugin/plugin.xml -SHA1-Digest: TpZd48Jmrj9/LTQDyuUubfQoi5w= - -Name: lib/pdebuild-ant.jar -SHA1-Digest: /V0TfkpFax3HRwBXBW/LJV5q1Lw= - -Name: .options -SHA1-Digest: jf17v6tebrVOy/2LizKC8hyG2EM= - -Name: scripts/productBuild/productBuild.xml -SHA1-Digest: oW6j+uDQxDJrYO2HjRe41dC20cs= - -Name: templates/headless-build/build.properties -SHA1-Digest: oeUv/uNjagmDhvAUfFhB8HO7sgA= - -Name: templates/features/customBuildCallbacks.xml -SHA1-Digest: NyC3o1nQkrV1sYrLIPJr89aqmcQ= - -Name: scripts/productBuild/allElements.xml -SHA1-Digest: XQ6qftLqyFAkDlu2MTS22ncyfi0= - -Name: scripts/genericTargets.xml -SHA1-Digest: sy1+HfI5BzalYdU8PaJRsxFA/PM= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/MANIFEST.MF deleted file mode 100644 index 025b8e8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/MANIFEST.MF +++ /dev/null @@ -1,138 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.4 -Bundle-SymbolicName: org.eclipse.pde.build;singleton:=true -Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/pde/ec - lipse.pde.build.git;path="org.eclipse.pde.build";tag=v20111116-2009 -Bundle-Activator: org.eclipse.pde.internal.build.BuildActivator -Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0) - ",org.eclipse.ant.core;bundle-version="[3.1.100,4.0.0)",org.eclipse.c - ore.runtime.compatibility;bundle-version="[3.1.100,4.0.0)";resolution - :=optional,org.eclipse.osgi;bundle-version="[3.3.0,4.0.0)",org.eclips - e.equinox.p2.jarprocessor;bundle-version="[1.0.1,2.0.0)",org.eclipse. - equinox.p2.publisher;bundle-version="1.1.0",org.eclipse.equinox.p2.re - pository.tools;bundle-version="[2.0.0,3.0.0)";resolution:=optional,or - g.eclipse.equinox.p2.director.app;bundle-version="1.0.200",org.eclips - e.equinox.p2.publisher.eclipse;bundle-version="1.0.0" -Export-Package: org.eclipse.pde.build,org.eclipse.pde.internal.build;x - -friends:="org.eclipse.pde.core,org.eclipse.pde.ui,org.eclipse.pde.la - unching",org.eclipse.pde.internal.build.ant;x-internal:=true,org.ecli - pse.pde.internal.build.builder;x-internal:=true,org.eclipse.pde.inter - nal.build.fetch;x-internal:=true,org.eclipse.pde.internal.build.packa - ger;x-friends:="org.eclipse.pde.core",org.eclipse.pde.internal.build. - properties;x-internal:=true,org.eclipse.pde.internal.build.publisher. - compatibility;x-internal:=true,org.eclipse.pde.internal.build.site;x- - friends:="org.eclipse.pde.core,org.eclipse.pde.ui",org.eclipse.pde.in - ternal.build.site.compatibility;x-internal:=true -Bundle-Version: 3.7.0.v20111116-2009 -Bundle-ClassPath: pdebuild.jar -Bundle-ActivationPolicy: lazy -Bundle-Vendor: %providerName -Bundle-Name: %pluginName -Eclipse-BundleShape: dir -Import-Package: com.ibm.icu.util,org.eclipse.equinox.frameworkadmin;ve - rsion="[2.0.0,3.0.0)",org.eclipse.equinox.internal.p2.core.helpers,or - g.eclipse.equinox.internal.p2.engine,org.eclipse.equinox.internal.p2. - engine.phases,org.eclipse.equinox.internal.p2.metadata,org.eclipse.eq - uinox.internal.p2.updatesite;resolution:=optional,org.eclipse.equinox - .internal.provisional.frameworkadmin,org.eclipse.equinox.p2.core;vers - ion="[2.0.0,3.0.0)",org.eclipse.equinox.p2.engine;version="[2.0.0,3.0 - .0)",org.eclipse.equinox.p2.metadata;version="[2.0.0,3.0.0)",org.ecli - pse.equinox.p2.query;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.r - epository;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repository.a - rtifact;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repository.art - ifact.spi;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repository.m - etadata;version="[2.0.0,3.0.0)",org.eclipse.equinox.simpleconfigurato - r.manipulator;version="[2.0.0,3.0.0)" -Bundle-ManifestVersion: 2 - -Name: about_files/LICENSE-2.0.txt -SHA1-Digest: K4uBUimqimHkg/tLoFiLi2xJGJA= - -Name: templates/headless-build/allElements.xml -SHA1-Digest: q2bBKYqmPHqOOoZ/KHGW27vpTrs= - -Name: pdebuild.jar -SHA1-Digest: TQMzNpVfvRZClH3EEy9NkZRNqII= - -Name: data/30/plugin/plugin.xml -SHA1-Digest: I0t+o6kXbySrxIY1bLaTaeai3Vc= - -Name: data/21/fragment/fragment.xml -SHA1-Digest: AbavRQNBCu7bTM0Lc1H50zDiSYo= - -Name: plugin.properties -SHA1-Digest: On4ECYWupC7e7IaidKlhX7JRmGE= - -Name: scripts/build.xml -SHA1-Digest: ALT6mg0J2VkdlElO/DZKKircLUY= - -Name: data/30/plugin/META-INF/MANIFEST.MF -SHA1-Digest: YY/Djivfu2eLXiPBR81hSqa2uJQ= - -Name: data/30/fragment/META-INF/MANIFEST.MF -SHA1-Digest: Irr/y/I+zj9qi1W87gYOTMKdbY4= - -Name: data/env.properties -SHA1-Digest: gGjz5VGccfah5Hgbh30na8FucKQ= - -Name: templates/headless-build/customTargets.xml -SHA1-Digest: ysKk345XLu/en5JFKsouuTT68/E= - -Name: plugin.xml -SHA1-Digest: 3Jf5LkVxEzQPS28HrT6AxOgqilU= - -Name: templates/plugins/customBuildCallbacks.xml -SHA1-Digest: LJ6pFU49HSIl5sgRQD3RjkLzrAA= - -Name: templates/headless-build/customAssembly.xml -SHA1-Digest: YCnG/irNOio2TVNnXRqFrWsbPdk= - -Name: META-INF/eclipse.inf -SHA1-Digest: M1yh6ypEH7aiF3JiaBs2vAuNi54= - -Name: templates/packager/packager.properties -SHA1-Digest: RnFzi2UlqXOGBjcV37bgjoN5ClE= - -Name: scripts/package.xml -SHA1-Digest: SYAECf2gSUtms4UQv0C5kER28fk= - -Name: .api_description -SHA1-Digest: uYYJLA7oATM0Oa8NWNbdF5zO7aY= - -Name: templates/packager/packaging.properties -SHA1-Digest: N3d+O5q1xiIYTVEXff2eyLOsHPE= - -Name: data/30/fragment/fragment.xml -SHA1-Digest: lyCvCPJfg+w2XjG/WSlLT9rJmxo= - -Name: about.html -SHA1-Digest: PTYI3wCEbgadLnCeEqDFZO2n2Bk= - -Name: templates/packager/customTargets.xml -SHA1-Digest: NdAmTAEHkbWLOPJOQj58nlgkgoE= - -Name: data/21/plugin/plugin.xml -SHA1-Digest: TjrGjV+gDiv3p1mvjHOt/d8yOv4= - -Name: lib/pdebuild-ant.jar -SHA1-Digest: NBTBBL6zeNzdkDE3V7QE9CS3gr0= - -Name: .options -SHA1-Digest: 5rmPsLCzhc3+eEEnwq59tbx7+JM= - -Name: scripts/productBuild/productBuild.xml -SHA1-Digest: DVR/5b8vHCrQlpFCG2J8XUvmay0= - -Name: templates/headless-build/build.properties -SHA1-Digest: gQW5LFibSsDdTKHbXmPzAPMa7Uk= - -Name: templates/features/customBuildCallbacks.xml -SHA1-Digest: Ao54/q93oQ48bt2DqXbflVrwLRc= - -Name: scripts/productBuild/allElements.xml -SHA1-Digest: bQlG+MHxu2RC8iu8mxTFarrNia8= - -Name: scripts/genericTargets.xml -SHA1-Digest: kEVtVOOX/riWzO7Q9QZbeyoVggM= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/eclipse.inf deleted file mode 100644 index 6c1d31a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/META-INF/eclipse.inf +++ /dev/null @@ -1,4 +0,0 @@ -#Processed using Jarprocessor -jarprocessor.exclude.children = true -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/about.html deleted file mode 100644 index 5ac3da7..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/about.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    February 08, 2007

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - -

    Third Party Content

    - -

    The Content includes items that have been sourced from third parties as set out below. If you -did not receive this Content directly from the Eclipse Foundation, the following is provided -for informational purposes only, and you should look to the Redistributor’s license for -terms and conditions of use.

    - -

    OSGi Materials

    - -

    The following file:

    - -
      -
    • org/osgi/framework/Version
    • -
    - -

    shall be defined as a subset of the "OSGi Materials." The OSGi Materials are:

    - -
    -Copyright (c) 2000, 2006 -

    -OSGi Alliance -Bishop Ranch 6
    -2400 Camino Ramon, Suite 375
    -San Ramon, CA 94583 USA -

    -All Rights Reserved. -
    - -

    The OSGi Materials are provided to you under the terms and conditions of the Apache License, Version 2.0. A copy of the license is contained -in the file LICENSE-2.0.txt and is also available at http://www.apache.org/licenses/LICENSE-2.0.html.

    - -

    Implementation of certain elements of the OSGi Materials may be subject to third party intellectual property rights, including without limitation, patent rights (such a third party may -or may not be a member of the OSGi Alliance). The OSGi Alliance and its members are not responsible and shall not be held responsible in any manner for identifying or failing to identify any or all such third party -intellectual property rights.

    - -OSGi™ is a trademark, registered trademark, or service mark of The OSGi Alliance in the US and other countries. Java is a trademark, -registered trademark, or service mark of Sun Microsystems, Inc. in the US and other countries. All other trademarks, registered trademarks, or -service marks used in the Content are the property of their respective owners and are hereby recognized. - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/about_files/LICENSE-2.0.txt b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/about_files/LICENSE-2.0.txt deleted file mode 100644 index d645695..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/about_files/LICENSE-2.0.txt +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/21/fragment/fragment.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/21/fragment/fragment.xml deleted file mode 100644 index 8825e5d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/21/fragment/fragment.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/21/plugin/plugin.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/21/plugin/plugin.xml deleted file mode 100644 index 9ffda78..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/21/plugin/plugin.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/fragment/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/fragment/META-INF/MANIFEST.MF deleted file mode 100644 index 68a0b23..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/fragment/META-INF/MANIFEST.MF +++ /dev/null @@ -1,8 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Name: %pluginName -Bundle-SymbolicName: FRAGMENT_ID; singleton=true -Bundle-Version: FRAGMENT_VERSION -Fragment-Host: PLUGIN_ID;bundle-version="PLUGIN_VERSION" -Bundle-Localization: plugin -Bundle-Vendor: %providerName -Eclipse-PlatformFilter: PLATFORM_FILTER diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/fragment/fragment.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/fragment/fragment.xml deleted file mode 100644 index 2bf4905..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/fragment/fragment.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/plugin/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/plugin/META-INF/MANIFEST.MF deleted file mode 100644 index d8c86f9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/plugin/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Name: %pluginName -Bundle-SymbolicName: PLUGIN_ID; singleton=true -Bundle-Version: PLUGIN_VERSION -Bundle-Localization: plugin -Bundle-Vendor: %providerName diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/plugin/plugin.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/plugin/plugin.xml deleted file mode 100644 index e665764..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/30/plugin/plugin.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/env.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/env.properties deleted file mode 100644 index 88799f5..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/data/env.properties +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -CDC-1.0/Foundation-1.0.javacSource=1.3 -CDC-1.0/Foundation-1.0.javacTarget=1.1 - -CDC-1.1/Foundation-1.1.javacSource=1.3 -CDC-1.1/Foundation-1.1.javacTarget=1.2 - -OSGi/Minimum-1.0.javacSource=1.3 -OSGi/Minimum-1.0.javacTarget=1.1 - -OSGi/Minimum-1.1.javacSource=1.3 -OSGi/Minimum-1.1.javacTarget=1.2 - -OSGi/Minimum-1.2.javacSource=1.3 -OSGi/Minimum-1.2.javacTarget=1.2 - -JRE-1.1.javacSource=1.1 -JRE-1.1.javacTarget=1.1 - -J2SE-1.2.javacSource=1.2 -J2SE-1.2.javacTarget=1.1 - -J2SE-1.3.javacSource=1.3 -J2SE-1.3.javacTarget=1.1 - -J2SE-1.4.javacSource=1.3 -J2SE-1.4.javacTarget=1.2 - -J2SE-1.5.javacSource=1.5 -J2SE-1.5.javacTarget=1.5 - -JavaSE-1.6.javacSource=1.6 -JavaSE-1.6.javacTarget=1.6 - -JavaSE-1.7.javacSource=1.7 -JavaSE-1.7.javacTarget=1.7 - -PersonalJava-1.1.javacSource=1.1 -PersonalJava-1.1.javacTarget=1.1 - -PersonalJava-1.2.javacSource=1.1 -PersonalJava-1.2.javacTarget=1.1 - -CDC-1.0/PersonalBasis-1.0.javacSource=1.3 -CDC-1.0/PersonalBasis-1.0.javacTarget=1.1 - -CDC-1.0/PersonalJava-1.0.javacSource=1.3 -CDC-1.0/PersonalJava-1.0.javacTarget=1.1 - -CDC-1.1/PersonalBasis-1.1.javacSource=1.3 -CDC-1.1/PersonalBasis-1.1.javacTarget=1.2 - -CDC-1.1/PersonalJava-1.1.javacSource=1.3 -CDC-1.1/PersonalJava-1.1.javacTarget=1.2 diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/lib/pdebuild-ant.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/lib/pdebuild-ant.jar deleted file mode 100644 index 4369e43..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/lib/pdebuild-ant.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/pdebuild.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/pdebuild.jar deleted file mode 100644 index e1f1829..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/pdebuild.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/plugin.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/plugin.properties deleted file mode 100644 index 01218bc..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/plugin.properties +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# Copyright (c) 2003, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Plug-in Development Environment Build Support -providerName = Eclipse.org - -fetchFactories.name = Fetch Script Factories diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/plugin.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/plugin.xml deleted file mode 100644 index 8258c3f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/plugin.xml +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/build.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/build.xml deleted file mode 100644 index a4dd68f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/build.xml +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/genericTargets.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/genericTargets.xml deleted file mode 100644 index 0021191..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/genericTargets.xml +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/package.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/package.xml deleted file mode 100644 index c8e44dd..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/package.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/productBuild/allElements.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/productBuild/allElements.xml deleted file mode 100644 index 1c2033f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/productBuild/allElements.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/productBuild/productBuild.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/productBuild/productBuild.xml deleted file mode 100644 index 12131e4..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/scripts/productBuild/productBuild.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/features/customBuildCallbacks.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/features/customBuildCallbacks.xml deleted file mode 100644 index 246aa79..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/features/customBuildCallbacks.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/allElements.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/allElements.xml deleted file mode 100644 index 0bb5016..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/allElements.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/build.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/build.properties deleted file mode 100644 index 432b6e0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/build.properties +++ /dev/null @@ -1,293 +0,0 @@ -############################################################################### -# Copyright (c) 2003, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Compuware Corporation - Sebastien Angers -# - Enabled additional mirror slicingOptions in Headless PDE Build -# - Enabled 'raw' attribute for mirror step in Headless PDE Build -# - https://bugs.eclipse.org/338878 -############################################################################### -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -#The type of the top level element we are building, generally "feature" -topLevelElementType = feature -#The id of the top level element we are building -topLevelElementId = org.foo.bar - -############# PRODUCT/PACKAGING CONTROL ############# -product=/plugin or feature id/path/to/.product -runPackager=true - -#Set the name of the archive that will result from the product build. -#archiveNamePrefix= - -# The prefix that will be used in the generated archive. -archivePrefix=eclipse - -# The location underwhich all of the build output will be collected. -collectingFolder=${archivePrefix} - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs = *, *, * -#configs=win32, win32, x86 & \ -# win32,win32,x86_64 & \ -# win32,win32,wpf & \ -# linux, gtk, ppc & \ -# linux, gtk, x86 & \ -# linux, gtk, x86_64 & \ -# linux, motif, x86 & \ -# solaris, motif, sparc & \ -# solaris, gtk, sparc & \ -# aix, motif, ppc & \ -# hpux, motif, ia64_32 & \ -# macosx, carbon, ppc & \ -# macosx, carbon, x86 & \ -# macosx, cocoa, ppc & \ -# macosx, cocoa, x86 & \ -# macosx, cocoa, x86_64 - -# By default PDE creates one archive (result) per entry listed in the configs property. -# Setting this value to true will cause PDE to only create one output containing all -# artifacts for all the platforms listed in the configs property. -# To control the output format for the group, add a "group, group, group - " entry to the -# archivesFormat. -#groupConfigurations=true - -#The format of the archive. By default a zip is created using antZip. -#The list can only contain the configuration for which the desired format is different than zip. -#archivesFormat=win32, win32, x86 - antZip& \ -# linux, gtk, ppc - antZip &\ -# linux, gtk, x86 - antZip& \ -# linux, gtk, x86_64 - antZip& \ -# linux, motif, x86 - antZip& \ -# solaris, motif, sparc - antZip& \ -# solaris, gtk, sparc - antZip& \ -# aix, motif, ppc - antZip& \ -# hpux, motif, PA_RISC - antZip& \ -# macosx, carbon, ppc - antZip - -#Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles. -allowBinaryCycles = true - -#Sort bundles depenedencies across all features instead of just within a given feature. -#flattenDependencies = true - -#Parallel compilation, requires flattenedDependencies=true -#parallelCompilation=true -#parallelThreadCount= -#parallelThreadsPerProcessor= - -#Set to true if you want the output to be ready for an update jar (no site.xml generated) -#outputUpdateJars = false - -#Set to true for Jnlp generation -#codebase should be a URL that will be used as the root of all relative URLs in the output. -#generateJnlp=false -#jnlp.codebase= -#jnlp.j2se= -#jnlp.locale= -#jnlp.generateOfflineAllowed=true or false generate attribute in the generated features -#jnlp.configs=${configs} #uncomment to filter the content of the generated jnlp files based on the configuration being built - -#Set to true if you want to sign jars -#signJars=false -#sign.alias= -#sign.keystore= -#sign.storepass= -#sign.keypass= - -#Arguments to send to the zip executable -zipargs= - -#Arguments to send to the tar executable -tarargs= - -#Control the creation of a file containing the version included in each configuration - on by default -#generateVersionsLists=false - -############ REPO MIRROR OPTIONS CONTROL ############ -# Default values for the slicingOptions and raw attribute of the p2.mirror Ant target used to generate the p2 repo (buildRepo) -# Note that the default values used by PDE/Build are different from the default values for p2.mirror's slicingOptions and raw attribute -# See http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm for the details -# of each setting. -#p2.mirror.slicing.filter= -#p2.mirror.slicing.followOnlyFilteredRequirements=false -#p2.mirror.slicing.followStrict=false -#p2.mirror.slicing.includeFeatures=true -#p2.mirror.slicing.includeNonGreedy=false -#p2.mirror.slicing.includeOptional=true -#p2.mirror.slicing.platformFilter= -#p2.mirror.slicing.latestVersionOnly=false - -#p2.mirror.raw=false - -############## SOURCE BUNDLE CONTROL ################ -# Set this property to have source bundles created and output into build repository. -# This does NOT put them in the build output (e.g., product) itself. -# Valid values are: not set, built, all. -# built = only source for bundles that are actually built/compiled in this run are output -# all = all available source is collected and output -#sourceBundleMode=all - -# When outputting autogenerated source bundles a feature is created to contain all the automatic -# source bundles. Typically this feature is not needed and can be ignored. As such, it is given a default -# name and version. These properties can be used to override the defaults. -# sourceBundleTemplateFeature - can specify an existing feature which will be augmented to form the generated source feature -# sourceBundleFeatureId - will be the id of generated source feature which contains all the generated source bundles, default value -# is sourceBundleTemplateFeature + ".source" if sourceBundleTemplateFeature is specified -#sourceBundleTemplateFeature= -#sourceBundleFeatureId= -#sourceBundleFeatureVersion= - -############## BUILD NAMING CONTROL ################ -# The directory into which the build elements are fetched and where -# the build takes place. -buildDirectory=${user.home}/eclipse.build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -#The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde. -#The value will only be applied to plugin or features indicating build.properties, qualifier = context -#forceContextQualifier= - -#Enable / disable the generation of a suffix for the features that use .qualifier. -#The generated suffix is computed according to the content of the feature -#generateFeatureVersionSuffix=true - -############# BASE CONTROL ############# -# Settings for the base Eclipse components and Java class libraries -# against which you are building. -# Base location for anything the build needs to compile against. For example, -# in most RCP app or a plug-in, the baseLocation should be the location of a previously -# installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack. - -base= -baseLocation=${base}/eclipse - -#Folder containing repositories whose content is needed to compile against -#repoBaseLocation=${base}/repos -#Folder where the content of the repositories from ${repoBaseLocation} will be made available as a form suitable to be compiled against -#transformedRepoLocation=${base}/transformedRepos - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -baseos=win32 -basews=win32 -basearch=x86 - -#this property indicates whether you want the set of plug-ins and features to be considered during the build to be limited to the ones reachable from the features / plugins being built -filteredDependencyCheck=false - -#this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons) -resolution.devMode=false - -#pluginPath is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :) -#a location is one of: -#- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo -#- a directory that contains a /plugins or /features subdirectory -#- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml -#pluginPath= - -skipBase=true -eclipseURL= -eclipseBuildId= -eclipseBaseURL=${eclipseURL}/eclipse-platform-${eclipseBuildId}-win32.zip - - -############# MAP FILE CONTROL ################ -# This section defines CVS tags to use when fetching the map files from the repository. -# If you want to fetch the map file from repository / location, change the getMapFiles target in the customTargets.xml - -skipMaps=true -mapsRepo=:pserver:anonymous@example.com/path/to/repo -mapsRoot=path/to/maps -mapsCheckoutTag=HEAD - -#tagMaps=true -mapsTagTag=v${buildId} - - -############ REPOSITORY CONTROL ############### -# This section defines properties parameterizing the repositories where plugins, fragments -# bundles and features are being obtained from. - -# The tags to use when fetching elements to build. -# By default thebuilder will use whatever is in the maps. -# This value takes the form of a comma separated list of repository identifier (like used in the map files) and the -# overriding value -# For example fetchTag=CVS=HEAD, SVN=v20050101 -# fetchTag=HEAD -skipFetch=true - - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=${java.home}/lib/rt.jar - -# specific JRE locations to compile against. These values are used to compile bundles specifying a -# Bundle-RequiredExecutionEnvironment. Uncomment and set values for environments that you support -#CDC-1.0/Foundation-1.0= /path/to/rt.jar -#CDC-1.1/Foundation-1.1= -#OSGi/Minimum-1.0= -#OSGi/Minimum-1.1= -#JRE-1.1= -#J2SE-1.2= -#J2SE-1.3= -#J2SE-1.4= -#J2SE-1.5= -#JavaSE-1.6= -#PersonalJava-1.1= -#PersonalJava-1.2= -#CDC-1.0/PersonalBasis-1.0= -#CDC-1.0/PersonalJava-1.0= -#CDC-1.1/PersonalBasis-1.1= -#CDC-1.1/PersonalJava-1.1= - -# Specify the output format of the compiler log when eclipse jdt is used -logExtension=.log - -# Whether or not to include debug info in the output jars -javacDebugInfo=false - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# Enable or disable verbose mode of the compiler -javacVerbose=true - -# Extra arguments for the compiler. These are specific to the java compiler being used. -#compilerArg= - -# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties -#javacSource=1.3 - -# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties. -#javacTarget=1.1 - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/customAssembly.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/customAssembly.xml deleted file mode 100644 index 7abef5d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/customAssembly.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/customTargets.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/customTargets.xml deleted file mode 100644 index a8fba83..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/headless-build/customTargets.xml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/customTargets.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/customTargets.xml deleted file mode 100644 index eac9576..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/customTargets.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/packager.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/packager.properties deleted file mode 100644 index 293c593..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/packager.properties +++ /dev/null @@ -1,120 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -#The directory used as a base for the all process -baseDirectory = - -#Setting this to true will cause the dependency analysis to only be done on the features and plugins reachble from the ${featureList}. -filteredDependencyCheck=false - -# A comma separated list of feature ids that will be part of the archive. -featureList = - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. -# By default the value is *,*,* which is platform independant -#config=win32, win32, x86 & \ -# linux, gtk, ppc &\ -# linux, gtk, x86 & \ -# linux, gtk, x86_64 & \ -# linux, motif, x86 & \ -# solaris, motif, sparc & \ -# solaris, gtk, sparc & \ -# aix, motif, ppc & \ -# hpux, motif, PA_RISC & \ -# macosx, carbon, ppc - -#Set this variable to normalize plug-in and feature names while packaging -normalizeWhilePackaging=true - -################ DOWNLOAD ############################ -#Skip any download and unzipping work because the things to be packaged are already available in ${target} -#Comment the property if you want the download and unzip to occur. -prefilledTarget = true - - -#Don't download packager map files, they should already exist in ${downloadDirectory} -#comment out this property to download the map file from packagerMapURL -#skipMaps = true -#The URL from which to download the packager map file. If more than one file needs to be downloaded, edit the getMapFiles target in your customTargets.xml -#packagerMapURL = - -#Don't download the archives. -#skipFetch = true - -# A comma seperated list of the component from which the features listed in featureList can be found -# This is used as a optimization to avoid unnecessary downloads. -# * should be specified if you don't know -componentFilter=* - -# A comma separated list of filters used to optimize the download of archives. -#Values in this filter should match the -contentFilter=sdk - - -################ FOLDERS ############################ -# The place in which all the scripts will be contained -workingDirectory = ${baseDirectory}/workingPlace -buildDirectory = ${workingDirectory} - -# The folder in which all the zips will be downloaded -downloadDirectory = ${baseDirectory}/toPackage - -# The folder where all the operations are being done -tempDirectory = ${baseDirectory}/temp - -# The place in which the zips are located -sourceFolder = ${downloadDirectory} - -################# SOURCES ########################### -# A comma separated lists of places where plugins and features will be looked for -target = ${tempDirectory}/eclipse - -################## MISC ########################## -# This controls the build id in the default name of the archive -buildId=MyProduct - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -#Set the name of the archive that will result from the product build. -#archiveNamePrefix = - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -#The format of the archive. By default a zip is created using antZip. -#archivesFormat=win32, win32, x86 - antZip& \ -# linux, gtk, ppc - antZip &\ -# linux, gtk, x86 - antZip& \ -# linux, gtk, x86_64 - antZip& \ -# linux, motif, x86 - antZip& \ -# solaris, motif, sparc - antZip& \ -# solaris, gtk, sparc - antZip& \ -# aix, motif, ppc - antZip& \ -# hpux, motif, PA_RISC - antZip& \ -# macosx, carbon, ppc - antZip - -# extra arguments to be passed to zip / unzip (-y is usually used on unix for zip) -zipargs= -unzipArgs= - -# the prefix in the archive -archivePrefix=eclipse - -# the folder in which the files that will be added to the archive will be placed -collectingFolder=eclipse - - -############### PACKAGING.PROPERTIES ############################# -# a relative path to the file containing the properties for element to package -packagingProperties = packaging.properties diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/packaging.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/packaging.properties deleted file mode 100644 index be53c51..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/packager/packaging.properties +++ /dev/null @@ -1,28 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# The chmod and links must indicate a path relative to the root directory. - -# List the files and folders to be copied into the root of eclipse for all platform -# configurations -root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/ -root.permissions.755=eclipse,*.so* -root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse - -root.win32.win32.x86=eclipse.exe, eclipsec.exe -root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm -root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm -root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm -root.linux.gtk.ppc=eclipse -root.macosx.carbon.ppc=eclipse,Eclipse.app/ -root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS -root.aix.motif.ppc=eclipse -root.hpux.motif.PA_RISC=eclipse -root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/plugins/customBuildCallbacks.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/plugins/customBuildCallbacks.xml deleted file mode 100644 index db9b2e1..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.build_3.7.0.v20111116-2009/templates/plugins/customBuildCallbacks.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.core_3.7.1.v20120103_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.core_3.7.1.v20120103_r372.jar deleted file mode 100644 index 40c589f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.core_3.7.1.v20120103_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.doc.user_3.7.2.v20120120-1417.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.doc.user_3.7.2.v20120120-1417.jar deleted file mode 100644 index da1079e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.doc.user_3.7.2.v20120120-1417.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ds.core_1.0.100.v20100601.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ds.core_1.0.100.v20100601.jar deleted file mode 100644 index 664dc8f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ds.core_1.0.100.v20100601.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ds.ui_1.0.100.v20111213-1754.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ds.ui_1.0.100.v20111213-1754.jar deleted file mode 100644 index a20335c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ds.ui_1.0.100.v20111213-1754.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.junit.runtime_3.4.100.v20110928-1516.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.junit.runtime_3.4.100.v20110928-1516.jar deleted file mode 100644 index 7bc26ca..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.junit.runtime_3.4.100.v20110928-1516.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.launching_3.6.0.v20110506.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.launching_3.6.0.v20110506.jar deleted file mode 100644 index 8f792cb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.launching_3.6.0.v20110506.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.runtime_3.4.201.v20110928-1516.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.runtime_3.4.201.v20110928-1516.jar deleted file mode 100644 index fbaceec..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.runtime_3.4.201.v20110928-1516.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ua.core_1.0.100.v20110516.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ua.core_1.0.100.v20110516.jar deleted file mode 100644 index 573e1ff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ua.core_1.0.100.v20110516.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ua.ui_1.0.100.v20110516.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ua.ui_1.0.100.v20110516.jar deleted file mode 100644 index fbfbfb9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ua.ui_1.0.100.v20110516.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ui.templates_3.4.400.v20110928-1516.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ui.templates_3.4.400.v20110928-1516.jar deleted file mode 100644 index aa1ecf6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ui.templates_3.4.400.v20110928-1516.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ui_3.6.100.v20120103_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ui_3.6.100.v20120103_r372.jar deleted file mode 100644 index 17e4237..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde.ui_3.6.100.v20120103_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.pde_3.7.2.v201202080800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.pde_3.7.2.v201202080800.jar deleted file mode 100644 index 063c225..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.pde_3.7.2.v201202080800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform.doc.isv_3.7.2.v20120120-1417.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.platform.doc.isv_3.7.2.v20120120-1417.jar deleted file mode 100644 index 66a270b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform.doc.isv_3.7.2.v20120120-1417.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform.doc.user_3.7.1.r372_v20111202.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.platform.doc.user_3.7.1.r372_v20111202.jar deleted file mode 100644 index 97323e8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform.doc.user_3.7.1.r372_v20111202.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform.source_3.7.2.v201202080800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.platform.source_3.7.2.v201202080800.jar deleted file mode 100644 index 89acc9d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform.source_3.7.2.v201202080800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/ECLIPSEF.RSA deleted file mode 100644 index b4a6165..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/ECLIPSEF.SF deleted file mode 100644 index b46015a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,170 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: GLucoVj9CKUgZ1VXNFfB3kBqRSY= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: YiSWs8sZLqp5JQcmgialDQfNC+Q= - -Name: images/topiclabel/wn_migrate48_hov.gif -SHA1-Digest: PiwFgHazgc8SIGl/oti+P2zLKsc= - -Name: intro/css/whatsnew.properties -SHA1-Digest: t99cjGj5mTzuUg2do0teAP6fzzA= - -Name: eclipse.png -SHA1-Digest: +LhrRAo2/ZU907ekuAodgDhrOIU= - -Name: about.ini -SHA1-Digest: 3tRVmcACc9ekdbjEuHD+KlN4gfU= - -Name: macosx_narrow_book.css -SHA1-Digest: 8J/M6n+c7VFylsVAZdhTlZ+vXz0= - -Name: images/topiclabel/ov_wbbasics48.gif -SHA1-Digest: oWojUiR1WBlGtZEsM7txIHQ3Q9E= - -Name: intro/css/overview.properties -SHA1-Digest: XTV3uTDwqp1dy5+XY/Q5I1HpnOY= - -Name: eclipse.gif -SHA1-Digest: X7FmvlMbRwWnvCo7f8phbRbEfcI= - -Name: images/topiclabel/ov_wbbasics48_hov.gif -SHA1-Digest: TQSe+zq4qkTGG/6fHCtrmcKnPK4= - -Name: platform.jar -SHA1-Digest: DJzL+2cqqKjMG3sFQOdQkp9t4cg= - -Name: eclipse32.png -SHA1-Digest: Yg2IAx+o7H2tbLyk4cwOAV+K+R4= - -Name: intro-eclipse.png -SHA1-Digest: CJvW3yEUeROOUEK4ZgBcmly0Z1k= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: about.mappings -SHA1-Digest: 4H3P6/02DXTItv4RmBSfUPRZrlI= - -Name: images/topiclabel/ov_teamsup48.gif -SHA1-Digest: OsElRFQSFh3jJgsmon2s9QCfwe4= - -Name: images/topiclabel/tu_merge48.gif -SHA1-Digest: UP3+phgtp3bSprMVq4tSiRIL0JI= - -Name: images/topiclabel/arrow.gif -SHA1-Digest: nJK4gPtQBJLJcQMLOFJXJvK4gLU= - -Name: about.properties -SHA1-Digest: nBzfPE3cfKyAozb2L/EEA25cw18= - -Name: helpData.xml -SHA1-Digest: TZXnzPn4n3gBwQF0ydaxhmY1w3g= - -Name: images/topiclabel/ov_teamsup48_hov.gif -SHA1-Digest: ZKZr1E2Xyo7hieH3Fp+q5NQMPeo= - -Name: images/topiclabel/tu_merge48_hov.gif -SHA1-Digest: xtxSXRHbti1PLVmVeRXavwMzvso= - -Name: cheatsheets/cvs_merge.xml -SHA1-Digest: FaAOvipbrJKzOgrfFooFZ5NVVPQ= - -Name: plugin_customization.properties -SHA1-Digest: /BU7Z7eXbbgW16mEDonqO+Dx+SI= - -Name: intro/css/tutorials.properties -SHA1-Digest: 2ipkwKeXHjNzNqDiKumBtEItgyw= - -Name: eclipse32.gif -SHA1-Digest: mR8R6lSZpMMc0Udm7cyjeatLY6s= - -Name: plugin_customization.ini -SHA1-Digest: a/GckqeeBZ+Vm25Dv7v2lBKz7HU= - -Name: intro/overviewExtensionContent.xml -SHA1-Digest: DjMSj7TcD5qaDnzaWjHU2caihuA= - -Name: eclipse48.png -SHA1-Digest: 5H+0miY4gFwfzCcbuTduBcCbEpY= - -Name: images/topiclabel/wn_eclplatform48.gif -SHA1-Digest: AooAx3UMTLzrMC+eWiCtEgpeRS8= - -Name: eclipse_lg.gif -SHA1-Digest: MEjVOm9LCRnKo1GIrJoeO9622cc= - -Name: plugin.properties -SHA1-Digest: 2PF3o78pXcFjLOMIobC60EJPj0o= - -Name: images/topiclabel/wn_updates48.gif -SHA1-Digest: fLSuoNPvkl9STgSftMFToeLhbYo= - -Name: images/topiclabel/wn_eclplatform48_hov.gif -SHA1-Digest: DGUWlU5kU62JaCxSPgKE7I5vo9E= - -Name: plugin.xml -SHA1-Digest: lbZhuXCd9bGgf4o1bdH4Ex7ynk0= - -Name: intro/css/overview.css -SHA1-Digest: QIN/myt3F8vMVNj3t2B3MKZU8uU= - -Name: images/topiclabel/wn_updates48_hov.gif -SHA1-Digest: 4szF/MVsbBym+cGCzZBVaJP/pgc= - -Name: introData.xml -SHA1-Digest: rbdEVtdFXLVuOdrjxm51bMKNzFk= - -Name: eclipse48.gif -SHA1-Digest: ewmj23/WjvM7Ceh+QsnzbbwXyX8= - -Name: disabled_book.css -SHA1-Digest: bLpqfhUiGbAbtfx3E0c42hwVP9s= - -Name: narrow_book.css -SHA1-Digest: RwlCfnTG+XygntK3jqGLLuWg2Nc= - -Name: images/topiclabel/wn_eclcommunity48.gif -SHA1-Digest: sWE9Am5FXw787JocFsDVPGGhgg8= - -Name: images/topiclabel/tu_checkout48.gif -SHA1-Digest: 4Mpg1tzRFQZMWH4ZjCoFz80LLWg= - -Name: about.html -SHA1-Digest: xr2qKGgMP52ylX6t87VPIBmazXM= - -Name: intro/whatsnewExtensionContent1.xml -SHA1-Digest: /k6tWIGpGHIMQuX0sWk/97FtgNs= - -Name: intro/whatsnewExtensionContent2.xml -SHA1-Digest: ss0gzaRydrOD9IJgkZjhK3d8wq8= - -Name: intro/whatsnewExtensionContent3.xml -SHA1-Digest: 4kbFUsknO4I/WF7Mzj5HDToc5Fk= - -Name: images/topiclabel/wn_migrate48.gif -SHA1-Digest: QRZfRxz+DNtWqcgOeBJWEXCOWcI= - -Name: intro/tutorialsExtensionContent.xml -SHA1-Digest: JrYfgCanVcsvNwwdR9WJx1U6Vl4= - -Name: intro/css/whatsnew.css -SHA1-Digest: AdyiXWH4xll/guFkUn+P1Y9xG9M= - -Name: cheatsheets/cvs_checkout.xml -SHA1-Digest: VJonjDQOuxIN4zAmj9Mqd6TO0x0= - -Name: images/topiclabel/wn_eclcommunity48_hov.gif -SHA1-Digest: TChv2jPWCYEyDG6brFi9QNci/zs= - -Name: intro/css/tutorials.css -SHA1-Digest: M+MZ4vr9RJTOAUjIC3Qz3p0u6rs= - -Name: images/topiclabel/tu_checkout48_hov.gif -SHA1-Digest: L2sDh0tqvIaFQJqBDjV24VFWwgo= - -Name: book.css -SHA1-Digest: 60Ab1JD4rBjks4ZmsmwkUzsPPC8= - -Name: splash.bmp -SHA1-Digest: AqFWDHyPvxwk4EPsdrU9VvBWqo8= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/MANIFEST.MF deleted file mode 100644 index ecaf06a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/MANIFEST.MF +++ /dev/null @@ -1,185 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ClassPath: platform.jar -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J - 2SE-1.3 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.eclipse.platform; singleton:=true -Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/platfo - rm/eclipse.platform.git;path="platform/org.eclipse.platform";tag=v201 - 20204-0827 -Require-Bundle: org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)",or - g.eclipse.ui.cheatsheets;bundle-version="[3.2.0,4.0.0)";resolution:=o - ptional,org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)";resolutio - n:=optional,org.eclipse.ui;bundle-version="[3.2.0,4.0.0)";resolution: - =optional,org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)" -Bundle-Version: 3.7.2.v201202080800 -Export-Package: org.eclipse.platform.internal;x-internal:=true -Bundle-ManifestVersion: 2 - -Name: images/topiclabel/wn_migrate48_hov.gif -SHA1-Digest: M6zsZ6hi30Dy8VsM/Og4IE9IOkg= - -Name: intro/css/whatsnew.properties -SHA1-Digest: 4nCjPHm7iTBRX2cq5vxBGBYByYU= - -Name: eclipse.png -SHA1-Digest: Wn4ZtSh8OGwHMxNVSl1blf1x/8A= - -Name: about.ini -SHA1-Digest: ZK6m/9CAhsF/6xAiV7yYXjYLbng= - -Name: macosx_narrow_book.css -SHA1-Digest: jjHm301H2huNyXiXwJbHzgWn0K4= - -Name: images/topiclabel/ov_wbbasics48.gif -SHA1-Digest: 0r8/nIJipGbWXTLidf/qFRtxk88= - -Name: intro/css/overview.properties -SHA1-Digest: sR7rB50tGOD19+fqvJ1jGbzo8oY= - -Name: eclipse.gif -SHA1-Digest: qqPgXl0Cuu7J+oyLI7KYJzKh5GQ= - -Name: images/topiclabel/ov_wbbasics48_hov.gif -SHA1-Digest: WHlKtV887rTHYMMuOGAHmtibK5Y= - -Name: platform.jar -SHA1-Digest: AJdKw2/Ar9/VaslmLedMbFDBVyk= - -Name: eclipse32.png -SHA1-Digest: eCk/A3/COXL3S6qAVDOSrlsqmLw= - -Name: intro-eclipse.png -SHA1-Digest: IUrE9u5RnkRx7unbvyyosuGTAOE= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: images/topiclabel/ov_teamsup48.gif -SHA1-Digest: /3k/anFwd5sId2ruDxxEdkjRMm8= - -Name: about.mappings -SHA1-Digest: wTdMLVV2ombDkxelN4ZfANKsBTQ= - -Name: images/topiclabel/tu_merge48.gif -SHA1-Digest: /3k/anFwd5sId2ruDxxEdkjRMm8= - -Name: images/topiclabel/arrow.gif -SHA1-Digest: iyBS4QdZ6imHjGPw321lqh6SJSo= - -Name: helpData.xml -SHA1-Digest: ZR1pFHw9xoMSs25sZ0MO6v4/asI= - -Name: about.properties -SHA1-Digest: R80Tznuc9F2iTvqRc1O1FBkcuY8= - -Name: images/topiclabel/ov_teamsup48_hov.gif -SHA1-Digest: tDulFBf6WoQNfzwEyv1Uck54hqk= - -Name: images/topiclabel/tu_merge48_hov.gif -SHA1-Digest: tDulFBf6WoQNfzwEyv1Uck54hqk= - -Name: plugin_customization.properties -SHA1-Digest: YD7gZEVzYiOkYd7BfCANIgVRb/Q= - -Name: cheatsheets/cvs_merge.xml -SHA1-Digest: avIFsf3vMC1U32F8qGLxSyq/lpo= - -Name: intro/css/tutorials.properties -SHA1-Digest: EVPXsNdjFZM29pcX0MRbnH8+WOY= - -Name: eclipse32.gif -SHA1-Digest: OEzrrdlwkZJntOw0ED9ewvFb4ms= - -Name: plugin_customization.ini -SHA1-Digest: xmAx4ie434OtxymWwrIRmyqZ9ss= - -Name: intro/overviewExtensionContent.xml -SHA1-Digest: SfOPkWtjJDCFigPMug4SwU76wTo= - -Name: eclipse48.png -SHA1-Digest: fOC/Uu6aZ5meBi9nhXV5pSTmoSk= - -Name: images/topiclabel/wn_eclplatform48.gif -SHA1-Digest: 3nsWBOR6lpxjr+FXTIxLNviYbdQ= - -Name: eclipse_lg.gif -SHA1-Digest: V1bzzsRNTt2D6InH92BXO4We/X0= - -Name: plugin.properties -SHA1-Digest: 91arbZHc5zJ24mpsvxbE7IoNgr4= - -Name: images/topiclabel/wn_updates48.gif -SHA1-Digest: jZ7rwDl0qk2syJYLk6YYn58pmbk= - -Name: images/topiclabel/wn_eclplatform48_hov.gif -SHA1-Digest: w7/OBSGFd6+YHONIDeq88ckqLJA= - -Name: plugin.xml -SHA1-Digest: HLnwKf4igaDf5w6J56bh6Jlgxzg= - -Name: intro/css/overview.css -SHA1-Digest: 4vnDNPlsnseQQYHOifEYAOAU+28= - -Name: images/topiclabel/wn_updates48_hov.gif -SHA1-Digest: aU4eMLVfJedCANwS4GLHdIfwcLg= - -Name: introData.xml -SHA1-Digest: hRUHRieYHfLpbEmuEpkQGBDq/fU= - -Name: eclipse48.gif -SHA1-Digest: wzuHxugoGF9ip2YX+dp2pqBg3X4= - -Name: disabled_book.css -SHA1-Digest: x3/plDo/tiH3FDASeesyGUCF4gM= - -Name: narrow_book.css -SHA1-Digest: /86jkfITUYJB4OWlA3NEx9IN6zo= - -Name: images/topiclabel/wn_eclcommunity48.gif -SHA1-Digest: a7O8+deDP71UBanvoHQjCgObGqI= - -Name: images/topiclabel/tu_checkout48.gif -SHA1-Digest: huJw6xHMsj2LT1Q3HgsQiEbzNFw= - -Name: about.html -SHA1-Digest: +/ZbB4iOoCwiJmEdG+67tzzJKc4= - -Name: intro/whatsnewExtensionContent1.xml -SHA1-Digest: NUBZgy79C5bRW3u9ES+GFMtqi40= - -Name: intro/whatsnewExtensionContent2.xml -SHA1-Digest: YEikkKc+ZTBDkNSqaSvABYsmuXs= - -Name: intro/whatsnewExtensionContent3.xml -SHA1-Digest: glrMlLSG/ugMTVtyQINGnw6ZdIg= - -Name: images/topiclabel/wn_migrate48.gif -SHA1-Digest: huJw6xHMsj2LT1Q3HgsQiEbzNFw= - -Name: intro/css/whatsnew.css -SHA1-Digest: jmuWdg8Bxhr6CT2FH7xspqR8/RE= - -Name: intro/tutorialsExtensionContent.xml -SHA1-Digest: pzSSeJDAvRK9lDRPhRYMsfhAv9I= - -Name: cheatsheets/cvs_checkout.xml -SHA1-Digest: pIAK2OoHSqtHD7eVdgBujxeGs2s= - -Name: images/topiclabel/wn_eclcommunity48_hov.gif -SHA1-Digest: u1+mxDrTyo6yu/dvN/Bh90rSFpk= - -Name: images/topiclabel/tu_checkout48_hov.gif -SHA1-Digest: M6zsZ6hi30Dy8VsM/Og4IE9IOkg= - -Name: intro/css/tutorials.css -SHA1-Digest: pfL+vsuZVeqHonEoVb6FBRiugts= - -Name: splash.bmp -SHA1-Digest: HGcvtpebjGDxKLhDR4mrdnAS1J8= - -Name: book.css -SHA1-Digest: +jMjY3GD/AZ8AWyoyyzOCICTMJU= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.html deleted file mode 100644 index 3989f53..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    May 11, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.ini b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.ini deleted file mode 100644 index 167f506..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.ini +++ /dev/null @@ -1,25 +0,0 @@ -# about.ini -# contains information about a feature -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# "%key" are externalized strings defined in about.properties -# This file does not need to be translated. - -# Property "aboutText" contains blurb for feature details in the "About" -# dialog (translated). Maximum 15 lines and 75 characters per line. -aboutText=%blurb - -# Property "featureImage" contains path to feature image (32x32) -featureImage=eclipse32.png - -# Property "welcomePage" contains path to welcome page (special XML-based format) -# ($nl$/ prefix to permit locale-specific translations of entire file) -welcomePage=$nl$/welcome.xml - -# Property "welcomePerspective" contains the id of the perspective in which the -# welcome page is to be opened. -# optional - -# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page -# optional -tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.mappings b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.mappings deleted file mode 100644 index 08fdb1c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.mappings +++ /dev/null @@ -1,6 +0,0 @@ -# about.mappings -# contains fill-ins for about.properties -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file does not need to be translated. - -0=M20120208-0800 \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.properties deleted file mode 100644 index 8ed361e..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/about.properties +++ /dev/null @@ -1,28 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2012 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# about.properties -# contains externalized strings for about.ini -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# fill-ins are supplied by about.mappings -# This file should be translated. -# -# Do not translate any values surrounded by {} - -blurb=Eclipse Platform\n\ -\n\ -Version: {featureVersion}\n\ -Build id: {0}\n\ -\n\ -(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\ -Visit http://www.eclipse.org/platform\n\ -\n\ -This product includes software developed by the\n\ -Apache Software Foundation http://www.apache.org/ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/book.css b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/book.css deleted file mode 100644 index d3c40e1..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/book.css +++ /dev/null @@ -1,108 +0,0 @@ -P.Code { - display: block; - text-align: left; - text-indent: 0.00pt; - margin-top: 0.000000pt; - margin-bottom: 0.000000pt; - margin-right: 0.000000pt; - margin-left: 15pt; - font-weight: normal; - font-style: normal; - color: #4444CC; - text-decoration: none; - vertical-align: baseline; - text-transform: none; - font-family: "Courier New", Courier, monospace; -} -H6.CaptionFigColumn { - display: block; - text-align: left; - text-indent: 0.000000pt; - margin-top: 3.000000pt; - margin-bottom: 11.000000pt; - margin-right: 0.000000pt; - margin-left: 0.000000pt; - font-size: 75%; - font-weight: bold; - font-style: Italic; - color: #000000; - text-decoration: none; - vertical-align: baseline; - text-transform: none; -} -P.Note { - display: block; - text-align: left; - text-indent: 0pt; - margin-top: 19.500000pt; - margin-bottom: 19.500000pt; - margin-right: 0.000000pt; - margin-left: 30pt; - font-size: 110%; - font-weight: normal; - font-style: Italic; - color: #000000; - text-decoration: none; - vertical-align: baseline; - text-transform: none; -} -EM.UILabel { - font-weight: Bold; - font-style: normal; - text-decoration: none; - vertical-align: baseline; - text-transform: none; -} -EM.CodeName { - font-weight: Bold; - font-style: normal; - text-decoration: none; - vertical-align: baseline; - text-transform: none; - font-family: "Courier New", Courier, monospace; -} -UL.NavList { - margin-left: 1.5em; - padding-left: 0px; - list-style-type: none; -} - -body, html { border: 0px } - - -/* following font face declarations need to be removed for DBCS */ - -body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000} -pre, code { font-family: "Courier New", Courier, monospace;} - -/* end font face declarations */ - -@media print { - html { font-size: 12pt } -} - -body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em } -h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px } -h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px } -h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px } -h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic } -p { margin-top: 10px; margin-bottom: 10px } -pre { font-size: 93%; margin-left: 6; color: #4444CC } -code { font-size: 93%; } -table { font-size: 100% } /* needed for quirks mode */ -a:link { color: #0000FF } -a:hover { color: #000080 } -a:visited { text-decoration: underline } -ul { margin-top: 10px; margin-bottom: 10px; } -li { margin-top: 5px; margin-bottom: 5px; } -li p { margin-top: 5px; margin-bottom: 5px; } -ol { margin-top: 10px; margin-bottom: 10px; } -dl { margin-top: 10px; margin-bottom: 10px; } -dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; } -dd { margin-top: 5px; margin-bottom: 5px; } -strong { font-weight: bold} -em { font-style: italic} -var { font-style: italic} -div.revision { border-left-style: solid; border-left-width: thin; - border-left-color: #7B68EE; padding-left:5 } -th { font-weight: bold } diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/cheatsheets/cvs_checkout.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/cheatsheets/cvs_checkout.xml deleted file mode 100644 index af369e4..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/cheatsheets/cvs_checkout.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - This cheat sheet shows you how to explore a CVS repository and check out - a project. If you need help at any step, click on the (?) icon to the - right. - - - - - - From the main menu, select Window > Open Perspective > Other..., - then select the CVS Repository Exploring perspective. - - - - - - - - In the CVS Repositories view, click on the Add CVS Repository - toolbar button. Enter the location and authentication information for - the repository. For example, for the eclipse repository, enter the - following:
    -
    - Host: dev.eclipse.org
    - Repository path: /cvsroot/eclipse
    - User: anonymous
    - Connection type: pserver
    -
    - Use defaults for the rest, then click Finish. -
    -
    - - - - Expand the HEAD node under the newly added repository, and locate - the project you wish to check out (e.g. to find the source code for the - cheat sheet view, this is in org.eclipse.ui.cheatsheets) - - - - - - Right click on the project you wish to check out and select Check - Out. This will download the latest content from the repository into - your workspace. - - - - - - To see the project in your workspace, switch to the Resource - perspective via Window > Open Perspective > Resource to see the - project in the Project Explorer view. You can now view and work with the - contents of the project. - - - -
    diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/cheatsheets/cvs_merge.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/cheatsheets/cvs_merge.xml deleted file mode 100644 index a33f50b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/cheatsheets/cvs_merge.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - This cheat sheet shows you the steps to merge changes from one CVS branch - into another, or into HEAD. If you need help at any step, click on the (?) - icon to the right. - - - - - - The first step is to decide which two branches will be merged, at - which version the content was branched, and what the - destination branch will be (where the result of the merge will go). - Once you have this information, you can move on to the next step. - - - - - - Before merging, you must check out the project you wish to merge - and bring it into your workspace. You can do this either via the import - wizard or by adding your repository from the CVS Repository Exploring - perspective, or click the (?) button for help. - - - - - - In the navigator, right-click on the project and select Replace With > - Another Branch or Version. Select the destination branch. This will load - the branch's latest content into your workspace. - - - - - - Again in the navigator, right-click on the project and select Team - > Merge and complete the steps in the wizard. In this wizard you - specify the details of the merge. - - - - - - In the Merge editor manually merge the changes. This step loads the - required changes into the workspace. Once you've merged all the changes - and are satisfied with the result, move on to the next step. - - - - - - Right-click on the project and select Team > Synchronize with - Repository and then commit all the changes to the repository. This - step finalizes the transfer of the changes from the workspace to the CVS - repository, and finalizes the merge. - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/disabled_book.css b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/disabled_book.css deleted file mode 100644 index 5abd004..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/disabled_book.css +++ /dev/null @@ -1 +0,0 @@ -/* This CSS is applied after all other CSSs for topics that belong to the disabled capabilities. The DIV for the notice injected at the top of the document is 'help-disabledTopic'. */ #help-disabledTopic { color: Highlight; font-weight: medium; margin-top: 1.0em; margin-bottom: 1.0em; } #help-disabledTopic hr { color: #C0C0C0; noshade; } \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse.gif deleted file mode 100644 index 7d7e32b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse.png b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse.png deleted file mode 100644 index 25e3bb5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse32.gif deleted file mode 100644 index e6ad7cc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse32.png b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse32.png deleted file mode 100644 index 568fac1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse32.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse48.gif deleted file mode 100644 index 80a40d6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse48.png deleted file mode 100644 index 1c939c8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse_lg.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse_lg.gif deleted file mode 100644 index bf8b872..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/eclipse_lg.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/helpData.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/helpData.xml deleted file mode 100644 index 0838605..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/helpData.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/arrow.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/arrow.gif deleted file mode 100644 index 7d4c3f1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/arrow.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_teamsup48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_teamsup48.gif deleted file mode 100644 index ed93db0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_teamsup48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_teamsup48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_teamsup48_hov.gif deleted file mode 100644 index 464e9af..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_teamsup48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_wbbasics48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_wbbasics48.gif deleted file mode 100644 index d0102c9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_wbbasics48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_wbbasics48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_wbbasics48_hov.gif deleted file mode 100644 index cc830b0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/ov_wbbasics48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_checkout48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_checkout48.gif deleted file mode 100644 index f3de4d2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_checkout48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_checkout48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_checkout48_hov.gif deleted file mode 100644 index ffa86f9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_checkout48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_merge48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_merge48.gif deleted file mode 100644 index ed93db0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_merge48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_merge48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_merge48_hov.gif deleted file mode 100644 index 464e9af..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/tu_merge48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclcommunity48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclcommunity48.gif deleted file mode 100644 index 075cfaa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclcommunity48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclcommunity48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclcommunity48_hov.gif deleted file mode 100644 index 7ec2cce..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclcommunity48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclplatform48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclplatform48.gif deleted file mode 100644 index f6fa59f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclplatform48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclplatform48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclplatform48_hov.gif deleted file mode 100644 index 8624fc1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_eclplatform48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_migrate48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_migrate48.gif deleted file mode 100644 index f3de4d2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_migrate48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_migrate48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_migrate48_hov.gif deleted file mode 100644 index ffa86f9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_migrate48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_updates48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_updates48.gif deleted file mode 100644 index f2f80d8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_updates48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_updates48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_updates48_hov.gif deleted file mode 100644 index 08fbbed..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/images/topiclabel/wn_updates48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro-eclipse.png b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro-eclipse.png deleted file mode 100644 index 015e7fc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro-eclipse.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/overview.css b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/overview.css deleted file mode 100644 index cc5d6ad..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/overview.css +++ /dev/null @@ -1,5 +0,0 @@ -a#basics img { background-image : url('../../images/topiclabel/ov_wbbasics48.gif'); } -a#basics:hover img { background-image : url('../../images/topiclabel/ov_wbbasics48_hov.gif'); } - -a#team img { background-image : url('../../images/topiclabel/ov_teamsup48.gif'); } -a#team:hover img { background-image : url('../../images/topiclabel/ov_teamsup48_hov.gif'); } \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/overview.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/overview.properties deleted file mode 100644 index c7e33e7..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/overview.properties +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -overview.page-content.overview-links.layout.vspacing = 35 - -overview.basics.link-icon = images/topiclabel/ov_wbbasics48.gif -overview.basics.hover-icon = images/topiclabel/ov_wbbasics48_hov.gif - -overview.team.link-icon = images/topiclabel/ov_teamsup48.gif -overview.team.hover-icon = images/topiclabel/ov_teamsup48_hov.gif - -overview.subtitle-id = overview/page-content/page-title -overview.description-id = overview/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/tutorials.css b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/tutorials.css deleted file mode 100644 index 92770e2..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/tutorials.css +++ /dev/null @@ -1,5 +0,0 @@ -a#cvs_checkout img { background-image : url('../../images/topiclabel/tu_checkout48.gif'); } -a#cvs_checkout:hover img { background-image : url('../../images/topiclabel/tu_checkout48_hov.gif'); } - -a#cvs_merge img { background-image : url('../../images/topiclabel/tu_merge48.gif'); } -a#cvs_merge:hover img { background-image : url('../../images/topiclabel/tu_merge48_hov.gif'); } diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/tutorials.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/tutorials.properties deleted file mode 100644 index d065463..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/tutorials.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -tutorials.cvs_checkout.link-icon = images/topiclabel/tu_checkout48.gif -tutorials.cvs_checkout.hover-icon = images/topiclabel/tu_checkout48_hov.gif - -tutorials.cvs_merge.link-icon = images/topiclabel/tu_merge48.gif -tutorials.cvs_merge.hover-icon = images/topiclabel/tu_merge48_hov.gif - -tutorials.subtitle-id = tutorials/page-content/page-title -tutorials.description-id = tutorials/page-content/page-description diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/whatsnew.css b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/whatsnew.css deleted file mode 100644 index 5515caa..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/whatsnew.css +++ /dev/null @@ -1,50 +0,0 @@ - -a#platform-noteworthy img { background-image : url(../../images/topiclabel/wn_eclplatform48.gif); } -a#platform-noteworthy:hover img { background-image : url(../../images/topiclabel/wn_eclplatform48_hov.gif); } - -a#updates img { background-image : url(../../images/topiclabel/wn_updates48.gif); } -a#updates:hover img { background-image : url(../../images/topiclabel/wn_updates48_hov.gif); } - -a#eclipse img { background-image : url(../../images/topiclabel/wn_eclcommunity48.gif); } -a#eclipse:hover img { background-image : url(../../images/topiclabel/wn_eclcommunity48_hov.gif); } - -a#migration img { background-image : url(../../images/topiclabel/wn_migrate48.gif); } -a#migration:hover img { background-image : url(../../images/topiclabel/wn_migrate48_hov.gif); } - -div#rss-news { - position: relative; - top: -25px; - margin-bottom: -25px; - margin-left: 52px; -} - -#rss-news .div-label { - font-size: 9pt; -} - -#rss-news .provided-content { -} - -#rss-news .status-text { - font-weight: normal; - color: #909090; - font-size: 8pt; -} - -ul#eclipse-news { - list-style-type: none; - list-style-image: url("../../images/topiclabel/arrow.gif"); - margin-left: 10px; - margin-top: 5px; -} - -ul#eclipse-news li { -} - -ul#eclipse-news a { - font-weight: normal; -} - -ul#eclipse-news a:hover { - text-decoration: underline; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/whatsnew.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/whatsnew.properties deleted file mode 100644 index 34b0f1c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/css/whatsnew.properties +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -whatsnew.platform-noteworthy.link-icon = images/topiclabel/wn_eclplatform48.gif -whatsnew.platform-noteworthy.hover-icon = images/topiclabel/wn_eclplatform48_hov.gif - -whatsnew.updates.link-icon = images/topiclabel/wn_updates48.gif -whatsnew.updates.hover-icon = images/topiclabel/wn_updates48_hov.gif - -whatsnew.eclipse.link-icon = images/topiclabel/wn_eclcommunity48.gif -whatsnew.eclipse.hover-icon = images/topiclabel/wn_eclcommunity48_hov.gif - -whatsnew.migration.link-icon = images/topiclabel/wn_migrate48.gif -whatsnew.migration.hover-icon = images/topiclabel/wn_migrate48_hov.gif - -whatsnew.page-content.layout.vspacing = 40 - -whatsnew.subtitle-id = news/page-content/page-title diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/overviewExtensionContent.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/overviewExtensionContent.xml deleted file mode 100644 index 3f6bd32..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/overviewExtensionContent.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Learn about basic Eclipse workbench concepts - - - Find out how to collaborate with other developers - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/tutorialsExtensionContent.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/tutorialsExtensionContent.xml deleted file mode 100644 index 28c6145..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/tutorialsExtensionContent.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - Learn how to connect to a CVS repository and check out a project. - - - Follow the steps for merging changes from one CVS branch into another. - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent1.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent1.xml deleted file mode 100644 index c600269..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent1.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - Find out about the major new features in this release - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent2.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent2.xml deleted file mode 100644 index 490435d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent2.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - Get the latest updates from Eclipse.org - - - Join the community, read articles and news on Eclipse.org - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent3.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent3.xml deleted file mode 100644 index 5292031..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/intro/whatsnewExtensionContent3.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - Learn what you need to do to make your old code work in Eclipse 3.7 - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/introData.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/introData.xml deleted file mode 100644 index 2b1c002..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/introData.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/macosx_narrow_book.css b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/macosx_narrow_book.css deleted file mode 100644 index 344e5e4..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/macosx_narrow_book.css +++ /dev/null @@ -1 +0,0 @@ -h1,h2 { color: Black } \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/narrow_book.css b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/narrow_book.css deleted file mode 100644 index 09a9aa1..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/narrow_book.css +++ /dev/null @@ -1 +0,0 @@ -P.Code { display: block; text-align: left; text-indent: 0.00pt; margin-top: 0.000000pt; margin-bottom: 0.000000pt; margin-right: 0.000000pt; margin-left: 1.5em; font-size: 100%; font-weight: medium; font-style: Regular; color: #4444CC; text-decoration: none; vertical-align: baseline; text-transform: none; font-family: "Courier New"; } H6.CaptionFigColumn { display: block; text-align: left; text-indent: 0.000000pt; margin-top: 0.3em; margin-bottom: 1.1em; margin-right: 0.000000pt; margin-left: 0.000000pt; font-size: 90%; font-weight: medium; font-style: Italic; color: #000000; text-decoration: none; vertical-align: baseline; text-transform: none; font-family: "Arial"; } P.Note { display: block; text-align: left; text-indent: 0pt; margin-top: 1.95em; margin-bottom: 1.95em; margin-right: 0.000000pt; margin-left: 3.0em; font-size: 110%; font-weight: medium; font-style: Italic; color: #000000; text-decoration: none; vertical-align: baseline; text-transform: none; font-family: "Arial"; } EM.UILabel { font-weight: Bold; font-style: Regular; text-decoration: none; vertical-align: baseline; text-transform: none; } EM.CodeName { font-weight: Bold; font-style: Regular; text-decoration: none; vertical-align: baseline; text-transform: none; font-family:"Courier New"; } body, html { border: 0px } /* following font face declarations need to be removed for DBCS */ body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font: message-box; color: #000000} pre { font-family: Courier, monospace} /* end font face declarations */ /* following font size declarations should be OK for DBCS */ body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font: message-box; } pre { font-size: 100% } code,samp { font-size: 100%; } /* end font size declarations */ body { background: #FFFFFF} h1 { font-size: 180%; font-weight: medium; margin-top: 0.28em; margin-bottom: 0.05em; color: Highlight } h2 { font-size: 140%; font-weight: bold; margin-top: 0.22em; margin-bottom: 3; color: Highlight } h3 { font-size: 110%; font-weight: bold; margin-top: 0.18em; margin-bottom: 3 } h4 { font-size: 100%; font-weight: bold; margin-top: 0.2em; margin-bottom: 3; font-style: italic } p { margin-top: 1.0em; margin-bottom: 1.0em } pre { margin-left: 6; font-size: 90% } a:link { color: #0000FF } a:hover { color: #000080 } a:visited { text-decoration: underline } ul { margin-top: 0; margin-bottom: 1.0em; margin-left : 1.0em; padding-left: 0; } li { margin-top: 0; margin-bottom: 0; padding-left: 0; margin-left: 0; } li p { margin-top: 0; margin-bottom: 0 } ol { margin-top: 0; margin-bottom: 10; padding-left: 0; margin-left: 1.4em } dl { margin-top: 0; margin-bottom: 10 } dt { margin-top: 0; margin-bottom: 0; font-weight: bold } dd { margin-top: 0; margin-bottom: 0 } strong { font-weight: bold} em { font-style: italic} var { font-style: italic} div.revision { border-left-style: solid; border-left-width: thin; border-left-color: #7B68EE; padding-left:5 } th { font-weight: bold } \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/platform.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/platform.jar deleted file mode 100644 index 5aec86f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/platform.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin.properties deleted file mode 100644 index 88d3aad..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin.properties +++ /dev/null @@ -1,42 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2012 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName=Eclipse Platform -providerName=Eclipse.org - -productName=Eclipse Platform -productBlurb=Eclipse Platform\n\ -\n\ -Version: 3.7.2\n\ -Build id: {0}\n\ -\n\ -(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.\n\ -Visit http://www.eclipse.org/platform\n\ -\n\ -This product includes software developed by the\n\ -Apache Software Foundation http://www.apache.org/ - -cheatsheet.actionset = Cheat Sheets -cheatsheet.item = &Cheat Sheets... -cheatsheet.category.team = Team/CVS -cheatsheet.cvs.checkout.name= Check out a CVS project -cheatsheet.cvs.checkout.desc= Learn how to connect to a CVS repository and check out a project. -cheatsheet.cvs.merge.name= Merge CVS branches -cheatsheet.cvs.merge.desc= Follow the steps for merging changes from one CVS branch into another. -shortcut.overview.tooltip = Overview -shortcut.tutorials.tooltip = Tutorials -shortcut.samples.tooltip = Samples -shortcut.whatsnew.tooltip = What's New - -productIntroTitle = Welcome to Eclipse -productIntroBrandingText = Eclipse Project -introDescription-overview = The Eclipse Platform is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. -introDescription-tutorials = Learn how to be productive using Eclipse by completing end-to-end tutorials that will guide you along the way. -introDescription-samples = Explore Eclipse by installing prefabricated samples (may require Internet connection). diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin.xml deleted file mode 100644 index fd7e2eb..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %cheatsheet.cvs.checkout.desc - - - - - %cheatsheet.cvs.merge.desc - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin_customization.ini b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin_customization.ini deleted file mode 100644 index de51636..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin_customization.ini +++ /dev/null @@ -1,37 +0,0 @@ -# plugin_customization.ini -# sets default values for plug-in-specific preferences -# keys are qualified by plug-in id -# e.g., com.example.acmeplugin/myproperty=myvalue -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# "%key" are externalized strings defined in plugin_customization.properties -# This file does not need to be translated. - -# WARNING: This file defines the preference overrides for the Platform build -# (the one with no JDT or PDE), not the SDK build (aka the IDE). -# For the SDK build, use the plugin_customization.ini file in the -# org.eclipse.sdk plug-in instead. - -# Property "org.eclipse.ui/defaultPerspectiveId" controls the -# perspective that the workbench opens initially -org.eclipse.ui/defaultPerspectiveId=org.eclipse.ui.resourcePerspective - -# new-style tabs by default -org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false - -# put the perspective switcher on the top right -org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight - -# show progress on startup -org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true - -# Welcome theme to use -org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.slate - -# Root page links to show in the Universal Welcome -org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew - -# Initial page layout of the Universal Welcome -org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml - -# Order help books in table of contents -org.eclipse.help/HELP_DATA = helpData.xml \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin_customization.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin_customization.properties deleted file mode 100644 index f2f3517..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/plugin_customization.properties +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# plugin_customization.properties -# contains externalized strings for plugin_customization.ini -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/splash.bmp b/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/splash.bmp deleted file mode 100644 index 61e5968..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.platform_3.7.2.v201202080800/splash.bmp and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.help_1.4.1.20120213-1325.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.rap.help_1.4.1.20120213-1325.jar deleted file mode 100644 index 23f8bb2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.help_1.4.1.20120213-1325.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.intro_1.4.2.20120213-1325.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.intro_1.4.2.20120213-1325.jar deleted file mode 100644 index de101a3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.intro_1.4.2.20120213-1325.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.launch.rwt_1.4.2.20120213-1325.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.launch.rwt_1.4.2.20120213-1325.jar deleted file mode 100644 index 5f10ec5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.launch.rwt_1.4.2.20120213-1325.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.launch_1.4.2.20120213-1325.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.launch_1.4.2.20120213-1325.jar deleted file mode 100644 index 388ee44..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.launch_1.4.2.20120213-1325.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.templates_1.4.2.20120213-1325.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.templates_1.4.2.20120213-1325.jar deleted file mode 100644 index 4a85320..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.rap.ui.templates_1.4.2.20120213-1325.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.rcp.source_3.7.2.v201202080800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.rcp.source_3.7.2.v201202080800.jar deleted file mode 100644 index e5e6764..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.rcp.source_3.7.2.v201202080800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.rcp_3.7.2.v201202080800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.rcp_3.7.2.v201202080800.jar deleted file mode 100644 index 2a51e32..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.rcp_3.7.2.v201202080800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.search.source_3.7.0.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.search.source_3.7.0.v20110928-1504.jar deleted file mode 100644 index 8e77415..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.search.source_3.7.0.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.search_3.7.0.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.search_3.7.0.v20110928-1504.jar deleted file mode 100644 index 2508192..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.search_3.7.0.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.carbon.macosx.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.carbon.macosx.source_3.7.1.v3738a.jar deleted file mode 100644 index 404cb13..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.carbon.macosx.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.carbon.macosx_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.carbon.macosx_3.7.1.v3738a.jar deleted file mode 100644 index 2a99793..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.carbon.macosx_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.source_3.7.1.v3738a.jar deleted file mode 100644 index 74f4ef4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.x86_64.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.x86_64.source_3.7.1.v3738a.jar deleted file mode 100644 index 926f7d9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.x86_64.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.7.1.v3738a.jar deleted file mode 100644 index 41c0774..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx_3.7.1.v3738a.jar deleted file mode 100644 index acdca6f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.cocoa.macosx_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc.source_3.7.1.v3738a.jar deleted file mode 100644 index 6035c13..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc64.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc64.source_3.7.1.v3738a.jar deleted file mode 100644 index 9439893..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc64.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc64_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc64_3.7.1.v3738a.jar deleted file mode 100644 index 59ff097..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc64_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc_3.7.1.v3738a.jar deleted file mode 100644 index 708b548..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.aix.ppc_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.hpux.ia64_32.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.hpux.ia64_32.source_3.7.1.v3738a.jar deleted file mode 100644 index dc0b7da..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.hpux.ia64_32.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.hpux.ia64_32_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.hpux.ia64_32_3.7.1.v3738a.jar deleted file mode 100644 index 08db3d2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.hpux.ia64_32_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.ppc64.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.ppc64.source_3.7.1.v3738a.jar deleted file mode 100644 index 52a4c7c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.ppc64.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.ppc64_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.ppc64_3.7.1.v3738a.jar deleted file mode 100644 index fe382ff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.ppc64_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390.source_3.7.1.v3738a.jar deleted file mode 100644 index 35ec880..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390_3.7.1.v3738a.jar deleted file mode 100644 index 54bb0c2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390x.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390x.source_3.7.1.v3738a.jar deleted file mode 100644 index ab80b7c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390x.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390x_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390x_3.7.1.v3738a.jar deleted file mode 100644 index 0caca54..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.s390x_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86.source_3.7.1.v3738a.jar deleted file mode 100644 index d529dd3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_3.7.1.v3738a.jar deleted file mode 100644 index 89e1be3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_64.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_64.source_3.7.1.v3738a.jar deleted file mode 100644 index 0902b8c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_64.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_64_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_64_3.7.1.v3738a.jar deleted file mode 100644 index 9f548f6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.linux.x86_64_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.sparc.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.sparc.source_3.7.1.v3738a.jar deleted file mode 100644 index aa7286b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.sparc.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.sparc_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.sparc_3.7.1.v3738a.jar deleted file mode 100644 index 84bdce5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.sparc_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.x86.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.x86.source_3.7.1.v3738a.jar deleted file mode 100644 index ceda1bc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.x86.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.x86_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.x86_3.7.1.v3738a.jar deleted file mode 100644 index 6a015ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.gtk.solaris.x86_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86.source_3.7.1.v3738a.jar deleted file mode 100644 index 33a5d7e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_3.7.1.v3738a.jar deleted file mode 100644 index 3684bac..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.7.1.v3738a.jar deleted file mode 100644 index e02d4e3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.7.2.v3740f.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.7.2.v3740f.jar deleted file mode 100644 index 43f8cc4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.7.2.v3740f.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64_3.7.1.v3738a.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64_3.7.1.v3738a.jar deleted file mode 100644 index 0b71429..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64_3.7.1.v3738a.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f.jar deleted file mode 100644 index 2812328..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.swt_3.7.2.v3740f.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.swt_3.7.2.v3740f.jar deleted file mode 100644 index d3badae..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.swt_3.7.2.v3740f.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.team.core.source_3.6.0.I20110525-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.team.core.source_3.6.0.I20110525-0800.jar deleted file mode 100644 index de7f1a2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.team.core.source_3.6.0.I20110525-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.team.core_3.6.0.I20110525-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.team.core_3.6.0.I20110525-0800.jar deleted file mode 100644 index 7b31ad3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.team.core_3.6.0.I20110525-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.core_3.3.400.I20110510-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.core_3.3.400.I20110510-0800.jar deleted file mode 100644 index e6141ca..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.core_3.3.400.I20110510-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.ssh2_3.2.300.I20110511-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.ssh2_3.2.300.I20110511-0800.jar deleted file mode 100644 index 0924e26..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.ssh2_3.2.300.I20110511-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.ui_3.3.401.v20120126-1227.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.ui_3.3.401.v20120126-1227.jar deleted file mode 100644 index ba5ce0f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.team.cvs.ui_3.3.401.v20120126-1227.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.team.ui.source_3.6.101.R37x_v20111109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.team.ui.source_3.6.101.R37x_v20111109-0800.jar deleted file mode 100644 index 563ea5e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.team.ui.source_3.6.101.R37x_v20111109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.team.ui_3.6.101.R37x_v20111109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.team.ui_3.6.101.R37x_v20111109-0800.jar deleted file mode 100644 index 2a66a31..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.team.ui_3.6.101.R37x_v20111109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.text.source_3.5.101.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.text.source_3.5.101.v20110928-1504.jar deleted file mode 100644 index 1018a0c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.text.source_3.5.101.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.text_3.5.101.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.text_3.5.101.v20110928-1504.jar deleted file mode 100644 index 9537035..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.text_3.5.101.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.browser.source_3.3.101.v20111019-1723.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.browser.source_3.3.101.v20111019-1723.jar deleted file mode 100644 index 983386c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.browser.source_3.3.101.v20111019-1723.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.browser_3.3.101.v20111019-1723.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.browser_3.3.101.v20111019-1723.jar deleted file mode 100644 index a6f4902..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.browser_3.3.101.v20111019-1723.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.carbon.source_4.0.100.I20101109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.carbon.source_4.0.100.I20101109-0800.jar deleted file mode 100644 index 851cca9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.carbon.source_4.0.100.I20101109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.carbon_4.0.100.I20101109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.carbon_4.0.100.I20101109-0800.jar deleted file mode 100644 index b4f3dc1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.carbon_4.0.100.I20101109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cheatsheets.source_3.4.100.v20110425.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cheatsheets.source_3.4.100.v20110425.jar deleted file mode 100644 index 9d356ff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cheatsheets.source_3.4.100.v20110425.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cheatsheets_3.4.100.v20110425.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cheatsheets_3.4.100.v20110425.jar deleted file mode 100644 index 2c0aa63..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cheatsheets_3.4.100.v20110425.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cocoa.source_1.1.0.I20101109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cocoa.source_1.1.0.I20101109-0800.jar deleted file mode 100644 index c68ff61..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cocoa.source_1.1.0.I20101109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cocoa_1.1.0.I20101109-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cocoa_1.1.0.I20101109-0800.jar deleted file mode 100644 index e30513e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.cocoa_1.1.0.I20101109-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.console.source_3.5.100.v20111007_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.console.source_3.5.100.v20111007_r372.jar deleted file mode 100644 index c8643e7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.console.source_3.5.100.v20111007_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.console_3.5.100.v20111007_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.console_3.5.100.v20111007_r372.jar deleted file mode 100644 index 05b8b3a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.console_3.5.100.v20111007_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.editors.source_3.7.0.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.editors.source_3.7.0.v20110928-1504.jar deleted file mode 100644 index 673d1fd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.editors.source_3.7.0.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.editors_3.7.0.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.editors_3.7.0.v20110928-1504.jar deleted file mode 100644 index 9b07033..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.editors_3.7.0.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.externaltools.source_3.2.0.v20111007_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.externaltools.source_3.2.0.v20111007_r372.jar deleted file mode 100644 index b781c3d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.externaltools.source_3.2.0.v20111007_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.externaltools_3.2.0.v20111007_r372.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.externaltools_3.2.0.v20111007_r372.jar deleted file mode 100644 index 4f526c3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.externaltools_3.2.0.v20111007_r372.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.forms.source_3.5.101.v20111011-1919.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.forms.source_3.5.101.v20111011-1919.jar deleted file mode 100644 index dc1378a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.forms.source_3.5.101.v20111011-1919.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.forms_3.5.101.v20111011-1919.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.forms_3.5.101.v20111011-1919.jar deleted file mode 100644 index 1242dbe..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.forms_3.5.101.v20111011-1919.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.application.source_1.0.300.I20110306-2000.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.application.source_1.0.300.I20110306-2000.jar deleted file mode 100644 index 29d5c6c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.application.source_1.0.300.I20110306-2000.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.application_1.0.300.I20110306-2000.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.application_1.0.300.I20110306-2000.jar deleted file mode 100644 index 07ca08b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.application_1.0.300.I20110306-2000.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.source_3.7.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.source_3.7.0.v20110928-1505.jar deleted file mode 100644 index d17a981..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide.source_3.7.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide_3.7.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide_3.7.0.v20110928-1505.jar deleted file mode 100644 index 292c6cd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.ide_3.7.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.source_3.4.100.v20110425.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.source_3.4.100.v20110425.jar deleted file mode 100644 index 88071df..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.source_3.4.100.v20110425.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal.source_3.2.500.v20110510.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal.source_3.2.500.v20110510.jar deleted file mode 100644 index 1d762e4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal.source_3.2.500.v20110510.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/.api_description b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/.api_description deleted file mode 100644 index 2a6ba71..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/.api_description +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/.options b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/.options deleted file mode 100644 index 8de8a48..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/.options +++ /dev/null @@ -1,24 +0,0 @@ -# Debugging options for the org.eclipse.ui.intro.universal. - -# Master flag for all org.eclipse.ui.intro.universal plugin debug options. -org.eclipse.ui.intro.universal/debug = true - -# Enable logging of information messages in the plugin. By default, info -# messages are not logged. Setting this option to true will enable logging -# trace information messages. -org.eclipse.ui.intro.universal/trace/logInfo = true - -# Enable logging of performance messages in the plugin. By default, performance -# messages are not logged. Setting this option to true will enable logging -# trace information messages. (note: enabling info logging does not enable -# this flag.) -org.eclipse.ui.intro.universal/trace/logPerformance = false - -# Performance flags used by the Performance framework to report failures -# of specific thresholds. - -# Time to create and display the full Intro view. -# org.eclipse.ui.intro/perf/createView = 1000 - -# Time needed to switch between Intro standby states. -# org.eclipse.ui.intro/perf/setStandbyState = 300 \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 12a4ad5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/ECLIPSEF.SF deleted file mode 100644 index 8efe7c4..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,1208 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: aGJhPKinAQUMSK4obPdgeJmSlSg= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: 6JVfZNuV1xZJQ/zCHry0FxBJxiI= - -Name: themes/shared/graphics/contentpage/wn-fs_med.gif -SHA1-Digest: g4D4b7wuqTNzRVube5QmKC37bZQ= - -Name: themes/slate/graphics/icons/ctool/webresources-select.png -SHA1-Digest: os+7sc8e6OnYZcVvnz/yAMw64tU= - -Name: icons/full/obj16/inew_obj.gif -SHA1-Digest: eRsScWLx85QUBzF7yK5EkT770CE= - -Name: themes/circles/swt/migrate.properties -SHA1-Digest: RnBLNqobyqHJFvY+WbfB7MeeODU= - -Name: themes/circles/graphics/launchbar/migrate16.png -SHA1-Digest: qOwRgNR0NJh2gKIrVlxWfH7Wi3w= - -Name: themes/circles/graphics/icons/ctool/wb_nav_32.gif -SHA1-Digest: E0ITtJWnQdOwBI7A63vmBKYmKJk= - -Name: themes/circles/html/font-relative.css -SHA1-Digest: tUx0kOFdiFK+vgId6wNuZ2ILYZ8= - -Name: themes/purpleMesh/swt/webresources.properties -SHA1-Digest: QfLszx7vRd8waUr7+oxtskHNArY= - -Name: themes/slate/graphics/launchbar/migrate16.png -SHA1-Digest: ayPNPwCVStgADMkH9M8u10dEbOg= - -Name: icons/full/obj16/icallout_obj.gif -SHA1-Digest: Kv6Ia9Pr7KqdvrrCJXgYdMCga6A= - -Name: themes/circles/graphics/icons/ctool/tutorials_tophov.gif -SHA1-Digest: KaCk6TkrNhd2OS1m32y6SFvUQjs= - -Name: themes/circles/swt/overview.properties -SHA1-Digest: dxfnqH/LIpGVO5/H48/Co1vooSQ= - -Name: themes/circles/html/whatsnew.css -SHA1-Digest: Pacc+BuJXkSeS/6P6vUy+/mVp0A= - -Name: themes/shared/html/shared.css -SHA1-Digest: crEguiJWE7d2fyBBNVkLMurs7u0= - -Name: themes/purpleMesh/graphics/icons/etool/firsteps48.gif -SHA1-Digest: pyhExq17Rqus88SE1gSeerjIk84= - -Name: themes/slate/graphics/icons/ctool/tu_nav_32.gif -SHA1-Digest: XZjEi83SrkVDPJmkH0eHwBltxf8= - -Name: themes/slate/graphics/rootpage/samples48_hov.gif -SHA1-Digest: 634EWkbAYNP7qS102sQltfOzxD8= - -Name: themes/shared/graphics/icons/ctool/widget_closed_rtl.gif -SHA1-Digest: yKDpX4nR40C26tvbU0QUyfpTIe0= - -Name: themes/circles/graphics/contentpage/tu_banner.jpg -SHA1-Digest: 9LU6Z+jPPzhwonByip7zOjz+Wew= - -Name: themes/circles/graphics/icons/ctool/wb_nav.png -SHA1-Digest: Hz8erAP6PxWl6mdmALgFQZ6rHNA= - -Name: themes/circles/graphics/icons/ctool/fs_nav.png -SHA1-Digest: 9ZyDPJBbgq3Qm+eAGh1zdhi9ysk= - -Name: icons/welcome16.gif -SHA1-Digest: V1+WjELc7OwG7ZnrhEYLlXvbpWE= - -Name: themes/circles/graphics/icons/ctool/migrate.png -SHA1-Digest: bjbqV9RpASAtwhOz7+8PcXA0NSw= - -Name: themes/circles/html/rtl.css -SHA1-Digest: 8wVt0d9GAUKHlCBSi/vG90jXQUE= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew48sel.gif -SHA1-Digest: c7bdT4i6cjAm6zcUNypiOr2OS5k= - -Name: themes/shared/graphics/icons/ctool/widget_closed_hov_rtl.gif -SHA1-Digest: EuXcHObzV2612U2DjQyZlefkskQ= - -Name: themes/purpleMesh/graphics/icons/etool/webrsrc48sel.gif -SHA1-Digest: x6crnl2+ZiZNMdBFeb4C94S/pow= - -Name: themes/circles/graphics/icons/ctool/wn_nav.png -SHA1-Digest: rrR5bDLi89KX/xOPqmWhq3koD1U= - -Name: themes/circles/graphics/launchbar/tutorials16.png -SHA1-Digest: VoPt5dok7nFgh7IHW6eK9dV7L24= - -Name: themes/slate/graphics/icons/ctool/migrate.png -SHA1-Digest: zZNgvgCCkRxzER4saBd3xBWkfU0= - -Name: themes/slate/graphics/standby/wn_standbyhov.gif -SHA1-Digest: qRYU61gSmQPjlS5wCfZvMhAPEp0= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps72.gif -SHA1-Digest: ARVlQEp9GeLrHjDN4cZ7V/IWrd8= - -Name: themes/slate/graphics/icons/ctool/firststeps-select.gif -SHA1-Digest: o1HHpOXZp6uT1nBu963GSFujPH8= - -Name: themes/circles/graphics/icons/ctool/wr_nav.png -SHA1-Digest: fRVPpOb8tisIfM9YROkSBCvJ5pI= - -Name: themes/circles/graphics/standby/wb_standbyhov.gif -SHA1-Digest: lobGsW2DF34dXuu4VFfcrz+dg3c= - -Name: themes/circles/graphics/icons/obj48/newhov_obj.gif -SHA1-Digest: cwQdX22yDfLP5bVJE9eJF86EFF0= - -Name: themes/purpleMesh/graphics/icons/etool/tutorials72.gif -SHA1-Digest: kIhjXr2y3uh6QnIxtq9XMRxDn8k= - -Name: themes/slate/graphics/standby/wn_standby.gif -SHA1-Digest: e+qTVlL1+aHCcJWhh19xWZmzu5s= - -Name: themes/purpleMesh/graphics/contentpage/migrate_wtr.jpg -SHA1-Digest: a/QcFu26oZ/i3g7k+yAEWo7k5hY= - -Name: themes/circles/graphics/icons/ctool/ov_nav_64.gif -SHA1-Digest: xrr7IJCqmX2C5xvCQW28vhfuOcg= - -Name: themes/purpleMesh/graphics/contentpage/section3.gif -SHA1-Digest: 3sus86ccku05aAqMn9VCPndrPBw= - -Name: themes/circles/graphics/icons/ctool/mi_nav_hover.gif -SHA1-Digest: q/96M0kKrJeOPkrWAT2N+tGGk3s= - -Name: themes/purpleMesh/swt/whatsnew.properties -SHA1-Digest: vUxMvUZmCL3YN89p33Ez9X8ICO4= - -Name: themes/slate/graphics/rootpage/firststeps48_hov.gif -SHA1-Digest: P86nXECjpze8PbI3FM3eFHkm+Lk= - -Name: themes/circles/swt/firststeps.properties -SHA1-Digest: 5tqsudk/R/1lCEbhDUX0rnhOkCQ= - -Name: themes/purpleMesh/graphics/icons/etool/overview48.gif -SHA1-Digest: 89LuwEnmFVFcrYwOdGX+bEA7/KM= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials48.gif -SHA1-Digest: cwmzAw4TBv+PQgs4YrD9gDw2Ps4= - -Name: themes/purpleMesh/html/font-absolute.css -SHA1-Digest: 0wDpvhSsczlKTj9djfxQ5ENjEHw= - -Name: themes/purpleMesh/graphics/icons/dtool/back.gif -SHA1-Digest: XlK7L7TiiONgpcL9uktiiGmofl8= - -Name: themes/slate/graphics/launchbar/whatsnew16.png -SHA1-Digest: mQVW9+8NecwhNWgzJgNlDBcxaKs= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate48sel.gif -SHA1-Digest: DlIcxxNoIEYuDve+LFuFNw0KGG8= - -Name: themes/circles/html/migrate.css -SHA1-Digest: Io/nl2lGQsSNtmShvxFj1sBzgMk= - -Name: themes/circles/html/standby.css -SHA1-Digest: BB5vT8i6rIB580zgFNu9DHUox54= - -Name: themes/shared/graphics/contentpage/ov_med.gif -SHA1-Digest: iiTKJ+/qWUGjQ6zU2+3qkI2UrKg= - -Name: themes/purpleMesh/graphics/icons/ctool/wb48.gif -SHA1-Digest: rWX2aVi7U3PQ9oyJFekVUzKsQWc= - -Name: themes/circles/graphics/icons/ctool/tu_nav_hover.gif -SHA1-Digest: uYgUnW0vffa7AXJDv2xR+VSo9Pg= - -Name: themes/purpleMesh/graphics/icons/ctool/overview72.gif -SHA1-Digest: 60dEowqMgf4SCZMOqG/JpzLj7DY= - -Name: themes/slate/html/migrate.css -SHA1-Digest: hcVhm6EOYoE4iCqs8i9Z4t3VWsI= - -Name: themes/slate/html/standby.css -SHA1-Digest: mwzfJyl+pkrSjRtKQID7YBAjuB4= - -Name: themes/circles/graphics/icons/ctool/wn_nav_32.gif -SHA1-Digest: lQhyX2A/+T1vu7AHgHmAdMPJL34= - -Name: themes/slate/graphics/rootpage/overview48_hov.png -SHA1-Digest: Lyw9EfbA+ECmHubXo+hmlO/xDEI= - -Name: themes/circles/graphics/icons/ctool/migrate_tophov.gif -SHA1-Digest: BIFpZUBo5LTGxAgwA2DjUErl7aw= - -Name: themes/circles/html/overview.css -SHA1-Digest: OSQR/YVuPk6nCfCSCUftKIZJ5Es= - -Name: themes/slate/preview.png -SHA1-Digest: uOalswP/Dl7ufM1Ko50b3osY7S4= - -Name: themes/circles/graphics/icons/ctool/firststeps.gif -SHA1-Digest: u8hBUKje68m15K9HmhRViDGyL0Y= - -Name: themes/slate/graphics/rootpage/samples48.gif -SHA1-Digest: qpzjgzvyd5KZAIeAD0+PUzJ5NEE= - -Name: themes/purpleMesh/html/firststeps.css -SHA1-Digest: 9FdW5j9hkbSjH3aZXwrmWZdym2E= - -Name: themes/slate/swt/migrate.properties -SHA1-Digest: hoTfgZ/Y41RoUz4y6LXKz6Yvmqw= - -Name: themes/slate/graphics/icons/ctool/tu_nav.png -SHA1-Digest: QptMtQOmQDoDZ9Vq/dfKdj0pvSs= - -Name: themes/slate/html/font-relative.css -SHA1-Digest: UT05tvIk2jCid+LM7t3bm4zOuIY= - -Name: themes/circles/graphics/icons/ctool/mi_nav_32.gif -SHA1-Digest: IIKBdBw4ER43nMCbg2TYs9jLfM8= - -Name: themes/circles/graphics/icons/ctool/workbench_midhov.gif -SHA1-Digest: KdO2URBysFpSJrlhVnUkPcqMzhs= - -Name: themes/purpleMesh/graphics/swt/form_banner.gif -SHA1-Digest: agcOlycIYp6+B2Y7O27ZvGcKQwE= - -Name: themes/circles/graphics/icons/ctool/root_midhov.gif -SHA1-Digest: qnMDaiSby1RH5YBolr3KVTRzWQo= - -Name: themes/circles/graphics/standby/ov_standby.gif -SHA1-Digest: jeihbsxKFQ3iDSdZMTIWdrJI48M= - -Name: themes/slate/swt/tutorials.properties -SHA1-Digest: siLo70LYVmiYzVqDN/k1RLWzbIs= - -Name: themes/circles/graphics/icons/ctool/sa_nav_32.gif -SHA1-Digest: BcKEHJvATs4/BqfEsPgA0joJd9Y= - -Name: themes/slate/graphics/icons/ctool/migrate-select.gif -SHA1-Digest: GqyboPzStqkM3UYpUv4SJqMhnmk= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps48sel.gif -SHA1-Digest: ugzJxuex3RlJ7Q+UNJLbp8LNuFs= - -Name: themes/purpleMesh/graphics/contentpage/samples_wtr.jpg -SHA1-Digest: PSVDSrd6C0WDUM0JbfBVw49oKuQ= - -Name: themes/circles/graphics/icons/ctool/sa_nav.png -SHA1-Digest: QTuUi+brurlbvAHYvtukeo4hezY= - -Name: themes/slate/graphics/launchbar/webresources16.png -SHA1-Digest: xufhpZXbOY7O2FJ0EOZKo6stdLc= - -Name: themes/slate/graphics/icons/ctool/mi_nav.png -SHA1-Digest: aFmb0IpPLm9SymHNvBldaj20tQg= - -Name: themes/slate/graphics/rootpage/migrate48.gif -SHA1-Digest: GyLi9+cBSQCQJ6UgLyN9rGmgxlk= - -Name: themes/circles/graphics/icons/ctool/cpt_midhov.gif -SHA1-Digest: TV/CndDQVZeLlDyd+7ha5a2/YtA= - -Name: themes/circles/graphics/icons/obj48/new_obj.gif -SHA1-Digest: /V7T2k6XUN4Uxwg7PFAjvoEBoas= - -Name: themes/purpleMesh/graphics/launchbar/whatsnew.gif -SHA1-Digest: HZrHWXJqmb/u9EGrYxBo5mKrzvs= - -Name: themes/slate/graphics/icons/ctool/whatsnew.png -SHA1-Digest: 6ggZSh719rsO/D0JhDMz9OEXFYU= - -Name: themes/slate/swt/root.properties -SHA1-Digest: 6iCmd1CDStKtdo94zx1EmFAqJmA= - -Name: themes/slate/graphics/rootpage/firststeps48.gif -SHA1-Digest: /Mmg9op/++UvV/A+As2xGD/8CLI= - -Name: themes/purpleMesh/graphics/icons/ctool/overview48sel.gif -SHA1-Digest: uP0uCKdGXLI48c0KK3abD7YY8oo= - -Name: themes/circles/graphics/icons/ctool/fs_nav_32.gif -SHA1-Digest: 03HVCDXBVZPjli1tHI8e6EpWLlU= - -Name: themes/slate/graphics/rootpage/root_banner.jpg -SHA1-Digest: n7ZfrJ3GwQOyVL4MOoI/G07IC8g= - -Name: themes/purpleMesh/graphics/contentpage/section2.gif -SHA1-Digest: cZ+01ZA+CK3U8UgsAGDlu5Nl/1Y= - -Name: themes/slate/swt/overview.properties -SHA1-Digest: Uv1u/8X0S5qqPMJxSyZv8oUtZao= - -Name: themes/slate/graphics/contentpage/banner_extension.jpg -SHA1-Digest: NekY7d51JRcroYcLP4X4RaCIQKc= - -Name: themes/circles/graphics/standby/mi_standby.gif -SHA1-Digest: GZRVo3rq3uXADZMIRao9+j3abu0= - -Name: themes/purpleMesh/graphics/icons/etool/webrsrc48.gif -SHA1-Digest: NxD5ybp1J3PX2YpNJHv/xAZZolo= - -Name: themes/slate/graphics/icons/ctool/whatsnew-select.gif -SHA1-Digest: TW7PjuzcAS8hIMHkc00LSrIUnos= - -Name: themes/purpleMesh/html/ltr.css -SHA1-Digest: nnxeF8h2Cb5AWdVJnx07Natd8ME= - -Name: themes/slate/html/tutorials.css -SHA1-Digest: vWx1UG9xEdUNOlKbOcW0NKkKwQw= - -Name: themes/slate/html/shared.css -SHA1-Digest: 4tqToow/qbtVb2mG3tyVpvgo1dw= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps16.png -SHA1-Digest: a/0HK4wfeeh5TahwmW/DsCIg3oQ= - -Name: themes/circles/html/root.css -SHA1-Digest: UAjfuJsBvCzCeoc1mbFowYSldQc= - -Name: themes/circles/graphics/icons/ctool/workbench_tophov.gif -SHA1-Digest: hNK2dMZHycA5wImaVQaLg5JbbB0= - -Name: themes/slate/graphics/standby/tu_standby.gif -SHA1-Digest: UOeWghDGiam8u8+KldYhPFxoXuo= - -Name: themes/purpleMesh/graphics/icons/etool/firsteps72.gif -SHA1-Digest: wiQ2V1uB6QBg2/U0V6cQYlhdZTo= - -Name: themes/purpleMesh/swt/standby.properties -SHA1-Digest: kz2Je1Q9V4GRIscHe/+VsoFAfC4= - -Name: themes/slate/graphics/icons/ctool/ov_nav_32.gif -SHA1-Digest: R2JbRey2ODfsEZMFSiutiFvmWhk= - -Name: themes/purpleMesh/html/shared.css -SHA1-Digest: wKu4ekuBsZJSLOe9WyIvV3fGhmo= - -Name: themes/circles/graphics/contentpage/ov_banner.jpg -SHA1-Digest: hJ7QZAKi3i5MDSK1ATTtSJaNaVA= - -Name: themes/circles/graphics/icons/ctool/nav_rightedgehov.gif -SHA1-Digest: GF04sgXI3l6A73ZJWWjek3ajBmw= - -Name: themes/purpleMesh/graphics/icons/etool/samples48sel.gif -SHA1-Digest: 69k3defxrYpGh4PhEyRMO5Vi5UA= - -Name: themes/purpleMesh/graphics/contentpage/backgroundcurve.gif -SHA1-Digest: nOgIqKO1hwHstcMcsM+LzixlOZg= - -Name: themes/circles/swt/root.properties -SHA1-Digest: E5IAZgK2NJUP1F46LWki+enJfLk= - -Name: themes/purpleMesh/graphics/icons/ctool/forward.gif -SHA1-Digest: cquFAtRx0Txit4Vm2loEoHJ+cIg= - -Name: themes/slate/html/webresources.css -SHA1-Digest: TJcQVS4A6XYddwU+NQ2Zad0MtC0= - -Name: themes/purpleMesh/graphics/icons/etool/forward.gif -SHA1-Digest: +q/20TWhTzDUahnEbne7nK6+OxU= - -Name: themes/slate/graphics/contentpage/wr_banner.jpg -SHA1-Digest: PVmx1PDj4UgUTU0wp1GWqGtdwsE= - -Name: themes/purpleMesh/graphics/icons/etool/samples48.gif -SHA1-Digest: 78H0vGlpPUIjody88fklr90khF8= - -Name: themes/slate/html/root.css -SHA1-Digest: 1AONs66wkTgdw6JBcWdOAe4RtHw= - -Name: themes/slate/graphics/rootpage/whatsnew48.gif -SHA1-Digest: ujvbc8lcJx3ejw+leIWtws06+cI= - -Name: themes/slate/graphics/icons/ctool/tutorials-select.png -SHA1-Digest: 0idtv+CNku7484JebhoXHAiAMj0= - -Name: themes/purpleMesh/graphics/launchbar/overview.gif -SHA1-Digest: VFV2qgY3AyttX3JDb78JZ3+K8dY= - -Name: themes/circles/graphics/icons/ctool/webresources_tophov.gif -SHA1-Digest: 4/Ztv8w0TUF7HULsf1OUMUsI788= - -Name: themes/circles/graphics/icons/ctool/whatsnew.gif -SHA1-Digest: sx0cpRs5vjaMIYssTVlTSyvQtUo= - -Name: themes/circles/graphics/icons/ctool/samples.gif -SHA1-Digest: id/tsFIrrpkCbPQCPQN825ioMvc= - -Name: themes/purpleMesh/graphics/contentpage/webrsrc_wtr.jpg -SHA1-Digest: Wq6LSlmt5gYzI6AXkIa6ldIIc4w= - -Name: themes/purpleMesh/graphics/icons/ctool/overview16.png -SHA1-Digest: Ao5Abg5BSbKk4X0BbfQEc+OMvkM= - -Name: themes/slate/graphics/icons/ctool/overview.png -SHA1-Digest: JWs02I/WMHjDq99DCVJvtyCkERQ= - -Name: themes/purpleMesh/graphics/contentpage/background.jpg -SHA1-Digest: wLQFnis+GVZLMyszW3V+N/9DNdg= - -Name: themes/purpleMesh/graphics/icons/etool/overview72.gif -SHA1-Digest: lUMx0uGLh63QRQwVTupF10T8Kog= - -Name: themes/slate/html/rtl.css -SHA1-Digest: r3aNJ0edoWPwbwFP2upWgj93y9U= - -Name: themes/circles/html/font-absolute.css -SHA1-Digest: 4eZcqJkoMPph/5ZVsn2zuo9N+EY= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew48.gif -SHA1-Digest: F1cvqHdNJc3uAuxuDAVQ8o7sSCw= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials72.gif -SHA1-Digest: kp6Keiy+ANG5Okz6MDJzeoXCMqM= - -Name: themes/purpleMesh/graphics/icons/etool/migrate48.gif -SHA1-Digest: qQpYW/r5zXrgvqvwz6HONWBlBM8= - -Name: themes/slate/graphics/standby/fs_standby.gif -SHA1-Digest: ysua65EOe/pPgVmtZ3NYcuboxB8= - -Name: themes/circles/graphics/icons/ctool/firststeps_tophov.gif -SHA1-Digest: JohW0yL7JpgatFwbwOPeF4SHRgs= - -Name: themes/slate/graphics/standby/sa_standby.gif -SHA1-Digest: QTDS8wQ5HwUz3dquK5n6a/kekOg= - -Name: themes/circles/graphics/icons/ctool/workbench.png -SHA1-Digest: 1Ba08N6ckjKrE5s+K1N5OrnbNTs= - -Name: themes/circles/graphics/icons/ctool/root_midhov2.gif -SHA1-Digest: bzi8X0J1ve2JhIgD9M9yGIXyLxA= - -Name: themes/circles/swt/webresources.properties -SHA1-Digest: gLqZuchBV+fHESZbT9pc2c8IbK0= - -Name: themes/purpleMesh/graphics/launchbar/webresources16.png -SHA1-Digest: j+oOC+m+7ezObQPYOZGBMzCo/u4= - -Name: themes/slate/graphics/rootpage/webresources48.png -SHA1-Digest: tFozmyLRaLaao3q/NV1cvbch/7k= - -Name: themes/circles/graphics/standby/mi_standbyhov.gif -SHA1-Digest: AFU0cRERBIat/N4jnXTr40CJCUQ= - -Name: themes/shared/graphics/contentpage/grey_callout.gif -SHA1-Digest: EF+apqbjiVvAa7m2qEXKIzYUTKs= - -Name: themes/purpleMesh/graphics/contentpage/section1.gif -SHA1-Digest: etN4AI95gu487mkd9aB2K6Ps3r8= - -Name: themes/slate/html/whatsnew.css -SHA1-Digest: M6tNal+JVhQ/BhqmpbXnvgQYxfc= - -Name: themes/circles/graphics/icons/ctool/tutorials.png -SHA1-Digest: P4Kgnz0iQ31Xj0oobcA3qUxh0ws= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc48.gif -SHA1-Digest: zWJBswCVbgPVObJ4a12xgGt0TwE= - -Name: themes/slate/graphics/icons/ctool/arrow_rtl.gif -SHA1-Digest: 7exnuqC65TE4uX8cgxlDOInIKqU= - -Name: themes/circles/graphics/icons/ctool/ov_nav_hover.gif -SHA1-Digest: YzV+tZ4YSI0OBHwjdcjDK0kA+z0= - -Name: themes/circles/graphics/icons/ctool/wn_nav_64.gif -SHA1-Digest: CuWl/H+lKwNLJTgQ5rx2mdwRpQ8= - -Name: themes/circles/graphics/icons/ctool/workbench_bottomhov.gif -SHA1-Digest: N33Xx/CMHVLwrWGGlW6ljQoq1xo= - -Name: themes/slate/graphics/rootpage/workbench48.png -SHA1-Digest: dqz3JXh1PvgGut3E9SftNpvGImY= - -Name: about.html -SHA1-Digest: M+fykt9heyWoEv1LNiIEeBhi/2Q= - -Name: themes/slate/graphics/rootpage/webresources48_hov.gif -SHA1-Digest: Lz/gwjqz1EiK4fEU49FwH9JmTrI= - -Name: themes/slate/html/firststeps.css -SHA1-Digest: Z753GjoOP2BLMCjgq9otwGAV8q4= - -Name: themes/circles/graphics/icons/ctool/mi_nav_64.gif -SHA1-Digest: /6E3GSTWkn1rSSv8nRu7ZGDI5Do= - -Name: themes/circles/swt/whatsnew.properties -SHA1-Digest: CatjHspqGSpTJKIp9StlbBo5m0E= - -Name: themes/circles/graphics/icons/ctool/sa_nav_hover.gif -SHA1-Digest: eo3QB+njI7IlfkmZmBXYmR5GAEY= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials48sel.gif -SHA1-Digest: s//j4/vjCRXn0DDxxqa52B3pyGU= - -Name: themes/circles/graphics/icons/ctool/sa_nav_64.gif -SHA1-Digest: tmmMbGmvroC4N/u4rlAcIfMkGDM= - -Name: themes/circles/graphics/icons/ctool/overview.gif -SHA1-Digest: qIrkbkoNDW1ToZ7vvs0Na/s8JFk= - -Name: themes/slate/graphics/rootpage/tutorials48_hov.png -SHA1-Digest: pK/hba/b+vQtcBY1i4d3kYUtDv0= - -Name: themes/circles/graphics/icons/ctool/overview_bottomhov.gif -SHA1-Digest: wX9dXHV2FYWJWl6LQ63qLaHvVtI= - -Name: themes/circles/graphics/standby/wn_standby.gif -SHA1-Digest: lzoFOcQTxRavIf7LR7okgyTh1MA= - -Name: themes/slate/graphics/icons/ctool/wb_nav_32.gif -SHA1-Digest: Yvn/MQ+naKlAbP3IS9CBowI86cs= - -Name: themes/purpleMesh/graphics/icons/ctool/samples48.gif -SHA1-Digest: lHdsyvz00Jan6waGscAzqAYwC3A= - -Name: themes/slate/graphics/rootpage/tutorials48.gif -SHA1-Digest: M+4dqfI2bpZp6uDJ4BUFwLPW/yA= - -Name: themes/circles/graphics/launchbar/overview16.png -SHA1-Digest: Droy5JKc8rSInbFfC0/Gq098fDQ= - -Name: themes/circles/graphics/standby/ov_standbyhov.gif -SHA1-Digest: qIxHOTOCOUloOKsA/wgpkUy3dFc= - -Name: themes/slate/graphics/icons/ctool/webresources-select.gif -SHA1-Digest: 8Cv1H3fsZklsZxg5TTsSQo+WlG4= - -Name: themes/purpleMesh/preview.png -SHA1-Digest: Kn3AvPfDEMTopfc9ip8ySBKf5RQ= - -Name: themes/slate/graphics/rootpage/migrate48_hov.png -SHA1-Digest: vOQlu+RpFEaOqQJbiZoYlY3nsCU= - -Name: themes/circles/graphics/icons/ctool/fs_nav_64.gif -SHA1-Digest: s2pB28B2OgQjTQFl61uJ3kSR4js= - -Name: themes/circles/graphics/icons/ctool/overview_midhov.gif -SHA1-Digest: hfeH61+W0mY1vrxZpPWOCgd2VAw= - -Name: themes/purpleMesh/html/webresources.css -SHA1-Digest: OUHwKpqTA4TzUmTjt3pXG+u0Y+M= - -Name: themes/purpleMesh/graphics/root/background.jpg -SHA1-Digest: uGAyBMFAulKTW35Y1on8wDqO9QU= - -Name: themes/purpleMesh/graphics/icons/etool/migrate48sel.gif -SHA1-Digest: du/TWd2fH3emHpxGjKGLM5q8OAc= - -Name: themes/circles/html/ltr.css -SHA1-Digest: mNUmBOD3D/E4HlyWdDs2dE91vkI= - -Name: themes/slate/graphics/contentpage/tu_banner.jpg -SHA1-Digest: G0czeYWa72mjuj4WNuMoORG+XSE= - -Name: themes/purpleMesh/graphics/icons/etool/webrsrc72.gif -SHA1-Digest: tmmt3wg9gaRNOsCY9/bw9IdiJUw= - -Name: themes/slate/html/overview.css -SHA1-Digest: 1uUtcoJFgCnpf9PfHEQDxZna9oA= - -Name: icons/full/obj16/ilow_obj.gif -SHA1-Digest: AeAIhECiTxTSrP5Fiqt5FyJBpM0= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate48.gif -SHA1-Digest: xDBQf0i2IB1ffnSorwgZRHw+9l4= - -Name: themes/slate/graphics/launchbar/tutorials16.png -SHA1-Digest: SqseXs9r49EveUOjeNuWZz+FqRk= - -Name: themes/circles/html/firststeps.css -SHA1-Digest: oYGGaUJXE0ywRATRWknRI7eDN9s= - -Name: themes/circles/graphics/icons/ctool/fs_nav_hover.gif -SHA1-Digest: cF9yXz/k2USPI4wntdVH5lFplJQ= - -Name: themes/slate/graphics/standby/wb_standbyhov.gif -SHA1-Digest: lND1CpaBKCbGvCmcIk1Jxr7qxI4= - -Name: themes/circles/graphics/standby/tu_standbyhov.gif -SHA1-Digest: OHB7oy52x8oEaY4AU/z8PqYQotg= - -Name: themes/slate/html/font-absolute.css -SHA1-Digest: 8KhGPSwQk728Jh5+mNPe9VKyEqQ= - -Name: themes/circles/swt/standby.properties -SHA1-Digest: jhwOyyIkPm83m3M2smp4w68VWU0= - -Name: themes/circles/graphics/icons/ctool/migrate.gif -SHA1-Digest: ojGLDLfkhAjjald8nSXaI1lnVgg= - -Name: themes/circles/graphics/icons/ctool/webresources.png -SHA1-Digest: XmoXn4Ilf55ncgYDrbiEEq3O2Ts= - -Name: icons/full/obj16/image_obj.gif -SHA1-Digest: lMIn95+1c+iB2gk+iiS9xyfOEFk= - -Name: themes/purpleMesh/swt/tutorials.properties -SHA1-Digest: WlAQ/8/P1Fv8eW2YRvKvJPBaHZI= - -Name: themes/slate/graphics/icons/ctool/overview-select.png -SHA1-Digest: JuSWTtVCUj7cezEdMC+F/tFdI7c= - -Name: themes/shared/graphics/contentpage/wn-fs_high.gif -SHA1-Digest: nwj9eRAksHaGuy+NFhL4LebnK3c= - -Name: themes/circles/graphics/icons/ctool/tu_nav.png -SHA1-Digest: NJg5QlgKxs60ES6wnUGWsSA5h3g= - -Name: themes/purpleMesh/graphics/root/brandmark.gif -SHA1-Digest: bhWOEJCCFG3PKn2AnUITjnNDjcM= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials16.png -SHA1-Digest: aYfYYzleZ+ZAE4q6zQ83rW7VQ/0= - -Name: themes/slate/graphics/icons/ctool/samples-select.png -SHA1-Digest: pfUR4LuPuwkaVxgBRrlBnc+h02Q= - -Name: themes/slate/graphics/rootpage/overview48.png -SHA1-Digest: ebNKFer6BfGOPcJHHBVGGqDMhsE= - -Name: themes/purpleMesh/graphics/icons/etool/samples72.gif -SHA1-Digest: r2pWetW8OjMuplKYLQXw0X4yzuE= - -Name: themes/circles/graphics/standby/fs_standbyhov.gif -SHA1-Digest: gaXt2pI8mmo0rEo01S51DCuKjOc= - -Name: themes/purpleMesh/graphics/icons/etool/whatsnew48.gif -SHA1-Digest: lWfbzmNx6i35j8ORUDvCto1uAZc= - -Name: themes/purpleMesh/graphics/icons/ctool/wb16.png -SHA1-Digest: up+uMe3sVZCJMnvxhNkgjVT2abY= - -Name: themes/circles/graphics/icons/ctool/mi_nav.png -SHA1-Digest: MXII8Bz8VCao4+zS2hwe7eDh7Sk= - -Name: themes/slate/graphics/icons/ctool/ov_nav.png -SHA1-Digest: kgbCTAH8WaovM3EcUI9T3rsJV+4= - -Name: themes/circles/graphics/icons/ctool/wr_nav_32.gif -SHA1-Digest: ULVD9wG/rtOg/UcSUO7FEvJehO8= - -Name: themes/slate/graphics/rootpage/workbench48_hov.png -SHA1-Digest: JthFEUB98W5dcI0/mU5hawyK4c8= - -Name: themes/circles/graphics/icons/ctool/overview_tophov.gif -SHA1-Digest: xVRhaCgSky6qLi9BrY7DsaE2bvY= - -Name: icons/full/obj16/ihigh_obj.gif -SHA1-Digest: V0EQPr7+pD7tB8JKSV3MKkrYx98= - -Name: themes/purpleMesh/graphics/icons/etool/home.gif -SHA1-Digest: 6WqOV8XouOUvTUGiatZZD4sW8oE= - -Name: themes/purpleMesh/graphics/contentpage/whatsnew_wtr.jpg -SHA1-Digest: dI/3dz9hXc5nHtjbBYmXqYjJyQk= - -Name: themes/purpleMesh/graphics/icons/etool/back.gif -SHA1-Digest: UWSZDd5u+LAE+Q9vWxFdmsJoiGA= - -Name: themes/slate/graphics/icons/ctool/wn_nav_32.gif -SHA1-Digest: a2l0lo+rs2anYZpgA7qXL9B+t+Y= - -Name: themes/circles/graphics/contentpage/wn_banner.jpg -SHA1-Digest: I2SUS0kfBjo1JvwQsZMamIiAkOE= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew72.gif -SHA1-Digest: NKAkgxq0wkJVIjKYL1CnVBTwqaM= - -Name: themes/purpleMesh/graphics/icons/etool/migrate72.gif -SHA1-Digest: WRlWNj7lMDFi6IkfE68j8JgaPoE= - -Name: themes/shared/graphics/icons/ctool/widget_open.gif -SHA1-Digest: OP0AXWaRapQtTZx7JNXoy0H3afM= - -Name: themes/circles/graphics/icons/ctool/ov_nav_midhov.gif -SHA1-Digest: jrFgMrYLF0883/Z2o+dq418gsMc= - -Name: themes/slate/graphics/rootpage/whatsnew48_hov.png -SHA1-Digest: 733NHPc1A2l7QkzNGWANyLipD+w= - -Name: themes/purpleMesh/swt/samples.properties -SHA1-Digest: Maoo2vIbozk0abIdI4/9z2mv2ig= - -Name: themes/slate/graphics/rootpage/overview48_hov.gif -SHA1-Digest: t8nxd/Kgl03Fb8Xpz/UBUncgCsk= - -Name: themes/purpleMesh/graphics/launchbar/tutorials.gif -SHA1-Digest: V5Iq0LtZVEol+ENl+76Tv+6yMdM= - -Name: themes/slate/graphics/icons/ctool/mi_nav_32.gif -SHA1-Digest: U/js7L/cMMMdBmMBMxsmSZbPqog= - -Name: themes/shared/graphics/contentpage/tu-sa_high.gif -SHA1-Digest: nWP+1XPA+005Nh2oq9KqYimcNxo= - -Name: themes/circles/graphics/standby/wr_standbyhov.gif -SHA1-Digest: 38woeVnp5WrwKXAvQlG3gP4BOvA= - -Name: themes/circles/graphics/contentpage/mi_banner.jpg -SHA1-Digest: M8PQV2LF1OrUXGwmIq2JohVbPrU= - -Name: themes/purpleMesh/graphics/root/dots.gif -SHA1-Digest: qBBkDO/9SlLM7TvUQ0N4Lj7cF08= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc72.gif -SHA1-Digest: 0TT/v0VcJy1YJgeMUIurFP8SabA= - -Name: themes/circles/html/shared.css -SHA1-Digest: 77jbLGKwQArf7QoPDL/thrxTpeE= - -Name: themes/slate/graphics/icons/ctool/sa_nav_32.gif -SHA1-Digest: L/7IP5sDVKLEn2Fv3dne/Eq7XEg= - -Name: themes/slate/swt/whatsnew.properties -SHA1-Digest: 6mtMGtowlTnhOai9pVDrJgB/wak= - -Name: themes/circles/graphics/contentpage/sa_banner.jpg -SHA1-Digest: 8fxkt+0g07/GO8c0MwW45Zu4Cjs= - -Name: themes/circles/graphics/standby/tu_standby.gif -SHA1-Digest: cwp8Xw0OLbnrlfgyDT2rdFgEkoY= - -Name: themes/slate/graphics/standby/wb_standby.gif -SHA1-Digest: 0Fi8mfmP3Q49EkRt5Fs1lCWsdCo= - -Name: themes/circles/graphics/icons/ctool/cpt_bottomhov.gif -SHA1-Digest: ToSku0QPBKph5ncOXI2I4UsyJfo= - -Name: themes/circles/graphics/icons/ctool/wn_nav_hover.gif -SHA1-Digest: NueBDE2T3TidYfVvX0R0OOJQ/Rg= - -Name: themes/slate/graphics/standby/wr_standby.gif -SHA1-Digest: zXUyjgcDhtRkpVIx51PQQ+5T3Ls= - -Name: themes/circles/graphics/icons/ctool/content_nav_bar.gif -SHA1-Digest: keTbxe8+mUli7KKT7VHfw/lWKR4= - -Name: themes/slate/swt/standby.properties -SHA1-Digest: LVxlOn5Dm8yNnQYiUjuyUz0t2bI= - -Name: themes/slate/graphics/icons/ctool/fs_nav_32.gif -SHA1-Digest: ThcSGP5JN6xuQdfgxdRKP8HEClw= - -Name: themes/circles/graphics/standby/sa_standbyhov.gif -SHA1-Digest: nW22Gdy3ikCbJD4vK2ris39MbeM= - -Name: themes/circles/graphics/contentpage/fs_banner.jpg -SHA1-Digest: FpP3YQsWc0TjrDuhAPCV6en00mU= - -Name: themes/shared/graphics/icons/ctool/arrow_rtl.gif -SHA1-Digest: tbSkD5AC62KAiweJ66It9WaS5UI= - -Name: themes/purpleMesh/graphics/launchbar/firststeps16.png -SHA1-Digest: PLDP82s27kAjpMHYCqyuCn4qfbA= - -Name: themes/purpleMesh/graphics/contentpage/firsteps_wtr.jpg -SHA1-Digest: Cvp+baekZhLBnTbnZs610VqriU0= - -Name: themes/purpleMesh/graphics/contentpage/overview_wtr.jpg -SHA1-Digest: kZahFe3kXY11lo0q3qnaTqMI9So= - -Name: icons/full/elcl16/configure.gif -SHA1-Digest: THfvNG6K7cQT9jhbbVHE87vHFe4= - -Name: themes/purpleMesh/graphics/icons/ctool/samples72.gif -SHA1-Digest: KUqdqV64czls4uOSlRNvtr9hOg0= - -Name: themes/circles/graphics/launchbar/webresources16.png -SHA1-Digest: NmF2slgfepjNh+ShDr5bVEvGlUg= - -Name: themes/slate/graphics/rootpage/samples48_hov.png -SHA1-Digest: 18TB/LAyPlqBZYadL7X5+A4MqrU= - -Name: themes/circles/graphics/standby/fs_standby.gif -SHA1-Digest: 5Aua6Y36U3DXOP2qyXNij+CtX9s= - -Name: themes/circles/graphics/standby/sa_standby.gif -SHA1-Digest: RBhTbXp/E6+mF2sHPGNcD4W48N0= - -Name: themes/purpleMesh/html/tutorials.css -SHA1-Digest: RpAVjpFqMkC0hLPq7124qIhs1Yo= - -Name: themes/slate/graphics/contentpage/ov_banner.jpg -SHA1-Digest: l44eO1KYxcGeGZRz2KX+U/5YmOA= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate72.gif -SHA1-Digest: mlt8QusjLk7KHMZf/06EkzhoH/U= - -Name: themes/circles/graphics/icons/ctool/tu_nav_32.gif -SHA1-Digest: F926c6JRQE1pg5PHJgw2jf49OME= - -Name: themes/slate/graphics/rootpage/background.jpg -SHA1-Digest: h0CYLdLBJNRn4GWBy/rxgEyHL50= - -Name: themes/shared/graphics/contentpage/tu-sa_med.gif -SHA1-Digest: ghx5Pe/N01SftTJBQMfAoyULWM8= - -Name: themes/slate/graphics/icons/ctool/firststeps-select.png -SHA1-Digest: SpDrkbO1LEh8joakTeAcSMehUsI= - -Name: themes/circles/swt/tutorials.properties -SHA1-Digest: Y+NaoEsGbgs6aI9AVhku09xvRlk= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: themes/slate/graphics/icons/ctool/firststeps.png -SHA1-Digest: o0dCb6AWcfpxTmz3pTYrr7vKMpU= - -Name: themes/circles/graphics/standby/wn_standbyhov.gif -SHA1-Digest: JJnXUeuX2kqSxZ7H3EYW8nTbF2w= - -Name: .options -SHA1-Digest: 7PEGPbnAeaUlhDarJXUCGyuoNjA= - -Name: themes/purpleMesh/graphics/icons/etool/whatsnew48sel.gif -SHA1-Digest: Xf006mRq9AaBH9Q4fMWGUO342HQ= - -Name: themes/slate/html/ltr.css -SHA1-Digest: Nx5KSB+LbNl5ySJ/emAnX+Ydz0g= - -Name: themes/shared/graphics/icons/ctool/arrow.gif -SHA1-Digest: FRdS/kCA4AYt83tpyUt8G0olu68= - -Name: themes/slate/graphics/rootpage/firststeps48_hov.png -SHA1-Digest: v5FRnmZV4N+t69U9GKyUFOFCMYM= - -Name: themes/slate/graphics/icons/ctool/tutorials-select.gif -SHA1-Digest: vGo/EvDVxt2gWjUI8r9wXb7XHqY= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew16.png -SHA1-Digest: EtpxHFs833fG1/S7avpbPkpCcRs= - -Name: themes/purpleMesh/graphics/icons/ctool/home.gif -SHA1-Digest: JOoY9pC0dHgTQhAUL9/HfY7vBmo= - -Name: themes/slate/graphics/icons/ctool/workbench.png -SHA1-Digest: DpvcWcrIZ+JpGcQjubdeFu7Mskg= - -Name: themes/purpleMesh/graphics/icons/ctool/back.gif -SHA1-Digest: z+OtZDnlsMdDmcm+viMBpc9tz2k= - -Name: themes/purpleMesh/graphics/icons/etool/whatsnew72.gif -SHA1-Digest: b5paP8zhysvEhuedZidjQL9HEus= - -Name: themes/purpleMesh/graphics/launchbar/samples.gif -SHA1-Digest: eO6+weStxxVdFdbSR7oXUpgr7SU= - -Name: plugin.properties -SHA1-Digest: FVgcQepw2LdjjA9jaP6rkbZ3cNk= - -Name: themes/slate/graphics/standby/mi_standbyhov.gif -SHA1-Digest: EKMu6lK27pq/aBg/9f2YFExIt5s= - -Name: themes/slate/graphics/launchbar/overview16.png -SHA1-Digest: CQKX46RHuZFbOrT3JiKPUK1/mMw= - -Name: themes/circles/preview.png -SHA1-Digest: sEqN3SavR9InMcm4Np9tsFTZi38= - -Name: themes/circles/graphics/icons/ctool/wr_nav_64.gif -SHA1-Digest: HWgi5cePr8R/laS2cHA1pRJFzqM= - -Name: themes/circles/html/webresources.css -SHA1-Digest: xE+K3s3qfPmZWptlBouT4WUKYlw= - -Name: themes/circles/graphics/icons/ctool/workbench.gif -SHA1-Digest: M9+7ZJ8Td5Vz4SgFfI1Ow9WsJGU= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc16.png -SHA1-Digest: tg0HIeAi2M876bRApOwKnRSGcD8= - -Name: plugin.xml -SHA1-Digest: AGntXfGyavfewes8K46DbzHl3PM= - -Name: themes/slate/graphics/icons/ctool/wb_nav.png -SHA1-Digest: eOOC/dmxPSefDxPWFsxQy7E2b8I= - -Name: themes/slate/graphics/icons/ctool/fs_nav.png -SHA1-Digest: ZHHwwi/pL6wyqvnxKLrIs1xSIv8= - -Name: themes/slate/graphics/icons/ctool/tutorials.png -SHA1-Digest: Zx41VhOUb0qOWIpS3T11xSGhNZE= - -Name: themes/slate/graphics/rootpage/webresources48.gif -SHA1-Digest: U3VJRQ912H+F2LovRbKXXJ96jtU= - -Name: themes/circles/swt/samples.properties -SHA1-Digest: b72s5ZpdufL+u+iHt7s2M3fRKR0= - -Name: themes/purpleMesh/swt/overview.properties -SHA1-Digest: mvuul3+a9PKCQbnMxeoDVo6pYSw= - -Name: themes/slate/graphics/icons/ctool/wn_nav.png -SHA1-Digest: Otvz1srG7KEBziy19XaNx1QlL+Y= - -Name: themes/purpleMesh/html/whatsnew.css -SHA1-Digest: fRC+M1elXUGhdy5bFG1XlaE+WUk= - -Name: themes/slate/graphics/icons/ctool/wr_nav.png -SHA1-Digest: X/t10DmFigUi7SWQWKb6TlVLWUo= - -Name: themes/circles/graphics/icons/ctool/firststeps.png -SHA1-Digest: RadtV1OpnwwU8YTjkRVswQ6gkrM= - -Name: themes/circles/graphics/icons/ctool/tutorials.gif -SHA1-Digest: octY2R6o9h3crdH3YxcRu5HinAE= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc48sel.gif -SHA1-Digest: Y+bL1SYCHZFL3CnkKVeUUdbqhpA= - -Name: themes/slate/graphics/rootpage/samples48.png -SHA1-Digest: o91S2IouhohWh784056j+CwIPbI= - -Name: themes/slate/swt/webresources.properties -SHA1-Digest: woLrtH3B00iBUZkDmqHU5XH6KPM= - -Name: themes/purpleMesh/html/samples.css -SHA1-Digest: 3ZtdRRozIzL+tYNU9FhPPekIVRI= - -Name: themes/slate/graphics/rootpage/workbench48.gif -SHA1-Digest: pzIWQg7A2tk7ISYqiM52y5+QHXE= - -Name: themes/purpleMesh/graphics/icons/obj48/newhov_obj.gif -SHA1-Digest: pyTbLR1DRUpyozcBnlZOStz7yIA= - -Name: themes/slate/graphics/icons/ctool/migrate-select.png -SHA1-Digest: dJhpMAzfZ3gXyS/WvZAhAGjvHqo= - -Name: themes/purpleMesh/graphics/icons/dtool/forward.gif -SHA1-Digest: aCtO1cY0PcLRL6ryFaULIxWFIRQ= - -Name: themes/slate/graphics/rootpage/migrate48.png -SHA1-Digest: 23aWLw+rpVmgwjJP0FsdVjl2snk= - -Name: introContent.xml -SHA1-Digest: p86gbX8qFQho2c9eTwFxLUM2jbY= - -Name: themes/purpleMesh/graphics/icons/ctool/samples16.png -SHA1-Digest: N/RpSt5Kg9cllB8ZVItf9UX+Gi4= - -Name: themes/shared/graphics/icons/ctool/widget_open_hov.gif -SHA1-Digest: q6+gnr1MvGjjGrmKrs7jlSk9G3E= - -Name: themes/slate/graphics/standby/ov_standbyhov.gif -SHA1-Digest: W7euvutqkpXqaZ28T0tIBgfqWBY= - -Name: themes/slate/graphics/rootpage/root_banner_logo.jpg -SHA1-Digest: abI9SllIW+3XhsY6pzv4qmpCG8Q= - -Name: themes/purpleMesh/graphics/icons/etool/firsteps48sel.gif -SHA1-Digest: vq4JP2YEL3U67r160BMe4c0SSMM= - -Name: themes/purpleMesh/swt/firststeps.properties -SHA1-Digest: EInPG8WIRgJVAjGiy8XWr64xU2o= - -Name: themes/slate/graphics/rootpage/tutorials48_hov.gif -SHA1-Digest: UNZLeDg3VnZSaoOSb/1cB4YjZRA= - -Name: themes/slate/graphics/rootpage/firststeps48.png -SHA1-Digest: AZf3rs765AMlL0crSZ1ACx1ITbw= - -Name: themes/circles/graphics/launchbar/whatsnew16.png -SHA1-Digest: IzjfRJtgZO/1pF6e+qNU1tsRInk= - -Name: themes/purpleMesh/swt/migrate.properties -SHA1-Digest: PXl9YyFN/w2mIaeHRLdH+0+d0Iw= - -Name: themes/circles/graphics/icons/ctool/root_bottomhov.gif -SHA1-Digest: Z8bzjCb+groZ7Mudi3sPT0KHduM= - -Name: themes/purpleMesh/graphics/launchbar/migrate16.png -SHA1-Digest: 9dXlttKYwv7e5tKagvSXjya58VA= - -Name: themes/purpleMesh/html/font-relative.css -SHA1-Digest: uztoLwYdMIMBC3VZXmPl2Qpbe7U= - -Name: themes/circles/graphics/icons/ctool/wb_nav_hover.gif -SHA1-Digest: JGea0KimDZnwwiCcQ8qHPqylM+0= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate16.png -SHA1-Digest: Puh69rUopnG/IU/JThhHdbLh1lo= - -Name: themes/slate/graphics/rootpage/migrate48_hov.gif -SHA1-Digest: 3Y6mFYmavunlKwredaGwnwXCNiE= - -Name: themes/purpleMesh/graphics/icons/etool/tutorials48sel.gif -SHA1-Digest: lk2qg8u2u6oUcxFjIFCXgvGBueA= - -Name: themes/slate/graphics/icons/ctool/whatsnew-select.png -SHA1-Digest: Qv9/KgDiu/UwPNMYHaBZQH6i0gI= - -Name: themes/circles/graphics/icons/ctool/ov_nav.png -SHA1-Digest: YeG6eWWkQN+xSr4Zg9oqEL865ks= - -Name: themes/purpleMesh/graphics/icons/etool/overview48sel.gif -SHA1-Digest: m9kn5H05+QgSBOxLlx2dxaWTGmo= - -Name: themes/shared/graphics/contentpage/wr-mi_med.gif -SHA1-Digest: OIQZ/hOeBpbC0WMHReEsbFJVJLc= - -Name: themes/slate/graphics/standby/tu_standbyhov.gif -SHA1-Digest: tnWwgoBPMHeWYfysLndY1HFWUPM= - -Name: themes/circles/graphics/icons/ctool/wr_nav_hover.gif -SHA1-Digest: XdpoqgAH+p1EVxL9GyMzE/Hfv/c= - -Name: themes/slate/graphics/launchbar/firststeps16.png -SHA1-Digest: 9hsrMpO8mZJzpwABMmAgSWU3MQc= - -Name: themes/purpleMesh/html/overview.css -SHA1-Digest: ewtO0S8LN4bgkv7PzeVxcz4wzj0= - -Name: themes/slate/graphics/standby/ov_standby.gif -SHA1-Digest: tQgasT5T5uccRV34rNN/eFA/j1I= - -Name: themes/circles/html/tutorials.css -SHA1-Digest: xa3e4ZW7ls+gOKV7vf3sJ/bKCn4= - -Name: themes/circles/graphics/rootpage/welcomebckgrd.jpg -SHA1-Digest: 1CYoWHrrrQBODT6u1XiiYAc8Ua8= - -Name: themes/purpleMesh/html/rtl.css -SHA1-Digest: 6emyVT06jVF1IpGc+y1ND2z5AgE= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps48.gif -SHA1-Digest: mBsb4wgGSyU8bNKCIcKAAzHfBdc= - -Name: themes/slate/graphics/icons/ctool/sa_nav.png -SHA1-Digest: +fvKMIGlRhLKb75Ge8kDFcNIlig= - -Name: themes/circles/graphics/icons/ctool/samples_tophov.gif -SHA1-Digest: KB0g/q6q9M8Vej0+uXtDX/4V4gQ= - -Name: themes/circles/graphics/icons/ctool/whatsnew_tophov.gif -SHA1-Digest: l0/AVYCJX3mHyeIM7AVVpjrHRAE= - -Name: themes/circles/graphics/icons/ctool/webresources.gif -SHA1-Digest: PzeqTnB2FYvrmgO3g1mKmko1DF0= - -Name: themes/circles/graphics/icons/ctool/ov_nav_rightedgehov.gif -SHA1-Digest: f0w1YUKKxjFzxukKAiz/X7+SoEQ= - -Name: themes/purpleMesh/graphics/icons/etool/tutorials48.gif -SHA1-Digest: rpkhEx725uQSS4BO8Cu6AYX/1qs= - -Name: .api_description -SHA1-Digest: SFWd947V1fBnMsB0/e5BW2Tp4K8= - -Name: themes/shared/graphics/contentpage/ov_high.gif -SHA1-Digest: bPF5JPTBYJSjUtUp7l/Q+jYOtX0= - -Name: themes/circles/graphics/icons/ctool/ov_nav_32.gif -SHA1-Digest: zdyV1x+iXWd1D+qvrkSFfVni9Wc= - -Name: themes/slate/swt/samples.properties -SHA1-Digest: U5PKzlW/IGZhPlnupiL0t6JQkeU= - -Name: themes/circles/graphics/icons/ctool/tu_nav_64.gif -SHA1-Digest: QfZiqnjcg8JgKOiaHqQcRAkU68M= - -Name: themes/slate/graphics/icons/ctool/overview-select.gif -SHA1-Digest: C/thmi6ygH/DObJgLK2R6FUFKmo= - -Name: themes/shared/graphics/icons/ctool/widget_closed.gif -SHA1-Digest: UCVQqypGt54bp4bPvYvnBBf3S6s= - -Name: themes/slate/graphics/standby/fs_standbyhov.gif -SHA1-Digest: IFrAPRH50aUnf4lzGXBnp63KBvg= - -Name: themes/slate/graphics/icons/ctool/wr_nav_32.gif -SHA1-Digest: N9FnodopAmjKrlNb/C6xGS7+ATI= - -Name: themes/circles/graphics/standby/wb_standby.gif -SHA1-Digest: VSLzZLxKKBrSxMH+QlFyD/mSYUk= - -Name: themes/shared/graphics/icons/ctool/widget_closed_hov.gif -SHA1-Digest: yBhmvxNDT4l1CwkG8lR3CuEZnpY= - -Name: themes/slate/graphics/rootpage/whatsnew48.png -SHA1-Digest: pizLyNLkBhqTFPW4z0yhKyGxTyU= - -Name: themes/circles/graphics/icons/ctool/samples.png -SHA1-Digest: vkVn8EAwdSUkAjDkBYBk3aVmaJA= - -Name: themes/circles/graphics/icons/ctool/whatsnew.png -SHA1-Digest: fmc+D8Cozv2x21iUal8OcSJ2RCA= - -Name: themes/slate/graphics/icons/ctool/samples-select.gif -SHA1-Digest: MMUTVQz0hk+wFo7QgkgLJIljLdo= - -Name: themes/slate/graphics/rootpage/overview48.gif -SHA1-Digest: 9fQKnwYMYCxPi3Dbf7Iw+P3GCYM= - -Name: themes/circles/graphics/contentpage/wr_banner.jpg -SHA1-Digest: DOJtvC1OhmR/2gE5/nMvZRA5Tzk= - -Name: themes/slate/graphics/standby/mi_standby.gif -SHA1-Digest: zpzqikD2wBf/PIPCZXeEV9gwu8Q= - -Name: themes/slate/swt/firststeps.properties -SHA1-Digest: 3WAuEq0g1VcYEY19Cse2R0eDoyc= - -Name: themes/slate/graphics/icons/ctool/samples.png -SHA1-Digest: JbJjoAzJoy70GkKO9qIdq2Rj6KU= - -Name: themes/circles/graphics/standby/wr_standby.gif -SHA1-Digest: aJpFuRco/12bQ9bNy92cX/A5UPk= - -Name: themes/slate/graphics/rootpage/workbench48_hov.gif -SHA1-Digest: yhz0kRxqnoPZXoFD3TjF9Pz14ik= - -Name: themes/slate/graphics/contentpage/wn_banner.jpg -SHA1-Digest: zB2XWrRELYgqRzvpOE+AQJbwc6E= - -Name: themes/circles/graphics/launchbar/firststeps16.png -SHA1-Digest: fCXz9yJa0b82QZ9rhBE67nJc2E4= - -Name: themes/purpleMesh/html/migrate.css -SHA1-Digest: 1+NqZ1pYXSS2bFk1Fb+6jVSPEqU= - -Name: themes/purpleMesh/graphics/icons/ctool/overview48.gif -SHA1-Digest: +JxWS50R28tHzsqUgQDLpoKxJdk= - -Name: themes/purpleMesh/html/standby.css -SHA1-Digest: NkRX4mALA79ZCAH8rMkPXHjx90s= - -Name: icons/full/obj16/extension_obj.gif -SHA1-Digest: bMeGZKr5c16LVNWBd9bt98uUYXc= - -Name: themes/purpleMesh/graphics/icons/etool/wb48.gif -SHA1-Digest: gWXkEZ45v3k7g90kCWYvfRGydNg= - -Name: themes/slate/graphics/rootpage/whatsnew48_hov.gif -SHA1-Digest: vSO/nScy1F2pIu0bdtjFxGpFg2o= - -Name: themes/slate/graphics/standby/wr_standbyhov.gif -SHA1-Digest: jHQHecCjhxGdDtte6xzQGzOGu3c= - -Name: themes/slate/graphics/contentpage/mi_banner.jpg -SHA1-Digest: dphGVKeWcMuI8dlZDYVT0jNP+Hk= - -Name: themes/circles/graphics/icons/ctool/nav_midhov.gif -SHA1-Digest: Wi2MCADeHhtdwi4Sh0W7uBznlOA= - -Name: themes/circles/graphics/icons/ctool/sa_onesample48.gif -SHA1-Digest: HqfVF+3gBlrx6nGLg5v5MFaaIgc= - -Name: themes/purpleMesh/html/root.css -SHA1-Digest: F8e99wJzj5JSXslAStEW8UVbHnE= - -Name: themes/slate/graphics/contentpage/sa_banner.jpg -SHA1-Digest: UYbMyIlkwRCH/+2xH0qy7SYO9jc= - -Name: themes/circles/html/samples.css -SHA1-Digest: Aa/3mSKEQ/bjtj9HIXMJGgm8YrY= - -Name: themes/circles/graphics/icons/ctool/arrow_rtl.gif -SHA1-Digest: DCAy3+kKDhzBjcBUtFfriO0XZ/Y= - -Name: themes/purpleMesh/graphics/contentpage/section4.gif -SHA1-Digest: 5uQoTC0PIVQXXzoh4GS8uljeT7Q= - -Name: themes/purpleMesh/graphics/icons/ctool/samples48sel.gif -SHA1-Digest: s0SJlUspZ+VpUK59YFpSVdSF4/8= - -Name: themes/slate/html/samples.css -SHA1-Digest: jJB+8DDa8HMq/Howur8Lf6FKxXU= - -Name: themes/slate/graphics/rootpage/webresources48_hov.png -SHA1-Digest: lc1/FiH8g8N5XQpp8VKb84BHcw0= - -Name: themes/slate/graphics/standby/sa_standbyhov.gif -SHA1-Digest: Q4Gml852TuRFm97prfvm+YUFxQQ= - -Name: themes/purpleMesh/swt/root.properties -SHA1-Digest: 13ibm2LcOyuKL4exgCW1FL8omGQ= - -Name: themes/slate/graphics/contentpage/fs_banner.jpg -SHA1-Digest: e1ynwkado6TTdJD+CScC/nSV23w= - -Name: themes/purpleMesh/graphics/icons/obj48/new_obj.gif -SHA1-Digest: m3blOl9A6/k/zOqWSEjVwi7OsX0= - -Name: themes/circles/graphics/launchbar/samples16.png -SHA1-Digest: EJy0O+e7Wn2LQKacpG+ztOKD+xU= - -Name: themes/shared/graphics/contentpage/wr-mi_high.gif -SHA1-Digest: 4Y7Eni6WwPD1XF5qOlZvX7FBicQ= - -Name: themes/circles/graphics/icons/ctool/overview.png -SHA1-Digest: 6Vc2O8P0tc2mBLAtqN6XRg4m6bA= - -Name: themes/slate/graphics/launchbar/samples16.png -SHA1-Digest: OkSBPD+k9fPKmTLDt+KLk67bD+M= - -Name: themes/purpleMesh/graphics/contentpage/tutorials_wtr.jpg -SHA1-Digest: 1DK/EYeYoAy/ecmdrcLVwCp05fs= - -Name: universal.jar -SHA1-Digest: Ej2K6s4tPMtAPTcmh7/NoPkTya4= - -Name: themes/slate/graphics/icons/ctool/webresources.png -SHA1-Digest: dMLVSP4HDxxSfiRFrbCaOeFNbVU= - -Name: themes/slate/graphics/rootpage/tutorials48.png -SHA1-Digest: YocgTR+jGu0RLtYAlrHOx5DMmrM= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/MANIFEST.MF deleted file mode 100644 index 272d31b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/MANIFEST.MF +++ /dev/null @@ -1,1230 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.4 -Bundle-SymbolicName: org.eclipse.ui.intro.universal;singleton:=true -Eclipse-LazyStart: true; exceptions="org.eclipse.ui.internal.intro.uni - versal.contentdetect" -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/ecl - ipse:org.eclipse.ui.intro.universal;tag=v20110510 -Bundle-Activator: org.eclipse.ui.internal.intro.universal.UniversalInt - roPlugin -Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0) - ",org.eclipse.help;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui;bund - le-version="[3.6.0,4.0.0)",org.eclipse.ui.intro;bundle-version="[3.4. - 0,4.0.0)" -Export-Package: org.eclipse.ui.internal.intro.universal;x-friends:="or - g.eclipse.ua.tests",org.eclipse.ui.internal.intro.universal.contentde - tect;x-friends:="org.eclipse.ua.tests",org.eclipse.ui.internal.intro. - universal.util;x-internal:=true,org.eclipse.ui.intro.universal -Bundle-Version: 3.2.500.v20110510 -Bundle-ClassPath: universal.jar -Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.ui.internal.intro. - universal.contentdetect" -Bundle-Vendor: %provider_name -Bundle-Name: %plugin_name -Import-Package: javax.xml.parsers,org.w3c.dom,org.xml.sax -Bundle-ManifestVersion: 2 - -Name: themes/shared/graphics/contentpage/wn-fs_med.gif -SHA1-Digest: YObD0h+yD3AoEJKcbHpgl7nSg6w= - -Name: themes/slate/graphics/icons/ctool/webresources-select.png -SHA1-Digest: ttFY6mc+rmyD+wi74Uh9u2VOsEA= - -Name: icons/full/obj16/inew_obj.gif -SHA1-Digest: nNCYIZNT6cAnS1piXmICuWj214k= - -Name: themes/circles/swt/migrate.properties -SHA1-Digest: 5AATILQmeOE6lgPTFd7rRWmZfFE= - -Name: themes/circles/graphics/icons/ctool/wb_nav_32.gif -SHA1-Digest: Cn/9w2OEDB5HruOhhsLBFFUwdTA= - -Name: themes/circles/graphics/launchbar/migrate16.png -SHA1-Digest: cdjjFVkozz0y9ji+FpASYhOALwk= - -Name: themes/circles/html/font-relative.css -SHA1-Digest: YNdUuhYcoSgMNnDs8zLlOICeBPg= - -Name: themes/purpleMesh/swt/webresources.properties -SHA1-Digest: CF3gMwhkWGQXjfED1zPxx1nNfWs= - -Name: icons/full/obj16/icallout_obj.gif -SHA1-Digest: BtNHLBdOBOrkuqR5QGDMR1yYOPU= - -Name: themes/slate/graphics/launchbar/migrate16.png -SHA1-Digest: cdjjFVkozz0y9ji+FpASYhOALwk= - -Name: themes/circles/graphics/icons/ctool/tutorials_tophov.gif -SHA1-Digest: l4xpK0NEVv+6HAPqe6Boky17Drs= - -Name: themes/circles/swt/overview.properties -SHA1-Digest: cWbc0RdZ2YXec98Rg1kTqJpT5NY= - -Name: themes/circles/html/whatsnew.css -SHA1-Digest: f/xiSK+pn47wv97YC1T89H3Yggc= - -Name: themes/shared/html/shared.css -SHA1-Digest: OTh/aPQYNhJNbCRlHp4uwANCo6I= - -Name: themes/purpleMesh/graphics/icons/etool/firsteps48.gif -SHA1-Digest: hvcLfSf/ImoeCex6h0I4mKJDYaM= - -Name: themes/slate/graphics/icons/ctool/tu_nav_32.gif -SHA1-Digest: ERMabqNtihbmhosEh+AMC9m6SgQ= - -Name: themes/slate/graphics/rootpage/samples48_hov.gif -SHA1-Digest: 2GZqEq/9FzCx8WiEgECMZDe8Bbg= - -Name: themes/shared/graphics/icons/ctool/widget_closed_rtl.gif -SHA1-Digest: Hls40cTfd5UjRBwAqdmvGB4Qj5A= - -Name: themes/circles/graphics/contentpage/tu_banner.jpg -SHA1-Digest: QS8UTOekR3eu1goLA3IGZbz2ACU= - -Name: themes/circles/graphics/icons/ctool/wb_nav.png -SHA1-Digest: FH8HqOCtz5sLOSGSXLTuXtscYdw= - -Name: themes/circles/graphics/icons/ctool/fs_nav.png -SHA1-Digest: 3F+Z798k2zAOQHXppBvRobdsVgY= - -Name: icons/welcome16.gif -SHA1-Digest: lCVsqUKwrazRDOWbtiyQR6PzEio= - -Name: themes/circles/graphics/icons/ctool/migrate.png -SHA1-Digest: VkjCEMXUNNjo4asomIvGP5KZteA= - -Name: themes/circles/html/rtl.css -SHA1-Digest: cGk5uIu4MDkHeAx2Fx84/hsq1Nw= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew48sel.gif -SHA1-Digest: V7JtQrx+Kgg5ssosc9X8gdGTyVs= - -Name: themes/purpleMesh/graphics/icons/etool/webrsrc48sel.gif -SHA1-Digest: ViPbhh1j2zwRpZdBTVLjwaRXvWU= - -Name: themes/shared/graphics/icons/ctool/widget_closed_hov_rtl.gif -SHA1-Digest: lLNX/Q+6E9ygF+QaNhAMMknKE0Q= - -Name: themes/circles/graphics/icons/ctool/wn_nav.png -SHA1-Digest: d7McdCEtfxPQ+F5vlR38rVTvgXo= - -Name: themes/circles/graphics/launchbar/tutorials16.png -SHA1-Digest: i2tAwI/AV2AL9+0LBrkT2facrps= - -Name: themes/slate/graphics/icons/ctool/migrate.png -SHA1-Digest: VkjCEMXUNNjo4asomIvGP5KZteA= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps72.gif -SHA1-Digest: SBxtT8iB/ApY0HjP6hKYkJuKUok= - -Name: themes/slate/graphics/standby/wn_standbyhov.gif -SHA1-Digest: NbMYb8Ka2D8DlnjzdS2qA6E8j9I= - -Name: themes/circles/graphics/icons/ctool/wr_nav.png -SHA1-Digest: RiRbJ01jNoAefHKxAe7htjgxNc8= - -Name: themes/slate/graphics/icons/ctool/firststeps-select.gif -SHA1-Digest: 2omoFavbjq9B7GnstjVqw0FdtMg= - -Name: themes/circles/graphics/standby/wb_standbyhov.gif -SHA1-Digest: M93nY3cEdQ0Ot7ymKz9lcr/vVgQ= - -Name: themes/circles/graphics/icons/obj48/newhov_obj.gif -SHA1-Digest: bYXzhCgIi1p/aDvaAoOBGIrBuKA= - -Name: themes/purpleMesh/graphics/icons/etool/tutorials72.gif -SHA1-Digest: bgSW0+TBHE6b5pybPnVxwKCeb8o= - -Name: themes/slate/graphics/standby/wn_standby.gif -SHA1-Digest: 88JPC5OW2W/A8nK+jURGNllSjXc= - -Name: themes/purpleMesh/graphics/contentpage/migrate_wtr.jpg -SHA1-Digest: aEzxRxDEcOgBZUkFLh+l3yrPKkc= - -Name: themes/circles/graphics/icons/ctool/ov_nav_64.gif -SHA1-Digest: MiM5uNLCvrkx/ykdKqZM97Y9ZZU= - -Name: themes/purpleMesh/graphics/contentpage/section3.gif -SHA1-Digest: Dti98fXWKSzLZcwWhy0ZH/xv/LQ= - -Name: themes/circles/graphics/icons/ctool/mi_nav_hover.gif -SHA1-Digest: ctUOJTLxQ0tbU8MWdzTinkFSNJY= - -Name: themes/purpleMesh/swt/whatsnew.properties -SHA1-Digest: oMwOlBxzxsbYGpYIiB6r5WvnCOg= - -Name: themes/slate/graphics/rootpage/firststeps48_hov.gif -SHA1-Digest: V1SxrQz5nuodvxHET/Uj/DVfZnU= - -Name: themes/circles/swt/firststeps.properties -SHA1-Digest: sBCpA22sGt4sMuv+F9m/qnMxVSM= - -Name: themes/purpleMesh/graphics/icons/etool/overview48.gif -SHA1-Digest: iCWMhwI9UGBgr2VfDvUWRcFUkvQ= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials48.gif -SHA1-Digest: g1DLV9w6145WJgolBFoQXPSHED0= - -Name: themes/purpleMesh/html/font-absolute.css -SHA1-Digest: Dp/J3iJgRBHHdbUImvOo/dqS9qQ= - -Name: themes/purpleMesh/graphics/icons/dtool/back.gif -SHA1-Digest: ySnsDpMG5nwH+1FeV2r27mUrMkU= - -Name: themes/slate/graphics/launchbar/whatsnew16.png -SHA1-Digest: h+KhHUY6Dp0Q8Jm2f2zIe/6WTlQ= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate48sel.gif -SHA1-Digest: keNlqQN4S22HPmK1Di1nJy96tpE= - -Name: themes/circles/html/migrate.css -SHA1-Digest: iqCK+hELmQGaI0kDAerL4zBIsH8= - -Name: themes/circles/html/standby.css -SHA1-Digest: 2z23RG44ueQjzJxag9TUR5ipMg8= - -Name: themes/shared/graphics/contentpage/ov_med.gif -SHA1-Digest: BLkJAi4b6F3mxZCsx/D4hbWbUO8= - -Name: themes/purpleMesh/graphics/icons/ctool/wb48.gif -SHA1-Digest: TRanQY4RKQhrmQMzvoEtx9VCEuE= - -Name: themes/circles/graphics/icons/ctool/tu_nav_hover.gif -SHA1-Digest: gnwxFOZ1hWJ15kAtVY9JjWHr8y0= - -Name: themes/purpleMesh/graphics/icons/ctool/overview72.gif -SHA1-Digest: j8YqPAh5zhsG871Xa1oEABhvpwU= - -Name: themes/slate/html/migrate.css -SHA1-Digest: o9xAwZ7xa/HM/hdVTb3tk8uOHw0= - -Name: themes/slate/html/standby.css -SHA1-Digest: dcsodycy9r1Mc13iPMtPm6VaX44= - -Name: themes/circles/graphics/icons/ctool/wn_nav_32.gif -SHA1-Digest: 2MmKSbuOyZVL2zJF4G8nB5PD40E= - -Name: themes/slate/graphics/rootpage/overview48_hov.png -SHA1-Digest: yEu4cL82lrHSfFHqv3eoyrW9YSg= - -Name: themes/circles/graphics/icons/ctool/migrate_tophov.gif -SHA1-Digest: H8SgRLyEnOi1cDZJW0fzb3lAvCo= - -Name: themes/circles/html/overview.css -SHA1-Digest: G+A4n9PJ6fA3WLTPxxbOfcojjXE= - -Name: themes/slate/preview.png -SHA1-Digest: whTvlmnBWZTV8IG0krm8yHohkCI= - -Name: themes/circles/graphics/icons/ctool/firststeps.gif -SHA1-Digest: aw0foujzvfJwyNlhaeXJ9h+811s= - -Name: themes/slate/graphics/rootpage/samples48.gif -SHA1-Digest: a7heSjTUOSoRTKVM3l7UofW0BgY= - -Name: themes/purpleMesh/html/firststeps.css -SHA1-Digest: nACM/CMdpnPS98VKxacu0uWKtn4= - -Name: themes/slate/swt/migrate.properties -SHA1-Digest: 2F6o5tkNwYATwSeIxAhJ4Fawrag= - -Name: themes/slate/graphics/icons/ctool/tu_nav.png -SHA1-Digest: dNoyc7XQ0/y0TYmDYpA3RH2BDu8= - -Name: themes/slate/html/font-relative.css -SHA1-Digest: yc7PqZE0wKy+879beIvCdX5i2As= - -Name: themes/circles/graphics/icons/ctool/mi_nav_32.gif -SHA1-Digest: mATXWuXqCWzSKixiSQs+YOGKGco= - -Name: themes/circles/graphics/icons/ctool/workbench_midhov.gif -SHA1-Digest: 8IcR48lhiM2cA6fVthKbkSUPpuQ= - -Name: themes/purpleMesh/graphics/swt/form_banner.gif -SHA1-Digest: PQhF1iaxN2d2Pjr4NFsLS6syeIU= - -Name: themes/circles/graphics/icons/ctool/root_midhov.gif -SHA1-Digest: 0wGbIZFEsbFYpUJc7aXvM2hdu9s= - -Name: themes/circles/graphics/standby/ov_standby.gif -SHA1-Digest: HunoPS0cid3oVEr1sZr/zorOhSo= - -Name: themes/slate/swt/tutorials.properties -SHA1-Digest: vAquZcTxRXIrBqJjPzS1CivM1DU= - -Name: themes/circles/graphics/icons/ctool/sa_nav_32.gif -SHA1-Digest: zWmN8ic58PiJmRsQN6M8kkO112Y= - -Name: themes/slate/graphics/icons/ctool/migrate-select.gif -SHA1-Digest: rbcMvR3DTWAZ6y8pRLJ1Aj3AR0Y= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps48sel.gif -SHA1-Digest: opve/Gi8rcg8PqsApScb3gwbsjM= - -Name: themes/purpleMesh/graphics/contentpage/samples_wtr.jpg -SHA1-Digest: g2JddJllH2GnARk4Nou/2R4PymU= - -Name: themes/circles/graphics/icons/ctool/sa_nav.png -SHA1-Digest: uXMdf9iE7j6nm8Kb+4XilPOc3KQ= - -Name: themes/slate/graphics/launchbar/webresources16.png -SHA1-Digest: MKgOo3PUit3DrNfS3CNMBEiz7j0= - -Name: themes/slate/graphics/icons/ctool/mi_nav.png -SHA1-Digest: DugGCwIqDGwAjbE6lxcgfs0Wcv4= - -Name: themes/slate/graphics/rootpage/migrate48.gif -SHA1-Digest: joxhUVMJ4gjNCLOVxveKazhqRQg= - -Name: themes/circles/graphics/icons/ctool/cpt_midhov.gif -SHA1-Digest: RrizlkO8kDokhCsq1RS7MeMZ/8E= - -Name: themes/circles/graphics/icons/obj48/new_obj.gif -SHA1-Digest: Y/Bwx578bV6kzFqO2dx3H9gJtTo= - -Name: themes/purpleMesh/graphics/launchbar/whatsnew.gif -SHA1-Digest: OfLsLlxVJqmHGeWbr+FpZ7WbR5o= - -Name: themes/slate/graphics/icons/ctool/whatsnew.png -SHA1-Digest: 7yax9xdOrPlNoCNBqEo0D2Wn98A= - -Name: themes/slate/swt/root.properties -SHA1-Digest: trht5nL/OVGbn1M9jAAQgsEUxew= - -Name: themes/slate/graphics/rootpage/firststeps48.gif -SHA1-Digest: 728dp/iHajdA6QbwpXrDcWhyr9I= - -Name: themes/purpleMesh/graphics/icons/ctool/overview48sel.gif -SHA1-Digest: QvbOlzxtGauTmRVipO4/FC2ZJ2U= - -Name: themes/circles/graphics/icons/ctool/fs_nav_32.gif -SHA1-Digest: BSKmmm0UjJhF46bslzBFgsMhk28= - -Name: themes/slate/graphics/rootpage/root_banner.jpg -SHA1-Digest: CVENAzN0sGVJ550D3j/tRK/bGUo= - -Name: themes/purpleMesh/graphics/contentpage/section2.gif -SHA1-Digest: jNYinCnDLjHR0d9YHNjblUc/OuA= - -Name: themes/slate/swt/overview.properties -SHA1-Digest: 7OIn4C0e4D6ndcSGGB2rOpSg9OA= - -Name: themes/slate/graphics/contentpage/banner_extension.jpg -SHA1-Digest: hduQzj5oNnCVgoASvulQULdbwPM= - -Name: themes/circles/graphics/standby/mi_standby.gif -SHA1-Digest: 5hYhaXir5S3NKycOObVKVsAr09E= - -Name: themes/purpleMesh/graphics/icons/etool/webrsrc48.gif -SHA1-Digest: eT48bn2xNpwaArD3Ukfr9X5Z3c0= - -Name: themes/purpleMesh/html/ltr.css -SHA1-Digest: Yyu5meBpG9xZ0u7nPC5AeoUW/zw= - -Name: themes/slate/graphics/icons/ctool/whatsnew-select.gif -SHA1-Digest: /Qq4XXE3i1mUaXyx9iRhQ8V/W5c= - -Name: themes/slate/html/tutorials.css -SHA1-Digest: 4Odp/Gvx+GfsR1ECUTI/mKtmUTE= - -Name: themes/slate/html/shared.css -SHA1-Digest: qMIxx3YJ8vHdurH/wNG2IojaQiI= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps16.png -SHA1-Digest: Xi6gTgcM86DWgA6hyPn8mRMRwE0= - -Name: themes/circles/html/root.css -SHA1-Digest: YX1L9+DDBz6WfuLKH+3xJrz4uN4= - -Name: themes/circles/graphics/icons/ctool/workbench_tophov.gif -SHA1-Digest: +Bd0or2l4puBTP5oSz9gGyqxboc= - -Name: themes/slate/graphics/standby/tu_standby.gif -SHA1-Digest: 76LqWV6eBwFimzZFB6T2Buh40Jw= - -Name: themes/purpleMesh/graphics/icons/etool/firsteps72.gif -SHA1-Digest: 8bFXxASI73oOdjUe/CbahEIuja0= - -Name: themes/purpleMesh/swt/standby.properties -SHA1-Digest: Et13VGQD/DUcY0mXK2+CwdtfEHM= - -Name: themes/slate/graphics/icons/ctool/ov_nav_32.gif -SHA1-Digest: mK2utAnQW2MhbJurFHYi5qKZ1vE= - -Name: themes/circles/graphics/contentpage/ov_banner.jpg -SHA1-Digest: 10sZ9H16pEffvVYkE+oqY7PFVXo= - -Name: themes/purpleMesh/html/shared.css -SHA1-Digest: KPSVwoWza9iUjjzBkJdr5wPP1YM= - -Name: themes/circles/graphics/icons/ctool/nav_rightedgehov.gif -SHA1-Digest: 5LCcU2on4MwQTTw2MBdcyieAAEM= - -Name: themes/purpleMesh/graphics/contentpage/backgroundcurve.gif -SHA1-Digest: SU4SmeQDMdIE/JG9PcJmA8g/ato= - -Name: themes/purpleMesh/graphics/icons/etool/samples48sel.gif -SHA1-Digest: SOwlUuN/dNPbbRGy97y2JyBenP4= - -Name: themes/slate/html/webresources.css -SHA1-Digest: 1bIsUHigc64MRBrTzXlMzGZRX/Q= - -Name: themes/purpleMesh/graphics/icons/ctool/forward.gif -SHA1-Digest: XmaOiMd1jEsrDB6NdyQqw+d1aAY= - -Name: themes/circles/swt/root.properties -SHA1-Digest: tKcoqTuS/A6XBkZrPU/Tp2zE3W0= - -Name: themes/purpleMesh/graphics/icons/etool/forward.gif -SHA1-Digest: /hIcNo6w11v+EpgTXgFX9a1bYwY= - -Name: themes/slate/graphics/contentpage/wr_banner.jpg -SHA1-Digest: wINF//ANvlaP4bKX40ICJ1h4J2Y= - -Name: themes/purpleMesh/graphics/icons/etool/samples48.gif -SHA1-Digest: tVSl1SZ/C1vzumYiVhIg3neCICQ= - -Name: themes/slate/graphics/rootpage/whatsnew48.gif -SHA1-Digest: UvfhrKZoLquL9Mi9ZmLCo09V0Ho= - -Name: themes/slate/html/root.css -SHA1-Digest: AfeYIjFUtTzAXgOxyLSaYF525yA= - -Name: themes/purpleMesh/graphics/launchbar/overview.gif -SHA1-Digest: pfIpf2IyPaP9OPweaGpcIYG+TFs= - -Name: themes/slate/graphics/icons/ctool/tutorials-select.png -SHA1-Digest: cCY5VvZg9hbvygMCXlNA9jbzDZs= - -Name: themes/circles/graphics/icons/ctool/webresources_tophov.gif -SHA1-Digest: VaZ+AWC7rmAsl7EfAf4RMGe7Ajw= - -Name: themes/circles/graphics/icons/ctool/samples.gif -SHA1-Digest: c9b5vr12KuTDgSh4XxVc3A/Yb5o= - -Name: themes/circles/graphics/icons/ctool/whatsnew.gif -SHA1-Digest: R3qLK0sHbAW98RHHMq7zWy1IO5o= - -Name: themes/purpleMesh/graphics/icons/ctool/overview16.png -SHA1-Digest: F9E6l5MA7FwcZoftgNIyKpPuHIs= - -Name: themes/purpleMesh/graphics/contentpage/webrsrc_wtr.jpg -SHA1-Digest: Ido2Czdqp9qBtLXVuqLFKehNnG0= - -Name: themes/slate/graphics/icons/ctool/overview.png -SHA1-Digest: eXxwilTaGiognsDmKoSJ3ZwT7FU= - -Name: themes/purpleMesh/graphics/contentpage/background.jpg -SHA1-Digest: E2oMRaBMnHtodkZ+6dnqpMVtjYw= - -Name: themes/purpleMesh/graphics/icons/etool/overview72.gif -SHA1-Digest: n74Umhh+1Csw/icpzX8BNun9DPY= - -Name: themes/slate/html/rtl.css -SHA1-Digest: ka03w0wDvzu6rYhWR5cBQWwA6BA= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew48.gif -SHA1-Digest: KNlMP7MYOWlZW4S9qu3HLv6oCX0= - -Name: themes/circles/html/font-absolute.css -SHA1-Digest: UPrVP11/+ZJNI7V+e7usdgYpotU= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials72.gif -SHA1-Digest: 4khSgiovoX4YtZ6eJRPyyBG1tVA= - -Name: themes/purpleMesh/graphics/icons/etool/migrate48.gif -SHA1-Digest: fViGJTGmPbKdrj9R9DEEnQadiCQ= - -Name: themes/circles/graphics/icons/ctool/firststeps_tophov.gif -SHA1-Digest: Oh8ahqB46KYlZOW1WUEdG8UzLeE= - -Name: themes/slate/graphics/standby/fs_standby.gif -SHA1-Digest: 5yXOjWYGu9taQwSM6JmLf07j0fI= - -Name: themes/slate/graphics/standby/sa_standby.gif -SHA1-Digest: MzhZk7rGOmDthzPVK6Ss5ZHDWfc= - -Name: themes/circles/graphics/icons/ctool/workbench.png -SHA1-Digest: NvsOkAqCPAe7ectLZ6VMCYoWlAg= - -Name: themes/circles/swt/webresources.properties -SHA1-Digest: d08aTkBCcpnmmJzT8Jsz4fmFFP8= - -Name: themes/circles/graphics/icons/ctool/root_midhov2.gif -SHA1-Digest: MUXRnbm2U/5T/WKg2Fze3zGWip8= - -Name: themes/purpleMesh/graphics/launchbar/webresources16.png -SHA1-Digest: MKgOo3PUit3DrNfS3CNMBEiz7j0= - -Name: themes/slate/graphics/rootpage/webresources48.png -SHA1-Digest: kxjGlQiN/a/+HyqLGGpjOwltaHc= - -Name: themes/circles/graphics/standby/mi_standbyhov.gif -SHA1-Digest: HnHqLAS7Dn7UNF9Lvj7vq9+KBUc= - -Name: themes/purpleMesh/graphics/contentpage/section1.gif -SHA1-Digest: m5w0U3ih9X9y22rCCdBFryaLvAc= - -Name: themes/shared/graphics/contentpage/grey_callout.gif -SHA1-Digest: yi4BN/3biRiO8mkotR+kIwxTG+M= - -Name: themes/slate/html/whatsnew.css -SHA1-Digest: HKoqKVzXRanzKOmmOTkRgxdCtEY= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc48.gif -SHA1-Digest: GmnkTgyukr5A180zab5zZYJ1D0g= - -Name: themes/circles/graphics/icons/ctool/tutorials.png -SHA1-Digest: smC+kYLb5F/BlUJxXGb3OIkzMyA= - -Name: themes/slate/graphics/icons/ctool/arrow_rtl.gif -SHA1-Digest: lbqBjzMYJPrTr2480naQFU3Ctkw= - -Name: themes/circles/graphics/icons/ctool/ov_nav_hover.gif -SHA1-Digest: sX+VnILCJbj/P5cRPP65JpGvZWA= - -Name: themes/circles/graphics/icons/ctool/wn_nav_64.gif -SHA1-Digest: 8dnsIP2CGs5jbXtQSdbqUTOU8Ro= - -Name: themes/circles/graphics/icons/ctool/workbench_bottomhov.gif -SHA1-Digest: 6akkwg9PLd5IbNPUtt/6oTD0Fmc= - -Name: themes/slate/graphics/rootpage/workbench48.png -SHA1-Digest: FgczOQ4VpSiYNbMdQ/83/dGtAvQ= - -Name: about.html -SHA1-Digest: ejOZra0kypGLQQ2bJtGTX+LI8tU= - -Name: themes/slate/graphics/rootpage/webresources48_hov.gif -SHA1-Digest: fLFNLYyPZO7VGdv7Y0pW8cFcGX4= - -Name: themes/slate/html/firststeps.css -SHA1-Digest: 44JdqtdGfVaGtE71FyUy2GsR/rs= - -Name: themes/circles/graphics/icons/ctool/mi_nav_64.gif -SHA1-Digest: Q9shp5C6uwXuvLYysv0huYQDB7g= - -Name: themes/circles/swt/whatsnew.properties -SHA1-Digest: 6OFfokUGKPEnPFqOK5mnQZi4YVQ= - -Name: themes/circles/graphics/icons/ctool/sa_nav_hover.gif -SHA1-Digest: 0T/hb/lLM6+4vlYmaQfabpdGLjQ= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials48sel.gif -SHA1-Digest: tATI5YuOIrBfjWCFp5WnjlycjL0= - -Name: themes/circles/graphics/icons/ctool/sa_nav_64.gif -SHA1-Digest: Dx4v4tsaMKt29b4G9qaOF5QCrOY= - -Name: themes/circles/graphics/icons/ctool/overview.gif -SHA1-Digest: +uFvLkyNf1o3XI+/Ucf9I3zQCPs= - -Name: themes/slate/graphics/rootpage/tutorials48_hov.png -SHA1-Digest: aTlhURRHXXspu8uUZRhYEbDAojc= - -Name: themes/circles/graphics/standby/wn_standby.gif -SHA1-Digest: 88JPC5OW2W/A8nK+jURGNllSjXc= - -Name: themes/circles/graphics/icons/ctool/overview_bottomhov.gif -SHA1-Digest: YL2P91DIXFlIEdG9NrrY+AhPRsw= - -Name: themes/slate/graphics/icons/ctool/wb_nav_32.gif -SHA1-Digest: GpdTBfJKFFJkVfefZF3oVDI+k1o= - -Name: themes/purpleMesh/graphics/icons/ctool/samples48.gif -SHA1-Digest: u0pYTzvBAB63GQT5RCCUbYqIR/8= - -Name: themes/slate/graphics/rootpage/tutorials48.gif -SHA1-Digest: EOb2R8xvUX5bbijE1zT7PW3yi0k= - -Name: themes/circles/graphics/standby/ov_standbyhov.gif -SHA1-Digest: S4jMdmDN03X8/YD+TgHYLJTrQ1k= - -Name: themes/circles/graphics/launchbar/overview16.png -SHA1-Digest: F9E6l5MA7FwcZoftgNIyKpPuHIs= - -Name: themes/slate/graphics/icons/ctool/webresources-select.gif -SHA1-Digest: jEHkJCqvz90c5NrTt50AG6y8R5g= - -Name: themes/purpleMesh/preview.png -SHA1-Digest: CoxC3E6lWpb5CIhBsZIy51kuLSg= - -Name: themes/slate/graphics/rootpage/migrate48_hov.png -SHA1-Digest: 3jv6dZo2sWUoSzG9+fUC8BNHp2A= - -Name: themes/circles/graphics/icons/ctool/fs_nav_64.gif -SHA1-Digest: IZQIQMgx8FkRqKHONIJUlUwq3rk= - -Name: themes/circles/graphics/icons/ctool/overview_midhov.gif -SHA1-Digest: nnLAEvfmeOC+rzaWxpv6yCe7xeQ= - -Name: themes/purpleMesh/html/webresources.css -SHA1-Digest: sWnYR2Hr4y3AO3Okf8oAO2Ijb0o= - -Name: themes/purpleMesh/graphics/icons/etool/migrate48sel.gif -SHA1-Digest: h+GOvx5olDLCqX/Cby35wMDDXuc= - -Name: themes/purpleMesh/graphics/root/background.jpg -SHA1-Digest: 55fuk1Jgqmsw0nmR/NmsLZU/B/E= - -Name: themes/circles/html/ltr.css -SHA1-Digest: Yyu5meBpG9xZ0u7nPC5AeoUW/zw= - -Name: themes/purpleMesh/graphics/icons/etool/webrsrc72.gif -SHA1-Digest: BXvwP9AN31Xn2K8qtsd1gjhWIcc= - -Name: themes/slate/graphics/contentpage/tu_banner.jpg -SHA1-Digest: 4Hiac9ZLmKM1nD5e+1n/PNz2zZg= - -Name: icons/full/obj16/ilow_obj.gif -SHA1-Digest: wAtRYKFnL5qoURQIXumOywvQmIk= - -Name: themes/slate/html/overview.css -SHA1-Digest: 1a0QMXZcM8a6o/ctVWIeWIcYsXk= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate48.gif -SHA1-Digest: 13w8+9/+TWNT9hGKV+Haz8Qiw6o= - -Name: themes/slate/graphics/launchbar/tutorials16.png -SHA1-Digest: i2tAwI/AV2AL9+0LBrkT2facrps= - -Name: themes/circles/html/firststeps.css -SHA1-Digest: EV55fIWanWb1kPj8xH09DQH48HI= - -Name: themes/circles/graphics/icons/ctool/fs_nav_hover.gif -SHA1-Digest: MTOxVXUpblDdX5KvJiaJPR1tU3c= - -Name: themes/circles/graphics/standby/tu_standbyhov.gif -SHA1-Digest: sWxT9jjy1CbwVqXWKiMSMRgDs8I= - -Name: themes/slate/graphics/standby/wb_standbyhov.gif -SHA1-Digest: M93nY3cEdQ0Ot7ymKz9lcr/vVgQ= - -Name: themes/slate/html/font-absolute.css -SHA1-Digest: xS0MRrwTLXqa5OQd1iW6iHIy3Bc= - -Name: themes/circles/swt/standby.properties -SHA1-Digest: hIrIt7g/8ze49RvoZt8oujUIY3U= - -Name: themes/circles/graphics/icons/ctool/migrate.gif -SHA1-Digest: kSYjWyWIS8iBRq1xaFM4xHb3Bdk= - -Name: themes/circles/graphics/icons/ctool/webresources.png -SHA1-Digest: 0sKVVhl4zyGuSQxxs1pyupEqEro= - -Name: icons/full/obj16/image_obj.gif -SHA1-Digest: DT00AOgk+LSxwyBDkotC5FiPYRI= - -Name: themes/purpleMesh/swt/tutorials.properties -SHA1-Digest: I2RxA1+OY6LYltetui8ofyH59eo= - -Name: themes/slate/graphics/icons/ctool/overview-select.png -SHA1-Digest: hVN47i7yjwEaoeO/EczGzvS0h2Q= - -Name: themes/shared/graphics/contentpage/wn-fs_high.gif -SHA1-Digest: oiMP7gOeLwfgSvXA0kWFlpITY7U= - -Name: themes/circles/graphics/icons/ctool/tu_nav.png -SHA1-Digest: dNoyc7XQ0/y0TYmDYpA3RH2BDu8= - -Name: themes/purpleMesh/graphics/root/brandmark.gif -SHA1-Digest: PgN5Rj0TJwB5pNIjtFRXU8ztH0A= - -Name: themes/purpleMesh/graphics/icons/ctool/tutorials16.png -SHA1-Digest: i2tAwI/AV2AL9+0LBrkT2facrps= - -Name: themes/slate/graphics/icons/ctool/samples-select.png -SHA1-Digest: vq/g/Lw1FwHfkm6p/FOlemij/5I= - -Name: themes/slate/graphics/rootpage/overview48.png -SHA1-Digest: 99XyAwX7m5mYQ4AOgObbGzd5RDw= - -Name: themes/purpleMesh/graphics/icons/etool/samples72.gif -SHA1-Digest: yaI/A4O3sg62jftxAs4A5ovsDIE= - -Name: themes/circles/graphics/standby/fs_standbyhov.gif -SHA1-Digest: j3OetXMY7tyEtqQChTtohOIDzgk= - -Name: themes/purpleMesh/graphics/icons/etool/whatsnew48.gif -SHA1-Digest: mPoULJKT+XF9OOr07H7Zm7jItL4= - -Name: themes/purpleMesh/graphics/icons/ctool/wb16.png -SHA1-Digest: rtGpm0vAJROmvKqNhIA86Oii2QU= - -Name: themes/circles/graphics/icons/ctool/mi_nav.png -SHA1-Digest: DugGCwIqDGwAjbE6lxcgfs0Wcv4= - -Name: themes/slate/graphics/icons/ctool/ov_nav.png -SHA1-Digest: KtxMxu+ASHojP1pS3ir3RurjNk8= - -Name: themes/circles/graphics/icons/ctool/wr_nav_32.gif -SHA1-Digest: TdYmSHa2YYmdttUqBg/bnvUwPFU= - -Name: themes/slate/graphics/rootpage/workbench48_hov.png -SHA1-Digest: zEzcCes6vflGY6bOsv24Rl5Gjds= - -Name: themes/circles/graphics/icons/ctool/overview_tophov.gif -SHA1-Digest: wV+i4eDKNxlIgXGRM+u+vAgyE3w= - -Name: icons/full/obj16/ihigh_obj.gif -SHA1-Digest: vI+PIICL5niI3cp3BIHFmKNezJM= - -Name: themes/purpleMesh/graphics/icons/etool/home.gif -SHA1-Digest: /or5ve5EMGFdF2Y0L2g5nyUuIIw= - -Name: themes/purpleMesh/graphics/contentpage/whatsnew_wtr.jpg -SHA1-Digest: XRef3brftgagwayG3XY716228lA= - -Name: themes/purpleMesh/graphics/icons/etool/back.gif -SHA1-Digest: ySnsDpMG5nwH+1FeV2r27mUrMkU= - -Name: themes/slate/graphics/icons/ctool/wn_nav_32.gif -SHA1-Digest: 2MmKSbuOyZVL2zJF4G8nB5PD40E= - -Name: themes/circles/graphics/contentpage/wn_banner.jpg -SHA1-Digest: YUKNXzoHrliZGSKkB1xULdQM1pM= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew72.gif -SHA1-Digest: 5291YmuJ2qb7ZUbxqgabvlAUXZw= - -Name: themes/purpleMesh/graphics/icons/etool/migrate72.gif -SHA1-Digest: cixlyOEhHbqYFBRvcfJB++/1zA0= - -Name: themes/shared/graphics/icons/ctool/widget_open.gif -SHA1-Digest: Apgb6HcsxsXMS+sHuk/qeY8n4Hg= - -Name: themes/circles/graphics/icons/ctool/ov_nav_midhov.gif -SHA1-Digest: ww8UaEmFh8Ua/BIxSr1+x4ZGgjs= - -Name: themes/slate/graphics/rootpage/whatsnew48_hov.png -SHA1-Digest: AtJW/I5jeOgeNN8s/05OYoPbiNI= - -Name: themes/purpleMesh/swt/samples.properties -SHA1-Digest: zHgXqSHAR+13ShPdQ+v5A7zVxQ0= - -Name: themes/slate/graphics/rootpage/overview48_hov.gif -SHA1-Digest: lMx3CV4GH+dLQSIaRIcoHkky8Wk= - -Name: themes/purpleMesh/graphics/launchbar/tutorials.gif -SHA1-Digest: p/9KyKfeLBTEfkIq5VoXuUzv+CI= - -Name: themes/slate/graphics/icons/ctool/mi_nav_32.gif -SHA1-Digest: mATXWuXqCWzSKixiSQs+YOGKGco= - -Name: themes/shared/graphics/contentpage/tu-sa_high.gif -SHA1-Digest: yiKi7S7vBveH4hyEQdwg4/A2XPo= - -Name: themes/circles/graphics/standby/wr_standbyhov.gif -SHA1-Digest: 1rq4e0czEMOde7HG8ZUK1yqzD88= - -Name: themes/circles/graphics/contentpage/mi_banner.jpg -SHA1-Digest: 1sw4BuKCsz60H2Os3tfy525HyLo= - -Name: themes/purpleMesh/graphics/root/dots.gif -SHA1-Digest: J8KQRqbJZhxVIt9FA8p0AcCnowc= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc72.gif -SHA1-Digest: DD9I/BC6qA7bx2G7VKVRdAIpEYM= - -Name: themes/circles/html/shared.css -SHA1-Digest: NJbZ3ZOvYbHm3hSIEHPQBig4eDA= - -Name: themes/slate/graphics/icons/ctool/sa_nav_32.gif -SHA1-Digest: zWmN8ic58PiJmRsQN6M8kkO112Y= - -Name: themes/slate/swt/whatsnew.properties -SHA1-Digest: +6rLRTIyqqFhxw9OwYjFyI9LYHU= - -Name: themes/circles/graphics/contentpage/sa_banner.jpg -SHA1-Digest: 7WoYSLMwBhmg1/b/vzgmc4EEEYU= - -Name: themes/circles/graphics/standby/tu_standby.gif -SHA1-Digest: 76LqWV6eBwFimzZFB6T2Buh40Jw= - -Name: themes/slate/graphics/standby/wb_standby.gif -SHA1-Digest: iYWACoN3sIlFFpx6p5DfMjT8yp4= - -Name: themes/circles/graphics/icons/ctool/cpt_bottomhov.gif -SHA1-Digest: kK+FVIIHjU6Om4Pa8Mf1Cb9qZ3k= - -Name: themes/circles/graphics/icons/ctool/wn_nav_hover.gif -SHA1-Digest: Dhv+82YCN/981G9RTNEIB18Lpdc= - -Name: themes/slate/graphics/standby/wr_standby.gif -SHA1-Digest: xduVT3RSYRMM5sYjyQAjf+Jf17I= - -Name: themes/circles/graphics/icons/ctool/content_nav_bar.gif -SHA1-Digest: kr9yIeTjSkVaXNPuVOWWopYNvho= - -Name: themes/slate/swt/standby.properties -SHA1-Digest: bV7foFtJyLQF3lqerXPZKET+4ew= - -Name: themes/slate/graphics/icons/ctool/fs_nav_32.gif -SHA1-Digest: BSKmmm0UjJhF46bslzBFgsMhk28= - -Name: themes/circles/graphics/standby/sa_standbyhov.gif -SHA1-Digest: R1KR8mlM3qFlzVMir6EJcoAJ6lE= - -Name: themes/circles/graphics/contentpage/fs_banner.jpg -SHA1-Digest: vUx+zrIjtCFpyr9f3ERQ6/HpSzw= - -Name: themes/shared/graphics/icons/ctool/arrow_rtl.gif -SHA1-Digest: lbqBjzMYJPrTr2480naQFU3Ctkw= - -Name: themes/purpleMesh/graphics/launchbar/firststeps16.png -SHA1-Digest: Xi6gTgcM86DWgA6hyPn8mRMRwE0= - -Name: themes/purpleMesh/graphics/contentpage/firsteps_wtr.jpg -SHA1-Digest: SLogcCehi5NObA2KuLZ7nA738ds= - -Name: themes/purpleMesh/graphics/contentpage/overview_wtr.jpg -SHA1-Digest: koZJeO/5SBXUv2ah5lALiklDKnY= - -Name: icons/full/elcl16/configure.gif -SHA1-Digest: lO5chUjiq4EA093CHoujkIE+2ro= - -Name: themes/purpleMesh/graphics/icons/ctool/samples72.gif -SHA1-Digest: 8tJ5D2Qt3JGFuK3tVzR2zDvw1UA= - -Name: themes/circles/graphics/launchbar/webresources16.png -SHA1-Digest: MKgOo3PUit3DrNfS3CNMBEiz7j0= - -Name: themes/slate/graphics/rootpage/samples48_hov.png -SHA1-Digest: 2YRNbbxotyUjDVT/r3kFEq6poLo= - -Name: themes/circles/graphics/standby/fs_standby.gif -SHA1-Digest: 5yXOjWYGu9taQwSM6JmLf07j0fI= - -Name: themes/circles/graphics/standby/sa_standby.gif -SHA1-Digest: MzhZk7rGOmDthzPVK6Ss5ZHDWfc= - -Name: themes/purpleMesh/html/tutorials.css -SHA1-Digest: ei1JflrAWiaDdaAr3H0KmumaF98= - -Name: themes/slate/graphics/contentpage/ov_banner.jpg -SHA1-Digest: 2Wu7/rm22OIorJVynaU7zk/G8cg= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate72.gif -SHA1-Digest: QpVdHFygYIEYpSnJi/P3L9MHuqE= - -Name: themes/circles/graphics/icons/ctool/tu_nav_32.gif -SHA1-Digest: ERMabqNtihbmhosEh+AMC9m6SgQ= - -Name: themes/slate/graphics/rootpage/background.jpg -SHA1-Digest: clqgSqmczSLuMgglgV10PWWPA9g= - -Name: themes/shared/graphics/contentpage/tu-sa_med.gif -SHA1-Digest: h/hEsdE7RIYhwsmZzkQG1XWxsys= - -Name: themes/slate/graphics/icons/ctool/firststeps-select.png -SHA1-Digest: fe9h2ATKSpO/CQpV0CiE3Ja0Mo0= - -Name: themes/circles/swt/tutorials.properties -SHA1-Digest: KzD9PkAEIUKHMB95H+XTKCwE0yQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: themes/slate/graphics/icons/ctool/firststeps.png -SHA1-Digest: Slw4nKX4xZvu6mCCFHsDWMjdIMw= - -Name: themes/circles/graphics/standby/wn_standbyhov.gif -SHA1-Digest: NbMYb8Ka2D8DlnjzdS2qA6E8j9I= - -Name: .options -SHA1-Digest: C+1XlDx3q4e5awMudzzcXc0+HR8= - -Name: themes/purpleMesh/graphics/icons/etool/whatsnew48sel.gif -SHA1-Digest: 6aRXuEW+469og8tyzagdemjWMtU= - -Name: themes/slate/html/ltr.css -SHA1-Digest: Yyu5meBpG9xZ0u7nPC5AeoUW/zw= - -Name: themes/shared/graphics/icons/ctool/arrow.gif -SHA1-Digest: iyBS4QdZ6imHjGPw321lqh6SJSo= - -Name: themes/slate/graphics/rootpage/firststeps48_hov.png -SHA1-Digest: u8839OydWVij9f/XScZyzGhsI+E= - -Name: themes/slate/graphics/icons/ctool/tutorials-select.gif -SHA1-Digest: RyAwY/Ne3m1SyA/5nJImuJ3fKNg= - -Name: themes/purpleMesh/graphics/icons/ctool/whatsnew16.png -SHA1-Digest: h+KhHUY6Dp0Q8Jm2f2zIe/6WTlQ= - -Name: themes/purpleMesh/graphics/icons/ctool/home.gif -SHA1-Digest: +dfHtXYrxLHjjn8I1hvSsiolVec= - -Name: themes/slate/graphics/icons/ctool/workbench.png -SHA1-Digest: NvsOkAqCPAe7ectLZ6VMCYoWlAg= - -Name: themes/purpleMesh/graphics/icons/ctool/back.gif -SHA1-Digest: /ee1AJtypM5HojkNnK17U+1toxw= - -Name: themes/purpleMesh/graphics/icons/etool/whatsnew72.gif -SHA1-Digest: VVjmCJZSVuW19ir4QGPMhB7Npwk= - -Name: themes/purpleMesh/graphics/launchbar/samples.gif -SHA1-Digest: f+tsB+8P19AEujlqYKaF47r+bRo= - -Name: plugin.properties -SHA1-Digest: j9b4Qc2R4fauSPFwVkCuw/97RmY= - -Name: themes/slate/graphics/standby/mi_standbyhov.gif -SHA1-Digest: HnHqLAS7Dn7UNF9Lvj7vq9+KBUc= - -Name: themes/slate/graphics/launchbar/overview16.png -SHA1-Digest: F9E6l5MA7FwcZoftgNIyKpPuHIs= - -Name: themes/circles/preview.png -SHA1-Digest: p2GDfi7EuI8iZYsSRdPhU6yn/tA= - -Name: themes/circles/graphics/icons/ctool/wr_nav_64.gif -SHA1-Digest: yKH5q0AkPnPz33CwUnAawnSB37Y= - -Name: themes/circles/html/webresources.css -SHA1-Digest: oJ2uN/Df/fQ9VVcHmmjDUenv7AM= - -Name: themes/circles/graphics/icons/ctool/workbench.gif -SHA1-Digest: fXSnXQQliUHXuHkVtPEd48wAmU0= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc16.png -SHA1-Digest: MKgOo3PUit3DrNfS3CNMBEiz7j0= - -Name: plugin.xml -SHA1-Digest: HTH+0R6u0txmcBdMgUYHHxi5NA0= - -Name: themes/slate/graphics/icons/ctool/wb_nav.png -SHA1-Digest: FH8HqOCtz5sLOSGSXLTuXtscYdw= - -Name: themes/slate/graphics/icons/ctool/fs_nav.png -SHA1-Digest: 3F+Z798k2zAOQHXppBvRobdsVgY= - -Name: themes/slate/graphics/icons/ctool/tutorials.png -SHA1-Digest: smC+kYLb5F/BlUJxXGb3OIkzMyA= - -Name: themes/slate/graphics/rootpage/webresources48.gif -SHA1-Digest: Wkwu0trR5o4j216/eKGrLUXQgVQ= - -Name: themes/circles/swt/samples.properties -SHA1-Digest: Ncf3sOn+P9/86/XoIn4hcq9icD4= - -Name: themes/purpleMesh/swt/overview.properties -SHA1-Digest: 4XuXPT9lJyYZUd15XLQ2S2NY0Rs= - -Name: themes/slate/graphics/icons/ctool/wn_nav.png -SHA1-Digest: d7McdCEtfxPQ+F5vlR38rVTvgXo= - -Name: themes/purpleMesh/html/whatsnew.css -SHA1-Digest: a2kvguq57VvzsFpUWd3lNE8NhXk= - -Name: themes/slate/graphics/icons/ctool/wr_nav.png -SHA1-Digest: RiRbJ01jNoAefHKxAe7htjgxNc8= - -Name: themes/circles/graphics/icons/ctool/firststeps.png -SHA1-Digest: Slw4nKX4xZvu6mCCFHsDWMjdIMw= - -Name: themes/circles/graphics/icons/ctool/tutorials.gif -SHA1-Digest: B3mR2l7PuKW4ohGN2+6MgQ0N4+E= - -Name: themes/purpleMesh/graphics/icons/ctool/webrsrc48sel.gif -SHA1-Digest: xolbR3GLHkwY40HpoCR7l2cvo8E= - -Name: themes/slate/graphics/rootpage/samples48.png -SHA1-Digest: 0aBwYaDsSfDY9wFfyZYhgWauOts= - -Name: themes/slate/swt/webresources.properties -SHA1-Digest: t5J8E7LadPCb0Nado0og3neqeP4= - -Name: themes/purpleMesh/html/samples.css -SHA1-Digest: aV9FCYH/Y99OxfBo3a89dBVVb2w= - -Name: themes/slate/graphics/rootpage/workbench48.gif -SHA1-Digest: bCEuWQrXaxDHRsdbV32vhZTaTAw= - -Name: themes/purpleMesh/graphics/icons/obj48/newhov_obj.gif -SHA1-Digest: bYXzhCgIi1p/aDvaAoOBGIrBuKA= - -Name: themes/slate/graphics/icons/ctool/migrate-select.png -SHA1-Digest: 4FsIwltnwRBT6zUU9ZhfqWqeCMg= - -Name: themes/purpleMesh/graphics/icons/dtool/forward.gif -SHA1-Digest: /hIcNo6w11v+EpgTXgFX9a1bYwY= - -Name: themes/slate/graphics/rootpage/migrate48.png -SHA1-Digest: fYUHrau4PFFvcGeeVKUmDXXFlzM= - -Name: introContent.xml -SHA1-Digest: oBGOdDNVJDRhzWJduBCcMgybxlg= - -Name: themes/purpleMesh/graphics/icons/ctool/samples16.png -SHA1-Digest: +A2GGC4SIIC5T7Tlg4U4Z0UqIVQ= - -Name: themes/shared/graphics/icons/ctool/widget_open_hov.gif -SHA1-Digest: MmG5r1m7Bt3SovQedHnqx/yef6c= - -Name: themes/slate/graphics/standby/ov_standbyhov.gif -SHA1-Digest: S4jMdmDN03X8/YD+TgHYLJTrQ1k= - -Name: themes/slate/graphics/rootpage/root_banner_logo.jpg -SHA1-Digest: /CP6QAhd0edNjnbONqlngQnllMA= - -Name: themes/purpleMesh/graphics/icons/etool/firsteps48sel.gif -SHA1-Digest: uOZ5e0VrbpuNNVW7lRzqZfCtTW4= - -Name: themes/purpleMesh/swt/firststeps.properties -SHA1-Digest: aASynB9pAU45n6Ybk1G/NcO1fdI= - -Name: themes/slate/graphics/rootpage/tutorials48_hov.gif -SHA1-Digest: 4SvJnMqRTwJ+zIoB8cQR38SSd24= - -Name: themes/slate/graphics/rootpage/firststeps48.png -SHA1-Digest: 5Mnj5NHzv8W/LV+9YDC5mHVlj9A= - -Name: themes/circles/graphics/launchbar/whatsnew16.png -SHA1-Digest: h+KhHUY6Dp0Q8Jm2f2zIe/6WTlQ= - -Name: themes/purpleMesh/swt/migrate.properties -SHA1-Digest: cE6O/0BBstAtfvzhz8YejE5SX8Q= - -Name: themes/circles/graphics/icons/ctool/root_bottomhov.gif -SHA1-Digest: iwXyduiJRV5Bdtz/1NQf51QxyqU= - -Name: themes/purpleMesh/graphics/launchbar/migrate16.png -SHA1-Digest: cdjjFVkozz0y9ji+FpASYhOALwk= - -Name: themes/purpleMesh/html/font-relative.css -SHA1-Digest: PqZAKDAg+G3+bdo7roEyD1vX+6Y= - -Name: themes/circles/graphics/icons/ctool/wb_nav_hover.gif -SHA1-Digest: D42boB3rk+XDSbYZH5AZmnsKB4A= - -Name: themes/purpleMesh/graphics/icons/ctool/migrate16.png -SHA1-Digest: cdjjFVkozz0y9ji+FpASYhOALwk= - -Name: themes/slate/graphics/rootpage/migrate48_hov.gif -SHA1-Digest: cLdOTCmvcsdeG2+P5GWUtX33mwc= - -Name: themes/purpleMesh/graphics/icons/etool/tutorials48sel.gif -SHA1-Digest: jc00LK6MGDAAaGfP4M5RyJXGuQE= - -Name: themes/slate/graphics/icons/ctool/whatsnew-select.png -SHA1-Digest: h1ALltqSjS2PyFiadyhunaVj0Rc= - -Name: themes/circles/graphics/icons/ctool/ov_nav.png -SHA1-Digest: KtxMxu+ASHojP1pS3ir3RurjNk8= - -Name: themes/purpleMesh/graphics/icons/etool/overview48sel.gif -SHA1-Digest: OKGFb61YvHR3BUEWxZMRoOrDc0U= - -Name: themes/shared/graphics/contentpage/wr-mi_med.gif -SHA1-Digest: sMBntAOuQRZ4SVT9n0EUumCXqio= - -Name: themes/slate/graphics/standby/tu_standbyhov.gif -SHA1-Digest: sWxT9jjy1CbwVqXWKiMSMRgDs8I= - -Name: themes/circles/graphics/icons/ctool/wr_nav_hover.gif -SHA1-Digest: PqoCgMnPYQAZ5Sh//KRwq3GiElY= - -Name: themes/slate/graphics/launchbar/firststeps16.png -SHA1-Digest: Xi6gTgcM86DWgA6hyPn8mRMRwE0= - -Name: themes/purpleMesh/html/overview.css -SHA1-Digest: y0DWH504MPKylYGmOgVS5qb3pB0= - -Name: themes/slate/graphics/standby/ov_standby.gif -SHA1-Digest: HunoPS0cid3oVEr1sZr/zorOhSo= - -Name: themes/circles/html/tutorials.css -SHA1-Digest: w/Jtk6Bi+30x/49Z8c/2RbISOTk= - -Name: themes/circles/graphics/rootpage/welcomebckgrd.jpg -SHA1-Digest: RsjLJW93PHvXmiEpV1h7Z7/PmG0= - -Name: themes/purpleMesh/html/rtl.css -SHA1-Digest: 2B29TxTe/FduV6aD5p0J9bAq9Vw= - -Name: themes/purpleMesh/graphics/icons/ctool/firsteps48.gif -SHA1-Digest: +i2ExoEMVgv5OsKcPs/8ZqldrV4= - -Name: themes/slate/graphics/icons/ctool/sa_nav.png -SHA1-Digest: uXMdf9iE7j6nm8Kb+4XilPOc3KQ= - -Name: themes/circles/graphics/icons/ctool/samples_tophov.gif -SHA1-Digest: 9fSubIMcSGRm6kHstxpp/hWR2MY= - -Name: themes/circles/graphics/icons/ctool/whatsnew_tophov.gif -SHA1-Digest: Dz4B6J4zj82LLZHLRDUGJ5zhaa8= - -Name: themes/circles/graphics/icons/ctool/webresources.gif -SHA1-Digest: XXqmYcqNJAe+O7jDcR2IF01wCvI= - -Name: themes/circles/graphics/icons/ctool/ov_nav_rightedgehov.gif -SHA1-Digest: +ldcPGuLxaDCtgM9cCVBp834H6w= - -Name: themes/purpleMesh/graphics/icons/etool/tutorials48.gif -SHA1-Digest: fxo+8hPJ1SxRJQpke2wKEXdASIA= - -Name: .api_description -SHA1-Digest: j0clNqb325TBkUtbWrtWtZkGQ28= - -Name: themes/shared/graphics/contentpage/ov_high.gif -SHA1-Digest: IKGW38eYO7vaBoKhdiw7GpIAKBk= - -Name: themes/circles/graphics/icons/ctool/ov_nav_32.gif -SHA1-Digest: mK2utAnQW2MhbJurFHYi5qKZ1vE= - -Name: themes/slate/swt/samples.properties -SHA1-Digest: Lk9VkvX9y75vbaIYZjTwpe3vlc8= - -Name: themes/circles/graphics/icons/ctool/tu_nav_64.gif -SHA1-Digest: L64ZAN2mr8wKAPAY0pRqPrEZgp0= - -Name: themes/slate/graphics/icons/ctool/overview-select.gif -SHA1-Digest: rDatrh5+RWGgBQOsdxqZlA4w2Zc= - -Name: themes/shared/graphics/icons/ctool/widget_closed.gif -SHA1-Digest: Ce25KultCG+5fRN3Er6QposVUqQ= - -Name: themes/slate/graphics/standby/fs_standbyhov.gif -SHA1-Digest: j3OetXMY7tyEtqQChTtohOIDzgk= - -Name: themes/slate/graphics/icons/ctool/wr_nav_32.gif -SHA1-Digest: TdYmSHa2YYmdttUqBg/bnvUwPFU= - -Name: themes/circles/graphics/standby/wb_standby.gif -SHA1-Digest: iYWACoN3sIlFFpx6p5DfMjT8yp4= - -Name: themes/shared/graphics/icons/ctool/widget_closed_hov.gif -SHA1-Digest: RdXAhCz407pCYDiqC38P0Uup5Lk= - -Name: themes/slate/graphics/rootpage/whatsnew48.png -SHA1-Digest: XqPtN6ePY9fMqiYf413JSqumPYM= - -Name: themes/circles/graphics/icons/ctool/samples.png -SHA1-Digest: mUEIQ9eqMWNIQEiNPyGfsplQZTY= - -Name: themes/circles/graphics/icons/ctool/whatsnew.png -SHA1-Digest: 7yax9xdOrPlNoCNBqEo0D2Wn98A= - -Name: themes/slate/graphics/icons/ctool/samples-select.gif -SHA1-Digest: 2jcUxYNETQZSndqWOTWNrNjZr3M= - -Name: themes/slate/graphics/rootpage/overview48.gif -SHA1-Digest: HJKThR/+8xlKkV/iwAnJoKIBEjc= - -Name: themes/circles/graphics/contentpage/wr_banner.jpg -SHA1-Digest: lMNC8ZRpqVeAjGGom/2FCfIla0I= - -Name: themes/slate/graphics/standby/mi_standby.gif -SHA1-Digest: 5hYhaXir5S3NKycOObVKVsAr09E= - -Name: themes/slate/swt/firststeps.properties -SHA1-Digest: XEd5LUGfrXm+Fi2Pm2Sxabb+o2Q= - -Name: themes/slate/graphics/icons/ctool/samples.png -SHA1-Digest: mUEIQ9eqMWNIQEiNPyGfsplQZTY= - -Name: themes/circles/graphics/standby/wr_standby.gif -SHA1-Digest: xduVT3RSYRMM5sYjyQAjf+Jf17I= - -Name: themes/slate/graphics/rootpage/workbench48_hov.gif -SHA1-Digest: Y2ot6r+86mWEmot6dSbW7qBXxrA= - -Name: themes/slate/graphics/contentpage/wn_banner.jpg -SHA1-Digest: B7PqiMv+1kh2aQSblUfgzqJY+vc= - -Name: themes/circles/graphics/launchbar/firststeps16.png -SHA1-Digest: Xi6gTgcM86DWgA6hyPn8mRMRwE0= - -Name: themes/purpleMesh/html/migrate.css -SHA1-Digest: QWGn8isbJ0z51DThM2DY0vmiUQY= - -Name: themes/purpleMesh/graphics/icons/ctool/overview48.gif -SHA1-Digest: p166YKsHvy7lDhFvTVC+MWHEPNI= - -Name: themes/purpleMesh/html/standby.css -SHA1-Digest: YImivxRli186nUOikfJNfRQ9heg= - -Name: icons/full/obj16/extension_obj.gif -SHA1-Digest: Z2OZk1zGHkMoKUiUg4yQs9yLbG0= - -Name: themes/purpleMesh/graphics/icons/etool/wb48.gif -SHA1-Digest: hUPACtH5KYkHcJaBMckWNa6Rp0Y= - -Name: themes/slate/graphics/rootpage/whatsnew48_hov.gif -SHA1-Digest: 2irx38fThjn95Bc5TeX4Nz2l1eM= - -Name: themes/slate/graphics/standby/wr_standbyhov.gif -SHA1-Digest: 1rq4e0czEMOde7HG8ZUK1yqzD88= - -Name: themes/slate/graphics/contentpage/mi_banner.jpg -SHA1-Digest: BmFPKdVlhpqtGVVuiBAEfsWiDJc= - -Name: themes/circles/graphics/icons/ctool/nav_midhov.gif -SHA1-Digest: UzxXgA/8cTju4cty8vMKKxHvc4k= - -Name: themes/circles/graphics/icons/ctool/sa_onesample48.gif -SHA1-Digest: SgTfSJwJOJRFZ/IcEX2QPiygsNc= - -Name: themes/purpleMesh/html/root.css -SHA1-Digest: L5Tx+BMdeBiODngBKJUu+AAVctw= - -Name: themes/slate/graphics/contentpage/sa_banner.jpg -SHA1-Digest: Ug2BpLsYYBUgSQ7NunyprrBNUl0= - -Name: themes/circles/html/samples.css -SHA1-Digest: i1NavsbJM5qrz/TuG8KCHYInrGw= - -Name: themes/circles/graphics/icons/ctool/arrow_rtl.gif -SHA1-Digest: lbqBjzMYJPrTr2480naQFU3Ctkw= - -Name: themes/purpleMesh/graphics/icons/ctool/samples48sel.gif -SHA1-Digest: oN1vH4wGhKWwoMcHmyoj58c+wv4= - -Name: themes/purpleMesh/graphics/contentpage/section4.gif -SHA1-Digest: G6k7Z/zfXfLy9LtPLbb9QOw8ocE= - -Name: themes/slate/graphics/rootpage/webresources48_hov.png -SHA1-Digest: uQSI5dNR5WKXZqCPYNBXOwlAero= - -Name: themes/slate/html/samples.css -SHA1-Digest: MQjp+/7X99His50rasEJD96/e7k= - -Name: themes/slate/graphics/standby/sa_standbyhov.gif -SHA1-Digest: R1KR8mlM3qFlzVMir6EJcoAJ6lE= - -Name: themes/purpleMesh/swt/root.properties -SHA1-Digest: kzz0orYVHgZJ1gxM+EZQxlbiK6k= - -Name: themes/slate/graphics/contentpage/fs_banner.jpg -SHA1-Digest: pKMXP4ayqEGlW6vkG4+uUzK8KOY= - -Name: themes/purpleMesh/graphics/icons/obj48/new_obj.gif -SHA1-Digest: Y/Bwx578bV6kzFqO2dx3H9gJtTo= - -Name: themes/circles/graphics/launchbar/samples16.png -SHA1-Digest: +A2GGC4SIIC5T7Tlg4U4Z0UqIVQ= - -Name: themes/shared/graphics/contentpage/wr-mi_high.gif -SHA1-Digest: 2RQtHiwrJLvAsbE+LgDUgDBAREk= - -Name: themes/circles/graphics/icons/ctool/overview.png -SHA1-Digest: eXxwilTaGiognsDmKoSJ3ZwT7FU= - -Name: themes/slate/graphics/launchbar/samples16.png -SHA1-Digest: +A2GGC4SIIC5T7Tlg4U4Z0UqIVQ= - -Name: themes/purpleMesh/graphics/contentpage/tutorials_wtr.jpg -SHA1-Digest: crA+sbMxuv6QOQml9WDHmcSYGcE= - -Name: universal.jar -SHA1-Digest: s7w4Fl0w4/uMI9Il3Uf3fB9gF1s= - -Name: themes/slate/graphics/icons/ctool/webresources.png -SHA1-Digest: 0sKVVhl4zyGuSQxxs1pyupEqEro= - -Name: themes/slate/graphics/rootpage/tutorials48.png -SHA1-Digest: yKtB0uZVtrJ+JoR2z0YAYQ5W3sA= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/about.html deleted file mode 100644 index 4602330..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 2, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/elcl16/configure.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/elcl16/configure.gif deleted file mode 100644 index 13102f6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/elcl16/configure.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/extension_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/extension_obj.gif deleted file mode 100644 index 7f3f595..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/extension_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/icallout_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/icallout_obj.gif deleted file mode 100644 index f52d86a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/icallout_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/ihigh_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/ihigh_obj.gif deleted file mode 100644 index f99bdc3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/ihigh_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/ilow_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/ilow_obj.gif deleted file mode 100644 index a6815bc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/ilow_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/image_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/image_obj.gif deleted file mode 100644 index 830be0e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/image_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/inew_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/inew_obj.gif deleted file mode 100644 index b1526e9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/full/obj16/inew_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/welcome16.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/welcome16.gif deleted file mode 100644 index b20cc78..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/icons/welcome16.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/introContent.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/introContent.xml deleted file mode 100644 index 77066b7..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/introContent.xml +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - $introTitle$ - - - - - - - $introBrandingImageText$ - - - - - - - - - - - - - $introTitle$ - - - - - - - - $introBrandingImageText$ - - - - - - - - - - - $introTitle$ - - - - - - - - Go to the workbench - - - - - - - - Overview - $introDescription-overview$ - - - - - - - - - - - - - - - - - $introTitle$ - - - - - - - Go to the workbench - - - - - - - Tutorials - $introDescription-tutorials$ - - - - - - - - - - - - - - - $introTitle$ - - - - - - - Go to the workbench - - - - - - - Samples - $introDescription-samples$ - - - - - - - - - - - - - - - $introTitle$ - - - - - - - Go to the workbench - - - - - - - What's New - $introDescription-whatsnew$ - - - - - - - - - - - - - - - $introTitle$ - - - - - - - Go to the workbench - - - - - - - First Steps - $introDescription-firststeps$ - - - - - - - - - - - - - - - $introTitle$ - - - - - - - Go to the workbench - - - - - - - Web Resources - $introDescription-webresources$ - - - - - - - - - - - - - - - - $introTitle$ - - - - - - - Go to the workbench - - - - - - - Migrate - $introDescription-migrate$ - - - - - - - - - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/plugin.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/plugin.properties deleted file mode 100644 index c4efcb7..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/plugin.properties +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -# ============================================== -# Universal Welcome plugin.xml properties file -# ============================================== - -plugin_name = Universal Welcome -provider_name = Eclipse.org - -theme.name.circles = Circles -theme.name.purpleMesh = Purple Mesh (Classic Eclipse) -theme.name.slate = Slate \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/plugin.xml b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/plugin.xml deleted file mode 100644 index e9f8e1d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/plugin.xml +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/fs_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/fs_banner.jpg deleted file mode 100644 index 5b6c738..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/fs_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/mi_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/mi_banner.jpg deleted file mode 100644 index 5fb63c5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/mi_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/ov_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/ov_banner.jpg deleted file mode 100644 index 9b963cb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/ov_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/sa_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/sa_banner.jpg deleted file mode 100644 index 3eff0a5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/sa_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/tu_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/tu_banner.jpg deleted file mode 100644 index cc6bae7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/tu_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/wn_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/wn_banner.jpg deleted file mode 100644 index ab13b22..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/wn_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/wr_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/wr_banner.jpg deleted file mode 100644 index de17898..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/contentpage/wr_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/arrow_rtl.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/arrow_rtl.gif deleted file mode 100644 index d7bb424..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/arrow_rtl.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/content_nav_bar.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/content_nav_bar.gif deleted file mode 100644 index 86ebb16..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/content_nav_bar.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/cpt_bottomhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/cpt_bottomhov.gif deleted file mode 100644 index 13df2dc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/cpt_bottomhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/cpt_midhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/cpt_midhov.gif deleted file mode 100644 index 1467458..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/cpt_midhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps.gif deleted file mode 100644 index f6dd773..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps.png deleted file mode 100644 index eccc757..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps_tophov.gif deleted file mode 100644 index 9745892..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/firststeps_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav.png deleted file mode 100644 index 99eb592..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_32.gif deleted file mode 100644 index 84885b5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_64.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_64.gif deleted file mode 100644 index c410b0d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_64.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_hover.gif deleted file mode 100644 index 182ed76..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/fs_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav.png deleted file mode 100644 index 5434708..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_32.gif deleted file mode 100644 index d49d950..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_64.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_64.gif deleted file mode 100644 index 9bf4493..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_64.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_hover.gif deleted file mode 100644 index 257fd4b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/mi_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate.gif deleted file mode 100644 index f082b35..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate.png deleted file mode 100644 index 07fea1d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate_tophov.gif deleted file mode 100644 index 5c95055..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/migrate_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/nav_midhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/nav_midhov.gif deleted file mode 100644 index d2a082f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/nav_midhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/nav_rightedgehov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/nav_rightedgehov.gif deleted file mode 100644 index 2f53c5c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/nav_rightedgehov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav.png deleted file mode 100644 index 709f69a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_32.gif deleted file mode 100644 index 2ff3933..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_64.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_64.gif deleted file mode 100644 index 7198903..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_64.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_hover.gif deleted file mode 100644 index 72dc200..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_midhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_midhov.gif deleted file mode 100644 index 85e8183..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_midhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_rightedgehov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_rightedgehov.gif deleted file mode 100644 index 5d75a71..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/ov_nav_rightedgehov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview.gif deleted file mode 100644 index daed6c0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview.png deleted file mode 100644 index a60034c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_bottomhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_bottomhov.gif deleted file mode 100644 index 255e924..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_bottomhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_midhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_midhov.gif deleted file mode 100644 index 710d015..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_midhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_tophov.gif deleted file mode 100644 index af9144a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/overview_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_bottomhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_bottomhov.gif deleted file mode 100644 index cea4511..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_bottomhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_midhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_midhov.gif deleted file mode 100644 index 30288f9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_midhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_midhov2.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_midhov2.gif deleted file mode 100644 index 83f17fc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/root_midhov2.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav.png deleted file mode 100644 index 9871b72..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_32.gif deleted file mode 100644 index ffbe90e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_64.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_64.gif deleted file mode 100644 index db4ffac..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_64.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_hover.gif deleted file mode 100644 index 6922f96..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_onesample48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_onesample48.gif deleted file mode 100644 index e65c123..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/sa_onesample48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples.gif deleted file mode 100644 index 622983c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples.png deleted file mode 100644 index cb3db1d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples_tophov.gif deleted file mode 100644 index ede103c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/samples_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav.png deleted file mode 100644 index ce589ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_32.gif deleted file mode 100644 index 77a3421..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_64.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_64.gif deleted file mode 100644 index 45d2ff1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_64.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_hover.gif deleted file mode 100644 index c3e79ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tu_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials.gif deleted file mode 100644 index aae93e5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials.png deleted file mode 100644 index e40a823..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials_tophov.gif deleted file mode 100644 index dcb76e5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/tutorials_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav.png deleted file mode 100644 index 0621c3c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav_32.gif deleted file mode 100644 index 8161cfc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav_hover.gif deleted file mode 100644 index 96afba7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wb_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources.gif deleted file mode 100644 index 230a502..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources.png deleted file mode 100644 index 1a876dc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources_tophov.gif deleted file mode 100644 index ea8713c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/webresources_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew.gif deleted file mode 100644 index 29dfe28..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew.png deleted file mode 100644 index a10dd3d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew_tophov.gif deleted file mode 100644 index bfd58dc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/whatsnew_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav.png deleted file mode 100644 index 47ecb7c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_32.gif deleted file mode 100644 index ce9c743..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_64.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_64.gif deleted file mode 100644 index 6a545cc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_64.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_hover.gif deleted file mode 100644 index a2eb9a2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wn_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench.gif deleted file mode 100644 index ea3d603..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench.png deleted file mode 100644 index 868f3ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_bottomhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_bottomhov.gif deleted file mode 100644 index d347a1d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_bottomhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_midhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_midhov.gif deleted file mode 100644 index ee5d6af..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_midhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_tophov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_tophov.gif deleted file mode 100644 index 443a433..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/workbench_tophov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav.png deleted file mode 100644 index 00d3056..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_32.gif deleted file mode 100644 index a741e2f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_64.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_64.gif deleted file mode 100644 index fab4a28..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_64.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_hover.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_hover.gif deleted file mode 100644 index 7908508..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/ctool/wr_nav_hover.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/obj48/new_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/obj48/new_obj.gif deleted file mode 100644 index f46b81b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/obj48/new_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/obj48/newhov_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/obj48/newhov_obj.gif deleted file mode 100644 index 593e63b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/icons/obj48/newhov_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/firststeps16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/firststeps16.png deleted file mode 100644 index 4c15c82..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/firststeps16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/migrate16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/migrate16.png deleted file mode 100644 index 3fc8414..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/migrate16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/overview16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/overview16.png deleted file mode 100644 index b2e977f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/overview16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/samples16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/samples16.png deleted file mode 100644 index fdff5dd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/samples16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/tutorials16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/tutorials16.png deleted file mode 100644 index f2d688f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/tutorials16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/webresources16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/webresources16.png deleted file mode 100644 index b847caa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/webresources16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/whatsnew16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/whatsnew16.png deleted file mode 100644 index 5294b17..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/launchbar/whatsnew16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/rootpage/welcomebckgrd.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/rootpage/welcomebckgrd.jpg deleted file mode 100644 index 12a3c94..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/rootpage/welcomebckgrd.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/fs_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/fs_standby.gif deleted file mode 100644 index aac6d6b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/fs_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/fs_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/fs_standbyhov.gif deleted file mode 100644 index eded4ff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/fs_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/mi_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/mi_standby.gif deleted file mode 100644 index 34b8963..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/mi_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/mi_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/mi_standbyhov.gif deleted file mode 100644 index 08c4479..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/mi_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/ov_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/ov_standby.gif deleted file mode 100644 index bfcf7b2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/ov_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/ov_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/ov_standbyhov.gif deleted file mode 100644 index 11e7892..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/ov_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/sa_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/sa_standby.gif deleted file mode 100644 index a18a047..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/sa_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/sa_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/sa_standbyhov.gif deleted file mode 100644 index 2063d8a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/sa_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/tu_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/tu_standby.gif deleted file mode 100644 index 75baabf..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/tu_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/tu_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/tu_standbyhov.gif deleted file mode 100644 index 82b758f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/tu_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wb_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wb_standby.gif deleted file mode 100644 index 5037784..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wb_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wb_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wb_standbyhov.gif deleted file mode 100644 index d3be575..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wb_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wn_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wn_standby.gif deleted file mode 100644 index 77c7912..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wn_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wn_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wn_standbyhov.gif deleted file mode 100644 index 2867f15..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wn_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wr_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wr_standby.gif deleted file mode 100644 index cb4fa47..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wr_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wr_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wr_standbyhov.gif deleted file mode 100644 index 00b4231..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/graphics/standby/wr_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/firststeps.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/firststeps.css deleted file mode 100644 index 15f2dfc..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/firststeps.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* show the "selected" image for this page */ -#navigation-links a#firststeps img, -#navigation-links a#firststeps:hover img, -#navigation-links a#firststeps:focus img, -#navigation-links a#firststeps:active img { - background-image : url(../graphics/icons/ctool/fs_nav_64.gif); - top : 2px; - left : -3px; -} - -#navigation-links { - background-image: url(../graphics/contentpage/fs_banner.jpg); -} - -#navigation-links a:hover#firststeps .link-label, -#navigation-links a:focus#firststeps .link-label, -#navigation-links a:active#firststeps .link-label { - display : none; -} - -#navigation-links a:hover#firststeps, -#navigation-links a:focus#firststeps, -#navigation-links a:active#firststeps { - background-image : none; -} - -#navigation-links a:hover#firststeps .link-extra-div, -#navigation-links a:focus#firststeps .link-extra-div, -#navigation-links a:active#firststeps .link-extra-div { - display: none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/font-absolute.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/font-absolute.css deleted file mode 100644 index e610e26..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/font-absolute.css +++ /dev/null @@ -1,118 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* The label part of the folding section */ -.section-title-link .section-title { - font-size : 10pt; -} - -/* - * We are not using titles in this theme. - */ -.intro-header { - display : none; -} - -h2 { - font-size : 13pt; -} - -/* For regular div labels */ -H4 .div-label { - font-size: 10pt; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-size: 23pt; -} - - -/* Page description if the page has it. */ -.page-description { - font-size: 10pt; -} - -/* General link labels */ -a .link-label { - font-size : 10pt; -} - -/* Floating link labels for navigation links */ -#navigation-links a .link-label { - font-size : 8pt; -} - -/* Text in links. */ -a .text { - font-size : 8pt; -} - -p .group-description { - font-size : 10pt; -} - -.content-link .link-label { - font-size: 11pt; -} - -.content-link .text { - font-size: 10pt; -} - -.categoryContentnav { - font-size:10pt; -} - -.contentpgNavhover { - font-size: 8pt; -} - -.topicList { - font-size:8pt; -} - -/* - * Root page settings - */ -#root .intro-header H1 { - font-size : 18pt; -} - -/* Link label properties */ -#root #page-links a .link-label { - font-size : 12.5pt; -} - -/* Link description properties */ -#root #page-links a p .text { - font-size : 11pt; -} - -#root #page-links a:hover .link-extra-div { - font-size : 13pt; -} - -/* - * Standby page settings - */ - -#standby .intro-header H1 { - font-size : 15pt; -} - -#standby #page-links a .link-label, #action-links a .link-label { - font-size : 10pt; -} - -#standby #page-links a p .text, #action-links a p .text { - font-size : 10pt; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/font-relative.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/font-relative.css deleted file mode 100644 index af2383e..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/font-relative.css +++ /dev/null @@ -1,126 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * Font sizes for the circles theme - */ - -/* The label part of the folding section */ -.section-title-link .section-title { - font-size : 100%; -} - -h2 { - font-size : 120%; -} - -/* For regular div labels */ -H4 .div-label { - font-size: 120%; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-size: 240%; -} - - -/* Page description if the page has it. */ -.page-description { - font-size: 100%; -} - -/* General link labels */ -a .link-label { - //font-size : 10pt; -} - -/* Floating link labels for navigation links */ -#navigation-links a .link-label { - font-size : 8pt; -} - -/* Text in links. */ -a .text { - font-size : 90%; -} - -p .group-description { - font-size : 100%; -} - -.content-link .link-label { - font-size: 120%; -} - -.content-link .text { - font-size: 100%; -} - -.categoryContentnav { - //font-size:10pt; -} - -.contentpgNavhover { - font-size: 8pt; -} - -.topicList, .rss-feed-link { - font-size:90%; -} - -/* Link label properties */ -#root #page-links a .link-label { - font-size : 110%; -} - -#root #page-links a:active .link-label, -#root #page-links a:focus .link-label, -#root #page-links a:hover .link-label { - font-size : 12.5pt; -} - -/* Link description properties */ -#root #page-links a p .text { - font-size : 11pt; -} - -#root #page-links a:hover .link-extra-div { - font-size : 13pt; -} - -#root .intro-header { - display : inline; -} - -#root .intro-header h1 { - color : white; - //padding-top : 10px; - margin-top : 10px; - margin-left : 20px; - font-size : 150%; -} - -/* - * Standby page settings - */ - -#standby .intro-header H1 { - font-size : 150%; -} - -#standby #page-links a .link-label, #standby #action-links a .link-label { - font-size : 100%; -} - -#standby #page-links a p .text, #standby #action-links a p .text { - font-size : 100%; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/ltr.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/ltr.css deleted file mode 100644 index 57586c8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/ltr.css +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * This file contains styles that are specific to left to right display - */ - -body { - direction: ltr; -} - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/migrate.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/migrate.css deleted file mode 100644 index cd34954..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/migrate.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* show the "selected" image for this page */ -#navigation-links a#migrate img, -#navigation-links a#migrate:hover img, -#navigation-links a#migrate:focus img, -#navigation-links a#migrate:active img { - background-image : url(../graphics/icons/ctool/mi_nav_64.gif); - top : 2px; - left : -3px; -} - -#navigation-links { - background-image: url(../graphics/contentpage/mi_banner.jpg); -} - -#navigation-links a:hover#migrate .link-label, -#navigation-links a:focus#migrate .link-label, -#navigation-links a:active#migrate .link-label { - display : none; -} - -#navigation-links a:hover#migrate, -#navigation-links a:focus#migrate, -#navigation-links a:active#migrate { - background-image : none; -} - -#navigation-links a:hover#migrate .link-extra-div, -#navigation-links a:focus#migrate .link-extra-div, -#navigation-links a:active#migrate .link-extra-div { - background-image : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/overview.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/overview.css deleted file mode 100644 index 7bc18ce..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/overview.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* show the "selected" image for this page */ -#navigation-links a#overview img, -#navigation-links a#overview:hover img, -#navigation-links a#overview:focus img, -#navigation-links a#overview:active img { - background-image : url(../graphics/icons/ctool/ov_nav_64.gif); - top : 2px; - left : -3px; -} - -#navigation-links { - background-image: url(../graphics/contentpage/ov_banner.jpg); -} - -#navigation-links a:hover#overview .link-label, -#navigation-links a:focus#overview .link-label, -#navigation-links a:active#overview .link-label { - display : none; -} - -#navigation-links a:hover#overview, -#navigation-links a:focus#overview, -#navigation-links a:active#overview { - background-image : none; -} - -#navigation-links a:hover#overview .link-extra-div, -#navigation-links a:focus#overview .link-extra-div, -#navigation-links a:active#overview .link-extra-div { - display: none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/root.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/root.css deleted file mode 100644 index 8697080..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/root.css +++ /dev/null @@ -1,382 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* Hide the extra div for links in the normal state. */ -a .link-extra-div { - display: none; -} - -/* Link label properties */ -#page-links a .link-label { - margin-left: 7px; - position: relative; - top: -1.2em; font-weight : 600; - margin-left : 13px; - padding-left: 10px; - padding-right: 10px; - margin-bottom: -1.2pm; - color : white; -} - -#page-links a:active .link-label, -#page-links a:focus .link-label, -#page-links a:hover .link-label { - background-image: url("../graphics/icons/ctool/root_midhov2.gif"); - background-repeat: repeat-y; - color : black; -} - -#page-links a#overview .link-label { - margin-left: 15px; - margin-top: -50px; - padding-left: 20px; -} - -#page-links a:active#overview .link-label, -#page-links a:focus#overview .link-label, -#page-links a:hover#overview .link-label { - padding-left: 10px; - margin-top: 0px; -} - -#page-links a#workbench .link-label { - padding-left: 10px; - margin-left: 0px; -} - -/* Necessary for hover text to align in rtl mode */ -#page-links a { - direction: ltr; -} - -/* Link description properties */ -#page-links a p .text { - margin-left: 3px; - position: relative; - top: -1.6em; - padding-top: 5px; - padding-left: 9px; - padding-right: 10px; - margin-bottom: -1.6em; font-weight : 500; - padding-bottom: 5px; - background-image: url("../graphics/icons/ctool/root_midhov2.gif"); - background-repeat: repeat-y; -} - -#page-links a#overview p .text { - margin-left: 5px; -} - -#page-links a#workbench p .text { - margin-left: -10px; -} - -/* Some differences between Mozilla and IE here */ - -#page-links a#workbench > p .text { - margin-left: -10px; -} - - -/* - * Set up the content for the root page. - */ -html, body { - - - background-image : url("../graphics/rootpage/welcomebckgrd.jpg"); background-repeat : no-repeat; background-position : center center; - background-attachment : fixed; - overflow : auto; - overflow-clip: rect(0, auto, auto, 0); - background-color : #345365; -} -#root { - min-height : 450px; - height : expression(document.body.clientHeight < 450? "450px": "100%" ); - - min-width : 940px; - width:expression(document.body.clientWidth < 940? "940px": "auto" ); - - overflow: hidden; -} - -#branding { - position: absolute; - bottom : 20px; - left : 20px; -} - -/* - * Set up the navigation bar. It should be centered in the middle - * of the page - */ -#links-background { - position: absolute; - top: 50%; - left: 50%; - text-align : center; -} - -#page-links { - position : relative; - left : 0px; - top : 0x; -} - -#page-links a { - position : absolute; - text-align : left; - padding-bottom: 2px; -} - -/* Position root links using absolute coordinates */ -#page-links a img { - height : 84px; - width : 103px; -} - -#page-links a:active img, -#page-links a:focus img, -#page-links a:hover img -{ - width : 215px; -} - -#page-links a#overview { - left: -444px; - top: -188px; -} - -#page-links a#overview:hover { - left: -444px; -} - -#page-links a#overview img { - width : 217px; - height : 149px; -} - -#page-links a#overview:active img, -#page-links a#overview:focus img, -#page-links a#overview:hover img { - width : 217px; - height : 99px; -} - -#page-links a#workbench img { - width : 202px; - background-position : right top; - margin-left : 0px; -} - -/* Absolute positions of root links */ - -#page-links a#whatsnew { - left: -292px; - top: -82px; -} - -#page-links a#tutorials { - left: -11px; - top: 104px; -} - -#page-links a#samples { - left: -199px; - top: 104px; -} - -#page-links a#firststeps { - left: -105px; - top: -82px; -} - -#page-links a#webresources { - left: 82px; - top: 11px; -} - -#page-links a#migrate { - left: 269px; - top: 104px; -} - -#page-links a#workbench { - left: 271px; - top: -82px; -} - -/* Paint bottom edge of the text box as a background image */ - -#page-links a:hover, -#page-links a:focus, -#page-links a:active { - background-image: url("../graphics/icons/ctool/root_bottomhov.gif"); - background-repeat: no-repeat; - background-position: bottom left; - z-index: 20; -} - -#page-links a#overview:hover, -#page-links a#overview:focus, -#page-links a#overview:active { - background-image: url("../graphics/icons/ctool/overview_bottomhov.gif"); -} - -#page-links a#workbench:hover, -#page-links a#workbench:focus, -#page-links a#workbench:active { - background-image: url("../graphics/icons/ctool/workbench_bottomhov.gif"); - background-position: bottom left; -} - -#page-links > a#workbench:hover, -#page-links > a#workbench:focus, -#page-links > a#workbench:active { - background-position: bottom 2px; -} - -/* Hide the text in the normal state */ -#page-links a .text { - display : none; -} - -/* Hide the links in the normal state */ -#page-links a .link-label { - display : none; -} - -/* Note that the links can be made to show by including the following lines for example in the css for an extension. -#page-links a span.link-label { - display : block; -} -*/ - -/* Show the link label and link text as block on hover */ - -#page-links a:hover .link-label, -#page-links a:focus .link-label, -#page-links a:active .link-label { - display : block; -} - -#page-links a:hover p .text, -#page-links a:hover p .text, -#page-links a:focus p .text, -#page-links a:active p .text { - display : block; - z-index: 35; -} - -#page-links .link-label, -#page-links a:hover .link-label, -#page-links a:focus .link-label, -#page-links a:active .link-label { - width: 202px; -} - -#page-links a:hover p .text, -#page-links a:focus p .text, -#page-links a:active p .text { - width: 202px; -} - -#page-links a:hover > .link-label, -#page-links a:focus > .link-label, -#page-links a:active > .link-label { - width: 192px; -} - -#page-links a:hover > p .text, -#page-links a:focus > p .text, -#page-links a:active > p .text { - width: 192px; -} - -#page-links a#workbench:hover .link-label, -#page-links a#workbench:focus .link-label, -#page-links a#workbench:active .link-label { - width: 202px; -} - -#page-links a#workbench:hover p .text, -#page-links a#workbench:focus p .text, -#page-links a#workbench:active p .text { - width: 202px; -} - -#page-links a#workbench:hover > .link-label, -#page-links a#workbench:focus > .link-label, -#page-links a#workbench:active > .link-label { - width: 182px; -} - -#page-links a#workbench:hover p > .text, -#page-links a#workbench:focus p > .text, -#page-links a#workbench:active p > .text { - width: 193px; -} - -#page-links a .background-image { - display: none; -} - -#page-links a .link-extra-div { - display :none; -} - -/* Link images */ -#page-links a#overview .content-img { background-image : url("../graphics/icons/ctool/overview.gif"); } -#page-links a:active#overview .content-img, -#page-links a:focus#overview .content-img , -#page-links a:hover#overview .content-img { background-image : url("../graphics/icons/ctool/overview_tophov.gif"); } - -#page-links a#tutorials .content-img { background-image : url("../graphics/icons/ctool/tutorials.gif"); } -#page-links a:active#tutorials .content-img, -#page-links a:focus#tutorials .content-img , -#page-links a:hover#tutorials .content-img { background-image : url("../graphics/icons/ctool/tutorials_tophov.gif"); } - -#page-links a#samples .content-img { background-image : url("../graphics/icons/ctool/samples.gif"); } -#page-links a:active#samples .content-img, -#page-links a:focus#samples .content-img , -#page-links a:hover#samples .content-img { background-image : url("../graphics/icons/ctool/samples_tophov.gif"); } - -#page-links a#whatsnew .content-img { background-image : url("../graphics/icons/ctool/whatsnew.gif"); } -#page-links a:active#whatsnew .content-img, -#page-links a:focus#whatsnew .content-img, -#page-links a:hover#whatsnew .content-img { background-image : url("../graphics/icons/ctool/whatsnew_tophov.gif"); } - -#page-links a#firststeps .content-img { background-image : url("../graphics/icons/ctool/firststeps.gif"); } -#page-links a:active#firststeps .content-img, -#page-links a:focus#firststeps .content-img , -#page-links a:hover#firststeps .content-img { background-image : url("../graphics/icons/ctool/firststeps_tophov.gif"); } - -#page-links a#migrate .content-img { background-image : url("../graphics/icons/ctool/migrate.gif"); } -#page-links a:active#migrate .content-img, -#page-links a:focus#migrate .content-img , -#page-links a:hover#migrate .content-img { background-image : url("../graphics/icons/ctool/migrate_tophov.gif"); } - -#page-links a#webresources .content-img { background-image : url("../graphics/icons/ctool/webresources.gif"); } -#page-links a:active#webresources .content-img, -#page-links a:focus#webresources .content-img , -#page-links a:hover#webresources .content-img { background-image : url("../graphics/icons/ctool/webresources_tophov.gif"); } - -#page-links a#workbench .content-img { background-image : url("../graphics/icons/ctool/workbench.gif"); } -#page-links a:hover#workbench .content-img { background-image : url("../graphics/icons/ctool/workbench_tophov.gif"); } -#page-links a:active#workbench .content-img { background-image : url("../graphics/icons/ctool/workbench_tophov.gif"); } -#page-links a:focus#workbench .content-img { background-image : url("../graphics/icons/ctool/workbench_tophov.gif"); } - -/* - * Not using action links. - */ -#action-links { - display: none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/rtl.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/rtl.css deleted file mode 100644 index b444c37..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/rtl.css +++ /dev/null @@ -1,83 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * This file contains styles that are specific to right to left display - */ - - -table { - direction: rtl; -} - -#page-content p { - text-align : right; -} - -#page-content #content-header H4, .page-description { - text-align : right; -} - -#page-content table tr td a > .link-label { - left:0px; -} - -#page-content * td a .link-label { - display:block; - left:0px; - margin-right:0px; - position:static; - top:0px; -} - -#page-content * td a .text { - display:block; - left:0px; - margin-right:0px; - position:static; - top:0px; -} - -.content-group { - text-align: right; -} - -.intro-header span { - margin-right : 45px; - padding-right : 45px; -} - -div div#rss-news { - position:static; - margin-left:0px; - margin-bottom: 0px; - margin-top: 10px; - top : 0px; - margin-right : 30px; -} - -div ul.news-list { - list-style-image: url("../graphics/icons/ctool/arrow_rtl.gif"); - margin-left: 0px; - padding-right: 10px; - margin-right: 10px; -} - -/* The 'closed' toggle image part of the folding section. */ -#page-content .section-title-link .section-toggle-image-closed { - background-image : url(../graphics/icons/ctool/widget_closed_rtl.gif); -} - -#page-content .section-title-link:hover .section-toggle-image-closed, -#page-content .section-title-link:active .section-toggle-image-closed { - background-image : url(../graphics/icons/ctool/widget_closed_hov_rtl.gif); -} - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/samples.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/samples.css deleted file mode 100644 index 5437466..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/samples.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* show the "selected" image for this page */ -#navigation-links a#samples img, -#navigation-links a#samples:hover img, -#navigation-links a#samples:focus img, -#navigation-links a#samples:active img { - background-image : url(../graphics/icons/ctool/sa_nav_64.gif); - top : 2px; - left : -3px; -} - -#navigation-links { - background-image: url(../graphics/contentpage/sa_banner.jpg); -} - -#navigation-links a:hover#samples .link-label, -#navigation-links a:focus#samples .link-label, -#navigation-links a:active#samples .link-label { - display : none; -} - -#navigation-links a:hover#samples, -#navigation-links a:focus#samples, -#navigation-links a:active#samples { - background-image : none; -} - -#navigation-links a:hover#samples .link-extra-div, -#navigation-links a:focus#samples .link-extra-div, -#navigation-links a:active#samples .link-extra-div { - background-image : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/shared.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/shared.css deleted file mode 100644 index fbaf550..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/shared.css +++ /dev/null @@ -1,647 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * Set up general fonts, sizes and colors - */ -body { font-family : Arial, sans-serif; } - -H1, H2, H3, H4, p, a { color : #4D4D4D; } - -/* - * We are not using titles in this theme. - */ -.intro-header { - display : none; -} - -/* The label part of the folding section */ -.section-title-link .section-title { - display : inline; -} - -h2 { - font-weight : normal; - color : #7B8694; -} - -/* For regular div labels */ -H4 .div-label { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - color: #4A4D4A; - line-height:1.3; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-family: Verdana, Arial, Helvetica; - color:#333333; - font-weight: normal; - letter-spacing:-0.03em; - margin-left: 68px; - float : none; - clear : both; -} - -/* For separators */ -HR { - width: 90%; - align: left; - height : 1px; - color : #dfdfe4; -} - -/* Page description if the page has it. */ -.page-description { - display: block; - font-family: Verdana, Arial, Helvetica; - line-height:1.3; - float : none; - clear : both; - margin-left: 70px; -} - -a { - font-weight : bold; - text-decoration : none; - color : #4D4D4D; -} - -/* General link labels */ -a .link-label { - font-weight : normal; -} - -/* Floating link labels for navigation links */ -#navigation-links a .link-label { - font-weight : bold; -} - -#navigation-links a.high-contrast .link-label { - display : none !important; -} - -/* Text in links. */ -a .text { - font-weight : normal; -} - -p .group-description { - font-family: Verdana, Arial, Helvetica; - font-weight : normal; -} - -/* Hide the extra div in links by default. */ -.link-extra-div { - display : none; -} - -/* - * Set up other general properties like padding/margins - */ -html, body { width : 100%; height : 100%; } - -html, body, div, h1, h4, p, a { margin : 0px; padding : 0px; } - -/* - * Page header - adding extra padding at the bottom to compensate - * for navigation background/header overlap. - */ -#page-content #content-header { - padding-bottom : 22px; -} - -/* For regular div labels */ -#page-content div H4 { - padding : 10px; - padding-bottom : 0px; -} - -/* For the main page content's div label */ -#page-content #content-header H4 { - padding-bottom : 10px; - padding-top : 0px; -} - -/* special case for Mozilla's main content-header label. - Mozilla 1.4 needs more room at the top */ -#page-content > #content-header H4 { padding-top : 10px; } - -/* Needed in IE to get shift+tab to show the active image properly */ -a:active { - border : solid 0px; -} - -a img { - border-width : 0; - background-repeat : no-repeat; -} - -/* - * to get scrollbars working in both IE and Mozilla - */ - -/* - * to get scrollbars working in both IE and Mozilla - */ -html,body { overflow: auto; } -html>body { overflow: visible; } - -/* - * Set up the body, decorative background, and navigation for the content - * pages. - * Note: the root page handles its own background and navigation; these - * settings primarily apply to the content pages - */ -body { - background-color : #FFFFFF; - background-repeat : no-repeat; - background-position : bottom right; -} - -/* - * Hide the general-purpose groups - not using them in this theme. - */ -#extra-group1, -#extra-group2, -#extra-group3, -#extra-group4, -#extra-group5 { - display : none; -} - -/* - * Dimensions. - */ -body, .page { - /* since IE doesn't support min-width, try expression */ - height : 100%; -} - -.page { - background-image : url(../graphics/contentpage/background.jpg); - background-repeat : repeat-x; - background-position : top left; - - min-width : 770px; - width:expression(document.body.clientWidth < 770? "770px": "auto" ); - min-height : 425px; - height : expression(document.body.clientHeight < 425? "425px": "100%" ); -} - -#page-content { - background-repeat : no-repeat; - background-position : bottom right; - height : 65%; -} - -/* - * Lay out the navigation links - * (Root page does something similar for its navigation) - */ -#navigation-links { - position : relative; - left : 0px; - top : 0px; - padding-left: 12px; - height : 118px; - width : 100%; -} - -.page > #navigation-links { - width: 98.1%; -} - -#navigation-links a { - text-align : left; - width : auto; - height : 64px; -} - -/* - * Navigation links have a mixin style 'nav_link' where goes from - * 1 to N. This allows us to position these fixed link slots while - * not hand-coding the actual link IDs because they can be turned off - * by users or products via preferences. - */ - -#navigation-links a.nav_link1 { - position: absolute; - left : 12px; -} - -#navigation-links a.nav_link2 { - position : absolute; - left : 76px; -} - -#navigation-links a.nav_link3 { - position : absolute; - left : 140px; -} - -#navigation-links a.nav_link4 { - position : absolute; - left : 204px; -} - -#navigation-links a.nav_link5 { - position : absolute; - left : 268px; -} - -#navigation-links a.nav_link6 { - position : absolute; - left : 332px; -} - -#navigation-links a.nav_link7 { - position: absolute; - left : 396px; -} - -#navigation-links a img { - position : relative; - height : 64px; - width : 64px; - vertical-align : center; - horizontal-align : center; - top : 10px; - left : 9px; -} - -#navigation-links a.high-contrast img { - height: 32px; - width: 32px; - top: 5px !important; - left: 0px !important; -} - -/* - * Adjust image position for hover version. - */ - -#navigation-links a:hover img, -#navigation-links a:focus img, -#navigation-links a:active img { - top : 2px; - left : 0px; -} - -/* - * Navigation link label text is normally hidden. Workaround to produce the - * same effect as display: none while still allowing screenreaders to - * speak it. - */ -#navigation-links a .link-label { - display : none; -} - -/* - * Not showing description for navigation links. - */ -#navigation-links a .text { display : none; } - -#navigation-links a:hover, -#navigation-links a:focus, -#navigation-links a:active { - border-right : 0px; - background-image: url(../graphics/icons/ctool/nav_midhov.gif); - background-repeat: repeat-x; - background-position: 0px 2px; - z-index: 20; -} - -#navigation-links a:hover .link-label, -#navigation-links a:focus .link-label, -#navigation-links a:active .link-label { - display : inline; - clear : both; - float : left; - text-align: right; - position : relative; - padding-left: 7px; - padding-top: 7px; - padding-right: 7px; - margin-right: auto; - top : -35px; - white-space: nowrap; - height : 32px; - left: auto; - width: auto; -} - -/* - * Add the right edge by using the extra div generated for links - * and set the right edge image as the background. - */ - -#navigation-links a:hover .link-extra-div, -#navigation-links a:focus .link-extra-div, -#navigation-links a:active .link-extra-div { - display: block; - position: absolute; - right : -2px; - top : 2px; - width : 2px; - height : 64px; - background-image: url(../graphics/icons/ctool/nav_rightedgehov.gif); - background-repeat: no-repeat; -} - -/* properties for each of the navigation-links */ -#navigation-links a#overview img { - background-image : url(../graphics/icons/ctool/ov_nav_32.gif); -} -#navigation-links a#overview:hover img, -#navigation-links a#overview:focus img, -#navigation-links a#overview:active img { - background-image : url(../graphics/icons/ctool/ov_nav_hover.gif); -} - -#navigation-links a#firststeps img { - background-image : url(../graphics/icons/ctool/fs_nav_32.gif); -} -#navigation-links a#firststeps:hover img, -#navigation-links a#firststeps:focus img, -#navigation-links a#firststeps:active img { - background-image : url(../graphics/icons/ctool/fs_nav_hover.gif); } - -#navigation-links a#tutorials img { - background-image : url(../graphics/icons/ctool/tu_nav_32.gif); -} -#navigation-links a#tutorials:hover img, -#navigation-links a#tutorials:active img, -#navigation-links a#tutorials:focus img { - background-image : url(../graphics/icons/ctool/tu_nav_hover.gif); -} - -#navigation-links a#samples img { - background-image : url(../graphics/icons/ctool/sa_nav_32.gif); -} -#navigation-links a#samples:hover img, -#navigation-links a#samples:active img, -#navigation-links a#samples:focus img { - background-image : url(../graphics/icons/ctool/sa_nav_hover.gif); - left: -1px; -} - -#navigation-links a#whatsnew img { - background-image : url(../graphics/icons/ctool/wn_nav_32.gif); -} -#navigation-links a#whatsnew:hover img, -#navigation-links a#whatsnew:focus img, -#navigation-links a#whatsnew:active img { - background-image : url(../graphics/icons/ctool/wn_nav_hover.gif); - left: -1px; -} - -#navigation-links a#migrate img { - background-image : url(../graphics/icons/ctool/mi_nav_32.gif); -} -#navigation-links a#migrate:hover img, -#navigation-links a#migrate:focus img, -#navigation-links a#migrate:active img { - background-image : url(../graphics/icons/ctool/mi_nav_hover.gif); - left: -1px; -} - -#navigation-links a#webresources img { - background-image : url(../graphics/icons/ctool/wr_nav_32.gif); -} -#navigation-links a#webresources:hover img, -#navigation-links a#webresources:focus img, -#navigation-links a#webresources:active img { - background-image : url(../graphics/icons/ctool/wr_nav_hover.gif); - left: -1px; -} - -#navigation-links a#workbench { - position : absolute; - left : 494px; - text-align : left; -} -#navigation-links a#workbench .text { display : none; } - -#navigation-links a.high-contrast#workbench:hover img, -#navigation-links a.high-contrast#workbench:focus img, -#navigation-links a.high-contrast#workbench:active img, -#navigation-links a#workbench img { - background-image : url(../graphics/icons/ctool/wb_nav_32.gif); - width : 32px; - height : 32px; -} - -#navigation-links a#workbench:hover img, -#navigation-links a#workbench:focus img, -#navigation-links a#workbench:active img { - background-image : url(../graphics/icons/ctool/wb_nav_hover.gif); - width : 51px; - height : 64px; - left: -1px; -} - -#action-links a.high-contrast img, -#action-links a.high-contrast:hover img, -#action-links a.high-contrast:focus img, -#action-links a.high-contrast:active img { - display: none !important; -} - -#action-links a.high-contrast .link-label { - display: none; -} - -#page-links a.high-contrast:focus .link-label, -#page-links a.high-contrast:active .link-label { - display: block !important; - text-decoration: underline; - top : 5px; -} - -/* - * Lay out the page title and description - */ -h1, p { margin-left : 10px; } /* required in mozilla so the page description is properly indented */ - -/* position the page content so that the page title overlays the bottom - * of the background image, but make sure the content is always on top - * (using z-index) */ - -#page-content { - float : none; - clear : both; - text-align : center; - position : relative; - top : -50px; - margin-bottom: -50px; - z-index : 10; -} - -#page-content p { - padding-bottom : 15px; - text-align : left; - float : none; - clear : both; -} - -/* Page content quadrants. Page content is placed in four quadrants. - * Upper pair is separated from the bottom pair with a divider - * to ensure bottom pair is aligned even with the uneven content - * in the upper pair. - */ - -#page-content #top-left { - border: none; float: left; margin: 0px; padding: 0px; width: 49%; - clear: left; -} -#page-content #top-right { - border: none; float: right; margin: 0px; padding: 0px; width: 49%; - clear: right; -} -/* top-bottom divider - runs the entire width to ensure - * bottom boxes start at the same y - */ -#page-content #content-divider { - border: none; float: none; margin: 0; padding: 0px; width: 100%; - clear: both; -} - -#page-content #bottom-left { - border: none; float: left; margin: 0px; padding: 0px; width: 49%; - clear: left; -} -#page-content #bottom-right { - border: none; float: right; margin: 0px; padding: 0px; width: 49%; - clear: right; -} - -#page-content #content-header H4, .page-description { - text-align : left; - margin-right : 10px; - float : none; - clear : both; -} - -#page-content * > a { - vertical-align : middle; -} - -#page-content * a img { - height : 57px; - width : 57px; - vertical-align : middle; -} - -#page-content * a .link-label { - display : block; - position : relative; - top : -50px; - left : 60px; - margin-right: 60px; -} - -#page-content * a > .link-label { left: 65px; } - -#page-content * a p .text { - display : block; - position : relative; - top : -45px; - margin-bottom: -25px; - left : 53px; - margin-right: 53px; -} - -#page-content * a p > .text { left: 58px; } - -#page-content * a:hover { border-right : 5px; } - -/* The following rules are for extensions in all pages. Extensions should be placed in - * groups with the style 'content-group' and contain links with the style 'content-link'. - * Group is important so that importance mixin style can be applied to the group that - * uses block display. We need to see a solid rectangle around the extension, not - * a tight polygon around the link perimeter. - */ - -.content-group { - margin-left: 10px; - margin-right: 10px; - padding-left: 10px; - padding-right: 10px; - float : none; - clear : both; - text-align: left; -} - -.content-link .link-label { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - line-height:1.5; - color: #00507C; -} - -.content-link:hover .link-label { - color: #69c; - text-decoration : underline; -} - -.content-link .text { - font-family: Verdana, Arial, Helvetica; - line-height: 1.3; -} - -.categoryContentnav { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - color: #4A4D4A; - line-height:1.3; -} - -.contentpgNavhover { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - color: #000; -} - -.topicList { - font-family: Verdana, Arial, Helvetica; - line-height:1.75; - color: #00507C; -} - -.topicList:hover { - color: #69c; -} - -.rss-feed-link a { - font-family: Verdana, Arial, Helvetica; - color: #00507C; -} - -/* - * This part is for hosting embedded document inside - * the content area. - */ - -iframe { - position:relative; - top:16px; - width:100%; - height:100%; - padding-left:10px; -} - -/* mozilla scrollbar appearing off page fix */ -#page-content > iframe { - width: 98%; - padding-left: 2%; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/standby.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/standby.css deleted file mode 100644 index 8a7735e..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/standby.css +++ /dev/null @@ -1,159 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - - -/* - * We will not use the general-purpose group1 used in - * other pages for a curve image. - */ - -#extra-group1 { - display : none; -} - - -#page-links a .link-label, #action-links a .link-label { - font-weight : 600; - color : #E5E5E5; -} - -#page-links a p .text, #action-links a p .text { - font-weight : 500; - color : #E5E5E5; -} - -/* - * Set up the content for the standby page. - */ -body { - min-width : 230px; - /* since IE doesn't support min-width, use expression */ - width:expression(document.body.clientWidth < 230? "230px": "auto" ); - background-repeat : no-repeat; - background-position : top left; - background-color : #6d7e85; -} - -.page { - background-repeat : no-repeat; - background-position : bottom left; - min-width : 230px; - /* since IE doesn't support min-width, use expression */ - width:expression(document.body.clientWidth < 230? "230px": "auto" ); - min-height : 610px; - height : 100%; - height : expression(document.body.clientHeight < 450? "450px": "100%" ); -} - -/* - * Set up the navigation bar. It should be centered in the middle - * of the page - */ - -#links-background { - width : 100%; - margin-top : 10%; - margin-bottom : auto; - text-align : center; -} - -#page-links a { - display : block; - width : 220px; - text-align : left; - margin-left : auto; - margin-right : auto; - margin-top : 0px; - vertical-align : top; -} - -#page-links a span, #page-links a p { - display : block; - width : 160px; - margin : 0px; - padding : 0px; -} - -#page-links a .link-label { - position : relative; - left : 60px; - top : -50px; -} - -#page-links a p .text { - position : relative; - left : 60px; - top : -50px; -} - -#page-links a img { - height : 52px; - width : 52px; - vertical-align : middle; -} - -#page-links a:hover, -#page-links a:focus, -#page-links a:active { border : 0px; } - -#page-links a:hover p, -#page-links a:focus p, -#page-links a:active p { margin : 0px; padding : 0px; } - -/* properties for each of the page-links */ - -#page-links a .background-image { - display: none; -} - -#page-links a .link-extra-div { - display :none; -} - -a#overview img { background-image : url(../graphics/standby/ov_standby.gif); } -a#overview:hover img, -a#overview:focus img, -a#overview:active img { background-image : url(../graphics/standby/ov_standbyhov.gif); } - -a#firststeps img { background-image : url(../graphics/standby/fs_standby.gif); } -a#firststeps:hover img, -a#firststeps:focus img, -a#firststeps:active img { background-image : url(../graphics/standby/fs_standbyhov.gif); } - -a#tutorials img { background-image : url(../graphics/standby/tu_standby.gif); } -a#tutorials:hover img, -a#tutorials:focus img, -a#tutorials:active img { background-image : url(../graphics/standby/tu_standbyhov.gif); } - -a#samples img { background-image : url(../graphics/standby/sa_standby.gif); } -a#samples:hover img, -a#samples:focus img, -a#samples:active img { background-image : url(../graphics/standby/sa_standbyhov.gif); } - -a#whatsnew img { background-image : url(../graphics/standby/wn_standby.gif); } -a#whatsnew:hover img, -a#whatsnew:focus img, -a#whatsnew:active img { background-image : url(../graphics/standby/wn_standbyhov.gif); } - -a#webresources img { background-image : url(../graphics/standby/wr_standby.gif); } -a#webresources:hover img, -a#webresources:focus img, -a#webresources:active img { background-image : url(../graphics/standby/wr_standbyhov.gif); } - -a#migrate img { background-image : url(../graphics/standby/mi_standby.gif); } -a#migrate:hover img, -a#migrate:focus img, -a#migrate:active img { background-image : url(../graphics/standby/mi_standbyhov.gif); } - -a#workbench img { background-image : url(../graphics/standby/wb_standby.gif); } -a#workbench:hover img, -a#workbench:focus img, -a#workbench:active img { background-image : url(../graphics/standby/wb_standbyhov.gif); } diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/tutorials.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/tutorials.css deleted file mode 100644 index ab12e64..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/tutorials.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* show the "selected" image for this page */ -#navigation-links a#tutorials img, -#navigation-links a#tutorials:hover img, -#navigation-links a#tutorials:focus img, -#navigation-links a#tutorials:active img { - background-image : url(../graphics/icons/ctool/tu_nav_64.gif); - top : 2px; - left : -3px; -} - -#navigation-links { - background-image: url(../graphics/contentpage/tu_banner.jpg); -} - -#navigation-links a:hover#tutorials .link-label, -#navigation-links a:focus#tutorials .link-label, -#navigation-links a:active#tutorials .link-label { - display : none; -} - -#navigation-links a:hover#tutorials, -#navigation-links a:focus#tutorials, -#navigation-links a:active#tutorials { - background-image : none; -} - -#navigation-links a:hover#tutorials .link-extra-div, -#navigation-links a:focus#tutorials .link-extra-div, -#navigation-links a:active#tutorials .link-extra-div { - background-image : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/webresources.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/webresources.css deleted file mode 100644 index e785d0d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/webresources.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* show the "selected" image for this page */ -#navigation-links a#webresources img, -#navigation-links a#webresources:hover img, -#navigation-links a#webresources:focus img, -#navigation-links a#webresources:active img { - background-image : url(../graphics/icons/ctool/wr_nav_64.gif); - top : 2px; - left : -3px; -} - -#navigation-links { - background-image: url(../graphics/contentpage/wr_banner.jpg); -} - -#navigation-links a:hover#webresources .link-label, -#navigation-links a:focus#webresources .link-label, -#navigation-links a:active#webresources .link-label { - display : none; -} - -#navigation-links a:hover#webresources, -#navigation-links a:focus#webresources, -#navigation-links a:active#webresources { - background-image : none; -} - -#navigation-links a:hover#webresources .link-extra-div, -#navigation-links a:focus#webresources .link-extra-div, -#navigation-links a:active#webresources .link-extra-div { - background-image : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/whatsnew.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/whatsnew.css deleted file mode 100644 index b317c0a..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/html/whatsnew.css +++ /dev/null @@ -1,47 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* show the "selected" image for this page */ -#navigation-links a#whatsnew img, -#navigation-links a#whatsnew:hover img, -#navigation-links a#whatsnew:focus img, -#navigation-links a#whatsnew:active img { - background-image : url(../graphics/icons/ctool/wn_nav_64.gif); - top : 2px; - left : -3px; -} - -#navigation-links { - background-image: url(../graphics/contentpage/wn_banner.jpg); -} - -#navigation-links a:hover#whatsnew .link-label, -#navigation-links a:focus#whatsnew .link-label, -#navigation-links a:active#whatsnew .link-label { - display : none; -} - -#navigation-links a:hover#whatsnew, -#navigation-links a:focus#whatsnew, -#navigation-links a:active#whatsnew { - background-image : none; -} - -#navigation-links a:hover#whatsnew .link-extra-div, -#navigation-links a:focus#whatsnew .link-extra-div, -#navigation-links a:active#whatsnew .link-extra-div { - background-image : none; -} -/* - * Default images for content links in this page. - */ -.content-link img { background-image : url(../graphics/icons/obj48/new_obj.gif); } -.content-link:hover img { background-image : url(../graphics/icons/obj48/newhov_obj.gif); } \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/preview.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/preview.png deleted file mode 100644 index 0e81aea..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/preview.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/firststeps.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/firststeps.properties deleted file mode 100644 index 48b1b5c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/firststeps.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -firststeps.page-content.layout.vspacing = 40 -firststeps.page-content.layout.ncolumns = 2 -firststeps.page-content.page-title.layout.colspan = 2 -firststeps.page-content.page-description.layout.colspan = 2 -firststeps.page-content.content-divider.layout.colspan = 2 -firststeps.subtitle-id = firststeps/page-content/page-title -firststeps.description-id = firststeps/page-content/page-description diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/migrate.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/migrate.properties deleted file mode 100644 index eaaa815..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/migrate.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -migrate.page-content.layout.vspacing = 40 -migrate.page-content.layout.ncolumns = 2 -migrate.page-content.page-title.layout.colspan = 2 -migrate.page-content.page-description.layout.colspan = 2 -migrate.page-content.content-divider.layout.colspan = 2 - -migrate.subtitle-id = migrate/page-content/page-title -migrate.description-id = migrate/page-content/page-description diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/overview.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/overview.properties deleted file mode 100644 index 78c262f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/overview.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -overview.page-content.layout.ncolumns = 2 -overview.page-content.page-title.layout.colspan = 2 -overview.page-content.page-description.layout.colspan = 2 -overview.page-content.content-divider.layout.colspan = 2 - -overview.subtitle-id = overview/page-content/page-title -overview.description-id = overview/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/root.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/root.properties deleted file mode 100644 index 05ec22b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/root.properties +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme=true -root.links-background.page-links.overview.link-icon = ../graphics/icons/ctool/overview.png -root.links-background.page-links.tutorials.link-icon = ../graphics/icons/ctool/tutorials.png -root.links-background.page-links.samples.link-icon= ../graphics/icons/ctool/samples.png -root.links-background.page-links.whatsnew.link-icon = ../graphics/icons/ctool/whatsnew.png -root.links-background.page-links.firststeps.link-icon = ../graphics/icons/ctool/firststeps.png -root.links-background.page-links.migrate.link-icon = ../graphics/icons/ctool/migrate.png -root.links-background.page-links.webresources.link-icon = ../graphics/icons/ctool/webresources.png -root.action-links.workbench.link-icon = ../graphics/icons/ctool/workbench.png - -root.links-background.page-links.overview.hover-icon = ../graphics/icons/ctool/overview.png -root.links-background.page-links.tutorials.hover-icon = ../graphics/icons/ctool/tutorials.png -root.links-background.page-links.samples.hover-icon = ../graphics/icons/ctool/samples.png -root.links-background.page-links.whatsnew.hover-icon = ../graphics/icons/ctool/whatsnew.png -root.links-background.page-links.firststeps.hover-icon = ../graphics/icons/ctool/firststeps.png -root.links-background.page-links.migrate.hover-icon = ../graphics/icons/ctool/migrate.png -root.links-background.page-links.webresources.hover-icon = ../graphics/icons/ctool/webresources.png -root.action-links.workbench.hover-icon = ../graphics/icons/ctool/workbench.png - -root.links-background.page-links.overview.small-link-icon = ../graphics/icons/ctool/ov_nav.png -root.links-background.page-links.tutorials.small-link-icon = ../graphics/icons/ctool/tu_nav.png -root.links-background.page-links.samples.small-link-icon = ../graphics/icons/ctool/sa_nav.png -root.links-background.page-links.whatsnew.small-link-icon = ../graphics/icons/ctool/wn_nav.png -root.links-background.page-links.firststeps.small-link-icon = ../graphics/icons/ctool/fs_nav.png -root.links-background.page-links.migrate.small-link-icon = ../graphics/icons/ctool/mi_nav.png -root.links-background.page-links.webresources.small-link-icon = ../graphics/icons/ctool/wr_nav.png -root.action-links.workbench.small-link-icon = ../graphics/icons/ctool/wb_nav.png - -root.links-background.page-links.overview.small-hover-icon = ../graphics/icons/ctool/ov_nav.png -root.links-background.page-links.tutorials.small-hover-icon = ../graphics/icons/ctool/tu_nav.png -root.links-background.page-links.samples.small-hover-icon = ../graphics/icons/ctool/sa_nav.png -root.links-background.page-links.whatsnew.small-hover-icon = ../graphics/icons/ctool/wn_nav.png -root.links-background.page-links.firststeps.small-hover-icon = ../graphics/icons/ctool/fs_nav.png -root.links-background.page-links.migrate.small-hover-icon = ../graphics/icons/ctool/mi_nav.png -root.links-background.page-links.webresources.small-hover-icon = ../graphics/icons/ctool/wr_nav.png -root.action-links.workbench.small-hover-icon = ../graphics/icons/ctool/wb_nav.png - - -root.layout.ncolumns = 1 -root.links-background.page-links.layout.hspacing = 40 -root.layout.vspacing = 35 diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/samples.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/samples.properties deleted file mode 100644 index c4551f8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/samples.properties +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -samples.page-content.layout.vspacing = 40 -samples.page-content.layout.ncolumns = 2 -samples.page-content.layout.equalWidth = true -samples.page-content.page-title.layout.colspan = 2 -samples.page-content.page-description.layout.colspan = 2 -samples.page-content.content-divider.layout.colspan = 2 - -description-style-id = group-description -samples.subtitle-id = samples/page-content/page-title -samples.description-id = samples/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/standby.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/standby.properties deleted file mode 100644 index 25f6d6d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/standby.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme = true -standby.links-background.page-links.overview.link-icon = ../graphics/icons/ctool/ov_nav.png -standby.links-background.page-links.firststeps.link-icon = ../graphics/icons/ctool/fs_nav.png -standby.links-background.page-links.tutorials.link-icon = ../graphics/icons/ctool/tu_nav.png -standby.links-background.page-links.samples.link-icon = ../graphics/icons/ctool/sa_nav.png -standby.links-background.page-links.whatsnew.link-icon = ../graphics/icons/ctool/wn_nav.png -standby.links-background.page-links.migrate.link-icon = ../graphics/icons/ctool/mi_nav.png -standby.links-background.page-links.webresources.link-icon = ../graphics/icons/ctool/wr_nav.png -standby.links-background.page-links.workbench.link-icon = ../graphics/icons/ctool/wb_nav.png - -standby.links-background.page-links.layout.vspacing = 30 -standby.layout.vspacing = 35 -standby.show-link-description = false -standby.show-home-page-navigation = false \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/tutorials.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/tutorials.properties deleted file mode 100644 index 2f7eb0d..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/tutorials.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -tutorials.page-content.layout.vspacing = 40 -tutorials.page-content.layout.ncolumns = 2 -tutorials.page-content.layout.equalWidth = true -tutorials.page-content.page-title.layout.colspan = 2 -tutorials.page-content.page-description.layout.colspan = 2 -tutorials.page-content.content-divider.layout.colspan = 2 -tutorials.subtitle-id = tutorials/page-content/page-title -tutorials.description-id = tutorials/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/webresources.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/webresources.properties deleted file mode 100644 index db164a9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/webresources.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -webresources.page-content.layout.vspacing = 40 -webresources.page-content.layout.ncolumns = 2 -webresources.page-content.page-title.layout.colspan = 2 -webresources.page-content.page-description.layout.colspan = 2 -webresources.page-content.content-divider.layout.colspan = 2 - -webresources.subtitle-id = webresources/page-content/page-title -webresources.description-id = webresources/page-content/page-description diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/whatsnew.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/whatsnew.properties deleted file mode 100644 index 3d57994..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/circles/swt/whatsnew.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme = true -whatsnew.page-content.layout.vspacing = 40 -whatsnew.page-content.layout.ncolumns = 2 -whatsnew.page-content.layout.equalWidth = true -whatsnew.page-content.page-title.layout.colspan = 2 -whatsnew.page-content.page-description.layout.colspan = 2 -whatsnew.page-content.content-divider.layout.colspan = 2 - -whatsnew.separator.fg = #dfdfe4 - -whatsnew.link-icon = ../graphics/icons/obj48/new_obj.gif -whatsnew.hover-icon = ../graphics/icons/obj48/newhov_obj.gif - -whatsnew.subtitle-id = whatsnew/page-content/page-title diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/background.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/background.jpg deleted file mode 100644 index ce1cada..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/background.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/backgroundcurve.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/backgroundcurve.gif deleted file mode 100644 index 8c5ec1d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/backgroundcurve.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/firsteps_wtr.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/firsteps_wtr.jpg deleted file mode 100644 index 11e7725..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/firsteps_wtr.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/migrate_wtr.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/migrate_wtr.jpg deleted file mode 100644 index c45dc6f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/migrate_wtr.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/overview_wtr.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/overview_wtr.jpg deleted file mode 100644 index 733e48c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/overview_wtr.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/samples_wtr.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/samples_wtr.jpg deleted file mode 100644 index 9e0fa8a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/samples_wtr.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section1.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section1.gif deleted file mode 100644 index 6147513..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section1.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section2.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section2.gif deleted file mode 100644 index 0ee148b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section2.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section3.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section3.gif deleted file mode 100644 index b5d24e6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section3.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section4.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section4.gif deleted file mode 100644 index 258d4a8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/section4.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/tutorials_wtr.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/tutorials_wtr.jpg deleted file mode 100644 index 2cf26b2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/tutorials_wtr.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/webrsrc_wtr.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/webrsrc_wtr.jpg deleted file mode 100644 index c002f2d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/webrsrc_wtr.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/whatsnew_wtr.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/whatsnew_wtr.jpg deleted file mode 100644 index c2a42da..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/contentpage/whatsnew_wtr.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/back.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/back.gif deleted file mode 100644 index 1c81cb6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/back.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps16.png deleted file mode 100644 index 4c15c82..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps48.gif deleted file mode 100644 index 5140ad8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps48sel.gif deleted file mode 100644 index 954955d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps72.gif deleted file mode 100644 index ff92f6e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/firsteps72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/forward.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/forward.gif deleted file mode 100644 index 3e4a4f4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/forward.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/home.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/home.gif deleted file mode 100644 index 0160f8f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/home.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate16.png deleted file mode 100644 index 3fc8414..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate48.gif deleted file mode 100644 index dc48b18..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate48sel.gif deleted file mode 100644 index a9d6d07..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate72.gif deleted file mode 100644 index 25fc317..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/migrate72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview16.png deleted file mode 100644 index b2e977f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview48.gif deleted file mode 100644 index 3843412..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview48sel.gif deleted file mode 100644 index fafc1a6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview72.gif deleted file mode 100644 index 39d089a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/overview72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples16.png deleted file mode 100644 index fdff5dd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples48.gif deleted file mode 100644 index e71836e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples48sel.gif deleted file mode 100644 index daaa044..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples72.gif deleted file mode 100644 index 1515906..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/samples72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials16.png deleted file mode 100644 index f2d688f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials48.gif deleted file mode 100644 index f527297..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials48sel.gif deleted file mode 100644 index 9d41c08..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials72.gif deleted file mode 100644 index 8fd4816..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/tutorials72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/wb16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/wb16.png deleted file mode 100644 index e73ca61..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/wb16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/wb48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/wb48.gif deleted file mode 100644 index c2fd06a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/wb48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc16.png deleted file mode 100644 index b847caa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc48.gif deleted file mode 100644 index b54d518..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc48sel.gif deleted file mode 100644 index 798f415..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc72.gif deleted file mode 100644 index c4df0ad..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/webrsrc72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew16.png deleted file mode 100644 index 5294b17..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew48.gif deleted file mode 100644 index 4eeb56a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew48sel.gif deleted file mode 100644 index d5ba746..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew72.gif deleted file mode 100644 index df3bd99..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/ctool/whatsnew72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/dtool/back.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/dtool/back.gif deleted file mode 100644 index f0d0929..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/dtool/back.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/dtool/forward.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/dtool/forward.gif deleted file mode 100644 index dbe58b2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/dtool/forward.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/back.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/back.gif deleted file mode 100644 index f0d0929..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/back.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps48.gif deleted file mode 100644 index b277a7f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps48sel.gif deleted file mode 100644 index 9679b5f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps72.gif deleted file mode 100644 index a68e0aa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/firsteps72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/forward.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/forward.gif deleted file mode 100644 index dbe58b2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/forward.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/home.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/home.gif deleted file mode 100644 index b101d12..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/home.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate48.gif deleted file mode 100644 index 313c983..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate48sel.gif deleted file mode 100644 index 6a12231..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate72.gif deleted file mode 100644 index 2a3fe17..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/migrate72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview48.gif deleted file mode 100644 index 6ac4cf7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview48sel.gif deleted file mode 100644 index 5588700..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview72.gif deleted file mode 100644 index 1e612b5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/overview72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples48.gif deleted file mode 100644 index eeace58..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples48sel.gif deleted file mode 100644 index 38b965d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples72.gif deleted file mode 100644 index 504fea0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/samples72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials48.gif deleted file mode 100644 index dfe572b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials48sel.gif deleted file mode 100644 index e8a8d93..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials72.gif deleted file mode 100644 index 12698f6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/tutorials72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/wb48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/wb48.gif deleted file mode 100644 index 50ca287..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/wb48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc48.gif deleted file mode 100644 index 41fef5f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc48sel.gif deleted file mode 100644 index 5f7b9c7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc72.gif deleted file mode 100644 index cdf21e4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/webrsrc72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew48.gif deleted file mode 100644 index d73db3e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew48sel.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew48sel.gif deleted file mode 100644 index 8c9aaa2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew48sel.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew72.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew72.gif deleted file mode 100644 index 63844fd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/etool/whatsnew72.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/obj48/new_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/obj48/new_obj.gif deleted file mode 100644 index f46b81b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/obj48/new_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/obj48/newhov_obj.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/obj48/newhov_obj.gif deleted file mode 100644 index 593e63b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/icons/obj48/newhov_obj.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/firststeps16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/firststeps16.png deleted file mode 100644 index 4c15c82..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/firststeps16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/migrate16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/migrate16.png deleted file mode 100644 index 3fc8414..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/migrate16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/overview.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/overview.gif deleted file mode 100644 index 3fe629a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/overview.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/samples.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/samples.gif deleted file mode 100644 index c695884..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/samples.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/tutorials.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/tutorials.gif deleted file mode 100644 index a18d7dd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/tutorials.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/webresources16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/webresources16.png deleted file mode 100644 index b847caa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/webresources16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/whatsnew.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/whatsnew.gif deleted file mode 100644 index f022324..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/launchbar/whatsnew.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/background.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/background.jpg deleted file mode 100644 index 969fcf3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/background.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/brandmark.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/brandmark.gif deleted file mode 100644 index 93f25f7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/brandmark.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/dots.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/dots.gif deleted file mode 100644 index 6621b7c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/root/dots.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/swt/form_banner.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/swt/form_banner.gif deleted file mode 100644 index aebc0b2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/graphics/swt/form_banner.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/firststeps.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/firststeps.css deleted file mode 100644 index 0904e2b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/firststeps.css +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -body { - background-image : url(../graphics/contentpage/firsteps_wtr.jpg); -} - -/* show the "selected" image for this page */ -#navigation-links a#firststeps img, -#navigation-links a#firststeps:hover img, -#navigation-links a#firststeps:focus img, -#navigation-links a#firststeps:active img { - background-image : url(../graphics/icons/ctool/firsteps48sel.gif); -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/font-absolute.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/font-absolute.css deleted file mode 100644 index a8b42e2..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/font-absolute.css +++ /dev/null @@ -1,88 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -.intro-header H1 { - font-size : 16pt; -} - -h2 { - font-size : 13pt; -} - -/* For regular div labels */ -H4 .div-label { - font-size : 10pt; -} - -/* The label part of the folding section */ -.section-title-link .section-title { - font-size : 10pt; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-size : 14pt; -} - -.page-description { - font-size : 10pt; -} - -a .link-label { - font-size : 10pt; -} - -#navigation-links a .link-label { - font-size : 9pt; -} - -a .text { - font-size : 8pt; -} - -p .group-description { - font-size : 10pt; -} - -.categoryContentnav { - font-size: 9pt; -} - -.topicList { - font-size: 8pt; -} - -/* - * Set up general font colours, sizes, etc. Some of these will override - * settings from the shared CSS - */ -#root .intro-header H1 { - font-size : 18pt; -} -#root #page-links a .link-label, #action-links a .link-label { - font-size : 13pt; -} - -#root #page-links a p .text, #action-links a p .text { - font-size : 13pt; -} - -#standby .intro-header H1 { - font-size : 15pt; -} - -#standby #page-links a .link-label, #standby #action-links a .link-label { - font-size : 10pt; -} - -#standby #page-links a p .text, #standby #action-links a p .text { - font-size : 10pt; -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/font-relative.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/font-relative.css deleted file mode 100644 index f3ed239..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/font-relative.css +++ /dev/null @@ -1,88 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -.intro-header H1 { - font-size : 16pt -} - -h2 { - font-size : 120%; -} - -/* For regular div labels */ -H4 .div-label { - font-size : 100%; -} - -/* The label part of the folding section */ -.section-title-link .section-title { - font-size : 100%; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-size : 160%; -} - -.page-description { - font-size : 100%; -} - -a .link-label { - font-size : 100%; -} - -#navigation-links a .link-label { - font-size : 90%; -} - -a .text { - font-size : 90%; -} - -p .group-description { - font-size : 100%; -} - -.categoryContentnav { - //font-size: 9pt; -} - -.topicList { - font-size: 90%; -} - -/* - * Set up general font colours, sizes, etc. Some of these will override - * settings from the shared CSS - */ -#root .intro-header H1 { - font-size : 200%; -} -#root #page-links a .link-label, #root #action-links a .link-label { - font-size : 13pt; -} - -#root #page-links a p .text, #root #action-links a p .text { - font-size : 13pt; -} - -#standby .intro-header H1 { - font-size : 150%; -} - -#standby #page-links a .link-label, #standby #action-links a .link-label { - font-size : 100%; -} - -#standby #page-links a p .text, #standby #action-links a p .text { - font-size : 100%; -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/ltr.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/ltr.css deleted file mode 100644 index 57586c8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/ltr.css +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * This file contains styles that are specific to left to right display - */ - -body { - direction: ltr; -} - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/migrate.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/migrate.css deleted file mode 100644 index 8d23eb9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/migrate.css +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -body { - background-image : url(../graphics/contentpage/migrate_wtr.jpg); -} - -/* show the "selected" image for this page */ -#navigation-links a#migrate img, -#navigation-links a#migrate:hover img, -#navigation-links a#migrate:focus img, -#navigation-links a#migrate:active img { - background-image : url(../graphics/icons/ctool/migrate48sel.gif); -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/overview.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/overview.css deleted file mode 100644 index 113c21c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/overview.css +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -body { - background-image : url(../graphics/contentpage/overview_wtr.jpg); -} - -/* show the "selected" image for this page */ -#navigation-links a#overview img, -#navigation-links a#overview:hover img, -#navigation-links a#overview:focus img, -#navigation-links a#overview:active img { - background-image : url(../graphics/icons/ctool/overview48sel.gif); -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/root.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/root.css deleted file mode 100644 index 4a998d9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/root.css +++ /dev/null @@ -1,219 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -#page-links a .link-label, #action-links a .link-label { font-weight : 600; color : #E5E5E5; -} -#page-links a p .text, #action-links a p .text { font-weight : 500; color : #E5E5E5; -} - -/* - * Turn off shared backround image. - */ - -.page { - background-image: none; -} - -/* - * Set up the content for the root page. - */ -body { - min-width : 770px; /* since IE doesn't support min-width, use expression */ - width:expression(document.body.clientWidth < 770? "770px": "auto" ); background-image : url(../graphics/root/background.jpg); background-repeat : no-repeat; background-position : top left; background-color : #7169D1; -} -#root { -/* - background-image : url(../graphics/root/brandmark.gif); -*/ - background-repeat : no-repeat; background-position : bottom left; - min-height : 450px; height : 100%; height : expression(document.body.clientHeight < 450? "450px": "100%" ); -} - -#branding { - position: absolute; - bottom : 20px; - left : 20px; -} - -/* - * We will not use the general-purpose group1 used in - * other pages for a curve image. - */ - -#extra-group1 { - display : none; -} -/* - * Set up the navigation bar. It should be centered in the middle - * of the page - */ -#links-background { - background-image : url(../graphics/root/dots.gif); background-repeat : repeat-x; width : 100%; height : 177px; margin-top : 18%; margin-bottom : auto; text-align : center; -} -/* specify a width for Moz so we can center. - * **Important** If additional links are added, we will have to increase this width - * to accomodate them, otherwise they will wrap to a new line - */ - -#links-background > #page-links { - width: 33em; - margin: 0 auto; -} - -#page-links { - position : relative; top : 50px; - text-align: center; -} -#page-links a { - position : relative; width : 86px; margin-left : 1em; margin-right : 1em; text-align : center; vertical-align : top; -} -/* float left for Moz so the items all appear inline */ -#page-links > a { - float : left; position : relative; -} -#page-links a img { - height : 82px; width : 82px; vertical-align : middle; -} -/* remove the hover image from the flow of the document, - so it doesn't take up space and change the position - of the link label and descriptions */ -#page-links a .background-image { - position : absolute; -} -/* properly align the link label and text based on class (left vs. right) */ -#page-links a:hover { - /* This is needed for IE to force the hover pseudo selectors below to work.*/ padding : 0 em; -} -/* Hide both the label and the description of the link and remove them from static HTML flow, until user hovers over link */ -/* First, set the width of both the label and the description to a max of 15 em. */ -/* This can be changed when translated to different country locals. */ -#page-links a span { - width : 16em; } -/* Set up left links orientation first. */ -#page-links a.left:link .link-label, -#page-links a.left:visited .link-label { - display: none; -} -#page-links a.left:hover .link-label, -#page-links a.left:focus .link-label, -#page-links a.left:active .link-label { - text-align: left; display: block; position: absolute; top : 120 %; left : 0; -} -/* hide description and remove it from static HTML flow, until user hovers over link */ -#page-links a.left:link .text, -#page-links a.left:visited .text { - display: none; -} -#page-links a.left:hover .text, -#page-links a.left:focus .text, -#page-links a.left:active .text { - text-align: left; display: block; position: absolute; left : 0; top: 145%; -} -/* Set up right links orientation now. */ -#page-links a.right:link .link-label, -#page-links a.right:visited .link-label { - display: none; -} -#page-links a.right:hover .link-label, -#page-links a.right:focus .link-label, -#page-links a.right:active .link-label { - text-align: right; display: block; position: absolute; top : 120 %; right : 0; -} -/* hide description and remove it from static HTML flow, until user hovers over link */ -#page-links a.right:link .text, -#page-links a.right:visited .text { - display: none; -} -#page-links a.right:hover .text, -#page-links a.right:focus .text, -#page-links a.right:active .text { - text-align: right; display: block; position: absolute; right : 0; top: 145%; -} -/* properties for each of the page-links */ -#page-links a#overview img { background-image : url(../graphics/icons/etool/overview72.gif); } -#page-links a:hover#overview img { background-image : url(../graphics/icons/ctool/overview72.gif); } - -#page-links a#tutorials img { background-image : url(../graphics/icons/etool/tutorials72.gif); } -#page-links a:hover#tutorials img { background-image : url(../graphics/icons/ctool/tutorials72.gif); } - -#page-links a#samples img { background-image : url(../graphics/icons/etool/samples72.gif); } -#page-links a:hover#samples img { background-image : url(../graphics/icons/ctool/samples72.gif); } - -#page-links a#whatsnew img { background-image : url(../graphics/icons/etool/whatsnew72.gif); } -#page-links a:hover#whatsnew img { background-image : url(../graphics/icons/ctool/whatsnew72.gif); } - -#page-links a#firststeps img { background-image : url(../graphics/icons/etool/firsteps72.gif); } -#page-links a:hover#firststeps img { background-image : url(../graphics/icons/ctool/firsteps72.gif); } - -#page-links a#webresources img { background-image : url(../graphics/icons/etool/webrsrc72.gif); } -#page-links a:hover#webresources img { background-image : url(../graphics/icons/ctool/webrsrc72.gif); } - -#page-links a#migrate img { background-image : url(../graphics/icons/etool/migrate72.gif); } -#page-links a:hover#migrate img { background-image : url(../graphics/icons/ctool/migrate72.gif); } - -/* - * Set up the action links - */ -#action-links { - width : 98%; position : absolute; left : 0px; top : 20px; -} -#action-links a#workbench { - position : absolute; top : -16px; right : -8px; text-align : right; -} -#action-links a .background-image, -#action-links a #workbench_img { - height : 53px; width : 53px; text-align : center; vertical-align : top; -} -/* special case for mozilla */ -#action-links a > .background-image, -#action-links a > #workbench_img { - vertical-align : middle; -} -/* remove the hover image from the flow of the document, - so it doesn't take up space and change the position - of the main image */ -#action-links a .background-image { - position : absolute; -} - -#action-links a#workbench .background-image { - background-image : url(../graphics/icons/etool/wb48.gif); -} - -#action-links a#workbench:hover .background-image, -#action-links a#workbench:focus .background-image, -#action-links a#workbench:active .background-image { - background-image : url(../graphics/icons/ctool/wb48.gif); - visibility : visible; - position: absolute; - top: 0px; - right: 0px; -} -/* hide the link and description until users hover over the link */ -#action-links a p .text, #action-links a .link-label { - display : none; -} -#action-links a:hover .link-label, -#action-links a:focus .link-label, -#action-links a:active .link-label { - display : block; width : 16em; - margin-left : 10px; -} -#action-links a:hover p .text, -#action-links a:focus p .text, -#action-links a:active p .text { - display : block; width : 16em; -} -#action-links a:hover, -#action-links a:focus, -#action-links a:active { - border : 0px; -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/rtl.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/rtl.css deleted file mode 100644 index 8929906..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/rtl.css +++ /dev/null @@ -1,106 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * This file contains styles that are specific to right to left display - */ - - -table { - direction: rtl; -} - -#page-content p { - text-align : right; -} - -#page-content #content-header H4, .page-description { - text-align : right; -} - -#page-content table tr td a > .link-label { - left:0px; -} - -#page-content * td a .link-label { - display:block; - left:0px; - margin-right:0px; - position:static; - top:0px; -} - -#page-content * td a .text { - display:block; - left:0px; - margin-right:0px; - position:static; - top:0px; -} - -.content-group { - text-align: right; -} - -.intro-header span { - margin-right : 45px; - padding-right : 45px; -} - -div div#rss-news { - position:static; - margin-left:0px; - margin-bottom: 0px; - margin-top: 10px; - top : 0px; - margin-right : 30px; -} - -div ul#eclipse-news { - list-style-image: url("../graphics/icons/ctool/arrow_rtl.gif"); - margin-left: 0px; - padding-right: 10px; - margin-right: 10px; -} - -/* The 'closed' toggle image part of the folding section. */ -#page-content .section-title-link .section-toggle-image-closed { - background-image : url(../graphics/icons/ctool/widget_closed_rtl.gif); -} - -#page-content .section-title-link:hover .section-toggle-image-closed, -#page-content .section-title-link:active .section-toggle-image-closed { - background-image : url(../graphics/icons/ctool/widget_closed_hov_rtl.gif); -} - -#standby #links-background { - text-align:right; -} - -#standby #page-links a { - text-align : right; -} - -#standby #page-links a .link-label { - left:auto; - right : 60px; -} - -#standby #page-links p { - right : 60px; -} - -#standby #page-links a p .text { - margin-right:auto; - left:auto; - right : 60px; -} - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/samples.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/samples.css deleted file mode 100644 index b994004..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/samples.css +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -body { - background-image : url(../graphics/contentpage/samples_wtr.jpg); -} - -/* show the "selected" image for this page */ -#navigation-links a#samples img, -#navigation-links a#samples:hover img, -#navigation-links a#samples:focus img, -#navigation-links a#samples:active img { - background-image : url(../graphics/icons/ctool/samples48sel.gif); -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/shared.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/shared.css deleted file mode 100644 index 6e9e694..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/shared.css +++ /dev/null @@ -1,420 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * Set up general fonts, sizes and colors - */ -body { font-family : Arial, sans-serif; } - -H1, H2, H3, H4, p, a { color : #4D4D4D; } - -.intro-header H1 { - font-weight : normal; - color : #E5E5E5; -} - -h2 { - font-weight : normal; - color : #7B8694; -} -/* For regular div labels */ -H4 .div-label { - font-weight : bold; -} - -/* The label part of the folding section */ -.section-title-link .section-title { - display : inline; -} - -/* For separators */ -HR { - width: 90%; - align: left; - height : 1px; - color : #dfdfe4; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-weight : normal; - color : #8C96A2; - float : none; - clear : both; -} - -.page-description { - float : none; - clear : both; -} - -a { - font-weight : bold; - text-decoration : none; - color : #4D4D4D; -} - -a .link-label { - font-weight : normal; -} - -/* Hide the 'special-effect' extra div in links by default. */ -.link-extra-div { - display : none; -} - -#navigation-links a .link-label { - font-weight : normal; - color : #E5E5E5; -} - -a .text { - font-weight : normal; -} - -p .group-description { - font-weight : normal; -} - - -/* - * Set up other general properties like padding/margins - */ -html, body { width : 100%; height : 100%; } - -html, body, div, h1, h4, p, a { margin : 0px; padding : 0px; } - -.intro-header H1 { padding-top : 10px; margin-left : 10px; } - -.section { } -.section-body { display: none; padding : 0px; } - -/* For regular div labels */ -#page-content div H4 { - padding : 10px; - padding-bottom : 0px; -} - -/* For the main page content's div label */ -#page-content #content-header H4 { - padding-bottom : 10px; - padding-top : 0px; -} - -/* special case for Mozilla's main content-header label. - Mozilla 1.4 needs more room at the top */ -#page-content > #content-header H4 { padding-top : 10px; } - -/* Needed in IE to get shift+tab to show the active image properly */ -a:active { - border : solid 0px; -} - -a img { - border-width : 0; - background-repeat : no-repeat; -} - -/* - * to get scrollbars working in both IE and Mozilla - */ -html,body { overflow: auto; } -html>body { overflow: visible; } - -/* - * Set up the body, decorative background, and navigation for the content - * pages. - * Note: the root page handles its own background and navigation; these - * settings primarily apply to the content pages - */ -body { - background-color : #FFFFFF; - background-repeat : no-repeat; - background-position : bottom right; -} - -/* - * We will use one of the general purpose groups to show - * the curve image - */ -#extra-group1 { - width : 100%; - height : 164px; - position : absolute; - top : 0px; - background-image : url(../graphics/contentpage/backgroundcurve.gif); - background-repeat : no-repeat; - background-position : top center; - margin : 0; - padding : 0; -} - -/* - * Hide the other general-purpose groups - */ - -#extra-group2, -#extra-group3, -#extra-group4, -#extra-group5 { - display : none; -} - -.intro-header { background-color : transparent; z-index : 100;} - -body, .page{ - min-width : 770px; - /* since IE doesn't support min-width, try expression */ - width:expression(document.body.clientWidth < 770? "770px": "auto" ); - min-height : 425px; - height : 100%; - height : expression(document.body.clientHeight < 425? "425px": "100%" ); -} - -.page { - min-height : 475px; - background-image : url(../graphics/contentpage/background.jpg); - background-repeat : repeat-x; - background-position : top left; -} - -#page-content { - background-repeat : no-repeat; - background-position : bottom right; - height : 70%; -} - -/* - * Lay out the navigation links - * (Root page does something similar for its navigation) - */ -#navigation-links { - position : relative; - left : 10px; - top : 5px; - height : 60px; - width : 98%; -} - -#navigation-links a { - padding-left : 5px; - padding-right : 5px; - float : left; - text-align : center; -} - -#navigation-links #customize { - padding-left : 5px; - padding-right : 5px; - float : left; - text-align : center; -} - -#navigation-links a img { - height : 52px; - width : 52px; - vertical-align : middle; -} - -#navigation-links a .link-label { display : block; margin-top : 5px;} - -#navigation-links a .text { display : none; } - -#navigation-links a:hover, -#navigation-links a:focus -#navigation-links a:active { border-right : 0px;} - -/* properties for each of the navigation-links */ -#navigation-links a#overview img { background-image : url(../graphics/icons/etool/overview48.gif); } -#navigation-links a#overview:hover img, -#navigation-links a#overview:focus img, -#navigation-links a#overview:active img { background-image : url(../graphics/icons/ctool/overview48.gif); } - -#navigation-links a#tutorials img { background-image : url(../graphics/icons/etool/tutorials48.gif); } -#navigation-links a#tutorials:hover img, -#navigation-links a#tutorials:active img, -#navigation-links a#tutorials:focus img { background-image : url(../graphics/icons/ctool/tutorials48.gif); } - -#navigation-links a#samples img { background-image : url(../graphics/icons/etool/samples48.gif); } -#navigation-links a#samples:hover img, -#navigation-links a#samples:active img, -#navigation-links a#samples:focus img { background-image : url(../graphics/icons/ctool/samples48.gif); } - -#navigation-links a#whatsnew img { background-image : url(../graphics/icons/etool/whatsnew48.gif); } -#navigation-links a#whatsnew:hover img, -#navigation-links a#whatsnew:focus img, -#navigation-links a#whatsnew:active img { background-image : url(../graphics/icons/ctool/whatsnew48.gif); } - -#navigation-links a#firststeps img { background-image : url(../graphics/icons/etool/firsteps48.gif); } -#navigation-links a#firststeps:hover img, -#navigation-links a#firststeps:focus img, -#navigation-links a#firststeps:active img { background-image : url(../graphics/icons/ctool/firsteps48.gif); } - -#navigation-links a#webresources img { background-image : url(../graphics/icons/etool/webrsrc48.gif); } -#navigation-links a#webresources:hover img, -#navigation-links a#webresources:focus img, -#navigation-links a#webresources:active img { background-image : url(../graphics/icons/ctool/webrsrc48.gif); } - -#navigation-links a#migrate img { background-image : url(../graphics/icons/etool/migrate48.gif); } -#navigation-links a#migrate:hover img, -#navigation-links a#migrate:focus img, -#navigation-links a#migrate:active img { background-image : url(../graphics/icons/ctool/migrate48.gif); } - - -#navigation-links a#workbench { position : absolute; right : 0px; top : -35px; text-align : right;} -#navigation-links a#workbench .text { display : none; } -#navigation-links a#workbench img { background-image : url(../graphics/icons/etool/wb48.gif); width : 53px; height : 53px;} -#navigation-links a#workbench:hover img, -#navigation-links a#workbench:focus img, -#navigation-links a#workbench:active img { background-image : url(../graphics/icons/ctool/wb48.gif); } - -/* - * Lay out the page title and description - */ -h1, p { margin-left : 10px; } /* required in mozilla so the page description is properly indented */ - -/* position the page content so that the page title overlays the bottom - * of the background image, but make sure the content is always on top - * (using z-index) */ -#page-content { - float : none; - clear : both; - text-align : center; - margin-top : 35px; -} - -.page > #page-content { margin-top : 50px; } - -#page-content p { - padding-bottom : 15px; - text-align : left; - float : none; - clear : both; -} - -/* Page content bins */ - -#page-content #top-left { - border: none; float: left; margin: 0px; padding: 0px; width: 49%; - clear: left; -} -#page-content #top-right { - border: none; float: right; margin: 0px; padding: 0px; width: 49%; - clear: right; -} - -/* top-bottom divider - runs the entire width to ensure - * bottom boxes start at the same y - */ -#page-content #content-divider { - border: none; float: none; margin: 0; padding: 0px; width: 100%; - clear: both; -} - -#page-content #bottom-left { - border: none; float: left; margin: 0px; padding: 0px; width: 49%; - clear: left; -} -#page-content #bottom-right { - border: none; float: right; margin: 0px; padding: 0px; width: 49%; - clear: right; -} - -#page-content #content-header H4, .page-description { - text-align : left; - margin-right : 10px; - float : none; - clear : both; -} - -#page-content #top-left > *, -#page-content #top-right > *, -#page-content #bottom-left > *, -#page-content #bottom-right > * { - display: block; -} - -#page-content * > a { - vertical-align : middle; -} - -#page-content * a img { - height : 57px; - width : 57px; - vertical-align : middle; -} - -#page-content * a .link-label { - display : block; - position : relative; - top : -50px; - left : 60px; - margin-right: 60px; -} - -#page-content * a > .link-label { left: 65px; } - -#page-content * a p .text { - display : block; - position : relative; - top : -45px; - margin-bottom: -25px; - left : 53px; - margin-right: 53px; -} - -#page-content * a p > .text { left: 58px; } - -#page-content * a:hover { border-right : 5px; } - - -/* The following rules are for extensions in all pages. Extensions should be placed in - * groups with the style 'content-group' and contain links with the style 'content-link'. - * Group is important so that importance mixin style can be applied to the group that - * uses block display. We need to see a solid rectangle around the extension, not - * a tight polygon around the link perimeter. - */ - -.content-group { - margin-left: 10px; - margin-right: 10px; - padding-left: 10px; - padding-right: 10px; - float : none; - clear : both; - text-align : left; -} - -.categoryContentnav { - font-weight: bold; - color: #4A4D4A; -} - -.topicList { - line-height:1.75; - color: #00507C; -} - -.content-link:hover { border-right : 0px; } - -iframe { - position:relative; - top:16px; - width:100%; - height:100%; - padding-left:10px; - } - -/* mozilla scrollbar appearing off page fix */ -#page-content > iframe { - width: 98%; - padding-left: 2%; -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/standby.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/standby.css deleted file mode 100644 index 9406e97..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/standby.css +++ /dev/null @@ -1,169 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * Set up general font colours, sizes, etc. Some of these will override - * settings from the shared CSS - */ - -#page-links a .link-label, #action-links a .link-label { - font-weight : 600; - color : #E5E5E5; -} - -#page-links a p .text, #action-links a p .text { - font-weight : 500; - color : #E5E5E5; -} - -/* - * We will not use the general-purpose group1 used in - * other pages for a curve image. - */ - -#extra-group1 { - display : none; -} - -/* - * Set up the content for the standby page. - */ -body { - min-width : 230px; - /* since IE doesn't support min-width, use expression */ - width:expression(document.body.clientWidth < 230? "230px": "auto" ); - background-image : url(../graphics/root/background.jpg); - background-repeat : no-repeat; - background-position : top left; - background-color : #7169D1; -} - -.page { -/* - background-image : url(../graphics/root/brandmark.gif); - background-repeat : no-repeat; - background-position : bottom left; -*/ - background-image: none; - min-width : 230px; - /* since IE doesn't support min-width, use expression */ - width:expression(document.body.clientWidth < 230? "230px": "auto" ); - min-height : 610px; - height : 100%; - height : expression(document.body.clientHeight < 450? "450px": "100%" ); -} - -#extra-group1 { - display: none; -} - -/* - * Set up the navigation bar. It should be centered in the middle - * of the page - */ - -#links-background { - width : 100%; - margin-top : 10%; - margin-bottom : auto; - text-align : center; -} - -#page-links a { - display : block; - width : 220px; - text-align : left; - margin-left : auto; - margin-right : auto; - margin-top : 0px; - vertical-align : top; -} -#page-links a span, #page-links a p { - display : block; - width : 160px; - margin : 0px; - padding : 0px; -} - -#page-links a .link-label { - position : relative; - left : 60px; - top : -50px; -} - -#page-links a p .text { - position : relative; - left : 60px; - top : -50px; - -} - -#page-links a .content-img { - visibility: hidden; -} - -#page-links a img { - height : 52px; - width : 52px; - vertical-align : middle; -} - -#page-links a:hover, -#page-links a:focus, -#page-links a:active { border : 0px; } - -#page-links a:hover p, -#page-links a:focus p, -#page-links a:active p { margin : 0px; padding : 0px; } - -#action-links a { visibility: hidden; } - -/* properties for each of the page-links */ -a#overview img { background-image : url(../graphics/icons/etool/overview48.gif); } -a#overview:hover img, -a#overview:focus img, -a#overview:active img { background-image : url(../graphics/icons/ctool/overview48.gif); } - -a#tutorials img { background-image : url(../graphics/icons/etool/tutorials48.gif); } -a#tutorials:hover img, -a#tutorials:focus img, -a#tutorials:active img { background-image : url(../graphics/icons/ctool/tutorials48.gif); } - -a#samples img { background-image : url(../graphics/icons/etool/samples48.gif); } -a#samples:hover img, -a#samples:focus img, -a#samples:active img { background-image : url(../graphics/icons/ctool/samples48.gif); } - -a#whatsnew img { background-image : url(../graphics/icons/etool/whatsnew48.gif); } -a#whatsnew:hover img, -a#whatsnew:focus img, -a#whatsnew:active img { background-image : url(../graphics/icons/ctool/whatsnew48.gif); } - -a#firststeps img { background-image : url(../graphics/icons/etool/firsteps48.gif); } -a#firststeps:hover img, -a#firststeps:focus img, -a#firststeps:active img { background-image : url(../graphics/icons/ctool/firsteps48.gif); } - -a#webresources img { background-image : url(../graphics/icons/etool/webrsrc48.gif); } -a#webresources:hover img, -a#webresources:focus img, -a#webresources:active img { background-image : url(../graphics/icons/ctool/webrsrc48.gif); } - -a#migrate img { background-image : url(../graphics/icons/etool/migrate48.gif); } -a#migrate:hover img, -a#migrate:focus img, -a#migrate:active img { background-image : url(../graphics/icons/ctool/migrate48.gif); } - -a#workbench img { background-image : url(../graphics/icons/etool/wb48.gif); } -a#workbench:hover img, -a#workbench:focus img, -a#workbench:active img { background-image : url(../graphics/icons/ctool/wb48.gif); } - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/tutorials.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/tutorials.css deleted file mode 100644 index 1f35046..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/tutorials.css +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -body { - background-image : url(../graphics/contentpage/tutorials_wtr.jpg); -} - -/* show the "selected" image for this page */ -#navigation-links a#tutorials img, -#navigation-links a#tutorials:hover img, -#navigation-links a#tutorials:focus img, -#navigation-links a#tutorials:active img { - background-image : url(../graphics/icons/ctool/tutorials48sel.gif); -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/webresources.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/webresources.css deleted file mode 100644 index f15c3cd..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/webresources.css +++ /dev/null @@ -1,22 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -body { - background-image : url(../graphics/contentpage/webrsrc_wtr.jpg); -} - -/* show the "selected" image for this page */ -#navigation-links a#webresources img, -#navigation-links a#webresources:hover img, -#navigation-links a#webresources:focus img, -#navigation-links a#webresources:active img { - background-image : url(../graphics/icons/ctool/webrsrc48sel.gif); -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/whatsnew.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/whatsnew.css deleted file mode 100644 index 1d23ca3..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/html/whatsnew.css +++ /dev/null @@ -1,28 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2005, 2006 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -body { - background-image : url(../graphics/contentpage/whatsnew_wtr.jpg); -} - -/* show the "selected" image for this page */ -#navigation-links a#whatsnew img, -#navigation-links a#whatsnew:hover img, -#navigation-links a#whatsnew:focus img, -#navigation-links a#whatsnew:active img { - background-image : url(../graphics/icons/ctool/whatsnew48sel.gif); -} - -/* - * Default images for content links in this page. - */ -.content-link img { background-image : url(../graphics/icons/obj48/new_obj.gif); } -.content-link:hover img { background-image : url(../graphics/icons/obj48/newhov_obj.gif); } \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/preview.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/preview.png deleted file mode 100644 index e280b53..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/preview.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/firststeps.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/firststeps.properties deleted file mode 100644 index ea3ca84..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/firststeps.properties +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -firststeps.page-content.layout.ncolumns = 2 -firststeps.page-content.page-title.layout.colspan = 2 -firststeps.page-content.page-description.layout.colspan = 2 -firststeps.page-content.content-divider.layout.colspan = 2 -firststeps.subtitle-id = firststeps/page-content/page-title diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/migrate.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/migrate.properties deleted file mode 100644 index 6c2cb2b..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/migrate.properties +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -migrate.page-content.layout.ncolumns = 2 -migrate.page-content.page-title.layout.colspan = 2 -migrate.page-content.page-description.layout.colspan = 2 -migrate.page-content.content-divider.layout.colspan = 2 -migrate.subtitle-id = migrate/page-content/page-title diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/overview.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/overview.properties deleted file mode 100644 index 1576641..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/overview.properties +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -overview.page-content.layout.ncolumns = 2 -overview.page-content.page-title.layout.colspan = 2 -overview.page-content.page-description.layout.colspan = 2 -overview.page-content.content-divider.layout.colspan = 2 - -overview.subtitle-id = overview/page-content/page-title -overview.description-id = overview/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/root.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/root.properties deleted file mode 100644 index 71518d0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/root.properties +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme=true -root.links-background.page-links.overview.link-icon = ../graphics/icons/etool/overview72.gif -root.links-background.page-links.tutorials.link-icon = ../graphics/icons/etool/tutorials72.gif -root.links-background.page-links.samples.link-icon= ../graphics/icons/etool/samples72.gif -root.links-background.page-links.whatsnew.link-icon = ../graphics/icons/etool/whatsnew72.gif -root.links-background.page-links.migrate.link-icon = ../graphics/icons/etool/migrate72.gif -root.links-background.page-links.firststeps.link-icon = ../graphics/icons/etool/firsteps72.gif -root.links-background.page-links.webresources.link-icon = ../graphics/icons/etool/webrsrc72.gif -root.action-links.workbench.link-icon = ../graphics/icons/etool/wb48.gif - -root.links-background.page-links.overview.hover-icon = ../graphics/icons/ctool/overview72.gif -root.links-background.page-links.tutorials.hover-icon = ../graphics/icons/ctool/tutorials72.gif -root.links-background.page-links.samples.hover-icon = ../graphics/icons/ctool/samples72.gif -root.links-background.page-links.whatsnew.hover-icon = ../graphics/icons/ctool/whatsnew72.gif -root.links-background.page-links.migrate.hover-icon = ../graphics/icons/ctool/migrate72.gif -root.links-background.page-links.firststeps.hover-icon = ../graphics/icons/ctool/firsteps72.gif -root.links-background.page-links.webresources.hover-icon = ../graphics/icons/ctool/webrsrc72.gif -root.action-links.workbench.hover-icon = ../graphics/icons/ctool/wb48.gif - - -root.links-background.page-links.overview.small-link-icon = ../graphics/icons/etool/overview48.gif -root.links-background.page-links.tutorials.small-link-icon = ../graphics/icons/etool/tutorials48.gif -root.links-background.page-links.samples.small-link-icon = ../graphics/icons/etool/samples48.gif -root.links-background.page-links.whatsnew.small-link-icon = ../graphics/icons/etool/whatsnew48.gif -root.links-background.page-links.migrate.small-link-icon = ../graphics/icons/etool/migrate48.gif -root.links-background.page-links.firststeps.small-link-icon = ../graphics/icons/etool/firsteps48.gif -root.links-background.page-links.webresources.small-link-icon = ../graphics/icons/etool/webrsrc48.gif -root.action-links.workbench.small-link-icon = ../graphics/icons/etool/wb48.gif - -root.links-background.page-links.overview.small-hover-icon = ../graphics/icons/ctool/overview48.gif -root.links-background.page-links.tutorials.small-hover-icon = ../graphics/icons/ctool/tutorials48.gif -root.links-background.page-links.samples.small-hover-icon = ../graphics/icons/ctool/samples48.gif -root.links-background.page-links.whatsnew.small-hover-icon = ../graphics/icons/ctool/whatsnew48.gif -root.links-background.page-links.migrate.small-hover-icon = ../graphics/icons/ctool/migrate48.gif -root.links-background.page-links.firststeps.small-hover-icon = ../graphics/icons/ctool/firsteps48.gif -root.links-background.page-links.webresources.small-hover-icon = ../graphics/icons/ctool/webrsrc48.gif -root.action-links.workbench.small-hover-icon = ../graphics/icons/ctool/wb48.gif - -root.layout.ncolumns = 1 -root.links-background.page-links.layout.hspacing = 40 -root.layout.vspacing = 35 diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/samples.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/samples.properties deleted file mode 100644 index c5f11f3..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/samples.properties +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -samples.page-content.layout.vspacing = 40 - -samples.page-content.layout.ncolumns = 2 -samples.page-content.page-title.layout.colspan = 2 -samples.page-content.page-description.layout.colspan = 2 -samples.page-content.content-divider.layout.colspan = 2 - -description-style-id = group-description -samples.subtitle-id = samples/page-content/page-title -samples.description-id = samples/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/standby.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/standby.properties deleted file mode 100644 index c6e4435..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/standby.properties +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme=true -standby.links-background.page-links.overview.link-icon = ../graphics/icons/etool/overview72.gif -standby.links-background.page-links.tutorials.link-icon = ../graphics/icons/etool/tutorials72.gif -standby.links-background.page-links.samples.link-icon= ../graphics/icons/etool/samples72.gif -standby.links-background.page-links.whatsnew.link-icon = ../graphics/icons/etool/whatsnew72.gif -standby.links-background.page-links.firststeps.link-icon = ../graphics/icons/etool/firsteps72.gif -standby.links-background.page-links.migrate.link-icon = ../graphics/icons/etool/migrate72.gif -standby.links-background.page-links.webresources.link-icon = ../graphics/icons/etool/webrsrc72.gif -standby.action-links.workbench.link-icon = ../graphics/icons/etool/wb48.gif - -standby.links-background.page-links.overview.hover-icon = ../graphics/icons/ctool/overview72.gif -standby.links-background.page-links.tutorials.hover-icon = ../graphics/icons/ctool/tutorials72.gif -standby.links-background.page-links.samples.hover-icon = ../graphics/icons/ctool/samples72.gif -standby.links-background.page-links.whatsnew.hover-icon = ../graphics/icons/ctool/whatsnew72.gif -standby.links-background.page-links.migrate.hover-icon = ../graphics/icons/ctool/migrate72.gif -standby.links-background.page-links.firststeps.hover-icon = ../graphics/icons/ctool/firsteps72.gif -standby.links-background.page-links.webresources.hover-icon = ../graphics/icons/ctool/webrsrc72.gif -standby.action-links.workbench.hover-icon = ../graphics/icons/ctool/wb48.gif - -standby.links-background.page-links.layout.vspacing = 30 -standby.layout.vspacing = 35 -standby.show-link-description = false -standby.show-home-page-navigation = false \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/tutorials.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/tutorials.properties deleted file mode 100644 index b74fbc9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/tutorials.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -tutorials.page-content.layout.vspacing = 40 -tutorials.page-content.layout.ncolumns = 2 -tutorials.page-content.page-title.layout.colspan = 2 -tutorials.page-content.page-description.layout.colspan = 2 -tutorials.page-content.content-divider.layout.colspan = 2 - -tutorials.subtitle-id = tutorials/page-content/page-title -tutorials.description-id = tutorials/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/webresources.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/webresources.properties deleted file mode 100644 index 45cc9b2..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/webresources.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -webresources.page-content.layout.vspacing = 40 - -webresources.page-content.layout.ncolumns = 2 -webresources.page-content.page-title.layout.colspan = 2 -webresources.page-content.page-description.layout.colspan = 2 -webresources.page-content.content-divider.layout.colspan = 2 - -webresources.subtitle-id = webresources/page-content/page-title diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/whatsnew.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/whatsnew.properties deleted file mode 100644 index 2bba9c2..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/purpleMesh/swt/whatsnew.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme = true -whatsnew.page-content.layout.vspacing = 40 - -whatsnew.page-content.layout.ncolumns = 2 -whatsnew.page-content.page-title.layout.colspan = 2 -whatsnew.page-content.page-description.layout.colspan = 2 -whatsnew.page-content.content-divider.layout.colspan = 2 - -whatsnew.separator.fg = #dfdfe4 - -whatsnew.link-icon = ../graphics/icons/obj48/new_obj.gif -whatsnew.hover-icon = ../graphics/icons/obj48/newhov_obj.gif - -whatsnew.subtitle-id = whatsnew/page-content/page-title diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/grey_callout.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/grey_callout.gif deleted file mode 100644 index e8877a1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/grey_callout.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/ov_high.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/ov_high.gif deleted file mode 100644 index 144af18..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/ov_high.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/ov_med.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/ov_med.gif deleted file mode 100644 index 1ed93fa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/ov_med.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/tu-sa_high.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/tu-sa_high.gif deleted file mode 100644 index 4059b1c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/tu-sa_high.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/tu-sa_med.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/tu-sa_med.gif deleted file mode 100644 index a939a97..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/tu-sa_med.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wn-fs_high.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wn-fs_high.gif deleted file mode 100644 index 492f2b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wn-fs_high.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wn-fs_med.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wn-fs_med.gif deleted file mode 100644 index fcfcac8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wn-fs_med.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wr-mi_high.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wr-mi_high.gif deleted file mode 100644 index 9d97731..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wr-mi_high.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wr-mi_med.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wr-mi_med.gif deleted file mode 100644 index 551a32c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/contentpage/wr-mi_med.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/arrow.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/arrow.gif deleted file mode 100644 index 7d4c3f1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/arrow.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/arrow_rtl.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/arrow_rtl.gif deleted file mode 100644 index d7bb424..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/arrow_rtl.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed.gif deleted file mode 100644 index 21f09b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_hov.gif deleted file mode 100644 index dfef2a7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_hov_rtl.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_hov_rtl.gif deleted file mode 100644 index deadfe5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_hov_rtl.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_rtl.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_rtl.gif deleted file mode 100644 index 60283fd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_closed_rtl.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_open.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_open.gif deleted file mode 100644 index e96eb25..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_open.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_open_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_open_hov.gif deleted file mode 100644 index 9fafae4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/graphics/icons/ctool/widget_open_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/html/shared.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/html/shared.css deleted file mode 100644 index 062a630..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/shared/html/shared.css +++ /dev/null @@ -1,156 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2007 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * This file contains styles that are shared between multiple themes. - */ - -/* Folding section settings. */ - -/* The foldable part of the section. It is off by default. */ -.section-body { - display: none; -} - -/* The label part of the folding section */ -.section-title-link .section-title { - display : inline; -} - -.section-title-link .section-title, -.section-title-link:focus .section-title { - color: #00517d; -} - -.section-title-link { - vertical-align: bottom; -} - -/* The 'open' toggle image part of the folding section. */ -#page-content .section-title-link .section-toggle-image-open { - display: none; - clear: right; - width : 7px; - height : 7px; - background-image : url(../graphics/icons/ctool/widget_open.gif); -} - -/* The 'closed' toggle image part of the folding section. */ -#page-content .section-title-link .section-toggle-image-closed { - display: inline; - clear: right; - width : 7px; - height : 7px; - background-image : url(../graphics/icons/ctool/widget_closed.gif); -} - -/* - * Section title during hover. - */ -.section-title-link:hover .section-title, -.section-title-link:active .section-title { - color: #6699cc; -} - -.section-title-link:hover .section-title { - text-decoration: underline; -} - -/* - * Toggle image during hover. - */ -#page-content .section-title-link:hover .section-toggle-image-closed, -#page-content .section-title-link:active .section-toggle-image-closed { - background-image : url(../graphics/icons/ctool/widget_closed_hov.gif); -} -#page-content .section-title-link:hover .section-toggle-image-open, -#page-content .section-title-link:active .section-toggle-image-open { - background-image : url(../graphics/icons/ctool/widget_open_hov.gif); -} - -/* - * Importance highlights for page content. Gradient image is - * tiled vertically. In addition, background color is applied - * to fill in the areas not covered by the gradient image. - */ -.importance-high, -.importance-low, -.importance-callout, -.importance-medium, -.importance-new { - background-position: top left; - background-repeat: repeat-y; -} - -body .importance-low { - background-color: #ffffff; -} - -body .importance-new { - background-image: url("../graphics/contentpage/ov_high.gif"); - background-color: #fffacd; -} - -body #overview .importance-high { - background-color: #fff7da; - background-image: url("../graphics/contentpage/ov_high.gif"); -} - -body #overview .importance-medium { - background-color: #fffbec; - background-image: url("../graphics/contentpage/ov_med.gif"); -} - -body #tutorials .importance-high, -body #samples .importance-high { - background-color: #e1eaf2; - background-image: url("../graphics/contentpage/tu-sa_high.gif"); -} - -body #tutorials .importance-medium, -body #samples .importance-medium { - background-color: #f0f4f8; - background-image: url("../graphics/contentpage/tu-sa_med.gif"); -} - -body #whatsnew .importance-high, -body #firststeps .importance-high { - background-color: #f3ecdb; - background-image: url("../graphics/contentpage/wn-fs_high.gif"); -} - -body #whatsnew .importance-medium, -body #firststeps .importance-medium { - background-color: #f7f2e7; - background-image: url("../graphics/contentpage/wn-fs_med.gif"); -} - -body #webresources .importance-high, -body #migrate .importance-high { - background-color: #ecf4d7; - background-image: url("../graphics/contentpage/wr-mi_high.gif"); -} - -body #webresources .importance-medium, -body #migrate .importance-medium { - background-color: #f5f9eb; - background-image: url("../graphics/contentpage/wr-mi_med.gif"); -} - -.importance-callout { - background-color: #eeeeee; - background-image: url("../graphics/contentpage/grey_callout.gif"); -} - -ul.news-list { - list-style-image: url("../graphics/icons/ctool/arrow.gif"); -} - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/banner_extension.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/banner_extension.jpg deleted file mode 100644 index 4f885f5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/banner_extension.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/fs_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/fs_banner.jpg deleted file mode 100644 index bed56b4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/fs_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/mi_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/mi_banner.jpg deleted file mode 100644 index 12e6e20..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/mi_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/ov_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/ov_banner.jpg deleted file mode 100644 index 53cfcd1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/ov_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/sa_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/sa_banner.jpg deleted file mode 100644 index 61d0937..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/sa_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/tu_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/tu_banner.jpg deleted file mode 100644 index 276c1a8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/tu_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/wn_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/wn_banner.jpg deleted file mode 100644 index 91445fe..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/wn_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/wr_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/wr_banner.jpg deleted file mode 100644 index 0626d13..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/contentpage/wr_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/arrow_rtl.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/arrow_rtl.gif deleted file mode 100644 index d7bb424..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/arrow_rtl.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps-select.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps-select.gif deleted file mode 100644 index ce1d903..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps-select.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps-select.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps-select.png deleted file mode 100644 index 846b278..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps-select.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps.png deleted file mode 100644 index eccc757..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/firststeps.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/fs_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/fs_nav.png deleted file mode 100644 index 99eb592..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/fs_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/fs_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/fs_nav_32.gif deleted file mode 100644 index 84885b5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/fs_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/mi_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/mi_nav.png deleted file mode 100644 index 5434708..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/mi_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/mi_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/mi_nav_32.gif deleted file mode 100644 index d49d950..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/mi_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate-select.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate-select.gif deleted file mode 100644 index 79ab661..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate-select.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate-select.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate-select.png deleted file mode 100644 index df8e2ff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate-select.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate.png deleted file mode 100644 index 07fea1d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/migrate.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/ov_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/ov_nav.png deleted file mode 100644 index 709f69a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/ov_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/ov_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/ov_nav_32.gif deleted file mode 100644 index 2ff3933..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/ov_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview-select.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview-select.gif deleted file mode 100644 index e1563d2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview-select.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview-select.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview-select.png deleted file mode 100644 index c2513e9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview-select.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview.png deleted file mode 100644 index a60034c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/overview.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/sa_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/sa_nav.png deleted file mode 100644 index 9871b72..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/sa_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/sa_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/sa_nav_32.gif deleted file mode 100644 index ffbe90e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/sa_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples-select.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples-select.gif deleted file mode 100644 index aa36563..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples-select.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples-select.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples-select.png deleted file mode 100644 index d2cabf1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples-select.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples.png deleted file mode 100644 index cb3db1d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/samples.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tu_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tu_nav.png deleted file mode 100644 index ce589ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tu_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tu_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tu_nav_32.gif deleted file mode 100644 index 77a3421..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tu_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials-select.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials-select.gif deleted file mode 100644 index 6e36ffe..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials-select.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials-select.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials-select.png deleted file mode 100644 index 4c66644..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials-select.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials.png deleted file mode 100644 index e40a823..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/tutorials.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wb_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wb_nav.png deleted file mode 100644 index 0621c3c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wb_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wb_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wb_nav_32.gif deleted file mode 100644 index 3db3072..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wb_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources-select.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources-select.gif deleted file mode 100644 index 34a1812..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources-select.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources-select.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources-select.png deleted file mode 100644 index dc106f2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources-select.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources.png deleted file mode 100644 index 1a876dc..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/webresources.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew-select.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew-select.gif deleted file mode 100644 index 5acbd8f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew-select.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew-select.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew-select.png deleted file mode 100644 index cb686d2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew-select.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew.png deleted file mode 100644 index a10dd3d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/whatsnew.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wn_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wn_nav.png deleted file mode 100644 index 47ecb7c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wn_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wn_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wn_nav_32.gif deleted file mode 100644 index ce9c743..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wn_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/workbench.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/workbench.png deleted file mode 100644 index 868f3ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/workbench.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wr_nav.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wr_nav.png deleted file mode 100644 index 00d3056..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wr_nav.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wr_nav_32.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wr_nav_32.gif deleted file mode 100644 index a741e2f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/icons/ctool/wr_nav_32.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/firststeps16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/firststeps16.png deleted file mode 100644 index 4c15c82..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/firststeps16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/migrate16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/migrate16.png deleted file mode 100644 index 3fc8414..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/migrate16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/overview16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/overview16.png deleted file mode 100644 index b2e977f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/overview16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/samples16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/samples16.png deleted file mode 100644 index fdff5dd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/samples16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/tutorials16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/tutorials16.png deleted file mode 100644 index f2d688f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/tutorials16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/webresources16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/webresources16.png deleted file mode 100644 index b847caa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/webresources16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/whatsnew16.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/whatsnew16.png deleted file mode 100644 index 5294b17..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/launchbar/whatsnew16.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/background.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/background.jpg deleted file mode 100644 index 2595c78..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/background.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48.gif deleted file mode 100644 index 7211d18..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48.png deleted file mode 100644 index a925486..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48_hov.gif deleted file mode 100644 index 82fa55f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48_hov.png deleted file mode 100644 index 60b1e58..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/firststeps48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48.gif deleted file mode 100644 index 19ecef3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48.png deleted file mode 100644 index 98e167e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48_hov.gif deleted file mode 100644 index f9395da..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48_hov.png deleted file mode 100644 index 6d21e5b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/migrate48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48.gif deleted file mode 100644 index 7d7053d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48.png deleted file mode 100644 index 71c5668..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48_hov.gif deleted file mode 100644 index 35690f3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48_hov.png deleted file mode 100644 index 334f7de..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/overview48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/root_banner.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/root_banner.jpg deleted file mode 100644 index a6ab1b1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/root_banner.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/root_banner_logo.jpg b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/root_banner_logo.jpg deleted file mode 100644 index a5fd7c4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/root_banner_logo.jpg and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48.gif deleted file mode 100644 index da714d8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48.png deleted file mode 100644 index 7104822..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48_hov.gif deleted file mode 100644 index dd77558..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48_hov.png deleted file mode 100644 index 2e1c9e7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/samples48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48.gif deleted file mode 100644 index bdc3e9e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48.png deleted file mode 100644 index e5b8179..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48_hov.gif deleted file mode 100644 index 2aac380..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48_hov.png deleted file mode 100644 index 1609d2e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/tutorials48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48.gif deleted file mode 100644 index 4cce719..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48.png deleted file mode 100644 index bcc3528..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48_hov.gif deleted file mode 100644 index 90b3487..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48_hov.png deleted file mode 100644 index 638b0c8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/webresources48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48.gif deleted file mode 100644 index d80d0c4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48.png deleted file mode 100644 index 62a1e3c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48_hov.gif deleted file mode 100644 index 6fe8c73..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48_hov.png deleted file mode 100644 index 88ae9b4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/whatsnew48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48.gif deleted file mode 100644 index e8c3e26..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48.png deleted file mode 100644 index 739fde5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48_hov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48_hov.gif deleted file mode 100644 index fb807e9..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48_hov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48_hov.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48_hov.png deleted file mode 100644 index 860890c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/rootpage/workbench48_hov.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/fs_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/fs_standby.gif deleted file mode 100644 index aac6d6b..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/fs_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/fs_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/fs_standbyhov.gif deleted file mode 100644 index eded4ff..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/fs_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/mi_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/mi_standby.gif deleted file mode 100644 index 34b8963..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/mi_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/mi_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/mi_standbyhov.gif deleted file mode 100644 index 08c4479..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/mi_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/ov_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/ov_standby.gif deleted file mode 100644 index bfcf7b2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/ov_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/ov_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/ov_standbyhov.gif deleted file mode 100644 index 11e7892..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/ov_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/sa_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/sa_standby.gif deleted file mode 100644 index a18a047..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/sa_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/sa_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/sa_standbyhov.gif deleted file mode 100644 index 2063d8a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/sa_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/tu_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/tu_standby.gif deleted file mode 100644 index 75baabf..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/tu_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/tu_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/tu_standbyhov.gif deleted file mode 100644 index 82b758f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/tu_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wb_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wb_standby.gif deleted file mode 100644 index 5037784..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wb_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wb_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wb_standbyhov.gif deleted file mode 100644 index d3be575..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wb_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wn_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wn_standby.gif deleted file mode 100644 index 77c7912..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wn_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wn_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wn_standbyhov.gif deleted file mode 100644 index 2867f15..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wn_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wr_standby.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wr_standby.gif deleted file mode 100644 index cb4fa47..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wr_standby.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wr_standbyhov.gif b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wr_standbyhov.gif deleted file mode 100644 index 00b4231..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/wr_standbyhov.gif and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/firststeps.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/firststeps.css deleted file mode 100644 index 2613074..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/firststeps.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* show the "selected" image for this page */ -#navigation-links a#firststeps img { - background-image : url(../graphics/icons/ctool/firststeps-select.png); - width : 64px; - height: 64px; - margin-top : 12px; -} - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ -* html #navigation-links a#firststeps img { - background-image : url(../graphics/icons/ctool/firststeps-select.gif); -} - -#navigation-links a#.high-contrast#firststeps img { - display : none; -} - -.page { - background-image: url(../graphics/contentpage/fs_banner.jpg); -} - -#navigation-links #firststeps .link-label { - display : none; -} diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/font-absolute.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/font-absolute.css deleted file mode 100644 index 145a584..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/font-absolute.css +++ /dev/null @@ -1,102 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* The label part of the folding section */ -.section-title-link .section-title { - font-size : 10pt; -} - -h2 { - font-size : 13pt; -} - -/* For regular div labels */ -H4 .div-label { - font-size: 10pt; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-size: 23pt; -} - - -/* Page description if the page has it. */ -.page-description { - font-size: 10pt; -} - -/* General link labels */ -a .link-label { - font-size : 10pt; -} - -/* Floating link labels for navigation links */ -#navigation-links a .link-label { - font-size : 8pt; -} - -/* Text in links. */ -a .text { - font-size : 8pt; -} - -p .group-description { - font-size : 10pt; -} - -.content-link .link-label { - font-size: 11pt; -} - -.content-link .text { - font-size: 10pt; -} - -.categoryContentnav { - font-size:10pt; -} - -.contentpgNavhover { - font-size: 8pt; -} - -.topicList { - font-size:8pt; -} - -/* - * Root page settings - */ -#root .intro-header H1 { - font-size : 23pt; -} - -/* Link label properties */ -#root #page-links a .link-label { - font-size : 14pt; -} - -/* - * Standby page settings - */ - -#standby .intro-header H1 { - font-size : 15pt; -} - -#standby #page-links a .link-label { - font-size : 10pt; -} - -#standby #page-links a p .text { - font-size : 10pt; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/font-relative.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/font-relative.css deleted file mode 100644 index 240a626..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/font-relative.css +++ /dev/null @@ -1,110 +0,0 @@ -L/******************************************************************************* - * Copyright (c) 2008, 2010 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * Font sizes for the circles theme - */ - -/* The label part of the folding section */ -.section-title-link .section-title { - font-size : 100%; -} - -h2 { - font-size : 120%; -} - -/* For regular div labels */ -H4 .div-label { - font-size: 120%; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-size: 240%; -} - - -/* Page description if the page has it. */ -.page-description { - font-size: 100%; -} - -#page-links, #action-links { - font-size : 8pt; -} - -#standby #page-links { - font-size : 100%; -} - -/* Floating link labels for navigation links */ -#navigation-links a .link-label { - font-size : 8pt; -} - -/* Text in links. */ -a .text { - font-size : 90%; -} - -p .group-description { - font-size : 100%; -} - -.content-link .link-label { - font-size: 120%; -} - -.content-link .text { - font-size: 100%; -} - -.categoryContentnav { - //font-size:10pt; -} - -.contentpgNavhover { - font-size: 8pt; -} - -.topicList, .rss-feed-link { - font-size:90%; -} - -#root #page-links, #root #action-links, #root #page-links a p .text { - font-size : 100%; -} - -/* Link label properties */ -#root #page-links a .link-label { - font-size : 130%; -} - -#root .intro-header span { - font-size : 125%; -} - -/* - * Standby page settings - */ - -#standby .intro-header H1 { - font-size : 150%; -} - -#standby #page-links a .link-label, #standby #action-links a .link-label { - font-size : 100%; -} - -#standby #page-links a p .text, #standby #action-links a p .text { - font-size : 100%; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/ltr.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/ltr.css deleted file mode 100644 index 57586c8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/ltr.css +++ /dev/null @@ -1,19 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2008 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * This file contains styles that are specific to left to right display - */ - -body { - direction: ltr; -} - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/migrate.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/migrate.css deleted file mode 100644 index be06798..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/migrate.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* show the "selected" image for this page */ -#navigation-links a#migrate img { - background-image : url(../graphics/icons/ctool/migrate-select.png); - width : 64px; - height: 64px; - margin-top : 12px -} - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ -* html #navigation-links a#migrate img { - background-image : url(../graphics/icons/ctool/migrate-select.gif); -} - -#navigation-links a#.high-contrast#migrate img { - display : none; -} - -.page { - background-image: url(../graphics/contentpage/mi_banner.jpg); -} - -#navigation-links #migrate .link-label { - display : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/overview.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/overview.css deleted file mode 100644 index 716bfa0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/overview.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* show the "selected" image for this page */ -#navigation-links a#overview img { - background-image : url(../graphics/icons/ctool/overview-select.png); - width : 64px; - height: 64px; - margin-top : 12px -} - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ -* html #navigation-links a#overview img { - background-image : url(../graphics/icons/ctool/overview-select.gif); -} - -#navigation-links a#.high-contrast#overview img { - display : none; -} - -.page { - background-image: url(../graphics/contentpage/ov_banner.jpg); -} - -#navigation-links #overview .link-label { - display : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/root.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/root.css deleted file mode 100644 index 071b69f..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/root.css +++ /dev/null @@ -1,271 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2010 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* Hide the extra div for links in the normal state. */ -a .link-extra-div { - display: none; -} - -/* Link label properties */ -#page-links a .link-label { - top: -1.2em; - color:#00507C; - font-family:Verdana,Arial,Helvetica; - font-weight:bold; -} - -#page-links a:hover .link-label { - color: #69c; - text-decoration : underline; -} - -#page-links a { - width : 45%; - float : left; - margin-left : 3%; - margin-bottom : 35px; -} - -/* - * Set up the content for the root page. - */ -html, body { - overflow : auto; - overflow-clip: rect(0, auto, auto, 0); - background-color : none; - background-image : url("../graphics/rootpage/background.jpg"); - background-position : top left; - background-repeat : no-repeat; -} - -#root { - background-image : url("../graphics/rootpage/root_banner.jpg"); - background-position : top left; - background-repeat : repeat-x; -} - -#branding { - position: absolute; - top : 0px; - left : 0px; -} - -/* - * Set up the navigation bar. It should be centered in the middle - * of the page -*/ - -.intro-header { - padding-top : 90px; - margin-left : 7%; - margin-bottom : 40px; -} - -/* For the main page content's title */ -.intro-header h1 { - font-family: Verdana, Arial, Helvetica; - color:#333333; - font-weight: normal; - letter-spacing:-0.03em; -} - -#page-links a img { - height : 48px; - width : 64px; - vertical-align : middle; -} - -#page-links a span { - display : block; -} - -#page-links a span.link-label { - position : relative; - top : -45px; - left : 60px; - margin-right: 60px; - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - line-height:1.5; - color: #00507C; -} - -#page-links a p .text { - left: 51px; - display : block; - position : relative; - top : -40px; - margin-bottom: -25px; - margin-right: 53px; - font-family: Verdana, Arial, Helvetica; - line-height: 1.3; -} - -#page-links a .background-image { - display: none; -} - -#page-links a .link-extra-div { - display :none; -} - -.content-img { - padding-left: 15px; -} - -/* Link images */ -#page-links a#overview .content-img { background-image : url("../graphics/rootpage/overview48.png"); } -#page-links a#overview:hover .content-img, -#page-links a#overview:active .content-img, -#page-links a#overview:focus .content-img { background-image : url("../graphics/rootpage/overview48_hov.png"); } - -#page-links a#tutorials .content-img { background-image : url("../graphics/rootpage/tutorials48.png"); } -#page-links a#tutorials:hover .content-img, -#page-links a#tutorials:active .content-img, -#page-links a#tutorials:focus .content-img { background-image : url("../graphics/rootpage/tutorials48_hov.png"); } - -#page-links a#samples .content-img { background-image : url("../graphics/rootpage/samples48.png"); } -#page-links a#samples:hover .content-img, -#page-links a#samples:active .content-img, -#page-links a#samples:focus .content-img { background-image : url("../graphics/rootpage/samples48_hov.png"); } - -#page-links a#whatsnew .content-img { background-image : url("../graphics/rootpage/whatsnew48.png"); } -#page-links a#whatsnew:hover .content-img, -#page-links a#whatsnew:active .content-img, -#page-links a#whatsnew:focus .content-img { background-image : url("../graphics/rootpage/whatsnew48_hov.png"); } - -#page-links a#firststeps .content-img { background-image : url("../graphics/rootpage/firststeps48.png"); } -#page-links a#firststeps:hover .content-img, -#page-links a#firststeps:active .content-img, -#page-links a#firststeps:focus .content-img { background-image : url("../graphics/rootpage/firststeps48_hov.png"); } - -#page-links a#migrate .content-img { background-image : url("../graphics/rootpage/migrate48.png"); } -#page-links a#migrate:hover .content-img, -#page-links a#migrate:active .content-img, -#page-links a#migrate:focus .content-img { background-image : url("../graphics/rootpage/migrate48_hov.png"); } - -#page-links a#webresources .content-img { background-image : url("../graphics/rootpage/webresources48.png"); } -#page-links a#webresources:hover .content-img, -#page-links a#webresources:active .content-img, -#page-links a#webresources:focus .content-img { background-image : url("../graphics/rootpage/webresources48_hov.png"); } - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ - -* html #page-links a#overview .content-img { background-image : url("../graphics/rootpage/overview48.gif"); } -* html #page-links a#overview:hover .content-img, -* html #page-links a#overview:active .content-img, -* html #page-links a#overview:focus .content-img { background-image : url("../graphics/rootpage/overview48_hov.gif"); } - -* html #page-links a#tutorials .content-img { background-image : url("../graphics/rootpage/tutorials48.gif"); } -* html #page-links a#tutorials:hover .content-img, -* html #page-links a#tutorials:active .content-img, -* html #page-links a#tutorials:focus .content-img { background-image : url("../graphics/rootpage/tutorials48_hov.gif"); } - -* html #page-links a#samples .content-img { background-image : url("../graphics/rootpage/samples48.gif"); } -* html #page-links a#samples:hover .content-img, -* html #page-links a#samples:active .content-img, -* html #page-links a#samples:focus .content-img { background-image : url("../graphics/rootpage/samples48_hov.gif"); } - -* html #page-links a#whatsnew .content-img { background-image : url("../graphics/rootpage/whatsnew48.gif"); } -* html #page-links a#whatsnew:hover .content-img, -* html #page-links a#whatsnew:active .content-img, -* html #page-links a#whatsnew:focus .content-img { background-image : url("../graphics/rootpage/whatsnew48_hov.gif"); } - -* html #page-links a#firststeps .content-img { background-image : url("../graphics/rootpage/firststeps48.gif"); } -* html #page-links a#firststeps:hover .content-img, -* html #page-links a#firststeps:active .content-img, -* html #page-links a#firststeps:focus .content-img { background-image : url("../graphics/rootpage/firststeps48_hov.gif"); } - -* html #page-links a#migrate .content-img { background-image : url("../graphics/rootpage/migrate48.gif"); } -* html #page-links a#migrate:hover .content-img, -* html #page-links a#migrate:active .content-img, -* html #page-links a#migrate:focus .content-img { background-image : url("../graphics/rootpage/migrate48_hov.gif"); } - -* html #page-links a#webresources .content-img { background-image : url("../graphics/rootpage/webresources48.gif"); } -* html #page-links a#webresources:hover .content-img, -* html #page-links a#webresources:active .content-img, -* html #page-links a#webresources:focus .content-img { background-image : url("../graphics/rootpage/webresources48_hov.gif"); } - -/* End hack for IE6 */ - -/* - * Not using action links. - */ -#action-links { - display: none; -} - -/* -* Workbench -*/ - -#page-links a#workbench:hover .link-label -{ - color : #FFEC89; - text-decoration : none; -} - -#workbench p span { - display : none; -} - -* html #page-links a#workbench .content-img { - background-image:url(../graphics/icons/ctool/wb_nav_32.gif); -} - -#page-links a#workbench .content-img { - background-image:url(../graphics/icons/ctool/wb_nav_32.gif); - display:block; - color : white; - height:32px; - margin:5px auto 0; - width:32px; - background-repeat:no-repeat; - border-width:0; -} - -#page-links a#workbench .link-label { - position : static; - margin-right : 0px; - font-weight : bold; - color : white; - font-family:Arial,sans-serif; -} - -#page-links a#workbench .text { - display : none; -} - -#page-links a#workbench { - position : absolute; - right : 20px; - top : 0px; - width : auto; - text-align:center; - margin-bottom : 0px; -} - -#page-links a#workbench img { - padding : 0px; -} - -#page-links a#workbench span { - margin-top : 0px; - line-height : normal; -} - -#page-links a#workbench .link-label { - font-size:8pt; - color:white; - font-weight:bold; - text-align:center; - margin-left: 0; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/rtl.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/rtl.css deleted file mode 100644 index 7053216..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/rtl.css +++ /dev/null @@ -1,137 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2009, 2011 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * This file contains styles that are specific to right to left display - */ - -#page-links { - direction: rtl; - } - -table { - direction: rtl; -} - -#page-links a span.link-label { - right : 48px; - margin-right: 0px; -} - -#page-links a p .text { - right: 51px; - margin-right: 0px; -} - -#page-content p { - text-align : right; -} - -#page-content #content-header H4, .page-description { - text-align : right; -} - -#page-content table tr td a > .link-label { - left:0px; -} - -#page-content * td a .link-label { - display:block; - left:0px; - margin-right:0px; - position:static; - top:0px; -} - -#page-content * td a .text { - display:block; - left:0px; - margin-right:0px; - position:static; - top:0px; -} - -#page-content * a p { - margin-bottom:0px; - position:static; - top:0px; -} - -.content-group { - text-align: right; -} - -.intro-header span { - margin-right : 45px; - padding-right : 45px; -} - -#navigation-links a { - float:right; - margin-left:auto; - margin-left : 10px; -} - -#action-links a { - float:left; - margin-left:20px; - margin-right : auto; -} - -div div#rss-news { - position:static; - margin-left:0px; - margin-bottom: 0px; - margin-top: 10px; - top : 0px; - margin-right : 30px; -} - -div ul.news-list { - list-style-image: url("../graphics/icons/ctool/arrow_rtl.gif"); - margin-left: 0px; - padding-right: 10px; - margin-right: 10px; -} - -/* The 'closed' toggle image part of the folding section. */ -#page-content .section-title-link .section-toggle-image-closed { - background-image : url(../graphics/icons/ctool/widget_closed_rtl.gif); -} - -#page-content .section-title-link:hover .section-toggle-image-closed, -#page-content .section-title-link:active .section-toggle-image-closed { - background-image : url(../graphics/icons/ctool/widget_closed_hov_rtl.gif); -} - -#standby #links-background { - text-align:right; -} - -#standby #page-links a { - text-align : right; -} - -#standby #page-links a .link-label { - left:auto; - right : 60px; -} - -#standby #page-links p { - right : 60px; -} - -#standby #page-links a p .text { - margin-right:auto; - left:auto; - right : 60px; -} - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/samples.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/samples.css deleted file mode 100644 index 665946c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/samples.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* show the "selected" image for this page */ -#navigation-links a#samples img { - background-image : url(../graphics/icons/ctool/samples-select.png); - width : 64px; - height: 64px; - margin-top : 12px; -} - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ -* html #navigation-links a#samples img { - background-image : url(../graphics/icons/ctool/samples-select.gif); -} - -#navigation-links a#.high-contrast#samples img { - display : none; -} - -.page { - background-image: url(../graphics/contentpage/sa_banner.jpg); -} - -#navigation-links #samples .link-label { - display : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/shared.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/shared.css deleted file mode 100644 index 309d565..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/shared.css +++ /dev/null @@ -1,522 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2010 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * Set up general fonts, sizes and colors - */ -body { font-family : Arial, sans-serif; } - -H1, H2, H3, H4, p, a { color : #4D4D4D; } - - body { - background-color : #FFFFFF; -} - -/* The label part of the folding section */ -.section-title-link .section-title { - display : inline; -} - -h2 { - font-weight : normal; - color : #7B8694; -} - -/* For regular div labels */ -H4 .div-label { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - color: #4A4D4A; - line-height:1.3; -} - -/* For the main page content's title */ -#content-header H4 .div-label { - font-family: Verdana, Arial, Helvetica; - color:#333333; - font-weight: normal; - letter-spacing:-0.03em; - margin-left: 68px; - float : none; - clear : both; -} - -/* For separators */ -HR { - width: 90%; - align: left; - height : 1px; - color : #dfdfe4; -} - -/* Page description if the page has it. */ -.page-description { - display: block; - font-family: Verdana, Arial, Helvetica; - line-height:1.3; - float : none; - clear : both; - margin-left: 70px; - position : relative; - top : -25px; -} - -a { - font-weight : bold; - text-decoration : none; - color : #4D4D4D; -} - -a:hover { - color: #69c; -} - -/* General link labels */ -a .link-label { - font-weight : normal; -} - -/* Floating link labels for navigation links */ -#navigation-links a .link-label, -#action links a .text { - font-weight : bold; - color : white; -} - -#navigation-links a#overview:hover .link-label -{ - color : #FFEC89; -} - -#navigation-links a#tutorials:hover .link-label, -#navigation-links a#samples:hover .link-label -{ - color : #ACCCE9; -} - -#navigation-links a#whatsnew:hover .link-label, -#navigation-links a#firststeps:hover .link-label -{ - color : #E5CD89; -} - -#navigation-links a#webresources:hover .link-label , -#navigation-links a#migrate:hover .link-label -{ - color : #BCD77C; -} - -#action-links a:hover .link-label { - color : E0DFE3; -} - -/* Text in links. */ -a .text { - font-weight : normal; -} - -p .group-description { - font-family: Verdana, Arial, Helvetica; - font-weight : normal; -} - -/* Hide the extra div in links by default. */ -.link-extra-div { - display : none; -} - -/* - * Set up other general properties like padding/margins - */ -html, body { width : 100%; height : 100%; } - -html, body, div, h1, h4, p, a { margin : 0px; padding : 0px; } - -/* - * Page header - adding extra padding at the bottom to compensate - * for navigation background/header overlap. - */ -#page-content #content-header { - padding-top : 10px; - padding-bottom : 22px; -} - -/* For regular div labels */ -#page-content div H4 { - padding : 10px; - padding-bottom : 0px; -} - -/* For the main page content's div label */ -#page-content #content-header H4 { - padding-bottom : 10px; - padding-top : 0px; -} - -/* special case for Mozilla's main content-header label. - Mozilla 1.4 needs more room at the top */ -#page-content > #content-header H4 { padding-top : 10px; } - -/* Needed in IE to get shift+tab to show the active image properly */ -a:active { - border : solid 0px; -} - -a img { - border-width : 0; - background-repeat : no-repeat; -} - -/* - * to get scrollbars working in both IE and Mozilla - */ - -/* - * to get scrollbars working in both IE and Mozilla - */ -html,body { overflow: auto; } -html>body { overflow: visible; } - -/* - * Set up the body, decorative background, and navigation for the content - * pages. - * Note: the root page handles its own background and navigation; these - * settings primarily apply to the content pages - */ -body { - background-image: url(../graphics/contentpage/banner_extension.jpg); - background-repeat: repeat-x; - background-position: top left; -} - -/* - * Hide the general-purpose groups - not using them in this theme. - */ -#extra-group1, -#extra-group2, -#extra-group3, -#extra-group4, -#extra-group5 { - display : none; -} - -/* - * Dimensions. - */ -body, .page { - /* since IE doesn't support min-width, try expression */ - height : 100%; -} - -.page { - background-repeat : no-repeat; - background-position : top left; - - min-width : 770px; - width:expression(document.body.clientWidth < 770? "770px": "auto" ); - min-height : 425px; - height : expression(document.body.clientHeight < 425? "425px": "100%" ); -} - -#page-content { - background-repeat : no-repeat; - background-position : bottom right; - height : 65%; -} - -/* - * Lay out the navigation links - * (Root page does something similar for its navigation) - */ -#navigation-links { - position : relative; - left : 0px; - top : 0px; - padding-left: 12px; - height : 118px; -} - -#navigation-links a { - text-align : left; - height : 64px; - float : left; - margin-left : 10px; - position : relative; - text-align : center; -} - -#action-links a { - float : right; - margin-right : 20px; -} - -#navigation-links a img { - height : 32px; - width : 32px; - vertical-align : center; - horizontal-align : center; - display : block; - margin-top : 5px; - margin-bottom : 0px; - margin-left : auto; - margin-right : auto; -} - -#navigation-links a.high-contrast img { - margin-bottom : 0px; -} - - -/* - * Not showing description for navigation links. - */ -#navigation-links a .text { display : none; } - -/* properties for each of the navigation-links */ -#navigation-links a#overview img { - background-image : url(../graphics/icons/ctool/ov_nav_32.gif); -} - -#navigation-links a#firststeps img { - background-image : url(../graphics/icons/ctool/fs_nav_32.gif); -} - -#navigation-links a#tutorials img { - background-image : url(../graphics/icons/ctool/tu_nav_32.gif); -} - -#navigation-links a#samples img { - background-image : url(../graphics/icons/ctool/sa_nav_32.gif); -} - -#navigation-links a#whatsnew img { - background-image : url(../graphics/icons/ctool/wn_nav_32.gif); -} - -#navigation-links a#migrate img { - background-image : url(../graphics/icons/ctool/mi_nav_32.gif); -} - -#navigation-links a#webresources img { - background-image : url(../graphics/icons/ctool/wr_nav_32.gif); -} - -#navigation-links a#workbench img { - background-image : url(../graphics/icons/ctool/wb_nav_32.gif); -} - -#action-links a { - text-align : center; -} - -#action-links a.high-contrast .link-label { - display: none; -} - -#navigation-links a.high-contrast .background-image { - display: none; -} - -#page-links a.high-contrast:focus .link-label, -#page-links a.high-contrast:active .link-label { - display: block !important; - text-decoration: underline; - top : 5px; -} - -#page-links span { - display : block; - margin-top : -2px; -} - -/* - * Lay out the page title and description - */ -h1, p { margin-left : 10px; } /* required in mozilla so the page description is properly indented */ - -/* position the page content so that the page title overlays the bottom - * of the background image, but make sure the content is always on top - * (using z-index) */ - -#page-content { - float : none; - clear : both; - text-align : center; - position : relative; - top : -50px; - margin-bottom: -50px; - z-index : 10; -} - -#page-content p { - padding-bottom : 15px; - text-align : left; - float : none; - clear : both; -} - -/* Page content quadrants. Page content is placed in four quadrants. - * Upper pair is separated from the bottom pair with a divider - * to ensure bottom pair is aligned even with the uneven content - * in the upper pair. - */ - -#page-content #top-left { - border: none; float: left; margin: 0px; padding: 0px; width: 49%; - clear: left; -} -#page-content #top-right { - border: none; float: right; margin: 0px; padding: 0px; width: 49%; - clear: right; -} -/* top-bottom divider - runs the entire width to ensure - * bottom boxes start at the same y - */ -#page-content #content-divider { - border: none; float: none; margin: 0; padding: 0px; width: 100%; - clear: both; -} - -#page-content #bottom-left { - border: none; float: left; margin: 0px; padding: 0px; width: 49%; - clear: left; -} -#page-content #bottom-right { - border: none; float: right; margin: 0px; padding: 0px; width: 49%; - clear: right; -} - -#page-content #content-header H4, .page-description { - text-align : left; - margin-right : 10px; - float : none; - clear : both; -} - -#page-content * > a { - vertical-align : middle; -} - -#page-content * a img { - height : 57px; - width : 57px; - vertical-align : middle; -} - -#page-content * a .link-label { - display : block; - position : relative; - top : -50px; - left : 60px; - margin-right: 60px; -} - -#page-content * a > .link-label { left: 65px; } - -#page-content * a p { - display : block; - position : relative; - top : -45px; - margin-bottom: -25px; -} - -#page-content * a p .text { - display : block; - position : relative; - left : 53px; - margin-right: 53px; -} - -#page-content * a p > .text { left: 56px; } - -#page-content * a:hover { border-right : 5px; } - -/* The following rules are for extensions in all pages. Extensions should be placed in - * groups with the style 'content-group' and contain links with the style 'content-link'. - * Group is important so that importance mixin style can be applied to the group that - * uses block display. We need to see a solid rectangle around the extension, not - * a tight polygon around the link perimeter. - */ - -.content-group { - margin-left: 10px; - margin-right: 10px; - padding-left: 10px; - padding-right: 10px; - float : none; - clear : both; - text-align: left; -} - -.content-link .link-label { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - line-height:1.5; - color: #00507C; -} - -.content-link:hover .link-label { - color: #69c; - text-decoration : underline; -} - -.content-link .text { - font-family: Verdana, Arial, Helvetica; - line-height: 1.3; -} - -.categoryContentnav { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - color: #4A4D4A; - line-height:1.3; -} - -.contentpgNavhover { - font-family: Verdana, Arial, Helvetica; - font-weight: bold; - color: #000; -} - -.topicList { - font-family: Verdana, Arial, Helvetica; - line-height:1.75; - color: #00507C; -} - -.topicList:hover { - color: #69c; -} - - -.rss-feed-link a { - font-family: Verdana, Arial, Helvetica; - color: #00507C; -} - -/* - * This part is for hosting embedded document inside - * the content area. - */ - -iframe { - position:relative; - top:16px; - width:100%; - height:100%; - padding-left:10px; -} - -/* mozilla scrollbar appearing off page fix */ -#page-content > iframe { - width: 98%; - padding-left: 2%; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/standby.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/standby.css deleted file mode 100644 index 5af77a1..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/standby.css +++ /dev/null @@ -1,165 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* - * We will not use the general-purpose group1 used in - * other pages for a curve image. - */ - -#extra-group1 { - display : none; -} - - -#page-links a .link-label, #action-links a .link-label { - font-weight : 600; - color : #E5E5E5; -} - -#page-links a p .text, #action-links a p .text { - font-weight : 500; - color : #E5E5E5; -} - -/* - * Set up the content for the standby page. - */ -body { - min-width : 230px; - /* since IE doesn't support min-width, use expression */ - width:expression(document.body.clientWidth < 230? "230px": "auto" ); - background-repeat : no-repeat; - background-position : top left; - background-color : #6d7e85; -} - -.page { - background-repeat : no-repeat; - background-position : bottom left; - min-width : 230px; - /* since IE doesn't support min-width, use expression */ - width:expression(document.body.clientWidth < 230? "230px": "auto" ); - min-height : 610px; - height : 100%; - height : expression(document.body.clientHeight < 450? "450px": "100%" ); -} - -/* - * Set up the navigation bar. It should be centered in the middle - * of the page - */ - -#links-background { - width : 100%; - margin-top : 10%; - margin-bottom : auto; - text-align : center; -} - -#page-links a { - display : block; - width : 220px; - text-align : left; - margin-left : auto; - margin-right : auto; - margin-top : 0px; - vertical-align : top; -} - -#page-links a span, #page-links a p { - display : block; - width : 160px; - margin : 0px; - padding : 0px; -} - -#page-links a .link-label { - position : relative; - left : 60px; - top : -50px; -} - -#page-links a p .text { - position : relative; - left : 60px; - top : -50px; -} - -#page-links a img { - height : 52px; - width : 52px; - vertical-align : middle; -} - -#page-links a:hover, -#page-links a:focus, -#page-links a:active { border : 0px; } - -#page-links a:hover p, -#page-links a:focus p, -#page-links a:active p { margin : 0px; padding : 0px; } - -/* properties for each of the page-links */ - -#page-links a .background-image { - display: none; -} - -#page-links a .link-extra-div { - display :none; -} - -a#overview img { background-image : url(../graphics/standby/ov_standby.gif); } -a#overview:hover img, -a#overview:focus img, -a#overview:active img { background-image : url(../graphics/standby/ov_standbyhov.gif); } - -a#firststeps img { background-image : url(../graphics/standby/fs_standby.gif); } -a#firststeps:hover img, -a#firststeps:focus img, -a#firststeps:active img { background-image : url(../graphics/standby/fs_standbyhov.gif); } - -a#tutorials img { background-image : url(../graphics/standby/tu_standby.gif); } -a#tutorials:hover img, -a#tutorials:focus img, -a#tutorials:active img { background-image : url(../graphics/standby/tu_standbyhov.gif); } - -a#samples img { background-image : url(../graphics/standby/sa_standby.gif); } -a#samples:hover img, -a#samples:focus img, -a#samples:active img { background-image : url(../graphics/standby/sa_standbyhov.gif); } - -a#whatsnew img { background-image : url(../graphics/standby/wn_standby.gif); } -a#whatsnew:hover img, -a#whatsnew:focus img, -a#whatsnew:active img { background-image : url(../graphics/standby/wn_standbyhov.gif); } - -a#webresources img { background-image : url(../graphics/standby/wr_standby.gif); } -a#webresources:hover img, -a#webresources:focus img, -a#webresources:active img { background-image : url(../graphics/standby/wr_standbyhov.gif); } - -a#migrate img { background-image : url(../graphics/standby/mi_standby.gif); } -a#migrate:hover img, -a#migrate:focus img, -a#migrate:active img { background-image : url(../graphics/standby/mi_standbyhov.gif); } - -a#workbench img { background-image : url(../graphics/standby/wb_standby.gif); } -a#workbench:hover img, -a#workbench:focus img, -a#workbench:active img { background-image : url(../graphics/standby/wb_standbyhov.gif); } diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/tutorials.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/tutorials.css deleted file mode 100644 index 8ae9294..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/tutorials.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* show the "selected" image for this page */ -#navigation-links a#tutorials img { - background-image : url(../graphics/icons/ctool/tutorials-select.png); - width : 64px; - height: 64px; - margin-top : 12px -} - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ -* html #navigation-links a#tutorials img { - background-image : url(../graphics/icons/ctool/tutorials-select.gif); -} - -#navigation-links a.high-contrast#tutorials img { - display : none; -} - -.page { - background-image: url(../graphics/contentpage/tu_banner.jpg); -} - -#navigation-links #tutorials .link-label { - display : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/webresources.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/webresources.css deleted file mode 100644 index 0e19a44..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/webresources.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* show the "selected" image for this page */ -#navigation-links a#webresources img { - background-image : url(../graphics/icons/ctool/webresources-select.png); - width : 64px; - height: 64px; - margin-top : 12px -} - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ -* html #navigation-links a#webresources img { - background-image : url(../graphics/icons/ctool/webresources-select.gif); -} - -#navigation-links a#.high-contrast#webresources img { - display : none; -} - -.page { - background-image: url(../graphics/contentpage/wr_banner.jpg); -} - -#navigation-links #webresources .link-label { - display : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/whatsnew.css b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/whatsnew.css deleted file mode 100644 index 01d5b97..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/html/whatsnew.css +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2006, 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - -/* - * We are not using titles on this page. - */ -.intro-header { - display : none; -} - -/* show the "selected" image for this page */ -#navigation-links a#whatsnew img { - background-image : url(../graphics/icons/ctool/whatsnew-select.png); - width : 64px; - height: 64px; - margin-top : 12px; -} - -/* Hack for IE6, which cannot display png files with alpha channel transparency */ -* html #navigation-links a#whatsnew img { - background-image : url(../graphics/icons/ctool/whatsnew-select.gif); -} - -#navigation-links a#.high-contrast#whatsnew img { - display : none; -} - -.page { - background-image: url(../graphics/contentpage/wn_banner.jpg); -} - -#navigation-links #whatsnew .link-label { - display : none; -} \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/preview.png b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/preview.png deleted file mode 100644 index 79d7066..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/preview.png and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/firststeps.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/firststeps.properties deleted file mode 100644 index f294360..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/firststeps.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -firststeps.page-content.layout.vspacing = 40 -firststeps.page-content.layout.ncolumns = 2 -firststeps.page-content.page-title.layout.colspan = 2 -firststeps.page-content.page-description.layout.colspan = 2 -firststeps.page-content.content-divider.layout.colspan = 2 -firststeps.subtitle-id = firststeps/page-content/page-title -firststeps.description-id = firststeps/page-content/page-description diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/migrate.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/migrate.properties deleted file mode 100644 index 6de0f5c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/migrate.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -migrate.page-content.layout.vspacing = 40 -migrate.page-content.layout.ncolumns = 2 -migrate.page-content.page-title.layout.colspan = 2 -migrate.page-content.page-description.layout.colspan = 2 -migrate.page-content.content-divider.layout.colspan = 2 - -migrate.subtitle-id = migrate/page-content/page-title -migrate.description-id = migrate/page-content/page-description diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/overview.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/overview.properties deleted file mode 100644 index 43e9398..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/overview.properties +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -overview.page-content.layout.ncolumns = 2 -overview.page-content.page-title.layout.colspan = 2 -overview.page-content.page-description.layout.colspan = 2 -overview.page-content.content-divider.layout.colspan = 2 - -overview.subtitle-id = overview/page-content/page-title -overview.description-id = overview/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/root.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/root.properties deleted file mode 100644 index 3dbf653..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/root.properties +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme=true -root.links-background.page-links.overview.link-icon = ../graphics/icons/ctool/overview.png -root.links-background.page-links.tutorials.link-icon = ../graphics/icons/ctool/tutorials.png -root.links-background.page-links.samples.link-icon= ../graphics/icons/ctool/samples.png -root.links-background.page-links.whatsnew.link-icon = ../graphics/icons/ctool/whatsnew.png -root.links-background.page-links.firststeps.link-icon = ../graphics/icons/ctool/firststeps.png -root.links-background.page-links.migrate.link-icon = ../graphics/icons/ctool/migrate.png -root.links-background.page-links.webresources.link-icon = ../graphics/icons/ctool/webresources.png -root.action-links.workbench.link-icon = ../graphics/icons/ctool/workbench.png - -root.links-background.page-links.overview.hover-icon = ../graphics/icons/ctool/overview.png -root.links-background.page-links.tutorials.hover-icon = ../graphics/icons/ctool/tutorials.png -root.links-background.page-links.samples.hover-icon = ../graphics/icons/ctool/samples.png -root.links-background.page-links.whatsnew.hover-icon = ../graphics/icons/ctool/whatsnew.png -root.links-background.page-links.firststeps.hover-icon = ../graphics/icons/ctool/firststeps.png -root.links-background.page-links.migrate.hover-icon = ../graphics/icons/ctool/migrate.png -root.links-background.page-links.webresources.hover-icon = ../graphics/icons/ctool/webresources.png -root.action-links.workbench.hover-icon = ../graphics/icons/ctool/workbench.png - -root.links-background.page-links.overview.small-link-icon = ../graphics/icons/ctool/ov_nav.png -root.links-background.page-links.tutorials.small-link-icon = ../graphics/icons/ctool/tu_nav.png -root.links-background.page-links.samples.small-link-icon = ../graphics/icons/ctool/sa_nav.png -root.links-background.page-links.whatsnew.small-link-icon = ../graphics/icons/ctool/wn_nav.png -root.links-background.page-links.firststeps.small-link-icon = ../graphics/icons/ctool/fs_nav.png -root.links-background.page-links.migrate.small-link-icon = ../graphics/icons/ctool/mi_nav.png -root.links-background.page-links.webresources.small-link-icon = ../graphics/icons/ctool/wr_nav.png -root.action-links.workbench.small-link-icon = ../graphics/icons/ctool/wb_nav.png - -root.links-background.page-links.overview.small-hover-icon = ../graphics/icons/ctool/ov_nav.png -root.links-background.page-links.tutorials.small-hover-icon = ../graphics/icons/ctool/tu_nav.png -root.links-background.page-links.samples.small-hover-icon = ../graphics/icons/ctool/sa_nav.png -root.links-background.page-links.whatsnew.small-hover-icon = ../graphics/icons/ctool/wn_nav.png -root.links-background.page-links.firststeps.small-hover-icon = ../graphics/icons/ctool/fs_nav.png -root.links-background.page-links.migrate.small-hover-icon = ../graphics/icons/ctool/mi_nav.png -root.links-background.page-links.webresources.small-hover-icon = ../graphics/icons/ctool/wr_nav.png -root.action-links.workbench.small-hover-icon = ../graphics/icons/ctool/wb_nav.png - - -root.layout.ncolumns = 1 -root.links-background.page-links.layout.hspacing = 40 -root.layout.vspacing = 35 diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/samples.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/samples.properties deleted file mode 100644 index da16d12..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/samples.properties +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -samples.page-content.layout.vspacing = 40 -samples.page-content.layout.ncolumns = 2 -samples.page-content.layout.equalWidth = true -samples.page-content.page-title.layout.colspan = 2 -samples.page-content.page-description.layout.colspan = 2 -samples.page-content.content-divider.layout.colspan = 2 - -description-style-id = group-description -samples.subtitle-id = samples/page-content/page-title -samples.description-id = samples/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/standby.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/standby.properties deleted file mode 100644 index 0a474d2..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/standby.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme = true -standby.links-background.page-links.overview.link-icon = ../graphics/icons/ctool/ov_nav.png -standby.links-background.page-links.firststeps.link-icon = ../graphics/icons/ctool/fs_nav.png -standby.links-background.page-links.tutorials.link-icon = ../graphics/icons/ctool/tu_nav.png -standby.links-background.page-links.samples.link-icon = ../graphics/icons/ctool/sa_nav.png -standby.links-background.page-links.whatsnew.link-icon = ../graphics/icons/ctool/wn_nav.png -standby.links-background.page-links.migrate.link-icon = ../graphics/icons/ctool/mi_nav.png -standby.links-background.page-links.webresources.link-icon = ../graphics/icons/ctool/wr_nav.png -standby.links-background.page-links.workbench.link-icon = ../graphics/icons/ctool/wb_nav.png - -standby.links-background.page-links.layout.vspacing = 30 -standby.layout.vspacing = 35 -standby.show-link-description = false -standby.show-home-page-navigation = false \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/tutorials.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/tutorials.properties deleted file mode 100644 index b7e1492..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/tutorials.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -tutorials.page-content.layout.vspacing = 40 -tutorials.page-content.layout.ncolumns = 2 -tutorials.page-content.layout.equalWidth = true -tutorials.page-content.page-title.layout.colspan = 2 -tutorials.page-content.page-description.layout.colspan = 2 -tutorials.page-content.content-divider.layout.colspan = 2 -tutorials.subtitle-id = tutorials/page-content/page-title -tutorials.description-id = tutorials/page-content/page-description \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/webresources.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/webresources.properties deleted file mode 100644 index 1bba0e8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/webresources.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -webresources.page-content.layout.vspacing = 40 -webresources.page-content.layout.ncolumns = 2 -webresources.page-content.page-title.layout.colspan = 2 -webresources.page-content.page-description.layout.colspan = 2 -webresources.page-content.content-divider.layout.colspan = 2 - -webresources.subtitle-id = webresources/page-content/page-title -webresources.description-id = webresources/page-content/page-description diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/whatsnew.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/whatsnew.properties deleted file mode 100644 index 28c5acf..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/swt/whatsnew.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -theme = true -whatsnew.page-content.layout.vspacing = 40 -whatsnew.page-content.layout.ncolumns = 2 -whatsnew.page-content.layout.equalWidth = true -whatsnew.page-content.page-title.layout.colspan = 2 -whatsnew.page-content.page-description.layout.colspan = 2 -whatsnew.page-content.content-divider.layout.colspan = 2 - -whatsnew.separator.fg = #dfdfe4 - -whatsnew.link-icon = ../graphics/icons/obj48/new_obj.gif -whatsnew.hover-icon = ../graphics/icons/obj48/newhov_obj.gif - -whatsnew.subtitle-id = whatsnew/page-content/page-title diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/universal.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/universal.jar deleted file mode 100644 index 8fb6082..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/universal.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro_3.4.100.v20110425.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro_3.4.100.v20110425.jar deleted file mode 100644 index b98495c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.intro_3.4.100.v20110425.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.resources.source_3.4.300.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.resources.source_3.4.300.v20110928-1505.jar deleted file mode 100644 index f332ec1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.resources.source_3.4.300.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar deleted file mode 100644 index 9a2a7da..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.source_3.5.101.v20120106-1355.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.source_3.5.101.v20120106-1355.jar deleted file mode 100644 index 575c6d4..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator.source_3.5.101.v20120106-1355.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator_3.5.101.v20120106-1355.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator_3.5.101.v20120106-1355.jar deleted file mode 100644 index 60ef5ed..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.navigator_3.5.101.v20120106-1355.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.net.source_1.2.100.v20111208-1155.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.net.source_1.2.100.v20111208-1155.jar deleted file mode 100644 index 5a0cad8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.net.source_1.2.100.v20111208-1155.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.net_1.2.100.v20111208-1155.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.net_1.2.100.v20111208-1155.jar deleted file mode 100644 index 7733edb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.net_1.2.100.v20111208-1155.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.presentations.r21.source_3.2.200.I20100517-1500.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.presentations.r21.source_3.2.200.I20100517-1500.jar deleted file mode 100644 index 55434ce..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.presentations.r21.source_3.2.200.I20100517-1500.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.presentations.r21_3.2.200.I20100517-1500.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.presentations.r21_3.2.200.I20100517-1500.jar deleted file mode 100644 index 5a491ca..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.presentations.r21_3.2.200.I20100517-1500.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.source_3.7.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.source_3.7.0.v20110928-1505.jar deleted file mode 100644 index 4a9a339..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.source_3.7.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.log_1.0.200.v20110404.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.log_1.0.200.v20110404.jar deleted file mode 100644 index b8b86a3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.log_1.0.200.v20110404.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.properties.tabbed.source_3.5.200.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.properties.tabbed.source_3.5.200.v20110928-1505.jar deleted file mode 100644 index b3d65d0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.properties.tabbed.source_3.5.200.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.properties.tabbed_3.5.200.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.properties.tabbed_3.5.200.v20110928-1505.jar deleted file mode 100644 index 9fb45ac..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.properties.tabbed_3.5.200.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.source_3.6.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.source_3.6.0.v20110928-1505.jar deleted file mode 100644 index 8010313..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views.source_3.6.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views_3.6.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views_3.6.0.v20110928-1505.jar deleted file mode 100644 index a92495e..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.views_3.6.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32.source_3.2.200.I20100509-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32.source_3.2.200.I20100509-0800.jar deleted file mode 100644 index fc95fb2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32.source_3.2.200.I20100509-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32.source_3.2.200.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32.source_3.2.200.v20110928-1505.jar deleted file mode 100644 index d3029fa..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32.source_3.2.200.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32_3.2.200.I20100509-0800.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32_3.2.200.I20100509-0800.jar deleted file mode 100644 index c03dc39..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32_3.2.200.I20100509-0800.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32_3.2.200.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32_3.2.200.v20110928-1505.jar deleted file mode 100644 index bd269ca..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.win32_3.2.200.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility.source_3.2.100.I20110413-1600.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility.source_3.2.100.I20110413-1600.jar deleted file mode 100644 index 65fe9bd..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility.source_3.2.100.I20110413-1600.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/.api_description b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/.api_description deleted file mode 100644 index 1fd24eb..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/.api_description +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 698c027..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/ECLIPSEF.SF deleted file mode 100644 index e923b06..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: A+oc/X6ILkXQkrwkw9dwiOYm33c= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: jjPaoZNBDFve+tsKF5TA9GRZzKU= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: .api_description -SHA1-Digest: rU3icUAGOVSEET860jHnedzJKL4= - -Name: about.html -SHA1-Digest: M+fykt9heyWoEv1LNiIEeBhi/2Q= - -Name: compatibility.jar -SHA1-Digest: 9wEj9+uGf4zzAmtLB7ffRdzXy7o= - -Name: fragment-compatibility.properties -SHA1-Digest: pVIrCA4Thg5JsDvDbW6UuIub7xM= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/MANIFEST.MF deleted file mode 100644 index 788e7c5..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/MANIFEST.MF +++ /dev/null @@ -1,30 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ClassPath: compatibility.jar -Bundle-Vendor: %providerName -Bundle-Localization: fragment-compatibility -Bundle-RequiredExecutionEnvironment: J2SE-1.4 -Fragment-Host: org.eclipse.ui.workbench;bundle-version="[3.0.0,4.0.0)" -Bundle-Name: %fragmentName -Bundle-SymbolicName: org.eclipse.ui.workbench.compatibility -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/ecl - ipse:org.eclipse.ui.workbench.compatibility;tag=I20110413-1600 -Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0. - 0)" -Bundle-Version: 3.2.100.I20110413-1600 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: .api_description -SHA1-Digest: +c++TpGd9OgQohKbrq+73LdITis= - -Name: about.html -SHA1-Digest: ejOZra0kypGLQQ2bJtGTX+LI8tU= - -Name: compatibility.jar -SHA1-Digest: NJiHxr1GLQx1N9dX2NwkInJD5Ps= - -Name: fragment-compatibility.properties -SHA1-Digest: wilLEKJfyEOB8uBAxiTdMhtNQqk= - diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/about.html b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/about.html deleted file mode 100644 index 4602330..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 2, 2006

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/compatibility.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/compatibility.jar deleted file mode 100644 index 059b39f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/compatibility.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/fragment-compatibility.properties b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/fragment-compatibility.properties deleted file mode 100644 index f667586..0000000 --- a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/fragment-compatibility.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2003, 2005 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -providerName=Eclipse.org -fragmentName=Workbench Compatibility diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.source_3.7.1.v20120104-1859.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.source_3.7.1.v20120104-1859.jar deleted file mode 100644 index a0dcc0d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.source_3.7.1.v20120104-1859.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.texteditor.source_3.7.0.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.texteditor.source_3.7.0.v20110928-1504.jar deleted file mode 100644 index 0004bf0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.texteditor.source_3.7.0.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.texteditor_3.7.0.v20110928-1504.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.texteditor_3.7.0.v20110928-1504.jar deleted file mode 100644 index 9d39d42..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench.texteditor_3.7.0.v20110928-1504.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar deleted file mode 100644 index 39f4261..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.ui_3.7.0.v20110928-1505.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.ui_3.7.0.v20110928-1505.jar deleted file mode 100644 index e7b005d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.ui_3.7.0.v20110928-1505.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.configurator.source_3.3.100.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.configurator.source_3.3.100.v20100512.jar deleted file mode 100644 index 4cf4a8a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.configurator.source_3.3.100.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.configurator_3.3.100.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.configurator_3.3.100.v20100512.jar deleted file mode 100644 index 3a8abe5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.configurator_3.3.100.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.linux.source_3.2.200.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.linux.source_3.2.200.v20100512.jar deleted file mode 100644 index 5b20d41..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.linux.source_3.2.200.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.linux_3.2.200.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.linux_3.2.200.v20100512.jar deleted file mode 100644 index 4e8ce70..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.linux_3.2.200.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.source_3.2.500.v20110330.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.source_3.2.500.v20110330.jar deleted file mode 100644 index 0fff4f6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.source_3.2.500.v20110330.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.win32.source_3.2.200.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.win32.source_3.2.200.v20100512.jar deleted file mode 100644 index 762ac9f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.win32.source_3.2.200.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.win32_3.2.200.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.win32_3.2.200.v20100512.jar deleted file mode 100644 index 611072f..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core.win32_3.2.200.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core_3.2.500.v20110330.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.core_3.2.500.v20110330.jar deleted file mode 100644 index 32d9bbb..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.core_3.2.500.v20110330.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.scheduler.source_3.2.300.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.scheduler.source_3.2.300.v20100512.jar deleted file mode 100644 index 703bf92..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.scheduler.source_3.2.300.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.scheduler_3.2.300.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.scheduler_3.2.300.v20100512.jar deleted file mode 100644 index 0c679a5..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.scheduler_3.2.300.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.ui.source_3.2.300.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.ui.source_3.2.300.v20100512.jar deleted file mode 100644 index a3369ce..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.ui.source_3.2.300.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.update.ui_3.2.300.v20100512.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.update.ui_3.2.300.v20100512.jar deleted file mode 100644 index 5d0296a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.update.ui_3.2.300.v20100512.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.core_1.2.0.v200908252030.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.core_1.2.0.v200908252030.jar deleted file mode 100644 index fd5f2d8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.core_1.2.0.v200908252030.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.emf_1.2.100.v201101101900.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.emf_1.2.100.v201101101900.jar deleted file mode 100644 index 261faf8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.emf_1.2.100.v201101101900.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201107140600.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201107140600.jar deleted file mode 100644 index 06f5f47..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201107140600.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.environment_1.0.400.v200912181832.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.environment_1.0.400.v200912181832.jar deleted file mode 100644 index 1aa99e2..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.environment_1.0.400.v200912181832.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.frameworks.ui_1.2.100.v201105122000.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.frameworks.ui_1.2.100.v201105122000.jar deleted file mode 100644 index 9865367..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.frameworks.ui_1.2.100.v201105122000.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.frameworks_1.2.102.v201201190400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.frameworks_1.2.102.v201201190400.jar deleted file mode 100644 index 267e3cf..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.frameworks_1.2.102.v201201190400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.infopop_1.0.300.v201004280700.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.infopop_1.0.300.v201004280700.jar deleted file mode 100644 index 3f86764..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.infopop_1.0.300.v201004280700.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.modulecore.ui_1.0.102.v201201262000.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.modulecore.ui_1.0.102.v201201262000.jar deleted file mode 100644 index 0522872..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.modulecore.ui_1.0.102.v201201262000.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.modulecore_1.2.103.v201201190400.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.modulecore_1.2.103.v201201190400.jar deleted file mode 100644 index b7327d1..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.modulecore_1.2.103.v201201190400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.project.facet.core_1.4.201.v201201101553.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.project.facet.core_1.4.201.v201201101553.jar deleted file mode 100644 index 07a9023..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.project.facet.core_1.4.201.v201201101553.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.snippets_1.2.100.v201103281740.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.snippets_1.2.100.v201103281740.jar deleted file mode 100644 index b5d275d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.snippets_1.2.100.v201103281740.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.ui_1.1.500.v200911190730.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.ui_1.1.500.v200911190730.jar deleted file mode 100644 index db579c3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.ui_1.1.500.v200911190730.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar deleted file mode 100644 index d8e0901..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.core_1.1.501.v201107252021.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.core_1.1.501.v201107252021.jar deleted file mode 100644 index c5d5245..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.core_1.1.501.v201107252021.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.ui.infopop_1.0.400.v201008112018.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.ui.infopop_1.0.400.v201008112018.jar deleted file mode 100644 index ac66c13..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.ui.infopop_1.0.400.v201008112018.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.ui_1.0.600.v201103171359.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.ui_1.0.600.v201103171359.jar deleted file mode 100644 index 2caf752..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtd.ui_1.0.600.v201103171359.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201008112018.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201008112018.jar deleted file mode 100644 index 4b126ba..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201008112018.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.internet.cache_1.0.400.v201004280700.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.internet.cache_1.0.400.v201004280700.jar deleted file mode 100644 index a81ce69..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.internet.cache_1.0.400.v201004280700.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.server.core_1.1.304.v20120208_1420.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.server.core_1.1.304.v20120208_1420.jar deleted file mode 100644 index 61774b8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.server.core_1.1.304.v20120208_1420.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.core_1.1.602.v201112071516.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.core_1.1.602.v201112071516.jar deleted file mode 100644 index 5766f77..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.core_1.1.602.v201112071516.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar deleted file mode 100644 index efc7f5a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.ui.infopop_1.0.300.v201004150328.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.ui.infopop_1.0.300.v201004150328.jar deleted file mode 100644 index fa38fa0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.ui.infopop_1.0.300.v201004150328.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.ui_1.3.2.v201201041522.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.ui_1.3.2.v201201041522.jar deleted file mode 100644 index d5f2650..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.sse.ui_1.3.2.v201201041522.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.standard.schemas_1.0.401.v201108151912.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.standard.schemas_1.0.401.v201108151912.jar deleted file mode 100644 index f7f5e09..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.standard.schemas_1.0.401.v201108151912.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation.infopop_1.0.300.v200806041506.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation.infopop_1.0.300.v200806041506.jar deleted file mode 100644 index 3250288..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation.infopop_1.0.300.v200806041506.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation.ui_1.2.300.v201201050300.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation.ui_1.2.300.v201201050300.jar deleted file mode 100644 index 8b3a7d0..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation.ui_1.2.300.v201201050300.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation_1.2.303.v201202090300.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation_1.2.303.v201202090300.jar deleted file mode 100644 index aa534ab..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.validation_1.2.303.v201202090300.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.core_1.1.602.v201201091944.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.core_1.1.602.v201201091944.jar deleted file mode 100644 index 4d75344..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.core_1.1.602.v201201091944.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.ui.infopop_1.0.400.v201004292007.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.ui.infopop_1.0.400.v201004292007.jar deleted file mode 100644 index c909c30..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.ui.infopop_1.0.400.v201004292007.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.ui_1.1.202.v201112071516.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.ui_1.1.202.v201112071516.jar deleted file mode 100644 index 9be1174..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xml.ui_1.1.202.v201112071516.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar deleted file mode 100644 index fc04362..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsd.core_1.1.600.v201104070312.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsd.core_1.1.600.v201104070312.jar deleted file mode 100644 index 693aee3..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsd.core_1.1.600.v201104070312.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsd.ui_1.2.404.v201105050216.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsd.ui_1.2.404.v201105050216.jar deleted file mode 100644 index 503a456..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsd.ui_1.2.404.v201105050216.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar deleted file mode 100644 index 092bba8..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.xsd.edit_2.6.0.v20120130-0943.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.xsd.edit_2.6.0.v20120130-0943.jar deleted file mode 100644 index e95a7e7..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.xsd.edit_2.6.0.v20120130-0943.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.eclipse.xsd_2.7.1.v20120130-0943.jar b/compling.gui.builder.pre/build/plugins/org.eclipse.xsd_2.7.1.v20120130-0943.jar deleted file mode 100644 index 08902f6..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.eclipse.xsd_2.7.1.v20120130-0943.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar b/compling.gui.builder.pre/build/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar deleted file mode 100644 index dea61de..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.jdom_1.1.1.v201101151400.jar b/compling.gui.builder.pre/build/plugins/org.jdom_1.1.1.v201101151400.jar deleted file mode 100644 index b98f296..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.jdom_1.1.1.v201101151400.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 5a76a1d..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/ECLIPSEF.SF deleted file mode 100644 index 12982ee..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,14 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: fXZYDJXPiNlyiI0hL3Ca9ulmd8o= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: VGA++CctlMYv92wr7zgLGGxf8kk= - -Name: META-INF/eclipse.inf -SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= - -Name: about.html -SHA1-Digest: HamgeQr16PR7FDB4b5qi5I15bk8= - -Name: plugin.properties -SHA1-Digest: wGsoVwj65BlLZ4QXwngmNNv8uMI= - diff --git a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/MANIFEST.MF deleted file mode 100644 index ed401d6..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/MANIFEST.MF +++ /dev/null @@ -1,22 +0,0 @@ -Manifest-Version: 1.0 -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.junit4 -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/ecl - ipse:org.junit4;tag=v20100525 -Require-Bundle: org.hamcrest.core;bundle-version="1.1.0";visibility:=r - eexport,org.junit;bundle-version="4.8.1";visibility:=reexport -Bundle-Version: 4.8.1.v20100525 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= - -Name: about.html -SHA1-Digest: 5o+m6p5pSA13Ln2ZJVr28HBj2Jw= - -Name: plugin.properties -SHA1-Digest: Wv0zvGNivCvwY7jZIUt/sphnRAk= - diff --git a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/eclipse.inf deleted file mode 100644 index 7864d3c..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/META-INF/eclipse.inf +++ /dev/null @@ -1,3 +0,0 @@ -#Processed using Jarprocessor -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/about.html b/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/about.html deleted file mode 100644 index d3184c8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    November 26 2009

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/plugin.properties b/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/plugin.properties deleted file mode 100644 index 4b98a20..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit4_4.8.1.v20100525/plugin.properties +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# Copyright (c) 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -pluginName=JUnit Testing Framework Version 4 -providerName=Eclipse.org diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ECLIPSEF.RSA deleted file mode 100644 index b2a2725..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ECLIPSEF.SF deleted file mode 100644 index 8e245e0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: pXInLaqUzzcxBBiLY1MRbUmnHvg= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: aF40eMCnlmmT3YC6fdijAlyveCQ= - -Name: META-INF/eclipse.inf -SHA1-Digest: Z+e4UrhAmTCBR1UpP/RqMf9OX00= - -Name: junit.jar -SHA1-Digest: U5gXqfRyC1uDVOHu3Bmw1dbYbzU= - -Name: about_files/cpl-v10.html -SHA1-Digest: YZUV+BFnw6XLRdU0eCv1FYdy8cQ= - -Name: about.html -SHA1-Digest: OB4tUYTIdwsIAbpHUAzVaDJ+OHQ= - -Name: plugin.properties -SHA1-Digest: 9r0GiUvSCEu/hSKDiIxBDU+lQRc= - diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/MANIFEST.MF deleted file mode 100644 index bae6fc3..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/MANIFEST.MF +++ /dev/null @@ -1,29 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ClassPath: junit.jar -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.3 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.junit -Export-Package: junit.awtui;version="3.8.2",junit.extensions;version=" - 3.8.2",junit.framework;version="3.8.2",junit.runner;version="3.8.2",j - unit.swingui;version="3.8.2",junit.swingui.icons;version="3.8.2",juni - t.textui;version="3.8.2" -Bundle-Version: 3.8.2.v3_8_2_v20100427-1100 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: u+F8j/GAE8tzrDry9+wT3Cvg81Y= - -Name: junit.jar -SHA1-Digest: 0GZQV1CgnWzF6o541NJqtsv5apE= - -Name: about_files/cpl-v10.html -SHA1-Digest: o0b19ceZ+HQHVX0Ops751AQVdwM= - -Name: about.html -SHA1-Digest: UFe6k4Ad9XpZmuWF46WW3vk9dVA= - -Name: plugin.properties -SHA1-Digest: Czd59izsFwoMYKizyqPC7C25hzQ= - diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/eclipse.inf deleted file mode 100644 index 68d6fa9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/eclipse.inf +++ /dev/null @@ -1,4 +0,0 @@ -#Processed using Jarprocessor -jarprocessor.exclude.children.sign = true -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about.html b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about.html deleted file mode 100644 index 7ed58df..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    June 2, 2008

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - -

    Third Party Content

    - -

    The Content includes items that have been sourced from third parties as set out below. If you -did not receive this Content directly from the Eclipse Foundation, the following is provided -for informational purposes only, and you should look to the Redistributor’s license for -terms and conditions of use.

    - -

    The Content includes items that have been sourced from third parties as follows:

    - -

    JUnit 3.8.2

    - -

    The plug-in is accompanied by software developed by JUnit.org. The JUnit 3.8.2 code included with the plug-in includes no modifications. -Your use of JUnit 3.8.2 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the -Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at http://www.eclipse.org/legal/cpl-v10.html. -(a local copy can be found here)

    - -

    The original binaries and source are available at the JUnit web site. - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about_files/cpl-v10.html b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about_files/cpl-v10.html deleted file mode 100644 index 455e7b0..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about_files/cpl-v10.html +++ /dev/null @@ -1,125 +0,0 @@ - - - -Common Public License - v 1.0 - - - - - - -

    Common Public License - v 1.0 -

    -

    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. -

    -

    1. DEFINITIONS -

    "Contribution" means: - -

      a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
      -b) in the case of each subsequent Contributor:
    - - -
      i) changes to the Program, and
    - - -
      ii) additions to the Program;
    - - -
      where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
    - -

    -

    "Contributor" means any person or entity that distributes the Program. -

    -

    "Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. -

    -

    "Program" means the Contributions distributed in accordance with this Agreement. -

    -

    "Recipient" means anyone who receives the Program under this Agreement, including all Contributors. -

    -

    2. GRANT OF RIGHTS - -

      a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
    - - -
    - - -
      b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
    - - -
    - - -
      c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
    - - -
    - - -
      d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
    - - -
    - -

    3. REQUIREMENTS -

    A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - -

      a) it complies with the terms and conditions of this Agreement; and
    - - -
      b) its license agreement:
    - - -
      i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
    - - -
      ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
    - - -
      iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
    - - -
      iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
    - - -
    - -

    When the Program is made available in source code form: - -

      a) it must be made available under this Agreement; and
    - - -
      b) a copy of this Agreement must be included with each copy of the Program.
    - -

    -

    Contributors may not remove or alter any copyright notices contained within the Program. -

    -

    Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. -

    -

    4. COMMERCIAL DISTRIBUTION -

    Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. -

    -

    For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. -

    -

    5. NO WARRANTY -

    EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. -

    -

    6. DISCLAIMER OF LIABILITY -

    EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -

    -

    7. GENERAL -

    If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. -

    -

    If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. -

    -

    All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. -

    -

    Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. -

    -

    This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. -

    -

    - - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/junit.jar b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/junit.jar deleted file mode 100644 index 0f7b3df..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/junit.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/plugin.properties b/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/plugin.properties deleted file mode 100644 index a495ea8..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/plugin.properties +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -pluginName=JUnit Testing Framework -providerName=Eclipse Orbit diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/ECLIPSEF.RSA b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/ECLIPSEF.RSA deleted file mode 100644 index 3f3368c..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/ECLIPSEF.RSA and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/ECLIPSEF.SF b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/ECLIPSEF.SF deleted file mode 100644 index 658e843..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/ECLIPSEF.SF +++ /dev/null @@ -1,20 +0,0 @@ -Signature-Version: 1.0 -SHA1-Digest-Manifest: FKRHeVRdOsVV06wty/kFssuObsk= -Created-By: 1.6.0 (IBM Corporation) -SHA1-Digest-Manifest-Main-Attributes: vYr2/kVyW+kxsWJbniod5Gz8p4c= - -Name: META-INF/eclipse.inf -SHA1-Digest: Z+e4UrhAmTCBR1UpP/RqMf9OX00= - -Name: junit.jar -SHA1-Digest: 8prlsZnI6FRaLl3Cwhrh325+zrs= - -Name: about.html -SHA1-Digest: hW4OZb22hyYtbgFVDbR4377O8QQ= - -Name: about_files/cpl-v10.html -SHA1-Digest: MIzNDpOYPvPiuf1zBtCLIJle7hg= - -Name: plugin.properties -SHA1-Digest: SdISa7+8pSFjWBdOaLv0mwxG30Q= - diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/MANIFEST.MF b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/MANIFEST.MF deleted file mode 100644 index a96a469..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/MANIFEST.MF +++ /dev/null @@ -1,48 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ClassPath: junit.jar -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.junit -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too - ls:org.eclipse.orbit/org.junit;tag=v4_8_2_v20110321-1705 -Require-Bundle: org.hamcrest.core;bundle-version="1.1.0";visibility:=r - eexport -Export-Package: junit.extensions;version="4.8.2",junit.framework;versi - on="4.8.2",junit.runner;version="4.8.2",junit.textui;version="4.8.2", - org.junit;version="4.8.2",org.junit.experimental;version="4.8.2",org. - junit.experimental.categories;version="4.8.2",org.junit.experimental. - max;version="4.8.2",org.junit.experimental.results;version="4.8.2",or - g.junit.experimental.runners;version="4.8.2",org.junit.experimental.t - heories;version="4.8.2",org.junit.experimental.theories.internal;vers - ion="4.8.2";x-internal:=true,org.junit.experimental.theories.supplier - s;version="4.8.2",org.junit.internal;version="4.8.2";x-internal:=true - ,org.junit.internal.builders;version="4.8.2";x-internal:=true,org.jun - it.internal.matchers;version="4.8.2";x-internal:=true,org.junit.inter - nal.requests;version="4.8.2";x-internal:=true,org.junit.internal.runn - ers;version="4.8.2";x-internal:=true,org.junit.internal.runners.model - ;version="4.8.2";x-internal:=true,org.junit.internal.runners.statemen - ts;version="4.8.2";x-internal:=true,org.junit.matchers;version="4.8.2 - ",org.junit.rules;version="4.8.2",org.junit.runner;version="4.8.2",or - g.junit.runner.manipulation;version="4.8.2",org.junit.runner.notifica - tion;version="4.8.2",org.junit.runners;version="4.8.2",org.junit.runn - ers.model;version="4.8.2" -Bundle-Version: 4.8.2.v4_8_2_v20110321-1705 -Bundle-ManifestVersion: 2 - -Name: META-INF/eclipse.inf -SHA1-Digest: u+F8j/GAE8tzrDry9+wT3Cvg81Y= - -Name: junit.jar -SHA1-Digest: YLuWDgYW5A3oGZMT0UDrWCxX7Js= - -Name: about_files/cpl-v10.html -SHA1-Digest: REygXYi+T14Sj1v8XnnKycNjpN4= - -Name: about.html -SHA1-Digest: Myp5wMdsICQoAejNJG1PhgJ3UXY= - -Name: plugin.properties -SHA1-Digest: jmDQY7WzbFbRBx/fmZNGdzlfNyE= - diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/eclipse.inf b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/eclipse.inf deleted file mode 100644 index 68d6fa9..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/META-INF/eclipse.inf +++ /dev/null @@ -1,4 +0,0 @@ -#Processed using Jarprocessor -jarprocessor.exclude.children.sign = true -pack200.args = -E4 -pack200.conditioned = true diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/about.html b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/about.html deleted file mode 100644 index 896fea2..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/about.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - -About - - -

    About This Content

    - -

    March 21, 2011

    -

    License

    - -

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

    - -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

    - - -

    Third Party Content

    -

    The Content includes items that have been sourced from third parties as set out below. If you -did not receive this Content directly from the Eclipse Foundation, the following is provided -for informational purposes only, and you should look to the Redistributor's license for -terms and conditions of use.

    -
    - -

    The Content includes items that have been sourced from third parties as follows:

    - -

    JUnit 4.8.2

    - -

    The plug-in is accompanied by software developed by JUnit.org. The JUnit 4.8.2 code included with the plug-in includes no modifications. -Your use of JUnit 4.8.2 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the -Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at http://www.eclipse.org/legal/cpl-v10.html. -The binary code is located in junit.jar and the source code is located in source-bundle or in the org.junit.source bundle. -
    The original source and binaries are available from https://github.com/KentBeck/junit/downloads, namely: -
    https://github.com/downloads/KentBeck/junit/junit-4.8.2-src.jar -
    https://github.com/downloads/KentBeck/junit/junit-dep-4.8.2.jar -

    - - -

    Hamcrest Library 1.1

    - -

    The plug-in is accompanied by software developed by Hamcrest (http://code.google.com/p/hamcrest/). -The hamcrest-library 1.1 code included within the JUnit 4.8.1 Jar includes no modifications. -Your use of hamcrest-library 1.1 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the -New BSD License. -The binary code is located in junit.jar/org/junit/internal/matchers and the source code is located in source-bundle/org/junit/internal/matchers.

    - -

    The Hamcrest New BSD License:

    -
    -BSD License
    -
    -Copyright (c) 2000-2006, www.hamcrest.org
    -All rights reserved.
    -
    -Redistribution and use in source and binary forms, with or without
    -modification, are permitted provided that the following conditions are met:
    -
    -Redistributions of source code must retain the above copyright notice, this list of
    -conditions and the following disclaimer. Redistributions in binary form must reproduce
    -the above copyright notice, this list of conditions and the following disclaimer in
    -the documentation and/or other materials provided with the distribution.
    -
    -Neither the name of Hamcrest nor the names of its contributors may be used to endorse
    -or promote products derived from this software without specific prior written
    -permission.
    -
    -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
    -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
    -SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
    -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
    -WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
    -DAMAGE.
    -
    - -
    - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/about_files/cpl-v10.html b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/about_files/cpl-v10.html deleted file mode 100644 index 36aa208..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/about_files/cpl-v10.html +++ /dev/null @@ -1,125 +0,0 @@ - - - -Common Public License - v 1.0 - - - - - - -

    Common Public License - v 1.0 -

    -

    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. -

    -

    1. DEFINITIONS -

    "Contribution" means: - -

      a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
      -b) in the case of each subsequent Contributor:
    - - -
      i) changes to the Program, and
    - - -
      ii) additions to the Program;
    - - -
      where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
    - -

    -

    "Contributor" means any person or entity that distributes the Program. -

    -

    "Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. -

    -

    "Program" means the Contributions distributed in accordance with this Agreement. -

    -

    "Recipient" means anyone who receives the Program under this Agreement, including all Contributors. -

    -

    2. GRANT OF RIGHTS - -

      a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
    - - -
    - - -
      b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
    - - -
    - - -
      c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
    - - -
    - - -
      d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
    - - -
    - -

    3. REQUIREMENTS -

    A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - -

      a) it complies with the terms and conditions of this Agreement; and
    - - -
      b) its license agreement:
    - - -
      i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
    - - -
      ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
    - - -
      iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
    - - -
      iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
    - - -
    - -

    When the Program is made available in source code form: - -

      a) it must be made available under this Agreement; and
    - - -
      b) a copy of this Agreement must be included with each copy of the Program.
    - -

    -

    Contributors may not remove or alter any copyright notices contained within the Program. -

    -

    Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. -

    -

    4. COMMERCIAL DISTRIBUTION -

    Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. -

    -

    For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. -

    -

    5. NO WARRANTY -

    EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. -

    -

    6. DISCLAIMER OF LIABILITY -

    EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -

    -

    7. GENERAL -

    If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. -

    -

    If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. -

    -

    All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. -

    -

    Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. -

    -

    This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. -

    -

    - - - - \ No newline at end of file diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar deleted file mode 100644 index 99f25ae..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/plugin.properties b/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/plugin.properties deleted file mode 100644 index 81bf128..0000000 --- a/compling.gui.builder.pre/build/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/plugin.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName=JUnit Testing Framework -providerName=Eclipse Orbit diff --git a/compling.gui.builder.pre/build/plugins/org.mortbay.jetty.server_6.1.23.v201012071420.jar b/compling.gui.builder.pre/build/plugins/org.mortbay.jetty.server_6.1.23.v201012071420.jar deleted file mode 100644 index 09bb891..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.mortbay.jetty.server_6.1.23.v201012071420.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.mortbay.jetty.util_6.1.23.v201012071420.jar b/compling.gui.builder.pre/build/plugins/org.mortbay.jetty.util_6.1.23.v201012071420.jar deleted file mode 100644 index 5a47bec..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.mortbay.jetty.util_6.1.23.v201012071420.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.objectweb.asm_3.3.1.v201105211655.jar b/compling.gui.builder.pre/build/plugins/org.objectweb.asm_3.3.1.v201105211655.jar deleted file mode 100644 index b75df3a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.objectweb.asm_3.3.1.v201105211655.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.sat4j.core_2.3.0.v20110329.jar b/compling.gui.builder.pre/build/plugins/org.sat4j.core_2.3.0.v20110329.jar deleted file mode 100644 index 019572a..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.sat4j.core_2.3.0.v20110329.jar and /dev/null differ diff --git a/compling.gui.builder.pre/build/plugins/org.sat4j.pb_2.3.0.v20110329.jar b/compling.gui.builder.pre/build/plugins/org.sat4j.pb_2.3.0.v20110329.jar deleted file mode 100644 index cf7bb36..0000000 Binary files a/compling.gui.builder.pre/build/plugins/org.sat4j.pb_2.3.0.v20110329.jar and /dev/null differ diff --git a/compling.gui.builder/.project b/compling.gui.builder/.project deleted file mode 100644 index 79db4a0..0000000 --- a/compling.gui.builder/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - compling.gui.builder - - - - - - - - diff --git a/compling.gui.builder/build.bat b/compling.gui.builder/build.bat deleted file mode 100644 index ea2c210..0000000 --- a/compling.gui.builder/build.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -rem set ECLIPSE_HOME=e:\usr\eclipse -rem set ECLIPSE_HOME=e:\usr\eclipse-rcp-3.7-test -set ECLIPSE_HOME=e:\usr\eclipse\3.7-rcp-base - -%ECLIPSE_HOME%\eclipsec -nosplash -application org.eclipse.ant.core.antRunner -buildfile productBuild.xml -consoleLog %* \ No newline at end of file diff --git a/compling.gui.builder/build.properties b/compling.gui.builder/build.properties deleted file mode 100644 index 9bc1f36..0000000 --- a/compling.gui.builder/build.properties +++ /dev/null @@ -1,305 +0,0 @@ -############################################################################### -# Copyright (c) 2003, 2011 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Compuware Corporation - Sebastien Angers -# - Enabled additional mirror slicingOptions in Headless PDE Build -# - Enabled 'raw' attribute for mirror step in Headless PDE Build -# - https://bugs.eclipse.org/338878 -############################################################################### - -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -#The type of the top level element we are building, generally "feature" -#topLevelElementType = feature -topLevelElementType = plugin -#The id of the top level element we are building -topLevelElementId = compling.gui - -############# PRODUCT/PACKAGING CONTROL ############# -product=/compling.gui/ecgeditor.product -runPackager=true - -#Set the name of the archive that will result from the product build. -#archiveNamePrefix= - -# The prefix that will be used in the generated archive. -archivePrefix=ecg-workbench - -# The location underwhich all of the build output will be collected. -collectingFolder=${archivePrefix} - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -#configs = *, *, * -configs=win32, win32, x86_64 & \ - macosx, cocoa, x86_64 & \ - linux, gtk, x86_64 -#configs=win32, win32, x86 & \ -# win32,win32,x86_64 & \ -# win32,win32,wpf & \ -# linux, gtk, ppc & \ -# linux, gtk, x86 & \ -# linux, motif, x86 & \ -# solaris, motif, sparc & \ -# solaris, gtk, sparc & \ -# aix, motif, ppc & \ -# hpux, motif, ia64_32 & \ -# macosx, carbon, ppc & \ -# macosx, carbon, x86 & \ -# macosx, cocoa, ppc & \ -# macosx, cocoa, x86 & \ -# macosx, cocoa, x86_64 - -# By default PDE creates one archive (result) per entry listed in the configs property. -# Setting this value to true will cause PDE to only create one output containing all -# artifacts for all the platforms listed in the configs property. -# To control the output format for the group, add a "group, group, group - " entry to the -# archivesFormat. -#groupConfigurations=true - -#The format of the archive. By default a zip is created using antZip. -#The list can only contain the configuration for which the desired format is different than zip. -#archivesFormat=win32, win32, x86 - antZip& \ -# linux, gtk, ppc - antZip &\ -# linux, gtk, x86 - antZip& \ -# linux, gtk, x86_64 - antZip& \ -# linux, motif, x86 - antZip& \ -# solaris, motif, sparc - antZip& \ -# solaris, gtk, sparc - antZip& \ -# aix, motif, ppc - antZip& \ -# hpux, motif, PA_RISC - antZip& \ -# macosx, carbon, ppc - antZip - -#Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles. -allowBinaryCycles = true - -#Sort bundles depenedencies across all features instead of just within a given feature. -#flattenDependencies = true - -#Parallel compilation, requires flattenedDependencies=true -#parallelCompilation=true -#parallelThreadCount= -#parallelThreadsPerProcessor= - -#Set to true if you want the output to be ready for an update jar (no site.xml generated) -#outputUpdateJars = false - -#Set to true for Jnlp generation -#codebase should be a URL that will be used as the root of all relative URLs in the output. -#generateJnlp=false -#jnlp.codebase= -#jnlp.j2se= -#jnlp.locale= -#jnlp.generateOfflineAllowed=true or false generate attribute in the generated features -#jnlp.configs=${configs} #uncomment to filter the content of the generated jnlp files based on the configuration being built - -#Set to true if you want to sign jars -#signJars=false -#sign.alias= -#sign.keystore= -#sign.storepass= -#sign.keypass= - -#Arguments to send to the zip executable -zipargs= - -#Arguments to send to the tar executable -tarargs= - -#Control the creation of a file containing the version included in each configuration - on by default -#generateVersionsLists=false - -############ REPO MIRROR OPTIONS CONTROL ############ -# Default values for the slicingOptions and raw attribute of the p2.mirror Ant target used to generate the p2 repo (buildRepo) -# Note that the default values used by PDE/Build are different from the default values for p2.mirror's slicingOptions and raw attribute -# See http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm for the details -# of each setting. -#p2.mirror.slicing.filter= -#p2.mirror.slicing.followOnlyFilteredRequirements=false -#p2.mirror.slicing.followStrict=false -#p2.mirror.slicing.includeFeatures=true -#p2.mirror.slicing.includeNonGreedy=false -#p2.mirror.slicing.includeOptional=true -#p2.mirror.slicing.platformFilter= -#p2.mirror.slicing.latestVersionOnly=false - -#p2.mirror.raw=false - -############## SOURCE BUNDLE CONTROL ################ -# Set this property to have source bundles created and output into build repository. -# This does NOT put them in the build output (e.g., product) itself. -# Valid values are: not set, built, all. -# built = only source for bundles that are actually built/compiled in this run are output -# all = all available source is collected and output -#sourceBundleMode=all - -# When outputting autogenerated source bundles a feature is created to contain all the automatic -# source bundles. Typically this feature is not needed and can be ignored. As such, it is given a default -# name and version. These properties can be used to override the defaults. -# sourceBundleTemplateFeature - can specify an existing feature which will be augmented to form the generated source feature -# sourceBundleFeatureId - will be the id of generated source feature which contains all the generated source bundles, default value -# is sourceBundleTemplateFeature + ".source" if sourceBundleTemplateFeature is specified -#sourceBundleTemplateFeature= -#sourceBundleFeatureId= -#sourceBundleFeatureVersion= - -############## BUILD NAMING CONTROL ################ -# The directory into which the build elements are fetched and where -# the build takes place. -#buildDirectory=${user.home}/temp/eclipse.build -buildDirectory=E:/Users/lucag/temp/eclipse.build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -#buildType=N -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=010 - -#The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde. -#The value will only be applied to plugin or features indicating build.properties, qualifier = context -#forceContextQualifier= - -#Enable / disable the generation of a suffix for the features that use .qualifier. -#The generated suffix is computed according to the content of the feature -#generateFeatureVersionSuffix=true -generateFeatureVersionSuffix=true - -############# BASE CONTROL ############# -# Settings for the base Eclipse components and Java class libraries -# against which you are building. -# Base location for anything the build needs to compile against. For example, -# in most RCP app or a plug-in, the baseLocation should be the location of a previously -# installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack. - -#base=${user.home}/workspace/compling.gui.builder.pre/build -base=E:/Users/lucag/workspace/compling.gui.builder.pre/build -baseLocation=${base} - -#Folder containing repositories whose content is needed to compile against -#repoBaseLocation=${base}/repos -#Folder where the content of the repositories from ${repoBaseLocation} will be made available as a form suitable to be compiled against -#transformedRepoLocation=${base}/transformedRepos - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -baseos=win32 -basews=win32 -basearch=x86_64 - -# this property indicates whether you want the set of plug-ins and features to be considered during the build to be limited to the -# ones reachable from the features / plugins being built -filteredDependencyCheck=false - -# this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons) -resolution.devMode=false - -# pluginPath is a list of locations in which to find plugins and features. -# This list is separated by the platform file separator (; or :) -# a location is one of: -# - the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo -# - a directory that contains a /plugins or /features subdirectory -# - the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml -#pluginPath= - -skipBase=true -eclipseURL= -eclipseBuildId= -eclipseBaseURL=${eclipseURL}/eclipse-platform-${eclipseBuildId}-win32.zip - - -############# MAP FILE CONTROL ################ -# This section defines CVS tags to use when fetching the map files from the repository. -# If you want to fetch the map file from repository / location, change the getMapFiles target in the customTargets.xml - -skipMaps=true -mapsRepo=:pserver:anonymous@example.com/path/to/repo -mapsRoot=path/to/maps -mapsCheckoutTag=HEAD - -#tagMaps=true -mapsTagTag=v${buildId} - - -############ REPOSITORY CONTROL ############### -# This section defines properties parameterizing the repositories where plugins, fragments -# bundles and features are being obtained from. - -# The tags to use when fetching elements to build. -# By default thebuilder will use whatever is in the maps. -# This value takes the form of a comma separated list of repository identifier (like used in the map files) and the -# overriding value -# For example fetchTag=CVS=HEAD, SVN=v20050101 -# fetchTag=HEAD -skipFetch=true - - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=${java.home}/lib/rt.jar - -# specific JRE locations to compile against. These values are used to compile bundles specifying a -# Bundle-RequiredExecutionEnvironment. Uncomment and set values for environments that you support -JavaSE-1.6=E:/usr/Java/jdk-1.7.0_25/jre/lib/rt.jar -#CDC-1.0/Foundation-1.0= /path/to/rt.jar -#CDC-1.1/Foundation-1.1= -#OSGi/Minimum-1.0= -#OSGi/Minimum-1.1= -#JRE-1.1= -#J2SE-1.2= -#J2SE-1.3= -#J2SE-1.4= -#J2SE-1.5= -#JavaSE-1.6= -#PersonalJava-1.1= -#PersonalJava-1.2= -#CDC-1.0/PersonalBasis-1.0= -#CDC-1.0/PersonalJava-1.0= -#CDC-1.1/PersonalBasis-1.1= -#CDC-1.1/PersonalJava-1.1= - -# Specify the output format of the compiler log when eclipse jdt is used -logExtension=.log - -# Whether or not to include debug info in the output jars -javacDebugInfo=false - -# Whether or not to fail the build if there are compiler errors -javacFailOnError=true - -# Enable or disable verbose mode of the compiler -javacVerbose=true - -# Extra arguments for the compiler. These are specific to the java compiler being used. -#compilerArg= - -# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties -#javacSource=1.3 -javacSource=1.6 - -# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties. -#javacTarget=1.1 -javacTarget=1.7 - - diff --git a/compling.gui.builder/productBuild.xml b/compling.gui.builder/productBuild.xml deleted file mode 100644 index 12131e4..0000000 --- a/compling.gui.builder/productBuild.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compling.gui/.classpath b/compling.gui/.classpath index 2ff3820..88a28c8 100644 --- a/compling.gui/.classpath +++ b/compling.gui/.classpath @@ -1,7 +1,7 @@ - + diff --git a/compling.gui/.runtime/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml b/compling.gui/.runtime/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml index 1ce11a6..555b0b6 100644 --- a/compling.gui/.runtime/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml +++ b/compling.gui/.runtime/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml @@ -29,6 +29,12 @@ + + + + + + @@ -58,6 +64,9 @@ + + + @@ -66,7 +75,6 @@ - @@ -77,6 +85,7 @@ + diff --git a/compling.gui/META-INF/MANIFEST.MF b/compling.gui/META-INF/MANIFEST.MF index 41ed81c..550d33b 100644 --- a/compling.gui/META-INF/MANIFEST.MF +++ b/compling.gui/META-INF/MANIFEST.MF @@ -19,18 +19,16 @@ Require-Bundle: compling.core;bundle-version="1.0.0", org.eclipse.ui.navigator;bundle-version="3.3.102", org.eclipse.ui.navigator.resources;bundle-version="3.3.101", org.eclipse.team.core;bundle-version="3.4.2", - org.eclipse.team.cvs.core;bundle-version="3.3.300", - org.eclipse.team.cvs.ui;bundle-version="3.3.100", org.eclipse.team.ui;bundle-version="3.4.1", org.eclipse.search;bundle-version="3.4.1", org.eclipse.compare.core;bundle-version="3.5.0", org.eclipse.equinox.p2.core;bundle-version="1.0.100", org.eclipse.equinox.p2.metadata;bundle-version="1.0.100", - org.eclipse.ui.forms;bundle-version="3.5.101" + org.eclipse.ui.forms;bundle-version="3.5.101", + org.eclipse.draw2d;bundle-version="3.9.101" Bundle-Activator: compling.gui.grammargui.EcgEditorPlugin Bundle-Vendor: ICSI Berkeley -Bundle-RequiredExecutionEnvironment: JavaSE-1.7, - JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: compling.gui.grammargui; uses:="org.eclipse.core.runtime, org.eclipse.jface.resource, @@ -133,3 +131,4 @@ Export-Package: compling.gui.grammargui; compling.gui.grammargui.model" Bundle-ActivationPolicy: lazy Bundle-ClassPath: . +Import-Package: org.openjena.atlas.json diff --git a/compling.gui/build.xml b/compling.gui/build.xml new file mode 100644 index 0000000..922708d --- /dev/null +++ b/compling.gui/build.xml @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compling.gui/ecgeditor.product b/compling.gui/ecgeditor.product index 2705a3c..7a46dc5 100644 --- a/compling.gui/ecgeditor.product +++ b/compling.gui/ecgeditor.product @@ -3,30 +3,35 @@ + + -Xmx3072m + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + - + - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 + @@ -42,6 +47,8 @@ + + @@ -53,35 +60,21 @@ - - - - - - - - - - - - - - - - - - + + + + @@ -89,6 +82,7 @@ + @@ -105,17 +99,28 @@ + + + + + + + + + + + @@ -128,43 +133,36 @@ + + - - - - - - - + - - - - + - + @@ -176,4 +174,11 @@ + + + + + + + diff --git a/compling.gui/icons/latticeIcon.ico b/compling.gui/icons/latticeIcon.ico new file mode 100644 index 0000000..421a4a2 Binary files /dev/null and b/compling.gui/icons/latticeIcon.ico differ diff --git a/compling.gui/icons/lexeme.ico b/compling.gui/icons/lexeme.ico new file mode 100644 index 0000000..f905736 Binary files /dev/null and b/compling.gui/icons/lexeme.ico differ diff --git a/compling.gui/icons/tokenTest.ico b/compling.gui/icons/tokenTest.ico new file mode 100644 index 0000000..96d9976 Binary files /dev/null and b/compling.gui/icons/tokenTest.ico differ diff --git a/compling.gui/javaCompiler...args b/compling.gui/javaCompiler...args new file mode 100644 index 0000000..38ec073 --- /dev/null +++ b/compling.gui/javaCompiler...args @@ -0,0 +1,169 @@ +#ADAPTER#ACCESS#com.clarkparsia.pellet/bin[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/bin[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/antlr/antlr-runtime-3.2.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/antlr/antlr-runtime-3.2.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/aterm-java-1.6.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/aterm-java-1.6.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jaxb/jaxb-api.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jaxb/jaxb-api.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/arq-2.8.7.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/arq-2.8.7.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/icu4j-3.4.4.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/icu4j-3.4.4.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/iri-0.8.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/iri-0.8.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/jena-2.6.4.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/jena-2.6.4.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/junit-4.5.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/junit-4.5.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/log4j-1.2.13.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/log4j-1.2.13.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/lucene-core-2.3.1.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/lucene-core-2.3.1.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/slf4j-api-1.5.8.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/slf4j-api-1.5.8.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/slf4j-log4j12-1.5.8.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/slf4j-log4j12-1.5.8.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/stax-api-1.0.1.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/stax-api-1.0.1.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/wstx-asl-3.2.9.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/wstx-asl-3.2.9.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jena/xercesImpl-2.7.1.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jena/xercesImpl-2.7.1.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jetty/commons-logging-api.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jetty/commons-logging-api.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jetty/jetty.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jetty/jetty.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/jgrapht/jgrapht-jdk1.5.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/jgrapht/jgrapht-jdk1.5.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/junit/junit.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/junit/junit.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/owlapi/owlapi-bin.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/owlapi/owlapi-bin.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/owlapiv3/owlapi-bin.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/owlapiv3/owlapi-bin.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/servlet.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/servlet.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/xsdlib/relaxngDatatype.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/xsdlib/relaxngDatatype.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/lib/xsdlib/xsdlib.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/lib/xsdlib/xsdlib.jar[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet/@dot[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#com.clarkparsia.pellet_2.3.0.201804141949/@dot[+org/openjena/atlas/json/*:?**/*] +#ADAPTER#ACCESS#compling.core/bin/[+compling/annotation/*:+compling/annotation/childes/*:+compling/annotation/namedentity/*:+compling/annotation/pos/*:+compling/annotation/propbank/*:+compling/annotation/treebank/*:+compling/classifier/*:+compling/context/*:+compling/grammar/*:+compling/grammar/cfg/*:+compling/grammar/ecg/*:+compling/grammar/ecg/ecgreader/*:+compling/grammar/ecg/morph/*:+compling/grammar/unificationgrammar/*:+compling/gui/*:+compling/gui/util/*:+compling/learner/*:+compling/learner/candidates/*:+compling/learner/contextfitting/*:+compling/learner/featurestructure/*:+compling/learner/grammartables/*:+compling/learner/learnertables/*:+compling/learner/util/*:+compling/ontology/*:+compling/parser/*:+compling/parser/earleyparser/*:+compling/parser/ecgparser/*:+compling/simulator/*:+compling/util/*:+compling/util/fileutil/*:+compling/util/html/*:+compling/util/math/*:+compling/util/probability/*:+compling/utterance/*:?**/*] +#ADAPTER#ACCESS#compling.core_1.0.1.201804141949/bin/[+compling/annotation/*:+compling/annotation/childes/*:+compling/annotation/namedentity/*:+compling/annotation/pos/*:+compling/annotation/propbank/*:+compling/annotation/treebank/*:+compling/classifier/*:+compling/context/*:+compling/grammar/*:+compling/grammar/cfg/*:+compling/grammar/ecg/*:+compling/grammar/ecg/ecgreader/*:+compling/grammar/ecg/morph/*:+compling/grammar/unificationgrammar/*:+compling/gui/*:+compling/gui/util/*:+compling/learner/*:+compling/learner/candidates/*:+compling/learner/contextfitting/*:+compling/learner/featurestructure/*:+compling/learner/grammartables/*:+compling/learner/learnertables/*:+compling/learner/util/*:+compling/ontology/*:+compling/parser/*:+compling/parser/earleyparser/*:+compling/parser/ecgparser/*:+compling/simulator/*:+compling/util/*:+compling/util/fileutil/*:+compling/util/html/*:+compling/util/math/*:+compling/util/probability/*:+compling/utterance/*:?**/*] +#ADAPTER#ACCESS#compling.core/@dot[+compling/annotation/*:+compling/annotation/childes/*:+compling/annotation/namedentity/*:+compling/annotation/pos/*:+compling/annotation/propbank/*:+compling/annotation/treebank/*:+compling/classifier/*:+compling/context/*:+compling/grammar/*:+compling/grammar/cfg/*:+compling/grammar/ecg/*:+compling/grammar/ecg/ecgreader/*:+compling/grammar/ecg/morph/*:+compling/grammar/unificationgrammar/*:+compling/gui/*:+compling/gui/util/*:+compling/learner/*:+compling/learner/candidates/*:+compling/learner/contextfitting/*:+compling/learner/featurestructure/*:+compling/learner/grammartables/*:+compling/learner/learnertables/*:+compling/learner/util/*:+compling/ontology/*:+compling/parser/*:+compling/parser/earleyparser/*:+compling/parser/ecgparser/*:+compling/simulator/*:+compling/util/*:+compling/util/fileutil/*:+compling/util/html/*:+compling/util/math/*:+compling/util/probability/*:+compling/utterance/*:?**/*] +#ADAPTER#ACCESS#compling.core_1.0.1.201804141949/@dot[+compling/annotation/*:+compling/annotation/childes/*:+compling/annotation/namedentity/*:+compling/annotation/pos/*:+compling/annotation/propbank/*:+compling/annotation/treebank/*:+compling/classifier/*:+compling/context/*:+compling/grammar/*:+compling/grammar/cfg/*:+compling/grammar/ecg/*:+compling/grammar/ecg/ecgreader/*:+compling/grammar/ecg/morph/*:+compling/grammar/unificationgrammar/*:+compling/gui/*:+compling/gui/util/*:+compling/learner/*:+compling/learner/candidates/*:+compling/learner/contextfitting/*:+compling/learner/featurestructure/*:+compling/learner/grammartables/*:+compling/learner/learnertables/*:+compling/learner/util/*:+compling/ontology/*:+compling/parser/*:+compling/parser/earleyparser/*:+compling/parser/ecgparser/*:+compling/simulator/*:+compling/util/*:+compling/util/fileutil/*:+compling/util/html/*:+compling/util/math/*:+compling/util/probability/*:+compling/utterance/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/javax.inject_1.0.0.v20091030.jar[+javax/inject/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar[~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar[~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/equinox/events/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.jobs_3.9.3.v20180115-1757.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:+org/osgi/service/prefs/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/javax.servlet_3.1.0.v201410161800.jar[?**/*] +#ADAPTER#ACCESS#java_cup[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#java_cup_1.0.0.201804141949/.[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#java_cup/@dot[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#java_cup_1.0.0.201804141949/@dot[+java_cup/*:+java_cup/anttask/*:+java_cup/runtime/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/bin[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/bin[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/lib/jdom1_0/jdom.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/lib/jdom1_0/jdom.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/lib/jdom1_0/jaxen-1.1-beta-6.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/lib/jdom1_0/jaxen-1.1-beta-6.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom/bin/bin/lib/jdom1_0/saxpath.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.jdom_1.0.0.201804141949/lib/jdom1_0/saxpath.jar[+com/werken/saxpath/*:+org/jaxen/*:+org/jaxen/dom/*:+org/jaxen/dom/html/*:+org/jaxen/dom4j/*:+org/jaxen/expr/*:+org/jaxen/expr/iter/*:+org/jaxen/function/*:+org/jaxen/function/ext/*:+org/jaxen/function/xslt/*:+org/jaxen/javabean/*:+org/jaxen/jdom/*:+org/jaxen/pattern/*:+org/jaxen/saxpath/*:+org/jaxen/saxpath/base/*:+org/jaxen/saxpath/helpers/*:+org/jaxen/util/*:+org/jaxen/xom/*:+org/jdom/*:+org/jdom/adapters/*:+org/jdom/filter/*:+org/jdom/input/*:+org/jdom/output/*:+org/jdom/transform/*:+org/jdom/xpath/*:+org/saxpath/*:+org/saxpath/conformance/*:+org/saxpath/helpers/*:?**/*] +#ADAPTER#ACCESS#org.ini4j/ini4j-0.5.2.jar[+org/ini4j/*:+org/ini4j/spi/*:?**/*] +#ADAPTER#ACCESS#org.ini4j_1.0.0.201804141949/ini4j-0.5.2.jar[+org/ini4j/*:+org/ini4j/spi/*:?**/*] +#ADAPTER#ACCESS#JFlex[+JFlex/*:+JFlex/anttask/*:+JFlex/gui/*:+JFlex/tests/*:?**/*] +#ADAPTER#ACCESS#JFlex_1.4.1.201804141949/.[+JFlex/*:+JFlex/anttask/*:+JFlex/gui/*:+JFlex/tests/*:?**/*] +#ADAPTER#ACCESS#JFlex/@dot[+JFlex/*:+JFlex/anttask/*:+JFlex/gui/*:+JFlex/tests/*:?**/*] +#ADAPTER#ACCESS#JFlex_1.4.1.201804141949/@dot[+JFlex/*:+JFlex/anttask/*:+JFlex/gui/*:+JFlex/tests/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.resources_3.12.0.v20170417-1558.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ant.core_3.5.0.v20170509-2149.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui_3.109.0.v20170411-1742.jar[~org/eclipse/ui/internal/*:+org/eclipse/ui/internal/cocoa/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.cocoa_1.1.100.v20151202-1450.jar[~org/eclipse/ui/internal/*:+org/eclipse/ui/internal/cocoa/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt_3.106.3.v20180329-0507.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/cocoa/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.106.3.v20180329-0507.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/cocoa/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jface_3.13.2.v20171022-1656.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.commands_3.9.0.v20170530-1048.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar[+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/dnd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] +#ADAPTER#ACCESS#com.ibm.icu_58.2.0.v20170418-1837/icu-data.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/com.ibm.icu_58.2.0.v20170418-1837.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.emf.common_2.13.0.v20170609-0707.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.databinding_1.6.100.v20170515-1119.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.apache.batik.css_1.8.0.v20170214-1941.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.apache.batik.util_1.8.0.v20170214-1941.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar[+org/eclipse/ui/testing/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.help_3.8.1.v20170815-1448.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.editors_3.11.0.v20170202-1823.jar[+org/eclipse/ui/editors/text/*:+org/eclipse/ui/editors/text/templates/*:~org/eclipse/ui/internal/editors/quickdiff/*:~org/eclipse/ui/internal/editors/text/*:~org/eclipse/ui/internal/texteditor/*:+org/eclipse/ui/texteditor/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.ide_3.13.1.v20170822-1526.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/markers/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/bookmarkexplorer/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.views_3.9.0.v20170226-1833.jar[~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/properties/*:~org/eclipse/ui/internal/views/contentoutline/*:+org/eclipse/ui/views/contentoutline/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jface.text_3.12.2.v20180112-1341.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.text_3.6.100.v20170203-0814.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/undo/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.forms_3.7.101.v20170815-1446.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar[~org/eclipse/equinox/internal/p2/core/*:~org/eclipse/equinox/internal/p2/core/helpers/*:~org/eclipse/equinox/internal/provisional/p2/core/eventbus/*:+org/eclipse/equinox/p2/core/*:+org/eclipse/equinox/p2/core/spi/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar[~org/eclipse/equinox/internal/p2/metadata/*:~org/eclipse/equinox/internal/p2/metadata/expression/*:+org/eclipse/equinox/internal/p2/metadata/expression/parser/*:~org/eclipse/equinox/internal/p2/metadata/index/*:~org/eclipse/equinox/internal/p2/metadata/query/*:+org/eclipse/equinox/p2/metadata/*:+org/eclipse/equinox/p2/metadata/expression/*:+org/eclipse/equinox/p2/metadata/index/*:+org/eclipse/equinox/p2/query/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security_1.2.300.v20170505-1235.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.tukaani.xz_1.5.0.v20170111-1717.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar[~org/eclipse/ui/internal/texteditor/*:+org/eclipse/ui/texteditor/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.compare.core_3.6.100.v20170516-0820.jar[~org/eclipse/compare/internal/core/*:~org/eclipse/compare/internal/core/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/rangedifferencer/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar[+org/eclipse/core/filebuffers/*:+org/eclipse/core/filebuffers/manipulation/*:~org/eclipse/core/internal/filebuffers/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.console_3.7.1.v20170728-0806.jar[+org/eclipse/ui/console/*:+org/eclipse/ui/console/actions/*:~org/eclipse/ui/internal/console/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar[~org/eclipse/ui/internal/navigator/*:~org/eclipse/ui/internal/navigator/actions/*:~org/eclipse/ui/internal/navigator/dnd/*:~org/eclipse/ui/internal/navigator/extensions/*:~org/eclipse/ui/internal/navigator/filters/*:~org/eclipse/ui/internal/navigator/framelist/*:~org/eclipse/ui/internal/navigator/sorters/*:~org/eclipse/ui/internal/navigator/wizards/*:+org/eclipse/ui/navigator/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar[~org/eclipse/ui/internal/navigator/resources/*:~org/eclipse/ui/internal/navigator/resources/actions/*:~org/eclipse/ui/internal/navigator/resources/plugin/*:~org/eclipse/ui/internal/navigator/resources/workbench/*:~org/eclipse/ui/internal/navigator/resources/nested/*:~org/eclipse/ui/internal/navigator/workingsets/*:+org/eclipse/ui/navigator/resources/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.compare_3.7.101.v20170724-1603.jar[?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.team.core_3.8.100.v20170516-0820.jar[+org/eclipse/team/core/*:+org/eclipse/team/core/diff/*:+org/eclipse/team/core/diff/provider/*:+org/eclipse/team/core/history/*:+org/eclipse/team/core/history/provider/*:~org/eclipse/team/core/importing/provisional/*:+org/eclipse/team/core/mapping/*:+org/eclipse/team/core/mapping/provider/*:+org/eclipse/team/core/subscribers/*:+org/eclipse/team/core/synchronize/*:+org/eclipse/team/core/variants/*:~org/eclipse/team/internal/core/*:~org/eclipse/team/internal/core/history/*:~org/eclipse/team/internal/core/importing/*:~org/eclipse/team/internal/core/mapping/*:~org/eclipse/team/internal/core/streams/*:~org/eclipse/team/internal/core/subscribers/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.team.ui_3.8.1.v20170515-1133.jar[~org/eclipse/team/internal/ui/*:~org/eclipse/team/internal/ui/actions/*:~org/eclipse/team/internal/ui/dialogs/*:~org/eclipse/team/internal/ui/history/*:~org/eclipse/team/internal/ui/mapping/*:~org/eclipse/team/internal/ui/preferences/*:~org/eclipse/team/internal/ui/registry/*:~org/eclipse/team/internal/ui/synchronize/*:~org/eclipse/team/internal/ui/synchronize/actions/*:~org/eclipse/team/internal/ui/synchronize/patch/*:~org/eclipse/team/internal/ui/wizards/*:+org/eclipse/team/ui/*:+org/eclipse/team/ui/history/*:+org/eclipse/team/ui/mapping/*:+org/eclipse/team/ui/synchronize/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.search_3.11.100.v20170515-1603.jar[+org/eclipse/search/core/text/*:~org/eclipse/search/internal/core/text/*:~org/eclipse/search/internal/ui/*:~org/eclipse/search/internal/ui/text/*:~org/eclipse/search/internal/ui/util/*:+org/eclipse/search/ui/*:+org/eclipse/search/ui/actions/*:+org/eclipse/search/ui/text/*:~org/eclipse/search2/internal/ui/*:~org/eclipse/search2/internal/ui/basic/views/*:~org/eclipse/search2/internal/ui/text/*:~org/eclipse/search2/internal/ui/text2/*:?**/*] +#ADAPTER#ACCESS#Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.draw2d_3.10.100.201606061308.jar[+org/eclipse/draw2d/*:+org/eclipse/draw2d/graph/*:+org/eclipse/draw2d/geometry/*:+org/eclipse/draw2d/images/*:~org/eclipse/draw2d/internal/*:+org/eclipse/draw2d/parts/*:+org/eclipse/draw2d/text/*:+org/eclipse/draw2d/widgets/*:?**/*] diff --git a/compling.gui/plugin.xml b/compling.gui/plugin.xml index d1a8e5d..2c5b00f 100644 --- a/compling.gui/plugin.xml +++ b/compling.gui/plugin.xml @@ -133,6 +133,59 @@ + + + + + + + + + + + + + + + + - - ", "[", "]", ".", ",", ":", "@", }; diff --git a/compling.gui/source/compling/gui/grammargui/ui/perspectives/AnalysisPerspective.java b/compling.gui/source/compling/gui/grammargui/ui/perspectives/AnalysisPerspective.java index 13dbdb5..694894a 100644 --- a/compling.gui/source/compling/gui/grammargui/ui/perspectives/AnalysisPerspective.java +++ b/compling.gui/source/compling/gui/grammargui/ui/perspectives/AnalysisPerspective.java @@ -12,6 +12,7 @@ import compling.gui.grammargui.ui.views.OntologyTreeView; import compling.gui.grammargui.ui.views.SchemaTreeView; import compling.gui.grammargui.ui.views.SituationTreeView; +import compling.gui.grammargui.ui.views.TokenView; import compling.gui.grammargui.ui.views.TypeSystemNodeView; public class AnalysisPerspective implements IPerspectiveFactory { @@ -29,10 +30,10 @@ public void createInitialLayout(IPageLayout layout) { String editorArea = layout.getEditorArea(); layout.setEditorAreaVisible(true); - createLeftFolder(layout, editorArea); + //createLeftFolder(layout, editorArea); createRightFolder(layout, editorArea); createTopFolder(layout, editorArea); - createBottomFolder(layout, editorArea); + //createBottomFolder(layout, editorArea); // Add shortcuts to menu layout.addShowViewShortcut(GrammarTreeView.ID); @@ -46,6 +47,7 @@ public void createInitialLayout(IPageLayout layout) { layout.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW); layout.addShowViewShortcut(IPageLayout.ID_BOOKMARKS); layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW); + //layout.addShowViewShortcut(TokenView.ID); // layout.addShowViewShortcut(LOG_VIEW_ID); layout.addShowViewShortcut(COMMON_EXPLORER_ID); layout.addShowViewShortcut(CONTENT_OUTLINE_ID); diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/CopyOfTokenView.java b/compling.gui/source/compling/gui/grammargui/ui/views/CopyOfTokenView.java new file mode 100644 index 0000000..0d2b477 --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/CopyOfTokenView.java @@ -0,0 +1,469 @@ +package compling.gui.grammargui.ui.views; + + +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import org.eclipse.jface.action.Action; +import org.eclipse.jface.action.IAction; +import org.eclipse.jface.action.IToolBarManager; +import org.eclipse.swt.SWT; +import org.eclipse.swt.events.SelectionAdapter; +import org.eclipse.swt.events.SelectionEvent; +import org.eclipse.swt.graphics.Image; +import org.eclipse.swt.graphics.Point; +import org.eclipse.swt.layout.GridData; +import org.eclipse.swt.layout.GridLayout; +import org.eclipse.swt.widgets.Button; +import org.eclipse.swt.widgets.Combo; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.swt.widgets.Label; +import org.eclipse.swt.widgets.Text; +import org.eclipse.ui.IActionBars; +import org.eclipse.ui.forms.widgets.FormToolkit; +import org.eclipse.ui.forms.widgets.ScrolledForm; +import org.eclipse.ui.part.ViewPart; +import org.eclipse.ui.plugin.AbstractUIPlugin; + +import compling.grammar.GrammarException; +import compling.grammar.ecg.ECGConstants; +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.TypeSystemNode; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; +import compling.gui.AnalyzerPrefs; +import compling.gui.AnalyzerPrefs.AP; +import compling.gui.grammargui.Application; +import compling.gui.grammargui.model.IModelChangedListener; +import compling.gui.grammargui.model.PrefsManager; +import compling.gui.grammargui.util.ModelChangedEvent; +import compling.gui.grammargui.util.Constants.IImageKeys; +import compling.gui.util.Utils; +import compling.parser.ParserException; +import compling.parser.ecgparser.ECGAnalyzer; +import compling.parser.ecgparser.LCPGrammarWrapper; +import compling.util.fileutil.TextFileLineIterator; + +public class CopyOfTokenView extends ViewPart { + public static final String ID = "compling.gui.grammargui.views.tokenView"; + private String token; + private String parentCxn; + private ArrayList constraints; + private File token_file; + private File ontFile; + private FileWriter fw; + private BufferedWriter bw; + private FileWriter ontWriter; + private BufferedWriter bOntWriter; + private AnalyzerPrefs prefs; + private File base; + private String[] typeCxns; + + + private IAction addToken; + + private String parentValue; + + /** Opens up token file from TOKEN_PATH. */ + private void openFile() { + try { + token_file = new File(base, prefs.getSetting(AP.TOKEN_PATH)); + if (!token_file.exists()) { + token_file.createNewFile(); + } + fw = new FileWriter(token_file.getAbsoluteFile(), true); + bw = new BufferedWriter(fw); + } catch(IOException ex) { + ex.printStackTrace(); + } + } + + /** Writes new token to Token File. */ + private void write(String tok, String par, ArrayList cons) { + try { + openFile(); + String constraintString = ""; + for (int i = 0; i < cons.size(); i++) { + constraintString += cons.get(i); + if (i < cons.size() - 1) { + constraintString += " :: "; + } + } + bw.write(tok + " :: " + par + " :: " + constraintString); + bw.newLine(); + bw.close(); + token = ""; + parentCxn = ""; + constraints.clear(); + } catch(IOException ex) { + ex.printStackTrace(); + } + } + + + /** Checks if VALUE exists in ontology. Uses method from Grammar object. Assumes value has "@ in it". */ + private boolean exists(String value) { + return getGrammar().getOntologyTypeSystem().get(value.substring(1, value.length()).trim()) != null; + } + + /** Returns a list of constructions using the grammar object's method for "getting constructions" based on orthography. */ + private String[] getTypes(String orth) { + LCPGrammarWrapper lcp = new LCPGrammarWrapper(getGrammar()); + List cxns = lcp.getLexicalConstruction(orth); + String[] typeNames= new String[cxns.size()]; + for (int i=0; i < typeNames.length; i++) { + typeNames[i] = cxns.get(i).getName(); + } + return typeNames; + } + + + // Adds VALUE to ontology as a subtype of PARENT. + private void addOntologyItem(String value, String parent) { + //TypeSystem ts = getGrammar().getOntologyTypeSystem(); + value = value.substring(1, value.length()).trim(); + parent = parent.substring(1, parent.length()).trim(); + try { + ontFile = new File(base, prefs.getSetting(AP.ONTOLOGY_PATHS)); + File tempFile = new File("tempFile.ont"); + ontWriter = new FileWriter(tempFile.getAbsoluteFile(), true); + bOntWriter = new BufferedWriter(ontWriter); + TextFileLineIterator tfli = new TextFileLineIterator(ontFile); + while (tfli.hasNext()) { + String line = tfli.next(); + if (line.contains("INSTS:")) { + continue; + } + + bOntWriter.write(line + System.getProperty("line.separator") + System.getProperty("line.separator")); + } + String toWrite = "(type " + value + " sub " + parent + ")"; + tempFile.renameTo(ontFile); + bOntWriter.write(toWrite); + bOntWriter.newLine(); + bOntWriter.newLine(); + bOntWriter.write("INSTS:"); + bOntWriter.newLine(); + bOntWriter.close(); + PrefsManager.getDefault().checkGrammar(); + } catch (IOException problem) { + System.out.println("Problem with ontology file."); + } + } + + /** Checks if CHILD is a subtype of PARENT. */ + private boolean isSubtype(String child, String parent) { + try { + TypeSystem ts = getGrammar().getOntologyTypeSystem(); + child = child.substring(1, child.length()).trim(); + String ancestor = parent.substring(1, parent.length()).trim(); + return ts.subtype(ts.getInternedString(child), ts.getInternedString(ancestor)); + } catch(TypeSystemException type) { + System.out.println("Either " + child + " or " + parent + " doesn't exist."); + return false; + } + } + + /** Returns type system. */ + protected TypeSystem getTypeSystem() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar != null ? grammar.getOntologyTypeSystem() : null; + } + + /** Returns grammar. */ + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + /** Returns Analyzer. */ + protected ECGAnalyzer getAnalyzer() { + return PrefsManager.getDefault().getAnalyzer(); + } + + + + + /** + * This is a callback that will allow us to create the viewer and initialize + * it. + */ + + private class AddTokenAction extends Action implements IModelChangedListener { + public AddTokenAction() { + super(); + + setText("Add Token"); + setToolTipText("Add a new token."); + setImageDescriptor(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, IImageKeys.ADD_SENTENCE_E)); + setDisabledImageDescriptor(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, IImageKeys.ADD_SENTENCE_D)); + + setEnabled(PrefsManager.getDefault().getGrammar() != null); + } + + @Override + public void run() { + final String text = ""; + /* + Combo combo = getViewer().getCombo(); + combo.setText(text); + combo.setSelection(new Point(0, text.length())); + */ + } + + public void modelChanged(ModelChangedEvent event) { + setEnabled(isEnabled()); + } + } + + protected void updateActionBars() { + IActionBars actionBars = getViewSite().getActionBars(); + IToolBarManager toolBarManager = actionBars.getToolBarManager(); + addToken = new AddTokenAction(); + toolBarManager.add(addToken); + } + + public void createPartControl(Composite parent) { + + + + + + constraints = new ArrayList(); + prefs = (AnalyzerPrefs) getGrammar().getPrefs(); + base = prefs.getBaseDirectory(); + typeCxns = getTypes("\"*\""); + + + + + + final FormToolkit toolkit = new FormToolkit(parent.getDisplay()); + final ScrolledForm form = toolkit.createScrolledForm(parent); + form.setText("Token Editor"); + GridLayout layout = new GridLayout(); + form.getBody().setLayout(layout); + + layout.numColumns = 2; + GridData gd = new GridData(SWT.FILL, 1, true, false); + gd.horizontalSpan = 1; + //gd.horizontalSpan = 2; + + final Label tokenLabel = toolkit.createLabel(form.getBody(), "Enter Token:"); + final Text tokenText = toolkit.createText(form.getBody(), ""); + tokenText.setLayoutData(gd); //new GridData(GridData.FILL_HORIZONTAL)); + + + + final Label parentLabel = toolkit.createLabel(form.getBody(), "Select Parent Type:"); + final Combo parentText = new Combo(form.getBody(), SWT.DROP_DOWN); + parentText.setItems(typeCxns); + //toolkit.adapt(parentText); + parentText.setLayoutData(gd); //new GridData(GridData.FILL_HORIZONTAL)); + parentText.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(parent); + + final Label constraintSelect = toolkit.createLabel(form.getBody(), "Select Constraint:"); + final Combo constraintBox = new Combo(form.getBody(), SWT.DROP_DOWN); + constraintBox.setItems(new String[0]); + constraintBox.setLayoutData(gd); //new GridData(GridData.FILL_HORIZONTAL)); + constraintBox.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(parent); + + final Label constraintSet = toolkit.createLabel(form.getBody(), "Set Constraint:"); + final Text constraintText = toolkit.createText(form.getBody(), ""); + constraintText.setLayoutData(gd); + + final Label constraintParentsLabel = toolkit.createLabel(form.getBody(), "Constraint parents (optional):"); + final Text constraintParents = toolkit.createText(form.getBody(), ""); + constraintParents.setToolTipText("Enter a comma-separated list of ontology super-types for the new constraint. E.g., \" entity, artifact, moveable \""); + constraintParents.setLayoutData(gd); + + + Button addConstraintButton = toolkit.createButton(form.getBody(), "", SWT.PUSH); + addConstraintButton.setToolTipText("Add constraint to list of constraints."); + addConstraintButton.setImage(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, IImageKeys.ADD_SENTENCE_E).createImage()); + addConstraintButton.setLayoutData(new GridData(SWT.FILL, 1, false, false)); + + final HashMap slotsValues = new HashMap(); + final ArrayList slots = new ArrayList(); + + final ArrayList parents = new ArrayList(); + + + parentText.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + constraintText.setText(""); + slots.clear(); + slotsValues.clear(); + parents.clear(); + constraints.clear(); + parentCxn = parentText.getText(); + try { + for (Constraint c : getGrammar().getConstruction(parentCxn).getMeaningBlock().getConstraints()) { + slots.add(c.getArguments().get(0).toString()); + slotsValues.put(c.getArguments().get(0).toString(), c.getValue()); + /* + if (labelText.size() > i && c.getOperator().equals("<--")) { + labelText.get(i).setText(c.getArguments().get(0).toString()); + textList.get(i).setText(c.getValue()); + parents.add(textList.get(i).getText()); + } + */ + } + for (Constraint c : getGrammar().getConstruction(parentCxn).getConstructionalBlock().getConstraints()) { + slots.add(c.getArguments().get(0).toString()); + slotsValues.put(c.getArguments().get(0).toString(), c.getValue()); + } + String[] slotArray = new String[slots.size()]; + for (int i=0; i < slotArray.length; i++) { + slotArray[i] = slots.get(i); + } + constraintBox.setItems(slotArray); + } catch(NullPointerException problem) { + throw new GrammarException("That doesn't exist."); + } + } + }); + + constraintBox.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + constraintText.setText(slotsValues.get(constraintBox.getText())); + parentValue = slotsValues.get(constraintBox.getText()); + } + }); + + + addConstraintButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + String value = constraintText.getText(); + String inputParents = ""; + if (!constraintParents.getText().equals("")) { + inputParents = constraintParents.getText().replace(", ", ""); + String[] inputParents2 = constraintParents.getText().split(","); + for (String parent : inputParents2) { + if (!exists("@" + parent)) { + System.out.println(parent + " does not exist in the ontology lattice. You should add it."); + throw new GrammarException(parent + " does not exist in the ontology."); + } + } + } + if (value.equals("")) { + System.out.println("No values to add."); + } else if (value.charAt(0) == ECGConstants.ONTOLOGYPREFIX && + parentValue.charAt(0) == ECGConstants.ONTOLOGYPREFIX) { + if (!exists(value)) { + if (parentValue != null) { + parentValue += " " + inputParents; + addOntologyItem(value, parentValue); + constraints.add(constraintBox.getText() + " <-- " + value); + } else { + System.out.println("No parent assigned."); + } + } else { + if (!isSubtype(value, parentValue)) { + System.out.println("Not a proper subtype."); + constraints.clear(); + } else { + constraints.add(constraintBox.getText() + " <-- " + value); + } + } + } else { + constraints.add(constraintBox.getText() + " <-- " + value); + } + constraintText.setText(""); + constraintParents.setText(""); + } + }); + addConstraintButton.setLayoutData(gd); + + Button addTokenButton = toolkit.createButton(form.getBody(), "Add token.", SWT.PUSH); + addTokenButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + token = tokenText.getText(); + parentCxn = parentText.getText(); + if (!token.equals("") && !parentCxn.equals("")) { + write(token, parentCxn, constraints); + //Utils.flushCaches(getAnalyzer()); + getAnalyzer().reloadTokens(); + tokenText.setText(""); + parentText.setText(""); + constraintText.setText(""); + constraintBox.setText(""); + constraintParents.setText(""); + } else { + System.out.println("Definition not complete."); + } + + + } + }); + addTokenButton.setLayoutData(gd); + /* + addTokenButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + token = tokenText.getText(); + parentCxn = parentText.getText(); + boolean write = true; + for (int i = 0; i < parents.size(); i++) { + write = true; + String p = parents.get(i); + String value = textList.get(i).getText(); + if (value.charAt(0) == ECGConstants.ONTOLOGYPREFIX && + p.charAt(0) == ECGConstants.ONTOLOGYPREFIX) { + if (!exists(value)) { + //write = false; + addOntologyItem(value, p); + } else { + if (!isSubtype(value, p)) { + System.out.println("Not a proper subtype."); + constraints.clear(); + parents.clear(); + write = false; + } + } + } + if (write) { + constraints.add(labelText.get(i).getText() + " <-- " + textList.get(i).getText()); + } + labelText.get(i).setText("Constraint " + (i+1)); + textList.get(i).setText(""); + } + if (write) { + write(token, parentCxn, constraints); + tokenText.setText(""); + parentText.setText(""); + } + parents.clear(); + } + }); + addTokenButton.setLayoutData(gd); + + Button loadTokens = toolkit.createButton(form.getBody(), "Reload tokens.", SWT.PUSH); + loadTokens.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + getAnalyzer().reloadTokens(); + Utils.flushCaches(getAnalyzer()); + } + }); + loadTokens.setLayoutData(gd); + */ + + + + } + + /** + * Passing the focus request to the viewer's control. + */ + public void setFocus() { + //viewer.getControl().setFocus(); + } +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/DrawFigure.java b/compling.gui/source/compling/gui/grammargui/ui/views/DrawFigure.java new file mode 100644 index 0000000..264a47d --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/DrawFigure.java @@ -0,0 +1,7 @@ +package compling.gui.grammargui.ui.views; + +public class DrawFigure { + + //PolylineConnection c = new PolylineConnection(); + +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/GrammarGrapher.java b/compling.gui/source/compling/gui/grammargui/ui/views/GrammarGrapher.java new file mode 100644 index 0000000..b5c1fe9 --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/GrammarGrapher.java @@ -0,0 +1,226 @@ +package compling.gui.grammargui.ui.views; + + +import org.eclipse.draw2d.AbstractBorder; +import org.eclipse.draw2d.Button; +import org.eclipse.draw2d.ChopboxAnchor; +import org.eclipse.draw2d.ColorConstants; +import org.eclipse.draw2d.ConnectionEndpointLocator; +import org.eclipse.draw2d.Figure; +import org.eclipse.draw2d.Graphics; +import org.eclipse.draw2d.IFigure; +import org.eclipse.draw2d.Label; +import org.eclipse.draw2d.LightweightSystem; +import org.eclipse.draw2d.LineBorder; +import org.eclipse.draw2d.MouseEvent; +import org.eclipse.draw2d.MouseListener; +import org.eclipse.draw2d.PolygonDecoration; +import org.eclipse.draw2d.PolylineConnection; +import org.eclipse.draw2d.RectangleFigure; +import org.eclipse.draw2d.ToolbarLayout; +import org.eclipse.draw2d.XYLayout; +import org.eclipse.draw2d.geometry.Insets; +import org.eclipse.draw2d.geometry.Point; +import org.eclipse.draw2d.geometry.PointList; +import org.eclipse.draw2d.geometry.Rectangle; +import org.eclipse.draw2d.text.TextFlow; +import org.eclipse.swt.SWT; +import org.eclipse.swt.graphics.Color; +import org.eclipse.swt.layout.GridData; +import org.eclipse.swt.widgets.Canvas; +import org.eclipse.swt.widgets.Combo; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.ui.forms.widgets.FormToolkit; +import org.eclipse.ui.forms.widgets.ScrolledForm; +import org.eclipse.ui.part.ViewPart; + +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; +import compling.grammar.unificationgrammar.UnificationGrammar.Role; +import compling.gui.grammargui.model.PrefsManager; + +public class GrammarGrapher extends ViewPart { + public static final String ID = "compling.gui.grammargui.views.grammarGrapher"; + + @Override + public void createPartControl(Composite parent) { + + + + Canvas canvas = new Canvas(parent, SWT.DOUBLE_BUFFERED); + canvas.setBackground(ColorConstants.white); + final LightweightSystem lws = new LightweightSystem(canvas); + final Figure contents = new Figure(); + final XYLayout contentsLayout = new XYLayout(); + contents.setLayoutManager(contentsLayout); + + //TODO: Add text input, so you can say which construction to generate info about + //final TextFlow text = new TextFlow("ActiveTransitive"); + //contents.add(text); + //contentsLayout.setConstraint(text, new Rectangle(10, 5, -1, -1)); + + Button b = new Button("Go"); + //b. + contents.add(b); + contentsLayout.setConstraint(b, new Rectangle(5, 5, -1, -1)); + //b.add + //b.addMouse + b.addMouseListener(new MouseListener() { + + @Override + public void mousePressed(MouseEvent me) { + System.out.println("this"); + + } + + @Override + public void mouseReleased(MouseEvent me) { + System.out.println("or this"); + // TODO Auto-generated method stub + + } + + @Override + public void mouseDoubleClicked(MouseEvent me) { + //String cxnName = text.getText(); + String cxnName = "ActiveTransitive"; + Figure newContents = createContents(cxnName, contentsLayout, contents); + lws.setContents(newContents); + // TODO Auto-generated method stub + + } + + } + ); + + + //final UMLClassFigure classFigure = createGrammarCxnFigure("ArgumentStructure"); + //final UMLClassFigure classFigure2 = createGrammarCxnFigure("ActiveTransitive"); + + + //contentsLayout.setConstraint(classFigure, new Rectangle(10,40,-1,-1)); + //contentsLayout.setConstraint(classFigure2, new Rectangle(200, 200, -1, -1)); + +// /* Creating the connection */ +// PolylineConnection c = new PolylineConnection(); +// ChopboxAnchor sourceAnchor = new ChopboxAnchor(classFigure); +// ChopboxAnchor targetAnchor = new ChopboxAnchor(classFigure2); +// c.setSourceAnchor(sourceAnchor); +// c.setTargetAnchor(targetAnchor); +// +// ConnectionEndpointLocator relationshipLocator = +// new ConnectionEndpointLocator(c,true); +// relationshipLocator.setUDistance(10); +// relationshipLocator.setVDistance(-20); +// Label relationshipLabel = new Label("subcase of ..."); +// c.add(relationshipLabel,relationshipLocator); + + //contents.add(classFigure); + + //contents.add(classFigure2); + + + //contents.add(c); + + + + lws.setContents(contents); + + } + + private Figure createContents(String cxnName, XYLayout contentsLayout, Figure contents) { + UMLClassFigure classFigure = createGrammarCxnFigure(cxnName); + contentsLayout.setConstraint(classFigure, new Rectangle(10,40,-1,-1)); + contents.add(classFigure); + + //UMLClassFigure + + return contents; + + } + + private UMLClassFigure createGrammarCxnFigure(String cxnName) { + Grammar g = getGrammar(); + Construction c = getGrammar().getConstruction(cxnName); + UMLClassFigure uml = new UMLClassFigure(new Label(cxnName)); + + uml.getMethodsCompartment().add(new Label("Meaning: " + c.getMeaningBlock().getType())); + + for (Constraint constraint : c.getMeaningBlock().getConstraints()) { + String toAdd = constraint.toString(); + if (!constraint.getSource().equals(cxnName)) { + toAdd += " // inherited from " + constraint.getSource(); + } + uml.getAttributesCompartment().add(new Label(toAdd)); + } + //uml.getAttributesCompartment().add + //c. + for (Role r : c.getMeaningBlock().getEvokedElements()) { + uml.getMethodsCompartment().add(new Label("evokes " + r.getTypeConstraint().getType() + " as " + r.getName())); + } + + return uml; + } + + /** Returns grammar. */ + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + + public class CompartmentFigure extends Figure { + + public CompartmentFigure() { + ToolbarLayout layout = new ToolbarLayout(); + layout.setMinorAlignment(ToolbarLayout.ALIGN_TOPLEFT); + layout.setStretchMinorAxis(false); + layout.setSpacing(2); + setLayoutManager(layout); + setBorder(new CompartmentFigureBorder()); + } + + public class CompartmentFigureBorder extends AbstractBorder { + public Insets getInsets(IFigure figure) { + return new Insets(1,0,0,0); + } + public void paint(IFigure figure, Graphics graphics, Insets insets) { + graphics.drawLine(getPaintRectangle(figure, insets).getTopLeft(), + tempRect.getTopRight()); + } + } + } + + + public class UMLClassFigure extends Figure { + public Color classColor = new Color(null,255,255,206); + private CompartmentFigure attributeFigure = new CompartmentFigure(); + private CompartmentFigure methodFigure = new CompartmentFigure(); + public UMLClassFigure(Label name) { + ToolbarLayout layout = new ToolbarLayout(); + setLayoutManager(layout); + setBorder(new LineBorder(ColorConstants.black,1)); + setBackgroundColor(classColor); + setOpaque(true); + + add(name); + add(attributeFigure); + add(methodFigure); + } + public CompartmentFigure getAttributesCompartment() { + return attributeFigure; + } + public CompartmentFigure getMethodsCompartment() { + return methodFigure; + } + } + + + @Override + public void setFocus() { + // TODO Auto-generated method stub + + } + +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/GrammarTreeView.java b/compling.gui/source/compling/gui/grammargui/ui/views/GrammarTreeView.java index 93c561c..c163693 100644 --- a/compling.gui/source/compling/gui/grammargui/ui/views/GrammarTreeView.java +++ b/compling.gui/source/compling/gui/grammargui/ui/views/GrammarTreeView.java @@ -12,6 +12,8 @@ public class GrammarTreeView extends TypeSystemTreeView { public GrammarTreeView() { super(); } + + @Override public String getId() { diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/LexiconView.java b/compling.gui/source/compling/gui/grammargui/ui/views/LexiconView.java new file mode 100644 index 0000000..a78a2ce --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/LexiconView.java @@ -0,0 +1,379 @@ +package compling.gui.grammargui.ui.views; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Set; + +import org.eclipse.core.runtime.CoreException; +import org.eclipse.jface.action.Action; +import org.eclipse.jface.dialogs.PopupDialog; +import org.eclipse.jface.viewers.ISelection; +import org.eclipse.jface.viewers.IStructuredSelection; +import org.eclipse.jface.viewers.TreeViewer; +import org.eclipse.jface.viewers.ViewerComparator; +import org.eclipse.swt.SWT; +import org.eclipse.swt.events.SelectionAdapter; +import org.eclipse.swt.events.SelectionEvent; +import org.eclipse.swt.layout.GridData; +import org.eclipse.swt.layout.GridLayout; +import org.eclipse.swt.widgets.Button; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.swt.widgets.MessageBox; +import org.eclipse.swt.widgets.Shell; +import org.eclipse.swt.widgets.Tree; +import org.eclipse.swt.widgets.TreeItem; +import org.eclipse.ui.IEditorInput; +import org.eclipse.ui.IEditorPart; +import org.eclipse.ui.ISelectionListener; +import org.eclipse.ui.IWorkbenchPage; +import org.eclipse.ui.IWorkbenchPart; +import org.eclipse.ui.PartInitException; +import org.eclipse.ui.forms.widgets.FormToolkit; +import org.eclipse.ui.forms.widgets.ScrolledForm; +import org.eclipse.ui.ide.IDE; +import org.eclipse.ui.part.FileEditorInput; +import org.eclipse.ui.part.ViewPart; +import org.eclipse.ui.plugin.AbstractUIPlugin; + +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.ecg.ecgreader.Location; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.TypeSystemNode; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; +import compling.gui.AnalyzerPrefs.AP; +import compling.gui.grammargui.Application; +import compling.gui.grammargui.EcgEditorPlugin; +import compling.gui.grammargui.model.PrefsManager; +import compling.gui.grammargui.model.TypeSystemEditorInput; +import compling.gui.grammargui.ui.editors.ConstructionEditor; +import compling.gui.grammargui.ui.editors.MultiPageConstructionEditor; +import compling.gui.grammargui.util.Log; +import compling.gui.grammargui.util.Constants.IImageKeys; +import compling.ontology.OWLTypeSystemNode; +import compling.parser.ecgparser.ECGTokenReader; +import compling.parser.ecgparser.LCPGrammarWrapper; +import compling.parser.ecgparser.UtteranceGenerator; +import compling.parser.ecgparser.ECGTokenReader.ECGToken; + + +public class LexiconView extends ViewPart { + + + public static final String ID = "compling.gui.grammargui.views.lexicon"; + + /** Returns grammar. */ + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + protected class OpenEditorAction extends Action implements ISelectionListener { + + private IStructuredSelection selection; + + public OpenEditorAction() { + super(); + setEnabled(false); + setText("Open &Editor..."); + setToolTipText("Open a multi-page editor on the selected Type System element."); + setImageDescriptor(EcgEditorPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, IImageKeys.OPEN_EDITOR_E)); + } + + @Override + public void run() { + try { + TypeSystemEditorInput editorInput = new TypeSystemEditorInput((TypeSystemNode) selection.getFirstElement()); + getSite().getPage().openEditor(editorInput, MultiPageConstructionEditor.ID); + } + catch (PartInitException e) { + Log.logError(e); + } + } + + public void selectionChanged(IWorkbenchPart part, ISelection selection) { + if (part == LexiconView.this) { + this.selection = (IStructuredSelection) selection; + setEnabled(this.selection.size() == 1 && !(this.selection.getFirstElement() instanceof OWLTypeSystemNode)); + } + } + + } + + + private TreeViewer treeViewer; + + private ArrayList partsOfSpeech; + private HashMap> posToTypes; + private Map> tokens; + + private HashMap> tokensToConstraints; + + private HashMap> typesToTokens; + + private LCPGrammarWrapper wrapper; + + private Tree tree; + Button reloadButton; + + private TypeSystem ts; + + + private void initializePartsOfSpeech() { + partsOfSpeech = new ArrayList(){{ + add("Adjective"); + add("Noun"); + add("Verb"); + add("Preposition"); + add("Determiner"); + add("Adverb"); + add("NP"); + }}; + } + + private void initializeTokens() throws IOException { + //ECGTokenReader reader = new ECGTokenReader(getGrammar()); + tokens = getGrammar().getTokenReader().getTokens(); + } + + private void typesToTokens() { + tokensToConstraints = new HashMap>(); + typesToTokens = new HashMap>(); + for (ArrayList tokenList : tokens.values()) { + for (ECGToken token : tokenList) { + + tokensToConstraints.put(token.token_name, token.constraints); + String typeName = token.parent.getName(); + if (!typesToTokens.containsKey(typeName)) { + typesToTokens.put(typeName, new ArrayList()); + } + typesToTokens.get(typeName).add(token.token_name); + Collections.sort(typesToTokens.get(typeName)); + } + } + } + + private void initializeData() { + initializePartsOfSpeech(); + try { + initializeTokens(); + } catch (IOException e) { + // TODO: Do something here (error on reading token file) + e.printStackTrace(); + } + typesToTokens(); + initializePosToTypes(); + } + + private void initializePosToTypes() { + posToTypes = new HashMap>(); + posToTypes.put("Other", new ArrayList()); + ts = getGrammar().getCxnTypeSystem(); + //HashMap> typesToLexemes = new HashMap>(); + for (String type : typesToTokens.keySet()) { + boolean placed = false; + for (String pos : partsOfSpeech) { + try { + if (ts.subtype(ts.getInternedString(type), ts.getInternedString(pos))) { + if (!posToTypes.containsKey(pos)) { + posToTypes.put(pos, new ArrayList()); + } + posToTypes.get(pos).add(type); + placed = true; + Collections.sort(posToTypes.get(pos)); + } + } catch (TypeSystemException e) { + // TODO DO something, error + e.printStackTrace(); + } + } if (!placed) { + posToTypes.get("Other").add(type); + placed = true; + Collections.sort(posToTypes.get("Other")); + } + } + for (Construction c : wrapper.getAllConcreteLexicalConstructions()) { + String type = c.getName(); + try { + if (!ts.subtype(ts.getInternedString(type), ts.getInternedString("GeneralTypeCxn"))) { + boolean placed = false; + for (String pos : partsOfSpeech) { + try { + if (ts.subtype(ts.getInternedString(type), ts.getInternedString(pos))) { + if (!posToTypes.containsKey(pos)) { + posToTypes.put(pos, new ArrayList()); + } + posToTypes.get(pos).add(type); + placed = true; + Collections.sort(posToTypes.get(pos)); + } + } catch (TypeSystemException e) { + // TODO DO something, error + e.printStackTrace(); + } + } if (!placed) { + posToTypes.get("Other").add(type); + placed = true; + Collections.sort(posToTypes.get("Other")); + } + } + } catch (TypeSystemException e) { + // TODO Bad thing + e.printStackTrace(); + } + } + } + + private void createTree() { //(Composite parent) { +// tree = new Tree(parent, SWT.BORDER | SWT.V_SCROLL +// | SWT.H_SCROLL); + //tree.setSize(290, 260); + tree.removeAll(); + + for (Entry> entry : posToTypes.entrySet()) { + TreeItem pos = new TreeItem(tree, 0); + pos.setText(entry.getKey()); + TreeItem lexicalCxns = new TreeItem(pos, 0); + lexicalCxns.setText("Lexical-Cxns"); + for (String typeName : entry.getValue()) { + if (typesToTokens.containsKey(typeName)) { + TreeItem type = new TreeItem(pos, 0); + type.setText(typeName); + ArrayList tokns = typesToTokens.get(typeName); + for (String tok : tokns) { + TreeItem token = new TreeItem(type, 0); + token.setImage(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, IImageKeys.TOKEN).createImage()); + + token.setText(tok); + List constraints = tokensToConstraints.get(tok); + for (Constraint c : constraints) { + TreeItem constraint = new TreeItem(token, 0); + String text = c.getArguments().get(0).toString() + " <-- " + c.getValue(); + constraint.setText(text); + } + } + } else { + TreeItem lex = new TreeItem(lexicalCxns, 0); + lex.setText(typeName); + lex.setImage(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, IImageKeys.CONSTRUCTION).createImage()); + for (Constraint c : getGrammar().getConstruction(typeName).getMeaningBlock().getConstraints()) { + TreeItem constraint = new TreeItem(lex, 0); + //constraint. + String text = c.getArguments().get(0).toString() + " " + c.getOperator() + " " + c.getValue(); + constraint.setText(text); + } + } + } + } + tree.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + TreeItem t = tree.getSelection()[0]; + if (tokens.keySet().contains(t.getText())) { + String parent = t.getParentItem().getText(); + ArrayList values = tokens.get(t.getText()); + for (ECGToken token : values) { + if (token.parent.getName().equals(parent)) { + try { + openEditorForToken(token); + } catch (PartInitException e1) { + // TODO Auto-generated catch block + e1.printStackTrace(); + } + } + } + } else if (wrapper.getAllConcreteLexicalConstructions().contains(getGrammar().getConstruction(t.getText()))) { + Construction l = getGrammar().getConstruction(t.getText()); + try { + openEditorFor((TypeSystemNode) l); + } catch (PartInitException e1) { + // TODO Auto-generated catch block + e1.printStackTrace(); + } + //l. + } + } + }); + + } + + protected void openEditorForToken(ECGToken t) throws PartInitException { + final IEditorInput input = new FileEditorInput(PrefsManager.getDefault().getFileFor(t)); + final IWorkbenchPage page = getSite().getPage(); + IEditorPart activeEditor = page.getActiveEditor(); + if (activeEditor != null && activeEditor.equals(page.findEditor(input))) + return; + + IDE.openEditor(page, input, ConstructionEditor.ID, false); + } + + protected void openEditorFor(TypeSystemNode node) throws PartInitException { + if (! getSite().getPage().isEditorAreaVisible()) + return; + + // final IEditorInput input = new TypeSystemEditorInput(node); + final IEditorInput input = new FileEditorInput(PrefsManager.getDefault().getFileFor(node)); + final IWorkbenchPage page = getSite().getPage(); + IEditorPart activeEditor = page.getActiveEditor(); + if (activeEditor != null && activeEditor.equals(page.findEditor(input))) + return; + + IDE.openEditor(page, input, ConstructionEditor.ID, false); + } + + + + @Override + public void createPartControl(Composite parent) { + wrapper = new LCPGrammarWrapper(getGrammar()); + + initializeData(); + + //UtteranceGenerator generator = new UtteranceGenerator(wrapper); + //generator.generateUtterances("VP"); + + + final FormToolkit toolkit = new FormToolkit(parent.getDisplay()); + final ScrolledForm form = toolkit.createScrolledForm(parent); + GridLayout layout = new GridLayout(); + //layout.numColumns = 2; + + form.getBody().setLayout(layout); + GridData gd = new GridData(SWT.FILL, 1, true, false); + + Button reloadButton = toolkit.createButton(form.getBody(), "Reload Lexicon", SWT.PUSH); + reloadButton.setToolTipText("Press button to check grammar and reload lexicon, so new words appear in tree."); + reloadButton.setLayoutData(gd); + reloadButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + PrefsManager.getDefault().checkGrammar(); + initializeData(); + createTree(); + } + }); + + tree = toolkit.createTree(form.getBody(), SWT.BORDER | SWT.V_SCROLL + | SWT.H_SCROLL); + GridData gdTree = new GridData(SWT.FILL, 1, true, true); + gdTree.heightHint = 550; + tree.setLayoutData(gdTree); + createTree(); + + + + } + + @Override + public void setFocus() { + // TODO Auto-generated method stub + + } + + +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/MorphView.java b/compling.gui/source/compling/gui/grammargui/ui/views/MorphView.java new file mode 100644 index 0000000..83d8c20 --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/MorphView.java @@ -0,0 +1,504 @@ +package compling.gui.grammargui.ui.views; + + +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; +import java.nio.charset.Charset; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; + +import org.eclipse.core.runtime.CoreException; +import org.eclipse.core.runtime.IStatus; +import org.eclipse.core.runtime.Status; +import org.eclipse.jface.action.IAction; +import org.eclipse.jface.dialogs.ErrorDialog; +import org.eclipse.swt.SWT; +import org.eclipse.swt.custom.ScrolledComposite; +import org.eclipse.swt.events.SelectionAdapter; +import org.eclipse.swt.events.SelectionEvent; +import org.eclipse.swt.layout.GridData; +import org.eclipse.swt.layout.GridLayout; +import org.eclipse.swt.widgets.Button; +import org.eclipse.swt.widgets.Combo; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.swt.widgets.Label; +import org.eclipse.swt.widgets.Text; + +import org.eclipse.swt.widgets.Table; +import org.eclipse.swt.widgets.TableColumn; +import org.eclipse.swt.widgets.TableItem; +import org.eclipse.swt.graphics.Point; +import org.eclipse.jface.layout.TableColumnLayout; +import org.eclipse.jface.viewers.ColumnWeightData; +import org.eclipse.jface.viewers.TableViewer; +import org.eclipse.jface.viewers.TableViewerColumn; + + +import org.eclipse.ui.forms.widgets.FormToolkit; +import org.eclipse.ui.forms.widgets.ScrolledForm; +import org.eclipse.ui.forms.widgets.FormText; +import org.eclipse.ui.part.ViewPart; + +import compling.context.ContextModel; +import compling.context.MiniOntology; +import compling.grammar.GrammarException; +import compling.grammar.ecg.ECGConstants; +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.ecg.GrammarError; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.TypeSystemNode; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; +import compling.gui.AnalyzerPrefs; +import compling.gui.AnalyzerPrefs.AP; +import compling.gui.grammargui.Application; +import compling.gui.grammargui.builder.GrammarBuilder; +import compling.gui.grammargui.model.IModelChangedListener; +import compling.gui.grammargui.model.PrefsManager; +import compling.gui.grammargui.util.ModelChangedEvent; +import compling.gui.grammargui.util.ResourceGatherer; +import compling.gui.grammargui.util.Constants.IImageKeys; +import compling.gui.util.Utils; +import compling.parser.ParserException; +import compling.parser.ecgparser.ECGAnalyzer; +import compling.parser.ecgparser.ECGTokenReader; +import compling.parser.ecgparser.LCPGrammarWrapper; +import compling.parser.ecgparser.ECGMorph.MorphEntry; +import compling.util.fileutil.FileUtils; +import compling.util.fileutil.TextFileLineIterator; + +public class MorphView extends ViewPart { + public static final String ID = "compling.gui.grammargui.views.morphView"; + private String token; + private String parentCxn; + private ArrayList constraints; + + private String modifiedTok = null; + + private File token_file; + private FileWriter fw; + private BufferedWriter bw; + private FileWriter ontWriter; + private BufferedWriter bOntWriter; + private AnalyzerPrefs prefs; + private File base; + private String[] typeCxns; + private static final Charset DEFAULT_CHARSET = Charset.forName(ECGConstants.DEFAULT_ENCODING); + + + private String modifiedMorph = null; + + private String parentValue; + + private HashMap> inflections; + private TableViewer inflectionTable; + + + /** Returns a list of constructions using the grammar object's method for "getting constructions" based on orthography. */ + private String[] getTypes(String orth) { + LCPGrammarWrapper lcp = new LCPGrammarWrapper(getGrammar()); + List cxns = lcp.getLexicalConstruction(orth); + + String[] typeNames= new String[cxns.size()]; + for (int i=0; i < typeNames.length; i++) { + typeNames[i] = cxns.get(i).getName(); + } + Arrays.sort(typeNames); + return typeNames; + } + + /** Checks if CHILD is a subtype of PARENT. - NOTE: not the same as version in TokenView */ + private boolean isSubtype2(String child, String parent) { + TypeSystem ts = getGrammar().getConstructionTypeSystem(); + try { + if (ts.subtype(ts.getInternedString(child), ts.getInternedString(parent))) { + return true; + } + } catch (TypeSystemException e) { + System.out.println("Either " + child + " or " + parent + " doesn't exist."); + return false; + } + return false; + } + + + private String[] getMorphFiles() { + List morph_paths = prefs.getList(AP.MORPHOLOGY_PATH); + String[] toks = new String[morph_paths.size()]; + for (int i=0; i < toks.length; i++) { + toks[i] = morph_paths.get(i); + } + return toks; + } + + private String[] getInflectionsForParentType(String parent) { + HashSet inflections = new HashSet(); + + File base = prefs.getBaseDirectory(); + File table_path = new File(base, prefs.getSetting(AP.TABLE_PATH)); + TextFileLineIterator tfli = new TextFileLineIterator(table_path); + + int lineNum = 1; + while (tfli.hasNext()) { + String l = tfli.next(); + if (l.equals("Constructional")) { + continue; + } + if (l.startsWith("#")) { + continue; + } + if (l.equals("Meaning")) { + continue; + } + String[] s = l.split("\\s*::\\s*"); + if (s.length < 3) { + throw new ParserException("Improperly formatted morph entry on line " + lineNum + + " of table in file " + table_path + + ". Entry must be of the form: \n 'FlectType :: constraints :: compatible_constructions'."); + } + String flectType = s[0]; + String[] compatible_cxns = s[2].split(",\\s"); + + for (String cxn : compatible_cxns) { + if (isSubtype2(parent, cxn)) { + + inflections.add(flectType.replace(',', '/')); + break; + } + } + + lineNum += 1; + } + + String[] inflectionsArray = inflections.toArray(new String[inflections.size()]); + Arrays.sort(inflectionsArray); + return inflectionsArray; + } + + /** Adds a pair of values to the the constraint table. */ + private void addTableEntry(Table table, String constraint, String value) { + TableItem newItem = new TableItem(table, SWT.NONE); + newItem.setText(0, constraint); + newItem.setText(1, value); + } + + + /** Returns type system. */ + protected TypeSystem getTypeSystem() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar != null ? grammar.getOntologyTypeSystem() : null; + } + + /** Returns grammar. */ + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + /** Returns Analyzer. */ + protected ECGAnalyzer getAnalyzer() { + return PrefsManager.getDefault().getAnalyzer(); + } + + + public void setTypes() { + String t = parentText.getText(); + parentText.setItems(getTypes("\"*\"")); + parentText.setText(t); + } + + static Combo parentText; + + public void broadcastError(String message) { + String newMessage = "WARNING: \n \n" + message; + final IStatus status = new Status(IStatus.ERROR, Application.PLUGIN_ID, newMessage); + ErrorDialog.openError(null, "Morphology Editor Error", null, status); + throw new GrammarException(message); + } + + + public void createPartControl(Composite parent) { + inflections = new HashMap>(); + + prefs = (AnalyzerPrefs) getGrammar().getPrefs(); + base = prefs.getBaseDirectory(); + typeCxns = getTypes("\"*\""); + + final FormToolkit toolkit = new FormToolkit(parent.getDisplay()); + final ScrolledForm form = toolkit.createScrolledForm(parent); + + form.setText("Morphology Editor"); + GridLayout layout = new GridLayout(); + form.getBody().setLayout(layout); + + layout.numColumns = 2; + GridData gd = new GridData(SWT.FILL, 1, true, false); + gd.horizontalSpan = 1; + + final Label tokenLabel = toolkit.createLabel(form.getBody(), "Enter Lemma:"); + final Text tokenText = toolkit.createText(form.getBody(), ""); + tokenText.setLayoutData(gd); + + + final Label parentLabel = toolkit.createLabel(form.getBody(), "Select Parent Type:"); + parentText = new Combo(form.getBody(), SWT.DROP_DOWN); + setTypes(); + parentText.setLayoutData(gd); + parentText.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(parent); + + GridData tableGd = new GridData(SWT.FILL, SWT.FILL, true, false); + tableGd.verticalSpan = 5; + + /* inflection -> 'past/present', wordform -> 'blocked' */ + + final Label morphFileLabel = toolkit.createLabel(form.getBody(), "Select Morphology File:"); + final Combo morphFileBox = new Combo(form.getBody(), SWT.DROP_DOWN); + morphFileBox.setItems(getMorphFiles()); + morphFileBox.setLayoutData(gd); + morphFileBox.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(morphFileBox); + + final Label inflectionSelect = toolkit.createLabel(form.getBody(), "Select Inflection to Modify:"); + final Combo inflectionBox = new Combo(form.getBody(), SWT.DROP_DOWN); + inflectionBox.setLayoutData(gd); + inflectionBox.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(inflectionBox); + + final Label wordformSelect = toolkit.createLabel(form.getBody(), "Set Wordform:"); + final Text wordformText = toolkit.createText(form.getBody(), ""); + wordformText.setLayoutData(gd); + + /* Empty label for spacing */ + toolkit.createLabel(form.getBody(), ""); + + Button addInflectionButton = toolkit.createButton(form.getBody(), "Enter inflection", SWT.PUSH); + addInflectionButton.setToolTipText("Add constraint to list of constraints for this token."); + addInflectionButton.setLayoutData(gd); + + /* Empty label for spacing */ + toolkit.createLabel(form.getBody(), ""); + + final Composite inflectionTableComposite = new Composite(form.getBody(), SWT.NONE); + inflectionTable = new TableViewer(inflectionTableComposite, SWT.SINGLE | SWT.FULL_SELECTION | SWT.H_SCROLL | SWT.V_SCROLL); + inflectionTable.getTable().setLinesVisible(true); + inflectionTable.getTable().setHeaderVisible(true); + TableViewerColumn inflectionColumn = new TableViewerColumn(inflectionTable, SWT.NONE); + inflectionColumn.getColumn().setText("Inflection"); + inflectionColumn.getColumn().setResizable(false); + TableViewerColumn wordformColumn = new TableViewerColumn(inflectionTable, SWT.NONE); + wordformColumn.getColumn().setText("Wordform"); + wordformColumn.getColumn().setResizable(false); + TableColumnLayout inflectionTableLayout = new TableColumnLayout(); + inflectionTableComposite.setLayout(inflectionTableLayout); + + inflectionTableLayout.setColumnData(inflectionColumn.getColumn(), new ColumnWeightData(50)); + inflectionTableLayout.setColumnData(wordformColumn.getColumn(), new ColumnWeightData(50)); + inflectionTableComposite.setLayoutData(tableGd); + + for (int i = 0; i < tableGd.verticalSpan; i++) { + toolkit.createLabel(form.getBody(), ""); + } + + Button removeInflectionButton = toolkit.createButton(form.getBody(), "Remove inflection", SWT.PUSH); + removeInflectionButton.setToolTipText("Remove highlighted inflection from list of inflections for this token."); + removeInflectionButton.setLayoutData(gd); + + toolkit.createLabel(form.getBody(), ""); + Button addMorphButton = toolkit.createButton(form.getBody(), "Add morphology entry.", SWT.PUSH); + + + parentText.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + inflections.clear(); + inflectionTable.getTable().removeAll(); + + parentCxn = parentText.getText(); + inflectionBox.setItems(getInflectionsForParentType(parentCxn)); + + } + }); + + + morphFileBox.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + modifiedMorph = morphFileBox.getText(); + } + }); + + addInflectionButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + String wordform = wordformText.getText(); + + if (wordform.equals("")) { + String message = "There are no inflection values to add; you need to fill in the wordform value slot."; + broadcastError(message); + } + + else { + /* Maps a wordform to all inflections for ease of use */ + HashSet inflectionVals; + if (inflections.containsKey(wordform)) { + inflectionVals = inflections.get(wordform); + inflectionVals.add(inflectionBox.getText()); + } else { + inflectionVals = new HashSet(); + inflectionVals.add(inflectionBox.getText()); + inflections.put(wordform, inflectionVals); + } + + addTableEntry(inflectionTable.getTable(), inflectionBox.getText(), wordform); + inflectionBox.setText(""); + } + } + }); + addInflectionButton.setLayoutData(gd); + + removeInflectionButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + Table iTable = inflectionTable.getTable(); + int selected = iTable.getSelectionIndex(); + if (selected == -1) { + String message = "Please select a constraint to remove."; + broadcastError(message); + } else { + TableItem row = iTable.getItem(selected); + String inflection = row.getText(0); + String wordform = row.getText(1); + + if (inflections.containsKey(wordform)) { + HashSet inflectionVals = inflections.get(wordform); + if (inflectionVals.size() <= 1) { + inflections.remove(wordform); + } else { + inflectionVals.remove(inflection); + } + } + + iTable.deselectAll(); + iTable.remove(selected); + } + } + }); + removeInflectionButton.setLayoutData(gd); + + addMorphButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + token = tokenText.getText(); +// parentCxn = parentText.getText(); + + if (entryInMorph(token)) { + broadcastError("Token is already in the morphology."); + } + else if (!token.equals("") && !parentCxn.equals("") && inflections.size() > 0) { + FileWriter morph_fw; + BufferedWriter morph_bw; + + try { + if (modifiedMorph == null) { + broadcastError("Please select a morphology file."); + return; + } + + File morph_file = new File(base, modifiedMorph); + morph_fw = new FileWriter(morph_file.getAbsoluteFile(), true); + morph_bw = new BufferedWriter(morph_fw); + + String wordformString; + boolean isFirst; + for (String wordform : inflections.keySet()) { + wordformString = wordform + "\t"; + isFirst = true; + for (String inflection : inflections.get(wordform)) { + if (!isFirst) { + wordformString += " "; + } + wordformString += token + " " + inflection; + isFirst = false; + } + morph_bw.write(wordformString); + morph_bw.newLine(); + } + morph_bw.close(); + + inflections.clear(); + inflectionTable.getTable().removeAll(); + wordformText.setText(""); + inflectionBox.setText(""); + + try { + getGrammar().buildTokenAndMorpher(); + } catch (ParserException pe) { + broadcastError(pe.getMessage()); + } + Utils.flushCaches(); + } catch(IOException ex) { + ex.printStackTrace(); + } + } else { + //System.out.println("Definition not complete."); + broadcastError("This inflection definition is not complete; you must make sure you select a parentCxn (currently set to '" + parentCxn + "'), " + + "fill in the box for the token's value (currently: '" + token + + "'), and add at least one inflection (currently " + inflections.size() + " inflections added)."); + } + + + } + }); + addMorphButton.setLayoutData(gd); + } + + /* Check if string exists in morphology */ + private boolean entryInMorph(String entry) { + File base = prefs.getBaseDirectory(); + File ecgmorph_path; + + List morph_paths = prefs.getList(AP.MORPHOLOGY_PATH); + for (String path : morph_paths) { + ecgmorph_path = new File(base, path); + + TextFileLineIterator tfli = new TextFileLineIterator(ecgmorph_path); + + int lineNum = 0; + + while (tfli.hasNext()) { + lineNum++; + String line = tfli.next(); + // Skip blank lines or lines with just a comment + if (line.matches("\\s*#.*") || line.matches("\\s*")) { + continue; + } + String splitline[] = line.split("\\s+"); + if (splitline.length < 3) { + throw new ParserException("Improperly formatted entry in morph file " + ecgmorph_path + ", line " + lineNum); + } + + if (entry.equals(splitline[0])) { + return true; + } + + for (int ii = 1; ii+1 < splitline.length; ii+=2) { + if (entry.equals(splitline[ii])) { + return true; + } + } + } + } + + return false; + } + + + /** + * Passing the focus request to the viewer's control. + */ + public void setFocus() { + //viewer.getControl().setFocus(); + } +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/OntologyLatticeView.java b/compling.gui/source/compling/gui/grammargui/ui/views/OntologyLatticeView.java new file mode 100644 index 0000000..4c08667 --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/OntologyLatticeView.java @@ -0,0 +1,44 @@ +package compling.gui.grammargui.ui.views; + +import org.eclipse.jface.viewers.TreeViewer; +import org.eclipse.swt.SWT; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.ui.part.ViewPart; + +import compling.grammar.ecg.Grammar; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemNode; +import compling.gui.grammargui.model.PrefsManager; + +public class OntologyLatticeView extends TypeSystemTreeView { + + public static final String ID = "compling.gui.grammargui.views.ontologylatticeview"; + + + @Override + protected TypeSystem getTypeSystem() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar != null ? grammar.getOntologyTypeSystem() : null; + } + /* + @Override + public void createPartControl(Composite parent) { + TreeViewer treeViewer = new TreeViewer(parent, SWT.VIRTUAL | SWT.MULTI); + //treeViewer. + + } + + + @Override + public void setFocus() { + // TODO Auto-generated method stub + + } + */ + + @Override + public String getId() { + return ID; + } + +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/OntologyUtilities.java b/compling.gui/source/compling/gui/grammargui/ui/views/OntologyUtilities.java new file mode 100644 index 0000000..0f02c00 --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/OntologyUtilities.java @@ -0,0 +1,146 @@ +package compling.gui.grammargui.ui.views; + +import org.eclipse.jface.action.Action; +import org.eclipse.jface.action.IAction; +import org.eclipse.swt.SWT; +import org.eclipse.swt.events.SelectionAdapter; +import org.eclipse.swt.events.SelectionEvent; +import org.eclipse.swt.layout.GridData; +import org.eclipse.swt.layout.GridLayout; +import org.eclipse.swt.widgets.Button; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.swt.widgets.Label; +import org.eclipse.swt.widgets.Text; +import org.eclipse.ui.forms.widgets.FormToolkit; +import org.eclipse.ui.forms.widgets.ScrolledForm; +import org.eclipse.ui.part.ViewPart; + +import compling.grammar.ecg.Grammar; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.gui.grammargui.model.IModelChangedListener; +import compling.gui.grammargui.model.PrefsManager; +import compling.gui.grammargui.util.ModelChangedEvent; +import compling.parser.ParserException; + +public class OntologyUtilities extends ViewPart { + + public static final String ID = "compling.gui.grammargui.views.ontologyUtilities"; + + /* + private class CheckSubtypeAction extends Action implements IModelChangedListener { + + public CheckSubtypeAction() { + super(); + subtypeButton.setLayoutData(new GridData(SWT.FILL, 1, false, false)); + + + subtypeButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + String type1 = type1Text.getText(); + String type2 = type2Text.getText(); + + } + }); + } + + public void run() { + //return isSubtype() + } + + @Override + public void modelChanged(ModelChangedEvent event) { + setEnabled(isEnabled()); + } + + + } + */ + + /** Checks if CHILD is a subtype of PARENT. */ + private boolean isSubtype(String child, String parent) { + try { + TypeSystem ts = getGrammar().getOntologyTypeSystem(); + child = child.replace("@", ""); + //child = child.substring(1, child.length()).trim(); + //String ancestor = parent.substring(1, parent.length()).trim(); + parent = parent.replace("@", ""); + return ts.subtype(ts.getInternedString(child), ts.getInternedString(parent)); + } catch(TypeSystemException type) { + System.out.println("Either " + child + " or " + parent + " doesn't exist."); + //throw new ParserException("Problem"); + return false; + } + } + + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + + + + + + private Button subtypeButton; + private Text relationText; + private Text type1Text; + private Text type2Text; + + + @Override + public void createPartControl(Composite parent) { + // TODO Auto-generated method stub + final FormToolkit toolkit = new FormToolkit(parent.getDisplay()); + final ScrolledForm form = toolkit.createScrolledForm(parent); + form.setText("Ontology Utilities"); + GridLayout layout = new GridLayout(); + form.getBody().setLayout(layout); + layout.numColumns = 2; + GridData gd = new GridData(SWT.FILL, 1, true, false); + gd.horizontalSpan = 1; + //layout. + + + final Label type1Label = toolkit.createLabel(form.getBody(), "Enter type 1:"); + type1Text = toolkit.createText(form.getBody(), ""); + + final Label type2Label = toolkit.createLabel(form.getBody(), "Enter type 2:"); + type2Text = toolkit.createText(form.getBody(), ""); + + subtypeButton = toolkit.createButton(form.getBody(), "Get relations.", SWT.PUSH); + subtypeButton.setLayoutData(new GridData(SWT.FILL, 1, false, false)); + + relationText = toolkit.createText(form.getBody(), ""); + relationText.setLayoutData(gd); + + subtypeButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + String type1 = type1Text.getText(); + String type2 = type2Text.getText(); + if (type1.equals(type2)) { + relationText.setText(type1 + " and " + type2 + " are the same value."); + } + else if (isSubtype(type1, type2)) { + relationText.setText(type1 + " is a subtype of " + type2); + } + else if (isSubtype(type2, type1)) { + relationText.setText(type2 + " is a subtype of " + type1); + } else { + relationText.setText(type1 + " is not related to " + type2); + } + } + }); + + + + } + + @Override + public void setFocus() { + // TODO Auto-generated method stub + + } + +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/PackageView.java b/compling.gui/source/compling/gui/grammargui/ui/views/PackageView.java new file mode 100644 index 0000000..a174479 --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/PackageView.java @@ -0,0 +1,115 @@ +package compling.gui.grammargui.ui.views; + +import java.util.ArrayList; +import java.util.HashMap; + +import org.eclipse.swt.SWT; +import org.eclipse.swt.events.SelectionAdapter; +import org.eclipse.swt.events.SelectionEvent; +import org.eclipse.swt.layout.GridData; +import org.eclipse.swt.layout.GridLayout; +import org.eclipse.swt.widgets.Button; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.swt.widgets.Tree; +import org.eclipse.swt.widgets.TreeItem; +import org.eclipse.ui.forms.widgets.FormToolkit; +import org.eclipse.ui.forms.widgets.ScrolledForm; +import org.eclipse.ui.part.ViewPart; + +import compling.grammar.ecg.Grammar; +import compling.gui.grammargui.model.PrefsManager; + +public class PackageView extends ViewPart { + + + public static final String ID = "compling.gui.grammargui.views.package"; + + + private Tree tree; + ArrayList declared; + HashMap> relations; + + + /** Returns grammar. */ + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + @Override + public void createPartControl(Composite parent) { + + initializeData(); + final FormToolkit toolkit = new FormToolkit(parent.getDisplay()); + final ScrolledForm form = toolkit.createScrolledForm(parent); + GridLayout layout = new GridLayout(); + //layout.numColumns = 2; + + form.getBody().setLayout(layout); + GridData gd = new GridData(SWT.FILL, 1, true, false); + + Button reloadButton = toolkit.createButton(form.getBody(), "Reload Packages", SWT.PUSH); + reloadButton.setToolTipText("Press button to check grammar and reload packages, so newly defined packages appear in tree."); + reloadButton.setLayoutData(gd); + reloadButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + PrefsManager.getDefault().checkGrammar(); + initializeData(); + createTree(); + } + }); + + tree = toolkit.createTree(form.getBody(), SWT.BORDER | SWT.V_SCROLL + | SWT.H_SCROLL); + GridData gdTree = new GridData(SWT.FILL, 1, true, true); + gdTree.heightHint = 550; + tree.setLayoutData(gdTree); + createTree(); + // TODO Auto-generated method stub + + } + + private void initializeData() { + declared = getGrammar().getDeclaredPackages(); + relations = getGrammar().getPackageRelations(); + } + + protected void createTree() { + tree.removeAll(); + ArrayList observed = new ArrayList(); + System.out.println(relations); + TreeItem active = new TreeItem(tree, 0); + active.setText("Active Packages"); + for (String pkg : declared) { + if (!observed.contains(pkg)) { + + ArrayList observed2 = new ArrayList(); + TreeItem dec = new TreeItem(active, 0); + dec.setText(pkg); + observed.add(pkg); + System.out.println(pkg); + System.out.println(observed); + if (relations.containsKey(pkg)) { + for (String imports : relations.get(pkg)) { + if (!observed2.contains(imports)) { + TreeItem imp = new TreeItem(dec, 0); + if (declared.contains(imports)) { + imports += " (active)"; + } + imp.setText(imports); + observed2.add(imports); + } + } + } + } + } + + } + + @Override + public void setFocus() { + // TODO Auto-generated method stub + + } + +} diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/TestRunnerView.java b/compling.gui/source/compling/gui/grammargui/ui/views/TestRunnerView.java index 660460f..04f6ca7 100644 --- a/compling.gui/source/compling/gui/grammargui/ui/views/TestRunnerView.java +++ b/compling.gui/source/compling/gui/grammargui/ui/views/TestRunnerView.java @@ -32,6 +32,8 @@ import org.eclipse.swt.events.DisposeListener; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.events.PaintListener; +import org.eclipse.swt.events.SelectionAdapter; +import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; @@ -39,6 +41,7 @@ import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; +import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Canvas; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; @@ -110,8 +113,15 @@ protected Object[] getElements() { protected IStatus run(IProgressMonitor monitor) { int step = 0; int failures = 0; - try { - ECGAnalyzer analyzer = new ECGAnalyzer(PrefsManager.getDefault().getGrammar()); + long startTime = System.nanoTime(); + long analyzerTime = 0; + //try { + long startupTimeOne = System.nanoTime(); + + ECGAnalyzer analyzer = PrefsManager.getDefault().getAnalyzer();//new ECGAnalyzer(PrefsManager.getDefault().getGrammar()); + long startupTimeTwo = System.nanoTime(); + analyzerTime = (startupTimeTwo - startupTimeOne) / 1000000000; + List results = new ArrayList(); beginProgress(monitor, sentences.length); for (AnalyzerSentence s : sentences) { @@ -128,13 +138,18 @@ protected IStatus run(IProgressMonitor monitor) { } reportProgress(monitor, ++step, failures); } - } + //} + /* catch (IOException e) { Log.logError(e, "Major problem while instantiating Analyzer"); return new JobStatus(IStatus.ERROR, this, "Problem initializing Analyzer object."); - } + } */ + long endTime = System.nanoTime(); + + long duration = (endTime - startTime) / 1000000000; + //duration - reportFinal(monitor, getElements().length, step, failures); + reportFinal(monitor, getElements().length, step, failures, duration, analyzerTime); return JobStatus.OK_STATUS; } @@ -162,13 +177,13 @@ public void run() { }); } - protected void reportFinal(final IProgressMonitor monitor, final int total, final int done, final int failures) { + protected void reportFinal(final IProgressMonitor monitor, final int total, final int done, final int failures, final long time, final long analyzerTime) { Display.getDefault().asyncExec(new Runnable() { @Override public void run() { if (monitor != null) monitor.done(); - counterPanel.setLabels(total, done, failures); + counterPanel.setLabels(total, done, failures, time, analyzerTime); viewer.refresh(); } }); @@ -366,7 +381,10 @@ public class CounterPanel extends Composite { protected Text numberOfErrors; protected Text numberFailed; protected Text numberTested; + protected Text totalTime; + protected Text startupTime; protected int total; + protected float time; protected int ignoredCount; protected int assumptionFailedCount; @@ -387,6 +405,9 @@ public CounterPanel(Composite parent) { numberTested = createLabel("Tested:", null, " 0/0 "); numberFailed = createLabel("Failures:", failureIcon, " 0 "); + totalTime = createLabel("Total time:", null, " "); + startupTime = createLabel("Startup Time:", null, " "); + addDisposeListener(new DisposeListener() { public void widgetDisposed(DisposeEvent e) { @@ -422,26 +443,37 @@ private Text createLabel(String name, Image image, String init) { } public void reset() { - setLabels(0, 0, 0); + setLabels(0, 0, 0, 0, 0); total = 0; } - public void setLabels(int total, int tested, int failures) { - String runString = String.format(" %s/%d ", total, tested); - String runStringTooltip = "Total number of sentences / number of sentences tested."; - + public void setLabels(int total, int tested, int failures, long time, long analyzerTime) { + String runString = String.format(" %s/%d ", tested, total); + String runStringTooltip = "Number of sentences tested / total number of sentences."; + + String timeString = String.format(" %s seconds", time); + String analyzerString = String.format(" %s seconds", analyzerTime); + numberTested.setText(runString); numberTested.setToolTipText(runStringTooltip); numberFailed.setText(String.format(" %d ", failures)); numberFailed.setToolTipText("Number of failed parses."); + totalTime.setText(timeString); + + startupTime.setText(analyzerString); + numberTested.redraw(); numberFailed.redraw(); + + totalTime.redraw(); + redraw(); } + } class NameSorter extends ViewerSorter { @@ -463,6 +495,22 @@ public void createPartControl(Composite parent) { gridLayout.marginWidth = 0; gridLayout.marginHeight = 0; parent.setLayout(gridLayout); + + Button selectAll = new Button(parent, SWT.PUSH); + selectAll.setText("Select/Deselect All Sentences"); + + selectAll.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + //System.out.println("Reloading types"); + //viewer.setAllGrayed(true); + if (viewer.getCheckedElements().length > 0) { + viewer.setAllChecked(false); + } else { + viewer.setAllChecked(true); + } + } + }); + counterComposite = createProgressCountPanel(parent); counterComposite.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false)); diff --git a/compling.gui/source/compling/gui/grammargui/ui/views/TokenView.java b/compling.gui/source/compling/gui/grammargui/ui/views/TokenView.java new file mode 100644 index 0000000..405dd12 --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/ui/views/TokenView.java @@ -0,0 +1,695 @@ +package compling.gui.grammargui.ui.views; + + +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; +import java.nio.charset.Charset; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; + +import org.eclipse.core.runtime.CoreException; +import org.eclipse.core.runtime.IStatus; +import org.eclipse.core.runtime.Status; +import org.eclipse.jface.action.IAction; +import org.eclipse.jface.dialogs.ErrorDialog; +import org.eclipse.swt.SWT; +import org.eclipse.swt.custom.ScrolledComposite; +import org.eclipse.swt.events.SelectionAdapter; +import org.eclipse.swt.events.SelectionEvent; +import org.eclipse.swt.layout.GridData; +import org.eclipse.swt.layout.GridLayout; +import org.eclipse.swt.widgets.Button; +import org.eclipse.swt.widgets.Combo; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.swt.widgets.Label; +import org.eclipse.swt.widgets.Text; + +import org.eclipse.swt.widgets.Table; +import org.eclipse.swt.widgets.TableColumn; +import org.eclipse.swt.widgets.TableItem; +import org.eclipse.swt.graphics.Point; +import org.eclipse.jface.layout.TableColumnLayout; +import org.eclipse.jface.viewers.ColumnWeightData; +import org.eclipse.jface.viewers.TableViewer; +import org.eclipse.jface.viewers.TableViewerColumn; + + +import org.eclipse.ui.forms.widgets.FormToolkit; +import org.eclipse.ui.forms.widgets.ScrolledForm; +import org.eclipse.ui.forms.widgets.FormText; +import org.eclipse.ui.part.ViewPart; + +import compling.context.ContextModel; +import compling.context.MiniOntology; +import compling.grammar.GrammarException; +import compling.grammar.ecg.ECGConstants; +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.ecg.GrammarError; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.TypeSystemNode; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; +import compling.gui.AnalyzerPrefs; +import compling.gui.AnalyzerPrefs.AP; +import compling.gui.grammargui.Application; +import compling.gui.grammargui.builder.GrammarBuilder; +import compling.gui.grammargui.model.IModelChangedListener; +import compling.gui.grammargui.model.PrefsManager; +import compling.gui.grammargui.util.ModelChangedEvent; +import compling.gui.grammargui.util.ResourceGatherer; +import compling.gui.grammargui.util.Constants.IImageKeys; +import compling.gui.util.Utils; +import compling.parser.ParserException; +import compling.parser.ecgparser.ECGAnalyzer; +import compling.parser.ecgparser.ECGTokenReader; +import compling.parser.ecgparser.LCPGrammarWrapper; +import compling.parser.ecgparser.ECGMorph.MorphEntry; +import compling.util.fileutil.FileUtils; +import compling.util.fileutil.TextFileLineIterator; + +public class TokenView extends ViewPart { + public static final String ID = "compling.gui.grammargui.views.tokenView"; + private String token; + private String parentCxn; + private ArrayList constraints; + + private String modifiedTok = null; + + private File token_file; + private File ontFile; + private FileWriter fw; + private BufferedWriter bw; + private FileWriter ontWriter; + private BufferedWriter bOntWriter; + private AnalyzerPrefs prefs; + private File base; + private String[] typeCxns; + private static final Charset DEFAULT_CHARSET = Charset.forName(ECGConstants.DEFAULT_ENCODING); + + private String modifiedOnt = null; + + private IAction addToken; + private IAction addConstraint; + + private String parentValue; + + private TableViewer constraintsTable; + + /** Opens up token file from TOKEN_PATH. */ + private void openFile() { + try { + if (modifiedTok == null) { + List token_paths = prefs.getList(AP.TOKEN_PATH); + token_file = new File(base, token_paths.get(0)); // writes to the first token path listed + if (!token_file.exists()) { + token_file.createNewFile(); + } + } else { + token_file = new File(base, modifiedTok); + } + fw = new FileWriter(token_file.getAbsoluteFile(), true); + bw = new BufferedWriter(fw); + } catch(IOException ex) { + ex.printStackTrace(); + } + } + + /** Writes new token to Token File. */ + private void write(String tok, String par, ArrayList cons) { + try { + openFile(); + String constraintString = ""; + for (int i = 0; i < cons.size(); i++) { + constraintString += cons.get(i); + if (i < cons.size() - 1) { + constraintString += " :: "; + } + } + bw.write(tok + " :: " + par + " :: " + constraintString); + bw.newLine(); + bw.close(); + token = ""; + parentCxn = ""; + constraints.clear(); + + constraintsTable.getTable().removeAll(); + + try { + getGrammar().buildTokenAndMorpher(); + } catch (ParserException e) { + broadcastError(e.getMessage()); + } + Utils.flushCaches(); + } catch(IOException ex) { + ex.printStackTrace(); + } + } + + + /** Checks if VALUE exists in ontology. Uses method from Grammar object. Assumes value has "@ in it". */ + private boolean exists(String value) { + return getGrammar().getOntologyTypeSystem().get(value.substring(1, value.length()).trim()) != null; + } + + /** Returns a list of constructions using the grammar object's method for "getting constructions" based on orthography. */ + private String[] getTypes(String orth) { + LCPGrammarWrapper lcp = new LCPGrammarWrapper(getGrammar()); + List cxns = lcp.getLexicalConstruction(orth); + String[] typeNames= new String[cxns.size()]; + for (int i=0; i < typeNames.length; i++) { + typeNames[i] = cxns.get(i).getName(); + } + Arrays.sort(typeNames); + return typeNames; + } + + + private String[] getOntologyFiles() { + List ontPaths = prefs.getList(AP.ONTOLOGY_PATHS); + String[] onts = new String[ontPaths.size()]; + for (int i=0; i < onts.length; i++) { + onts[i] = ontPaths.get(i); + } + return onts; + } + + private String[] getTokenFiles() { + List token_paths = prefs.getList(AP.TOKEN_PATH); + String[] toks = new String[token_paths.size()]; + for (int i=0; i < toks.length; i++) { + toks[i] = token_paths.get(i); + } + return toks; + } + + + private void rebuildOntology() { + ResourceGatherer gatherer = new ResourceGatherer(prefs); + ContextModel contextModel; + try { + contextModel = buildContextModel(gatherer); + getGrammar().setContextModel(contextModel); + //getGrammar().update(); + TypeSystem ts = getGrammar().getOntologyTypeSystem(); + + } catch (CoreException e) { + e.printStackTrace(); + broadcastError("Problem rebuilding ontology..."); + } + } + + + + public ContextModel buildContextModel(ResourceGatherer gatherer) throws CoreException { + //SampleResourceVisitor visitor = new SampleResourceVisitor(); +// for (IResource r : gatherer.getOntologyFiles(getProject())) { +// r.accept(visitor); +// } + boolean onts = true; + String[] exts = gatherer.getOntologyExtensions().split(" "); + List files = gatherer.getOntologyFiles(); + if (files.size() == 1) { + return new ContextModel(files.get(0).getAbsolutePath(), DEFAULT_CHARSET); + } else if (onts) { + return new ContextModel(files, exts[2], DEFAULT_CHARSET); + } + else { + return new ContextModel(files, exts[0], exts[1], DEFAULT_CHARSET); + } + } + + + // Adds VALUE to ontology as a subtype of PARENT. + private void addOntologyItem(String value, String parent, String ontologyFile) { + value = value.substring(1, value.length()).trim(); + parent = parent.substring(1, parent.length()).trim(); + try { + if (ontologyFile == null) { + List ontPaths = prefs.getList(AP.ONTOLOGY_PATHS); + ontologyFile = ontPaths.get(0); + } + ontFile = new File(base, ontologyFile); + File tempFile = new File("tempFile.ont"); + ontWriter = new FileWriter(tempFile.getAbsoluteFile(), true); + bOntWriter = new BufferedWriter(ontWriter); + TextFileLineIterator tfli = new TextFileLineIterator(ontFile); + while (tfli.hasNext()) { + String line = tfli.next(); + if (line.contains("INSTS:")) { + continue; + } + bOntWriter.write(line + System.getProperty("line.separator") + System.getProperty("line.separator")); + } + String toWrite = "(type " + value + " sub " + parent + ")"; + bOntWriter.write(toWrite); + bOntWriter.newLine(); + bOntWriter.newLine(); + bOntWriter.write("INSTS:"); + bOntWriter.newLine(); + bOntWriter.close(); + //File pointer = new File(ontFile.getAbsolutePath()); + String path = ontFile.getAbsolutePath(); + ontFile.delete(); + // Need to rename temp-file here. + if (tempFile.renameTo(ontFile)) { + System.out.println("Success"); + } else{ + throw new IOException(); + } + //System.out.println(tempFile); + //PrefsManager.getDefault().checkGrammar(); + rebuildOntology(); + } catch (IOException problem) { + broadcastError("Something went wrong with modifying the ontology file " + ontologyFile + " with type " + value + + "and parent " + parent + "."); + } + } + + /** Adds a pair of values to the the constraint table. */ + private void addTableEntry(Table table, String constraint, String value) { + TableItem newItem = new TableItem(table, SWT.NONE); + newItem.setText(0, constraint); + newItem.setText(1, value); + } + /* */ + + /** Checks if CHILD is a subtype of PARENT. */ + private boolean isSubtype(String child, String parent) { + try { + TypeSystem ts = getGrammar().getOntologyTypeSystem(); + child = child.substring(1, child.length()).trim(); + String ancestor = parent.substring(1, parent.length()).trim(); + return ts.subtype(ts.getInternedString(child), ts.getInternedString(ancestor)); + } catch(TypeSystemException type) { + //System.out.println("Either " + child + " or " + parent + " doesn't exist."); + return false; + } + } + + /** Returns type system. */ + protected TypeSystem getTypeSystem() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar != null ? grammar.getOntologyTypeSystem() : null; + } + + /** Returns grammar. */ + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + /** Returns Analyzer. */ + protected ECGAnalyzer getAnalyzer() { + return PrefsManager.getDefault().getAnalyzer(); + } + + + public void setTypes() { + String t = parentText.getText(); + parentText.setItems(getTypes("\"*\"")); + parentText.setText(t); + } + + static Combo parentText; // = new Combo(form.getBody(), SWT.DROP_DOWN); + + /** This is a method to map a language ontology value to the app ontology value. This is written to the mapping file. */ + public void writeMappingFile(String language, String application) { + String mapping_path = prefs.getSetting(AP.MAPPING_PATH); + File mapping_file = new File(base, mapping_path); + try { + FileWriter mw = new FileWriter(mapping_file.getAbsoluteFile(), true); + BufferedWriter bmw = new BufferedWriter(mw); + bmw.write(language + " :: " + application); + bmw.close(); + } catch(IOException e) { + broadcastError("There was a problem opening the mapping file. Check to make sure there is actually a file at " + + mapping_path + "."); + } + } + + public void broadcastError(String message) { + String newMessage = "WARNING: \n \n" + message; + final IStatus status = new Status(IStatus.ERROR, Application.PLUGIN_ID, newMessage); + ErrorDialog.openError(null, "Token Editor Error", null, status); + throw new GrammarException(message); + } + + + public void createPartControl(Composite parent) { + constraints = new ArrayList(); + + prefs = (AnalyzerPrefs) getGrammar().getPrefs(); + base = prefs.getBaseDirectory(); + typeCxns = getTypes("\"*\""); + + final FormToolkit toolkit = new FormToolkit(parent.getDisplay()); + final ScrolledForm form = toolkit.createScrolledForm(parent); + + form.setText("Token Editor"); + GridLayout layout = new GridLayout(); + form.getBody().setLayout(layout); + + layout.numColumns = 2; + GridData gd = new GridData(SWT.FILL, 1, true, false); + gd.horizontalSpan = 1; + + final Label tokenLabel = toolkit.createLabel(form.getBody(), "Enter Lemma:"); + final Text tokenText = toolkit.createText(form.getBody(), ""); + tokenText.setLayoutData(gd); + + + final Label parentLabel = toolkit.createLabel(form.getBody(), "Select Parent Type:"); + parentText = new Combo(form.getBody(), SWT.DROP_DOWN); + setTypes(); + parentText.setLayoutData(gd); + parentText.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(parent); + + final Label ontologyFileLabel = toolkit.createLabel(form.getBody(), "Select Ontology File:"); + final Combo ontologyFileBox = new Combo(form.getBody(), SWT.DROP_DOWN); + ontologyFileBox.setItems(getOntologyFiles()); + ontologyFileBox.setLayoutData(gd); + ontologyFileBox.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(ontologyFileBox); + + final Label tokenFileLabel = toolkit.createLabel(form.getBody(), "Select Token File:"); + final Combo tokenFileBox = new Combo(form.getBody(), SWT.DROP_DOWN); + tokenFileBox.setItems(getTokenFiles()); + tokenFileBox.setLayoutData(gd); + tokenFileBox.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(tokenFileBox); + + final Label constraintSelect = toolkit.createLabel(form.getBody(), "Select Role to Modify:"); + final Combo constraintBox = new Combo(form.getBody(), SWT.DROP_DOWN); + constraintBox.setItems(new String[0]); + constraintBox.setLayoutData(gd); + constraintBox.setData(toolkit.KEY_DRAW_BORDER, toolkit.TEXT_BORDER); + toolkit.paintBordersFor(parent); + + + final Label constraintSet = toolkit.createLabel(form.getBody(), "Set Role Item:"); + final Text constraintText = toolkit.createText(form.getBody(), ""); + constraintText.setLayoutData(gd); + + final Label emptyEnterLabel = toolkit.createLabel(form.getBody(), ""); + String enteredConstraintsStr = ""; + Button addConstraintButton = toolkit.createButton(form.getBody(), "Enter constraint", SWT.PUSH); + addConstraintButton.setToolTipText("Add constraint to list of constraints for this token."); + addConstraintButton.setLayoutData(gd); + + final Label emptyConstraintLabel = toolkit.createLabel(form.getBody(), ""); + + final Composite tableComposite = new Composite(form.getBody(), SWT.NONE); + + constraintsTable = new TableViewer(tableComposite, SWT.SINGLE | SWT.FULL_SELECTION | SWT.H_SCROLL | SWT.V_SCROLL); + constraintsTable.getTable().setLinesVisible(true); + constraintsTable.getTable().setHeaderVisible(true); + TableViewerColumn roleColumn = new TableViewerColumn(constraintsTable, SWT.NONE); + roleColumn.getColumn().setText("Role"); + roleColumn.getColumn().setResizable(false); + TableViewerColumn itemColumn = new TableViewerColumn(constraintsTable, SWT.NONE); + itemColumn.getColumn().setText("Item"); + itemColumn.getColumn().setResizable(false); + TableColumnLayout tableLayout = new TableColumnLayout(); + tableComposite.setLayout(tableLayout); + + tableLayout.setColumnData(roleColumn.getColumn(), new ColumnWeightData(50)); + tableLayout.setColumnData(itemColumn.getColumn(), new ColumnWeightData(50)); + GridData tableGd = new GridData(SWT.FILL, SWT.FILL, true, false); + tableGd.verticalSpan = 5; + tableComposite.setLayoutData(tableGd); + + for (int i = 0; i < tableGd.verticalSpan; i++) { + toolkit.createLabel(form.getBody(), ""); + } + + Button removeConstraintButton = toolkit.createButton(form.getBody(), "Remove constraint", SWT.PUSH); + removeConstraintButton.setToolTipText("Remove highlighted constraint from list of constraints for this token."); + removeConstraintButton.setLayoutData(gd); + + + final Label constraintParentsLabel = toolkit.createLabel(form.getBody(), "Additional ontology parents (optional):"); + final Text constraintParents = toolkit.createText(form.getBody(), ""); + constraintParents.setToolTipText("Enter a comma-separated list of ontology super-types for the new constraint. E.g., \" entity, artifact, moveable \""); + constraintParents.setLayoutData(gd); + + final Label appMappingLabel = toolkit.createLabel(form.getBody(), "Application mapping (optional):"); + final Text appMappingText = toolkit.createText(form.getBody(), "$"); + appMappingText.setToolTipText("Enter the value you want this constrain value to be translated to in the application domain. E.g., red-adj might become just red."); + appMappingText.setLayoutData(gd); + + final HashMap slotsValues = new HashMap(); + final ArrayList slots = new ArrayList(); + + final ArrayList parents = new ArrayList(); + + Button addTokenButton = toolkit.createButton(form.getBody(), "Add token.", SWT.PUSH); + Button reloadTypesButton = toolkit.createButton(form.getBody(), "Reload Type Constructions.", SWT.PUSH); + + + parentText.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + constraintText.setText(""); + slots.clear(); + slotsValues.clear(); + parents.clear(); + constraints.clear(); + + + constraintsTable.getTable().removeAll(); + + parentCxn = parentText.getText(); + try { + for (Constraint c : getGrammar().getConstruction(parentCxn).getMeaningBlock().getConstraints()) { + if (c.isAssign()) { + slots.add(c.getArguments().get(0).toString()); + slotsValues.put(c.getArguments().get(0).toString(), c.getValue()); + } + + } + for (Constraint c : getGrammar().getConstruction(parentCxn).getConstructionalBlock().getConstraints()) { + if (c.isAssign()) { + slots.add(c.getArguments().get(0).toString()); + slotsValues.put(c.getArguments().get(0).toString(), c.getValue()); + } + } + String[] slotArray = new String[slots.size()]; + for (int i=0; i < slotArray.length; i++) { + slotArray[i] = slots.get(i); + } + constraintBox.setItems(slotArray); + } catch(NullPointerException problem) { + broadcastError("Problem: '" + parentCxn + "' doesn't exist in the grammar. You must add a type construction before you make a token of it."); + } + } + }); + + constraintBox.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + constraintText.setText(slotsValues.get(constraintBox.getText())); + parentValue = slotsValues.get(constraintBox.getText()); + appMappingText.setText("$"); + } + }); + + + ontologyFileBox.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + modifiedOnt = ontologyFileBox.getText(); + } + }); + + tokenFileBox.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + modifiedTok = tokenFileBox.getText(); + } + }); + + + addConstraintButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + String value = constraintText.getText(); + String appValue = appMappingText.getText(); + String inputParents = ""; + + if (!constraintParents.getText().equals("")) { + inputParents = constraintParents.getText().replace(",", ""); + String[] inputParents2 = constraintParents.getText().split(","); + for (String parent : inputParents2) { + if (!exists("@" + parent)) { + //System.out.println(parent + " does not exist in the ontology lattice. You should add it."); + broadcastError("Value '@" + parent + "' does not exist in the ontology. You must add it before you create a subtype of it."); + } + } + } + if (value.equals("")) { + String message = "There are no constraint values to add; you need to fill in the role item slot."; + broadcastError(message); + + } else if (value.charAt(0) == ECGConstants.ONTOLOGYPREFIX && + parentValue.charAt(0) == ECGConstants.ONTOLOGYPREFIX) { + if (!exists(value)) { + if (parentValue != null) { + parentValue += " " + inputParents + " shared"; + addOntologyItem(value, parentValue, modifiedOnt); + constraints.add(constraintBox.getText() + " <-- " + value); + + addTableEntry(constraintsTable.getTable(), constraintBox.getText(), value); + + if (appValue.length() > 1) { + writeMappingFile(value, appValue); + } + } else { + String message = "No parent assigned; you must choose a parent type for the token."; + broadcastError(message); + } + } else { + if (!isSubtype(value, parentValue)) { + constraints.clear(); + + constraintsTable.getTable().removeAll(); + + constraintText.setText(""); + String message = "@" + value + "' already exists in Ontology, and is not a subtype of @" + parentValue + + " . This will cause errors and prevent proper unification of the token's constraints."; + broadcastError(message); + //System.out.println(value + " already exists in Ontology, and is not a subtype of " + parentValue + " ."); + } else { + constraints.add(constraintBox.getText() + " <-- " + value); + + addTableEntry(constraintsTable.getTable(), constraintBox.getText(), value); + + if (appValue.length() > 1) { + writeMappingFile(value, appValue); + } + } + } + } else { + constraints.add(constraintBox.getText() + " <-- " + value); + + addTableEntry(constraintsTable.getTable(), constraintBox.getText(), value); + + } + appMappingText.setText("$"); + constraintText.setText(""); + constraintParents.setText(""); + } + }); + addConstraintButton.setLayoutData(gd); + + + removeConstraintButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + Table cTable = constraintsTable.getTable(); + int selected = cTable.getSelectionIndex(); + if (selected == -1) { + + + String message = "Please select a constraint to remove."; + broadcastError(message); + } else { + cTable.deselectAll(); + cTable.remove(selected); + constraints.remove(selected); + + } + } + }); + removeConstraintButton.setLayoutData(gd); + + addTokenButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + token = tokenText.getText(); + parentCxn = parentText.getText(); + + if (!entryInMorph(token)) { + broadcastError("This token definition does not contain a corresponding definition in the morphology. " + + "Please add a morphology entry for this token using the Morphology Adder tool."); + } + else if (!token.equals("") && !parentCxn.equals("") && constraints.size() > 0) { + write(token, parentCxn, constraints); + tokenText.setText(""); + parentText.setText(""); + constraintText.setText(""); + constraintBox.setText(""); + constraintParents.setText(""); + // Check grammar instead of retrieving analyzer. Analyzer object too large for "base", etc. + // TODO: Check that this is proper. + //PrefsManager.getDefault().checkGrammar(); + } else { + //System.out.println("Definition not complete."); + broadcastError("This token definition is not complete; you must make sure you select a parentCxn (currently set to '" + parentCxn + "'), " + + "fill in the box for the token's value (currently: '" + token + + "'), and add at least one constraint (currently " + constraints.size() + " constraints added)."); + } + + + } + }); + addTokenButton.setLayoutData(gd); + + + reloadTypesButton.setToolTipText("Reload the list of type constructions from a newly checked grammar.."); + reloadTypesButton.setLayoutData(new GridData(SWT.FILL, 1, false, false)); + reloadTypesButton.addSelectionListener(new SelectionAdapter() { + public void widgetSelected(SelectionEvent e) { + //System.out.println("Reloading types"); + setTypes(); + } + }); + } + + /* Check if string exists in morphology */ + private boolean entryInMorph(String entry) { + File base = prefs.getBaseDirectory(); + File ecgmorph_path; + + List morph_paths = prefs.getList(AP.MORPHOLOGY_PATH); + for (String path : morph_paths) { + ecgmorph_path = new File(base, path); + + TextFileLineIterator tfli = new TextFileLineIterator(ecgmorph_path); + + int lineNum = 0; + + while (tfli.hasNext()) { + lineNum++; + String line = tfli.next(); + // Skip blank lines or lines with just a comment + if (line.matches("\\s*#.*") || line.matches("\\s*")) { + continue; + } + String splitline[] = line.split("\\s+"); + if (splitline.length < 3) { + throw new ParserException("Improperly formatted entry in morph file " + ecgmorph_path + ", line " + lineNum); + } + + if (entry.equals(splitline[0])) { + return true; + } + + for (int ii = 1; ii+1 < splitline.length; ii+=2) { + if (entry.equals(splitline[ii])) { + return true; + } + } + } + } + + return false; + } + + + /** + * Passing the focus request to the viewer's control. + */ + public void setFocus() { + //viewer.getControl().setFocus(); + } +} diff --git a/compling.gui/source/compling/gui/grammargui/util/Constants.java b/compling.gui/source/compling/gui/grammargui/util/Constants.java index 0f16589..af2e902 100644 --- a/compling.gui/source/compling/gui/grammargui/util/Constants.java +++ b/compling.gui/source/compling/gui/grammargui/util/Constants.java @@ -29,6 +29,7 @@ public interface IImageKeys { public static final String START_E = "icons/e/run_exc.gif"; public static final String START_D = "icons/d/run_exc.gif"; public static final String ERROR = "icons/error_co.gif"; + public static final String TOKEN = "icons/tokenTest.ico"; } diff --git a/compling.gui/source/compling/gui/grammargui/util/HtmlFeatureStructureFormatter.java b/compling.gui/source/compling/gui/grammargui/util/HtmlFeatureStructureFormatter.java index 43663e9..f358084 100644 --- a/compling.gui/source/compling/gui/grammargui/util/HtmlFeatureStructureFormatter.java +++ b/compling.gui/source/compling/gui/grammargui/util/HtmlFeatureStructureFormatter.java @@ -1,8 +1,11 @@ package compling.gui.grammargui.util; +import java.util.ArrayList; +import java.util.HashMap; import java.util.HashSet; import java.util.Set; +import compling.grammar.ecg.ECGConstants; import compling.grammar.unificationgrammar.FeatureStructureSet; import compling.grammar.unificationgrammar.FeatureStructureSet.Slot; import compling.grammar.unificationgrammar.UnificationGrammar.Role; @@ -12,23 +15,33 @@ public class HtmlFeatureStructureFormatter { protected final TextEmitter emitter; + + + //TODO: + private ArrayList inherited = new ArrayList(); public HtmlFeatureStructureFormatter() { this(new TextEmitter(1)); } - + public HtmlFeatureStructureFormatter(TextEmitter emitter) { this.emitter = emitter; } - public void format(FeatureStructureSet fss) { + public void format(FeatureStructureSet fss, HashMap spansToText) { Set alreadyDone = new HashSet(); - + /* + for (FeatureStructureSet.Slot root : fss.getRootSlots()) { + emitter.sayln(0, "

    "); + } */ + for (FeatureStructureSet.Slot root : fss.getRootSlots()) { emitter.sayln(0, "
    "); - formatHelper(root, alreadyDone, new HashSet(), 1); + formatHelper(root, alreadyDone, new HashSet(), 1, spansToText); emitter.sayln(0, "
    "); - } + } emitter.getOutput(); } @@ -36,9 +49,22 @@ private final String slotType(Slot slot) { final TypeConstraint t = slot.getTypeConstraint(); return t != null ? t.getType() : ""; } + + + private void nonLocalTable(int level) { + emitter.sayln(level, "
    ", "test"); + } + + private void testIt(FeatureStructureSet.Slot slot, Set alreadyDone, + Set foundInd, int level) { + emitter.sayln(level++, ""); + emitter.sayln(level, "", "test2"); + } private void formatHelper(FeatureStructureSet.Slot slot, Set alreadyDone, - Set foundInd, int level) { + Set foundInd, int level, HashMap spansToText) { if (!slot.hasFiller() || alreadyDone.contains(slot)) return; @@ -53,6 +79,17 @@ private void formatHelper(FeatureStructureSet.Slot slot, Set", role); + emitter.sayln(level, "", roleString); FeatureStructureSet.Slot childSlot = slot.getSlot(role); emitter.say(level, "", slotType(childSlot), childSlot.getSlotIndex()); @@ -81,7 +130,7 @@ else if (childSlot.isListSlot()) { } else if (childSlot.hasFiller() && childSlot.hasStructuredFiller() && !alreadyDone.contains(childSlot)) { emitter.sayln(level, ""); } else @@ -91,10 +140,24 @@ else if (childSlot.hasFiller() && childSlot.hasStructuredFiller() && !alreadyDon emitter.sayln(--level, "
    ", "Test"); + emitter.sayln(level + 1, "", 15); + emitter.sayln(level, "%s
    ", typeName); emitter.sayln(level + 1, "", key); @@ -63,8 +100,20 @@ private void formatHelper(FeatureStructureSet.Slot slot, Set"); - emitter.sayln(level, "%s:%s:%d
    "); - formatHelper(childSlot, alreadyDone, foundInd, level + 1); + formatHelper(childSlot, alreadyDone, foundInd, level + 1, spansToText); emitter.sayln(level, "
    "); emitter.sayln(--level, "
    "); + //fillInInherited(level); + emitter.sayln(--level, ""); } - public void format(Slot slot) { + private void fillInInherited(int level) { + emitter.sayln(level++, ""); + emitter.sayln(level++, "
    ", "INHERITED"); + emitter.sayln(level, "", "INHERITED"); + emitter.sayln(level++, ""); + emitter.sayln(level++, ""); + for (Role r : inherited) { + emitter.sayln(level, "", r); + } + +} + +public void format(Slot slot) { throw new RuntimeException("shouldn't be calling this."); } diff --git a/compling.gui/source/compling/gui/grammargui/util/LexiconUtils.java b/compling.gui/source/compling/gui/grammargui/util/LexiconUtils.java new file mode 100644 index 0000000..4161d2b --- /dev/null +++ b/compling.gui/source/compling/gui/grammargui/util/LexiconUtils.java @@ -0,0 +1,141 @@ +package compling.gui.grammargui.util; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import compling.grammar.ecg.Grammar; +import compling.grammar.ecg.Grammar.Construction; +import compling.grammar.unificationgrammar.TypeSystem; +import compling.grammar.unificationgrammar.TypeSystemException; +import compling.grammar.unificationgrammar.UnificationGrammar.Constraint; +import compling.gui.grammargui.model.PrefsManager; +import compling.parser.ecgparser.ECGTokenReader; +import compling.parser.ecgparser.LCPGrammarWrapper; +import compling.parser.ecgparser.ECGTokenReader.ECGToken; + +public class LexiconUtils { + + private ArrayList partsOfSpeech; + private HashMap> posToTypes; + private Map> tokens; + + private HashMap> tokensToConstraints; + + private HashMap> typesToTokens; + + private TypeSystem ts; + private static LCPGrammarWrapper wrapper; + + /** Returns grammar. */ + protected Grammar getGrammar() { + Grammar grammar = PrefsManager.getDefault().getGrammar(); + return grammar; + } + + public static ArrayList initializePartsOfSpeech() { + ArrayList partsOfSpeech = new ArrayList(){{ + add("Adjective"); + add("Noun"); + add("Verb"); + add("Preposition"); + add("Determiner"); + add("Adverb"); + add("NP"); + }}; + return partsOfSpeech; + } + + public static Map> initializeTokens() throws IOException { + //LCPGrammarWrapper wrapper = new LCPGrammarWrapper(getGrammar()); + ECGTokenReader reader = new ECGTokenReader(wrapper.getGrammar()); + Map> tokens = reader.getTokens(); + return tokens; + } + + public HashMap> typesToTokens() { + tokensToConstraints = new HashMap>(); + typesToTokens = new HashMap>(); + for (ArrayList tokenList : tokens.values()) { + for (ECGToken token : tokenList) { + + tokensToConstraints.put(token.token_name, token.constraints); + String typeName = token.parent.getName(); + if (!typesToTokens.containsKey(typeName)) { + typesToTokens.put(typeName, new ArrayList()); + } + typesToTokens.get(typeName).add(token.token_name); + Collections.sort(typesToTokens.get(typeName)); + } + } + return typesToTokens; + } + + public HashMap> getTokensToConstraints() { + return tokensToConstraints; + } + + public HashMap> initializePosToTypes() { + posToTypes = new HashMap>(); + posToTypes.put("Other", new ArrayList()); + ts = getGrammar().getCxnTypeSystem(); + //HashMap> typesToLexemes = new HashMap>(); + for (String type : typesToTokens.keySet()) { + boolean placed = false; + for (String pos : partsOfSpeech) { + try { + if (ts.subtype(ts.getInternedString(type), ts.getInternedString(pos))) { + if (!posToTypes.containsKey(pos)) { + posToTypes.put(pos, new ArrayList()); + } + posToTypes.get(pos).add(type); + placed = true; + Collections.sort(posToTypes.get(pos)); + } + } catch (TypeSystemException e) { + // TODO DO something, error + e.printStackTrace(); + } + } if (!placed) { + posToTypes.get("Other").add(type); + placed = true; + Collections.sort(posToTypes.get("Other")); + } + } + for (Construction c : wrapper.getAllConcreteLexicalConstructions()) { + String type = c.getName(); + try { + if (!ts.subtype(ts.getInternedString(type), ts.getInternedString("GeneralTypeCxn"))) { + boolean placed = false; + for (String pos : partsOfSpeech) { + try { + if (ts.subtype(ts.getInternedString(type), ts.getInternedString(pos))) { + if (!posToTypes.containsKey(pos)) { + posToTypes.put(pos, new ArrayList()); + } + posToTypes.get(pos).add(type); + placed = true; + Collections.sort(posToTypes.get(pos)); + } + } catch (TypeSystemException e) { + // TODO DO something, error + e.printStackTrace(); + } + } if (!placed) { + posToTypes.get("Other").add(type); + placed = true; + Collections.sort(posToTypes.get("Other")); + } + } + } catch (TypeSystemException e) { + // TODO Bad thing + e.printStackTrace(); + } + } + return posToTypes; + } + +} diff --git a/compling.gui/source/compling/gui/grammargui/util/ResourceGatherer.java b/compling.gui/source/compling/gui/grammargui/util/ResourceGatherer.java index 2f6ca22..9116609 100644 --- a/compling.gui/source/compling/gui/grammargui/util/ResourceGatherer.java +++ b/compling.gui/source/compling/gui/grammargui/util/ResourceGatherer.java @@ -73,6 +73,36 @@ public List getOntologyFiles(IProject project) { return newList; } + + /** Returns a list of File objects whose path is specified in this prefs' base. These are files whose contents + * will be imported by the grammar using the package/import system. + */ + public List getImportFiles() { + List importPaths = preferences.getList(AP.IMPORT_PATHS); + ArrayList files = new ArrayList(); + List filesUnder = FileUtils.getFilesUnder(base, importPaths, new ExtensionFileFilter( + getGrammarExtensions())); + for (File f : filesUnder) { + files.add(Utils.getRelativeTo(f, base)); + } + return files; + } + + public List> getImportFilesDir() { + List importPaths = preferences.getList(AP.IMPORT_PATHS); + List> fileList = new ArrayList>(); + for (String path : importPaths) { + List newFiles = new ArrayList(); + List test = new ArrayList(); + test.add(path); + List filesUnder = FileUtils.getFilesUnder(base, test, new ExtensionFileFilter( + getGrammarExtensions())); + for (File f : filesUnder) + newFiles.add(Utils.getRelativeTo(f, base)); + fileList.add(newFiles); + } + return fileList; + } /** * @return A List of File objects whose path is relative to this prefs' base diff --git a/java_cup/.classpath b/java_cup/.classpath index f2d4146..73dc875 100644 --- a/java_cup/.classpath +++ b/java_cup/.classpath @@ -1,6 +1,6 @@ - + diff --git a/java_cup/META-INF/MANIFEST.MF b/java_cup/META-INF/MANIFEST.MF index d2029e5..8457973 100644 --- a/java_cup/META-INF/MANIFEST.MF +++ b/java_cup/META-INF/MANIFEST.MF @@ -7,5 +7,5 @@ Bundle-Vendor: ICSI Berkeley Export-Package: java_cup, java_cup.anttask, java_cup.runtime -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ClassPath: . diff --git a/java_cup/build.xml b/java_cup/build.xml new file mode 100644 index 0000000..bf4a722 --- /dev/null +++ b/java_cup/build.xml @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.ini4j/.classpath b/org.ini4j/.classpath index 90c55a4..0912817 100644 --- a/org.ini4j/.classpath +++ b/org.ini4j/.classpath @@ -1,6 +1,6 @@ - + diff --git a/org.ini4j/META-INF/MANIFEST.MF b/org.ini4j/META-INF/MANIFEST.MF index 19e8c6f..d6bae51 100644 --- a/org.ini4j/META-INF/MANIFEST.MF +++ b/org.ini4j/META-INF/MANIFEST.MF @@ -5,6 +5,6 @@ Bundle-SymbolicName: org.ini4j;singleton:=true Bundle-Version: 1.0.0.qualifier Export-Package: org.ini4j;uses:="new org.ini4j,org.ini4j.spi", org.ini4j.spi;uses:="org.ini4j" -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: ICSI Berkeley Bundle-ClassPath: ini4j-0.5.2.jar diff --git a/org.ini4j/build.xml b/org.ini4j/build.xml new file mode 100644 index 0000000..a5ea59c --- /dev/null +++ b/org.ini4j/build.xml @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.jdom/.classpath b/org.jdom/.classpath index 394c6ef..3b925cc 100644 --- a/org.jdom/.classpath +++ b/org.jdom/.classpath @@ -1,6 +1,6 @@ - + diff --git a/org.jdom/META-INF/MANIFEST.MF b/org.jdom/META-INF/MANIFEST.MF index 428d838..0c95b38 100644 --- a/org.jdom/META-INF/MANIFEST.MF +++ b/org.jdom/META-INF/MANIFEST.MF @@ -48,4 +48,4 @@ Export-Package: com.werken.saxpath;uses:="org.saxpath", org.saxpath, org.saxpath.conformance;uses:="org.saxpath", org.saxpath.helpers;uses:="org.saxpath" -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8
    %s: