Table of Contents - chat_correct-0.0.8 Documentation
Classes and Modules
- ChatCorrect
- ChatCorrect::Capitalization
- ChatCorrect::CombineMultiWordVerbs
- ChatCorrect::CommonVerbMistake
- ChatCorrect::Contraction
- ChatCorrect::Correct
- ChatCorrect::CorrectionsHash
- ChatCorrect::MistakeAnalyzer
- ChatCorrect::Pluralization
- ChatCorrect::Possessive
- ChatCorrect::Punctuation
- ChatCorrect::PunctuationMasqueradingAsSpellingError
- ChatCorrect::Spelling
- ChatCorrect::Time
- ChatCorrect::Tokenize
- ChatCorrect::Verb
Methods
- ::new — ChatCorrect::Capitalization
- ::new — ChatCorrect::CombineMultiWordVerbs
- ::new — ChatCorrect::CommonVerbMistake
- ::new — ChatCorrect::Contraction
- ::new — ChatCorrect::Correct
- ::new — ChatCorrect::CorrectionsHash
- ::new — ChatCorrect::MistakeAnalyzer
- ::new — ChatCorrect::Pluralization
- ::new — ChatCorrect::Possessive
- ::new — ChatCorrect::Punctuation
- ::new — ChatCorrect::PunctuationMasqueradingAsSpellingError
- ::new — ChatCorrect::Spelling
- ::new — ChatCorrect::Time
- ::new — ChatCorrect::Tokenize
- ::new — ChatCorrect::Verb
- #analyze — ChatCorrect::Correct
- #assign_next_token — ChatCorrect::Correct
- #assign_previous_token — ChatCorrect::Correct
- #build_corrections_hash — ChatCorrect::Correct
- #build_mistakes_hash — ChatCorrect::Correct
- #capitalization_error? — ChatCorrect::Capitalization
- #capitalization_mistake? — ChatCorrect::MistakeAnalyzer
- #check_conjugated_word — ChatCorrect::Verb
- #check_for_possessive — ChatCorrect::Possessive
- #combine — ChatCorrect::CombineMultiWordVerbs
- #contraction? — ChatCorrect::Contraction
- #convert_contractions — ChatCorrect::Tokenize
- #convert_numbers_with_commas — ChatCorrect::Tokenize
- #convert_numbers_with_periods — ChatCorrect::Tokenize
- #convert_quotes — ChatCorrect::Tokenize
- #correct — ChatCorrect::Correct
- #corrected_sentence_info_hash — ChatCorrect::Correct
- #corrected_sentence_tagged — ChatCorrect::Correct
- #corrected_sentence_tokenized — ChatCorrect::Correct
- #corrected_sentence_tokenized_downcased — ChatCorrect::Correct
- #create — ChatCorrect::CorrectionsHash
- #create_sentence_info_hash — ChatCorrect::Correct
- #debug — ChatCorrect::Correct
- #delete_tokens_from_array — ChatCorrect::CombineMultiWordVerbs
- #duplicate_error_analysis — ChatCorrect::CorrectionsHash
- #exists? — ChatCorrect::CommonVerbMistake
- #exists? — ChatCorrect::PunctuationMasqueradingAsSpellingError
- #get_verb_infinitive — ChatCorrect::Verb
- #is_a_had_did_would_contraction? — ChatCorrect::Contraction
- #is_a_have_contraction? — ChatCorrect::Contraction
- #is_a_not_contraction? — ChatCorrect::Contraction
- #is_a_them_contraction? — ChatCorrect::Contraction
- #is_a_will_contraction? — ChatCorrect::Contraction
- #is_an_am_contraction? — ChatCorrect::Contraction
- #is_an_are_contraction? — ChatCorrect::Contraction
- #is_an_irregular_contraction? — ChatCorrect::Contraction
- #is_an_is_does_has_contraction? — ChatCorrect::Contraction
- #is_an_it_contraction? — ChatCorrect::Contraction
- #is_an_of_contraction? — ChatCorrect::Contraction
- #is_an_us_contraction? — ChatCorrect::Contraction
- #is_punctuation? — ChatCorrect::Punctuation
- #is_time? — ChatCorrect::Time
- #iterate_sentences — ChatCorrect::Correct
- #iterate_stages — ChatCorrect::Correct
- #matching_ids_error_analysis — ChatCorrect::CorrectionsHash
- #mistake_report — ChatCorrect::Correct
- #mistakes — ChatCorrect::Correct
- #no_mistake? — ChatCorrect::MistakeAnalyzer
- #number_of_mistakes — ChatCorrect::Correct
- #original_sentence_info_hash — ChatCorrect::Correct
- #original_sentence_tagged — ChatCorrect::Correct
- #original_sentence_tokenized — ChatCorrect::Correct
- #original_sentence_tokenized_downcased — ChatCorrect::Correct
- #pluralization_error? — ChatCorrect::Pluralization
- #possessive? — ChatCorrect::Possessive
- #prev_next_match_check — ChatCorrect::Correct
- #punctuation_mistake? — ChatCorrect::MistakeAnalyzer
- #reverse_symbols — ChatCorrect::Correct
- #separate_full_stop — ChatCorrect::Tokenize
- #separate_other_ending_punc — ChatCorrect::Tokenize
- #set_next_match — ChatCorrect::Correct
- #set_previous_match — ChatCorrect::Correct
- #shift_all_punct — ChatCorrect::Tokenize
- #shift_bracket — ChatCorrect::Tokenize
- #shift_comma — ChatCorrect::Tokenize
- #shift_ellipse — ChatCorrect::Tokenize
- #shift_multiple_dash — ChatCorrect::Tokenize
- #shift_off_double_exclamation — ChatCorrect::Tokenize
- #shift_off_double_mixed_1 — ChatCorrect::Tokenize
- #shift_off_double_mixed_2 — ChatCorrect::Tokenize
- #shift_off_double_quotation_mark — ChatCorrect::Tokenize
- #shift_other_punct — ChatCorrect::Tokenize
- #shift_special_quotes — ChatCorrect::Tokenize
- #shift_upsidedown_exclamation — ChatCorrect::Tokenize
- #shift_upsidedown_question_mark — ChatCorrect::Tokenize
- #special_error_analysis — ChatCorrect::CorrectionsHash
- #spelling_error? — ChatCorrect::Spelling
- #spelling_mistake? — ChatCorrect::MistakeAnalyzer
- #stage_1 — ChatCorrect::Correct
- #stage_2 — ChatCorrect::Correct
- #stage_3 — ChatCorrect::Correct
- #stage_4 — ChatCorrect::Correct
- #stage_5 — ChatCorrect::Correct
- #stage_6 — ChatCorrect::Correct
- #stage_7 — ChatCorrect::Correct
- #stage_8 — ChatCorrect::Correct
- #stage_9 — ChatCorrect::Correct
- #tokenize — ChatCorrect::Tokenize
- #tokenize_no_punct — ChatCorrect::Tokenize
- #unmatched_ids_error_analysis — ChatCorrect::CorrectionsHash
- #unnecessary_word_missing_punctuation_mistake? — ChatCorrect::MistakeAnalyzer
- #update_combined_hash — ChatCorrect::CorrectionsHash
- #update_combined_hash_single_mistake_corrected — ChatCorrect::CorrectionsHash
- #update_combined_hash_single_mistake_original — ChatCorrect::CorrectionsHash
- #update_interim_hash_with_correction — ChatCorrect::Correct
- #update_interim_hash_with_error — ChatCorrect::Correct
- #verb_error? — ChatCorrect::Verb
- #verb_mistake? — ChatCorrect::MistakeAnalyzer
- #write_match_to_info_hash — ChatCorrect::Correct