lib/picky/interfaces/live_parameters/master_child.rb in picky-4.0.0pre5 vs lib/picky/interfaces/live_parameters/master_child.rb in picky-4.0.0pre6

- old
+ new

@@ -128,10 +128,11 @@ querying_stopwords: querying_stopwords, querying_splits_text_on: querying_splits_text_on } end - # TODO Move to Interface object. + # THINK What to do about this? Standardize the tokenizer interface, + # then access each individual tokenizer. # def querying_removes_characters regexp = Tokenizer.searching.instance_variable_get :@removes_characters_regexp regexp && regexp.source end \ No newline at end of file