Script name: Split
Short description: The script splits the input file into multiple parts on a break point (currently a line break,i.e. \r?\n) defined in the following line in the code, which can be modified to suit the users' needs: text.split(/\r?\n/).each{ fileText ->
Version: 1.0
Creator: #LancsBox
External link: http://corpora.lancs.ac.uk/lancsbox