Module: Relaton::Plateau

Defined in:
lib/relaton/plateau.rb,
lib/relaton/plateau/hit.rb,
lib/relaton/plateau/util.rb,
lib/relaton/plateau/cover.rb,
lib/relaton/plateau/parser.rb,
lib/relaton/plateau/bibitem.rb,
lib/relaton/plateau/fetcher.rb,
lib/relaton/plateau/version.rb,
lib/relaton/plateau/processor.rb,
lib/relaton/plateau/stagename.rb,
lib/relaton/plateau/xml_parser.rb,
lib/relaton/plateau/bibliography.rb,
lib/relaton/plateau/docidentifier.rb,
lib/relaton/plateau/document_type.rb,
lib/relaton/plateau/hash_converter.rb,
lib/relaton/plateau/handbook_parser.rb,
lib/relaton/plateau/technical_report_parser.rb

Defined Under Namespace

Modules: Bibliography, HashConverter, Util Classes: BibItem, Cover, Docidentifier, DocumentType, Error, Fetcher, HandbookParser, Hit, Parser, Processor, Stagename, TechnicalReportParser, XMLParser

Constant Summary collapse

VERSION =
"1.20.0"

Class Method Summary collapse

Class Method Details

.grammar_hashObject



20
21
22
# File 'lib/relaton/plateau.rb', line 20

def self.grammar_hash
  Digest::MD5.hexdigest Relaton::Plateau::VERSION + RelatonBib::VERSION # grammars
end