YongKang Chen
YongKang Chen
Hi, @layomia Could I pick this issue as my first time contribution :blush:? I have finished set up work on my dev machine.
@Marusyk Really sorry for later reply. Yes. Actually, I have offline discussion with @eiriktsarpalis before. Writing F# unit test could be a challenge for me because I never use it...
@eiriktsarpalis It seems Enum could contains single quatation, comma, whitespace or other special characters in F#. Do you think we need check whether Enum values only contains letter, number or...
我已经发布了 `1.1.1` 版本,应该没有这个问题了。 `1.1.1`的性能在建索引的时候,应该更好一些。
您好, ``` var segments = segmenter.Cut("我来到北京清华大学", cutAll: true); Console.WriteLine("【全模式】:{0}", string.Join("/ ", segments)); segments = segmenter.Cut("我来到北京清华大学"); // 默认为精确模式 Console.WriteLine("【精确模式】:{0}", string.Join("/ ", segments)); segments = segmenter.Cut("他来到了网易杭研大厦"); // 默认为精确模式,同时也使用HMM模型 Console.WriteLine("【新词识别】:{0}", string.Join("/ ", segments));...
https://www.cnblogs.com/dacc123/p/8431369.html 这篇博客里有详细说明
403的错误是这个, 在请求Https://chat.openai.com/api/auth/session 的时候, 好像打开插件,过一段时间之后才会出现。 