Describe the bug
AveragePerceptronDependencyParser throws an exception because parser.bin is not available in Resources
To Reproduce
var parser = AveragePerceptronDependencyParser.FromStoreAsync(Language.English, 0, "").Result;
parser is null
Expected behavior
It should load during the English.Register() method call and FromStoreAsync should not return null.