nhunspell

kernel32.dll is missing in Windows Phone 8.1 app thru NHunspell

删除回忆录丶 提交于 2019-12-13 21:05:22
问题 I'm trying to use NHunspell library in my windows phone app (available thru NuGet package). In the Hunspell constructor i'm getting this error: Additional information: Unable to load DLL 'kernel32.dll': The specified module could not be found. Does anyone know how why it happens and how can i fix it? i'm running my app in the emulator, maybe this cause the issue? The same code works fine in a simple desktop app, so i guess it is something with the project refrences or stuff like that... And

How to obtain all possible words from given hunspell dictionary?

喜你入骨 提交于 2019-12-11 05:17:17
问题 I would like to parse open office supporting hunspell formatted aff and dic files. English aff and dic files can be downloaded from here for example : http://extensions.openoffice.org/en/project/english-dictionaries-apache-openoffice I want to scan each line of the given .dic file and generate every possible word of the each line with the provided .aff file How can i do that? I have installed NHunspell framework but it does not have that feature : https://www.nuget.org/packages/NHunspell/ For

NHunspell package on NuGet not referencing and being able to use on Xamarin Studio

人盡茶涼 提交于 2019-12-10 00:19:59
问题 So i'm kind of new to programming but i started using Xamarin and i tried to add NHunspell package from NuGet on Xamarin Studio, it downloads it and the .dlls appear in Resources and NHunspell appear in Packets, but it doesn't appear in References and so when i try "using NHunspell" it doesn't work. I have tried running the "install" script with Power Shell but apparently nothing changed. How do I add NHunspell to my project? 回答1: Not every .NET library is compatible with Xamarin. They

NHunspell package on NuGet not referencing and being able to use on Xamarin Studio

烂漫一生 提交于 2019-12-04 21:00:36
So i'm kind of new to programming but i started using Xamarin and i tried to add NHunspell package from NuGet on Xamarin Studio, it downloads it and the .dlls appear in Resources and NHunspell appear in Packets, but it doesn't appear in References and so when i try "using NHunspell" it doesn't work. I have tried running the "install" script with Power Shell but apparently nothing changed. How do I add NHunspell to my project? Not every .NET library is compatible with Xamarin. They generally have to be either built against the appropriate Xamarin Framework, or build using a compatible PCL