Zackhardtoname

Results 43 comments of Zackhardtoname

I hav a hacky solution for my 5k2k monitor. You could play around with those two offset numbers. It doesn't work well at first but after a few reboots works...

Hi Sadly it seems like Glassdoor has [shut down its free API](https://help.glassdoor.com/article/Glassdoor-API/en_US), but what I imagined was an additional column with the rating/size of the company.

Done on the website; not on Markdown

- [x] website - [ ] markdown

convert_md.py uses a library to generate the markdown file, but I haven't found a way to generate markdown links with that library. There might be other libraries or we might...

Sorry, but we are trying to do it programmatically...

Oh sorry for not being clear. I actually have no idea how hstr works, I just mentioned `history | grep -B 3 -A 3 "kill"` as an example. :)

I have tried to play around with it, but the behavior seems deterministic... During my experiments today, sometimes it works, but sometimes it doesn't. The commit messages contain 2 links....

我也有人名識別的问题。。。 '刘俊是什么学历?' 会提示entities must span whole tokens. Wrong entity end. 请问@crownpku 可以分享一下您怎麼解決這個問題,比如程式碼哪一段呢?

@liuyan731 我后来也没有仔细研究 crownpku 是怎么解决的。我发现问题主要是jieba分词经常把需要的关键词给切开了。后来我把会被切错的词单独的加到jieba自定义的字典里,临时解决了这个问题。