Jean-Francois Leveque

Configuration plus complète

...@@ -23,8 +23,12 @@ ...@@ -23,8 +23,12 @@
23 23
24 <properties> 24 <properties>
25 <parameters.filename>Parametres.properties</parameters.filename> 25 <parameters.filename>Parametres.properties</parameters.filename>
26 + <collectionComplete.filename>CompletCollection.csv</collectionComplete.filename>
27 + <ratingComplete.filename>CompletNotation.csv</ratingComplete.filename>
26 <collectionSample.filename>EchantillonCollection.csv</collectionSample.filename> 28 <collectionSample.filename>EchantillonCollection.csv</collectionSample.filename>
27 <ratingSample.filename>EchantillonNotation.csv</ratingSample.filename> 29 <ratingSample.filename>EchantillonNotation.csv</ratingSample.filename>
30 + <collectionAnnotated.filename>AnnoteCollection.csv</collectionAnnotated.filename>
31 + <ratingAnnotated.filename>AnnoteNotation.csv</ratingAnnotated.filename>
28 <recommandations.filename>Recommandations.csv</recommandations.filename> 32 <recommandations.filename>Recommandations.csv</recommandations.filename>
29 <coverage.filename>Couverture.txt</coverage.filename> 33 <coverage.filename>Couverture.txt</coverage.filename>
30 </properties> 34 </properties>
......