Adds support for the Italian language to the koRpus package.
More information on 'koRpus.lang.it' is available on the project homepage.
The latest stable release can be installed directly from the project's own repository:
install.packages(
"koRpus.lang.it",
repo=c(
getOption("repos"),
l10n="https://undocumeantit.github.io/repos/l10n"
)
)
To automatically get updates, consider adding the repository to your R configuration. You might also want to subscribe to the package's RSS feed to get notified of new releases.
If you're running a Debian based operating system, you might be interested in the precompiled *.deb packages.
To install the package directly from GitHub, you can use install_github()
from the devtools package:
devtools::install_github("unDocUMeantIt/koRpus.lang.it") # stable release
devtools::install_github("unDocUMeantIt/koRpus.lang.it", ref="develop") # development release
To ask for help, report bugs, suggest feature improvements, or discuss the global development of the package, please use the issue tracker, or subscribe to the koRpus-dev mailing list.
Please note that all development happens in the develop
branch. Pull requests against the master
branch will be rejected, as it is reserved for the current stable release.
koRpus.lang.it Copyright (C) 2018-2020 Meik Michalke, released under the GNU General Public License (GPL) version 3 or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You should have received a copy of the license with the source package as the file COPYING or LICENSE.