public static final String REDIRECT = NamespaceEnum.rdfs+"seeAlso";
@BeforeClass
public static void setUpServices() throws IOException {
openNLP = new OpenNLP(new ClasspathDataFileProvider("DUMMY_SYMBOLIC_NAME"));
searcher = new TestSearcherImpl(NAME,SimpleTokenizer.INSTANCE);
//add some terms to the searcher
Representation rep = factory.createRepresentation("urn:test:PatrickMarshall");
rep.addNaturalText(NAME, "Patrick Marshall");
rep.addReference(TYPE, OntologicalClasses.DBPEDIA_PERSON.getUnicodeString());
searcher.addEntity(rep);