Quentin Pleplé
Quentin Pleplé
@ruudk Nice idea, thanks!
@stof, thanks for your answer. [JMSDiExtraBundle's documentation](http://jmsyst.com/bundles/JMSDiExtraBundle/master/usage) says we can use all DI annotations on controllers, even if they are not services: > Yes, no services, but don’t worry you...
@valentinvieriu try ⌘ + S @RogWilco You get this message when `lessc` is failing because Node.js does not find the `less` module. You get more info by trying to run:...
Hello, This PR is solving a big problem for us. It would be cool to merge it :) Thanks! Quentin
I am trying to find a workaround for the bug in slug generation of DoctrineExtensions library (https://github.com/l3pp4rd/DoctrineExtensions/issues/27). In the thread, @l3pp4rd said that changing the transliterator function could fix the...
Thanks @l3pp4rd, this is working. Here is what it looks like for me now : https://gist.github.com/1170877
Another method I implemented to compute UCI co-occurrence stats is to 1. Download a [Wikipedia dump](http://en.wikipedia.org/wiki/Wikipedia:Database_download), download the latest pages-articles.xml.bz2 (9GB compressed, 42GB uncompressed) 2. [Index it into Solr](http://wiki.apache.org/solr/DataImportHandler#Example:_Indexing_wikipedia), I'll...
@aneesha I don't have access to the server I was running Solr on anymore, I can't help you with the config files. But I remember the guide http://wiki.apache.org/solr/DataImportHandler#Example:_Indexing_wikipedia was pretty...
@aneesha Indeed, my method doesn't use a sliding window. 2 words co-occur if they are present in the same document (even far away one another).