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

Doesn't work. #1

Open
matthiasanglicus opened this issue Sep 22, 2014 · 2 comments
Open

Doesn't work. #1

matthiasanglicus opened this issue Sep 22, 2014 · 2 comments

Comments

@matthiasanglicus
Copy link

Hi,

For some reason it's not working, is this something I'm doing wrong?

The output is just 'Could not find or load main class HMMTagger'.

Is this something about my class path?

@lorddoskias
Copy link
Owner

This most certainly mean you are not doing something correctly. Bear in mind that the HMMTagger class is part of the "hmmtager" package meaning it needs to reside under a directory of the same name. If you post the commands you use to compile and run the java class I might be able to provide more help.

@matthiasanglicus
Copy link
Author

from within the directory named hmmtagger i did:

javac *.java

no error, but then

java HMMTagger

and it says

'Could not find or load main class HMMTagger'

Maybe it's becasue I have to calll it with some certain parameters?

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