As an anonymous user, you can only add new data. If you would like to also modify existing data, please create an account and indicate your languages on your user page.

Help:Introduction to OmegaWiki

From OmegaWiki
(Redirected from Help:OmegaWiki)
Jump to: navigation, search

OmegaWiki is a multilingual dictionary aiming to describe all words of all languages with definitions in all languages. The data is stored in a relational database. It runs on WikiLexicalData, an extension of MediaWiki.

The software is opensource and the data is free. The key idea of OmegaWiki is to be based around concepts (which we call DefinedMeaning) rather than around words (which we call Expression). This is what makes it truly multilingual.

Another advantage of OmegaWiki with regard to traditional wikis is that data is stored in a relational database. For a computer, this means that the data is easy to retrieve, analyze and reuse. For a human, it means that the pages showing definitions are not fixed in a given language, but can be easily generated dynamically in any language. If you set the interface to French, you see the definitions in French, but contribute to the same data as e.g. another contributor having the interface in English.

Currently anyone is able to edit and add data to OmegaWiki. However, to be able to modify or delete existing data, the account need to be manually approved, because the rollback functionality is not yet implemented.

OmegaWiki is privately hosted and currently not supported by any organization. If you are a non-profit organization interested in supporting OmegaWiki (basically, we just need a structure to which donations can be made), please contact User:Kipcool.

What OmegaWiki is[edit]

OmegaWiki is ...

... a dictionary
it contains words and their definitions. See for example Expression:word.
... a translation dictionary
if you type a word in a foreign language, such as "λόγος", you will see a list of definitions in your language, as well as translation in your language and many other languages.
... a thesaurus
It has indications of hypernyms, hyponyms, antonyms, etc. In Expression:African elephant, The word Expression:elephant is given as hypernym.
... an illustrated dictionary
See Expression:mouse. Each definition can have its own image.

What OmegaWiki is not[edit]

OmegaWiki is not...

... for neologisms
Words that are entered in OmegaWiki must already exist in a published source.
... a place to advertise for your company
It is also free of Google ads.

History[edit]

See also Help:Advantage of OmegaWiki over Wiktionary

The idea of OmegaWiki was born out of frustration with Wiktionary. Many Wiktionary projects worked together in using templates to indicate the non-language specific information. The labels of this information were indicated using templates. It proved useful; much information was copied from one project to another. It became problematic when updates happened. It had to be done manually in all participating projects. Given that the ISO 639-6 recognises in between 7,000 and 8,000 languages, it just does not scale.

Features of OmegaWiki[edit]

See: Features of OmegaWiki.

There is also a roadmap for features to be implemented in the future.

The advantage of being based on concepts[edit]

Let's assume the following editing process:

  1. A native English person defines the word "fan" with two definitions: (1) "A device that provides air circulation" and (2) "A person who likes a particular interest or activity".
  2. A French contributor, who speaks English, indicates that "ventilateur" is a French translation of (1) and that "fan" is a translation of (2).
  3. A German contributor, who speaks English, indicates that "Ventilator" is a German translation of (1) and that "Fan" is a translation of (2).

Since it is based on concepts, we now also have the information that "ventilateur" is a French translation of the German "Ventilator", without the need to have a contributor who speaks both French and German adding that. On the other hand, French "ventilateur" and German "Fan" will not be connected in any way, even though they both translate in English as "fan".

So, by building a French-English and German-English dictionary, we are also building a German-French dictionary. If we add an Italian contributor, we build 3 more bilingual dictionaries... this is exponential.

Other annotations such as images, hypernyms, antonyms, etc. are also not language-specific information, but rather concept-specific information. In OmegaWiki, if you add an image of a "fan" (1), you do not add the image to the English word "fan", but rather directly to the concept "A device that provides air circulation". Therefore, the image will also be shown as an image for French "ventilateur" and German "Ventilator".

Technology[edit]

The requirements were to be able to update information once, and have the resulting information available for everyone. To make this possible, it would be required to have user interfaces for all languages and, in order to store the information once, to use a relational database for the information.

At the same time, we want to maintain the functionality of a Wiki and, given the background, the functionality of MediaWiki. For that, we use an extension called WikiLexicalData. This extension offers structured data in a wiki format. "Structured data" means that the data can be easily read and organized by a computer, which makes it possible to separate data and interface, and have the data available in many languages.

See also[edit]