Maximum size for a single Wordlist-UIMA RUTA

两盒软妹~` 提交于 2021-02-19 02:54:12

问题


What is the maximum size for a wordlist in Uima Ruta? Because I want to store list of countries, states and cities name.


回答1:


There is no maximum size for the wordlists in UIMA Ruta. The lines of the file are normally transferred into a char-based in-memory tree structure (TRIE). This means that the size is only restricted by the available RAM and it's memory consumption is less than linear.

My largest wordlist consisted of about 500k entries, as far as I remember. So a list of country names should not be a problem.

DISCLAIMER: I am a developer of UIMA Ruta



来源:https://stackoverflow.com/questions/38988660/maximum-size-for-a-single-wordlist-uima-ruta

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