File: input.txt

package info (click to toggle)
cg3 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,684 kB
  • sloc: cpp: 26,476; xml: 6,139; perl: 1,398; lisp: 1,091; ansic: 178; sh: 47; python: 26; makefile: 14
file content (30 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
"<all>"
	"all" predet sp
"<the>"
	"the" det def sp
"<things>"
	"thing" n pl
"<.>"
	"." sent

"<potatoes>"
	"potato" n pl
"<are>"
	"be" vbser pl
"<the>"
	"the" det def pl
"<things>"
	"thing" n pl
"<.>"
	"." sent

"<all>"
	"all" predet sp
"<the>"
	"the" det def sp
"<pretty>"
	"pretty" adj
"<things>"
	"thing" n pl
"<.>"
	"." sent