[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[developers] Naftawayh a python library for Arabic word tagging
- To: developer at arabeyes dot org
- Subject: [developers] Naftawayh a python library for Arabic word tagging
- From: Taha Zerrouki <taha dot zerrouki at gmail dot com>
- Date: Fri, 01 Apr 2011 11:21:14 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=JyAR+/Qg07FvB4llf7d4EMDaRL+FqEQTaedf1cRViLo=; b=WZaBsWruOAUsIfjaz8nWu/B4mh9HJ7oINnc+dtJG+kx6f41Cn9viD2qRwlV4H3+cHT +SG3rRbaAWZl/lV0DDE8nVMTbNZEgzqX+LUpAM8j6yAzGVZBumZ5C9X9AVY+vtEPYyyS +XtkbsBKQEKr53aHQ1q0Q6aLSefUFJ5aQJw18=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=CCQeMDOSvgntSI0n/Y3BmF1iN/gptHolo5rW4qQzvwTRty5d7j8xO87lMtFvB7kz4I R+F3o07UKq87hxga9RdUQLi5ulYQbjy0KmbgJvfFTay4gMJw5q7vp2Gx4HRU4/rUyi4C 9lXd6RXLdp+R5S/rPNuY5WjNvUL0dKQS3o0mM=
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ar; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9
A new project:
http://naftawayh.sf.net
Naftawayh is a python library for Arabic word tagging (word
classification) into types (nouns, verbs, stopwords), which is useful in
language processing, especially for text mining. Naftawayh works
according to the Arabic word structure, and the ability to guess the
word class, through certain signs. For example, a word which ends Teh
Marbuta, is a noun. Hamza Below Alef, class the word as a noun. We can
identify many kins of words, by patterns especially for verbs in present
tense and defined words.
Who is Naftawayh
Demo
You can try a demo on Adawat by using the word classification button
Applications
Text mining.
Text summarizing.
Sentences identification.
Grammar. analysis.
Morphological analysis acceleration.
Extraction of ngrams..
Files
Python library Windows
source code zip