#ifndef _POSTAG_H_ #define _POSTAG_H_ #include #include "tToken.h" void tnttag(std::vector *tokens, std::string model); void chasentag(std::vector *tokens, std::string chasenrc); #endif