Ruben Karnath

Results 9 issues of Ruben Karnath

在PosSegmenter的括号里面添加segmenter,这个不看源码应该不知道怎么用吧。。。。 ``` using JiebaNet.Segmenter; using JiebaNet.Segmenter.PosSeg; var segmenter = new JiebaSegmenter(); segmenter.LoadUserDict("userdict.txt"); var posSeg = new PosSegmenter(segmenter); ```

基本上只有一两个服务器可以用,感觉可靠性略低呀

目前使用ie8访问调查问卷,页面一直显示加载中,希望能修复这个功能。

希望启动的时候不连接互联网,如果在断网的状态下,会一直在等待。 如果能直接打包成jar文件就好了。

翡翠台和明珠台特别卡,其他台都很完美,就是这两个台不太行,我的是联通宽带。

using System; using System.IO; using System.Threading.Tasks; using Python.Runtime; namespace Python.Deployment.Download { class Program { static async Task Main(string[] args) { // ================================================ // This example demonstrates how to download a...

lib\site-packages\paddlelabel\__main__.py 中的代码不对`connexion_app.run(host=configs.host, port=configs.port, debug=configs.debug)` 应该改成: ``` # Remove the debug argument and add log_level if needed if configs.debug: log_level = "debug" else: log_level = "info" connexion_app.run(host=configs.host, port=configs.port, log_level=log_level) ``` 并且还需要安装库:pip...

triage

能不能给vs2022开发一个continue类似的扩展,谢谢,或者推荐一个。