[I] [Feature]: CTAKES-566 Remove Google Analytics cTAKES Website [ctakes-site] [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 opened a new issue, #26: URL: https://github.com/apache/ctakes/issues/26 ### What problem does this solve? Apache cTAKES website is using Google Analytics which is not permitted by the ASF Privacy Policy[1]. PMCs were notified of this by the VP Data Privacy in April 2022

Re: [I] [Feature]: CTAKES-566 Remove Google Analytics cTAKES Website [ctakes-site] [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 commented on issue #26: URL: https://github.com/apache/ctakes/issues/26#issuecomment-2730382457 Pull request of deleted js lines merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] [Feature]: CTAKES-566 Remove Google Analytics cTAKES Website [ctakes-site] [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 closed issue #26: [Feature]: CTAKES-566 Remove Google Analytics cTAKES Website [ctakes-site] URL: https://github.com/apache/ctakes/issues/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[I] Howto install/run ctakes-4.0.0.1 on a Linux server as a service [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 opened a new issue, #25: URL: https://github.com/apache/ctakes/issues/25 User Install Guide states that a windowing system is now needed to use cTakes, which isn't possible on a headless server machine. Is it still possible to install and utilize cTakes on a server? --

[I] [Question]: About DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 opened a new issue, #27: URL: https://github.com/apache/ctakes/issues/27 ### What’s your question? Has anyone has tried using the Drugner in 5.1.0 have they run into this error when its process() method is run. message: JCas type "org.apache.ctakes.drugner.type.Fr

[I] [Question]: No output from DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 opened a new issue, #29: URL: https://github.com/apache/ctakes/issues/29 ### What’s your question? Processing creates nothing at all due to an out of bounds exception that may be due to some parameters that need passing to the annotator. It generates DrugMentions, then it

Re: [I] [Question]: No output from DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 commented on issue #29: URL: https://github.com/apache/ctakes/issues/29#issuecomment-2730715607 Yes, those parameters did enable the code to run without erroring. But like you said all it did was highlight the fact that it's not a good solution and creates vast numbers of bloat

Re: [I] [Question]: About DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 commented on issue #27: URL: https://github.com/apache/ctakes/issues/27#issuecomment-2730600626 This looks like the same problem encountered here: https://github.com/apache/ctakes/issues/23 It was fixed for -standard- ctakes workflows in 6.0.0, but if you don't use the Pip

Re: [I] [Question]: About DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 closed issue #27: [Question]: About DrugNerAnnotator URL: https://github.com/apache/ctakes/issues/27 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

Re: [I] [Question]: About DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 closed issue #27: [Question]: About DrugNerAnnotator URL: https://github.com/apache/ctakes/issues/27 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

Re: [I] [Question]: About DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 commented on issue #27: URL: https://github.com/apache/ctakes/issues/27#issuecomment-2730600971 Turns out that this problem was indeed due to the fact that package names had changed from v4.x.x to v5.x.x from ...drugner... to ..drug.ner.. But across the sources and typesystem f

Re: [I] [Question]: No output from DrugNerAnnotator [ctakes]

2025-03-17 Thread via GitHub
Johnsd11 commented on issue #29: URL: https://github.com/apache/ctakes/issues/29#issuecomment-2730715037 I think that your oob exception is, as you guess, coming from missing or bad parameters. You can try using the following in your piper file: package org.apache.ctakes.drugner.ae