Clowder
  1. Clowder

extractors-dbpedia

Public
AuthorCommitMessageCommit dateIssues
Bing ZhangBing Zhang
41c21decd56comment out print
Bing ZhangBing Zhang
1c11926deacMMerge branch 'py2' of https://opensource.ncsa.illinois.edu/bitbucket/scm/cats/extractors-dbpedia into py2
Bing ZhangBing Zhang
d9b71d6f087fix alignment and pika version
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
3beb0f6136eFixed indentation.
Bing ZhangBing Zhang
48db3bacef3fix comments
Bing ZhangBing Zhang
3d3fd4ee243update README.md
Bing ZhangBing Zhang
64aa4920d22add logger
Bing ZhangBing Zhang
51763d6e866convert to py2
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
2dad4353158Added docker image name
Rob KooperRob Kooper
b750c76898dpyclowder already in base image
Rob KooperRob Kooper
02d10401b55use pyclowder:1
Luigi MariniLuigi Marini
7b67c0172ffMMerge pull request #6 in CATS/extractors-dbpedia from bugfix/sparql-query-improvements to master* commit 'cae3cc0c93b4ff9fe0e5bd096b05d3f3965f3ba0': Increased result count of dbpedia query to 50 and updated extractor_info.json
Luigi MariniLuigi Marini
cae3cc0c93bIncreased result count of dbpedia query to 50 and updated extractor_info.json
Luigi MariniLuigi Marini
8e7a93fee00Trying to fix docker build
Luigi MariniLuigi Marini
8a727b7ce39MMerge branch 'master' into bugfix/sparql-query-improvements# Conflicts: # tests/pg11.txt
Luigi MariniLuigi Marini
701cb4d287cSPARQL query now looks for NamesRemoving special characters from NNP. Only include 1st chapter of Alice in wonderland.
Rob KooperRob Kooper
93161bcd603less commands == less levels container
Rob KooperRob Kooper
7be00ceb0c9Update docker.sh
Kenton McHenryKenton McHenry
69d9277b17bFixes for pull request.
Kenton McHenryKenton McHenry
4d3a5fa7e45MMerge branch 'master' into ken
Kenton McHenryKenton McHenry
d2819c5cefaUpdated json output.
Luigi MariniLuigi Marini
e237666d2c7Changed posted jsonld so that all entries in content have a definition in the contextUsing arbitrary keys in the content subdocument doesn't make it possible to define those entries in the context definition
Kenton McHenryKenton McHenry
c616bf60588Fixed README.
Kenton McHenryKenton McHenry
1cf14e04ff6Fixed README.
Kenton McHenryKenton McHenry
77cbcf917fbAdded Dockerfile, Makefile to build/run docker image, sample output, and icon.
Luigi MariniLuigi Marini
95e0f261aebAdded how to instal nltk corpora to README
Luigi MariniLuigi Marini
167899bdf3aAdded pyclowder to requirements.txtHad to install pyclowder using the following syntax to make it show up in the pip freeze output: pip install --upgrade -e git+https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git#eg g=pyclowder
Luigi MariniLuigi Marini
da16de49483Moved try catch exception to register_extractor function
Rui LiuRui Liu
decb2c0d009Continue to work even if one or all registrationPoints failed.
Rui LiuRui Liu
ed89939d644Handles extractor registraton endpoints array in both env var and default value.Plus some minor changes.
Luigi MariniLuigi Marini
8b8feb6f06bget REGISTRATION_ENDPOINTS from os env
Luigi MariniLuigi Marini
d6bb16a87e6Use os.getenv in config.py
Luigi MariniLuigi Marini
ebc71c2310cUse pyclowder.upload_file_metadata_jsonld instead of local one
Luigi MariniLuigi Marini
db0416ee625Load extractor info from external file and register with multiple Clowder instances
Luigi MariniLuigi Marini
0e8405e23afRenamed libraries to dependencies in the extraction definitionAlso made the bibtex entry one string instead of many
Luigi MariniLuigi Marini
ec20ba315a2Fixed many issues and removed hardcoded strings and keys.test/data/pg11.txt has an encoding issue when querying dbpedia but it's worth including for reference.
Luigi MariniLuigi Marini
9c69ac627cbUse bdpedia live sparql endpoint and open virtuoso bif:contains text search extension to retrieve metadata about entities.
Luigi MariniLuigi Marini
6fbaf0c57f6Removed reference to stash user account.
Luigi MariniLuigi Marini
1db0f82263fInitial commit.