From 217c08aab1f0b6669b74ccf010941d4bbdb47935 Mon Sep 17 00:00:00 2001
From: ilor <kailoran@gmail.com>
Date: Thu, 2 Dec 2010 13:29:57 +0100
Subject: [PATCH] fix dep on unreleased corpus2 features

---
 tests/getsymbols.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/getsymbols.cpp b/tests/getsymbols.cpp
index 1e4116d..8f51ead 100644
--- a/tests/getsymbols.cpp
+++ b/tests/getsymbols.cpp
@@ -44,7 +44,7 @@ struct SymbolsFix
 		gnd = tagset.parse_symbol("gnd");
 		nmb = tagset.parse_symbol("nmb");
 		vcl = tagset.parse_symbol("vcl");
-		pos.set_pos(Corpus2::make_full_mask());
+		pos.set_pos(-1); //todo
 	}
 
 	boost::shared_ptr<Corpus2::Sentence> s;
-- 
GitLab