File "lib/aspell.pl"[download]
in pack: | virgil |
---|---|
Prolog module: | aspell |
size: | 3096 |
Recent changes
12 years ago | Michiel Hildebrand | ADD drug spell checking, based on aspell |
This file requires
- From the Prolog library
- library(process) resolved by
- process.pl: process_create/3, is_process/1, process_kill/1
- library(process) resolved by
Exported predicates
- aspell/3
- cleanup_aspell/0
- cleanup_aspell_process/1
- create_aspell_process/2
- current_aspell_process/2
Required predicates
- existence_error/2 autoloaded
- is_process/1 from library(process)
- process_create/3 from library(process)
- process_kill/1 from library(process)
- read_line_to_codes/2 autoloaded