Skip to content

Latest commit

 

History

History
121 lines (121 loc) · 5.69 KB

analyze_spelling_grammar.md

File metadata and controls

121 lines (121 loc) · 5.69 KB
layout title seotitle subtitle full_width permalink key nav_key article_header license mode show_edit_on_github show_date data
demopagenew
Analyze Spelling & Grammar - Spark NLP Demos & Notebooks
Spark NLP: Analyze Spelling & Grammar - John Snow Labs
Run 300+ live demos and notebooks
true
/analyze_spelling_grammar
demo
demo
type
demo
false
immersivebg
false
false
sections
secheader source
subtitle activemenu
Analyze Spelling & Grammar - Live Demos & Notebooks
analyze_spelling_grammar
title id image excerpt actions
Correct Sentences Grammar
correct_sentences_grammar
src
/assets/images/Correct_Sentences_Grammar.svg
This demo shows how to correct grammatical errors in texts.
title id image excerpt actions
Grammar analysis & Dependency Parsing
grammar_analysis_dependency_parsing
src
/assets/images/Grammar_Analysis.svg
Visualize the syntactic structure of a sentence as a directed labeled graph where nodes are labeled with the part of speech tags and arrows contain the dependency tags.
title id image excerpt actions
Spell check your text documents
spell_check_your_text_documents
src
/assets/images/spelling.svg
Spark NLP contextual spellchecker allows the quick identification of typos or spell issues within any text document.
title id image excerpt actions
Detect sentences in text
detect_sentences_in_text
src
/assets/images/Detect_sentences_in_text.svg
Detect sentences from general purpose text documents using a deep learning model capable of understanding noisy sentence structures.
title id image excerpt actions
Split and clean text
split_and_clean_text
src
/assets/images/Document_Classification.svg
Spark NLP pretrained annotators allow an easy and straightforward processing of any type of text documents. This demo showcases our Sentence Detector, Tokenizer, Stemmer, Lemmatizer, Normalizer and Stop Words Removal.
title hide id image excerpt actions
Linguistic transformations on texts
true
linguistic_transformations_texts
src
/assets/images/Text_generation_for_linguistics.svg
This demo shows how to correct grammatical errors and how to implement formal-informal and active-passive sentence conversions.
title id image excerpt actions
Evaluate Sentence Grammar
evaluate_sentence_grammar
src
/assets/images/Find_in_Text.svg
Classify a sentence as grammatically correct or incorrect.
title id image excerpt actions
English Typo Detector
english_typo_detector
src
/assets/images/Spell_Checking.svg
This demo shows how to detect typos in English texts.