Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

the-pi-guy

I'll be getting back into game development as soon as I can get a new desktop.  
I do have more usage over my laptop, but i'll be getting a desktop soon ish hopefully, which will be better.  

There has been one technical challenge that has been on my mind for my language game.  
How do I associate a word with another word?  That's not straightforward. Does read associate with 読む or does it associate with 読みました?  

I think the easy solution is to encode it somehow like (read, 読む)  but that's still an enormous pain.  How do I automate that better?

Long story short, I'm working on a text editor that would be able to give specialized suggestions.