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
- Host: GitHub
- URL: https://github.com/tomijuarez/tesis
- Owner: tomijuarez
- Created: 2018-04-15T14:57:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T20:37:41.000Z (over 7 years ago)
- Last Synced: 2025-02-14T14:51:37.896Z (over 1 year ago)
- Topics: data-science, natural-language-processing, ner, text-mining, web-services
- Language: Python
- Size: 73.8 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`