jxfruit
jxfruit
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: /kind feature Currently, only one gpu device will be allocated, but in...
感谢各位同学的奉献和付出,但是请问一下我们的pkuseg能否支持类似于jieba的搜索引擎模式(在精确模式的基础上,对长词再次切分,提高召回率,适合用于搜索引擎分词)呢,另外这个分词速度确实有点漫(相比jieba、jiagu等)。 再次感谢。
分词同时进行词性标注,各词性标签的详细含义可参考tags.txt import pkuseg seg = pkuseg.pkuseg(postag=True) # 开启词性标注功能 text = seg.cut('我爱北京天安门') # 进行分词和词性标注 print(text) 这段代码确定没有问题吗? Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/pkuseg/__init__.py", line 228, in __init__ download_model(config.model_urls["postag"], config.pkuseg_home, config.model_hash[model_name]) KeyError:...
As the title says, we want to connect spark thrifthiveserver2. But there are no any examples. I wanna know whether pyhive support this feature or not? Looking for your reply...
#### Software and Hardware Versions ModelCI v1.x.x, CUDA Version vx.x.x, GPU device used... #### Problem description #### Steps to Reproduce the Problem #### Expected Behavior #### Other Information Things you...
#### Software and Hardware Versions ModelCI v1.x.x, CUDA Version vx.x.x, GPU device used... ModelCI latest version with cpu #### Problem description Following the readme, I installed the ModelCI with docker....
as the issue #1181 Is this a BUG REPORT or FEATURE REQUEST?: Uncomment only one, leave it on its own line: /kind feature Currently, only one gpu device will be...
add Substitutions file identified encoding with 'utf-8' default and replace deprecated method readfp() with read_file()
_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._...
请问下平台的体验账号和密码是什么呀,试了一下admin/admin不对