Skip to content

Instantly share code, notes, and snippets.

View iwan-rg's full-sized avatar

iWAN Research Group iwan-rg

View GitHub Profile
@iwan-rg
iwan-rg / Detecting Errors in Arabic Text using Neural Sequence Labeling
Created February 4, 2019 15:51
Code for "Detecting Errors in Arabic Text using Neural Sequence Labeling"
from google.colab import files
uploaded = files.upload()
for fn in uploaded.keys():
print('User uploaded file "{name}" with length {length} bytes'.format(
name=fn, length=len(uploaded[fn])))
#############
import tensorflow as tf