depccg icon indicating copy to clipboard operation
depccg copied to clipboard

A* CCG Parser with a Supertag and Dependency Factored Model

Results 11 depccg issues
Sort by recently updated
recently updated
newest added

I could not get depccg to work. I first tried installing via pip, then I cloned the repo and tried: ``` pip install -U cython python setup.py clean python setup.py...

「世界最高 の テノール 歌手 に なっ た イタリア人 が い た 。 」 というtextに対する日本語CCG解析をdepccgで行います。 ↓ ccg2lambdaのコマンド「semparse.py (CCG結果xml) ja/semantic_templates_ja_emnlp2016.yaml (output)」 を実行すると、次のエラーが起こります ERROR:root:An error occurred: 'x' is an illegal predicate name. Individual...

See #17. There still seems to be an issue in the model forward pass.

In spaCy 3, the shortcut name `en` has been removed. The default English model can now only be accessed by its real name `en_core_web_sm`. The same name works in spaCy...

The current `my_allennlp` implementation tries to access variables that have been removed after version 0.9, e.g. `DEFAULT_PREDICTORS`. The current version of AllenNLP is 2.1.0. I have tried installing 0.9.0 instead,...

For me the prolog printer is not working while other printers are fine. When I run the parser programmatically I find that `Tree.prolog()` inserts numbers instead of tokens in the...

I got the first part (model creation) to work for training data (AUTO files) that contain words with non-ASCII characters. I only had to change a few little things, hereby...

Hello author, Would you mind fixing the download link of the elmo_rebank? Thanks and Best Regards, Chriss IT. Leong

Hello author, Greetings. I found there is a config_en.jsonnet, which contains several en.jsonnet files specifying lots of tokens and ccg rules. May I know that, 1. If I want to...

Is there a particular version of Cython we should use? I get the following error (interestingly on both an osx and a linux machine)- wait , won't this work on...