module Markers

Extended Modules

Defined in:

mod/markers.cr

Instance Method Summary

Instance Method Detail

def author_resp(author, author_resp = "") #

[View source]
def description_to_xml(markers, xml, source, _type, data = {} of String => String) #

[View source]
def extract_sense_tag_attributes(source) #

[View source]
def get_tresp(tresp, author_datum) #

[View source]
def load(markers : String | Nil = nil) #

[View source]
def load_authors_data(authors_data_file : String | Nil = nil) #

[View source]
def load_filters(filters : String | Nil = nil) #

[View source]
def normalize_authors(markers) #

[View source]
def oring_by_sep(separators) #

[View source]
def regex_by_sep(separators) #

[View source]
def split_text_by_authors(texts, authors, markers) #

[View source]
def wrap_author(xml, author_datum) #

[View source]
def wrap_cit(markers, acit, auth, tcit, tresp) #

[View source]
def wrap_cit_tags(xml, markers, aquote, author, tquote, tresp, title = "", publisher = "", date = "", bibl_scope = "") #

[View source]
def wrap_citation(markers, source) #

[View source]
def wrap_definitions(xml, markers, text, refid = "") #

[View source]
def wrap_definitions_with_ref(xml, markers, text, refid = "") #

[View source]
def wrap_pgram_author(xml, markers, aquote, author, tquote, tresp) #

[View source]
def wrap_sense_custom_tag(xml, text) #

[View source]
def wrap_source(wraps, s) #

[View source]