Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Removed target_token_indexers documentation (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek0318 authored and DeNeutoy committed Jun 22, 2019
1 parent 7b465c6 commit 30ffaa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions allennlp/data/dataset_readers/copynet_seq2seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ class CopyNetDatasetReader(DatasetReader):
source_token_indexers : ``Dict[str, TokenIndexer]``, optional
Indexers used to define input (source side) token representations. Defaults to
``{"tokens": SingleIdTokenIndexer()}``.
target_token_indexers : ``Dict[str, TokenIndexer]``, optional
Indexers used to define output (target side) token representations. Defaults to
``source_token_indexers``.
Notes
-----
Expand Down

0 comments on commit 30ffaa5

Please sign in to comment.