repo.or.cz
/
vspell.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PenaltyDAG: now decrease weights of both left and right edge of a fuzzy node
[vspell.git]
/
libvspell
/
sentence.h
blob
1747c78ab64949e98f4def42b6b2711f8345ae27
1
#ifndef __VECTOR__
2
#include <vector>
3
#endif
4
#ifndef __STRING__
5
#include <string>
6
#endif
7
#include
"dictionary.h"
8
9
void
sentences_split
(
const
std
::
string
&
_input
,
std
::
vector
<
std
::
string
> &
output
);