wst                16 Lemmatizer.cpp     wordst wst;                        // 見出語属性
wst                30 Lemmatizer.cpp         wst.word = lem.get_text<russian_utf8_adapter>(lar, i, 0);
wst                31 Lemmatizer.cpp         wst.part = lem.get_part_of_speech(lar, i, src_form);
wst                32 Lemmatizer.cpp         wst.len  = wst.word.size();
wst                34 Lemmatizer.cpp         switch (wst.part) {
wst                36 Lemmatizer.cpp             wst.prio = 5;
wst                39 Lemmatizer.cpp             wst.prio = 4;
wst                42 Lemmatizer.cpp             wst.prio = 3;
wst                45 Lemmatizer.cpp             wst.prio = 5;
wst                48 Lemmatizer.cpp             wst.prio = 4;
wst                51 Lemmatizer.cpp             wst.prio = 4;
wst                54 Lemmatizer.cpp             wst.prio = 4;
wst                57 Lemmatizer.cpp             wst.prio = 4;
wst                60 Lemmatizer.cpp             wst.prio = 3;
wst                63 Lemmatizer.cpp             wst.prio = 3;
wst                66 Lemmatizer.cpp             wst.prio = 1;
wst                69 Lemmatizer.cpp             wst.prio = 1;
wst                72 Lemmatizer.cpp             wst.prio = 1;
wst                75 Lemmatizer.cpp             wst.prio = 1;
wst                78 Lemmatizer.cpp             wst.prio = 1;
wst                81 Lemmatizer.cpp             wst.prio = 1;
wst                84 Lemmatizer.cpp             wst.prio = 1;
wst                87 Lemmatizer.cpp             wst.prio = 3;
wst                90 Lemmatizer.cpp             wst.prio = 2;
wst                93 Lemmatizer.cpp             wst.prio = 2;
wst                96 Lemmatizer.cpp             wst.prio = 2;
wst                99 Lemmatizer.cpp             wst.prio = 3;
wst               102 Lemmatizer.cpp             wst.prio = 1;
wst               105 Lemmatizer.cpp         if (wst.prio >= maxprio)
wst               106 Lemmatizer.cpp             maxprio = wst.prio;
wst               107 Lemmatizer.cpp         wv.push_back(wst);