insertfact(sentence),dataset) → sentence
The subroutine insertfact takes a sentence and a dataset as arguments. It adds the sentence to the dataset; and, if dataindexing is true, it uses fullindex to index the sentence in the dataset.
insertfact differs from savefact in that it does not check whether a fact is in a dataset before adding it to the dataset.
|