shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

265
active users

#nltk

0 posts0 participants0 posts today
Taran Rampersad<p>Not really <a href="https://mastodon.social/tags/ai" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ai</span></a> imho, but you can build a simple chat bot in <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>. </p><p>I do love the <a href="https://mastodon.social/tags/nltk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nltk</span></a> in python. Was using it before it was cool. 🤣</p><p><a href="https://www.howtogeek.com/beginner-coding-in-python-build-a-simple-ai-chat-companion/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">howtogeek.com/beginner-coding-</span><span class="invisible">in-python-build-a-simple-ai-chat-companion/</span></a></p>
Erika Varis Doggett<p>Tfw you’re just casually exploring some new approach and lib installs lead you to an active cyber security flag in nltk, because pickle. 🙃</p><p><a href="https://github.com/nltk/nltk/issues/3266" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/nltk/nltk/issues/32</span><span class="invisible">66</span></a> </p><p><a href="https://mas.to/tags/nltk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nltk</span></a> <a href="https://mas.to/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mas.to/tags/NLProc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NLProc</span></a></p>
Ross of Ottawa<p>A bit of time on the <a href="https://mastodon.social/tags/NLTK" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NLTK</span></a> interface this afternoon. Seems like a deficiency in the pos_tag() routine which gives erroneous noun vs proper noun label solely based on capitalization of the first letter. Worked around it okay, but it's a bit disappointing.</p><p>Like, I can see it saying "Jack" versus "jack" are an NNP vs NN respectively, but something like "california" should prob always come up as proper noun. An report of that being a verb seems to have gone away at least.</p>
Ross of Ottawa<p>Hmm, to rationalize some of the 'part of speech' weirdness in that bot, I have to look into the natural language tool kit (<a href="https://mastodon.social/tags/NLTK" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NLTK</span></a>) and WordNet which I haven't touched in a few years. </p><p>it's a very fun database, I recall, but really stuffed full of information. </p><p><a href="https://mastodon.social/tags/botSmithing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>botSmithing</span></a></p>
Marcos Huerta<p>My <a href="https://vmst.io/tags/emoji" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emoji</span></a> finder was noticeably slow on the first search after restart, which I wanted to speed up.</p><p>I was blaming sqlalchemy but it was actually the WordNetLemmatizer all along. The first use takes half a second, so I just do a dummy lemmatization in the init of the class and that greatly improves performance of the first search after restart. <a href="https://vmst.io/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://vmst.io/tags/nlp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nlp</span></a> <a href="https://vmst.io/tags/nltk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nltk</span></a> <a href="https://vmst.io/tags/DataScience" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DataScience</span></a></p>