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

Added parser and morpho for UD_any

parent 77e035c7
Branches
No related tags found
No related merge requests found
Showing
with 382 additions and 0 deletions
Name : Morpho with error correction
Dicts : morpho.dicts
%CLASSIFIERS
strategy strategy.cla
morpho morpho.cla
error_morpho error_morpho.cla
%STATES
morpho morpho
strategy strategy
error_morpho error_morpho
%TRANSITIONS
morpho error_morpho *
error_morpho morpho BACK
error_morpho strategy *
strategy morpho *
EPSILON
BACK 1
BACK 2
BACK 3
BACK 4
Name : Error_Morpho
Type : Prediction
Oracle : none
Feature Model : error_morpho.fm
Action Set : error_morpho.as
Topology : M(500,RELU,0.3)
Batchsize : 10
# Features classiques
# FORM
#b.0#FORM.fasttext
#b.1#FORM.fasttext
#b.2#FORM.fasttext
#b.-1#FORM.fasttext
#b.-2#FORM.fasttext
# POS
b.0#POS
b.-1#POS
b.-2#POS
b.-3#POS
b.-4#POS
# MORPHO
b.0#MORPHO
b.-1#MORPHO
b.-2#MORPHO
b.-3#MORPHO
b.-4#MORPHO
# UPPERCASE
b.0#FORM.U
b.-1#FORM.U
b.-2#FORM.U
b.-3#FORM.U
b.-4#FORM.U
# LENGTH
b.0#FORM.LEN
b.-1#FORM.LEN
b.-2#FORM.LEN
b.-3#FORM.LEN
b.-4#FORM.LEN
Name : Morpho Machine
Dicts : morpho.dicts
%CLASSIFIERS
strategy strategy.cla
morpho morpho.cla
%STATES
morpho morpho
strategy strategy
%TRANSITIONS
morpho strategy *
strategy morpho *
Name : Morpho
Type : Prediction
Oracle : morpho
Feature Model : morpho.fm
Action Set : ../../data/morpho.as
Topology : (500,RELU,0.3)(100,RELU,0.0)
#Name Dimension Mode #
###################################
Morpho_bool 10 Embeddings
Morpho_int 10 Embeddings
Morpho_letters 30 Embeddings
Morpho_pos 30 Embeddings
Morpho_form 100 Embeddings
Morpho_morpho 30 Embeddings
Morpho_actions 30 Embeddings
# ERROR_MORPHO
Error_Morpho_actions 18 Embeddings _
Error_Morpho_bool 16 Embeddings _
Error_Morpho_int 16 Embeddings _
Error_Morpho_pos 18 Embeddings _
Error_Morpho_form 30 Embeddings _
Error_Morpho_letters 30 Embeddings _
Error_Morpho_morpho 22 Embeddings _
# Features classiques
# FORM
b.0#FORM.fasttext
b.1#FORM.fasttext
b.2#FORM.fasttext
b.-1#FORM.fasttext
b.-2#FORM.fasttext
# POS
b.1#POS
b.2#POS
b.0#POS
b.-1#POS
b.-2#POS
b.-3#POS
# MORPHO
b.-1#MORPHO
b.-2#MORPHO
# UPPERCASE
b.0#FORM.U
b.1#FORM.U
# LENGTH
b.0#FORM.LEN
# SUFFIXES
b.0#FORM.PART.-4.-4
b.0#FORM.PART.-3.-3
b.0#FORM.PART.-2.-2
b.0#FORM.PART.-1.-1
b.0#FORM.PART.0.0
b.0#FORM.PART.1.1
b.0#FORM.PART.2.2
b.0#FORM.PART.3.3
# ERROR CORRECTION
#b.1#POS
#b.1#MORPHO
#b.2#POS
#b.2#MORPHO
#b.3#POS
#b.3#MORPHO
#b.4#POS
#b.4#MORPHO
Name : Morpho Machine
Dicts : morpho.dicts
%CLASSIFIERS
strategy strategy.cla
morpho morpho.cla
%STATES
morpho morpho
strategy strategy
%TRANSITIONS
morpho strategy *
strategy morpho *
Name : Strategy
Type : Information
Oracle : strategy_morpho
Oracle Filename : none
#Index Name ref/hyp dict Policy Must print?#
###################################################
0 ID ref none Final 1
1 FORM ref form Final 1
3 POS ref pos Final 1
4 MORPHO hyp morpho Final 1
0 SGN hyp sgn Final 0
0 EOS ref none Final 0
#Index Name ref/hyp dict Policy Must print?#
###################################################
0 ID ref none FromZero 1
1 FORM ref form FromZero 1
3 POS ref pos FromZero 1
4 MORPHO hyp morpho FromZero 1
0 SGN hyp sgn FromZero 0
0 EOS ref none FromZero 0
Name : Parser Machine with predicted backtracking
Dicts : parser.dicts
%CLASSIFIERS
strategy strategy.cla
signature signature.cla
parser parser.cla
error_parser error_parser.cla
%STATES
strategy strategy
signature signature
parser parser
error_parser error_parser
%TRANSITIONS
strategy signature MOVE signature
strategy parser MOVE parser
parser error_parser *
error_parser parser BACK
error_parser strategy *
signature strategy *
EPSILON
BACK 1
BACK 2
BACK 3
BACK 4
Name : Error_Parser
Type : Prediction
Oracle : none
Feature Model : error_parser.fm
Action Set : error_parser.as
Topology : M(200,RELU,0.3)
# Features classiques
# FORM
s.0#LEMMA.fasttext
s.1#LEMMA.fasttext
s.2#LEMMA.fasttext
s.0.ldep#LEMMA.fasttext
s.1.ldep#LEMMA.fasttext
s.0.rdep#LEMMA.fasttext
s.1.rdep#LEMMA.fasttext
s.0.ldep.ldep#LEMMA.fasttext
s.1.ldep.ldep#LEMMA.fasttext
s.0.rdep.rdep#LEMMA.fasttext
s.1.rdep.rdep#LEMMA.fasttext
s.0.l2dep#LEMMA.fasttext
s.1.l2dep#LEMMA.fasttext
s.0.r2dep#LEMMA.fasttext
s.1.r2dep#LEMMA.fasttext
b.0#LEMMA.fasttext
b.1#LEMMA.fasttext
b.2#LEMMA.fasttext
b.-1#LEMMA.fasttext
b.-2#LEMMA.fasttext
b.0.ldep#LEMMA.fasttext
# POS
s.0#POS
s.1#POS
s.2#POS
s.0.ldep#POS
s.1.ldep#POS
s.0.rdep#POS
s.1.rdep#POS
s.0.ldep.ldep#POS
s.1.ldep.ldep#POS
s.0.rdep.rdep#POS
s.1.rdep.rdep#POS
s.0.l2dep#POS
s.1.l2dep#POS
s.0.r2dep#POS
s.1.r2dep#POS
b.0#POS
b.-1#POS
b.-2#POS
b.0.ldep#POS
# MORPHO
s.0#MORPHO
s.1#MORPHO
s.2#MORPHO
s.0.ldep#MORPHO
s.1.ldep#MORPHO
s.0.rdep#MORPHO
s.1.rdep#MORPHO
s.0.ldep.ldep#MORPHO
s.1.ldep.ldep#MORPHO
s.0.rdep.rdep#MORPHO
s.1.rdep.rdep#MORPHO
s.0.l2dep#MORPHO
s.1.l2dep#MORPHO
s.0.r2dep#MORPHO
s.1.r2dep#MORPHO
b.0#MORPHO
b.-1#MORPHO
b.-2#MORPHO
b.0.ldep#MORPHO
# LABELS
s.0.ldep#LABEL
s.1.ldep#LABEL
s.0.rdep#LABEL
s.1.rdep#LABEL
s.0.ldep.ldep#LABEL
s.1.ldep.ldep#LABEL
s.0.rdep.rdep#LABEL
s.1.rdep.rdep#LABEL
s.0.l2dep#LABEL
s.1.l2dep#LABEL
s.0.r2dep#LABEL
s.1.r2dep#LABEL
b.0.ldep#LABEL
# DISTANCE
s.0#DIST.s.1
b.0#DIST.s.0
# VALENCY
s.0#nbr
s.1#nbr
s.0#nbl
s.1#nbl
# SIGNATURES
b.1#SGN
b.2#SGN
# UPPERCASE
b.0#FORM.U
b.1#FORM.U
# EOS
b.-1#EOS
# HISTORY
tc.0
tc.1
tc.2
tc.3
tc.4
# ERROR CORRECTION
#b.1.ldep#LEMMA.fasttext
#b.1.ldep#POS
#b.1.ldep#MORPHO
#b.1.ldep#LABEL
#b.1#LABEL
#b.1.gov#POS
#b.1.gov#MORPHO
# More feats
b.1#POS
b.1#MORPHO
b.2#POS
b.2#MORPHO
# More feats
b.-2#LABEL
b.-1#LABEL
b.0#LABEL
s.0#LABEL
s.1#LABEL
# More feats
b.-1.gov#POS
b.-1.gov#MORPHO
s.0.gov#POS
s.0.gov#MORPHO
s.1.gov#POS
s.1.gov#MORPHO
Name : Parser Machine
Dicts : parser.dicts
%CLASSIFIERS
strategy strategy.cla
signature signature.cla
parser parser.cla
%STATES
strategy strategy
signature signature
parser parser
%TRANSITIONS
strategy signature MOVE signature
strategy parser MOVE parser
parser strategy *
signature strategy *
Name : Parser Machine
Dicts : parser.dicts
%CLASSIFIERS
strategy strategy.cla
signature signature.cla
parser parser.cla
%STATES
strategy strategy
signature signature
parser parser
%TRANSITIONS
strategy signature MOVE signature
strategy parser MOVE parser
parser strategy *
signature strategy *
Name : Parser
Type : Prediction
Oracle : parser
Feature Model : parser.fm
Action Set : ../../data/parser.as
Topology : (500,RELU,0.3)
Dynamic : yes
#Name Dimension Mode PretrainedFilename #
########################################################
Parser_actions 18 Embeddings _
Parser_bool 16 Embeddings _
Parser_int 16 Embeddings _
Parser_eos 16 Embeddings _
Parser_gov 16 Embeddings _
Parser_pos 18 Embeddings _
Parser_form 30 Embeddings _
Parser_lemma 30 Embeddings _
Parser_letters 30 Embeddings _
Parser_labels 18 Embeddings _
Parser_morpho 22 Embeddings _
Parser_sgn 20 Embeddings _
########################################################
Error_Parser_actions 18 Embeddings _
Error_Parser_bool 16 Embeddings _
Error_Parser_int 16 Embeddings _
Error_Parser_eos 16 Embeddings _
Error_Parser_gov 16 Embeddings _
Error_Parser_pos 18 Embeddings _
Error_Parser_form 30 Embeddings _
Error_Parser_lemma 30 Embeddings _
Error_Parser_letters 30 Embeddings _
Error_Parser_labels 18 Embeddings _
Error_Parser_morpho 22 Embeddings _
Error_Parser_sgn 20 Embeddings _
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment