Kevin Lu

Results 15 comments of Kevin Lu

As an update on this, I actually do have something functioning, although it does have quite a bit of overhead and it has some strange rippling effects. Further, it can...

Brief example of a point trying to run away while leashed to two nails. https://user-images.githubusercontent.com/26889185/127433434-c9df13a8-df8a-4b59-88b8-31c61fb26c57.mp4

It's basically a chain: https://user-images.githubusercontent.com/26889185/127433690-3c51daad-f2f5-4c79-ade7-8543e2982669.mp4 But then every frame I get a spline interpolator to smoothen the curve: https://user-images.githubusercontent.com/26889185/127433749-a1839f42-4647-4afd-a3bf-01bf6f3a1f2c.mp4 At the moment, I'm facing a few issues with this implementation:...

I've done this before without the `manim_physics` or `pymunk` libraries. Just construct a sequence of points and make each circle move to each point in succession. I can share my...

Thanks for the suggestion. It looks like an automated phrase extraction algorithm as opposed to term extraction but I will look into it.

Firstly, please take a look at this https://github.com/kevinlu1248/pyate#other-languages. Secondly, all the algorithms have been designed and empirically tested to work on English so I'm not sure if it generalises well...

Sorry for the late response. The issue is that en_acl_terms_sm-2.0.4..tar.gz was actually trained with spacy v2.0. I will clarify in the README when I get the chance.

I think it could have something to do with the fact that spaCy's process is stochastic or the fact that I ran this on a previous version of spaCy, although...

Hey there, I gave this problem a shot using Sweep, an AI junior dev: https://github.com/kevinlu1248/nextra/pull/5

I solved this with Sweep at https://github.com/fireship-io/fireship.io/pull/1631. You can leave comments at https://github.com/kevinlu1248/fireship.io/pull/14 to have Sweep address it.