Florian Jenett

Results 33 issues of Florian Jenett

From nltk: ``` POSTagger renamed StanfordPOSTagger, NERTagger renamed StanfordNERTagger ``` https://github.com/nltk/nltk/blob/develop/ChangeLog#L54 I think this causes what i'm currently seeing for your latest version: ``` root@f1da5e6dd850:/var/local/nltk-server# python wsgi.py Traceback (most recent...

OS-X 10.10, LT 0.8, TernJS 0.1.10 With any kind of JS project all i get is: ``` Error: spawn /Applications/lighttable-0.8.1-mac/LightTable.app/Contents/Resources/app/plugins/node/node ENOENT at exports._errnoException (util.js:837:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32) at onErrorNT (internal/child_process.js:344:16)...

Currently (NodeBox 3.0.45) the `point-on-path` wraps at 100% to 0% which is not desirable because one might want to step up to the full 100% (think animation never reaching the...

Text that is rendered onto a path using the `` node starts before the actual first point of the given path geometry. Example NDBX file: [text-on-path-bug.ndbx.txt](https://github.com/nodebox/nodebox/files/324944/text-on-path-bug.ndbx.txt) Here is the output...

Currently the script stores only the offset().top of the first element matched by jQuery, it should instead store top for every element.

The Importer will mis-place child layers in relation to their parent artboards when these have non-zero x-values. Example attached. [MisPlacedImport.framer.zip](https://github.com/koenbok/Framer/files/517862/MisPlacedImport.framer.zip)

Hi, i can not use the Baidu Netdisk downloads and the others have expired. Can you create new links and update datasets.md? https://github.com/HCIILAB/Scene-Text-Recognition-Recommendations/blob/main/datasets.md Thanks!

Your README states: album.get_password("album_id", "password") album.get_title("album_id", "title") .. but these are setters, not getters i think. https://developer.vimeo.com/apis/advanced/methods/vimeo.albums.setPassword https://developer.vimeo.com/apis/advanced/methods/vimeo.albums.setTitle

See issue #26 around [here](https://github.com/fjenett/javascript-mode-processing/issues/26#issuecomment-99861511)

Just like Java mode JS mode could import existing .js files from the "data" folder of a sketch. See: issue #8