Hej @EmilStenstrom. Jag vill använda ditt JSON Tagger API för att leta fram alla substantiv i en lång lista med ord men det verkar som om det inte tycker om å, ä, ö, o.s.v. Jag ser att du i vissa kodexempel uttryckligen anger UTF8 men du nämner inte det kravet i dokumentationen.
@EmilStenstrom Det är inte särskilt komplext då jag behövde köra det en gång. Här är de relevanta bitarna (skippar loopar och annat):
$words = Get-Content ".\svenska-ord.json" | ConvertFrom-Json
Invoke-WebRequest -Uri "https://t.co/zUnBqtSMG0" -Body "$word" -Method "POST"
@EmilStenstrom Om någon mot förmodan hittar den här tråden fulhackade jag ihop en lösning (jag har bara gemener i mina ord):
$word = $word.Replace('å', '\U+00E5')
$word = $word.Replace('ä', '\U+00E4')
$word = $word.Replace('ö', '\U+00F6')
@EmilStenstrom Jag har inte testat med versaler men ett ord som "blå" ger Internal Server Error som resultat.
Jag skall dubbelkolla att det är UTF-8 hela vägen då jag läser in orden från en fil och sedan anropar ditt API - kanske att PowerShell kladdar till det på vägen.
@ItsTomographic Hi Tom! If you need another game to test in between Warzone and BF2042, try Generation Zero. It's an FPS with great story, fantastic graphics, and interesting setting. Play solo for a survival horror vibe, or in co-op for a guerilla warfare vibe.
@SSS_Stream A game should be right up your alley is Generation Zero. It takes place in an alternative version of Sweden, during the 80's, where you must uncover the source of an unknown robotic invasion. Great fun in both co-op and solo, with fantastic character customization.
@Pentadact You made the volcano/jungle rule so you can remove it. :) If volcano isn't fun, then why play it. I'd watch you play even if it were a non-daily run so play what you enjoy.
@letsgameitout Have you tried Trailmakers? You build custom vehicles from basic building blocks to help you collect resources needed to escape an alien planet. Should be up your alley. https://t.co/pc3NTpxrQv
@jackfrags - If you want to play an atmospheric, tactical PvE shooter, try Generation Zero. Resource mgmt and how you engage enemies are quite important. Great visuals & character customization, with a proper story. Play with mates for max fun. https://t.co/725pIQQUMl
@ATVIAssist A couple of "Chapter" links on this Warzone Strategy Guide page leads to internal CMS links: https://t.co/W5fcnsyqHB
Not a priority but I thought you'd like to know.