| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 18.9.0 source code.tar.gz | 2026-05-11 | 4.2 MB | |
| 18.9.0 source code.zip | 2026-05-11 | 4.5 MB | |
| README.md | 2026-05-11 | 717 Bytes | |
| Totals: 3 Items | 8.7 MB | 0 | |
- ENH: Add STREET_ADDRESS_JA semantic type for Japanese street addresses (住所) — detects addresses with or without 〒XXX-XXXX postal prefix, requiring Japanese characters and block/lot notation in abbreviated numeric (1-2-3) or explicit kanji (丁目/番地/条) form; city-level markers (市/区/町/村) are recognised as an additional signal but not required (neighborhood+lot form is common in database address fields). Header hints: 住所, 所在地 (Issue [#165]).
- BUG: TELEPHONE not detected for Japanese locale ("ja") — locale.getCountry() returns empty for language-only tags; now maps "ja"→"JP", "ko"→"KR", "zh"→"CN", "hi"→"IN", "ar"→"SA" for phone number validation (Issue [#165]).