-
Notifications
You must be signed in to change notification settings - Fork 6
module__FSOVFileReader
#org.bibliome.alvisnlp.modules.FSOVFileReader
Project-specific text file reader.
org.bibliome.alvisnlp.modules.FSOVFileReader reads text files in the same way as TextFileReader. Additionally, for each file read, it also reads metadata in a file with the same name with the .xml extension.
Optional
Type: SourceStream
Path to the source directory or source file.
Optional
Type: InputDirectory
Directory where to find metadata files.
Optional
Type: Mapping
Constant features to add to each document created by this module
Optional
Type: Mapping
Constant features to add to each section created by this module
Optional
Type: Integer
Maximum number of lines per document.
Optional
Type: Integer
Maximum number of characters per document. No limit if not set.
Default value: body
Type: String
Name of the section containing the contents of the document.
Default value: UTF-8
Type: String
Character set of the input files.
Default value: title
Type: String
Name of the section containing the title of the document.