# Natural Language Processing MARCIE NLP operations' request on provided content ## PII-NER - [POST /text/nlp/pii/llm](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1nlp~1pii~1llm/post.md): Personally Identifiable Information (PII) Entity Recognition (ER) is an NLP task used to identify important named entities in the text such as people, places, organizations, date, or any other category. ## NER parse - [POST /text/nlp/ner/llm](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1nlp~1ner~1llm/post.md): Named Entity Recognition using LLM models. ## NER - [GET /text/nlp/ner](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1ner/get.md): Named Entity Recognition (NER) is an NLP task used to identify important named entities in the text such as people, places, organizations, date, or any other category. (Recommend for short text content) ## NER - [POST /text/nlp/ner](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1ner/post.md): Named Entity Recognition (NER) is an NLP task used to identify important named entities in the text such as people, places, organizations, date, or any other category. (Recommend for long text content) ## PII-NER - [POST /text/nlp/pii/llm](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1pii~1llm/post.md): Personally Identifiable Information (PII) Entity Recognition (ER) is an NLP task used to identify important named entities in the text such as people, places, organizations, date, or any other category. ## POS - [GET /text/nlp/pos](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1pos/get.md): Part-of-speech (POS) tagging is a popular Natural Language Processing process which categorizes words in a text (corpus) in correspondence with a particular part of speech, depending on the definition of the word and its context. (Recommend for short text content) ## POS - [POST /text/nlp/pos](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1pos/post.md): Part-of-speech (POS) tagging is a popular Natural Language Processing process which categorizes words in a text (corpus) in correspondence with a particular part of speech, depending on the definition of the word and its context. (Recommend for long text content) ## NER parse - [POST /text/nlp/ner/llm](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1ner~1llm/post.md): Named Entity Recognition using LLM models. ## Lang Detect - [GET /text/nlp/langdetect](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1langdetect/get.md): Detect the language of the given text content. (Recommend for short text content) ## Lang Detect - [POST /text/nlp/langdetect](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1langdetect/post.md): Detect the language of the given text content. (Recommend for long text content)