CreateCreated by : Pierre André Ménard Date : November 5, 2009 Version : 0.1 -------------------------------------------------- FlatCorpusExtractor V0.1 -------------------------------------------------- The plugin was tested with Gate 5.1 build 3346 on Windows XP. It was only used with corpus pipeline. Parameters description : AnnotationSetName (string) : The source annotation set name AnnotationTagName (String) : The tag name from the source annotation set ExtractPosition (Boolean) : Add the starting and ending position to each exported line. ExtractPrePost (Boolean) : Add the strings that come before (PreContextOffset for length) and after (PostContextOffset for length) the exported annotation. ExtractProperties (Boolean) : Add the value of the fields specified in PropertyList to each exported line. Blank are inserted if a property does not exist for a annotation. OutputFilePath (uRL) : The full path to the target folder. PostContextOffset (String) : The number of text's characters to export after each annotation. PreContextOffset (String) : The number of text's characters to export before each annotation. PrefixWithFilename (Boolean) : Add the processed file name to each exported line. PropertyList (String) : The comma seperated list of the properties to extract Separator (String) : The single character ot character string to add between each field. Beware of common separator for unwanted skip if you export properties of pre/post context. SuffixForOutputFile (String) : File extension to use with the exported files.