• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vi3k6i5 / flashtext / 91
99%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2018 01:15PM UTC
Jobs 3
Files 2
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
91

Pull #71

travis-ci

web-flow
Some key_words have multiple different clean_names

For example:
    keyword_processor = KeywordProcessor()
    keyword_dict = {"news_channel": ["CNN","CCTV","BBC"],"neural_network": ["CNN", "RNN"]}
    keyword_processor.add_keywords_from_dict(keyword_dict)
    keyword_processor.extract_keywords('I like CNN')
we hope get result as follows:
   "news_channel_|_neural_network"
we can use str.split() to get real clean name as follows:
  "news_channel_|_neural_network".split('_|_') ==> ["news_channel", "neural_network"]
Pull Request #71: Some key_words have multiple different clean_names

5 of 5 new or added lines in 1 file covered. (100.0%)

287 of 293 relevant lines covered (97.95%)

2.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 91.1 20 Dec 2018 01:15PM UTC 0
97.27
Travis Job 91.1
2 91.2 20 Dec 2018 01:15PM UTC 0
97.95
Travis Job 91.2
3 91.3 20 Dec 2018 01:15PM UTC 0
97.95
Travis Job 91.3
Source Files on build 91
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #91
  • Pull Request #71
  • PR Base - master (#87)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc