module Tagmemics

Constants

VERSION

Public Class Methods

parse(str) click to toggle source
# File lib/tagmemics.rb, line 6
def self.parse(str)
  WordSet.new(str)
end