-
Dears,
I have a code:
n = spell_checker.generate(&result, "word", "ing");
printf("n = %d\n", n);
for (int i = 0; i < n; i++)
{
printf("%s\n", result[i]);
}
spell_checker.free_list(&result, n);
n = spell_checker.generate(&result, "word", &affix, 1);
printf("n = %d\n", n);
for (int i = 0; i < n;...
2009-10-20 22:23:05 UTC in Hunspell
-
habdankw changed the public information on the C++ Kohonen Neural Network Library project.
2009-10-02 23:53:36 UTC in C++ Kohonen Neural Network Library
-
habdankw changed the public information on the C++ Kohonen Neural Network Library project.
2009-10-02 23:53:34 UTC in C++ Kohonen Neural Network Library
-
habdankw changed the public information on the C++ Trivial Logger project.
2009-10-02 23:51:48 UTC in C++ Trivial Logger
-
habdankw changed the public information on the C++ Trivial Logger project.
2009-10-02 23:51:23 UTC in C++ Trivial Logger
-
Main changes:
- Improved project and folder structure,
- Projects for MS Visual Studio, Dev C++ added,
- Fixed Makefile for Linux
- Eliminated almost all warnings.
2009-10-02 22:56:45 UTC in C++ Kohonen Neural Network Library
-
habdankw made 1 file-release changes.
2009-10-02 22:49:01 UTC in C++ Kohonen Neural Network Library
-
habdankw made 3 file-release changes.
2009-10-02 22:48:01 UTC in C++ Kohonen Neural Network Library
-
habdankw committed revision 39 to the C++ Kohonen Neural Network Library SVN repository, changing 1 files.
2009-10-02 22:20:53 UTC in C++ Kohonen Neural Network Library
-
habdankw committed revision 38 to the C++ Kohonen Neural Network Library SVN repository, changing 1 files.
2009-10-02 22:16:24 UTC in C++ Kohonen Neural Network Library