Top Level Namespace
Included Modules
Extended Modules
Defined in:
Constant Summary
-
DEF_SUFFIX =
"-#{DEF_TAG}"
-
DEF_TAG =
"norm"
-
FILTERED_SUFFIX =
""
-
FILTERED_TAG =
"FILTERED"
-
NORM_SUFFIX =
"-#{NORM_TAG}"
-
NORM_TAG =
"norm"
-
REBUILDED_SUFFIX =
""
-
REBUILDED_TAG =
"REBUILDED"
Method Summary
Instance methods inherited from module ASCIIFolder
comparing(s1 : String, s2 : String, replacement = "_")
comparing,
maintaining(str = "")
maintaining,
replacing(str = "", replacement = "")
replacing
Instance methods inherited from module Markers
author_resp(author, author_resp = "")
author_resp,
description_to_xml(markers, xml, source, _type, data = {} of String => String)
description_to_xml,
extract_sense_tag_attributes(source)
extract_sense_tag_attributes,
get_tresp(tresp, author_datum)
get_tresp,
load(markers : String | Nil = nil)
load,
load_authors_data(authors_data_file : String | Nil = nil)
load_authors_data,
load_filters(filters : String | Nil = nil)
load_filters,
normalize_authors(markers)
normalize_authors,
oring_by_sep(separators)
oring_by_sep,
regex_by_sep(separators)
regex_by_sep,
split_text_by_authors(texts, authors, markers)
split_text_by_authors,
wrap_author(xml, author_datum)
wrap_author,
wrap_cit(markers, acit, auth, tcit, tresp)
wrap_cit,
wrap_cit_tags(xml, markers, aquote, author, tquote, tresp, title = "", publisher = "", date = "", bibl_scope = "")
wrap_cit_tags,
wrap_citation(markers, source)
wrap_citation,
wrap_definitions(xml, markers, text, refid = "")
wrap_definitions,
wrap_definitions_with_ref(xml, markers, text, refid = "")
wrap_definitions_with_ref,
wrap_pgram_author(xml, markers, aquote, author, tquote, tresp)
wrap_pgram_author,
wrap_sense_custom_tag(xml, text)
wrap_sense_custom_tag,
wrap_source(wraps, s)
wrap_source
Method Detail
def run!(infilename, outfilename, rebuildfile, jsonfile, yamlfile, teilexfile, teilex_yamlfile, teilex_jsonfile, export_filtered, splitting, verbose, norm_phases, markers, filters, filter_compare, tree_output, markers_file, filters_file)
#