【发布时间】:2016-06-23 10:59:30
【问题描述】:
我需要相当于 wordpress sanitize_text 的 Python
标题:
'mygubbi raises $25 mn seed funding from bigbasket co founder others'
wordpress 给了
"mygubbi-raises-2-5-mn-seed-funding-bigbasket-co-founder-others"
Python slugify 给出了
"mygubbi-raises-2-5-mn-seed-funding-from-bigbasket-co-founder-others"
我用过python-slugify Python库。
我是否应该只删除诸如 from、in 和 to 之类的词。我在哪里可以找到这些停用词?
【问题讨论】:
标签: python django wordpress slug stop-words