DBpedia SPARQL Explorer: http://dbpedia.org/snorql/
DBpedia Virtuoso SPARQL Query Editor: https://dbpedia.org/sparql
=====
People and death-causes
PREFIX dbo: <http://dbpedia.org/ontology/>
DBpedia SPARQL Explorer: http://dbpedia.org/snorql/
DBpedia Virtuoso SPARQL Query Editor: https://dbpedia.org/sparql
=====
People and death-causes
PREFIX dbo: <http://dbpedia.org/ontology/>
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
from nltk.tokenize import RegexpTokenizer | |
import argparse | |
import os | |
""" | |
Script for tokenizing Portuguese text according to the Universal Dependencies | |
(UD) tokenization standards. This script was not created by the UD team; it was |
from sklearn.metrics import confusion_matrix | |
def print_cm(cm, labels, hide_zeroes=False, hide_diagonal=False, hide_threshold=None): | |
"""pretty print for confusion matrixes""" | |
columnwidth = max([len(x) for x in labels]+[5]) # 5 is value length | |
empty_cell = " " * columnwidth | |
# Print header | |
print " " + empty_cell, | |
for label in labels: | |
print "%{0}s".format(columnwidth) % label, |
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |