Skip to content

Commit 9902f23

Browse files
committed
Document supported languages
1 parent 812d6a7 commit 9902f23

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,41 @@ ChatToMap extracts "things to do" from WhatsApp and iMessage exports - restauran
1111

1212
**Features:**
1313
- Parse WhatsApp (iOS/Android) and iMessage exports
14-
- Extract suggestions using regex patterns and URL detection
14+
- Extract suggestions using multilingual regex patterns, embeddings, and URL detection
1515
- Classify with AI (activity vs errand, mappable vs general)
1616
- Scrape metadata from TikTok and YouTube links
1717
- Geocode locations to coordinates
1818
- Export to CSV, Excel, JSON, PDF, and interactive HTML map
1919

20+
## Supported Languages
21+
22+
ChatToMap supports multilingual chats across heuristic extraction, semantic search queries, and
23+
AI classification. It can process mixed-language conversations and preserves proper nouns,
24+
venues, media titles, and place names in their original script when appropriate.
25+
26+
Current first-class language coverage:
27+
28+
- English
29+
- Spanish
30+
- Portuguese
31+
- German
32+
- French
33+
- Italian
34+
- Dutch
35+
- Swedish
36+
- Danish
37+
- Norwegian
38+
- Polish
39+
- Russian
40+
- Hindi
41+
- Indonesian
42+
- Turkish
43+
- Arabic
44+
- Japanese
45+
- Korean
46+
- Chinese (Simplified)
47+
- Chinese (Traditional)
48+
2049
## Installation
2150

2251
```bash

0 commit comments

Comments
 (0)