Closed xbaha closed 2 years ago
What is the answer to this as I have the same issue?
You need to istall Mosaik.Core. Unfortunetly authors did not mention that this is required for lib to work (currently). Then ofc add "using Mosaik.Core;"
I added a reference to Mosaik.Core as advised by @adriankozakiewicz and this is failing. Is there any other fix for this?
I am using .Net 8 and the following Packages:
<PackageReference Include="Catalyst" Version="1.0.40904" />
<PackageReference Include="Catalyst.Models.English" Version="1.0.30952" />
<PackageReference Include="Catalyst.Models.French" Version="1.0.30952" />
<PackageReference Include="Catalyst.Models.Japanese" Version="1.0.30952" />
<PackageReference Include="Mosaik.Core" Version="0.0.43755" />
Fast Text Language Detector models are not found and not downloaded, It throws the error
It's not clear if I need to download the trained data or if it's automatically downloaded.