Parser-v3
Parser-v3 copied to clipboard
Stanford CoNLL 2018 Graph-based Dependency Parser
https://github.com/tdozat/Parser-v3/blob/327cbcf4c3900f2057b4d059bc5674ed746ce5e0/parser/neural/classifiers.py#L214 Hi, why use `tf.zeros_initializer` here?
Thank you for your contribution!! python3 -W ignore main.py --save_dir saves/CoNLL18/English-EWT/TaggerNetwork/ run --output_dir data_tagged/ data_summ/data_processed.tar.gz is my test command for running multiple .conllu file. data_processed.tar.gz contains .conllu file as ./data_processed/*.conllu...
Thanks for sharing your work. I am training a Parser Model on ConLLU data downloaded from universal dependency. I am using this command to train: python3 main.py train ParserNetwork. But...
Added override of reset() function in Multivocab class, now it calls the reset() for each vocab object in it. Added calls of reset() function for every bucket in ListMultibucket class...
Could please push a README for the config format? Many thx~
According to the config file, the model seems to require POS as part of the input, but I don't see the paper mentioning this aspect. Could you help clarify this?...
Hello, Thanks for providing the Parser. I'm trying to train an SDP model using your parser but keep getting the following error message: ``` Traceback (most recent call last): File...
Hi, I'm trying the parser training module with the basic `python main.py train ParserNetwork` command and only changed the directories in the default.cfg to my own. Then I got this...