vi3k6i5 / flashtext

Extract Keywords from sentence or Replace keywords in sentences.
MIT License
5.58k stars 598 forks source link

pip install flashtext not using master branch #140

Open chanandrew96 opened 1 year ago

chanandrew96 commented 1 year ago

I'm pulling flashtext using pip install flashtext and calling extract_keywords function
However, it return error when I passed 4 parameter into this function, and found that the code pulled only accept 3 parameter which different from the master branch.
Is there any plans for pushing the build to replace the existing build?