Skip to content

extractnet

70 9 3 MIT
2.0.7 (2 months ago) Dec 11 2020 330 (month)

Example Use


from extractNet.extractNet import extractNet

#Initialize the model
en = extractNet()

#Extract structured data from text
text = "My phone number is 555-555-5555 and my email address is example@example.com"
data = en.extract(text)

#Print the extracted data
print(data)
{'phone_number': '555-555-5555', 'email': 'example@example.com'}

Alternatives / Similar


1,349 2020.1.16 (3 years ago) Dec 14 2008 compare
12,365 0.2.8 (4 years ago) Dec 28 2012 compare
722 1.4.0 (3 months ago) Jul 17 2019 compare
2,206 0.8.1 (2 years ago) Jun 30 2011 compare
728 0.14.0 (2 months ago) Oct 27 2015 compare
3,007 0.11.0 (3 months ago) Oct 20 2013 compare
9,316 1.1.9 (4 years ago) Aug 24 2018 compare

Other Languages

2,028 v1.1.3 (1 year, 9 months ago) Apr 20 2016 compare