}
AnnotationFS[] annotFSs = inputTypeAnnots.toArray(new AnnotationFS[] {});
// check matches for the CAS
ArrayList<String> matches = new ArrayList<String>();
match(dict, annotFSs, new FeaturePathInfo_impl(), matches);
// check match results
Assert.assertEquals("new", matches.get(0));
Assert.assertEquals("new york", matches.get(1));
Assert.assertEquals("new orleans", matches.get(2));