Skip to content

Adding Conll format with POS tag and Lemmatization#9

Open
alabrashJr wants to merge 2 commits intodbamman:masterfrom
alabrashJr:master
Open

Adding Conll format with POS tag and Lemmatization#9
alabrashJr wants to merge 2 commits intodbamman:masterfrom
alabrashJr:master

Conversation

@alabrashJr
Copy link

BIO format has been transformed to BILOU format within conll format using (bio2biluo.py)[https://github.com/ufal/acl2019_nested_ner/blob/master/bio2bilou.py].

Lemmatization and POS tags have been done using(UDPipe)
(http://ufal.mff.cuni.cz/udpipe)

The columns are as follows.

  • FORM: Word form or punctuation symbol.
  • LEMMA: Lemma or stem of word form.
  • XPOS: Language-specific part-of-speech tag; underscore if not available.
  • Labels joined with bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant