Home
Name Modified Size InfoDownloads / Week
ArabicCollocations0.3.zip 2012-03-22 6.0 MB
README.txt 2012-03-22 816 Bytes
ArabicCollocation0.1.zip 2011-07-12 987.1 kB
most_collocation.txt.bz2 2011-07-12 979.0 kB
Totals: 4 Items   7.9 MB 1
Maskouk: Arabic Collocation list
=======================
Developer : taha dot zerrouki at gmail dot com
site: http://maskouk.sourceforge.net
Resource
===========
Arabic wikipedia data base 2011-Jun-21.




Data Files:
=============
Contains all arabic collocations  from arabic wikipedia.

Data Structure:
===============
DataBase Structure
CREATE TABLE collocations (
  id int(11) NOT NULL UNIQUE,
  vocalized varchar(30) DEFAULT NULL,
  unvocalized varchar(30) DEFAULT NULL,
  rule varchar(30) DEFAULT NULL,
  category varchar(30) NOT NULL,
  note text
);
CSV Structure:
 1- id 			: id unique in the database
 2- vocalized 	: vocalized collocation
 3- unvocalized : unvocalized collocation
 4- rule 		: the extraction rule number
 5- category 	: collocation category
 6- note 		: 
Source: README.txt, updated 2012-03-22