From 54221b08b57ee07e17c2e116acfa53258ebaa027 Mon Sep 17 00:00:00 2001 From: Mutah Date: Fri, 12 Feb 2016 13:34:45 +0100 Subject: [PATCH] Add some documentation --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..af1a4c0 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +#Lexical-Attack + +Lexical Attack is a word display processor written with Processing, aimed at virtually shooting the spectator with a lexical field that comes from text statistics, like books or news articles. + +Here is an example : https://www.youtube.com/watch?v=OPIhew2TjJY + +It was made with the lexical field of Michel Foucault in "Discipline and Punish - The Birth of the Prison" (bundled in data/surveiller_et_punir.csv) + +# Instructions + +Input data is csv file with 2 columns : word text and score (count). + +The tool wordocc https://git.tetalab.org:8888/Mutah/wordocc can be used to produce such files from text input. + +# Customization + +Read the top of the lexical_attack.pde file to modify the input data and the look. + +