-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: nametagger
Type: Package
Title: Named Entity Recognition in Texts using 'NameTag'
Version: 0.1.4
Authors@R: c(
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]'),
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 = '[email protected]'),
person('Jana Straková', role = c('ctb', 'cph'), email = '[email protected]'))
Maintainer: Jan Wijffels <[email protected]>
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.2.3
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.5), utils
Suggests: udpipe (>= 0.2)
LinkingTo: Rcpp