💾 Archived View for bbs.geminispace.org › u › dragfyre › 21462 captured on 2024-12-17 at 15:25:05. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "I'm working on a proof of concept for that game I mentioned..."
Refactoring is done, and everything that needs to be there is there. Time to do some last-minute debugging and then we're ready to launch!
Nov 02 · 7 weeks ago
I'm working on a proof of concept for that game I mentioned earlier. I won't give away too much just yet, but it's a word guessing game. The basics of gameplay are working; making it look good in Gemini will come later. The biggest headache right now is generating grammatically correct clues. Right now, the word list includes a lot of derived forms, like "walks" and "walked". I've used NLTK and WordNet to auto-generate clues, but the problem is, it lemmatizes words and gives definitions for the...