Open
Description
Is there a way to encode a missing word that is not a predicate, so that the normalized version of the sentence could be constructed?
For a sentence like "Soon I have time to finish it", we infer that there should be a "will" before "have".
The missing word policy refers to treating them like ellipsis, and the ellipsis policy says that nothing is done for words with no dependents. So does this mean an empty node should not be created for "will" in the enhanced graph, since it is a function word with no dependents? If it can't be incorporated into the graph, could it at least be included as a feature—maybe CorrectForm=will have
for "have"?