Skip to content

Commit ac3fc1f

Browse files
Merge pull request #17 from x-tabdeveloping/annoy_backend
Moved to Annoy backend
2 parents 7faf044 + 99882ad commit ac3fc1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1662
-14329
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ You can customize Neofuzz’s behaviour by making a custom process.
9090
Under the hood every Neofuzz Process relies on the same two components:
9191

9292
- A vectorizer, which turns texts into a vectorized form, and can be fully customized.
93-
- Approximate Nearest Neighbour search, which indexes the vector space and can find neighbours of a given vector very quickly. This component is fixed to be PyNNDescent, but all of its parameters are exposed in the API, so its behaviour can also be altered at will.
94-
93+
- Approximate Nearest Neighbour search, which indexes the vector space and can find neighbours of a given vector very quickly.
9594
### Words as Features
9695

9796
If you’re more interested in the words/semantic content of the text you can also use them as features. This can be very useful especially with longer texts, such as literary works.
-19.6 KB
Binary file not shown.
-1.48 KB
Binary file not shown.
7.18 KB
Binary file not shown.
62 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

77 Bytes
Binary file not shown.
61 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
72 Bytes
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 9d3ea63831cbe08f97aa475e4479e981
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 2ecd701a3a10475e0cdd17360555a135
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)