26
loading...
This website collects cookies to deliver better user experience
nsubj
or pobj
) or heads (lemma_ == "be"
). The constituents that are searched in the lyrics are found using spaCy's .noun_chunks
function. For both the title and the constituents, a random sample is taken (1 for the title and 5 for the constituents). # prompt: Potatoes are great food for worms and bugs in the ground.
[['potato', 'great food', 'worm', 'bug', 'ground'], ['great food', 'bug', 'ground'], ['worm', 'bug', 'ground'], ['potato', 'great food', 'worm', 'bug'], ['potato', 'worm', 'bug', 'ground'], ['great food', 'worm', 'bug', 'ground'], ['potato'], ['great food'], ['worm'], ['bug'], ['ground']]