🚀 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.
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
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:
Compile Error:
To Reproduce Clone and build.