Daniel Ecer commited on
Commit
d946a39
·
1 Parent(s): 8091970

Changed country and name look up

Browse files
Files changed (1) hide show
  1. config.yml +6 -6
config.yml CHANGED
@@ -56,16 +56,16 @@ xslt:
56
  lookup:
57
  country:
58
  paths:
59
- - https://raw.githubusercontent.com/kermitt2/grobid/0.6.2/grobid-home/lexicon/countries/CountryCodes.xml
60
  first_name:
61
  paths:
62
- - https://raw.githubusercontent.com/kermitt2/grobid/0.6.2/grobid-home/lexicon/names/firstname.5k
63
- - https://raw.githubusercontent.com/kermitt2/grobid/0.6.2/grobid-home/lexicon/names/names.female
64
- - https://raw.githubusercontent.com/kermitt2/grobid/0.6.2/grobid-home/lexicon/names/names.male
65
  last_name:
66
  paths:
67
- - https://raw.githubusercontent.com/kermitt2/grobid/0.6.2/grobid-home/lexicon/names/lastname.5k
68
- - https://raw.githubusercontent.com/kermitt2/grobid/0.6.2/grobid-home/lexicon/names/names.family
69
  processors:
70
  fulltext:
71
  merge_raw_authors: false
 
56
  lookup:
57
  country:
58
  paths:
59
+ - https://raw.githubusercontent.com/kermitt2/grobid/0.8.2/grobid-home/lexicon/countries/CountryCodes.xml
60
  first_name:
61
  paths:
62
+ - https://raw.githubusercontent.com/kermitt2/grobid/0.8.2/grobid-home/lexicon/names/firstname.5k
63
+ - https://raw.githubusercontent.com/kermitt2/grobid/0.8.2/grobid-home/lexicon/names/names.female
64
+ - https://raw.githubusercontent.com/kermitt2/grobid/0.8.2/grobid-home/lexicon/names/names.male
65
  last_name:
66
  paths:
67
+ - https://raw.githubusercontent.com/kermitt2/grobid/0.8.2/grobid-home/lexicon/names/lastname.5k
68
+ - https://raw.githubusercontent.com/kermitt2/grobid/0.8.2/grobid-home/lexicon/names/names.family
69
  processors:
70
  fulltext:
71
  merge_raw_authors: false