Kenny Cason

Results 48 comments of Kenny Cason

Hi, sorry for the issues. I also noticed that the build is failing. I owe the project a good overhaul but have been overloaded with work recently. In the interim,...

1.28 deployed today as well if you want to try it out as well.

@jaaaaaaaake I hadn't thought about that as a use-case, but I think you should be able to easily do that by simply duplicating the word frequency list. It's been a...

@bestchenwu could you upload the font file?

I intentionally started with the mindset of not putting in to many dependencies. But if people are interested in performance (outside of better data structures/algorithms), I'd probably hook in GS...

Coming back to this, I now realize I misunderstood your initial intent. I agree that the normalizer could probably also just process on the already tokenized text. The current string...

@artikulant Sorry for the extremely late response. I ended up encountering this same issue internally (albeit, in a js library). I think this issue should be addressed as well. Some...

Thanks. I'll do some research in finding a better default font. I may also add functionality that will attempt multiple default fonts and ensure it only selects a font that...

@hilecx I wanted to follow up on this. Do you have any recommendation for a good default font? I'm planning on improving font loading/support/sane fallbacks.

Ah interesting. So If I understand right, since you have many text files with many different words of varying length/frequency, how can you best fit the most words into each...