0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed tf and tf-idf to be correct (was normalizing the tf when I shouldn't have been. also added boolean and sublinear-tf-idf scoring More... over 14 years ago
added ability to return sparse feature vectors with tf-idf scores More... over 14 years ago
added ability to return tf scores instead of straight counts More... over 14 years ago
changed the global_frequency to be document_frequency to prep for retunring features as tf-idf scores More... over 14 years ago
added method to purge features occuring less than a specified number of times More... over 14 years ago
changed the sparse vector representation to store arrays. the user can convert to whatever format the want More... over 14 years ago
added methods to pull out a raw hash map for serializing the feature map More... over 14 years ago
added functionality to serialize and marshal from json. removed nested feature class and opted for an array (it's hidden behind the feature_collection class anyway) More... over 14 years ago
bumped version for build More... over 14 years ago
made the sparse feature vector calculation not suck so hard More... over 14 years ago
made the output of normalized vectors file include feature and row count as the first line More... over 14 years ago
added row and feature counts to feature_collection More... over 14 years ago
fixed load paths and updated the gemspec with the proper version More... over 14 years ago
added some ugly untested code to do entropy normalization on a set of vectors More... over 14 years ago
made spec a little cleaner More... over 14 years ago
removed normalization from feature collection since it doesn't make sense there More... over 14 years ago
added the feature_collection. wired up basic functionality More... over 14 years ago
changed version to 2.0.0. Makes more sense since this isn't a point release of the previous version More... over 14 years ago
wired up the text parser class More... over 14 years ago
added the skeleton More... over 14 years ago
starting fresh. so deleting all this crap More... over 14 years ago
udpated a comment on the example More... about 15 years ago
wrote a quick example to show usage More... about 15 years ago
* adding in again More... over 15 years ago
removing to readd without trunk dir More... over 15 years ago
first commit More... over 15 years ago