Skip to content

Commit

Permalink
Expanded english math words
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkmatterVale committed Nov 23, 2015
1 parent 9c4f552 commit e469f4f
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions chatterbot/adapters/preprocessor/data/math_words_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,38 @@
"seven" : 7,
"eight" : 8,
"nine" : 9,
"ten" : 10
"ten" : 10,
"eleven" : 11,
"twelve" : 12,
"thirteen" : 13,
"fourteen" : 14,
"fifteen" : 15,
"sixteen" : 16,
"seventeen" : 17,
"eighteen" : 18,
"nineteen" : 19,
"twenty" : 20,
"thirty" : 30,
"forty" : 40,
"fifty" : 50,
"sixty" : 60,
"seventy" : 70,
"eighty" : 80,
"ninety" : 90
},
"words" : {
"plus" : "+",
"divided by" : "/",
"minus" : "-",
"times" : "*"
"times" : "*",
"squared" : "^ 2",
"to the power of" : "^"
},
"scales" : {
"hundred" : "* 100",
"thousand" : "* 1000"
"thousand" : "* 1000",
"million" : "* 1000000",
"billion" : "* 1000000000",
"trillion" : "* 1000000000000"
}
}

0 comments on commit e469f4f

Please sign in to comment.