Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different possible input formats #13

Closed
davidsbatista opened this issue Jul 18, 2019 · 3 comments
Closed

Different possible input formats #13

davidsbatista opened this issue Jul 18, 2019 · 3 comments

Comments

@davidsbatista
Copy link
Owner

StanfordNER

  • Single-Line
    Switzerland/LOCATION ,/O Davos/PERSON 2018/O :/O Soros/PERSON accuses/O Trump/PERSON of/O wanting/O a/O `/O mafia/O state/O '/O and/O blasts/O social/O media/O ./O

  • CoNNL like

,	O
Davos	PERSON
2018	O
:	O
Soros	PERSON
accuses	O
Trump	PERSON
of	O
wanting	O
a	O
`	O
mafia	O
state	O
'	O
and	O
blasts	O
social	O
media	O
.	O
  • xml: TODO (add example)
  • inlineXML: TODO (add example)
  • tsv: TODO (add example)
  • slashTags: TODO (add example)

spaCy

@ivyleavedtoadflax
Copy link
Contributor

@davidsbatista I've merged this into MantisAI/nervaluate#3 so we could close this one for now if you are happy.

@davidsbatista
Copy link
Owner Author

yes, this was a mistake from my side opening this one this repo.

@ivyleavedtoadflax
Copy link
Contributor

Cool, hopefully will make some progress on CONLL in the next few days 👍

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

No branches or pull requests

2 participants