Re: How to add /desc and /resources to intellij IDEA project? [EXTERNAL]

2018-04-09 Thread Reed Villanueva
I see, I have added a small change proposal to the ctakes JIRA ( https://issues.apache.org/jira/browse/CTAKES-504). Thanks. On Fri, Apr 6, 2018 at 10:48 AM, Finan, Sean < sean.fi...@childrens.harvard.edu> wrote: > Of course! You can submit a jira item regarding the documentation or if > you

Re: How to add /desc and /resources to intellij IDEA project? [EXTERNAL]

2018-04-06 Thread Finan, Sean
Of course! You can submit a jira item regarding the documentation or if you have permissions for the wiki you can create or edit a page yourself. Sean From: Reed Villanueva Sent: Friday, April 6, 2018 4:20 PM To:

Re: How to add /desc and /resources to intellij IDEA project? [EXTERNAL]

2018-04-06 Thread Reed Villanueva
Ok, I see, thank you. One final thing, is there some kind of mechanism for myself or others to somehow request to, say, add edits/changes to existing ctakes documentation where someone else reviews and approves it? On Fri, Apr 6, 2018 at 9:52 AM, Finan, Sean < sean.fi...@childrens.harvard.edu>

Re: How to add /desc and /resources to intellij IDEA project? [EXTERNAL]

2018-04-06 Thread Finan, Sean
Hi Reed, lookupXml is a parameter that is sent to ctakes, not the vm. But yes, you can place "--lookupXml " or simply "-l " to the command line if you are running the default pipeline. The lookupXml points to a configuration file that can be anywhere, such as in your $HOME. However, you

Re: How to add /desc and /resources to intellij IDEA project? [EXTERNAL]

2018-04-06 Thread Reed Villanueva
I see, thanks. So you're saying that I would do something like: add the option "-LookupXml=$HOME/project/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab.xml" to the VM options in the run configurations for my intellij project? Can this be a comma-seperated list of locations? On Fri, Apr 6,

Re: How to add /desc and /resources to intellij IDEA project? [EXTERNAL]

2018-04-06 Thread Finan, Sean
Hi Reed, Wow, you went through a lot of trouble. There actually is a much simpler solution. It does need proper documentation as it is only hinted at in [1] and [2]. You can put a dictionary anywhere you want. Then either in your piper file (configures pipeline) or the command line, or in

Re: How to add /desc and /resources to intellij IDEA project?

2018-04-06 Thread Reed Villanueva
​​ Fixed problem. Running similar program in the ctakes source trunk/examples..., ​I see that ​ FileLocator.getResource() method should be using location=resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.script url=file:/home/ ​me

How to add /desc and /resources to intellij IDEA project?

2018-04-04 Thread Reed Villanueva
As the title states, I am having trouble understanding where to place the /resources (and /desc ?) folders in an intellij IDEA project that is trying to use ctakes (don't work with java often). *TLDR: In intellij, how do I use the resources/ and des/ folders that come in ctakes binary