From 509ac16d892aeb5091f68620247f6815d2e4b5f5 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 31 Jan 2017 16:21:24 +0100 Subject: Switched to sockets, continuing implementation... --- src/knowledge/knowledge_learn_word.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/knowledge/knowledge_learn_word.c') diff --git a/src/knowledge/knowledge_learn_word.c b/src/knowledge/knowledge_learn_word.c index 33a2bf1..5d932d2 100644 --- a/src/knowledge/knowledge_learn_word.c +++ b/src/knowledge/knowledge_learn_word.c @@ -33,8 +33,8 @@ static void initialize_word w->word_length = 0; w->occurrences = 0; - initialize_sequence_collection(&(w->followed)); - initialize_sequence_collection(&(w->preceded)); + initialize_sequence_collection(&(w->swt)); + initialize_sequence_collection(&(w->tws)); } /******************************************************************************/ -- cgit v1.2.3-70-g09d2