You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
first off, thanks for making Epic available, it's a great tool!
I have a "parsing" problem where I would like to restrict the search space to a fully segmented binarized tree and would like to use the neural parser to only do the labelling for me (the trees come from a customized treebank that I pass to epic for training). I have been trying to do this via constraints (using GoldConstraintsFactory) in NeuralParserTrainer but so far without success. Is there any established/recommended way for using "gold spans" and only letting Epic do the labelling?
Jo
The text was updated successfully, but these errors were encountered:
Hi @dlwh,
first off, thanks for making Epic available, it's a great tool!
I have a "parsing" problem where I would like to restrict the search space to a fully segmented binarized tree and would like to use the neural parser to only do the labelling for me (the trees come from a customized treebank that I pass to epic for training). I have been trying to do this via
constraints
(usingGoldConstraintsFactory
) inNeuralParserTrainer
but so far without success. Is there any established/recommended way for using "gold spans" and only letting Epic do the labelling?Jo
The text was updated successfully, but these errors were encountered: