Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Calculates the keyword density of a text as described in Wikipedia.
from kwdensity.density_calculator import DensityCalculator
from kwdensity.tokenizer import Tokenizer
from kwdensity.filters import StopwordsFilter
calculator = DensityCalculator(Tokenizer(), StopwordsFilter('el'))
densities = calculator(u''' Πλάτων ήταν αρχαίος Έλληνας φιλόσοφος από την Αθήνα, ο πιο γνωστός μαθητής του Σωκράτη και δάσκαλος του Αριστοτέλη. Το έργο του με τη μορφή φιλοσοφικών διαλόγων έχει σωθεί ολόκληρο και άσκησε τεράστια επιρροή στην αρχαία ελληνική φιλοσοφία και γενικότερα στη δυτική φιλοσοφική παράδοση μέχρι τις ημέρες μας.
Ο Πλάτων, μεταξύ άλλων, έγραψε την Απολογία του Σωκράτους, το Συμπόσιο όπου μιλά για την φύση του έρωτα, ενώ σε δύο μακρούς διαλόγους, την Πολιτεία και τους Νόμους, περιέγραψε την ιδανική πολιτεία.Τα έργα του Πλάτωνα είναι 36 και όλα, εκτός από την Απολογία, διαλογικά. Μεταξύ των άλλων υπήρξε και ο ιδρυτής της Ακαδημίας.''')
print densities
FAQs
Computes the keyword density of a string
We found that keyword_density demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.