File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,8 +558,8 @@ needed to construct the training data.
558558where we may be limited to < 1GB of RAM per process depending on the machine
559559configuration. 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
5645643. **Performance**: this is last on the list for a reason. Most of the
565565optimizations in libpostal are for memory usage rather than performance.
You can’t perform that action at this time.
0 commit comments