SPTAG icon indicating copy to clipboard operation
SPTAG copied to clipboard

spelling errors

Open pabs3 opened this issue 4 years ago • 4 comments

There are a lot of spelling errors in the package.

These ones were found by codespell:

./README.md:91: tunning ==> tuning, running
./Wrappers/inc/CsharpCommon.i:104: copyed ==> copied
./Wrappers/inc/CsharpCommon.i:108: copyed ==> copied
./Wrappers/inc/CsharpCommon.i:109: copyed ==> copied
./AnnService/src/SSDServing/SelectHead_BKT/BootSelectHead.cpp:147: Seleted ==> Selected, deleted
./AnnService/inc/Socket/Packet.h:71: expeced ==> expected
./AnnService/inc/SSDServing/VectorSearch/SearchSsdIndex.h:618: Acess ==> Access
./AnnService/inc/SSDServing/VectorSearch/ExtraFullGraphSearcher.h:113: acutal ==> actual
./AnnService/inc/SSDServing/VectorSearch/BuildSsdIndex.h:675: Failt ==> Fail, failed
./AnnService/inc/Core/Common/NeighborhoodGraph.h:168: indexs ==> indexes, indices
./AnnService/inc/Core/Common/NeighborhoodGraph.h:173: indexs ==> indexes, indices
./AnnService/inc/Core/Common/NeighborhoodGraph.h:177: indexs ==> indexes, indices
./AnnService/inc/Core/Common/NeighborhoodGraph.h:200: indexs ==> indexes, indices
./AnnService/inc/Core/Common/NeighborhoodGraph.h:230: indexs ==> indexes, indices
./AnnService/inc/Core/Common/NeighborhoodGraph.h:251: indexs ==> indexes, indices
./AnnService/inc/Core/Common/cuda/ThreadHeap.hxx:69: entires ==> entries
./AnnService/inc/Core/Common/cuda/KNN.hxx:243: DEPRICATED ==> DEPRECATED
./docs/WindowsInstallation.md:21: lastest ==> latest
./docs/Parameters.md:23: childs ==> children, child's
./docs/Parameters.md:151: tunning ==> tuning, running
./docs/Parameters.md:156: tunning ==> tuning, running

These ones were found by spellintian:

./Dockerfile: python -> Python
./AnnService/inc/SSDServing/VectorSearch/SearchSsdIndex.h: Acess -> Access
./AnnService/inc/Core/Common/cuda/KNN.hxx: DEPRICATED -> DEPRECATED
./AnnService/inc/Core/Common/cuda/TPtree.hxx: dont -> don't
./docs/Parameters.md: childs -> children
./docs/Parameters.md: python -> Python
./docs/Tutorial.ipynb: python -> Python
./docs/LinuxInstallation.md: python -> Python

pabs3 avatar Nov 06 '21 03:11 pabs3

Also I found one manually:

docs/GettingStart.md:339: sever -> server

pabs3 avatar Nov 06 '21 03:11 pabs3

Another one found manually:

docs/GettingStart.md:6: IndexBuiler -> IndexBuilder

pabs3 avatar Dec 10 '21 06:12 pabs3