Spaces:
Running
Running
Update translations/en.py
Browse files- translations/en.py +6 -1
translations/en.py
CHANGED
@@ -111,7 +111,6 @@ MORPHOSYNTACTIC = {
|
|
111 |
|
112 |
SEMANTIC = {
|
113 |
# A
|
114 |
-
|
115 |
# C
|
116 |
'chat_title': "Semantic Analysis Chat",
|
117 |
'chat_placeholder': "Ask a question or use a command (/summary, /entities, /sentiment, /topics, /concept_graph, /entity_graph, /topic_graph)",
|
@@ -119,6 +118,7 @@ SEMANTIC = {
|
|
119 |
'conceptual_relations': "Conceptual Relations",
|
120 |
# D
|
121 |
'delete_file': "Delete file",
|
|
|
122 |
# E
|
123 |
'error_message': "There was a problem saving the semantic analysis. Please try again.",
|
124 |
# F
|
@@ -143,6 +143,11 @@ SEMANTIC = {
|
|
143 |
'no_file': "Please upload a file to start the analysis.",
|
144 |
'no_file_selected': "Please select an archive to start the analysis.",
|
145 |
# S
|
|
|
|
|
|
|
|
|
|
|
146 |
'semantic_title': "Semantic Analysis",
|
147 |
'semantic_initial_message': "This is a general-purpose chatbot, but it has a specific function for visual text analysis: it generates a graph with the main entities of the text. To produce it, enter a text file in txt, pdf, doc, docx or odt format and press the 'analyze file' button. After generating the graph, you can interact with the chat based on the document.",
|
148 |
'send_button': "Send",
|
|
|
111 |
|
112 |
SEMANTIC = {
|
113 |
# A
|
|
|
114 |
# C
|
115 |
'chat_title': "Semantic Analysis Chat",
|
116 |
'chat_placeholder': "Ask a question or use a command (/summary, /entities, /sentiment, /topics, /concept_graph, /entity_graph, /topic_graph)",
|
|
|
118 |
'conceptual_relations': "Conceptual Relations",
|
119 |
# D
|
120 |
'delete_file': "Delete file",
|
121 |
+
'download_semantic_network_graph': "Download semantic network graph",
|
122 |
# E
|
123 |
'error_message': "There was a problem saving the semantic analysis. Please try again.",
|
124 |
# F
|
|
|
143 |
'no_file': "Please upload a file to start the analysis.",
|
144 |
'no_file_selected': "Please select an archive to start the analysis.",
|
145 |
# S
|
146 |
+
'semantic_graph_interpretation': "Semantic Graph Interpretation",
|
147 |
+
'semantic_arrow_meaning': "Arrows indicate the direction of the relationship between concepts",
|
148 |
+
'semantic_color_meaning': "More intense colors indicate more central concepts in the text",
|
149 |
+
'semantic_size_meaning': "Node size represents concept frequency",
|
150 |
+
'semantic_thickness_meaning': "Line thickness indicates connection strength",
|
151 |
'semantic_title': "Semantic Analysis",
|
152 |
'semantic_initial_message': "This is a general-purpose chatbot, but it has a specific function for visual text analysis: it generates a graph with the main entities of the text. To produce it, enter a text file in txt, pdf, doc, docx or odt format and press the 'analyze file' button. After generating the graph, you can interact with the chat based on the document.",
|
153 |
'send_button': "Send",
|