Revision 13436
Added by Aaron Marcuse-Kubitza over 10 years ago
tnrs.py | ||
---|---|---|
42 | 42 |
3438268394|limit|{"email":"tnrs@lka5jjs.orv", "key":"[key]", \ |
43 | 43 |
"taxonomic_constraint":"true", "source_sorting":"false", "first":"false"}\ |
44 | 44 |
|1|2|3|4|2|5|6|7|0|1|8|4|9|0|10|11|0|12|13|0|14|13|100|15|') |
45 |
# taxonomic_constraint (Constrain by Higher Taxonomy): selects lower ranks |
|
46 |
# only from within the matched higher ranks. must be turned on, to ensure |
|
47 |
# that higher ranks are always authoritative. |
|
48 |
# source_sorting (Constrain by Source): always selects a match from the |
|
49 |
# first source in the list, no matter how low the match score. must be |
|
50 |
# turned off, to avoid worse matches being selected instead of better ones. |
|
45 | 51 |
retrieval_response_pattern = '^//OK\[.*?\["com.extjs.gxt.ui.client.data.\ |
46 | 52 |
BasePagingLoadResult/496878394","java.util.ArrayList/4159755760","org.iplantc.\ |
47 | 53 |
tnrs.demo.shared.BeanTNRSEntry/1039545748",".*"\],0,7\]$' |
Also available in: Unified diff
lib/tnrs.py: retrieval_request_template: taxonomic_constraint, source_sorting: documented their meaning and why they need to be on/off