Skip to content

Instantly share code, notes, and snippets.

View linuxscout's full-sized avatar

Taha Zerrouki (طه زروقي ) linuxscout

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# verbstamp.py
#
# Copyright 2023 zerrouki <zerrouki@majd4>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
#!/usr/bin/python
# -*- coding=utf-8 -*-
"""
Example on arabic text cleaning using PyArbic Library
Requirements: pip install pyarabic
Data: csv text file contains (tweet, emotion) separated by a ','
Ouput: text file ( cleaned)
"""
import sys
#!/usr/bin/python
# -*- coding=utf-8 -*-
"""
An example of cleaning arabic text with PyArbic Library
Requirements: pip install pyarabic
Data: text file
Ouput: text file ( cleaned)
"""
import sys
@linuxscout
linuxscout / hunspell.php
Created November 4, 2012 21:24
Spellchecker HunSpell driver class for jQuery Spellchecker
<?php
/**
* Spellchecker HunSpell driver class
* !! Hunspell is required !!
*
* @package jQuery Spellchecker (https://github.com/badsyntax/jquery-spellchecker)
* @author Taha Zerrouki
* @copyright (c) Taha Zerrouki
* @license https://github.com/badsyntax/jquery-spellchecker/blob/master/LICENSE-MIT
*/