Sha256: 0068c29a3c41b4af776365cc0e52f0cd0f8c53b706871c0c3e481b8e38e17ca7
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true require 'pathname' module Annex29 require("annex_29/word_segmentation") class << self def segment_words(input) Annex29::WordSegmentation.call(String(input)) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
annex_29-0.2.1 | lib/annex_29.rb |
annex_29-0.2.0 | lib/annex_29.rb |