So my question is, how can I create an English-MT dictionary that
includes all information, including pictures? Obviously, I can create a
database with English as the vernacular language, and MT as analysis
language, but this appears to be quite a roundabout way for solving a
very common need.
Andreas
Jeff S.
--
You received this message because you are subscribed to the discussion group
"FLEx list". This group is hosted by Google Groups and is open for anyone to
browse.
To post to this group, send email to flex...@googlegroups.com
To unsubscribe from this group, send email to
flex-list+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-list
If it's not usually one-to-one, you would need to do a rather
complicated transformation of an exported LIFT or SFM file, turning the
hierarchy inside out, and then importing that into a blank database.
A single vernacular entry such as the following would become four
English entries, presumably.
lexeme A
sense
reversal 1
reversal 2
sense
reversal 3
reversal 4
But it's not even that simple, because you wouldn't want duplicate
entries generated whenever another entry had the same reversals. Example:
lexeme B
sense
reversal 5
reversal 1
reversal 2
Now we'd want to have 5 English entries, not 7.
Jon