Reverse lemma + PosTag search

Hi everybody,

I’m looking for reverse part-of-speech search (sort of).

I explain : when I call
new MorfologikTagger("fr/french.dict").tag("maisons")
lemma is “maison” and posTag is “N f p”

What I’m searching for is, if it exist in LT, a method which I call with lemma and posTag (“maison”,“N f p”) and return me “maisons”.
Do you know where I can find this, and if it’s not possible with LT please let me know which tool look appropriated.

Thanks a lot,
Valentin Nourdin

You can use a Synthesizer for that.

Ok thank you!