Skip to content

Commit

Permalink
Update README.md (#654)
Browse files Browse the repository at this point in the history
add get lemma on lexeme
  • Loading branch information
dpriskorn committed Jan 6, 2024
1 parent d32ac9b commit b43d353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ new_claim_string = datatypes.String(prop_nr='P31533', value='A String property',
entity.claims.add(claim_string)
```

#### Get lemma on lexeme

```python
lexeme.lemmas.get(language='fr')
```

#### Set lemma on lexeme

From [lexeme_update.ipynb](notebooks/lexeme_update.ipynb)
Expand Down

0 comments on commit b43d353

Please sign in to comment.