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

Add pythainlp.util.rhyme #849

Merged
merged 4 commits into from
Oct 19, 2023
Merged

Add pythainlp.util.rhyme #849

merged 4 commits into from
Oct 19, 2023

Conversation

wannaphong
Copy link
Member

This pull request added rhyme. This function will give the list words that rhyme the word.

from pythainlp.util import rhyme

print(rhyme("จีบ"))
# output: ['กลีบ', 'กีบ', 'ครีบ', ...]

Fix #848

@wannaphong wannaphong added this to the 4.1 milestone Oct 18, 2023
@pep8speaks
Copy link

pep8speaks commented Oct 18, 2023

Hello @wannaphong! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2023-10-19 17:23:47 UTC

@coveralls
Copy link

coveralls commented Oct 18, 2023

Coverage Status

coverage: 86.974% (+87.0%) from 0.0% when pulling 1cd22ba on add-rhyme into 73b17e3 on dev.

@bact bact added the enhancement enhance functionalities label Oct 19, 2023
@bact bact assigned bact and unassigned bact Oct 19, 2023
@wannaphong wannaphong added this to Done in PyThaiNLP Oct 19, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wannaphong wannaphong added the hacktoberfest-accepted hacktoberfest accepted pull requests. label Oct 19, 2023
@wannaphong wannaphong merged commit 360061f into dev Oct 19, 2023
7 of 15 checks passed
@wannaphong wannaphong deleted the add-rhyme branch December 4, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhance functionalities hacktoberfest-accepted hacktoberfest accepted pull requests.
Projects
PyThaiNLP
  
Done
Development

Successfully merging this pull request may close these issues.

Add Find rhyme to PyThaiNLP
4 participants