noydb/oworms-ui

View on GitHub
src/app/model/part-of-speech.enum.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum PartOfSpeech {
    ADJECTIVE = 'Adjective',
    ADVERB = 'Adverb',
    NOUN = 'Noun',
    OTHER = 'Other',
    VERB = 'Verb'
}