taufiqdp commited on
Commit
6a66aff
1 Parent(s): dcacdf8

Upload example.txt

Browse files
Files changed (1) hide show
  1. example.txt +20 -0
example.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ input: I wants to goes to the movies tonight.
2
+ fixed I want to go to the movies tonight.
3
+ input: My friend she likes to play soccer.
4
+ fixed My friend likes to play soccer.
5
+ input: I have went to the store yesterday.
6
+ fixed I went to the store yesterday.
7
+ input: Can you helps me with my homework?
8
+ fixed Can you help me with my homework?
9
+ input: He don't like vegetables.
10
+ fixed He doesn't like vegetables.
11
+ input: They was singing in the choir.
12
+ fixed They were singing in the choir.
13
+ input: I have saw that movie already.
14
+ fixed I have seen that movie already.
15
+ input: She don't know how to swim.
16
+ fixed She doesn't know how to swim.
17
+ input: We was planning a trip to Europe.
18
+ fixed We were planning a trip to Europe.
19
+ input: Can I gets a glass of water?
20
+ fixed Can I get a glass of water?