Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
amanchadha
GitHub Repository: amanchadha/coursera-natural-language-processing-specialization
Path: blob/master/4 - Natural Language Processing with Attention Models/Week 4/data/taxi_db.json
65 views
1
[
2
"taxi_colors" : ["black","white","red","yellow","blue",'grey'],
3
"taxi_types": ["toyota","skoda","bmw",'honda','ford','audi','lexus','volvo','volkswagen','tesla']
4
"taxi_phone": ["^[0-9]{10}$"]
5
]
6
7