Mystemex.Utils (Mystemex v0.2.1)

Copy Markdown View Source

A set of utilities for working with text and analysis.

Summary

Functions

contains_obscene?(text)

@spec contains_obscene?(String.t()) :: boolean()

fetch_nouns(text)

@spec fetch_nouns(String.t()) :: Mystemex.Types.analyze_response()

fetch_obscene(text)

@spec fetch_obscene(String.t()) :: Mystemex.Types.analyze_response()

fetch_verbs(text)

@spec fetch_verbs(String.t()) :: Mystemex.Types.analyze_response()