nltk.inference.ParallelProverBuilder¶
- class nltk.inference.ParallelProverBuilder[source]¶
Bases:
Prover
,ModelBuilder
This class stores both a prover and a model builder and when either prove() or build_model() is called, then both theorem tools are run in parallel. Whichever finishes first, the prover or the model builder, is the result that will be used.