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

The build on master appears to be broken #75

Closed fbrier closed 2 years ago

fbrier commented 2 years ago

Describe the bug master branch is no longer building. There is one warning and one compile error, using Visual Studio 2022 Community Edition. I was attempting to fork and add my simplified test that calls Catalyst.Pipeline.ProcessSingle() to validate/demonstrate the issue I am having. Are the current set of changes on master to resolve my issue? If so, thank you!

Warning:

7/19/2022 8:55:49 AM    Critical    Project 'Catalyst.Models.English.ForTests' load failed|   Project file 'D:\Projects\catalyst\Languages.ForTests\English.ForTests\Catalyst.Models.English.ForTests.csproj' not found.

Compile Error:

Error   CS0037  Cannot convert null to 'Span' because it is a non-nullable value type   Catalyst.Training   D:\Projects\catalyst\Catalyst.Training\src\TrainPOSTagger.cs    378 Active

To Reproduce Clone and build.

fbrier commented 2 years ago

This appears to be fixed.