Research Article

[Retracted] Large-Scale Textual Datasets and Deep Learning for the Prediction of Depressed Symptoms

Algorithm 1

Text feature extraction
Start with A = 1.
The number of feature sentences is denoted by the letter I.
Between b = 1 and I
Obtaining a feature sentence is a feat.
Using tokenized Feat, separate Words from Feat = 
For each word in Tokenized Feat, write a new sentence.
If the word appears in the text,
[A] L = 1
Else
[A] L = 0
End If
Return L
The end of For