allenai / allenai/science-parse
Extract tables in structured format
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 706
- Forks
- 88
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hello!
As far as I understand, science-parse extracts metadata and raw text from articles. However I would like to get also structured information from tables, for example json-like format
```
[['dataset', 'model', 'metrics'], ['MNIST', 'CNN', '0.98'], ...]
```
I understand that sometimes there are difficult-to-extract tables, e. g. when some rows/column are shared. However, I believe that in simplest case, this can be done quite easily.
Any ideas?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.