jekyll / classifier-reborn

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
https://jekyll.github.io/classifier-reborn/
GNU Lesser General Public License v2.1
548 stars 109 forks source link

Jekyll LSI not calculated on localized blog posts #207

Open george-gca opened 6 months ago

george-gca commented 6 months ago

As already asked on Jekyll Talk:

Currently I have a dual language blog thanks to the multi-language-al-folio template, which uses the Jekyll Multiple Languages Plugin. I have enabled support for related posts with the Latent Semantic Indexer (LSI) as suggested by the documentation. The problem is, the LSI is not calculated based on the localized blog posts as expected.

How can I achieve this? When not using LSI, so the related posts is populated by the most recent ones, it uses the localized posts correctly.

Enabling LSI and checking related posts in a pt-br post: image

george-gca commented 1 month ago

I've changed Jekyll Multiple Languages Plugin for Polyglot, but this is still an issue.