module Jkproof

Constants

VERSION

Public Class Methods

detect_words_has_error(sentence, json_dictionary = '') click to toggle source
# File lib/jkproof.rb, line 9
def self.detect_words_has_error(sentence, json_dictionary = '')
  obj = Sentence.new(sentence, json_dictionary)
  obj.fetch_wrong_words
end