0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 20 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactoring more to support some more tests More... almost 16 years ago
restructure the project to support releasing to rubyforge More... almost 16 years ago
update for leak checking More... almost 16 years ago
update the memory leak status More... almost 16 years ago
update test to assert instead of print More... almost 16 years ago
call free More... almost 16 years ago
getting closer More... almost 16 years ago
fixing more memory leaks More... almost 16 years ago
fix a leak when importing rules More... almost 16 years ago
fix a warning in useful.c build a report of valgrind memory leaks when using a valgrind gc ruby 1.8 More... almost 16 years ago
fix 1.9 compat issues More... almost 16 years ago
improve test to test for memory leaks More... almost 16 years ago
check for snprintf More... almost 16 years ago
fix warnings and remove some unused code More... almost 16 years ago
ignore linux binaries More... almost 16 years ago
makefile is generated via extconf.rb More... almost 16 years ago
update to ignore new binaries More... almost 16 years ago
Adding a word tagger. It uses a sliding window and porter stemmer to tag documents from a list of words based on pure matches. Eventually, would like to merge this with rule_tagger to tag by matching words and part of speech tags More... almost 16 years ago
adding a default ignore file More... almost 16 years ago
fix memory allocation errors causes by not allocating memory before we pass it into the brill tagger library More... about 16 years ago
revise tokenize More... about 16 years ago
make sure we include ruby-compat header More... about 16 years ago
moving things around to make it easier to package and picking a name rule_tagger More... about 16 years ago
fix calc More... about 16 years ago
add some test cases More... about 16 years ago
more interesting test case More... about 16 years ago
finished tagger, basic tagger functioning More... about 16 years ago
adding rule files More... about 16 years ago
more tagger implementation More... about 16 years ago
adding files for rule based tagger More... about 16 years ago