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

Add vocabulary and embedding #10074

Merged
merged 20 commits into from
Mar 15, 2018
2 changes: 1 addition & 1 deletion python/mxnet/text/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# coding: utf-8

"""Read text files and load embedding."""
"""Constants."""
from __future__ import absolute_import
from __future__ import print_function

Expand Down
Loading