Method: LOLspeak::Tranzlator#try_heuristics
- Defined in:
- lib/lolspeak.rb
#try_heuristics ⇒ Object
(bool -> false) If true, try heurstics when translating words. If false, only use the dictionary for translation.
18 19 20 |
# File 'lib/lolspeak.rb', line 18 def try_heuristics @try_heuristics end |