syntaxnet

looking for a pre-trained syntaxnet program


I was just wondering if anyone has a pre-trained model for syntaxnet. We are trying to save as much time as possible and this would be really helpful.

Cheers.


Solution

  • As far as I know SyntaxNet is already trained with Penn Treebank. but if you want to retrain it with other training set, for example Universal Dependencies, here is a useful link which has the training .conll data set, how to convert it to a readable format for SyntaxNet training script, and how to train it the dependency parsing and Part of Speech tagger.