File "lib/ag_modules/compound_label_match.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | compound_label_match |
size: | 2384 |
Recent changes
4 years, 9 months ago | Jacco van Ossenbruggen | FIXED: broken compound label matcher, rdf11 |
4 years, 9 months ago | Jacco van Ossenbruggen | IMPROVED: make amalgame:label the default labe ... |
5 years ago | Jacco van Ossenbruggen | RENAMED: skos_match/5 -> skos_has/5 |
10 years ago | Jacco van Ossenbruggen | EXPERIMENTAL: dictify token score evidence ... |
10 years ago | Jacco van Ossenbruggen | FIXED: make compound label matcher behave like ... |
This file requires
- From packages
- string_match_util.pl: matching_types/2, skos_has/5
- vocabulary.pl: vocab_member/2
- From the Prolog library
- library(lists) resolved by
- lists.pl: member/2
- library(option) resolved by
- option.pl: option/2, option/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf_equal/2
- library(semweb/rdf_litindex) resolved by
- rdf_litindex.pl: rdf_tokenize_literal/2
- library(lists) resolved by
Exported predicates
- compound_label_match/3
Required predicates
- matching_types/2 from string_match_util.pl
- member/2 from library(lists)
- option/2 from library(option)
- option/3 from library(option)
- rdf11:{}/1 public in rdf11.pl
- rdf_equal/2 from library(semweb/rdf11)
- rdf_tokenize_literal/2 from library(semweb/rdf_litindex)
- skos_has/5 from string_match_util.pl
- vocab_member/2 from vocabulary.pl