Skip to content

AlfredoFilho/Palavras_PT-BR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palavras PT-BR (Português Brasileiro)

Words PT-BR (Brazilian Portuguese)


Palavras_PT-BR.db: A sqlite database
Palavras_PT-BR.txt: Text file, one word per line
Current number of words: 1.916.706


Website

To access a preview of the words, visit https://alfredofilho.github.io/Palavras_PT-BR/

scripts/

  • db_create.py: Recreates the database.
  • db_delete.py: Deletes words from the database.
  • db_insert.py: Inserts words into the database.
  • db_select.py: Selects data from the database.
  • AVLTree.py: Implements an AVL Binary Tree.
  • example_usage_tree.py: Contains a example of AVL Tree usage.

How was this file created?