Grammar Informed Sound Effect Retrieval for SoundScape Generation Demo¶
Requirements¶
spacy>=2.0.0
Installation¶
Install clausiepy
git clone git@github.com:mmxgn/clausiepy.git cd clausiepy python3 setup.py build python3 setup.py install [--user]
Demo¶
Edit demo.py to change the quote if needed, and then run:
python3 demo.py
You will get something like:
Queries: Crows feeding on rubbish Crows feeding Crows rubbish Crows feeding at garbage dump garbage dump
Which you can use to search on freesound or the library of your choice.
Citing work¶
In the chance you are citing this work or use this in your work, please cite current work (see DMRN+13 proceedings) and
also:
Del Corro Luciano, and Rainer Gemulla: "Clausie: clause-based open information extraction." Proceedings of the 22nd international conference on World Wide Web. ACM, 2013.
since clausiepy is based on that paper.