README.md in blingfire-0.1.0 vs README.md in blingfire-0.1.1

- old
+ new

@@ -1,9 +1,11 @@ -# BlingFire +# Bling Fire -[BlingFire](https://github.com/microsoft/BlingFire) - high speed text tokenization - for Ruby +[Bling Fire](https://github.com/microsoft/BlingFire) - high speed text tokenization - for Ruby +[![Build Status](https://travis-ci.org/ankane/blingfire.svg?branch=master)](https://travis-ci.org/ankane/blingfire) [![Build status](https://ci.appveyor.com/api/projects/status/3gyca4gsjw2w9ns1/branch/master?svg=true)](https://ci.appveyor.com/project/ankane/blingfire/branch/master) + ## Installation Add this line to your application’s Gemfile: ```ruby @@ -37,9 +39,11 @@ - [BERT Base](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/bert_base_tok.bin) - [BERT Base Cased](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/bert_base_cased_tok.bin) - [BERT Chinese](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/bert_chinese.bin) - [BERT Multilingual Cased](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/bert_multi_cased.bin) - [WBD](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/wbd_chuni.bin) +- [XLNet](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/xlnet.bin) +- [XLNet No Norm](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/xlnet_nonorm.bin) Load a model ```ruby model = BlingFire.load_model("bert_base_tok.bin")