.. index:: single: ngram_language_detector .. _ngram_language_detector/0: .. rst-class:: right **object** ``ngram_language_detector`` =========================== Language detection strategy using character-trigram cosine similarity. | **Availability:** | ``logtalk_load(language_detection(loader))`` | **Author:** Paulo Moura | **Version:** 1:0:0 | **Date:** 2026-09-06 | **Compilation flags:** | ``static, context_switching_calls`` | **Implements:** | ``public`` :ref:`language_detection_strategy_protocol ` | **Imports:** | ``public`` :ref:`language_detection_scoring ` | **Uses:** | :ref:`language_profiles ` | :ref:`n_grams(Representation) ` | **Remarks:** | (none) | **Inherited public predicates:** |  :ref:`language_detection_strategy_protocol/0::scores/3`   .. contents:: :local: :backlinks: top Public predicates ----------------- (no local declarations; see entity ancestors if any) Protected predicates -------------------- (no local declarations; see entity ancestors if any) Private predicates ------------------ (no local declarations; see entity ancestors if any) Operators --------- (none) .. seealso:: :ref:`language_detector(Representation,Strategy) `