Adam Geitgey
Adam Geitgey
This looks pretty reasonable to me. Can you add a test case for it with one of the affected articles?
There isn't right now. It would take some re-work to make the text retain basic formatting tags.
Basically, you don't have any SSL certificates installed for Python. When you install Python on macOS from python.org, there's a separate "Install Certificates.command" icon in the installer folder that you...
I looked at the html for that page. Unfortunately the nytimes is doing a lot that makes it hard to grab their content in a generic way. Here's a sample...
I was assuming that most people would be moving from medium.com to their own domain, so they wouldn't need rediects on their domain. I did try to implement canonical url...
Supporting front-end use cases just hasn't ever come up before. I'd be worried that the stopwords data would be too large to be used in most front-end applications if it...
If it's a feature you want, feel free to either submit a PR or make a fork. I'm happy with whichever route works best for you. I just don't have...
> so I'm wondering if there is a reason why they aren't being merged. A fair question! I don't have a good answer beyond I thought the existing PRs made...
Cool, thanks!
@cjanietz I really like your approach. I created a PR here: https://github.com/ageitgey/node-unfluff/pull/84 Let me know if you are OK with me pulling that in.