Paul-Louis NECH

Results 25 issues of Paul-Louis NECH

Hi @wasabeef, are you still maintaining this project? It seems no PR was answered since Mar 22, 2017.

Hey @wasabeef, thanks for maintaining this awesome list :) I added VoiceOverlay, a library providing a `Dialog` and some helpers to make it easy to add voice input into any...

After following Steps 1 to 3 (compilation of master OpenCV went fine, using `CPU_ONLY`), running the toolbox causes a segmentation fault: ``` ./run_toolbox.py got module got app Got settings objc[40244]:...

Hey, I'm trying to use nmslib's `HNSW` with a `csr_matrix` containing sparse vectors. Creating the index works fine, adding the data and setting query time params too: ```py items =...

Hi there! Trying to perform `knnQuery` on an indexed `csr_matrix`, I got the issue reported in #480 from this code: ```python model = TfidfVectorizer(dtype=np.float32, token_pattern=r"\S+") embeddings = model.fit_transform(corpus_tfidf) logger.info(f"Creating vector...

With PrivacyFox enabled, trying to follow someone or to like a tweet results in the following error message: ![Your account may not be allowed to perform this action.](https://cloud.githubusercontent.com/assets/1821404/21014084/d778b11a-bd5c-11e6-82f3-f829a3dd8729.png) Disabling the...

Hi there, here's a tiny PR to fix some typos in the HNSW params' docs :slightly_smiling_face:

If I store the results sent to my `partialResultsListener`, they do not match what was sent to API.AI and is returned in `resolvedQuery`: ### Sample code ```kotlin aiButton.setPartialResultsListener { partialResults...

| Q | A | ----------------- | ---------- | New feature? | yes/no | Need Doc update | yes ## Describe your change Adds a first implementation of the [Answers...

Add [Codeowners](https://help.github.com/en/articles/about-code-owners).