mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 19:38:25 +02:00
experimental statistical language classification system
This commit is contained in:
parent
9cc85a48bb
commit
242cc6e92d
15 changed files with 178 additions and 37 deletions
9
migrations/083_add_classifiers.rb
Normal file
9
migrations/083_add_classifiers.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :site_files, :classifier, :text, default: nil, index: true
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :site_files, :classifier
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue