You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior A clear and concise description of what you expected to happen.
Tokenize and tag correctly
Screenshots If applicable, add a code example to help explain your problem.
Here is my code:
Catalyst.Models.Chinese.Register();//You need to pre-register each language (and install the respective NuGet Packages)
Storage.Current =new DiskStorage("catalyst-models");varnlp=await Pipeline.ForAsync(Language.Chinese);vardoc=new Document("諸葛亮是三國時代著名軍師", Language.Chinese);
nlp.ProcessSingle(doc);
Console.WriteLine(doc.ToJson());
Additional context
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Language
Which language(s) this issue relates to.
Chinese
Describe the bug
A clear and concise description of what the bug is.
I cannot process chinese sentence correctly.
To Reproduce
Steps to reproduce the behavior
Expected behavior
A clear and concise description of what you expected to happen.
Tokenize and tag correctly
Screenshots
If applicable, add a code example to help explain your problem.
Here is my code:
Additional context
Thank you for your help!
The text was updated successfully, but these errors were encountered: