Euphoria
nlp_sentence.h File Reference
#include <functional>
#include <istream>

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Typedefs

using eu::core::TextSentence = std::vector< std::string >
 
using eu::core::OnSentenceFunction = std::function< void(const TextSentence &)>
 

Functions

bool eu::core::parse_sentences (std::istream &data, OnSentenceFunction on_sentence)
 
std::string eu::core::from_sentence_to_string (const TextSentence &s)