PHP code example of talan-hdf / semantic-suggestion

1. Go to this page and download the library: Download talan-hdf/semantic-suggestion library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

talan-hdf / semantic-suggestion example snippets


$GLOBALS['TYPO3_CONF_VARS']['LOG']['TalanHdf']['SemanticSuggestion']['writerConfiguration'] = [
    \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
        \TYPO3\CMS\Core\Log\Writer\FileWriter::class => [
            'logFile' => 'typo3temp/logs/semantic_suggestion.log'
        ],
    ],
];



## Commandes de test pour PageAnalysisService

### Test de tous les tests dans PageAnalysisServiceTest

Pour exécuter tous les tests dans la classe PageAnalysisServiceTest :



### Test avec un motif de nom

Pour exécuter tous les tests contenant "Similarity" dans leur nom :



### Exécution avec couverture de code

Pour exécuter les tests avec un rapport de couverture de code :