AIdeaText commited on
Commit
d41eee1
1 Parent(s): c08dd46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -3
app.py CHANGED
@@ -42,7 +42,13 @@ translations = {
42
  'es': {
43
  'title': "AIdeaText - Análisis morfológico y sintáctico",
44
  'input_label': "Ingrese un texto para analizar (máx. 5,000 palabras):",
45
- 'input_placeholder': "Escriba o pegue su texto aquí...",
 
 
 
 
 
 
46
  'analyze_button': "Analizar texto",
47
  'repeated_words': "Palabras repetidas",
48
  'legend': "Leyenda: Categorías gramaticales",
@@ -53,7 +59,9 @@ translations = {
53
  'en': {
54
  'title': "AIdeaText - Morphological and Syntactic Analysis",
55
  'input_label': "Enter a text to analyze (max 5,000 words):",
56
- 'input_placeholder': "Type or paste your text here...",
 
 
57
  'analyze_button': "Analyze text",
58
  'repeated_words': "Repeated words",
59
  'legend': "Legend: Grammatical categories",
@@ -64,7 +72,11 @@ translations = {
64
  'fr': {
65
  'title': "AIdeaText - Analyse morphologique et syntaxique",
66
  'input_label': "Entrez un texte à analyser (max 5 000 mots) :",
67
- 'input_placeholder': "Tapez ou collez votre texte ici...",
 
 
 
 
68
  'analyze_button': "Analyser le texte",
69
  'repeated_words': "Mots répétés",
70
  'legend': "Légende : Catégories grammaticales",
 
42
  'es': {
43
  'title': "AIdeaText - Análisis morfológico y sintáctico",
44
  'input_label': "Ingrese un texto para analizar (máx. 5,000 palabras):",
45
+ 'input_placeholder': "El objetivo de esta aplicación es que mejore sus habilidades de redacción.
46
+ Para ello, después de ingresar su texto y presionar el botón
47
+ obtendrá tres vistas horizontales.
48
+ La primera, le indicará las palabras que se repiten por categoría gramátical;
49
+ la segunda, un diagrama de arco le indicara las conexiones
50
+ sintácticas en cada oración;
51
+ y la tercera, es un grafo en el cual visualizara la configuración de su texto.",
52
  'analyze_button': "Analizar texto",
53
  'repeated_words': "Palabras repetidas",
54
  'legend': "Leyenda: Categorías gramaticales",
 
59
  'en': {
60
  'title': "AIdeaText - Morphological and Syntactic Analysis",
61
  'input_label': "Enter a text to analyze (max 5,000 words):",
62
+ 'input_placeholder': "The goal of this app is for you to improve your writing skills. To do this, after entering your text and pressing the button
63
+ you will get three horizontal views. The first will indicate the words that are repeated by grammatical category; second, an arc diagram will
64
+ indicate the syntactic connections in each sentence; and the third is a graph in which you will visualize the configuration of your text.",
65
  'analyze_button': "Analyze text",
66
  'repeated_words': "Repeated words",
67
  'legend': "Legend: Grammatical categories",
 
72
  'fr': {
73
  'title': "AIdeaText - Analyse morphologique et syntaxique",
74
  'input_label': "Entrez un texte à analyser (max 5 000 mots) :",
75
+ 'input_placeholder': "Le but de cette application est d'améliorer vos compétences en rédaction.
76
+ Pour ce faire, après avoir saisi votre texte et appuyé sur le bouton
77
+ vous obtiendrez trois vues horizontales. Le premier indiquera les mots répétés par catégorie grammaticale; deuxièmement,
78
+ un diagramme en arcs indiquera les connexions syntaxiques dans chaque phrase;
79
+ et le troisième est un graphique dans lequel vous visualiserez la configuration de votre texte.",
80
  'analyze_button': "Analyser le texte",
81
  'repeated_words': "Mots répétés",
82
  'legend': "Légende : Catégories grammaticales",