Re: CAS Visual Debugger - [EXTERNAL]

2017-10-25 Thread Miller, Timothy
I've had the same thought, and come to the same conclusions.
Tim


From: Melvin Ma 
Sent: Wednesday, October 25, 2017 1:33 PM
To: dev@ctakes.apache.org
Subject: CAS Visual Debugger - [EXTERNAL]

This is more of a question. I am fully aware that CAS Visual Debugger is
maintained in UIMA project.

For me for now, I will frequently need to use CVD to view .xmi file. It
would be really nice if I could put the type system xml as an input to CVD
startup argument (instead of manully lookup this file and load it). Do you
know anyway to do it? I checked the documents multiple times and was not
able to find anything.

Thanks.

Melvin


Re: CAS Visual Debugger - [EXTERNAL]

2017-10-25 Thread Dligach, Dmitriy
+1

Also, I’d love to be able to point CVD to a directory containing XMI files at 
startup.

Dima



On Oct 25, 2017, at 12:41, Miller, Timothy 
mailto:timothy.mil...@childrens.harvard.edu>>
 wrote:

I've had the same thought, and come to the same conclusions.
Tim


From: Melvin Ma mailto:ma.qian...@gmail.com>>
Sent: Wednesday, October 25, 2017 1:33 PM
To: dev@ctakes.apache.org<mailto:dev@ctakes.apache.org>
Subject: CAS Visual Debugger - [EXTERNAL]

This is more of a question. I am fully aware that CAS Visual Debugger is
maintained in UIMA project.

For me for now, I will frequently need to use CVD to view .xmi file. It
would be really nice if I could put the type system xml as an input to CVD
startup argument (instead of manully lookup this file and load it). Do you
know anyway to do it? I checked the documents multiple times and was not
able to find anything.

Thanks.

Melvin



RE: CAS Visual Debugger - [EXTERNAL]

2017-10-25 Thread Finan, Sean
Dima,
I think that there is an -xmi option or something like that, but for individual 
files.

-Original Message-
From: Dligach, Dmitriy [mailto:ddlig...@luc.edu] 
Sent: Wednesday, October 25, 2017 1:50 PM
To: dev@ctakes.apache.org
Subject: Re: CAS Visual Debugger - [EXTERNAL]

+1

Also, I’d love to be able to point CVD to a directory containing XMI files at 
startup.

Dima



On Oct 25, 2017, at 12:41, Miller, Timothy 
mailto:timothy.mil...@childrens.harvard.edu>>
 wrote:

I've had the same thought, and come to the same conclusions.
Tim


From: Melvin Ma mailto:ma.qian...@gmail.com>>
Sent: Wednesday, October 25, 2017 1:33 PM
To: dev@ctakes.apache.org<mailto:dev@ctakes.apache.org>
Subject: CAS Visual Debugger - [EXTERNAL]

This is more of a question. I am fully aware that CAS Visual Debugger is 
maintained in UIMA project.

For me for now, I will frequently need to use CVD to view .xmi file. It would 
be really nice if I could put the type system xml as an input to CVD startup 
argument (instead of manully lookup this file and load it). Do you know anyway 
to do it? I checked the documents multiple times and was not able to find 
anything.

Thanks.

Melvin



Re: CAS Visual Debugger - [EXTERNAL]

2017-10-25 Thread Kean Kaufmann
+1

I point it at an engine descriptor .xml file (using the command-line option
-desc) that refers to the type system file, but that's a hack...

On Wed, Oct 25, 2017 at 1:49 PM, Dligach, Dmitriy  wrote:

> +1
>
> Also, I’d love to be able to point CVD to a directory containing XMI files
> at startup.
>
> Dima
>
>
>
> On Oct 25, 2017, at 12:41, Miller, Timothy  harvard.edu<mailto:timothy.mil...@childrens.harvard.edu>> wrote:
>
> I've had the same thought, and come to the same conclusions.
> Tim
>
> 
> From: Melvin Ma mailto:ma.qian...@gmail.com>>
> Sent: Wednesday, October 25, 2017 1:33 PM
> To: dev@ctakes.apache.org<mailto:dev@ctakes.apache.org>
> Subject: CAS Visual Debugger - [EXTERNAL]
>
> This is more of a question. I am fully aware that CAS Visual Debugger is
> maintained in UIMA project.
>
> For me for now, I will frequently need to use CVD to view .xmi file. It
> would be really nice if I could put the type system xml as an input to CVD
> startup argument (instead of manully lookup this file and load it). Do you
> know anyway to do it? I checked the documents multiple times and was not
> able to find anything.
>
> Thanks.
>
> Melvin
>
>


RE: CAS Visual Debugger - [EXTERNAL]

2017-10-25 Thread Finan, Sean
Ok, there is a kludge ...

1.  Start the CVD
2.  Go to File > load Type System
3.  Select your type system
4.  Exit
5.  Go to your home directory
6.  Look at the file named annotViewer.pref
There should be a line starting with " dir.open.xcas=" that points to your type 
system.
7.  Make a copy of the annotViewer.pref file (MyTypesCVD.pref)

8.  Next time you launch the cvd, specify -ini MyTypesCVD.pref
The cvd should load your type system on startup.

Good luck,
Sean


-Original Message-
From: Melvin Ma [mailto:ma.qian...@gmail.com] 
Sent: Wednesday, October 25, 2017 1:34 PM
To: dev@ctakes.apache.org
Subject: CAS Visual Debugger - [EXTERNAL]

This is more of a question. I am fully aware that CAS Visual Debugger is
maintained in UIMA project.

For me for now, I will frequently need to use CVD to view .xmi file. It
would be really nice if I could put the type system xml as an input to CVD
startup argument (instead of manully lookup this file and load it). Do you
know anyway to do it? I checked the documents multiple times and was not
able to find anything.

Thanks.

Melvin


RE: CAS Visual Debugger - [EXTERNAL]

2017-10-25 Thread James Masanz
Cool. Thanks

On Oct 25, 2017 1:24 PM, "Finan, Sean" 
wrote:

> Ok, there is a kludge ...
>
> 1.  Start the CVD
> 2.  Go to File > load Type System
> 3.  Select your type system
> 4.  Exit
> 5.  Go to your home directory
> 6.  Look at the file named annotViewer.pref
> There should be a line starting with " dir.open.xcas=" that points to your
> type system.
> 7.  Make a copy of the annotViewer.pref file (MyTypesCVD.pref)
>
> 8.  Next time you launch the cvd, specify -ini MyTypesCVD.pref
> The cvd should load your type system on startup.
>
> Good luck,
> Sean
>
>
> -Original Message-
> From: Melvin Ma [mailto:ma.qian...@gmail.com]
> Sent: Wednesday, October 25, 2017 1:34 PM
> To: dev@ctakes.apache.org
> Subject: CAS Visual Debugger - [EXTERNAL]
>
> This is more of a question. I am fully aware that CAS Visual Debugger is
> maintained in UIMA project.
>
> For me for now, I will frequently need to use CVD to view .xmi file. It
> would be really nice if I could put the type system xml as an input to CVD
> startup argument (instead of manully lookup this file and load it). Do you
> know anyway to do it? I checked the documents multiple times and was not
> able to find anything.
>
> Thanks.
>
> Melvin
>


Re: CAS Visual Debugger - [EXTERNAL]

2017-10-25 Thread Melvin Ma
Thanks.

On Wed, Oct 25, 2017 at 11:26 AM, James Masanz 
wrote:

> Cool. Thanks
>
> On Oct 25, 2017 1:24 PM, "Finan, Sean" 
> wrote:
>
> > Ok, there is a kludge ...
> >
> > 1.  Start the CVD
> > 2.  Go to File > load Type System
> > 3.  Select your type system
> > 4.  Exit
> > 5.  Go to your home directory
> > 6.  Look at the file named annotViewer.pref
> > There should be a line starting with " dir.open.xcas=" that points to
> your
> > type system.
> > 7.  Make a copy of the annotViewer.pref file (MyTypesCVD.pref)
> >
> > 8.  Next time you launch the cvd, specify -ini MyTypesCVD.pref
> > The cvd should load your type system on startup.
> >
> > Good luck,
> > Sean
> >
> >
> > -Original Message-----
> > From: Melvin Ma [mailto:ma.qian...@gmail.com]
> > Sent: Wednesday, October 25, 2017 1:34 PM
> > To: dev@ctakes.apache.org
> > Subject: CAS Visual Debugger - [EXTERNAL]
> >
> > This is more of a question. I am fully aware that CAS Visual Debugger is
> > maintained in UIMA project.
> >
> > For me for now, I will frequently need to use CVD to view .xmi file. It
> > would be really nice if I could put the type system xml as an input to
> CVD
> > startup argument (instead of manully lookup this file and load it). Do
> you
> > know anyway to do it? I checked the documents multiple times and was not
> > able to find anything.
> >
> > Thanks.
> >
> > Melvin
> >
>