You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
4.1 KiB
YAML

2 years ago
# houses and princes
# input (read only) datasets
houses:
type: yaml.YAMLDataSet
filepath: data/01_raw/yaml/houses.yaml
2 years ago
houses_trigram:
type: json.JSONDataSet
filepath: data/01_raw/json/house_trigram.json
prince_bigram:
type: json.JSONDataSet
filepath: data/01_raw/json/prince_bigram.json
# ________________________________________________________________________
# BOURBON
3 years ago
# input (read only) dataset
bourbon:
type: actesdataset.XMLDataSetCollection
housename: bourbon
folderpath: data/01_raw/xml/Bourbon
xsltstylesheet: templates/xsl/actes_princiers.xsl
# input (read only) dataset
bourbon_json:
type: actesdataset.BsXMLDataSetCollection
housename: bourbon
folderpath: data/01_raw/xml/Bourbon
# _________________________________________________________________________
3 years ago
# output (write) **pseudo xml** dataset
3 years ago
bourbon_xmlcontent:
type: actesdataset.XMLDataSetCollection
housename: bourbon
folderpath: data/02_intermediate/Bourbon/pseudoxml
xsltstylesheet: templates/xsl/actes_princiers.xsl
3 years ago
# input (read) **pseudo xml** dataset
# as it is **not** regular xml, an xml loader cannot be used
3 years ago
bourbon_pseudoxmlcontent:
type: actesdataset.TextDataSetCollection
housename: bourbon
folderpath: data/02_intermediate/Bourbon/pseudoxml
3 years ago
3 years ago
# input (read) and output (write) dataset
3 years ago
bourbon_jsonoutput:
3 years ago
type: actesdataset.JSONDataSetCollection
3 years ago
housename: bourbon
folderpath: data/02_intermediate/Bourbon/json
3 years ago
# output (write) and input (read) dataset
3 years ago
bourbon_fulljsonoutput:
type: actesdataset.JSONDataSetCollection
housename: bourbon
folderpath: data/02_intermediate/Bourbon/fulljson
3 years ago
# ________________________________________________________________________
# BERRY
# input (read only) dataset
berry:
type: actesdataset.XMLDataSetCollection
housename: berry
folderpath: data/01_raw/xml/Berry
xsltstylesheet: templates/xsl/actes_princiers.xsl
# input (read only) dataset
berry_json:
type: actesdataset.BsXMLDataSetCollection
housename: berry
folderpath: data/01_raw/xml/Berry
# _________________________________________________________________________
# output (write) **pseudo xml** dataset
berry_xmlcontent:
type: actesdataset.XMLDataSetCollection
housename: berry
folderpath: data/02_intermediate/Berry/pseudoxml
xsltstylesheet: templates/xsl/actes_princiers.xsl
# input (read) **pseudo xml** dataset
# as it is **not** regular xml, an xml loader cannot be used
berry_pseudoxmlcontent:
type: actesdataset.TextDataSetCollection
housename: berry
folderpath: data/02_intermediate/Berry/pseudoxml
# input (read) and output (write) dataset
berry_jsonoutput:
type: actesdataset.JSONDataSetCollection
housename: berry
folderpath: data/02_intermediate/Berry/json
# output (write) and input (read) dataset
berry_fulljsonoutput:
type: actesdataset.JSONDataSetCollection
housename: berry
folderpath: data/02_intermediate/Berry/fulljson
3 years ago
# ________________________________________________________________________
# ANJOU
# input (read only) dataset
anjou:
type: actesdataset.XMLDataSetCollection
housename: anjou
folderpath: data/01_raw/xml/Anjou
xsltstylesheet: templates/xsl/actes_princiers.xsl
# input (read only) dataset
anjou_json:
type: actesdataset.BsXMLDataSetCollection
housename: anjou
folderpath: data/01_raw/xml/Anjou
3 years ago
# _________________________________________________________________________
# output (write) **pseudo xml** dataset
anjou_xmlcontent:
type: actesdataset.XMLDataSetCollection
housename: anjou
folderpath: data/02_intermediate/Anjou/pseudoxml
xsltstylesheet: templates/xsl/actes_princiers.xsl
# input (read) **pseudo xml** dataset
# as it is **not** regular xml, an xml loader cannot be used
anjou_pseudoxmlcontent:
type: actesdataset.TextDataSetCollection
housename: anjou
folderpath: data/02_intermediate/Anjou/pseudoxml
# input (read) and output (write) dataset
anjou_jsonoutput:
type: actesdataset.JSONDataSetCollection
housename: anjou
folderpath: data/02_intermediate/Anjou/json
# output (write) and input (read) dataset
anjou_fulljsonoutput:
type: actesdataset.JSONDataSetCollection
housename: anjou
folderpath: data/02_intermediate/Anjou/fulljson