biolab / biolab/orange3-text

Preprocess Text: add POS tagging for other languages

Open
#596 0 comments 0 reactions 0 assignees View on GitHub
enhancement feast text expert
Dominant language
Python
Stars
134
Forks
86
Avg merge
6d 5h
Merged PRs (30d)
1

Description

**Is your feature request related to a problem? Please describe.**
POS tagging is not available for languages other than English.

**Describe the solution you'd like**
Add UDPipe POS tagger to POS tagging preprocessor.

**Describe alternatives you've considered**
Any other POS tagger. We used to have Stanford, but it required loading .jar files, which I don't think is desirable.

**Additional context**
/

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing POS-tagging preprocessor and reviewing how English tagging is currently configured. Investigate how UDPipe could provide tagging for languages other than English; done means the preprocessor supports the requested non-English POS tagging without the Stanford .jar dependency.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.