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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ for item in doc.aspects[0].extracted_items:
225
225
# or `doc.get_aspect_by_name("Payment Terms").extracted_items`
226
226
227
227
```
228
-
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_aspect.ipynb)
228
+
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_aspect.ipynb)
229
229
230
230
231
231
### Concept extraction
@@ -287,7 +287,7 @@ print(
287
287
# or `doc.get_concept_by_name("Anomalies").extracted_items`
288
288
289
289
```
290
-
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_concept.ipynb)
290
+
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_concept.ipynb)
Copy file name to clipboardExpand all lines: dev/readme.template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Aspect is a defined area or topic within a document (or another aspect). Each as
60
60
```python
61
61
{{QUICKSTART_ASPECT}}
62
62
```
63
-
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_aspect.ipynb)
63
+
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_aspect.ipynb)
64
64
65
65
66
66
### Concept extraction
@@ -70,7 +70,7 @@ Concept is a unit of information or an entity, derived from an aspect or the bro
70
70
```python
71
71
{{QUICKSTART_CONCEPT}}
72
72
```
73
-
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_concept.ipynb)
73
+
[](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_concept.ipynb)
0 commit comments