-
Notifications
You must be signed in to change notification settings - Fork 18
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
http://syntaxnet.askplatyp.us - not working #8
Comments
Sorry, I have shut down "http://syntaxnet.askplatyp.us" because we do not use it anymore. Spacy and StanfordNLP have similar performances than Syntaxnet. I am going to tag this repository as "obsolete" to highlight that I am not maintaining it anymore. Feel free to create a fork if you are interested in maintaining it, I could link to it from the README. The Python file is not calling this server, it's just added to the Swagger documentation to build absolute URIs. |
I thought Syntaxnet has better results than CoreNLP and Spacy. I also did some manual checks and indeed got better results in Syntaxnet. Do you have a different impression? |
Indeed, at my knowledge Syntaxnet has better results than CoreNLP. But the new Standford NLP seems to beat syntaxnet and is way easier to run. The benchmark for Syntaxnet are here: https://github.com/tensorflow/models/blob/master/research/syntaxnet/g3doc/conll2017/README.md About Spacy, I have not compared everything. For French on the Sequoia dataset |
Oh, you say there is a difference between CoreNLP and StanfordNLP? I thought they are part of the same thing/team. I see the first two links you've put - can you see something that is comparable? I mean a test for StanfordNLP and Syntaxnet that is done on the same test data? |
Yes, there are from the same team. StandfordNLP is a reimplementation from scratch of a part of CoreNLP using PyTorch.
Yes, I believe that CoNLLU challenge 2017 and 2018 are using the same datasets, i.e. Universal Dependencies treebanks v2. For example StandfordNLP gets UAS: 90.59 and LAS: 88.78 on fr_sequoia and SyntaxNet UAS: 87.90 and LAS: 85.74 on French-Sequoia. |
Okay, so if I see right: I now understand. Thank you. |
Yes! |
The text was updated successfully, but these errors were encountered: