healtex / texscrubber

Personal information de-identification tool
Apache License 2.0
2 stars 2 forks source link

Integrate feature/gui with feature/ner-integration #29

Closed dehghana closed 7 years ago

hkkenneth commented 7 years ago

Sidenote:

Re @mbelousov 's question about keeping track of process, to get the number of files read / write, can use getReadCount() or getWriteCount() etc. http://docs.spring.io/spring-batch/apidocs/org/springframework/batch/core/StepExecution.html

Or if it has to be more real-time, can use http://docs.spring.io/spring-batch/2.2.x/apidocs/org/springframework/batch/core/ItemReadListener.html ?