
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Brumalis is an Inhouse AI, ML, and GeoData package developed inhouse for the website fulminata. It is a complete package which includes :-
n-grams and naive bayesStripe or something)naive bayes and K-Meansnpm i brumalis (for npm)
yarn add brumalis (for yarn)
Write that and you're ready to go !
Brumalis is supported in both the import and require syntaxes.
To Add Brumalis, write
const brumalis = require("brumalis");
// or
import * as brumalis from "brumalis";
const brumalis = require("brumalis");
console.log("First Name = " + brumalis.getFirstName("Tom Brady") +
", Last Name = " + brumalis.getLastName("Tom Brady"));
Output
First Name = tom, Last Name = brady
const brumalis = require("brumalis");
console.log(brumalis.getNativeTextFromLanguageCode("AM"));
Output
አማርኛ
const brumalis = require("brumalis");
console.log(brumalis.identifyLanguageFromText("je vole vers les nuages"));
Output
{
Status: 'OK',
response: {
maxScore: 0.652,
percentage: 65,
langDetected: 'french',
},
}
const brumalis = require("brumalis");
console.log(brumalis.getGender("Bob","EN"));
Output
male
getFirstName(fullName) : Returns First Name when Given Full Name
getLastName(fullName) : Returns Last Name when Given Full Name
getGender(firstName,lang = "EN") : firstName is the firstName of the Person we want to get the Gender of, lang is the language that person speaks. lang is set to english as default.
getCountryCode(country) : Returns the 2 letter Country Code
getCurrencyFromCountryCode(countryCode) : Returns the country from the 2 letter Country Code
getNativeTextFromLanguageCode(langCode) : Returns the Native Text from the 2 letter Language Code
getPhoneCodeFromCountryCode(countryCode) : Returns the Phone Code from the 2 letter Country Code
getCountryFromCountryCode(countryCode) : Returns the Country from the 2 letter Country Code
You bet it's MIT
That's me, Lakshya Jain, a 13 year old Asian kid from India. So you know this is gonna be great lmao.
Well, That's Pretty Much it! Hoped you like it. I developed this for myself initially while working on fulminata, but I decided to make it an NPM package.So the source is garbage, pls don't checkout my github
FAQs
Globalization Made Easy
We found that brumalis 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.

Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.

Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.

Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.