|
|
This project is the home for the development of an XML schema for the storing of lexical information, as used in the creation of dictionaries. It also includes a .net library for working with LIFT (parsing, validating, & migrating).
What is LIFT?
LIFT (Lexicon Interchange FormaT) is an XML format for storing lexical information, as used in the creation of dictionaries. It's not necessarily the format for your lexicon. That can be tied to whatever program you're using. But LIFT allows you to move that data between programs (hence the term 'interchange').
LIFT is also a decent archiving option. Not because it will be around in 50 years, but because people will still be able to read it with any text editor and easily make use of it, even then. (You think that's true of your non-SOLID Standard Format file? We should have a chat.)
LIFT has been designed to have a long life but also to be relatively easy to convert to and from existing lexicon formats, particularly Multi-Dictionary Formatter (MDF) and FieldWorks Language Explorer.
Programs that support LIFT
- WeSay uses LIFT as its primary format. More info here.
- FieldWorks Language Explorer (FLEx) has a growing ability to import and export to LIFT. There are plans to support actual merging of LIFt files into existing FLEx projects. More info here.
- Lexique Pro has some level of LIFT support (todo: verify the status of this).
Utilities for working with LIFT
Details
The LIFt standard is still evolving, as developers work with it. The most recent version is always available in the repository, as an ODF-format writeup and RelaxNG schema.
