Menu
  • HOME
  • TAGS

How to get the annotated text for a DictionaryAnnotator

java,artificial-intelligence,opennlp,uimanageddocument,uima

Alternatively, you could also use Apache Ruta, either with the workbench (recommended to get started) or with java code. For the latter, I created an example project at https://github.com/renaud/annotate_ruta_example. The main parts are: a list of names in src/main/resources/ruta/resources/names.txt (a plain text file) Mark John Rabbit Owl Curry ATH-MX50 CC234...

UIManagedDocument parent context object insertion on a background priority queue not updating in UI using child context

ios,multithreading,core-data,nsmanagedobjectcontext,uimanageddocument

After looking into all the suggestions I could find for similar problems, none of them seemed to help. The scenario i was describing in the end had the store stuff to file handled ok, but the UI not updating. At the time when I do this import/export I'm in a...

Fetched Results Controller returns Number of Sections = 0

ios,objective-c,core-data,nsfetchedresultscontrolle,uimanageddocument

You need to call performFetch in your fetched results controller method.