Monday, June 10, 2013

Stemmer

Today I did a danish Stemmer in C#. I will put it on my bitbucket asap. It is an implementation of the algorithm foud here: http://snowball.tartarus.org/algorithms/danish/stemmer.html. I plan to continue the project into a full LSA machine in time. I also saw a strange bug in telerik grids where calling get_selecteditems() returned a null the first time being called after loading a page, but first getting the mastertable, and then calling get_selecteditems() on that, got the correct items. A very annoying bug.

No comments:

Post a Comment