salkola

Results 3 comments of salkola

The CFG parser can be improved by updating the grammar [production rules](https://github.com/facebookresearch/Clinical-Trial-Parser/blob/master/src/ct/parser/production/criterion.go). A criterion example that you want to be able to parse can be added to [interpreter_test.go](https://github.com/facebookresearch/Clinical-Trial-Parser/blob/master/src/ct/parser/interpreter_test.go) as a...

Thank you for pointing out the segmentation fault. I'm not sure why we get it. The following should work on macOS: - Install Anaconda3 from https://docs.anaconda.com/anaconda/install/mac-os/ - Install PyText: `pip...

I opened an [issue](https://github.com/facebookresearch/pytext/issues/1365) with the PyText team. The segmentation fault may be related to the [version mismatch](https://github.com/facebookresearch/pytext/pull/1362) between pytext and onnx/torch. If Anaconda3 by itself does not help, you...