MHoubre commited on
Commit
2db9fe8
1 Parent(s): f2d939a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ Reference (indexer-assigned) keyphrases are also categorized under the PRMU (<u>
34
 
35
  Text pre-processing (tokenization) is carried out using `spacy` (`en_core_web_sm` model) with a special rule to avoid splitting words with hyphens (e.g. graph-based is kept as one token).
36
  Stemming (Porter's stemmer implementation provided in `nltk`) is applied before reference keyphrases are matched against the source text.
37
- Details about the process can be found in `prmu.py`.
38
 
39
  ## Content and statistics
40
 
 
34
 
35
  Text pre-processing (tokenization) is carried out using `spacy` (`en_core_web_sm` model) with a special rule to avoid splitting words with hyphens (e.g. graph-based is kept as one token).
36
  Stemming (Porter's stemmer implementation provided in `nltk`) is applied before reference keyphrases are matched against the source text.
37
+ Details about the process can be found in `prmu.py`. <u>P</u>resent keyphrases are ordered according to their first occurrence position in the text.
38
 
39
  ## Content and statistics
40