clab / clab/lstm-parser

Read zipped word vectors

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
206
Forks
63
PR merge metrics
No merged PRs in 30d

Description

Currently the `-w` option allows specifying a word embedding file in text. However, these files may be quite large and are often saved in `.gz` format, for example. When given a compressed word embedding file, the program should still read it, unzipping it first.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the command-line handling for the -w option and how it opens text word-embedding files. Check the existing input path and determine how a .gz embedding file should be accepted and decompressed; done means compressed word vectors load through -w just like uncompressed text files.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli, machine-learning
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.