Skip to content

Commit 4f9b0ef

Browse files
committed
[docs][ci skip] adding note about using libpostal on mobile
1 parent 6984427 commit 4f9b0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ needed to construct the training data.
558558
where we may be limited to < 1GB of RAM per process depending on the machine
559559
configuration. As much as possible libpostal uses contiguous arrays, tries
560560
(built on contiguous arrays), bloom filters and compressed sparse matrices to
561-
keep memory usage low. It's conceivable that libpostal could even be used on
562-
a mobile device, although that's not an explicit goal of the project.
561+
keep memory usage low. It's possible to use libpostal on a mobile device with
562+
models trained on a single country or a handful of countries.
563563
564564
3. **Performance**: this is last on the list for a reason. Most of the
565565
optimizations in libpostal are for memory usage rather than performance.

0 commit comments

Comments
 (0)