PenaltyDAG: now decrease weights of both left and right edge of a fuzzy node
[vspell.git] / libvspell / sentence.h
blob1747c78ab64949e98f4def42b6b2711f8345ae27
1 #ifndef __VECTOR__
2 #include <vector>
3 #endif
4 #ifndef __STRING__
5 #include <string>
6 #endif
7 #include "dictionary.h"
9 void sentences_split(const std::string &_input,std::vector<std::string> &output);