kellywong commited on
Commit
c3245c5
·
1 Parent(s): e4f3886

minor fix on README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ pip install sgnlp
76
  ## Examples
77
  For more full code guide, please refer to this [documentation](https://sgnlp.aisingapore.net/docs/model/ufd.html). <br> Alternatively, you can also try out the [demo](https://sgnlp.aisingapore.net/cross-lingual-cross-domain) for Cross Lingual Cross Domain.
78
 
79
- Simple Example of Undersupervised Feature Decomposition (UFD) model (On German language):
80
 
81
  ```python
82
  from sgnlp.models.ufd import UFDModelBuilder, UFDPreprocessor
 
76
  ## Examples
77
  For more full code guide, please refer to this [documentation](https://sgnlp.aisingapore.net/docs/model/ufd.html). <br> Alternatively, you can also try out the [demo](https://sgnlp.aisingapore.net/cross-lingual-cross-domain) for Cross Lingual Cross Domain.
78
 
79
+ Example of Undersupervised Feature Decomposition (UFD) model (German language):
80
 
81
  ```python
82
  from sgnlp.models.ufd import UFDModelBuilder, UFDPreprocessor