Sentences for English
Examples
will generate:
-
The gardener gave apples to the neighbor.
-
He gave them to her.
-
He gave apples to her.
-
He gave them to the neighbor.
Features and Usage
The generation order between DIRECT
and INDIRECT
respects the declared order.
Use negative: true
to generate a negative form, like he didn’t give…. In the negative form, you can also use:
-
contractNegation
to indicate whether do use the contracted form (e.g. did not ⇒ didn’t). Default isfalse
(no contraction). -
when the verb is
have
, you can addnegationNoDo: true
to remove todo
and use the negative form ofhave
: e.g. she does not have it ⇒ she hasn’t it. Please note that contraction is always on in this case: she has not it is not valid.
In subjectGroup
, use person
to generate a personal subject pronoun (I, you, we, you, they, etc.). Possible values are 1S
(1st person, singular ⇒ I), 2S
(you), 1P
(we), 2P
(2nd person, plural ⇒ you) and 3P
(they) as possible values. 3S
is not allowed as we would not know whether to generate he or she. When using person
parameter, subject
property is ignored.
will generate: The neighbor does not have a chocolate bar. She does not have it. She hasn’t it.