KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Guguk
★ 13
Open GitHub ↗
Turkish NLP library in Haskell.
Download README (.md)
Explore Similar Repositories
misc
:
Random stuff
ansible-wordpress
:
Wordpress, wp-cli, nginx, postgresql
nodefinder
:
erlang node discovery - simply start it and nodes will automatically connect
docker-xymon
:
Dockerization of the Xymon monitoring system on an Ubuntu base
SparkCore_Node-RED
:
Spark Core and Node-RED integration
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Guguk
?
Download (.md)
Guguk [](http://travis-ci.org/joom/Guguk) ===== Turkish NLP library for Haskell. (pronounce: *"[goo gook](http://forvo.com/word/guguk/#tr)"*.) Note that this is a personal pet project, heavily influenced by the mighty [zemberek-nlp](http://github.com/ahmetaa/zemberek-nlp). ## Progress - [x] Syllabification (in [Guguk.Syllabification](src/Guguk/Syllabification.hs))  * Passes all the tests. - [x] Phonetics (in [Guguk.Phonetics](src/Guguk/Phonetics.hs))  * More usable set of functions for the existing data and types is needed. - [x] Turkish Alphabet (in [Guguk.TurkishAlphabet](src/Guguk/TurkishAlphabet.hs))  * ASCIIfying, deASCIIfying functions etc. needed. - [ ] Phonology (in [Guguk.Morphology.Phonology](src/Guguk/Morphology/Phonology.hs))  * More usable set of functions for Turkish phonology and morphotactical rules. - [ ] Tokenization ([Guguk.Tokenization](src/Guguk/Tokenization))  * Basic functionality for [Sentence boundary detector](src/Guguk/Tokenization/SentenceBoundary.hs). (*TODO*: Handling ":" and "...", and changing from `String` to `Text`) This can be rewritten using Parsec. * Lexer needed. - [ ] POS Tagger ([Guguk.Syntax.PosTagger](src/Guguk/Syntax/PosTagger.hs))  ## Contribution I'm very open to any pull requests, issues or other kinds of suggestions. Feedback is especially important since I'm neither a Haskell nor Turkish NLP expert. ## Projects that use Guguk * [Divan.hs](http://github.com/joom/Divan.hs): Ottoman Divan poetry vezin checker ## License MIT License