dropfact(sentence,dataset) → sentence
The subroutine dropfact takes a sentence and a dataset as arguments. It checks whether there is a structurally identical sentence in the specified dataset. If so, it removes that sentence and returns it as value; otherwise, it does nothing.
|