Euphoria
nlp_sentence.cc File Reference
#include "core/nlp_sentence.h"
#include <iostream>
#include <string_view>
#include "base/stringutils.h"
#include "base/stringbuilder.h"

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Functions

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

Variable Documentation

◆ buffer

std::string buffer

Definition at line 87 of file nlp_sentence.cc.

◆ ch

int ch = 0

Definition at line 92 of file nlp_sentence.cc.

◆ line

int line = 1

Definition at line 91 of file nlp_sentence.cc.

◆ ok

bool ok = true

Definition at line 86 of file nlp_sentence.cc.

◆ on_sentence

Definition at line 89 of file nlp_sentence.cc.

◆ words

TextSentence words

Definition at line 88 of file nlp_sentence.cc.