Skip to content
Snippets Groups Projects
Select Git revision
  • e7d53de8ee7411ef14c4a15846dfb0abc574d88d
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
21 results

maca_trans_parser_nn.fm

Blame
  • tiny.conllu 727 B
    # global.columns = ID FORM LEMMA UPOS XPOS FEATS HEAD DEPREL DEPS MISC PARSEME:MWE FRSEMCOR:NOUN PARSEME:NE
    # sent_id = annodis.er_00192
    # text = La gare routière attend toujours ses illuminations.
    1	La	le	DET	_	Definite=Def|Gender=Fem|Number=Sing|PronType=Art	2	det	_	_	*	*	*
    2	gare	gare	NOUN	_	Gender=Fem|Number=Sing	4	nsubj	_	_	1:_|MWE|SYNT	*	*
    3	routière	routier	ADJ	_	Gender=Fem|Number=Sing	2	amod	_	_	1	*	*
    4	attend	attendre	VERB	_	Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin	0	root	_	_	*	*	*
    5	toujours	toujours	ADV	_	_	4	advmod	_	_	*	*	*
    6	ses	son	DET	_	Number=Plur|Poss=Yes	7	det	_	_	*	*	*
    7	illuminations	illumination	NOUN	_	Gender=Fem|Number=Plur	4	obj	_	_	*	Artifact	*
    8	.	.	PUNCT	_	_	4	punct	_	_	*	*	*