Juna190825 commited on
Commit
365b40b
·
verified ·
1 Parent(s): 39c82d4

Test with short input text

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -61,7 +61,9 @@ def setup_selenium():
61
 
62
  def form_input_text(word):
63
  # word = 'go'
64
- return f"use the word '{word}' based on the following sentences types, give output in a table format, no quotes around sentences, no repeating the same sentence: Simple Sentence, Compound Sentence, Complex Sentence, Compound-Complex Sentence, Declarative Sentence, Interrogative Sentence, Imperative Sentence, Exclamatory Sentence, Optative Sentence, Parallel Sentences, Balanced Sentences, Loose Sentence, Periodic Sentence, Elliptical Sentence, Inverted Sentence, Chiasmus, Anaphora, Minor Sentence, Run-on Sentence, Sentence Fragments, Conditional Sentence, Cleft Sentence, Existential Sentence, Tautology, Paradoxical Sentence, Formal Sentence, Colloquial Sentence, Poetic Sentence, Humorous or Ironic Sentence, Everyday Sentence, Technical Sentence, Standard Negation (Using 'not' or contractions), Negative Words (Indefinite pronouns/adverbs), Double Negation (Non-standard or emphatic), Affixal Negation (Prefixes like un-, in-, dis-), Implied Negation (No direct negative word), Negative Questions, Negative Imperatives, Negative interrogative, Active Sentence, Full Passive Sentence, Agentless Passive Sentence, Get-Passive (Informal), Passive with Modal Verbs, Impersonal Passive, Interrogative Passive, Negative Passive, Combined Cases: Negative + Passive, Gerundive Sentences, Indicative (States facts)"
 
 
65
 
66
  def fetch_sentences(input_text):
67
  driver = None
 
61
 
62
  def form_input_text(word):
63
  # word = 'go'
64
+ return f"use the word '{word}' based on the following sentences types, give output in a table format, no quotes around sentences, no repeating the same sentence: Simple Sentence, Compound Sentence"
65
+
66
+ # Complex Sentence, Compound-Complex Sentence, Declarative Sentence, Interrogative Sentence, Imperative Sentence, Exclamatory Sentence, Optative Sentence, Parallel Sentences, Balanced Sentences, Loose Sentence, Periodic Sentence, Elliptical Sentence, Inverted Sentence, Chiasmus, Anaphora, Minor Sentence, Run-on Sentence, Sentence Fragments, Conditional Sentence, Cleft Sentence, Existential Sentence, Tautology, Paradoxical Sentence, Formal Sentence, Colloquial Sentence, Poetic Sentence, Humorous or Ironic Sentence, Everyday Sentence, Technical Sentence, Standard Negation (Using 'not' or contractions), Negative Words (Indefinite pronouns/adverbs), Double Negation (Non-standard or emphatic), Affixal Negation (Prefixes like un-, in-, dis-), Implied Negation (No direct negative word), Negative Questions, Negative Imperatives, Negative interrogative, Active Sentence, Full Passive Sentence, Agentless Passive Sentence, Get-Passive (Informal), Passive with Modal Verbs, Impersonal Passive, Interrogative Passive, Negative Passive, Combined Cases: Negative + Passive, Gerundive Sentences, Indicative (States facts)"
67
 
68
  def fetch_sentences(input_text):
69
  driver = None