Google's Compact Language Detector 3 is a neural network model for language identification and the successor of 'cld2' (available from CRAN). The algorithm is still experimental and takes a novel approach to language detection with different properties and outcomes. It can be useful to combine this with the Bayesian classifier results from 'cld2'. See <https://github.com/google/cld3#readme> for more information.
Version: | 1.6.1 |
Imports: | Rcpp |
LinkingTo: | Rcpp |
Suggests: | testthat, cld2 |
Published: | 2024-10-04 |
DOI: | 10.32614/CRAN.package.cld3 |
Author: | Jeroen Ooms [aut, cre], Google Inc [cph] (CLD3 C++ library) |
Maintainer: | Jeroen Ooms <jeroenooms at gmail.com> |
BugReports: | https://github.com/ropensci/cld3/issues |
License: | Apache License 2.0 |
URL: | https://docs.ropensci.org/cld3/ https://ropensci.r-universe.dev/cld3 |
NeedsCompilation: | yes |
SystemRequirements: | libprotobuf and protobuf-compiler |
Materials: | NEWS |
CRAN checks: | cld3 results |
Reference manual: | cld3.pdf |
Package source: | cld3_1.6.1.tar.gz |
Windows binaries: | r-devel: cld3_1.6.1.zip, r-release: cld3_1.6.1.zip, r-oldrel: cld3_1.6.1.zip |
macOS binaries: | r-release (arm64): cld3_1.6.1.tgz, r-oldrel (arm64): cld3_1.6.1.tgz, r-release (x86_64): cld3_1.6.1.tgz, r-oldrel (x86_64): cld3_1.6.1.tgz |
Old sources: | cld3 archive |
Reverse imports: | htmldf |
Reverse suggests: | cld2, emayili |
Please use the canonical form https://CRAN.R-project.org/package=cld3 to link to this page.