harisbinzia/Urdu-Word-Segmentation
Urdu Word Segmentation using Conditional Random Fields (CRFs)
This tool helps computational linguists and natural language processing researchers to accurately break down written Urdu text into individual words. You input raw Urdu text, and it outputs the text segmented into its constituent words. This is particularly useful for anyone working on Urdu language processing tasks like search, translation, or sentiment analysis.
No commits in the last 6 months.
Use this if you need a reliable method to programmatically identify word boundaries in Urdu text for further linguistic analysis or processing.
Not ideal if you are looking for a ready-to-use application with a graphical interface, as this requires programming knowledge to implement.
Stars
12
Forks
9
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 03, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/harisbinzia/Urdu-Word-Segmentation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow