-
Notifications
You must be signed in to change notification settings - Fork 4
LkbBugs
anonymous edited this page Oct 9, 2011
·
7 revisions
This page is a repository for documenting known issues with the LKB such that they can be investigated and corrected, should developers visit or revisit the relevant areas of the code.
- In the following full type hierarchy:
a := *top*.
b := *top*.
d := a & b.
c := b.
e := a & c.
f := a & c.
the LKB establishes a type hierarchy with redundant edges from a - f and a - e:
http://www.computational-semantics.com/webshare/inv-3-hierarchy-lkb.png
One expects a graph with 10 edges, rather than 12, since ‘a’ already subsumes both ‘f’ and ‘e’ via ‘glbtype1’ and ‘glbtype2’.
Home | Forum | Discussions | Events