.. index:: single: stopword_language_detector
.. _stopword_language_detector/0:

.. rst-class:: right

**object**

``stopword_language_detector``
==============================

Language detection strategy using discriminative stop-word evidence.

| **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 <language_detection_strategy_protocol/0>`
| **Uses:**
|    :ref:`language_profiles <language_profiles/0>`
|    :ref:`list <list/0>`
|    :ref:`tokenizer(Representation,Language) <tokenizer/2>`

| **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) <language_detector/2>`, :ref:`language_detection_tokenizer <language_detection_tokenizer/0>`

