Skip to content

Commit ebc24b5

Browse files
TF-IDF Announcement
1 parent f332666 commit ebc24b5

File tree

3 files changed

+43
-39
lines changed

3 files changed

+43
-39
lines changed

composer.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.phar

2.7 MB
Binary file not shown.

resources/views/file/chunks/edit.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
<input type="checkbox" class="form-check-input" id="stop_word" name="stop_word" value="1"@if ($libraryFile->stop_word) checked="checked"@endif>
5757
<label class="form-check-label" for="lowercase">Use stop words</label>
5858
</div>
59+
<div class="form-group form-check">
60+
<input type="checkbox" class="form-check-input" disabled="disabled">
61+
<label class="form-check-label text-secondary">TF-IDF <span class="badge bg-success text-white">Soon</span></label>
62+
</div>
5963
</div>
6064
</div>
6165
</div>

0 commit comments

Comments
 (0)