Skip to content

Commit

Permalink
Fix some typos in fann (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan2Shrek authored Jan 31, 2025
1 parent fda9f8f commit cca2e14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions reference/fann/functions/fann-create-from-file.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ea7caabb165509dbf6796bbf07d697f871c462c2 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- Reviewed: yes -->

<refentry xml:id="function.fann-create-from-file" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>fann_create_from_file</refname>
<refpurpose>Consruit une propagation de retour du réseau neuronal depuis un fichier
<refpurpose>Construit une propagation de retour du réseau neuronal depuis un fichier
de configuration</refpurpose>
</refnamediv>

Expand All @@ -17,7 +16,7 @@
<methodparam><type>string</type><parameter>configuration_file</parameter></methodparam>
</methodsynopsis>
<para>
Consruit une propagation de retour du réseau neuronal depuis un fichier
Construit une propagation de retour du réseau neuronal depuis un fichier
de configuration, qui a été sauvegardée par la fonction <function>fann_save</function>.
</para>
</refsect1>
Expand Down
7 changes: 3 additions & 4 deletions reference/fann/functions/fann-duplicate-train-data.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ea7caabb165509dbf6796bbf07d697f871c462c2 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- Reviewed: yes -->

<refentry xml:id="function.fann-duplicate-train-data" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>fann_duplicate_train_data</refname>
<refpurpose>Retourne une copie exact des données d'entrainement fann</refpurpose>
<refpurpose>Retourne une copie exacte des données d'entraînement fann</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -16,7 +15,7 @@
<methodparam><type>resource</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>
Retourne une copie exact des données d'entrainement fann, sous la
Retourne une copie exacte des données d'entraînement fann, sous la
forme d'une ressource.
</para>
</refsect1>
Expand Down

0 comments on commit cca2e14

Please sign in to comment.