Thomas Decaux
Thomas Decaux
(in my understanding) sentencepiece is a tokenizer, you can use it to pre-process your corpus, before the embedding step.
+1 It seems a measure is missing from this project: "OS family type" that should give: - Window - Mac - Bot - Library As reference => http://stackoverflow.com/questions/34718426/get-os-family-type-with-ua-parser-project
Nop, you could maybe have a look at: https://github.com/HaraldWalker/user-agent-utils/blob/1027f93ed14a616229230a264651f370f7ccdb18/src/main/java/eu/bitwalker/useragentutils/Browser.java#L303
Code: https://github.com/grpc/grpc-node/blob/master/packages/grpc-js/src/http_proxy.ts#L152 Interesting implementation: https://github.com/request/request/blob/master/lib/getProxyFromURI.js#L19
It's a very good idea! So Box could help to write the Dockerfile here, the ``docker-php-ext-install`` stuff. A kind of "packaging" option?
yes, I follow the example on README: `-v /var/run/docker.sock:/tmp/docker.sock:ro` Is owned by root, can as ReadOnly, cannot change ownership.
This is the path, not the url "generated". I am not sure usemin can do that (maybe you can edit lib/fileprocessor.js file to match your needs). Else, you can use...
https://www.npmjs.org/package/grunt-cdnify with rewrite is what are you looking for.
Of course it's ignored, "?" is invalid for a "path". You must use another grunt task for this, which is dedicated for HTML post process.
Not sure is the right way to achieve this. The documentation clearly says is a path, not a complete URL. A right way to improve usemin would be to add...