Packages

This module provides access to the various natural language processing (NLP) text analytics services provided by Textgain.

Current section

Files

Jump to
textgain lib textgain gender.ex
Raw

lib/textgain/gender.ex

defmodule Textgain.Gender do
@moduledoc """
Provides a data structure and any related functions for the Gender service provided by Textgain.
"""
defstruct [:gender, :confidence]
end