Here's what's popular on GitHub today...
Trending repository
-
Updated
May 26, 2022 - JavaScript
The Download
On The Download with Christina Warren this week: News from PyCon 2022 and Google IO. A great new markdown authoring framework. And the ultimate eighties toy for ageing millennials.
Popular topic
Trending repository
-
Updated
May 26, 2022 - TypeScript
Trending repository
-
Updated
May 18, 2022 - Python
Upcoming event recommended by GitHub
All Things Open 2022
October 30, 2022 - November 02, 2022 • Raleigh, NC
Trending repository
Whenever we switch to the database plugin or if we click on the refresh button
connection.receive(
DATABASE_LIST_COMMAND,
....
is called thus, the info about our database is updated in the desktop client.
Is it possible to do the other way around, that is, notify the client that it should update the UI because our database has changed, thus not requiring to press the refr
Trending repository
-
Updated
May 26, 2022 - C++
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.
Trending repository
-
Updated
May 26, 2022 - Python
Trending repository
-
Updated
May 26, 2022
Trending repository
-
Updated
May 26, 2022
Trending repository
Use TryAddScoped here instead of AddScoped
It's not clear to me why we do this, but I suspect that it is because in the past we might have had a different implementation registered by default inside MVC for rendering
Trending repository
Trending repository
-
Updated
May 26, 2022 - C#
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
Trending repository
-
Updated
May 7, 2022 - Python
Trending repository
-
Updated
May 26, 2022 - JavaScript
Trending repository
The generic Windows audit log config lacks many event ids, e.g.
- registry events
- driver load service addition events, System/7045 and Security/4697
- likely others
Trending repository
-
Updated
May 25, 2022 - JavaScript
Trending repository
Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').
Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.
Trending repository
Trending repository
-
Updated
May 23, 2022 - Go
Trending repository
Trending repository
Trending repository
-
Updated
May 25, 2022 - Jupyter Notebook
Trending repository
-
Updated
May 26, 2022 - Java
App recommended by GitHub
webapp.io
Ship code faster with webapp.io
Developers move much faster using webapp.io to get per-branch review & E2E testing environments.
- Use our interactive drag-and-drop builder to create a pull request template that contains all of the information a reviewer would need to approve a change.
- Our hosted environments use a powerful caching mechanism to avoid running repetitive steps like
npm installover and over again.
目前的多音字使用 pypinyin 或者 g2pM,精度有限,想做一个基于 BERT (或者 ERNIE) 多音字预测模型,简单来说就是假设某语言有 100 个多音字,每个多音字最多有 3 个发音,那么可以在 BERT 后面接 100 个 3 分类器(简单的 fc 层即可),在预测时,找到对应的分类器进行分类即可。
参考论文:
tencent_polyphone.pdf
数据可以用 https://github.com/kakaobrain/g2pM 提供的数据
进阶:多任务的 BERT
![image](https://user-images.githubusercontent.com/24568452