Model Two Predictions
Predictions done using BERT, self-made programmed functions, and Self-made Dataset using CELA
{% if grammar_score2 is not none %}
- Grammar Score: {{ grammar_score2 }}/10 : Analyzes the grammatical correctness of the essay, using a self-programmed model.
{% endif %}
{% if spelling_score is not none %}
- Spelling Score: {{ spelling_score }}/10 : Rates the accuracy of spelling throughout the essay, using a self-programmed model.
{% endif %}
{% if word_diversity_score is not none %}
- Word Diversity Score: {{ word_diversity_score }}/10 : Evaluates the diversity and richness of vocabulary usage, using a self-programmed model.
{% endif %}
{% if essay_quality_score is not none %}
- Essay Quality Score: {{ essay_quality_score }}/10 : Provides an overall quality score based on various linguistic features and models, using the BERT model.
{% endif %}