Skip to content
Permalink
Browse files

Update copyright notice

  • Loading branch information
pemistahl committed Nov 3, 2019
1 parent 768045b commit 50ed4b10f2e11cfc63034d35985567df17c9d6d3
Showing with 698 additions and 752 deletions.
  1. +1 βˆ’1 LICENSE
  2. +2 βˆ’2 build.gradle.kts
  3. +2 βˆ’2 gradle.properties
  4. +2 βˆ’2 settings.gradle.kts
  5. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/App.kt
  6. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/api/IsoCode639_1.kt
  7. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/api/IsoCode639_3.kt
  8. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/api/Language.kt
  9. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/api/LanguageDetector.kt
  10. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/api/LanguageDetectorBuilder.kt
  11. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/internal/Alphabet.kt
  12. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/internal/model/Ngram.kt
  13. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/internal/model/TestDataLanguageModel.kt
  14. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/internal/model/TrainingDataLanguageModel.kt
  15. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/internal/util/CorpusUtils.kt
  16. +2 βˆ’2 src/main/kotlin/com/github/pemistahl/lingua/internal/util/extension/StringExtensions.kt
  17. +2 βˆ’2 src/python-scripts/draw_accuracy_plots.py
  18. +2 βˆ’2 src/python-scripts/write_accuracy_table.py
  19. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/api/LanguageDetectorBuilderTest.kt
  20. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/api/LanguageDetectorTest.kt
  21. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/api/LanguageTest.kt
  22. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/internal/math/FractionTest.kt
  23. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/internal/model/LanguageModelTest.kt
  24. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/internal/model/NgramTest.kt
  25. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/AbstractLanguageDetectionAccuracyReport.kt
  26. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/LanguageDetectorImplementation.kt
  27. +2 βˆ’2 ...test/kotlin/com/github/pemistahl/lingua/report/config/AbstractAfrikaansDetectionAccuracyReport.kt
  28. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractAlbanianDetectionAccuracyReport.kt
  29. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractArabicDetectionAccuracyReport.kt
  30. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractBasqueDetectionAccuracyReport.kt
  31. +2 βˆ’2 ...est/kotlin/com/github/pemistahl/lingua/report/config/AbstractBelarusianDetectionAccuracyReport.kt
  32. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractBengaliDetectionAccuracyReport.kt
  33. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractBokmalDetectionAccuracyReport.kt
  34. +2 βˆ’2 ...test/kotlin/com/github/pemistahl/lingua/report/config/AbstractBulgarianDetectionAccuracyReport.kt
  35. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractCatalanDetectionAccuracyReport.kt
  36. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractChineseDetectionAccuracyReport.kt
  37. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractCroatianDetectionAccuracyReport.kt
  38. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractCzechDetectionAccuracyReport.kt
  39. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractDanishDetectionAccuracyReport.kt
  40. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractDutchDetectionAccuracyReport.kt
  41. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractEnglishDetectionAccuracyReport.kt
  42. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractEstonianDetectionAccuracyReport.kt
  43. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractFinnishDetectionAccuracyReport.kt
  44. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractFrenchDetectionAccuracyReport.kt
  45. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractGermanDetectionAccuracyReport.kt
  46. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractGreekDetectionAccuracyReport.kt
  47. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractGujaratiDetectionAccuracyReport.kt
  48. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractHebrewDetectionAccuracyReport.kt
  49. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractHindiDetectionAccuracyReport.kt
  50. +2 βˆ’2 ...test/kotlin/com/github/pemistahl/lingua/report/config/AbstractHungarianDetectionAccuracyReport.kt
  51. +2 βˆ’2 ...test/kotlin/com/github/pemistahl/lingua/report/config/AbstractIcelandicDetectionAccuracyReport.kt
  52. +2 βˆ’2 ...est/kotlin/com/github/pemistahl/lingua/report/config/AbstractIndonesianDetectionAccuracyReport.kt
  53. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractIrishDetectionAccuracyReport.kt
  54. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractItalianDetectionAccuracyReport.kt
  55. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractJapaneseDetectionAccuracyReport.kt
  56. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractKoreanDetectionAccuracyReport.kt
  57. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractLatinDetectionAccuracyReport.kt
  58. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractLatvianDetectionAccuracyReport.kt
  59. +2 βˆ’2 ...est/kotlin/com/github/pemistahl/lingua/report/config/AbstractLithuanianDetectionAccuracyReport.kt
  60. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractMalayDetectionAccuracyReport.kt
  61. +2 βˆ’2 ...test/kotlin/com/github/pemistahl/lingua/report/config/AbstractNorwegianDetectionAccuracyReport.kt
  62. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractNynorskDetectionAccuracyReport.kt
  63. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractPersianDetectionAccuracyReport.kt
  64. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractPolishDetectionAccuracyReport.kt
  65. +2 βˆ’2 ...est/kotlin/com/github/pemistahl/lingua/report/config/AbstractPortugueseDetectionAccuracyReport.kt
  66. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractPunjabiDetectionAccuracyReport.kt
  67. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractRomanianDetectionAccuracyReport.kt
  68. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractRussianDetectionAccuracyReport.kt
  69. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractSlovakDetectionAccuracyReport.kt
  70. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractSloveneDetectionAccuracyReport.kt
  71. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractSomaliDetectionAccuracyReport.kt
  72. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractSpanishDetectionAccuracyReport.kt
  73. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractSwedishDetectionAccuracyReport.kt
  74. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractTagalogDetectionAccuracyReport.kt
  75. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractTamilDetectionAccuracyReport.kt
  76. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractTeluguDetectionAccuracyReport.kt
  77. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractThaiDetectionAccuracyReport.kt
  78. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractTurkishDetectionAccuracyReport.kt
  79. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractUrduDetectionAccuracyReport.kt
  80. +2 βˆ’2 ...est/kotlin/com/github/pemistahl/lingua/report/config/AbstractVietnameseDetectionAccuracyReport.kt
  81. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/config/AbstractWelshDetectionAccuracyReport.kt
  82. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/AfrikaansDetectionAccuracyReport.kt
  83. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/AlbanianDetectionAccuracyReport.kt
  84. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/ArabicDetectionAccuracyReport.kt
  85. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/BasqueDetectionAccuracyReport.kt
  86. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/BelarusianDetectionAccuracyReport.kt
  87. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/BengaliDetectionAccuracyReport.kt
  88. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/BokmalDetectionAccuracyReport.kt
  89. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/BulgarianDetectionAccuracyReport.kt
  90. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/CatalanDetectionAccuracyReport.kt
  91. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/ChineseDetectionAccuracyReport.kt
  92. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/CroatianDetectionAccuracyReport.kt
  93. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/CzechDetectionAccuracyReport.kt
  94. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/DanishDetectionAccuracyReport.kt
  95. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/DutchDetectionAccuracyReport.kt
  96. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/EnglishDetectionAccuracyReport.kt
  97. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/EstonianDetectionAccuracyReport.kt
  98. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/FinnishDetectionAccuracyReport.kt
  99. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/FrenchDetectionAccuracyReport.kt
  100. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/GermanDetectionAccuracyReport.kt
  101. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/GreekDetectionAccuracyReport.kt
  102. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/GujaratiDetectionAccuracyReport.kt
  103. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/HebrewDetectionAccuracyReport.kt
  104. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/HindiDetectionAccuracyReport.kt
  105. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/HungarianDetectionAccuracyReport.kt
  106. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/IcelandicDetectionAccuracyReport.kt
  107. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/IndonesianDetectionAccuracyReport.kt
  108. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/IrishDetectionAccuracyReport.kt
  109. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/ItalianDetectionAccuracyReport.kt
  110. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/JapaneseDetectionAccuracyReport.kt
  111. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/KoreanDetectionAccuracyReport.kt
  112. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/LatinDetectionAccuracyReport.kt
  113. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/LatvianDetectionAccuracyReport.kt
  114. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/LithuanianDetectionAccuracyReport.kt
  115. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/MalayDetectionAccuracyReport.kt
  116. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/NorwegianDetectionAccuracyReport.kt
  117. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/NynorskDetectionAccuracyReport.kt
  118. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/PersianDetectionAccuracyReport.kt
  119. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/PolishDetectionAccuracyReport.kt
  120. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/PortugueseDetectionAccuracyReport.kt
  121. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/PunjabiDetectionAccuracyReport.kt
  122. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/RomanianDetectionAccuracyReport.kt
  123. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/RussianDetectionAccuracyReport.kt
  124. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/SlovakDetectionAccuracyReport.kt
  125. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/SloveneDetectionAccuracyReport.kt
  126. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/SomaliDetectionAccuracyReport.kt
  127. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/SpanishDetectionAccuracyReport.kt
  128. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/SwedishDetectionAccuracyReport.kt
  129. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/TagalogDetectionAccuracyReport.kt
  130. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/TamilDetectionAccuracyReport.kt
  131. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/TeluguDetectionAccuracyReport.kt
  132. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/ThaiDetectionAccuracyReport.kt
  133. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/TurkishDetectionAccuracyReport.kt
  134. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/UrduDetectionAccuracyReport.kt
  135. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/VietnameseDetectionAccuracyReport.kt
  136. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/lingua/WelshDetectionAccuracyReport.kt
  137. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/AfrikaansDetectionAccuracyReport.kt
  138. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/AlbanianDetectionAccuracyReport.kt
  139. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/ArabicDetectionAccuracyReport.kt
  140. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/BasqueDetectionAccuracyReport.kt
  141. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/BelarusianDetectionAccuracyReport.kt
  142. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/BengaliDetectionAccuracyReport.kt
  143. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/BokmalDetectionAccuracyReport.kt
  144. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/BulgarianDetectionAccuracyReport.kt
  145. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/CatalanDetectionAccuracyReport.kt
  146. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/ChineseDetectionAccuracyReport.kt
  147. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/CroatianDetectionAccuracyReport.kt
  148. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/CzechDetectionAccuracyReport.kt
  149. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/DanishDetectionAccuracyReport.kt
  150. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/DutchDetectionAccuracyReport.kt
  151. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/EnglishDetectionAccuracyReport.kt
  152. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/EstonianDetectionAccuracyReport.kt
  153. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/FinnishDetectionAccuracyReport.kt
  154. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/FrenchDetectionAccuracyReport.kt
  155. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/GermanDetectionAccuracyReport.kt
  156. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/GreekDetectionAccuracyReport.kt
  157. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/GujaratiDetectionAccuracyReport.kt
  158. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/HebrewDetectionAccuracyReport.kt
  159. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/HindiDetectionAccuracyReport.kt
  160. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/HungarianDetectionAccuracyReport.kt
  161. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/IcelandicDetectionAccuracyReport.kt
  162. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/IndonesianDetectionAccuracyReport.kt
  163. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/IrishDetectionAccuracyReport.kt
  164. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/ItalianDetectionAccuracyReport.kt
  165. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/JapaneseDetectionAccuracyReport.kt
  166. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/KoreanDetectionAccuracyReport.kt
  167. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/LatinDetectionAccuracyReport.kt
  168. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/LatvianDetectionAccuracyReport.kt
  169. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/LithuanianDetectionAccuracyReport.kt
  170. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/MalayDetectionAccuracyReport.kt
  171. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/NorwegianDetectionAccuracyReport.kt
  172. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/NynorskDetectionAccuracyReport.kt
  173. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/PersianDetectionAccuracyReport.kt
  174. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/PolishDetectionAccuracyReport.kt
  175. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/PortugueseDetectionAccuracyReport.kt
  176. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/PunjabiDetectionAccuracyReport.kt
  177. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/RomanianDetectionAccuracyReport.kt
  178. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/RussianDetectionAccuracyReport.kt
  179. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/SlovakDetectionAccuracyReport.kt
  180. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/SloveneDetectionAccuracyReport.kt
  181. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/SomaliDetectionAccuracyReport.kt
  182. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/SpanishDetectionAccuracyReport.kt
  183. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/SwedishDetectionAccuracyReport.kt
  184. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/TagalogDetectionAccuracyReport.kt
  185. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/TamilDetectionAccuracyReport.kt
  186. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/TeluguDetectionAccuracyReport.kt
  187. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/ThaiDetectionAccuracyReport.kt
  188. +3 βˆ’4 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/TurkishDetectionAccuracyReport.kt
  189. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/UrduDetectionAccuracyReport.kt
  190. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/VietnameseDetectionAccuracyReport.kt
  191. +2 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/opennlp/WelshDetectionAccuracyReport.kt
  192. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/AfrikaansDetectionAccuracyReport.kt
  193. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/AlbanianDetectionAccuracyReport.kt
  194. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/ArabicDetectionAccuracyReport.kt
  195. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/BasqueDetectionAccuracyReport.kt
  196. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/BelarusianDetectionAccuracyReport.kt
  197. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/BengaliDetectionAccuracyReport.kt
  198. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/BulgarianDetectionAccuracyReport.kt
  199. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/CatalanDetectionAccuracyReport.kt
  200. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/ChineseDetectionAccuracyReport.kt
  201. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/CroatianDetectionAccuracyReport.kt
  202. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/CzechDetectionAccuracyReport.kt
  203. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/DanishDetectionAccuracyReport.kt
  204. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/DutchDetectionAccuracyReport.kt
  205. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/EnglishDetectionAccuracyReport.kt
  206. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/EstonianDetectionAccuracyReport.kt
  207. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/FinnishDetectionAccuracyReport.kt
  208. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/FrenchDetectionAccuracyReport.kt
  209. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/GermanDetectionAccuracyReport.kt
  210. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/GreekDetectionAccuracyReport.kt
  211. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/GujaratiDetectionAccuracyReport.kt
  212. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/HebrewDetectionAccuracyReport.kt
  213. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/HindiDetectionAccuracyReport.kt
  214. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/HungarianDetectionAccuracyReport.kt
  215. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/IcelandicDetectionAccuracyReport.kt
  216. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/IndonesianDetectionAccuracyReport.kt
  217. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/IrishDetectionAccuracyReport.kt
  218. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/ItalianDetectionAccuracyReport.kt
  219. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/JapaneseDetectionAccuracyReport.kt
  220. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/KoreanDetectionAccuracyReport.kt
  221. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/LatvianDetectionAccuracyReport.kt
  222. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/LithuanianDetectionAccuracyReport.kt
  223. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/MalayDetectionAccuracyReport.kt
  224. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/NorwegianDetectionAccuracyReport.kt
  225. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/PersianDetectionAccuracyReport.kt
  226. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/PolishDetectionAccuracyReport.kt
  227. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/PortugueseDetectionAccuracyReport.kt
  228. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/PunjabiDetectionAccuracyReport.kt
  229. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/RomanianDetectionAccuracyReport.kt
  230. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/RussianDetectionAccuracyReport.kt
  231. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/SlovakDetectionAccuracyReport.kt
  232. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/SloveneDetectionAccuracyReport.kt
  233. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/SomaliDetectionAccuracyReport.kt
  234. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/SpanishDetectionAccuracyReport.kt
  235. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/SwedishDetectionAccuracyReport.kt
  236. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/TagalogDetectionAccuracyReport.kt
  237. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/TamilDetectionAccuracyReport.kt
  238. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/TeluguDetectionAccuracyReport.kt
  239. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/ThaiDetectionAccuracyReport.kt
  240. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/TurkishDetectionAccuracyReport.kt
  241. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/UrduDetectionAccuracyReport.kt
  242. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/VietnameseDetectionAccuracyReport.kt
  243. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/optimaize/WelshDetectionAccuracyReport.kt
  244. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/AfrikaansDetectionAccuracyReport.kt
  245. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/AlbanianDetectionAccuracyReport.kt
  246. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/ArabicDetectionAccuracyReport.kt
  247. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/BasqueDetectionAccuracyReport.kt
  248. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/BelarusianDetectionAccuracyReport.kt
  249. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/BengaliDetectionAccuracyReport.kt
  250. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/BulgarianDetectionAccuracyReport.kt
  251. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/CatalanDetectionAccuracyReport.kt
  252. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/ChineseDetectionAccuracyReport.kt
  253. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/CroatianDetectionAccuracyReport.kt
  254. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/CzechDetectionAccuracyReport.kt
  255. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/DanishDetectionAccuracyReport.kt
  256. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/DutchDetectionAccuracyReport.kt
  257. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/EnglishDetectionAccuracyReport.kt
  258. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/EstonianDetectionAccuracyReport.kt
  259. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/FinnishDetectionAccuracyReport.kt
  260. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/FrenchDetectionAccuracyReport.kt
  261. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/GermanDetectionAccuracyReport.kt
  262. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/GreekDetectionAccuracyReport.kt
  263. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/GujaratiDetectionAccuracyReport.kt
  264. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/HebrewDetectionAccuracyReport.kt
  265. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/HindiDetectionAccuracyReport.kt
  266. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/HungarianDetectionAccuracyReport.kt
  267. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/IcelandicDetectionAccuracyReport.kt
  268. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/IndonesianDetectionAccuracyReport.kt
  269. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/IrishDetectionAccuracyReport.kt
  270. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/ItalianDetectionAccuracyReport.kt
  271. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/JapaneseDetectionAccuracyReport.kt
  272. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/KoreanDetectionAccuracyReport.kt
  273. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/LatvianDetectionAccuracyReport.kt
  274. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/LithuanianDetectionAccuracyReport.kt
  275. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/MalayDetectionAccuracyReport.kt
  276. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/NorwegianDetectionAccuracyReport.kt
  277. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/PersianDetectionAccuracyReport.kt
  278. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/PolishDetectionAccuracyReport.kt
  279. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/PortugueseDetectionAccuracyReport.kt
  280. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/PunjabiDetectionAccuracyReport.kt
  281. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/RomanianDetectionAccuracyReport.kt
  282. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/RussianDetectionAccuracyReport.kt
  283. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/SlovakDetectionAccuracyReport.kt
  284. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/SloveneDetectionAccuracyReport.kt
  285. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/SomaliDetectionAccuracyReport.kt
  286. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/SpanishDetectionAccuracyReport.kt
  287. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/SwedishDetectionAccuracyReport.kt
  288. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/TagalogDetectionAccuracyReport.kt
  289. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/TamilDetectionAccuracyReport.kt
  290. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/TeluguDetectionAccuracyReport.kt
  291. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/ThaiDetectionAccuracyReport.kt
  292. +3 βˆ’3 src/test/kotlin/com/github/pemistahl/lingua/report/tika/TurkishDetectionAccuracyReport.kt
  293. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/UrduDetectionAccuracyReport.kt
  294. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/VietnameseDetectionAccuracyReport.kt
  295. +2 βˆ’2 src/test/kotlin/com/github/pemistahl/lingua/report/tika/WelshDetectionAccuracyReport.kt
  296. +2 βˆ’2 src/test/resources/junit-platform.properties
@@ -196,6 +196,6 @@

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
See the License for the specific language governing permissions and
limitations under the License.
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,4 +1,4 @@
# Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
# Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -8,7 +8,7 @@
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,4 +1,4 @@
# Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
# Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -8,7 +8,7 @@
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

@@ -1,4 +1,4 @@
# Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
# Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -8,7 +8,7 @@
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,16 +9,16 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.github.pemistahl.lingua.internal.math

import org.junit.jupiter.api.Test
import org.assertj.core.api.Assertions.assertThat
import org.assertj.core.api.Assertions.assertThatExceptionOfType
import org.junit.jupiter.api.Test

class FractionTest {

@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Peter M. Stahl pemistahl@googlemail.com
* Copyright Β© 2018-2019 Peter M. Stahl pemistahl@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

0 comments on commit 50ed4b1

Please sign in to comment.
You can’t perform that action at this time.