Documentation

Sentence

Represents a sentence.

Tags
see
Voikko::sentences()

Table of Contents

NO_START  = 1
This is not a start of a new sentence.
NONE  = 0
End of text reached or error.
POSSIBLE  = 3
This may be a start of a new sentence.
PROBABLE  = 2
This is a probable start of a new sentence.
$text  : string
Sentence text.
$type  : int
Sentence type.

Constants

NO_START

This is not a start of a new sentence.

public mixed NO_START = 1

NONE

End of text reached or error.

public mixed NONE = ""

POSSIBLE

This may be a start of a new sentence.

public mixed POSSIBLE = 3

PROBABLE

This is a probable start of a new sentence.

public mixed PROBABLE = 2

Properties

$text

Sentence text.

public string $text

Search results