Squashed 'projects/bad-nlp/name-database/' content from commit 46d2e01a

git-subtree-dir: projects/bad-nlp/name-database
git-subtree-split: 46d2e01a4953b8f54e8625c9111cf5b372d80b49
This commit is contained in:
2023-03-20 18:03:18 -06:00
commit 2af495d056
669 changed files with 423076 additions and 0 deletions

5
Rakefile Normal file
View File

@@ -0,0 +1,5 @@
require 'active_support'
require 'pp'
require "#{File.dirname(__FILE__)}/tasks/support.rb"
Dir["#{File.dirname(__FILE__)}/tasks/**/*.rake"].each{|path| load path}