diff --git a/app/corpora/forms.py b/app/corpora/forms.py index e6fadb12..89059d6f 100644 --- a/app/corpora/forms.py +++ b/app/corpora/forms.py @@ -28,7 +28,7 @@ class AddCorpusFileForm(FlaskForm): class AddCorpusForm(FlaskForm): description = StringField('Description', - validators=[DataRequired(), Length(1, 64)]) + validators=[DataRequired(), Length(1, 255)]) submit = SubmitField() title = StringField('Title', validators=[DataRequired(), Length(1, 32)]) diff --git a/app/templates/corpora/add_corpus.html.j2 b/app/templates/corpora/add_corpus.html.j2 index 587e1efd..51a84af7 100644 --- a/app/templates/corpora/add_corpus.html.j2 +++ b/app/templates/corpora/add_corpus.html.j2 @@ -5,8 +5,8 @@ {% block page_content %}
-

...

-

Fill out the following form to add a corpus to your corpora.

+

...

+

Fill out the following form to add a corpus to your corpora.

arrow_backBack to dashboard
@@ -36,8 +36,10 @@ {% endfor %} -
-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,

+
+
+

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,

+
diff --git a/app/templates/corpora/add_corpus_file.html.j2 b/app/templates/corpora/add_corpus_file.html.j2 index 82922aea..67c66191 100644 --- a/app/templates/corpora/add_corpus_file.html.j2 +++ b/app/templates/corpora/add_corpus_file.html.j2 @@ -5,8 +5,8 @@ {% block page_content %}
-

{{ corpus.title }}

-

Fill out the following form to add a corpus file in verticalized text format (.vrt).

+

{{ corpus.title }}

+

Fill out the following form to add a corpus file in verticalized text format (.vrt).

arrow_backBack to corpus
diff --git a/app/templates/services/nlp.html.j2 b/app/templates/services/nlp.html.j2 index 3040da43..2efe3771 100644 --- a/app/templates/services/nlp.html.j2 +++ b/app/templates/services/nlp.html.j2 @@ -99,7 +99,7 @@
Check Encoding -

If the input files are not created with the nopaque OCR service and you do not know if your tex files are UTF-8 encoded, check this switch. We will try to automatically determine the right encoding for your texts.

+

If the input files are not created with the nopaque OCR service or you do not know if your text files are UTF-8 encoded, check this switch. We will try to automatically determine the right encoding for your texts to process them.