Subversion Repositories eFlore/Projets.eflore-projets

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
424 jpm 1
<?php
2
// commande : /opt/lampp/bin/php cli.php description_sp -a tester -n /home/jennifer/Tela-botanica_projets/Coste/descriptions/html
3
class Description {
4
 
428 jpm 5
	const DOSSIER_V0 = '../../../donnees/coste/0.00/';
6
	const DOSSIER_DSC_HTML = '../../../donnees/coste/descriptions/html/';
7
	const DOSSIER_DSC_TXT = '../../../donnees/coste/descriptions/txt/';
8
	const DOSSIER_LOG = 'log/';
424 jpm 9
 
470 jpm 10
	private $auteurs = array();
428 jpm 11
	private $dossierBase = '';
424 jpm 12
	private $conteneur = null;
13
	private $outils = null;
14
	private $messages = null;
428 jpm 15
	private $action = '';
16
	private $nomFichier = '';
17
	private $nomDossier = '';
18
	private $listeFichiers = array();
424 jpm 19
	private $fichierNum = '';
428 jpm 20
	private $fichier = '';
21
	private $log = '';
22
	private $correspondance = array();
23
	private $infosCorrespondanceBase = array(
24
		'nom_sci' => '',
25
		'auteur' => '',
436 jpm 26
		'nom_addendum' => '',
430 jpm 27
		'annee' => '',
437 jpm 28
		'biblio_origine' => '',
436 jpm 29
		'rang' => 290,
428 jpm 30
		'nom_francais' => '',
31
		'nom_coste' => '',
430 jpm 32
		'auteur_coste' => '',
437 jpm 33
		'biblio_coste' => '',
428 jpm 34
		'num_nom_coste' => '',
430 jpm 35
		'num_nom_retenu_coste' => '',
428 jpm 36
		'num_tax_sup_coste' => '',
37
		'tome' => '',
38
		'page' => '',
430 jpm 39
		'synonymie_coste' => '',
428 jpm 40
		'bdnff_nn' => '',
41
		'bdnff_nt' => '');
424 jpm 42
 
43
	public function __construct(Conteneur $conteneur) {
437 jpm 44
		mb_internal_encoding('UTF-8');
45
		setlocale(LC_ALL, 'fr_FR.UTF-8');
424 jpm 46
		$this->conteneur = $conteneur;
47
		$this->outils = $conteneur->getOutils();
48
		$this->messages = $conteneur->getMessages();
428 jpm 49
		$this->dossierBase = dirname(__FILE__).'/';
424 jpm 50
	}
51
 
52
	public function genererDescriptionTxt() {
428 jpm 53
		$this->chargerFichiers();
54
 
55
		foreach ($this->listeFichiers as $this->fichierNum => $this->fichier) {
56
			$this->messages->afficherAvancement("Création des descriptions au format txt");
57
			$this->genererFichier();
58
		}
59
		echo "\n";
424 jpm 60
	}
61
 
428 jpm 62
	public function verifierDescriptionTxt() {
63
		$this->chargerFichiers();
64
 
65
		foreach ($this->listeFichiers as $this->fichierNum => $this->fichier) {
66
			$this->messages->afficherAvancement("Analyse des descriptions");
67
			$this->verifierFichier();
68
		}
69
		echo "\n";
436 jpm 70
		$this->ecrireLogs();
428 jpm 71
	}
72
 
73
	public function genererCorrespondance() {
74
		$this->chargerFichiers();
436 jpm 75
 
76
		$this->ajouterLogSyno(implode("\t", array_keys($this->infosCorrespondanceBase)));
428 jpm 77
		foreach ($this->listeFichiers as $this->fichierNum => $this->fichier) {
78
			$this->messages->afficherAvancement("Création du fichier de correspondance");
79
			$this->extraireInfosCorrespondance();
80
		}
81
		echo "\n";
82
 
83
		$fichierTxt = $this->dossierBase.self::DOSSIER_V0.'index_general_sp.tsv';
84
		$txtCorrespondance = $this->creerFichierCsvCorrespondance();
430 jpm 85
		file_put_contents($fichierTxt, $txtCorrespondance);
86
 
437 jpm 87
		ksort($this->auteurs);
88
		foreach ($this->auteurs as $auteur => $nbre) {
89
			$this->ajouterLogAuteur("$auteur\t$nbre");
90
		}
91
 
436 jpm 92
		$this->ecrireLogs();
428 jpm 93
	}
94
 
470 jpm 95
 
428 jpm 96
	private function chargerFichiers() {
97
		$this->nomDossier = $this->dossierBase.self::DOSSIER_DSC_HTML;
98
		if (file_exists($this->nomDossier) === true) {
99
			if (is_dir($this->nomDossier)) {
100
				if ($dossierOuvert = opendir($this->nomDossier)) {
101
					while (($this->nomFichier = readdir($dossierOuvert)) !== false) {
102
						if (! is_dir($this->nomFichier) && preg_match('/e([0-9]{4})\.htm/', $this->nomFichier, $match)) {
103
							$this->listeFichiers[$match[1]] = $this->nomDossier.'/'.$this->nomFichier;
424 jpm 104
						}
105
					}
106
					closedir($dossierOuvert);
107
				} else {
428 jpm 108
					$this->messages->traiterErreur("Le dossier {$this->nomDossier} n'a pas pu être ouvert.");
424 jpm 109
				}
110
			} else {
428 jpm 111
				$this->messages->traiterErreur("{$this->nomDossier} n'est pas un dossier.");
424 jpm 112
			}
113
		} else {
428 jpm 114
			$this->messages->traiterErreur("Le dossier {$this->nomDossier} est introuvable.");
424 jpm 115
		}
428 jpm 116
 
459 jpm 117
		asort($this->listeFichiers);
424 jpm 118
	}
119
 
428 jpm 120
	private function verifierFichier() {
121
		$donnees = $this->analyserFichier();
122
		$txt = $donnees['texte'];
123
		$this->verifierOuvertureFermetureBalise($txt);
124
		$this->verifierAbscenceEgale($txt);
125
		$this->verifierNumero($txt);
430 jpm 126
		// TODO : vérifier les noms vernauclaire qui sont abrégés
428 jpm 127
	}
128
 
129
	private function verifierOuvertureFermetureBalise($txt) {
130
		$b_ouvert = substr_count($txt, '<B>');
131
		$b_ferme = substr_count($txt, '</B>');
132
		if ($b_ouvert != $b_ferme) {
436 jpm 133
			$message = "{$this->fichierNum} contient $b_ouvert balises B ouvertes et $b_ferme fermées";
134
			$this->ajouterLogAnalyse($message);
428 jpm 135
		}
136
		$i_ouvert = substr_count($txt, '<I>');
137
		$i_ferme = substr_count($txt, '</I>');
138
		if ($i_ouvert != $i_ferme) {
436 jpm 139
			$message = "{$this->fichierNum} contient $i_ouvert balises I ouvertes et $i_ferme fermées";
140
			$this->ajouterLogAnalyse($message);
428 jpm 141
		}
142
	}
143
 
144
	private function verifierAbscenceEgale($txt) {
145
		if (strripos($txt, '=') === false) {
436 jpm 146
			$message = "{$this->fichierNum} ne contient pas le séparateur de phénologie (=)";
147
			$this->ajouterLogAnalyse($message);
428 jpm 148
		}
149
	}
150
 
151
	private function verifierNumero($txt) {
152
		if (preg_match('/^<B>[0-9]{1,4}. – /', $txt) == 0) {
436 jpm 153
			$message = "{$this->fichierNum} ne contient pas un numéro bien formaté";
154
			$this->ajouterLogAnalyse($message);
428 jpm 155
		}
156
	}
157
 
158
	private function extraireInfosCorrespondance() {
159
		$donnees = $this->analyserFichier();
160
		$infos = $this->infosCorrespondanceBase;
161
 
162
		$titre = $donnees['titre'];
430 jpm 163
		if (preg_match('/^Coste ([0-9]+) - ((?:(?! - ).)+) - F[0-9]+, (?:(?! - ).)+ - (G[0-9]+), T([123])[.]p([0-9]+)$/', $titre, $match)) {
428 jpm 164
			$infos['num_nom_coste'] = $match[1];
459 jpm 165
			$infos['num_nom_retenu_coste'] = $match[1];
428 jpm 166
			$infos['nom_sci'] = $match[2];
167
			$infos['num_tax_sup_coste'] = $match[3];
168
			$infos['tome'] = $match[4];
169
			$infos['page'] = $match[5];
170
		} else {
171
			$this->messages->traiterErreur("Le titre du fichier {$this->fichierNum} est mal formaté.");
172
		}
173
 
174
		$corres = $donnees['correspondance'];
430 jpm 175
		if (preg_match('/^Bdnff ([0-9]+) - (?:(?! - ).)+ - (?:(?! - ).)+ - Tax=([0-9]+)$/', $corres, $match)) {
428 jpm 176
			$infos['bdnff_nn'] = $match[1];
177
			$infos['bdnff_nt'] = $match[2];
178
		} else {
179
			$this->messages->traiterErreur("La correspondance du fichier {$this->fichierNum} est mal formatée.");
180
		}
181
 
182
		$txt = $donnees['texte'];
183
		$txt = $this->corrigerDescription($txt);
430 jpm 184
		if (preg_match('/^<B>[0-9]{1,4}[.] – ([^<]+)<\/B> ([^–]*)– (?:<I>([^<]+)<\/I>[.] – |<I>([^<]+)<\/I>( \([^)]+\))[.] – |[A-Z]|<I>(?:Sous-|Espèce|Turion|Souche|Plante|Feuille|Racine))/u', $txt, $match)) {
459 jpm 185
			$infos['nom_coste'] = trim($match[1]);
186
			$infos['rang'] = $this->obtenirRangNom($infos['nom_coste']);
430 jpm 187
			$infos['auteur_coste'] = trim($match[2]);
188
			$infos['nom_francais'] = isset($match[3]) ? $match[3] : '';
189
			$infos['nom_francais'] = isset($match[4]) && isset($match[5]) ? $match[4].$match[5] : $infos['nom_francais'];
190
			if (strpos($infos['auteur_coste'], '(' ) !== false) {
191
				if (preg_match('/^([^(]*)\(([^)]+)\)(?:[.]?| ; ((?:(?! – ).)+))$/', $infos['auteur_coste'], $match)) {
437 jpm 192
					$infos['auteur_coste'] = $this->traiterAuteur(trim($match[1]));
193
					$infos['auteur'] = $this->normaliserAuteur($infos['auteur_coste']);
430 jpm 194
					$parentheseContenu = trim($match[2]);
195
					if (preg_match('/^[0-9]+$/', $parentheseContenu)) {
196
						$infos['annee'] = $parentheseContenu;
197
					} else {
198
						$infos['synonymie_coste'] = $parentheseContenu;
199
						$infos['biblio_coste'] = isset($match[3]) ? trim($match[3]) : '';
200
					}
201
				} else {
202
					$this->messages->traiterErreur("L'auteur du nom sciencitifique du fichier {$this->fichierNum} est mal formaté.");
203
				}
204
			}
428 jpm 205
		} else {
206
			$this->messages->traiterErreur("La texte du fichier {$this->fichierNum} est mal formaté.");
207
		}
208
 
209
		$this->correspondance[] = $infos;
430 jpm 210
 
211
		if ($infos['synonymie_coste'] != '') {
212
			$this->traiterSynonymie($infos);
213
		}
428 jpm 214
	}
215
 
437 jpm 216
	private function normaliserAuteur($auteurCoste) {
430 jpm 217
		$auteur = '';
218
		if ($auteurCoste != '') {
437 jpm 219
			$auteur = str_replace(' et ', ' & ', $auteurCoste);
430 jpm 220
		}
221
		return $auteur;
222
	}
223
 
224
	private function traiterSynonymie($infos) {
225
		$synoCoste = $infos['synonymie_coste'];
226
		$synoCoste = preg_replace('/^et /', '', $synoCoste);
437 jpm 227
		$synoCoste = preg_replace('/^(([A-Z][.]|[A-Z]{3,}) [A-Z]{3,}(?:(?! et ).+)) et ([A-Z]{3,}) ((?![A-Z]{3,}).+)$/', '$1 ; $2 $3 $4', $synoCoste);
228
		$synoCoste = preg_replace('/ et ((?:[A-Z][.]|[A-Z]{3,}) [A-Z]{3,})/', ' ; $1', $synoCoste);
435 jpm 229
		$synoCoste = preg_replace('/, ((?:(?!non |part[.]|an |G[.] G[.]|part[.]|centr[.])[^,]+))/', ' ;$1', $synoCoste);
430 jpm 230
 
231
		$synonymes = explode(';', $synoCoste);
232
 
436 jpm 233
		foreach ($synonymes as $num => $syno) {
234
			$synoTraite = $this->traiterNomSyno($syno);
459 jpm 235
			$nomSci = $this->obtenirNomSci($synoTraite, $infos, $synonymes, $num);
236
			$rang = $this->obtenirRangNom($nomSci);
437 jpm 237
			$complementNom = $this->obtenirComplementNom($synoTraite);
459 jpm 238
			$auteurCoste = $this->obtenirAuteur($complementNom);
437 jpm 239
			$auteur = $this->normaliserAuteur($auteurCoste);
240
			$this->ajouterAuteur($auteur);
241
			$biblioCoste = $this->obtenirBiblio($complementNom);
459 jpm 242
			$annee = $this->extraireAnnee($complementNom);
437 jpm 243
 
430 jpm 244
			$infosSyno = $this->infosCorrespondanceBase;
459 jpm 245
			$infosSyno['nom_sci'] = $nomSci;
437 jpm 246
			$infosSyno['auteur'] = $auteur;
459 jpm 247
			$infosSyno['biblio_origine'] = $biblioCoste;
248
			$infosSyno['annee'] = $annee;
437 jpm 249
			$infosSyno['nom_addendum'] =  $this->obtenirNomAddendum($syno);
250
 
459 jpm 251
			$infosSyno['rang'] = $rang;
436 jpm 252
			$infosSyno['nom_coste'] = $synoTraite;
437 jpm 253
			$infosSyno['auteur_coste'] = $auteurCoste;
254
			$infosSyno['biblio_coste'] =  $biblioCoste;
436 jpm 255
			$infosSyno['num_nom_coste'] = $infos['num_nom_coste'].'.'.($num + 1);
256
			$infosSyno['num_nom_retenu_coste'] = $infos['num_nom_coste'];
257
			$this->ajouterLogSyno(implode("\t", $infosSyno));
430 jpm 258
			$this->correspondance[] = $infosSyno;
259
		}
260
	}
437 jpm 261
 
262
	private function traiterNomSyno($syno) {
263
		$syno = $this->nettoyerEspacesNomSyno($syno);
264
		$syno = preg_replace('/^(?:avec|(?:compr|incl)[.]) /', '', $syno);
265
		return $syno;
266
	}
430 jpm 267
 
437 jpm 268
	private function nettoyerEspacesNomSyno($syno) {
269
		$syno = trim($syno);
270
		$syno = trim($syno, ' ');
271
		return $syno;
272
	}
273
 
274
	private function obtenirComplementNom($syno) {
275
		$complementNom = '';
459 jpm 276
		if (preg_match('/^(?:[^ ]+ [^ ]+ (?:(?:var|V)[.] [^ ]+|STELATUM|MINUS)|[^ ]+ [^ ]+) (.+)$/', $syno, $match)) {
437 jpm 277
			$complementNom = $match[1];
278
		}
279
		return $complementNom;
280
	}
281
 
282
	private function obtenirBiblio($complementNom) {
283
		$biblioCoste = '';
284
		if (preg_match("/ (p[.] [0-9]{1,}|in .+||Fl[.] fr[.]|(?: Sp[.])? ed[.] [1-2])$/", $complementNom, $match)) {
285
			$biblioCoste = $match[1];
286
		}
287
		return $biblioCoste;
288
	}
289
 
459 jpm 290
	private function extraireAnnee($complementNom) {
291
		$annee = '';
292
		if (preg_match('/(?:^| )([0-9]+)$/', $complementNom, $match)) {
293
			$annee = $match[1];
294
		}
295
		return $annee;
296
	}
297
 
437 jpm 298
	private function obtenirAuteur($complementNom) {
299
		$auteurCoste = '';
459 jpm 300
		if ($complementNom != '') {
301
			if (preg_match("/^((?!(?:auct.+|(?:, )?(?:non|an) .+|p[.] p[.])$).+)$/", $complementNom, $match)) {
302
				$auteurCoste = $this->traiterAuteur($match[1]);
303
			} else {
304
				$message = "Impossible de récupérer l'auteur pour le complément de nom ($complementNom).";
305
				$this->ajouterLogProbleme($message);
306
			}
436 jpm 307
		}
437 jpm 308
		return $auteurCoste;
436 jpm 309
	}
310
 
437 jpm 311
	private function traiterAuteur($auteurCoste) {
312
		$auteur = '';
313
		if ($auteurCoste != '') {
314
			$remplacementTxt = array(' p. p.', ' saltem part.', 'Fl. fr.');
315
			$auteurCoste = str_replace($remplacementTxt, '', $auteurCoste);
316
			$remplacementsRegExp = array(
317
				' [0-9]{4}',
459 jpm 318
				'[^ ]+ et auct[.], .+',
437 jpm 319
				' auct.+',
320
				',? part[.]',
321
				' p[.] [0-9]{1,}',
322
				' in .+|,? (?:non|an) .+',
323
				'(?: Sp[.])? ed[.] [1-2]');
324
			$auteur = preg_replace('/(?:'.implode('|', $remplacementsRegExp).')$/', '', $auteurCoste);
325
		}
326
		return $auteur;
327
	}
328
 
436 jpm 329
	private function ajouterAuteur($auteur) {
330
		if (!isset($this->auteurs[$auteur])) {
331
			$this->auteurs[$auteur] = 1;
332
		} else {
333
			$this->auteurs[$auteur]++;
334
		}
335
	}
336
 
337
	private function obtenirNomAddendum($syno) {
437 jpm 338
		$syno = $this->nettoyerEspacesNomSyno($syno);
436 jpm 339
		$nomAddendum = array();
340
		if (preg_match('/^((?:compr|incl)[.]) /', $syno, $match)) {
341
			$nomAddendum[] = '['.$match[1].']';
342
		}
459 jpm 343
		if (preg_match('/ ([^ ]+ et auct[.], .+)$/', $syno, $match)) {
436 jpm 344
			$nomAddendum[] = '['.$match[1].']';
459 jpm 345
		} elseif (preg_match('/ (auct[.],? .+)$/', $syno, $match)) {
346
			$nomAddendum[] = '['.$match[1].']';
437 jpm 347
		} else if (preg_match('/,? ((?:non|an) .+)$/', $syno, $match)) {
436 jpm 348
			$nomAddendum[] = '['.$match[1].']';
349
		} else if (preg_match('/ (p[.] p[.])$/', $syno, $match)) {
350
			$nomAddendum[] = '['.$match[1].']';
351
		} else if (preg_match('/ (saltem part[.])$/', $syno, $match)) {
352
			$nomAddendum[] = '['.$match[1].']';
437 jpm 353
		} else if (preg_match('/,? (part[.])$/', $syno, $match)) {
354
			$nomAddendum[] = '['.$match[1].']';
436 jpm 355
		}
356
 
357
		$nomAddendum = implode(' ; ', $nomAddendum);
358
		return $nomAddendum;
359
	}
360
 
361
	private function remplacerAbreviationGenre($syno, $infos, $synonymes, $num) {
362
		$nomSci = $syno;
363
 
364
		if (preg_match('/^(([A-Zƌ])[.]) /', $syno, $matchSyno)) {
365
			if ($matchSyno[2] == substr($infos['nom_coste'], 0, 1)) {
366
				if (preg_match('/^([^ ]+) /', $infos['nom_coste'], $matchNomRetenu)) {
367
					$nomSci = str_replace($matchSyno[1], $matchNomRetenu[1], $syno);
368
				}
369
			} else {
370
				$synoPrecedent = $this->obtenirSynoAvecGenreComplet($synonymes, $num);
371
 
372
				if ($matchSyno[2] == substr($synoPrecedent, 0, 1)) {
373
					if (preg_match('/^([^ ]+) /', $synoPrecedent, $matchSynoPrec)) {
374
						$nomSci = str_replace($matchSyno[1], $matchSynoPrec[1], $syno);
375
					}
376
				} else {
377
					$message = "L'initiale du synonyme ($syno) ne correspondant pas au nom retenu {$infos['num_nom_coste']} ({$infos['nom_coste']}) ".
378
							"ni au synonyme précédent ($synoPrecedent).";
379
					$this->ajouterLogProbleme($message);
380
				}
381
			}
382
		}
383
		return $nomSci;
384
	}
385
 
386
	private function obtenirSynoAvecGenreComplet($synonymes, $num) {
387
		$synoPrecedent = '';
388
		$synoOk = false;
389
		while ($synoOk == false) {
390
			if ($num < 0) {
391
				$synoOk = true;
392
			}
393
			$synoPrecedent = $this->obtenirSynoPrecedent($synonymes, $num);
394
			if (preg_match('/^[A-Zƌ][.] /', $synoPrecedent)) {
395
				$num = $num - 1;
396
			} else {
397
				$synoOk = true;
398
			}
399
		}
400
		return $synoPrecedent;
401
	}
402
 
437 jpm 403
	private function obtenirSynoPrecedent($synonymes, $num) {
404
		$synoPrecedent = '';
405
		if (isset($synonymes[($num - 1 )])) {
406
			$synoPrecedent = $this->traiterNomSyno($synonymes[($num - 1 )]);
407
		}
408
		return $synoPrecedent;
409
	}
410
 
411
 
436 jpm 412
	private function obtenirNomSci($syno, $infos, $synonymes, $num) {
413
		$nomSci = $this->remplacerAbreviationGenre($syno, $infos, $synonymes, $num);
414
 
459 jpm 415
		if (preg_match('/^([^ ]+) ([^ ]+) (?:(?:var|V)[.] ([^ ]+)|(STELATUM||MINUS) )/', $nomSci, $match)) {
437 jpm 416
			$genre = $this->normaliserGenre($match[1]);
417
			$sp = $this->normaliserEpithete($match[2]);
418
			$infrasp = isset($match[4]) ? $match[4] : $match[3];
419
			$infrasp = $this->normaliserEpithete($infrasp);
436 jpm 420
			$nomSci = "$genre $sp var. $infrasp";
421
		} else if (preg_match('/^([^ ]+) ([^ ]+)(?: |$)/', $nomSci, $match)) {
437 jpm 422
			$genre = $this->normaliserGenre($match[1]);
423
			$sp = $this->normaliserEpithete($match[2]);
436 jpm 424
			$nomSci = "$genre $sp";
425
		} else {
426
			$message = "Le synonyme ($nomSci) du nom {$infos['num_nom_coste']} a une structure étrange.";
427
			$this->ajouterLogProbleme($message);
428
		}
429
		return $nomSci;
430
	}
431
 
437 jpm 432
	private function normaliserGenre($genre) {
433
		$genre = mb_convert_case(mb_strtolower($genre), MB_CASE_TITLE);
434
		$genre = str_replace('Æ', 'æ', $genre);
435
		return $genre;
436
	}
437
 
438
	private function normaliserEpithete($sp) {
439
		$sp = mb_strtolower($sp);
440
		$sp = str_replace('Æ', 'æ', $sp);
441
		return $sp;
442
	}
443
 
459 jpm 444
	private function obtenirRangNom($syno) {
436 jpm 445
		$rang = 290;
446
		if (strpos($syno, ' var. ')) {
447
			$rang = 340;
448
		}
449
		return $rang;
450
	}
451
 
428 jpm 452
	private function creerFichierCsvCorrespondance() {
453
		$lignes[] = implode("\t", array_keys($this->infosCorrespondanceBase));
454
		foreach ($this->correspondance as $infos) {
455
			$lignes[] = implode("\t", $infos);
456
		}
457
 
458
		$txt = '';
459
		$txt = implode("\n", $lignes);
460
		return $txt;
461
	}
462
 
463
	private function genererFichier() {
464
		$donnees = $this->analyserFichier();
465
 
466
		$txt = $this->nettoyerDescription($donnees['texte']);
467
		$txt = $this->corrigerDescription($txt);
468
		$txt = $this->remplacerHtmlParSyntaxeWiki($txt);
469
		$fichierTxt = $this->dossierBase.self::DOSSIER_DSC_TXT.$this->fichierNum.'.txt';
470
		file_put_contents($fichierTxt, $txt);
471
 
472
		unset($donnees['texte']);
473
		$txt = implode("\n", $donnees);
474
		$fichierTxt = $this->dossierBase.self::DOSSIER_DSC_TXT.$this->fichierNum.'.json';
424 jpm 475
		file_put_contents($fichierTxt, $txt);
476
	}
477
 
428 jpm 478
	private function analyserFichier() {
479
		$donnees = array('titre' => '', 'texte' => '', 'correspondance' => '');
480
		if ($fichierOuvert = fopen($this->fichier, 'r')) {
424 jpm 481
			$i = 1;
482
			while ($ligne = fgets($fichierOuvert)) {
483
				if ($i == 24) {
428 jpm 484
					$donnees['titre'] = $this->supprimerHtml($ligne);
430 jpm 485
				} elseif ($i >= 45 && $i <= 60) {
428 jpm 486
					$donnees['texte'] .= $this->traiterLigneDescription($ligne);
430 jpm 487
				} elseif ($i >= 61 && preg_match('/Bdnff /ui', $ligne)) {
428 jpm 488
					$donnees['correspondance'] = $this->supprimerHtml($ligne);
489
				}
424 jpm 490
				$i++;
491
			}
492
			fclose($fichierOuvert);
493
		} else {
428 jpm 494
			$this->messages->traiterErreur("Le fichier {$this->fichier} n'a pas pu être ouvert.");
424 jpm 495
		}
496
		return $donnees;
497
	}
498
 
428 jpm 499
	private function supprimerHtml($txt) {
500
		$txt = strip_tags($txt,'<b>,<i>');
501
		$txt = str_replace('&#173;', '', $txt);
502
		$txt = str_ireplace('&nbsp;', ' ', $txt);
503
		$txt = trim($txt);
504
		$txt = preg_replace('/^<\/I>/', '', $txt);
505
		$txt = html_entity_decode($txt, ENT_NOQUOTES, 'UTF-8');
506
		return $txt;
424 jpm 507
	}
508
 
428 jpm 509
	private function traiterLigneDescription($txt) {
510
		$txt = $this->supprimerHtml($txt);
511
		$txt = $txt."\n";
512
		return $txt;
513
	}
514
 
515
	private function nettoyerDescription($txt) {
516
		$txt = preg_replace("/\n{2,}+/", "\n", $txt);
424 jpm 517
		$txt = trim($txt);
518
		return $txt;
519
	}
428 jpm 520
 
521
	private function corrigerDescription($txt) {
522
		$txt = preg_replace("/– <I>([^.]+?)[.] – <\/I>/", "– <I>$1</I>. – ", $txt);
523
		$txt = preg_replace("/– <I>([^.]+?)[.] – ([A-Z])<\/I>/", "– <I>$1</I>. – $2", $txt);
524
		$txt = preg_replace("/– <I>([^.]+?) – <\/I>/", "– <I>$1</I>. – ", $txt);
525
		return $txt;
526
	}
527
 
528
	private function remplacerHtmlParSyntaxeWiki($txt) {
529
		$txt = str_replace(array('<B>', '</B>'), '**', $txt);
530
		$txt = str_replace(array('<I>', '</I>'), '//', $txt);
531
		return $txt;
532
	}
436 jpm 533
 
534
	private function ajouterLogAnalyse($txt) {
535
		if (isset($this->log['analyse']) == false) {
536
			$this->log['analyse'] = '';
537
		}
538
		$this->log['analyse'] .= "$txt\n";
539
	}
540
 
541
	private function ajouterLogSyno($txt) {
542
		if (isset($this->log['synonymes']) == false) {
543
			$this->log['synonymes'] = '';
544
		}
545
		$this->log['synonymes'] .= "$txt\n";
546
	}
547
 
548
	private function ajouterLogAuteur($txt) {
549
		if (isset($this->log['auteurs']) == false) {
550
			$this->log['auteurs'] = '';
551
		}
552
		$this->log['auteurs'] .= "$txt\n";
553
	}
554
 
555
	private function ajouterLogProbleme($txt) {
556
		if (isset($this->log['problemes']) == false) {
557
			$this->log['problemes'] = '';
558
		}
559
		$this->log['problemes'] .= "$txt\n";
560
	}
561
 
562
	private function ecrireLogs() {
563
		foreach ($this->log as $nom => $log) {
564
			$fichier = $this->dossierBase.self::DOSSIER_LOG.$nom.'.log';
565
			file_put_contents($fichier, $log);
566
		}
567
	}
424 jpm 568
}
569
?>