andreasvc / dutchcoref

Dutch coreference resolution & dialogue analysis using deterministic rules
GNU General Public License v3.0
21 stars 3 forks source link

The possibility to replace Alpino parser by spaCy parser #3

Closed EricLe-dev closed 4 years ago

EricLe-dev commented 4 years ago

Hi @andreasvc thank you so much for your detailed answer for the previous issue. I tried to follow the README but did not work. At the step to start the Alpino server, when I do: go get ./... I gave me this error: image

I checked the Environmental Variables (I'm using Windows 10) but all the variables related to Go were setup properply. I guess maybe Windows was the problem.

My questions are:

  1. Is that possible to run the Alpino parser on Windows machine? If so, can you please give me a small guidance on this as I'm quite new to Go?
  2. Is that possible to replace the Alpino parser by other parser (I'm more familiar to spaCy)? If it's possible, can you please give me some example output of this code so I can reconstruct the output of the spaCy parser accordingly to satisfy the coref function?

Thank you so much!

andreasvc commented 4 years ago
  1. I don't know about Windows, but I would advise to run Linux via WSL. There's no need to run Go, that's only for the web demo, not needed for the example in the README.
  2. Not really, that would be a rewrite.