ShabdaInsight is a Named Entity Recognizer (NER) application developed using Spring Boot. It identifies and classifies entities within text, including people, organizations, locations, and dates.
- Named Entity Recognition (NER): Efficiently recognizes entities in text.
- Customizable: Fine-tune entity recognition based on specific requirements.
- Scalable: Built on Spring Boot for easy deployment and scalability.
- Java Development Kit (JDK) 8 or later
- Maven
-
Clone the repository:
git clone https://github.com/theashutoshpandey/ShabdaInsight.git
-
Build the project:
cd ShabdaInsight mvn clean install
-
Run the application:
java -jar target/ShabdaInsight-1.0.jar
The application will be accessible at http://localhost:8080.
The application can be configured through the application.properties
file. Customize settings such as port number, model parameters, and logging as needed.
- ShabdaInsight makes use of natural language processing techniques. We acknowledge the contributions of the open-source NLP community.