Commit 8c917db7 authored by Jonathan Poalses's avatar Jonathan Poalses

Added some empty sets to be used later for dialect definition

parent 290bfaed
......@@ -45,12 +45,21 @@
(def bad-words #{"why" "cause"})
;; Word sets that will show a sentence as being of that dialect
(def australian-words #{})
(def scottish-words #{})
(def american-words #{})
;; Predicate sets to check a sentence and see if it grammatically matches a dialect
(def australian-predicates #{})
(def scottish-predicates #{})
(def american-predicates #{})
;; Take a sentence and figure out its dialect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment