dcolley / integromat-facebook-support

0 stars 0 forks source link

So I have a few scenarios but I haven't worked a lot with arrays, the itera... #77

Open dcolley opened 3 years ago

dcolley commented 3 years ago

So I have a few scenarios but I haven't worked a lot with arrays, the iterators and repeaters. Mostly I just haven't needed to.

So I want to learn a bit more, so I created a scenario for myself. Using Azure Spell Check, I have have a sentence I am spell checking.

So using this input/output, I want to rebuild the original sentence, replacing the two incorrect words.

Logically I want to cycle through for every "flagged token" then get the offset, the token - then use the replace text parser and rinse and repeat for every flagged token.

I can see that there must be times where it gives more than one suggestion? Which I might work on after that (even sorting by probability?)

So I have my bing module, what is the next module here?

dcolley commented 3 years ago

Source: copied from https://www.facebook.com/groups/integromat/permalink/3968965529880717/