syllog1sm / redshift

Transition-based statistical parser
419 stars 52 forks source link

Unclear running instructions #6

Closed searchivarius closed 10 years ago

searchivarius commented 10 years ago

Hi, I was trying to run the code, but it relies on some (model?) files. What does /tmp/stanford_beam8 mean? Also, the script parser.py asks for a parser location directory. Which one should I specify? Apparently, the loading module looks for parser.cfg, but I couldn't find it in the distribution.

Could you improve the README? Thanks!

syllog1sm commented 10 years ago

Hi, Thanks for the issue.

I'll add some docs about the CLI. Basically, it doesn't ship with model files at the moment, you need to run train.py with CoNLL-formatted data to get the parser directory.

syllog1sm commented 10 years ago

Okay, check out the CLI docs I've added, and see how you go.

I'm out of contact over the weekend, but I'll pick this back up next week.

searchivarius commented 10 years ago

Thank you. Do I get it correctly that one needs to obtain training data from LDC? Or some other location?

syllog1sm commented 10 years ago

Currently, yes. On 28 Feb 2014 12:55, "Leonid Boytsov" notifications@github.com wrote:

Thank you. Do I get it correctly that one needs to obtain training data from LDC? Or some other location?

Reply to this email directly or view it on GitHubhttps://github.com/syllog1sm/redshift/issues/6#issuecomment-36314606 .

searchivarius commented 10 years ago

Alright, I am not an expert, what is an exact data set do you need to request? I also think that adding this reference (or a couple of references, if there is a choice) to the README will be a good idea.

Thanks a lot!

syllog1sm commented 10 years ago

The most recent ontonotes corpus would be a good one. On 28 Feb 2014 12:59, "Leonid Boytsov" notifications@github.com wrote:

Alright, I am not an expert, what is an exact data set do you need to request? I think that also adding this reference (or a couple of references, if there is a choice) to the README will be a good idea.

Thanks a lot!

Reply to this email directly or view it on GitHubhttps://github.com/syllog1sm/redshift/issues/6#issuecomment-36314815 .

searchivarius commented 10 years ago

Got it, thank you. Please, also consider mentioning this in the README.