嗨,有一个解决方案,为统一亨法斯特(.net 2.0)。我在安卓平台上工作。我试图实现WeCantSpell.HuntSpell
但我在编码方面遇到了问题:“编码名称‘is 8859-1’不受支持”,我做了一些研究,看到它使用的是:"Encoding.RegisterProvider",它是在NET4.5中引入的。
当我试图实现忍者咒时,初始化出现了问题。实际上加载dll的问题。
ArgumentNullException: Argument cannot be null. Parameter name: path1 System.IO.Path.Combine (System.String path1, System.String path2) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.IO/Path.cs:138) NHunspell.MarshalHunspellDll.get_NativeDLLPath () NHunspell.MarshalHunspellDll.ReferenceNativeHunspellDll ()亨斯韦可能只在windows平台上工作?只有4.5个净额?
是否有使用.dic和.aff文件的替代方案?我需要这样的解决方案,因为如果我把dic+aff转换成单词列表,因为来的国家文件是100MB+。从功能上看,我只需要检查dict中是否存在word。
解决方案:United2017支持.NET 4.5,我今天试用了测试版,它正在与Hun拼写C# Port.一起工作。
发布于 2017-06-08 13:07:04
回答我自己的问题,对于其他可能会像我一样被困住的人来说:团结2017年有.NET 4.5,我今天试用了测试版,它正在与亨法尔C#端口一起工作。
https://stackoverflow.com/questions/44411344
复制相似问题