An open API service indexing awesome lists of open source software.

https://github.com/tomijuarez/tesis

Tesis de grado de la carrera Ingeniería de Sistemas
https://github.com/tomijuarez/tesis

data-science natural-language-processing ner text-mining web-services

Last synced: about 1 year ago
JSON representation

Tesis de grado de la carrera Ingeniería de Sistemas

Awesome Lists containing this project

README

          

## Installation instructions
First, download and install [Docker](https://www.docker.com/).
### Build the image
`docker build -t docker-babelnet .`
### Create the container from the image
`docker create --name babelnet-container -it docker-babelnet`
### To run or stop the container
`docker start babelnet-container` and `docker stop babelnet-container`
### Once the container is runing you can start a terminal and run commands with
`docker exec -it babelnet-container /bin/bash`
### To execute the experiments, run the following commands in the container's command terminal:
`cd experiments/babelnet`
`./run.sh`