Skip to content

usc-isi-i2/wikidata-satellite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wikidata-satellite

Prerequisites

  • Python 3.6+

Installation

  1. Open a terminal, clone wikidata-reservation repository at first and run wikidata-reservation service:

    git clone https://github.com/usc-isi-i2/wikidata-reservation
    cd wikidata-reservation
    pip install -r requirements.txt
    python reservation_rest_api.py
    
  2. Open another terminal, clone the repository and run these commands

    git clone https://github.com/usc-isi-i2/wikidata-satellite
    cd wikidata-satellite/satellite
    pip install -r requirements.txt
    python -m spacy download en_core_web_sm
    python dmg.py -c config.yaml -p
    

    Arguments:

    1. -c: path of config.yaml
    2. -p: export schema.ttl, optional parameter
  3. In wikidata-satellite/satellite/ouput, you can see the final triples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages