Ahmet Yildirim commited on
Commit
5c4c87b
·
1 Parent(s): 74760ea

- Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -122,7 +122,7 @@ humit_tagger.identify_language(["Jeg elsker snø.","Eg elskar snø."])
122
 
123
  ### Recursive language identification of all files in a directory
124
  ```python
125
- humit_tagger.identify_language(input_directory = "../inp")
126
  ```
127
 
128
 
 
122
 
123
  ### Recursive language identification of all files in a directory
124
  ```python
125
+ humit_tagger.identify_language(input_directory = "path/to/input/directory")
126
  ```
127
 
128