File "lib/drug_spell_check.pl"[download]
in pack: | virgil |
---|---|
Prolog module: | drug_spell_check |
size: | 1825 |
Recent changes
11 years ago | Michiel Hildebrand | ADD missing rdf_db module |
12 years ago | Michiel Hildebrand | FIX match case insensitive |
12 years ago | Michiel Hildebrand | CLEANUP drug spell checking |
12 years ago | Michiel Hildebrand | TRY token based spelling correction |
12 years ago | Michiel Hildebrand | ADD drug spell checking, based on aspell |
This file requires
- From packages
- aspell.pl: aspell/3, create_aspell_process/2
- 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(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3, rdf_assert/4
- library(semweb/rdf_litindex) resolved by
- rdf_litindex.pl: rdf_find_literals/2
- library(semweb/rdf_db) resolved by
Exported predicates
- correct_drug_names/0
Required predicates
- aspell/3 from aspell.pl
- create_aspell_process/2 from aspell.pl
- debug/3 autoloaded
- literal_text/2 from library(semweb/rdf_label)
- maplist/2 autoloaded
- member/2 autoloaded
- rdf/3 from library(semweb/rdf_db)
- rdf_assert/4 from library(semweb/rdf_db)
- rdf_find_literals/2 from library(semweb/rdf_litindex)
- tokenize_atom/2 autoloaded