Add changes record for NUTCH-2245 Developed the NGram Model on the existing Unigram Cosine Similarity Model contributed by Bhavya Sanghavi this closes #101
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/b62f43fd Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/b62f43fd Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/b62f43fd Branch: refs/heads/master Commit: b62f43fda3648bd7a37da550a180c3da5a1e3986 Parents: 2c42680 Author: Sujen Shah <[email protected]> Authored: Sun Apr 3 23:39:12 2016 -0700 Committer: Sujen Shah <[email protected]> Committed: Sun Apr 3 23:41:15 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/b62f43fd/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index b15b78c..5e061a4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,8 @@ in the release announcement and keep it on top in this CHANGES.txt for the Nutch Nutch Change Log +* NUTCH-2245 Developed the NGram Model on the existing Unigram Cosine Similarity Model (bhavyasanghavi via sujen) + * NUTCH-2241 Unstable Selenium plugin in Nutch. Fixed bugs and enhanced configuration (karanjeets via mattmann) * NUTCH-2213 CommonCrawlDataDumper saves gzipped body in extracted form (jnioche via mattmann)
