module Markers
Extended Modules
Defined in:
mod/markers.crInstance Method Summary
- #author_resp(author, author_resp = "")
- #description_to_xml(markers, xml, source, _type, data = {} of String => String)
- #extract_sense_tag_attributes(source)
- #get_tresp(tresp, author_datum)
- #load(markers : String | Nil = nil)
- #load_authors_data(authors_data_file : String | Nil = nil)
- #load_filters(filters : String | Nil = nil)
- #normalize_authors(markers)
- #oring_by_sep(separators)
- #regex_by_sep(separators)
- #split_text_by_authors(texts, authors, markers)
- #wrap_author(xml, author_datum)
- #wrap_cit(markers, acit, auth, tcit, tresp)
- #wrap_cit_tags(xml, markers, aquote, author, tquote, tresp, title = "", publisher = "", date = "", bibl_scope = "")
- #wrap_citation(markers, source)
- #wrap_definitions(xml, markers, text, refid = "")
- #wrap_definitions_with_ref(xml, markers, text, refid = "")
- #wrap_pgram_author(xml, markers, aquote, author, tquote, tresp)
- #wrap_sense_custom_tag(xml, text)
- #wrap_source(wraps, s)
Instance Method Detail
def wrap_cit_tags(xml, markers, aquote, author, tquote, tresp, title = "", publisher = "", date = "", bibl_scope = "")
#