Skip to content

NLP Editor is text-editor like platform for linguistic analysis of texts.

License

Notifications You must be signed in to change notification settings

themistocleous/nlp_editor

Repository files navigation

Description

This is a platform for analyzig texts. The idea is to manipulate texts, and analyze their phonology and morphology in a Text-Editor-like environment. This application is written in Python and it aims to be cross-platform. Currently, it is developed and tested on a MAC. It is still very early in development so it is very buggy!

NLTK

Features

Version 0.01

It also includes an implementation of IPAGreek which converts text in Standard Modern Greek and Cypriot Greek orthography to the international phonetic alphabet (IPA).

  • to type text in Standard Modern Greek orthography and convert it to IPA.
  • to type text in Cypriot Greek orthography and convert it to IPA.
  • to create lists of words in reverse order for dictionaries.
  • to analyze text using the implemented regular expressions engine.

Bug Fixes

  • 08-09-2019 Correcting the phonological transcription of the words such as έγκαιρος.

Using NLP Editor

First clone the repository with ssh

clone git@github.com:themistocleous/nlp_editor.git

or with https

clone https://github.com/themistocleous/nlp_editor.git

Alternatively, you can download it from

https://github.com/themistocleous/nlp_editor

Then, from inside the repo run:

python3 main.py

About

NLP Editor is text-editor like platform for linguistic analysis of texts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published