SPSS Statistics

 View Only
Expand all | Collapse all

Using the extension bundle Stats Text Analysis

  • 1.  Using the extension bundle Stats Text Analysis

    Posted Mon September 16, 2024 10:03 AM

    I installed the stats text analysis extension on my computer but don't see it show up in the menu. What do I need to do to get to use it? #SPSSStatistics



    ------------------------------
    Ratna Wynn
    ------------------------------


  • 2.  RE: Using the extension bundle Stats Text Analysis

    Posted Wed September 18, 2024 09:28 AM
    After you install it, you should see it under Analyze > Descriptive Statistics as Text Analysis. If you type "text analysis" or part of that in the search box on the toolbar, you should see it appear.

    This is assuming that you chose to install it, not just to download it.

    --





  • 3.  RE: Using the extension bundle Stats Text Analysis

    Posted Sun September 22, 2024 04:11 PM

    Thanks! I forgot to click the box. It's downloaded but when I run it I get this error. 



    ------------------------------
    Ratna Wynn
    ------------------------------



  • 4.  RE: Using the extension bundle Stats Text Analysis

    Posted Sun September 22, 2024 04:17 PM
    Are you sure that you are using the latest version of TEXT ANALYSIS?  I updated that recently to include the punkt_tab data module, which just became a requirement of the nltk library due to some changes in that library.

    You can go to the Extensions > Extension Hub menu and search for TEXT ANALYSIS with the Update available box checked.  The latest version on the EH is 1.5.1

    --





  • 5.  RE: Using the extension bundle Stats Text Analysis

    Posted Sun September 22, 2024 06:38 PM

    Yes, it seems like that is what I have installed. 



    ------------------------------
    Ratna Wynn
    ------------------------------



  • 6.  RE: Using the extension bundle Stats Text Analysis

    Posted Sun September 22, 2024 06:34 PM
    As a check, run this code from a syntax window.
    begin program.
    import nltk
    print(nltk.__version__)
    end program.

    You should see 
    3.9.1 as the version output.


    --





  • 7.  RE: Using the extension bundle Stats Text Analysis

    Posted Sun September 22, 2024 06:42 PM

    I tried this. I get this error. 



    ------------------------------
    Ratna Wynn
    ------------------------------



  • 8.  RE: Using the extension bundle Stats Text Analysis

    Posted Sun Septe