Changes

Jump to navigation Jump to search
831 bytes removed ,  14:53, 7 October 2022
Line 81: Line 81:     
== Implementation ==
 
== Implementation ==
Each taxonomy is implemented as simple text file.
+
Each taxonomy is implemented as simple text file. See [[Taxonomy implementation]]
 
  −
=== Formatting ===
  −
An example taxonomy file is presented below to illustrate the formatting.
  −
<pre>
  −
# stopwords
  −
stopwords:en: some,stopwords
  −
stopwords:fr: word,that,are,removed,when,matching
  −
 
  −
# synonyms that are not field values but that are contained in field values
  −
synonyms:en: global, international
  −
 
  −
en: value, a synonym value, another synonym value
  −
fr: valeur, une valeur synonyme, une autre valeur synonyme
  −
 
  −
<en: value
  −
en: a child value, a synonym for a child value
  −
fr: une valeur enfant, un synonyme d'une valeur enfant
  −
 
  −
<en: value
  −
en: another child value
  −
 
  −
<en: a child value
  −
<en: another child value
  −
en: a grand-child value
  −
 
  −
# properties
  −
en: value
  −
fr: valeur
  −
description:en: a property of value
  −
description:fr: french version of the property
  −
country_code:en: a property that is the same for all languages -> use English suffix en:
  −
wikidata:en:Q89
  −
 
  −
</pre>
      
==== Languages ====
 
==== Languages ====
3,390

edits

Navigation menu