mailwoman 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2219) hide show
  1. package/out/bin/cli.d.ts +8 -0
  2. package/out/bin/cli.d.ts.map +1 -0
  3. package/out/bin/cli.js.map +1 -0
  4. package/out/classification/AdjacentClassification.d.ts +11 -0
  5. package/out/classification/AdjacentClassification.d.ts.map +1 -0
  6. package/out/classification/AdjacentClassification.js +11 -0
  7. package/out/classification/AdjacentClassification.js.map +1 -0
  8. package/out/classification/AdjacentClassification.test.d.ts +7 -0
  9. package/out/classification/AdjacentClassification.test.d.ts.map +1 -0
  10. package/out/classification/AdjacentClassification.test.js +16 -0
  11. package/out/classification/AdjacentClassification.test.js.map +1 -0
  12. package/out/classification/AlphaClassification.d.ts +11 -0
  13. package/out/classification/AlphaClassification.d.ts.map +1 -0
  14. package/out/classification/AlphaClassification.js +11 -0
  15. package/out/classification/AlphaClassification.js.map +1 -0
  16. package/out/classification/AlphaClassification.test.d.ts +7 -0
  17. package/out/classification/AlphaClassification.test.d.ts.map +1 -0
  18. package/out/classification/AlphaClassification.test.js +16 -0
  19. package/out/classification/AlphaClassification.test.js.map +1 -0
  20. package/out/classification/AlphaNumericClassification.d.ts +11 -0
  21. package/out/classification/AlphaNumericClassification.d.ts.map +1 -0
  22. package/out/classification/AlphaNumericClassification.js +11 -0
  23. package/out/classification/AlphaNumericClassification.js.map +1 -0
  24. package/out/classification/AlphaNumericClassification.test.d.ts +7 -0
  25. package/out/classification/AlphaNumericClassification.test.d.ts.map +1 -0
  26. package/out/classification/AlphaNumericClassification.test.js +16 -0
  27. package/out/classification/AlphaNumericClassification.test.js.map +1 -0
  28. package/out/classification/AreaClassification.d.ts +11 -0
  29. package/out/classification/AreaClassification.d.ts.map +1 -0
  30. package/out/classification/AreaClassification.js +11 -0
  31. package/out/classification/AreaClassification.js.map +1 -0
  32. package/out/classification/AreaClassification.test.d.ts +7 -0
  33. package/out/classification/AreaClassification.test.d.ts.map +1 -0
  34. package/out/classification/AreaClassification.test.js +16 -0
  35. package/out/classification/AreaClassification.test.js.map +1 -0
  36. package/out/classification/ChainClassification.d.ts +11 -0
  37. package/out/classification/ChainClassification.d.ts.map +1 -0
  38. package/out/classification/ChainClassification.js +11 -0
  39. package/out/classification/ChainClassification.js.map +1 -0
  40. package/out/classification/ChainClassification.test.d.ts +7 -0
  41. package/out/classification/ChainClassification.test.d.ts.map +1 -0
  42. package/out/classification/ChainClassification.test.js +16 -0
  43. package/out/classification/ChainClassification.test.js.map +1 -0
  44. package/out/classification/Classification.d.ts +85 -0
  45. package/out/classification/Classification.d.ts.map +1 -0
  46. package/out/classification/Classification.js +46 -0
  47. package/out/classification/Classification.js.map +1 -0
  48. package/out/classification/Classification.test.d.ts +7 -0
  49. package/out/classification/Classification.test.d.ts.map +1 -0
  50. package/out/classification/Classification.test.js +16 -0
  51. package/out/classification/Classification.test.js.map +1 -0
  52. package/out/classification/CountryClassification.d.ts +13 -0
  53. package/out/classification/CountryClassification.d.ts.map +1 -0
  54. package/out/classification/CountryClassification.js +15 -0
  55. package/out/classification/CountryClassification.js.map +1 -0
  56. package/out/classification/CountryClassification.test.d.ts +7 -0
  57. package/out/classification/CountryClassification.test.d.ts.map +1 -0
  58. package/out/classification/CountryClassification.test.js +16 -0
  59. package/out/classification/CountryClassification.test.js.map +1 -0
  60. package/out/classification/DependencyClassification.d.ts +12 -0
  61. package/out/classification/DependencyClassification.d.ts.map +1 -0
  62. package/out/classification/DependencyClassification.js +12 -0
  63. package/out/classification/DependencyClassification.js.map +1 -0
  64. package/out/classification/DependencyClassification.test.d.ts +7 -0
  65. package/out/classification/DependencyClassification.test.d.ts.map +1 -0
  66. package/out/classification/DependencyClassification.test.js +16 -0
  67. package/out/classification/DependencyClassification.test.js.map +1 -0
  68. package/out/classification/DirectionalClassification.d.ts +11 -0
  69. package/out/classification/DirectionalClassification.d.ts.map +1 -0
  70. package/out/classification/DirectionalClassification.js +11 -0
  71. package/out/classification/DirectionalClassification.js.map +1 -0
  72. package/out/classification/DirectionalClassification.test.d.ts +7 -0
  73. package/out/classification/DirectionalClassification.test.d.ts.map +1 -0
  74. package/out/classification/DirectionalClassification.test.js +16 -0
  75. package/out/classification/DirectionalClassification.test.js.map +1 -0
  76. package/out/classification/EndTokenClassification.d.ts +11 -0
  77. package/out/classification/EndTokenClassification.d.ts.map +1 -0
  78. package/out/classification/EndTokenClassification.js +11 -0
  79. package/out/classification/EndTokenClassification.js.map +1 -0
  80. package/out/classification/EndTokenClassification.test.d.ts +7 -0
  81. package/out/classification/EndTokenClassification.test.d.ts.map +1 -0
  82. package/out/classification/EndTokenClassification.test.js +16 -0
  83. package/out/classification/EndTokenClassification.test.js.map +1 -0
  84. package/out/classification/EndTokenSingleCharacterClassification.d.ts +11 -0
  85. package/out/classification/EndTokenSingleCharacterClassification.d.ts.map +1 -0
  86. package/out/classification/EndTokenSingleCharacterClassification.js +11 -0
  87. package/out/classification/EndTokenSingleCharacterClassification.js.map +1 -0
  88. package/out/classification/EndTokenSingleCharacterClassification.test.d.ts +7 -0
  89. package/out/classification/EndTokenSingleCharacterClassification.test.d.ts.map +1 -0
  90. package/out/classification/EndTokenSingleCharacterClassification.test.js +16 -0
  91. package/out/classification/EndTokenSingleCharacterClassification.test.js.map +1 -0
  92. package/out/classification/GivenNameClassification.d.ts +11 -0
  93. package/out/classification/GivenNameClassification.d.ts.map +1 -0
  94. package/out/classification/GivenNameClassification.js +11 -0
  95. package/out/classification/GivenNameClassification.js.map +1 -0
  96. package/out/classification/GivenNameClassification.test.d.ts +7 -0
  97. package/out/classification/GivenNameClassification.test.d.ts.map +1 -0
  98. package/out/classification/GivenNameClassification.test.js +16 -0
  99. package/out/classification/GivenNameClassification.test.js.map +1 -0
  100. package/out/classification/HouseNumberClassification.d.ts +12 -0
  101. package/out/classification/HouseNumberClassification.d.ts.map +1 -0
  102. package/out/classification/HouseNumberClassification.js +12 -0
  103. package/out/classification/HouseNumberClassification.js.map +1 -0
  104. package/out/classification/HouseNumberClassification.test.d.ts +7 -0
  105. package/out/classification/HouseNumberClassification.test.d.ts.map +1 -0
  106. package/out/classification/HouseNumberClassification.test.js +16 -0
  107. package/out/classification/HouseNumberClassification.test.js.map +1 -0
  108. package/out/classification/IntersectionClassification.d.ts +11 -0
  109. package/out/classification/IntersectionClassification.d.ts.map +1 -0
  110. package/out/classification/IntersectionClassification.js +11 -0
  111. package/out/classification/IntersectionClassification.js.map +1 -0
  112. package/out/classification/IntersectionClassification.test.d.ts +7 -0
  113. package/out/classification/IntersectionClassification.test.d.ts.map +1 -0
  114. package/out/classification/IntersectionClassification.test.js +16 -0
  115. package/out/classification/IntersectionClassification.test.js.map +1 -0
  116. package/out/classification/LevelClassification.d.ts +12 -0
  117. package/out/classification/LevelClassification.d.ts.map +1 -0
  118. package/out/classification/LevelClassification.js +12 -0
  119. package/out/classification/LevelClassification.js.map +1 -0
  120. package/out/classification/LevelTypeClassification.d.ts +11 -0
  121. package/out/classification/LevelTypeClassification.d.ts.map +1 -0
  122. package/out/classification/LevelTypeClassification.js +11 -0
  123. package/out/classification/LevelTypeClassification.js.map +1 -0
  124. package/out/classification/LocalityClassification.d.ts +12 -0
  125. package/out/classification/LocalityClassification.d.ts.map +1 -0
  126. package/out/classification/LocalityClassification.js +12 -0
  127. package/out/classification/LocalityClassification.js.map +1 -0
  128. package/out/classification/LocalityClassification.test.d.ts +7 -0
  129. package/out/classification/LocalityClassification.test.d.ts.map +1 -0
  130. package/out/classification/LocalityClassification.test.js +16 -0
  131. package/out/classification/LocalityClassification.test.js.map +1 -0
  132. package/out/classification/MiddleInitialClassification.d.ts +11 -0
  133. package/out/classification/MiddleInitialClassification.d.ts.map +1 -0
  134. package/out/classification/MiddleInitialClassification.js +11 -0
  135. package/out/classification/MiddleInitialClassification.js.map +1 -0
  136. package/out/classification/MiddleInitialClassification.test.d.ts +7 -0
  137. package/out/classification/MiddleInitialClassification.test.d.ts.map +1 -0
  138. package/out/classification/MiddleInitialClassification.test.js +16 -0
  139. package/out/classification/MiddleInitialClassification.test.js.map +1 -0
  140. package/out/classification/MultiStreetClassification.d.ts +12 -0
  141. package/out/classification/MultiStreetClassification.d.ts.map +1 -0
  142. package/out/classification/MultiStreetClassification.js +12 -0
  143. package/out/classification/MultiStreetClassification.js.map +1 -0
  144. package/out/classification/MultiStreetClassification.test.d.ts +7 -0
  145. package/out/classification/MultiStreetClassification.test.d.ts.map +1 -0
  146. package/out/classification/MultiStreetClassification.test.js +16 -0
  147. package/out/classification/MultiStreetClassification.test.js.map +1 -0
  148. package/out/classification/NumericClassification.d.ts +11 -0
  149. package/out/classification/NumericClassification.d.ts.map +1 -0
  150. package/out/classification/NumericClassification.js +11 -0
  151. package/out/classification/NumericClassification.js.map +1 -0
  152. package/out/classification/NumericClassification.test.d.ts +7 -0
  153. package/out/classification/NumericClassification.test.d.ts.map +1 -0
  154. package/out/classification/NumericClassification.test.js +16 -0
  155. package/out/classification/NumericClassification.test.js.map +1 -0
  156. package/out/classification/OrdinalClassification.d.ts +11 -0
  157. package/out/classification/OrdinalClassification.d.ts.map +1 -0
  158. package/out/classification/OrdinalClassification.js +11 -0
  159. package/out/classification/OrdinalClassification.js.map +1 -0
  160. package/out/classification/OrdinalClassification.test.d.ts +7 -0
  161. package/out/classification/OrdinalClassification.test.d.ts.map +1 -0
  162. package/out/classification/OrdinalClassification.test.js +16 -0
  163. package/out/classification/OrdinalClassification.test.js.map +1 -0
  164. package/out/classification/PersonClassification.d.ts +11 -0
  165. package/out/classification/PersonClassification.d.ts.map +1 -0
  166. package/out/classification/PersonClassification.js +11 -0
  167. package/out/classification/PersonClassification.js.map +1 -0
  168. package/out/classification/PersonClassification.test.d.ts +7 -0
  169. package/out/classification/PersonClassification.test.d.ts.map +1 -0
  170. package/out/classification/PersonClassification.test.js +16 -0
  171. package/out/classification/PersonClassification.test.js.map +1 -0
  172. package/out/classification/PersonalSuffixClassification.d.ts +11 -0
  173. package/out/classification/PersonalSuffixClassification.d.ts.map +1 -0
  174. package/out/classification/PersonalSuffixClassification.js +11 -0
  175. package/out/classification/PersonalSuffixClassification.js.map +1 -0
  176. package/out/classification/PersonalSuffixClassification.test.d.ts +7 -0
  177. package/out/classification/PersonalSuffixClassification.test.d.ts.map +1 -0
  178. package/out/classification/PersonalSuffixClassification.test.js +16 -0
  179. package/out/classification/PersonalSuffixClassification.test.js.map +1 -0
  180. package/out/classification/PersonalTitleClassification.d.ts +11 -0
  181. package/out/classification/PersonalTitleClassification.d.ts.map +1 -0
  182. package/out/classification/PersonalTitleClassification.js +11 -0
  183. package/out/classification/PersonalTitleClassification.js.map +1 -0
  184. package/out/classification/PersonalTitleClassification.test.d.ts +7 -0
  185. package/out/classification/PersonalTitleClassification.test.d.ts.map +1 -0
  186. package/out/classification/PersonalTitleClassification.test.js +16 -0
  187. package/out/classification/PersonalTitleClassification.test.js.map +1 -0
  188. package/out/classification/PlaceClassification.d.ts +11 -0
  189. package/out/classification/PlaceClassification.d.ts.map +1 -0
  190. package/out/classification/PlaceClassification.js +11 -0
  191. package/out/classification/PlaceClassification.js.map +1 -0
  192. package/out/classification/PlaceClassification.test.d.ts +7 -0
  193. package/out/classification/PlaceClassification.test.d.ts.map +1 -0
  194. package/out/classification/PlaceClassification.test.js +16 -0
  195. package/out/classification/PlaceClassification.test.js.map +1 -0
  196. package/out/classification/PostcodeClassification.d.ts +12 -0
  197. package/out/classification/PostcodeClassification.d.ts.map +1 -0
  198. package/out/classification/PostcodeClassification.js +12 -0
  199. package/out/classification/PostcodeClassification.js.map +1 -0
  200. package/out/classification/PostcodeClassification.test.d.ts +7 -0
  201. package/out/classification/PostcodeClassification.test.d.ts.map +1 -0
  202. package/out/classification/PostcodeClassification.test.js +16 -0
  203. package/out/classification/PostcodeClassification.test.js.map +1 -0
  204. package/out/classification/PunctuationClassification.d.ts +11 -0
  205. package/out/classification/PunctuationClassification.d.ts.map +1 -0
  206. package/out/classification/PunctuationClassification.js +11 -0
  207. package/out/classification/PunctuationClassification.js.map +1 -0
  208. package/out/classification/PunctuationClassification.test.d.ts +7 -0
  209. package/out/classification/PunctuationClassification.test.d.ts.map +1 -0
  210. package/out/classification/PunctuationClassification.test.js +16 -0
  211. package/out/classification/PunctuationClassification.test.js.map +1 -0
  212. package/out/classification/RegionClassification.d.ts +12 -0
  213. package/out/classification/RegionClassification.d.ts.map +1 -0
  214. package/out/classification/RegionClassification.js +12 -0
  215. package/out/classification/RegionClassification.js.map +1 -0
  216. package/out/classification/RegionClassification.test.d.ts +7 -0
  217. package/out/classification/RegionClassification.test.d.ts.map +1 -0
  218. package/out/classification/RegionClassification.test.js +16 -0
  219. package/out/classification/RegionClassification.test.js.map +1 -0
  220. package/out/classification/RoadTypeClassification.d.ts +11 -0
  221. package/out/classification/RoadTypeClassification.d.ts.map +1 -0
  222. package/out/classification/RoadTypeClassification.js +11 -0
  223. package/out/classification/RoadTypeClassification.js.map +1 -0
  224. package/out/classification/RoadTypeClassification.test.d.ts +7 -0
  225. package/out/classification/RoadTypeClassification.test.d.ts.map +1 -0
  226. package/out/classification/RoadTypeClassification.test.js +15 -0
  227. package/out/classification/RoadTypeClassification.test.js.map +1 -0
  228. package/out/classification/StartTokenClassification.d.ts +11 -0
  229. package/out/classification/StartTokenClassification.d.ts.map +1 -0
  230. package/out/classification/StartTokenClassification.js +11 -0
  231. package/out/classification/StartTokenClassification.js.map +1 -0
  232. package/out/classification/StartTokenClassification.test.d.ts +7 -0
  233. package/out/classification/StartTokenClassification.test.d.ts.map +1 -0
  234. package/out/classification/StartTokenClassification.test.js +16 -0
  235. package/out/classification/StartTokenClassification.test.js.map +1 -0
  236. package/out/classification/StopWordClassification.d.ts +11 -0
  237. package/out/classification/StopWordClassification.d.ts.map +1 -0
  238. package/out/classification/StopWordClassification.js +11 -0
  239. package/out/classification/StopWordClassification.js.map +1 -0
  240. package/out/classification/StopWordClassification.test.d.ts +7 -0
  241. package/out/classification/StopWordClassification.test.d.ts.map +1 -0
  242. package/out/classification/StopWordClassification.test.js +16 -0
  243. package/out/classification/StopWordClassification.test.js.map +1 -0
  244. package/out/classification/StreetClassification.d.ts +12 -0
  245. package/out/classification/StreetClassification.d.ts.map +1 -0
  246. package/out/classification/StreetClassification.js +12 -0
  247. package/out/classification/StreetClassification.js.map +1 -0
  248. package/out/classification/StreetClassification.test.d.ts +7 -0
  249. package/out/classification/StreetClassification.test.d.ts.map +1 -0
  250. package/out/classification/StreetClassification.test.js +16 -0
  251. package/out/classification/StreetClassification.test.js.map +1 -0
  252. package/out/classification/StreetNameClassification.d.ts +11 -0
  253. package/out/classification/StreetNameClassification.d.ts.map +1 -0
  254. package/out/classification/StreetNameClassification.js +11 -0
  255. package/out/classification/StreetNameClassification.js.map +1 -0
  256. package/out/classification/StreetNameClassification.test.d.ts +7 -0
  257. package/out/classification/StreetNameClassification.test.d.ts.map +1 -0
  258. package/out/classification/StreetNameClassification.test.js +15 -0
  259. package/out/classification/StreetNameClassification.test.js.map +1 -0
  260. package/out/classification/StreetPrefixClassification.d.ts +11 -0
  261. package/out/classification/StreetPrefixClassification.d.ts.map +1 -0
  262. package/out/classification/StreetPrefixClassification.js +11 -0
  263. package/out/classification/StreetPrefixClassification.js.map +1 -0
  264. package/out/classification/StreetPrefixClassification.test.d.ts +7 -0
  265. package/out/classification/StreetPrefixClassification.test.d.ts.map +1 -0
  266. package/out/classification/StreetPrefixClassification.test.js +16 -0
  267. package/out/classification/StreetPrefixClassification.test.js.map +1 -0
  268. package/out/classification/StreetProperNameClassification.d.ts +11 -0
  269. package/out/classification/StreetProperNameClassification.d.ts.map +1 -0
  270. package/out/classification/StreetProperNameClassification.js +11 -0
  271. package/out/classification/StreetProperNameClassification.js.map +1 -0
  272. package/out/classification/StreetProperNameClassification.test.d.ts +7 -0
  273. package/out/classification/StreetProperNameClassification.test.d.ts.map +1 -0
  274. package/out/classification/StreetProperNameClassification.test.js +16 -0
  275. package/out/classification/StreetProperNameClassification.test.js.map +1 -0
  276. package/out/classification/StreetSuffixClassification.d.ts +11 -0
  277. package/out/classification/StreetSuffixClassification.d.ts.map +1 -0
  278. package/out/classification/StreetSuffixClassification.js +11 -0
  279. package/out/classification/StreetSuffixClassification.js.map +1 -0
  280. package/out/classification/StreetSuffixClassification.test.d.ts +7 -0
  281. package/out/classification/StreetSuffixClassification.test.d.ts.map +1 -0
  282. package/out/classification/StreetSuffixClassification.test.js +16 -0
  283. package/out/classification/StreetSuffixClassification.test.js.map +1 -0
  284. package/out/classification/SurnameClassification.d.ts +11 -0
  285. package/out/classification/SurnameClassification.d.ts.map +1 -0
  286. package/out/classification/SurnameClassification.js +11 -0
  287. package/out/classification/SurnameClassification.js.map +1 -0
  288. package/out/classification/SurnameClassification.test.d.ts +7 -0
  289. package/out/classification/SurnameClassification.test.d.ts.map +1 -0
  290. package/out/classification/SurnameClassification.test.js +16 -0
  291. package/out/classification/SurnameClassification.test.js.map +1 -0
  292. package/out/classification/ToponymClassification.d.ts +11 -0
  293. package/out/classification/ToponymClassification.d.ts.map +1 -0
  294. package/out/classification/ToponymClassification.js +11 -0
  295. package/out/classification/ToponymClassification.js.map +1 -0
  296. package/out/classification/ToponymClassification.test.d.ts +7 -0
  297. package/out/classification/ToponymClassification.test.d.ts.map +1 -0
  298. package/out/classification/ToponymClassification.test.js +16 -0
  299. package/out/classification/ToponymClassification.test.js.map +1 -0
  300. package/out/classification/UnitClassification.d.ts +11 -0
  301. package/out/classification/UnitClassification.d.ts.map +1 -0
  302. package/out/classification/UnitClassification.js +11 -0
  303. package/out/classification/UnitClassification.js.map +1 -0
  304. package/out/classification/UnitClassification.test.d.ts +7 -0
  305. package/out/classification/UnitClassification.test.d.ts.map +1 -0
  306. package/out/classification/UnitClassification.test.js +16 -0
  307. package/out/classification/UnitClassification.test.js.map +1 -0
  308. package/out/classification/UnitTypeClassification.d.ts +11 -0
  309. package/out/classification/UnitTypeClassification.d.ts.map +1 -0
  310. package/out/classification/UnitTypeClassification.js +11 -0
  311. package/out/classification/UnitTypeClassification.js.map +1 -0
  312. package/out/classification/UnitTypeClassification.test.d.ts +7 -0
  313. package/out/classification/UnitTypeClassification.test.d.ts.map +1 -0
  314. package/out/classification/UnitTypeClassification.test.js +16 -0
  315. package/out/classification/UnitTypeClassification.test.js.map +1 -0
  316. package/out/classification/VenueClassification.d.ts +12 -0
  317. package/out/classification/VenueClassification.d.ts.map +1 -0
  318. package/out/classification/VenueClassification.js +12 -0
  319. package/out/classification/VenueClassification.js.map +1 -0
  320. package/out/classification/VenueClassification.test.d.ts +7 -0
  321. package/out/classification/VenueClassification.test.d.ts.map +1 -0
  322. package/out/classification/VenueClassification.test.js +16 -0
  323. package/out/classification/VenueClassification.test.js.map +1 -0
  324. package/out/classification/index.d.ts +47 -0
  325. package/out/classification/index.d.ts.map +1 -0
  326. package/out/classification/index.js +47 -0
  327. package/out/classification/index.js.map +1 -0
  328. package/out/classification/types.d.ts +55 -0
  329. package/out/classification/types.d.ts.map +1 -0
  330. package/out/classification/types.js +88 -0
  331. package/out/classification/types.js.map +1 -0
  332. package/out/classifier/AdjacencyClassifier.d.ts +12 -0
  333. package/out/classifier/AdjacencyClassifier.d.ts.map +1 -0
  334. package/out/classifier/AdjacencyClassifier.js +42 -0
  335. package/out/classifier/AdjacencyClassifier.js.map +1 -0
  336. package/out/classifier/AlphaNumericClassifier.d.ts +12 -0
  337. package/out/classifier/AlphaNumericClassifier.d.ts.map +1 -0
  338. package/out/classifier/AlphaNumericClassifier.js +28 -0
  339. package/out/classifier/AlphaNumericClassifier.js.map +1 -0
  340. package/out/classifier/AlphaNumericClassifier.test.d.ts +7 -0
  341. package/out/classifier/AlphaNumericClassifier.test.d.ts.map +1 -0
  342. package/out/classifier/AlphaNumericClassifier.test.js +80 -0
  343. package/out/classifier/AlphaNumericClassifier.test.js.map +1 -0
  344. package/out/classifier/CentralEuropeanStreetNameClassifier.d.ts +18 -0
  345. package/out/classifier/CentralEuropeanStreetNameClassifier.d.ts.map +1 -0
  346. package/out/classifier/CentralEuropeanStreetNameClassifier.js +50 -0
  347. package/out/classifier/CentralEuropeanStreetNameClassifier.js.map +1 -0
  348. package/out/classifier/CentralEuropeanStreetNameClassifier.test.d.ts +7 -0
  349. package/out/classifier/CentralEuropeanStreetNameClassifier.test.d.ts.map +1 -0
  350. package/out/classifier/CentralEuropeanStreetNameClassifier.test.js +53 -0
  351. package/out/classifier/CentralEuropeanStreetNameClassifier.test.js.map +1 -0
  352. package/out/classifier/ChainClassifier.d.ts +15 -0
  353. package/out/classifier/ChainClassifier.d.ts.map +1 -0
  354. package/out/classifier/ChainClassifier.js +25 -0
  355. package/out/classifier/ChainClassifier.js.map +1 -0
  356. package/out/classifier/ChainClassifier.test.d.ts +7 -0
  357. package/out/classifier/ChainClassifier.test.d.ts.map +1 -0
  358. package/out/classifier/ChainClassifier.test.js +20 -0
  359. package/out/classifier/ChainClassifier.test.js.map +1 -0
  360. package/out/classifier/CompositeClassifier.d.ts +16 -0
  361. package/out/classifier/CompositeClassifier.d.ts.map +1 -0
  362. package/out/classifier/CompositeClassifier.js +151 -0
  363. package/out/classifier/CompositeClassifier.js.map +1 -0
  364. package/out/classifier/CompositeClassifier.test.d.ts +7 -0
  365. package/out/classifier/CompositeClassifier.test.d.ts.map +1 -0
  366. package/out/classifier/CompositeClassifier.test.js +59 -0
  367. package/out/classifier/CompositeClassifier.test.js.map +1 -0
  368. package/out/classifier/CompoundStreetClassifier.d.ts +15 -0
  369. package/out/classifier/CompoundStreetClassifier.d.ts.map +1 -0
  370. package/out/classifier/CompoundStreetClassifier.js +48 -0
  371. package/out/classifier/CompoundStreetClassifier.js.map +1 -0
  372. package/out/classifier/CompoundStreetClassifier.test.d.ts +7 -0
  373. package/out/classifier/CompoundStreetClassifier.test.d.ts.map +1 -0
  374. package/out/classifier/CompoundStreetClassifier.test.js +48 -0
  375. package/out/classifier/CompoundStreetClassifier.test.js.map +1 -0
  376. package/out/classifier/DirectionalClassifier.d.ts +15 -0
  377. package/out/classifier/DirectionalClassifier.d.ts.map +1 -0
  378. package/out/classifier/DirectionalClassifier.js +37 -0
  379. package/out/classifier/DirectionalClassifier.js.map +1 -0
  380. package/out/classifier/DirectionalClassifier.test.d.ts +7 -0
  381. package/out/classifier/DirectionalClassifier.test.d.ts.map +1 -0
  382. package/out/classifier/DirectionalClassifier.test.js +175 -0
  383. package/out/classifier/DirectionalClassifier.test.js.map +1 -0
  384. package/out/classifier/GivenNameClassifier.d.ts +15 -0
  385. package/out/classifier/GivenNameClassifier.d.ts.map +1 -0
  386. package/out/classifier/GivenNameClassifier.js +32 -0
  387. package/out/classifier/GivenNameClassifier.js.map +1 -0
  388. package/out/classifier/GivenNameClassifier.test.d.ts +7 -0
  389. package/out/classifier/GivenNameClassifier.test.d.ts.map +1 -0
  390. package/out/classifier/GivenNameClassifier.test.js +28 -0
  391. package/out/classifier/GivenNameClassifier.test.js.map +1 -0
  392. package/out/classifier/HouseNumberClassifier.d.ts +12 -0
  393. package/out/classifier/HouseNumberClassifier.d.ts.map +1 -0
  394. package/out/classifier/HouseNumberClassifier.js +47 -0
  395. package/out/classifier/HouseNumberClassifier.js.map +1 -0
  396. package/out/classifier/HouseNumberClassifier.test.d.ts +7 -0
  397. package/out/classifier/HouseNumberClassifier.test.d.ts.map +1 -0
  398. package/out/classifier/HouseNumberClassifier.test.js +138 -0
  399. package/out/classifier/HouseNumberClassifier.test.js.map +1 -0
  400. package/out/classifier/IntersectionClassifier.d.ts +13 -0
  401. package/out/classifier/IntersectionClassifier.d.ts.map +1 -0
  402. package/out/classifier/IntersectionClassifier.js +40 -0
  403. package/out/classifier/IntersectionClassifier.js.map +1 -0
  404. package/out/classifier/LevelClassifier.d.ts +13 -0
  405. package/out/classifier/LevelClassifier.d.ts.map +1 -0
  406. package/out/classifier/LevelClassifier.js +38 -0
  407. package/out/classifier/LevelClassifier.js.map +1 -0
  408. package/out/classifier/LevelTypeClassifier.d.ts +14 -0
  409. package/out/classifier/LevelTypeClassifier.d.ts.map +1 -0
  410. package/out/classifier/LevelTypeClassifier.js +26 -0
  411. package/out/classifier/LevelTypeClassifier.js.map +1 -0
  412. package/out/classifier/LevelTypeClassifier.test.d.ts +7 -0
  413. package/out/classifier/LevelTypeClassifier.test.d.ts.map +1 -0
  414. package/out/classifier/LevelTypeClassifier.test.js +19 -0
  415. package/out/classifier/LevelTypeClassifier.test.js.map +1 -0
  416. package/out/classifier/LevelTypeLevelClassifier.d.ts +17 -0
  417. package/out/classifier/LevelTypeLevelClassifier.d.ts.map +1 -0
  418. package/out/classifier/LevelTypeLevelClassifier.js +56 -0
  419. package/out/classifier/LevelTypeLevelClassifier.js.map +1 -0
  420. package/out/classifier/MiddleInitialClassifier.d.ts +13 -0
  421. package/out/classifier/MiddleInitialClassifier.d.ts.map +1 -0
  422. package/out/classifier/MiddleInitialClassifier.js +20 -0
  423. package/out/classifier/MiddleInitialClassifier.js.map +1 -0
  424. package/out/classifier/MiddleInitialClassifier.test.d.ts +7 -0
  425. package/out/classifier/MiddleInitialClassifier.test.d.ts.map +1 -0
  426. package/out/classifier/MiddleInitialClassifier.test.js +26 -0
  427. package/out/classifier/MiddleInitialClassifier.test.js.map +1 -0
  428. package/out/classifier/OrdinalClassifier.d.ts +12 -0
  429. package/out/classifier/OrdinalClassifier.d.ts.map +1 -0
  430. package/out/classifier/OrdinalClassifier.js +28 -0
  431. package/out/classifier/OrdinalClassifier.js.map +1 -0
  432. package/out/classifier/OrdinalClassifier.test.d.ts +7 -0
  433. package/out/classifier/OrdinalClassifier.test.d.ts.map +1 -0
  434. package/out/classifier/OrdinalClassifier.test.js +38 -0
  435. package/out/classifier/OrdinalClassifier.test.js.map +1 -0
  436. package/out/classifier/PersonClassifier.d.ts +15 -0
  437. package/out/classifier/PersonClassifier.d.ts.map +1 -0
  438. package/out/classifier/PersonClassifier.js +30 -0
  439. package/out/classifier/PersonClassifier.js.map +1 -0
  440. package/out/classifier/PersonClassifier.test.d.ts +7 -0
  441. package/out/classifier/PersonClassifier.test.d.ts.map +1 -0
  442. package/out/classifier/PersonClassifier.test.js +37 -0
  443. package/out/classifier/PersonClassifier.test.js.map +1 -0
  444. package/out/classifier/PersonalSuffixClassifier.d.ts +15 -0
  445. package/out/classifier/PersonalSuffixClassifier.d.ts.map +1 -0
  446. package/out/classifier/PersonalSuffixClassifier.js +30 -0
  447. package/out/classifier/PersonalSuffixClassifier.js.map +1 -0
  448. package/out/classifier/PersonalSuffixClassifier.test.d.ts +7 -0
  449. package/out/classifier/PersonalSuffixClassifier.test.d.ts.map +1 -0
  450. package/out/classifier/PersonalSuffixClassifier.test.js +28 -0
  451. package/out/classifier/PersonalSuffixClassifier.test.js.map +1 -0
  452. package/out/classifier/PersonalTitleClassifier.d.ts +15 -0
  453. package/out/classifier/PersonalTitleClassifier.d.ts.map +1 -0
  454. package/out/classifier/PersonalTitleClassifier.js +36 -0
  455. package/out/classifier/PersonalTitleClassifier.js.map +1 -0
  456. package/out/classifier/PersonalTitleClassifier.test.d.ts +7 -0
  457. package/out/classifier/PersonalTitleClassifier.test.d.ts.map +1 -0
  458. package/out/classifier/PersonalTitleClassifier.test.js +28 -0
  459. package/out/classifier/PersonalTitleClassifier.test.js.map +1 -0
  460. package/out/classifier/PlaceClassifier.d.ts +15 -0
  461. package/out/classifier/PlaceClassifier.d.ts.map +1 -0
  462. package/out/classifier/PlaceClassifier.js +36 -0
  463. package/out/classifier/PlaceClassifier.js.map +1 -0
  464. package/out/classifier/PlaceClassifier.test.d.ts +7 -0
  465. package/out/classifier/PlaceClassifier.test.d.ts.map +1 -0
  466. package/out/classifier/PlaceClassifier.test.js +28 -0
  467. package/out/classifier/PlaceClassifier.test.js.map +1 -0
  468. package/out/classifier/PostcodeClassifier.d.ts +18 -0
  469. package/out/classifier/PostcodeClassifier.d.ts.map +1 -0
  470. package/out/classifier/PostcodeClassifier.js +68 -0
  471. package/out/classifier/PostcodeClassifier.js.map +1 -0
  472. package/out/classifier/PostcodeClassifier.test.d.ts +7 -0
  473. package/out/classifier/PostcodeClassifier.test.d.ts.map +1 -0
  474. package/out/classifier/PostcodeClassifier.test.js +73 -0
  475. package/out/classifier/PostcodeClassifier.test.js.map +1 -0
  476. package/out/classifier/RoadTypeClassifier.d.ts +15 -0
  477. package/out/classifier/RoadTypeClassifier.d.ts.map +1 -0
  478. package/out/classifier/RoadTypeClassifier.js +34 -0
  479. package/out/classifier/RoadTypeClassifier.js.map +1 -0
  480. package/out/classifier/RoadTypeClassifier.test.d.ts +7 -0
  481. package/out/classifier/RoadTypeClassifier.test.d.ts.map +1 -0
  482. package/out/classifier/RoadTypeClassifier.test.js +32 -0
  483. package/out/classifier/RoadTypeClassifier.test.js.map +1 -0
  484. package/out/classifier/StopWordClassifier.d.ts +15 -0
  485. package/out/classifier/StopWordClassifier.d.ts.map +1 -0
  486. package/out/classifier/StopWordClassifier.js +35 -0
  487. package/out/classifier/StopWordClassifier.js.map +1 -0
  488. package/out/classifier/StopWordClassifier.test.d.ts +7 -0
  489. package/out/classifier/StopWordClassifier.test.d.ts.map +1 -0
  490. package/out/classifier/StopWordClassifier.test.js +28 -0
  491. package/out/classifier/StopWordClassifier.test.js.map +1 -0
  492. package/out/classifier/StreetPrefixClassifier.d.ts +15 -0
  493. package/out/classifier/StreetPrefixClassifier.d.ts.map +1 -0
  494. package/out/classifier/StreetPrefixClassifier.js +47 -0
  495. package/out/classifier/StreetPrefixClassifier.js.map +1 -0
  496. package/out/classifier/StreetPrefixClassifier.test.d.ts +7 -0
  497. package/out/classifier/StreetPrefixClassifier.test.d.ts.map +1 -0
  498. package/out/classifier/StreetPrefixClassifier.test.js +32 -0
  499. package/out/classifier/StreetPrefixClassifier.test.js.map +1 -0
  500. package/out/classifier/StreetProperNameClassifier.d.ts +20 -0
  501. package/out/classifier/StreetProperNameClassifier.d.ts.map +1 -0
  502. package/out/classifier/StreetProperNameClassifier.js +30 -0
  503. package/out/classifier/StreetProperNameClassifier.js.map +1 -0
  504. package/out/classifier/StreetProperNameClassifier.test.d.ts +7 -0
  505. package/out/classifier/StreetProperNameClassifier.test.d.ts.map +1 -0
  506. package/out/classifier/StreetProperNameClassifier.test.js +27 -0
  507. package/out/classifier/StreetProperNameClassifier.test.js.map +1 -0
  508. package/out/classifier/StreetSuffixClassifier.d.ts +15 -0
  509. package/out/classifier/StreetSuffixClassifier.d.ts.map +1 -0
  510. package/out/classifier/StreetSuffixClassifier.js +60 -0
  511. package/out/classifier/StreetSuffixClassifier.js.map +1 -0
  512. package/out/classifier/StreetSuffixClassifier.test.d.ts +7 -0
  513. package/out/classifier/StreetSuffixClassifier.test.d.ts.map +1 -0
  514. package/out/classifier/StreetSuffixClassifier.test.js +56 -0
  515. package/out/classifier/StreetSuffixClassifier.test.js.map +1 -0
  516. package/out/classifier/SurnameClassifier.d.ts +15 -0
  517. package/out/classifier/SurnameClassifier.d.ts.map +1 -0
  518. package/out/classifier/SurnameClassifier.js +33 -0
  519. package/out/classifier/SurnameClassifier.js.map +1 -0
  520. package/out/classifier/SurnameClassifier.test.d.ts +7 -0
  521. package/out/classifier/SurnameClassifier.test.d.ts.map +1 -0
  522. package/out/classifier/SurnameClassifier.test.js +27 -0
  523. package/out/classifier/SurnameClassifier.test.js.map +1 -0
  524. package/out/classifier/TokenPositionClassifier.d.ts +14 -0
  525. package/out/classifier/TokenPositionClassifier.d.ts.map +1 -0
  526. package/out/classifier/TokenPositionClassifier.js +48 -0
  527. package/out/classifier/TokenPositionClassifier.js.map +1 -0
  528. package/out/classifier/TokenPositionClassifier.test.d.ts +7 -0
  529. package/out/classifier/TokenPositionClassifier.test.d.ts.map +1 -0
  530. package/out/classifier/TokenPositionClassifier.test.js +81 -0
  531. package/out/classifier/TokenPositionClassifier.test.js.map +1 -0
  532. package/out/classifier/ToponymClassifier.d.ts +15 -0
  533. package/out/classifier/ToponymClassifier.d.ts.map +1 -0
  534. package/out/classifier/ToponymClassifier.js +31 -0
  535. package/out/classifier/ToponymClassifier.js.map +1 -0
  536. package/out/classifier/ToponymClassifier.test.d.ts +7 -0
  537. package/out/classifier/ToponymClassifier.test.d.ts.map +1 -0
  538. package/out/classifier/ToponymClassifier.test.js +31 -0
  539. package/out/classifier/ToponymClassifier.test.js.map +1 -0
  540. package/out/classifier/UnitClassifier.d.ts +13 -0
  541. package/out/classifier/UnitClassifier.d.ts.map +1 -0
  542. package/out/classifier/UnitClassifier.js +49 -0
  543. package/out/classifier/UnitClassifier.js.map +1 -0
  544. package/out/classifier/UnitClassifier.test.d.ts +7 -0
  545. package/out/classifier/UnitClassifier.test.d.ts.map +1 -0
  546. package/out/classifier/UnitClassifier.test.js +79 -0
  547. package/out/classifier/UnitClassifier.test.js.map +1 -0
  548. package/out/classifier/UnitTypeClassifier.d.ts +14 -0
  549. package/out/classifier/UnitTypeClassifier.d.ts.map +1 -0
  550. package/out/classifier/UnitTypeClassifier.js +26 -0
  551. package/out/classifier/UnitTypeClassifier.js.map +1 -0
  552. package/out/classifier/UnitTypeClassifier.test.d.ts +7 -0
  553. package/out/classifier/UnitTypeClassifier.test.d.ts.map +1 -0
  554. package/out/classifier/UnitTypeClassifier.test.js +19 -0
  555. package/out/classifier/UnitTypeClassifier.test.js.map +1 -0
  556. package/out/classifier/UnitTypeUnitClassifier.d.ts +16 -0
  557. package/out/classifier/UnitTypeUnitClassifier.d.ts.map +1 -0
  558. package/out/classifier/UnitTypeUnitClassifier.js +56 -0
  559. package/out/classifier/UnitTypeUnitClassifier.js.map +1 -0
  560. package/out/classifier/UnitTypeUnitClassifier.test.d.ts +7 -0
  561. package/out/classifier/UnitTypeUnitClassifier.test.d.ts.map +1 -0
  562. package/out/classifier/UnitTypeUnitClassifier.test.js +36 -0
  563. package/out/classifier/UnitTypeUnitClassifier.test.js.map +1 -0
  564. package/out/classifier/WhosOnFirstClassifier.d.ts +20 -0
  565. package/out/classifier/WhosOnFirstClassifier.d.ts.map +1 -0
  566. package/out/classifier/WhosOnFirstClassifier.js +154 -0
  567. package/out/classifier/WhosOnFirstClassifier.js.map +1 -0
  568. package/out/classifier/WhosOnFirstClassifier.test.d.ts +7 -0
  569. package/out/classifier/WhosOnFirstClassifier.test.d.ts.map +1 -0
  570. package/out/classifier/WhosOnFirstClassifier.test.js +33 -0
  571. package/out/classifier/WhosOnFirstClassifier.test.js.map +1 -0
  572. package/out/classifier/index.d.ts +38 -0
  573. package/out/classifier/index.d.ts.map +1 -0
  574. package/out/classifier/index.js +38 -0
  575. package/out/classifier/index.js.map +1 -0
  576. package/out/classifier/scheme/intersection.d.ts +9 -0
  577. package/out/classifier/scheme/intersection.d.ts.map +1 -0
  578. package/out/classifier/scheme/intersection.js +122 -0
  579. package/out/classifier/scheme/intersection.js.map +1 -0
  580. package/out/classifier/scheme/level.d.ts +9 -0
  581. package/out/classifier/scheme/level.d.ts.map +1 -0
  582. package/out/classifier/scheme/level.js +122 -0
  583. package/out/classifier/scheme/level.js.map +1 -0
  584. package/out/classifier/scheme/person.d.ts +9 -0
  585. package/out/classifier/scheme/person.d.ts.map +1 -0
  586. package/out/classifier/scheme/person.js +114 -0
  587. package/out/classifier/scheme/person.js.map +1 -0
  588. package/out/classifier/scheme/street.d.ts +9 -0
  589. package/out/classifier/scheme/street.d.ts.map +1 -0
  590. package/out/classifier/scheme/street.js +406 -0
  591. package/out/classifier/scheme/street.js.map +1 -0
  592. package/out/classifier/scheme/street_name.d.ts +9 -0
  593. package/out/classifier/scheme/street_name.d.ts.map +1 -0
  594. package/out/classifier/scheme/street_name.js +83 -0
  595. package/out/classifier/scheme/street_name.js.map +1 -0
  596. package/out/classifier/scheme/venue.d.ts +9 -0
  597. package/out/classifier/scheme/venue.d.ts.map +1 -0
  598. package/out/classifier/scheme/venue.js +203 -0
  599. package/out/classifier/scheme/venue.js.map +1 -0
  600. package/out/classifier/super/BaseClassifier.d.ts +24 -0
  601. package/out/classifier/super/BaseClassifier.d.ts.map +1 -0
  602. package/out/classifier/super/BaseClassifier.js +21 -0
  603. package/out/classifier/super/BaseClassifier.js.map +1 -0
  604. package/out/classifier/super/PhraseClassifier.d.ts +18 -0
  605. package/out/classifier/super/PhraseClassifier.d.ts.map +1 -0
  606. package/out/classifier/super/PhraseClassifier.js +24 -0
  607. package/out/classifier/super/PhraseClassifier.js.map +1 -0
  608. package/out/classifier/super/SectionClassifier.d.ts +22 -0
  609. package/out/classifier/super/SectionClassifier.d.ts.map +1 -0
  610. package/out/classifier/super/SectionClassifier.js +26 -0
  611. package/out/classifier/super/SectionClassifier.js.map +1 -0
  612. package/out/classifier/super/WordClassifier.d.ts +14 -0
  613. package/out/classifier/super/WordClassifier.d.ts.map +1 -0
  614. package/out/classifier/super/WordClassifier.js +22 -0
  615. package/out/classifier/super/WordClassifier.js.map +1 -0
  616. package/out/classifier/super/index.d.ts +10 -0
  617. package/out/classifier/super/index.d.ts.map +1 -0
  618. package/out/classifier/super/index.js +10 -0
  619. package/out/classifier/super/index.js.map +1 -0
  620. package/out/debug/DebugOutputBuilder.d.ts +31 -0
  621. package/out/debug/DebugOutputBuilder.d.ts.map +1 -0
  622. package/out/debug/DebugOutputBuilder.js +164 -0
  623. package/out/debug/DebugOutputBuilder.js.map +1 -0
  624. package/out/index.d.ts +10 -0
  625. package/out/index.d.ts.map +1 -0
  626. package/out/index.js +10 -0
  627. package/out/index.js.map +1 -0
  628. package/out/parser/AddressParser.d.ts +10 -0
  629. package/out/parser/AddressParser.d.ts.map +1 -0
  630. package/out/parser/AddressParser.js +152 -0
  631. package/out/parser/AddressParser.js.map +1 -0
  632. package/out/parser/Parser.d.ts +39 -0
  633. package/out/parser/Parser.d.ts.map +1 -0
  634. package/out/parser/Parser.js +96 -0
  635. package/out/parser/Parser.js.map +1 -0
  636. package/out/parser/index.d.ts +9 -0
  637. package/out/parser/index.d.ts.map +1 -0
  638. package/out/parser/index.js +9 -0
  639. package/out/parser/index.js.map +1 -0
  640. package/out/parser/serializer.d.ts +7 -0
  641. package/out/parser/serializer.d.ts.map +1 -0
  642. package/out/parser/serializer.js +34 -0
  643. package/out/parser/serializer.js.map +1 -0
  644. package/out/parser/utils.d.ts +16 -0
  645. package/out/parser/utils.d.ts.map +1 -0
  646. package/out/parser/utils.js +74 -0
  647. package/out/parser/utils.js.map +1 -0
  648. package/out/resources/custom/custom.d.ts +7 -0
  649. package/out/resources/custom/custom.d.ts.map +1 -0
  650. package/out/resources/custom/custom.js +10 -0
  651. package/out/resources/custom/custom.js.map +1 -0
  652. package/out/resources/helper.d.ts +41 -0
  653. package/out/resources/helper.d.ts.map +1 -0
  654. package/out/resources/helper.js +94 -0
  655. package/out/resources/helper.js.map +1 -0
  656. package/out/resources/libpostal/libpostal.d.ts +20 -0
  657. package/out/resources/libpostal/libpostal.d.ts.map +1 -0
  658. package/out/resources/libpostal/libpostal.js +80 -0
  659. package/out/resources/libpostal/libpostal.js.map +1 -0
  660. package/out/resources/libpostal/libpostal.test.d.ts +7 -0
  661. package/out/resources/libpostal/libpostal.test.d.ts.map +1 -0
  662. package/out/resources/libpostal/libpostal.test.js +288 -0
  663. package/out/resources/libpostal/libpostal.test.js.map +1 -0
  664. package/out/resources/pelias/pelias.d.ts +7 -0
  665. package/out/resources/pelias/pelias.d.ts.map +1 -0
  666. package/out/resources/pelias/pelias.js +10 -0
  667. package/out/resources/pelias/pelias.js.map +1 -0
  668. package/out/resources/whosonfirst/generate.d.ts +7 -0
  669. package/out/resources/whosonfirst/generate.d.ts.map +1 -0
  670. package/out/resources/whosonfirst/generate.js +104 -0
  671. package/out/resources/whosonfirst/generate.js.map +1 -0
  672. package/out/resources/whosonfirst/placetypes.d.ts +12 -0
  673. package/out/resources/whosonfirst/placetypes.d.ts.map +1 -0
  674. package/out/resources/whosonfirst/placetypes.js +7 -0
  675. package/out/resources/whosonfirst/placetypes.js.map +1 -0
  676. package/out/resources/whosonfirst/whosonfirst.d.ts +13 -0
  677. package/out/resources/whosonfirst/whosonfirst.d.ts.map +1 -0
  678. package/out/resources/whosonfirst/whosonfirst.js +59 -0
  679. package/out/resources/whosonfirst/whosonfirst.js.map +1 -0
  680. package/out/sdk/repo.d.ts +37 -0
  681. package/out/sdk/repo.d.ts.map +1 -0
  682. package/out/sdk/repo.js +48 -0
  683. package/out/sdk/repo.js.map +1 -0
  684. package/out/sdk/test/utils/index.d.ts +12 -0
  685. package/out/sdk/test/utils/index.d.ts.map +1 -0
  686. package/out/sdk/test/utils/index.js +30 -0
  687. package/out/sdk/test/utils/index.js.map +1 -0
  688. package/out/server/index.d.ts +10 -0
  689. package/out/server/index.d.ts.map +1 -0
  690. package/out/server/index.js +96 -0
  691. package/out/server/index.js.map +1 -0
  692. package/out/server/routes/parse.d.ts +11 -0
  693. package/out/server/routes/parse.d.ts.map +1 -0
  694. package/out/server/routes/parse.js +54 -0
  695. package/out/server/routes/parse.js.map +1 -0
  696. package/out/solver/ExclusiveCartesianSolver.d.ts +14 -0
  697. package/out/solver/ExclusiveCartesianSolver.d.ts.map +1 -0
  698. package/out/solver/ExclusiveCartesianSolver.js +60 -0
  699. package/out/solver/ExclusiveCartesianSolver.js.map +1 -0
  700. package/out/solver/HouseNumberPositionPenalty.d.ts +12 -0
  701. package/out/solver/HouseNumberPositionPenalty.d.ts.map +1 -0
  702. package/out/solver/HouseNumberPositionPenalty.js +69 -0
  703. package/out/solver/HouseNumberPositionPenalty.js.map +1 -0
  704. package/out/solver/InvalidSolutionFilter.d.ts +13 -0
  705. package/out/solver/InvalidSolutionFilter.d.ts.map +1 -0
  706. package/out/solver/InvalidSolutionFilter.js +26 -0
  707. package/out/solver/InvalidSolutionFilter.js.map +1 -0
  708. package/out/solver/LeadingAreaDeclassifier.d.ts +11 -0
  709. package/out/solver/LeadingAreaDeclassifier.d.ts.map +1 -0
  710. package/out/solver/LeadingAreaDeclassifier.js +33 -0
  711. package/out/solver/LeadingAreaDeclassifier.js.map +1 -0
  712. package/out/solver/MultiStreetSolver.d.ts +34 -0
  713. package/out/solver/MultiStreetSolver.d.ts.map +1 -0
  714. package/out/solver/MultiStreetSolver.js +117 -0
  715. package/out/solver/MultiStreetSolver.js.map +1 -0
  716. package/out/solver/MustNotFollowFilter.d.ts +16 -0
  717. package/out/solver/MustNotFollowFilter.d.ts.map +1 -0
  718. package/out/solver/MustNotFollowFilter.js +32 -0
  719. package/out/solver/MustNotFollowFilter.js.map +1 -0
  720. package/out/solver/MustNotFollowFilter.test.d.ts +7 -0
  721. package/out/solver/MustNotFollowFilter.test.d.ts.map +1 -0
  722. package/out/solver/MustNotFollowFilter.test.js +31 -0
  723. package/out/solver/MustNotFollowFilter.test.js.map +1 -0
  724. package/out/solver/MustNotPreceedFilter.d.ts +16 -0
  725. package/out/solver/MustNotPreceedFilter.d.ts.map +1 -0
  726. package/out/solver/MustNotPreceedFilter.js +32 -0
  727. package/out/solver/MustNotPreceedFilter.js.map +1 -0
  728. package/out/solver/MustNotPreceedFilter.test.d.ts +7 -0
  729. package/out/solver/MustNotPreceedFilter.test.d.ts.map +1 -0
  730. package/out/solver/MustNotPreceedFilter.test.js +31 -0
  731. package/out/solver/MustNotPreceedFilter.test.js.map +1 -0
  732. package/out/solver/OrphanedLevelTypeDeclassifier.d.ts +10 -0
  733. package/out/solver/OrphanedLevelTypeDeclassifier.d.ts.map +1 -0
  734. package/out/solver/OrphanedLevelTypeDeclassifier.js +25 -0
  735. package/out/solver/OrphanedLevelTypeDeclassifier.js.map +1 -0
  736. package/out/solver/OrphanedUnitTypeDeclassifier.d.ts +11 -0
  737. package/out/solver/OrphanedUnitTypeDeclassifier.d.ts.map +1 -0
  738. package/out/solver/OrphanedUnitTypeDeclassifier.js +26 -0
  739. package/out/solver/OrphanedUnitTypeDeclassifier.js.map +1 -0
  740. package/out/solver/OrphanedUnitTypeDeclassifier.test.d.ts +7 -0
  741. package/out/solver/OrphanedUnitTypeDeclassifier.test.d.ts.map +1 -0
  742. package/out/solver/OrphanedUnitTypeDeclassifier.test.js +55 -0
  743. package/out/solver/OrphanedUnitTypeDeclassifier.test.js.map +1 -0
  744. package/out/solver/PostcodePositionPenalty.d.ts +18 -0
  745. package/out/solver/PostcodePositionPenalty.d.ts.map +1 -0
  746. package/out/solver/PostcodePositionPenalty.js +40 -0
  747. package/out/solver/PostcodePositionPenalty.js.map +1 -0
  748. package/out/solver/Solution.d.ts +61 -0
  749. package/out/solver/Solution.d.ts.map +1 -0
  750. package/out/solver/Solution.js +120 -0
  751. package/out/solver/Solution.js.map +1 -0
  752. package/out/solver/Solution.test.d.ts +7 -0
  753. package/out/solver/Solution.test.d.ts.map +1 -0
  754. package/out/solver/Solution.test.js +39 -0
  755. package/out/solver/Solution.test.js.map +1 -0
  756. package/out/solver/SolutionPair.d.ts +18 -0
  757. package/out/solver/SolutionPair.d.ts.map +1 -0
  758. package/out/solver/SolutionPair.js +21 -0
  759. package/out/solver/SolutionPair.js.map +1 -0
  760. package/out/solver/SubsetFilter.d.ts +11 -0
  761. package/out/solver/SubsetFilter.d.ts.map +1 -0
  762. package/out/solver/SubsetFilter.js +27 -0
  763. package/out/solver/SubsetFilter.js.map +1 -0
  764. package/out/solver/SubsetFilter.test.d.ts +7 -0
  765. package/out/solver/SubsetFilter.test.d.ts.map +1 -0
  766. package/out/solver/SubsetFilter.test.js +54 -0
  767. package/out/solver/SubsetFilter.test.js.map +1 -0
  768. package/out/solver/TokenDistanceFilter.d.ts +11 -0
  769. package/out/solver/TokenDistanceFilter.d.ts.map +1 -0
  770. package/out/solver/TokenDistanceFilter.js +31 -0
  771. package/out/solver/TokenDistanceFilter.js.map +1 -0
  772. package/out/solver/super/BaseSolver.d.ts +11 -0
  773. package/out/solver/super/BaseSolver.d.ts.map +1 -0
  774. package/out/solver/super/BaseSolver.js +7 -0
  775. package/out/solver/super/BaseSolver.js.map +1 -0
  776. package/out/solver/super/HashMapSolver.d.ts +14 -0
  777. package/out/solver/super/HashMapSolver.d.ts.map +1 -0
  778. package/out/solver/super/HashMapSolver.js +68 -0
  779. package/out/solver/super/HashMapSolver.js.map +1 -0
  780. package/out/tokenization/FST.d.ts +7 -0
  781. package/out/tokenization/FST.d.ts.map +1 -0
  782. package/out/tokenization/FST.js +140 -0
  783. package/out/tokenization/FST.js.map +1 -0
  784. package/out/tokenization/FST.test.d.ts +7 -0
  785. package/out/tokenization/FST.test.d.ts.map +1 -0
  786. package/out/tokenization/FST.test.js +233 -0
  787. package/out/tokenization/FST.test.js.map +1 -0
  788. package/out/tokenization/Graph.d.ts +42 -0
  789. package/out/tokenization/Graph.d.ts.map +1 -0
  790. package/out/tokenization/Graph.js +80 -0
  791. package/out/tokenization/Graph.js.map +1 -0
  792. package/out/tokenization/Graph.test.d.ts +7 -0
  793. package/out/tokenization/Graph.test.d.ts.map +1 -0
  794. package/out/tokenization/Graph.test.js +136 -0
  795. package/out/tokenization/Graph.test.js.map +1 -0
  796. package/out/tokenization/Span.d.ts +71 -0
  797. package/out/tokenization/Span.d.ts.map +1 -0
  798. package/out/tokenization/Span.js +132 -0
  799. package/out/tokenization/Span.js.map +1 -0
  800. package/out/tokenization/Span.test.d.ts +7 -0
  801. package/out/tokenization/Span.test.d.ts.map +1 -0
  802. package/out/tokenization/Span.test.js +268 -0
  803. package/out/tokenization/Span.test.js.map +1 -0
  804. package/out/tokenization/Tokenizer.d.ts +43 -0
  805. package/out/tokenization/Tokenizer.d.ts.map +1 -0
  806. package/out/tokenization/Tokenizer.js +70 -0
  807. package/out/tokenization/Tokenizer.js.map +1 -0
  808. package/out/tokenization/Tokenizer.test.d.ts +7 -0
  809. package/out/tokenization/Tokenizer.test.d.ts.map +1 -0
  810. package/out/tokenization/Tokenizer.test.js +139 -0
  811. package/out/tokenization/Tokenizer.test.js.map +1 -0
  812. package/out/tokenization/index.d.ts +11 -0
  813. package/out/tokenization/index.d.ts.map +1 -0
  814. package/out/tokenization/index.js +11 -0
  815. package/out/tokenization/index.js.map +1 -0
  816. package/out/tokenization/normalizer.d.ts +17 -0
  817. package/out/tokenization/normalizer.d.ts.map +1 -0
  818. package/out/tokenization/normalizer.js +29 -0
  819. package/out/tokenization/normalizer.js.map +1 -0
  820. package/out/tokenization/normalizer.test.d.ts +7 -0
  821. package/out/tokenization/normalizer.test.d.ts.map +1 -0
  822. package/out/tokenization/normalizer.test.js +49 -0
  823. package/out/tokenization/normalizer.test.js.map +1 -0
  824. package/out/tokenization/permutate.d.ts +17 -0
  825. package/out/tokenization/permutate.d.ts.map +1 -0
  826. package/out/tokenization/permutate.js +80 -0
  827. package/out/tokenization/permutate.js.map +1 -0
  828. package/out/tokenization/permutate.test.d.ts +7 -0
  829. package/out/tokenization/permutate.test.d.ts.map +1 -0
  830. package/out/tokenization/permutate.test.js +301 -0
  831. package/out/tokenization/permutate.test.js.map +1 -0
  832. package/out/tokenization/split.d.ts +9 -0
  833. package/out/tokenization/split.d.ts.map +1 -0
  834. package/out/tokenization/split.js +42 -0
  835. package/out/tokenization/split.js.map +1 -0
  836. package/out/tokenization/split.test.d.ts +7 -0
  837. package/out/tokenization/split.test.d.ts.map +1 -0
  838. package/out/tokenization/split.test.js +68 -0
  839. package/out/tokenization/split.test.js.map +1 -0
  840. package/out/tokenization/split_funcs.d.ts +18 -0
  841. package/out/tokenization/split_funcs.d.ts.map +1 -0
  842. package/out/tokenization/split_funcs.js +41 -0
  843. package/out/tokenization/split_funcs.js.map +1 -0
  844. package/out/tokenization/split_funcs_test.d.ts +7 -0
  845. package/out/tokenization/split_funcs_test.d.ts.map +1 -0
  846. package/out/tokenization/split_funcs_test.js +36 -0
  847. package/out/tokenization/split_funcs_test.js.map +1 -0
  848. package/package.json +9 -1
  849. package/.dockerignore +0 -19
  850. package/.editorconfig +0 -19
  851. package/.husky/pre-commit +0 -2
  852. package/.prettierignore +0 -29
  853. package/.vscode/extensions.json +0 -18
  854. package/.vscode/settings.json +0 -132
  855. package/Dockerfile +0 -17
  856. package/bin/cli.ts +0 -54
  857. package/classification/AdjacentClassification.test.ts +0 -17
  858. package/classification/AdjacentClassification.ts +0 -13
  859. package/classification/AlphaClassification.test.ts +0 -17
  860. package/classification/AlphaClassification.ts +0 -13
  861. package/classification/AlphaNumericClassification.test.ts +0 -17
  862. package/classification/AlphaNumericClassification.ts +0 -13
  863. package/classification/AreaClassification.test.ts +0 -17
  864. package/classification/AreaClassification.ts +0 -13
  865. package/classification/ChainClassification.test.ts +0 -17
  866. package/classification/ChainClassification.ts +0 -13
  867. package/classification/Classification.test.ts +0 -17
  868. package/classification/Classification.ts +0 -107
  869. package/classification/CountryClassification.test.ts +0 -17
  870. package/classification/CountryClassification.ts +0 -18
  871. package/classification/DependencyClassification.test.ts +0 -17
  872. package/classification/DependencyClassification.ts +0 -14
  873. package/classification/DirectionalClassification.test.ts +0 -17
  874. package/classification/DirectionalClassification.ts +0 -13
  875. package/classification/EndTokenClassification.test.ts +0 -17
  876. package/classification/EndTokenClassification.ts +0 -13
  877. package/classification/EndTokenSingleCharacterClassification.test.ts +0 -17
  878. package/classification/EndTokenSingleCharacterClassification.ts +0 -13
  879. package/classification/GivenNameClassification.test.ts +0 -17
  880. package/classification/GivenNameClassification.ts +0 -13
  881. package/classification/HouseNumberClassification.test.ts +0 -17
  882. package/classification/HouseNumberClassification.ts +0 -14
  883. package/classification/IntersectionClassification.test.ts +0 -17
  884. package/classification/IntersectionClassification.ts +0 -13
  885. package/classification/LevelClassification.ts +0 -14
  886. package/classification/LevelTypeClassification.ts +0 -12
  887. package/classification/LocalityClassification.test.ts +0 -17
  888. package/classification/LocalityClassification.ts +0 -14
  889. package/classification/MiddleInitialClassification.test.ts +0 -17
  890. package/classification/MiddleInitialClassification.ts +0 -13
  891. package/classification/MultiStreetClassification.test.ts +0 -17
  892. package/classification/MultiStreetClassification.ts +0 -14
  893. package/classification/NumericClassification.test.ts +0 -17
  894. package/classification/NumericClassification.ts +0 -13
  895. package/classification/OrdinalClassification.test.ts +0 -17
  896. package/classification/OrdinalClassification.ts +0 -13
  897. package/classification/PersonClassification.test.ts +0 -17
  898. package/classification/PersonClassification.ts +0 -13
  899. package/classification/PersonalSuffixClassification.test.ts +0 -17
  900. package/classification/PersonalSuffixClassification.ts +0 -13
  901. package/classification/PersonalTitleClassification.test.ts +0 -17
  902. package/classification/PersonalTitleClassification.ts +0 -13
  903. package/classification/PlaceClassification.test.ts +0 -17
  904. package/classification/PlaceClassification.ts +0 -13
  905. package/classification/PostcodeClassification.test.ts +0 -17
  906. package/classification/PostcodeClassification.ts +0 -14
  907. package/classification/PunctuationClassification.test.ts +0 -17
  908. package/classification/PunctuationClassification.ts +0 -13
  909. package/classification/RegionClassification.test.ts +0 -17
  910. package/classification/RegionClassification.ts +0 -14
  911. package/classification/RoadTypeClassification.test.ts +0 -16
  912. package/classification/RoadTypeClassification.ts +0 -13
  913. package/classification/StartTokenClassification.test.ts +0 -17
  914. package/classification/StartTokenClassification.ts +0 -13
  915. package/classification/StopWordClassification.test.ts +0 -17
  916. package/classification/StopWordClassification.ts +0 -13
  917. package/classification/StreetClassification.test.ts +0 -17
  918. package/classification/StreetClassification.ts +0 -14
  919. package/classification/StreetNameClassification.test.ts +0 -16
  920. package/classification/StreetNameClassification.ts +0 -13
  921. package/classification/StreetPrefixClassification.test.ts +0 -17
  922. package/classification/StreetPrefixClassification.ts +0 -13
  923. package/classification/StreetProperNameClassification.test.ts +0 -17
  924. package/classification/StreetProperNameClassification.ts +0 -13
  925. package/classification/StreetSuffixClassification.test.ts +0 -17
  926. package/classification/StreetSuffixClassification.ts +0 -13
  927. package/classification/SurnameClassification.test.ts +0 -17
  928. package/classification/SurnameClassification.ts +0 -13
  929. package/classification/ToponymClassification.test.ts +0 -17
  930. package/classification/ToponymClassification.ts +0 -13
  931. package/classification/UnitClassification.test.ts +0 -17
  932. package/classification/UnitClassification.ts +0 -12
  933. package/classification/UnitTypeClassification.test.ts +0 -17
  934. package/classification/UnitTypeClassification.ts +0 -12
  935. package/classification/VenueClassification.test.ts +0 -17
  936. package/classification/VenueClassification.ts +0 -14
  937. package/classification/index.ts +0 -47
  938. package/classification/types.ts +0 -100
  939. package/classifier/AdjacencyClassifier.ts +0 -54
  940. package/classifier/AlphaNumericClassifier.test.ts +0 -100
  941. package/classifier/AlphaNumericClassifier.ts +0 -28
  942. package/classifier/CentralEuropeanStreetNameClassifier.test.ts +0 -68
  943. package/classifier/CentralEuropeanStreetNameClassifier.ts +0 -60
  944. package/classifier/ChainClassifier.test.ts +0 -23
  945. package/classifier/ChainClassifier.ts +0 -32
  946. package/classifier/CompositeClassifier.test.ts +0 -79
  947. package/classifier/CompositeClassifier.ts +0 -192
  948. package/classifier/CompoundStreetClassifier.test.ts +0 -57
  949. package/classifier/CompoundStreetClassifier.ts +0 -59
  950. package/classifier/DirectionalClassifier.test.ts +0 -190
  951. package/classifier/DirectionalClassifier.ts +0 -47
  952. package/classifier/GivenNameClassifier.test.ts +0 -32
  953. package/classifier/GivenNameClassifier.ts +0 -40
  954. package/classifier/HouseNumberClassifier.test.ts +0 -164
  955. package/classifier/HouseNumberClassifier.ts +0 -56
  956. package/classifier/IntersectionClassifier.ts +0 -47
  957. package/classifier/LevelClassifier.ts +0 -48
  958. package/classifier/LevelTypeClassifier.test.ts +0 -22
  959. package/classifier/LevelTypeClassifier.ts +0 -32
  960. package/classifier/LevelTypeLevelClassifier.ts +0 -71
  961. package/classifier/MiddleInitialClassifier.test.ts +0 -29
  962. package/classifier/MiddleInitialClassifier.ts +0 -25
  963. package/classifier/OrdinalClassifier.test.ts +0 -44
  964. package/classifier/OrdinalClassifier.ts +0 -34
  965. package/classifier/PersonClassifier.test.ts +0 -40
  966. package/classifier/PersonClassifier.ts +0 -38
  967. package/classifier/PersonalSuffixClassifier.test.ts +0 -32
  968. package/classifier/PersonalSuffixClassifier.ts +0 -36
  969. package/classifier/PersonalTitleClassifier.test.ts +0 -32
  970. package/classifier/PersonalTitleClassifier.ts +0 -44
  971. package/classifier/PlaceClassifier.test.ts +0 -32
  972. package/classifier/PlaceClassifier.ts +0 -46
  973. package/classifier/PostcodeClassifier.test.ts +0 -86
  974. package/classifier/PostcodeClassifier.ts +0 -86
  975. package/classifier/RoadTypeClassifier.test.ts +0 -37
  976. package/classifier/RoadTypeClassifier.ts +0 -43
  977. package/classifier/StopWordClassifier.test.ts +0 -32
  978. package/classifier/StopWordClassifier.ts +0 -44
  979. package/classifier/StreetPrefixClassifier.test.ts +0 -37
  980. package/classifier/StreetPrefixClassifier.ts +0 -58
  981. package/classifier/StreetProperNameClassifier.test.ts +0 -30
  982. package/classifier/StreetProperNameClassifier.ts +0 -38
  983. package/classifier/StreetSuffixClassifier.test.ts +0 -63
  984. package/classifier/StreetSuffixClassifier.ts +0 -77
  985. package/classifier/SurnameClassifier.test.ts +0 -30
  986. package/classifier/SurnameClassifier.ts +0 -41
  987. package/classifier/TokenPositionClassifier.test.ts +0 -95
  988. package/classifier/TokenPositionClassifier.ts +0 -57
  989. package/classifier/ToponymClassifier.test.ts +0 -36
  990. package/classifier/ToponymClassifier.ts +0 -39
  991. package/classifier/UnitClassifier.test.ts +0 -93
  992. package/classifier/UnitClassifier.ts +0 -67
  993. package/classifier/UnitTypeClassifier.test.ts +0 -22
  994. package/classifier/UnitTypeClassifier.ts +0 -32
  995. package/classifier/UnitTypeUnitClassifier.test.ts +0 -49
  996. package/classifier/UnitTypeUnitClassifier.ts +0 -71
  997. package/classifier/WhosOnFirstClassifier.test.ts +0 -38
  998. package/classifier/WhosOnFirstClassifier.ts +0 -190
  999. package/classifier/index.ts +0 -38
  1000. package/classifier/scheme/intersection.ts +0 -125
  1001. package/classifier/scheme/person.ts +0 -117
  1002. package/classifier/scheme/street.ts +0 -409
  1003. package/classifier/scheme/street_name.ts +0 -86
  1004. package/classifier/scheme/venue.ts +0 -206
  1005. package/classifier/super/BaseClassifier.ts +0 -39
  1006. package/classifier/super/PhraseClassifier.ts +0 -37
  1007. package/classifier/super/SectionClassifier.ts +0 -42
  1008. package/classifier/super/WordClassifier.ts +0 -31
  1009. package/classifier/super/index.ts +0 -10
  1010. package/debug/DebugOutputBuilder.ts +0 -219
  1011. package/docker-compose.yml +0 -8
  1012. package/docs/api.png +0 -0
  1013. package/docs/cli.png +0 -0
  1014. package/docs/demo.png +0 -0
  1015. package/eslint.config.mjs +0 -32
  1016. package/index.ts +0 -10
  1017. package/parser/AddressParser.ts +0 -162
  1018. package/parser/Parser.ts +0 -125
  1019. package/parser/index.ts +0 -9
  1020. package/parser/utils.ts +0 -94
  1021. package/resources/chromium-i18n/ssl-address/AC.json +0 -8
  1022. package/resources/chromium-i18n/ssl-address/AD.json +0 -16
  1023. package/resources/chromium-i18n/ssl-address/AE.json +0 -15
  1024. package/resources/chromium-i18n/ssl-address/AF.json +0 -8
  1025. package/resources/chromium-i18n/ssl-address/AG.json +0 -1
  1026. package/resources/chromium-i18n/ssl-address/AI.json +0 -8
  1027. package/resources/chromium-i18n/ssl-address/AL.json +0 -8
  1028. package/resources/chromium-i18n/ssl-address/AM.json +0 -16
  1029. package/resources/chromium-i18n/ssl-address/AO.json +0 -1
  1030. package/resources/chromium-i18n/ssl-address/AQ.json +0 -1
  1031. package/resources/chromium-i18n/ssl-address/AR.json +0 -16
  1032. package/resources/chromium-i18n/ssl-address/AS.json +0 -13
  1033. package/resources/chromium-i18n/ssl-address/AT.json +0 -10
  1034. package/resources/chromium-i18n/ssl-address/AU.json +0 -20
  1035. package/resources/chromium-i18n/ssl-address/AW.json +0 -1
  1036. package/resources/chromium-i18n/ssl-address/AX.json +0 -11
  1037. package/resources/chromium-i18n/ssl-address/AZ.json +0 -9
  1038. package/resources/chromium-i18n/ssl-address/BA.json +0 -8
  1039. package/resources/chromium-i18n/ssl-address/BB.json +0 -9
  1040. package/resources/chromium-i18n/ssl-address/BD.json +0 -9
  1041. package/resources/chromium-i18n/ssl-address/BE.json +0 -10
  1042. package/resources/chromium-i18n/ssl-address/BF.json +0 -6
  1043. package/resources/chromium-i18n/ssl-address/BG.json +0 -9
  1044. package/resources/chromium-i18n/ssl-address/BH.json +0 -8
  1045. package/resources/chromium-i18n/ssl-address/BI.json +0 -1
  1046. package/resources/chromium-i18n/ssl-address/BJ.json +0 -1
  1047. package/resources/chromium-i18n/ssl-address/BL.json +0 -11
  1048. package/resources/chromium-i18n/ssl-address/BM.json +0 -9
  1049. package/resources/chromium-i18n/ssl-address/BN.json +0 -9
  1050. package/resources/chromium-i18n/ssl-address/BO.json +0 -1
  1051. package/resources/chromium-i18n/ssl-address/BQ.json +0 -1
  1052. package/resources/chromium-i18n/ssl-address/BR.json +0 -21
  1053. package/resources/chromium-i18n/ssl-address/BS.json +0 -12
  1054. package/resources/chromium-i18n/ssl-address/BT.json +0 -9
  1055. package/resources/chromium-i18n/ssl-address/BV.json +0 -1
  1056. package/resources/chromium-i18n/ssl-address/BW.json +0 -1
  1057. package/resources/chromium-i18n/ssl-address/BY.json +0 -9
  1058. package/resources/chromium-i18n/ssl-address/BZ.json +0 -1
  1059. package/resources/chromium-i18n/ssl-address/CA.json +0 -17
  1060. package/resources/chromium-i18n/ssl-address/CC.json +0 -9
  1061. package/resources/chromium-i18n/ssl-address/CD.json +0 -1
  1062. package/resources/chromium-i18n/ssl-address/CF.json +0 -1
  1063. package/resources/chromium-i18n/ssl-address/CG.json +0 -1
  1064. package/resources/chromium-i18n/ssl-address/CH.json +0 -12
  1065. package/resources/chromium-i18n/ssl-address/CI.json +0 -6
  1066. package/resources/chromium-i18n/ssl-address/CK.json +0 -1
  1067. package/resources/chromium-i18n/ssl-address/CL.json +0 -15
  1068. package/resources/chromium-i18n/ssl-address/CM.json +0 -1
  1069. package/resources/chromium-i18n/ssl-address/CN.json +0 -22
  1070. package/resources/chromium-i18n/ssl-address/CO.json +0 -11
  1071. package/resources/chromium-i18n/ssl-address/CR.json +0 -10
  1072. package/resources/chromium-i18n/ssl-address/CU.json +0 -12
  1073. package/resources/chromium-i18n/ssl-address/CV.json +0 -13
  1074. package/resources/chromium-i18n/ssl-address/CW.json +0 -1
  1075. package/resources/chromium-i18n/ssl-address/CX.json +0 -9
  1076. package/resources/chromium-i18n/ssl-address/CY.json +0 -8
  1077. package/resources/chromium-i18n/ssl-address/CZ.json +0 -10
  1078. package/resources/chromium-i18n/ssl-address/DE.json +0 -10
  1079. package/resources/chromium-i18n/ssl-address/DJ.json +0 -1
  1080. package/resources/chromium-i18n/ssl-address/DK.json +0 -10
  1081. package/resources/chromium-i18n/ssl-address/DM.json +0 -1
  1082. package/resources/chromium-i18n/ssl-address/DO.json +0 -9
  1083. package/resources/chromium-i18n/ssl-address/DZ.json +0 -8
  1084. package/resources/chromium-i18n/ssl-address/EC.json +0 -10
  1085. package/resources/chromium-i18n/ssl-address/EE.json +0 -9
  1086. package/resources/chromium-i18n/ssl-address/EG.json +0 -16
  1087. package/resources/chromium-i18n/ssl-address/EH.json +0 -8
  1088. package/resources/chromium-i18n/ssl-address/ER.json +0 -1
  1089. package/resources/chromium-i18n/ssl-address/ES.json +0 -16
  1090. package/resources/chromium-i18n/ssl-address/ET.json +0 -8
  1091. package/resources/chromium-i18n/ssl-address/FI.json +0 -11
  1092. package/resources/chromium-i18n/ssl-address/FJ.json +0 -1
  1093. package/resources/chromium-i18n/ssl-address/FK.json +0 -10
  1094. package/resources/chromium-i18n/ssl-address/FM.json +0 -13
  1095. package/resources/chromium-i18n/ssl-address/FO.json +0 -10
  1096. package/resources/chromium-i18n/ssl-address/FR.json +0 -11
  1097. package/resources/chromium-i18n/ssl-address/GA.json +0 -1
  1098. package/resources/chromium-i18n/ssl-address/GB.json +0 -12
  1099. package/resources/chromium-i18n/ssl-address/GD.json +0 -1
  1100. package/resources/chromium-i18n/ssl-address/GE.json +0 -9
  1101. package/resources/chromium-i18n/ssl-address/GF.json +0 -11
  1102. package/resources/chromium-i18n/ssl-address/GG.json +0 -11
  1103. package/resources/chromium-i18n/ssl-address/GH.json +0 -1
  1104. package/resources/chromium-i18n/ssl-address/GI.json +0 -9
  1105. package/resources/chromium-i18n/ssl-address/GL.json +0 -9
  1106. package/resources/chromium-i18n/ssl-address/GM.json +0 -1
  1107. package/resources/chromium-i18n/ssl-address/GN.json +0 -8
  1108. package/resources/chromium-i18n/ssl-address/GP.json +0 -11
  1109. package/resources/chromium-i18n/ssl-address/GQ.json +0 -1
  1110. package/resources/chromium-i18n/ssl-address/GR.json +0 -10
  1111. package/resources/chromium-i18n/ssl-address/GS.json +0 -10
  1112. package/resources/chromium-i18n/ssl-address/GT.json +0 -8
  1113. package/resources/chromium-i18n/ssl-address/GU.json +0 -12
  1114. package/resources/chromium-i18n/ssl-address/GW.json +0 -8
  1115. package/resources/chromium-i18n/ssl-address/GY.json +0 -1
  1116. package/resources/chromium-i18n/ssl-address/HK.json +0 -16
  1117. package/resources/chromium-i18n/ssl-address/HM.json +0 -9
  1118. package/resources/chromium-i18n/ssl-address/HN.json +0 -9
  1119. package/resources/chromium-i18n/ssl-address/HR.json +0 -10
  1120. package/resources/chromium-i18n/ssl-address/HT.json +0 -9
  1121. package/resources/chromium-i18n/ssl-address/HU.json +0 -11
  1122. package/resources/chromium-i18n/ssl-address/ID.json +0 -13
  1123. package/resources/chromium-i18n/ssl-address/IE.json +0 -16
  1124. package/resources/chromium-i18n/ssl-address/IL.json +0 -9
  1125. package/resources/chromium-i18n/ssl-address/IM.json +0 -11
  1126. package/resources/chromium-i18n/ssl-address/IN.json +0 -18
  1127. package/resources/chromium-i18n/ssl-address/IO.json +0 -10
  1128. package/resources/chromium-i18n/ssl-address/IQ.json +0 -10
  1129. package/resources/chromium-i18n/ssl-address/IR.json +0 -14
  1130. package/resources/chromium-i18n/ssl-address/IS.json +0 -9
  1131. package/resources/chromium-i18n/ssl-address/IT.json +0 -17
  1132. package/resources/chromium-i18n/ssl-address/JE.json +0 -11
  1133. package/resources/chromium-i18n/ssl-address/JM.json +0 -12
  1134. package/resources/chromium-i18n/ssl-address/JO.json +0 -8
  1135. package/resources/chromium-i18n/ssl-address/JP.json +0 -19
  1136. package/resources/chromium-i18n/ssl-address/KE.json +0 -8
  1137. package/resources/chromium-i18n/ssl-address/KG.json +0 -8
  1138. package/resources/chromium-i18n/ssl-address/KH.json +0 -8
  1139. package/resources/chromium-i18n/ssl-address/KI.json +0 -8
  1140. package/resources/chromium-i18n/ssl-address/KM.json +0 -1
  1141. package/resources/chromium-i18n/ssl-address/KN.json +0 -12
  1142. package/resources/chromium-i18n/ssl-address/KP.json +0 -12
  1143. package/resources/chromium-i18n/ssl-address/KR.json +0 -23
  1144. package/resources/chromium-i18n/ssl-address/KW.json +0 -8
  1145. package/resources/chromium-i18n/ssl-address/KY.json +0 -14
  1146. package/resources/chromium-i18n/ssl-address/KZ.json +0 -8
  1147. package/resources/chromium-i18n/ssl-address/LA.json +0 -8
  1148. package/resources/chromium-i18n/ssl-address/LB.json +0 -8
  1149. package/resources/chromium-i18n/ssl-address/LC.json +0 -1
  1150. package/resources/chromium-i18n/ssl-address/LI.json +0 -11
  1151. package/resources/chromium-i18n/ssl-address/LK.json +0 -9
  1152. package/resources/chromium-i18n/ssl-address/LR.json +0 -8
  1153. package/resources/chromium-i18n/ssl-address/LS.json +0 -8
  1154. package/resources/chromium-i18n/ssl-address/LT.json +0 -10
  1155. package/resources/chromium-i18n/ssl-address/LU.json +0 -11
  1156. package/resources/chromium-i18n/ssl-address/LV.json +0 -9
  1157. package/resources/chromium-i18n/ssl-address/LY.json +0 -1
  1158. package/resources/chromium-i18n/ssl-address/MA.json +0 -8
  1159. package/resources/chromium-i18n/ssl-address/MC.json +0 -9
  1160. package/resources/chromium-i18n/ssl-address/MD.json +0 -9
  1161. package/resources/chromium-i18n/ssl-address/ME.json +0 -8
  1162. package/resources/chromium-i18n/ssl-address/MF.json +0 -11
  1163. package/resources/chromium-i18n/ssl-address/MG.json +0 -8
  1164. package/resources/chromium-i18n/ssl-address/MH.json +0 -13
  1165. package/resources/chromium-i18n/ssl-address/MK.json +0 -8
  1166. package/resources/chromium-i18n/ssl-address/ML.json +0 -1
  1167. package/resources/chromium-i18n/ssl-address/MM.json +0 -8
  1168. package/resources/chromium-i18n/ssl-address/MN.json +0 -9
  1169. package/resources/chromium-i18n/ssl-address/MO.json +0 -8
  1170. package/resources/chromium-i18n/ssl-address/MP.json +0 -13
  1171. package/resources/chromium-i18n/ssl-address/MQ.json +0 -11
  1172. package/resources/chromium-i18n/ssl-address/MR.json +0 -1
  1173. package/resources/chromium-i18n/ssl-address/MS.json +0 -1
  1174. package/resources/chromium-i18n/ssl-address/MT.json +0 -10
  1175. package/resources/chromium-i18n/ssl-address/MU.json +0 -9
  1176. package/resources/chromium-i18n/ssl-address/MV.json +0 -9
  1177. package/resources/chromium-i18n/ssl-address/MW.json +0 -1
  1178. package/resources/chromium-i18n/ssl-address/MX.json +0 -20
  1179. package/resources/chromium-i18n/ssl-address/MY.json +0 -19
  1180. package/resources/chromium-i18n/ssl-address/MZ.json +0 -12
  1181. package/resources/chromium-i18n/ssl-address/NA.json +0 -1
  1182. package/resources/chromium-i18n/ssl-address/NC.json +0 -11
  1183. package/resources/chromium-i18n/ssl-address/NE.json +0 -8
  1184. package/resources/chromium-i18n/ssl-address/NF.json +0 -9
  1185. package/resources/chromium-i18n/ssl-address/NG.json +0 -15
  1186. package/resources/chromium-i18n/ssl-address/NI.json +0 -16
  1187. package/resources/chromium-i18n/ssl-address/NL.json +0 -10
  1188. package/resources/chromium-i18n/ssl-address/NO.json +0 -11
  1189. package/resources/chromium-i18n/ssl-address/NP.json +0 -9
  1190. package/resources/chromium-i18n/ssl-address/NR.json +0 -12
  1191. package/resources/chromium-i18n/ssl-address/NU.json +0 -1
  1192. package/resources/chromium-i18n/ssl-address/NZ.json +0 -10
  1193. package/resources/chromium-i18n/ssl-address/OM.json +0 -8
  1194. package/resources/chromium-i18n/ssl-address/PA.json +0 -7
  1195. package/resources/chromium-i18n/ssl-address/PE.json +0 -14
  1196. package/resources/chromium-i18n/ssl-address/PF.json +0 -11
  1197. package/resources/chromium-i18n/ssl-address/PG.json +0 -9
  1198. package/resources/chromium-i18n/ssl-address/PH.json +0 -15
  1199. package/resources/chromium-i18n/ssl-address/PK.json +0 -9
  1200. package/resources/chromium-i18n/ssl-address/PL.json +0 -10
  1201. package/resources/chromium-i18n/ssl-address/PM.json +0 -10
  1202. package/resources/chromium-i18n/ssl-address/PN.json +0 -10
  1203. package/resources/chromium-i18n/ssl-address/PR.json +0 -13
  1204. package/resources/chromium-i18n/ssl-address/PS.json +0 -1
  1205. package/resources/chromium-i18n/ssl-address/PT.json +0 -10
  1206. package/resources/chromium-i18n/ssl-address/PW.json +0 -13
  1207. package/resources/chromium-i18n/ssl-address/PY.json +0 -8
  1208. package/resources/chromium-i18n/ssl-address/QA.json +0 -1
  1209. package/resources/chromium-i18n/ssl-address/RE.json +0 -11
  1210. package/resources/chromium-i18n/ssl-address/RO.json +0 -10
  1211. package/resources/chromium-i18n/ssl-address/RS.json +0 -9
  1212. package/resources/chromium-i18n/ssl-address/RU.json +0 -20
  1213. package/resources/chromium-i18n/ssl-address/RW.json +0 -1
  1214. package/resources/chromium-i18n/ssl-address/SA.json +0 -8
  1215. package/resources/chromium-i18n/ssl-address/SB.json +0 -1
  1216. package/resources/chromium-i18n/ssl-address/SC.json +0 -8
  1217. package/resources/chromium-i18n/ssl-address/SD.json +0 -9
  1218. package/resources/chromium-i18n/ssl-address/SE.json +0 -12
  1219. package/resources/chromium-i18n/ssl-address/SG.json +0 -10
  1220. package/resources/chromium-i18n/ssl-address/SH.json +0 -10
  1221. package/resources/chromium-i18n/ssl-address/SI.json +0 -9
  1222. package/resources/chromium-i18n/ssl-address/SJ.json +0 -11
  1223. package/resources/chromium-i18n/ssl-address/SK.json +0 -10
  1224. package/resources/chromium-i18n/ssl-address/SL.json +0 -1
  1225. package/resources/chromium-i18n/ssl-address/SM.json +0 -10
  1226. package/resources/chromium-i18n/ssl-address/SN.json +0 -8
  1227. package/resources/chromium-i18n/ssl-address/SO.json +0 -15
  1228. package/resources/chromium-i18n/ssl-address/SR.json +0 -11
  1229. package/resources/chromium-i18n/ssl-address/SS.json +0 -1
  1230. package/resources/chromium-i18n/ssl-address/ST.json +0 -1
  1231. package/resources/chromium-i18n/ssl-address/SV.json +0 -17
  1232. package/resources/chromium-i18n/ssl-address/SX.json +0 -1
  1233. package/resources/chromium-i18n/ssl-address/SY.json +0 -6
  1234. package/resources/chromium-i18n/ssl-address/SZ.json +0 -10
  1235. package/resources/chromium-i18n/ssl-address/TA.json +0 -8
  1236. package/resources/chromium-i18n/ssl-address/TC.json +0 -10
  1237. package/resources/chromium-i18n/ssl-address/TD.json +0 -1
  1238. package/resources/chromium-i18n/ssl-address/TF.json +0 -1
  1239. package/resources/chromium-i18n/ssl-address/TG.json +0 -1
  1240. package/resources/chromium-i18n/ssl-address/TH.json +0 -16
  1241. package/resources/chromium-i18n/ssl-address/TJ.json +0 -8
  1242. package/resources/chromium-i18n/ssl-address/TK.json +0 -1
  1243. package/resources/chromium-i18n/ssl-address/TL.json +0 -1
  1244. package/resources/chromium-i18n/ssl-address/TM.json +0 -8
  1245. package/resources/chromium-i18n/ssl-address/TN.json +0 -9
  1246. package/resources/chromium-i18n/ssl-address/TO.json +0 -1
  1247. package/resources/chromium-i18n/ssl-address/TR.json +0 -16
  1248. package/resources/chromium-i18n/ssl-address/TT.json +0 -1
  1249. package/resources/chromium-i18n/ssl-address/TV.json +0 -12
  1250. package/resources/chromium-i18n/ssl-address/TW.json +0 -20
  1251. package/resources/chromium-i18n/ssl-address/TZ.json +0 -8
  1252. package/resources/chromium-i18n/ssl-address/UA.json +0 -19
  1253. package/resources/chromium-i18n/ssl-address/UG.json +0 -1
  1254. package/resources/chromium-i18n/ssl-address/UM.json +0 -13
  1255. package/resources/chromium-i18n/ssl-address/US.json +0 -20
  1256. package/resources/chromium-i18n/ssl-address/UY.json +0 -15
  1257. package/resources/chromium-i18n/ssl-address/UZ.json +0 -10
  1258. package/resources/chromium-i18n/ssl-address/VA.json +0 -8
  1259. package/resources/chromium-i18n/ssl-address/VC.json +0 -9
  1260. package/resources/chromium-i18n/ssl-address/VE.json +0 -16
  1261. package/resources/chromium-i18n/ssl-address/VG.json +0 -9
  1262. package/resources/chromium-i18n/ssl-address/VI.json +0 -13
  1263. package/resources/chromium-i18n/ssl-address/VN.json +0 -15
  1264. package/resources/chromium-i18n/ssl-address/VU.json +0 -1
  1265. package/resources/chromium-i18n/ssl-address/WF.json +0 -10
  1266. package/resources/chromium-i18n/ssl-address/WS.json +0 -1
  1267. package/resources/chromium-i18n/ssl-address/XK.json +0 -8
  1268. package/resources/chromium-i18n/ssl-address/YE.json +0 -1
  1269. package/resources/chromium-i18n/ssl-address/YT.json +0 -10
  1270. package/resources/chromium-i18n/ssl-address/ZA.json +0 -10
  1271. package/resources/chromium-i18n/ssl-address/ZM.json +0 -8
  1272. package/resources/chromium-i18n/ssl-address/ZW.json +0 -1
  1273. package/resources/chromium-i18n/ssl-address-download.sh +0 -15
  1274. package/resources/chromium-i18n/ssl-address.json +0 -2468
  1275. package/resources/custom/custom.ts +0 -12
  1276. package/resources/helper.ts +0 -151
  1277. package/resources/libpostal/dictionaries/README.md +0 -88
  1278. package/resources/libpostal/dictionaries/af/ambiguous_expansions.txt +0 -8
  1279. package/resources/libpostal/dictionaries/af/concatenated_suffixes_inseparable.txt +0 -1
  1280. package/resources/libpostal/dictionaries/af/concatenated_suffixes_separable.txt +0 -14
  1281. package/resources/libpostal/dictionaries/af/directionals.txt +0 -12
  1282. package/resources/libpostal/dictionaries/af/personal_titles.txt +0 -23
  1283. package/resources/libpostal/dictionaries/af/place_names.txt +0 -2
  1284. package/resources/libpostal/dictionaries/af/qualifiers.txt +0 -4
  1285. package/resources/libpostal/dictionaries/af/stopwords.txt +0 -38
  1286. package/resources/libpostal/dictionaries/af/street_types.txt +0 -21
  1287. package/resources/libpostal/dictionaries/all/ambiguous_expansions.txt +0 -1
  1288. package/resources/libpostal/dictionaries/all/chains.txt +0 -504
  1289. package/resources/libpostal/dictionaries/all/given_names.txt +0 -12715
  1290. package/resources/libpostal/dictionaries/all/people.txt +0 -5
  1291. package/resources/libpostal/dictionaries/all/surnames.txt +0 -49375
  1292. package/resources/libpostal/dictionaries/ar/personal_titles.txt +0 -4
  1293. package/resources/libpostal/dictionaries/ar/place_names.txt +0 -1
  1294. package/resources/libpostal/dictionaries/ar/street_types.txt +0 -11
  1295. package/resources/libpostal/dictionaries/ast/ambiguous_expansions.txt +0 -1
  1296. package/resources/libpostal/dictionaries/ast/personal_titles.txt +0 -1
  1297. package/resources/libpostal/dictionaries/ast/street_types.txt +0 -3
  1298. package/resources/libpostal/dictionaries/az/building_types.txt +0 -1
  1299. package/resources/libpostal/dictionaries/az/directionals.txt +0 -8
  1300. package/resources/libpostal/dictionaries/az/personal_titles.txt +0 -3
  1301. package/resources/libpostal/dictionaries/az/place_names.txt +0 -1
  1302. package/resources/libpostal/dictionaries/az/street_types.txt +0 -18
  1303. package/resources/libpostal/dictionaries/be/ambiguous_expansions.txt +0 -8
  1304. package/resources/libpostal/dictionaries/be/building_types.txt +0 -2
  1305. package/resources/libpostal/dictionaries/be/chains.txt +0 -8
  1306. package/resources/libpostal/dictionaries/be/directionals.txt +0 -25
  1307. package/resources/libpostal/dictionaries/be/house_numbers.txt +0 -2
  1308. package/resources/libpostal/dictionaries/be/personal_titles.txt +0 -6
  1309. package/resources/libpostal/dictionaries/be/qualifiers.txt +0 -20
  1310. package/resources/libpostal/dictionaries/be/street_types.txt +0 -28
  1311. package/resources/libpostal/dictionaries/be/unit_types_numbered.txt +0 -2
  1312. package/resources/libpostal/dictionaries/bg/ambiguous_expansions.txt +0 -2
  1313. package/resources/libpostal/dictionaries/bg/cross_streets.txt +0 -10
  1314. package/resources/libpostal/dictionaries/bg/directionals.txt +0 -8
  1315. package/resources/libpostal/dictionaries/bg/entrances.txt +0 -2
  1316. package/resources/libpostal/dictionaries/bg/level_types_numbered.txt +0 -6
  1317. package/resources/libpostal/dictionaries/bg/level_types_standalone.txt +0 -4
  1318. package/resources/libpostal/dictionaries/bg/near.txt +0 -20
  1319. package/resources/libpostal/dictionaries/bg/number.txt +0 -2
  1320. package/resources/libpostal/dictionaries/bg/personal_titles.txt +0 -14
  1321. package/resources/libpostal/dictionaries/bg/place_names.txt +0 -6
  1322. package/resources/libpostal/dictionaries/bg/post_office.txt +0 -2
  1323. package/resources/libpostal/dictionaries/bg/qualifiers.txt +0 -10
  1324. package/resources/libpostal/dictionaries/bg/staircases.txt +0 -2
  1325. package/resources/libpostal/dictionaries/bg/street_types.txt +0 -6
  1326. package/resources/libpostal/dictionaries/bg/unit_directions.txt +0 -4
  1327. package/resources/libpostal/dictionaries/bg/unit_types_numbered.txt +0 -6
  1328. package/resources/libpostal/dictionaries/br/personal_titles.txt +0 -3
  1329. package/resources/libpostal/dictionaries/br/place_names.txt +0 -3
  1330. package/resources/libpostal/dictionaries/br/qualifiers.txt +0 -1
  1331. package/resources/libpostal/dictionaries/br/stopwords.txt +0 -4
  1332. package/resources/libpostal/dictionaries/br/street_types.txt +0 -40
  1333. package/resources/libpostal/dictionaries/bs/ambiguous_expansions.txt +0 -5
  1334. package/resources/libpostal/dictionaries/bs/building_types.txt +0 -1
  1335. package/resources/libpostal/dictionaries/bs/cross_streets.txt +0 -6
  1336. package/resources/libpostal/dictionaries/bs/directionals.txt +0 -4
  1337. package/resources/libpostal/dictionaries/bs/entrances.txt +0 -1
  1338. package/resources/libpostal/dictionaries/bs/level_types_basement.txt +0 -1
  1339. package/resources/libpostal/dictionaries/bs/level_types_mezzanine.txt +0 -1
  1340. package/resources/libpostal/dictionaries/bs/level_types_numbered.txt +0 -2
  1341. package/resources/libpostal/dictionaries/bs/level_types_standalone.txt +0 -2
  1342. package/resources/libpostal/dictionaries/bs/near.txt +0 -5
  1343. package/resources/libpostal/dictionaries/bs/no_number.txt +0 -1
  1344. package/resources/libpostal/dictionaries/bs/number.txt +0 -1
  1345. package/resources/libpostal/dictionaries/bs/personal_titles.txt +0 -8
  1346. package/resources/libpostal/dictionaries/bs/place_names.txt +0 -9
  1347. package/resources/libpostal/dictionaries/bs/post_office.txt +0 -1
  1348. package/resources/libpostal/dictionaries/bs/qualifiers.txt +0 -2
  1349. package/resources/libpostal/dictionaries/bs/staircases.txt +0 -1
  1350. package/resources/libpostal/dictionaries/bs/stopwords.txt +0 -2
  1351. package/resources/libpostal/dictionaries/bs/street_types.txt +0 -12
  1352. package/resources/libpostal/dictionaries/bs/unit_directions.txt +0 -2
  1353. package/resources/libpostal/dictionaries/bs/unit_types_numbered.txt +0 -4
  1354. package/resources/libpostal/dictionaries/ca/ambiguous_expansions.txt +0 -9
  1355. package/resources/libpostal/dictionaries/ca/cross_streets.txt +0 -8
  1356. package/resources/libpostal/dictionaries/ca/directionals.txt +0 -9
  1357. package/resources/libpostal/dictionaries/ca/elisions.txt +0 -1
  1358. package/resources/libpostal/dictionaries/ca/entrances.txt +0 -1
  1359. package/resources/libpostal/dictionaries/ca/given_names.txt +0 -1
  1360. package/resources/libpostal/dictionaries/ca/level_types_basement.txt +0 -1
  1361. package/resources/libpostal/dictionaries/ca/level_types_mezzanine.txt +0 -1
  1362. package/resources/libpostal/dictionaries/ca/level_types_numbered.txt +0 -2
  1363. package/resources/libpostal/dictionaries/ca/level_types_standalone.txt +0 -5
  1364. package/resources/libpostal/dictionaries/ca/level_types_sub_basement.txt +0 -1
  1365. package/resources/libpostal/dictionaries/ca/near.txt +0 -12
  1366. package/resources/libpostal/dictionaries/ca/no_number.txt +0 -1
  1367. package/resources/libpostal/dictionaries/ca/number.txt +0 -1
  1368. package/resources/libpostal/dictionaries/ca/personal_titles.txt +0 -10
  1369. package/resources/libpostal/dictionaries/ca/place_names.txt +0 -133
  1370. package/resources/libpostal/dictionaries/ca/post_office.txt +0 -1
  1371. package/resources/libpostal/dictionaries/ca/postcodes.txt +0 -1
  1372. package/resources/libpostal/dictionaries/ca/qualifiers.txt +0 -8
  1373. package/resources/libpostal/dictionaries/ca/staircases.txt +0 -1
  1374. package/resources/libpostal/dictionaries/ca/stopwords.txt +0 -31
  1375. package/resources/libpostal/dictionaries/ca/street_types.txt +0 -28
  1376. package/resources/libpostal/dictionaries/ca/synonyms.txt +0 -14
  1377. package/resources/libpostal/dictionaries/ca/unit_directions.txt +0 -2
  1378. package/resources/libpostal/dictionaries/ca/unit_types_numbered.txt +0 -10
  1379. package/resources/libpostal/dictionaries/cs/ambiguous_expansions.txt +0 -6
  1380. package/resources/libpostal/dictionaries/cs/chains.txt +0 -1
  1381. package/resources/libpostal/dictionaries/cs/cross_streets.txt +0 -9
  1382. package/resources/libpostal/dictionaries/cs/directionals.txt +0 -4
  1383. package/resources/libpostal/dictionaries/cs/entrances.txt +0 -1
  1384. package/resources/libpostal/dictionaries/cs/house_numbers.txt +0 -1
  1385. package/resources/libpostal/dictionaries/cs/level_types_basement.txt +0 -1
  1386. package/resources/libpostal/dictionaries/cs/level_types_numbered.txt +0 -3
  1387. package/resources/libpostal/dictionaries/cs/level_types_standalone.txt +0 -1
  1388. package/resources/libpostal/dictionaries/cs/near.txt +0 -12
  1389. package/resources/libpostal/dictionaries/cs/number.txt +0 -1
  1390. package/resources/libpostal/dictionaries/cs/personal_titles.txt +0 -2
  1391. package/resources/libpostal/dictionaries/cs/place_names.txt +0 -47
  1392. package/resources/libpostal/dictionaries/cs/post_office.txt +0 -1
  1393. package/resources/libpostal/dictionaries/cs/staircases.txt +0 -1
  1394. package/resources/libpostal/dictionaries/cs/stopwords.txt +0 -1
  1395. package/resources/libpostal/dictionaries/cs/street_types.txt +0 -6
  1396. package/resources/libpostal/dictionaries/cs/unit_directions.txt +0 -2
  1397. package/resources/libpostal/dictionaries/cs/unit_types_numbered.txt +0 -3
  1398. package/resources/libpostal/dictionaries/cy/building_types.txt +0 -5
  1399. package/resources/libpostal/dictionaries/cy/directionals.txt +0 -4
  1400. package/resources/libpostal/dictionaries/cy/personal_titles.txt +0 -2
  1401. package/resources/libpostal/dictionaries/cy/place_names.txt +0 -22
  1402. package/resources/libpostal/dictionaries/cy/qualifiers.txt +0 -2
  1403. package/resources/libpostal/dictionaries/cy/stopwords.txt +0 -3
  1404. package/resources/libpostal/dictionaries/cy/street_types.txt +0 -22
  1405. package/resources/libpostal/dictionaries/da/academic_degrees.txt +0 -1
  1406. package/resources/libpostal/dictionaries/da/ambiguous_expansions.txt +0 -7
  1407. package/resources/libpostal/dictionaries/da/building_types.txt +0 -3
  1408. package/resources/libpostal/dictionaries/da/concatenated_suffixes_inseparable.txt +0 -21
  1409. package/resources/libpostal/dictionaries/da/concatenated_suffixes_separable.txt +0 -9
  1410. package/resources/libpostal/dictionaries/da/cross_streets.txt +0 -5
  1411. package/resources/libpostal/dictionaries/da/directionals.txt +0 -13
  1412. package/resources/libpostal/dictionaries/da/entrances.txt +0 -1
  1413. package/resources/libpostal/dictionaries/da/level_types_basement.txt +0 -1
  1414. package/resources/libpostal/dictionaries/da/level_types_numbered.txt +0 -2
  1415. package/resources/libpostal/dictionaries/da/level_types_standalone.txt +0 -2
  1416. package/resources/libpostal/dictionaries/da/near.txt +0 -14
  1417. package/resources/libpostal/dictionaries/da/number.txt +0 -1
  1418. package/resources/libpostal/dictionaries/da/personal_titles.txt +0 -1
  1419. package/resources/libpostal/dictionaries/da/place_names.txt +0 -7
  1420. package/resources/libpostal/dictionaries/da/post_office.txt +0 -2
  1421. package/resources/libpostal/dictionaries/da/staircases.txt +0 -2
  1422. package/resources/libpostal/dictionaries/da/stopwords.txt +0 -1
  1423. package/resources/libpostal/dictionaries/da/street_types.txt +0 -38
  1424. package/resources/libpostal/dictionaries/da/synonyms.txt +0 -2
  1425. package/resources/libpostal/dictionaries/da/unit_directions.txt +0 -3
  1426. package/resources/libpostal/dictionaries/da/unit_types_numbered.txt +0 -2
  1427. package/resources/libpostal/dictionaries/de/academic_degrees.txt +0 -5
  1428. package/resources/libpostal/dictionaries/de/ambiguous_expansions.txt +0 -18
  1429. package/resources/libpostal/dictionaries/de/chains.txt +0 -11
  1430. package/resources/libpostal/dictionaries/de/company_types.txt +0 -8
  1431. package/resources/libpostal/dictionaries/de/concatenated_prefixes_separable.txt +0 -17
  1432. package/resources/libpostal/dictionaries/de/concatenated_suffixes_inseparable.txt +0 -5
  1433. package/resources/libpostal/dictionaries/de/concatenated_suffixes_separable.txt +0 -16
  1434. package/resources/libpostal/dictionaries/de/cross_streets.txt +0 -5
  1435. package/resources/libpostal/dictionaries/de/directionals.txt +0 -41
  1436. package/resources/libpostal/dictionaries/de/entrances.txt +0 -1
  1437. package/resources/libpostal/dictionaries/de/house_numbers.txt +0 -1
  1438. package/resources/libpostal/dictionaries/de/level_types_basement.txt +0 -1
  1439. package/resources/libpostal/dictionaries/de/level_types_numbered.txt +0 -3
  1440. package/resources/libpostal/dictionaries/de/level_types_standalone.txt +0 -4
  1441. package/resources/libpostal/dictionaries/de/near.txt +0 -16
  1442. package/resources/libpostal/dictionaries/de/number.txt +0 -1
  1443. package/resources/libpostal/dictionaries/de/personal_suffixes.txt +0 -2
  1444. package/resources/libpostal/dictionaries/de/personal_titles.txt +0 -18
  1445. package/resources/libpostal/dictionaries/de/place_names.txt +0 -123
  1446. package/resources/libpostal/dictionaries/de/post_office.txt +0 -1
  1447. package/resources/libpostal/dictionaries/de/qualifiers.txt +0 -3
  1448. package/resources/libpostal/dictionaries/de/staircases.txt +0 -2
  1449. package/resources/libpostal/dictionaries/de/stopwords.txt +0 -39
  1450. package/resources/libpostal/dictionaries/de/street_types.txt +0 -36
  1451. package/resources/libpostal/dictionaries/de/synonyms.txt +0 -16
  1452. package/resources/libpostal/dictionaries/de/toponyms.txt +0 -28
  1453. package/resources/libpostal/dictionaries/de/unit_directions.txt +0 -2
  1454. package/resources/libpostal/dictionaries/de/unit_types_numbered.txt +0 -7
  1455. package/resources/libpostal/dictionaries/el/ambiguous_expansions.txt +0 -1
  1456. package/resources/libpostal/dictionaries/el/building_types.txt +0 -2
  1457. package/resources/libpostal/dictionaries/el/entrances.txt +0 -2
  1458. package/resources/libpostal/dictionaries/el/given_names.txt +0 -6
  1459. package/resources/libpostal/dictionaries/el/level_types_basement.txt +0 -2
  1460. package/resources/libpostal/dictionaries/el/level_types_mezzanine.txt +0 -2
  1461. package/resources/libpostal/dictionaries/el/level_types_numbered.txt +0 -2
  1462. package/resources/libpostal/dictionaries/el/level_types_standalone.txt +0 -2
  1463. package/resources/libpostal/dictionaries/el/personal_titles.txt +0 -12
  1464. package/resources/libpostal/dictionaries/el/place_names.txt +0 -18
  1465. package/resources/libpostal/dictionaries/el/post_office.txt +0 -2
  1466. package/resources/libpostal/dictionaries/el/postcodes.txt +0 -2
  1467. package/resources/libpostal/dictionaries/el/qualifiers.txt +0 -6
  1468. package/resources/libpostal/dictionaries/el/staircases.txt +0 -2
  1469. package/resources/libpostal/dictionaries/el/street_types.txt +0 -6
  1470. package/resources/libpostal/dictionaries/el/synonyms.txt +0 -41
  1471. package/resources/libpostal/dictionaries/el/toponyms.txt +0 -3
  1472. package/resources/libpostal/dictionaries/el/unit_types_numbered.txt +0 -6
  1473. package/resources/libpostal/dictionaries/en/academic_degrees.txt +0 -27
  1474. package/resources/libpostal/dictionaries/en/ambiguous_expansions.txt +0 -178
  1475. package/resources/libpostal/dictionaries/en/building_types.txt +0 -19
  1476. package/resources/libpostal/dictionaries/en/chains.txt +0 -6
  1477. package/resources/libpostal/dictionaries/en/company_types.txt +0 -61
  1478. package/resources/libpostal/dictionaries/en/cross_streets.txt +0 -9
  1479. package/resources/libpostal/dictionaries/en/directionals.txt +0 -20
  1480. package/resources/libpostal/dictionaries/en/entrances.txt +0 -1
  1481. package/resources/libpostal/dictionaries/en/given_names.txt +0 -2
  1482. package/resources/libpostal/dictionaries/en/level_types_basement.txt +0 -1
  1483. package/resources/libpostal/dictionaries/en/level_types_mezzanine.txt +0 -5
  1484. package/resources/libpostal/dictionaries/en/level_types_numbered.txt +0 -4
  1485. package/resources/libpostal/dictionaries/en/level_types_standalone.txt +0 -12
  1486. package/resources/libpostal/dictionaries/en/level_types_sub_basement.txt +0 -1
  1487. package/resources/libpostal/dictionaries/en/near.txt +0 -7
  1488. package/resources/libpostal/dictionaries/en/no_number.txt +0 -1
  1489. package/resources/libpostal/dictionaries/en/nulls.txt +0 -2
  1490. package/resources/libpostal/dictionaries/en/number.txt +0 -1
  1491. package/resources/libpostal/dictionaries/en/personal_suffixes.txt +0 -2
  1492. package/resources/libpostal/dictionaries/en/personal_titles.txt +0 -80
  1493. package/resources/libpostal/dictionaries/en/place_names.txt +0 -315
  1494. package/resources/libpostal/dictionaries/en/post_office.txt +0 -16
  1495. package/resources/libpostal/dictionaries/en/qualifiers.txt +0 -5
  1496. package/resources/libpostal/dictionaries/en/staircases.txt +0 -3
  1497. package/resources/libpostal/dictionaries/en/stopwords.txt +0 -14
  1498. package/resources/libpostal/dictionaries/en/street_names.txt +0 -358
  1499. package/resources/libpostal/dictionaries/en/street_types.txt +0 -410
  1500. package/resources/libpostal/dictionaries/en/synonyms.txt +0 -53
  1501. package/resources/libpostal/dictionaries/en/toponyms.txt +0 -80
  1502. package/resources/libpostal/dictionaries/en/unit_directions.txt +0 -4
  1503. package/resources/libpostal/dictionaries/en/unit_types_numbered.txt +0 -69
  1504. package/resources/libpostal/dictionaries/en/unit_types_standalone.txt +0 -16
  1505. package/resources/libpostal/dictionaries/es/academic_degrees.txt +0 -2
  1506. package/resources/libpostal/dictionaries/es/ambiguous_expansions.txt +0 -45
  1507. package/resources/libpostal/dictionaries/es/building_types.txt +0 -15
  1508. package/resources/libpostal/dictionaries/es/company_types.txt +0 -49
  1509. package/resources/libpostal/dictionaries/es/cross_streets.txt +0 -9
  1510. package/resources/libpostal/dictionaries/es/directionals.txt +0 -13
  1511. package/resources/libpostal/dictionaries/es/entrances.txt +0 -3
  1512. package/resources/libpostal/dictionaries/es/given_names.txt +0 -3
  1513. package/resources/libpostal/dictionaries/es/house_numbers.txt +0 -2
  1514. package/resources/libpostal/dictionaries/es/level_types_basement.txt +0 -1
  1515. package/resources/libpostal/dictionaries/es/level_types_mezzanine.txt +0 -1
  1516. package/resources/libpostal/dictionaries/es/level_types_numbered.txt +0 -2
  1517. package/resources/libpostal/dictionaries/es/level_types_standalone.txt +0 -7
  1518. package/resources/libpostal/dictionaries/es/level_types_sub_basement.txt +0 -1
  1519. package/resources/libpostal/dictionaries/es/near.txt +0 -10
  1520. package/resources/libpostal/dictionaries/es/no_number.txt +0 -1
  1521. package/resources/libpostal/dictionaries/es/number.txt +0 -1
  1522. package/resources/libpostal/dictionaries/es/personal_suffixes.txt +0 -1
  1523. package/resources/libpostal/dictionaries/es/personal_titles.txt +0 -132
  1524. package/resources/libpostal/dictionaries/es/place_names.txt +0 -234
  1525. package/resources/libpostal/dictionaries/es/post_office.txt +0 -4
  1526. package/resources/libpostal/dictionaries/es/postcodes.txt +0 -1
  1527. package/resources/libpostal/dictionaries/es/qualifiers.txt +0 -34
  1528. package/resources/libpostal/dictionaries/es/staircases.txt +0 -2
  1529. package/resources/libpostal/dictionaries/es/stopwords.txt +0 -29
  1530. package/resources/libpostal/dictionaries/es/street_types.txt +0 -109
  1531. package/resources/libpostal/dictionaries/es/surnames.txt +0 -6
  1532. package/resources/libpostal/dictionaries/es/synonyms.txt +0 -58
  1533. package/resources/libpostal/dictionaries/es/toponyms.txt +0 -39
  1534. package/resources/libpostal/dictionaries/es/unit_directions.txt +0 -4
  1535. package/resources/libpostal/dictionaries/es/unit_types_numbered.txt +0 -15
  1536. package/resources/libpostal/dictionaries/es/unit_types_standalone.txt +0 -5
  1537. package/resources/libpostal/dictionaries/et/ambiguous_expansions.txt +0 -5
  1538. package/resources/libpostal/dictionaries/et/building_types.txt +0 -3
  1539. package/resources/libpostal/dictionaries/et/company_types.txt +0 -10
  1540. package/resources/libpostal/dictionaries/et/cross_streets.txt +0 -4
  1541. package/resources/libpostal/dictionaries/et/directionals.txt +0 -9
  1542. package/resources/libpostal/dictionaries/et/entrances.txt +0 -1
  1543. package/resources/libpostal/dictionaries/et/level_types_basement.txt +0 -2
  1544. package/resources/libpostal/dictionaries/et/level_types_numbered.txt +0 -1
  1545. package/resources/libpostal/dictionaries/et/near.txt +0 -4
  1546. package/resources/libpostal/dictionaries/et/number.txt +0 -1
  1547. package/resources/libpostal/dictionaries/et/personal_titles.txt +0 -13
  1548. package/resources/libpostal/dictionaries/et/place_names.txt +0 -39
  1549. package/resources/libpostal/dictionaries/et/post_office.txt +0 -2
  1550. package/resources/libpostal/dictionaries/et/qualifiers.txt +0 -6
  1551. package/resources/libpostal/dictionaries/et/staircases.txt +0 -1
  1552. package/resources/libpostal/dictionaries/et/stopwords.txt +0 -1
  1553. package/resources/libpostal/dictionaries/et/street_types.txt +0 -10
  1554. package/resources/libpostal/dictionaries/et/toponyms.txt +0 -1
  1555. package/resources/libpostal/dictionaries/et/unit_directions.txt +0 -4
  1556. package/resources/libpostal/dictionaries/et/unit_types_numbered.txt +0 -3
  1557. package/resources/libpostal/dictionaries/eu/ambiguous_expansions.txt +0 -2
  1558. package/resources/libpostal/dictionaries/eu/cross_streets.txt +0 -4
  1559. package/resources/libpostal/dictionaries/eu/entrances.txt +0 -1
  1560. package/resources/libpostal/dictionaries/eu/level_types_numbered.txt +0 -1
  1561. package/resources/libpostal/dictionaries/eu/level_types_standalone.txt +0 -2
  1562. package/resources/libpostal/dictionaries/eu/near.txt +0 -5
  1563. package/resources/libpostal/dictionaries/eu/no_number.txt +0 -1
  1564. package/resources/libpostal/dictionaries/eu/place_names.txt +0 -63
  1565. package/resources/libpostal/dictionaries/eu/post_office.txt +0 -1
  1566. package/resources/libpostal/dictionaries/eu/postcodes.txt +0 -1
  1567. package/resources/libpostal/dictionaries/eu/qualifiers.txt +0 -2
  1568. package/resources/libpostal/dictionaries/eu/staircases.txt +0 -1
  1569. package/resources/libpostal/dictionaries/eu/stopwords.txt +0 -1
  1570. package/resources/libpostal/dictionaries/eu/street_types.txt +0 -18
  1571. package/resources/libpostal/dictionaries/eu/unit_directions.txt +0 -3
  1572. package/resources/libpostal/dictionaries/eu/unit_types_numbered.txt +0 -2
  1573. package/resources/libpostal/dictionaries/fa/personal_titles.txt +0 -6
  1574. package/resources/libpostal/dictionaries/fa/place_names.txt +0 -3
  1575. package/resources/libpostal/dictionaries/fa/street_types.txt +0 -7
  1576. package/resources/libpostal/dictionaries/fi/ambiguous_expansions.txt +0 -5
  1577. package/resources/libpostal/dictionaries/fi/building_types.txt +0 -3
  1578. package/resources/libpostal/dictionaries/fi/chains.txt +0 -1
  1579. package/resources/libpostal/dictionaries/fi/concatenated_suffixes_separable.txt +0 -20
  1580. package/resources/libpostal/dictionaries/fi/cross_streets.txt +0 -3
  1581. package/resources/libpostal/dictionaries/fi/directionals.txt +0 -4
  1582. package/resources/libpostal/dictionaries/fi/entrances.txt +0 -1
  1583. package/resources/libpostal/dictionaries/fi/level_types_numbered.txt +0 -1
  1584. package/resources/libpostal/dictionaries/fi/near.txt +0 -5
  1585. package/resources/libpostal/dictionaries/fi/number.txt +0 -1
  1586. package/resources/libpostal/dictionaries/fi/post_office.txt +0 -1
  1587. package/resources/libpostal/dictionaries/fi/qualifiers.txt +0 -2
  1588. package/resources/libpostal/dictionaries/fi/staircases.txt +0 -1
  1589. package/resources/libpostal/dictionaries/fi/stopwords.txt +0 -1
  1590. package/resources/libpostal/dictionaries/fi/street_types.txt +0 -20
  1591. package/resources/libpostal/dictionaries/fi/synonyms.txt +0 -1
  1592. package/resources/libpostal/dictionaries/fi/unit_directions.txt +0 -4
  1593. package/resources/libpostal/dictionaries/fi/unit_types_numbered.txt +0 -2
  1594. package/resources/libpostal/dictionaries/fil/street_types.txt +0 -3
  1595. package/resources/libpostal/dictionaries/fr/ambiguous_expansions.txt +0 -25
  1596. package/resources/libpostal/dictionaries/fr/building_types.txt +0 -4
  1597. package/resources/libpostal/dictionaries/fr/chains.txt +0 -2
  1598. package/resources/libpostal/dictionaries/fr/company_types.txt +0 -40
  1599. package/resources/libpostal/dictionaries/fr/cross_streets.txt +0 -5
  1600. package/resources/libpostal/dictionaries/fr/directionals.txt +0 -12
  1601. package/resources/libpostal/dictionaries/fr/elisions.txt +0 -9
  1602. package/resources/libpostal/dictionaries/fr/entrances.txt +0 -2
  1603. package/resources/libpostal/dictionaries/fr/level_types_basement.txt +0 -1
  1604. package/resources/libpostal/dictionaries/fr/level_types_mezzanine.txt +0 -1
  1605. package/resources/libpostal/dictionaries/fr/level_types_numbered.txt +0 -2
  1606. package/resources/libpostal/dictionaries/fr/level_types_standalone.txt +0 -8
  1607. package/resources/libpostal/dictionaries/fr/level_types_sub_basement.txt +0 -1
  1608. package/resources/libpostal/dictionaries/fr/near.txt +0 -20
  1609. package/resources/libpostal/dictionaries/fr/no_number.txt +0 -1
  1610. package/resources/libpostal/dictionaries/fr/number.txt +0 -1
  1611. package/resources/libpostal/dictionaries/fr/people.txt +0 -1
  1612. package/resources/libpostal/dictionaries/fr/personal_titles.txt +0 -57
  1613. package/resources/libpostal/dictionaries/fr/place_names.txt +0 -147
  1614. package/resources/libpostal/dictionaries/fr/post_office.txt +0 -3
  1615. package/resources/libpostal/dictionaries/fr/qualifiers.txt +0 -19
  1616. package/resources/libpostal/dictionaries/fr/staircases.txt +0 -1
  1617. package/resources/libpostal/dictionaries/fr/stopwords.txt +0 -28
  1618. package/resources/libpostal/dictionaries/fr/street_types.txt +0 -165
  1619. package/resources/libpostal/dictionaries/fr/synonyms.txt +0 -14
  1620. package/resources/libpostal/dictionaries/fr/toponyms.txt +0 -13
  1621. package/resources/libpostal/dictionaries/fr/unit_directions.txt +0 -4
  1622. package/resources/libpostal/dictionaries/fr/unit_types_numbered.txt +0 -10
  1623. package/resources/libpostal/dictionaries/ga/building_types.txt +0 -16
  1624. package/resources/libpostal/dictionaries/ga/level_types_standalone.txt +0 -1
  1625. package/resources/libpostal/dictionaries/ga/personal_titles.txt +0 -1
  1626. package/resources/libpostal/dictionaries/ga/place_names.txt +0 -10
  1627. package/resources/libpostal/dictionaries/ga/street_types.txt +0 -95
  1628. package/resources/libpostal/dictionaries/ga/unit_types_numbered.txt +0 -1
  1629. package/resources/libpostal/dictionaries/gd/building_types.txt +0 -8
  1630. package/resources/libpostal/dictionaries/gd/directionals.txt +0 -6
  1631. package/resources/libpostal/dictionaries/gd/place_names.txt +0 -7
  1632. package/resources/libpostal/dictionaries/gd/qualifiers.txt +0 -1
  1633. package/resources/libpostal/dictionaries/gd/stopwords.txt +0 -2
  1634. package/resources/libpostal/dictionaries/gd/street_types.txt +0 -52
  1635. package/resources/libpostal/dictionaries/gl/ambiguous_expansions.txt +0 -6
  1636. package/resources/libpostal/dictionaries/gl/directionals.txt +0 -8
  1637. package/resources/libpostal/dictionaries/gl/personal_titles.txt +0 -2
  1638. package/resources/libpostal/dictionaries/gl/stopwords.txt +0 -39
  1639. package/resources/libpostal/dictionaries/gl/street_types.txt +0 -26
  1640. package/resources/libpostal/dictionaries/gl/unit_directions.txt +0 -2
  1641. package/resources/libpostal/dictionaries/gsw/ambiguous_expansions.txt +0 -1
  1642. package/resources/libpostal/dictionaries/gsw/concatenated_suffixes_separable.txt +0 -8
  1643. package/resources/libpostal/dictionaries/gsw/street_types.txt +0 -8
  1644. package/resources/libpostal/dictionaries/he/entrances.txt +0 -2
  1645. package/resources/libpostal/dictionaries/he/level_types_basement.txt +0 -2
  1646. package/resources/libpostal/dictionaries/he/level_types_numbered.txt +0 -2
  1647. package/resources/libpostal/dictionaries/he/level_types_standalone.txt +0 -2
  1648. package/resources/libpostal/dictionaries/he/personal_titles.txt +0 -2
  1649. package/resources/libpostal/dictionaries/he/post_office.txt +0 -2
  1650. package/resources/libpostal/dictionaries/he/street_types.txt +0 -8
  1651. package/resources/libpostal/dictionaries/he/unit_types_numbered.txt +0 -2
  1652. package/resources/libpostal/dictionaries/hi/street_types.txt +0 -3
  1653. package/resources/libpostal/dictionaries/hr/ambiguous_expansions.txt +0 -6
  1654. package/resources/libpostal/dictionaries/hr/building_types.txt +0 -1
  1655. package/resources/libpostal/dictionaries/hr/cross_streets.txt +0 -6
  1656. package/resources/libpostal/dictionaries/hr/directionals.txt +0 -4
  1657. package/resources/libpostal/dictionaries/hr/entrances.txt +0 -1
  1658. package/resources/libpostal/dictionaries/hr/level_types_basement.txt +0 -1
  1659. package/resources/libpostal/dictionaries/hr/level_types_mezzanine.txt +0 -1
  1660. package/resources/libpostal/dictionaries/hr/level_types_numbered.txt +0 -2
  1661. package/resources/libpostal/dictionaries/hr/level_types_standalone.txt +0 -2
  1662. package/resources/libpostal/dictionaries/hr/near.txt +0 -5
  1663. package/resources/libpostal/dictionaries/hr/no_number.txt +0 -1
  1664. package/resources/libpostal/dictionaries/hr/personal_titles.txt +0 -6
  1665. package/resources/libpostal/dictionaries/hr/place_names.txt +0 -18
  1666. package/resources/libpostal/dictionaries/hr/post_office.txt +0 -1
  1667. package/resources/libpostal/dictionaries/hr/qualifiers.txt +0 -1
  1668. package/resources/libpostal/dictionaries/hr/staircases.txt +0 -1
  1669. package/resources/libpostal/dictionaries/hr/stopwords.txt +0 -1
  1670. package/resources/libpostal/dictionaries/hr/street_types.txt +0 -12
  1671. package/resources/libpostal/dictionaries/hr/unit_directions.txt +0 -2
  1672. package/resources/libpostal/dictionaries/hr/unit_types_numbered.txt +0 -4
  1673. package/resources/libpostal/dictionaries/hu/ambiguous_expansions.txt +0 -6
  1674. package/resources/libpostal/dictionaries/hu/cross_streets.txt +0 -5
  1675. package/resources/libpostal/dictionaries/hu/directionals.txt +0 -8
  1676. package/resources/libpostal/dictionaries/hu/level_types_basement.txt +0 -4
  1677. package/resources/libpostal/dictionaries/hu/level_types_mezzanine.txt +0 -2
  1678. package/resources/libpostal/dictionaries/hu/level_types_numbered.txt +0 -1
  1679. package/resources/libpostal/dictionaries/hu/level_types_standalone.txt +0 -1
  1680. package/resources/libpostal/dictionaries/hu/near.txt +0 -3
  1681. package/resources/libpostal/dictionaries/hu/number.txt +0 -1
  1682. package/resources/libpostal/dictionaries/hu/personal_titles.txt +0 -1
  1683. package/resources/libpostal/dictionaries/hu/post_office.txt +0 -1
  1684. package/resources/libpostal/dictionaries/hu/stopwords.txt +0 -4
  1685. package/resources/libpostal/dictionaries/hu/street_types.txt +0 -21
  1686. package/resources/libpostal/dictionaries/hu/unit_directions.txt +0 -2
  1687. package/resources/libpostal/dictionaries/hu/unit_types_numbered.txt +0 -3
  1688. package/resources/libpostal/dictionaries/id/academic_degrees.txt +0 -78
  1689. package/resources/libpostal/dictionaries/id/ambiguous_expansions.txt +0 -64
  1690. package/resources/libpostal/dictionaries/id/building_types.txt +0 -7
  1691. package/resources/libpostal/dictionaries/id/chains.txt +0 -5
  1692. package/resources/libpostal/dictionaries/id/company_types.txt +0 -15
  1693. package/resources/libpostal/dictionaries/id/cross_streets.txt +0 -6
  1694. package/resources/libpostal/dictionaries/id/directionals.txt +0 -9
  1695. package/resources/libpostal/dictionaries/id/entrances.txt +0 -3
  1696. package/resources/libpostal/dictionaries/id/level_types_numbered.txt +0 -1
  1697. package/resources/libpostal/dictionaries/id/level_types_standalone.txt +0 -3
  1698. package/resources/libpostal/dictionaries/id/near.txt +0 -3
  1699. package/resources/libpostal/dictionaries/id/number.txt +0 -1
  1700. package/resources/libpostal/dictionaries/id/personal_titles.txt +0 -34
  1701. package/resources/libpostal/dictionaries/id/place_names.txt +0 -145
  1702. package/resources/libpostal/dictionaries/id/qualifiers.txt +0 -13
  1703. package/resources/libpostal/dictionaries/id/stopwords.txt +0 -9
  1704. package/resources/libpostal/dictionaries/id/street_types.txt +0 -7
  1705. package/resources/libpostal/dictionaries/id/synonyms.txt +0 -22
  1706. package/resources/libpostal/dictionaries/id/toponyms.txt +0 -34
  1707. package/resources/libpostal/dictionaries/id/unit_directions.txt +0 -4
  1708. package/resources/libpostal/dictionaries/id/unit_types_numbered.txt +0 -16
  1709. package/resources/libpostal/dictionaries/id/unit_types_standalone.txt +0 -9
  1710. package/resources/libpostal/dictionaries/is/ambiguous_expansions.txt +0 -6
  1711. package/resources/libpostal/dictionaries/is/concatenated_suffixes_inseparable.txt +0 -29
  1712. package/resources/libpostal/dictionaries/is/cross_streets.txt +0 -4
  1713. package/resources/libpostal/dictionaries/is/directionals.txt +0 -4
  1714. package/resources/libpostal/dictionaries/is/entrances.txt +0 -1
  1715. package/resources/libpostal/dictionaries/is/level_types_basement.txt +0 -1
  1716. package/resources/libpostal/dictionaries/is/level_types_numbered.txt +0 -1
  1717. package/resources/libpostal/dictionaries/is/level_types_standalone.txt +0 -1
  1718. package/resources/libpostal/dictionaries/is/near.txt +0 -6
  1719. package/resources/libpostal/dictionaries/is/number.txt +0 -1
  1720. package/resources/libpostal/dictionaries/is/post_office.txt +0 -1
  1721. package/resources/libpostal/dictionaries/is/qualifiers.txt +0 -2
  1722. package/resources/libpostal/dictionaries/is/staircases.txt +0 -1
  1723. package/resources/libpostal/dictionaries/is/stopwords.txt +0 -1
  1724. package/resources/libpostal/dictionaries/is/street_types.txt +0 -29
  1725. package/resources/libpostal/dictionaries/is/unit_directions.txt +0 -2
  1726. package/resources/libpostal/dictionaries/is/unit_types_numbered.txt +0 -1
  1727. package/resources/libpostal/dictionaries/it/academic_degrees.txt +0 -1
  1728. package/resources/libpostal/dictionaries/it/ambiguous_expansions.txt +0 -8
  1729. package/resources/libpostal/dictionaries/it/building_types.txt +0 -5
  1730. package/resources/libpostal/dictionaries/it/chains.txt +0 -5
  1731. package/resources/libpostal/dictionaries/it/company_types.txt +0 -16
  1732. package/resources/libpostal/dictionaries/it/cross_streets.txt +0 -7
  1733. package/resources/libpostal/dictionaries/it/directionals.txt +0 -11
  1734. package/resources/libpostal/dictionaries/it/elisions.txt +0 -4
  1735. package/resources/libpostal/dictionaries/it/entrances.txt +0 -1
  1736. package/resources/libpostal/dictionaries/it/level_types_basement.txt +0 -2
  1737. package/resources/libpostal/dictionaries/it/level_types_numbered.txt +0 -2
  1738. package/resources/libpostal/dictionaries/it/level_types_standalone.txt +0 -2
  1739. package/resources/libpostal/dictionaries/it/near.txt +0 -10
  1740. package/resources/libpostal/dictionaries/it/no_number.txt +0 -2
  1741. package/resources/libpostal/dictionaries/it/number.txt +0 -1
  1742. package/resources/libpostal/dictionaries/it/personal_titles.txt +0 -72
  1743. package/resources/libpostal/dictionaries/it/place_names.txt +0 -203
  1744. package/resources/libpostal/dictionaries/it/post_office.txt +0 -2
  1745. package/resources/libpostal/dictionaries/it/qualifiers.txt +0 -16
  1746. package/resources/libpostal/dictionaries/it/staircases.txt +0 -1
  1747. package/resources/libpostal/dictionaries/it/stopwords.txt +0 -47
  1748. package/resources/libpostal/dictionaries/it/street_types.txt +0 -151
  1749. package/resources/libpostal/dictionaries/it/synonyms.txt +0 -115
  1750. package/resources/libpostal/dictionaries/it/toponyms.txt +0 -110
  1751. package/resources/libpostal/dictionaries/it/unit_types_numbered.txt +0 -9
  1752. package/resources/libpostal/dictionaries/ja/ambiguous_expansions.txt +0 -5
  1753. package/resources/libpostal/dictionaries/ja/building_types.txt +0 -6
  1754. package/resources/libpostal/dictionaries/ja/chains.txt +0 -27
  1755. package/resources/libpostal/dictionaries/ja/directionals.txt +0 -16
  1756. package/resources/libpostal/dictionaries/ja/level_types_numbered.txt +0 -3
  1757. package/resources/libpostal/dictionaries/ja/number.txt +0 -2
  1758. package/resources/libpostal/dictionaries/ja/place_names.txt +0 -16
  1759. package/resources/libpostal/dictionaries/ja/post_office.txt +0 -2
  1760. package/resources/libpostal/dictionaries/ja/postcodes.txt +0 -2
  1761. package/resources/libpostal/dictionaries/ja/qualifiers.txt +0 -38
  1762. package/resources/libpostal/dictionaries/ja/street_types.txt +0 -67
  1763. package/resources/libpostal/dictionaries/ka/ambiguous_expansions.txt +0 -2
  1764. package/resources/libpostal/dictionaries/ka/personal_titles.txt +0 -4
  1765. package/resources/libpostal/dictionaries/ka/place_names.txt +0 -7
  1766. package/resources/libpostal/dictionaries/ka/stopwords.txt +0 -1
  1767. package/resources/libpostal/dictionaries/ka/street_types.txt +0 -12
  1768. package/resources/libpostal/dictionaries/ko/directionals.txt +0 -31
  1769. package/resources/libpostal/dictionaries/ko/level_types_numbered.txt +0 -2
  1770. package/resources/libpostal/dictionaries/ko/number.txt +0 -3
  1771. package/resources/libpostal/dictionaries/ko/post_office.txt +0 -2
  1772. package/resources/libpostal/dictionaries/ko/postcodes.txt +0 -2
  1773. package/resources/libpostal/dictionaries/ko/qualifiers.txt +0 -6
  1774. package/resources/libpostal/dictionaries/ko/street_types.txt +0 -8
  1775. package/resources/libpostal/dictionaries/lb/concatenated_suffixes_separable.txt +0 -3
  1776. package/resources/libpostal/dictionaries/lb/street_types.txt +0 -3
  1777. package/resources/libpostal/dictionaries/lt/ambiguous_expansions.txt +0 -6
  1778. package/resources/libpostal/dictionaries/lt/building_types.txt +0 -1
  1779. package/resources/libpostal/dictionaries/lt/cross_streets.txt +0 -4
  1780. package/resources/libpostal/dictionaries/lt/directionals.txt +0 -4
  1781. package/resources/libpostal/dictionaries/lt/entrances.txt +0 -1
  1782. package/resources/libpostal/dictionaries/lt/level_types_basement.txt +0 -2
  1783. package/resources/libpostal/dictionaries/lt/level_types_numbered.txt +0 -2
  1784. package/resources/libpostal/dictionaries/lt/level_types_standalone.txt +0 -1
  1785. package/resources/libpostal/dictionaries/lt/number.txt +0 -1
  1786. package/resources/libpostal/dictionaries/lt/post_office.txt +0 -1
  1787. package/resources/libpostal/dictionaries/lt/qualifiers.txt +0 -5
  1788. package/resources/libpostal/dictionaries/lt/staircases.txt +0 -1
  1789. package/resources/libpostal/dictionaries/lt/stopwords.txt +0 -1
  1790. package/resources/libpostal/dictionaries/lt/street_types.txt +0 -7
  1791. package/resources/libpostal/dictionaries/lt/unit_directions.txt +0 -2
  1792. package/resources/libpostal/dictionaries/lt/unit_types_numbered.txt +0 -3
  1793. package/resources/libpostal/dictionaries/lv/ambiguous_expansions.txt +0 -6
  1794. package/resources/libpostal/dictionaries/lv/cross_streets.txt +0 -5
  1795. package/resources/libpostal/dictionaries/lv/directionals.txt +0 -4
  1796. package/resources/libpostal/dictionaries/lv/entrances.txt +0 -1
  1797. package/resources/libpostal/dictionaries/lv/level_types_basement.txt +0 -2
  1798. package/resources/libpostal/dictionaries/lv/level_types_numbered.txt +0 -1
  1799. package/resources/libpostal/dictionaries/lv/level_types_standalone.txt +0 -1
  1800. package/resources/libpostal/dictionaries/lv/number.txt +0 -1
  1801. package/resources/libpostal/dictionaries/lv/place_names.txt +0 -2
  1802. package/resources/libpostal/dictionaries/lv/staircases.txt +0 -2
  1803. package/resources/libpostal/dictionaries/lv/stopwords.txt +0 -1
  1804. package/resources/libpostal/dictionaries/lv/street_types.txt +0 -5
  1805. package/resources/libpostal/dictionaries/lv/unit_directions.txt +0 -2
  1806. package/resources/libpostal/dictionaries/lv/unit_types_numbered.txt +0 -3
  1807. package/resources/libpostal/dictionaries/ms/ambiguous_expansions.txt +0 -1
  1808. package/resources/libpostal/dictionaries/ms/building_types.txt +0 -10
  1809. package/resources/libpostal/dictionaries/ms/company_types.txt +0 -8
  1810. package/resources/libpostal/dictionaries/ms/directionals.txt +0 -9
  1811. package/resources/libpostal/dictionaries/ms/given_names.txt +0 -3
  1812. package/resources/libpostal/dictionaries/ms/level_types_numbered.txt +0 -2
  1813. package/resources/libpostal/dictionaries/ms/personal_titles.txt +0 -92
  1814. package/resources/libpostal/dictionaries/ms/place_names.txt +0 -145
  1815. package/resources/libpostal/dictionaries/ms/post_office.txt +0 -3
  1816. package/resources/libpostal/dictionaries/ms/qualifiers.txt +0 -6
  1817. package/resources/libpostal/dictionaries/ms/stopwords.txt +0 -1
  1818. package/resources/libpostal/dictionaries/ms/street_types.txt +0 -35
  1819. package/resources/libpostal/dictionaries/ms/synonyms.txt +0 -27
  1820. package/resources/libpostal/dictionaries/mt/ambiguous_expansions.txt +0 -1
  1821. package/resources/libpostal/dictionaries/mt/number.txt +0 -1
  1822. package/resources/libpostal/dictionaries/mt/personal_titles.txt +0 -6
  1823. package/resources/libpostal/dictionaries/mt/place_names.txt +0 -1
  1824. package/resources/libpostal/dictionaries/mt/stopwords.txt +0 -5
  1825. package/resources/libpostal/dictionaries/mt/street_types.txt +0 -6
  1826. package/resources/libpostal/dictionaries/nb/ambiguous_expansions.txt +0 -11
  1827. package/resources/libpostal/dictionaries/nb/building_types.txt +0 -3
  1828. package/resources/libpostal/dictionaries/nb/concatenated_suffixes_inseparable.txt +0 -13
  1829. package/resources/libpostal/dictionaries/nb/concatenated_suffixes_separable.txt +0 -6
  1830. package/resources/libpostal/dictionaries/nb/cross_streets.txt +0 -5
  1831. package/resources/libpostal/dictionaries/nb/directionals.txt +0 -13
  1832. package/resources/libpostal/dictionaries/nb/entrances.txt +0 -1
  1833. package/resources/libpostal/dictionaries/nb/level_types_numbered.txt +0 -5
  1834. package/resources/libpostal/dictionaries/nb/near.txt +0 -7
  1835. package/resources/libpostal/dictionaries/nb/number.txt +0 -1
  1836. package/resources/libpostal/dictionaries/nb/personal_titles.txt +0 -1
  1837. package/resources/libpostal/dictionaries/nb/post_office.txt +0 -1
  1838. package/resources/libpostal/dictionaries/nb/staircases.txt +0 -2
  1839. package/resources/libpostal/dictionaries/nb/stopwords.txt +0 -34
  1840. package/resources/libpostal/dictionaries/nb/street_types.txt +0 -20
  1841. package/resources/libpostal/dictionaries/nb/unit_directions.txt +0 -2
  1842. package/resources/libpostal/dictionaries/nb/unit_types_numbered.txt +0 -1
  1843. package/resources/libpostal/dictionaries/nl/ambiguous_expansions.txt +0 -10
  1844. package/resources/libpostal/dictionaries/nl/building_types.txt +0 -1
  1845. package/resources/libpostal/dictionaries/nl/chains.txt +0 -1
  1846. package/resources/libpostal/dictionaries/nl/concatenated_suffixes_inseparable.txt +0 -3
  1847. package/resources/libpostal/dictionaries/nl/concatenated_suffixes_separable.txt +0 -13
  1848. package/resources/libpostal/dictionaries/nl/cross_streets.txt +0 -4
  1849. package/resources/libpostal/dictionaries/nl/directionals.txt +0 -20
  1850. package/resources/libpostal/dictionaries/nl/entrances.txt +0 -1
  1851. package/resources/libpostal/dictionaries/nl/level_types_numbered.txt +0 -2
  1852. package/resources/libpostal/dictionaries/nl/level_types_standalone.txt +0 -5
  1853. package/resources/libpostal/dictionaries/nl/near.txt +0 -7
  1854. package/resources/libpostal/dictionaries/nl/number.txt +0 -1
  1855. package/resources/libpostal/dictionaries/nl/personal_titles.txt +0 -32
  1856. package/resources/libpostal/dictionaries/nl/place_names.txt +0 -81
  1857. package/resources/libpostal/dictionaries/nl/post_office.txt +0 -1
  1858. package/resources/libpostal/dictionaries/nl/qualifiers.txt +0 -4
  1859. package/resources/libpostal/dictionaries/nl/staircases.txt +0 -2
  1860. package/resources/libpostal/dictionaries/nl/stopwords.txt +0 -38
  1861. package/resources/libpostal/dictionaries/nl/street_types.txt +0 -22
  1862. package/resources/libpostal/dictionaries/nl/synonyms.txt +0 -2
  1863. package/resources/libpostal/dictionaries/nl/unit_directions.txt +0 -2
  1864. package/resources/libpostal/dictionaries/nl/unit_types_numbered.txt +0 -3
  1865. package/resources/libpostal/dictionaries/oc/elisions.txt +0 -1
  1866. package/resources/libpostal/dictionaries/oc/stopwords.txt +0 -14
  1867. package/resources/libpostal/dictionaries/oc/street_types.txt +0 -5
  1868. package/resources/libpostal/dictionaries/pap/personal_titles.txt +0 -2
  1869. package/resources/libpostal/dictionaries/pap/street_types.txt +0 -2
  1870. package/resources/libpostal/dictionaries/pl/academic_degrees.txt +0 -2
  1871. package/resources/libpostal/dictionaries/pl/ambiguous_expansions.txt +0 -9
  1872. package/resources/libpostal/dictionaries/pl/building_types.txt +0 -1
  1873. package/resources/libpostal/dictionaries/pl/chains.txt +0 -3
  1874. package/resources/libpostal/dictionaries/pl/company_types.txt +0 -4
  1875. package/resources/libpostal/dictionaries/pl/cross_streets.txt +0 -6
  1876. package/resources/libpostal/dictionaries/pl/directionals.txt +0 -8
  1877. package/resources/libpostal/dictionaries/pl/entrances.txt +0 -1
  1878. package/resources/libpostal/dictionaries/pl/house_numbers.txt +0 -1
  1879. package/resources/libpostal/dictionaries/pl/level_types_basement.txt +0 -1
  1880. package/resources/libpostal/dictionaries/pl/level_types_numbered.txt +0 -1
  1881. package/resources/libpostal/dictionaries/pl/level_types_standalone.txt +0 -1
  1882. package/resources/libpostal/dictionaries/pl/near.txt +0 -11
  1883. package/resources/libpostal/dictionaries/pl/number.txt +0 -1
  1884. package/resources/libpostal/dictionaries/pl/personal_suffixes.txt +0 -2
  1885. package/resources/libpostal/dictionaries/pl/personal_titles.txt +0 -54
  1886. package/resources/libpostal/dictionaries/pl/place_names.txt +0 -31
  1887. package/resources/libpostal/dictionaries/pl/post_office.txt +0 -1
  1888. package/resources/libpostal/dictionaries/pl/qualifiers.txt +0 -9
  1889. package/resources/libpostal/dictionaries/pl/staircases.txt +0 -1
  1890. package/resources/libpostal/dictionaries/pl/stopwords.txt +0 -3
  1891. package/resources/libpostal/dictionaries/pl/street_types.txt +0 -12
  1892. package/resources/libpostal/dictionaries/pl/synonyms.txt +0 -19
  1893. package/resources/libpostal/dictionaries/pl/toponyms.txt +0 -1
  1894. package/resources/libpostal/dictionaries/pl/unit_directions.txt +0 -2
  1895. package/resources/libpostal/dictionaries/pl/unit_types_numbered.txt +0 -2
  1896. package/resources/libpostal/dictionaries/pt/ambiguous_expansions.txt +0 -12
  1897. package/resources/libpostal/dictionaries/pt/building_types.txt +0 -7
  1898. package/resources/libpostal/dictionaries/pt/company_types.txt +0 -31
  1899. package/resources/libpostal/dictionaries/pt/cross_streets.txt +0 -8
  1900. package/resources/libpostal/dictionaries/pt/directionals.txt +0 -8
  1901. package/resources/libpostal/dictionaries/pt/elisions.txt +0 -1
  1902. package/resources/libpostal/dictionaries/pt/entrances.txt +0 -1
  1903. package/resources/libpostal/dictionaries/pt/level_types_basement.txt +0 -1
  1904. package/resources/libpostal/dictionaries/pt/level_types_mezzanine.txt +0 -1
  1905. package/resources/libpostal/dictionaries/pt/level_types_numbered.txt +0 -3
  1906. package/resources/libpostal/dictionaries/pt/level_types_standalone.txt +0 -5
  1907. package/resources/libpostal/dictionaries/pt/level_types_sub_basement.txt +0 -1
  1908. package/resources/libpostal/dictionaries/pt/near.txt +0 -13
  1909. package/resources/libpostal/dictionaries/pt/no_number.txt +0 -1
  1910. package/resources/libpostal/dictionaries/pt/number.txt +0 -1
  1911. package/resources/libpostal/dictionaries/pt/personal_suffixes.txt +0 -3
  1912. package/resources/libpostal/dictionaries/pt/personal_titles.txt +0 -101
  1913. package/resources/libpostal/dictionaries/pt/place_names.txt +0 -52
  1914. package/resources/libpostal/dictionaries/pt/post_office.txt +0 -2
  1915. package/resources/libpostal/dictionaries/pt/postcodes.txt +0 -2
  1916. package/resources/libpostal/dictionaries/pt/qualifiers.txt +0 -8
  1917. package/resources/libpostal/dictionaries/pt/staircases.txt +0 -1
  1918. package/resources/libpostal/dictionaries/pt/stopwords.txt +0 -35
  1919. package/resources/libpostal/dictionaries/pt/street_types.txt +0 -53
  1920. package/resources/libpostal/dictionaries/pt/synonyms.txt +0 -21
  1921. package/resources/libpostal/dictionaries/pt/toponyms.txt +0 -28
  1922. package/resources/libpostal/dictionaries/pt/unit_directions.txt +0 -4
  1923. package/resources/libpostal/dictionaries/pt/unit_types_numbered.txt +0 -10
  1924. package/resources/libpostal/dictionaries/pt/unit_types_standalone.txt +0 -1
  1925. package/resources/libpostal/dictionaries/ro/ambiguous_expansions.txt +0 -5
  1926. package/resources/libpostal/dictionaries/ro/cross_streets.txt +0 -5
  1927. package/resources/libpostal/dictionaries/ro/directionals.txt +0 -4
  1928. package/resources/libpostal/dictionaries/ro/entrances.txt +0 -1
  1929. package/resources/libpostal/dictionaries/ro/level_types_numbered.txt +0 -1
  1930. package/resources/libpostal/dictionaries/ro/level_types_standalone.txt +0 -1
  1931. package/resources/libpostal/dictionaries/ro/near.txt +0 -7
  1932. package/resources/libpostal/dictionaries/ro/no_number.txt +0 -1
  1933. package/resources/libpostal/dictionaries/ro/number.txt +0 -1
  1934. package/resources/libpostal/dictionaries/ro/personal_titles.txt +0 -14
  1935. package/resources/libpostal/dictionaries/ro/post_office.txt +0 -1
  1936. package/resources/libpostal/dictionaries/ro/qualifiers.txt +0 -1
  1937. package/resources/libpostal/dictionaries/ro/staircases.txt +0 -1
  1938. package/resources/libpostal/dictionaries/ro/stopwords.txt +0 -2
  1939. package/resources/libpostal/dictionaries/ro/street_types.txt +0 -13
  1940. package/resources/libpostal/dictionaries/ro/unit_types_numbered.txt +0 -4
  1941. package/resources/libpostal/dictionaries/ru/ambiguous_expansions.txt +0 -18
  1942. package/resources/libpostal/dictionaries/ru/building_types.txt +0 -2
  1943. package/resources/libpostal/dictionaries/ru/chains.txt +0 -42
  1944. package/resources/libpostal/dictionaries/ru/company_types.txt +0 -9
  1945. package/resources/libpostal/dictionaries/ru/cross_streets.txt +0 -11
  1946. package/resources/libpostal/dictionaries/ru/directionals.txt +0 -16
  1947. package/resources/libpostal/dictionaries/ru/entrances.txt +0 -2
  1948. package/resources/libpostal/dictionaries/ru/house_numbers.txt +0 -2
  1949. package/resources/libpostal/dictionaries/ru/level_types_basement.txt +0 -4
  1950. package/resources/libpostal/dictionaries/ru/level_types_numbered.txt +0 -4
  1951. package/resources/libpostal/dictionaries/ru/level_types_standalone.txt +0 -4
  1952. package/resources/libpostal/dictionaries/ru/near.txt +0 -26
  1953. package/resources/libpostal/dictionaries/ru/no_number.txt +0 -1
  1954. package/resources/libpostal/dictionaries/ru/number.txt +0 -2
  1955. package/resources/libpostal/dictionaries/ru/personal_titles.txt +0 -6
  1956. package/resources/libpostal/dictionaries/ru/place_names.txt +0 -160
  1957. package/resources/libpostal/dictionaries/ru/post_office.txt +0 -2
  1958. package/resources/libpostal/dictionaries/ru/qualifiers.txt +0 -31
  1959. package/resources/libpostal/dictionaries/ru/staircases.txt +0 -2
  1960. package/resources/libpostal/dictionaries/ru/stopwords.txt +0 -1
  1961. package/resources/libpostal/dictionaries/ru/street_types.txt +0 -28
  1962. package/resources/libpostal/dictionaries/ru/unit_directions.txt +0 -4
  1963. package/resources/libpostal/dictionaries/ru/unit_types_numbered.txt +0 -10
  1964. package/resources/libpostal/dictionaries/si/place_names.txt +0 -8
  1965. package/resources/libpostal/dictionaries/si/qualifiers.txt +0 -4
  1966. package/resources/libpostal/dictionaries/si/street_types.txt +0 -2
  1967. package/resources/libpostal/dictionaries/sk/ambiguous_expansions.txt +0 -6
  1968. package/resources/libpostal/dictionaries/sk/cross_streets.txt +0 -8
  1969. package/resources/libpostal/dictionaries/sk/directionals.txt +0 -21
  1970. package/resources/libpostal/dictionaries/sk/entrances.txt +0 -1
  1971. package/resources/libpostal/dictionaries/sk/house_numbers.txt +0 -1
  1972. package/resources/libpostal/dictionaries/sk/level_types_basement.txt +0 -1
  1973. package/resources/libpostal/dictionaries/sk/level_types_numbered.txt +0 -4
  1974. package/resources/libpostal/dictionaries/sk/level_types_standalone.txt +0 -1
  1975. package/resources/libpostal/dictionaries/sk/near.txt +0 -13
  1976. package/resources/libpostal/dictionaries/sk/number.txt +0 -1
  1977. package/resources/libpostal/dictionaries/sk/personal_titles.txt +0 -16
  1978. package/resources/libpostal/dictionaries/sk/place_names.txt +0 -28
  1979. package/resources/libpostal/dictionaries/sk/post_office.txt +0 -1
  1980. package/resources/libpostal/dictionaries/sk/qualifiers.txt +0 -3
  1981. package/resources/libpostal/dictionaries/sk/staircases.txt +0 -1
  1982. package/resources/libpostal/dictionaries/sk/stopwords.txt +0 -29
  1983. package/resources/libpostal/dictionaries/sk/street_types.txt +0 -20
  1984. package/resources/libpostal/dictionaries/sk/toponyms.txt +0 -1
  1985. package/resources/libpostal/dictionaries/sk/unit_directions.txt +0 -2
  1986. package/resources/libpostal/dictionaries/sk/unit_types_numbered.txt +0 -3
  1987. package/resources/libpostal/dictionaries/sl/ambiguous_expansions.txt +0 -6
  1988. package/resources/libpostal/dictionaries/sl/chains.txt +0 -1
  1989. package/resources/libpostal/dictionaries/sl/cross_streets.txt +0 -5
  1990. package/resources/libpostal/dictionaries/sl/directionals.txt +0 -4
  1991. package/resources/libpostal/dictionaries/sl/entrances.txt +0 -1
  1992. package/resources/libpostal/dictionaries/sl/level_types_basement.txt +0 -1
  1993. package/resources/libpostal/dictionaries/sl/level_types_numbered.txt +0 -1
  1994. package/resources/libpostal/dictionaries/sl/level_types_standalone.txt +0 -2
  1995. package/resources/libpostal/dictionaries/sl/near.txt +0 -7
  1996. package/resources/libpostal/dictionaries/sl/no_number.txt +0 -1
  1997. package/resources/libpostal/dictionaries/sl/number.txt +0 -1
  1998. package/resources/libpostal/dictionaries/sl/personal_titles.txt +0 -3
  1999. package/resources/libpostal/dictionaries/sl/place_names.txt +0 -1
  2000. package/resources/libpostal/dictionaries/sl/post_office.txt +0 -1
  2001. package/resources/libpostal/dictionaries/sl/staircases.txt +0 -1
  2002. package/resources/libpostal/dictionaries/sl/stopwords.txt +0 -7
  2003. package/resources/libpostal/dictionaries/sl/street_types.txt +0 -4
  2004. package/resources/libpostal/dictionaries/sl/synonyms.txt +0 -13
  2005. package/resources/libpostal/dictionaries/sl/unit_directions.txt +0 -2
  2006. package/resources/libpostal/dictionaries/sl/unit_types_numbered.txt +0 -3
  2007. package/resources/libpostal/dictionaries/sr/ambiguous_expansions.txt +0 -9
  2008. package/resources/libpostal/dictionaries/sr/cross_streets.txt +0 -10
  2009. package/resources/libpostal/dictionaries/sr/directionals.txt +0 -8
  2010. package/resources/libpostal/dictionaries/sr/entrances.txt +0 -2
  2011. package/resources/libpostal/dictionaries/sr/level_types_basement.txt +0 -2
  2012. package/resources/libpostal/dictionaries/sr/level_types_numbered.txt +0 -6
  2013. package/resources/libpostal/dictionaries/sr/level_types_standalone.txt +0 -4
  2014. package/resources/libpostal/dictionaries/sr/number.txt +0 -2
  2015. package/resources/libpostal/dictionaries/sr/personal_titles.txt +0 -14
  2016. package/resources/libpostal/dictionaries/sr/place_names.txt +0 -12
  2017. package/resources/libpostal/dictionaries/sr/post_office.txt +0 -6
  2018. package/resources/libpostal/dictionaries/sr/staircases.txt +0 -2
  2019. package/resources/libpostal/dictionaries/sr/stopwords.txt +0 -2
  2020. package/resources/libpostal/dictionaries/sr/street_types.txt +0 -17
  2021. package/resources/libpostal/dictionaries/sr/unit_directions.txt +0 -4
  2022. package/resources/libpostal/dictionaries/sr/unit_types_numbered.txt +0 -8
  2023. package/resources/libpostal/dictionaries/sv/ambiguous_expansions.txt +0 -9
  2024. package/resources/libpostal/dictionaries/sv/company_types.txt +0 -4
  2025. package/resources/libpostal/dictionaries/sv/concatenated_suffixes_inseparable.txt +0 -5
  2026. package/resources/libpostal/dictionaries/sv/concatenated_suffixes_separable.txt +0 -8
  2027. package/resources/libpostal/dictionaries/sv/cross_streets.txt +0 -5
  2028. package/resources/libpostal/dictionaries/sv/directionals.txt +0 -8
  2029. package/resources/libpostal/dictionaries/sv/entrances.txt +0 -2
  2030. package/resources/libpostal/dictionaries/sv/level_types_numbered.txt +0 -7
  2031. package/resources/libpostal/dictionaries/sv/level_types_standalone.txt +0 -5
  2032. package/resources/libpostal/dictionaries/sv/near.txt +0 -11
  2033. package/resources/libpostal/dictionaries/sv/number.txt +0 -1
  2034. package/resources/libpostal/dictionaries/sv/personal_titles.txt +0 -3
  2035. package/resources/libpostal/dictionaries/sv/post_office.txt +0 -2
  2036. package/resources/libpostal/dictionaries/sv/staircases.txt +0 -3
  2037. package/resources/libpostal/dictionaries/sv/stopwords.txt +0 -25
  2038. package/resources/libpostal/dictionaries/sv/street_types.txt +0 -13
  2039. package/resources/libpostal/dictionaries/sv/synonyms.txt +0 -4
  2040. package/resources/libpostal/dictionaries/sv/unit_directions.txt +0 -4
  2041. package/resources/libpostal/dictionaries/sv/unit_types_numbered.txt +0 -5
  2042. package/resources/libpostal/dictionaries/th/chains.txt +0 -2
  2043. package/resources/libpostal/dictionaries/th/street_types.txt +0 -10
  2044. package/resources/libpostal/dictionaries/tr/ambiguous_expansions.txt +0 -5
  2045. package/resources/libpostal/dictionaries/tr/chains.txt +0 -1
  2046. package/resources/libpostal/dictionaries/tr/cross_streets.txt +0 -4
  2047. package/resources/libpostal/dictionaries/tr/directionals.txt +0 -4
  2048. package/resources/libpostal/dictionaries/tr/entrances.txt +0 -1
  2049. package/resources/libpostal/dictionaries/tr/level_types_basement.txt +0 -1
  2050. package/resources/libpostal/dictionaries/tr/level_types_mezzanine.txt +0 -1
  2051. package/resources/libpostal/dictionaries/tr/level_types_numbered.txt +0 -1
  2052. package/resources/libpostal/dictionaries/tr/level_types_standalone.txt +0 -1
  2053. package/resources/libpostal/dictionaries/tr/number.txt +0 -2
  2054. package/resources/libpostal/dictionaries/tr/personal_titles.txt +0 -4
  2055. package/resources/libpostal/dictionaries/tr/place_names.txt +0 -2
  2056. package/resources/libpostal/dictionaries/tr/post_office.txt +0 -1
  2057. package/resources/libpostal/dictionaries/tr/qualifiers.txt +0 -5
  2058. package/resources/libpostal/dictionaries/tr/staircases.txt +0 -1
  2059. package/resources/libpostal/dictionaries/tr/stopwords.txt +0 -1
  2060. package/resources/libpostal/dictionaries/tr/street_types.txt +0 -10
  2061. package/resources/libpostal/dictionaries/tr/unit_directions.txt +0 -2
  2062. package/resources/libpostal/dictionaries/tr/unit_types_numbered.txt +0 -4
  2063. package/resources/libpostal/dictionaries/uk/ambiguous_expansions.txt +0 -8
  2064. package/resources/libpostal/dictionaries/uk/chains.txt +0 -7
  2065. package/resources/libpostal/dictionaries/uk/cross_streets.txt +0 -10
  2066. package/resources/libpostal/dictionaries/uk/directionals.txt +0 -8
  2067. package/resources/libpostal/dictionaries/uk/entrances.txt +0 -2
  2068. package/resources/libpostal/dictionaries/uk/house_numbers.txt +0 -4
  2069. package/resources/libpostal/dictionaries/uk/level_types_basement.txt +0 -4
  2070. package/resources/libpostal/dictionaries/uk/level_types_numbered.txt +0 -4
  2071. package/resources/libpostal/dictionaries/uk/level_types_standalone.txt +0 -4
  2072. package/resources/libpostal/dictionaries/uk/near.txt +0 -24
  2073. package/resources/libpostal/dictionaries/uk/number.txt +0 -2
  2074. package/resources/libpostal/dictionaries/uk/personal_titles.txt +0 -9
  2075. package/resources/libpostal/dictionaries/uk/place_names.txt +0 -161
  2076. package/resources/libpostal/dictionaries/uk/post_office.txt +0 -2
  2077. package/resources/libpostal/dictionaries/uk/qualifiers.txt +0 -8
  2078. package/resources/libpostal/dictionaries/uk/staircases.txt +0 -2
  2079. package/resources/libpostal/dictionaries/uk/stopwords.txt +0 -2
  2080. package/resources/libpostal/dictionaries/uk/street_types.txt +0 -26
  2081. package/resources/libpostal/dictionaries/uk/unit_directions.txt +0 -4
  2082. package/resources/libpostal/dictionaries/uk/unit_types_numbered.txt +0 -10
  2083. package/resources/libpostal/dictionaries/ur/street_types.txt +0 -7
  2084. package/resources/libpostal/dictionaries/vi/ambiguous_expansions.txt +0 -3
  2085. package/resources/libpostal/dictionaries/vi/personal_titles.txt +0 -1
  2086. package/resources/libpostal/dictionaries/vi/place_names.txt +0 -29
  2087. package/resources/libpostal/dictionaries/vi/qualifiers.txt +0 -5
  2088. package/resources/libpostal/dictionaries/vi/street_types.txt +0 -10
  2089. package/resources/libpostal/dictionaries/zh/building_types.txt +0 -2
  2090. package/resources/libpostal/dictionaries/zh/chains.txt +0 -2
  2091. package/resources/libpostal/dictionaries/zh/directionals.txt +0 -20
  2092. package/resources/libpostal/dictionaries/zh/level_types_numbered.txt +0 -5
  2093. package/resources/libpostal/dictionaries/zh/number.txt +0 -3
  2094. package/resources/libpostal/dictionaries/zh/place_names.txt +0 -2
  2095. package/resources/libpostal/dictionaries/zh/post_office.txt +0 -3
  2096. package/resources/libpostal/dictionaries/zh/postcodes.txt +0 -3
  2097. package/resources/libpostal/dictionaries/zh/qualifiers.txt +0 -19
  2098. package/resources/libpostal/dictionaries/zh/stopwords.txt +0 -2
  2099. package/resources/libpostal/dictionaries/zh/street_types.txt +0 -30
  2100. package/resources/libpostal/dictionaries/zh/unit_types_numbered.txt +0 -2
  2101. package/resources/libpostal/libpostal.test.ts +0 -325
  2102. package/resources/libpostal/libpostal.ts +0 -106
  2103. package/resources/libpostal/resources-download.sh +0 -8
  2104. package/resources/pelias/dictionaries/libpostal/af/personal_titles.txt +0 -2
  2105. package/resources/pelias/dictionaries/libpostal/all/surnames.txt +0 -1
  2106. package/resources/pelias/dictionaries/libpostal/de/concatenated_suffixes_separable.txt +0 -3
  2107. package/resources/pelias/dictionaries/libpostal/de/place_names.txt +0 -1
  2108. package/resources/pelias/dictionaries/libpostal/de/street_types.txt +0 -2
  2109. package/resources/pelias/dictionaries/libpostal/en/place_names.txt +0 -7
  2110. package/resources/pelias/dictionaries/libpostal/en/road_types.txt +0 -18
  2111. package/resources/pelias/dictionaries/libpostal/en/street_names.txt +0 -2
  2112. package/resources/pelias/dictionaries/libpostal/en/street_types.txt +0 -16
  2113. package/resources/pelias/dictionaries/libpostal/en/unit_types_numbered.txt +0 -3
  2114. package/resources/pelias/dictionaries/libpostal/es/street_types.txt +0 -2
  2115. package/resources/pelias/dictionaries/libpostal/fr/personal_titles.txt +0 -4
  2116. package/resources/pelias/dictionaries/libpostal/fr/street_types.txt +0 -5
  2117. package/resources/pelias/dictionaries/libpostal/it/street_types.txt +0 -2
  2118. package/resources/pelias/dictionaries/libpostal/ko/street_types.txt +0 -1
  2119. package/resources/pelias/dictionaries/libpostal/nb/concatenated_suffixes_inseparable.txt +0 -40
  2120. package/resources/pelias/dictionaries/libpostal/nb/directionals.txt +0 -8
  2121. package/resources/pelias/dictionaries/libpostal/nb/street_types.txt +0 -36
  2122. package/resources/pelias/dictionaries/libpostal/nl/concatenated_suffixes_inseparable.txt +0 -1
  2123. package/resources/pelias/dictionaries/libpostal/nl/concatenated_suffixes_separable.txt +0 -8
  2124. package/resources/pelias/dictionaries/libpostal/nl/directionals.txt +0 -4
  2125. package/resources/pelias/dictionaries/libpostal/nl/personal_suffixes.txt +0 -4
  2126. package/resources/pelias/dictionaries/libpostal/nl/personal_titles.txt +0 -43
  2127. package/resources/pelias/dictionaries/libpostal/pl/place_names.txt +0 -1
  2128. package/resources/pelias/dictionaries/libpostal/pl/synonyms.txt +0 -1
  2129. package/resources/pelias/dictionaries/libpostal/sv/concatenated_suffixes_separable.txt +0 -1
  2130. package/resources/pelias/dictionaries/whosonfirst/locality/name:eng_x_preferred.txt +0 -81
  2131. package/resources/pelias/dictionaries/whosonfirst/locality/name:fra_x_preferred.txt +0 -2
  2132. package/resources/pelias/dictionaries/whosonfirst/region/name:eng_x_preferred.txt +0 -2
  2133. package/resources/pelias/pelias.ts +0 -12
  2134. package/resources/whosonfirst/dictionaries/country/name:eng_x_preferred.txt +0 -220
  2135. package/resources/whosonfirst/dictionaries/country/wof:country.txt +0 -215
  2136. package/resources/whosonfirst/dictionaries/country/wof:country_alpha3.txt +0 -216
  2137. package/resources/whosonfirst/dictionaries/dependency/name:eng_x_preferred.txt +0 -42
  2138. package/resources/whosonfirst/dictionaries/dependency/wof:shortcode.txt +0 -34
  2139. package/resources/whosonfirst/dictionaries/locality/name:eng_x_preferred.txt +0 -261365
  2140. package/resources/whosonfirst/dictionaries/locality/name:fra_x_preferred.txt +0 -77631
  2141. package/resources/whosonfirst/dictionaries/region/abrv:eng_x_preferred.txt +0 -441
  2142. package/resources/whosonfirst/dictionaries/region/name:eng_x_preferred.txt +0 -4517
  2143. package/resources/whosonfirst/dictionaries/region/wof:shortcode.txt +0 -839
  2144. package/resources/whosonfirst/generate.ts +0 -135
  2145. package/resources/whosonfirst/placetypes.ts +0 -47
  2146. package/resources/whosonfirst/whosonfirst.ts +0 -79
  2147. package/sdk/repo.ts +0 -66
  2148. package/sdk/test/utils/index.ts +0 -42
  2149. package/server/index.ts +0 -111
  2150. package/server/routes/parse.ts +0 -62
  2151. package/server/static/index.html +0 -279
  2152. package/server/types/locals.d.ts +0 -19
  2153. package/solver/ExclusiveCartesianSolver.ts +0 -74
  2154. package/solver/HouseNumberPositionPenalty.ts +0 -80
  2155. package/solver/InvalidSolutionFilter.ts +0 -34
  2156. package/solver/LeadingAreaDeclassifier.ts +0 -41
  2157. package/solver/MultiStreetSolver.ts +0 -142
  2158. package/solver/MustNotFollowFilter.test.ts +0 -38
  2159. package/solver/MustNotFollowFilter.ts +0 -39
  2160. package/solver/MustNotPreceedFilter.test.ts +0 -38
  2161. package/solver/MustNotPreceedFilter.ts +0 -39
  2162. package/solver/OrphanedLevelTypeDeclassifier.ts +0 -30
  2163. package/solver/OrphanedUnitTypeDeclassifier.test.ts +0 -70
  2164. package/solver/OrphanedUnitTypeDeclassifier.ts +0 -32
  2165. package/solver/PostcodePositionPenalty.ts +0 -49
  2166. package/solver/Solution.test.ts +0 -46
  2167. package/solver/Solution.ts +0 -151
  2168. package/solver/SolutionPair.ts +0 -27
  2169. package/solver/SubsetFilter.test.ts +0 -72
  2170. package/solver/SubsetFilter.ts +0 -33
  2171. package/solver/TokenDistanceFilter.ts +0 -38
  2172. package/solver/super/BaseSolver.ts +0 -13
  2173. package/solver/super/HashMapSolver.ts +0 -91
  2174. package/test/functional/address.aus.test.ts +0 -57
  2175. package/test/functional/address.bra.test.ts +0 -16
  2176. package/test/functional/address.cze.test.ts +0 -88
  2177. package/test/functional/address.deu.test.ts +0 -64
  2178. package/test/functional/address.esp.test.ts +0 -14
  2179. package/test/functional/address.fra.test.ts +0 -89
  2180. package/test/functional/address.gbr.test.ts +0 -19
  2181. package/test/functional/address.hrv.test.ts +0 -9
  2182. package/test/functional/address.ind.test.ts +0 -15
  2183. package/test/functional/address.nld.test.ts +0 -79
  2184. package/test/functional/address.nor.test.ts +0 -25
  2185. package/test/functional/address.nzd.test.ts +0 -63
  2186. package/test/functional/address.pol.test.ts +0 -23
  2187. package/test/functional/address.prt.test.ts +0 -47
  2188. package/test/functional/address.rom.test.ts +0 -25
  2189. package/test/functional/address.svk.test.ts +0 -14
  2190. package/test/functional/address.swe.test.ts +0 -18
  2191. package/test/functional/address.usa.test.ts +0 -284
  2192. package/test/functional/addressit.aus.test.ts +0 -62
  2193. package/test/functional/addressit.usa.test.ts +0 -117
  2194. package/test/functional/compound_street.test.ts +0 -16
  2195. package/test/functional/functional.test.ts +0 -80
  2196. package/test/functional/intersection.test.ts +0 -410
  2197. package/test/functional/libpostal.test.ts +0 -15
  2198. package/test/functional/place.fra.test.ts +0 -107
  2199. package/test/functional/transit.test.ts +0 -11
  2200. package/test/functional/venue.usa.test.ts +0 -26
  2201. package/test/openaddresses.ts +0 -136
  2202. package/tokenization/FST.test.ts +0 -275
  2203. package/tokenization/FST.ts +0 -163
  2204. package/tokenization/Graph.test.ts +0 -182
  2205. package/tokenization/Graph.ts +0 -96
  2206. package/tokenization/Span.test.ts +0 -320
  2207. package/tokenization/Span.ts +0 -172
  2208. package/tokenization/Tokenizer.test.ts +0 -156
  2209. package/tokenization/Tokenizer.ts +0 -83
  2210. package/tokenization/index.ts +0 -11
  2211. package/tokenization/normalizer.test.ts +0 -61
  2212. package/tokenization/normalizer.ts +0 -38
  2213. package/tokenization/permutate.test.ts +0 -368
  2214. package/tokenization/permutate.ts +0 -97
  2215. package/tokenization/split.test.ts +0 -84
  2216. package/tokenization/split.ts +0 -54
  2217. package/tokenization/split_funcs.ts +0 -45
  2218. package/tokenization/split_funcs_test.ts +0 -38
  2219. package/tsconfig.json +0 -11
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ declare const _default: Promise<unknown>;
7
+ export default _default;
8
+ //# sourceMappingURL=cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../bin/cli.ts"],"names":[],"mappings":"AAAA;;;;GAIG;;AAiDH,wBAAwB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../bin/cli.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAEjE;;GAEG;AACH,KAAK,UAAU,OAAO;IACrB,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;IAElC,MAAM,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;IAE3B,IAAI,CAAC,WAAW,IAAI,WAAW,KAAK,QAAQ,IAAI,WAAW,KAAK,IAAI,IAAI,WAAW,KAAK,MAAM,EAAE,CAAC;QAChG,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAA;QAC5C,OAAO,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;QACxB,OAAO,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAA;QACvD,OAAO,CAAC,GAAG,CAAC,wDAAwD,CAAC,CAAA;QACrE,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,CAAA;QAC/C,OAAM;IACP,CAAC;IAED,IAAI,WAAW,KAAK,OAAO,EAAE,CAAC;QAC7B,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAA;QAC5C,MAAM,EAAE,uBAAuB,EAAE,GAAG,MAAM,MAAM,CAAC,kBAAkB,CAAC,CAAA;QAEpE,MAAM,GAAG,GAAG,uBAAuB,EAAE,CAAA;QAErC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YAC9B,GAAG,CAAC,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;QAClC,CAAC,CAAC,CAAA;IACH,CAAC;IAED,IAAI,WAAW,KAAK,OAAO,EAAE,CAAC;QAC7B,MAAM,OAAO,GAAG,IAAI,kBAAkB,EAAE,CAAA;QAExC,MAAM,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;QAChD,OAAO,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAA;QAE/B,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;QAE/B,OAAM;IACP,CAAC;IAED,MAAM,gBAAgB,GAAG,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IAE3F,MAAM,OAAO,GAAG,iBAAiB,CAAC,gBAAgB,CAAC,CAAA;IACnD,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAA;AAC9C,CAAC;AAED,eAAe,OAAO,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export declare class AdjacentClassification extends Classification {
8
+ readonly label = "adjacent";
9
+ }
10
+ export default AdjacentClassification;
11
+ //# sourceMappingURL=AdjacentClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdjacentClassification.d.ts","sourceRoot":"","sources":["../../classification/AdjacentClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,sBAAuB,SAAQ,cAAc;IACzD,SAAyB,KAAK,cAAa;CAC3C;AAED,eAAe,sBAAsB,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export class AdjacentClassification extends Classification {
8
+ label = "adjacent";
9
+ }
10
+ export default AdjacentClassification;
11
+ //# sourceMappingURL=AdjacentClassification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdjacentClassification.js","sourceRoot":"","sources":["../../classification/AdjacentClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,sBAAuB,SAAQ,cAAc;IAChC,KAAK,GAAG,UAAU,CAAA;CAC3C;AAED,eAAe,sBAAsB,CAAA"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=AdjacentClassification.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdjacentClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AdjacentClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import test from "tape";
7
+ import { AdjacentClassification } from "./AdjacentClassification.js";
8
+ test("constructor", (t) => {
9
+ const c = new AdjacentClassification();
10
+ t.false(c.public);
11
+ t.equals(c.label, "adjacent");
12
+ t.equals(c.confidence, 1.0);
13
+ t.deepEqual(c.meta, {});
14
+ t.end();
15
+ });
16
+ //# sourceMappingURL=AdjacentClassification.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdjacentClassification.test.js","sourceRoot":"","sources":["../../classification/AdjacentClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,sBAAsB,EAAE,CAAA;IACtC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,UAAU,CAAC,CAAA;IAC7B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export declare class AlphaClassification extends Classification {
8
+ readonly label = "alpha";
9
+ }
10
+ export default AlphaClassification;
11
+ //# sourceMappingURL=AlphaClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaClassification.d.ts","sourceRoot":"","sources":["../../classification/AlphaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,mBAAoB,SAAQ,cAAc;IACtD,SAAyB,KAAK,WAAU;CACxC;AAED,eAAe,mBAAmB,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export class AlphaClassification extends Classification {
8
+ label = "alpha";
9
+ }
10
+ export default AlphaClassification;
11
+ //# sourceMappingURL=AlphaClassification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaClassification.js","sourceRoot":"","sources":["../../classification/AlphaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,mBAAoB,SAAQ,cAAc;IAC7B,KAAK,GAAG,OAAO,CAAA;CACxC;AAED,eAAe,mBAAmB,CAAA"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=AlphaClassification.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AlphaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import test from "tape";
7
+ import { AlphaClassification as Classification } from "./AlphaClassification.js";
8
+ test("constructor", (t) => {
9
+ const c = new Classification();
10
+ t.false(c.public);
11
+ t.equals(c.label, "alpha");
12
+ t.equals(c.confidence, 1.0);
13
+ t.deepEqual(c.meta, {});
14
+ t.end();
15
+ });
16
+ //# sourceMappingURL=AlphaClassification.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaClassification.test.js","sourceRoot":"","sources":["../../classification/AlphaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAEhF,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;IAC1B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export declare class AlphaNumericClassification extends Classification {
8
+ readonly label = "alphanumeric";
9
+ }
10
+ export default AlphaNumericClassification;
11
+ //# sourceMappingURL=AlphaNumericClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaNumericClassification.d.ts","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,0BAA2B,SAAQ,cAAc;IAC7D,SAAyB,KAAK,kBAAiB;CAC/C;AAED,eAAe,0BAA0B,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export class AlphaNumericClassification extends Classification {
8
+ label = "alphanumeric";
9
+ }
10
+ export default AlphaNumericClassification;
11
+ //# sourceMappingURL=AlphaNumericClassification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaNumericClassification.js","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,0BAA2B,SAAQ,cAAc;IACpC,KAAK,GAAG,cAAc,CAAA;CAC/C;AAED,eAAe,0BAA0B,CAAA"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=AlphaNumericClassification.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaNumericClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import test from "tape";
7
+ import { AlphaNumericClassification as Classification } from "./AlphaNumericClassification.js";
8
+ test("constructor", (t) => {
9
+ const c = new Classification();
10
+ t.false(c.public);
11
+ t.equals(c.label, "alphanumeric");
12
+ t.equals(c.confidence, 1.0);
13
+ t.deepEqual(c.meta, {});
14
+ t.end();
15
+ });
16
+ //# sourceMappingURL=AlphaNumericClassification.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlphaNumericClassification.test.js","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,0BAA0B,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE9F,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,cAAc,CAAC,CAAA;IACjC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "./Classification.js";
7
+ export declare class AreaClassification extends Classification {
8
+ readonly label = "area";
9
+ }
10
+ export default AreaClassification;
11
+ //# sourceMappingURL=AreaClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AreaClassification.d.ts","sourceRoot":"","sources":["../../classification/AreaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,qBAAa,kBAAmB,SAAQ,cAAc;IACrD,SAAyB,KAAK,UAAS;CACvC;AAED,eAAe,kBAAkB,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "./Classification.js";
7
+ export class AreaClassification extends Classification {
8
+ label = "area";
9
+ }
10
+ export default AreaClassification;
11
+ //# sourceMappingURL=AreaClassification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AreaClassification.js","sourceRoot":"","sources":["../../classification/AreaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,MAAM,OAAO,kBAAmB,SAAQ,cAAc;IAC5B,KAAK,GAAG,MAAM,CAAA;CACvC;AAED,eAAe,kBAAkB,CAAA"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=AreaClassification.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AreaClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AreaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import test from "tape";
7
+ import { AreaClassification as Classification } from "./AreaClassification.js";
8
+ test("constructor", (t) => {
9
+ const c = new Classification();
10
+ t.false(c.public);
11
+ t.equals(c.label, "area");
12
+ t.equals(c.confidence, 1.0);
13
+ t.deepEqual(c.meta, {});
14
+ t.end();
15
+ });
16
+ //# sourceMappingURL=AreaClassification.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AreaClassification.test.js","sourceRoot":"","sources":["../../classification/AreaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,kBAAkB,IAAI,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAE9E,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAA;IACzB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export declare class ChainClassification extends Classification {
8
+ readonly label = "chain";
9
+ }
10
+ export default ChainClassification;
11
+ //# sourceMappingURL=ChainClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainClassification.d.ts","sourceRoot":"","sources":["../../classification/ChainClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,mBAAoB,SAAQ,cAAc;IACtD,SAAyB,KAAK,WAAU;CACxC;AAED,eAAe,mBAAmB,CAAA"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "../classification/Classification.js";
7
+ export class ChainClassification extends Classification {
8
+ label = "chain";
9
+ }
10
+ export default ChainClassification;
11
+ //# sourceMappingURL=ChainClassification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainClassification.js","sourceRoot":"","sources":["../../classification/ChainClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,mBAAoB,SAAQ,cAAc;IAC7B,KAAK,GAAG,OAAO,CAAA;CACxC;AAED,eAAe,mBAAmB,CAAA"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=ChainClassification.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainClassification.test.d.ts","sourceRoot":"","sources":["../../classification/ChainClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import test from "tape";
7
+ import { ChainClassification as Classification } from "./ChainClassification.js";
8
+ test("constructor", (t) => {
9
+ const c = new Classification();
10
+ t.false(c.public);
11
+ t.equals(c.label, "chain");
12
+ t.equals(c.confidence, 1.0);
13
+ t.deepEqual(c.meta, {});
14
+ t.end();
15
+ });
16
+ //# sourceMappingURL=ChainClassification.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChainClassification.test.js","sourceRoot":"","sources":["../../classification/ChainClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAEhF,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;IAC1B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
@@ -0,0 +1,85 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export type ClassificationMetadata = Record<string, any>;
7
+ /**
8
+ * Base classification class.
9
+ */
10
+ export declare class Classification {
11
+ /**
12
+ * Whether the classification appears in results.
13
+ */
14
+ public: boolean;
15
+ /**
16
+ * The confidence of the classification.
17
+ */
18
+ confidence: number;
19
+ /**
20
+ * The metadata of the classification.
21
+ */
22
+ meta: Record<string, any>;
23
+ /**
24
+ * The label of the classification.
25
+ */
26
+ readonly label: string;
27
+ /**
28
+ * Create a classification.
29
+ *
30
+ * @param confidence - The confidence of the classification.
31
+ * @param meta - The metadata of the classification.
32
+ */
33
+ constructor(confidence?: number, meta?: ClassificationMetadata);
34
+ /**
35
+ * Compare this classification to another classification.
36
+ */
37
+ equals(classification: Classification): boolean;
38
+ }
39
+ export type ClassificationConstructor = new (confidence?: number, meta?: ClassificationMetadata) => Classification;
40
+ /**
41
+ * A configuration for a classifier scheme.
42
+ */
43
+ export interface ClassifierSchemeConfig {
44
+ /**
45
+ * The confidence level of the classification.
46
+ */
47
+ confidence: number;
48
+ /**
49
+ * Constructor for the classification.
50
+ */
51
+ Class: ClassificationConstructor;
52
+ /**
53
+ * A list of criteria that must be met for the classification to be applied.
54
+ */
55
+ scheme: ClassifierSchemeCriteria[];
56
+ }
57
+ export interface ClassifierSchemeCriteria {
58
+ /**
59
+ * The classification labels that must be present in the token.
60
+ */
61
+ is: string[];
62
+ /**
63
+ * The classification labels that must not be present in the token.
64
+ */
65
+ not?: string[];
66
+ /**
67
+ * Confidence level for the criteria.
68
+ */
69
+ confidence?: number;
70
+ /**
71
+ * Constructor for the classification.
72
+ *
73
+ * @todo Is this used?
74
+ */
75
+ Class?: ClassificationConstructor;
76
+ }
77
+ /**
78
+ * Extract the label from a classification constructor.
79
+ *
80
+ * This is useful for creating a union of classification labels, such as in public type definitions.
81
+ */
82
+ export type ExtractClassificationLabel<T extends ClassificationConstructor> = Extract<InstanceType<T>, {
83
+ readonly public: true;
84
+ }>["label"];
85
+ //# sourceMappingURL=Classification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Classification.d.ts","sourceRoot":"","sources":["../../classification/Classification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAExD;;GAEG;AACH,qBAAa,cAAc;IAC1B;;OAEG;IACI,MAAM,EAAE,OAAO,CAAQ;IAE9B;;OAEG;IACI,UAAU,EAAE,MAAM,CAAM;IAE/B;;OAEG;IACI,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAK;IAErC;;OAEG;IACH,SAAgB,KAAK,EAAE,MAAM,CAAY;IAEzC;;;;;OAKG;gBACS,UAAU,SAAI,EAAE,IAAI,GAAE,sBAA2B;IAO7D;;OAEG;IACH,MAAM,CAAC,cAAc,EAAE,cAAc,GAAG,OAAO;CAI/C;AAED,MAAM,MAAM,yBAAyB,GAAG,KAAK,UAAU,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,sBAAsB,KAAK,cAAc,CAAA;AAElH;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,KAAK,EAAE,yBAAyB,CAAA;IAChC;;OAEG;IACH,MAAM,EAAE,wBAAwB,EAAE,CAAA;CAClC;AAED,MAAM,WAAW,wBAAwB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,EAAE,CAAA;IACZ;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,EAAE,CAAA;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,KAAK,CAAC,EAAE,yBAAyB,CAAA;CACjC;AAED;;;;GAIG;AACH,MAAM,MAAM,0BAA0B,CAAC,CAAC,SAAS,yBAAyB,IAAI,OAAO,CACpF,YAAY,CAAC,CAAC,CAAC,EACf;IACC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAA;CACrB,CACD,CAAC,OAAO,CAAC,CAAA"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ /**
7
+ * Base classification class.
8
+ */
9
+ export class Classification {
10
+ /**
11
+ * Whether the classification appears in results.
12
+ */
13
+ public = false;
14
+ /**
15
+ * The confidence of the classification.
16
+ */
17
+ confidence = 1.0;
18
+ /**
19
+ * The metadata of the classification.
20
+ */
21
+ meta = {};
22
+ /**
23
+ * The label of the classification.
24
+ */
25
+ label = "unknown";
26
+ /**
27
+ * Create a classification.
28
+ *
29
+ * @param confidence - The confidence of the classification.
30
+ * @param meta - The metadata of the classification.
31
+ */
32
+ constructor(confidence = 1, meta = {}) {
33
+ this.public = false; // only public classifications appear in results
34
+ this.label = "unknown";
35
+ this.confidence = confidence;
36
+ this.meta = meta;
37
+ }
38
+ /**
39
+ * Compare this classification to another classification.
40
+ */
41
+ equals(classification) {
42
+ // @todo: compare meta?
43
+ return this.constructor.name === classification.constructor.name && this.confidence === classification.confidence;
44
+ }
45
+ }
46
+ //# sourceMappingURL=Classification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Classification.js","sourceRoot":"","sources":["../../classification/Classification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;GAEG;AACH,MAAM,OAAO,cAAc;IAC1B;;OAEG;IACI,MAAM,GAAY,KAAK,CAAA;IAE9B;;OAEG;IACI,UAAU,GAAW,GAAG,CAAA;IAE/B;;OAEG;IACI,IAAI,GAAwB,EAAE,CAAA;IAErC;;OAEG;IACa,KAAK,GAAW,SAAS,CAAA;IAEzC;;;;;OAKG;IACH,YAAY,UAAU,GAAG,CAAC,EAAE,OAA+B,EAAE;QAC5D,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA,CAAC,gDAAgD;QACpE,IAAI,CAAC,KAAK,GAAG,SAAS,CAAA;QACtB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;QAC5B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;IACjB,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,cAA8B;QACpC,uBAAuB;QACvB,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,KAAK,cAAc,CAAC,WAAW,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,cAAc,CAAC,UAAU,CAAA;IAClH,CAAC;CACD"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=Classification.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Classification.test.d.ts","sourceRoot":"","sources":["../../classification/Classification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import test from "tape";
7
+ import { Classification } from "./Classification.js";
8
+ test("constructor", (t) => {
9
+ const c = new Classification();
10
+ t.false(c.public);
11
+ t.equals(c.label, "unknown");
12
+ t.equals(c.confidence, 1.0);
13
+ t.deepEqual(c.meta, {});
14
+ t.end();
15
+ });
16
+ //# sourceMappingURL=Classification.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Classification.test.js","sourceRoot":"","sources":["../../classification/Classification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,SAAS,CAAC,CAAA;IAC5B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification, ClassificationMetadata } from "./Classification.js";
7
+ export declare class CountryClassification extends Classification {
8
+ readonly public = true;
9
+ readonly label = "country";
10
+ constructor(_confidence?: number, meta?: ClassificationMetadata);
11
+ }
12
+ export default CountryClassification;
13
+ //# sourceMappingURL=CountryClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountryClassification.d.ts","sourceRoot":"","sources":["../../classification/CountryClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAE5E,qBAAa,qBAAsB,SAAQ,cAAc;IACxD,SAAyB,MAAM,QAAO;IACtC,SAAyB,KAAK,aAAY;gBAE9B,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,sBAAsB;CAG/D;AAED,eAAe,qBAAqB,CAAA"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "./Classification.js";
7
+ export class CountryClassification extends Classification {
8
+ public = true;
9
+ label = "country";
10
+ constructor(_confidence, meta) {
11
+ super(0.9, meta);
12
+ }
13
+ }
14
+ export default CountryClassification;
15
+ //# sourceMappingURL=CountryClassification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountryClassification.js","sourceRoot":"","sources":["../../classification/CountryClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAA0B,MAAM,qBAAqB,CAAA;AAE5E,MAAM,OAAO,qBAAsB,SAAQ,cAAc;IAC/B,MAAM,GAAG,IAAI,CAAA;IACb,KAAK,GAAG,SAAS,CAAA;IAE1C,YAAY,WAAoB,EAAE,IAA6B;QAC9D,KAAK,CAAC,GAAG,EAAE,IAAI,CAAC,CAAA;IACjB,CAAC;CACD;AAED,eAAe,qBAAqB,CAAA"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=CountryClassification.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountryClassification.test.d.ts","sourceRoot":"","sources":["../../classification/CountryClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import test from "tape";
7
+ import { CountryClassification as Classification } from "./CountryClassification.js";
8
+ test("constructor", (t) => {
9
+ const c = new Classification();
10
+ t.true(c.public);
11
+ t.equals(c.label, "country");
12
+ t.equals(c.confidence, 0.9);
13
+ t.deepEqual(c.meta, {});
14
+ t.end();
15
+ });
16
+ //# sourceMappingURL=CountryClassification.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountryClassification.test.js","sourceRoot":"","sources":["../../classification/CountryClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,qBAAqB,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAEpF,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IAChB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,SAAS,CAAC,CAAA;IAC5B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @copyright OpenISP, Inc.
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ import { Classification } from "./Classification.js";
7
+ export declare class DependencyClassification extends Classification {
8
+ readonly label = "dependency";
9
+ readonly public = true;
10
+ }
11
+ export default DependencyClassification;
12
+ //# sourceMappingURL=DependencyClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DependencyClassification.d.ts","sourceRoot":"","sources":["../../classification/DependencyClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,qBAAa,wBAAyB,SAAQ,cAAc;IAC3D,SAAyB,KAAK,gBAAe;IAC7C,SAAyB,MAAM,QAAO;CACtC;AAED,eAAe,wBAAwB,CAAA"}