Add fuzzy and text-classification light model #1
					 1 changed files with 2 additions and 2 deletions
				
			
		improve fuzzy lamp
				commit
				
					
					
						413abe2ef2
					
				
			
		|  | @ -14,11 +14,11 @@ MUSIQUE_GENRE_LONG = ["synthpop", "jazz classique", "jazz manouche", "chanson la | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| def compute_sentences_lamp_on(): | def compute_sentences_lamp_on(): | ||||||
|     return ["allume la lumière de la" + room for room in ROOMS] |     return ["allume la lumière de la" + room for room in ROOMS] + ["allume la" + room for room in ROOMS] | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| def compute_sentences_lamp_off(): | def compute_sentences_lamp_off(): | ||||||
|     return ["éteins la lumière de la" + room for room in ROOMS] |     return ["éteins la lumière de la" + room for room in ROOMS] + ["éteins la" + room for room in ROOMS] | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| def compute_sentences_musique_genre_long(): | def compute_sentences_musique_genre_long(): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue