Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonsea0927/keywordfinder
The KeywordFinder is a project that arose from my vocational school thesis and is being further developed here open source. It is a tool to support text analysis, especially the analysis of tender texts.
https://github.com/dragonsea0927/keywordfinder
auschreibung sass scss tender-texts textanalysis typescript vue
Last synced: about 1 month ago
JSON representation
The KeywordFinder is a project that arose from my vocational school thesis and is being further developed here open source. It is a tool to support text analysis, especially the analysis of tender texts.
- Host: GitHub
- URL: https://github.com/dragonsea0927/keywordfinder
- Owner: dragonsea0927
- License: mpl-2.0
- Created: 2024-08-08T11:35:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T11:37:38.000Z (5 months ago)
- Last Synced: 2024-08-08T18:50:47.497Z (5 months ago)
- Topics: auschreibung, sass, scss, tender-texts, textanalysis, typescript, vue
- Language: Vue
- Homepage: https:keywordfinder.josunlp.de/#/
- Size: 678 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KeywordFinder
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
[![GitHub issues](https://img.shields.io/github/issues/JosunLP/KeywordFinder)](https://github.com/JosunLP/KeywordFinder/issues)
[![CodeFactor](https://www.codefactor.io/repository/github/josunlp/KeywordFinder/badge)](https://www.codefactor.io/repository/github/josunlp/KeywordFinder)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/josunlp/KeywordFinder)
![GitHub top language](https://img.shields.io/github/languages/top/josunlp/KeywordFinder)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/josunlp/KeywordFinder)## Menü
---
- [KeywordFinder](#keywordfinder)
- [Menü](#menü)
- [English](#english)
- [Description](#description)
- [Installation](#installation)
- [Development](#development)
- [Deutsch](#deutsch)
- [Beschreibung](#beschreibung)
- [Aufsetzen](#aufsetzen)
- [Entwicklung](#entwicklung)---
## English
### Description
The KeywordFinder is a tool that supports the search for keywords in a text. Its intended use case is to search for keywords in tender texts in order to speed up the evaluation process.
### Installation
npm install
### Development
npm run dev
---
## Deutsch
### Beschreibung
Der KeywordFinder ist ein Tool, das die Suche nach Schlüsselwörtern in einem Text unterstützt. Sein beabsichtigter Anwendungsfall ist die Suche nach Schlüsselwörtern in Ausschreibungstexten, um den Evaluierungsprozess zu beschleunigen.
### Aufsetzen
npm install
### Entwicklung
npm run dev