File "lib/cluster_search/kwd_search.pl"[download]
in pack: | cluster_search |
---|---|
Prolog module: | kwd_search |
size: | 16608 |
Recent changes
10 years ago | Chris Dijkshoorn | Find literals debug messages. |
10 years ago | Chris Dijkshoorn | Additional debug messages. |
11 years ago | Chris Dijkshoorn | Added debugging messages and new analytics code. |
12 years ago | Jacco van Ossenbruggen | remove unused module imports |
12 years ago | Jacco van Ossenbruggen | more or less working version of the cluster ht ... |
This file requires
- From packages
- fuzzy.pl: literal_distance/3
- graph_search.pl: graph_search/3
- rdf_cluster.pl could not find proof of dependency
- rdf_search.pl: rdf_search_property/2
- From ClioPatria
- library(semweb/owl) resolved by
- owl.pl: owl_satisfies/2
- library(semweb/owl) resolved by
- From the Prolog library
- library(assoc) resolved by
- assoc.pl: empty_assoc/1, get_assoc/3, put_assoc/4
- library(debug) resolved by
- debug.pl: debug/3, assertion/1
- library(lists) resolved by
- lists.pl: member/2, append/3, select/3, reverse/2
- library(porter_stem) resolved by
- porter_stem.pl: porter_stem/2, tokenize_atom/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3, rdf_global_id/2
- library(semweb/rdf_litindex) resolved by
- rdf_litindex.pl: rdf_tokenize_literal/2, rdf_find_literals/2
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_subproperty_of/2
- library(assoc) resolved by
Exported predicates
- find_literals/3
- match_string/7
- match_uri/7
- search_graph/7
- search_string/6
Required predicates
- append/3 from library(lists)
- assertion/1 from library(debug)
- debug/3 from library(debug)
- empty_assoc/1 from library(assoc)
- get_assoc/3 from library(assoc)
- graph_search/3 from graph_search.pl
- literal_distance/3 from fuzzy.pl
- member/2 from library(lists)
- option/3 autoloaded
- owl_satisfies/2 from library(semweb/owl)
- pairs_values/2 autoloaded
- porter_stem/2 from library(porter_stem)
- put_assoc/4 from library(assoc)
- rdf_cluster:search_path/3 public in rdf_cluster.pl
- rdf_find_literals/2 from library(semweb/rdf_litindex)
- rdf_global_id/2 from library(semweb/rdf_db)
- rdf_has/3 from library(semweb/rdf_db)
- rdf_search_property/2 from rdf_search.pl
- rdf_tokenize_literal/2 from library(semweb/rdf_litindex)
- rdfs_subproperty_of/2 from library(semweb/rdfs)
- reverse/2 from library(lists)
- select/3 from library(lists)
- tokenize_atom/2 from library(porter_stem)