Giter Club home page Giter Club logo

caligraph's People

Contributors

nheist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

caligraph's Issues

Blank spaces in IRIs in caligraph-ontology.nt

We would love to use the CaLiGraph data for research purposes over here in Amsterdam (VU / Triply), but unfortunately bumped into reusability issues due to invalid IRIs that contain blank spaces.

We don't have a complete overview, but we did look extensively into caligraph-ontology.nt downloaded and extracted from here.

riot --validate caligraph-ontology.nt results in:
ERROR riot :: [line: 4510843, col: 77] Bad character in IRI (space): <http://caligraph.org/ontology/RestrictionHasValue_birthPlace_Trentino-Alto[space]...>

The complete subject of the triple in this line is:
<http://caligraph.org/ontology/RestrictionHasValue_birthPlace_Trentino-Alto Adige/S%C3%BCdtirol>.

Blank spaces in IRIs seem to be the only issue in this file.

problems about tuning entity disambiguation parameters

Hi, your work is very intersting, but I meet some problems when reproduce the result.

I input
python tune_entity_dismabiguation.py

but I'm required to add some parameters

usage: tune_entity_disambiguation.py [-h] [--approach APPROACH] [--corpus {LIST,NILK}] [-ss {5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100}]
                                     [--mm_approach MM_APPROACH] [--me_approach ME_APPROACH] [--mm_threshold MM_THRESHOLD] [--me_threshold ME_THRESHOLD]
                                     [--path_threshold PATH_THRESHOLD] [--me_cluster_threshold ME_CLUSTER_THRESHOLD] [--cpus CPUS]
                                     config_file
tune_entity_disambiguation.py: error: the following arguments are required: config_file

Could you please give me the full instruction or give me the parameters required?

Thanks a lot!

Unescaped spaces in IRIs

Thank you for this great resource!

There is a minor issue with unescaped spaces appearing in an IRI in file caligraph-ontology.nt.bz2 line 2.405.570:

<http://caligraph.org/ontology/RestrictionHasValue_location_Allentown,_Pennsylvania> <http://www.w3.org/2000/01/rdf-schema#label> <Restriction onProperty=location hasValue=Allentown,_Pennsylvania> .

Unescaped newlines in single-quoted literals

We are unable to read file caligraph-instances_labels.nt.bz2 because a single-quoted literal on line 912,449 contains an unescaped newline:

<http://caligraph.org/resource/Analogy_of_the_divided_line> <http://www.w3.org/2004/02/skos/core#altLabel> "Divided line of
 Plato" .

There are two possible fixes here:

  • Escape the newline, e.g., with backslag encoding (\n).
  • Use as triple-quoted literal:
<http://caligraph.org/resource/Analogy_of_the_divided_line> <http://www.w3.org/2004/02/skos/core#altLabel> """Divided line of
 Plato""" .

Many peoples in clgo:Organization

Hi team,
Thank you for nice work on semantic typing of concepts from wikipedia. I was struggling with same task for specific problem in my team.

I have one question:
What is the source of kind on inconsistency in sense that in class clgo:Organization there are many peoples?

Thank you
Sergei

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.