-
Notifications
You must be signed in to change notification settings - Fork 0
/
relacionados.js
234 lines (208 loc) · 8.8 KB
/
relacionados.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
const express = require('express');
const bodyParser = require('body-parser');
const request = require('request');
var contador;
//Relacionados con saludo
exports.saludosRelacionados=function(texto){
var saludos = ['Hola', 'ola','hola', 'ayudame'];
for(contador=0;contador<saludos.length;contador++){
if(siContiene(texto, saludos[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con lo principal: Menú, Temas.
exports.menuRelacionados = function(texto){
var menu = ['menu','menú','Menu', 'Ayuda'];
for(contador=0;contador<menu.length;contador++){
if(siContiene(texto, menu[contador])){
return true;
break;
}
}
return false;
}
exports.temasRelacionados = function(texto){
var temas = ['temas','recomiendame'];
for(contador=0;contador<temas.length;contador++){
if(siContiene(texto, temas[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con Estructuras de Control.
exports.estructuraRelacionados= function(texto){
var estructura = ['Estructuras de contr...','estructuras de control','estrutura control','Estructuras de control','Estructura Control','if-else', 'else-if','switch','ciclos'];
for(contador=0;contador<estructura.length;contador++){
if(siContiene(texto, estructura[contador])){
return true;
break;
}
}
return false;
}
exports.tiposEstructuraRelacionados =function(texto){
var tiposEstructuras = ['if-else', 'else-if','switch','ciclos'];
for(contador=0;contador<tiposEstructuras.length;contador++){
if(siContiene(texto, tiposEstructuras[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con Variables.
exports.variablesRelacionados= function(texto){
var variables = ['Variable', 'varable', 'variable','VARIABLES','VARIABLES','variabl','vriable','tipos de variables','Tipos de variables', 'declaración de varia...', 'declaración de variables','inicializar variable...','inicializar variables', 'variables globales', 'Variables globales', 'variables locales','Variables locales'];
for(contador=0;contador<variables.length;contador++){
if(siContiene(texto, variables[contador])){
return true;
break;
}
}
return false;
}
exports.subVarRelacionados = function(texto){
var variables =['tipos de variables','Tipos de variables', 'declaración de varia...', 'declaración de variables','inicializar variable...','inicializar variables', 'variables globales', 'Variables globales', 'variables locales','Variables locales'];
for(contador=0;contador<variables.length;contador++){
if(siContiene(texto, variables[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con Datos Primitivos
exports.tiposDeDatosRelacionados = function(texto){
var datos = ['tipos de datos ','tipos de dato primitivos', 'tipos de datos simples','datos primitivos', 'datos simples','Enteros', 'Enteros', 'De punto flotante','de punto flotantes', 'caracter', 'Caracter'];
for(contador=0;contador<datos.length;contador++){
if(siContiene(texto, datos[contador])){
return true;
break;
}
}
return false;
}
exports.subDatosPriRelacionados = function(texto){
var datos = ['Enteros', 'Enteros', 'De punto flotante','de punto flotantes', 'caracter', 'Caracter'];
for(contador=0;contador<datos.length;contador++){
if(siContiene(texto, datos[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con Operadores
exports.operadoresRelacionados= function(texto){
var operadores = ['Operadores aritmétic...','Operadores', 'operador', 'Operador','operadrs','opera', 'OPERADORES', 'OPERADOR', 'que es un operador','¿que es un operador?', 'que es un operador?','aritméticos', 'de relación y lógico...', 'de relación y lógicos', 'incremento y decreme...', 'incremento y decremento', 'de asignación y expr...','de asignación y expresiones', 'condicionales, ternario','condicionales, terna...', 'precedencia y orden ...', 'precedencia y orden de evaluación'];
for(contador=0;contador<operadores.length;contador++){
if(siContiene(texto, operadores[contador])){
return true;
break;
}
}
return false;
}
exports.subOperadoresRelacionados= function(texto){
var operadores = ['aritméticos', 'de relación y lógico...', 'de relación y lógicos', 'incremento y decreme...', 'incremento y decremento', 'de asignación y expr...','de asignación y expresiones', 'condicionales, ternario','condicionales, terna...', 'precedencia y orden ...', 'precedencia y orden de evaluación'];
for(contador=0;contador<operadores.length;contador++){
if(siContiene(texto, operadores[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con Expresiones
exports.expresionesRelacionados =function(texto){
var expresiones = ['expr','EXPRESIONES', 'EXPRESION','expresion', 'expresión', 'Expresiones', 'Expresion', 'Expresión','que es una expresion','¿que es una expresion?','que es una expresión?', '¿que son expresiones?','que son expresiones?', 'que son expresiones','proposiciones', 'Proposiciones', 'expresiones aritméti...', 'Expresiones aritméticas','expresiones aritméticas'];
for(contador=0;contador<expresiones.length;contador++){
if(siContiene(texto, expresiones[contador])){
return true;
break;
}
}
return false;
}
exports.subExpresionesRelacionados = function(texto){
var expresiones = ['proposiciones', 'Proposiciones', 'expresiones aritméti...', 'Expresiones aritméticas','expresiones aritméticas'];
for(contador=0;contador<expresiones.length;contador++){
if(siContiene(texto, expresiones[contador])){
return true;
break;
}
}
return false;
}
function siContiene(texto, word){
return texto.indexOf(word) > -1;
}
//Relacionados con Bibliotecas
exports.bibliotecasRelacionados= function(texto){
var bibliotecas = ['bibliotcas', 'blibios', 'bibioteca','biblioteca','biblios','libreriras','librerias','Significado', 'sintaxis','Sintaxis de bibliotecas', 'bibliotecas importan...','bibliotecas importantes','Bibliotecas importantes'];
for(contador=0;contador<bibliotecas.length;contador++){
if(siContiene(texto, bibliotecas[contador])){
return true;
break;
}
}
return false;
}
exports.subBibliotecasRelacionados= function(texto){
var bibliotecas = ['Significado', 'sintaxis','Sintaxis de bibliotecas', 'bibliotecas importan...','bibliotecas importantes','Bibliotecas importantes'];
for(contador=0;contador<bibliotecas.length;contador++){
if(siContiene(texto, bibliotecas[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con Evaluación
exports.evaluacionRelacionados= function(texto){
var evaluacion = ['prueba','evaluación','Evaluacion','Problema 1','Problema 2', 'Problema 3','Problema 4','Problema 5'];
for(contador=0;contador<evaluacion.length;contador++){
if(siContiene(texto, evaluacion[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con Reconocimiento de Errores
exports.recErroresRelacionados= function(texto){
var errores = ['Reconocimiento error...','reconocimiento de errores','9 cr.c:23:2: Error: too few arguments to funtion ‘función’','9 cr.c:21:2: Error: expected ‘;’ before ‘scanf’','9 cr.c:23:2: Error: ‘numero’ undeclared (first use in this function)',' cr.c:23:2: Error: implicit declaration of function ‘función’ [–Wimplicit-function-declaration]','9 cr.c:23:2: Error: unterminted comment','9 cr.c:23:2: Error: data definition has no type or storage class','9 cr.c:23:2: Error: type defaults to ‘int’ in declaration of ‘x’','9 cr.c:23:2: Error: expected ‘)’ before ‘{‘ token','9 cr.c:23:2: Error: expected expression before ‘:’9 cr.c:23:2: Error: missing terminating “ character'];
for(contador=0;contador<errores.length;contador++){
if(siContiene(texto, errores[contador])){
return true;
break;
}
}
return false;
}
exports.ErroresRelacionados= function(texto){
var errores=['9 cr.c:23:2: Error: too few arguments to funtion ‘función’','9 cr.c:21:2: Error: expected ‘;’ before ‘scanf’','9 cr.c:23:2: Error: ‘numero’ undeclared (first use in this function)',' cr.c:23:2: Error: implicit declaration of function ‘función’ [–Wimplicit-function-declaration]','9 cr.c:23:2: Error: unterminted comment','9 cr.c:23:2: Error: data definition has no type or storage class','9 cr.c:23:2: Error: type defaults to ‘int’ in declaration of ‘x’','9 cr.c:23:2: Error: expected ‘)’ before ‘{‘ token','9 cr.c:23:2: Error: expected expression before ‘:’9 cr.c:23:2: Error: missing terminating “ character'];
for(contador=0;contador<errores.length;contador++){
if(siContiene(texto, errores[contador])){
return true;
break;
}
}
return false;
}
//Relacionados con despedida
exports.despedidaRelacionados=function(texto){
var despedidas = ['adios', 'hasta luego','Gracias', 'increible'];
for(contador=0;contador<despedidas.length;contador++){
if(siContiene(texto, despedidas[contador])){
return true;
break;
}
}
return false;
}