#stopwords

Ivan Maljukanović 🏳️‍🌈Imoptimal
2023-04-29

Still slowly working on the extraction and storage in file.

I didn't manage to enable in , so the plan is to filter the keywords in additional step.

The "" or "plugin" keyword for each plugin would be useless.

The next step that follows will be to find for each keyword... and I think I'll be using NLTK in . Not sure if it's the best option.

12/:bongoCat:

Alexandre B A Villares 🐍villares@ciberlandia.pt
2023-01-29

#Portuguese #stopwords
# gist.githubusercontent.com/alo

from random import sample

def setup():
global palavras
size(800, 800)
palavras = load_strings('stopwords.txt')
no_loop()
text_size(40)
fill(0)

def draw():
for i in range(5):
escolhas = sample(palavras, 5)
linha = ' '.join(escolhas)
text(linha, 100, 100 + i * 40)

def key_pressed():
redraw()

#Processing #Python #py5 #genuary #genuary28

dela hd aos seus meu
sera numa essas houveriam ela vos meu estivéssemos mais tenho eu tiveram teve pelos houvéramos este em deles depois entre
2020-08-06

This stopword list was built by Gerard Salton and Chris Buckley for the experimental SMART information retrieval system at Cornell University. This stopword list is generally considered to be on the larger side and so when it is used, some implementations edit it so that it is better suited for a given domain and audience while others use this stopword list as it stands. This wordlist is 571 words in length.

lextek.com/manuals/onix/stopwo

#English #stopwords #wordlist #talika_nimi #nimi_ilo #Inli_pasila

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst