prolog (swipl) を使用して自然言語ジェネレーターを実装しています。
この形式で生成できるいくつかのフレーズを含む .txt テスト ファイルがあります。
[goal,identify,type_object,animal,object,cat,event,ran away,when,[last,mont],where,[]]
[which,cats,ran away,last,month,?]
[goal,identify,type_object,animal,object,dog,event,ran,when,[last,mont],where,[]]
[which,dogs,ran away,last,year,?]
等々...
plunit (または何か他のもの?) を使用して、テスト ファイルのすべての要素が true/false を返す出力ファイルにあるかどうかを確認するにはどうすればよいですか?