pB.addComplement( pp ) ;
String outputB = realiser.realiseSentence( pB ) ;
Assert.assertEquals( "Mary chases the monkey in park.", outputB ) ; // NB missing the determiner "the" !!
place.addPreModifier( "leafy" ) ;
String outputC = realiser.realiseSentence( pB ) ;
Assert.assertEquals( "Mary chases the monkey in leafy park.", outputC ) ; // NB missing the determiner "the" !!
} // testSection11