parhamr/nlp-pure

View on GitHub
lib/nlp_pure/segmenting.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8

#
module NlpPure
  # Namespace for segmenting implementations
  module Segmenting
  end
end