Package: nametagger
Type: Package
Title: Named Entity Recognition in Texts using 'NameTag'
Version: 0.1.5
Authors@R: c(
    person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be'), 
    person('BNOSAC', role = 'cph'), 
    person("Institute of Formal and Applied Linguistics, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic", role = 'cph'), 
    person('Milan Straka', role = c('ctb', 'cph'), email = 'straka@ufal.mff.cuni.cz'), 
    person('Jana Straková', role = c('ctb', 'cph'), email = 'strakova@ufal.mff.cuni.cz'))
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Description: Wraps the 'nametag' library <https://github.com/ufal/nametag>, allowing users to find and extract entities (names, persons, locations, addresses, ...) in raw text and build your own entity recognition models.
    Based on a maximum entropy Markov model which is described in Strakova J., Straka M. and Hajic J. (2013) <https://ufal.mff.cuni.cz/~straka/papers/2013-tsd_ner.pdf>.
URL: https://github.com/bnosac/nametagger
License: MPL-2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.5), utils
Suggests: udpipe (>= 0.2)
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2025-08-31 20:45:51 UTC; jwijf
Author: Jan Wijffels [aut, cre, cph],
  BNOSAC [cph],
  Institute of Formal and Applied Linguistics, Faculty of Mathematics and
    Physics, Charles University in Prague, Czech Republic [cph],
  Milan Straka [ctb, cph],
  Jana Straková [ctb, cph]
Repository: CRAN
Date/Publication: 2025-08-31 22:10:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 02:44:16 UTC; windows
Archs: x64
