nlc
                                
                                
                                
                                    nlc copied to clipboard
                            
                            
                            
                        Neural Language Correction implemented on Tensorflow
Is there any plan to support on PyTorch?
``` def downscale(self, inp, mask): return inp, mask with vs.variable_scope("Downscale"): ``` Does it mean that contrary to the original paper, downscale is no longer performed in the model?
Hi, the data url _NLC_TRAIN_URL and _NLC_DEV_URL is invalid, and I'm wondering where I could donwload the data. Can anyone helps? Thanks.
I tried to launch this project vie TF 1.8, but found that `rnn_cell._linear` attribute is unavailable. So i googled until found the advice to replace this class method with `tf.contrib.fully_connected`...
Hi, The link to see the Other Implementations of NLC throws a 404 error https://github.com/sotetsuk/neural-language-correction. Was the link moved?
@zxie The file data.md mentions learn_bpe.py to create a vocab.dat file but there is no way to create a vocabulary currently as that python file doesn't exist leading to the...
Hi, I'm trying to use this beam search code for attentioned to seq2seq model. the type of the decoding cell is
…sed data TODO add instructions for or automatically download lang8 data
… from lang8 and nucle3.2 modified train and dev file paths in nlc_data.py
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...