Skip to content

Commit 83eb411

Browse files
committed
Add examples
1 parent 4e46a1c commit 83eb411

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/web/js-src/zController.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const DEFAULT_NLP_TEXT = () => {
1010
// `My mother's name is Sasha, she likes dogs.`,
1111
// `My name is Jean-Claude, I love mushrooms.`,
1212
// `My mother's name is Sasha, she likes dogs and works at Google.`,
13+
`In 2009, ABC increased its margin by 10%. The company used to manufacture its car in Thailand but moved the factories to China.`,
14+
`Mark is from Seattle. But housing is so expensive in San Francisco that he used to sleep in the garage of a house.`,
15+
`Robert was stuck at the airport because of the snow storm. He missed the wedding of his daughter.`,
1316
`In Boston, Michelle used to run with John Lennon. He was as slow as a snail, but she was as fast as a train, probably because she worked at a running shop.`,
1417
];
1518
return items[Math.floor(Math.random()*items.length)];

0 commit comments

Comments
 (0)