Re: ctakes gui

2016-02-18 Thread Pei Chen
Hi Ben,
I think the ctakes-gui in the sandbox area is really outdated and
hasn't been maintained in a long time (hence in sandbox).
But there was a old thread [1] that you may find useful.

[1] 
https://mail-archives.apache.org/mod_mbox/ctakes-dev/201505.mbox/%3cCAPUoHuEj1aFC6PQG=jlkgsoquutq17l0mhmdpwvatd6uwqg...@mail.gmail.com%3e

On Thu, Feb 18, 2016 at 12:56 PM, Ben Yu  wrote:
> Hi ctakes group,
> Is the ctakes gui actively maintained? I downloaded it and followed Pei's 
> installation guide (not entirely because some of the instructions don't seem 
> to apply), and after some maneuvering I had it up and running with tomcat7. 
> When I try to bring the app up http://localhost:8080/ctakesgui/, the 
> login.html page came back blank. I noticed that the login.jsp (which seems to 
> be the file Spring mvc mapped to for login.html) used some external 
> javascript files and one of them, i18n.js is missing. I have not used it at 
> all and not sure what it is. Is that the reason why I got the blank page? Am 
> I missing some other front end stuff? The body tag does not have any content 
> in it.
>
> Thanks, and appreciate any help.
>
> Ben Yu
> Software Design Engineer
> College of Pharmacy, University of Utah
> 801-587-7751
>


RE: cTAKES developer query

2016-02-18 Thread Finan, Sean
Hi Abhilash,

The fastest way to dive into ctakes development might be to look at 
org.apache.ctakes.clinicalpipeline.ClinicalPipelineFactory.java
It has a few methods that can build slightly different pipelines and a main(..) 
that will run some fake text through a pipeline.

After that you can look at 
org.apache.ctakes.core.cc.property.plaintext.PropertyTextWriter.java to see 
examples on how to extract information from the cas.

To see an example of a new annotator module, check out the ctakes sandbox and 
look at ctakes-allergy.  It is really simple - one annotator class and another 
pipeline runner class.  But it has all of the plumbing required to insert it 
into ctakes proper.

Sean


-Original Message-
From: Abhilash Kasarla [mailto:abhilash.kasa...@abzooba.com] 
Sent: Thursday, February 18, 2016 4:30 AM
To: dev@ctakes.apache.org
Subject: cTAKES developer query

Hi,
   I installed cTAKES 3.2 plugin for eclipse. I have followed the developer 
installation guide from the website. But have no idea how to start developing 
and run the custom annotators. Is there any developers guide/tutorial, to start 
learning to develop the cTAKES or understand its working ?

Thanks,
Abhilash K