What simple machine learning algorithm to use in POS tagging [closed]2019 Community Moderator ElectionNew to ML and NLP. Is topic/subject extraction a good place to start?What algorithm to use for extracting information from bank statementspython - What is the format of the WAV file for a Text to Speech Neural Network?How to approach speech analysis?How can I find contextually related words and classify into custom tags/labels?Machine learning algorithm for syllable stressIdentifying parts of speech for individual words (not texts)Is machine learning a viable tool to map accent from speech onto text/syllables?What machine learning algorithms to use for unsupervised POS tagging?Cant get LSTM model to give required predictions

Fully-Firstable Anagram Sets

table going outside the page

How much of data wrangling is a data scientist's job?

What about the virus in 12 Monkeys?

Is the Joker left-handed?

How do I write bicross product symbols in latex?

Can a rocket refuel on Mars from water?

How do I gain back my faith in my PhD degree?

Issue with type force PATH search

Should I tell management that I intend to leave due to bad software development practices?

Can I use a neutral wire from another outlet to repair a broken neutral?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

Why are electrically insulating heatsinks so rare? Is it just cost?

How badly should I try to prevent a user from XSSing themselves?

Why is the ratio of two extensive quantities always intensive?

Forgetting the musical notes while performing in concert

Expand and Contract

numexpr behavior in math mode and/or TikZ

Why is this clock signal connected to a capacitor to gnd?

What is going on with Captain Marvel's blood colour?

I would say: "You are another teacher", but she is a woman and I am a man

What is the word for reserving something for yourself before others do?

Blender 2.8 I can't see vertices, edges or faces in edit mode

How do I deal with an unproductive colleague in a small company?



What simple machine learning algorithm to use in POS tagging [closed]



2019 Community Moderator ElectionNew to ML and NLP. Is topic/subject extraction a good place to start?What algorithm to use for extracting information from bank statementspython - What is the format of the WAV file for a Text to Speech Neural Network?How to approach speech analysis?How can I find contextually related words and classify into custom tags/labels?Machine learning algorithm for syllable stressIdentifying parts of speech for individual words (not texts)Is machine learning a viable tool to map accent from speech onto text/syllables?What machine learning algorithms to use for unsupervised POS tagging?Cant get LSTM model to give required predictions










1












$begingroup$


I am new to NLP. I have a dataset that has already a parts of speech included, the only problem is what algorithm to use in order to train my dataset. Sample:



"word1": "POS",
"word2": "POS",
"word3": "POS",
"word4": "POS"


Ambiguity is not a problem in this case.
If I input a word, it should tell what POS it is, but if the word is unknown, the POS will also be unknown.










share|improve this question











$endgroup$



closed as unclear what you're asking by Siong Thye Goh, Mark.F, Ethan, Kiritee Gak, Dawny33 Mar 28 at 16:05


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






















    1












    $begingroup$


    I am new to NLP. I have a dataset that has already a parts of speech included, the only problem is what algorithm to use in order to train my dataset. Sample:



    "word1": "POS",
    "word2": "POS",
    "word3": "POS",
    "word4": "POS"


    Ambiguity is not a problem in this case.
    If I input a word, it should tell what POS it is, but if the word is unknown, the POS will also be unknown.










    share|improve this question











    $endgroup$



    closed as unclear what you're asking by Siong Thye Goh, Mark.F, Ethan, Kiritee Gak, Dawny33 Mar 28 at 16:05


    Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.




















      1












      1








      1





      $begingroup$


      I am new to NLP. I have a dataset that has already a parts of speech included, the only problem is what algorithm to use in order to train my dataset. Sample:



      "word1": "POS",
      "word2": "POS",
      "word3": "POS",
      "word4": "POS"


      Ambiguity is not a problem in this case.
      If I input a word, it should tell what POS it is, but if the word is unknown, the POS will also be unknown.










      share|improve this question











      $endgroup$




      I am new to NLP. I have a dataset that has already a parts of speech included, the only problem is what algorithm to use in order to train my dataset. Sample:



      "word1": "POS",
      "word2": "POS",
      "word3": "POS",
      "word4": "POS"


      Ambiguity is not a problem in this case.
      If I input a word, it should tell what POS it is, but if the word is unknown, the POS will also be unknown.







      machine-learning python nlp






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 26 at 12:42









      Glorfindel

      1511210




      1511210










      asked Mar 26 at 11:59









      Mcrey FonacierMcrey Fonacier

      62




      62




      closed as unclear what you're asking by Siong Thye Goh, Mark.F, Ethan, Kiritee Gak, Dawny33 Mar 28 at 16:05


      Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









      closed as unclear what you're asking by Siong Thye Goh, Mark.F, Ethan, Kiritee Gak, Dawny33 Mar 28 at 16:05


      Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          Quoting Keynes in a lectureIs differentiated instruction permitted by universities?How to make students learn prerequisitesUnsatisfactory Instructor Evaluations: balancing of expectations of engineering studentsWhat is the difference between a “statistician”, “applied statistician”, and an academic applying advanced stats within their field?Listing in reference section, but not quotingHow to efficiently use time while preparing for a class?Graduate Admissions: Teaching Emphasisstrategies for sharing teaching information with universities I don't personally have contacts withIs there an efficient way to give a large class of students feedback about their assignments?Is it unreasonable to expect students to read the lecture notes before attending the first class?

          Rank groups within a grouped sequence of TRUE/FALSE and NAGrouping functions (tapply, by, aggregate) and the *apply familyCharacters counting and subletting specific patternsWhat is the purpose of setting a key in data.table?data.table vs dplyr: can one do something well the other can't or does poorly?how to make a bar plot for a list of dataframes?How to group by unique values in a list in RPandas - Alternative to rank() function that gives unique ordinal ranks for a columnRank within group in for loop in RData transformation: from dyadic to observational data in RGetting map from purrr to work with paste0

          Are all passive ability checks floors for active ability checks?Does passive perception supersede active perception?Which skills can be used passively?Active Opposition with Free-Form Professions in Fate5E Trap/Ambush/Stealth Mechanics VS Passive Perception ConfusionInteraction between perception and stealth in obscured conditionsHow does Keen Sight affect Passive Perception?Are all d20 rolls either attacks, saves or ability checks?Can players declare that they are making a specific ability check?Can I see a Hidden creature that is not obscured at all?Can a Stealth check ever be made passively?Is this alternate version of the Observant feat balanced?What is the minimum amount of skill points per HD?