curiosity-ai / catalyst

🚀 Catalyst is a C# Natural Language Processing library built for speed. Inspired by spaCy's design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models.
MIT License
699 stars 71 forks source link

Missing Files When Building From Source #69

Closed NoWayJA closed 2 years ago

NoWayJA commented 2 years ago

When referencing the Nuget Package for Catalyst.Models.English my sample programs works perfectly, but when referencing Catalyst.Models.English directly from source there seems to be missing files eg parser.bin It's possible I am missing something obvious? The error I get is "Failed to deserialize Catalyst.Models.AveragePerceptronTaggerModel value."

With all respect whilst I appreciate the Nuget Packages, the ability to build from source is pretty important for my project. Any ideas appreciated

NoWayJA commented 2 years ago

Hi I would like to close this non-bug. I tried on my windows box today and everything worked perfectly. I suspect it is something to do with Git on my mac (maybe LFS). I had trouble checking out with Git and had downloaded the zip instead on my Mac.