Skip to content
Snippets Groups Projects
Commit e7396743 authored by Pawel Orlowicz's avatar Pawel Orlowicz
Browse files

changed from unordered_set to set

parent 27db878d
Branches
No related merge requests found
......@@ -36,8 +36,8 @@ class StrSet : public Value
public:
WCCL_VALUE_PREAMBLE
typedef boost::unordered_set<UnicodeString> value_type;
//typedef std::set<UnicodeString> value_type;
//typedef boost::unordered_set<UnicodeString> value_type;
typedef std::set<UnicodeString> value_type;
StrSet()
: set_()
......
......@@ -28,5 +28,5 @@ tagset=nkjp
---
[]
["part", "part2", "adv"]
["adv", "part", "part2"]
---
......@@ -14,7 +14,7 @@ upper(["Schlüssel", "ěêĕ"])
---
affix(["pijący", "jedzący", "jedząca", "ca"], -3)
["ąca", "ący", "ca"]
["ca", "ąca", "ący"]
---
affix(["ökonomisch", "ökologisch", "oko", "okoń", "ok"], 3)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment