[Attempto] New versions of APE, Attempto Java Packages, AceWiki, ACE View

Kaarel Kaljurand kaljurand at gmail.com
Thu Oct 23 18:04:08 CEST 2008


Hi,

we have released new versions of APE (including the webservice),
Attempto Java Packages, AceWiki, and ACE View today. The changes are mostly
about minor bug fixes and updated 3rd party libraries.

The changelog follows.


Grammar:
    - CHANGED: Disabled relative phrases for variables and pronouns.
    - CHANGED: Disabled check for missing determiners.
    - IMPROVED: Error messages for pronouns.
    - FIXED: Wrong resolution of reflexive pronouns in some cases.
    - FIXED: PPs attached to the wrong verb in some cases.
    - FIXED: Handling of proper name antecedents.


DRS->ACE (i.e. paraphrasing)
    - CHANGED: Generation of sg nouns, proper names, and fin/pl verbs
does not return the lemma
    anymore, i.e. the lemma is only used to do the lookup to find the
actual surface form.


ACE->OWL:
    - CHANGED: OWLClass -> Class (to be compatible with the OWL 2 spec
and the latest OWL API)
    As a result the OWLFSS and OWLXML outputs have changed, OWLRDF
remains the same.
    - CHANGED: named individuals now generate Declaration(Individual(John)),
    i.e. a non-logical axiom.
    Before they generated: ClassAssertion(Class(owl:Thing) Individual(John))
    - CHANGED: "Every part of EU is a country." used to create a class "part".
    Now such class is not created anymore.
    - FIXED: handling of queries whose DRS contains implications that
are not removed during drs_to_owldrs:
    -- What is a country that borders no sea? (now succeeds)
    -- Which territories border nothing but lakes? (now succeeds)
    - FIXED:
    -- Which countries border a lake and use the lake? (used to
produce garbage, now fails)
    -- What is a country that borders a territory that guards the
country? (used to produce garbage, now fails)
    -- What is a country that borders a territory that guards the
territory? (used to produce garbage, now produces the correct result)


Attempto Java Packages, including AceWiki:
    - FIXED: Incorrect behavior of the editor, e.g. if similar words
like "starts" and "starts with" are defined.
    - UPDATED: OWL-API to version 2.2.1 rev 941. This makes the OWL
export compatible with the latest
     Protégé build 103 (but breaks the compatibility with the older versions).
     Note that this version of AceWiki is not compatible with older
versions of APE.


ACE View:
  - ADDED: More metrics
  - ADDED: Possibility to configure the location of SWI and APE
  - ADDED: Entailment view can now generate snippet selection events
  - CHANGED: Disabled ACEWordformViewComponent
  - FIXED: Several performance problems
  - FIXED: Some UI problems
  - CLEANUP: Lexicon handling
  - CLEANUP: The new download page http://attempto.ifi.uzh.ch/aceview/


--
kaarel



More information about the attempto mailing list