object
language_profiles
Registry of language detection profiles.
Availability:
logtalk_load(language_detection(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-09-06
Compilation flags:
static, context_switching_callsDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates
profile/2
Enumerates the effective ISO 639-1 language codes and profile objects. Custom profiles override default profiles for the same language code.
Compilation flags:
staticTemplate:
profile(Language,Profile)Mode and number of proofs:
profile(?atom,?object_identifier) - zero_or_moredefault_profile/2
Enumerates default built-in ISO 639-1 language codes and profile objects.
Compilation flags:
static, multifileTemplate:
default_profile(Language,Profile)Mode and number of proofs:
default_profile(?atom,?object_identifier) - zero_or_morecustom_profile/2
Enumerates custom ISO 639-1 language codes and profile objects.
Compilation flags:
static, multifileTemplate:
custom_profile(Language,Profile)Mode and number of proofs:
custom_profile(?atom,?object_identifier) - zero_or_moreProtected predicates
(none)
Private predicates
(none)
Operators
(none)
See also