File "lib/ag_modules/snowball_label_match.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | snowball_label_match |
size: | 2599 |
Recent changes
3 years ago | Jacco van Ossenbruggen | fixed: parameter name missmatch in snowball st ... |
4 years, 9 months ago | Jacco van Ossenbruggen | FIXED: typo causing label/lang mixup in prov r ... |
4 years, 9 months ago | Jacco van Ossenbruggen | FIXED: snowball_label_match rdf11 |
4 years, 9 months ago | Jacco van Ossenbruggen | IMPROVED: make amalgame:label the default labe ... |
5 years ago | Jacco van Ossenbruggen | IMPROVED: split target candidate generation by ... |
This file requires
- From packages
- string_match_util.pl: skos_has/5
- lit_distance.pl: literal_distance/3
- vocabulary.pl: vocab_member/2
- From the Prolog library
- library(debug) resolved by
- debug.pl: debug/3
- library(option) resolved by
- option.pl: option/2, option/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf_equal/2
- library(snowball) resolved by
- snowball.pl: snowball/3
- library(debug) resolved by
Exported predicates
- snowball_label_match/3
Required predicates
- debug/3 from library(debug)
- literal_distance/3 from lit_distance.pl
- option/2 from library(option)
- option/3 from library(option)
- rdf11:{}/1 public in rdf11.pl
- rdf_equal/2 from library(semweb/rdf11)
- skos_has/5 from string_match_util.pl
- snowball/3 from library(snowball)
- vocab_member/2 from vocabulary.pl