# = comment
# Question: Sue eats what? 
# With 3 NVN sentences: 
# Sue eats pizza: Word numbers 0 (C),   1,   2,   3   
# Sue drinks tea: Word numbers 4 (C),   5,   6,   7   
# John eats fish: Word numbers 8 (C),   9,   10,  11 
# Type: Noun Verb Noun (NVN)  
# Topic: Question Answering (QA), successfull
# Version: SGall, SNB15

# Time given in simulated milliseconds
# Start and end time of a command are relative to last Word command

# Number of words in sentences (including C LMAs): 
Num_of_words		12

# Num_of_words has to be presented before all other commands

# Format:
# Command:			Start time:     End time:	Word number (given only for Word command):

# Start question
# Sue
Word				0		100		1
Word				0		100		5

# Activate all LMA out (CM to W) selections:
CMtoW_Clause_H			0		1800
CMtoW_Noun_H			0		1800
CMtoW_Verb_H			0		1800
CMtoW_Clause_D			0		1800
CMtoW_Noun_D			0		1800
CMtoW_Verb_D			0		1800

Noun_D				0		100
inhibcomp_SG2Subject_D		0		200
SG2Subject_D			0		200
SG2Subject_W_H			0		200

Clause_H			400		600
inhibcomp_SG1Verb_H		600		800
SG1Verb_H			600		1000
SG1Verb_W_D			600		1000

# Competition Word populations
Word_inhib			400		1400

# eat
Word				800		200		2
Word				0		200		10

# Selection of answer
Verb_H				0		900
SG3Object_H			0		900
SG3Object_W_D			0		900
inhibcomp_SG3Object_H		0		900



