You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Detailed Tutorials for Text Extensions for Pandas
2
2
3
-
This portion of the project is still a work in progress.
3
+
This area of the Text Extensions for Pandas source code contains detailed
4
+
end-to-end examples, broken down into multiple Jupyter notebooks. Each use
5
+
case occupies a separate subdirectory of the `tutorials` directory.
6
+
7
+
To run any of these tutorials, check out a copy of the Text Extensions for
8
+
Pandas source tree, follow the instructions in the main `README.md` file to
9
+
create a JupyterLab environment, and run the notebooks in the directory you're
10
+
interested in.
11
+
12
+
Subdirectories:
13
+
*`corpus`: Model training and analysis code used in the CoNLL-2020 paper ["Identifying Incorrect Labels in the CoNLL-2003 Corpus"](https://www.aclweb.org/anthology/2020.conll-1.16/).
14
+
*`market`: Market intelligence use case involving mining the names and
0 commit comments