You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Compute common NLP metrics such as the BLEU score.
181
185
@@ -197,17 +201,25 @@ Need more help? We are happy to answer your questions via [Gitter Chat](https://
197
201
198
202
## Contributing
199
203
200
-
We've released PyTorch-NLP because we found a lack of basic toolkits for NLP in PyTorch. We hope that other organizations can benefit from the project. We are thankful for any contributions from the community.
204
+
We've released PyTorch-NLP because we found a lack of basic toolkits for NLP in PyTorch. We hope
205
+
that other organizations can benefit from the project. We are thankful for any contributions from
206
+
the community.
201
207
202
208
### Contributing Guide
203
209
204
-
Read our [contributing guide](https://github.com/PetrochukM/PyTorch-NLP/blob/master/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to PyTorch-NLP.
to learn about our development process, how to propose bugfixes and improvements, and how to build
212
+
and test your changes to PyTorch-NLP.
205
213
206
214
## Related Work
207
215
208
216
### [torchtext](https://github.com/pytorch/text)
209
217
210
-
torchtext and PyTorch-NLP differ in the architecture and feature set; otherwise, they are similar. torchtext and PyTorch-NLP provide pre-trained word vectors, datasets, iterators and text encoders. PyTorch-NLP also provides neural network modules and metrics. From an architecture standpoint, torchtext is object orientated with external coupling while PyTorch-NLP is object orientated with low coupling.
218
+
torchtext and PyTorch-NLP differ in the architecture and feature set; otherwise, they are similar.
219
+
torchtext and PyTorch-NLP provide pre-trained word vectors, datasets, iterators and text encoders.
220
+
PyTorch-NLP also provides neural network modules and metrics. From an architecture standpoint,
221
+
torchtext is object orientated with external coupling while PyTorch-NLP is object orientated with
0 commit comments