![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
classify-poetry
Advanced tools
recognize the type of poetry in a given excerpt
npm install classify-poetry
var classifyPoetry = require("classify-poetry").classifyPoetry;
var types = classifyPoetry(
"detect a haiku \n pleased to do, says algorithm \n thanks algorithm"
);
console.log(types); // ["haiku"]
var abc = require("classify-poetry").abc;
abc(sampleText); // => true or false
http://www.poeticterminology.net/01-abc-poem.htm
var couplet = require("classify-poetry").couplet;
couplet(sampleText); // => true or false
https://en.wikipedia.org/wiki/Couplet
var haiku = require("classify-poetry").haiku;
haiku(sampleText); // => true or false
https://en.wikipedia.org/wiki/Haiku_in_English
var limerick = require("classify-poetry").limerick;
limerick(sampleText); // => true or false
https://en.wikipedia.org/wiki/Limerick_(poetry)
var quatrain = require("classify-poetry").quatrain;
quatrain(sampleText); // => true or false
https://en.wikipedia.org/wiki/Quatrain
var sonnet = require("classify-poetry").sonnet;
sonnet(sampleText); // => true or false
https://en.wikipedia.org/wiki/Sonnet
var tanka = require("classify-poetry").tanka;
tanka(sampleText); // => true or false
https://en.wikipedia.org/wiki/Tanka
var terzaRima = require("classify-poetry").terzaRima;
terzaRima(sampleText); // => true or false
FAQs
recognize type poetry in a given text excerpt
The npm package classify-poetry receives a total of 3 weekly downloads. As such, classify-poetry popularity was classified as not popular.
We found that classify-poetry demonstrated a not healthy version release cadence and project activity because the last version was released 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.