issues
search
krinkv
/
information-ranking
The Unlicense
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feature/spellchecking enhancements
#55
krinkv
closed
9 months ago
0
Remove nlp button
#54
krinkv
closed
9 months ago
0
Hopefully last changes
#53
KristiyanCvetanov
closed
9 months ago
0
Add spellchecker test with wikipedia dataset
#52
KristiyanCvetanov
closed
9 months ago
0
Fix k-gram similarity treshhold, remove some dictionary loading files…
#51
KristiyanCvetanov
closed
9 months ago
0
Create algorithm button, setup second engine on backend
#50
krinkv
closed
9 months ago
0
Faster ranking with word embeddings
#49
KristiyanCvetanov
closed
9 months ago
0
Configure controller for different AI models
#48
KristiyanCvetanov
closed
9 months ago
0
Optimize word embeddings ranking
#47
KristiyanCvetanov
closed
9 months ago
0
Ranking with word embeddings
#46
KristiyanCvetanov
closed
9 months ago
0
fix
#45
krinkv
closed
9 months ago
0
word embeddings ranking
#44
KristiyanCvetanov
closed
9 months ago
0
Add title-preview page with results and page for single document
#43
krinkv
closed
9 months ago
0
Fix format of response for search
#42
KristiyanCvetanov
closed
9 months ago
0
Fix documents bug, add preview feature
#41
KristiyanCvetanov
closed
9 months ago
0
Spellcheck user query
#40
krinkv
closed
9 months ago
0
Add endpoint for get document and refactor resources
#39
KristiyanCvetanov
closed
9 months ago
0
Create spellcheck endpoint
#38
krinkv
closed
9 months ago
0
Endpoint for spellchecking a single word
#37
krinkv
closed
9 months ago
0
Initial client implementation
#36
krinkv
closed
9 months ago
0
Basic controller implementation
#35
KristiyanCvetanov
closed
9 months ago
0
Console user interaction (more useful when we have controllers)
#34
KristiyanCvetanov
closed
9 months ago
0
store only alphanumeric strings in index and documents' bag of words
#33
krinkv
closed
9 months ago
0
vectorize only relevant documents, loop the whole bag of words per do…
#32
krinkv
closed
9 months ago
0
Vectorize only relevant documents per query
#31
krinkv
closed
9 months ago
0
Faster ranking and bug fixes.
#30
KristiyanCvetanov
closed
9 months ago
0
Fix vectorizing and calculating cosine similarity.
#29
KristiyanCvetanov
closed
9 months ago
0
Move all resources to root directory
#28
KristiyanCvetanov
closed
9 months ago
0
[Spellchecker] Move resources, fix some bugs
#27
KristiyanCvetanov
closed
9 months ago
0
Move resources, make some minor changes and fixes
#26
KristiyanCvetanov
closed
9 months ago
0
Clear inverse index of invalid terms
#25
KristiyanCvetanov
closed
9 months ago
0
Create inverse index
#24
krinkv
closed
10 months ago
0
TF_IDF, cosine similarity, get best documents per query
#23
KristiyanCvetanov
closed
10 months ago
0
Create search engine project structure
#22
KristiyanCvetanov
closed
10 months ago
0
Remove .idea folder and .pyc files
#21
krinkv
closed
10 months ago
0
Placeholder - describe step by step improvements
#20
krinkv
opened
10 months ago
1
Create UI for query input and document presenting
#19
krinkv
closed
9 months ago
1
Search query handling
#18
krinkv
closed
9 months ago
0
TF-IDF algorithm implementation
#17
krinkv
closed
10 months ago
0
Import spellcheck as a library in search engine project
#16
krinkv
closed
9 months ago
0
Create inverse index
#15
krinkv
closed
9 months ago
0
Search engine project setup
#14
krinkv
closed
10 months ago
0
Add testing for spell checker, some fixes
#13
KristiyanCvetanov
closed
10 months ago
0
Test spellchecker
#12
KristiyanCvetanov
closed
10 months ago
0
Feature/query handling
#11
KristiyanCvetanov
closed
10 months ago
0
Context-sensitive spellchecking
#10
krinkv
closed
9 months ago
0
Initial implementation of k gram index with jaccard similarity
#9
krinkv
closed
10 months ago
0
Implement rest of business logic for dict
#8
KristiyanCvetanov
closed
11 months ago
0
Dictionary logic
#7
KristiyanCvetanov
closed
11 months ago
0
Add resources, initialize dictionary and get all words
#6
KristiyanCvetanov
closed
11 months ago
0
Next