From 5ca181fedeb41eed5b2e0308fa1f390b8019b75a Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@cs.washington.edu> Date: Fri, 12 Feb 2016 07:36:03 -0800 Subject: [PATCH] Minor Fix --- src/p2/writeup/WriteUp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p2/writeup/WriteUp.md b/src/p2/writeup/WriteUp.md index 6a27890..2da3bcf 100644 --- a/src/p2/writeup/WriteUp.md +++ b/src/p2/writeup/WriteUp.md @@ -83,7 +83,7 @@ experiment. Use uMessage to test out your implementations. Using N=3, uMessage should take less than a minute to load using your best algorithms and data structures on a reasonable machine. - - How are the suggestions uMessage gives with the default corpus? + - How are the suggestions uMessage gives with the default corpus? (here, we mean spoken.corpus or irc.corpus, not eggs.txt) <pre>TODO</pre> - Now, switch uMessage to use a corpus of YOUR OWN text. To do this, you will need a corpus. -- GitLab