This is the web application that consumes the Core library.
This application serves an exploratory role to allow reseachers to test thresholds for their search terms and target words or potential misspellings. It uses the same algorithms as the main CLI and gives helpful notices on whether the combination would be accepted as a match or rejected.
If you encounter any issues or need support please either contact @nanthony007 or open an issue.
This is a Next.js project bootstrapped with create-next-app.
First clone the repo:
with GitHub CLI:
gh repo clone UK-IPOP/drug-extractionor via HTTPS:
git clone https://github.com/UK-IPOP/drug-extraction.gitRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
The only page you will need to edit is pages/index.tsx. The preview auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
See CONTRIBUTING.md for more details.
