text="If a busLine B has a departureTown D, and B has an arrivalTown A, and D has a location X, and A has a location Y, and X is Y then the busLine B is a localBusLine ." echo "ACE rule is:" echo echo $text echo echo "Core ACE paraphrase of the rule:" echo ./ape.exe -solo paraphrase1 -guess -text "$text" echo echo "Core ACE paraphrase of the NP ACE paraphrase of the rule:" echo ./ape.exe -solo paraphrase2 -guess -text "$text" | ./ape.exe -solo paraphrase1 -guess