NearPy
NearPy copied to clipboard
docs: fix a few simple typos
There are small typos in:
- README.md
- nearpy/filters/uniquefilter.py
- nearpy/filters/vectorfilter.py
- nearpy/hashes/permutation/hashpermutationmapper.py
- nearpy/hashes/permutation/hashpermutations.py
- nearpy/hashes/permutation/permutedIndex.py
- nearpy/hashes/randombinaryprojectiontree.py
Fixes:
- Should read
separatelyrather thanseparatly. - Should read
tuplesrather thantupes. - Should read
queryrather thanqurey. - Should read
listsrather thanlistst. - Should read
leavesrather thanleafes. - Should read
implementationrather thanimplementatiosn. - Should read
exactrather thanextact. - Should read
closestrather thancloest.
Closes #94