Re: Getting OOM issue while running ruta script with large texts

2022-08-10 Thread Peter Klügl
/635c3b80e02908e9f8387db3fda865db Many Thanks On Sat, Aug 6, 2022 at 4:11 PM Peter Klügl wrote: Hi, I had a quick look at the rules. Given the examples you provided, only the first rule matches three times, the second rule not once. So I have to ask before I can refactor the rules: what should the rules

Re: Getting OOM issue while running ruta script with large texts

2022-08-06 Thread Peter Klügl
: Hi Dr. Peter Klügl, Yes its same in stackoverflow On Fri, Aug 5, 2022 at 12:48 PM Peter Klügl wrote: Hi, the attachements are removed by the mailing list. Are the rules the same as in the StackOverflow question? Best, Peter Am 04.08.2022 um 20:15 schrieb Md Azaz Ali: HI Dr. Peter

Re: Getting OOM issue while running ruta script with large texts

2022-08-05 Thread Peter Klügl
Thanks & Regard Md Azaz Ali On Thu, Aug 4, 2022 at 5:42 PM Peter Klügl wrote: Hi, yes, I can suggest some refactored rules. However, I do not know the common input data and the use cases. It is easier for me if I have a few representative input snippets I can

Re: Getting OOM issue while running ruta script with large texts

2022-08-04 Thread Peter Klügl
Am 04.08.2022 um 11:33 schrieb Md Azaz Ali: Hi Dr. Peter Klügl, 1. We are not able to upgrade to Ruta 3.x because we have to upgrade uimaj-core also and to do that we need an stable version of cleartk-ml (which is not working with uima 3.x). 2. using PARAM_MAX_RULE_MATCHES

Re: Getting OOM issue while running ruta script with large texts

2022-08-02 Thread Peter Klügl
: https://stackoverflow.com/questions/73147822/getting-oom-issue-while-running-ruta-script-with-large-texts Many Thanks -- Dr. Peter Klügl Head of Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu

Re: Can we reuse Seeds and RutaBasic annotations for multiple script executed sequentially on same cas object

2022-08-02 Thread Peter Klügl
-executed-sequen Many Thanks -- Dr. Peter Klügl Head of Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbis.com Web: https://averbis.com Headquarters: Freiburg im Breisgau Register Court

Re: Ruta, Maven and Custom Engines

2022-04-21 Thread Peter Klügl
it's looking relative to current package (de.miba.*)? Regards, Michael Am 14/04/2022 um 14:46 schrieb Peter Klügl: Hi, I had a quick look at your ruta-test project. 1. There was problem for the paths config of your annotator description. If you use a java/maven project, it is easier to

Re: Ruta, Maven and Custom Engines

2022-04-14 Thread Peter Klügl
it's worth putting a few of those together... Cheers, Michael Am 14/04/2022 um 14:46 schrieb Peter Klügl: Hi, I had a quick look at your ruta-test project. 1. There was problem for the paths config of your annotator description. If you use a java/maven project, it is easier to just use

Re: Ruta, Maven and Custom Engines

2022-04-14 Thread Peter Klügl
uta script), but Types/TS missing, so runtime errors. Any hints or an example project where this works would be highly appreciated! I've uploaded the skeleton to https://github.com/mybyte/ruta-test Cheers, Michael -- Dr. Peter Klügl Head of Text Mining/Machine Learning Averbis GmbH Salzstr.

Re: Ruta, Maven and Custom Engines

2022-04-13 Thread Peter Klügl
ipt), but Types/TS missing, so runtime errors. Any hints or an example project where this works would be highly appreciated! I've uploaded the skeleton to https://github.com/mybyte/ruta-test Cheers, Michael -- Dr. Peter Klügl Head of Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79

Re: RUTA: NPE in RutaLiteralMatcher

2021-07-27 Thread Peter Klügl
Hi Erik, which version of Ruta do you use? It looks like you use an old version in your maven dependencies, in which this bug hasn't been fixed yet. Best, Peter Am 27.07.2021 um 12:06 schrieb Erik Fäßler: > Hi everyone, > > I have been having an issue with literal matching for quite some

Re: RUTA : ForEach block - ignoring Annotations

2021-05-05 Thread Peter Klügl
CLARE Test; > BLOCK(ForEach) Line{}{ > W+{->Test}; > } > > And this input: > > This will match > This won’t > But this will > This too > > > Any hints why the ForEach block might be skipping the second line? > > Cheers, > Michael -- Dr. Peter

Ruta Workbench LayerInstantiationException

2021-03-16 Thread Peter Klügl
ing the current UIMA Ruta Workbench versions. I created a short description for some Ruta users and I wanted to share this: https://docs.google.com/document/d/11GnvmJfmHD-QsmCCS4F2-ueQAhIaDZPINz565kMMi-g Best Peter -- Dr. Peter Klügl Head of Text Mining/Machine Learning Averbis GmbH Salzstr.

Re: RUTA: Copy features into new annotation

2021-01-14 Thread Peter Klügl
omething. There were several reports of problems lately which had their source in different Java versions used. Best, Peter > > Thank you! > > Erik > >> >> Best, >> >> >> Peter >> >> >> >>> construction so this enumeration-annotation-

Re: RUTA: Copy features into new annotation

2021-01-13 Thread Peter Klügl
d inlined rules are the two best language features I added in Ruta, really useful. Let me know if you want to learn more about them and if there is information missing in the documentation. Best, Peter > > construction so this enumeration-annotation-merging might actually be easy

Re: RUTA: Copy features into new annotation

2021-01-10 Thread Peter Klügl
gt; EnumCC}; // identify enum span (Person (COMMA Person)* EnumCC Person){-> PersonEnumeration}; // collect ids of all covered Persons using a extra list STRINGLIST ids; pe:PersonEnumeration{-> pe.personIds = ids}     <-{p:Person{-> ADD(ids,p.ids.personId)};}; Best, Peter > &g

Re: RUTA: Copy features into new annotation

2021-01-07 Thread Peter Klügl
uld receive both IDs from the Biden and Trump annotations. But > I couldn’t manage to do this. > > I have rules like this: > > (Person ( > ",” (Person) > ","? PennBioIEPOSTag.value=="CC" > Person > ) {->MARK(PersonEnumeration)}; > > So

Re: RUTA problem with extended DKPro Type System

2020-07-15 Thread Peter Klügl
pl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) >     at > java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2710) >     at > java.xml/com.sun.org.apache.xerces.internal

UIMA v2 CAS deserialization in UIMA v3

2020-04-08 Thread Peter Klügl
Hi, I currently deserialize some UIMA v2 CAS files in UIMA v3 while the typesystems have evolved considerably. I faced some problems, but managed to do what I wanted. I just wanted to thank you Marshall for the great work you did and do :-) Best, Peter -- Dr. Peter Klügl R Text Mining

Re: UIMA RUTA NPE in RutaLiteralMatcher (UIMA-6915)

2020-03-19 Thread Peter Klügl
elease soon? > Thanks! -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbis.com Web: https://averbis.com Headquarters: Freiburg im Breisgau Register Court: Amtsgericht Freiburg

Re: Ruta: Loading ressources from classpath?

2020-03-05 Thread Peter Klügl
> instead I tried to let the resourcePaths point to classpath locations which > didn’t work. > > So sorry to bother, I got it now :-) > >> On 5. Mar 2020, at 12:56, Peter Klügl wrote: >> >> Hi Erik, >> >> >> I thought classpath lookup s

Re: Ruta: Loading ressources from classpath?

2020-03-05 Thread Peter Klügl
cript file? I would really like to just package everything into a JAR and > avoid a non-portable installation due to absolute paths. > > Are there other possibilities to achieve portability when using word lists? > > Thanks, > > Erik -- Dr. Peter Klügl R Text Mining/Machi

Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2020-02-04 Thread Peter Klügl
h UIMA version 2.10.2 in this setup. >> >> We are to best of my knowledge not trying to access any internal Ruta >> objects and there is nothing that makes any covered text assignments.  >> >> Cheers Mario >> >> >> >> >> >> >&

Re: Uima-AS 3 ?

2020-01-07 Thread Peter Klügl
> On Tue, Jan 7, 2020 at 9:28 AM koch wrote: > >> Hi >> >> Is it planned to release v3 of uima-as ? >> >> best regards, >> >> Matthias >> >> >> >> -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098

Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-12 Thread Peter Klügl
ima.analysis_engine.asb.impl.ASB_impl.process(ASB_impl.java:344) >>> at >>> org.apache.uima.analysis_engine.impl.AggregateAnalysisEngine_impl.processAndOutputNewCASes(AggregateAnalysisEngine_impl.java:271) >>> at >>> org.apache.uima.analysis_engine.asb.impl.ASB_impl$Aggr

Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-11 Thread Peter Klügl
was hoping that >> maybe you would get an idea what might be causing it just by looking at the >> stack trace. >> >> Cheers >> Mario -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708

Re: Extract text from line below/above annotated keyword using RUTA

2019-11-06 Thread Peter Klügl
;label"="UnderWriter Name", > "value"=n.ct)}; >}; > > Please tell me whether it is possible to achieve this using RUTA or not. > Also share steps to get Underwriter's Name, Appraiser's Name/License and > Appraisal Comapny Name. > I have alre

Using DKPro Core in UIMA Ruta example

2019-11-04 Thread Peter Klügl
when I have time), but the versions are compatible again, UIMA v2 only right now. Best, Peter -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbis.com Web: https

Re: Question about covering annotations in Ruta match semantics

2019-10-22 Thread Peter Klügl
w if there is > something I could help out with when the time comes. > > Cheers, > Mario > > > > > > > > > > > > > >> On 18 Oct 2019, at 10:10 , Peter Klügl wrote: >> >> Hi, >> >> >> sorry for the del

Re: Question about covering annotations in Ruta match semantics

2019-10-18 Thread Peter Klügl
invisible" option. Best, Peter > > Cheers, > Mario > > > > > > > > > > > > > >> On 9 Oct 2019, at 09:35 , Peter Klügl wrote: >> >> Hi Mario, >> >> >> I need to take a closer look as this is not the u

Re: Question about covering annotations in Ruta match semantics

2019-10-09 Thread Peter Klügl
ng the script, so it didn’t seem as the simplest solution. > Ensuring that covering always aligns with the end of a token is another > possibility in this particular case, but I still need to add general > robustness to the Ruta script against these scenarios. Any feedback is mostly

Re: Ruta 2.7.0 SeedLexer issue with special unicode characters

2019-09-26 Thread Peter Klügl
, Mario Juric wrote: >> >> Thanks Peter, >> >> I will await your confirmation of the fix, but I guess we will then stick >> with 2.6.1 until the next Ruta release :) >> >> Cheers, >> Mario >> >> >> >> >> >> &

Re: a question about REGEXP

2019-09-20 Thread Peter Klügl
e result of a > matched group (something like NUM{REGEXP("^\\d\\d(\\d)")})? > > > Any hint would be greatly appreciated! Thanks in advance! > > > Baoli > > > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany F

Re: Ruta 2.7.0 SeedLexer issue with special unicode characters

2019-09-20 Thread Peter Klügl
m > with a dummy ruta script to reproduce it. > > Which version has the correct behaviour in such cases? 2.7.0 or 2.6.1? > > > Cheers, > Mario > > > > > > > > > > > > > > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salz

Re: Usage of anchors

2019-08-30 Thread Peter Klügl
that each reindex the RutaBasics anew. Thus, the speed of a rule is sometimes not as important as the combination with other annotators. Best, Peter > Best regards, > Nikolai > > > On Thu, Aug 29, 2019 at 3:26 PM Peter Klügl > wrote: > >> Hi, >> >> Am 29.08.20

Re: Using extensions

2019-08-30 Thread Peter Klügl
value = (2 * (POW(10,3)))} > //value = 2000 > add2:NumericValue?{-> num.value = (2000 + 1), UNMARK(add2)})); > //value = 2001 > > > But fails for the second: > > (num{IS(NumericValue)-> SHIFT(NumericValue,1,4)} > //value = 3 > > (Multiplicator{-> num.value =

Re: Usage of anchors

2019-08-29 Thread Peter Klügl
ce you could normally restrict the type of annotation somehow  and use an annotation index. Best, Peter > Best regards, > Nikolai > > On Thu, Aug 29, 2019 at 2:27 PM Peter Klügl > wrote: > >> Hi, >> >> >> the second option should be preferred at lea

Re: Usage of anchors

2019-08-29 Thread Peter Klügl
using MARKTABLE) and they using the annotation in > these 100 rules? > > Best regards, > Nikolai > > On Mon, Aug 26, 2019 at 2:27 PM Peter Klügl > wrote: > >> Hi, >> >> >> Am 21.08.2019 um 15:47 schrieb Dominik Terweh: >>> Hi Peter, >>&

Re: Using extensions

2019-08-29 Thread Peter Klügl
t your company good in > terms of speed? > > Best regards, > Nikolai KROT > > On Wed, Aug 28, 2019 at 1:48 PM Peter Klügl > wrote: > >> Hi, >> >> >> we (Averbis) have an annotator which does exactly what you describe, but >> unfortunetl

Re: Using extensions

2019-08-28 Thread Peter Klügl
r. 6, D-60322 Frankfurt am Main; Geschäftsführung > / Management Board: Alexandre Grellier; > Registergericht / Court of Registration: Amtsgericht Frankfurt am > Main, HRB 76454; Finanzamt / Tax Office: Finanzamt Frankfurt am Main, > USt-IdNr.: DE 224007190 > -- Dr. Peter Klügl R T

Re: Usage of anchors

2019-08-26 Thread Peter Klügl
ubscribe to the Drooms newsletter >>>> https://drooms.com/en/newsletter?utm_source=newslettersignup_medium=emailsignature > Drooms GmbH; Sitz der Gesellschaft / Registered Office: Eschersheimer > Landstr. 6, D-60322 Frankfurt am Main; Geschaeftsfuehrung / Management Board: &g

Re: Usage of anchors

2019-08-21 Thread Peter Klügl
ffice: > Eschersheimer Landstr. 6, D-60322 Frankfurt am Main; Geschäftsführung > / Management Board: Alexandre Grellier; > Registergericht / Court of Registration: Amtsgericht Frankfurt am > Main, HRB 76454; Finanzamt / Tax Office: Finanzamt Frankfurt am Main, > USt-IdNr.: DE 22400

Re: how to match patterns back from the end of an input string

2019-07-26 Thread Peter Klügl
ular expression in RUTA. > > > Thanks in advance, > > > Baoli -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbis.com Web: https://averbis.com Headquarters: Fre

Re: How to check matched annotation with StringList/ WordList in RUTA

2019-07-26 Thread Peter Klügl
> > Exp OP : PAD > > Ex 2: > > Input : The policy number is 1A-AB12345-PAN. > > Exp OP : Entity should not be recognized since PAN does not exist in given > STRINGLIST > > Note: > I am a Pega developer and new to RUTA. > > Please share your thoughts an

Re: How to see output of profile and statistics configuration parameters

2019-07-26 Thread Peter Klügl
cs"=true); > > My main question is how to measure speed is how to measure speed of running > ruta script. Im my setup, i have one Main.ruta that imports several other > scripts and runs them, I want to measure time of all individual scripts and > Main.ruta. COuld you advice on how to

Averbis released type systems as open source

2019-07-08 Thread Peter Klügl
with descriptions, types.txt, JCas cover classes and some generated asciidoc are available at maven central. Best, Peter -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbis.com Web

Re: gZdd.csv

2019-07-07 Thread Peter Klügl
, Peter Am 05.07.2019 um 09:46 schrieb B. Li: > Hi Peter, > > Attached please find the sample file.  > > Thanks a lot for your help! > > Baoli > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax:

Re: a Problem about WORDTABLE

2019-07-05 Thread Peter Klügl
Thanks, I will take a look at it today. Best, Peter Am 05.07.2019 um 09:47 schrieb B. Li: > Hi Peter, > > > I sent it to your email box. > > > Thanks a lot, > > > Baoli > > > On 7/5/2019 15:41,Peter Klügl wrote: > Hi, > > > I think the atta

Re: a Problem about WORDTABLE

2019-07-05 Thread Peter Klügl
(CnD, 1, CnDigitTable, "DVal" = 2)}; > > The type CnD with a feature DVal has been defined in the type > descriptor XML file. > > I have upgraded the engine to the newest 2.7.0 version, but the > problem is not solved.  Any suggestion? Thanks. > > Kind regar

Re: a Problem about WORDTABLE

2019-07-05 Thread Peter Klügl
racters. I am using RUTA 2.4.0. How can I solve this problem? Any > hint would be greatly appreciated! > > > Thanks a lot, > > > Baoli LI -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 7

Re: Modularizing RUTA rules

2019-06-24 Thread Peter Klügl
ents available to the included > scripts? What if I extract them into a dedicated ruta script, can I then > import them in all scripts that use them: Main, Script1 and Script2? In a > way similar to TYPESYSTEM > > Thank you in advance. > > Best regards, > Nikolai > -- D

Re: Text traversal order

2019-06-04 Thread Peter Klügl
hould > work as soon as the case 2 has been annotated, because case 3 is an > extension of case 2. > > Case 3 starts to work when the second rule is duplicated. Which is not a > good solution, in my opinion. My question is: is the above by design (rule > matching does not restart

Re: Matching REPLACEd text

2019-05-21 Thread Peter Klügl
haft / Registered Office: > Eschersheimer Landstr. 6, D-60322 Frankfurt am Main; Geschäftsführung > / Management Board: Alexandre Grellier; > Registergericht / Court of Registration: Amtsgericht Frankfurt am > Main, HRB 76454; Finanzamt / Tax Office: Finanzamt Frankfurt am Main, > USt-IdNr.:

Re: Problem setting up a uimaFIT pipeline

2019-05-16 Thread Peter Klügl
ure of the type system would work > with > this setup, or if something else is needed? > > -Marshall > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbi

Re: fuzzy matching possible?

2019-05-07 Thread Peter Klügl
et... >>> >>> Is there a simple way configure the object of matching in ruta rules so >>> that the rule matches over actual text ("gearbeitet" in our case) or the >>> value of attribute "lemma" ("arbeiten" in our case)? >>>

Re: fuzzy matching possible?

2019-05-04 Thread Peter Klügl
the value of attribute "lemma" ("arbeiten" in our case)? That is, match should return True if either of the fields evaluates to True. This would make some rules simpler. Best regards, Nikolai On Fri, May 3, 2019 at 2:03 PM Peter Klügl wrote: Hi, there is/was suppo

Re: fuzzy matching possible?

2019-05-03 Thread Peter Klügl
.. It is hardly possible to list all possibilities how a word > could have been broken. > > Best regards, > Nikolai Krot > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter

Re: how to regenerate type system files in descriptor/ directory

2019-04-30 Thread Peter Klügl
stem files happens when a > project is imported in eclipse*. *Therefore I had to remove and re-add my > project. Is there a magic button that instructs eclipse to regenerate > missing components? > > Best regards, > Nikolai > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis G

Re: how to set scriptPath

2019-04-18 Thread Peter Klügl
e-dependent script. >> >> And now I want to reuse *eng/common/date.ruta* in said *eng/aaa.ruta* >> that looks like this: >> >> // file: script/uima/ruta/eng/aaa.ruta >> PACKAGE uima.ruta.eng; >> SCRIPT uima.ruta.eng.common.date; <-- this causes an error >> Do

Re: deleting temporary annotations

2019-04-18 Thread Peter Klügl
eftBoundary)}; > > > If such a shortcut does not yet exist, what do you think about extending > DECLARE statement to include an indication of such tempoary nature of the > type, a la > > DECLARE leftBoundary as local; > > > Opinions? Ideas? > > Best regards, &

Re: Flattening Annotations?

2019-04-18 Thread Peter Klügl
is > said to be slow) > > NP { PARTOFNEQ(NP) -> UNMARK(NP)}; > > Best regards, > Nikolai > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbis.com Web: h

Re: Problem running UIMA Ruta ExampleProject

2019-04-16 Thread Peter Klügl
nsider this issue solved. > > Best regards, > Nikolai > > On Tue, Apr 16, 2019 at 9:11 AM Peter Klügl > wrote: > >> Hi, >> >> >> hmm strange, that should not be necessary and I do not know why it has >> any influence at all. >> >> I'll

Re: how to set scriptPath

2019-04-16 Thread Peter Klügl
>> scriptPath >> >> path/to/subdirectory >> >> >> > What if I want to set several path values? > Do values need to be relative to the project root directory? > > Thank you in advance, > Nikolai > -- Dr. Peter Klügl R Te

Re: Problem running UIMA Ruta ExampleProject

2019-04-16 Thread Peter Klügl
urrent/tools.ruta.book.html#section.ugr.tools.ruta.workbench.install > does not mention it but I remember reading something somewhere else... > > Best regards, > Nikolai > > > > On Mon, Apr 15, 2019 at 1:54 PM Peter Klügl > wrote: > >> Hi, >> >> >> I

Re: Problem running UIMA Ruta ExampleProject

2019-04-15 Thread Peter Klügl
ampleProject works for you, could you share your setup: OS, eclipse > version, JDK, etc whatever is relevant? > > Best regards, > Nikolai > > On Tue, Apr 9, 2019 at 3:27 PM Peter Klügl wrote: > >> Hi, >> >> >> hmm, I think I have to try to reproduce it..

Re: Problem running UIMA Ruta ExampleProject

2019-04-09 Thread Peter Klügl
really wrong.. I know this is not related to UIMA > Ruta, but perhaps you could provide me with further advice on that? > > Best regards, > Nikolai > > On Mon, Apr 8, 2019 at 10:15 AM Peter Klügl > wrote: > >> Hi, >> >> >> there are some known issue wit

Re: Conditional MARKFAST in Ruta

2019-04-07 Thread Peter Klügl
t I like to understand if there is a smarter way, which has so far eluded me after looking at the documentation? Any input is appreciated, thanks :) Cheers, Mario Juric -- Peter Klügl R Text Mining/Machine Learning Averbis GmbH Salzstr. 15 79098 Freiburg Germany Fon: +49 761 708 39

Re: Ruta start issues

2019-03-01 Thread Peter Klügl
.ruta.type.DebugRuleApply" implements getters >>>>> and setters for feature "timestamp", but the type system doesnt define >>>>> that feature. >>>>> JCas Type "org.apache.uima.ruta.type.DebugScriptApply" implements gette

Re: Ruta start issues

2019-03-01 Thread Peter Klügl
the “Ruta Explain” perspective and tried to run >>> Main.ruta with the debugger. This won’t finish at all due to the exception >>> >>> org.apache.uima.cas.CASRuntimeException: Feature "timestamp" is not defined >>> for type "org.apache.uima.ruta.

Re: Ruta start issues

2019-03-01 Thread Peter Klügl
uima.ruta.type.DebugScriptApply”. > > It actually seems to be straight forward what is going wrong, the compile > type system class does not match the descriptor. But this look like Ruta > internals to me, I am not quite sure if and where I went down the wrong path. > > A

[ANNOUNCE] Apache UIMA Ruta 2.7.0 released

2019-02-24 Thread Peter Klügl
0/issuesFixed/jira-report.html More information about UIMA Ruta can be found here: http://uima.apache.org/ruta.html  - Peter Klügl, for the Apache UIMA development team signature.asc Description: OpenPGP digital signature

Re: How to get TextRuler to work

2019-02-14 Thread Peter Klügl
rder to create the training data, I figured I need to include the >>> target type system already at this step. I then used the >>> "Annotate/Quick Annotate" options in the CAS viewer to create the gold >>> standard annotations. >>> >>> I also

Re: How to get TextRuler to work

2019-02-12 Thread Peter Klügl
atures.ruta creates > some basic annotations that should be used by TextRuler to infer rules. > > Anybody an idea why my workflow won't work? > > Cheers, > > Mandy > > -- Dr. Peter Klügl R Text Mining/Machine Learning Averbis GmbH Tennenbacher Str. 11 79106 Freiburg

Re: Issues with Ruta workbench (Permission Denied and wrong output view)

2019-02-06 Thread Peter Klügl
gt;>> caused by java.io.FileNotFoundException >>>   with the message "../converted (Permission denied)". I checked the >>> file >>> permissions on this directory which were 775 - I even chmodded to >>> 777 but >>> still the same issue. >&

Re: Ruta syntax check of missing ";" after rule statement

2018-10-05 Thread Peter Klügl
t; > > Best Regards, > > Mario Juric > Head of Research & Development > UNSILO.ai <http://unsilo.ai/> > mobile: +45 3082 4100 > skype: mario.juric.dk > > > > > > > > > > > > >> On 3 Oct 2018, at 15:50 , Peter Klügl

Re: Ruta syntax check of missing ";" after rule statement

2018-10-03 Thread Peter Klügl
red IDE. Shouldn’t it produce a syntax error, or is there some reasons to just skip the statements without it? We are using Ruta version 2.6.1. Cheers, Mario -- Peter Klügl R Text Mining/Machine Learning Averbis GmbH Tennenbacher Str. 11 79106 Freiburg Germany Fon: +49 761 708 394

Re: UIMA 3 support in Ruta and DKPro

2018-10-03 Thread Peter Klügl
form of "JCas Class X, loaded from Y.jar, is missing required constructor; likely cause is wrong version (UIMA version 3 or later JCas required)." It kinda puts migration on hold for us unless there is a workaround. Do you have any roadmap for migrating to UIMA 3? Cheers, Mario --

Re: Help - Text Extraction

2018-07-17 Thread Peter Klügl
e > DOB: 20/10/1986 > Ref.Num: 123456 > > I am looking for sample script which extracts the Name, DOB and Ref.Num > values from the email content. Can someone help in this pls. -- Peter Klügl R Text Mining/Machine Learning Averbis GmbH Tennenbacher Str. 11 79106 Freiburg Germany

Re: Issue while applying COUNT condition in UIMA RUTA

2018-07-06 Thread Peter Klügl
icts of interest. > > **Expected Output:** > > Conflicts of interest >pmcount:0 > > > **Received Output:** > > Conflicts of interest >pmcount:1 > > I'm facing this problem only if there is any PM after the Ann

Re: Single and double quotes help needed

2018-05-14 Thread Peter Klügl
dual > sender only, unless expressly stated to be those of Crimson Interactive Pvt. > Ltd. and its affiliates. Crimson Interactive Pvt. Ltd. does not guarantee the > integrity of this email content or that it is free from errors, viruses, or > interference. -- Peter Klügl R Text Mining/Machin

Re: Help, please

2018-04-16 Thread Peter Klügl
> Regular Expressions as keywords, and sort sentences with some keywords > with Contains statements. However, this approach looks really > duplicative. So, would you be kind to help me, may I ask you to tell > the best approach, to solve this task and an example of how it should > look

Re: Help, please

2018-04-13 Thread Peter Klügl
his approach looks really > duplicative. So, would you be kind to help me, may I ask you to tell > the best approach, to solve this task and an example of how it should > look like? > > Thank you a lot in advance!  -- Peter Klügl R Text Mining/Machine Learning Averbis GmbH Tennenbacher

Re: RUTA: create own extensions

2018-03-23 Thread Peter Klügl
pected WILDCARD, but found LPAREN Then, I am missing something ? Thanks for all, -- Peter Klügl R Text Mining/Machine Learning Averbis GmbH Tennenbacher Str. 11 79106 Freiburg Germany Fon: +49 761 708 394 0 Fax: +49 761 708 394 10 Email: peter.klu...@averbis.com Web: https://averbis.com Headquarte

Re: Pipeline Performance Measurment (equivlent to RUTA annotation tests)

2018-03-20 Thread Peter Klügl
put/ouput xmi folders? > > I guess it is feasible to hack the RUTA workbench by running uimafit > pipelines from ruta, but since my pipeline has many annotators engines, > this looks complicated to do. > > Thanks, -- Peter Klügl R Text Mining/Machine Learning Averbis GmbH Tennenbac

Re: XCASParsingException while using DKPro with UIMA RUTA for POS tagging

2018-02-28 Thread Peter Klügl
.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown >> Source) >> at >> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown >> Source) >> at >> com.sun.org.apache.xerces.internal.parsers.XML11Configuratio

Re: UIMA Ruta - Conditional execution of a block

2018-02-26 Thread Peter Klügl
PL, p1.isCustomer, BAD -> CREATE(ControlRuleDetection, > "anchors" = anchors, "values" = values, "positions" = positions)}; > } > > > where there are 2 BLOCKs, the 2th BLOCK should be only executed when > APL==true (calculated in first BLOCK). &g

Re: Lost in UIMA Ruta Workbench !

2018-02-26 Thread Peter Klügl
> > DECLARE Annotation INTENT(STRING value); > BLOCK(ForEach) Sentence{} { > Document{-> MARKFAST(ENTITY, EntityList)}; > Document{-> MARKFAST(ACTIONS, ActionList)}; > > *Document{-> CREATE(INTENT, "value" = > "Apply_for_Card")}<-{e:ENTITY{e.value==&q

Re: Parameters for PEAR

2018-02-13 Thread Peter Klügl
Ok, I opened an issue for this. Peter Am 12.02.2018 um 17:46 schrieb Marshall Schor: > nope. sorry. -Marshall > > > On 2/9/2018 3:25 AM, Peter Klügl wrote: >> Hi, >> >> >> did you get an answer? >> >> >> Best, >> >> >&g

Re: Parameters for PEAR

2018-02-09 Thread Peter Klügl
Hi, did you get an answer? Best, Peter Am 10.01.2018 um 17:12 schrieb Marshall Schor: > I'm pinging some people who might know something about LanguageWare's use of > this feature. -Marshall > > > On 1/10/2018 6:07 AM, Peter Klügl wrote: >> Hi, >> >>

Re: Parameters for PEAR

2018-01-10 Thread Peter Klügl
Hi, Am 10.01.2018 um 10:57 schrieb Richard Eckart de Castilho: >> On 16.12.2017, at 13:48, Peter Klügl <peter.klu...@averbis.com> wrote: >> >>> Is it a problem for us to simply implement Matthias's solution: Make use >>> of the parameters in the PearSpecif

Re: Parameters for PEAR

2018-01-10 Thread Peter Klügl
ping? Am 16.12.2017 um 13:48 schrieb Peter Klügl: > Hi, > > > Am 13.12.2017 um 14:33 schrieb Peter Klügl: >> ... >> >> >> Is it a problem for us to simply implement Matthias's solution: Make use >> of the parameters in the PearSpecifier and just

Re: Parameters for PEAR

2017-12-16 Thread Peter Klügl
Hi, Am 13.12.2017 um 14:33 schrieb Peter Klügl: ... Is it a problem for us to simply implement Matthias's solution: Make use of the parameters in the PearSpecifier and just set them in the wrapped analysis engine description if they are compatible? Are there any opinions

Re: Parameters for PEAR

2017-12-13 Thread Peter Klügl
iption) specifier; >> AnalysisEngineMetaData analysisEngineMetaData = >> analysisEngineDescription.getAnalysisEngineMetaData(); >> ConfigurationParameterSettings configurationParameterSettings = >> analysisEngineMetaData.getConfigurationParameterSettings(); >> for (Parameter parameter : Arrays.a

Re: Parameters for PEAR

2017-12-13 Thread Peter Klügl
? >> >> UIMAJ Version: 2.10 >> >> Sincerely >> Matthias >> >> -- >> Matthias Koch >> >> Averbis GmbH >> Tennenbacher Str. 11 >> 79106 Freiburg >> Germany >> >> Fon: +49 761 708 394 0 >> Fax: +49 761 708 394 10

Re: problem encountered when running main on new input files (eclipse)

2017-11-14 Thread Peter Klügl
Hi, that sounds strange, the quick ruta command should have no influence. Is the test file an xmi or a txt file? My first guess would be that the CAS Editor is not up-to-date. Can you reproduce it and test if a refresh on the output folder helps, or close and reopen the CAS Editor? Best,

Re: Erratic block variable behaviour in Ruta

2017-11-06 Thread Peter Klügl
Hi Mario, sorry for the delayed response... I was travelling. First of all, there should be no multithreading issues in ruta (in normal usage), at least, I am quite confident about that. My first guess would be that the problem is caused by the nature of variables and their initialization in

Re: UIMA Ruta classloader issues

2017-09-22 Thread Peter Klügl
Hi, short answer: this should be fixed in RutaEngine Ruta did not support special classloader in previous version (like PEARs), but obviously not all functionality has been fixed. The classloader in RutaBuildOptions in used only for building the descriptors, like finding imports by name when

Re: Ruta COUNT issue

2017-08-16 Thread Peter Klügl
Hi, I haven't tested the rule for bugs yet , so here's just a comment for now. The order of evaluation of the conditions is fixed. The usage of conditions on a wildcard can lead to unexpected matches (and it can considerbaly decrease the runtime performance). There is a difference between

Re: Ruta rule timeout

2017-08-03 Thread Peter Klügl
Hi Am 02.08.2017 um 22:27 schrieb Tom Vacek: > I'm running Ruta as an annotator in a more complex pipeline that > interleaves Ruta steps and other annotators. > > I'm seeing some Ruta rules hang the engine. I can fix bad rules manually, > but a crash of the entire system is not acceptable. Is

Re: New dictionary annotator

2017-07-28 Thread Peter Klügl
, for the benchmark, it does not really matter if there is a dictionary at all and the benchmark provides hardly any evidence at least for my use cases. Best, Peter Am 14.03.2017 um 08:51 schrieb Peter Klügl: > Hi, > > > it's now March and I did not yet find the time to compare t

  1   2   3   4   >