![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Implements spellcheck match. More...
Public Member Functions | |
__construct ($match_element) | |
Constructs spellcheck match instance. | |
![]() | |
__construct ($text, $pre='') | |
Constructs instance. | |
get_text () | |
Retrieves text. | |
get_pre () | |
Retrieves prefix text. | |
accept (AfsSpellcheckTextVisitorInterface $visitor) | |
Accept visitors. |
Implements spellcheck match.
When a query is composed of multiple words, instances of this class are created for each invalid word (ie words with suggested correction).
__construct | ( | $match_element | ) |
Constructs spellcheck match instance.
$match_element | [in] a spellcheck match element with or without prefix text. |