Categories: None [Edit]
jekyll-related-posts
Proper related posts plugin for Jekyll - uses document correlation matrix on TF-IDF (optionally with Latent Semantic Indexing).
Each document is tokenized and stemmed, every word found is treated as keyword for analysis (except for some stop words).
TF-IDF matrix for the whole site is calculated (including extra provided weights), then if given accuraccy is lower than 1.0, LSI algorithm is used to compute new simplified vector space. Document correlation matrix is created using dot product of the matrix and its transpose.
For each of the post' related documents are inserted into priority queue (sorted by score from document correlation matrix), assuming the score is greater than minimal required score. Selected few bests related posts are retrieven from the queue.
Liquid template for each post is rendered and <related-posts /> is replaced with the outcomes of algorithm.
Total
Ranking: 79,182 of 182,915
Downloads: 10,487
Daily
Ranking: 76,031 of 182,900
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,379,033,295 | bundler |
393 | 92,159,570 | liquid |
1,120 | 30,546,079 | jekyll |
2,510 | 5,898,539 | fast-stemmer |
4,975 | 1,127,479 | pqueue |
6,189 | 672,806 | stopwords-filter |
10,121 | 234,991 | tokenizer |
14,252 | 122,829 | nmatrix |
43,685 | 24,046 | nmatrix-lapacke |
Owners
# | Gravatar | Handle |
---|---|---|
1 | amadeusz |