Closed GoogleCodeExporter closed 9 years ago
Locally allow duplicates in the test case to avoid failure - however, this
cannot stay as is, because it will break Coreference all over the place!
@Before
public void setup()
{
// Workaround for change in UIMA 2.7.0 - this cannot stay as it is!!!
// https://code.google.com/p/dkpro-core-asl/issues/detail?id=581
System.setProperty(FSIndexRepositoryImpl.ALLOW_DUP_ADD_TO_INDEXES, "true");
}
Original comment by richard.eckart
on 20 Jan 2015 at 9:47
This issue was updated by revision r3284.
- Temporary workaround until we know if we need to resolve this or UIMA.
Original comment by richard.eckart
on 20 Jan 2015 at 9:48
This issue was updated by revision r3285.
- Temporary workaround until we know if we need to resolve this or UIMA.
Original comment by richard.eckart
on 20 Jan 2015 at 2:42
Original comment by richard.eckart
on 22 Jan 2015 at 10:37
Original issue reported on code.google.com by
richard.eckart
on 20 Jan 2015 at 9:28