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

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.

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