Newer
Older
# This is an example config for running orcasong. It's not intended
# to be used for actual large-scale productions.
# the mode to run orcasong in; either 'graph' or 'image'
mode="graph"
# arguments for FileGraph or FileBinner can be put here
# (see orcasong.core for a list of parameters)
# can also give the arguments of orcasong.core.BaseProcessor,
# which are shared between modes
chunksize=16
# built-in extractor function to use (see orcasong.from_toml.EXTRACTORS)
# arguments for setting up the extractor function can go here. None in this case.