mirror of
https://github.com/gsi-upm/sitc
synced 2024-11-21 22:12:30 +00:00
Python2 compatibility + sparql server
This commit is contained in:
parent
32278338bf
commit
5c5db4fe7a
@ -4,3 +4,4 @@ Exercises for Intelligent Systems Course
|
||||
* ML-1: introduction to machine learning with scikit-learn
|
||||
* ML-2: introduction to machine learning with pandas and scikit-learn
|
||||
* NLP: introduction to NLP
|
||||
* LOD: Linked Open Data, exercises and example code
|
||||
|
@ -1,5 +1,8 @@
|
||||
|
||||
import sys
|
||||
from future.standard_library import install_aliases
|
||||
install_aliases()
|
||||
|
||||
from urllib import request, parse
|
||||
from rdflib import Graph, term
|
||||
from lxml import etree
|
||||
|
@ -1,3 +1,4 @@
|
||||
future
|
||||
rdflib
|
||||
rdflib-jsonld
|
||||
lxml
|
||||
|
Loading…
Reference in New Issue
Block a user