Giter Site home page Giter Site logo

aceview's People

Watchers

 avatar

aceview's Issues

Q&A View must count and display the answers taking identical individuals and equivalent classes into account

For example, the answer to the question "Who is a fireman?" should be:

Individuals (3): {Bill William}, Bob, John
Subclasses (0):
Superclasses (2): human, {man male}

where identical but differently named individuals should be grouped,
as should be sub/super classes which are equivalent.

To make this work for individuals make sure that the NodeSet policy
used by the reasoner is IndividualNodeSetPolicy.BY_SAME_AS
(note that the OWL-API default is BY_NAME).

Original issue reported on code.google.com by kaljurand on 12 Oct 2010 at 9:31

Table cells are not editable

In v1.3.0 the table cells are not editable anymore when double-clicked.

Original issue reported on code.google.com by kaljurand on 15 Nov 2010 at 8:12

ACE->OWL/SWRL & OWL->ACE Service Custom Preferences Not Sticky

What steps will reproduce the problem?
1. Open ACE View Preferences
2. Edit the URL for either service to change it to something not in the 
drop-down (e.g., http://myserver.com:8090/)
3. Click OK
4. Reopen ACE View Preferences.

What is the expected output? What do you see instead?
I would expect customized server designations to be saved.  It would also be 
useful to remove the list of webservices to an external properties or xml file 
instead of being hardcoded in the java code, so that the dropdown presented to 
the user is installation-specific.

What version of the product are you using? On what operating system?
ACE View 1.3.0 + Protege 4.1 Beta build 213.

Please provide any additional information below.

My installation requires that I set up shared APE and OWL Verbalizer services 
inside my firewall that are accessible from multiple PCs running Protege.  The 
current limitation requires that each PC run its own instance of the servers.  

Original issue reported on code.google.com by [email protected] on 3 Mar 2011 at 2:24

No support for namespaces

It is not possible to explicitly refer to e.g. foaf:Person from the FOAF
ontology, i.e. sentences like (1) are not supported.

(1) Every my:person is a foaf:Person and every foaf:Person is a my:person.

==Solution==
A simple solution would leave ACE/APE unchanged. The idea: allow prefixing
all the content words in the snippet with the namespace prefixes registered
in Protege (check which characters are allowed in a prefix), e.g. allow
snippets like:

(2) yahoo:John knows google:John.

When the snippet is parsed, the prefixes are analysed and the corresponding
lexicon entries are generated on the bases of the ACE View lexicon, e.g. if
the Protege prefix definitions are:

default: default.org
google: google.com
yahoo: yahoo.com

and the lexicon is:

google.com#John: John
yahoo.com#John: John
default.org#know: knows, know, known

Then generate a new snippet and its corresponding lexicon to be sent to APE
as follows:

`yahoo:John` knows `google:John`.

pn(sg, yahoo:John, yahoo.com#John)
pn(sg, google:John, google.com#John)
tv(sg, knows, default.org#know)

i.e. the wordform argument in the lexicon would contain the prefix unless
the word comes from the default namespace; and the lemma argument would be
a full IRI.

Original issue reported on code.google.com by kaljurand on 23 May 2010 at 2:10

OWL 2 support and Protege 4.0.x

The ACE View plugin for Protege is currently only compatible with Protege 
versions 4.0.x. However, Protege 4.0.x does not have full OWL 2 support. 

This is a particular problem for ACE since it makes extensive use of 
annotations on axioms. Protege 4.0.x uses an unofficial and old vocabulary in 
the serialisation of these annotations to RDF/XML and Turtle. The resulting 
files are not OWL 2 DL compatible (they are OWL 2 Full). 

Although the ontologies can be reloaded and saved in Protege 4.1 (which does 
have OWL 2 support), the resulting file can then no longer be loaded in Protege 
4.0.x 

Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 12:44

  • Blocking: #5

Improve the display of error messages

Do not show error messages (e.g. "Accessing OWL->ACE webservice failed") via 
popups. Instead, use the Protege error message pane.

Original issue reported on code.google.com by kaljurand on 29 Jul 2011 at 12:50

Update to the latest (official) radixtree

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by kaljurand on 6 Oct 2009 at 5:41

Create a port for the Neon Toolkit

Suggested by Kenneth Jones in

https://lists.ifi.uzh.ch/pipermail/attempto/2010-July/000571.html

Original issue reported on code.google.com by kaljurand on 16 Jul 2010 at 11:49

  • Blocked on: #6

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.