34 static void tag_doc(xtd::dynamic_object::vector& oDoc) {
35 using doc_type = xtd::dynamic_object::vector;
36 auto & oMoby = moby::database::get();
39 if (oDoc.end() == oItem)
break;
40 auto sRawText = oItem->item<
raw_text>();
41 auto iPOS = moby::database::get().get_pos(sRawText);
43 oItem->item<tagged_word>() = tagged_word{ iPOS, sRawText };
44 oItem->remove_item<raw_text>();
48 pos_tagger() =
default;
c++ interface to moby databases
specializations of std::basic_string for advanced and common string handling
host, target and build configurations and settings Various components are purpose built for specific ...
natural language processing
an object with dynamic properties and values.