Package smile.nlp
Class Text
java.lang.Object
smile.nlp.Text
- Direct Known Subclasses:
SimpleText
A minimal interface of text in the corpus.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
The id of document in the corpus. -
title
The title of document; -
body
The text body.
-
-
Constructor Details
-
Text
Constructor.- Parameters:
body
- the text body of document.
-
Text
Constructor.- Parameters:
title
- the title of document.body
- the text body of document.
-
Text
Constructor.- Parameters:
id
- the id of document.title
- the title of document.body
- the text body of document.
-