You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check each output sentence to make sure it isn't an exact substring match with the wiki text. If it is, PyumIpsum should ditch that sentence and generate a new one.
Here's the full/exact API response:
{ "common_words" : [ [ "pizza",
84
],
[ "Pizza",
26
],
[ "dough",
14
],
[ "Italy",
13
],
[ "oven",
12
],
[ "baked",
11
],
[ "cheese",
11
],
[ "sauce",
10
],
[ "pizzas",
10
],
[ "made",
10
]
],
"sentences" : [ "Since then pizza consumption has exploded in the United States with Italian immigrants in the surroundings of Naples",
"was sold from open-air stands and out of pizza in honor of the crust",
"The pizza was auctioned for charity in 2007, raising GB£2,150"
],
"status" : "0"
}
The text was updated successfully, but these errors were encountered:
PyumIpum repeats exact phrases from the text. For example, when querying
pizza
, I got:That's directly taken from the Wikipedia page.
Check each output sentence to make sure it isn't an exact substring match with the wiki text. If it is, PyumIpsum should ditch that sentence and generate a new one.
Here's the full/exact API response:
The text was updated successfully, but these errors were encountered: