dhowe / RiTaV1

RiTa: the generative language toolkit
http://rednoise.org/rita
GNU General Public License v3.0
354 stars 78 forks source link

"be" conjugated as a gerund returns "being" #565

Closed zischwartz closed 5 years ago

zischwartz commented 5 years ago

Here's an example of the behavior, basically:

let opt = {
     form: RiTa.GERUND,
}
let result = RiTa.conjugate("be", opt)
// returns "bing" instead of "being"

Maybe I'm missing something? Looks like there's some special handling for this hereish.

dhowe commented 5 years ago

fixed in e5a42dd