Skip to content

Commit 9a97826

Browse files
committed
Remove unused imports from Embedding now that ejml is upgraded
1 parent 2ed0e9b commit 9a97826

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/edu/stanford/nlp/neural/Embedding.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
import edu.stanford.nlp.util.Generics;
1616
import edu.stanford.nlp.util.logging.Redwood;
1717

18-
import java.io.IOException;
19-
import java.io.ObjectInputStream;
20-
import java.io.ObjectOutputStream;
21-
import java.util.List;
22-
import java.util.function.Function;
23-
import edu.stanford.nlp.neural.ConvertModels;
24-
import edu.stanford.nlp.util.ErasureUtils;
25-
2618
/**
2719
* @author Minh-Thang Luong {@code <lmthang@stanford.edu>}
2820
* @author John Bauer

0 commit comments

Comments
 (0)