data preprocessing finished

This commit is contained in:
Bairly 2025-04-03 20:33:46 +08:00
parent 4babdcdb54
commit 991232b1ec
9 changed files with 2277 additions and 2276 deletions

1
.idea/.name generated Normal file
View File

@ -0,0 +1 @@
readme.md

2
.idea/misc.xml generated
View File

@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="SAM-bilibil" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="SAM-bilibil" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
</project>

View File

@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="SAM-bilibil" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">

BIN
FSR.xlsx

Binary file not shown.

BIN
Final_Data.xlsx Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -157,5 +157,5 @@ def analyze_text(file_path):
pynlpir.close() # 确保释放NLPIR资源
if __name__ == "__main__":
file_path = 'data_all.csv'
file_path = 'data_all_second_ver.csv'
analyze_text(file_path)