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

Statistics widget #229

Closed
ajdapretnar opened this issue Apr 4, 2017 · 1 comment
Closed

Statistics widget #229

ajdapretnar opened this issue Apr 4, 2017 · 1 comment

Comments

@ajdapretnar
Copy link
Collaborator

Short description

Feature construction widget. Construct new attributes by selecting statistical measures (mostly counts).

Connections

Input: Corpus
Output: Enhanced Corpus (additional features)

Features
  • words: len(doc)
  • startswith (e.g. how many words in text start with 'pre')
  • endswith (e.g. how many words in text end with 'ness')
  • contains
  • regex (e.g. contain digits)
  • count by POS tags (NN=8, JJ=17, etc.)
Additional info

Check for other popular text mining measures to add to the widget.

text words starts with 'ex' contains 'ex' proper nouns
"This is some text." 4 0 1 1
"This is another example." 4 1 1 1
"So great!" 2 0 0 0
@ajdapretnar
Copy link
Collaborator Author

@astaric @lanzagar Could we perhaps write down the design we talked about today?

@PrimozGodec PrimozGodec self-assigned this Feb 26, 2020
@PrimozGodec PrimozGodec mentioned this issue Mar 1, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants