|
Repo Added
|
Files
20
|
Badge
README BADGES
|
travis-ci
1 of 1 new or added line in 1 file covered. (100.0%)
1194 of 1496 relevant lines covered (79.81%)
0.8 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 21 | refactor_word2vec | fixed comment typo | Pull #48 | travis-ci | pending completion | ||
| 20 | refactor_word2vec | fixed comment typo | push | travis-ci | pending completion | ||
| 14 | refactor_word2vec | extended to clean non-ascii characters Changed text.translate(str.maketrans('', '', string.punctuation)) to re.sub(r'[^\w\s]', ' ', text.translate(str.maketrans('', '', string.punctuation))) in order to ctach non-ascii characters | push | travis-ci | pending completion | ||
| 13 | refactor_word2vec | added missing requirement | push | travis-ci | pending completion |