What are the memory limitation for Mallet training files?

徘徊边缘 提交于 2019-12-08 03:33:14

问题


Mallet converts training cases to binary format using the command import-file, e.g.

bin/mallet import-file --input cases.txt --output cases.mallet

How is this binary ".mallet" file then used? Is it streamed or is the whole file loaded into memory. If it is all loaded then this places a limit on the number of training cases based on available memory.

Is it possible to characterize the size of the .mallet file based on the the size of input cases file or number of input cases?

来源:https://stackoverflow.com/questions/39252362/what-are-the-memory-limitation-for-mallet-training-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!