Skip to content

Commit

Permalink
Test for reading fasttext embeddings
Browse files Browse the repository at this point in the history
For #7
  • Loading branch information
Mark Granroth-Wilding committed Jun 8, 2018
1 parent 002f195 commit 2821b86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions test/data/pipelines/input/fasttext.conf
@@ -0,0 +1,8 @@
[pipeline]
name=fasttext_input_test
release=latest

# Read in some vectors
[vectors]
type=pimlico.modules.input.embeddings.fasttext
path=%(test_data_dir)s/input_data/fasttext/wiki.en_top50.vec
3 changes: 2 additions & 1 deletion test/suites/all.csv
Expand Up @@ -2,4 +2,5 @@ pipelines/input/raw_text_files.conf, europarl
pipelines/corpora/tar_filter.conf, output
pipelines/corpora/concat.conf, output
pipelines/corpora/subset.conf, output
pipelines/corpora/split.conf, split
pipelines/corpora/split.conf, split
pipelines/input/fasttext.conf, vectors

0 comments on commit 2821b86

Please sign in to comment.