-
Notifications
You must be signed in to change notification settings - Fork 83
Description
The rules inside the book skill imply that the Wiki Parser should be able to extract the entity of the book that the user mentions. However, when I try to name a concrete book and an author, it tends to find the author, but not the book, mainly when the book title consists of several words, e.g. "War and Peace", "Far from the madding crowd", etc. See below:
The request:

The response by the wiki parser contains several instances of the author entity, but not the book entity. Still, the latter is present in the 'notable work' section of the author entity.

While we could write an additional rule to check, if any of the notable works by an author were mentioned, it would be good, if the wiki parser extracted book entities of this kind without any additional effort.