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 tag.ex
Raw

lib/textgain/tag.ex

defmodule Textgain.Tag do
@moduledoc """
Provides a data structure and any related functions for the part of speech (POS) tagging service provided by Textgain.
"""
defstruct [:text, :confidence]
end