You can specify a default language type (language and encoding) that the IDOL Content component uses for documents of unspecified language. It uses the default language type when:
Content cannot read the language type of a document from a specified field.
the action does not include a LanguageType
parameter.
automatic language detection is not enabled.
The default language type is also the default for the LanguageType
parameter in actions such as Query
and Summarize
.
Open the IDOL Content component configuration file in a text editor.
Find the [LanguageTypes]
section and enter the language type to associate with any document that does not contain a language type field.
If you use automatic language detection, Content uses the detected language and encoding to determine the language type of documents, and not the default language type.
For example:
[LanguageTypes] DefaultLanguageType=englishUTF8 LanguageDirectory=C:\HewlettPackardEnterprise\IDOLServer\common\langfiles
Save and close the configuration file.
Restart the IDOL Content component for your changes to take effect.