"git@gitlab.clarin-pl.eu:analysers/wccl.git" did not exist on "f3b1c67979aa464d599a48deebeca939e856576d"
Newer
Older
#ifndef LIBWCCL_OPS_FUNCTIONS_TSET_GETWORDCLASS_H
#define LIBWCCL_OPS_FUNCTIONS_TSET_GETWORDCLASS_H
#include <libwccl/ops/functions/tset/getsymbols.h>
namespace Wccl {
/**
* Operator that gets word class/part of speech symbols from
* a token at given position.
*/
class GetWordClass : public GetSymbols {
public:
typedef boost::shared_ptr<Function<Position> > PosFunctionPtr;
GetWordClass(const PosFunctionPtr& pos_expr)
: GetSymbols(Corpus2::Tag(Corpus2::filled_mask), pos_expr)
*/
std::string name(const Corpus2::Tagset&) const {
*/
std::string raw_name() const {
}
};
} /* end ns Wccl */
#endif // LIBWCCL_OPS_FUNCTIONS_TSET_GETWORDCLASS_H