William Yeung

Results 2 issues of William Yeung

Could anyone provide some **references** or **illustrations** about **UnigramNoiseGenerator**? I am confused with the **unigram_table_'s** construction. Thanks in advance.

I wrote my test code as follows: ``` from pygithub3 import Github proxies = {"http": "http://:", "https": "http://:", } gh = Github(login=, password=, token=, proxies = proxies) use = gh.users.get()...