liStartDocument
Name
liStartDocument -- Prepare the language
identifier for a new document.
Synopsis
void liStartDocument(LextekLanguageIdentiferT
LanguageIdentifer, StatusCodeT *Status)
Arguments
LanguageIdentifer:
A Language Identifier object that was allocated by liCreateLanguageIdentifier.
Status:
A pointer to a StatusCodeT object. (A signed long integer.)
Returns
Nothing.
Description
liStartDocument sets the language identifier
up to begin working on a new document.
After a call to liStartDocument, you will
want to use the fuction liAnalyzeDocumentText to analyze your document's
text and determine the character set.
Use the function liEndDocument to end the
analysis of the current document's text and to obtain the results
of the analysis including the language of your document as well
as similar languages.
See Also
liEndDocument,
liAnalyzeDocumentText