Hi Raghavendra, Thanks for your interest! I believe for most of those types there are not standalone training classes, but the training is done inside the evaluation classes. Inside of the ....eval package there are a number of classes starting with EvaluationOf.... that have train() and test() methods. The train() method typically writes a file to target/eval/... (different sub-paths for each module). We used that path for our evaluations and then when we were done with an experiment we copied the best models into a more standard spot in the project. Hope this helps, Tim
________________________________________ From: Raghavendra [[email protected]] Sent: Monday, March 30, 2015 7:02 AM To: [email protected] Subject: Training models of ctakes-temporal module Hello everyone, I have been working on THYME corpus for temporal explorations. I want to recreate the models provided in ctakes-temporal module for event, time, eventtime and eventevent relation annotations. I haven't seen any training java files in the module. Kindly help. -- //Thanks Raghavendra CDE, IIITH //
