Ejemplo n.º 1
0
 def __init__(self,
              id = 'endnote',
              title = "EndNote's text format parser"
              ):
     """
     initializes including the regular expression patterns
     """
     BaseParser.__init__(self, id=id, title=title)
Ejemplo n.º 2
0
 def __init__(self,
              id = 'ris',
              title = "RIS format parser"
              ):
     """
     initializes including the regular expression patterns
     """
     BaseParser.__init__(self, id=id, title=title)
Ejemplo n.º 3
0
 def __init__(self,
              id = 'xml_mods',
              title = "XML(MODS) parser"
              ):
     """
     initializes including the regular expression patterns
     """
     BaseParser.__init__(self, id=id, title=title)
Ejemplo n.º 4
0
 def __init__(self, id='ris', title="RIS format parser"):
     """
     initializes including the regular expression patterns
     """
     BaseParser.__init__(self, id=id, title=title)