Update README.md
Browse files
README.md
CHANGED
|
@@ -97,6 +97,19 @@ The dataset's structure looks like this:
|
|
| 97 |
]
|
| 98 |
```
|
| 99 |
We have a "pregunta" or question column, and a "respuesta" or answer column, where each question has an answer associated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |
## Dataset Creation
|
| 102 |
|
|
|
|
| 97 |
]
|
| 98 |
```
|
| 99 |
We have a "pregunta" or question column, and a "respuesta" or answer column, where each question has an answer associated.
|
| 100 |
+
The themes (in Spanish) covered by this dataset are the following:
|
| 101 |
+
- Algoritmos y formalismos
|
| 102 |
+
- Lenguaje de programación
|
| 103 |
+
- CPU/GPU
|
| 104 |
+
- Entornos como colaboratory o jupyter
|
| 105 |
+
- Python: tipos de datos, funciones built-in, métodos, programación orientada a objetos, comprensión de listas, etc.
|
| 106 |
+
- NLTK
|
| 107 |
+
- SpaCy
|
| 108 |
+
- Historia y evolución del PLN
|
| 109 |
+
- PLN/Lingüística computacional (sintaxis y semántica computacional, diferencias, conceptos...)
|
| 110 |
+
- Lingüística
|
| 111 |
+
- Recursos como FrameNet, WordNet, Treebank, Corpus Brown, ontologías
|
| 112 |
+
- Lingüística de corpus: concordancias, colocaciones, cuestiones de estadística (chi-cuadrado, log-likelihood, datos, muestreo...)
|
| 113 |
|
| 114 |
## Dataset Creation
|
| 115 |
|