Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate RDR tagger #820

Closed
zesch opened this issue Apr 6, 2016 · 11 comments
Closed

Integrate RDR tagger #820

zesch opened this issue Apr 6, 2016 · 11 comments

Comments

@zesch
Copy link
Member

zesch commented Apr 6, 2016

We should check whether we want to integrate this tagger
http://rdrpostagger.sourceforge.net

@reckart
Copy link
Member

reckart commented Apr 6, 2016

Just added that to my queue today :) The questions would IMHO rather be:

  • why not add it?
  • who volunteers?

@zesch
Copy link
Member Author

zesch commented Apr 6, 2016

@Horsmann Interested in adding a new tagger? :)

@reckart
Copy link
Member

reckart commented Apr 6, 2016

@zesch for curiosity: what makes this tagger particularly interesting to you?

@zesch
Copy link
Member Author

zesch commented Apr 6, 2016

Morphological tags for a lot of languages sound promising, but unsure what kind of performance is to be expected.

@reckart
Copy link
Member

reckart commented Apr 6, 2016

There seem to be a few quite exotic languages indeed :)

@daxenberger
Copy link
Member

FYI: one of the developers has been doing an internship at UKP Lab a while ago ;-)

@reckart
Copy link
Member

reckart commented Apr 7, 2016

Really? I did check the publication history and it appears to be another person by the same name to me.

@daxenberger
Copy link
Member

Really?

yes. See the bio.

@Horsmann
Copy link
Member

Horsmann commented Oct 7, 2017

@reckart how would you integrate a java application that is only released to a software repository as code but is not available as maven release. In this case, the developer uses a versioning schema but this is not reflected in the git-log so far I see. The latest version the developer distinguishes is from May, the last code changes are from September. How to integrate this properly into Core?

@reckart
Copy link
Member

reckart commented Oct 7, 2017

A third-party deploy to Maven central would be necessary.

banana-split (a compound splitter) was at the time also only released as a ZIP file on a website (I don't know it's status now). What I did was:

  • ask the developers if they agree that I do a third-party upload to Maven Central (and propose a groupId/artifactId) or if they want to do it themselves: they said I could do it
  • download the ZIP
  • create a local Maven project using the source code from the ZIP
  • asked Sonatype what to put as the SCM URL into the pom - we agreed to simply put the URL of the ZIP file
  • build the JAR and source JAR from the local project
  • uploaded them to Maven Central as a third-party upload

Then I used the resulting artifact in DKPro Core.

@reckart reckart added the ⭐️ Enhancement New feature or request label Sep 8, 2019
@reckart reckart added this to the Backlog milestone Sep 8, 2019
@reckart
Copy link
Member

reckart commented Sep 8, 2019

I have opened an upstream issue asking for the Java version of the tagger to be released to Maven Central: datquocnguyen/RDRPOSTagger#19

@reckart reckart removed this from the Feature backlog milestone Nov 18, 2022
@reckart reckart closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants