Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zlatamigas/linguisticdictionary
JavaFX app for annotating texts and creating dictionaries with Stanford CoreNLP.
https://github.com/zlatamigas/linguisticdictionary
java javafx stanford-corenlp
Last synced: about 2 months ago
JSON representation
JavaFX app for annotating texts and creating dictionaries with Stanford CoreNLP.
- Host: GitHub
- URL: https://github.com/zlatamigas/linguisticdictionary
- Owner: zlatamigas
- Created: 2022-07-31T15:20:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T17:08:41.000Z (over 2 years ago)
- Last Synced: 2023-03-08T18:18:53.891Z (almost 2 years ago)
- Topics: java, javafx, stanford-corenlp
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinguisticDictionary
## Description
LinguisticDictionary is a Windows app for annotating texts (with .txt extension) and creating dictionaries with natural language processing.
You can annotate texts and collect collect linguistic annotation statistics for them.
Annotated texts can be used to form dictionaries, which you can edit independently from texts: add new words, set tokens (tags) for them, remove existing words from dictionary, add new annotated text info and other dictionary info into edited dictionary.
For dictionary next statistics can be obtained:
* absolute frequency of occurrence of a word (without tag);
* absolute frequency of occurrence of each tag;
* absolute frequency of occurrence of word_tag pair;
* absolute frequency of occurrence of pairs of tags (next to each other).App interface is done in the Russian language. The application supports language processing in English.
## Usage
Main menu
Annotated text
Edit word
Edit dictionary
Search word in dictionary
Statistics