]> git.mxchange.org Git - friendica.git/commitdiff
Improved documentation
authorMichael <heluecht@pirati.ca>
Tue, 3 Oct 2023 04:01:54 +0000 (04:01 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 3 Oct 2023 04:01:54 +0000 (04:01 +0000)
doc/Addons.md
doc/de/Addons.md

index 8ad1f89ebef0f9640be56a9292057c35ffc41aeb..bfccde5ddf8908da796480199ba8a2151c1ec23c 100644 (file)
@@ -226,7 +226,7 @@ Called after the language detection. This can be used for alternative language d
 `$data` is an array:
 
 - **text**: The text that is analyzed.
-- **detected**: (input/output) Array of language codes detected in the related text.
+- **detected**: (input/output) Array of language codes detected in the related text. The array key is the language code, the array value the probability.
 - **uri-id**: The Uri-Id of the item.
 
 ### addon_settings
index 99639e2bddb34c0337a15cf724f38cee41d8f8cc..c61b68b489e201e5a4467cb0d497ed74f66b5ad8 100644 (file)
@@ -108,7 +108,7 @@ Wird nach der Sprachenerkennung aufgerufen.
 Dieser Hook kann dafür verwendet werden, alternative Erkennungsfunktionen einzubinden.
 `$data` ist ein Array:
         'text' => Der analysierte Text.
-        'detected' => (Eingabe/Ausgabe) Das Array mit den erkannten Sprachen.
+        'detected' => (Eingabe/Ausgabe) Das Array mit den erkannten Sprachen. Der Sprachcode ist der Array-Schlüssel, der Array-Wert ist der dezimale Wert für die Wahrscheinlichkeit.
         'uri-id' => Die Uri-Id des Beitrags
 
 **'addon_settings'** - wird aufgerufen, wenn die HTML-Ausgabe der Addon-Einstellungsseite generiert wird.