-
Notifications
You must be signed in to change notification settings - Fork 4
LkbBugs
GlennSlayden edited this page May 20, 2009
·
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]
I expected a graph with 10 edges, rather than 12, since ‘a’ already subsumes both ‘f’ and ‘e’ via ‘glbtype1’ and ‘glbtype2’.
Home | Forum | Discussions | Events