Skip to content

Commit 0c125d1

Browse files
authored
Merge pull request #1 from samuelazran/master
Update to demonstrate part of speech tagging
2 parents f3a7441 + ecee2b5 commit 0c125d1

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

RAWDATA/madlib/madlib.top

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@ topic: ~MADLIB keep repeat ()
22

33
u: (madlib)
44

5-
$issue = madNoun
5+
$issue = madNoun
66

77
Give me a noun
88

99

10-
u: ($issue=madNoun _*) give me another noun
11-
12-
$madNoun = _0
13-
14-
$issue = madNoun2
10+
u: ($issue=madNoun _*)
11+
^refine()
12+
a: (_0?~noun)
13+
$madNoun = _0
14+
$issue = madNoun2
15+
give me another noun
16+
a: (_0!?~noun)
17+
Sorry, this is not a noun. try insert a noun, like tree or house or some other name of something in english.
1518

1619

1720
u: ($issue=madNoun2 _*) give me an adjective
@@ -63,4 +66,4 @@ t:
6366

6467
$issue = null
6568

66-
Oh, ok then
69+
Oh, ok then

0 commit comments

Comments
 (0)