-
Notifications
You must be signed in to change notification settings - Fork 199
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
Setup doesn't work #15
Comments
Does "mvn package" work for you? Does it succeed in building the final jar file? If you want to use/try/evaluate the system, what's stopping you? These file/directory structuring things would be nice to have, but are they actually stopping you from getting work done? We don't know much about the right way to structure java projects, so help will be appreciated.
That was before my time, I don't know
I doubt it
It seemed easier. I hate the way maven nests the src folder really deep by default, but figured that for resources we might as well use maven's default.
Created by us. They should be in resources/, that would be better.
It was sent to us via email, i believe, but that was before my time. (See the licensing file.) I don't like using it for this reason, because it's not directly available online to the public anywhere I know of -- though many parts of it are included in various Berkeley NLP software on that page. |
You're right: the jar is building with Thanks! |
yeah, the model can be downloaded from the website. it's the only resource On Mon, Oct 22, 2012 at 10:44 AM, Norman Rosner [email protected]:
|
Do you have any suggestions how to make the process less painful? I added a note about the model in particular to docs/hacking.txt. |
First I recommend using the standard maven project structure although you don't like the deep nesting. Every one who uses maven is used to the specific structure. It should als simplify the What do you think? I could work on a PR if you need help. Let me know. |
Thanks for looking into this. FYI, java.sh is as I described in hacking.txt -- it just makes it easy to run the tagger on the commandline when developing in an IDE, by using the version of the .class files that (e.g.) Eclipse is auto-compiling. This is very helpful for quick development -- this is how we can do things like fix #14 so fast :) on trove and owlqn -- so it's only a training-time dependency. I don't understand the proposal to edit the runTagger and twokenize scripts -- are we talking about comments in them, or something? |
Hey folks,
I just wanted to try out your tagger, but I can't get it to run. First of I tried following your hacking.txt but no success.
Also the project structure is weird for a java project. So I have some questions about this project:
src
folder in the root of the project while maintaining the resources in theark-tweet-nlp
folder?metaphone-map2.txt
andptb_ordered_metaphone.txt
that are contained in thelib
directory external resources or are they created by you? If so, why are they in thelib
directory?posBerkeley.jar
from? Is it available to the public (e.g. from here)?Since I want to use/try/evaluate it, I'm very interested in your project. I'm also experienced with maven, java, eclipse so I could help you with restructuring this stuff.
The text was updated successfully, but these errors were encountered: