louismullie/treat

View on GitHub
lib/treat/workers/processors/tokenizers/ptb.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method split has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.split(string, options)

    s = " " + string + " "

    s.gsub!(/‘/,"'")
Severity: Minor
Found in lib/treat/workers/processors/tokenizers/ptb.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status