Name
ap_global_init — initialise the text-annotation phrase-match engine
Synopsis
ap_global_init(
|
); |
Description
ap_global_init must be called once per process before
any other phrase-match BIF; it loads the language handlers and resets the
global dictionary table. Returns NULL on success. Requires DBA
privileges.
Return Types
NULL on success.