fpdb.conf 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # Copyright (c) 2003, WiseGuys Internet B.V.
  2. #
  3. # All rights reserved.
  4. #
  5. # Redistribution and use in source and binary forms, with or without
  6. # modification, are permitted provided that the following conditions are
  7. # met:
  8. #
  9. # - Redistributions of source code must retain the above copyright
  10. # notice, this list of conditions and the following disclaimer.
  11. #
  12. # - Redistributions in binary form must reproduce the above copyright
  13. # notice, this list of conditions and the following disclaimer in the
  14. # documentation and/or other materials provided with the distribution.
  15. #
  16. # - Neither the name of the WiseGuys Internet B.V. nor the names of its
  17. # contributors may be used to endorse or promote products derived from
  18. # this software without specific prior written permission.
  19. #
  20. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  21. # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  22. # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  23. # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  24. # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  25. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  26. # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  27. # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  28. # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  29. # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  30. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  31. #
  32. # A sample config file for the language models
  33. # provided with Gertjan van Noords language guesser
  34. # (http://odur.let.rug.nl/~vannoord/TextCat/)
  35. #
  36. # Notes:
  37. # - You may consider eliminating a couple of small languages from this
  38. # list because they cause false positives with big languages and are
  39. # bad for performance. (Do you really want to recognize Drents?)
  40. # - Putting the most probable languages at the top of the list
  41. # improves performance, because this will raise the threshold for
  42. # likely candidates more quickly.
  43. #
  44. # this file have been modified (to OOo by Jocelyn MERAND
  45. # joc.merATgmail.com) to include country and encoding
  46. # guess strings are made as following : language-country-encoding
  47. afrikaans.lm af--utf8
  48. albanian.lm sq--utf8
  49. amharic_utf.lm am--utf8
  50. arabic.lm ar--utf8
  51. basque.lm eu--utf8
  52. belarus.lm be--utf8
  53. bosnian.lm bs--utf8
  54. breton.lm br--utf8
  55. catalan.lm ca--utf8
  56. chinese_simplified.lm zh-CN-utf8
  57. chinese_traditional.lm zh-TW-utf8
  58. croatian.lm hr--utf8
  59. czech.lm cs--utf8
  60. danish.lm da--utf8
  61. dutch.lm nl--utf8
  62. english.lm en--utf8
  63. esperanto.lm eo--utf8
  64. estonian.lm et--utf8
  65. finnish.lm fi--utf8
  66. french.lm fr--utf8
  67. frisian.lm fy--utf8
  68. georgian.lm ka--utf8
  69. german.lm de--utf8
  70. greek.lm el--utf8
  71. hebrew.lm he--utf8
  72. hindi.lm hi--utf8
  73. hungarian.lm hu--utf8
  74. icelandic.lm is--utf8
  75. indonesian.lm id--utf8
  76. irish_gaelic.lm ga--utf8
  77. italian.lm it--utf8
  78. japanese.lm ja--utf8
  79. korean.lm ko--utf8
  80. latin.lm la--utf8
  81. latvian.lm lv--utf8
  82. lithuanian.lm lt--utf8
  83. luxembourgish.lm lb--utf8
  84. malay.lm ms--utf8
  85. manx_gaelic.lm gv--utf8
  86. marathi.lm mr--utf8
  87. mongolian_cyrillic.lm mn--utf8
  88. nepali.lm ne--utf8
  89. norwegian.lm nb--utf8 # Norwegian (Bokmal)
  90. persian.lm fa--utf8 # Farsi
  91. polish.lm pl--utf8
  92. portuguese.lm pt-PT-utf8
  93. quechua.lm qu--utf8
  94. romanian.lm ro--utf8
  95. romansh.lm rm--utf8
  96. russian.lm ru--utf8
  97. sanskrit.lm sa--utf8
  98. scots.lm sco--utf8
  99. scots_gaelic.lm gd--utf8
  100. serbian.lm sr--utf-8
  101. serbian-latin.lm sh--utf-8
  102. slovak_ascii.lm sk-SK-utf8
  103. slovenian.lm sl--utf8
  104. spanish.lm es--utf8
  105. swahili.lm sw--utf8
  106. swedish.lm sv--utf8
  107. tagalog.lm tl--utf8
  108. tamil.lm ta--utf8
  109. thai.lm th--utf8
  110. turkish.lm tr--utf8
  111. ukrainian.lm uk--utf8
  112. vietnamese.lm vi--utf8
  113. welsh.lm cy--utf8
  114. yiddish_utf.lm yi--utf8
  115. zulu.lm zu--utf8