Skip to content
Snippets Groups Projects
Commit b353c40e authored by Franck Dary's avatar Franck Dary
Browse files

Added predicted columns to tagger machine

parent 4f92377d
Branches
No related tags found
No related merge requests found
Name : Tagger Machine Name : Tagger Machine
Classifier : tagger MLP(500,RELU,0.3) data/tagger.ts Classifier : tagger MLP(500,RELU,0.3) data/tagger.ts
//Features : Predictions : UPOS
// buffer from -2 to 2
// stack from -2 to 0
// rawInput from -10 to 10
// FORM = fasttext
// FORM += isUppercase
// FORM += length
// FORM += part[-4,-1]
// XPOS = ignored
// HEAD = ldep
// ID = ignored
Strategy : sequential Strategy : sequential
tagger tagger tagger tagger
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment