NEWS | R Documentation |
removed hard coded abbreviations from global TT.tknz.opts in preset, to enable checks for file names by koRpus
added missing BNC tag AJS and 15 ambiguity tags
removed the lexicon lookup from the preset, as it is also no longer part of the TreeTagger script
renamed abbreviations and parameter files omitting the "-utf8" suffix
reverted temporary transitional changes from 0.1-2
now also supports the BNC tagset (thanks to Elen Le Foll)
added missing PENN tags NNP, NNPS, and PRP$, and explained why koRpus defaults to the BNC definition for the conflicting tag PRP in the documentation.
package name in license header
updated README.md
support optional arguments for koRpus::set.lang.support()
this is planned to be a CRAN-only transitional release. since this package needs koRpus >=0.11-2 but the CRAN version (0.10-2) should be upgraded after this package was already accepted, we'll work around this by deactivating functionality unavailable to older koRpus versions, if such an old package is used
temporarily lowered koRpus dependency to 0.10-2
added a check for koRpus version to .onAttach()
, so that the language
support which is already present won't be tampered with; i.e., you can safely
load this package with older koRpus packages, it just won't add anything
initial release as standalone package