Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加音律过滤,使用了pinyinPro识别音调平仄组合,剔除不符合的名字 #45

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ npm start
npm run build

```

## update--2023.09.12
1. 增加平仄音律过滤,过滤掉不符合音律标准的:最佳组合就是:平仄平,平平仄,仄平平;其次是:仄仄平;平仄仄
2. TODO:增加性别识别
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"webpack-merge": "^4.1.1"
},
"dependencies": {
"jquery": "^3.5.1"
"jquery": "^3.5.1",
"pinyin-pro": "^3.16.4"
}
}
Loading