Yelp Reviews Sentiment Analysis
This is a React application that utilizes the Elastic Search API to implement a search interface. It allows users to search for reviews based on various criteria and provides facets for filtering the search results.
The following dependencies are required to run the application:
@elastic/search-ui-app-search-connector
: A connector for integrating with the Elastic App Search API.@elastic/react-search-ui
: A set of UI components for building search interfaces.@elastic/react-search-ui-views
: Additional views for the search interface components.@elastic/search-ui
: The search driver options for configuring the search behavior.
-
Install the required dependencies using npm or yarn:
npm install @elastic/search-ui-app-search-connector @elastic/react-search-ui @elastic/react-search-ui-views @elastic/search-ui
-
Import the necessary components and configure the search driver options in your React application.
-
Run the React application using your preferred development environment or build and deploy it to a server.
yarn start