History.txt in raingrams-0.1.1 vs History.txt in raingrams-0.1.2
- old
+ new
@@ -1,7 +1,26 @@
-== 0.1.1 / 2008-10-12
+=== 0.1.2 / 2009-04-23
+* Require nokogiri >= 1.2.0.
+* No longer require hpricot.
+* Added missing 'lib/raingrams/tokens/tokens.rb' file to the Manifest.
+* Added Raingrams::Helpers:
+ * Moved text commonality calculating methods into
+ Raingrams::Helpers::Commonality.
+ * Moved text frequency calculating methods into
+ Raingrams::Helpers::Frequency.
+ * Moved text probability calculating methods into
+ Raingrams::Helpers::Probability.
+ * Moved random text generating methods into
+ Raingrams::Helpers::Random.
+ * Moved text similarity calculating methods into
+ Raingrams::Helpers::Similarity.
+* Added Model#to_hash.
+* Capitalize randomly generated sentences if case is ignored.
+
+=== 0.1.1 / 2008-10-12
+
* Improved the parsing abilities of Model#parse_sentence and
Model#parse_text.
* Fixed a bug in Model#has_ngram?.
* Fixed a bug in Model#ngrams_starting_with.
* Removed Model#probability_of_gram, for now atleast.
@@ -24,19 +43,19 @@
* Model#frequency_of_ngram.
* Model#frequencies_for.
* Model#frequencies_of_ngrams.
* Model#save.
-== 0.1.0 / 2008-10-06
+=== 0.1.0 / 2008-10-06
* Various bug fixes.
* Added NgramSet and ProbabilityTable classes.
* Merged NgramModel with the Model class.
* Refactored the Model class.
* Added random_gram_sentence, random_sentence, random_paragraph and
random_text methods to the Model class.
-== 0.0.9 / 2008-01-09
+=== 0.0.9 / 2008-01-09
* Initial release.
* Supports all non-zero ngram sizes.
* Supports text and non-text grams.
* Supports Open and Closed vocabulary models.