NERsuite  1.1.1
src/correct_mp/text_loader/text_loader.h
00001 //
00002 //
00003 //
00004 //
00005 //
00006 
00007 #ifndef         _TEXT_LOADER_
00008 #define         _TEXT_LOADER_
00009 
00010 #include <iostream>
00011 #include <fstream>
00012 #include <istream>
00013 
00014 #include <string>
00015 #include <vector>
00016 
00017 
00018 using namespace std;
00019 
00020 
00021 typedef         vector< vector<string> >                V2_STR;
00022 
00023 
00024 int get_sent(istream &cin, V2_STR &one_sent);
00025 int get_sent(ifstream &cin, V2_STR &one_sent);
00026 
00027 
00028 
00029 #endif
00030 
00031 
 All Classes Functions Variables