We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f89dcb commit e3551d6Copy full SHA for e3551d6
1 file changed
README.md
@@ -51,6 +51,7 @@ First, import the add-on:
51
52
- stemming of query and documents (subtitles)
53
- removal of stop words from query
54
-- results returned in ranked order based on closeness of match
+- bag of words representation of query
55
+- results returned in ranked order based on closeness of match (count of query term matches in document)
56
57
0 commit comments