Hi Users, Is anyone aware of a way to load a TokenNameFinder model and use it without storing the entire model in memory? My models take up about 6 GB of memory. I see in the code that the model files are unzipped and put into a HashMap. Is it possible to store the data structure off-heap somewhere?
Thanks, Jeff
