diff --git a/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/sidebar/ActiveLearningSidebar.html b/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/sidebar/ActiveLearningSidebar.html index 037eebd6671..c0de01eaa4d 100644 --- a/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/sidebar/ActiveLearningSidebar.html +++ b/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/sidebar/ActiveLearningSidebar.html @@ -39,7 +39,7 @@
- no Recommenders +
@@ -48,7 +48,7 @@
- learnSkippedOnes + diff --git a/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/wicket-package.properties b/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/wicket-package.properties new file mode 100644 index 00000000000..411e98e7b7a --- /dev/null +++ b/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/wicket-package.properties @@ -0,0 +1,17 @@ +# Licensed to the Technische Universität Darmstadt under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The Technische Universität Darmstadt +# 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. +# +# 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. +noRecommenders=no Recommenders +learnSkippedOnes=learnSkippedOnes \ No newline at end of file diff --git a/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/wicket-package_fr.properties b/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/wicket-package_fr.properties new file mode 100644 index 00000000000..7389975f6f2 --- /dev/null +++ b/inception/inception-active-learning/src/main/java/de/tudarmstadt/ukp/inception/active/learning/wicket-package_fr.properties @@ -0,0 +1,17 @@ +# Licensed to the Technische Universität Darmstadt under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The Technische Universität Darmstadt +# 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. +# +# 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. +noRecommenders=Pas de recommandeur +learnSkippedOnes=avec apprentissage sauté \ No newline at end of file