@fromSchema --action PlayAction --type "most likely" --facets "sentence structure, artist, track, slang" --count 50 --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely.txt

@fromSchema --action PlayAction --type "most likely long and chatty" --facets "phrase structure, word order" --count 50 --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely_long.txt

@fromSchema --action PlayAction --type "most likely long with slang" --facets "phrase structure, word order, slang" --count 50 --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely_long_slang.txt

@fromSchema --action PlayAction --type "most likely long with slang" --facets "phrase structure, word order, slang" --count 50 --example "Yo, I wanna hear some Debussy man!" --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely_slang2.txt

@fromSchema --action PlayAction --type "most likely" --count 50 --facets "phrase structure, track number (between 1 and 20), word order" --example "Play the third track on Rio by Duran Duran" --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely_track_number.txt

@fromSchema --action PlayAction --type "most likely" --count 100 --facets "phrase structure, mood, word order, teenage slang" --example "Please play the track Rio by Duran Duran" --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely_track_chatty.txt

@fromSchema --action PlayAction --type "most likely" --count 100 --facets "assertion, song, band, teenage slang" --example "Please play the track Rio by Duran Duran" --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely_track_chatty2.txt

@fromSchema --action PlayAction --type "most likely" --count 100 --facets "assertion, song, band, word order" --example "Please play the track Rio by Duran Duran" --existing ..\data\player\handwritten.txt --output ..\data\player\raw\most_likely_2.txt

@fromSchema --action PlayAction --type "most likely" --count 100 --facets "artist, assertion, word order" --example "Please play the track Rio by Duran Duran" --existing ..\data\player\handwritten.txt --output ..\data\player\most_likely_3.txt

@fromSchema --type "most likely" --count 100 --facets "assertion, politeness, word order" --example "Would you be so kind as to play some Bach?" --output ..\data\player\raw\most_likely_politeness.txt

@fromSchema --type "most likely" --count 100 --facets "conversational elements and slang" --example "Like, I wanna hear, like some Crystal Method and stuff like that" --output ..\data\player\raw\most_likely_conversational.txt

# Expansions
@fromSchema --type "most likely" --count 25 --facets "Artist, Album, Composer, Genre, phrase structure" --examplePath "..\data\player\raw\most_likely_politeness.txt" --output "..\data\player\raw\most_likely_politeness_expand.txt"

@fromSchema --type "most likely" --count 25 --facets "Artist, Album, Composer, Genre, phrase structure" --examplePath "..\data\player\raw\most_likely_conversational.txt" --output "..\data\player\raw\most_likely_conversational_expand.txt"
