-
Notifications
You must be signed in to change notification settings - Fork 4
Description
We are using https://www.coli.uni-saarland.de/projects/chorus/utool/ to solve all possible quantifiers scopes of MRSs. The first question is: why in the wiki we don't have any single reference to this tool?
I know that LKB also implements a quantifier scopes solver, but for integrating with our current pipeline, it was easier to start testing utool in a client/server mode. Problem is that we don't have much control of the process. We can't ask for the top N solutions, for example. Moreover, we can't have any estimative of the amount of memory that will be needed to process a given MRS. In one particular case:
law stating that when two elements can combine to form more than one compound the amounts of one of them that combines with a fixed amount of the other will exhibit a simple multiple relation
we have 18 HCONS in the resulted MRS from ERG and the utool is asking for more than 8GB to solve the quantifiers scopes.
So my second question is if someone here has already used utool and may have any suggestions...