Skip to content

SplitSentenceTest emitting empty strings #5

@rbx

Description

@rbx

Hi,
I followed the example and the sentence splitter was emitting empty strings.

The issue was solved for me by changing line 72 of SplitSentence.h from:
std::string s = tuple.GetValues()[2].asString();
to
std::string s = tuple.GetValues()[0].asString();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions