命名实体识别的api怎么设置粗分词?

HanLP.parse() 方法中没有 coarse 参数,现在我只能先用 HanLP.tokenize(coarse=True) 粗分词再把 token 代入 HanLP.parse() ,但这样要耗费双倍的请求时间和调用权限,请问什么时候可以直接在 parse() 方法中加入 coarse 选项?

https://hanlp.hankcs.com/docs/api/restful.html#hanlp_restful.HanLPClient.parse