-
I tried to search for some CocoaPod specs I know exist.
My problem is, search seems to work like this:
``` ruby
Product.find( {
:language => params[:language],
:prod_key => params[:query] }…
-
Modifying the documentation examples a bit, if I run the below code to create an index and push a document there appears to be a case-sensitivity issue (different results) between fuzzy and 'standard'…
-
Hello yarlett,
Thanks for providing a useful package! I noticed that since you added the option for character n-grams, some of the examples are broken since the extra argument to corpustools.CorpusFr…
-
The Dictionary EventDriver is failing to load the Wordnet dictionary.
824636 [Thread-38] FATAL com.jgaap.backend.API - Could not load File:/path/to/myfile Title:myfile
java.lang.IllegalArgumentExcep…
-
This filter constructs n-grams (token combinations up to a fixed size, sometimes
called "shingles") from a token stream.
The filter sets start offsets, end offsets and position increments, so
highlig…