.. index:: single: script_language_detector
.. _script_language_detector/0:

.. rst-class:: right

**object**

``script_language_detector``
============================

Language detection strategy using Unicode script evidence.

| **Availability:** 
|    ``logtalk_load(language_detection(loader))``

| **Author:** Paulo Moura
| **Version:** 1:0:0
| **Date:** 2026-09-07

| **Compilation flags:**
|    ``static, context_switching_calls``


| **Implements:**
|    ``public`` :ref:`language_detection_strategy_protocol <language_detection_strategy_protocol/0>`
| **Imports:**
|    ``public`` :ref:`language_detection_scoring <language_detection_scoring/0>`
| **Uses:**
|    :ref:`language_detection_scripts <language_detection_scripts/0>`
|    :ref:`list <list/0>`

| **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:`ngram_language_detector <ngram_language_detector/0>`, :ref:`stopword_language_detector <stopword_language_detector/0>`, :ref:`hybrid_language_detector <hybrid_language_detector/0>`

