Class: Midos::Writer::ThesaurusX

Inherits:
Thesaurus show all
Defined in:
lib/midos/writer.rb

Constant Summary collapse

PROLOGUE =
{
  'MTX-PARAMETER' => '',
  :BEZ            => 'MIDOS Thesaurus',
  :KOM            => ' / ',
  :TXL            => 0,
  :REL            => '',
  nil             => %w[
    TT1|Topterm|TT1||||||
    BT1|Oberbegriff|BT1||||||
    NT1|Unterbegriff|NT1||||||
    RT1|Verwandter\ Begriff|RT1||||||
    SY1|Synonym1|SY1|SY1FOR|||||
  ]
}
EPILOGUE =
{}
NAME =
:BEZ

Constants inherited from Thesaurus

Midos::Writer::Thesaurus::RESOLVE_FROM, Midos::Writer::Thesaurus::RESOLVE_TO

Constants inherited from Midos::Writer

DEFAULT_IO

Instance Attribute Summary

Attributes inherited from Thesaurus

#epilogue, #prologue

Attributes inherited from Base

#auto_id, #fs, #io, #key, #le, #nl, #rs, #vs

Method Summary

Methods inherited from Thesaurus

#initialize, #instruct!, open, write

Methods inherited from Midos::Writer

#[]=, #initialize, open, #put, transform, #vs=, write, #write, write_file

Methods inherited from Base

#initialize, #reset

Constructor Details

This class inherits a constructor from Midos::Writer::Thesaurus