Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

191
Vistas
Implementing adjective-to-noun conversion across a wide swatch of words

Looking for answers regarding converting adjectives into nouns in code. e.g., automagically using foo._state.universal to create a method foo.getUniversality(). Programming language is irrelevant, but here's an example end state in JavaScript:

import {getNounConversionOf} from '@servicenow/adjectivity';
getNounConversionOf('universal'); // => 'universality'
getNounConversionOf('order');     // => 'order'
getNounConversionOf('voracious'); // => 'voraciousness'

In English we use suffixes to express state/condition/quality. Examples for adjectives include -ity & -ness. Some words remain sans suffix regardless of state... What’s are some efficient ways to implement a Node.js module that can accept an adjective & return its (potentially suffixed) noun form? pluralize uses an inline collection of tuples, e.g. [/* Pronouns */['I', 'we'],...]. Is there potentially a better way, & if not, do you know of a solid resource for getting everything that’d be in those tuples?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda