Python Forum
remove gilberishs from a "string"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
remove gilberishs from a "string"
#1
sorry for my bad English,
I got stuck on this problem from 2 day ago,
i tried to extract all of the dialogues from the PS1 game
this is the parts of it:
Quote:[v1s9jiue]
[a ;]
[a2b'v6]
[my father's been in a good mood since cliff became his son.]
[wsm]
[v e]
[e n]
[{|{9;<9z]
[i't]
[ryiv?1enns]
[yja'al]
[a ;]
[a2b'v6]
[hello peter. welcome.]
[yssu]
[ys u y8]
i tried multiple language detectors and translators to split which is real dialogue and which is not,
but do not work,
is there any clue to solve this?
Note :
1. i can do it manually, but the data is about 5mb of "string", it will take days to clean the data
2. some data like [stu] and [kai] is valid dialogue as it is their names
3. i prefer non online/register way

thank you for reading
have a nice day
Reply
#2
Is every line of dialogue preceeded by a2b'v6?
Reply
#3
(Mar-15-2024, 08:06 AM)deanhystad Wrote: Is every line of dialogue preceeded by a2b'v6?
using
for i in f.readlines:
to check line by line
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Smile please help me remove error for string.strip() jamie_01 3 1,211 Oct-14-2022, 07:48 AM
Last Post: Pedroski55
  Remove a space between a string and variable in print sie 5 1,800 Jul-27-2022, 02:36 PM
Last Post: deanhystad
  How do I remove spurious "." from a string? Zuhan 7 2,070 Apr-12-2022, 02:06 PM
Last Post: Pedroski55
  How to remove char from string?? ridgerunnersjw 2 2,568 Sep-30-2020, 03:49 PM
Last Post: ridgerunnersjw
  Remove from end of string up to and including some character lbtdne 2 2,357 May-17-2020, 09:24 AM
Last Post: menator01
  Remove escape characters / Unicode characters from string DreamingInsanity 5 13,774 May-15-2020, 01:37 PM
Last Post: snippsat
  Highlight and remove specific string of text itsalmade 5 3,559 Dec-11-2019, 11:58 PM
Last Post: micseydel
  Cannot Remove the Double Quotes on a Certain Word (String) Python BeautifulSoup soothsayerpg 5 7,133 Oct-27-2019, 09:53 AM
Last Post: newbieAuggie2019
  with input remove a string from the list konsular 3 2,602 Oct-12-2019, 09:25 AM
Last Post: konsular
  remove string character from url jacklee26 10 6,138 Mar-25-2019, 03:56 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020