python 및 머신러닝 교육, 슬로우캠퍼스






contents-ttl.txt 파일은 wget으로 다운로드 
$ wget http://downloads.dbpedia.org/3.8/en/contents-ttl.txt


모든 ttl 다운받기, 압축 풀기 스크립트

for url in `cat contents-ttl.txt`
do
    echo $url
    f=`basename $url`
    echo $f
    wget $url
    bunzip2 $f
done


중요 파일들
category_labels_en.ttl  disambiguations_en.ttl  geo_coordinates_en.ttl  images_en.ttl  instance_types_en.ttl  interlanguage_links_en.ttl  persondata_en.ttl  topical_concepts_en.ttl







WRITTEN BY
manager@
Data Analysis, Text/Knowledge Mining, Python, Cloud Computing, Platform

,