File "api/drugs.pl"[download]
in pack: | virgil |
---|---|
Prolog module: | drugs |
size: | 5702 |
Recent changes
11 years ago | Michiel Hildebrand | Fix drug mention countHEAD -> master |
11 years ago | Michiel Hildebrand | count drug mentions based on drug use, thus al ... |
11 years ago | Michiel Hildebrand | Do not normalize in mentions API |
11 years ago | Michiel Hildebrand | ADD cooccurrence API |
11 years ago | Michiel Hildebrand | Add spelling variations on brandname |
This file requires
- From packages
- drug_normalise.pl could not find proof of dependency
- From ClioPatria
- library(semweb/rdf_label) resolved by
- rdf_label.pl: literal_text/2
- library(semweb/rdf_label) resolved by
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3
- library(semweb/rdf_litindex) resolved by
- rdf_litindex.pl: rdf_find_literals/2
- library(http/http_dispatch) resolved by
Exported predicates
- drug_brand_name/3
- drug_mention/4
- drug_synonym/3
Required predicates
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- literal_text/2 from library(semweb/rdf_label)
- maplist/3 autoloaded
- member/2 autoloaded
- rdf/3 from library(semweb/rdf_db)
- rdf_find_literals/2 from library(semweb/rdf_litindex)
- reply_json/1 from library(http/http_json)
- reverse/2 autoloaded