A “Project“ is the place that contains the documents, segments, annotations, categories, metadata, models etc… for a given task.
- Create a new project in the Home page:

- Give a name to your project.
- Choose the project language (= document language)
- Define the NLP task type: Ask yourself the question: Which NLP task can solve my problem?

Notes:
- Select Question answering if you want to…
- retrieve segments using full text search, vector search or hybrid search
- get answers thanks to LLMs… with link to the source
- Select Entity detection if you want to…
- extract named entities or token from text
- extract terms from business vocabulary
- annotate with World Knowledge (Wikidata or others)
- perform text summarization…
- Select Text classification if you want to…
- classifiy text or document on a classification plan or categories
- perform Text Clustering on documents