@Override
@Before
protected void setUp() {
//this.lexicon = new NIHDBLexicon("A:\\corpora\\LEX\\lexAccess2011\\data\\HSqlDb\\lexAccess2011.data"); // NIH lexicon
//lexicon = new XMLLexicon("E:\\NIHDB\\default-lexicon.xml"); // default XML lexicon
lexicon = new XMLLexicon(); // built in lexicon
this.phraseFactory = new NLGFactory(this.lexicon);
this.realiser = new Realiser(this.lexicon);
this.man = this.phraseFactory.createNounPhrase("the", "man"); //$NON-NLS-1$ //$NON-NLS-2$
this.woman = this.phraseFactory.createNounPhrase("the", "woman"); //$NON-NLS-1$//$NON-NLS-2$