One more question please whats the difference between cas and jcas ?

On Tue, Feb 14, 2017 at 1:39 PM, Alaa al Barari <alaa.albar...@gmail.com>
wrote:

> Thanks Shahid, basically I built a web service, that calls ctakes, the
> issue is when 2 users call the service in parallel, ctakes cant handle both
> of them because its not thread safe. any idea how to do that ?
>
> regarding performance, how can I enhance it you have steps ? I am using
>  below code which I suppose use UIMA, how can increase number of threads ?
> cas = pipeline.newJCas();
> jcas.setDocumentText(sentence.getCoveredText());
> pipeline.process(jcas);
>
>
> Thanks a lot in advance.
>
> On Tue, Feb 14, 2017 at 11:46 AM, shahid ashraf <sha...@trialx.com> wrote:
>
>> Hi Alaa
>>
>> What is your use case, I assumed you need to increase performance of
>> ctakes
>> by leveraging multiple threads. In that case we can use UIMA CASPOOL which
>> allows us to process ctakes via multiple threads.
>>
>>
>> P.S. Ctakes is based on UIMA architecture.
>> https://uima.apache.org/documentation.html
>>
>> On Tue, Feb 14, 2017 at 3:03 PM, Alaa al Barari <alaa.albar...@gmail.com>
>> wrote:
>>
>> > guys, anyone please through some light on this ? if there is something
>> to
>> > be done or away I can do this ?
>> >
>> > On Sun, Feb 12, 2017 at 6:56 PM, Alaa al Barari <
>> alaa.albar...@gmail.com>
>> > wrote:
>> >
>> > > what is UIMA can you give more information about it, and how it can
>> > > benefit me ?
>> > >
>> > > Thanks in advance/
>> > >
>> > > On Sun, Feb 12, 2017 at 5:15 PM, shahid ashraf <sha...@trialx.com>
>> > wrote:
>> > >
>> > >> hi Barari
>> > >>
>> > >> I am also new to ctakes, but i suggest you look into UIMA caspool ..
>> > >> Currently i am also trying the same to make it work.
>> > >>
>> > >> P.S: Others here can suggest better ... @all dev
>> > >>
>> > >> On Sun, Feb 12, 2017 at 6:59 PM, Alaa al Barari <
>> > alaa.albar...@gmail.com>
>> > >> wrote:
>> > >>
>> > >> > As I see ctakes is not thread safe, how to make it thread safe ?
>> > >> >
>> > >> > --
>> > >> > Eng Alaa Al-Barari
>> > >> > phone 0599297470
>> > >> >
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> with Regards
>> > >> Shahid Ashraf
>> > >>
>> > >
>> > >
>> > >
>> > > --
>> > > Eng Alaa Al-Barari
>> > > phone 0599297470
>> > >
>> >
>> >
>> >
>> > --
>> > Eng Alaa Al-Barari
>> > phone 0599297470
>> >
>>
>>
>>
>> --
>> with Regards
>> Shahid Ashraf
>>
>
>
>
> --
> Eng Alaa Al-Barari
> phone 0599297470
>



-- 
Eng Alaa Al-Barari
phone 0599297470

Reply via email to