pointblank 0.19.0__py3-none-any.whl → 0.20.0__py3-none-any.whl

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 (318) hide show
  1. pointblank/__init__.py +44 -1
  2. pointblank/_utils_llms_txt.py +20 -0
  3. pointblank/data/api-docs.txt +793 -1
  4. pointblank/field.py +1507 -0
  5. pointblank/generate/__init__.py +17 -0
  6. pointblank/generate/base.py +49 -0
  7. pointblank/generate/generators.py +573 -0
  8. pointblank/generate/regex.py +217 -0
  9. pointblank/locales/__init__.py +1476 -0
  10. pointblank/locales/data/AR/address.json +73 -0
  11. pointblank/locales/data/AR/company.json +60 -0
  12. pointblank/locales/data/AR/internet.json +19 -0
  13. pointblank/locales/data/AR/misc.json +7 -0
  14. pointblank/locales/data/AR/person.json +39 -0
  15. pointblank/locales/data/AR/text.json +38 -0
  16. pointblank/locales/data/AT/address.json +84 -0
  17. pointblank/locales/data/AT/company.json +65 -0
  18. pointblank/locales/data/AT/internet.json +20 -0
  19. pointblank/locales/data/AT/misc.json +8 -0
  20. pointblank/locales/data/AT/person.json +17 -0
  21. pointblank/locales/data/AT/text.json +35 -0
  22. pointblank/locales/data/AU/address.json +83 -0
  23. pointblank/locales/data/AU/company.json +65 -0
  24. pointblank/locales/data/AU/internet.json +20 -0
  25. pointblank/locales/data/AU/misc.json +8 -0
  26. pointblank/locales/data/AU/person.json +17 -0
  27. pointblank/locales/data/AU/text.json +35 -0
  28. pointblank/locales/data/BE/address.json +225 -0
  29. pointblank/locales/data/BE/company.json +129 -0
  30. pointblank/locales/data/BE/internet.json +36 -0
  31. pointblank/locales/data/BE/misc.json +6 -0
  32. pointblank/locales/data/BE/person.json +62 -0
  33. pointblank/locales/data/BE/text.json +38 -0
  34. pointblank/locales/data/BG/address.json +75 -0
  35. pointblank/locales/data/BG/company.json +60 -0
  36. pointblank/locales/data/BG/internet.json +19 -0
  37. pointblank/locales/data/BG/misc.json +7 -0
  38. pointblank/locales/data/BG/person.json +40 -0
  39. pointblank/locales/data/BG/text.json +38 -0
  40. pointblank/locales/data/BR/address.json +98 -0
  41. pointblank/locales/data/BR/company.json +65 -0
  42. pointblank/locales/data/BR/internet.json +20 -0
  43. pointblank/locales/data/BR/misc.json +8 -0
  44. pointblank/locales/data/BR/person.json +17 -0
  45. pointblank/locales/data/BR/text.json +35 -0
  46. pointblank/locales/data/CA/address.json +747 -0
  47. pointblank/locales/data/CA/company.json +120 -0
  48. pointblank/locales/data/CA/internet.json +24 -0
  49. pointblank/locales/data/CA/misc.json +11 -0
  50. pointblank/locales/data/CA/person.json +1033 -0
  51. pointblank/locales/data/CA/text.json +58 -0
  52. pointblank/locales/data/CH/address.json +184 -0
  53. pointblank/locales/data/CH/company.json +112 -0
  54. pointblank/locales/data/CH/internet.json +20 -0
  55. pointblank/locales/data/CH/misc.json +10 -0
  56. pointblank/locales/data/CH/person.json +64 -0
  57. pointblank/locales/data/CH/text.json +45 -0
  58. pointblank/locales/data/CL/address.json +71 -0
  59. pointblank/locales/data/CL/company.json +60 -0
  60. pointblank/locales/data/CL/internet.json +19 -0
  61. pointblank/locales/data/CL/misc.json +7 -0
  62. pointblank/locales/data/CL/person.json +38 -0
  63. pointblank/locales/data/CL/text.json +38 -0
  64. pointblank/locales/data/CN/address.json +124 -0
  65. pointblank/locales/data/CN/company.json +76 -0
  66. pointblank/locales/data/CN/internet.json +20 -0
  67. pointblank/locales/data/CN/misc.json +8 -0
  68. pointblank/locales/data/CN/person.json +50 -0
  69. pointblank/locales/data/CN/text.json +38 -0
  70. pointblank/locales/data/CO/address.json +76 -0
  71. pointblank/locales/data/CO/company.json +60 -0
  72. pointblank/locales/data/CO/internet.json +19 -0
  73. pointblank/locales/data/CO/misc.json +7 -0
  74. pointblank/locales/data/CO/person.json +38 -0
  75. pointblank/locales/data/CO/text.json +38 -0
  76. pointblank/locales/data/CY/address.json +62 -0
  77. pointblank/locales/data/CY/company.json +60 -0
  78. pointblank/locales/data/CY/internet.json +19 -0
  79. pointblank/locales/data/CY/misc.json +7 -0
  80. pointblank/locales/data/CY/person.json +38 -0
  81. pointblank/locales/data/CY/text.json +38 -0
  82. pointblank/locales/data/CZ/address.json +70 -0
  83. pointblank/locales/data/CZ/company.json +61 -0
  84. pointblank/locales/data/CZ/internet.json +19 -0
  85. pointblank/locales/data/CZ/misc.json +7 -0
  86. pointblank/locales/data/CZ/person.json +40 -0
  87. pointblank/locales/data/CZ/text.json +38 -0
  88. pointblank/locales/data/DE/address.json +756 -0
  89. pointblank/locales/data/DE/company.json +101 -0
  90. pointblank/locales/data/DE/internet.json +22 -0
  91. pointblank/locales/data/DE/misc.json +11 -0
  92. pointblank/locales/data/DE/person.json +1026 -0
  93. pointblank/locales/data/DE/text.json +50 -0
  94. pointblank/locales/data/DK/address.json +231 -0
  95. pointblank/locales/data/DK/company.json +65 -0
  96. pointblank/locales/data/DK/internet.json +20 -0
  97. pointblank/locales/data/DK/misc.json +7 -0
  98. pointblank/locales/data/DK/person.json +45 -0
  99. pointblank/locales/data/DK/text.json +43 -0
  100. pointblank/locales/data/EE/address.json +69 -0
  101. pointblank/locales/data/EE/company.json +60 -0
  102. pointblank/locales/data/EE/internet.json +19 -0
  103. pointblank/locales/data/EE/misc.json +7 -0
  104. pointblank/locales/data/EE/person.json +39 -0
  105. pointblank/locales/data/EE/text.json +38 -0
  106. pointblank/locales/data/ES/address.json +3086 -0
  107. pointblank/locales/data/ES/company.json +644 -0
  108. pointblank/locales/data/ES/internet.json +25 -0
  109. pointblank/locales/data/ES/misc.json +11 -0
  110. pointblank/locales/data/ES/person.json +488 -0
  111. pointblank/locales/data/ES/text.json +49 -0
  112. pointblank/locales/data/FI/address.json +93 -0
  113. pointblank/locales/data/FI/company.json +65 -0
  114. pointblank/locales/data/FI/internet.json +20 -0
  115. pointblank/locales/data/FI/misc.json +8 -0
  116. pointblank/locales/data/FI/person.json +17 -0
  117. pointblank/locales/data/FI/text.json +35 -0
  118. pointblank/locales/data/FR/address.json +619 -0
  119. pointblank/locales/data/FR/company.json +111 -0
  120. pointblank/locales/data/FR/internet.json +22 -0
  121. pointblank/locales/data/FR/misc.json +11 -0
  122. pointblank/locales/data/FR/person.json +1066 -0
  123. pointblank/locales/data/FR/text.json +50 -0
  124. pointblank/locales/data/GB/address.json +5759 -0
  125. pointblank/locales/data/GB/company.json +131 -0
  126. pointblank/locales/data/GB/internet.json +24 -0
  127. pointblank/locales/data/GB/misc.json +45 -0
  128. pointblank/locales/data/GB/person.json +578 -0
  129. pointblank/locales/data/GB/text.json +61 -0
  130. pointblank/locales/data/GR/address.json +68 -0
  131. pointblank/locales/data/GR/company.json +61 -0
  132. pointblank/locales/data/GR/internet.json +19 -0
  133. pointblank/locales/data/GR/misc.json +7 -0
  134. pointblank/locales/data/GR/person.json +39 -0
  135. pointblank/locales/data/GR/text.json +38 -0
  136. pointblank/locales/data/HK/address.json +79 -0
  137. pointblank/locales/data/HK/company.json +69 -0
  138. pointblank/locales/data/HK/internet.json +19 -0
  139. pointblank/locales/data/HK/misc.json +7 -0
  140. pointblank/locales/data/HK/person.json +42 -0
  141. pointblank/locales/data/HK/text.json +38 -0
  142. pointblank/locales/data/HR/address.json +73 -0
  143. pointblank/locales/data/HR/company.json +60 -0
  144. pointblank/locales/data/HR/internet.json +19 -0
  145. pointblank/locales/data/HR/misc.json +7 -0
  146. pointblank/locales/data/HR/person.json +38 -0
  147. pointblank/locales/data/HR/text.json +38 -0
  148. pointblank/locales/data/HU/address.json +70 -0
  149. pointblank/locales/data/HU/company.json +61 -0
  150. pointblank/locales/data/HU/internet.json +19 -0
  151. pointblank/locales/data/HU/misc.json +7 -0
  152. pointblank/locales/data/HU/person.json +40 -0
  153. pointblank/locales/data/HU/text.json +38 -0
  154. pointblank/locales/data/ID/address.json +68 -0
  155. pointblank/locales/data/ID/company.json +61 -0
  156. pointblank/locales/data/ID/internet.json +19 -0
  157. pointblank/locales/data/ID/misc.json +7 -0
  158. pointblank/locales/data/ID/person.json +40 -0
  159. pointblank/locales/data/ID/text.json +38 -0
  160. pointblank/locales/data/IE/address.json +643 -0
  161. pointblank/locales/data/IE/company.json +140 -0
  162. pointblank/locales/data/IE/internet.json +24 -0
  163. pointblank/locales/data/IE/misc.json +44 -0
  164. pointblank/locales/data/IE/person.json +55 -0
  165. pointblank/locales/data/IE/text.json +60 -0
  166. pointblank/locales/data/IN/address.json +92 -0
  167. pointblank/locales/data/IN/company.json +65 -0
  168. pointblank/locales/data/IN/internet.json +20 -0
  169. pointblank/locales/data/IN/misc.json +8 -0
  170. pointblank/locales/data/IN/person.json +52 -0
  171. pointblank/locales/data/IN/text.json +39 -0
  172. pointblank/locales/data/IS/address.json +63 -0
  173. pointblank/locales/data/IS/company.json +61 -0
  174. pointblank/locales/data/IS/internet.json +19 -0
  175. pointblank/locales/data/IS/misc.json +7 -0
  176. pointblank/locales/data/IS/person.json +44 -0
  177. pointblank/locales/data/IS/text.json +38 -0
  178. pointblank/locales/data/IT/address.json +192 -0
  179. pointblank/locales/data/IT/company.json +137 -0
  180. pointblank/locales/data/IT/internet.json +20 -0
  181. pointblank/locales/data/IT/misc.json +10 -0
  182. pointblank/locales/data/IT/person.json +70 -0
  183. pointblank/locales/data/IT/text.json +44 -0
  184. pointblank/locales/data/JP/address.json +713 -0
  185. pointblank/locales/data/JP/company.json +113 -0
  186. pointblank/locales/data/JP/internet.json +22 -0
  187. pointblank/locales/data/JP/misc.json +10 -0
  188. pointblank/locales/data/JP/person.json +1057 -0
  189. pointblank/locales/data/JP/text.json +51 -0
  190. pointblank/locales/data/KR/address.json +77 -0
  191. pointblank/locales/data/KR/company.json +68 -0
  192. pointblank/locales/data/KR/internet.json +19 -0
  193. pointblank/locales/data/KR/misc.json +7 -0
  194. pointblank/locales/data/KR/person.json +40 -0
  195. pointblank/locales/data/KR/text.json +38 -0
  196. pointblank/locales/data/LT/address.json +66 -0
  197. pointblank/locales/data/LT/company.json +60 -0
  198. pointblank/locales/data/LT/internet.json +19 -0
  199. pointblank/locales/data/LT/misc.json +7 -0
  200. pointblank/locales/data/LT/person.json +42 -0
  201. pointblank/locales/data/LT/text.json +38 -0
  202. pointblank/locales/data/LU/address.json +66 -0
  203. pointblank/locales/data/LU/company.json +60 -0
  204. pointblank/locales/data/LU/internet.json +19 -0
  205. pointblank/locales/data/LU/misc.json +7 -0
  206. pointblank/locales/data/LU/person.json +38 -0
  207. pointblank/locales/data/LU/text.json +38 -0
  208. pointblank/locales/data/LV/address.json +62 -0
  209. pointblank/locales/data/LV/company.json +60 -0
  210. pointblank/locales/data/LV/internet.json +19 -0
  211. pointblank/locales/data/LV/misc.json +7 -0
  212. pointblank/locales/data/LV/person.json +40 -0
  213. pointblank/locales/data/LV/text.json +38 -0
  214. pointblank/locales/data/MT/address.json +61 -0
  215. pointblank/locales/data/MT/company.json +60 -0
  216. pointblank/locales/data/MT/internet.json +19 -0
  217. pointblank/locales/data/MT/misc.json +7 -0
  218. pointblank/locales/data/MT/person.json +38 -0
  219. pointblank/locales/data/MT/text.json +38 -0
  220. pointblank/locales/data/MX/address.json +100 -0
  221. pointblank/locales/data/MX/company.json +65 -0
  222. pointblank/locales/data/MX/internet.json +20 -0
  223. pointblank/locales/data/MX/misc.json +8 -0
  224. pointblank/locales/data/MX/person.json +18 -0
  225. pointblank/locales/data/MX/text.json +39 -0
  226. pointblank/locales/data/NL/address.json +1517 -0
  227. pointblank/locales/data/NL/company.json +133 -0
  228. pointblank/locales/data/NL/internet.json +44 -0
  229. pointblank/locales/data/NL/misc.json +55 -0
  230. pointblank/locales/data/NL/person.json +365 -0
  231. pointblank/locales/data/NL/text.json +210 -0
  232. pointblank/locales/data/NO/address.json +86 -0
  233. pointblank/locales/data/NO/company.json +66 -0
  234. pointblank/locales/data/NO/internet.json +20 -0
  235. pointblank/locales/data/NO/misc.json +8 -0
  236. pointblank/locales/data/NO/person.json +17 -0
  237. pointblank/locales/data/NO/text.json +35 -0
  238. pointblank/locales/data/NZ/address.json +90 -0
  239. pointblank/locales/data/NZ/company.json +65 -0
  240. pointblank/locales/data/NZ/internet.json +20 -0
  241. pointblank/locales/data/NZ/misc.json +8 -0
  242. pointblank/locales/data/NZ/person.json +17 -0
  243. pointblank/locales/data/NZ/text.json +39 -0
  244. pointblank/locales/data/PH/address.json +67 -0
  245. pointblank/locales/data/PH/company.json +61 -0
  246. pointblank/locales/data/PH/internet.json +19 -0
  247. pointblank/locales/data/PH/misc.json +7 -0
  248. pointblank/locales/data/PH/person.json +40 -0
  249. pointblank/locales/data/PH/text.json +38 -0
  250. pointblank/locales/data/PL/address.json +91 -0
  251. pointblank/locales/data/PL/company.json +65 -0
  252. pointblank/locales/data/PL/internet.json +20 -0
  253. pointblank/locales/data/PL/misc.json +8 -0
  254. pointblank/locales/data/PL/person.json +17 -0
  255. pointblank/locales/data/PL/text.json +35 -0
  256. pointblank/locales/data/PT/address.json +90 -0
  257. pointblank/locales/data/PT/company.json +65 -0
  258. pointblank/locales/data/PT/internet.json +20 -0
  259. pointblank/locales/data/PT/misc.json +8 -0
  260. pointblank/locales/data/PT/person.json +17 -0
  261. pointblank/locales/data/PT/text.json +35 -0
  262. pointblank/locales/data/RO/address.json +73 -0
  263. pointblank/locales/data/RO/company.json +61 -0
  264. pointblank/locales/data/RO/internet.json +19 -0
  265. pointblank/locales/data/RO/misc.json +7 -0
  266. pointblank/locales/data/RO/person.json +40 -0
  267. pointblank/locales/data/RO/text.json +38 -0
  268. pointblank/locales/data/RU/address.json +74 -0
  269. pointblank/locales/data/RU/company.json +60 -0
  270. pointblank/locales/data/RU/internet.json +19 -0
  271. pointblank/locales/data/RU/misc.json +7 -0
  272. pointblank/locales/data/RU/person.json +38 -0
  273. pointblank/locales/data/RU/text.json +38 -0
  274. pointblank/locales/data/SE/address.json +247 -0
  275. pointblank/locales/data/SE/company.json +65 -0
  276. pointblank/locales/data/SE/internet.json +20 -0
  277. pointblank/locales/data/SE/misc.json +7 -0
  278. pointblank/locales/data/SE/person.json +45 -0
  279. pointblank/locales/data/SE/text.json +43 -0
  280. pointblank/locales/data/SI/address.json +67 -0
  281. pointblank/locales/data/SI/company.json +60 -0
  282. pointblank/locales/data/SI/internet.json +19 -0
  283. pointblank/locales/data/SI/misc.json +7 -0
  284. pointblank/locales/data/SI/person.json +38 -0
  285. pointblank/locales/data/SI/text.json +38 -0
  286. pointblank/locales/data/SK/address.json +64 -0
  287. pointblank/locales/data/SK/company.json +60 -0
  288. pointblank/locales/data/SK/internet.json +19 -0
  289. pointblank/locales/data/SK/misc.json +7 -0
  290. pointblank/locales/data/SK/person.json +38 -0
  291. pointblank/locales/data/SK/text.json +38 -0
  292. pointblank/locales/data/TR/address.json +105 -0
  293. pointblank/locales/data/TR/company.json +65 -0
  294. pointblank/locales/data/TR/internet.json +20 -0
  295. pointblank/locales/data/TR/misc.json +8 -0
  296. pointblank/locales/data/TR/person.json +17 -0
  297. pointblank/locales/data/TR/text.json +35 -0
  298. pointblank/locales/data/TW/address.json +86 -0
  299. pointblank/locales/data/TW/company.json +69 -0
  300. pointblank/locales/data/TW/internet.json +19 -0
  301. pointblank/locales/data/TW/misc.json +7 -0
  302. pointblank/locales/data/TW/person.json +42 -0
  303. pointblank/locales/data/TW/text.json +38 -0
  304. pointblank/locales/data/US/address.json +996 -0
  305. pointblank/locales/data/US/company.json +131 -0
  306. pointblank/locales/data/US/internet.json +22 -0
  307. pointblank/locales/data/US/misc.json +11 -0
  308. pointblank/locales/data/US/person.json +1092 -0
  309. pointblank/locales/data/US/text.json +56 -0
  310. pointblank/locales/data/_shared/misc.json +42 -0
  311. pointblank/schema.py +339 -2
  312. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/METADATA +45 -1
  313. pointblank-0.20.0.dist-info/RECORD +366 -0
  314. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/WHEEL +1 -1
  315. pointblank-0.19.0.dist-info/RECORD +0 -59
  316. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/entry_points.txt +0 -0
  317. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/licenses/LICENSE +0 -0
  318. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,61 @@
1
+ {
2
+ "locations": [
3
+ {"city": "Valletta", "state": "South Eastern", "state_abbr": "SE", "postcode_prefix": "VLT", "lat_min": 35.895, "lat_max": 35.905, "lon_min": 14.505, "lon_max": 14.520},
4
+ {"city": "Birkirkara", "state": "Northern", "state_abbr": "N", "postcode_prefix": "BKR", "lat_min": 35.890, "lat_max": 35.905, "lon_min": 14.460, "lon_max": 14.475},
5
+ {"city": "Sliema", "state": "Northern Harbour", "state_abbr": "NH", "postcode_prefix": "SLM", "lat_min": 35.910, "lat_max": 35.920, "lon_min": 14.500, "lon_max": 14.515},
6
+ {"city": "St. Julian's", "state": "Northern Harbour", "state_abbr": "NH", "postcode_prefix": "STJ", "lat_min": 35.918, "lat_max": 35.928, "lon_min": 14.488, "lon_max": 14.498},
7
+ {"city": "Mosta", "state": "Northern", "state_abbr": "N", "postcode_prefix": "MST", "lat_min": 35.905, "lat_max": 35.920, "lon_min": 14.420, "lon_max": 14.435},
8
+ {"city": "Qormi", "state": "South Eastern", "state_abbr": "SE", "postcode_prefix": "QRM", "lat_min": 35.870, "lat_max": 35.885, "lon_min": 14.465, "lon_max": 14.480},
9
+ {"city": "Zabbar", "state": "South Eastern", "state_abbr": "SE", "postcode_prefix": "ZBR", "lat_min": 35.870, "lat_max": 35.880, "lon_min": 14.535, "lon_max": 14.550},
10
+ {"city": "Rabat", "state": "Western", "state_abbr": "W", "postcode_prefix": "RBT", "lat_min": 35.880, "lat_max": 35.890, "lon_min": 14.395, "lon_max": 14.410},
11
+ {"city": "Mdina", "state": "Western", "state_abbr": "W", "postcode_prefix": "MDN", "lat_min": 35.885, "lat_max": 35.890, "lon_min": 14.400, "lon_max": 14.410},
12
+ {"city": "Gozo Victoria", "state": "Gozo", "state_abbr": "G", "postcode_prefix": "VCT", "lat_min": 36.045, "lat_max": 36.050, "lon_min": 14.235, "lon_max": 14.245},
13
+ {"city": "Marsaskala", "state": "South Eastern", "state_abbr": "SE", "postcode_prefix": "MSK", "lat_min": 35.860, "lat_max": 35.870, "lon_min": 14.555, "lon_max": 14.570},
14
+ {"city": "Naxxar", "state": "Northern", "state_abbr": "N", "postcode_prefix": "NXR", "lat_min": 35.915, "lat_max": 35.925, "lon_min": 14.440, "lon_max": 14.455},
15
+ {"city": "Paola", "state": "South Eastern", "state_abbr": "SE", "postcode_prefix": "PLA", "lat_min": 35.870, "lat_max": 35.880, "lon_min": 14.500, "lon_max": 14.515},
16
+ {"city": "Hamrun", "state": "Northern Harbour", "state_abbr": "NH", "postcode_prefix": "HMR", "lat_min": 35.885, "lat_max": 35.892, "lon_min": 14.485, "lon_max": 14.500},
17
+ {"city": "Fgura", "state": "South Eastern", "state_abbr": "SE", "postcode_prefix": "FGR", "lat_min": 35.870, "lat_max": 35.878, "lon_min": 14.520, "lon_max": 14.535},
18
+ {"city": "San Gwann", "state": "Northern", "state_abbr": "N", "postcode_prefix": "SGN", "lat_min": 35.905, "lat_max": 35.912, "lon_min": 14.475, "lon_max": 14.490},
19
+ {"city": "Attard", "state": "Northern", "state_abbr": "N", "postcode_prefix": "ATD", "lat_min": 35.890, "lat_max": 35.900, "lon_min": 14.435, "lon_max": 14.450},
20
+ {"city": "Gzira", "state": "Northern Harbour", "state_abbr": "NH", "postcode_prefix": "GZR", "lat_min": 35.905, "lat_max": 35.912, "lon_min": 14.490, "lon_max": 14.505},
21
+ {"city": "Zejtun", "state": "South Eastern", "state_abbr": "SE", "postcode_prefix": "ZTN", "lat_min": 35.855, "lat_max": 35.865, "lon_min": 14.530, "lon_max": 14.545},
22
+ {"city": "Mellieha", "state": "Northern", "state_abbr": "N", "postcode_prefix": "MLH", "lat_min": 35.955, "lat_max": 35.965, "lon_min": 14.355, "lon_max": 14.370}
23
+ ],
24
+ "streets_by_city": {
25
+ "Valletta": ["Republic Street", "Merchant Street", "Old Bakery Street", "St Paul Street", "Archbishop Street", "St John Street", "Old Theatre Street", "St Ursula Street", "Strait Street", "South Street", "Old Mint Street", "St Lucia Street", "Melita Street", "St Christopher Street", "Britannia Street", "St Mark Street", "East Street", "West Street", "St Dominic Street", "Battery Street"],
26
+ "Birkirkara": ["Fleur-de-Lys Road", "Valley Road", "Naxxar Road", "Psaila Street", "St Helen Street", "Dun Karm Street", "Manuel Dimech Street", "Reggie Miller Street", "Manwel Dimech Street", "Station Road", "Nazzareno Baldacchino Street", "De Soldanis Street", "Isouard Street", "Old Railway Track", "Triq il-Wied", "Triq San Alwiġi", "Triq il-Kbira", "Triq Dun Mikiel Xerri", "Triq l-Imdina", "Triq tal-Qroqq"],
27
+ "Sliema": ["Tower Road", "The Strand", "Bisazza Street", "High Street", "Tigne Street", "Windsor Terrace", "Dingli Street", "Milner Street", "Rudolph Street", "St Anne Street", "Depiro Street", "Howard Street", "Amery Street", "Locker Street", "Graham Street", "Manuel Dimech Street", "Hughes Hallet Street", "Qui-Si-Sana", "Ghar id-Dud Road", "Triq it-Torri"],
28
+ "St. Julian's": ["St George's Road", "Spinola Road", "Ross Street", "Ball Street", "Dragonara Road", "Paceville Avenue", "Main Street", "Triq San Gorg", "Portomaso", "St Julian's Road", "Mensija Road", "Triq Elija Zammit", "Triq Santu Wistin", "Triq il-Kbira", "Triq Gorg Borg Olivier", "Triq Wilga", "Triq Mikiel Anton Vassalli", "Triq Lapsi", "Level Street", "Triq Spinola"],
29
+ "Mosta": ["Constitution Street", "St Mary Street", "Main Street", "Rotunda Square", "College Street", "Triq il-Kbira", "Triq il-Kungress Ewkaristiku", "Triq Grognet", "Triq il-Madonna tal-Isperanza", "Triq it-Torri", "Triq San Pawl", "Triq tal-Bidni", "Triq il-Mosta", "Triq Santa Margerita", "Triq Durumblat", "Triq il-Kulleġġ", "Triq Tumas Fenech", "Notabile Road", "Naxxar Road", "Triq Ganni Bonnici"],
30
+ "Qormi": ["Notabile Road", "Main Street", "St George Street", "St Sebastian Street", "Victory Square", "Triq il-Kbira", "Triq Manwel Dimech", "Triq San Ġorġ", "Triq San Bastjan", "Triq l-Isqof", "Triq Karmenu Vassallo", "Triq il-Kulleġġ", "Triq tal-Barrani", "Triq il-Wied", "Triq San Franġisk", "Triq Ħal Qormi", "Triq il-Foss", "Triq ta' Paris", "Cannon Road", "Manuel Dimech Street"],
31
+ "Zabbar": ["Main Street", "Sanctuary Street", "St James Street", "St Roque Street", "Victory Street", "Triq il-Kbira", "Triq is-Santwarju", "Triq San Ġakbu", "Triq San Rokku", "Triq il-Vitorja", "Triq Żabbar", "Triq il-Knisja", "Triq Santa Marija", "Triq San Mikiel", "Triq tal-Ħofra", "Triq il-Kampanja", "Triq Marsaskala", "Triq l-Għoljiet", "Triq Hompesch", "Cottonera Road"],
32
+ "Rabat": ["Main Street", "St Paul Street", "Museum Street", "College Street", "St Agatha Street", "Triq il-Kbira", "Triq San Pawl", "Triq il-Mużew", "Triq il-Kulleġġ", "Triq Sant'Agatha", "Triq ir-Rabat", "Triq il-Buskett", "Triq l-Imdina", "Triq San Duminku", "Triq il-Għajn", "Triq Howard", "Triq Dun Mikiel Xerri", "Saqqajja Hill", "Triq ta' Pennellu", "Triq tal-Virtù"],
33
+ "Mdina": ["Villegaignon Street", "St Paul Square", "Cathedral Square", "Mesquita Square", "Bastion Street", "Triq Villegaignon", "Magazine Street", "Inguanez Street", "St Roque Street", "Triq San Pawl", "Triq il-Katidral", "Triq Mesquita", "Triq il-Palazz", "Triq is-Sur", "Triq Sant Agata", "Triq Gatto Murina", "Triq Santu Rokku", "Holy Cross Street", "Triq il-Batterija", "Triq il-Mitħna"],
34
+ "Gozo Victoria": ["Republic Street", "Independence Square", "Main Street", "St George Square", "Cathedral Square", "Triq ir-Repubblika", "Pjazza l-Indipendenza", "Triq il-Kbira", "Pjazza San Ġorġ", "Triq il-Katidral", "Triq it-Tiġrija", "Triq il-Fosos", "Triq l-Għajn", "Triq tal-Għeżież", "Triq l-Isptar", "Triq Santa Marija", "Triq il-Knisja", "Triq ta' Putirjal", "Fortunato Mizzi Street", "Vajrinġa Street"],
35
+ "Marsaskala": ["St Anne Street", "Żonqor Road", "Jerma Street", "Marina Street", "Triq Sant'Anna", "Triq iż-Żonqor", "Triq Jerma", "Triq il-Marina", "Triq il-Bajja", "Triq San Tumas", "Triq Marsaskala", "Triq tal-Gardiel", "Triq il-Qaliet", "Triq il-Magħluq", "Triq il-Bajja s-Sabiħa", "Triq il-Bieb", "Triq San Ġwann", "Triq il-Knisja", "Triq is-Salini", "Triq tal-Port"],
36
+ "Naxxar": ["Main Street", "St Paul Street", "Palazzo Parisio", "Labour Avenue", "Victory Square", "Triq il-Kbira", "Triq San Pawl", "Triq il-Parroċċa", "Triq il-Labour", "Pjazza tal-Vitorja", "Triq Naxxar", "Triq San Ġwann", "Triq tal-Għargħar", "Triq Santa Marija", "Triq il-Mosta", "Triq Għargħar", "Triq il-Wied", "Triq il-Kulleġġ", "Triq il-Fortizza", "Triq Birguma"],
37
+ "Paola": ["St Ubaldesca Street", "Antoine de Paule Street", "Main Street", "Hal Tarxien Road", "Victory Street", "Triq Santa Ubaldesca", "Triq Antoine de Paule", "Triq il-Kbira", "Triq Ħal Tarxien", "Triq il-Vitorja", "Triq Raħal Ġdid", "Triq il-Kapuċċini", "Triq San Mikiel", "Triq l-Arċisqof", "Triq Santa Katerina", "Triq il-Ġnien", "Triq il-Bieb il-Kbir", "Triq il-Mulej", "Corradino Road", "Triq San Ġużepp"],
38
+ "Hamrun": ["St Joseph High Road", "Main Street", "Villambrosa Street", "St Gaetan Street", "Fleur-de-Lys Road", "Triq San Ġużepp", "Triq il-Kbira", "Triq Villambrosa", "Triq San Gejtanu", "Triq Fleur-de-Lys", "Triq il-Ħamrun", "Triq il-Parroċċa", "Triq il-Wied", "Triq Sant'Anna", "Triq il-Palma", "Triq Santa Venera", "Triq tal-Ħandaq", "Triq il-Kampnar", "Triq il-Marsa", "Blata l-Bajda"],
39
+ "Fgura": ["Hompesch Road", "Main Street", "Cottonera Road", "St Philip Street", "Triq Hompesch", "Triq il-Kbira", "Triq Bormla", "Triq San Filep", "Triq Fgura", "Triq Żabbar", "Triq Santa Marija", "Triq il-Knisja", "Triq il-Mitħna", "Triq tal-Barrani", "Triq il-Ġnien", "Triq San Tumas", "Triq il-Foss", "Triq tal-Qroqq", "Triq ix-Xatt", "Triq il-Wied"],
40
+ "San Gwann": ["Naxxar Road", "Mensija Road", "Kappara Road", "St Mark Street", "Triq Naxxar", "Triq il-Mensija", "Triq il-Kappara", "Triq San Mark", "Triq San Ġwann", "Triq il-Kbira", "Triq ta' l-Ibraġ", "Triq il-Qasam", "Triq ta' Żwejt", "Triq il-Mitħna", "Triq il-Madonna tal-Ħniena", "Triq l-Isptar", "Triq il-Kulleġġ", "Triq il-Wied", "Triq Santa Margerita", "Triq il-Knisja"],
41
+ "Attard": ["Main Street", "St Catherine Street", "Mdina Road", "Triq il-Kbira", "Triq Santa Katerina", "Triq l-Imdina", "Triq Attard", "Triq San Anton", "Triq il-President", "Triq il-Mosta", "Triq il-Palazz", "Triq il-Ġnien", "Triq Santa Marija", "Triq San Pawl", "Triq il-Knisja", "Triq il-Wied", "Triq il-Qasam", "Triq ta' l-Isqof", "Triq il-Fortizza", "San Anton Gardens Road"],
42
+ "Gzira": ["The Strand", "Manoel Island", "Tower Road", "Testaferrata Street", "Rue D'Argens", "Triq ix-Xatt", "Triq it-Torri", "Triq Testaferrata", "Triq d'Argens", "Triq Gżira", "Triq il-Knisja", "Triq San Albert", "Triq il-Qasam", "Triq il-Gvern", "Triq il-Mensija", "Triq il-Marsa", "Triq Ta' Xbiex", "Triq it-Tiġrija", "Triq ir-Ramla", "Triq il-Pitkali"],
43
+ "Zejtun": ["St Gregory Street", "Main Street", "St Catherine Street", "Lampuka Street", "Triq San Girgor", "Triq il-Kbira", "Triq Santa Katerina", "Triq Lampuka", "Triq Żejtun", "Triq il-Parroċċa", "Triq il-Knisja", "Triq Santa Marija", "Triq San Klement", "Triq il-Ġnien", "Triq Marsaskala", "Triq il-Ħal Far", "Triq il-Wied", "Triq il-Kampanja", "Triq tal-Barrani", "Triq il-Mitħna"],
44
+ "Mellieha": ["Main Street", "Ghadira Road", "Parish Street", "Marfa Road", "Borg Olivier Street", "Triq il-Kbira", "Triq Għadira", "Triq il-Parroċċa", "Triq il-Marfa", "Triq Borg Olivier", "Triq Mellieħa", "Triq il-Knisja", "Triq Santa Marija", "Triq San Pawl", "Triq il-Bajja", "Triq Ċirkewwa", "Triq ix-Xemxija", "Triq tal-Għadira", "Triq il-Fortizza", "Anchor Bay Road"]
45
+ },
46
+ "postcode_format": "@@@ ####",
47
+ "address_formats": [
48
+ "{street} {building_number}, {city} {postcode}",
49
+ "{building_number}, {street}, {city}",
50
+ "{street} {building_number}, {city}"
51
+ ],
52
+ "country": "Malta",
53
+ "country_code": "MT",
54
+ "phone_area_codes": {
55
+ "South Eastern": ["21"],
56
+ "Northern": ["21"],
57
+ "Northern Harbour": ["21"],
58
+ "Western": ["21"],
59
+ "Gozo": ["21"]
60
+ }
61
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "suffixes": [
3
+ "Ltd", "Limited", "PLC", "Co.", "Group", "Malta", "Holdings", "International", "Corp.", "Inc."
4
+ ],
5
+ "formats": [
6
+ "{last_name} {suffix}",
7
+ "{adjective} {noun} {suffix}",
8
+ "{adjective} {noun}",
9
+ "{noun} {suffix}"
10
+ ],
11
+ "adjectives": [
12
+ "Malta", "Maltese", "Mediterranean", "Island", "European", "Global", "Premier", "First", "Central",
13
+ "Digital", "Smart", "Dynamic", "United", "Advanced", "New", "Grand", "Modern", "Strategic", "International"
14
+ ],
15
+ "nouns": [
16
+ "Bank", "Gaming", "Tourism", "Finance", "Telecom", "Property", "Insurance", "Shipping", "Pharma",
17
+ "Trading", "Maritime", "Investment", "Technology", "Development", "Holdings", "Services", "Solutions", "Aviation", "Hospitality", "Manufacturing"
18
+ ],
19
+ "well_known_companies": [
20
+ {"name": "Bank of Valletta", "cities": ["Valletta"]},
21
+ {"name": "HSBC Malta", "cities": ["Sliema"]},
22
+ {"name": "Air Malta", "cities": ["Luqa"]},
23
+ {"name": "GO plc", "cities": ["Marsa"]},
24
+ {"name": "Melita Limited", "cities": ["Sliema"]},
25
+ {"name": "Malta International Airport", "cities": ["Luqa"]},
26
+ {"name": "Enemalta", "cities": ["Marsa"]},
27
+ {"name": "Water Services Corporation", "cities": ["Luqa"]},
28
+ {"name": "Simonds Farsons Cisk", "cities": ["Mriehel"]},
29
+ {"name": "Playmobil Malta", "cities": ["Hal Far"]},
30
+ {"name": "ST Microelectronics", "cities": ["Kirkop"]},
31
+ {"name": "MCAST", "cities": ["Paola"]},
32
+ {"name": "University of Malta", "cities": ["Msida"]},
33
+ {"name": "Malta Gaming Authority", "cities": ["Sliema"]},
34
+ {"name": "FinanceMalta", "cities": ["Valletta"]},
35
+ {"name": "Tumas Group", "cities": ["Qawra"]},
36
+ {"name": "db Group", "cities": ["St. Julian's"]},
37
+ {"name": "AX Holdings", "cities": ["Sliema"]},
38
+ {"name": "GasanMamo Insurance", "cities": ["Pieta"]},
39
+ {"name": "RS2 Software", "cities": ["Sliema"]}
40
+ ],
41
+ "jobs": [
42
+ "Software Engineer", "Product Manager", "Data Analyst", "Marketing Manager", "Sales Representative",
43
+ "HR Manager", "Financial Analyst", "Project Manager", "Operations Manager", "UI/UX Designer",
44
+ "iGaming Developer", "Compliance Officer", "Risk Manager", "Casino Manager", "Tourism Manager",
45
+ "Accountant", "Auditor", "Customer Service Representative", "Hotel Manager", "Maritime Officer",
46
+ "Pilot", "Ship Captain", "Tax Consultant", "Legal Counsel", "Investment Analyst"
47
+ ],
48
+ "catch_phrase_adjectives": [
49
+ "Innovative", "Reliable", "Professional", "Dynamic", "Trusted", "Leading", "Modern", "Sustainable",
50
+ "Customer-focused", "Quality-driven", "European", "Mediterranean"
51
+ ],
52
+ "catch_phrase_nouns": [
53
+ "solutions", "services", "quality", "excellence", "innovation", "value", "partnership", "growth",
54
+ "performance", "reliability", "integrity", "success"
55
+ ],
56
+ "catch_phrase_verbs": [
57
+ "deliver", "create", "build", "provide", "enable", "achieve", "drive", "transform", "empower",
58
+ "connect", "innovate", "lead"
59
+ ]
60
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "free_email_domains": [
3
+ "gmail.com", "hotmail.com", "yahoo.com", "outlook.com", "live.com",
4
+ "go.net.mt", "melita.com", "onvol.net", "maltanet.net", "waldonet.net.mt"
5
+ ],
6
+ "tlds": [
7
+ "mt", "com.mt", "com", "net", "org", "io", "eu", "org.mt"
8
+ ],
9
+ "domain_words": [
10
+ "malta", "valletta", "maltese", "mediterranean", "island", "gozo",
11
+ "tech", "digital", "online", "web", "gaming", "igaming"
12
+ ],
13
+ "user_agent_browsers": [
14
+ "Chrome", "Firefox", "Safari", "Edge", "Opera"
15
+ ],
16
+ "user_agent_os": [
17
+ "Windows NT 10.0", "Macintosh; Intel Mac OS X 10_15_7", "X11; Linux x86_64", "iPhone; CPU iPhone OS 15_0", "Android 12"
18
+ ]
19
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "colors": [
3
+ "Red", "Blue", "Green", "Yellow", "Orange", "Purple", "Pink", "Brown", "Black", "White",
4
+ "Gray", "Gold", "Silver", "Maroon", "Navy", "Olive", "Teal", "Aqua", "Coral", "Salmon",
5
+ "Turquoise", "Indigo", "Violet", "Crimson", "Burgundy", "Lavender", "Beige", "Ivory", "Tan", "Khaki"
6
+ ]
7
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "first_names": {
3
+ "male": [
4
+ "Joseph", "John", "Paul", "George", "Mario", "Anthony", "Michael", "David", "Mark", "Charles",
5
+ "Robert", "Raymond", "Carmel", "Francis", "Emanuel", "Louis", "Alfred", "Victor", "Albert", "Edward",
6
+ "Lawrence", "Vincent", "Martin", "Stephen", "Andrew", "Peter", "James", "Christopher", "Matthew", "Daniel",
7
+ "Saviour", "Carmelo", "Salvatore", "Jesmond", "Noel", "Ivan", "Adrian", "Christian", "Clive", "Keith",
8
+ "Kurt", "Luca", "Matteo", "Gabriel", "Ethan", "Jake", "Luke", "Nathan", "Sean", "Owen",
9
+ "Karl", "Jean", "Claude", "Pierre", "Andre", "Reuben", "Isaac", "Samuel", "Benjamin", "Nicholas"
10
+ ],
11
+ "female": [
12
+ "Maria", "Carmen", "Anna", "Rose", "Josephine", "Grace", "Mary", "Rita", "Catherine", "Teresa",
13
+ "Angela", "Margaret", "Elizabeth", "Patricia", "Doris", "Joan", "Helen", "Louise", "Victoria", "Christine",
14
+ "Michelle", "Sandra", "Diane", "Caroline", "Stephanie", "Amanda", "Nicole", "Sarah", "Emma", "Laura",
15
+ "Francesca", "Giulia", "Sofia", "Martina", "Chiara", "Lucia", "Elena", "Giorgia", "Valentina", "Alessia",
16
+ "Mia", "Ella", "Amy", "Chloe", "Hannah", "Leah", "Rachel", "Rebecca", "Jessica", "Natalie",
17
+ "Antoinette", "Bernadette", "Pauline", "Rosemarie", "Mariella", "Graziella", "Connie", "Doreen", "Marlene", "Josette"
18
+ ],
19
+ "neutral": ["Alex", "Chris", "Jean", "Claude", "Andrea", "Dominique", "Noel", "Francis", "Ashley", "Jordan"]
20
+ },
21
+ "last_names": [
22
+ "Borg", "Camilleri", "Vella", "Farrugia", "Zammit", "Galea", "Spiteri", "Micallef", "Grech", "Attard",
23
+ "Sammut", "Fenech", "Muscat", "Caruana", "Mifsud", "Pace", "Azzopardi", "Cassar", "Brincat", "Calleja",
24
+ "Scicluna", "Bonnici", "Schembri", "Bugeja", "Agius", "Chetcuti", "Debono", "Buttigieg", "Portelli", "Xerri",
25
+ "Formosa", "Baldacchino", "Cutajar", "Sultana", "Abela", "Mangion", "Gatt", "Tonna", "Cauchi", "Cremona",
26
+ "Sant", "Mallia", "Psaila", "Zahra", "Gauci", "Vassallo", "Ellul", "Falzon", "Magro", "Barbara",
27
+ "Bonello", "Buhagiar", "Delia", "Dimech", "Busuttil", "Cardona", "Darmanin", "Falcone", "Pullicino", "Scerri"
28
+ ],
29
+ "name_formats": [
30
+ "{first_name} {last_name}"
31
+ ],
32
+ "prefixes": {
33
+ "male": ["Mr", "Dr", "Prof", "Ing", "Rev", "Hon"],
34
+ "female": ["Mrs", "Ms", "Miss", "Dr", "Prof", "Ing", "Rev", "Hon"],
35
+ "neutral": ["Dr", "Prof", "Ing", "Rev", "Hon"]
36
+ },
37
+ "suffixes": ["PhD", "MBA", "OBE", "MBE", "KM", "MOM"]
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "words": [
3
+ "the", "and", "for", "are", "but", "not", "you", "all", "can", "had", "her", "was", "one", "our",
4
+ "out", "day", "get", "has", "him", "his", "how", "its", "may", "new", "now", "old", "see", "two",
5
+ "way", "who", "boy", "did", "own", "say", "she", "too", "use", "time", "very", "when", "come",
6
+ "could", "make", "like", "back", "only", "over", "such", "year", "into", "just", "most", "also",
7
+ "been", "call", "from", "have", "more", "made", "find", "long", "down", "look", "many", "then",
8
+ "them", "well", "would", "about", "after", "being", "could", "first", "great", "little", "might",
9
+ "never", "other", "right", "still", "their", "there", "these", "thing", "think", "those", "three",
10
+ "today", "under", "water", "where", "which", "while", "world", "write", "years"
11
+ ],
12
+ "sentence_patterns": [
13
+ "The {adjective} {noun} {verb} the {adjective} {noun}.",
14
+ "A {noun} {verb} {adverb} in the {noun}.",
15
+ "{noun} {verb} {adverb}."
16
+ ],
17
+ "adjectives": [
18
+ "quick", "brown", "lazy", "fast", "slow", "big", "small", "old", "new", "young",
19
+ "bright", "dark", "loud", "quiet", "hot", "cold", "warm", "cool", "soft", "hard",
20
+ "smooth", "rough", "clean", "dirty", "happy", "sad", "angry", "calm", "brave", "shy",
21
+ "clever", "kind", "rich", "poor", "strong", "weak", "tall", "short", "wide", "narrow"
22
+ ],
23
+ "nouns": [
24
+ "dog", "cat", "bird", "fish", "tree", "house", "car", "book", "table", "chair",
25
+ "door", "window", "road", "river", "mountain", "ocean", "sky", "sun", "moon", "star",
26
+ "cloud", "rain", "wind", "fire", "water", "earth", "stone", "wood", "paper", "money",
27
+ "time", "place", "person", "child", "man", "woman", "friend", "family", "school", "work"
28
+ ],
29
+ "verbs": [
30
+ "runs", "jumps", "walks", "talks", "sees", "hears", "feels", "thinks", "knows", "wants",
31
+ "needs", "likes", "loves", "finds", "gives", "takes", "makes", "says", "tells", "asks",
32
+ "helps", "works", "plays", "reads", "writes", "draws", "sings", "eats", "drinks", "sleeps"
33
+ ],
34
+ "adverbs": [
35
+ "quickly", "slowly", "carefully", "happily", "sadly", "loudly", "quietly", "easily",
36
+ "hardly", "always", "never", "often", "sometimes", "usually", "really", "very", "quite"
37
+ ]
38
+ }
@@ -0,0 +1,100 @@
1
+ {
2
+ "locations": [
3
+ {"city": "Mexico City", "state": "Ciudad de México", "state_abbr": "CDMX", "postcode_prefix": "06", "lat_min": 19.38, "lat_max": 19.48, "lon_min": -99.18, "lon_max": -99.08},
4
+ {"city": "Guadalajara", "state": "Jalisco", "state_abbr": "JAL", "postcode_prefix": "44", "lat_min": 20.64, "lat_max": 20.74, "lon_min": -103.40, "lon_max": -103.30},
5
+ {"city": "Monterrey", "state": "Nuevo León", "state_abbr": "NL", "postcode_prefix": "64", "lat_min": 25.62, "lat_max": 25.72, "lon_min": -100.36, "lon_max": -100.26},
6
+ {"city": "Puebla", "state": "Puebla", "state_abbr": "PUE", "postcode_prefix": "72", "lat_min": 19.00, "lat_max": 19.10, "lon_min": -98.24, "lon_max": -98.14},
7
+ {"city": "Tijuana", "state": "Baja California", "state_abbr": "BC", "postcode_prefix": "22", "lat_min": 32.48, "lat_max": 32.58, "lon_min": -117.08, "lon_max": -116.98},
8
+ {"city": "León", "state": "Guanajuato", "state_abbr": "GTO", "postcode_prefix": "37", "lat_min": 21.08, "lat_max": 21.18, "lon_min": -101.72, "lon_max": -101.62},
9
+ {"city": "Juárez", "state": "Chihuahua", "state_abbr": "CHIH", "postcode_prefix": "32", "lat_min": 31.68, "lat_max": 31.78, "lon_min": -106.48, "lon_max": -106.38},
10
+ {"city": "Zapopan", "state": "Jalisco", "state_abbr": "JAL", "postcode_prefix": "45", "lat_min": 20.68, "lat_max": 20.78, "lon_min": -103.44, "lon_max": -103.34},
11
+ {"city": "Mérida", "state": "Yucatán", "state_abbr": "YUC", "postcode_prefix": "97", "lat_min": 20.94, "lat_max": 21.04, "lon_min": -89.66, "lon_max": -89.56},
12
+ {"city": "San Luis Potosí", "state": "San Luis Potosí", "state_abbr": "SLP", "postcode_prefix": "78", "lat_min": 22.12, "lat_max": 22.22, "lon_min": -101.02, "lon_max": -100.92},
13
+ {"city": "Aguascalientes", "state": "Aguascalientes", "state_abbr": "AGS", "postcode_prefix": "20", "lat_min": 21.86, "lat_max": 21.96, "lon_min": -102.34, "lon_max": -102.24},
14
+ {"city": "Hermosillo", "state": "Sonora", "state_abbr": "SON", "postcode_prefix": "83", "lat_min": 29.04, "lat_max": 29.14, "lon_min": -111.00, "lon_max": -110.90},
15
+ {"city": "Chihuahua", "state": "Chihuahua", "state_abbr": "CHIH", "postcode_prefix": "31", "lat_min": 28.58, "lat_max": 28.68, "lon_min": -106.14, "lon_max": -106.04},
16
+ {"city": "Cancún", "state": "Quintana Roo", "state_abbr": "QROO", "postcode_prefix": "77", "lat_min": 21.12, "lat_max": 21.22, "lon_min": -86.90, "lon_max": -86.80},
17
+ {"city": "Querétaro", "state": "Querétaro", "state_abbr": "QRO", "postcode_prefix": "76", "lat_min": 20.56, "lat_max": 20.66, "lon_min": -100.44, "lon_max": -100.34},
18
+ {"city": "Morelia", "state": "Michoacán", "state_abbr": "MICH", "postcode_prefix": "58", "lat_min": 19.68, "lat_max": 19.78, "lon_min": -101.24, "lon_max": -101.14},
19
+ {"city": "Culiacán", "state": "Sinaloa", "state_abbr": "SIN", "postcode_prefix": "80", "lat_min": 24.76, "lat_max": 24.86, "lon_min": -107.44, "lon_max": -107.34},
20
+ {"city": "Toluca", "state": "Estado de México", "state_abbr": "MEX", "postcode_prefix": "50", "lat_min": 19.26, "lat_max": 19.36, "lon_min": -99.70, "lon_max": -99.60},
21
+ {"city": "Acapulco", "state": "Guerrero", "state_abbr": "GRO", "postcode_prefix": "39", "lat_min": 16.82, "lat_max": 16.92, "lon_min": -99.94, "lon_max": -99.84},
22
+ {"city": "Veracruz", "state": "Veracruz", "state_abbr": "VER", "postcode_prefix": "91", "lat_min": 19.16, "lat_max": 19.26, "lon_min": -96.18, "lon_max": -96.08},
23
+ {"city": "Tuxtla Gutiérrez", "state": "Chiapas", "state_abbr": "CHIS", "postcode_prefix": "29", "lat_min": 16.70, "lat_max": 16.80, "lon_min": -93.18, "lon_max": -93.08},
24
+ {"city": "Torreón", "state": "Coahuila", "state_abbr": "COAH", "postcode_prefix": "27", "lat_min": 25.50, "lat_max": 25.60, "lon_min": -103.48, "lon_max": -103.38},
25
+ {"city": "Mazatlán", "state": "Sinaloa", "state_abbr": "SIN", "postcode_prefix": "82", "lat_min": 23.20, "lat_max": 23.30, "lon_min": -106.46, "lon_max": -106.36},
26
+ {"city": "Oaxaca", "state": "Oaxaca", "state_abbr": "OAX", "postcode_prefix": "68", "lat_min": 17.04, "lat_max": 17.14, "lon_min": -96.76, "lon_max": -96.66},
27
+ {"city": "Villahermosa", "state": "Tabasco", "state_abbr": "TAB", "postcode_prefix": "86", "lat_min": 17.94, "lat_max": 18.04, "lon_min": -92.98, "lon_max": -92.88},
28
+ {"city": "Saltillo", "state": "Coahuila", "state_abbr": "COAH", "postcode_prefix": "25", "lat_min": 25.38, "lat_max": 25.48, "lon_min": -101.02, "lon_max": -100.92},
29
+ {"city": "Durango", "state": "Durango", "state_abbr": "DGO", "postcode_prefix": "34", "lat_min": 24.00, "lat_max": 24.10, "lon_min": -104.72, "lon_max": -104.62},
30
+ {"city": "Cuernavaca", "state": "Morelos", "state_abbr": "MOR", "postcode_prefix": "62", "lat_min": 18.88, "lat_max": 18.98, "lon_min": -99.28, "lon_max": -99.18},
31
+ {"city": "Tampico", "state": "Tamaulipas", "state_abbr": "TAMPS", "postcode_prefix": "89", "lat_min": 22.20, "lat_max": 22.30, "lon_min": -97.90, "lon_max": -97.80},
32
+ {"city": "Playa del Carmen", "state": "Quintana Roo", "state_abbr": "QROO", "postcode_prefix": "77", "lat_min": 20.60, "lat_max": 20.70, "lon_min": -87.10, "lon_max": -87.00}
33
+ ],
34
+ "streets_by_city": {
35
+ "Mexico City": ["Paseo de la Reforma", "Avenida Insurgentes", "Avenida Chapultepec", "Calle Madero", "Avenida Juárez", "Calle 5 de Mayo", "Avenida Hidalgo", "Calle República de Cuba", "Avenida Universidad", "Calle Génova"],
36
+ "Guadalajara": ["Avenida Vallarta", "Avenida Chapultepec", "Calle Morelos", "Avenida Juárez", "Calle López Cotilla", "Avenida Hidalgo", "Calle Pedro Moreno", "Avenida México", "Calle Colón", "Avenida La Paz"],
37
+ "Monterrey": ["Avenida Constitución", "Calle Morelos", "Avenida Juárez", "Calle Padre Mier", "Avenida Madero", "Calle Zaragoza", "Avenida Pino Suárez", "Calle Hidalgo", "Avenida Universidad", "Calle Cuauhtémoc"],
38
+ "Puebla": ["Avenida Juárez", "Calle 5 de Mayo", "Boulevard Héroes del 5 de Mayo", "Avenida Reforma", "Calle 2 Sur", "Avenida Don Juan de Palafox", "Calle 3 Oriente", "Boulevard Atlixco", "Calle 16 de Septiembre", "Avenida 11 Sur"],
39
+ "Tijuana": ["Avenida Revolución", "Boulevard Agua Caliente", "Calle Tercera", "Avenida Constitución", "Boulevard Sánchez Taboada", "Calle Sexta", "Avenida Madero", "Boulevard Díaz Ordaz", "Calle Primera", "Avenida Negrete"],
40
+ "León": ["Boulevard López Mateos", "Calle Madero", "Boulevard Adolfo López Mateos", "Avenida Juárez", "Calle 5 de Mayo", "Boulevard Juan Alonso de Torres", "Calle Hidalgo", "Avenida Insurgentes", "Calle Morelos", "Boulevard Campestre"],
41
+ "Juárez": ["Avenida Juárez", "Calle Lerdo", "Avenida 16 de Septiembre", "Boulevard Tomás Fernández", "Calle Mariscal", "Avenida Lincoln", "Boulevard Zaragoza", "Calle Noche Triste", "Avenida de las Américas", "Calle Vicente Guerrero"],
42
+ "Zapopan": ["Avenida Patria", "Boulevard Puerta de Hierro", "Avenida Juan Pablo II", "Calle Acueducto", "Avenida Guadalupe", "Boulevard Andares", "Calle Tepeyac", "Avenida de las Rosas", "Boulevard Paseo de los Virreyes", "Calle Santa Margarita"],
43
+ "Mérida": ["Paseo de Montejo", "Calle 60", "Calle 59", "Avenida Itzaes", "Calle 62", "Prolongación Paseo de Montejo", "Calle 65", "Avenida Colón", "Calle 56", "Avenida Cupules"],
44
+ "San Luis Potosí": ["Avenida Carranza", "Calle Madero", "Avenida Universidad", "Calle Zaragoza", "Boulevard Antonio Rocha Cordero", "Calle Álvaro Obregón", "Avenida Himno Nacional", "Calle Morelos", "Boulevard Río Santiago", "Calle Independencia"],
45
+ "Aguascalientes": ["Avenida Aguascalientes", "Calle Madero", "Boulevard Luis Donaldo Colosio", "Avenida López Mateos", "Calle 5 de Mayo", "Avenida Convención", "Boulevard José María Chávez", "Calle Morelos", "Avenida Universidad", "Calle Nieto"],
46
+ "Hermosillo": ["Boulevard Luis Encinas", "Calle Rosales", "Boulevard Kino", "Avenida Serdán", "Boulevard Solidaridad", "Calle Monterrey", "Avenida Yáñez", "Boulevard Morelos", "Calle Garmendia", "Avenida Cultura"],
47
+ "Chihuahua": ["Avenida Independencia", "Calle Libertad", "Boulevard Ortiz Mena", "Avenida Juárez", "Calle Victoria", "Boulevard Díaz Ordaz", "Avenida Universidad", "Calle Aldama", "Boulevard Antonio Ortiz Mena", "Calle Ocampo"],
48
+ "Cancún": ["Boulevard Kukulcán", "Avenida Tulum", "Boulevard Colosio", "Avenida Bonampak", "Calle Tulipanes", "Avenida Nichupté", "Boulevard de las Naciones", "Avenida Yaxchilán", "Calle Alcatraces", "Avenida Kabah"],
49
+ "Querétaro": ["Boulevard Bernardo Quintana", "Avenida Constituyentes", "Calle Madero", "Avenida Universidad", "Boulevard Juriquilla", "Calle Corregidora", "Avenida Tecnológico", "Calle 5 de Mayo", "Boulevard Centro Sur", "Calle Independencia"],
50
+ "Morelia": ["Avenida Madero", "Calzada Ventura Puente", "Avenida Acueducto", "Calle Nigromante", "Boulevard García de León", "Avenida Periodismo", "Calle Benito Juárez", "Avenida Camelinas", "Calle Aquiles Serdán", "Boulevard Alonso de Torres"],
51
+ "Culiacán": ["Boulevard Francisco I. Madero", "Avenida Álvaro Obregón", "Boulevard Rolando Arjona", "Calle Ángel Flores", "Avenida Universitarios", "Boulevard Emiliano Zapata", "Calle Antonio Rosales", "Avenida Insurgentes", "Boulevard Pedro Infante", "Calle Juárez"],
52
+ "Toluca": ["Paseo Tollocan", "Avenida Juárez", "Boulevard Isidro Fabela", "Calle Morelos", "Avenida Independencia", "Boulevard Aeropuerto", "Calle Hidalgo", "Avenida Lerdo", "Boulevard Miguel Alemán", "Calle Villada"],
53
+ "Acapulco": ["Avenida Costera Miguel Alemán", "Boulevard de las Naciones", "Calle Cinco de Mayo", "Avenida Cuauhtémoc", "Boulevard Príncipe", "Calle Juan de la Cosa", "Avenida Wilfrido Massieu", "Calle La Quebrada", "Boulevard Vicente Guerrero", "Avenida Escénica"],
54
+ "Veracruz": ["Boulevard Manuel Ávila Camacho", "Avenida Independencia", "Calle Zaragoza", "Boulevard Adolfo Ruiz Cortines", "Avenida Díaz Mirón", "Calle Miguel Lerdo", "Boulevard Costa de Oro", "Avenida Salvador Díaz Mirón", "Calle Emparan", "Boulevard Xalapa"],
55
+ "Tuxtla Gutiérrez": ["Boulevard Belisario Domínguez", "Avenida Central", "Calle 1a Norte", "Boulevard Andrés Serra Rojas", "Avenida 1a Sur", "Calle 2a Oriente", "Boulevard Ángel Albino Corzo", "Avenida 3a Norte", "Calle 4a Poniente", "Boulevard Dr. Samuel León Brindis"],
56
+ "Torreón": ["Boulevard Independencia", "Calle Cepeda", "Avenida Juárez", "Boulevard Revolución", "Calle Valdez Carrillo", "Avenida Morelos", "Boulevard Diagonal Reforma", "Calle Acuña", "Avenida Allende", "Boulevard Laguna"],
57
+ "Mazatlán": ["Avenida del Mar", "Boulevard Miguel de la Madrid", "Calle Ángel Flores", "Avenida Camarón Sábalo", "Boulevard Marina Mazatlán", "Calle Benito Juárez", "Avenida Insurgentes", "Calle Belisario Domínguez", "Boulevard Gaviotas", "Calle 21 de Marzo"],
58
+ "Oaxaca": ["Calle Macedonio Alcalá", "Avenida Independencia", "Calle García Vigil", "Avenida Juárez", "Calle Hidalgo", "Avenida Morelos", "Calle 5 de Mayo", "Avenida Universidad", "Calle Porfirio Díaz", "Avenida Periférico"],
59
+ "Villahermosa": ["Avenida Ruiz Cortines", "Boulevard Adolfo Ruiz Cortines", "Calle Madero", "Avenida 27 de Febrero", "Boulevard Paseo Tabasco", "Calle Juárez", "Avenida Gregorio Méndez", "Calle Lerdo de Tejada", "Boulevard Grijalva", "Avenida Universidad"],
60
+ "Saltillo": ["Boulevard Venustiano Carranza", "Calle Victoria", "Boulevard Nazario Ortiz Garza", "Avenida Universidad", "Calle Allende", "Boulevard Luis Donaldo Colosio", "Avenida Presidente Cárdenas", "Calle Hidalgo", "Boulevard Fundadores", "Calle Acuña"],
61
+ "Durango": ["Avenida 20 de Noviembre", "Boulevard Dolores del Río", "Calle 5 de Febrero", "Avenida Heroico Colegio Militar", "Boulevard Felipe Pescador", "Calle Constitución", "Avenida Negrete", "Boulevard Domingo Arrieta", "Calle Pino Suárez", "Avenida Universidad"],
62
+ "Cuernavaca": ["Avenida Morelos", "Boulevard Benito Juárez", "Calle Rayón", "Avenida Plan de Ayala", "Boulevard Cuauhnáhuac", "Calle Galeana", "Avenida Teopanzolco", "Boulevard Paseo del Conquistador", "Calle Degollado", "Avenida Universidad"],
63
+ "Tampico": ["Boulevard Adolfo López Mateos", "Avenida Hidalgo", "Calle Altamira", "Boulevard Fidel Velázquez", "Avenida Universidad", "Calle Aduana", "Boulevard Emilio Portes Gil", "Avenida Ayuntamiento", "Calle Díaz Mirón", "Boulevard Costero"],
64
+ "Playa del Carmen": ["Quinta Avenida", "Avenida 10", "Calle 1 Sur", "Avenida CTM", "Calle 12 Norte", "Avenida Constituyentes", "Calle 30", "Avenida Juárez", "Calle 8", "Boulevard Playa del Carmen"]
65
+ },
66
+ "postcode_format": "#####",
67
+ "address_formats": [
68
+ "{street} {building_number}, {city}, {state_abbr} C.P. {postcode}",
69
+ "{street} {building_number}, Col. Centro, {city}, {state_abbr} C.P. {postcode}"
70
+ ],
71
+ "country": "México",
72
+ "country_code": "MX",
73
+ "phone_area_codes": {
74
+ "Ciudad de México": ["55"],
75
+ "Jalisco": ["33"],
76
+ "Nuevo León": ["81"],
77
+ "Puebla": ["222"],
78
+ "Baja California": ["664"],
79
+ "Guanajuato": ["477"],
80
+ "Chihuahua": ["614", "656"],
81
+ "Yucatán": ["999"],
82
+ "San Luis Potosí": ["444"],
83
+ "Aguascalientes": ["449"],
84
+ "Sonora": ["662"],
85
+ "Quintana Roo": ["998"],
86
+ "Querétaro": ["442"],
87
+ "Michoacán": ["443"],
88
+ "Sinaloa": ["667", "669"],
89
+ "Estado de México": ["722"],
90
+ "Guerrero": ["744"],
91
+ "Veracruz": ["229"],
92
+ "Chiapas": ["961"],
93
+ "Coahuila": ["844", "871"],
94
+ "Oaxaca": ["951"],
95
+ "Tabasco": ["993"],
96
+ "Durango": ["618"],
97
+ "Morelos": ["777"],
98
+ "Tamaulipas": ["833"]
99
+ }
100
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "suffixes": ["S.A. de C.V.", "S.A.", "S. de R.L.", "S.C.", "A.C."],
3
+ "formats": [
4
+ "{last_name} {suffix}",
5
+ "{adjective} {noun} {suffix}",
6
+ "Grupo {last_name} {suffix}",
7
+ "{noun} de México {suffix}"
8
+ ],
9
+ "adjectives": [
10
+ "Mexicana", "Nacional", "Central", "Norte", "Sur",
11
+ "Moderna", "Internacional", "Regional", "Global", "Digital",
12
+ "Innovadora", "Premier", "Elite", "Profesional", "Nueva",
13
+ "Alta", "Gran", "Primera", "Selecta", "Superior"
14
+ ],
15
+ "nouns": [
16
+ "Tecnología", "Industrias", "Comercio", "Construcción", "Inmobiliaria",
17
+ "Energía", "Finanzas", "Seguros", "Consultoría", "Logística",
18
+ "Alimentos", "Medios", "Comunicaciones", "Servicios", "Soluciones",
19
+ "Sistemas", "Inversiones", "Desarrollos", "Transporte", "Manufacturas"
20
+ ],
21
+ "well_known_companies": [
22
+ {"name": "América Móvil", "cities": ["Mexico City"]},
23
+ {"name": "FEMSA", "cities": ["Monterrey"]},
24
+ {"name": "Walmart de México", "cities": ["Mexico City"]},
25
+ {"name": "Grupo Bimbo", "cities": ["Mexico City"]},
26
+ {"name": "Cemex", "cities": ["Monterrey"]},
27
+ {"name": "Grupo Televisa", "cities": ["Mexico City"]},
28
+ {"name": "Grupo México", "cities": ["Mexico City"]},
29
+ {"name": "Banorte", "cities": ["Monterrey"]},
30
+ {"name": "BBVA México", "cities": ["Mexico City"]},
31
+ {"name": "Grupo Elektra", "cities": ["Mexico City"]},
32
+ {"name": "Liverpool", "cities": ["Mexico City"]},
33
+ {"name": "Grupo Modelo", "cities": ["Mexico City"]},
34
+ {"name": "Peñoles", "cities": ["Mexico City"]},
35
+ {"name": "Grupo Carso", "cities": ["Mexico City"]},
36
+ {"name": "Alfa", "cities": ["Monterrey"]},
37
+ {"name": "Arca Continental", "cities": ["Monterrey"]},
38
+ {"name": "Grupo Aeroportuario del Pacífico", "cities": ["Guadalajara"]},
39
+ {"name": "Nemak", "cities": ["Monterrey"]},
40
+ {"name": "Gruma", "cities": ["Monterrey"]},
41
+ {"name": "Grupo Lala", "cities": ["Torreón"]}
42
+ ],
43
+ "jobs": [
44
+ "Ingeniero", "Abogado", "Contador", "Médico", "Arquitecto",
45
+ "Maestro", "Enfermero", "Programador", "Diseñador", "Periodista",
46
+ "Administrador", "Vendedor", "Director", "Gerente", "Analista",
47
+ "Electricista", "Mecánico", "Chef", "Mesero", "Taxista",
48
+ "Policía", "Bombero", "Dentista", "Veterinario", "Psicólogo"
49
+ ],
50
+ "catch_phrase_adjectives": [
51
+ "innovador", "sustentable", "profesional", "dinámico", "creativo",
52
+ "eficiente", "confiable", "moderno", "mexicano", "comprometido",
53
+ "excelente", "global", "local", "inteligente", "digital"
54
+ ],
55
+ "catch_phrase_nouns": [
56
+ "soluciones", "servicios", "calidad", "innovación", "crecimiento",
57
+ "asociación", "resultados", "valores", "colaboración", "futuro",
58
+ "tecnología", "diseño", "estrategia", "desarrollo", "éxito"
59
+ ],
60
+ "catch_phrase_verbs": [
61
+ "crea", "entrega", "desarrolla", "impulsa", "construye",
62
+ "forma", "inspira", "conecta", "fortalece", "transforma",
63
+ "optimiza", "logra", "habilita", "asegura", "promueve"
64
+ ]
65
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "free_email_domains": [
3
+ "gmail.com", "outlook.com", "hotmail.com", "yahoo.com.mx", "icloud.com",
4
+ "prodigy.net.mx", "live.com.mx", "outlook.es", "infinitum.net.mx", "telmex.net.mx",
5
+ "protonmail.com", "mail.com", "msn.com", "aol.com", "terra.com.mx"
6
+ ],
7
+ "tlds": ["mx", "com.mx", "com", "net.mx", "org.mx"],
8
+ "domain_words": [
9
+ "mexico", "azteca", "norte", "tech", "digital",
10
+ "web", "net", "online", "data", "cloud",
11
+ "smart", "cdmx", "monterrey", "guadalajara", "aztlan"
12
+ ],
13
+ "user_agent_browsers": [
14
+ "Chrome", "Firefox", "Safari", "Edge", "Opera"
15
+ ],
16
+ "user_agent_os": [
17
+ "Windows NT 10.0", "Windows NT 11.0", "Macintosh; Intel Mac OS X 10_15_7",
18
+ "Macintosh; Intel Mac OS X 11_6", "X11; Linux x86_64", "X11; Ubuntu; Linux x86_64"
19
+ ]
20
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "colors": [
3
+ "rojo", "azul", "verde", "amarillo", "naranja",
4
+ "morado", "rosa", "café", "negro", "blanco",
5
+ "gris", "turquesa", "marino", "beige", "dorado",
6
+ "plateado", "coral", "lavanda", "oliva", "carmesí"
7
+ ]
8
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "first_names": {
3
+ "male": ["José", "Juan", "Luis", "Carlos", "Miguel", "Francisco", "Antonio", "Jesús", "Pedro", "Alejandro", "Jorge", "Daniel", "Manuel", "Ricardo", "Eduardo", "Fernando", "Roberto", "Rafael", "David", "Sergio", "Mario", "Javier", "Raúl", "Arturo", "Enrique", "Diego", "Andrés", "Héctor", "Óscar", "Pablo"],
4
+ "female": ["María", "Guadalupe", "Ana", "Rosa", "Patricia", "Laura", "Verónica", "Carmen", "Leticia", "Adriana", "Sandra", "Martha", "Claudia", "Gabriela", "Silvia", "Elizabeth", "Teresa", "Mónica", "Alejandra", "Fernanda", "Sofía", "Valeria", "Daniela", "Camila", "Regina", "Mariana", "Ximena", "Valentina", "Isabella", "Natalia"],
5
+ "neutral": ["Guadalupe", "Cruz", "Ángel", "Jesús", "Ariel", "René", "Andrea"]
6
+ },
7
+ "last_names": ["García", "Hernández", "López", "Martínez", "González", "Rodríguez", "Pérez", "Sánchez", "Ramírez", "Torres", "Flores", "Rivera", "Gómez", "Díaz", "Cruz", "Morales", "Reyes", "Gutiérrez", "Ortiz", "Ramos", "Castillo", "Vázquez", "Mendoza", "Ruiz", "Aguilar", "Jiménez", "Moreno", "Muñoz", "Álvarez", "Romero", "Medina", "Vargas", "Castro", "Chávez", "Salazar"],
8
+ "name_formats": [
9
+ "{first_name} {last_name}",
10
+ "{first_name} {last_name} {last_name}"
11
+ ],
12
+ "prefixes": {
13
+ "male": ["Sr.", "Don", "Lic.", "Ing.", "Dr."],
14
+ "female": ["Sra.", "Srta.", "Doña", "Lic.", "Ing.", "Dra."],
15
+ "neutral": ["Lic.", "Ing.", "Dr."]
16
+ },
17
+ "suffixes": ["Jr.", "II", "III"]
18
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "words": [
3
+ "el", "la", "de", "que", "y", "a", "en", "un", "ser", "se",
4
+ "no", "haber", "por", "con", "su", "para", "como", "estar", "tener", "le",
5
+ "lo", "todo", "pero", "más", "hacer", "o", "poder", "decir", "este", "ir",
6
+ "otro", "ese", "si", "me", "ya", "ver", "porque", "dar", "cuando", "él",
7
+ "muy", "sin", "vez", "mucho", "saber", "qué", "sobre", "mi", "alguno", "mismo",
8
+ "yo", "también", "hasta", "año", "dos", "querer", "entre", "así", "primero", "desde",
9
+ "grande", "eso", "ni", "nos", "llegar", "pasar", "tiempo", "ella", "sí", "día",
10
+ "uno", "bien", "poco", "deber", "entonces", "poner", "cosa", "tanto", "hombre", "parecer"
11
+ ],
12
+ "sentence_patterns": [
13
+ "{noun} {verb} {adverb}.",
14
+ "El {adjective} {noun} {verb}.",
15
+ "{noun} y {noun} {verb} {adverb}.",
16
+ "El {noun} {verb} el {adjective} {noun}.",
17
+ "{adverb}, el {noun} {verb}."
18
+ ],
19
+ "adjectives": [
20
+ "bueno", "nuevo", "primero", "último", "largo", "grande", "pequeño", "propio", "otro", "viejo",
21
+ "derecho", "alto", "diferente", "bajo", "próximo", "temprano", "joven", "importante", "público", "malo",
22
+ "mismo", "capaz", "local", "seguro", "libre", "mejor", "especial", "difícil", "fuerte", "cierto"
23
+ ],
24
+ "nouns": [
25
+ "tiempo", "año", "gente", "manera", "día", "hombre", "cosa", "mujer", "vida", "niño",
26
+ "mundo", "escuela", "país", "familia", "estudiante", "grupo", "problema", "mano", "parte", "lugar",
27
+ "caso", "semana", "empresa", "sistema", "programa", "pregunta", "trabajo", "gobierno", "número", "noche"
28
+ ],
29
+ "verbs": [
30
+ "ser", "tener", "hacer", "decir", "ir", "ver", "dar", "saber", "querer", "llegar",
31
+ "pasar", "deber", "poner", "parecer", "quedar", "creer", "hablar", "llevar", "dejar", "seguir",
32
+ "encontrar", "llamar", "venir", "pensar", "salir", "volver", "tomar", "conocer", "vivir", "sentir"
33
+ ],
34
+ "adverbs": [
35
+ "no", "más", "ya", "muy", "también", "así", "bien", "aquí", "ahora", "entonces",
36
+ "después", "siempre", "antes", "nunca", "sólo", "todavía", "casi", "pronto", "tarde", "lejos",
37
+ "cerca", "dentro", "fuera", "encima", "debajo", "delante", "detrás", "rápidamente", "lentamente", "mejor"
38
+ ]
39
+ }