├── Chapter_01.ipynb ├── Chapter_02.ipynb ├── Chapter_03.ipynb ├── Chapter_04.ipynb ├── README.md ├── example ├── meta.json └── tokenizer ├── exercises ├── bookquotes.json ├── capitals.json ├── countries.json ├── country_text.txt ├── gadgets.json ├── iphone.json └── tweets.json ├── img ├── 3 PAV.pdf ├── builtin.png ├── components.png ├── components2.png ├── data-struct.png ├── dep_example.png ├── hood.png ├── models.png ├── re.png ├── span.png ├── span2.png ├── table.png ├── token.png ├── tokenizer.png ├── trainning1.png ├── vs.png └── whathappens.png └── requirements.txt /Chapter_01.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/Chapter_01.ipynb -------------------------------------------------------------------------------- /Chapter_02.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/Chapter_02.ipynb -------------------------------------------------------------------------------- /Chapter_03.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/Chapter_03.ipynb -------------------------------------------------------------------------------- /Chapter_04.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/Chapter_04.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/README.md -------------------------------------------------------------------------------- /example/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/example/meta.json -------------------------------------------------------------------------------- /example/tokenizer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/example/tokenizer -------------------------------------------------------------------------------- /exercises/bookquotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/exercises/bookquotes.json -------------------------------------------------------------------------------- /exercises/capitals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/exercises/capitals.json -------------------------------------------------------------------------------- /exercises/countries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/exercises/countries.json -------------------------------------------------------------------------------- /exercises/country_text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/exercises/country_text.txt -------------------------------------------------------------------------------- /exercises/gadgets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/exercises/gadgets.json -------------------------------------------------------------------------------- /exercises/iphone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/exercises/iphone.json -------------------------------------------------------------------------------- /exercises/tweets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/exercises/tweets.json -------------------------------------------------------------------------------- /img/3 PAV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/3 PAV.pdf -------------------------------------------------------------------------------- /img/builtin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/builtin.png -------------------------------------------------------------------------------- /img/components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/components.png -------------------------------------------------------------------------------- /img/components2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/components2.png -------------------------------------------------------------------------------- /img/data-struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/data-struct.png -------------------------------------------------------------------------------- /img/dep_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/dep_example.png -------------------------------------------------------------------------------- /img/hood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/hood.png -------------------------------------------------------------------------------- /img/models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/models.png -------------------------------------------------------------------------------- /img/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/re.png -------------------------------------------------------------------------------- /img/span.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/span.png -------------------------------------------------------------------------------- /img/span2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/span2.png -------------------------------------------------------------------------------- /img/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/table.png -------------------------------------------------------------------------------- /img/token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/token.png -------------------------------------------------------------------------------- /img/tokenizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/tokenizer.png -------------------------------------------------------------------------------- /img/trainning1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/trainning1.png -------------------------------------------------------------------------------- /img/vs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/vs.png -------------------------------------------------------------------------------- /img/whathappens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/img/whathappens.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cristianasp/spacy-notebook/HEAD/requirements.txt --------------------------------------------------------------------------------