Home
last modified time | relevance | path

Searched refs:noun1 (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/py-nltk/nltk-3.4.1/nltk/corpus/reader/
H A Dppattach.py51 def __init__(self, sent, verb, noun1, prep, noun2, attachment): argument
54 self.noun1 = noun1
63 % (self.sent, self.verb, self.noun1, self.prep, self.noun2, self.attachment)
/dports/lang/basic256/basic256-2.0.0.11/Examples/
H A Dstory.kbs5 input "Noun? ", noun1$
23 print " and her " + noun1$ + " were fast asleep in their beds. ";
30 print noun1$ + "'s bed, she realized that he wasn't there. "
33 print " waiting for her " + noun1$ + " to return.";
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/advsys/
H A Dvm.cpp442 int noun1 = 0, cnt1 = 0, noun2 = 0, cnt2 = 0; in parseInput() local
471 noun1 = _adjectiveList.size() + 1; in parseInput()
519 _dObject = noun1; in parseInput()
531 _iObject = noun1; in parseInput()
533 _dObject = noun1; in parseInput()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/advsys/
H A Dvm.cpp443 int noun1 = 0, cnt1 = 0, noun2 = 0, cnt2 = 0; in parseInput() local
472 noun1 = _adjectiveList.size() + 1; in parseInput()
520 _dObject = noun1; in parseInput()
532 _iObject = noun1; in parseInput()
534 _dObject = noun1; in parseInput()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Dsubroutine.cpp645 if (sl->noun1 != -1 && sl->noun1 != _scriptNoun1 && in checkIfToRunSubroutineLine()
646 (sl->noun1 != -2 || _scriptNoun1 != -1)) in checkIfToRunSubroutineLine()
673 sl->noun1 = in->readUint16BE(); in readSubroutineLine()
H A Dintern.h183 int16 noun1; member
H A Ddebug.cpp171 debugN("; verb=%d, noun1=%d, noun2=%d\n", sl->verb, sl->noun1, sl->noun2); in dumpSubroutineLine()
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Dsubroutine.cpp653 if (sl->noun1 != -1 && sl->noun1 != _scriptNoun1 && in checkIfToRunSubroutineLine()
654 (sl->noun1 != -2 || _scriptNoun1 != -1)) in checkIfToRunSubroutineLine()
681 sl->noun1 = in->readUint16BE(); in readSubroutineLine()
H A Dintern.h185 int16 noun1; member
H A Ddebug.cpp174 debugN("; verb=%d, noun1=%d, noun2=%d\n", sl->verb, sl->noun1, sl->noun2); in dumpSubroutineLine()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dparser.cpp519 word noun1, adj1, noun2, adj2; in ident_objrec() local
524 noun1 = noun[p1->obj - first_noun].name; in ident_objrec()
527 noun1 = creature[p1->obj - first_creat].name; in ident_objrec()
537 return (noun1 == noun2 && adj1 == adj2); in ident_objrec()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/
H A Dcorpus.doctest561 [PPAttachment(sent='0', verb='join', noun1='board',
563 PPAttachment(sent='1', verb='is', noun1='chairman',
567 >>> (inst.sent, inst.verb, inst.noun1, inst.prep, inst.noun2)