Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linguisticsweb:tutorials:linguistics_tutorials:automaticannotation:stanford_pos_tagger_python [2020/09/28 19:47]
sabinebartsch
linguisticsweb:tutorials:linguistics_tutorials:automaticannotation:stanford_pos_tagger_python [2020/10/01 12:23] (current)
Line 67: Line 67:
 ===== Driving the Stanford PoS Tagger local installation from Python  / NLTK ====== ===== Driving the Stanford PoS Tagger local installation from Python  / NLTK ======
  
-Instead of running the Stanford PoS Tagger as an NLTK module, it can be driven through an NLTK wrapper module on the basis of a local tagger installation. In order to make use of this scenario, you first of all have to create a local installation of the Stanford PoS Tagger as described in the [[linguisticsweb:tutorials:linguistics_tutorials:automaticannotation:stanford_pos_tagger|Stanford PoS Tagger tutorial]] under **2 Installation and requirements**.+Instead of running the Stanford PoS Tagger as an NLTK module, it can be driven through an NLTK wrapper module on the basis of a local tagger installation. In order to make use of this scenario, you first of all have to create a local installation of the Stanford PoS Tagger as described in the [[linguisticsweb:tutorials:automaticannotation:stanford_pos_tagger|Stanford PoS Tagger tutorial]] under **2 Installation and requirements**.
 In the code itself, you have to point Python to the location of your Java installation: In the code itself, you have to point Python to the location of your Java installation: