Skip to content

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
@sonarqubecloud
Copy link

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
@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
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Find rhyme to PyThaiNLP
4 participants