Class: DictionaryEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/raramorph/dictionary_entry.rb

Constant Summary collapse

@@split_regex =
Regexp.compile("\\+")

Instance Attribute Summary collapse

Instance Attribute Details

#entryObject (readonly)

Constructs a Dictionary Entry



9
10
11
# File 'lib/raramorph/dictionary_entry.rb', line 9

def entry
  @entry
end

#glossObject (readonly)

Constructs a Dictionary Entry



9
10
11
# File 'lib/raramorph/dictionary_entry.rb', line 9

def gloss
  @gloss
end

#glossesObject (readonly)

Constructs a Dictionary Entry



9
10
11
# File 'lib/raramorph/dictionary_entry.rb', line 9

def glosses
  @glosses
end

#lemma_idObject (readonly)

Constructs a Dictionary Entry



9
10
11
# File 'lib/raramorph/dictionary_entry.rb', line 9

def lemma_id
  @lemma_id
end

#morphologyObject (readonly)

Constructs a Dictionary Entry



9
10
11
# File 'lib/raramorph/dictionary_entry.rb', line 9

def morphology
  @morphology
end

#posObject (readonly)

Constructs a Dictionary Entry



9
10
11
# File 'lib/raramorph/dictionary_entry.rb', line 9

def pos
  @pos
end

#vocalizationObject (readonly)

Constructs a Dictionary Entry



9
10
11
# File 'lib/raramorph/dictionary_entry.rb', line 9

def vocalization
  @vocalization
end