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

Compatibility #4

Closed
Sardar-Usama opened this issue Jul 19, 2017 · 3 comments
Closed

Compatibility #4

Sardar-Usama opened this issue Jul 19, 2017 · 3 comments

Comments

@Sardar-Usama
Copy link

Sardar-Usama commented Jul 19, 2017

I'm using your code. After spending some time to find the latest tagger that works with your code, I have the following conclusion to make:

The latest versions of MATLAB, Java and tagger as by now (20th July, 2017) that I have tried and found your code working are: MATLAB R2017a, Java 8 Update 141, Stanford-Postagger 3.4.1.

I am attaching a list of my details for future reference.

Stanford-Postagger

I have found your code working with:

  • 3.3.0
  • 3.3.1
  • 3.4.1

The following versions don't work:

  • 3.5.0
  • 3.5.1
  • 3.5.2
  • 3.7.0
  • 3.8.0

All above non-working versions give this error:

Arguments to IMPORT must either end with ".*" or else specify a fully qualified
class name: "edu.stanford.nlp.tagger.maxent.MaxentTagger" fails this test.

I didn't dig into this but there may be a solution to above problem as well. What I have observed is that the version 3.5.0 and later versions which use Java 8 are not compatible with the code (as it is). The same issue was pointed out in this thread with the version 3.7.0.

Java version

It have tried it on the latest version as by now (20th July, 2017) i.e. Java 8 Update 141 (1.8.0_141-b15) (Release date July 18, 2017) and found it working.

MATLAB version

It have tried it on the following versions:
R2016a (Windows)
R2017a (Windows)
Both work.

@musically-ut
Copy link
Owner

Thank you for the detailed analysis and the write-up!

@Sardar-Usama
Copy link
Author

:) would you please correct these typos:

Regards

@musically-ut
Copy link
Owner

Thanks again! I've fixed those typos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants