Open chilipepper987 opened 9 years ago
Did you ever solve this?
@AdamNix No! I pretty much gave up on this repoafter not hearing back on this issue report. It seems like this project is abandonware? I've been looking at some nodejs solutions that seem promising but I'd rather be able to do it from php.
@chilipepper987 Hi , I do intend to spend some time to address issues and update this repo. I know it does get a lot of attention. Sadly, finding the time with a full time job and children can be difficult. I am not going to give definite time frames, but it is something I want to address soon.
I am using 3.4.1 version of the parser jar and parser models jar. When parsing the sentence "What does the fox say?" instead of a nice result divided into wordsAndTags, penn, and typedDependencies, I get one giant array that seems to have the output of all 3 categories for the wordsAndTags result, and the penn and typedDependencies are empty. Also, the part of the output that looks like the penn results are not broken down into parent/children, and the part of the output that looks like the typedDependencies results are not broken down by feature/index.
Since I am using the same version of the jar files, I can't figure out why I am getting different output. I want the same output as the doc; the output I am getting would be much more difficult to work with. Here is the full output I am getting: