This is an automated email from the ASF dual-hosted git repository. bartmaer pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit cf0054459e8d4ae059a0788291a647fbe0145c30 Merge: 683292553c 4300722ad5 Author: Bart Maertens <[email protected]> AuthorDate: Thu Oct 17 09:06:59 2024 +0200 Merge pull request #4411 from ep9io/pr/4408-stanfordnlp Simple NLP Capabilities in Apache HOP #4408 assemblies/plugins/pom.xml | 6 + plugins/transforms/pom.xml | 1 + plugins/transforms/stanfordnlp/pom.xml | 49 +++ .../stanfordnlp/src/assembly/assembly.xml | 56 +++ .../stanford/nlp/simple/ParsedSentence.java | 79 +++++ .../stanford/nlp/simple/ParsedSentenceImpl.java | 149 ++++++++ .../nlp/simple/PennTreebankPartOfSpeech.java | 81 +++++ .../stanford/nlp/simple/StanfordSimpleNlp.java | 277 +++++++++++++++ .../stanford/nlp/simple/StanfordSimpleNlpData.java | 42 +++ .../nlp/simple/StanfordSimpleNlpDialog.java | 317 +++++++++++++++++ .../stanford/nlp/simple/StanfordSimpleNlpMeta.java | 226 ++++++++++++ .../nlp/simple/messages/messages_en_US.properties | 42 +++ .../stanfordnlp/src/main/resources/stanfordnlp.svg | 18 + .../stanfordnlp/src/main/resources/version.xml | 20 ++ .../src/main/samples/transforms/stanfordnlp.hpl | 394 +++++++++++++++++++++ .../nlp/simple/StanfordSimpleNlpMetaTest.java | 40 +++ 16 files changed, 1797 insertions(+)
