00001 
00002  
00003 #ifndef _ERABILGARRIAK_FS_H
00004 #define _ERABILGARRIAK_FS_H
00005 
00006 #include "f.h"
00007 #include "fs.h"
00008 #include <string>
00009 #include "constants.h"
00010 
00018 FSId sortuSegId(const AnaType & anaType, const FS & fs);
00019 
00025 FSId sortuMorfId(const AnaType & anaType, const FS & fs);
00026 
00032 FSId sortuLemId(const AnaType & anaType, const FS & fs);
00033 
00039 F sortuF_FS   (const std::string & name, const FS & fs);  
00040 
00046 F sortuF_SYM  (const std::string & name, const std::string & symVal);  
00047 
00053 F sortuF_STR  (const std::string & name, const std::string & strVal);  
00054 
00060 F sortuF_NBR  (const std::string & name, const std::string  & nbrVal); 
00061 
00066 F sortuF_PLUS (const std::string & name);                              
00067 
00072 F sortuF_MINUS(const std::string & name);                              
00073 
00074 #endif //_ERABILGARRIAK_FS_H
00075