pointblank 0.18.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 (322) hide show
  1. pointblank/__init__.py +44 -1
  2. pointblank/_constants.py +258 -166
  3. pointblank/_constants_translations.py +378 -0
  4. pointblank/_interrogation.py +204 -0
  5. pointblank/_utils_llms_txt.py +20 -0
  6. pointblank/data/api-docs.txt +793 -1
  7. pointblank/field.py +1507 -0
  8. pointblank/generate/__init__.py +17 -0
  9. pointblank/generate/base.py +49 -0
  10. pointblank/generate/generators.py +573 -0
  11. pointblank/generate/regex.py +217 -0
  12. pointblank/locales/__init__.py +1476 -0
  13. pointblank/locales/data/AR/address.json +73 -0
  14. pointblank/locales/data/AR/company.json +60 -0
  15. pointblank/locales/data/AR/internet.json +19 -0
  16. pointblank/locales/data/AR/misc.json +7 -0
  17. pointblank/locales/data/AR/person.json +39 -0
  18. pointblank/locales/data/AR/text.json +38 -0
  19. pointblank/locales/data/AT/address.json +84 -0
  20. pointblank/locales/data/AT/company.json +65 -0
  21. pointblank/locales/data/AT/internet.json +20 -0
  22. pointblank/locales/data/AT/misc.json +8 -0
  23. pointblank/locales/data/AT/person.json +17 -0
  24. pointblank/locales/data/AT/text.json +35 -0
  25. pointblank/locales/data/AU/address.json +83 -0
  26. pointblank/locales/data/AU/company.json +65 -0
  27. pointblank/locales/data/AU/internet.json +20 -0
  28. pointblank/locales/data/AU/misc.json +8 -0
  29. pointblank/locales/data/AU/person.json +17 -0
  30. pointblank/locales/data/AU/text.json +35 -0
  31. pointblank/locales/data/BE/address.json +225 -0
  32. pointblank/locales/data/BE/company.json +129 -0
  33. pointblank/locales/data/BE/internet.json +36 -0
  34. pointblank/locales/data/BE/misc.json +6 -0
  35. pointblank/locales/data/BE/person.json +62 -0
  36. pointblank/locales/data/BE/text.json +38 -0
  37. pointblank/locales/data/BG/address.json +75 -0
  38. pointblank/locales/data/BG/company.json +60 -0
  39. pointblank/locales/data/BG/internet.json +19 -0
  40. pointblank/locales/data/BG/misc.json +7 -0
  41. pointblank/locales/data/BG/person.json +40 -0
  42. pointblank/locales/data/BG/text.json +38 -0
  43. pointblank/locales/data/BR/address.json +98 -0
  44. pointblank/locales/data/BR/company.json +65 -0
  45. pointblank/locales/data/BR/internet.json +20 -0
  46. pointblank/locales/data/BR/misc.json +8 -0
  47. pointblank/locales/data/BR/person.json +17 -0
  48. pointblank/locales/data/BR/text.json +35 -0
  49. pointblank/locales/data/CA/address.json +747 -0
  50. pointblank/locales/data/CA/company.json +120 -0
  51. pointblank/locales/data/CA/internet.json +24 -0
  52. pointblank/locales/data/CA/misc.json +11 -0
  53. pointblank/locales/data/CA/person.json +1033 -0
  54. pointblank/locales/data/CA/text.json +58 -0
  55. pointblank/locales/data/CH/address.json +184 -0
  56. pointblank/locales/data/CH/company.json +112 -0
  57. pointblank/locales/data/CH/internet.json +20 -0
  58. pointblank/locales/data/CH/misc.json +10 -0
  59. pointblank/locales/data/CH/person.json +64 -0
  60. pointblank/locales/data/CH/text.json +45 -0
  61. pointblank/locales/data/CL/address.json +71 -0
  62. pointblank/locales/data/CL/company.json +60 -0
  63. pointblank/locales/data/CL/internet.json +19 -0
  64. pointblank/locales/data/CL/misc.json +7 -0
  65. pointblank/locales/data/CL/person.json +38 -0
  66. pointblank/locales/data/CL/text.json +38 -0
  67. pointblank/locales/data/CN/address.json +124 -0
  68. pointblank/locales/data/CN/company.json +76 -0
  69. pointblank/locales/data/CN/internet.json +20 -0
  70. pointblank/locales/data/CN/misc.json +8 -0
  71. pointblank/locales/data/CN/person.json +50 -0
  72. pointblank/locales/data/CN/text.json +38 -0
  73. pointblank/locales/data/CO/address.json +76 -0
  74. pointblank/locales/data/CO/company.json +60 -0
  75. pointblank/locales/data/CO/internet.json +19 -0
  76. pointblank/locales/data/CO/misc.json +7 -0
  77. pointblank/locales/data/CO/person.json +38 -0
  78. pointblank/locales/data/CO/text.json +38 -0
  79. pointblank/locales/data/CY/address.json +62 -0
  80. pointblank/locales/data/CY/company.json +60 -0
  81. pointblank/locales/data/CY/internet.json +19 -0
  82. pointblank/locales/data/CY/misc.json +7 -0
  83. pointblank/locales/data/CY/person.json +38 -0
  84. pointblank/locales/data/CY/text.json +38 -0
  85. pointblank/locales/data/CZ/address.json +70 -0
  86. pointblank/locales/data/CZ/company.json +61 -0
  87. pointblank/locales/data/CZ/internet.json +19 -0
  88. pointblank/locales/data/CZ/misc.json +7 -0
  89. pointblank/locales/data/CZ/person.json +40 -0
  90. pointblank/locales/data/CZ/text.json +38 -0
  91. pointblank/locales/data/DE/address.json +756 -0
  92. pointblank/locales/data/DE/company.json +101 -0
  93. pointblank/locales/data/DE/internet.json +22 -0
  94. pointblank/locales/data/DE/misc.json +11 -0
  95. pointblank/locales/data/DE/person.json +1026 -0
  96. pointblank/locales/data/DE/text.json +50 -0
  97. pointblank/locales/data/DK/address.json +231 -0
  98. pointblank/locales/data/DK/company.json +65 -0
  99. pointblank/locales/data/DK/internet.json +20 -0
  100. pointblank/locales/data/DK/misc.json +7 -0
  101. pointblank/locales/data/DK/person.json +45 -0
  102. pointblank/locales/data/DK/text.json +43 -0
  103. pointblank/locales/data/EE/address.json +69 -0
  104. pointblank/locales/data/EE/company.json +60 -0
  105. pointblank/locales/data/EE/internet.json +19 -0
  106. pointblank/locales/data/EE/misc.json +7 -0
  107. pointblank/locales/data/EE/person.json +39 -0
  108. pointblank/locales/data/EE/text.json +38 -0
  109. pointblank/locales/data/ES/address.json +3086 -0
  110. pointblank/locales/data/ES/company.json +644 -0
  111. pointblank/locales/data/ES/internet.json +25 -0
  112. pointblank/locales/data/ES/misc.json +11 -0
  113. pointblank/locales/data/ES/person.json +488 -0
  114. pointblank/locales/data/ES/text.json +49 -0
  115. pointblank/locales/data/FI/address.json +93 -0
  116. pointblank/locales/data/FI/company.json +65 -0
  117. pointblank/locales/data/FI/internet.json +20 -0
  118. pointblank/locales/data/FI/misc.json +8 -0
  119. pointblank/locales/data/FI/person.json +17 -0
  120. pointblank/locales/data/FI/text.json +35 -0
  121. pointblank/locales/data/FR/address.json +619 -0
  122. pointblank/locales/data/FR/company.json +111 -0
  123. pointblank/locales/data/FR/internet.json +22 -0
  124. pointblank/locales/data/FR/misc.json +11 -0
  125. pointblank/locales/data/FR/person.json +1066 -0
  126. pointblank/locales/data/FR/text.json +50 -0
  127. pointblank/locales/data/GB/address.json +5759 -0
  128. pointblank/locales/data/GB/company.json +131 -0
  129. pointblank/locales/data/GB/internet.json +24 -0
  130. pointblank/locales/data/GB/misc.json +45 -0
  131. pointblank/locales/data/GB/person.json +578 -0
  132. pointblank/locales/data/GB/text.json +61 -0
  133. pointblank/locales/data/GR/address.json +68 -0
  134. pointblank/locales/data/GR/company.json +61 -0
  135. pointblank/locales/data/GR/internet.json +19 -0
  136. pointblank/locales/data/GR/misc.json +7 -0
  137. pointblank/locales/data/GR/person.json +39 -0
  138. pointblank/locales/data/GR/text.json +38 -0
  139. pointblank/locales/data/HK/address.json +79 -0
  140. pointblank/locales/data/HK/company.json +69 -0
  141. pointblank/locales/data/HK/internet.json +19 -0
  142. pointblank/locales/data/HK/misc.json +7 -0
  143. pointblank/locales/data/HK/person.json +42 -0
  144. pointblank/locales/data/HK/text.json +38 -0
  145. pointblank/locales/data/HR/address.json +73 -0
  146. pointblank/locales/data/HR/company.json +60 -0
  147. pointblank/locales/data/HR/internet.json +19 -0
  148. pointblank/locales/data/HR/misc.json +7 -0
  149. pointblank/locales/data/HR/person.json +38 -0
  150. pointblank/locales/data/HR/text.json +38 -0
  151. pointblank/locales/data/HU/address.json +70 -0
  152. pointblank/locales/data/HU/company.json +61 -0
  153. pointblank/locales/data/HU/internet.json +19 -0
  154. pointblank/locales/data/HU/misc.json +7 -0
  155. pointblank/locales/data/HU/person.json +40 -0
  156. pointblank/locales/data/HU/text.json +38 -0
  157. pointblank/locales/data/ID/address.json +68 -0
  158. pointblank/locales/data/ID/company.json +61 -0
  159. pointblank/locales/data/ID/internet.json +19 -0
  160. pointblank/locales/data/ID/misc.json +7 -0
  161. pointblank/locales/data/ID/person.json +40 -0
  162. pointblank/locales/data/ID/text.json +38 -0
  163. pointblank/locales/data/IE/address.json +643 -0
  164. pointblank/locales/data/IE/company.json +140 -0
  165. pointblank/locales/data/IE/internet.json +24 -0
  166. pointblank/locales/data/IE/misc.json +44 -0
  167. pointblank/locales/data/IE/person.json +55 -0
  168. pointblank/locales/data/IE/text.json +60 -0
  169. pointblank/locales/data/IN/address.json +92 -0
  170. pointblank/locales/data/IN/company.json +65 -0
  171. pointblank/locales/data/IN/internet.json +20 -0
  172. pointblank/locales/data/IN/misc.json +8 -0
  173. pointblank/locales/data/IN/person.json +52 -0
  174. pointblank/locales/data/IN/text.json +39 -0
  175. pointblank/locales/data/IS/address.json +63 -0
  176. pointblank/locales/data/IS/company.json +61 -0
  177. pointblank/locales/data/IS/internet.json +19 -0
  178. pointblank/locales/data/IS/misc.json +7 -0
  179. pointblank/locales/data/IS/person.json +44 -0
  180. pointblank/locales/data/IS/text.json +38 -0
  181. pointblank/locales/data/IT/address.json +192 -0
  182. pointblank/locales/data/IT/company.json +137 -0
  183. pointblank/locales/data/IT/internet.json +20 -0
  184. pointblank/locales/data/IT/misc.json +10 -0
  185. pointblank/locales/data/IT/person.json +70 -0
  186. pointblank/locales/data/IT/text.json +44 -0
  187. pointblank/locales/data/JP/address.json +713 -0
  188. pointblank/locales/data/JP/company.json +113 -0
  189. pointblank/locales/data/JP/internet.json +22 -0
  190. pointblank/locales/data/JP/misc.json +10 -0
  191. pointblank/locales/data/JP/person.json +1057 -0
  192. pointblank/locales/data/JP/text.json +51 -0
  193. pointblank/locales/data/KR/address.json +77 -0
  194. pointblank/locales/data/KR/company.json +68 -0
  195. pointblank/locales/data/KR/internet.json +19 -0
  196. pointblank/locales/data/KR/misc.json +7 -0
  197. pointblank/locales/data/KR/person.json +40 -0
  198. pointblank/locales/data/KR/text.json +38 -0
  199. pointblank/locales/data/LT/address.json +66 -0
  200. pointblank/locales/data/LT/company.json +60 -0
  201. pointblank/locales/data/LT/internet.json +19 -0
  202. pointblank/locales/data/LT/misc.json +7 -0
  203. pointblank/locales/data/LT/person.json +42 -0
  204. pointblank/locales/data/LT/text.json +38 -0
  205. pointblank/locales/data/LU/address.json +66 -0
  206. pointblank/locales/data/LU/company.json +60 -0
  207. pointblank/locales/data/LU/internet.json +19 -0
  208. pointblank/locales/data/LU/misc.json +7 -0
  209. pointblank/locales/data/LU/person.json +38 -0
  210. pointblank/locales/data/LU/text.json +38 -0
  211. pointblank/locales/data/LV/address.json +62 -0
  212. pointblank/locales/data/LV/company.json +60 -0
  213. pointblank/locales/data/LV/internet.json +19 -0
  214. pointblank/locales/data/LV/misc.json +7 -0
  215. pointblank/locales/data/LV/person.json +40 -0
  216. pointblank/locales/data/LV/text.json +38 -0
  217. pointblank/locales/data/MT/address.json +61 -0
  218. pointblank/locales/data/MT/company.json +60 -0
  219. pointblank/locales/data/MT/internet.json +19 -0
  220. pointblank/locales/data/MT/misc.json +7 -0
  221. pointblank/locales/data/MT/person.json +38 -0
  222. pointblank/locales/data/MT/text.json +38 -0
  223. pointblank/locales/data/MX/address.json +100 -0
  224. pointblank/locales/data/MX/company.json +65 -0
  225. pointblank/locales/data/MX/internet.json +20 -0
  226. pointblank/locales/data/MX/misc.json +8 -0
  227. pointblank/locales/data/MX/person.json +18 -0
  228. pointblank/locales/data/MX/text.json +39 -0
  229. pointblank/locales/data/NL/address.json +1517 -0
  230. pointblank/locales/data/NL/company.json +133 -0
  231. pointblank/locales/data/NL/internet.json +44 -0
  232. pointblank/locales/data/NL/misc.json +55 -0
  233. pointblank/locales/data/NL/person.json +365 -0
  234. pointblank/locales/data/NL/text.json +210 -0
  235. pointblank/locales/data/NO/address.json +86 -0
  236. pointblank/locales/data/NO/company.json +66 -0
  237. pointblank/locales/data/NO/internet.json +20 -0
  238. pointblank/locales/data/NO/misc.json +8 -0
  239. pointblank/locales/data/NO/person.json +17 -0
  240. pointblank/locales/data/NO/text.json +35 -0
  241. pointblank/locales/data/NZ/address.json +90 -0
  242. pointblank/locales/data/NZ/company.json +65 -0
  243. pointblank/locales/data/NZ/internet.json +20 -0
  244. pointblank/locales/data/NZ/misc.json +8 -0
  245. pointblank/locales/data/NZ/person.json +17 -0
  246. pointblank/locales/data/NZ/text.json +39 -0
  247. pointblank/locales/data/PH/address.json +67 -0
  248. pointblank/locales/data/PH/company.json +61 -0
  249. pointblank/locales/data/PH/internet.json +19 -0
  250. pointblank/locales/data/PH/misc.json +7 -0
  251. pointblank/locales/data/PH/person.json +40 -0
  252. pointblank/locales/data/PH/text.json +38 -0
  253. pointblank/locales/data/PL/address.json +91 -0
  254. pointblank/locales/data/PL/company.json +65 -0
  255. pointblank/locales/data/PL/internet.json +20 -0
  256. pointblank/locales/data/PL/misc.json +8 -0
  257. pointblank/locales/data/PL/person.json +17 -0
  258. pointblank/locales/data/PL/text.json +35 -0
  259. pointblank/locales/data/PT/address.json +90 -0
  260. pointblank/locales/data/PT/company.json +65 -0
  261. pointblank/locales/data/PT/internet.json +20 -0
  262. pointblank/locales/data/PT/misc.json +8 -0
  263. pointblank/locales/data/PT/person.json +17 -0
  264. pointblank/locales/data/PT/text.json +35 -0
  265. pointblank/locales/data/RO/address.json +73 -0
  266. pointblank/locales/data/RO/company.json +61 -0
  267. pointblank/locales/data/RO/internet.json +19 -0
  268. pointblank/locales/data/RO/misc.json +7 -0
  269. pointblank/locales/data/RO/person.json +40 -0
  270. pointblank/locales/data/RO/text.json +38 -0
  271. pointblank/locales/data/RU/address.json +74 -0
  272. pointblank/locales/data/RU/company.json +60 -0
  273. pointblank/locales/data/RU/internet.json +19 -0
  274. pointblank/locales/data/RU/misc.json +7 -0
  275. pointblank/locales/data/RU/person.json +38 -0
  276. pointblank/locales/data/RU/text.json +38 -0
  277. pointblank/locales/data/SE/address.json +247 -0
  278. pointblank/locales/data/SE/company.json +65 -0
  279. pointblank/locales/data/SE/internet.json +20 -0
  280. pointblank/locales/data/SE/misc.json +7 -0
  281. pointblank/locales/data/SE/person.json +45 -0
  282. pointblank/locales/data/SE/text.json +43 -0
  283. pointblank/locales/data/SI/address.json +67 -0
  284. pointblank/locales/data/SI/company.json +60 -0
  285. pointblank/locales/data/SI/internet.json +19 -0
  286. pointblank/locales/data/SI/misc.json +7 -0
  287. pointblank/locales/data/SI/person.json +38 -0
  288. pointblank/locales/data/SI/text.json +38 -0
  289. pointblank/locales/data/SK/address.json +64 -0
  290. pointblank/locales/data/SK/company.json +60 -0
  291. pointblank/locales/data/SK/internet.json +19 -0
  292. pointblank/locales/data/SK/misc.json +7 -0
  293. pointblank/locales/data/SK/person.json +38 -0
  294. pointblank/locales/data/SK/text.json +38 -0
  295. pointblank/locales/data/TR/address.json +105 -0
  296. pointblank/locales/data/TR/company.json +65 -0
  297. pointblank/locales/data/TR/internet.json +20 -0
  298. pointblank/locales/data/TR/misc.json +8 -0
  299. pointblank/locales/data/TR/person.json +17 -0
  300. pointblank/locales/data/TR/text.json +35 -0
  301. pointblank/locales/data/TW/address.json +86 -0
  302. pointblank/locales/data/TW/company.json +69 -0
  303. pointblank/locales/data/TW/internet.json +19 -0
  304. pointblank/locales/data/TW/misc.json +7 -0
  305. pointblank/locales/data/TW/person.json +42 -0
  306. pointblank/locales/data/TW/text.json +38 -0
  307. pointblank/locales/data/US/address.json +996 -0
  308. pointblank/locales/data/US/company.json +131 -0
  309. pointblank/locales/data/US/internet.json +22 -0
  310. pointblank/locales/data/US/misc.json +11 -0
  311. pointblank/locales/data/US/person.json +1092 -0
  312. pointblank/locales/data/US/text.json +56 -0
  313. pointblank/locales/data/_shared/misc.json +42 -0
  314. pointblank/schema.py +339 -2
  315. pointblank/validate.py +1263 -11
  316. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/METADATA +45 -1
  317. pointblank-0.20.0.dist-info/RECORD +366 -0
  318. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/WHEEL +1 -1
  319. pointblank-0.18.0.dist-info/RECORD +0 -59
  320. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/entry_points.txt +0 -0
  321. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/licenses/LICENSE +0 -0
  322. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,51 @@
1
+ {
2
+ "words": [
3
+ "watashi", "anata", "kare", "kanojo", "watashitachi", "karera",
4
+ "kore", "sore", "are", "koko", "soko", "asoko",
5
+ "ima", "kyou", "ashita", "kinou", "mainichi", "maitsuki",
6
+ "hito", "mono", "koto", "tokoro", "toki", "hou",
7
+ "naka", "ue", "shita", "mae", "ushiro", "soto",
8
+ "hai", "iie", "arigatou", "sumimasen", "onegai", "douzo"
9
+ ],
10
+ "sentence_patterns": [
11
+ "{noun} wa {adjective} desu.",
12
+ "{noun} ga {verb}.",
13
+ "{adverb} {verb} shimasu.",
14
+ "{adjective} {noun} desu.",
15
+ "{noun} to {noun} ga arimasu."
16
+ ],
17
+ "adjectives": [
18
+ "big", "small", "new", "old", "good", "bad",
19
+ "fast", "slow", "hot", "cold", "high", "low",
20
+ "long", "short", "wide", "narrow", "deep", "shallow",
21
+ "bright", "dark", "heavy", "light", "hard", "soft",
22
+ "beautiful", "clean", "quiet", "busy", "easy", "difficult",
23
+ "interesting", "fun", "delicious", "important", "necessary", "convenient",
24
+ "kind", "strict", "famous", "popular", "expensive", "cheap"
25
+ ],
26
+ "nouns": [
27
+ "dog", "cat", "bird", "fish", "flower", "tree",
28
+ "mountain", "river", "sea", "sky", "sun", "moon",
29
+ "house", "car", "train", "airplane", "ship", "bicycle",
30
+ "book", "pen", "paper", "computer", "phone", "camera",
31
+ "food", "water", "tea", "coffee", "rice", "bread",
32
+ "school", "company", "hospital", "station", "airport", "hotel",
33
+ "family", "friend", "teacher", "student", "doctor", "customer"
34
+ ],
35
+ "verbs": [
36
+ "run", "walk", "eat", "drink", "sleep", "wake",
37
+ "read", "write", "speak", "listen", "see", "watch",
38
+ "buy", "sell", "give", "receive", "make", "use",
39
+ "go", "come", "return", "enter", "exit", "arrive",
40
+ "begin", "end", "continue", "stop", "wait", "hurry",
41
+ "think", "believe", "know", "understand", "remember", "forget",
42
+ "work", "rest", "play", "study", "teach", "learn"
43
+ ],
44
+ "adverbs": [
45
+ "quickly", "slowly", "well", "very", "really", "truly",
46
+ "already", "still", "soon", "finally", "always", "sometimes",
47
+ "together", "alone", "directly", "especially", "probably", "certainly",
48
+ "also", "only", "just", "even", "almost", "quite",
49
+ "more", "most", "less", "least", "rather", "fairly"
50
+ ]
51
+ }
@@ -0,0 +1,77 @@
1
+ {
2
+ "locations": [
3
+ {"city": "Seoul", "state": "Seoul", "state_abbr": "SEO", "postcode_prefix": "04", "lat_min": 37.50, "lat_max": 37.60, "lon_min": 126.90, "lon_max": 127.10},
4
+ {"city": "Gangnam-gu", "state": "Seoul", "state_abbr": "SEO", "postcode_prefix": "06", "lat_min": 37.49, "lat_max": 37.53, "lon_min": 127.02, "lon_max": 127.10},
5
+ {"city": "Jongno-gu", "state": "Seoul", "state_abbr": "SEO", "postcode_prefix": "03", "lat_min": 37.57, "lat_max": 37.60, "lon_min": 126.97, "lon_max": 127.02},
6
+ {"city": "Mapo-gu", "state": "Seoul", "state_abbr": "SEO", "postcode_prefix": "04", "lat_min": 37.54, "lat_max": 37.58, "lon_min": 126.90, "lon_max": 126.95},
7
+ {"city": "Yongsan-gu", "state": "Seoul", "state_abbr": "SEO", "postcode_prefix": "04", "lat_min": 37.52, "lat_max": 37.55, "lon_min": 126.95, "lon_max": 127.00},
8
+ {"city": "Songpa-gu", "state": "Seoul", "state_abbr": "SEO", "postcode_prefix": "05", "lat_min": 37.50, "lat_max": 37.52, "lon_min": 127.08, "lon_max": 127.15},
9
+ {"city": "Seocho-gu", "state": "Seoul", "state_abbr": "SEO", "postcode_prefix": "06", "lat_min": 37.47, "lat_max": 37.50, "lon_min": 126.98, "lon_max": 127.05},
10
+ {"city": "Busan", "state": "Busan", "state_abbr": "BUS", "postcode_prefix": "48", "lat_min": 35.10, "lat_max": 35.20, "lon_min": 129.00, "lon_max": 129.10},
11
+ {"city": "Haeundae-gu", "state": "Busan", "state_abbr": "BUS", "postcode_prefix": "48", "lat_min": 35.15, "lat_max": 35.18, "lon_min": 129.15, "lon_max": 129.20},
12
+ {"city": "Seomyeon", "state": "Busan", "state_abbr": "BUS", "postcode_prefix": "47", "lat_min": 35.15, "lat_max": 35.17, "lon_min": 129.05, "lon_max": 129.08},
13
+ {"city": "Incheon", "state": "Incheon", "state_abbr": "INC", "postcode_prefix": "21", "lat_min": 37.45, "lat_max": 37.50, "lon_min": 126.65, "lon_max": 126.75},
14
+ {"city": "Songdo", "state": "Incheon", "state_abbr": "INC", "postcode_prefix": "21", "lat_min": 37.38, "lat_max": 37.42, "lon_min": 126.62, "lon_max": 126.68},
15
+ {"city": "Daegu", "state": "Daegu", "state_abbr": "DAG", "postcode_prefix": "41", "lat_min": 35.85, "lat_max": 35.90, "lon_min": 128.55, "lon_max": 128.65},
16
+ {"city": "Daejeon", "state": "Daejeon", "state_abbr": "DAJ", "postcode_prefix": "34", "lat_min": 36.33, "lat_max": 36.38, "lon_min": 127.38, "lon_max": 127.45},
17
+ {"city": "Gwangju", "state": "Gwangju", "state_abbr": "GWJ", "postcode_prefix": "61", "lat_min": 35.14, "lat_max": 35.18, "lon_min": 126.85, "lon_max": 126.92},
18
+ {"city": "Ulsan", "state": "Ulsan", "state_abbr": "ULS", "postcode_prefix": "44", "lat_min": 35.53, "lat_max": 35.58, "lon_min": 129.30, "lon_max": 129.38},
19
+ {"city": "Suwon", "state": "Gyeonggi-do", "state_abbr": "GGD", "postcode_prefix": "16", "lat_min": 37.25, "lat_max": 37.30, "lon_min": 126.95, "lon_max": 127.02},
20
+ {"city": "Seongnam", "state": "Gyeonggi-do", "state_abbr": "GGD", "postcode_prefix": "13", "lat_min": 37.42, "lat_max": 37.47, "lon_min": 127.12, "lon_max": 127.18},
21
+ {"city": "Goyang", "state": "Gyeonggi-do", "state_abbr": "GGD", "postcode_prefix": "10", "lat_min": 37.65, "lat_max": 37.70, "lon_min": 126.82, "lon_max": 126.92},
22
+ {"city": "Yongin", "state": "Gyeonggi-do", "state_abbr": "GGD", "postcode_prefix": "16", "lat_min": 37.22, "lat_max": 37.28, "lon_min": 127.18, "lon_max": 127.25},
23
+ {"city": "Bucheon", "state": "Gyeonggi-do", "state_abbr": "GGD", "postcode_prefix": "14", "lat_min": 37.50, "lat_max": 37.52, "lon_min": 126.78, "lon_max": 126.82},
24
+ {"city": "Ansan", "state": "Gyeonggi-do", "state_abbr": "GGD", "postcode_prefix": "15", "lat_min": 37.30, "lat_max": 37.35, "lon_min": 126.82, "lon_max": 126.88},
25
+ {"city": "Cheongju", "state": "Chungcheongbuk-do", "state_abbr": "CCB", "postcode_prefix": "28", "lat_min": 36.62, "lat_max": 36.67, "lon_min": 127.45, "lon_max": 127.52},
26
+ {"city": "Jeonju", "state": "Jeollabuk-do", "state_abbr": "JLB", "postcode_prefix": "54", "lat_min": 35.80, "lat_max": 35.85, "lon_min": 127.12, "lon_max": 127.18},
27
+ {"city": "Jeju", "state": "Jeju-do", "state_abbr": "JJD", "postcode_prefix": "63", "lat_min": 33.48, "lat_max": 33.52, "lon_min": 126.52, "lon_max": 126.58}
28
+ ],
29
+ "streets_by_city": {
30
+ "Seoul": ["Sejong-daero", "Teheran-ro", "Gangnam-daero", "Jong-ro", "Eulji-ro", "Namdaemun-ro", "Chungmu-ro", "Toegye-ro", "Hangang-daero", "Yeouido-daero", "Samseong-ro", "Apgujeong-ro", "Sinsa-dong", "Cheongdam-dong", "Itaewon-ro", "Hongik-ro", "Yeonsei-ro", "Gwanghwamun", "Myeongdong-gil", "Insadong-gil"],
31
+ "Gangnam-gu": ["Teheran-ro", "Gangnam-daero", "Dosan-daero", "Apgujeong-ro", "Cheongdam-dong", "Sinsa-dong", "Nonhyeon-ro", "Eonju-ro", "Samseong-ro", "Yeoksam-ro", "Seolleung-ro", "Bongeunsa-ro", "Hak-dong-ro", "Yeongdong-daero", "Seonjeongneung-ro", "Samsung Electronics HQ", "COEX", "Gangnam Station", "Sinnonhyeon", "Yangjae-daero"],
32
+ "Jongno-gu": ["Jong-ro", "Changgyeonggung-ro", "Sajik-ro", "Yulgok-ro", "Samcheong-ro", "Bukchon-ro", "Gyeonghuigung-gil", "Donhwamun-ro", "Gwanghwamun", "Insadong-gil", "Nakwon-dong", "Anguk-dong", "Jongno 1-ga", "Jongno 3-ga", "Myeongnyun-dong", "Cheongjin-dong", "Gwancheol-dong", "Gyonam-dong", "Hyoja-dong", "Changseong-dong"],
33
+ "Mapo-gu": ["Hongik-ro", "Yanghwa-ro", "Mapo-daero", "World Cup-ro", "Sangam-dong", "Hapjeong-dong", "Seogyo-dong", "Yeonnam-dong", "Donggyo-dong", "Mangwon-dong", "Daeheung-dong", "Gongdeok-dong", "Nogosan-dong", "Sinchon-ro", "Wausan-ro", "Tojeong-ro", "Seogang-ro", "Digital Media City", "MBC HQ", "CJ E&M Center"],
34
+ "Yongsan-gu": ["Itaewon-ro", "Hangang-daero", "Noksapyeong-daero", "Hannam-daero", "Bogwang-ro", "Sowol-ro", "Hoenamu-ro", "Yongsan Station", "Namsan-dong", "Huam-dong", "Hangangjin", "Ichon-dong", "Seobinggo-dong", "Yongsan Electronics Market", "National Museum", "War Memorial", "Samgakji", "Sinyongsan", "Haebangchon", "Gyeongnidan-gil"],
35
+ "Songpa-gu": ["Olympic-ro", "Songpa-daero", "Jamsil-ro", "Baekjegobun-ro", "Ogeum-ro", "Macheon-ro", "Munjeong-dong", "Songpa-dong", "Garak-dong", "Bangi-dong", "Jamsil Stadium", "Lotte World", "Lotte Tower", "Seokchon Lake", "Olympic Park", "COEX", "Jamsil Station", "Songpa Naru Park", "Banpo Bridge", "Tancheon"],
36
+ "Seocho-gu": ["Seocho-daero", "Gangnam-daero", "Banpo-daero", "Nambusunhwan-ro", "Yangjae-daero", "Sapyeong-daero", "Banpo-dong", "Seocho-dong", "Jamwon-dong", "Yangjae-dong", "Express Bus Terminal", "Central City", "Samsung Town", "Montblanc Building", "National Library", "Seoul Arts Center", "Gyeongbu Expressway", "Seoul National Cemetery", "Umyeonsan", "Yangjae Stream"],
37
+ "Busan": ["Haeundae-ro", "Gwangbok-ro", "Jungang-daero", "Seomyeon-ro", "Dongseong-ro", "Nampo-dong", "Jagalchi", "Gamcheon Culture Village", "Taejongdae", "Busan Station", "Centum City", "Busan Port", "Gwangan Bridge", "Millak-dong", "Marine City", "Shinsegae Centum City", "BEXCO", "Dadaepo Beach", "Haedong Yonggungsa", "Beomeosa"],
38
+ "Haeundae-gu": ["Haeundae Beach-ro", "Marine City-ro", "Centum-ro", "Jwa-dong", "Jung-dong", "Song-dong", "Banyeo-dong", "Songjeong Beach", "BEXCO", "Shinsegae Centum City", "Marine City", "Paradise Hotel", "Westin Chosun", "Park Hyatt", "Nurimaru APEC House", "Dongbaekseom", "Moontan Road", "Dalmaji-gil", "Cheongsapo", "Gunam-ro"],
39
+ "Seomyeon": ["Seomyeon-ro", "Jungang-daero", "Gaya-daero", "Bujeon-ro", "Jeonpo-daero", "Seomyeon Underground", "Lotte Department Store", "NC Department Store", "Seomyeon 1 Beonga", "Jungang-dong", "Bujeon-dong", "Jeonpo-dong", "Yangjeong-dong", "Gaegeum-dong", "Munhyeon-dong", "Beomcheon-dong", "Beomil-dong", "Choryang-dong", "Dong-gu", "Busanjin-gu"],
40
+ "Incheon": ["Bupyeong-daero", "Gyeongin-ro", "Namdong-daero", "Songdo-daero", "Juan-ro", "Incheon Station", "Chinatown", "Wolmido", "Jayu Park", "Songdo Central Park", "Incheon Airport", "New Songdo City", "Compact Smart City", "G Tower", "Incheon Bridge", "Yeongjong Island", "Muuido", "Ganghwa Island", "Sinpo-dong", "Bupyeong-gu"],
41
+ "Songdo": ["Songdo-daero", "Incheon Tower-daero", "Central Park-ro", "Convensia-daero", "Technopark-ro", "Art Center-daero", "G Tower", "Songdo Central Park", "Tri-bowl", "NC Cube Canal Walk", "Songdo Convensia", "Jack Nicklaus Golf Club", "Chadwick International", "Songdo IBD", "Posco Tower", "Northeast Asia Trade Tower", "Incheon Global Campus", "Michuhol-gu", "Yeonsu-gu", "Namdong-gu"],
42
+ "Daegu": ["Dongseong-ro", "Jungang-daero", "Dalgubeol-daero", "Apsan-ro", "Suseong-mot", "Duryu Park", "Daegu Station", "Dongdaegu Station", "Kim Gwangseok-gil", "Seomun Market", "E-World", "83 Tower", "Gyeongbuk National University", "Yeungnam University", "Daegu Samsung Lions Park", "Daegu Arboretum", "Palgongsan", "Donghwasa Temple", "Bongsan-dong", "Suseong-gu"],
43
+ "Daejeon": ["Dunsan-daero", "Daejeon Station-ro", "Hanbat-daero", "Gyeryong-ro", "Yuseong-daero", "Expo-ro", "Daejeon Station", "Seodaejeon Station", "Expo Science Park", "Hanbat Arboretum", "Yuseong Hot Springs", "KAIST", "Chungnam National University", "Government Complex", "Dunsan-dong", "Daedeok Innopolis", "Daejeon Zoo", "Gyejoksan", "Bomunsan", "Seo-gu"],
44
+ "Gwangju": ["Chungjang-ro", "Sangmu-daero", "Gwangsan-ro", "Mudeungsan-ro", "Geumnam-ro", "Gwangju Station", "Gwangju Songjeong Station", "5.18 Memorial Park", "Mudeungsan", "Gwangju Biennale", "Asia Culture Center", "Gwangju National Museum", "Chonnam National University", "Chosun University", "Gwangju Kia Champions Field", "Ssangam Park", "Sajik Park", "Dong-gu", "Seo-gu", "Buk-gu"],
45
+ "Ulsan": ["Samsan-ro", "Jungang-ro", "Bangeojin-ro", "Daegongwon-ro", "Taehwagang-ro", "Ulsan Station", "Ulsan Port", "Hyundai Heavy Industries", "Ulsan Hyundai", "Taehwa River", "Ulsan Grand Park", "Daewangam Park", "Gangdong District", "Nam-gu", "Dong-gu", "Buk-gu", "Ulju-gun", "Eonyang", "Oegosan", "Petrochemical Complex"],
46
+ "Suwon": ["Gwonseon-daero", "Jangan-ro", "Paldal-ro", "Maeyeong-ro", "Yeongtong-ro", "Suwon Station", "Hwaseong Fortress", "Haenggung Palace", "Paldal Market", "Samsung Digital City", "Suwon World Cup Stadium", "Gwanggyo New City", "Ajou University", "Kyonggi University", "Yongin Everland", "Jangan-gu", "Gwonseon-gu", "Paldal-gu", "Yeongtong-gu", "Samsung Electronics HQ"],
47
+ "Seongnam": ["Bundang-gu", "Sujeong-gu", "Jungwon-gu", "Pangyo Techno Valley", "Bundang Central Park", "Seohyeon-dong", "Jeongja-dong", "Yatap-dong", "Migeum-dong", "Ori Station", "Pangyo Station", "Kakao HQ", "NHN HQ", "NC Soft", "Krafton", "Netmarble", "Smilegate", "Tancheon", "Bundang-daero", "Pangyo-ro"],
48
+ "Goyang": ["Ilsan-ro", "Jungang-ro", "Dongil-ro", "Hosu-ro", "Kintex-ro", "Ilsan Lake Park", "Lafesta", "Western Dom", "KINTEX", "Aqua Planet", "One Mount", "MBC Dramia", "CJ Livecity", "Jeongbalsan", "Ilsan-gu", "Deokyang-gu", "Daehwa-dong", "Baekseok-dong", "Madu-dong", "Tanhyeon-dong"],
49
+ "Yongin": ["Cheoin-gu", "Suji-gu", "Giheung-gu", "Everland", "Caribbean Bay", "Korean Folk Village", "Yongin Speedway", "Samsung Electronics", "Dankook University", "Yongin University", "Bojeong-dong", "Jukjeon-dong", "Dongbaek-dong", "Singal-dong", "Samsung SDI", "Samsung Electro-Mechanics", "Hwangseong-dong", "Yongdeok-dong", "Samga-dong", "Mabook-dong"],
50
+ "Bucheon": ["Songnae-daero", "Gilju-ro", "Bucheon-ro", "Sosa-ro", "Ojeong-daero", "Bucheon Station", "Songnae Station", "Bucheon Stadium", "Bucheon Civic Center", "Aiins World", "Bucheon Botanical Garden", "Wonmi-gu", "Sosa-gu", "Ojeong-gu", "Songnae-dong", "Jungdong", "Sang-dong", "Yakdae-dong", "Simgok-dong", "Soam-dong"],
51
+ "Ansan": ["Jungang-daero", "Hwawon-ro", "Hwajeong-ro", "Seonbu-ro", "Sangnok-gu", "Danwon-gu", "Ansan Station", "Jungang Station", "Hwarang Resort", "Daebudo Island", "Sihwa Lake", "Ansan Lake Park", "Ansan Culture Arts Center", "Hanyang University ERICA", "Seonbu-dong", "Gojan-dong", "Wongok-dong", "Choji-dong", "Daebudo", "Multicultural Food Street"],
52
+ "Cheongju": ["Sangdang-ro", "Seongan-gil", "Jungheung-ro", "Sajeong-ro", "Cheongju Airport", "Suamgol", "Sangdang Sanseong", "Cheongju National Museum", "Cheongju Early Printing Museum", "Chungbuk National University", "Korea Aerospace University", "Sangdang-gu", "Seowon-gu", "Heungdeok-gu", "Cheongwon-gu", "Gagyeong-dong", "Sachang-dong", "Ochang", "Osong Biotech", "Sejong City"],
53
+ "Jeonju": ["Girin-daero", "Junghwa-san-dong", "Pungnam-dong", "Jeonju Hanok Village", "Gyeonggijeon", "Jeondong Cathedral", "Omokdae", "Jaman Mural Village", "Nambu Market", "Jeonju Station", "Chonbuk National University", "Jeonju University", "Deokjin Park", "Wansan-gu", "Deokjin-gu", "Hyoja-dong", "Seoseo-dong", "Seoshin-dong", "Geumam-dong", "Junghwasan-dong"],
54
+ "Jeju": ["Tapdong-ro", "Nohyeong-ro", "Jungang-ro", "Samdo-dong", "Jeju Airport", "Seogwipo", "Hallasan", "Seongsan Ilchulbong", "Manjanggul Cave", "Hyeopjae Beach", "Udo Island", "Jeju Olle Trail", "Teddy Bear Museum", "Dongmun Market", "Jeju National University", "Jeju-si", "Seogwipo-si", "Aewol", "Jungmun Resort", "Jeju Stone Park"]
55
+ },
56
+ "postcode_format": "#####",
57
+ "address_formats": [
58
+ "{street} {building_number}, {city}, {state} {postcode}",
59
+ "{building_number} {street}, {city}",
60
+ "{city} {street} {building_number}, {postcode}"
61
+ ],
62
+ "country": "South Korea",
63
+ "country_code": "KR",
64
+ "phone_area_codes": {
65
+ "Seoul": ["02"],
66
+ "Busan": ["051"],
67
+ "Incheon": ["032"],
68
+ "Daegu": ["053"],
69
+ "Daejeon": ["042"],
70
+ "Gwangju": ["062"],
71
+ "Ulsan": ["052"],
72
+ "Gyeonggi-do": ["031"],
73
+ "Chungcheongbuk-do": ["043"],
74
+ "Jeollabuk-do": ["063"],
75
+ "Jeju-do": ["064"]
76
+ }
77
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "suffixes": [
3
+ "Corporation", "Corp", "Co Ltd", "Inc", "Group", "Holdings", "Electronics", "Industries",
4
+ "Engineering", "Construction", "Chemicals", "Life", "Insurance", "Securities", "Bank"
5
+ ],
6
+ "formats": [
7
+ "{last_name} {suffix}",
8
+ "{adjective} {noun} {suffix}",
9
+ "{adjective} {noun}",
10
+ "{noun} {suffix}"
11
+ ],
12
+ "adjectives": [
13
+ "Samsung", "Hyundai", "LG", "SK", "Lotte", "Hanwha", "Doosan", "Kumho", "Hanjin", "CJ",
14
+ "Korean", "Korea", "Global", "Asia", "Pacific", "United", "Premier", "Dynamic", "Smart", "Digital"
15
+ ],
16
+ "nouns": [
17
+ "Electronics", "Motors", "Heavy Industries", "Engineering", "Construction", "Chemicals", "Life",
18
+ "Insurance", "Securities", "Shipping", "Airlines", "Telecom", "Energy", "Petrochemical", "Steel",
19
+ "Semiconductor", "Display", "Battery", "Automotive", "Entertainment"
20
+ ],
21
+ "well_known_companies": [
22
+ {"name": "Samsung Electronics", "cities": ["Seoul", "Suwon", "Yongin", "Seongnam"]},
23
+ {"name": "Hyundai Motor", "cities": ["Seoul", "Ulsan", "Namyang"]},
24
+ {"name": "SK Hynix", "cities": ["Seoul", "Icheon", "Cheongju"]},
25
+ {"name": "LG Electronics", "cities": ["Seoul", "Pyeongtaek", "Gumi"]},
26
+ {"name": "POSCO", "cities": ["Seoul", "Pohang", "Gwangyang"]},
27
+ {"name": "Kia Motors", "cities": ["Seoul", "Hwaseong", "Gwangju"]},
28
+ {"name": "KB Financial Group", "cities": ["Seoul", "Yeouido"]},
29
+ {"name": "Shinhan Financial Group", "cities": ["Seoul", "Jung-gu"]},
30
+ {"name": "Hyundai Mobis", "cities": ["Seoul", "Ulsan", "Changwon"]},
31
+ {"name": "Samsung SDI", "cities": ["Yongin", "Cheonan", "Ulsan"]},
32
+ {"name": "LG Chem", "cities": ["Seoul", "Daesan", "Ochang"]},
33
+ {"name": "Samsung Display", "cities": ["Asan", "Cheonan"]},
34
+ {"name": "Naver", "cities": ["Seongnam", "Seoul"]},
35
+ {"name": "Kakao", "cities": ["Seongnam", "Jeju"]},
36
+ {"name": "Coupang", "cities": ["Seoul", "Bucheon"]},
37
+ {"name": "Krafton", "cities": ["Seongnam", "Seoul"]},
38
+ {"name": "NC Soft", "cities": ["Seongnam", "Seoul"]},
39
+ {"name": "Netmarble", "cities": ["Seoul", "Guro"]},
40
+ {"name": "Korean Air", "cities": ["Seoul", "Incheon"]},
41
+ {"name": "Asiana Airlines", "cities": ["Seoul", "Incheon"]},
42
+ {"name": "Lotte Corporation", "cities": ["Seoul", "Songpa-gu"]},
43
+ {"name": "CJ Corporation", "cities": ["Seoul", "Mapo-gu"]},
44
+ {"name": "Hanwha Group", "cities": ["Seoul", "Jung-gu"]},
45
+ {"name": "Doosan Group", "cities": ["Seoul", "Changwon"]},
46
+ {"name": "Hana Financial Group", "cities": ["Seoul", "Jung-gu"]}
47
+ ],
48
+ "jobs": [
49
+ "Software Engineer", "Product Manager", "Data Scientist", "Marketing Manager", "Sales Representative",
50
+ "HR Manager", "Financial Analyst", "Project Manager", "Operations Manager", "UI/UX Designer",
51
+ "Frontend Developer", "Backend Developer", "DevOps Engineer", "Mobile Developer", "AI Engineer",
52
+ "Semiconductor Engineer", "Display Engineer", "Battery Engineer", "Automotive Engineer", "Chemical Engineer",
53
+ "Investment Banker", "Fund Manager", "Accountant", "Management Consultant", "Business Analyst",
54
+ "Content Creator", "K-pop Manager", "Game Developer", "Esports Manager", "Entertainment Producer"
55
+ ],
56
+ "catch_phrase_adjectives": [
57
+ "Innovative", "Leading", "Global", "Dynamic", "Smart", "Digital", "Advanced", "Sustainable",
58
+ "Future-oriented", "Customer-focused", "Technology-driven", "World-class", "Premium", "Trusted"
59
+ ],
60
+ "catch_phrase_nouns": [
61
+ "innovation", "technology", "solutions", "excellence", "quality", "service", "value", "growth",
62
+ "partnership", "future", "leadership", "performance", "sustainability", "success"
63
+ ],
64
+ "catch_phrase_verbs": [
65
+ "inspire", "innovate", "create", "lead", "deliver", "transform", "empower", "enable", "connect",
66
+ "build", "drive", "achieve", "advance", "pioneer", "shape"
67
+ ]
68
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "free_email_domains": [
3
+ "gmail.com", "naver.com", "daum.net", "kakao.com", "hanmail.net",
4
+ "nate.com", "outlook.com", "hotmail.com", "yahoo.co.kr", "korea.com"
5
+ ],
6
+ "tlds": [
7
+ "kr", "co.kr", "or.kr", "ne.kr", "go.kr", "ac.kr", "com", "net", "org", "io"
8
+ ],
9
+ "domain_words": [
10
+ "korea", "korean", "seoul", "busan", "samsung", "hyundai", "lg", "sk", "kakao", "naver",
11
+ "tech", "digital", "smart", "global", "asia", "pacific", "han", "dong", "kim", "lee"
12
+ ],
13
+ "user_agent_browsers": [
14
+ "Chrome", "Firefox", "Safari", "Edge", "Samsung Internet", "Whale"
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,40 @@
1
+ {
2
+ "first_names": {
3
+ "male": [
4
+ "Min-jun", "Seo-jun", "Do-yun", "Ye-jun", "Si-woo", "Ha-jun", "Jun-seo", "Joon-woo", "Ji-ho", "Jun-ho",
5
+ "Hyun-woo", "Sung-min", "Min-ho", "Ji-hoon", "Seung-hyun", "Dong-hyun", "Jae-hyun", "Tae-hyun", "Woo-jin", "Jin-woo",
6
+ "Young-ho", "Sung-ho", "Sang-woo", "Joon-young", "Kyung-ho", "Hyun-jun", "Min-soo", "Sung-jin", "Dong-wook", "Seung-woo",
7
+ "Daniel", "David", "Michael", "James", "John", "Kevin", "Brian", "Eric", "Jason", "Chris",
8
+ "Andrew", "Justin", "Ryan", "Alex", "Peter", "Paul", "Steven", "Tony", "Richard", "Thomas",
9
+ "Dae-jung", "Jae-won", "Sung-hyun", "Hyun-soo", "Min-woo", "Tae-woo", "Jin-ho", "Sung-woo", "Joon-ho", "Kyung-min"
10
+ ],
11
+ "female": [
12
+ "Seo-yeon", "Ji-woo", "Seo-hyun", "Min-seo", "Ha-yoon", "Ji-yoo", "Yoon-seo", "Chae-won", "Ji-min", "Ye-eun",
13
+ "Su-bin", "Yoo-jin", "Eun-ji", "Hye-jin", "Ji-young", "Min-young", "Soo-jin", "Yu-na", "Hye-won", "Eun-young",
14
+ "Sun-hee", "Mi-young", "Jung-ah", "Soo-yeon", "Hye-rim", "Ji-hyun", "Min-ji", "Eun-hye", "So-yeon", "Yoon-ah",
15
+ "Grace", "Jennifer", "Jessica", "Michelle", "Emily", "Sarah", "Sophia", "Emma", "Olivia", "Ashley",
16
+ "Christina", "Angela", "Rachel", "Amy", "Linda", "Susan", "Nancy", "Karen", "Lisa", "Stephanie",
17
+ "Da-hye", "Hye-su", "Min-hee", "So-hee", "Ji-eun", "Yoo-ri", "Na-yeon", "Soo-min", "Hye-yoon", "Chae-yeon"
18
+ ],
19
+ "neutral": ["Min", "Hyun", "Ji", "Soo", "Yoon", "Sam", "Alex", "Chris", "Taylor", "Jordan"]
20
+ },
21
+ "last_names": [
22
+ "Kim", "Lee", "Park", "Choi", "Jung", "Kang", "Cho", "Yoon", "Jang", "Lim",
23
+ "Han", "Oh", "Seo", "Shin", "Kwon", "Hwang", "Ahn", "Song", "Yoo", "Hong",
24
+ "Jeon", "Ko", "Moon", "Yang", "Son", "Bae", "Baek", "Heo", "Nam", "Sim",
25
+ "Ryu", "Ha", "Kwak", "Sung", "Cha", "Joo", "Woo", "Min", "Yeo", "Cheon",
26
+ "No", "Won", "Jin", "Gu", "Gong", "Eom", "Byun", "Na", "Seok", "Gil",
27
+ "Bang", "Chu", "Bok", "Pyo", "Sa", "Seong", "Tak", "Wang", "Yuk", "In",
28
+ "Maeng", "Hyun", "Ga", "Gyeon", "Kam", "Kye", "Pan", "Pi", "Sang", "Tan",
29
+ "Bi", "Dam", "Dong", "Eun", "Geum", "Gwak", "Hwa", "Im", "Jeong", "Kong"
30
+ ],
31
+ "name_formats": [
32
+ "{first_name} {last_name}"
33
+ ],
34
+ "prefixes": {
35
+ "male": ["Mr", "Dr", "Prof"],
36
+ "female": ["Ms", "Mrs", "Miss", "Dr", "Prof"],
37
+ "neutral": ["Dr", "Prof"]
38
+ },
39
+ "suffixes": []
40
+ }
@@ -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,66 @@
1
+ {
2
+ "locations": [
3
+ {"city": "Vilnius", "state": "Vilnius County", "state_abbr": "VL", "postcode_prefix": "LT-01", "lat_min": 54.67, "lat_max": 54.72, "lon_min": 25.26, "lon_max": 25.32},
4
+ {"city": "Kaunas", "state": "Kaunas County", "state_abbr": "KA", "postcode_prefix": "LT-44", "lat_min": 54.88, "lat_max": 54.92, "lon_min": 23.88, "lon_max": 23.94},
5
+ {"city": "Klaipeda", "state": "Klaipeda County", "state_abbr": "KL", "postcode_prefix": "LT-91", "lat_min": 55.70, "lat_max": 55.74, "lon_min": 21.12, "lon_max": 21.18},
6
+ {"city": "Siauliai", "state": "Siauliai County", "state_abbr": "SA", "postcode_prefix": "LT-76", "lat_min": 55.92, "lat_max": 55.94, "lon_min": 23.30, "lon_max": 23.34},
7
+ {"city": "Panevezys", "state": "Panevezys County", "state_abbr": "PN", "postcode_prefix": "LT-35", "lat_min": 55.72, "lat_max": 55.74, "lon_min": 24.34, "lon_max": 24.38},
8
+ {"city": "Alytus", "state": "Alytus County", "state_abbr": "AL", "postcode_prefix": "LT-62", "lat_min": 54.39, "lat_max": 54.41, "lon_min": 24.04, "lon_max": 24.08},
9
+ {"city": "Marijampole", "state": "Marijampole County", "state_abbr": "MR", "postcode_prefix": "LT-68", "lat_min": 54.55, "lat_max": 54.57, "lon_min": 23.34, "lon_max": 23.38},
10
+ {"city": "Mazeikiai", "state": "Telsiai County", "state_abbr": "TE", "postcode_prefix": "LT-89", "lat_min": 56.31, "lat_max": 56.33, "lon_min": 22.34, "lon_max": 22.38},
11
+ {"city": "Jonava", "state": "Kaunas County", "state_abbr": "KA", "postcode_prefix": "LT-55", "lat_min": 55.07, "lat_max": 55.09, "lon_min": 24.28, "lon_max": 24.32},
12
+ {"city": "Utena", "state": "Utena County", "state_abbr": "UT", "postcode_prefix": "LT-28", "lat_min": 55.49, "lat_max": 55.51, "lon_min": 25.60, "lon_max": 25.64},
13
+ {"city": "Kedainiai", "state": "Kaunas County", "state_abbr": "KA", "postcode_prefix": "LT-57", "lat_min": 55.28, "lat_max": 55.30, "lon_min": 23.96, "lon_max": 24.00},
14
+ {"city": "Telsiai", "state": "Telsiai County", "state_abbr": "TE", "postcode_prefix": "LT-87", "lat_min": 55.98, "lat_max": 56.00, "lon_min": 22.24, "lon_max": 22.28},
15
+ {"city": "Visaginas", "state": "Utena County", "state_abbr": "UT", "postcode_prefix": "LT-31", "lat_min": 55.59, "lat_max": 55.61, "lon_min": 26.42, "lon_max": 26.46},
16
+ {"city": "Taurage", "state": "Taurage County", "state_abbr": "TA", "postcode_prefix": "LT-72", "lat_min": 55.25, "lat_max": 55.27, "lon_min": 22.28, "lon_max": 22.32},
17
+ {"city": "Ukmerge", "state": "Vilnius County", "state_abbr": "VL", "postcode_prefix": "LT-20", "lat_min": 55.24, "lat_max": 55.26, "lon_min": 24.76, "lon_max": 24.80},
18
+ {"city": "Plunge", "state": "Telsiai County", "state_abbr": "TE", "postcode_prefix": "LT-90", "lat_min": 55.91, "lat_max": 55.93, "lon_min": 21.84, "lon_max": 21.88},
19
+ {"city": "Silute", "state": "Klaipeda County", "state_abbr": "KL", "postcode_prefix": "LT-99", "lat_min": 55.35, "lat_max": 55.37, "lon_min": 21.48, "lon_max": 21.52},
20
+ {"city": "Kretinga", "state": "Klaipeda County", "state_abbr": "KL", "postcode_prefix": "LT-97", "lat_min": 55.88, "lat_max": 55.90, "lon_min": 21.24, "lon_max": 21.28},
21
+ {"city": "Radviliskis", "state": "Siauliai County", "state_abbr": "SA", "postcode_prefix": "LT-82", "lat_min": 55.81, "lat_max": 55.83, "lon_min": 23.54, "lon_max": 23.58},
22
+ {"city": "Druskininkai", "state": "Alytus County", "state_abbr": "AL", "postcode_prefix": "LT-66", "lat_min": 54.01, "lat_max": 54.03, "lon_min": 23.98, "lon_max": 24.02}
23
+ ],
24
+ "streets_by_city": {
25
+ "Vilnius": ["Gedimino prospektas", "Pilies gatve", "Didzioji gatve", "Vokieciu gatve", "Vilniaus gatve", "Sv. Jono gatve", "Ausros Vartu gatve", "Traku gatve", "Stikliu gatve", "Zydu gatve", "Universiteto gatve", "Dominikonų gatve", "Boksto gatve", "Maironio gatve", "Basanaviciaus gatve", "Ukmerges gatve", "Konstitucijos prospektas", "Kalvariju gatve", "Geležinio Vilko gatve", "Savanoriu prospektas"],
26
+ "Kaunas": ["Laisves aleja", "Vilniaus gatve", "Gedimino gatve", "Vytauto prospektas", "Savanoriu prospektas", "K. Donelaicio gatve", "Maironio gatve", "Mickeviciaus gatve", "Karaliaus Mindaugo prospektas", "Birutes gatve", "Jonavos gatve", "Kestucio gatve", "Kriščiukaičio gatve", "Laisves prospektas", "Raudondvario plentas", "Pramonės prospektas", "Taikos prospektas", "Veiverių gatve", "Žaliakalnio gatve", "Aleksoto gatve"],
27
+ "Klaipeda": ["Tiltu gatve", "Manto gatve", "Liepu gatve", "Teatro gatve", "Turgaus gatve", "Tomo gatve", "H. Manto gatve", "Herkaus Manto gatve", "Danes gatve", "Bangų gatve", "Minijos gatve", "Smilteles gatve", "Taikos prospektas", "Šilutės plentas", "Baltijos prospektas", "Klaipedos gatve", "Priestocio gatve", "Nemuno gatve", "Jūros gatve", "Statybininku prospektas"],
28
+ "Siauliai": ["Vilniaus gatve", "Tilzes gatve", "Ausros aleja", "Dvaro gatve", "Vytauto gatve", "Vasario 16-osios gatve", "Ezero gatve", "Varpo gatve", "Prienų gatve", "Kražių gatve", "Lydos gatve", "Žemaitės gatve", "Aido gatve", "Biržų gatve", "Donelaicio gatve", "Gardino gatve", "Jablonskio gatve", "Kaštonų gatve", "Meškeriotojų gatve", "Pramonės gatve"],
29
+ "Panevezys": ["Respublikos gatve", "Laisves aikste", "Savanoriu gatve", "Klaipedos gatve", "Ramygalos gatve", "Smilgos gatve", "Stoties gatve", "Ukmergės gatve", "Vasario 16-osios gatve", "Vilniaus gatve", "Kranto gatve", "Upės gatve", "Sodų gatve", "Staniūnų gatve", "Pajuostės gatve", "Pramonės gatve", "Tulpių gatve", "Žalgirio gatve", "Beržų gatve", "Ąžuolų gatve"],
30
+ "Alytus": ["Pulko gatve", "Naujoji gatve", "Vilniaus gatve", "Gardino gatve", "Rotušės aikšte", "Birutės gatve", "Daugų gatve", "Jotvingiů gatve", "Kauno gatve", "Laisvės gatve", "Merkio gatve", "Pramonės gatve", "Santaikos gatve", "Statybininkų gatve", "Ulonų gatve", "Volungės gatve", "Žuvinto gatve", "Ąžuolų gatve", "Dobilo gatve", "Simno plentas"],
31
+ "Marijampole": ["Vytauto gatve", "Kauno gatve", "Bažnyčios gatve", "Kęstučio gatve", "Laisves gatve", "Prienų gatve", "Stoties gatve", "Šešupes gatve", "Vinco Kudirkos gatve", "Vilkaviškio gatve", "Dariaus ir Girėno gatve", "Draugystės gatve", "Gedimino gatve", "Jaunimo gatve", "Kriaušių gatve", "Liepos gatve", "Mokolų gatve", "Pašešupio gatve", "Sportininkų gatve", "Žalioji gatve"],
32
+ "Mazeikiai": ["Laisves gatve", "Sodų gatve", "Gedimino gatve", "Ventos gatve", "Šiaulių gatve", "Tirkšlių gatve", "Pavenčių gatve", "Naftininkų gatve", "Žemaičių gatve", "Draugystės gatve", "Gabijos gatve", "Jaunystės gatve", "Lazdynų gatve", "Melioratorių gatve", "Pavasario gatve", "Respublikos gatve", "Sporto gatve", "Taikos gatve", "Vasario 16-osios gatve", "Žalioji gatve"],
33
+ "Jonava": ["Žeimių gatve", "Chemikų gatve", "Kauno gatve", "Lietavos gatve", "Vasario 16-osios gatve", "Vilniaus gatve", "Žalioji gatve", "Sedulinos gatve", "Pramonės gatve", "Upės gatve", "Parko gatve", "Sodų gatve", "Statybininkų gatve", "Tujų gatve", "Karaliaus Mindaugo gatve", "Kepyklos gatve", "Liepos gatve", "Miško gatve", "Nevėžio gatve", "Pušyno gatve"],
34
+ "Utena": ["Aušros gatve", "Basanavičiaus gatve", "Gedimino gatve", "Aukštakalniu gatve", "Kupiškio gatve", "Maironio gatve", "Molėtų gatve", "Taikos gatve", "Utenos gatve", "Vaižganto gatve", "Dariaus ir Gireno gatve", "Jaunimo gatve", "Kalno gatve", "Labūnavos gatve", "Nuokalnės gatve", "Ramybės gatve", "Statybininkų gatve", "Tauragnų gatve", "Užpalių gatve", "Vilniaus gatve"],
35
+ "Kedainiai": ["Didžioji gatve", "Josvainių gatve", "Radvilų gatve", "Šėtos gatve", "Basanavičiaus gatve", "Birželio gatve", "Chemikų gatve", "Dotnuvos gatve", "Gegučių gatve", "Janušavos gatve", "Kęstučio gatve", "Labūnavos gatve", "Maironio gatve", "Parko gatve", "Pramonės gatve", "Respublikos gatve", "Smilgų gatve", "Turgaus gatve", "Vilniaus gatve", "Ąžuolų gatve"],
36
+ "Telsiai": ["Respublikos gatve", "Katedros gatve", "Sedos gatve", "Žemaitės gatve", "Algirdo gatve", "Birutės gatve", "Dariaus ir Girėno gatve", "Gedimino gatve", "Kalno gatve", "Krantų gatve", "Lygumų gatve", "Mažeikių gatve", "Plungės gatve", "Stoties gatve", "Turgaus gatve", "Varniu gatve", "Vilniaus gatve", "Vyšnių gatve", "Žalioji gatve", "Ežero gatve"],
37
+ "Visaginas": ["Taikos prospektas", "Veteranų gatve", "Parko gatve", "Statybininkų prospektas", "Kosmonautų prospektas", "Draugystės gatve", "Festivalio gatve", "Jaunystės gatve", "Sedulinos alėja", "Energetikų gatve", "Atgimimo gatve", "Gariunų gatve", "Ignalinos gatve", "Kaimo gatve", "Lazdynų gatve", "Miško gatve", "Panevėžio gatve", "Riešės gatve", "Sporto gatve", "Vilniaus gatve"],
38
+ "Taurage": ["Dariaus ir Gireno gatve", "Prezidento gatve", "Stoties gatve", "Vasario 16-osios gatve", "Aerodromo gatve", "Bažnyčios gatve", "Gedimino gatve", "Jūros gatve", "Kęstučio gatve", "Laisvės gatve", "Maironio gatve", "Panevėžio gatve", "Respublikos gatve", "Šilutės gatve", "Taikos gatve", "Vilniaus gatve", "Vytauto gatve", "Žemaitės gatve", "Žydu gatve", "Nemuno gatve"],
39
+ "Ukmerge": ["Kauno gatve", "Vytauto gatve", "Vilniaus gatve", "Bažnyčios gatve", "Gedimino gatve", "Deltuvos gatve", "Dubysos gatve", "Klaipėdos gatve", "Linų gatve", "Maironio gatve", "Pavasario gatve", "Prezidento gatve", "Smėlio gatve", "Šventupės gatve", "Taikos gatve", "Ukmergės gatve", "Vasario 16-osios gatve", "Vienuolyno gatve", "Žiedo gatve", "Ąžuolų alėja"],
40
+ "Plunge": ["Telšių gatve", "Stoties gatve", "Vytauto gatve", "Aušros gatve", "Birutės gatve", "Dariaus ir Gireno gatve", "Gandingos gatve", "Jasminu gatve", "Kęstučio gatve", "Laisvės gatve", "Minijos gatve", "Parko gatve", "Rietavo gatve", "Salantų gatve", "Šiaulių gatve", "Tujo gatve", "Vaižganto gatve", "Vilniaus gatve", "Žemaitijų gatve", "Oginskio gatve"],
41
+ "Silute": ["Lietuvininkų gatve", "Tilžės gatve", "Verdainės gatve", "Atgimimo gatve", "Bangų gatve", "Cintjoniškių gatve", "Ežero gatve", "Gaidelių gatve", "Jūros gatve", "Klaipėdos gatve", "Labrenciškių gatve", "Macikų gatve", "Nemuno gatve", "Pagėgių gatve", "Rusnės gatve", "Saugų gatve", "Šilutės gatve", "Trinyčių gatve", "Vingių gatve", "Žiburio gatve"],
42
+ "Kretinga": ["Vilniaus gatve", "Birutės gatve", "Basanavičiaus gatve", "Aušros gatve", "Dariaus ir Gireno gatve", "Gedimino gatve", "Kęstučio gatve", "Klaipėdos gatve", "Maironio gatve", "Palangos gatve", "Pilies gatve", "Prezidento Antano Smetonos gatve", "Savanorių gatve", "Šatrijos gatve", "Vaižganto gatve", "Vytauto gatve", "Žalioji gatve", "Žemaičių gatve", "Miško gatve", "Sodų gatve"],
43
+ "Radviliskis": ["Gedimino gatve", "Maironio gatve", "Vytauto gatve", "Aušros gatve", "Birutės gatve", "Dariaus ir Girėno gatve", "Gegužės gatve", "Jaunimo gatve", "Kęstučio gatve", "Laisvės gatve", "Miško gatve", "Parko gatve", "Pramonės gatve", "Respublikos gatve", "Šiaulių gatve", "Sporto gatve", "Stoties gatve", "Vilniaus gatve", "Žalioji gatve", "Ąžuolų gatve"],
44
+ "Druskininkai": ["Vilniaus aleja", "M. K. Čiurlionio gatve", "Gardino gatve", "Dzūkų gatve", "Kudirkos gatve", "V. Krėvės gatve", "Švento Jokūbo gatve", "Veisiejų gatve", "Sveikatos kelias", "Druskiu gatve", "Ežero gatve", "Kurorto gatve", "Leipalingio gatve", "Maironio gatve", "Nemuno gatve", "Partizanų gatve", "Ratnyčios gatve", "Savanorių gatve", "Šaltinių gatve", "Vytauto gatve"]
45
+ },
46
+ "postcode_format": "LT-#####",
47
+ "address_formats": [
48
+ "{street} {building_number}, {city}, {postcode}",
49
+ "{street} {building_number}, {postcode} {city}",
50
+ "{city}, {street} {building_number}, {postcode}"
51
+ ],
52
+ "country": "Lithuania",
53
+ "country_code": "LT",
54
+ "phone_area_codes": {
55
+ "Vilnius County": ["5"],
56
+ "Kaunas County": ["37"],
57
+ "Klaipeda County": ["46"],
58
+ "Siauliai County": ["41"],
59
+ "Panevezys County": ["45"],
60
+ "Alytus County": ["315"],
61
+ "Marijampole County": ["343"],
62
+ "Telsiai County": ["444"],
63
+ "Utena County": ["389"],
64
+ "Taurage County": ["446"]
65
+ }
66
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "suffixes": [
3
+ "UAB", "AB", "IĮ", "VšĮ", "MB", "TŪB", "KŪB", "Group", "Lietuva", "LT", "Baltic", "Holding"
4
+ ],
5
+ "formats": [
6
+ "{last_name} {suffix}",
7
+ "{adjective} {noun} {suffix}",
8
+ "{adjective} {noun}",
9
+ "{noun} {suffix}"
10
+ ],
11
+ "adjectives": [
12
+ "Lithuanian", "Baltic", "Vilnius", "European", "United", "Global", "Premier", "First", "Modern", "Digital",
13
+ "Smart", "Dynamic", "National", "Advanced", "New", "Central", "East", "Euro", "Nordic", "Hanseatic"
14
+ ],
15
+ "nouns": [
16
+ "Bank", "Telecom", "Energy", "Power", "Gas", "Pharma", "Chemicals", "Electronics", "Engineering",
17
+ "Manufacturing", "Logistics", "Transport", "Trading", "Insurance", "Finance", "Construction", "Foods", "Retail", "Steel", "Shipping"
18
+ ],
19
+ "well_known_companies": [
20
+ {"name": "Ignitis Group", "cities": ["Vilnius"]},
21
+ {"name": "Maxima LT", "cities": ["Vilnius", "Kaunas", "Klaipeda"]},
22
+ {"name": "Orlen Lietuva", "cities": ["Mazeikiai"]},
23
+ {"name": "Vilkyskiu pieniné", "cities": ["Vilkyskiai"]},
24
+ {"name": "Achema Group", "cities": ["Jonava", "Vilnius"]},
25
+ {"name": "Girteka Logistics", "cities": ["Vilnius"]},
26
+ {"name": "Vinted", "cities": ["Vilnius"]},
27
+ {"name": "Telia Lietuva", "cities": ["Vilnius", "Kaunas"]},
28
+ {"name": "Tele2 Lietuva", "cities": ["Vilnius"]},
29
+ {"name": "Bite Lietuva", "cities": ["Vilnius"]},
30
+ {"name": "SEB Bankas", "cities": ["Vilnius", "Kaunas", "Klaipeda"]},
31
+ {"name": "Swedbank", "cities": ["Vilnius", "Kaunas"]},
32
+ {"name": "Luminor Bank", "cities": ["Vilnius"]},
33
+ {"name": "Lidl Lietuva", "cities": ["Vilnius", "Kaunas"]},
34
+ {"name": "Rimi Lietuva", "cities": ["Vilnius", "Klaipeda"]},
35
+ {"name": "Iki", "cities": ["Vilnius", "Kaunas", "Siauliai"]},
36
+ {"name": "Pigu", "cities": ["Vilnius"]},
37
+ {"name": "Varle", "cities": ["Vilnius"]},
38
+ {"name": "Baltic Clipper", "cities": ["Klaipeda"]},
39
+ {"name": "Lietuvos gelezinkeliai", "cities": ["Vilnius"]}
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
+ "Frontend Developer", "Backend Developer", "DevOps Engineer", "QA Engineer", "Data Scientist",
45
+ "Accountant", "Business Analyst", "Customer Service Representative", "Logistics Coordinator", "Procurement Specialist",
46
+ "Mechanical Engineer", "Electrical Engineer", "Production Manager", "Quality Manager", "IT Administrator"
47
+ ],
48
+ "catch_phrase_adjectives": [
49
+ "Innovative", "Reliable", "Professional", "Dynamic", "Trusted", "Leading", "Modern", "Sustainable",
50
+ "Customer-focused", "Quality-driven", "Baltic", "Nordic"
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", "inbox.lt", "one.lt", "takas.lt", "yahoo.com",
4
+ "hotmail.com", "outlook.com", "mail.lt", "zebra.lt", "delfi.lt"
5
+ ],
6
+ "tlds": [
7
+ "lt", "com", "eu", "net", "org", "io", "co.lt"
8
+ ],
9
+ "domain_words": [
10
+ "lithuanian", "lietuva", "vilnius", "baltic", "nemunas", "neris", "gediminas", "vytautas",
11
+ "tech", "digital", "online", "web", "nord", "hansa", "amber"
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,42 @@
1
+ {
2
+ "first_names": {
3
+ "male": [
4
+ "Jonas", "Petras", "Antanas", "Juozas", "Mindaugas", "Tomas", "Darius", "Andrius", "Marius", "Vytautas",
5
+ "Mantas", "Giedrius", "Rokas", "Lukas", "Paulius", "Donatas", "Edvinas", "Karolis", "Saulius", "Rytis",
6
+ "Gediminas", "Algirdas", "Kestutis", "Raimondas", "Aurimas", "Deividas", "Edgaras", "Ignas", "Justas", "Linas",
7
+ "Nerijus", "Povilas", "Ramunas", "Sigitas", "Tautvydas", "Ugnius", "Valdas", "Zygimantas", "Arnoldas", "Benas",
8
+ "Dainius", "Erikas", "Gintaras", "Henrikas", "Irmantas", "Jokubas", "Kazimieras", "Laurynas", "Martynas", "Naglis",
9
+ "Osvaldas", "Pranas", "Rimantas", "Stasys", "Tauras", "Vaclovas", "Vidas", "Vilius", "Zenonas", "Adomas"
10
+ ],
11
+ "female": [
12
+ "Ona", "Marija", "Janina", "Elena", "Ausra", "Rasa", "Jurgita", "Asta", "Kristina", "Ramune",
13
+ "Egle", "Giedre", "Ingrida", "Laura", "Monika", "Neringa", "Dovile", "Ieva", "Justina", "Simona",
14
+ "Vilma", "Agne", "Birute", "Dalia", "Edita", "Gabija", "Indre", "Karolina", "Lina", "Milda",
15
+ "Nijole", "Orinta", "Palmira", "Raimonda", "Sandra", "Toma", "Ugne", "Vaida", "Zita", "Aida",
16
+ "Brigita", "Ceserija", "Danute", "Emilija", "Gintare", "Ilona", "Jurga", "Kamile", "Laimute", "Marina",
17
+ "Nomeda", "Odeta", "Paulina", "Reda", "Silvija", "Tautvilė", "Viktorija", "Vida", "Zaneta", "Aldona"
18
+ ],
19
+ "neutral": ["Saule", "Ruta", "Aiste", "Jurgis", "Matas", "Simas", "Domas", "Aras", "Kajus", "Nojus"]
20
+ },
21
+ "last_names": [
22
+ "Kazlauskas", "Kazlauskiene", "Jankauskas", "Jankauskiene", "Petrauskas", "Petrauskiene", "Stankevičius", "Stankevičiene",
23
+ "Vasiliauskas", "Vasiliauskiene", "Zukauskas", "Zukauskiene", "Butkus", "Butkiene", "Paulauskas", "Paulauskiene",
24
+ "Urbonas", "Urboniene", "Kavaliauskas", "Kavaliauskiene", "Jonaitis", "Jonaitiene", "Rimkus", "Rimkiene",
25
+ "Kairys", "Kairiene", "Balčiūnas", "Balčiuniene", "Žemaitis", "Žemaitiene", "Ramanauskas", "Ramanauskiene",
26
+ "Mačiulis", "Mačiuliene", "Savickas", "Savickiene", "Grigas", "Grigiene", "Gudaitis", "Gudaitiene",
27
+ "Laurinaitis", "Laurinaitiene", "Navickas", "Navickiene", "Sabonis", "Saboniene", "Tamošaitis", "Tamošaitiene",
28
+ "Vaitkus", "Vaitkiene", "Zilinskas", "Zilinskiene", "Andriuškevičius", "Andriuškevičiene", "Bagdonas", "Bagdoniene",
29
+ "Čepas", "Čepiene", "Dambrauskas", "Dambrauskiene", "Grigaliūnas", "Grigaliuniene", "Juška", "Juškiene",
30
+ "Kubilius", "Kubiliene", "Leonavičius", "Leonavičiene", "Mikalauskas", "Mikalauskiene", "Norvaišas", "Norvaisiene",
31
+ "Pocius", "Pociene", "Račkauskas", "Račkauskiene", "Strazdas", "Strazdiene", "Vitkauskas", "Vitkauskiene"
32
+ ],
33
+ "name_formats": [
34
+ "{first_name} {last_name}"
35
+ ],
36
+ "prefixes": {
37
+ "male": ["Ponas", "Dr.", "Prof.", "Mgr."],
38
+ "female": ["Ponia", "Dr.", "Prof.", "Mgr."],
39
+ "neutral": ["Dr.", "Prof.", "Mgr."]
40
+ },
41
+ "suffixes": ["Ph.D.", "Dr.", "MBA"]
42
+ }