asrayousuf / ScrabbleWordRecommender

0 stars 0 forks source link

Team 3 Integration #31

Closed ekanshmittal closed 9 years ago

ekanshmittal commented 9 years ago

What all functions from pattern matching you need( there input parameters and output). Please Specify. We have two functions now public String appendConstraintLetters(String constraintPattern, String tiles) ; public List String applyPatternMatching(List String possibleWords, String constraintPattern) ;

Please integrate them asap in the code. we need to do testing.

aravindsrivats commented 9 years ago

We'll call the constructor with Class(String tiles, String constraint) For the input string we'll need , inputStringWithConstraints() which will return the constraint characters appended to input.

ekanshmittal commented 9 years ago

no use the public String appendConstraintLetters(String constraintPattern, String tiles) ; to append constraint characters. then call public List String applyPatternMatching(List String possibleWords, String constraintPattern) ; for pattern matching

aravindsrivats commented 9 years ago

Okay. I understand.