gpt4 book ai didi

java - 从 HashMap 中删除停用词

转载 作者:行者123 更新时间:2023-12-01 07:08:42 27 4
gpt4 key购买 nike

我有一个 HashMap ,由作为单词(字符串)的键和作为计数(整数)的值组成。

我必须从 HashMap 中删除停用词。本质上,我必须对大约 67 个单词执行 hMap.remove("then") 、 hMpa.remove("where") 。有没有更简单的方法?我可以一次从 HashMap 中删除多个键吗?

最佳答案

使用hMap.keySet().removeAll(the_stuff_you_want_to_remove)

来自documentation :

The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll, and clear operations.

关于java - 从 HashMap 中删除停用词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18238899/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com