-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
25 lines (18 loc) · 1.07 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# The name of the application (no spaces)
app_name: specimen_numbers
# A brief description of the app.
description : Given a Postgres "sentences" table, finds all specimen numbers mentioned in that table which are connected to the set of institutions whose abbreviations are currently given in the GDD "museums" dictionary (see it at https://geodeepdive.org/api/dictionaries?dict=museums&show_terms) plus any additional listed in additional_abbrs.txt. Returns a data frame of tuples (docid, sentid, institution, specimen number) which is sent back to Postgres.
# Your first and last name
user: Valerie Syverson
# The NLP product to run the application against
product: NLP352
# Your email
email: [email protected]
# The primary language the application is written in - will be used for installing dependencies
# Current options are Python, R, and Go
language: R
# You can choose to specify a list of dictionaries, a list of terms, or both.
# If both dictionaries and terms are provided, all terms in the dictionary PLUS
# all listed terms will be used
dictionaries: [museums]
terms: []