Skip to content

Commit fcb4273

Browse files
committed
install classifier reborn for latent semantic indexing
1 parent d763f1f commit fcb4273

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/configure-pages@v5
3939
- name: Build with Jekyll
4040
# Outputs to the './_site' directory by default
41-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
41+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }} --lsi"
4242
env:
4343
JEKYLL_ENV: production
4444
- name: download gdrive files

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ gem "duktape"
3232
# Fixes `jekyll serve` in ruby 3
3333
gem "webrick"
3434

35+
gem "classifier-reborn"
36+
3537
group :jekyll_plugins do
3638
gem "jekyll-default-layout"
3739
gem "jekyll-feed"

Gemfile.lock

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ GEM
1111
addressable (2.8.7)
1212
public_suffix (>= 2.0.2, < 7.0)
1313
bigdecimal (3.1.8)
14+
classifier-reborn (2.3.0)
15+
fast-stemmer (~> 1.0)
16+
matrix (~> 0.4)
1417
colorator (1.1.0)
1518
concurrent-ruby (1.3.3)
1619
duktape (2.7.0.0)
@@ -19,6 +22,7 @@ GEM
1922
http_parser.rb (~> 0)
2023
eventmachine (1.2.7)
2124
execjs (2.9.1)
25+
fast-stemmer (1.0.2)
2226
ffi (1.17.0)
2327
ffi (1.17.0-aarch64-linux-gnu)
2428
ffi (1.17.0-aarch64-linux-musl)
@@ -110,6 +114,7 @@ GEM
110114
listen (3.9.0)
111115
rb-fsevent (~> 0.10, >= 0.10.3)
112116
rb-inotify (~> 0.9, >= 0.9.10)
117+
matrix (0.4.2)
113118
mercenary (0.4.0)
114119
pathutil (0.16.2)
115120
forwardable-extended (~> 2.6)
@@ -203,6 +208,7 @@ PLATFORMS
203208
x86_64-linux-musl
204209

205210
DEPENDENCIES
211+
classifier-reborn
206212
duktape
207213
jekyll (~> 4.1)
208214
jekyll-compose

0 commit comments

Comments
 (0)