File "api/tag_matcher.pl"[download]
in pack: | tag_matcher |
---|---|
Prolog module: | tag_matcher |
size: | 3829 |
Recent changes
14 years ago | Michiel Hildebrand | include semweb modules |
14 years ago | Michiel Hildebrand | move the actual tag_match to a library module. |
14 years ago | Michiel Hildebrand | add support for stemming |
14 years ago | Michiel Hildebrand | API to semantically match two tags using the r ... |
This file requires
- From packages
- tag_match.pl: tag_match/5
- From ClioPatria
- components(label) resolved by
- label.pl: rdf_link/3
- components(label) resolved by
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_location_by_id/2
- library(http/json) resolved by
- json.pl could not find proof of dependency
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(semweb/rdfs) resolved by
- rdfs.pl could not find proof of dependency
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_subject/1
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/3, html/3
- library(http/html_head) resolved by
- html_head.pl could not find proof of dependency
- library(http/json_convert) resolved by
- json_convert.pl could not find proof of dependency
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_dispatch) resolved by
Required predicates
- html/3 from library(http/html_write)
- http_location_by_id/2 from library(http/http_dispatch)
- reply_json/1 from library(http/http_json)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- tag_match/5 from tag_match.pl
- reply_html_page/3 from library(http/html_write)
- rdf_subject/1 from library(semweb/rdf_db)
- rdf_link/3 from components(label)