README.md in blingfire-0.1.5 vs README.md in blingfire-0.1.6
- old
+ new
@@ -74,9 +74,15 @@
```ruby
ids, start_offsets, end_offsets = model.text_to_ids_with_offsets(text)
```
+Disable prefix space
+
+```ruby
+model = BlingFire.load_model("roberta.bin", prefix: false)
+```
+
## History
View the [changelog](https://github.com/ankane/blingfire/blob/master/CHANGELOG.md)
## Contributing