Python Forum
Extract nouns out of a CoNLL-file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extract nouns out of a CoNLL-file
#4
There are instructions on how to load your own corpus in NLTK.
Here's one: https://technaverbascripta.wordpress.com...e-toolkit/
Once that is done, the corpus can be accessed through normal NLTK methods.
This post: http://stackoverflow.com/questions/17753...python-mad
shows how to get a list of nouns from a corpus.
Reply


Messages In This Thread
Extract nouns out of a CoNLL-file - by MattaFX - May-01-2017, 05:31 PM
RE: Extract nouns out of a CoNLL-file - by Larz60+ - May-01-2017, 07:59 PM
RE: Extract nouns out of a CoNLL-file - by MattaFX - May-07-2017, 05:10 PM
RE: Extract nouns out of a CoNLL-file - by Larz60+ - May-08-2017, 02:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Extract file only (without a directory it is in) from ZIPIP tester_V 1 1,254 Jan-23-2023, 04:56 AM
Last Post: deanhystad
  How to extract specific data from .SRC (note pad file) Shinny_Shin 2 1,420 Jul-27-2022, 12:31 PM
Last Post: Larz60+
  Extract parts of a log-file and put it in a dataframe hasiro 4 6,816 Apr-08-2022, 01:18 PM
Last Post: hasiro
  Extract a string between 2 words from a text file OscarBoots 2 1,999 Nov-02-2021, 08:50 AM
Last Post: ibreeden
  Extract specific sentences from text file Bubly 3 3,652 May-31-2021, 06:55 PM
Last Post: Larz60+
  Add a new column when I extract each sheet in an Excel workbook as a new csv file shantanu97 0 2,332 Mar-24-2021, 04:56 AM
Last Post: shantanu97
  How to extract a single word from a text file buttercup 7 3,968 Jul-22-2020, 04:45 AM
Last Post: bowlofred
  How to extract MSS (maximum size segment) from a pcap file ? salwa17 0 1,787 Jun-29-2020, 09:06 AM
Last Post: salwa17
  How to extract specific rows and columns from a text file with Python Farhan 0 3,513 Mar-25-2020, 09:18 PM
Last Post: Farhan
  Extract info from 3d file DindonPiere 1 2,052 Nov-06-2019, 05:38 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020