Parser-v1
Parser-v1 copied to clipboard
Hi, I am using the Universal Dependencies dataset for training. I am using Python2.7 and tensorflow 0.8. But I get the following error: python network.py --config_file config/config.cfg --save_dir saves/mymodel ***...
Hello, Do I need to train a english model for myself? there is no ready-made english model for parsing?
56 while self._splits[i-1] >= self._splits[i] or self._splits[i-1] not in self._len_cntr: 57 self._splits[i-1] -= 1 1.When self._splits[i-1]=14 and self._splits[i]=5(That is possible because now self._splits[i] was obtained in the last loop。 ),line...
It seems that an older version (
Seems like your code picks up UPOSTAG field as feature, but according to your paper, it should be XPOSTAG.
Hi, In my first attempt to train a parser with your code, I faced the following problem (my Tf version is 1.3.0): ``` Traceback (most recent call last): File "network.py",...
https://github.com/jcyk/Dynet-Biaffine-dependency-parser
- Added newlines at the end of the files. - UTF-8 -> utf-8 (better for some editors). - A fix for preventing infinite loops.
Hi Mr Dozat! There seems to be some slight problem with your current code, which I assume to be because of the version upgrade of Tensorflow. When I pulled your...