CoinCheung

Results 67 issues of CoinCheung

如果我想起一个http服务,并且允许多线程并发的话,使用一个LTP()对象是线程安全的吗

如果有的话,请问api是什么样的呢

你好呀,请问readme里面提到的基于规则的方法是怎么做的呀,相关代码在这个repo里面没找到呢,能分享一下吗,感谢

Hi,, Since webserver and http_resource are two different classes, and request is processed with http_resource but service is controled by webserver, how could I shutdown the service when I recieved...

feature-request

Hi, I am trying to learn your code. Here I do not quite understand what the method of `crop` in the `transforms.py` does. Did you transfer the upper left and...

https://github.com/mtrebi/thread-pool/blob/99ae49be3289a61c961a45a367873b1e99ddf76e/include/ThreadPool.h#L94 I am reading the code and try to learn from it, and I am puzzled that you use `notify_one` in this line rather than `notify_all`, would you please tell...

I have a block of comments like this: ``` #classname: GameField() #the class of Game Field, draw the game field, #operation of moving(upward, downward, left, right) or merge, add new...

I would like to extract some features from images. Do you have pretrained weights, and what is its performance is like?

你好呀, 看readme.md里面这样说: >传统的实体链接任务主要是针对长文档。长文档拥有充分的上下文 信息,能够辅助实体的识别与消歧。相比之下,中文短文本的实体链接存 在很大的挑战。实体链接整个过程包括实体识别和实体消歧两个子任务。 针... 请问针对长文本做实体连接使用的是什么传统方法呀,能不能讲一下方法是什么名字,或者什么思路,或者甩个链接来看?