余弦G

Results 6 comments of 余弦G

Do you mean missing 𫐐 輗?I will test it later.

Sorry for taking so long to reply. I tested and found out that the Simplified 𫐐 of the character 輗 is too rare and located in Unicode CJK Extension C,...

Maybe you can raise an issue to [anderscui/jieba.NET](https://github.com/anderscui/jieba.NET)? And I don't know if the font on your computer supports the character.

但是我看仓库里还是有txt字典的呀 [https://github.com/BYVoid/OpenCC/tree/master/data/dictionary](https://github.com/BYVoid/OpenCC/tree/master/data/dictionary)

> 请问为什么该项目依赖Jieba.NET?我看别的语言迁移,似乎没有第三方依赖。 > > 可以提供一个纯净的迁移(只封装OpenCC原项目的API),将Jieba.NET的部分作为单独的Nuget包发行? 因为转换需要依赖分词,比如”头发“和”发生“,我这里默认选用了 Jieba.NET 分词。 现在再改纯净包的话,相当于破坏性变更,会导致不知情的用户升级了但没有默认分词实现而出问题。

嗯嗯理解,类似ORM有针对不同数据库的包。这个库是我读书时候写的,很多地方都不成熟,我有时间研究研究你这个方案。 至于原版,我也没有关注过分词实现,我只是参照了它的转换链路。你可以看看 [BYVoid/OpenCC | DeepWiki](https://deepwiki.com/BYVoid/OpenCC) 里是否有提到分词相关内容。