https://github.com/lorenzoranucci/sentimantic
Linked Data Knowledge Base Population (KBP) framework built on top of Snorkel. The default configuration uses Wikipedia as text corpus and DBpedia as target.
https://github.com/lorenzoranucci/sentimantic
distant-supervision docker information-extraction knowledge-base-construction knowledge-base-population linked-data linked-data-quality-assessment natural-language-processing nlp relation-extraction weak-supervision weakly-supervised-learning wikipedia-scraper
Last synced: 6 months ago
JSON representation
Linked Data Knowledge Base Population (KBP) framework built on top of Snorkel. The default configuration uses Wikipedia as text corpus and DBpedia as target.
- Host: GitHub
- URL: https://github.com/lorenzoranucci/sentimantic
- Owner: lorenzoranucci
- Created: 2018-02-05T18:30:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T19:57:10.000Z (almost 6 years ago)
- Last Synced: 2025-03-19T00:37:22.051Z (7 months ago)
- Topics: distant-supervision, docker, information-extraction, knowledge-base-construction, knowledge-base-population, linked-data, linked-data-quality-assessment, natural-language-processing, nlp, relation-extraction, weak-supervision, weakly-supervised-learning, wikipedia-scraper
- Language: Python
- Homepage:
- Size: 937 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SENTIMANTIC
## Docker
### Build (optional)
docker-compose build
### Run project stack
Swarm init:
```docker swarm init```
Deploy:
```docker stack deploy -c docker-compose.yml sentimantic```
Check:
```docker stack ps sentimantic```
Execute main container's bash:
```docker exec -it sentimantic_py2Env.1.7ghpxfz6yasfjtd7pjtseqqn3 bash```
Re-deploy:
```docker swarm leave --force```
```docker stack rm sentimantic ```
```docker stack deploy -c docker-compose.yml sentimantic ```
### Run project