Paul King

Results 56 comments of Paul King

I am inclined to close this. While I think the goal of having the English equivalents is a nice idea and handy for certain DSL scenarios, I think there are...

I don't know if transform order is the problem, but in Groovy 4+, if a transform implements `TransformWithPriority`, you can override the processing order of transforms within the same phase...

I imagine some bug fixes enabled extra checking now. Looking at the class, the two occurrences of `Map` should really be `Map`.

Functionality now mostly merged in Groovy 5.

Other work in the new repo has superseded this PR.

There is an example running with Groovy here: https://github.com/paulk-asert/groovy-data-science/blob/master/subprojects/LanguageProcessing/src/main/groovy/DetectTriples_MinIE.groovy Output is: ``` [main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP - Adding annotator tokenize ... [main] INFO edu.stanford.nlp.parser.nndep.DependencyParser - Initializing dependency parser ... done [2.0...