-
Notifications
You must be signed in to change notification settings - Fork 46
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
Semirings.java: "name clash, have the same erasure" problem #2
Comments
I think this is indeed a JDK (or maybe java version) incompatibility.
Looking into it... In the meantime, here's a jar built from https://github.com/sammthomson/semafor/tree/a25f817027463923ea21166b2f43464722273fe8 : https://www.dropbox.com/s/73xpcra0w3w0oyt/Semafor-3.0-alpha-04.jar |
@sammthomson Thanks for the JAR file! Let me know if I can help on testing / debugging. |
fixed in 7c9d2df |
Cool. That was fast. Thank you! |
when I try to run semafor with this jar file it stops in the Converting postagged input to conll phase. Environment variables: Tokenizing file: Data/Cause.txt real 0m0.039s Part-of-speech tagging tokenized data.... real 0m1.937s Converting postagged input to conll. Any help you can give will be greatly appreciated. |
This comment is a duplicate of #20, let's discuss over there. |
So I just checked out semafor and tried to build it using Maven:
Could this be a JDK incompatibility?
I am new to Java, so maybe I am doing something wrong here. If anyone could point out the problem (or share a compiled JAR with me for now first) that would be wonderful! Thanks!
The text was updated successfully, but these errors were encountered: