Package: cld3 Type: Package Title: Google's Compact Language Detector 3 Version: 1.6.1 Authors@R: c( person("Jeroen", "Ooms", ,"jeroenooms@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")), person("Google Inc", role = "cph", comment = "CLD3 C++ library")) Description: 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 for more information. License: Apache License 2.0 Encoding: UTF-8 URL: https://docs.ropensci.org/cld3/ https://ropensci.r-universe.dev/cld3 BugReports: https://github.com/ropensci/cld3/issues Imports: Rcpp LinkingTo: Rcpp RoxygenNote: 6.0.1.9000 Roxygen: list(markdown = TRUE) SystemRequirements: libprotobuf and protobuf-compiler Suggests: testthat, cld2 Config/pak/sysreqs: libprotobuf-dev protobuf-compiler libprotoc-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2024-10-03 18:18:02 UTC RemoteUrl: https://github.com/ropensci/cld3 RemoteRef: master RemoteSha: bedd446d2133736f84d55f8f0f7e74fe66b8d042 NeedsCompilation: yes Packaged: 2026-06-23 16:51:26 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), Google Inc [cph] (CLD3 C++ library) Maintainer: Jeroen Ooms