- Minor bug fixes in lnt_similarity().
- Improved way of telling users about missing packages (can now be installed directly).
- Improved headline cleaning in lnt_read() (Edition is now removed from headline).
- Minor bug fixes in lnt_similarity().
- Corrected inconsistency in lnt_convert().
- Some better error messages.
- Updated tests for lnt_diff() .
- Rewrote lnt_read() to be more stable (and faster) which rendered lnt_checkFiles() unnecessary (now deprecated).
- Added lnt_convert() to transform objects created by lnt_read() to formats used in popular text-as-data analysis packages.
- Enhanced lnt_similarity() which tended to crash when comparing longer texts due to memory limitations.
- Added lnt_diff() to display results from lnt_similarity() in a diff-like viewer.
- Added lnt_lookup() which can be used to check if the nexis keyword search worked properly or to apply simple dictionaries to subset the data.
- Added several methods to work with the S4 class
LNToutput
.
- Added vignette with basic usage.
- Enhanced documentation of of all functions.
- Started using testthat tests