Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from XingxingZhang/patch-1
Browse files Browse the repository at this point in the history
fix allennlp url
  • Loading branch information
PetrochukM committed Apr 10, 2018
2 parents b998dbb + 5b50bfb commit b7ce5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Read our [contributing guide](https://github.com/PetrochukM/PyTorch-NLP/blob/mas

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.

### [AllenNLP](https://github.com/pytorch/text)
### [AllenNLP](https://github.com/allenai/allennlp)

AllenNLP is designed to be a platform for research. PyTorch-NLP is designed to be a lightweight toolkit.

Expand Down

0 comments on commit b7ce5ce

Please sign in to comment.