News
- Fixed problems with (some) advanced operators
- Removed debugging from ngrami
- Fix accented character encoding problem on Windows
- Improve ssl handling (refer Hadley's comment here: http://www.statsravingmad.com/blog/statistics/a-tiny-rcurl-headache/)
Google has switched to SSL for the N-gram viewer and the format of the web-pages has
changed. This means that earlier versions of the package are completely broken. This
release fixes this major problem.
- Add README.md to .Rbuildignore to remove from CRAN
- Fix count for n-grams with n>1, including a "fudge" for 2012 corpuses
- Add option to display long-form corpus name
- Warn about smoothing >0 for geoms other than "line"
- Tidy documentation for print.ngram
- ngram and ngrami return S3 class "ngram"
- Format print for ngram objects
- ggram can take either a list of phrases or an ngram object
- Add option to relabel y-axis
- Add word counts option to ngram
- Change ggplot2 and scales from Requires to Suggests
- Prevent use of complex operators in case insensitive searchs
- Warn about character substitution
- CRAN release version
- More efficient handling of escaped Unicode (thanks Hadley http://stackoverflow.com/a/17787736/1543437)
- Fix package checking problems associated with plyr
First semi-offical release. All future development moved to the 'develop' branch.
- Allow case insensitive plotting with ggram
- Avoid reshape/reshape2 conflicts (thanks to Francois Briatte)
- Pass arbitrary geoms to
ggram
- New function
ngramw
to return results in "wide" format
- Removed
wide
option from ggram
and ggrami
- Better handling of legends when
ignore_case = TRUE
- Error trapping long phrase lists
- Google theme option
- Added plot wrapper ggram
- Detect invalid corpus names
- Initial release of the ngramr package