moosetechnology / ClassNameAnalyser

MIT License
5 stars 2 forks source link

Outdated instructions in README. DMFeatureSelector >> selectLastSymbol: not found #20

Closed olekscode closed 3 years ago

olekscode commented 5 years ago

When running this example from README:

featureSelector := DMFeatureSelector new.
featureSelector 
  stemming: true;
  filterAllDigits: true; 
  filterSpecialChars: true;
  selectLastSymbol: true.

I get an error:

Instance of DMFeatureSelector did not understand #selectLastSymbol:

I think that README must be updated

MoussaSak commented 4 years ago

Outdated instructions in README.md besides the method mentioned by @olekscode , in third part the DMClassNameBlueprintBuilder Class should be renamed to DMClassNamesBlueprintBuilder. Same Thing for DMRoassalClassNameBlueprint it should be DMRoassalClassNamesBlueprint.

NourJihene commented 3 years ago

Indeed :)