I understand that I can define the new entities in a typesystem.xml file, but is there a streamlined way to:
- generate the annotation .class files from this typesystem.xml file
- load those classes dynamically in the currently running webapp?
Thx.
--
You received this message because you are subscribed to a topic in the Google Groups "dkpro-core-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dkpro-core-user/z5PC4r-1T38/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dkpro-core-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dkpro-core-user/0823AA76-EA0F-4830-8047-A8C9073FBBAA%40gmail.com.
1) use uimaFIT to scan for type system files in the classpath (org.apache.uima.fit.factory.TypeSystemDescriptionFactory.createTypeSystemDescription())
2) programmatically generate type definitions for any of the custom types that the users have created as part of their annotation projects